Skip to content

Commit a32bb73

Browse files
authored
Merge pull request #14364 from mcgratta/master
FDS Manuals: Issue #14354. Remove reference to Simpson's rule
2 parents 618ac07 + 81f2f13 commit a32bb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Manuals/FDS_User_Guide/FDS_User_Guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10369,7 +10369,7 @@ \subsection{Layer Height and the Average Upper and Lower Layer Temperatures}
1036910369
\be
1037010370
z_{\rm int} = \frac{ T_{\rm l} \, (I_1 \, I_2 - H^2)}{I_1+I_2 \, T_{\rm l}^2 - 2\, T_{\rm l} \, H}
1037110371
\ee
10372-
Let $T_{\rm l}$ be the temperature in the lowest mesh cell and, using Simpson's Rule, perform the numerical integration of $I_1$ and $I_2$. $T_{\rm u}$ is defined as the average upper layer temperature via
10372+
Let $T_{\rm l}$ be the temperature in the lowest mesh cell and perform the numerical integration of $I_1$ and $I_2$. $T_{\rm u}$ is defined as the average upper layer temperature via
1037310373
\be
1037410374
(H-z_{\rm int})\; T_{\rm u} = \int_{z_{\rm int}}^H \; T(z) \; \d z
1037510375
\ee

Manuals/FDS_Validation_Guide/HGL_Chapter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ \section{HGL Reduction Method}
1717
\be
1818
z_{\rm int} = \frac{ T_{\rm \ell}(I_1 \, I_2 - H^2)}{I_1+I_2 \, T_{\rm \ell}^2 - 2\, T_{\rm \ell} \, H}
1919
\ee
20-
Let $T_{\rm \ell}$ be the temperature in the lowest mesh cell and, using Simpson's Rule, perform the numerical integration of $I_1$ and $I_2$. $T_{\rm u}$ is defined as the average upper layer temperature via
20+
Let $T_{\rm \ell}$ be the temperature in the lowest mesh cell and perform the numerical integration of $I_1$ and $I_2$. $T_{\rm u}$ is defined as the average upper layer temperature via
2121
\be
2222
(H-z_{\rm int})\; T_{\rm u} = \int_{z_{\rm int}}^H \; T(z) \; dz
2323
\ee

0 commit comments

Comments
 (0)