CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   How to determine time steps? (https://www.cfd-online.com/Forums/main/174405-how-determine-time-steps.html)

ong khi July 11, 2016 23:46

How to determine time steps?
 
my fyp topic is "investigating drag by modifying surface pattern". i need to study the lift of a sepak takraw ball under unsteady state. how can i determine the time steps and also the maximum inner itertaion? I know it deals with courant number. but i dont know how to determine the courant number.
I am working on star ccm+.

fluid23 July 13, 2016 14:49

you will want to chose a time step based on a target value of your courant number. this value depends on your solver. If it is an explicit solver you need to keep courant less than or equal to 1 for stability. For implicit solver you can go much higher, in some cases up to 100.

once you establish a target for courant number then you look at your mesh and find the areas with high velocity and small cell size (where max CFL will likely lie). Then use the definition of courant number to calculate the time step size that satisfies your courant number target, local cells size and flow velocity...

ong khi July 13, 2016 22:23

Quote:

Originally Posted by MBdonCFD (Post 609307)
you will want to chose a time step based on a target value of your courant number. this value depends on your solver. If it is an explicit solver you need to keep courant less than or equal to 1 for stability. For implicit solver you can go much higher, in some cases up to 100.

once you establish a target for courant number then you look at your mesh and find the areas with high velocity and small cell size (where max CFL will likely lie). Then use the definition of courant number to calculate the time step size that satisfies your courant number target, local cells size and flow velocity...

Hi, thank you for your reply. The solver that i used is implicit unsteady and the velocity is set to 6m/s. There are 2026119 elements for my model. I am suing star ccm+. Is it i need to determine the Courant number myself?

tareqkh July 16, 2016 18:55

You need to use the following relation according to wikipedia

https://en.wikipedia.org/wiki/Couran...Lewy_condition

CFL = (u*delta_t)/delta_x

where,

delta_t = is the step size you aim to calculate
delat_x = the dimension size where the maximum velocity occurs.
u = is the free stream velocity in your case is 6m/s.
CFL = Cournat number.

Best,


All times are GMT -4. The time now is 18:07.