Skip to content

844 add solar radiation to pluginopenfoam#874

Open
hochbean wants to merge 10 commits intodevelopmentfrom
844-add-solar-radiation-to-pluginopenfoam
Open

844 add solar radiation to pluginopenfoam#874
hochbean wants to merge 10 commits intodevelopmentfrom
844-add-solar-radiation-to-pluginopenfoam

Conversation

@hochbean
Copy link
Contributor

Closes #844

Adds the option of using solar radiation in OpenFOAM simulations. Extends the documentation of the PluginOpenFOAM by installation instructions for a modified version of OpenFOAM uploaded here: https://github.com/BIM2SIM/OpenFOAM-v2206S

@hochbean hochbean self-assigned this Mar 17, 2026
@hochbean hochbean linked an issue Mar 17, 2026 that may be closed by this pull request
Copy link
Member

@veronikarichter veronikarichter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the great work! Just some minor comments. Please double check the heat flux calculations for the case without solar radiation.

Comment on lines 107 to +114
self.power = timestep_df[res_key + (
'Surface Window Net Heat Transfer '
'Rate [W](Hourly)')]
# remove solar load for realistic window surface bc
self.power -= timestep_df[res_key + ('Surface Window '
'Transmitted Solar '
'Radiation Rate [W]('
'Hourly)')]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a comment to the code how the "surface window net heat transfer rate" is calculated and how the transmitted solar radiation rate is removed here? Currently, for ALL Windows (regardless of self.add_solar_radiation == True or not), the transmitted solar radiation rate is removed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change may be the reason that the regression tests currently fail even if these tests do not consider add_solar_radiation.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add solar radiation to PluginOpenFOAM

2 participants