-
Notifications
You must be signed in to change notification settings - Fork 41
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
Bump Submodules/PelePhysics from 327aadb
to f54b084
#439
Merged
baperry2
merged 1 commit into
development
from
dependabot/submodules/Submodules/PelePhysics-f54b084
Nov 12, 2024
Merged
Bump Submodules/PelePhysics from 327aadb
to f54b084
#439
baperry2
merged 1 commit into
development
from
dependabot/submodules/Submodules/PelePhysics-f54b084
Nov 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [Submodules/PelePhysics](https://github.com/AMReX-Combustion/PelePhysics) from `327aadb` to `f54b084`. - [Release notes](https://github.com/AMReX-Combustion/PelePhysics/releases) - [Commits](AMReX-Combustion/PelePhysics@327aadb...f54b084) --- updated-dependencies: - dependency-name: Submodules/PelePhysics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 11, 2024
baperry2
deleted the
dependabot/submodules/Submodules/PelePhysics-f54b084
branch
November 12, 2024 17:59
terencelehmann
pushed a commit
to ITV-RWTH/PeleLMeX
that referenced
this pull request
Nov 14, 2024
* DivU constraint with arbitrary sources (AMReX-Combustion#428) * Included additional terms in divu constraint to account for external forces on density. * Updated Docs to include external source terms in model equations and divergence constraint. * Formatting * fix a bug in divu calc * Update deriviation of divu in Docs * Restored code to development * Reverted text in line 168 * Minor fix in Docs * Comment in divu about extRho --------- Co-authored-by: Bruce Perry <bruce.perry@nrel.gov> * "ODE" quantities and user defined external sources (AMReX-Combustion#427) * Initial commit. Needs debugging for source terms. * Added ode_var to typical values. Still debugging initialization and source. * Minor edit in set_ode_names function. * Fixed misalignment in plotting. IC's appear to be correct now for multiple ode vars. Still working on source terms. * Fix indexing. * Updated problem_modify_ext_sources. Works with local case definition. * Comment arguments in problem_modify_ext_sources in Source code. * Added compilation variable USE_MODIFIED_SOURCES to avoid unnecessary loops through levels. * Tested plotting for Efield and Spray. Tested all args of ProblemSpecificFunctions. * Added ode_srcstrength to test case, fixed minor bugs. * Changed flag for user defined external sources. Added future flag for including external sources in SDC loop. * Set peleLM.user_defined_ext_sources to true in input file. * Added Euler step for advancing the ODE quantities in time. * Changed name of advanceODEQty() to predictODEQty() for consistency with SDC iterations. * Updated input.2d for validation * Added .cpp file for ProblemSpecificFunctions to avoid need for static functions. * Added convergence test for ODE Qty. * Updated the test case to include 3 odes with increasing stiffness. * Renamed case * Combined all external forces in single function call to clean up PeleLMeX_Advance.cpp * Update README for case. * Update README for case. * Update README.md * Removed NUM_AUX for now. * Cleaning up * Documentation for ode quantities. * Clang-format * Remove validation tests from case directory. * Minor fix for soot and spray * Spelling and unused variable handling. * Unused variable handling * Formatting * Removed unwanted print statements, renamed some files/vars for consistency. * Added case to CI * Add USE_EB to EB_ODEQty/CmakeLists.txt * Add EB_ODEQty to RegTests/CMakeLists.txt * CI fix * More CI * Add ODEQty.cpp to cmake * More CI... * Only define predictODEQty if NUM_ODE > 0 * Updated CMake to handle user defined EB's and ProblemSpecificFunctions * Now passes in MultiFabs for state_old and state_new. This provides access to state_old.Factory() etc. * Update PeleLMeX_ProblemSpecificFunctions.cpp * Removed lev argument in problem_modify_ext_sources * Update comment --------- Co-authored-by: Bruce Perry <Bruce.Perry@nrel.gov> * pin intel-oneapi version in CI (AMReX-Combustion#434) * Bump Submodules/AMReX-Hydro from `3ab9864` to `3788361` (AMReX-Combustion#433) Bumps [Submodules/AMReX-Hydro](https://github.com/AMReX-Fluids/AMReX-Hydro) from `3ab9864` to `3788361`. - [Commits](AMReX-Fluids/AMReX-Hydro@3ab9864...3788361) --- updated-dependencies: - dependency-name: Submodules/AMReX-Hydro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruce Perry <Bruce.Perry@nrel.gov> * Add full manifold model capability (AMReX-Combustion#415) * basics of having eos_parm in PeleLMeX * add eosparm to PeleLMeX_K functions * more eosparm: now everywhere except Efield & BCs * eosparm in BC stuff * re-order functions for template * remove manifold-specfic changes, will go in later PR * gnu make changes for manifold * create manifold version of adjust fluxes function * Add abort for Closed Chamber + Manifold * Better setup chackes for Manifold + wbar, closed chamber, mixfrac/prog * advection of rho corrections for manifold models * manifold-specific transport, derives, divu * remove divide by zero * go to templated EOS functions to use cellData * fix oops in pelephysics * fix compile errors for Manifold derives * fix compile condition for transparm initialization * fix missing RY2RRinvY conversion * use PelePhysics that free manfunc shared pointer * clang-formatting * fux derives for manifold * add flamesheet test case for manifold * remove extraneous changes in file * Update Source/PeleLMeX_Setup.cpp Co-authored-by: Marc T. Henry de Frahan <marchdf@gmail.com> * address Marc HdF's comments with minor formatting * remove copied line * update PP for merged RY2R stuff --------- Co-authored-by: Marc T. Henry de Frahan <marchdf@gmail.com> * Update PelePhysics and add path to new utility (AMReX-Combustion#435) * Update PelePhysics and add new utility to Make.PeleLMeX * Add PelePhysics utilities to CMake * Test PelePhysics:tidy against clang-tidy. * Update PelePhysics submodule * Bump Submodules/AMReX-Hydro from `3ab9864` to `3788361` (AMReX-Combustion#438) Bumps [Submodules/AMReX-Hydro](https://github.com/AMReX-Fluids/AMReX-Hydro) from `3ab9864` to `3788361`. - [Commits](AMReX-Fluids/AMReX-Hydro@3ab9864...3788361) --- updated-dependencies: - dependency-name: Submodules/AMReX-Hydro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump Submodules/PelePhysics from `327aadb` to `f54b084` (AMReX-Combustion#439) Bumps [Submodules/PelePhysics](https://github.com/AMReX-Combustion/PelePhysics) from `327aadb` to `f54b084`. - [Release notes](https://github.com/AMReX-Combustion/PelePhysics/releases) - [Commits](AMReX-Combustion/PelePhysics@327aadb...f54b084) --- updated-dependencies: - dependency-name: Submodules/PelePhysics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Dave Montgomery <David.Montgomery@nrel.gov> Co-authored-by: Bruce Perry <bruce.perry@nrel.gov> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc T. Henry de Frahan <marchdf@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Submodules/PelePhysics from
327aadb
tof54b084
.Commits
f54b084
Update CI to ubuntu-24.04 (#546)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)