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

commentnote

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

  • 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.

Advanced 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

  1. VM Borishanskii, MA Gotovskii, and EV Firsova. Heat transfer to liquid metals in longitudinally wetted bundles of rods. Soviet Atomic Energy, 27(6):1347–1350, 1969.[BibTeX]
  2. Neil E Todreas and Mujid S Kazimi. Nuclear systems volume I: Thermal hydraulic fundamentals. CRC press, 2021.[BibTeX]