| 
    My Project
    
   programmer's documentation 
   | 
 
Variables | |
| integer | nscamx | 
maximum number of scalars solutions of an advection equation, apart from the variables of the turbulence model  ) , that is to say the temperature and other scalars (passive or not, user-defined or not)  More... | |
| integer | nvarmx | 
| maximal number of variables = nscamx + 12 (u,v,w,P,Rij,e,alp)  More... | |
| integer | ntypmx | 
| Maximal possible boundary condition types.  More... | |
| integer | iindef | 
| integer | ientre | 
| integer | isolib | 
| integer | isymet | 
| integer | iparoi | 
| integer | iparug | 
| integer | iesicf | 
| if itypfb=iesicf: imposed inlet/outlet for compressible flow (for example, supersonic inlet).  More... | |
| integer | isspcf | 
| if itypfb=isspcf: supersonic outlet for compressible flow.  More... | |
| integer | isopcf | 
| if itypfb=isopcf: mixed outlet for compressible flow with a given pressure.  More... | |
| integer | iephcf | 
| if itypfb=iephcf: mixed inlet for compressible flow with given total pressure and total enthalpy (reservoir boundary conditions).  More... | |
| integer | ieqhcf | 
| integer | icscpl | 
| integer | icscpd | 
| integer | ifrent | 
| integer | ifresf | 
| integer | i_convective_inlet | 
| integer | nestmx | 
| maximal number of valuators for Navier-Stokes  More... | |
| integer | iespre | 
Error estimator for Navier-Stokes. iest = iespre: prediction, (default name: EsPre). After the velocity prediction step (yielding  ), the estimator  , local variable calculated at every cell  , is created from  , which represents the residual of the equation solved during this step:   and  :  More... | |
| integer | iesder | 
Error estimator for Navier-Stokes. iest = iesder: drift (default name: EsDer). The estimator   is based on the following quantity (intrinsic to the code):  More... | |
| integer | iescor | 
Error estimator for Navier-Stokes. iest = iescor: correction, (default name: EsCor). The estimator   comes directly from the mass flow calculated with the updated velocity field:  More... | |
| integer | iestot | 
Error estimator for Navier-Stokes. iest = iestot: total, (default name: EsTot). The estimator  , local variable calculated at every cell  , is based on the quantity  , which represents the residual of the equation using the updated values of   and  :  More... | |
| integer | ibfixe | 
| integer | igliss | 
| integer | ivimpo | 
| integer | nstrmx | 
| maximum number of structures in ALE  More... | |
| integer i_convective_inlet | 
if itypfb=i_convective_inlet: inlet face where the total mass flux is prescribed.
ivar, except for ivar = ipr. The other values of rcodcl and icodcl are filled automatically. The diffusive flux is CANCELLED (therefore the total mass flux is due to convection only). | integer ientre | 
| integer iephcf | 
if itypfb=iephcf: mixed inlet for compressible flow with given total pressure and total enthalpy (reservoir boundary conditions).
| integer ieqhcf | 
| integer iescor | 
Error estimator for Navier-Stokes. iest = iescor: correction, (default name: EsCor). The estimator 
 comes directly from the mass flow calculated with the updated velocity field: 
 are taken at the cell centers, the divergence is calculated after projection on the faces. 
 represents the Kronecker symbol.
.| integer iesder | 
Error estimator for Navier-Stokes. iest = iesder: drift (default name: EsDer). The estimator 
 is based on the following quantity (intrinsic to the code): 
| integer iesicf | 
if itypfb=iesicf: imposed inlet/outlet for compressible flow (for example, supersonic inlet).
| integer iespre | 
Error estimator for Navier-Stokes. iest = iespre: prediction, (default name: EsPre). After the velocity prediction step (yielding 
), the estimator 
, local variable calculated at every cell 
, is created from 
, which represents the residual of the equation solved during this step: 
 and 
: 

 which intrinsicly appears with the norm 
.
. The size of the cell therefore appears in its calculation and induces a weighting effect.
 is ideally equal to zero when the reconstruction methods are perfect and the associated system is solved exactly. | integer iestot | 
Error estimator for Navier-Stokes. iest = iestot: total, (default name: EsTot). The estimator 
, local variable calculated at every cell 
, is based on the quantity 
, which represents the residual of the equation using the updated values of 
 and 
: 

 expressed at the cell centers (and not taken from the updated mass flow at the faces).
 which intrinsicly appears with the norm 
.
. The size of the cell therefore appears in its calculation and induces a weighting effect. | integer ifrent | 
if itypfb=ifrent: free entrance based on Bernoulli equation when the flow is incoming, standard outlet when outgoing
| integer ifresf | 
if itypfb=ifresf: free surface for mobile mesh boundary condition
). | integer iparoi | 
if itypfb=iparoi: smooth solid wall face, impermeable and with friction.
| integer iparug | 
if itypfb=iparug: rough solid wall face, impermeable and with friction.
| integer isolib | 
if itypfb=isolib: free outlet face (or more precisely free inlet/outlet with forced pressure)
. The pressure is set to 
 at the first isolib face met. The pressure calibration is always done on a single face, even if there are several outlets.| integer isopcf | 
if itypfb=isopcf: mixed outlet for compressible flow with a given pressure.
| integer isspcf | 
if itypfb=isspcf: supersonic outlet for compressible flow.
| integer isymet | 
| integer ivimpo | 
boundary condition type for mesh velocity in ALE: imposed velocity.
ivar (iuma, ivma and iwma). The other boxes of rcodcl and icodcl are completed automatically. The tangential mesh velocity is taken like a tape speed under the boundary conditions of wall for the fluid, except if wall fluid velocity was specified by the user in the interface or cs_user_boundary_conditions (in which case it is this speed which is considered). | integer nestmx | 
maximal number of valuators for Navier-Stokes
| integer nscamx | 
maximum number of scalars solutions of an advection equation, apart from the variables of the turbulence model 
) , that is to say the temperature and other scalars (passive or not, user-defined or not) 
| integer nstrmx | 
maximum number of structures in ALE
| integer ntypmx | 
Maximal possible boundary condition types.
| integer nvarmx | 
maximal number of variables = nscamx + 12 (u,v,w,P,Rij,e,alp)
 1.8.16