My Project
programmer's documentation
Data Fields
cs_navsto_uzawa_t Struct Reference

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>

Collaboration diagram for cs_navsto_uzawa_t:
Collaboration graph

Data Fields

cs_equation_tmomentum
 
cs_equation_tenergy
 
cs_property_tzeta
 

Detailed Description

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.

Field Documentation

◆ energy

cs_equation_t* energy

Energy balance equation (scalar-valued)

◆ momentum

cs_equation_t* momentum

Momentum balance equation (vector-valued)

◆ zeta

Coefficient for the augmented Lagrangian attached to the grad-div stabilzation term


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