Skip to content
Snippets Groups Projects
Commit c498d96e authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'doc/add-doi-to-brine' into 'master'

[brine][doc] Add DOI for dissertation

See merge request !2339
parents 8359d9ac ecc79df9
No related branches found
No related tags found
1 merge request!2339[brine][doc] Add DOI for dissertation
...@@ -123,7 +123,7 @@ public: ...@@ -123,7 +123,7 @@ public:
Scalar pi = 0; Scalar pi = 0;
using std::log; using std::log;
if (ThisType::salinity() < 0.26) // here we have hard coded the solubility limit for NaCl if (ThisType::salinity() < 0.26) // here we have hard coded the solubility limit for NaCl
pi = (R * temperature * log(1- ThisType::salinity())); // simplified version of Eq 2.29 in Vishal Jambhekar's Promo pi = (R * temperature * log(1- ThisType::salinity())); // simplified version of Eq 2.29 in Vishal Jambhekar's dissertation (http://dx.doi.org/10.18419/opus-8979)
else else
pi = (R * temperature * log(0.74)); pi = (R * temperature * log(0.74));
using std::exp; using std::exp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment