9.0
general documentation
Loading...
Searching...
No Matches
cs_boundary_condition_pm_info_t Struct Reference

#include <cs_boundary_conditions.h>

Collaboration diagram for cs_boundary_condition_pm_info_t:

Data Fields

int * izfppp
int * iautom

Detailed Description

boundary zone number associated with each boundary face (specific physical models)

Deprecated
This is used for cs_boundary_condition_pm_info_t only.

Legacy physical model boundary conditions.

Remarks
The amppings of member arrays of this structure are shifted by 1 when mapped to Fortran, so that both in Fortran and C, we can use the natural indexing (1-based and 0-based respectively) without needing to shift the zone id/number.
Deprecated
This should be used for Fortran compatibilty and migration to C only. In C, we should then move to high level boundary condition definitions not requiring indexing by legacy zone numbers indexed by cs_glob_bc_face_zone.

Field Documentation

◆ iautom

int* iautom

atmospheric flows: auto inlet/outlet flag

◆ izfppp

int* izfppp

Legacy physical model zone id per boundary face


The documentation for this struct was generated from the following file: