OGS
CreateSaturationDependentSwelling.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <memory>
13
14
namespace
BaseLib
15
{
16
class
ConfigTree;
17
}
18
namespace
ParameterLib
19
{
20
struct
CoordinateSystem;
21
}
22
namespace
MaterialPropertyLib
23
{
24
class
SaturationDependentSwelling;
25
}
26
27
namespace
MaterialPropertyLib
28
{
29
std::unique_ptr<SaturationDependentSwelling>
createSaturationDependentSwelling
(
30
BaseLib::ConfigTree
const
& config,
31
ParameterLib::CoordinateSystem
const
*
const
local_coordinate_system);
32
}
// namespace MaterialPropertyLib
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib
Definition
TestDefinition.h:21
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::createSaturationDependentSwelling
std::unique_ptr< SaturationDependentSwelling > createSaturationDependentSwelling(BaseLib::ConfigTree const &config, ParameterLib::CoordinateSystem const *const local_coordinate_system)
Definition
CreateSaturationDependentSwelling.cpp:16
ParameterLib
Definition
ChemicalSolverInterface.h:26
ParameterLib::CoordinateSystem
A local coordinate system used for tensor transformations.
Definition
CoordinateSystem.h:49
MaterialLib
MPL
Properties
CreateSaturationDependentSwelling.h
Generated by
1.12.0