![]() |
OGS
|
Classes | |
struct | LiquidFlowData |
struct | IntegrationPointData |
class | LiquidFlowLocalAssemblerInterface |
class | LiquidFlowLocalAssembler |
class | LiquidFlowProcess |
A class to simulate the liquid flow process in porous media described by. More... | |
Functions | |
void | checkMPLProperties (MeshLib::Mesh const &mesh, MaterialPropertyLib::MaterialSpatialDistributionMap const &media_map) |
std::unique_ptr< Process > | createLiquidFlowProcess (std::string 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::vector< std::unique_ptr< MeshLib::Mesh >> const &meshes, std::map< int, std::shared_ptr< MaterialPropertyLib::Medium >> const &media) |
Variables | |
const unsigned | NUM_NODAL_DOF = 1 |
void ProcessLib::LiquidFlow::checkMPLProperties | ( | MeshLib::Mesh const & | mesh, |
MaterialPropertyLib::MaterialSpatialDistributionMap const & | media_map | ||
) |
Definition at line 30 of file CreateLiquidFlowProcess.cpp.
References MaterialPropertyLib::checkMaterialSpatialDistributionMap(), MaterialPropertyLib::density, MaterialPropertyLib::permeability, MaterialPropertyLib::porosity, MaterialPropertyLib::reference_temperature, MaterialPropertyLib::storage, and MaterialPropertyLib::viscosity.
Referenced by createLiquidFlowProcess().
std::unique_ptr< Process > ProcessLib::LiquidFlow::createLiquidFlowProcess | ( | std::string | 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::vector< std::unique_ptr< MeshLib::Mesh >> const & | meshes, | ||
std::map< int, std::shared_ptr< MaterialPropertyLib::Medium >> const & | media | ||
) |
Definition at line 52 of file CreateLiquidFlowProcess.cpp.
References BaseLib::ConfigTree::checkConfigParameter(), checkMPLProperties(), MaterialPropertyLib::createMaterialSpatialDistributionMap(), ProcessLib::createSecondaryVariables(), ProcessLib::SurfaceFluxData::createSurfaceFluxData(), DBUG(), ProcessLib::findProcessVariables(), BaseLib::ConfigTree::getConfigParameter(), BaseLib::ConfigTree::getConfigSubtree(), BaseLib::ConfigTree::getConfigSubtreeOptional(), MeshLib::Mesh::getDimension(), MeshLib::getElementRotationMatrices(), MeshLib::Mesh::getElements(), MeshLib::Mesh::getNodes(), MeshLib::getSpaceDimension(), MaterialPropertyLib::name, OGS_FATAL, and MathLib::toVector().
Referenced by ProjectData::parseProcesses().
const unsigned ProcessLib::LiquidFlow::NUM_NODAL_DOF = 1 |
Definition at line 52 of file LiquidFlowLocalAssembler.h.