Skip to content

No module named " No module named 'hvac.heat_exchanger.recuperator'" #9

Description

@MechEngr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions