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