|
Calling Sequence
|
|
Props1SI(output, fluid, opts)
|
|
Parameters
|
|
output
|
-
|
symbol or string for the desired output quantity
|
fluid
|
-
|
symbol or string representing the medium
|
opts
|
-
|
(optional) equation of the form useunits = true or useunits = false
|
|
|
|
|
Description
|
|
•
|
The Props1SI function interrogates the CoolProp library for thermophysical data.
|
•
|
The output parameter can be any of the numerical thermophysical properties in the Quantities and Maple-specific aliases columns of the following table, whenever that property makes sense for the given fluid. In almost all circumstances, you can use either one of the names used by the CoolProp library, or an alias defined by the Maple package.
|
•
|
If you supply the useunits = true option (which can be shortened to just useunits), then the result will always have the appropriate unit. If you supply useunits = false (the default), the result will never have a unit.
|
Quantity
|
Maple-specific aliases
|
Unit
|
Description
|
ACENTRIC, acentric
|
acentric_factor, acentricfactor
|
-
|
Acentric factor
|
DIPOLE_MOMENT, dipole_moment
|
dipole_moment, dipolemoment
|
C*m
|
Dipole moment
|
FH
|
flammability_hazard, flammabilityhazard
|
-
|
Flammability hazard
|
FRACTION_MAX, fraction_max
|
fractionmax
|
-
|
Fraction (mole, mass, volume) maximum value for incompressible solutions
|
FRACTION_MIN, fraction_min
|
fractionmin
|
-
|
Fraction (mole, mass, volume) minimum value for incompressible solutions
|
GAS_CONSTANT, gas_constant
|
gasconstant
|
J/mol/K
|
Molar gas constant
|
GWP100
|
global_warming_potential_100, globalwarmingpotential100
|
-
|
100-year global warming potential
|
GWP20
|
global_warming_potential_20, globalwarmingpotential20
|
-
|
20-year global warming potential
|
GWP500
|
global_warming_potential_500, globalwarmingpotential500
|
-
|
500-year global warming potential
|
HH
|
health_hazard, healthhazard
|
-
|
Health hazard
|
M, MOLARMASS, MOLAR_MASS, MOLEMASS, molar_mass, molarmass, molemass
|
-
|
kg/mol
|
Molar mass
|
ODP
|
ozone_depletion_potential, ozonedepletionpotential
|
-
|
Ozone depletion potential
|
PCRIT, P_CRITICAL, Pcrit, p_critical, pcrit
|
pcritical
|
Pa
|
Pressure at the critical point
|
PH
|
physical_hazard, physicalhazard
|
-
|
Physical hazard
|
PMAX, P_MAX, P_max, pmax
|
p_max, pressure_max, pressuremax
|
Pa
|
Maximum pressure limit
|
PMIN, P_MIN, P_min, pmin
|
p_min, pressure_min, pressuremin
|
Pa
|
Minimum pressure limit
|
PTRIPLE, P_TRIPLE, p_triple, ptriple
|
pressure_triple, pressuretriple
|
Pa
|
Pressure at the triple point (pure only)
|
P_REDUCING, p_reducing
|
preducing, pressure_reducing, pressurereducing
|
Pa
|
Pressure at the reducing point
|
RHOCRIT, RHOMASS_CRITICAL, rhocrit, rhomass_critical
|
density_critical, densitycritical
|
kg/m^3
|
Mass density at critical point
|
RHOMASS_REDUCING, rhomass_reducing
|
density_reducing, densityreducing, mass_density_reducing, massdensityreducing
|
kg/m^3
|
Mass density at reducing point
|
RHOMOLAR_CRITICAL, rhomolar_critical
|
molar_density_critical, molardensitycritical
|
mol/m^3
|
Molar density at critical point
|
RHOMOLAR_REDUCING, rhomolar_reducing
|
molar_density_reducing, molardensityreducing
|
mol/m^3
|
Molar density at reducing point
|
TCRIT, T_CRITICAL, T_critical, Tcrit
|
temperature_critical, temperaturecritical
|
K
|
Temperature at the critical point
|
TMAX, T_MAX, T_max, Tmax
|
temperature_max, temperaturemax
|
K
|
Maximum temperature limit
|
TMIN, T_MIN, T_min, Tmin
|
temperature_min, temperaturemin
|
K
|
Minimum temperature limit
|
TTRIPLE, T_TRIPLE, T_triple, Ttriple
|
temperature_triple, temperaturetriple
|
K
|
Temperature at the triple point
|
T_FREEZE, T_freeze
|
temperature_freeze, temperature_freezing, temperaturefreeze, temperaturefreezing
|
K
|
Freezing temperature for incompressible solutions
|
T_REDUCING, T_reducing
|
temperature_reducing, temperaturereducing
|
K
|
Temperature at the reducing point
|
|
|
|
|
Examples
|
|
>
|
|
| (1) |
| (2) |
Determine the triple point of water.
>
|
|
>
|
|
|
|
References
|
|
|
Bell, Ian H.; Wronski, Jorrit; Quoilin, Sylvain; and Lemort, Vincent. Pure and Pseudo-pure Fluid Thermophysical Property Evaluation and the Open-Source Thermophysical Property Library CoolProp. Industrial & Engineering Chemistry Research, Vol. 53 No. 6 (2014): 2498-2508; http://www.coolprop.org/.
|
|
|
Compatibility
|
|
•
|
The ThermophysicalData[CoolProp][Props1SI] command was introduced in Maple 2016.
|
|
|
|