|
[Sponsors] |
August 23, 2011, 06:41 |
Time varying write interval in controlDict
|
#1 |
Member
Sabin Ceuca
Join Date: Mar 2010
Location: Munich
Posts: 42
Rep Power: 16 |
Dear foam'ers,
does anybody know how to write the requested fields on a varying period of time rather than a constant interval? I need a higher frequency after a specific time and don't want to get into troubles with my IT admin while overloading the cluster Is there something for Code:
writeInterval 0.05; Code:
Patch1 { type timeVaryingUniformFixedValue; fileName "fileToBeRead"; outOfBounds clamp; } sabin |
|
March 7, 2012, 05:04 |
|
#2 |
New Member
Martin Söder
Join Date: Jun 2011
Posts: 8
Rep Power: 15 |
This would be very helpful for me aswell.
Does anyone know how to do it? Regards Martin |
|
March 7, 2012, 05:24 |
|
#3 |
Senior Member
Olivier
Join Date: Jun 2009
Location: France, grenoble
Posts: 272
Rep Power: 18 |
hello,
If you use the 2.1 version, there is a new control for timing the writing (see http://www.openfoam.org/version2.1.0...me-control.php) regards, olivier |
|
March 7, 2012, 06:02 |
|
#4 |
Member
Paulo Bufacchi
Join Date: Jun 2010
Posts: 50
Rep Power: 16 |
If you don't use the 2.1 version, you can try changing the parameter manually in controlDict by the time you need the change.
I was running a case and by the end of the run (I checked the log file), I changed the endTime parameter and the case understood my change in controlDict, what made me realize that controlDict is read upon changes in it. So, if you don't mind changing the writeInterval manually, this is one way to make it happen. Regards, Paulo |
|
Tags |
controldict, output data, writeinterval |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
Full pipe 3D using icoFoam | cyberbrain | OpenFOAM | 4 | March 16, 2011 10:20 |
FSI with time interval remeshing ? | realanony87 | CFX | 8 | September 17, 2010 13:04 |
calculation diverge after continue to run | zhajingjing | OpenFOAM | 0 | April 28, 2010 05:35 |
why did my time interval set for output nouse? | ShFlow | FLOW-3D | 2 | January 11, 2009 21:25 |