programmer's documentation
Data Fields
cs_navsto_param_t Struct Reference

Structure storing the parameters related to the resolution of the Navier-Stokes system. More...

#include <cs_navsto_param.h>

Collaboration diagram for cs_navsto_param_t:
Collaboration graph

Data Fields

int verbosity
 
cs_param_dof_reduction_t dof_reduction_mode
 
cs_param_time_scheme_t time_scheme
 
cs_real_t theta
 
cs_param_space_scheme_t space_scheme
 
cs_navsto_param_model_t model
 
bool has_gravity
 
cs_real_3_t gravity
 
cs_navsto_param_time_state_t time_state
 
cs_navsto_param_coupling_t coupling
 
cs_real_t ac_zeta_coef
 

Detailed Description

Structure storing the parameters related to the resolution of the Navier-Stokes system.

Field Documentation

◆ ac_zeta_coef

ac_zeta_coef

Default value to set to the zeta coefficient (in front of the grad-div term) when an artificial coefficient algorithm is used

◆ coupling

coupling

Choice of algorithm for solving the system

◆ dof_reduction_mode

dof_reduction_mode

How are defined the Degrees of freedom

◆ gravity

gravity

Vector related to the gravity effect

◆ has_gravity

has_gravity

Take into account the gravity effect: true or false

◆ model

model

Modelling related to the Navier-Stokes system of equations

◆ space_scheme

space_scheme

Discretization scheme for space

◆ theta

cs_real_t theta

◆ time_scheme

time_scheme

Discretization scheme for time

◆ time_state

◆ verbosity

verbosity

Level of display of the information related to the Navier-Stokes system


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