• 沒有找到結果。

This study employs the computational fluid dynamics software Fluent to analyze the flow fields around rotating Savonius wind turbines.

The finite volume iteration and SIMPLE algorithm are put in use to solve the governing equations of a transient flow field. And the corresponding grid movement is also solved by using sliding mesh method.

Fluent uses Segregated Solver method to solve the governing

41

volumes to construct algebraic equations for the discrete dependent variables such as velocities, pressure, temperature, and conserved scalars.

3. Linearization of the discretized equations and solutions of the resultant linear equation system yield updated values of the dependent variables.

3.5.1 Segregated Solution Method

Using this approach, the governing equations are solved sequentially (i.e., segregated from one another). Because the governing equations are non-linear (and coupled), several iterations of the solution loop must be performed before a converged solution is obtained. Each time of iteration consists of the steps illustrated in Fig. 3.5 and outlined below:

1. Fluid properties are updated, based on the current solution. ( If the calculation has just begun, the fluid properties will be updated on the initialized solution.)

2. The u, v, and w momentum equations are each solved in turn using current values for the pressure and face mass fluxes, in order to update the velocity field.

3. Since the velocities obtained in Step 2 may not satisfy the continuity equation locally, a Poisson-type equation for the pressure correction is derived from the continuity equation and the linearized momentum equations. This pressure correction equation is then solved to obtain the necessary corrections to the pressure and velocity fields and the face mass fluxes that continuity is satisfied.

42

4. Where appropriate equations for scalars such as turbulence, energy, species, and radiation are solved using the previously updated values of the other variables.

5. When inter-phase coupling is to be included, the source terms in the appropriate continuous phase equations may be updated with a discrete phase trajectory calculation.

6. A check for convergence of the equation set is made.

These steps are continued until the convergence criteria are met.

3.5.2 Linearization: Implicit

In the segregated solution method, the discrete, non-linear governing equations are linearized to produce a system of equations for the dependent variables in every computational cell. The resultant linear system is then solved to yield an updated flow-field solution.

The manner in which the governing equations are linearized may take an implicit form with respect to the dependent variable (or set of variables) of interest. The implicit form is described in the following:

Implicit

For a given variable, the unknown value in each cell is computed using a relation that includes both existing and unknown values from neighboring cells. Therefore each unknown will appear in more than one equation in the system, and these equations must be solved simultaneously to give the unknown quantities.

In the segregated solution method, each discrete governing equation is linearized implicitly with respect to that equation’s dependent variable.

43

This will result in a system of linear equations with one equation for each cell in the domain. Because there is only one equation per cell, this is which u-velocity is the unknown. Simultaneous solution of this equation system (using the scalar AMG solver) yields an updated u-velocity field.

In summary, the segregated approach solves for a single variable field by considering all cells at the same time. It then solves for the next variable field by again considering all cells at the same time, and so on.

There is no explicit option for the segregated solver.

3.5.3 Discretization

Fluent uses a control-volume-based technique to convert the governing equations to algebraic equations that can be solved numerically.

This control volume technique consists of integrating the governing equations about each control volume, yielding discrete equations that conserve each quantity on a control volume basis.

Discretization of the governing equations can be illustrated most easily by considering the steady-state conservation equation for transport of a scalar quantity. This is demonstrated by the following equation written in integral form for an arbitrary control volume V as follows:

vdA

dA

VSdV (3-24) where

44

=density

v=velocity vector

A=surface area vector

=diffusion coefficient for

=gradient of

S=source of per unit volume

Eq. (3.24) is applied to each control volume, or cell, in the computational domain. The two-dimension, triangular cell shown in Fig. 3.6 is an example of such a control volume. Discretization of Eq. (3-24) on a given cell yields

Nface=number of faces enclosing cell

f=value of convected through face f

f f

fv A

=mass flux through the face

Af =area of the face f

)n

( =magnitude of normal to face f V=cell volume

The equations solved by Fluent take the same general form as the one given above and apply readily to multi-dimension, unstructured meshes composed of arbitrary polyhedral.

By default, Fluent stores discrete values of the scalar at the cell

45

center. However, face values f are required for the convection terms in Eq. (3-25) and must be interpolated from the cell center values. This is accomplished using an upwind scheme.

First-Order Upwind Scheme

When first-order accuracy is desired, quantities at cell faces are determined by assuming that the cell-center values of any field variable represent a cell-average value and hold throughout the entire cell; the face quantities are identical to the cell quantities. Thus when first-order upwind is selected, the face value f is set equal to the cell-center value of in the upstream cell. of the face, and f contains the influence of velocities in these cell. The term df is a function of ap, the average of the momentum equation ap

coefficients for the cells on either side of face f.)

)

46

J 'f is added to the face flux Jˆ*f so that the corrected face flux, Jf

f f

f J J

J * ' (3-27)

satisfies the continuity equation. The SIMPLE algorithm postulates that J 'f be written as to obtain a discrete equation for the pressure correction p' in the cell:

algebraic multigrid (AMG) method. Once a solution is obtained, the cell pressure and the face flux are used correctly.

* ' face flux Jf satisfies the discrete continuity equation identically during each time of iteration.

47

3.5.5 Sliding Mesh

The sliding mesh model allows adjacent grids to slide to relative to one another. In doing so, the grid faces do not need to be aligned on the grid interface. This setup requires a means of computing the flux across the two non-conformal interface zones of each grid interface.

To compute the interface flux, the intersection between the interface zones is determined at each new time step. The resulting intersection produces one interior zone (a zone with fluid cells on both sides) and one or more periodic zones. If the problem is not periodic, the intersection produces one interior zone and a pair of wall zones (which will be empty if the two interface zones completely intersect), as shown in Fig. 3.7 .The resultant interior zone corresponds to where the two interface zones overlap; the resultant periodic zone corresponds to where they do not.

The number of faces in these intersection zones will vary as the interface zones move relative to one another. Principally, fluxes across the grid interface are computed using the faces resulting from the intersection of the two interface zones (rather than from the interface zone faces themselves).

The example shown in Fig. 3.8 the interface zones are composed of faces 37 A-B and B-C, and faces D-E and E-F. The intersection of these zones produces the faces a-d, d-b, b-e, etc. Faces produced in the region where the two cell zones overlap (d-b, b-e, and e-c) are grouped to form an interior zone, while the remaining faces (a-d and c-f) are paired up to form a periodic zone. To compute the flux across the interface into cell IV, for example, face D-E is ignored and faces d-b and b-e are used

48

instead, bringing information into cell IV from cells I and III, respectively.

相關文件