OGS
CreateSaturationDependentThermalConductivity.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#include <memory>
7
8
namespace
BaseLib
9
{
10
class
ConfigTree
;
11
}
12
namespace
MaterialPropertyLib
13
{
14
class
Property
;
15
}
16
17
namespace
MaterialPropertyLib
18
{
19
std::unique_ptr<Property>
createSaturationDependentThermalConductivity
(
20
BaseLib::ConfigTree
const
& config);
21
}
// namespace MaterialPropertyLib
BaseLib::ConfigTree
Definition
ConfigTree.h:101
MaterialPropertyLib::Property
Definition
MaterialLib/MPL/Property.h:44
BaseLib
Definition
TestDefinition.h:13
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:98
MaterialPropertyLib::createSaturationDependentThermalConductivity
std::unique_ptr< Property > createSaturationDependentThermalConductivity(BaseLib::ConfigTree const &config)
Definition
CreateSaturationDependentThermalConductivity.cpp:8
MaterialLib
MPL
Properties
CreateSaturationDependentThermalConductivity.h
Generated by
1.14.0