These are the most expensive parts of the core algorithms. And they appear to be calculated in multiple places, possibly for the same temperatures and relative humidities. This is due to the amount of log and exp needed for the calculations in FluidPropertiesjl.
This package should organise around precalculating and reusing these values as much as possible.
These are the most expensive parts of the core algorithms. And they appear to be calculated in multiple places, possibly for the same temperatures and relative humidities. This is due to the amount of log and exp needed for the calculations in FluidPropertiesjl.
This package should organise around precalculating and reusing these values as much as possible.