Set of parameters specific for solving the Navier-Stokes system with a fully coupled monolithic algorithm. More...
#include <cs_navsto_coupling.h>
Data Fields | |
cs_equation_t * | momentum |
cs_adv_field_t * | adv_field |
cs_real_t * | mass_flux_array |
cs_real_t * | mass_flux_array_pre |
Set of parameters specific for solving the Navier-Stokes system with a fully coupled monolithic algorithm.
adv_field |
Advection field, pointer to cs_adv_field_t standing for the mass flux
mass_flux_array |
Current value of the mass flux
mass_flux_array_pre |
Previous value of the mass flux
cs_equation_t* momentum |
Momentum equation (vector-valued)