|
[Sponsors] |
does the time step depend on constant source term? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 18, 2011, 09:12 |
does the time step depend on constant source term?
|
#1 |
Member
Shenren Xu
Join Date: Jan 2011
Location: London, U.K.
Posts: 67
Rep Power: 15 |
In 3D Euler FVM steady flow solver, the time step for local time stepping acceleration is scaled as
(1) cell_volume /( lambda1+lambda2+lambda3) where lambda1,2,3 are spectral radii of the convective matrix. I do understand how formula (1) is derived. My question is, if there's a (constant) source term on the R.H.S. of the Euler equation, i.e., Original: du/dt + Flux(u)=0 Now: du/dt + Flux(u)=Constant then, will this constant on the R.H.S. change the time step? Can I still use formula (1) or should I formulate another time step to take into account the effect of the R.H.S term? Thanks. |
|
April 18, 2011, 11:04 |
|
#2 |
Member
|
Hi
We know that CFL = (|U|*del_t)/delx, from which we get del_t = cfl*delx/IU| which can be written for 3D as delt = cfl * cell_volume / (|V.S|+c*|S|) . where S is the surface area vector. If the constant you were referring to is the artificial dissipation terms then the time step doesnot depend on those terms. If I am wrong please correct me. Thank you |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
momentum source term | zwdi | FLUENT | 14 | June 27, 2017 16:40 |
SLTS+rhoPisoFoam: what is rDeltaT??? | nileshjrane | OpenFOAM Running, Solving & CFD | 4 | February 25, 2013 05:13 |
pisoFoam compiling error with OF 1.7.1 on MAC OSX | Greg Givogue | OpenFOAM Programming & Development | 3 | March 4, 2011 18:18 |
Navier-Stokes time step size | Martin | Main CFD Forum | 2 | June 6, 2008 04:38 |
AMG versus ICCG | msrinath80 | OpenFOAM Running, Solving & CFD | 2 | November 7, 2006 16:15 |