| 
    My Project
    
   programmer's documentation 
   | 
 
Set of parameters specific for solving the Navier-Stokes system with a fully coupled algorithm using a Uzawa algorithm and an Augmented Lagrangian approach inside each sub-iteration. More...
#include <cs_navsto_coupling.h>

Data Fields | |
| cs_equation_t * | momentum | 
| cs_equation_t * | energy | 
| cs_property_t * | zeta | 
Set of parameters specific for solving the Navier-Stokes system with a fully coupled algorithm using a Uzawa algorithm and an Augmented Lagrangian approach inside each sub-iteration.
All equations are not always created. It depends on the choice of the model.
| cs_equation_t* energy | 
Energy balance equation (scalar-valued)
| cs_equation_t* momentum | 
Momentum balance equation (vector-valued)
| cs_property_t* zeta | 
Coefficient for the augmented Lagrangian attached to the grad-div stabilzation term
 1.8.16