OGS
|
Classes | |
struct | IntegrationPointData |
class | TwoPhaseFlowWithPrhoLocalAssembler |
class | TwoPhaseFlowWithPrhoLocalAssemblerInterface |
class | TwoPhaseFlowWithPrhoMaterialProperties |
class | TwoPhaseFlowWithPrhoProcess |
A class to simulate the two-phase flow process with P-rho model in porous media. More... | |
struct | TwoPhaseFlowWithPrhoProcessData |
Functions | |
std::unique_ptr< TwoPhaseFlowWithPrhoMaterialProperties > | createTwoPhaseFlowPrhoMaterialProperties (BaseLib::ConfigTree const &config, MeshLib::PropertyVector< int > const *const material_ids) |
void | checkMPLProperties (std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media) |
std::unique_ptr< Process > | createTwoPhaseFlowWithPrhoProcess (std::string const &name, MeshLib::Mesh &mesh, std::unique_ptr< ProcessLib::AbstractJacobianAssembler > &&jacobian_assembler, std::vector< ProcessVariable > const &variables, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, unsigned const integration_order, BaseLib::ConfigTree const &config, std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media) |
Variables | |
const unsigned | NUM_NODAL_DOF = 2 |
void ProcessLib::TwoPhaseFlowWithPrho::checkMPLProperties | ( | std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const & | media | ) |
Definition at line 28 of file CreateTwoPhaseFlowWithPrhoProcess.cpp.
References MaterialPropertyLib::density, MaterialPropertyLib::molar_mass, MaterialPropertyLib::permeability, MaterialPropertyLib::porosity, and MaterialPropertyLib::viscosity.
Referenced by createTwoPhaseFlowWithPrhoProcess().
std::unique_ptr< TwoPhaseFlowWithPrhoMaterialProperties > ProcessLib::TwoPhaseFlowWithPrho::createTwoPhaseFlowPrhoMaterialProperties | ( | BaseLib::ConfigTree const & | config, |
MeshLib::PropertyVector< int > const *const | material_ids ) |
Definition at line 31 of file CreateTwoPhaseFlowPrhoMaterialProperties.cpp.
References MaterialLib::PorousMedium::createCapillaryPressureModel(), MaterialLib::PorousMedium::createRelativePermeabilityModel(), DBUG(), BaseLib::ConfigTree::getConfigSubtree(), and BaseLib::reorderVector().
Referenced by createTwoPhaseFlowWithPrhoProcess().
std::unique_ptr< Process > ProcessLib::TwoPhaseFlowWithPrho::createTwoPhaseFlowWithPrhoProcess | ( | std::string const & | name, |
MeshLib::Mesh & | mesh, | ||
std::unique_ptr< ProcessLib::AbstractJacobianAssembler > && | jacobian_assembler, | ||
std::vector< ProcessVariable > const & | variables, | ||
std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const & | parameters, | ||
unsigned const | integration_order, | ||
BaseLib::ConfigTree const & | config, | ||
std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const & | media ) |
Primary process variables as they appear in the global component vector:
Definition at line 49 of file CreateTwoPhaseFlowWithPrhoProcess.cpp.
References BaseLib::ConfigTree::checkConfigParameter(), checkMPLProperties(), MaterialPropertyLib::createMaterialSpatialDistributionMap(), ProcessLib::createSecondaryVariables(), createTwoPhaseFlowPrhoMaterialProperties(), DBUG(), ParameterLib::findParameter(), ProcessLib::findProcessVariables(), BaseLib::ConfigTree::getConfigParameter(), BaseLib::ConfigTree::getConfigSubtree(), INFO(), and MathLib::toVector().
Referenced by ProjectData::parseProcesses().
const unsigned ProcessLib::TwoPhaseFlowWithPrho::NUM_NODAL_DOF = 2 |
Definition at line 60 of file TwoPhaseFlowWithPrhoLocalAssembler.h.
Referenced by ProcessLib::TwoPhaseFlowWithPrho::TwoPhaseFlowWithPrhoLocalAssembler< ShapeFunction, GlobalDim >::assemble().