Skip to content

Commit

Permalink
Merge branch 'integrate-baldr' into 'devel'
Browse files Browse the repository at this point in the history
Add Baldr code to MALAMUTE

See merge request idaholab/malamute!6
  • Loading branch information
lindsayad committed Dec 24, 2021
2 parents 1879fb9 + 1d81614 commit 9953cd5
Show file tree
Hide file tree
Showing 75 changed files with 10,681 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .coverage
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# - warn_new: Warns below this percentage of coverage for new lines added

[default]
require_total = 95
require_total = 67
warn_new = 90
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ HEAT_CONDUCTION := yes
LEVEL_SET := yes
MISC := no
NAVIER_STOKES := yes
PHASE_FIELD := no
PHASE_FIELD := yes
POROUS_FLOW := no
RAY_TRACING := no
RDG := no
RICHARDS := no
STOCHASTIC_TOOLS := no
TENSOR_MECHANICS := no
TENSOR_MECHANICS := yes
XFEM := no

include $(MOOSE_DIR)/modules/modules.mk
Expand Down
6 changes: 6 additions & 0 deletions doc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Content:
- ${MOOSE_DIR}/modules/navier_stokes/doc/content
- ${MOOSE_DIR}/modules/fluid_properties/doc/content # pulled in by navier_stokes
- ${MOOSE_DIR}/modules/rdg/doc/content # pulled in by navier_stokes
- ${MOOSE_DIR}/modules/phase_field/doc/content
- ${MOOSE_DIR}/modules/tensor_mechanics/doc/content
Renderer:
type: MooseDocs.base.MaterializeRenderer
Extensions:
Expand Down Expand Up @@ -41,6 +43,8 @@ Extensions:
navier_stokes: !include ${MOOSE_DIR}/modules/navier_stokes/doc/sqa_navier_stokes.yml
fluid_properties: !include ${MOOSE_DIR}/modules/fluid_properties/doc/sqa_fluid_properties.yml
rdg: !include ${MOOSE_DIR}/modules/rdg/doc/sqa_rdg.yml
phase_field: !include ${MOOSE_DIR}/modules/phase_field/doc/sqa_phase_field.yml
tensor_mechanics: !include ${MOOSE_DIR}/modules/tensor_mechanics/doc/sqa_tensor_mechanics.yml
reports: !include ${ROOT_DIR}/doc/sqa_reports.yml
repos:
default: https://hpcgitlab.hpc.inl.gov/idaholab/malamute
Expand All @@ -50,3 +54,5 @@ Extensions:
duplicates:
- greenshields2010implementation
- batten1997average
- hales15homogenization
- kim_phase-field_1999
23 changes: 23 additions & 0 deletions doc/content/source/bcs/DisplaceBoundaryBC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DisplaceBoundaryBC

!alert construction title=Undocumented Class
The DisplaceBoundaryBC has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /BCs/DisplaceBoundaryBC

## Overview

!! Replace these lines with information regarding the DisplaceBoundaryBC object.

## Example Input File Syntax

!! Describe and include an example of how to use the DisplaceBoundaryBC object.

!syntax parameters /BCs/DisplaceBoundaryBC

!syntax inputs /BCs/DisplaceBoundaryBC

!syntax children /BCs/DisplaceBoundaryBC
23 changes: 23 additions & 0 deletions doc/content/source/bcs/GaussianWeldEnergyFluxBC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# GaussianWeldEnergyFluxBC

!alert construction title=Undocumented Class
The GaussianWeldEnergyFluxBC has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /BCs/GaussianWeldEnergyFluxBC

## Overview

!! Replace these lines with information regarding the GaussianWeldEnergyFluxBC object.

## Example Input File Syntax

!! Describe and include an example of how to use the GaussianWeldEnergyFluxBC object.

!syntax parameters /BCs/GaussianWeldEnergyFluxBC

!syntax inputs /BCs/GaussianWeldEnergyFluxBC

!syntax children /BCs/GaussianWeldEnergyFluxBC
23 changes: 23 additions & 0 deletions doc/content/source/bcs/PenaltyDisplaceBoundaryBC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# PenaltyDisplaceBoundaryBC

!alert construction title=Undocumented Class
The PenaltyDisplaceBoundaryBC has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /BCs/PenaltyDisplaceBoundaryBC

## Overview

!! Replace these lines with information regarding the PenaltyDisplaceBoundaryBC object.

## Example Input File Syntax

!! Describe and include an example of how to use the PenaltyDisplaceBoundaryBC object.

!syntax parameters /BCs/PenaltyDisplaceBoundaryBC

!syntax inputs /BCs/PenaltyDisplaceBoundaryBC

!syntax children /BCs/PenaltyDisplaceBoundaryBC
23 changes: 23 additions & 0 deletions doc/content/source/bcs/RadiationEnergyFluxBC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# RadiationEnergyFluxBC

!alert construction title=Undocumented Class
The RadiationEnergyFluxBC has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /BCs/RadiationEnergyFluxBC

## Overview

!! Replace these lines with information regarding the RadiationEnergyFluxBC object.

## Example Input File Syntax

!! Describe and include an example of how to use the RadiationEnergyFluxBC object.

!syntax parameters /BCs/RadiationEnergyFluxBC

!syntax inputs /BCs/RadiationEnergyFluxBC

!syntax children /BCs/RadiationEnergyFluxBC
23 changes: 23 additions & 0 deletions doc/content/source/bcs/SurfaceTensionBC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# SurfaceTensionBC

!alert construction title=Undocumented Class
The SurfaceTensionBC has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /BCs/SurfaceTensionBC

## Overview

!! Replace these lines with information regarding the SurfaceTensionBC object.

