My Project
programmer's documentation
Data Fields
cs_navsto_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_projection_t:
Collaboration graph

Data Fields

cs_equation_tprediction
 
cs_equation_tcorrection
 
cs_real_tdiv_st
 
cs_real_tbdy_pressure_incr
 
cs_field_tpredicted_velocity
 

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

◆ bdy_pressure_incr

bdy_pressure_incr

Pressure increment at the boundary. Used as an array to set the boundary condition arising from a Dirichlet on the pressure.

◆ correction

cs_equation_t* correction

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

◆ div_st

div_st

Source term on the correction step stemming from the divergence of the predicted velocity

◆ predicted_velocity

predicted_velocity

Predicted velocity field (value of the velocity at cells after the prediction step). This values may not be divergence-free.

◆ 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: