Axial Fans

Simcenter STAR-CCM+ provides two approaches to modeling axial fans: the fan momentum source and the fan interface. The primary objective of these approaches is to model the increase in pressure across the fan.

Additionally, these approaches can model the swirl that is introduced by the fan. None of these approaches take into account the detailed geometry of fan blades. Generally, the fan interface is more robust, and it is usually recommended over the fan momentum source.

The following diagram shows a schematic of an axial fan. For an axial fan, the inflow and the outflow direction are the same, which is along the fan axis.

Fan Interface

The fan interface is a simple model that represents an axial fan by a zero-thickness interface and imposes a pressure jump across the interface. The fan interface can also add swirl to the flow downstream of the fan.

Pressure Jump Modeling
The pressure jump across the interface is obtained from a user-specified fan curve that plots pressure jump as a function of flow rate or flow velocity. The pressure jump ΔP that is read from the fan curve can be interpreted in two ways. One option is:
Figure 1. EQUATION_DISPLAY
ΔP=Ps,downPt,up
(5025)

where Ps,down is the static pressure downstream of the fan and Pt,up is the total pressure upstream of the fan. This option appears as Standard in Simcenter STAR-CCM+.

The other option is:

Figure 2. EQUATION_DISPLAY
ΔP=Ps,downPs,up
(5026)

where Ps,up is the static pressure upstream of the fan. This option appears as Static to Static in Simcenter STAR-CCM+.

The pressure jump is usually imposed locally, which means that a separate pressure jump is applied to each pair of faces on the fan interface. Simcenter STAR-CCM+ also provides the option to apply a single pressure jump to all face pairs on the fan interface.

Swirl Modeling

Assuming that the axial velocity, the radial velocity, and the density are unchanged across the fan, the total pressure jump ΔPt across the fan is related to the static pressure jump ΔPs, which is derived from the performance curve, as:

Figure 3. EQUATION_DISPLAY
ΔPt=Pt,downPt,up=ΔPs+12ρ[vt,down2-vt,up2]
(5027)

where Pt,down is the total pressure downstream of the fan interface and vt is the swirl velocity, which corresponds to the tangential component of the velocity vector.

The fan efficiency is given as:

Figure 4. EQUATION_DISPLAY
η=Power Imparted to AirPower Consumed=V˙ΔPtm˙ΩrΔvt
(5028)

where V˙ is the volumetric flow rate, m˙ is the mass flow rate, Ω is the fan rotation rate, and r is the radial distance from the axis of the fan.

With:

ρ=m˙V˙

The swirl velocity difference is then obtained as:

Figure 5. EQUATION_DISPLAY
Δvt=vt,down-vt,up=ΔPtηΩrρ
(5029)

Rearranging Eqn. (5029) and inserting Eqn. (5027) gives the following quadratic equation in vt,down:

Figure 6. EQUATION_DISPLAY
12vt,down2ηΩrvt,down+(ΔPsρ+ηΩrvt,up-12vt,up2)=0
(5030)

That is solved for vt,down:

Figure 7. EQUATION_DISPLAY
vt,down=ηΩr±(ηΩr)2-2[ΔPsρ+ηΩrvt,up-12v2t,up]
(5031)

Simcenter STAR-CCM+ uses only the negative square root. In the case of a complex root, Simcenter STAR-CCM+ uses only the real part.

Fan Momentum Source

The fan momentum source employs an actuator disk type of methodology. Actuator disk models model the fan as a volumetric region and introduce sources in the momentum equation to model pressure rise and swirl. Various actuator disk models differ in how the sources are computed. The fan momentum source approach does not take into account the detailed geometry of the fan blades when computing source terms.

The fan momentum source term is the sum of the tangential and the axial force components ft and faxial:
Figure 8. EQUATION_DISPLAY
ffan=ft+faxial
(5032)

The fan momentum source ffan enters the momentum equation Eqn. (665) as volumetric body force.

Axial Component of Source Term for Pressure Rise Modeling

The axial component of the source term that is added to the momentum equation controls the pressure rise through the fan region.

At each time step, the net volume flow rate is calculated from the upstream boundary to the downstream boundary of the fan region, and the corresponding pressure rise is obtained from the fan curve. This pressure rise is the target pressure rise ΔPtarget that the fan must achieve for the current mass flow rate. The pressure rise is computed over the entire length of the fan region, therefore, the target pressure rise per unit length is given by:

ΔP^target=ΔPtargetLFanRegion

The axial component of the momentum equation source term is calculated as:

Figure 9. EQUATION_DISPLAY
faxial=ΔPtargetΔPactualP^targetXˆ
(5033)

where X^ is a unit vector in the axial direction of the fan and:

Figure 10. EQUATION_DISPLAY
ΔPactual=P¯downP¯up
(5034)

where P¯down is the pressure that is averaged over the boundary downstream of the fan region and P¯up is the pressure that is averaged over the boundary upstream of the fan region.

Tangential Component of Source Term for Swirl Modeling

To understand the forces that the fan blades impart to the fluid, consider the velocity vector diagram below. The fan axis is aligned in the z-direction. A single fan blade is shown in the fan volume.



Fluid approaches the fan with velocity vin , which is assumed to be uniform and to have no tangential component (vin=vaxial) . The fan rotates in the tangential θ -direction with the angular velocity ω . The fan blades are at an angle β to the fluid flow and are assumed to have no curvature.

The fluid velocity leaving the fan, vout,absolute , is the vector sum of the relative velocity vout,relative (assumed to be parallel to the blade angle) and the rotational velocity ω r , imparted to the fluid by the fan blades.

From the previous vector diagram, the tangential velocity component can be calculated as:

Figure 11. EQUATION_DISPLAY
vt,target=ωr-vaxialtanβ
(5035)

where r is the radius measured from the center of the fan.

v¯t,target is calculated as the average of the target tangential velocity vt,target at the downstream fan boundary. The average of the actual tangential velocity is calculated as:

Figure 12. EQUATION_DISPLAY
v¯t,actual=(vθˆ¯)down
(5036)

where θˆ is a unit vector in the tangential direction.

A numerical factor σ is defined as:

Figure 13. EQUATION_DISPLAY
σn+1=σnv¯t,targetv¯t,actual
(5037)

The numerical factor σ drives the code to achieve the vt,target, and has units of Ns/m4.

Finally, the tangential part of the source term addition to the momentum equation is:

Figure 14. EQUATION_DISPLAY
ft=ν2σvt,targetθˆ
(5038)

where ν is the normalized distance of the current cell from the fan upstream boundary, calculated along the fan axis. The term v ensures that the swirl increases gradually in the fan region.