CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   running in parallel, at time t>0 (https://www.cfd-online.com/Forums/openfoam/79726-running-parallel-time-t-0-a.html)

bunni September 1, 2010 17:14

running in parallel, at time t>0
 
I'm running a simulation in parallel, but I need to do it in two parts with a change in BC, and solver, etc.

So, the first bit is easy, I use:
------
deconstructPar
run solver in parallel
reconstructPar -latestTime
run specially written function, changes bc, etc. Now at time latestTime+0.1
-----

My question is how to cast the information of bc, pressures, new U etc at latestTime+0.1 back to all my deconstructed directories, so I can run:
-----
newsolver in parallel


I couldn't find this answer, but I'm not quite sure what to look for, so thanks for help.

vishal October 21, 2010 09:34

Hi all,

i decomposed the mesh ran it in parallel and while doing
reconstructPar -latestTime or reconstructPar i am facing following error.

Please help me in this context.

================================================== =========================
Create time

Create mesh for time = 1

Time = 6.5

Reconstructing FV fields

Reconstructing volScalarFields

p

Reconstructing volVectorFields

U

Reconstructing surfaceScalarFields

phi

No point fields

No lagrangian fields



--> FOAM FATAL ERROR:
Couldn't create directory "/home/vj/OpenFOAM/vj-1.7.1/TrnasProjs/WInd_Tun_1/6.5/uniform"

From function Foam::mkDir(const fileName&, mode_t)
in file POSIX.C at line 422.

FOAM exiting

[vj@hanuta WInd_Tun_1]$ reconstructPar -latestTime

================================================== ==========================


All times are GMT -4. The time now is 12:24.