AuxScalarKernels System
buildconstruction:Undocumented System
The AuxScalarKernels 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.
# AuxScalarKernels System
## Overview
!! Replace this line with information regarding the AuxScalarKernels system.
## Example Input File Syntax
!! Describe and include an example of how to use the AuxScalarKernels system.
!syntax list /AuxScalarKernels objects=True actions=False subsystems=False
!syntax list /AuxScalarKernels objects=False actions=False subsystems=True
!syntax list /AuxScalarKernels objects=False actions=True subsystems=False
Available Objects
- Moose App
- ConstantScalarAuxSets an auxiliary field variable to a controllable constant value.
- FunctionScalarAuxSets a value of a scalar variable based on a function.
- QuotientScalarAuxCompute the ratio of two scalar variables.
- ScalarTagMatrixAuxCouple a tag matrix, and return its nodal value
- ScalarTagVectorAuxCouple a tag vector, and return its value
- SolutionScalarAuxSets scalar variable by using information from a SolutionUserObject.
- Tensor Mechanics App
- GeneralizedPlaneStrainReferenceResidualGeneralized Plane Strain Reference Residual Scalar Kernel
Available Actions
- Moose App
- AddScalarKernelActionAdd a AuxScalarKernel object to the simulation.