Validate the EOS that was just constructed
| 448 | |
| 449 | /// Validate the EOS that was just constructed |
| 450 | void validate() { |
| 451 | assert(R_u < 9 && R_u > 8); |
| 452 | assert(molar_mass > 0.001 && molar_mass < 1); |
| 453 | }; |
| 454 | CoolPropDbl baser(const CoolPropDbl& tau, const CoolPropDbl& delta) { |
| 455 | return alphar.base(tau, delta); |
| 456 | }; |
no outgoing calls
no test coverage detected