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 AuxKernels Ref idaholab#29513
- Loading branch information
Showing
88 changed files
with
152 additions
and
153 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
modules/subchannel/doc/content/source/auxkernels/BlockedMassFlowRateAux.md
This file was deleted.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
modules/subchannel/doc/content/source/auxkernels/SCMBlockedMassFlowRateAux.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,26 @@ | ||
# SCMBlockedMassFlowRateAux | ||
|
||
!syntax description /AuxKernels/SCMBlockedMassFlowRateAux | ||
|
||
## Overview | ||
|
||
<!-- --> | ||
|
||
In the case were there is a partial blockage in the inlet of the subchannel sub-assembly, the user can use the `SCMBlockedMassFlowRateAux` kernel to define an appropiate mass-flow distribution at the inlet. | ||
The user must define the [!param](/AuxKernels/SCMBlockedMassFlowRateAux/variable) (must be `mdot`), a low mass-flux and a normal mass-flux, as well as the indexes of the blocked subchannels. The low mass-flux [!param](/AuxKernels/SCMBlockedMassFlowRateAux/blocked_mass_flux) will be | ||
applied to the blocked subchannels who have the indexes [!param](/AuxKernels/SCMBlockedMassFlowRateAux/index_blockage). Ideally, the low mass-flux would be zero, but since that would lead to numerical instabilities | ||
a low value is suggested instead. It is up to the user to decide what that value would be. The normal mass-flux [!param](/AuxKernels/SCMBlockedMassFlowRateAux/unblocked_mass_flux) will be applied to the unblocked subchannels. | ||
The flow rate for each subchannel is defined as the product of the mass-flux $\times$ the surface area of each subchannel. | ||
The user may opt to apply that condition at the inlet [!param](/AuxKernels/SCMBlockedMassFlowRateAux/boundary) or the whole domain. | ||
|
||
## Example Input File Syntax | ||
|
||
!listing /test/tests/auxkernels/mass_flow_rate/blocked_test.i block=AuxKernels language=cpp | ||
|
||
!listing /examples/Blockage/FFM-2B.i block=AuxKernels language=cpp | ||
|
||
!syntax parameters /AuxKernels/SCMBlockedMassFlowRateAux | ||
|
||
!syntax inputs /AuxKernels/SCMBlockedMassFlowRateAux | ||
|
||
!syntax children /AuxKernels/SCMBlockedMassFlowRateAux |
20 changes: 20 additions & 0 deletions
20
modules/subchannel/doc/content/source/auxkernels/SCMFlatMassFlowRateAux.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 @@ | ||
# SCMFlatMassFlowRateAux | ||
|
||
!syntax description /AuxKernels/SCMFlatMassFlowRateAux | ||
|
||
## Overview | ||
|
||
<!-- --> | ||
|
||
In the case were the user wants to define a uniform mass flow rate at the inlet, the `SCMFlatMassFlowRateAux` | ||
kernel can be used. In this kernel the user must define a total [!param](/AuxKernels/SCMFlatMassFlowRateAux/mass_flow) rate which will be divided equally among the subchannels. | ||
|
||
## Example Input File Syntax | ||
|
||
!listing /test/tests/auxkernels/uniform_mass_flow_rate/test.i block=AuxKernels language=cpp | ||
|
||
!syntax parameters /AuxKernels/SCMFlatMassFlowRateAux | ||
|
||
!syntax inputs /AuxKernels/SCMFlatMassFlowRateAux | ||
|
||
!syntax children /AuxKernels/SCMFlatMassFlowRateAux |
14 changes: 7 additions & 7 deletions
14
...tent/source/auxkernels/MassFlowRateAux.md → ...t/source/auxkernels/SCMMassFlowRateAux.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,22 +1,22 @@ | ||
# MassFlowRateAux | ||
# SCMMassFlowRateAux | ||
|
||
!syntax description /AuxKernels/MassFlowRateAux | ||
!syntax description /AuxKernels/SCMMassFlowRateAux | ||
|
||
## Overview | ||
|
||
<!-- --> | ||
|
||
This is the usual kernel that the user can use to define the mass-flow rate distribution at the inlet [!param](/AuxKernels/MassFlowRateAux/boundary). | ||
In addition to the boundary, the user must define the [!param](/AuxKernels/MassFlowRateAux/variable) (must be `mdot`) and a uniform [!param](/AuxKernels/MassFlowRateAux/mass_flux), | ||
This is the usual kernel that the user can use to define the mass-flow rate distribution at the inlet [!param](/AuxKernels/SCMMassFlowRateAux/boundary). | ||
In addition to the boundary, the user must define the [!param](/AuxKernels/SCMMassFlowRateAux/variable) (must be `mdot`) and a uniform [!param](/AuxKernels/SCMMassFlowRateAux/mass_flux), | ||
which suggest a more or less uniform velocity profile at the boundary. This mass-flux can be either a `Real` or a [Postprocessor](/Postprocessors/index.md). | ||
The mass-flow rate for each subchannel is calculated as the product of the mass-flux $\times$ the surface area of each subchannel at the boundary. | ||
|
||
## Example Input File Syntax | ||
|
||
!listing /examples/psbt/psbt_ss/psbt.i block=AuxKernels language=cpp | ||
|
||
!syntax parameters /AuxKernels/MassFlowRateAux | ||
!syntax parameters /AuxKernels/SCMMassFlowRateAux | ||
|
||
!syntax inputs /AuxKernels/MassFlowRateAux | ||
!syntax inputs /AuxKernels/SCMMassFlowRateAux | ||
|
||
!syntax children /AuxKernels/MassFlowRateAux | ||
!syntax children /AuxKernels/SCMMassFlowRateAux |
20 changes: 0 additions & 20 deletions
20
...subchannel/doc/content/source/auxkernels/UniformlyDistributedMassFlowRateAux.md
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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.