Skip to content

Commit

Permalink
Add description string for m2
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
  • Loading branch information
henrikt-ma and beutlich committed Mar 29, 2023
1 parent fcd4c58 commit 93841b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Media/package.mo
Expand Up @@ -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);
SI.Mass m2(quantity="Mass." + Medium2.mediumName, 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 93841b7

Please sign in to comment.