|
programmer's documentation
|
Set main parameters for the current simulation when the CDO kernel is used. More...
#include "cs_defs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <bft_mem.h>#include <bft_printf.h>#include "cs_domain.h"#include "cs_prototypes.h"
Functions | |
| bool | cs_user_cdo_activated (void) |
| Activate or not the CDO module. More... | |
| void | cs_user_cdo_add_mesh_locations (void) |
| Specify additional mesh locations. More... | |
| void | cs_user_cdo_init_domain (cs_domain_t *domain) |
| Specify for the computational domain: – which type of boundaries closed the computational domain – the settings for the time step – activate predefined equations or modules – add user-defined properties and/or advection fields – add user-defined equations. More... | |
| void | cs_user_cdo_set_domain (cs_domain_t *domain) |
| |
Set main parameters for the current simulation when the CDO kernel is used.
| bool cs_user_cdo_activated | ( | void | ) |
Activate or not the CDO module.
(end ignore by Doxygen)
| void cs_user_cdo_add_mesh_locations | ( | void | ) |
Specify additional mesh locations.
| void cs_user_cdo_init_domain | ( | cs_domain_t * | domain | ) |
Specify for the computational domain: – which type of boundaries closed the computational domain – the settings for the time step – activate predefined equations or modules – add user-defined properties and/or advection fields – add user-defined equations.
Specify for the computational domain: – which type of boundaries closed the computational domain – the settings for the time step.
| [in,out] | domain | pointer to a cs_domain_t structure |
| void cs_user_cdo_set_domain | ( | cs_domain_t * | domain | ) |
Associate material property and/or convection field to user-defined equations and specify boundary conditions, source terms, initial values for these additional equations.
| [in,out] | domain | pointer to a cs_domain_t structure |
1.8.13