SCMHTCKazimiCarelli

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

The HTC closure models inherit from: SCMHTCClosureBase.

Kazimi-Carelli Correlation for Turbulent Nusselt Number

The Kazimi-Carelli correlation Kazimi and Carelli (1976) is used for calculating the Nusselt number in triangular fuel-pin bundles, considering the geometry of the bundle.

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

It is applicable for fuel pin bundles with and . The Kazimi and Carelli correlation under-estimates Nu at high values of P/D 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. 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]
  2. Neil E Todreas and Mujid S Kazimi. Nuclear systems volume I: Thermal hydraulic fundamentals. CRC press, 2021.[BibTeX]