|
programmer's documentation
|
Handle the "physical" boundary conditions attached to a computational domain. More...
#include "cs_defs.h"#include <assert.h>#include <bft_mem.h>#include "cs_boundary_zone.h"#include "cs_log.h"#include "cs_mesh.h"#include "cs_mesh_location.h"#include "cs_parall.h"#include "cs_domain_boundary.h"
Functions | |
| const char * | cs_domain_boundary_get_name (cs_domain_boundary_type_t type) |
| Get the name of the domain boundary condition This name is also used as a name for zone definition. More... | |
| void | cs_domain_boundary_set_default (cs_domain_boundary_type_t type) |
| Set the default boundary related to this domain. More... | |
| cs_domain_boundary_type_t | cs_domain_boundary_get_default (void) |
| Get the default boundary associated to the computational domain. More... | |
| void | cs_domain_boundary_free (void) |
| Free all metadate related to the domain boundaries. More... | |
| void | cs_domain_boundary_add (cs_domain_boundary_type_t type, const char *zone_name) |
| Add a new boundary type for a given boundary zone. More... | |
| void | cs_domain_boundary_def_wall_zones (void) |
| Add a new zone gathering all CS_DOMAIN_BOUNDARY_WALL zone type. More... | |
| void | cs_domain_boundary_log_setup (void) |
| Summarize the setup of the boundary of the computational domain. More... | |
Handle the "physical" boundary conditions attached to a computational domain.
| void cs_domain_boundary_add | ( | cs_domain_boundary_type_t | type, |
| const char * | zone_name | ||
| ) |
Add a new boundary type for a given boundary zone.
| [in] | type | type of boundary to set |
| [in] | zone_name | name of the zone related to this boundary |
| void cs_domain_boundary_def_wall_zones | ( | void | ) |
Add a new zone gathering all CS_DOMAIN_BOUNDARY_WALL zone type.
| void cs_domain_boundary_free | ( | void | ) |
Free all metadate related to the domain boundaries.
| cs_domain_boundary_type_t cs_domain_boundary_get_default | ( | void | ) |
Get the default boundary associated to the computational domain.
| const char* cs_domain_boundary_get_name | ( | cs_domain_boundary_type_t | type | ) |
Get the name of the domain boundary condition This name is also used as a name for zone definition.
Get the name of the domain boundary condition.
| [in] | type | type of boundary |
| void cs_domain_boundary_log_setup | ( | void | ) |
Summarize the setup of the boundary of the computational domain.
| void cs_domain_boundary_set_default | ( | cs_domain_boundary_type_t | type | ) |
Set the default boundary related to this domain.
| [in] | type | type of boundary to set |
1.8.13