forked from idaholab/moose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation on AuxKernels idaholab#29484
- Loading branch information
Showing
15 changed files
with
242 additions
and
28 deletions.
There are no files selected for viewing
19 changes: 11 additions & 8 deletions
19
modules/subchannel/doc/content/source/auxkernels/BlockedMassFlowRateAux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
modules/subchannel/doc/content/source/auxkernels/DiffusionFluxFVAux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# DiffusionFluxFVAux | ||
|
||
!syntax description /AuxKernels/DiffusionFluxFVAux | ||
|
||
## Description | ||
|
||
<!-- --> | ||
|
||
The `DiffusionFluxFVAux` AuxKernel is used to compute the components of the flux vector for FV diffusion problems. The flux is computed as $J=-D\frac{\partial C}{\partial X}$, where $J$ is the diffusion flux vector, $D$ is the diffusivity or diffusion coefficient, $C$ is the concentration variable, and $X$ is the coordinate. | ||
|
||
It supports the definition of the diffusivity with and without automatic differentiation (AD). | ||
|
||
!alert warning | ||
The expression of the diffusive flux in this object is generic, as described, and may differ from the diffusive flux in your specific physics implementation. If so, you may not use this object to compute the diffusive flux. | ||
|
||
!syntax parameters /AuxKernels/DiffusionFluxFVAux | ||
|
||
!syntax inputs /AuxKernels/DiffusionFluxFVAux | ||
|
||
!syntax children /AuxKernels/DiffusionFluxFVAux |
16 changes: 8 additions & 8 deletions
16
modules/subchannel/doc/content/source/auxkernels/MassFlowRateAux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
modules/subchannel/doc/content/source/auxkernels/PostprocessorConstantAux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# PostprocessorConstantAux | ||
|
||
!syntax description /AuxKernels/PostprocessorConstantAux | ||
|
||
## Overview | ||
|
||
<!-- --> | ||
|
||
The `PostprocessorConstantAux` AuxKernel creates a constant field over the domain. It can read a value from a [Postprocessor](/Postprocessors/index.md). | ||
|
||
!syntax parameters /AuxKernels/PostprocessorConstantAux | ||
|
||
!syntax inputs /AuxKernels/PostprocessorConstantAux | ||
|
||
!syntax children /AuxKernels/PostprocessorConstantAux |
15 changes: 15 additions & 0 deletions
15
modules/subchannel/doc/content/source/auxkernels/QPrimeDuctAux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# QPrimeDuctAux | ||
|
||
!syntax description /AuxKernels/QPrimeDuctAux | ||
|
||
## Description | ||
|
||
<!-- --> | ||
|
||
The `QPrimeDuctAux` AuxKernel is used to compute the axial heat rate on a hexagonal duct surface. | ||
|
||
!syntax parameters /AuxKernels/QPrimeDuctAux | ||
|
||
!syntax inputs /AuxKernels/QPrimeDuctAux | ||
|
||
!syntax children /AuxKernels/QPrimeDuctAux |
13 changes: 5 additions & 8 deletions
13
...subchannel/doc/content/source/auxkernels/UniformlyDistributedMassFlowRateAux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/ics/FCTFdisplacementIC.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# FCTFdisplacementIC | ||
|
||
!alert construction title=Undocumented Class | ||
The FCTFdisplacementIC 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 /Variables/InitialCondition/FCTFdisplacementIC | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the FCTFdisplacementIC object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the FCTFdisplacementIC object. | ||
|
||
!syntax parameters /Variables/InitialCondition/FCTFdisplacementIC | ||
|
||
!syntax inputs /Variables/InitialCondition/FCTFdisplacementIC | ||
|
||
!syntax children /Variables/InitialCondition/FCTFdisplacementIC |
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/postprocessors/PinSurfaceTemperature.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# PinSurfaceTemperature | ||
|
||
!alert construction title=Undocumented Class | ||
The PinSurfaceTemperature 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 /UserObjects/PinSurfaceTemperature | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the PinSurfaceTemperature object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the PinSurfaceTemperature object. | ||
|
||
!syntax parameters /UserObjects/PinSurfaceTemperature | ||
|
||
!syntax inputs /UserObjects/PinSurfaceTemperature | ||
|
||
!syntax children /UserObjects/PinSurfaceTemperature |
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/postprocessors/PlanarMean.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# PlanarMean | ||
|
||
!alert construction title=Undocumented Class | ||
The PlanarMean 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 /UserObjects/PlanarMean | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the PlanarMean object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the PlanarMean object. | ||
|
||
!syntax parameters /UserObjects/PlanarMean | ||
|
||
!syntax inputs /UserObjects/PlanarMean | ||
|
||
!syntax children /UserObjects/PlanarMean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/problems/QuadInterWrapper1PhaseProblem.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# QuadInterWrapper1PhaseProblem | ||
|
||
!alert construction title=Undocumented Class | ||
The QuadInterWrapper1PhaseProblem 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 /SubChannel/QuadInterWrapper1PhaseProblem | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the QuadInterWrapper1PhaseProblem object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the QuadInterWrapper1PhaseProblem object. | ||
|
||
!syntax parameters /SubChannel/QuadInterWrapper1PhaseProblem | ||
|
||
!syntax inputs /SubChannel/QuadInterWrapper1PhaseProblem | ||
|
||
!syntax children /SubChannel/QuadInterWrapper1PhaseProblem |
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/problems/QuadSubChannel1PhaseProblem.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# QuadSubChannel1PhaseProblem | ||
|
||
!alert construction title=Undocumented Class | ||
The QuadSubChannel1PhaseProblem 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 /SubChannel/QuadSubChannel1PhaseProblem | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the QuadSubChannel1PhaseProblem object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the QuadSubChannel1PhaseProblem object. | ||
|
||
!syntax parameters /SubChannel/QuadSubChannel1PhaseProblem | ||
|
||
!syntax inputs /SubChannel/QuadSubChannel1PhaseProblem | ||
|
||
!syntax children /SubChannel/QuadSubChannel1PhaseProblem |
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/problems/TriInterWrapper1PhaseProblem.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# TriInterWrapper1PhaseProblem | ||
|
||
!alert construction title=Undocumented Class | ||
The TriInterWrapper1PhaseProblem 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 /SubChannel/TriInterWrapper1PhaseProblem | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the TriInterWrapper1PhaseProblem object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the TriInterWrapper1PhaseProblem object. | ||
|
||
!syntax parameters /SubChannel/TriInterWrapper1PhaseProblem | ||
|
||
!syntax inputs /SubChannel/TriInterWrapper1PhaseProblem | ||
|
||
!syntax children /SubChannel/TriInterWrapper1PhaseProblem |
23 changes: 23 additions & 0 deletions
23
modules/subchannel/doc/content/source/problems/TriSubChannel1PhaseProblem.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# TriSubChannel1PhaseProblem | ||
|
||
!alert construction title=Undocumented Class | ||
The TriSubChannel1PhaseProblem 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 /SubChannel/TriSubChannel1PhaseProblem | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the TriSubChannel1PhaseProblem object. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the TriSubChannel1PhaseProblem object. | ||
|
||
!syntax parameters /SubChannel/TriSubChannel1PhaseProblem | ||
|
||
!syntax inputs /SubChannel/TriSubChannel1PhaseProblem | ||
|
||
!syntax children /SubChannel/TriSubChannel1PhaseProblem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters