Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
d497f147
Commit
d497f147
authored
Feb 26, 2021
by
Timo Koch
Browse files
[simpleh2o][gasenthalpy] Remove offset reuse heat capacity
parent
59078725
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/material/components/simpleh2o.hh
View file @
d497f147
...
...
@@ -136,7 +136,7 @@ public:
Scalar
pressure
)
{
static
const
Scalar
tRef
=
getParam
<
Scalar
>
(
"SimpleH2O.ReferenceTemperature"
,
293.15
);
return
1976
*
(
temperature
-
tRef
)
+
2.45e6
;
return
gasHeatCapacity
(
temperature
,
pressure
)
*
(
temperature
-
tRef
);
}
/*!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment