Skip to content

Commit

Permalink
Add description string for m1
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 d55f0bd commit fcd4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Media/package.mo
Original file line number Diff line number Diff line change
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);
SI.Mass m1(quantity="Mass." + Medium1.mediumName, 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 Down

0 comments on commit fcd4c58

Please sign in to comment.