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

Method isothermal_compressibility

src/AbstractState.cpp:950–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948 calc_phase_envelope(type);
949}
950double AbstractState::isothermal_compressibility() {
951 return 1.0 / _rhomolar * first_partial_deriv(iDmolar, iP, iT);
952}
953double AbstractState::isobaric_expansion_coefficient() {
954 return -1.0 / _rhomolar * first_partial_deriv(iDmolar, iT, iP);
955}

Callers 2

postStateChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected