Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
CreateWaterThermalConductivityIAPWS.cpp
Go to the documentation of this file.
1
12
#include "
CreateWaterThermalConductivityIAPWS.h
"
13
14
#include "
BaseLib/ConfigTree.h
"
15
#include "
MaterialLib/MPL/Property.h
"
16
#include "
WaterThermalConductivityIAPWS.h
"
17
18
namespace
MaterialPropertyLib
19
{
20
std::unique_ptr<Property>
createWaterThermalConductivityIAPWS
(
21
BaseLib::ConfigTree
const
& config)
22
{
24
config.
checkConfigParameter
(
"type"
,
"WaterThermalConductivityIAPWS"
);
25
DBUG
(
"Create WaterThermalConductivityIAPWS phase property"
);
26
27
// Second access for storage.
29
auto
property_name = config.
peekConfigParameter
<std::string>(
"name"
);
30
32
return
std::make_unique<WaterThermalConductivityIAPWS>(
33
std::move(property_name));
34
}
20
std::unique_ptr<Property>
createWaterThermalConductivityIAPWS
( {
…
}
35
}
// namespace MaterialPropertyLib
ConfigTree.h
CreateWaterThermalConductivityIAPWS.h
DBUG
void DBUG(fmt::format_string< Args... > fmt, Args &&... args)
Definition
Logging.h:30
Property.h
WaterThermalConductivityIAPWS.h
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib::ConfigTree::peekConfigParameter
T peekConfigParameter(std::string const ¶m) const
Definition
ConfigTree-impl.h:126
BaseLib::ConfigTree::checkConfigParameter
void checkConfigParameter(std::string const ¶m, std::string_view const value) const
Definition
ConfigTree.cpp:151
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::createWaterThermalConductivityIAPWS
std::unique_ptr< Property > createWaterThermalConductivityIAPWS(BaseLib::ConfigTree const &config)
Definition
CreateWaterThermalConductivityIAPWS.cpp:20
MaterialLib
MPL
Properties
ThermalConductivity
CreateWaterThermalConductivityIAPWS.cpp
Generated by
1.12.0