| 
    My Project
    
   programmer's documentation 
   | 
 
Set of parameters specific for solving the Navier-Stokes system with the "artificial compressibility" solved by the VPP_eps algorithm. More...
#include <cs_navsto_coupling.h>

Data Fields | |
| cs_equation_t * | momentum | 
| cs_equation_t * | graddiv | 
| cs_property_t * | zeta | 
Set of parameters specific for solving the Navier-Stokes system with the "artificial compressibility" solved by the VPP_eps algorithm.
All equations are not always created. It depends on the choice of the model
| cs_equation_t* graddiv | 
Second equation of the VPP_eps method, that is where the grad-div operator is used (vector-valued)
| cs_equation_t* momentum | 
Momentum balance equation (vector-valued)
| cs_property_t* zeta | 
Parameter (Artificial Compressibility) VPP algorithm attached to the grad-div stabilization term
 1.8.16