Skip to content

Commit

Permalink
Merge commit '1bd861920a8de9cccea3709fda5455b4ac1db51b'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Feb 25, 2025
2 parents c91ab1c + 1bd8619 commit 9f2d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 53 files
+3 −0 .gitignore
+20 −0 conda/libmesh-vtk/conda_build_config.yaml.template
+58 −0 conda/libmesh-vtk/meta.yaml.template
+30 −0 conda/libmesh/conda_build_config.yaml.template
+61 −0 conda/libmesh/meta.yaml.template
+20 −0 conda/moose-dev/conda_build_config.yaml.template
+39 −0 conda/moose-dev/meta.yaml.template
+20 −0 conda/moose/conda_build_config.yaml.template
+158 −0 conda/mpi/meta.yaml.template
+6 −0 conda/peacock/conda_build_config.yaml.template
+50 −0 conda/peacock/meta.yaml.template
+20 −0 conda/petsc/conda_build_config.yaml.template
+70 −0 conda/petsc/meta.yaml.template
+54 −0 conda/pprof/meta.yaml.template
+64 −0 conda/seacas/meta.yaml.template
+109 −0 conda/tools/meta.yaml.template
+103 −0 conda/wasp/meta.yaml.template
+4 −4 framework/include/meshgenerators/AdvancedExtruderGenerator.h
+36 −10 framework/src/meshgenerators/AdvancedExtruderGenerator.C
+36 −36 modules/doc/content/help/development/VSCode.md
+59 −515 modules/fluid_properties/include/fluidproperties/IdealRealGasMixtureFluidProperties.h
+5 −5 modules/fluid_properties/include/fluidproperties/VaporMixtureFluidProperties.h
+2 −0 modules/fluid_properties/include/userobjects/FluidPropertiesInterrogator.h
+7 −0 modules/fluid_properties/include/utils/BrentsMethod.h
+372 −654 modules/fluid_properties/src/fluidproperties/IdealRealGasMixtureFluidProperties.C
+2 −2 modules/fluid_properties/src/fluidproperties/SinglePhaseFluidProperties.C
+9 −3 modules/fluid_properties/src/userobjects/FluidPropertiesInterrogator.C
+14 −3 modules/fluid_properties/src/utils/BrentsMethod.C
+10 −1 modules/fluid_properties/test/include/utils/FluidPropertiesTestUtils.h
+6 −5 modules/fluid_properties/test/include/utils/VaporMixtureFluidPropertiesUtils.h
+4 −2 modules/fluid_properties/test/tests/fp_interrogator/tests
+1 −0 modules/fluid_properties/unit/include/IdealRealGasMixtureFluidPropertiesTest.h
+5 −0 modules/fluid_properties/unit/include/TestSinglePhaseFluidProperties.h
+96 −78 modules/fluid_properties/unit/src/IdealRealGasMixtureFluidPropertiesTest.C
+6 −0 modules/fluid_properties/unit/src/SinglePhaseFluidPropertiesTest.C
+3 −1 modules/fluid_properties/unit/src/TestSinglePhaseFluidProperties.C
+3 −0 modules/navier_stokes/include/physics/WCNSFVFlowPhysics.h
+16 −13 modules/navier_stokes/src/physics/WCNSFVFlowPhysics.C
+2 −2 modules/reactor/src/meshgenerators/ReactorGeometryMeshBuilderBase.C
+11 −11 python/MooseDocs/extensions/versioner.py
+22 −32 python/MooseDocs/test/extensions/test_versioner.py
+3 −4 python/TestHarness/testers/Tester.py
+48 −61 scripts/apptainer_generator.py
+8 −11 scripts/premake.py
+7 −7 scripts/tests/test_premake.py
+30 −59 scripts/tests/test_versioner.py
+687 −328 scripts/tests/versioner_hashes.yaml
+717 −335 scripts/versioner.py
+69 −32 scripts/versioner.yaml
+2 −2 test/tests/meshgenerators/advanced_extruder_generator/gen_extrude.i
+ test/tests/meshgenerators/advanced_extruder_generator/gold/named_boundaries_in.e
+25 −0 test/tests/meshgenerators/advanced_extruder_generator/named_boundaries.i
+10 −0 test/tests/meshgenerators/advanced_extruder_generator/tests

0 comments on commit 9f2d2b0

Please sign in to comment.