#include "cs_base.h"
#include "cs_defs.h"
Go to the source code of this file.
◆ CS_DOMAIN_BOUNDARY_WALLS_NAME
| #define CS_DOMAIN_BOUNDARY_WALLS_NAME "cs_domain_boundary_walls" |
◆ cs_domain_boundary_type_t
| Enumerator |
|---|
| CS_DOMAIN_BOUNDARY_WALL | |
| CS_DOMAIN_BOUNDARY_SLIDING_WALL | |
| CS_DOMAIN_BOUNDARY_INLET | |
| CS_DOMAIN_BOUNDARY_OUTLET | |
| CS_DOMAIN_BOUNDARY_SYMMETRY | |
| CS_DOMAIN_N_BOUNDARY_TYPES | |
◆ cs_domain_boundary_add()
Add a new boundary type for a given boundary zone.
- Parameters
-
| [in] | type | type of boundary to set |
| [in] | zone_name | name of the zone related to this boundary |
◆ cs_domain_boundary_def_wall_zones()
| void cs_domain_boundary_def_wall_zones |
( |
void |
| ) |
|
Add a new zone gathering all CS_DOMAIN_BOUNDARY_WALL zone type.
◆ cs_domain_boundary_free()
| void cs_domain_boundary_free |
( |
void |
| ) |
|
Free all metadate related to the domain boundaries.
◆ cs_domain_boundary_get_default()
Get the default boundary associated to the computational domain.
- Returns
- the type of the domain boundary defined by default
◆ cs_domain_boundary_get_name()
Get the name of the domain boundary condition.
- Parameters
-
| [in] | type | type of domain boundary |
- Returns
- the associated boundary name
Get the name of the domain boundary condition.
- Parameters
-
- Returns
- the associated boundary name
◆ cs_domain_boundary_log_setup()
| void cs_domain_boundary_log_setup |
( |
void |
| ) |
|
Summarize the setup of the boundary of the computational domain.
◆ cs_domain_boundary_set_default()
Set the default boundary related to this domain.
- Parameters
-
| [in] | type | type of boundary to set |