programmer's documentation
Data Fields
cs_navsto_coupling_projection_t Struct Reference

Set of parameters specific for solving the Navier-Stokes system with an incremental projection algorithm. More...

#include <cs_navsto_coupling.h>

Collaboration diagram for cs_navsto_coupling_projection_t:
Collaboration graph

Data Fields

cs_equation_tprediction
 
cs_equation_tcorrection
 

Detailed Description

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

Field Documentation

◆ correction

cs_equation_t* correction

Pressure correction step related to the mass balance equation (scalar-valued)

◆ prediction

cs_equation_t* prediction

Velocity prediction step related to the momentum balance equation (vector-valued)


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