## Example Input File Syntax

!! Describe and include an example of how to use the SurfaceTensionBC object.

!syntax parameters /BCs/SurfaceTensionBC

!syntax inputs /BCs/SurfaceTensionBC

!syntax children /BCs/SurfaceTensionBC
23 changes: 23 additions & 0 deletions doc/content/source/bcs/VaporRecoilPressureMomentumFluxBC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# VaporRecoilPressureMomentumFluxBC

!alert construction title=Undocumented Class
The VaporRecoilPressureMomentumFluxBC has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /BCs/VaporRecoilPressureMomentumFluxBC

## Overview

!! Replace these lines with information regarding the VaporRecoilPressureMomentumFluxBC object.

## Example Input File Syntax

!! Describe and include an example of how to use the VaporRecoilPressureMomentumFluxBC object.

!syntax parameters /BCs/VaporRecoilPressureMomentumFluxBC

!syntax inputs /BCs/VaporRecoilPressureMomentumFluxBC

!syntax children /BCs/VaporRecoilPressureMomentumFluxBC
23 changes: 23 additions & 0 deletions doc/content/source/indicators/AbsoluteValueIndicator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# AbsoluteValueIndicator

!alert construction title=Undocumented Class
The AbsoluteValueIndicator has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Adaptivity/Indicators/AbsoluteValueIndicator

## Overview

!! Replace these lines with information regarding the AbsoluteValueIndicator object.

## Example Input File Syntax

!! Describe and include an example of how to use the AbsoluteValueIndicator object.

!syntax parameters /Adaptivity/Indicators/AbsoluteValueIndicator

!syntax inputs /Adaptivity/Indicators/AbsoluteValueIndicator

!syntax children /Adaptivity/Indicators/AbsoluteValueIndicator
23 changes: 23 additions & 0 deletions doc/content/source/kernels/ADStressDivergence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# ADStressDivergence

!alert construction title=Undocumented Class
The ADStressDivergence has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Kernels/ADStressDivergence

## Overview

!! Replace these lines with information regarding the ADStressDivergence object.

## Example Input File Syntax

!! Describe and include an example of how to use the ADStressDivergence object.

!syntax parameters /Kernels/ADStressDivergence

!syntax inputs /Kernels/ADStressDivergence

!syntax children /Kernels/ADStressDivergence
23 changes: 23 additions & 0 deletions doc/content/source/kernels/BaldrConvectedMesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# BaldrConvectedMesh

!alert construction title=Undocumented Class
The BaldrConvectedMesh has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Kernels/BaldrConvectedMesh

## Overview

!! Replace these lines with information regarding the BaldrConvectedMesh object.

## Example Input File Syntax

!! Describe and include an example of how to use the BaldrConvectedMesh object.

!syntax parameters /Kernels/BaldrConvectedMesh

!syntax inputs /Kernels/BaldrConvectedMesh

!syntax children /Kernels/BaldrConvectedMesh
23 changes: 23 additions & 0 deletions doc/content/source/kernels/BaldrTemperatureConvectedMesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# BaldrTemperatureConvectedMesh

!alert construction title=Undocumented Class
The BaldrTemperatureConvectedMesh has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Kernels/BaldrTemperatureConvectedMesh

## Overview

!! Replace these lines with information regarding the BaldrTemperatureConvectedMesh object.

## Example Input File Syntax

!! Describe and include an example of how to use the BaldrTemperatureConvectedMesh object.

!syntax parameters /Kernels/BaldrTemperatureConvectedMesh

!syntax inputs /Kernels/BaldrTemperatureConvectedMesh

!syntax children /Kernels/BaldrTemperatureConvectedMesh
23 changes: 23 additions & 0 deletions doc/content/source/materials/CrazyKCPlantFits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CrazyKCPlantFits

!alert construction title=Undocumented Class
The CrazyKCPlantFits has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Materials/CrazyKCPlantFits

## Overview

!! Replace these lines with information regarding the CrazyKCPlantFits object.

## Example Input File Syntax

!! Describe and include an example of how to use the CrazyKCPlantFits object.

!syntax parameters /Materials/CrazyKCPlantFits

!syntax inputs /Materials/CrazyKCPlantFits

!syntax children /Materials/CrazyKCPlantFits
23 changes: 23 additions & 0 deletions doc/content/source/materials/CrazyKCPlantFitsBoundary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CrazyKCPlantFitsBoundary

!alert construction title=Undocumented Class
The CrazyKCPlantFitsBoundary has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Materials/CrazyKCPlantFitsBoundary

## Overview

!! Replace these lines with information regarding the CrazyKCPlantFitsBoundary object.

## Example Input File Syntax

!! Describe and include an example of how to use the CrazyKCPlantFitsBoundary object.

!syntax parameters /Materials/CrazyKCPlantFitsBoundary

!syntax inputs /Materials/CrazyKCPlantFitsBoundary

!syntax children /Materials/CrazyKCPlantFitsBoundary
23 changes: 23 additions & 0 deletions doc/content/source/materials/PseudoSolidStress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# PseudoSolidStress

!alert construction title=Undocumented Class
The PseudoSolidStress has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with a
MooseObject; however, what is contained is ultimately determined by what is necessary to make the
documentation clear for users.

!syntax description /Materials/PseudoSolidStress

## Overview

!! Replace these lines with information regarding the PseudoSolidStress object.

## Example Input File Syntax

!! Describe and include an example of how to use the PseudoSolidStress object.

!syntax parameters /Materials/PseudoSolidStress

!syntax inputs /Materials/PseudoSolidStress

!syntax children /Materials/PseudoSolidStress
Loading

0 comments on commit 9953cd5

Please sign in to comment.