| 945 | return calc_chemical_potential(i); |
| 946 | } |
| 947 | void AbstractState::build_phase_envelope(const std::string& type) { |
| 948 | calc_phase_envelope(type); |
| 949 | } |
| 950 | double AbstractState::isothermal_compressibility() { |
| 951 | return 1.0 / _rhomolar * first_partial_deriv(iDmolar, iP, iT); |
| 952 | } |
no outgoing calls
no test coverage detected