Skip to content

Commit

Permalink
Completely remove modifications of 'quantity'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 1, 2023
1 parent 93841b7 commit 0bcc98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Media/package.mo
Expand Up @@ -2316,7 +2316,7 @@ is given to compare the approximation.
fixed=true,
stateSelect=StateSelect.prefer),
X(start={0.8,0.2}));
SI.Mass m1(quantity="Mass." + Medium1.mediumName, start=1.0) "Mass of volume 1";
SI.Mass m1(start=1.0) "Mass of volume 1";
SI.InternalEnergy U1;
Medium1.SpecificHeatCapacity cp1=Medium1.specificHeatCapacityCp(medium1.state);
Medium1.DynamicViscosity eta1=Medium1.dynamicViscosity(medium1.state);
Expand All @@ -2332,7 +2332,7 @@ is given to compare the approximation.
fixed=true,
stateSelect=StateSelect.prefer),
X(start={0.1,0.1,0.1,0.2,0.2,0.3}));
SI.Mass m2(quantity="Mass." + Medium2.mediumName, start=1.0) "Mass of volume 2";
SI.Mass m2(start=1.0) "Mass of volume 2";
SI.InternalEnergy U2;
Medium2.SpecificHeatCapacity cp2=Medium2.specificHeatCapacityCp(medium2.state);
Medium2.DynamicViscosity eta2=Medium2.dynamicViscosity(medium2.state);
Expand Down

0 comments on commit 0bcc98c

Please sign in to comment.