Bounds System
The Bounds system has not been documented. The content listed below should be used as a starting point for documenting the system, which includes the typical automatic documentation associated with a system; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# Bounds System
## Overview
!! Replace this line with information regarding the Bounds system.
## Example Input File Syntax
!! Describe and include an example of how to use the Bounds system.
!syntax list /Bounds objects=True actions=False subsystems=False
!syntax list /Bounds objects=False actions=False subsystems=True
!syntax list /Bounds objects=False actions=True subsystems=False
Available Objects
- Moose App
- ADVectorMaterialRealVectorValueAuxConverts a vector-quantity material property into a vector auxiliary variable
- BuildArrayVariableAuxCombines multiple standard variables into an array variable.
- FunctionArrayAuxAuxiliary Kernel that creates and updates an array field variable by sampling functions through space and time.
- VectorFunctionAuxAuxiliary Kernel that creates and updates a vector field variable by sampling a Function object, via the vectorValue method, through space and time.
- VectorMaterialRealVectorValueAuxConverts a vector-quantity material property into a vector auxiliary variable
Available Actions
- Moose App
- AddBoundsVectorsActionAction to add vectors to nonlinear system when using the Bounds syntax.
- AddKernelActionAdd a Kernel object to the simulation.