- 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.
SCMHTCBorishanskii
Class that computes the convective heat transfer coefficient using the Borishanskii correlation. Only use for fuel-pins.
The HTC closure models inherit from: SCMHTCClosureBase.
Borishanskii Correlation for Turbulent Nusselt Number
The Borishanskii correlation Borishanskii et al. (1969) is used for calculating the Nusselt number in fuel-pin bundles, considering the geometry of the bundle.
For and , the Nusselt number is:
For and , the correlation reduces to:
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 Borishanskii 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.