|
[Sponsors] |
HOw to change the input velocity in the middle of a run in parallel processing? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 17, 2018, 07:43 |
HOw to change the input velocity in the middle of a run in parallel processing?
|
#1 |
New Member
Vivekananda
Join Date: May 2017
Location: Cardiff, UK
Posts: 27
Rep Power: 9 |
Hello all,
I am running a parallel processing having 4 processors in openFoam.I am using interFoam solver. Now I want to change the input velocity value in the middle of this run.Is there any way? Had it been a simple run, I would have changed the value in the 0 folder and it would automatically adjust. But as this is a parallel precessing this is not happening..any idea would be helpful... Thanks |
|
April 18, 2018, 11:58 |
|
#2 |
Senior Member
Peter Baskovich
Join Date: Jul 2014
Posts: 127
Rep Power: 12 |
Hi Vivekananda,
The most straight forward way is to reconstruct the job, use the changeDictionary utility to operate on the lastestTime, then decompose again. so you could execute reconstructPar -time latestTime changeDictonary -time latestTime decomposePar -force -time latestTime and carry on calculation See the tutorial in tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater for how to use the changeDictionaryDict that needs to be supplied. You can turn this into a little bash script and leave it in the root of you case. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with foam-extend 4.0 ggi parallel run | Metikurke | OpenFOAM Running, Solving & CFD | 1 | December 6, 2018 16:51 |
[mesh manipulation] Cannot get refineMesh to run in parallel | smschnob | OpenFOAM Meshing & Mesh Conversion | 2 | June 3, 2014 12:20 |
Can not run OpenFOAM in parallel in clusters, help! | ripperjack | OpenFOAM Running, Solving & CFD | 5 | May 6, 2014 16:25 |
Change parameter and run cases parallel | lingdeer | ANSYS | 0 | July 29, 2011 11:27 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |