8.0
general documentation
cs_gwf_t Struct Reference

Main set of parameters/structures to manage the groundwater flow (GWF) module. This is an explicit definition of the structure cs_gwf_t. More...

#include <cs_gwf_priv.h>

+ Collaboration diagram for cs_gwf_t:

Data Fields

Metadata
int verbosity
 
cs_gwf_model_type_t model
 
cs_flag_t flag
 
cs_flag_t post_flag
 
Properties
cs_property_tsoil_porosity
 
cs_property_tabs_permeability
 
Modelling context
void * model_context
 

Detailed Description

Main set of parameters/structures to manage the groundwater flow (GWF) module. This is an explicit definition of the structure cs_gwf_t.

Field Documentation

◆ abs_permeability

abs_permeability

Absolute (or intrinsic) permeability which characterizes the behavior of a soil. According to the model of soil, this absolute permeability can be weigthed by a relative (scalar-valued) permeability. In the simplest case (saturated soil) the relative permeability is useless since this is equal to 1 (no weigth).

◆ flag

flag

Flag dedicated to general options to handle the GWF module

◆ model

model

Model used to describe the behavior of the flow in the GWF module (system of equations related to the chosen physical modelling). See cs_gwf_model_type_t for more details on each model

◆ model_context

model_context

Pointer to a structure cast on-the-fly which depends on the choice of model (for instance single-phase or two-phase flows in porous media)

◆ post_flag

post_flag

Flag dedicated to the (automatic) post-processing of the GWF module

◆ soil_porosity

soil_porosity

Also called the saturated moisture content. This is a characterization of the portion of volume in a soil where the liquid (or also the gas) can be present. All models relies on this quantity.

◆ verbosity

verbosity

level of information printed


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