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
WaterVapourEnthalpyIAPWSIF97Region4.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include "
MaterialLib/MPL/Property.h
"
15
16
namespace
MaterialPropertyLib
17
{
18
class
Phase;
19
23
class
WaterVapourEnthalpyIAPWSIF97Region4
final :
public
Property
24
{
25
public
:
26
explicit
WaterVapourEnthalpyIAPWSIF97Region4
(std::string
name
)
27
{
28
name_
= std::move(
name
);
29
}
26
explicit
WaterVapourEnthalpyIAPWSIF97Region4
(std::string
name
) {
…
}
30
void
checkScale
()
const override
31
{
32
if
(!std::holds_alternative<Phase*>(
scale_
))
33
{
34
OGS_FATAL
(
35
"The property 'WaterVapourEnthalpyIAPWSIF97Region4' is "
36
"implemented on the 'Phase' scale only."
);
37
}
38
}
30
void
checkScale
()
const override
{
…
}
39
41
PropertyDataType
value
(
VariableArray
const
& variable_array,
42
ParameterLib::SpatialPosition
const
& pos,
43
double
const
t,
double
const
dt)
const override
;
46
PropertyDataType
dValue
(
VariableArray
const
& variable_array,
47
Variable
const
variable,
48
ParameterLib::SpatialPosition
const
& pos,
49
double
const
t,
double
const
dt)
const override
;
50
};
23
class
WaterVapourEnthalpyIAPWSIF97Region4
final :
public
Property
{
…
};
51
}
// namespace MaterialPropertyLib
OGS_FATAL
#define OGS_FATAL(...)
Definition
Error.h:26
Property.h
MaterialPropertyLib::Property
Definition
Property.h:51
MaterialPropertyLib::Property::value
virtual PropertyDataType value() const
Definition
Property.cpp:76
MaterialPropertyLib::Property::name_
std::string name_
Definition
Property.h:290
MaterialPropertyLib::Property::scale_
std::variant< Medium *, Phase *, Component * > scale_
Definition
Property.h:297
MaterialPropertyLib::VariableArray
Definition
VariableType.h:101
MaterialPropertyLib::WaterVapourEnthalpyIAPWSIF97Region4
Definition
WaterVapourEnthalpyIAPWSIF97Region4.h:24
MaterialPropertyLib::WaterVapourEnthalpyIAPWSIF97Region4::checkScale
void checkScale() const override
Definition
WaterVapourEnthalpyIAPWSIF97Region4.h:30
MaterialPropertyLib::WaterVapourEnthalpyIAPWSIF97Region4::WaterVapourEnthalpyIAPWSIF97Region4
WaterVapourEnthalpyIAPWSIF97Region4(std::string name)
Definition
WaterVapourEnthalpyIAPWSIF97Region4.h:26
MaterialPropertyLib::WaterVapourEnthalpyIAPWSIF97Region4::dValue
PropertyDataType dValue(VariableArray const &variable_array, Variable const variable, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const override
Definition
WaterVapourEnthalpyIAPWSIF97Region4.cpp:59
ParameterLib::SpatialPosition
Definition
SpatialPosition.h:28
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::Variable
Variable
Definition
VariableType.h:30
MaterialPropertyLib::name
@ name
Definition
PropertyType.h:66
MaterialPropertyLib::PropertyDataType
std::variant< double, Eigen::Matrix< double, 2, 1 >, Eigen::Matrix< double, 3, 1 >, Eigen::Matrix< double, 2, 2 >, Eigen::Matrix< double, 3, 3 >, Eigen::Matrix< double, 4, 1 >, Eigen::Matrix< double, 6, 1 >, Eigen::MatrixXd > PropertyDataType
Definition
Property.h:31
MaterialLib
MPL
Properties
Enthalpy
WaterVapourEnthalpyIAPWSIF97Region4.h
Generated by
1.12.0