Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AMReX-Combustion/PeleLMeX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.04
Choose a base ref
...
head repository: AMReX-Combustion/PeleLMeX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 2 commits
  • 147 files changed
  • 3 contributors

Commits on Apr 30, 2025

  1. Add InitialBoundaryCondition (IBC) struct. (#477)

    * Experiment with an IBC struct and templated BCfill functions.
    
    * Dont instanciate when using static method.
    
    * Update FlameSheet and PeriodicCases RegTests.
    
    * Fix docstring on zero_visc.
    
    * Remove nAux and add s_in in bcnormal.
    
    * Massage FlowController for change in bcnormal.
    
    * Update FlameSheet.
    
    * Do not instanciate ProbIBC when calling initdata.
    
    * Add EB kernels to ProbIBC.
    
    * Update EB_BackwardStepFlame with ProbIBC.
    
    * Run clang-format.
    
    * Different version of clang-format than the CI...
    
    * Fix access to in-domain cell data.
    
    * Remove prob_parm from CMake.
    
    * Update EBstate and EBtype kernel signature and propagate changes.
    
    * Update BackStepFlame case.
    
    * Clang-format.
    
    * Update EB_PipeFlow.
    
    * Fix signature of default EBType kernel.
    
    * Update EB_EnclosedVortex.
    
    * Format Exec.
    
    * Update EB_EnclosedFlame case.
    
    * Updarte EB_FlowPastCylinder.
    
    * Update EB_ODEQty.
    
    * Remove unecessary EBheader files.
    
    * Update CMakeLists.
    
    * Clang-tidy things up.
    
    * Update EnclosedFlame.
    
    * Update EnclosedInjection.
    
    * Update HITDecay.
    
    * Update HotBubble.
    
    * Update TaylorGreen.
    
    * Updqte SootRadTest.
    
    * Update SprayTest.
    
    * Update TripleFlame.
    
    * Update IsothermalSoretChannel.
    
    * Update TurbInflow
    
    * Update Exec/Unit.
    
    * Run clang-format.
    
    * Update calls to BCfills in PLASMA code.
    
    * Update Exec/Plasma/FlameSheetIons.
    
    * Update IonizedAirWave.
    
    * Update mechanism in PremBunsen3DKuhl.
    
    * Update PremBunsen3DKuhl.
    
    * Fix error introduced while removing unused arguments.
    
    * Clang-format PLASMA execs.
    
    * Missed a file in clang-format.
    
    * Fix unused.
    
    * Update ChallengeProblem.
    
    * Update CounterFlow.
    
    * Update CounterFlowSpray.
    
    * Update DiffBunsen2D.
    
    * Update JetInCrossflow.
    
    * Update NormalJet_OpenDomain.
    
    * Update PremBunsen2D.
    
    * Update PremBunsen3D.
    
    * Update SwirlFlowWallInteractions.
    
    * Update TripleFlame.
    
    * Update doc.
    
    * Forgot the Tutorials_FlameSheet.rst.
    
    * Format the Exec/Production .H files.
    
    * Fix typo.
    
    * Do not instanciate when calling zero_visc.
    
    * Add ProbParm to zero_visc.
    
    * Do not instanciate ProbIBC in FlowController.
    
    * Abort in some of the default IBC functions.
    
    * Clang-format.
    
    * Different clang-format versions.
    
    * Missing semicolon ...
    
    * Another error.
    
    * Add bcnormal to EnclosedFlame. NoSlipWallAdiab is actually ext_dir on vel.
    
    * Merge PeleLMeX_ProblemSpecificFunctions into new IBC struct.
    
    * Issues with clang-format version.
    
    * Remove ProblemSpecificFunctions from CMake.
    
    * ProbIBC -> ProblemSpecificFunctions
    
    * Fix clang-format.
    
    * Update name of function for external src terms.
    
    * Move EBUserDefine in ProblemSpecificFunctions.
    
    * Clang-format.
    
    * Need bcnormal in HotBubble for WallSlipAdiab.
    
    * add freeProbParm function to all case cpp files
    
    * Add a EBfaceFrac arg to setEBType for partial covering.
    
    * clang-format.
    
    * a few files missed in the previous merge commit
    
    * formatting
    
    * error and instructions if compiling old case with new lmex
    
    * typo
    
    * some version number changes in explanations
    
    * move patchFlowVariables into ProblemSpecificFunctions
    
    * unused variables
    
    * some doc updates for ProblemSpecificFunctions
    
    * further updates to versioning discussion in README
    
    ---------
    
    Co-authored-by: Bruce Perry <[email protected]>
    esclapez and baperry2 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    1e6db1c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    9c38a86 View commit details
    Browse the repository at this point in the history
Loading