Skip to content

Commit

Permalink
Merge commit '67416f5a078cb6178e1f671fbaaf17c0771c789b'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Jan 28, 2025
2 parents 80fba63 + 67416f5 commit edcb24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moose
Submodule moose updated 35 files
+9 −0 framework/doc/content/source/actions/MaterialOutputAction.md
+8 −1 framework/src/actions/MaterialOutputAction.C
+1 −0 framework/src/base/Moose.C
+51 −22 framework/src/vectorpostprocessors/ElementMaterialSampler.C
+2 −1 modules/fluid_properties/include/fluidproperties/NaClFluidProperties.h
+32 −9 modules/fluid_properties/src/fluidproperties/NaClFluidProperties.C
+1 −0 modules/fluid_properties/unit/src/NaClFluidPropertiesTest.C
+14 −0 modules/navier_stokes/include/functormaterials/INSFVEnthalpyFunctorMaterial.h
+78 −16 modules/navier_stokes/src/functormaterials/INSFVEnthalpyFunctorMaterial.C
+2 −0 modules/navier_stokes/test/tests/finite_volume/materials/ergun/tests
+232 −0 modules/navier_stokes/test/tests/finite_volume/wcns/materials/1d_test_cpT.i
+261 −0 modules/navier_stokes/test/tests/finite_volume/wcns/materials/2d-steady-wall-balance.i
+129 −0 modules/navier_stokes/test/tests/finite_volume/wcns/materials/enthalpy_computation.i
+3 −0 modules/navier_stokes/test/tests/finite_volume/wcns/materials/gold/1d_test_cpT_out.csv
+3 −0 modules/navier_stokes/test/tests/finite_volume/wcns/materials/gold/2d-steady-wall-balance_out.csv
+3 −0 ...les/navier_stokes/test/tests/finite_volume/wcns/materials/gold/enthalpy_computation_non_constant_cp_out.csv
+3 −0 modules/navier_stokes/test/tests/finite_volume/wcns/materials/gold/enthalpy_computation_out.csv
+53 −1 modules/navier_stokes/test/tests/finite_volume/wcns/materials/tests
+0 −24 modules/thermal_hydraulics/include/base/ThermalHydraulicsApp.h
+0 −2 modules/thermal_hydraulics/include/components/FlowChannelBase.h
+0 −45 modules/thermal_hydraulics/src/base/ThermalHydraulicsApp.C
+0 −14 modules/thermal_hydraulics/src/components/FlowChannelBase.C
+0 −8 modules/thermal_hydraulics/test/tests/closures/none_1phase/tests
+0 −8 modules/thermal_hydraulics/test/tests/closures/simple_1phase/tests
+9 −0 test/tests/materials/output/tests
+9 −0 ...orpostprocessors/element_material_sampler/gold/property_sampler_multiple_blocks_elem_ids_out_props_0001.csv
+9 −0 ...orpostprocessors/element_material_sampler/gold/property_sampler_multiple_blocks_elem_ids_out_props_0002.csv
+17 −0 ...ests/vectorpostprocessors/element_material_sampler/gold/property_sampler_multiple_blocks_out_props_0001.csv
+17 −0 ...ests/vectorpostprocessors/element_material_sampler/gold/property_sampler_multiple_blocks_out_props_0002.csv
+17 −0 test/tests/vectorpostprocessors/element_material_sampler/gold/property_sampler_out_props_0001.csv
+17 −0 test/tests/vectorpostprocessors/element_material_sampler/gold/property_sampler_out_props_0002.csv
+73 −0 test/tests/vectorpostprocessors/element_material_sampler/property_sampler.i
+94 −0 test/tests/vectorpostprocessors/element_material_sampler/property_sampler_multiple_blocks.i
+95 −0 test/tests/vectorpostprocessors/element_material_sampler/property_sampler_multiple_blocks_elem_ids.i
+35 −3 test/tests/vectorpostprocessors/element_material_sampler/tests

0 comments on commit edcb24e

Please sign in to comment.