8.1
general documentation
cs_gwf_hydraulic_model.h File Reference
#include "cs_defs.h"
#include "cs_equation_system.h"
#include "cs_gwf_priv.h"
#include "cs_param_sles.h"
+ Include dependency graph for cs_gwf_hydraulic_model.h:

Go to the source code of this file.

Data Structures

struct  cs_gwf_sspf_t
 Structure to handle the modelling of a single-phase flows in a porous media considered as saturated. More...
 
struct  cs_gwf_uspf_t
 Structure to handle the modelling of a single-phase flows in a porous media considered as saturated or not. Several simplifications can be be operated in this context. Only the liquid phase is taken into account. More...
 
struct  cs_gwf_tpf_t
 Structure to handle the modelling of miscible or immiscible two-phase flows in a porous media. More...
 
struct  cs_gwf_t
 Main set of parameters/structures to manage the groundwater flow (GWF) module. This is an explicit definition of the structure cs_gwf_t. More...
 

Enumerations

enum  cs_gwf_tpf_solver_type_t { CS_GWF_TPF_SOLVER_PCPG_COUPLED , CS_GWF_TPF_SOLVER_PLPC_COUPLED , CS_GWF_TPF_SOLVER_PLPG_SEGREGATED , CS_GWF_TPF_N_SOLVERS }
 Type of solver considered for a two-phase flow model. More...
 
enum  cs_gwf_tpf_approx_type_t {
  CS_GWF_TPF_APPROX_PC_CELL_AVERAGE , CS_GWF_TPF_APPROX_PC_CELL_VERTEX_AVERAGE , CS_GWF_TPF_APPROX_PC_EDGE_AVERAGE , CS_GWF_TPF_APPROX_PC_VERTEX_AVERAGE ,
  CS_GWF_TPF_APPROX_VERTEX_SUBCELL , CS_GWF_TPF_N_APPROX
}
 Type of approximation used for the computation of unsteady or diffusion properties. More...
 

Enumeration Type Documentation

◆ cs_gwf_tpf_approx_type_t

Type of approximation used for the computation of unsteady or diffusion properties.

Enumerator
CS_GWF_TPF_APPROX_PC_CELL_AVERAGE 
CS_GWF_TPF_APPROX_PC_CELL_VERTEX_AVERAGE 
CS_GWF_TPF_APPROX_PC_EDGE_AVERAGE 
CS_GWF_TPF_APPROX_PC_VERTEX_AVERAGE 
CS_GWF_TPF_APPROX_VERTEX_SUBCELL 
CS_GWF_TPF_N_APPROX 

◆ cs_gwf_tpf_solver_type_t

Type of solver considered for a two-phase flow model.

Enumerator
CS_GWF_TPF_SOLVER_PCPG_COUPLED 

(Pc, Pg) is the couple of main unknowns. Pc for the conservation of the mass of water and Pg for the conservation of the mass of componenet mainly present in the gas phase (H2 for instance). A fully approach solver is considered to solve the system of equations.

CS_GWF_TPF_SOLVER_PLPC_COUPLED 

(Pc, Pl) is the couple of main unknowns. Pl for the conservation of the mass of water and Pc for the conservation of the mass of componenet mainly present in the gas phase (H2 for instance). A fully approach solver is considered to solve the system of equations.

CS_GWF_TPF_SOLVER_PLPG_SEGREGATED 

(Pl, Pg) is the couple of main unknowns. Pl for the conservation of the mass of water and Pg for the conservation of the mass of componenet mainly present in the gas phase (H2 for instance). A segregated approach is considered to solve the system of equations.

CS_GWF_TPF_N_SOLVERS