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

Compare with Current View Page History

« Previous Version 12 Next »

Step 7: Validate the Results

For steady case, to validate the accuracy of the result, we have to check whether the mesh is refine enough. For unsteady case, we have another parameter that we have to take note of, which is the time step size. The smaller the time step size, the more accurate the representation of the physical flow.

We will reiterate the solution using time step size of 0.2s follow by 0.1s. Increase the number of time steps accordingly to capture 10 shedding cycles. If you don't capture enough shedding cycles after initial iteration, just continue the iteration. The reason we need at least 10 sustained shedding cycle is that we would want to calculate the shedding frequency.

No reinitialization is needed because since previous solution should give us a good approximation of current solution with smaller time step. Another advantage of not reinitialize the problem is that, we can keep all our CL data in a single file name: "cl-history".

 

Strouhal Number Comparison

Using method taught in Step 6, calculate the Strouhal Number for time steps size of 0.2 and 0.1. Following table summarized the result.

Time Step Size (s)

0.1

0.2

0.4

Strouhal Number

0.1878

0.182

0.172

Difference (%)

3

6

0

As can be seen, the Strouhal number difference get smaller as we move to a smaller time steps. We can conclude that time steps size of 0.1s will give us a fairly accurate representation of physical flow in term of time parameter.

Do note that with time step size of 0.1s, we have exceeded the experimental Strouhal value of 0.183. However, we have only investigated the time parameter. We will have to investigate other parameters such as grid convergence, residual, unsteady formulation, etc, before we can conclude on the accuracy of our model.

Reference

C.H.K Williamson and G.L. Brown, A Series in to representat the Strouhal-Reynolds number relationship of the cylinder wake, J. Fluids Struc. 12,1073 (1998).

Back to Problem Specification

See and rate the complete Learning Module

Go to all FLUENT Learning Modules

  • No labels