From ddb21edbdbd2fb0cf506446db42ea30d6e7685c2 Mon Sep 17 00:00:00 2001
From: renchao_lu <renchao.lu@gmail.com>
Date: Fri, 5 Mar 2021 16:28:06 +0100
Subject: [PATCH] [CL] initialize volume fraction.

---
 ChemistryLib/PhreeqcIO.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ChemistryLib/PhreeqcIO.cpp b/ChemistryLib/PhreeqcIO.cpp
index 42d4ec00fc2..38d9bde1ff0 100644
--- a/ChemistryLib/PhreeqcIO.cpp
+++ b/ChemistryLib/PhreeqcIO.cpp
@@ -96,6 +96,8 @@ void setReactantMolality(Reactant& reactant,
                 .property(MaterialPropertyLib::PropertyType::volume_fraction)
                 .template initialValue<double>(pos, t);
 
+        (*reactant.volume_fraction)[chemical_system_id] = volume_fraction;
+
         auto const fluid_density =
             liquid_phase.property(MaterialPropertyLib::PropertyType::density)
                 .template initialValue<double>(pos, t);
-- 
GitLab