Skip to content

Commit

Permalink
Merge pull request #992 from ibpsa/issue991_constantDeclaration
Browse files Browse the repository at this point in the history
Corrected order of constant declaration to be consistent with package…
  • Loading branch information
Mathadon committed Jul 21, 2018
2 parents 1660732 + 54d8f7b commit b2a48e0
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions IBPSA/Media/Refrigerants/R410A/package.mo
Expand Up @@ -2,38 +2,17 @@
package R410A "Refrigerant R410A"
extends Modelica.Icons.VariantsPackage;

final constant Modelica.SIunits.AbsolutePressure pCri = 4926.1e3
"Critical pressure";
final constant Modelica.SIunits.SpecificEntropy R = 114.55
"Gas constant for use in Martin-Hou equation of state";

final constant Modelica.SIunits.Temperature TCri = 345.25
"Critical temperature";

final constant Modelica.SIunits.Temperature T_min = 173.15
"Minimum temperature for correlated properties";























final constant Modelica.SIunits.AbsolutePressure pCri = 4926.1e3
"Critical pressure";

annotation (preferredView="info",Documentation(info="<HTML>
<p>
Expand Down

0 comments on commit b2a48e0

Please sign in to comment.