Skip to content

Commit

Permalink
Improve documentation on AuxKernels idaholab#29484
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriv1980 committed Oct 24, 2024
1 parent d76a801 commit 8671db6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/subchannel/doc/content/source/auxkernels/RZQPrimeAuxPin.md
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

0 comments on commit 8671db6

Please sign in to comment.