You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Gtheta Computations using UDF

UDF was created to extract the post processing result from individual cell of the model.

There are three methods in calculation the Gtheta values.

The first method is to extract the individual G and theta values from the cell and sum up all the cells to obtain the total Gtheta. The total Gtheta is then divided by the total cells to get the average Gtheta.

   ∑(Gcellcell)/N            (1)

The second method was to extract individual G value and take the average of the G value. The theta is calculated by volume divided by inlet flow rate. 

   Өfloc = Vol./(Vol. flow rate)
   ∑(Gcell)/N* Өfloc          (2)

The third method is multiple the sum of the G-value and the sum of the theta value and divide by the number of cells.

    ∑(Gcell)/N* ∑(Өfloc)/N             (3)

Method

Gtheta Value for k-e realizable 1_5 W one baffle

Ave of Cell's Product (1)

.6698

Ave G* Floc residence time (2)

45

Ave G*Ave N (3)

.617


Gtheta was also plotted using the custom function in FLUENT.

   GӨ = [ε/υ]1/2 * [Vol. flow ratecell/Cell Volume]       (4)

  • No labels