Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to change HeatBalanceAlgorithm property in idf #1008

Open
JunfXiao opened this issue Apr 24, 2024 · 1 comment
Open

Add an option to change HeatBalanceAlgorithm property in idf #1008

JunfXiao opened this issue Apr 24, 2024 · 1 comment
Assignees
Labels
new development For issues that require new code

Comments

@JunfXiao
Copy link
Contributor

Hi,

recently I tried to do the combined heat and moisture transfer simulation with honeybee and energyplus. This needs to change the default Algorithm in the idf file from

HeatBalanceAlgorithm,
  ConductionTransferFunction,
  200;    

to

 HeatBalanceAlgorithm,
  CombinedHeatAndMoistureFiniteElement,    !- changed here
  200;

I searched the python code in the repo but find no code related.

Could you please help to find out where this property is written in the code or a proper way to customize this?

Thanks!

@mostaphaRoudsari mostaphaRoudsari added the new development For issues that require new code label Apr 24, 2024
@chriswmackey
Copy link
Member

chriswmackey commented Jun 3, 2024

Hi @JunfXiao ,

Sorry for the late response. This is one of the many EnergyPlus inputs that we have not (yet) exposed in honeybee-energy. You can always change this property with an OpenStudio measure that you include in your honeybee-energy simulation but I understand that it would be nice to change it with SimulationParameters.

We'll get to it eventually but it may be a low priority unless several other people thumbs up the issue or post here that it would make their lives a lot easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new development For issues that require new code
Projects
None yet
Development

No branches or pull requests

3 participants