Loading [MathJax]/extensions/tex2jax.js
OGS
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
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
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
Typedefs
b
c
e
f
h
j
k
l
m
n
p
q
r
s
t
v
w
x
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
h
i
k
l
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
x
Variables
Typedefs
Enumerations
Macros
a
b
c
e
g
h
i
l
m
n
o
p
r
s
t
v
w
x
CheckVanGenuchtenExponentRange.cpp
Go to the documentation of this file.
1
12
#include "
CheckVanGenuchtenExponentRange.h
"
13
14
#include "
BaseLib/Error.h
"
15
16
namespace
MaterialPropertyLib
17
{
18
void
checkVanGenuchtenExponentRange
(
const
double
m)
19
{
20
if
(m <= 0 || m >= 1)
21
{
22
OGS_FATAL
(
23
"The exponent value m = {:e} of van Genuchten saturation model, is "
24
"out of its range of(0, 1) "
,
25
m);
26
}
27
}
28
}
// namespace MaterialPropertyLib
CheckVanGenuchtenExponentRange.h
Error.h
OGS_FATAL
#define OGS_FATAL(...)
Definition:
Error.h:26
MaterialPropertyLib
Definition:
ChemicalSolverInterface.h:17
MaterialPropertyLib::checkVanGenuchtenExponentRange
void checkVanGenuchtenExponentRange(const double m)
Definition:
CheckVanGenuchtenExponentRange.cpp:18
MaterialLib
MPL
Utils
CheckVanGenuchtenExponentRange.cpp
Generated by
1.9.1