|
[Sponsors] |
Transient Error Estimate with icoErrorEstimate ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 25, 2009, 14:54 |
Transient Error Estimate with icoErrorEstimate ?
|
#1 |
New Member
Christophe Kassiotis
Join Date: Mar 2009
Location: Paris
Posts: 17
Rep Power: 17 |
Hello everybody
I would like to estimate the errors in a transient computation (for instance flow around a cylinder bluff body) with low Reynolds number (around 200). So the idea was to use an error estimate like icoErrorEstimate. I launch some computations and I observe that the error is at it biggest behind the bluff body,for few points in the Van Karman vortex street. With a rather coarse mesh, the error estimate give something around 1.8 in relative value (mag(e)/mag(U)) for some of this points. Elsewhere, the error is rather small (less than 10%) - but the flow is quasi static elsewhere. My guess was that the transient term is not estimate corectly with icoErrorEstimate, but maybe i'm wrong. Indeed, the equation solved is: errorEstimate<vector> ee( resError::div(phi, U) - resError::laplacian(nu, U) == -fvc::grad(p) ); According to the PhD of H. Jasak, p 196-200, one should take care of the transient term, adding something like (Eq 4.117) \frac{\rho\Phi-\rho\Phi^0}{\Delta t} to this equation So do I need to add this term ? Is this normal that nothing like this appears in icoErrorEstimate ? Maybe I didn't get something... Other questions : if I want a global error estimate of the computation error, should I consider the max/mean total/relative error ? Is it possible to get an error approximate for the pressure field ? Thank you in advance. CK |
|
June 28, 2009, 06:24 |
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Formally, you need to separate the temporal error from its spatial counterpart.
For the spatial error, consider the ddt as a fixed source term and use the residual estimate as before. For the temporal component, you need some form of Richardson extrapolation, depending on how much reliable temporal data you have got. Please note: you are NOT allowed to sum up the two errors for the "total error" Enjoy, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transient Thermal Stress Distribution | Ijaz | CFX | 0 | February 19, 2009 17:27 |
How are a transient simulations performed?? | Luk | Main CFD Forum | 0 | October 19, 2007 11:09 |
Transient vs Steady State | Adam | CFX | 1 | April 12, 2007 12:34 |
transient simulation: natural convection problem? | Basics | CFX | 3 | September 25, 2002 10:42 |
difference between false and true transient | mahesh prakash | Main CFD Forum | 1 | January 21, 1999 14:45 |