Variables | |
char * | label |
int | coupled |
int | moment_id |
int | time_extrapolated |
int | limiter_choice |
cs_equation_param_t * | var_cal_opt |
cs_solving_info_t * | solving_info |
char * | restart_file |
coupled |
If > 0, this variable is coupled using the internal coupling mechanism.
Restricted to fields with CS_FIELD_VARIABLE type.
label |
Optional label associated to the field; if NULL, name will be used instead.
limiter_choice |
Integer corresponding to the type of Roe-Sweby Limiter:
Restricted to fields with CS_FIELD_VARIABLE type.
moment_id |
If > -1, refers to the field if of which the current field is a time moment (see cs_time_moment.h). If < 0, the current field is not a time moment.
Restricted to fields with both CS_FIELD_VARIABLE and CS_FIELD_POSTPROCESS type.
restart_file |
Indicates in which restart file the associated info may be found.
If NULL, default rules apply.
solving_info |
Structure containing the solving info of the field variables (used for log, not setup, so set NULL setup logging function)
Restricted to fields with CS_FIELD_VARIABLE type.
time_extrapolated |
Is the field time-extrapolated?
var_cal_opt |
Structure containing the equation parameters of a solved variable.
Restricted to fields with CS_FIELD_VARIABLE type.