SCMHTCDittusBoelter

Class that computes the convective heat transfer coefficient using the Dittus Boelter correlation.

The HTC closure models inherit from: SCMHTCClosureBase.

Dittus-Boelter Correlation for Turbulent Nusselt Number

The Dittus-Boelter equation Dittus (1930) is implemented as proposed by McAdams McAdams and McAdams (1954) as follows:

where:

  • : Nusselt number

  • : Reynolds number

  • : Prandtl number

All fluid properties are evaluated at the mean subchannel temperature. The correlation is used on a local basis.

Correction factors applied to the Dittus-Boelter Correlation

Additionally, the user has the option to define correction factors to account for the effect of fully turbulent flow along pin bundles. Nu values may significantly deviate from the circular geometry because of the strong geometric nonuniformity of the subchannels Todreas and Kazimi (2021). The usual way to represent the relevant correlation is to express the Nusselt number for fully developed conditions , as a product of for a circular tube multiplied by a correction factor:

The problem then is to calculate . The models available to the user to calculate are that of Presser Presser (1967) and Weisman Weisman (1959).

Presser suggested:

for the triangular array and .

for the square array and .

For water, Weisman suggested:

for the triangular array and .

for the square array and , both for .

The default model used for the correction factor is that of Presser.

Input Parameters

  • correction_factorPresserCorrection factor modeling the effect of the fuel-pin bundle. Default is Presser

    Default:Presser

    C++ Type:MooseEnum

    Options:Presser, Weisman, none

    Controllable:No

    Description:Correction factor modeling the effect of the fuel-pin bundle. Default is Presser

Optional 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. Frederick William Dittus. Heat transfer in automobile radiators of the tubular type. Univ. of California Pub., Eng., 2(13):443–461, 1930.[BibTeX]
  2. William Henry McAdams and William H McAdams. Heat transmission. Volume 3. McGraw-hill New York, 1954.[BibTeX]
  3. K Presser. Waermeuebergang und druckverlust an reaktorbrennelementen in form laengsdurchstroemter rundstabbuendel.(heat transfer and pressure loss of reactor fuel elements in the form of longitudinal flow through round rod bundles). Technical Report, Kernforschungsanlage, Juelich (West Germany). Institut fuer Reaktorbauelemente, 1967.[BibTeX]
  4. Neil E Todreas and Mujid S Kazimi. Nuclear systems volume I: Thermal hydraulic fundamentals. CRC press, 2021.[BibTeX]
  5. Joel Weisman. Heat transfer to water flowing parallel to tube bundles. Nuclear Science and Engineering, 6(1):78–79, 1959.[BibTeX]