Skip to content
Snippets Groups Projects
Commit ddeb1523 authored by AAA's avatar AAA
Browse files

Update brine_h2.hh

parent 731339a2
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public:
using H2 = Dumux::Components::H2<Scalar>;
// atomic diffusion volumes
const Scalar SigmaNu[2] = { 13.1 /* H2O */, 6.12 /* N2 */ };
const Scalar SigmaNu[2] = { 13.1 /* H2O */, 6.12 /* H2 */ };
// molar masses [g/mol]
const Scalar M[2] = { H2O::molarMass()*Scalar(1e3), H2::molarMass()*Scalar(1e3) };
......
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