Skip to content

Commit

Permalink
Bump Submodules/PelePhysics from 769ae63 to 2a87dc0
Browse files Browse the repository at this point in the history
Bumps [Submodules/PelePhysics](https://github.com/AMReX-Combustion/PelePhysics) from `769ae63` to `2a87dc0`.
- [Release notes](https://github.com/AMReX-Combustion/PelePhysics/releases)
- [Commits](AMReX-Combustion/PelePhysics@769ae63...2a87dc0)

---
updated-dependencies:
- dependency-name: Submodules/PelePhysics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent f4475c0 commit c22373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/PelePhysics
Submodule PelePhysics updated 64 files
+3 −1 .codespell-ignore-words
+9 −0 .github/dependabot.yml
+2 −13 .github/workflows/ci.yml
+0 −1 .gitignore
+6 −0 .gitmodules
+59 −41 Docs/sphinx/GettingStarted.rst
+49 −0 Docs/sphinx/Soot.rst
+490 −0 Docs/sphinx/Spray.rst
+ Docs/sphinx/Visualization/abram_res.png
+ Docs/sphinx/Visualization/daif_res.png
+ Docs/sphinx/Visualization/inject_transform.png
+ Docs/sphinx/Visualization/ton_res.png
+6 −0 Docs/sphinx/_static/mywrap.css
+5 −3 Docs/sphinx/conf.py
+2 −0 Docs/sphinx/index.rst
+113 −0 Source/Soot/Constants_Soot.H
+3 −0 Source/Soot/Make.package
+861 −0 Source/Soot/SootData.H
+182 −0 Source/Soot/SootModel.H
+522 −0 Source/Soot/SootModel.cpp
+29 −0 Source/Soot/SootModel_derive.H
+70 −0 Source/Soot/SootModel_derive.cpp
+149 −0 Source/Soot/SootModel_react.cpp
+157 −0 Source/Soot/SootReactions.H
+341 −0 Source/Spray/BreakupSplash/AhamedSplash.H
+6 −0 Source/Spray/BreakupSplash/Make.package
+180 −0 Source/Spray/BreakupSplash/ReitzKHRT.H
+177 −0 Source/Spray/BreakupSplash/SBData.H
+226 −0 Source/Spray/BreakupSplash/TABBreakup.H
+197 −0 Source/Spray/BreakupSplash/WallFilm.H
+19 −0 Source/Spray/Distribution/DistBase.H
+90 −0 Source/Spray/Distribution/Distributions.H
+174 −0 Source/Spray/Distribution/Distributions.cpp
+3 −0 Source/Spray/Distribution/Make.package
+443 −0 Source/Spray/Drag.H
+17 −0 Source/Spray/Make.package
+155 −0 Source/Spray/SprayDerive.cpp
+214 −0 Source/Spray/SprayFuelData.H
+160 −0 Source/Spray/SprayIO.cpp
+349 −0 Source/Spray/SprayInjection.H
+635 −0 Source/Spray/SprayInterpolation.H
+295 −0 Source/Spray/SprayJet.H
+256 −0 Source/Spray/SprayJet.cpp
+417 −0 Source/Spray/SprayParticles.H
+502 −0 Source/Spray/SprayParticles.cpp
+207 −0 Source/Spray/SpraySB.cpp
+326 −0 Source/Spray/SpraySetup.cpp
+235 −0 Source/Spray/WallFunctions.H
+1 −0 Submodules/amrex
+1 −0 Submodules/sundials
+63 −0 Support/MechanismPAH/PAHmechfiles/PAH.chmech
+119 −0 Support/MechanismPAH/PAHmechfiles/PAH.chthermo
+31 −0 Support/MechanismPAH/PAHmechfiles/PAH.chtrans
+18 −0 Support/MechanismPAH/README.rst
+1 −0 Support/MechanismPAH/__init__.py
+140 −0 Support/MechanismPAH/addPAHmech.py
+60 −0 Support/MechanismPAH/cleanfiles.py
+98 −0 Support/MechanismPAH/compareIDT.py
+141 −0 Support/MechanismPAH/compareenthalpy.py
+101 −0 Support/MechanismPAH/getdata.py
+192 −0 Support/liquidProp/propcoeff.py
+2 −2 Testing/Exec/Make.PelePhysics
+3 −1 Utility/PltFileManager/PltFileManager.H
+10 −7 Utility/PltFileManager/PltFileManager.cpp

0 comments on commit c22373d

Please sign in to comment.