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.
Rename transfers, address reviewer comments Ref idaholab#29513
- Loading branch information
Showing
44 changed files
with
378 additions
and
327 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
modules/subchannel/doc/content/source/auxkernels/QPrimeDuctAux.md
This file was deleted.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
...ntent/source/auxkernels/RZQPrimeAuxPin.md → ...nt/source/auxkernels/SCMRZPinQPrimeAux.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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# RZQPrimeAuxPin | ||
# SCMRZPinQPrimeAux | ||
|
||
!syntax description /AuxKernels/RZQPrimeAuxPin | ||
!syntax description /AuxKernels/SCMRZPinQPrimeAux | ||
|
||
## 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. | ||
The `SCMRZPinQPrimeAux` 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_SCM/one_pin_problem_sub.i block=AuxKernels language=cpp | ||
|
||
!syntax parameters /AuxKernels/RZQPrimeAuxPin | ||
!syntax parameters /AuxKernels/SCMRZPinQPrimeAux | ||
|
||
!syntax inputs /AuxKernels/RZQPrimeAuxPin | ||
!syntax inputs /AuxKernels/SCMRZPinQPrimeAux | ||
|
||
!syntax children /AuxKernels/RZQPrimeAuxPin | ||
!syntax children /AuxKernels/SCMRZPinQPrimeAux |
15 changes: 15 additions & 0 deletions
15
modules/subchannel/doc/content/source/auxkernels/SCMTriDuctQPrimeAux.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 @@ | ||
# SCMTriDuctQPrimeAux | ||
|
||
!syntax description /AuxKernels/SCMTriDuctQPrimeAux | ||
|
||
## Description | ||
|
||
<!-- --> | ||
|
||
The `SCMTriDuctQPrimeAux` AuxKernel is used to compute the axial heat rate on a hexagonal duct surface. | ||
|
||
!syntax parameters /AuxKernels/SCMTriDuctQPrimeAux | ||
|
||
!syntax inputs /AuxKernels/SCMTriDuctQPrimeAux | ||
|
||
!syntax children /AuxKernels/SCMTriDuctQPrimeAux |
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
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
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
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
Oops, something went wrong.