EnergyPlus setting heat transfer algorithm for constructions - leads to fatal error
Hi there,
does anyone have experience in setting the heat transfer algorithm of selected constructions? According to the IO-Manual, I can set the global behaviour via
HeatBalanceAlgorithm, ConductionTransferFunction, 200; !- Algorithm, Surface Temperature Upper Limit {C}
and can then change this for selected constructions like this,
SurfaceProperty:HeatTransferAlgorithm:Construction, BO05Override, ConductionFiniteDifference, BO05; !- Name, Algorithm, Construction Name
Seems easy & straightforward. However, I then get a fatal error when trying to run the simulation telling me that "InitialInitHeatBalFiniteDiff: Found Material that is too thin and/or too highly conductive ..." which gives a material name that is not part of the construction addressed.
Any ideas welcome. Best Achim
OS: macOS; EnergyPlus, Version 22.1.0-43b09606e2
Can you provide a link to your IDF via, e.g., Google Drive or Dropbox?
Hi Scott, thanks for taking notice. The .idf should be downloadable from here for a few days: https://drive.switch.ch/index.php/s/Q.... Best, Achim
I'm not an expert in this area but, having looked briefly at your file, I agree with you that the error message is either wrong or confusing. I suggest creating a new issue at https://github.com/NREL/EnergyPlus/is....
Hi Scott, thanks again, finally I found time to re-compile the current version of E+ (there seemed to be some commits in the general area of my problem). Sadly, to no avail. So now I created a new issue (#9597) as you suggested. Let's see what happens. Best, Achim