|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Join Date: Jul 2011
Posts: 37
Rep Power: 3 ![]() |
Hi I am not sure what I did wrong here, I am running a typical pisoFoam case and I have advanced from 0.1 s to 0.5 s without any issues. However the Courant number started increasing and I reduce the delta T from 0.5 s onwards. Supposedly requiring it to save in steps 0.51, 0.52, 0.53... which is write every 0.01. But I am not sure why I am getting 0.503 everytime I run the controlDict below. Is there any mechanism that cause it to autosave before writeInterval? Please advise, thanks.
application pisoFoam; startFrom startTime; startTime 0.5; stopAt endTime; endTime 0.51; deltaT 1e-5; writeControl timeStep; writeInterval 1000; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Time varying write interval in controlDict | sabin.ceuca | OpenFOAM | 3 | March 7, 2012 05:02 |
| Write interval not in exact number | cwang5 | OpenFOAM Bugs | 4 | May 31, 2011 20:43 |
| Meshing related issue in Flow EFD | appu | FloEFD, FloWorks & FloTHERM | 1 | May 22, 2011 08:27 |
| mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 6 | April 17, 2010 23:40 |
| Execution time problem after first write interval | sean_mcintyre | OpenFOAM Running, Solving & CFD | 3 | July 28, 2008 08:46 |