MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / rhomass

Method rhomass

include/CoolProp/AbstractState.h:1140–1142  ·  view source on GitHub ↗

Return the mass density in kg/m^3

Source from the content-addressed store, hash-verified

1138 };
1139 /// Return the mass density in kg/m^3
1140 double rhomass() {
1141 return calc_rhomass();
1142 };
1143 /// Return the pressure in Pa
1144 double p() {
1145 return _p;

Callers 2

_sweepFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected