My Project
programmer's documentation
Data Fields
cs_navsto_ac_vpp_t Struct Reference

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>

Collaboration diagram for cs_navsto_ac_vpp_t:
Collaboration graph

Data Fields

cs_equation_tmomentum
 
cs_equation_tgraddiv
 
cs_property_tzeta
 

Detailed Description

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

Field Documentation

◆ graddiv

cs_equation_t* graddiv

Second equation of the VPP_eps method, that is where the grad-div operator is used (vector-valued)

◆ momentum

cs_equation_t* momentum

Momentum balance equation (vector-valued)

◆ zeta

Parameter (Artificial Compressibility) VPP algorithm attached to the grad-div stabilization term


The documentation for this struct was generated from the following file: