Great library, thank you for sharing! I was able to install the python package, but when I can the example code from air cooling coil example 1, I get the error about the heat_exchanger.recuperator module not being available.
Could you please help?
Code snippet below:
import warnings
from hvac import Quantity
from hvac.fluids import HumidAir, Fluid, CoolPropWarning
from hvac.heat_exchanger.recuperator.fintube.continuous_fin import (
PlainFinTubeAirToWaterCounterFlowHeatExchanger
)
warnings.filterwarnings('ignore', category=CoolPropWarning)
Q_ = Quantity