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 postprocessors idaholab#29484
- Loading branch information
Showing
6 changed files
with
41 additions
and
53 deletions.
There are no files selected for viewing
27 changes: 15 additions & 12 deletions
27
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 |
---|---|---|
@@ -1,23 +1,26 @@ | ||
# 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 | ||
!syntax description /Postprocessors/PinSurfaceTemperature | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the PinSurfaceTemperature object. | ||
<!-- --> | ||
|
||
This is a postprocessor that calculates and prints the pin surface temperature `Tpin`. | ||
To be more exact, `Tpin` is calcualted inside the `SCM` solver: | ||
|
||
The assumption is that each neighboring subchannel to a specific pin sees the same heat flux. | ||
Using a `Dittus-Boelter` approach we calculate surface temperatures for each neighbor. The numerical | ||
average is `Tpin`. | ||
|
||
Then, the postprocessor interpolates the value of the variable `Tpin` at a certain pin and height. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the PinSurfaceTemperature object. | ||
!listing /test/tests/problems/SFR/sodium-19pin/test19_monolithic.i block=Postprocessors language=cpp | ||
|
||
!syntax parameters /UserObjects/PinSurfaceTemperature | ||
!syntax parameters /Postprocessors/PinSurfaceTemperature | ||
|
||
!syntax inputs /UserObjects/PinSurfaceTemperature | ||
!syntax inputs /Postprocessors/PinSurfaceTemperature | ||
|
||
!syntax children /UserObjects/PinSurfaceTemperature | ||
!syntax children /Postprocessors/PinSurfaceTemperature |
20 changes: 6 additions & 14 deletions
20
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 |
---|---|---|
@@ -1,23 +1,15 @@ | ||
# 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. | ||
!syntax description /Postprocessors/PlanarMean | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the PlanarMean object. | ||
|
||
!syntax parameters /UserObjects/PlanarMean | ||
!listing /test/tests/problems/psbt/psbt.i block=Postprocessors language=cpp | ||
|
||
!syntax parameters /Postprocessors/PlanarMean | ||
|
||
!syntax inputs /UserObjects/PlanarMean | ||
!syntax inputs /Postprocessors/PlanarMean | ||
|
||
!syntax children /UserObjects/PlanarMean | ||
!syntax children /Postprocessors/PlanarMean |
21 changes: 9 additions & 12 deletions
21
modules/subchannel/doc/content/source/postprocessors/SubChannelDelta.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,23 +1,20 @@ | ||
# SubChannelDelta | ||
|
||
!alert construction title=Undocumented Class | ||
The SubChannelDelta 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/SubChannelDelta | ||
!syntax description /Postprocessors/SubChannelDelta | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the SubChannelDelta object. | ||
<!-- --> | ||
|
||
The user defines the variable which change they want to see along the whole assembly. The postprocessor calculates a | ||
massflow rate weighted average at the inlet and outlet and then prints the absolute difference. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the SubChannelDelta object. | ||
!listing /examples/coupling/THM/subchannel.i block=Postprocessors language=cpp | ||
|
||
!syntax parameters /UserObjects/SubChannelDelta | ||
!syntax parameters /Postprocessors/SubChannelDelta | ||
|
||
!syntax inputs /UserObjects/SubChannelDelta | ||
!syntax inputs /Postprocessors/SubChannelDelta | ||
|
||
!syntax children /UserObjects/SubChannelDelta | ||
!syntax children /Postprocessors/SubChannelDelta |
19 changes: 7 additions & 12 deletions
19
modules/subchannel/doc/content/source/postprocessors/SubChannelPointValue.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,23 +1,18 @@ | ||
# SubChannelPointValue | ||
|
||
!alert construction title=Undocumented Class | ||
The SubChannelPointValue 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/SubChannelPointValue | ||
!syntax description /Postprocessors/SubChannelPointValue | ||
|
||
## Overview | ||
|
||
!! Replace these lines with information regarding the SubChannelPointValue object. | ||
The user needs to specify the variable whose value they want to see, the index of the subchannel and the height. | ||
The postprocessor will interpolate the value of that variable at that location. | ||
|
||
## Example Input File Syntax | ||
|
||
!! Describe and include an example of how to use the SubChannelPointValue object. | ||
!listing /test/tests/problems/SFR/THORS/FFM-5B.i block=Postprocessors language=cpp | ||
|
||
!syntax parameters /UserObjects/SubChannelPointValue | ||
!syntax parameters /Postprocessors/SubChannelPointValue | ||
|
||
!syntax inputs /UserObjects/SubChannelPointValue | ||
!syntax inputs /Postprocessors/SubChannelPointValue | ||
|
||
!syntax children /UserObjects/SubChannelPointValue | ||
!syntax children /Postprocessors/SubChannelPointValue |
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