Set of parameters specific for solving the Navier-Stokes system with an incremental projection algorithm. More...
#include <cs_navsto_coupling.h>
Set of parameters specific for solving the Navier-Stokes system with an incremental projection algorithm.
All equations are not always created. It depends on the choice of the model
adv_field |
Advection field, pointer to cs_adv_field_t standing for the mass flux
bdy_pressure_incr |
Pressure increment at the boundary. Used as an array to set the boundary condition arising from a Dirichlet on the pressure.
cs_equation_t* correction |
Pressure correction step related to the mass balance equation (scalar-valued)
div_st |
Source term on the correction step stemming from the divergence of the predicted velocity
mass_flux_array |
Current value of the mass flux
mass_flux_array_pre |
Previous value of the mass flux
predicted_velocity |
Predicted velocity field (value of the velocity at cells after the prediction step). This values may not be divergence-free.
cs_equation_t* prediction |
Velocity prediction step related to the momentum balance equation (vector-valued)