|  | OGS
    | 
| Classes | |
| struct | IntegrationPointData | 
| class | ThermalTwoPhaseFlowWithPPLocalAssembler | 
| class | ThermalTwoPhaseFlowWithPPLocalAssemblerInterface | 
| class | ThermalTwoPhaseFlowWithPPProcess | 
| struct | ThermalTwoPhaseFlowWithPPProcessData | 
| Functions | |
| void | checkMPLProperties (std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const &media) | 
| std::unique_ptr< Process > | createThermalTwoPhaseFlowWithPPProcess (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 = 4 | 
| void ProcessLib::ThermalTwoPhaseFlowWithPP::checkMPLProperties | ( | std::map< int, std::shared_ptr< MaterialPropertyLib::Medium > > const & | media | ) | 
Definition at line 27 of file CreateThermalTwoPhaseFlowWithPPProcess.cpp.
References MaterialPropertyLib::density, MaterialPropertyLib::henry_coefficient, MaterialPropertyLib::longitudinal_dispersivity, MaterialPropertyLib::molar_mass, MaterialPropertyLib::permeability, MaterialPropertyLib::pore_diffusion, MaterialPropertyLib::porosity, MaterialPropertyLib::relative_permeability, MaterialPropertyLib::relative_permeability_nonwetting_phase, MaterialPropertyLib::saturation, MaterialPropertyLib::specific_heat_capacity, MaterialPropertyLib::specific_latent_heat, MaterialPropertyLib::transversal_dispersivity, MaterialPropertyLib::vapour_pressure, and MaterialPropertyLib::viscosity.
Referenced by createThermalTwoPhaseFlowWithPPProcess().
| std::unique_ptr< Process > ProcessLib::ThermalTwoPhaseFlowWithPP::createThermalTwoPhaseFlowWithPPProcess | ( | 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 94 of file CreateThermalTwoPhaseFlowWithPPProcess.cpp.
References BaseLib::ConfigTree::checkConfigParameter(), checkMPLProperties(), MaterialPropertyLib::createMaterialSpatialDistributionMap(), ProcessLib::createSecondaryVariables(), DBUG(), ProcessLib::findProcessVariables(), BaseLib::ConfigTree::getConfigParameter(), BaseLib::ConfigTree::getConfigSubtree(), and MathLib::toVector().
Referenced by ProjectData::parseProcesses().
| const unsigned ProcessLib::ThermalTwoPhaseFlowWithPP::NUM_NODAL_DOF = 4 | 
Definition at line 55 of file ThermalTwoPhaseFlowWithPPLocalAssembler.h.
Referenced by ProcessLib::ThermalTwoPhaseFlowWithPP::ThermalTwoPhaseFlowWithPPLocalAssembler< ShapeFunction, GlobalDim >::assemble().