CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   reconstructPar for time in dynamic mesh (https://www.cfd-online.com/Forums/openfoam/89349-reconstructpar-time-dynamic-mesh.html)

kedarj14 June 10, 2011 03:03

reconstructPar for time in dynamic mesh
 
Hello All,

I am using dynamic mesh in parallel and facing some problem with postprocessing. I have two directories 100 and 200. Both have a different mesh, which is available in the respective directories. I want to postprocess for time 100.

I do a
reconstructParMesh -time 100.

This reconstructs the mesh for time 100 correctly. Now when I say
reconstructPar -time 100

It creates a mesh for time 200 and tries to reconstruct the results, which results in error as the mesh has changed.

Any solution to this problem ?

Regards,
Kedar

niklas June 10, 2011 03:18

hmmm....
try this.

in controlDict
set these 2 to this
startFrom startTime;
startTime 100;

hjasak June 11, 2011 12:47

Hi Guys,

I'm happy to report that I got sufficiently frustrated by this one to completely rewrite the reconstruction without the use if maps.

To come out in the next release...

Hrv

kedarj14 June 21, 2011 07:32

Thanks a lot for the help.


All times are GMT -4. The time now is 17:37.