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

Mean Radiant Temperature from Zone to Enclosure #10244

Merged
merged 31 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3051a11
MRT IDD updates plus some space-related cleanup
mjwitte Sep 26, 2023
334f264
MRT I/O ref updates plus some space-related cleanup
mjwitte Sep 26, 2023
cc355f9
Cleanup CalcSurfaceWeightedMRT and CalcRadTemp
mjwitte Sep 26, 2023
4e073b1
EnclosureAveraged and delete ZoneName
mjwitte Sep 26, 2023
cbfa45d
EnclosureAveraged and delete ZoneName
mjwitte Sep 26, 2023
62a319c
Delete scratch files
mjwitte Sep 26, 2023
06448e1
EnclosureAveraged
mjwitte Sep 26, 2023
066ff56
EnclosureAveraged and json field names
mjwitte Sep 27, 2023
35e5ce3
Merge remote-tracking branch 'remotes/origin/develop' into 9377MRTPart2
mjwitte Sep 27, 2023
557908f
People MRTCalcType getEnumValue
mjwitte Sep 27, 2023
85e2e91
Merge remote-tracking branch 'remotes/origin/develop' into 9377MRTPart2
mjwitte Sep 29, 2023
d48a92f
Add enclosure MRT
mjwitte Sep 29, 2023
10a564d
Use enclosureMRT for thermal comfort
mjwitte Sep 29, 2023
7ee07cb
Setup enclosures earlier
mjwitte Oct 2, 2023
4f6f7fe
MRT calc refinement
mjwitte Oct 2, 2023
9e42b8d
Setup enclosures earlier
mjwitte Oct 2, 2023
ddaa321
Use enclosureMRT for interzone windows
mjwitte Oct 3, 2023
c56d921
Use enclosureMRT for operative temp
mjwitte Oct 3, 2023
f1059bd
BeginEnvironment init for enclosure MRT
mjwitte Oct 3, 2023
9b9f419
Move MRT to zone/spaceHeatBalance add Space MRT output
mjwitte Oct 5, 2023
98b3af1
Merge remote-tracking branch 'remotes/origin/develop' into 9377MRTPart2
mjwitte Oct 11, 2023
13c11ac
MRT transition
mjwitte Oct 11, 2023
89df6cb
Update transition template
mjwitte Oct 11, 2023
481800c
MRT unit test
mjwitte Oct 12, 2023
67516a6
CalculateZoneMRT refinements
mjwitte Oct 12, 2023
cd89804
MRT Docs
mjwitte Oct 12, 2023
0edf24a
Merge remote-tracking branch 'remotes/origin/develop' into 9377MRTPart2
mjwitte Oct 30, 2023
3c59848
format
mjwitte Oct 31, 2023
935bffb
Merge remote-tracking branch 'remotes/origin/develop' into 9377MRTPart2
mjwitte Nov 8, 2023
8eb0b2e
Testfile cleanup
mjwitte Nov 8, 2023
e3d51ef
Error msg tweak
mjwitte Nov 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ \subsubsection{Space Thermal Outputs Overview}
Zone,Average,Space Mean Air Dewpoint Temperature {[}C{]}
\item
Zone,Average,Space Mean Radiant Temperature {[}C{]}
\item
Zone,Average,Enclosure Mean Radiant Temperature {[}C{]}
\item
Zone,Average,Space Operative Temperature {[}C{]}
\item
Expand Down Expand Up @@ -384,8 +386,10 @@ \subsubsection{Space and Zone Thermal Outputs Details}
This is the zone air node temperature for the well-mixed room air model, which is the default room air model type (\hyperref[roomairmodeltype]{RoomAirModelType} = Mixing). But for other types of Room Air Model (the RoomAir:TemperaturePattern:* and RoomAirSettings:* objects) the zone thermostat air temperature may depend on the Thermostat Height and Thermostat Offset.

\paragraph{Zone Mean Radiant Temperature {[}C{]}}\label{zone-mean-radiant-temperature-c}
\paragraph{Space Mean Radiant Temperature {[}C{]}}\label{space-mean-radiant-temperature-c}
\paragraph{Enclosure Mean Radiant Temperature {[}C{]}}\label{enclosure-mean-radiant-temperature-c}
Comment on lines +389 to +390
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Two new output variables. Note that Zone MRT is still calculated the legacy way, oblivious to enclosure boundaries.


The Mean Radiant Temperature (MRT) in degrees Celsius of a space is a measure of the combined effects of temperatures of surfaces within that space. Specifically it is the surface area $\times$ emissivity weighted average of the zone inside surface temperatures (ref. Surface Inside Temperature), where emissivity is the Thermal Absorptance of the inside material layer of each surface.
The Mean Radiant Temperature (MRT) in degrees Celsius is the surface area $\times$ emissivity weighted average of the \hyperref[surface-inside-face-temperature-c]{Surface Inside Face Temperature}, where emissivity is the Thermal Absorptance of the inside material layer of each surface. Zone Mean Radiant Temperature is based on all surfaces in the zone (regardless of what enclosure each surface is in). Enclosure Mean Radiant Temperature is based on all surfaces in an enclosure (one or more \hyperref[space]{Spaces}, see \hyperref[constructionairboundary]{Construction:AirBoundary}). Space Mean Radiant Temperature is based on all surfaces in the enclosure which contains the space (same as its Enclsoure Mean Radiant Temperature).

\paragraph{Zone Operative Temperature {[}C{]}}\label{zone-operative-temperature-c}

Expand Down
Loading