User Wall Heat Flux Coefficient Specification

This node allows you to control the heat flux relationship at walls and interfaces.

The wall heat flux q. is linearized as:

Figure 1. EQUATION_DISPLAY
q.=A+BTc+CTw+D(Tw)4
(202)

where Tc and Tw are the cell and wall temperatures, respectively. A, B, C, and D are the net wall heat flux coefficients.

In the absence of radiation, the heat flux from the wall into the domain is given by kTw, where Tw is the temperature gradient at the wall.

This is discretized as described by Eqn. (898):

Df=Γfϕfa=Γf[(ϕ1-ϕ0)αa+ϕ¯a-(ϕ¯ds)αa]

where:

  • Γf=k
  • ϕf=Tw
  • ϕ0=Tc (the temperature gradient in the near-wall cell)
  • ϕf=Tw
  • ϕ0=Tc

Prior to taking the dot product with area a, this expression is:

kT=k[(Tw-Tc)α+Tc-(Tcds)α]

which can be rearranged to:

kT=k[Tc-(Tcds)α]-kαTc+kαTw+0Tw4

so the internal heat flux coefficients are:

  • Ainternal = k[Tc-(Tcds)α]
  • Binternal = -kα
  • Cinternal = kα
  • Dinternal = 0

User Wall Heat Flux Coefficient Specification

The User Wall Heat Flux Coefficient Specification is available in both single phase and multiphase simulations. However, there are some differences between the single phase and multiphase implementations. For information on User Wall Heat Flux Coefficient Specification for multiphase simulations, see Phase Coupled Fluid Energy Model Reference.

Single Phase Implementation

For single phase simulations, the net wall heat flux coefficients A, B, C, and D are composed of the sum of internally calculated and user-defined coefficients:

Figure 2. EQUATION_DISPLAY
A=Ainternal+AuserB=Binternal+BuserC=Cinternal+CuserD=Dinternal+Duser
(203)

The internal wall heat flux coefficients are evaluated first, in the usual manner according to the active physical processes (for example conduction, radiation and/or boiling). Then the net coefficients are evaluated by summing the internal and user-defined values.

Multiphase Implementation

In Multiphase Segregated Flow simulations, the net wall heat flux coefficients A, B, C, and D are simply the user-defined coefficients:

Figure 3. EQUATION_DISPLAY
A=AuserB=BuserC=CuserD=Duser
(204)

The internal coefficients can be included as necessary in the user-defined coefficients using the field functions:

Ainternal = $InternalWallHeatFluxCoefficientA ("Internal Wall Heat Flux Coefficient, A")

Binternal = $InternalWallHeatFluxCoefficientB ("Internal Wall Heat Flux Coefficient, B")

Cinternal = $InternalWallHeatFluxCoefficientC ("Internal Wall Heat Flux Coefficient, C")

Dinternal = $InternalWallHeatFluxCoefficientD ("Internal Wall Heat Flux Coefficient, D")

So, for example, you can completely replace net coefficient A with some function f by defining:

Figure 4. EQUATION_DISPLAY
Auser=f-Ainternal
(205)

such that the net coefficient becomes:

Figure 5. EQUATION_DISPLAY
A=Ainternal+(f-Ainternal)=f
(206)

The resultant net wall heat flux coefficients are available using the field functions:

A = $NetWallHeatFluxCoefficientA ("Net Wall Heat Flux Coefficient, A")

B = $NetWallHeatFluxCoefficientB ("Net Wall Heat Flux Coefficient, B")

C = $NetWallHeatFluxCoefficientC ("Net Wall Heat Flux Coefficient, C")

D = $NetWallHeatFluxCoefficientD ("Net Wall Heat Flux Coefficient, D")

The user-defined heat flux coefficients do not affect the amount of heat that enters the domain. These coefficients determine how much of the heat flux goes towards increasing the wall temperature, and how much goes towards increasing the cell temperature.

User-defined wall heat flux coefficients can be enabled on Wall or Contact Interface boundaries by setting the Method property of this node.

User Wall Heat Flux Coefficient Specification Properties

Method Controls whether to specify the heat flux relationship.
None Leaves off this feature.

The User Wall Heat Flux Coefficient is not specified.

Specified Activates this feature. This option adds the following nodes to the Physics Values node, which must be entered as scalar profiles:
  • User Wall Heat Flux Coefficient, A
  • User Wall Heat Flux Coefficient, B
  • User Wall Heat Flux Coefficient, C
  • User Wall Heat Flux Coefficient, D

The user specified coefficients are added to the internally calculated net coefficients as given by Eqn. (203).

Specified Net

Sets the net boundary heat flux coefficients equal to the user specified heat flux coefficients as given by Eqn. (204).

This method is available in Multiphase Segregated Flow simulations only.