Skip to content

Conversation

@HansOlsson
Copy link
Contributor

A simple correction for a unit-issue in MSL; probably due to copy-pasting the lines above.
(It wasn't detected earlier for various reasons.)

@HansOlsson HansOlsson added this to the MSL4.2.0 milestone Nov 13, 2025
@HansOlsson HansOlsson added L: Media Issue addresses Modelica.Media example Issue only addresses example(s) labels Nov 13, 2025
Medium.SpecificEntropy s=Medium.specificEntropy(medium.state);
Medium.SpecificHeatCapacity cv=Medium.specificHeatCapacityCv(medium.state);
Medium.SpecificInternalEnergy u=Medium.specificInternalEnergy(medium.state);
Medium.SpecificInternalEnergy h=Medium.specificEnthalpy(medium.state);
Copy link
Member

@beutlich beutlich Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Medium.SpecificInternalEnergy h=Medium.specificEnthalpy(medium.state);
Medium.SpecificEnthalpy h=Medium.specificEnthalpy(medium.state);

one more

@beutlich beutlich changed the title ObviousCorrection Fix units in Modelica.Media.Incompressible.Examples.TestGlycol Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example Issue only addresses example(s) L: Media Issue addresses Modelica.Media

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants