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>
Data Fields | |
Metadata | |
int | verbosity |
cs_gwf_model_type_t | model |
cs_flag_t | flag |
cs_flag_t | post_flag |
Properties | |
cs_property_t * | soil_porosity |
cs_property_t * | abs_permeability |
Modelling context | |
void * | model_context |
Main set of parameters/structures to manage the groundwater flow (GWF) module. This is an explicit definition of the structure cs_gwf_t.
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 dedicated to general options to handle the GWF module
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 |
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 |
Flag dedicated to the (automatic) post-processing of the GWF module
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 |
level of information printed