#include "cs_defs.h"
#include "cs_equation_system.h"
#include "cs_gwf_priv.h"
#include "cs_param_sles.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... | |
Type of solver considered for a two-phase flow model.