Set of parameters specific for solving the Navier-Stokes system with an incremental projection algorithm. More...
#include <cs_navsto_coupling.h>
 Collaboration diagram for cs_navsto_projection_t:
 Collaboration diagram for cs_navsto_projection_t:| Data Fields | |
| cs_equation_t * | prediction | 
| cs_equation_t * | correction | 
| cs_real_t * | div_st | 
| cs_real_t * | bdy_pressure_incr | 
| cs_field_t * | predicted_velocity | 
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
| 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
| 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)