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
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
modules/subchannel/doc/content/source/auxkernels/RZQPrimeAuxPin.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,21 @@ | ||
# RZQPrimeAuxPin | ||
|
||
!syntax description /AuxKernels/RZQPrimeAuxPin | ||
|
||
## Description | ||
|
||
<!-- --> | ||
|
||
The `RZQPrimeAuxPin` AuxKernel is used to compute the linear heat rate (w/m) on the surface of a fuel pin that is modeled with a 2D-RZ axi-symmetric mesh. | ||
It's a kernel that inherits from `DiffusionFluxAux` to calculate the flux, but in addition it multiplies with the pin diameter. The user needs to provide the | ||
diffusion coefficient and the temperature variable. | ||
|
||
## Example Input File Syntax | ||
|
||
!listing /examples/coupling/1pinSquare_thermomech_SC/one_pin_problem_sub.i block=AuxKernels language=cpp | ||
|
||
!syntax parameters /AuxKernels/RZQPrimeAuxPin | ||
|
||
!syntax inputs /AuxKernels/RZQPrimeAuxPin | ||
|
||
!syntax children /AuxKernels/RZQPrimeAuxPin |