if (domain->time_step->nt_prev > 0)
return;
const cs_lnum_t n_cells = domain->mesh->n_cells;
}
void cs_array_real_set_scalar(cs_lnum_t n_elts, cs_real_t ref_val, cs_real_t a[])
Assign a constant scalar value to an array.
Definition: cs_array.cpp:720
cs_combustion_gas_model_t * cs_glob_combustion_gas_model
Definition: cs_combustion_gas.cpp:178
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
@ fm
Definition: cs_field_pointer.h:129
#define CS_F_(e)
Macro used to return a field pointer by its enumerated value.
Definition: cs_field_pointer.h:51
int cs_glob_physical_model_flag[CS_N_PHYSICAL_MODEL_TYPES]
Definition: cs_physical_model.cpp:108
@ CS_COMBUSTION_3PT
Definition: cs_physical_model.h:58
cs_field_t * cs_thermal_model_field(void)
Definition: cs_thermal_model.cpp:216
real(c_double), dimension(:), pointer, save fs
Mixing rate at the stoichiometry.
Definition: ppthch.f90:92
real(c_double), pointer, save hinoxy
Definition: coincl.f90:86
real(c_double), pointer, save hinfue
Definition: coincl.f90:86
Definition: cs_combustion_gas.h:181
double hinfue
Definition: cs_combustion_gas.h:237
double hinoxy
Definition: cs_combustion_gas.h:240
double fs[CS_COMBUSTION_GAS_MAX_GLOBAL_REACTIONS]
Definition: cs_combustion_gas.h:264
cs_real_t * val
Definition: cs_field.h:179