Skip to content

Commit 190b74e

Browse files
committed
Merge remote-tracking branch 'github/master'
2 parents 2a3fc20 + 64b5da2 commit 190b74e

13 files changed

+36
-61
lines changed

Manuals/FDS_User_Guide/FDS_User_Guide.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6888,12 +6888,12 @@ \subsection{Basic Equations}
68886888

68896889
\begin{figure}[p]
68906890
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
6891-
\includegraphics[width=3.2in]{FIGURES/vel_L_-100} &
6892-
\includegraphics[width=3.2in]{FIGURES/tmp_L_-100} \\
6893-
\includegraphics[width=3.2in]{FIGURES/vel_L_100} &
6894-
\includegraphics[width=3.2in]{FIGURES/tmp_L_100} \\
6895-
\includegraphics[width=3.2in]{FIGURES/vel_L_-350} &
6896-
\includegraphics[width=3.2in]{FIGURES/tmp_L_-350}
6891+
\includegraphics[width=3.2in]{FIGURES/Monin_Obukhov_vel_L_-100} &
6892+
\includegraphics[width=3.2in]{FIGURES/Monin_Obukhov_tmp_L_-100} \\
6893+
\includegraphics[width=3.2in]{FIGURES/Monin_Obukhov_vel_L_100} &
6894+
\includegraphics[width=3.2in]{FIGURES/Monin_Obukhov_tmp_L_100} \\
6895+
\includegraphics[width=3.2in]{FIGURES/Monin_Obukhov_vel_L_-350} &
6896+
\includegraphics[width=3.2in]{FIGURES/Monin_Obukhov_tmp_L_-350}
68976897
\end{tabular*}
68986898
\caption[Sample vertical wind and temperature profiles]{Sample vertical wind and temperature profiles.}
68996899
\label{wind_profiles}

Utilities/Python/scripts/Monin_Obukhov_Profiles.py renamed to Manuals/FDS_User_Guide/FIGURES/Monin_Obukhov_Profiles.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
plot_style = fdsplotlib.get_plot_style('fds')
1111

12-
pltdir = '../../Manuals/FDS_User_Guide/FIGURES/'
13-
1412
rho_0 = 1.2
1513
g = 9.81
1614
cp = 1005
@@ -66,7 +64,7 @@
6664
ax1.text(0.05, 0.80, f'$L={L[i]:4.0f}$ m', transform=ax1.transAxes, verticalalignment='top')
6765
ax1.text(0.05, 0.70, f'$z_0={z_0[i]:5.3f}$ m', transform=ax1.transAxes, verticalalignment='top')
6866

69-
plt.savefig(pltdir + f'vel_L_{Ls[i]}.pdf', format='pdf')
67+
plt.savefig(f'Monin_Obukhov_vel_L_{Ls[i]}.pdf', format='pdf')
7068
plt.close()
7169

7270
# Figure 2 - Temperature profile
@@ -80,6 +78,6 @@
8078
ax2.text(0.05, 0.80, f'$L={L[i]:4.0f}$ m', transform=ax2.transAxes, verticalalignment='top')
8179
ax2.text(0.05, 0.70, f'$z_0={z_0[i]:5.3f}$ m', transform=ax2.transAxes, verticalalignment='top')
8280

83-
plt.savefig(pltdir + f'tmp_L_{Ls[i]}.pdf', format='pdf')
81+
plt.savefig(f'Monin_Obukhov_tmp_L_{Ls[i]}.pdf', format='pdf')
8482
plt.close()
8583

12.7 KB
Binary file not shown.
13.3 KB
Binary file not shown.
12.8 KB
Binary file not shown.
13.1 KB
Binary file not shown.
13.3 KB
Binary file not shown.
12.8 KB
Binary file not shown.

Utilities/Python/scripts/spray_pattern.py renamed to Manuals/FDS_User_Guide/FIGURES/spray_pattern.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
plot_style = fdsplotlib.get_plot_style('fds')
99

10-
pltdir = '../../Manuals/FDS_User_Guide/FIGURES/'
11-
1210
b = [0, 5, 10, 100, 1000]
1311
mu = np.array([0, 10, 20]) * np.pi / 180
1412
mu_str = ['0', '10', '20']
@@ -34,6 +32,6 @@
3432
ax.invert_yaxis()
3533
ax.text(45, 0.1, r'$\mu=$' + str(mu[j]*180/np.pi) + r', $\phi_{\rm max}=$' + str(phi_max[k]*180/np.pi) + ' degrees', fontsize=plot_style['Key_Font_Size'])
3634

37-
plt.savefig(pltdir + 'spray_pattern_mu_' + mu_str[j] + '_phimax_' + phi_str[k] + '.pdf', format='pdf')
35+
plt.savefig('spray_pattern_mu_' + mu_str[j] + '_phimax_' + phi_str[k] + '.pdf', format='pdf')
3836
plt.close()
3937

Utilities/Python/FDS_validation_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
# Scripts to run prior to dataplot
99

10-
print("catchpole_spread_rates..."); runpy.run_path("./scripts/catchpole_spread_rates.py", run_name="__main__")
1110
print("NIST_deposition_gauge..."); runpy.run_path("./scripts/NIST_deposition_gauge.py", run_name="__main__")
1211
print("flame_height..."); runpy.run_path("./scripts/flame_height.py", run_name="__main__")
1312
print("NIST_RSE..."); runpy.run_path("./scripts/NIST_RSE.py", run_name="__main__")
@@ -63,6 +62,7 @@
6362
# Special cases
6463
print("Beyler_Hood..."); runpy.run_path("./scripts/Beyler_Hood.py", run_name="__main__")
6564
print("BRE_LEMTA_Sprays..."); runpy.run_path("./scripts/BRE_LEMTA_Sprays.py", run_name="__main__")
65+
print("catchpole_spread_rates..."); runpy.run_path("./scripts/catchpole_spread_rates.py", run_name="__main__")
6666
print("FHWA_Tunnel..."); runpy.run_path("./scripts/FHWA_Tunnel.py", run_name="__main__")
6767
print("FM_FPRF_Datacenter..."); runpy.run_path("./scripts/FM_FPRF_Datacenter.py", run_name="__main__")
6868
print("Heskestad_Flame_Height_2..."); runpy.run_path("./scripts/Heskestad_Flame_Height_2.py", run_name="__main__")

0 commit comments

Comments
 (0)