|
[Sponsors] |
August 23, 2015, 15:27 |
Time step independence with pimleDyMFoam
|
#1 |
Member
Pruthvi
Join Date: Feb 2014
Posts: 41
Rep Power: 12 |
Hello all,
I ran the case of a pitching and plunging flat-plate and i'm trying to establish time-step independence. As I reduce the time-step I notice spikes in the force curve. What is the reason behind these spikes? Please take a look at the force plots below. time_independence_fullview.jpg time_independence.jpg Here are the schemes I'm using. Code:
ddtSchemes { default Euler; } gradSchemes { default Gauss linear; grad(p) Gauss linear; grad(U) Gauss linear; } divSchemes { default none; div(phi,U) Gauss linearUpwind grad(U); div(phi,k) Gauss limitedLinear 1; div(phi,omega) Gauss limitedLinear 1; div((nuEff*dev(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear limited corrected 0.5; } interpolationSchemes { default linear; } snGradSchemes { default corrected; } fluxRequired { default no; pcorr ; p; } Here is a screenshot of the mesh i'm using. The flat plate is modelled using the createBaffle utility. Meshing with gmsh. flatplate_closeup.jpg flatplate_extruded.jpg |
|
Tags |
baffle, mesh independence, pimpledymfoam, time independence |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
High Courant Number @ icoFoam | Artex85 | OpenFOAM Running, Solving & CFD | 11 | February 16, 2017 14:40 |
Star cd es-ice solver error | ernarasimman | STAR-CD | 2 | September 12, 2014 01:01 |
Rapidly decreasing deltaT for interDyMFoam | chrisb2244 | OpenFOAM Running, Solving & CFD | 3 | July 1, 2014 17:40 |
How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
Full pipe 3D using icoFoam | cyberbrain | OpenFOAM | 4 | March 16, 2011 10:20 |