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
db42db61
Commit
db42db61
authored
Dec 21, 2017
by
Gabi Seitz
Committed by
Dennis Gläser
Dec 21, 2017
Browse files
[components] cleanup
parent
58581947
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/material/components/CaO.hh
View file @
db42db61
...
...
@@ -62,7 +62,8 @@ public:
*/
static
Scalar
density
()
{
return
3370.0
;
//at 293 K ; Shao et al. (2013)
return
1656
;
// value including volume change, see Shao et al. (2013)
//actual value: 3370;
}
/*!
...
...
dumux/material/components/CaO2H2.hh
View file @
db42db61
...
...
@@ -62,7 +62,7 @@ public:
*/
static
Scalar
density
()
{
return
22
49
.0
;
//at 293 K ; Shao et al. (2013)
return
22
00
.0
;
//at 293 K ; Shao et al. (2013)
}
/*!
...
...
@@ -70,7 +70,7 @@ public:
*/
static
Scalar
heatCapacity
()
{
return
0.0206
;
//Nagel et al. (2014) : 1530 J/kgK
return
1530
;
//Nagel et al. (2014) : 1530 J/kgK
}
};
...
...
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