- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:Yes
Description:Set the enabled status of the MooseObject.
SCMHTCSchadModified
Class that computes the convective heat transfer coefficient using the Schad-Modified correlation. Only use for fuel-pins.
The HTC closure models inherit from: SCMHTCClosureBase.
Schad-Modified Correlation for Turbulent Nusselt Number
The Schad-Modified correlation Kazimi and Carelli (1976) is used for calculating the Nusselt number in triangular fuel-pin bundles, considering the geometry of the bundle.
For and , the Nusselt number is:
For , the correlation becomes:
where:
: Nusselt number
: Pitch, the center-to-center distance between neighboring fuel-pins
: Diameter of the fuel-pin
: Pitch-to-diameter ratio
: Peclet number ()
: Reynolds number
: Prandtl number
The Schad-Modified correlation is not currently implemented for computing the duct surface temperature.
The Borishanskii and Schad-modified correlations yield the best agreement over the entire range of P/D values Todreas and Kazimi (2021).
Input Parameters
- prop_getter_suffixAn optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
C++ Type:MaterialPropertyName
Unit:(no unit assumed)
Controllable:No
Description:An optional suffix parameter that can be appended to any attempt to retrieve/get material properties. The suffix will be prepended with a '_' character.
- use_interpolated_stateFalseFor the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Default:False
C++ Type:bool
Controllable:No
Description:For the old and older state use projected material properties interpolated at the quadrature points. To set up projection use the ProjectedStatefulMaterialStorageAction.
Material Property Retrieval Parameters
Input Files
References
- MS Kazimi and MD Carelli.
Clinch river breeder reactor plant. heat transfer correlation for analysis of crbrp assemblies.
Technical Report, Westinghouse Electric Corp., Madison, PA (United States). Advanced Reactors Div., 1976.[BibTeX]
- Neil E Todreas and Mujid S Kazimi.
Nuclear systems volume I: Thermal hydraulic fundamentals.
CRC press, 2021.[BibTeX]