SCMHTCGraberRieger

Class that computes the convective heat transfer coefficient using the Graber-Rieger correlation. Only use for fuel-pins.

The HTC closure models inherit from: SCMHTCClosureBase.

Graber-Rieger Correlation for Turbulent Nusselt Number

The Graber-Rieger correlation Graber et al. (1972) is used for calculating the Nusselt number in triangular fuel-pin bundles, considering the geometry of the bundle.

For and , the Nusselt number is:

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 Graber-Rieger correlation is not currently implemented for computing the duct surface temperature.

The Graber and Rieger correlation appears to significantly overpredict the heat transfer coefficient if extended beyond the published range of applicability 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. H. Graber, M. Rieger, and O. E. Dwyer. Experimental study of heat transfer to liquid metals flowing in-line through tube bundles. In Fourth International Seminar on Heat and Mass Transfer in Liquid Metals. Trogir, Yugoslavia, 1972. EURATOM, Ispra, Italy, Pergamon Press. Held 6 September 1971. URL: https://www.osti.gov/biblio/4398107.[BibTeX]
  2. Neil E Todreas and Mujid S Kazimi. Nuclear systems volume I: Thermal hydraulic fundamentals. CRC press, 2021.[BibTeX]