|
programmer's documentation
|
Set of parameters specific for solving the Navier-Stokes system with an incremental projection algorithm. More...
#include <cs_navsto_coupling.h>

Data Fields | |
| cs_equation_t * | prediction |
| cs_equation_t * | correction |
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
| cs_equation_t* correction |
Pressure correction step related to the mass balance equation (scalar-valued)
| cs_equation_t* prediction |
Velocity prediction step related to the momentum balance equation (vector-valued)
1.8.13