CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   how to make reconstructPar to write form a specified time? (https://www.cfd-online.com/Forums/openfoam-post-processing/119295-how-make-reconstructpar-write-form-specified-time.html)

immortality June 13, 2013 13:07

how to make reconstructPar to write form a specified time?
 
when I stop the run in parallel and do reconstructPar it starts to write from 0 time folder while they have written before.how to write time steps by this tool after the last time folder that is written?

ngj June 13, 2013 13:09

Hi Ehsan,

Try to write

Code:

reconstructPar -help
Kind regards

Niels

immortality June 13, 2013 15:16

its the command:
Code:

reconstructPar -newTimes
but what about "Mach" command?it seems there is no an option for it.

Lieven June 13, 2013 17:26

Not all tools come with the same options.
Best thing to do with the Mach tool is to specify the times explicitly with the '-time ...' option.

You can of course have a look at the reconstructPar code for the newTimes option and implement it yourself in the Mach-tool.

Cheers,

L

billie June 14, 2013 02:39

Quote:

Originally Posted by Lieven (Post 433895)
Not all tools come with the same options.
Best thing to do with the Mach tool is to specify the times explicitly with the '-time ...' option.

You can of course have a look at the reconstructPar code for the newTimes option and implement it yourself in the Mach-tool.

Cheers,

L

In case there is no "-newTimes" option you can figure out what is the first time you need to be reconstructed e.g. 100 and use "-time 100:" which should reconstruct all times starting from 100.


All times are GMT -4. The time now is 18:54.