Skip to content

Commit

Permalink
Merge pull request MaCFP#412 from mcgratta/master
Browse files Browse the repository at this point in the history
NIST Parallel Panels NIST -- simplify plots
  • Loading branch information
rmcdermo authored Sep 1, 2023
2 parents e2c2b97 + 40ab79a commit f25a3f6
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 420 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/Fire_Growth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,10 @@ jobs:
echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE/Fire_Growth/NIST_Parallel_Panel/Computational_Results/2023/NIST
python NIST_Parallel_Panel_plot_cmp.py
python plot_burner_heat_flux_centerline.py
python plot_burner_heat_flux_contour.py
python plot_pmma_flame_spread_heat_flux.py
python plot_pmma_hrr_qrad.py
python plot_pmma_flame_spread_con_heat_flux.py
python plot_pmma_flame_spread_mass_loss_rate.py
python plot_pmma_flame_spread_rad_heat_flux.py
python plot_pmma_flame_spread_temperature.py
python Burner_heat_flux_contour.py
python Burner_heat_flux_profile.py
python PMMA_heat_flux_profile.py
python PMMA_HRR_Qrad.py
# Step 2: push the plots to the releases page
- name: Push NIST Results to release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@

fig.tight_layout(pad=0.0, h_pad=0.0, w_pad=0.0, rect=[0.05, 0.05, 0.90, 0.95])

plt.savefig('Preliminary_Results/Plots/Burner_heatflux_colormap.pdf')
plt.savefig('Preliminary_Results/Plots/Burner_heat_flux_contour.pdf')

# plt.show()
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@

# fig.tight_layout(pad=1.0, h_pad=0.0, w_pad=0.0, rect=[0.05, 0.05, 0.90, 0.95])

plt.savefig('Preliminary_Results/Plots/Burner_heatflux.pdf')
plt.savefig('Preliminary_Results/Plots/Burner_heat_flux_profile.pdf')

# plt.show()
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@

fig.tight_layout(pad=0.0, h_pad=0.0, w_pad=0.0, rect=[0.05, 0.05, 0.90, 0.95])

plt.savefig('Preliminary_Results/Plots/PMMA_HRR_q-rad-only.pdf')
plt.savefig('Preliminary_Results/Plots/PMMA_HRR_Qrad.pdf')

# plt.show()
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@

f.tight_layout(pad=0.0, h_pad=0.0, w_pad=0.0, rect=[0.05, 0.05, 0.90, 0.95])

plt.savefig('Preliminary_Results/Plots/PMMA_flame_spread_heatflux.pdf')
plt.savefig('Preliminary_Results/Plots/PMMA_heat_flux_profile.pdf')

# plt.show()

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f25a3f6

Please sign in to comment.