|
[Sponsors] |
July 30, 2021, 11:20 |
mapFields & mapFieldsPar decompose cases
|
#1 | |
Senior Member
Franco
Join Date: Nov 2019
Location: Compiègne, France
Posts: 129
Rep Power: 7 |
Hello,
I am trying to recover the results of a case to apply it to the same case but with a finner mesh. to recover the different fields and interpolate them to the new mesh I wanted to use mapFields (or mapFieldsPar). mapFields, has a strange behavior, if I use it in decomposed cases (target and source cases) with Code:
mapFields -consistent -parallelSource -parallelTarget -sourceTime 'latestTime' -sourceDecomposeParDict ../run_0_0_Part1/system/decomposeParDict -targetDecomposeParDict ./system/decomposeParDict ../run_0_0_Part1/ if i reconstruct each case Code:
reconstructParMesh -constant reconstructPar -time '1000' Code:
mapFields -consistent -sourceTime 'latestTime' Code:
mapFieldsPar -consistent -fields (U p phi) -sourceTime 1000 -parallel ../run_0_0_Part1/ Quote:
the only thing I nottice in the mapFieldsPar is that the log shows: Code:
Source: "../run_0_0_Part1" "" Target: "/home/0HOME_ALT/otaolafr/15.07.21" "run_0_2_Part1" Code:
Source: "/0HOME_ALT/otaolafr/15.07.21/run_0_0_Part1" "" Target: "/0HOME_ALT/otaolafr/15.07.21" "run_0_2_Part1" |
||
August 26, 2021, 14:08 |
|
#2 |
Senior Member
Join Date: Jul 2013
Posts: 124
Rep Power: 13 |
I'm not sure if you found the answer to this, but it does seem like mapFieldsPar uses far more memory than mapFields. I have the impression that it loads the entire mesh into memory per processor for some reason. I'm not sure if that is true.
|
|
August 26, 2021, 14:13 |
|
#3 | |
Senior Member
Franco
Join Date: Nov 2019
Location: Compiègne, France
Posts: 129
Rep Power: 7 |
Quote:
thanks for the answer, well the only solution I found, was to reconstruct the case (mesh and desired time) in the source case, (and can not remember if also for the target case too). in any case the issue was coming from the cases being decomposed.... the memory was not a problem at all in my case. it was only that it was running without errors but no time was being created.... |
||
Tags |
mapfields, mapfieldspar |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I compare two cases in Tecplot? | yhy20081016 | Tecplot | 5 | February 26, 2019 14:40 |
mapFields function | lsb1292 | OpenFOAM Running, Solving & CFD | 2 | October 29, 2017 20:06 |
Fluent test cases | Tosbaga | FLUENT | 2 | March 16, 2017 12:37 |
The -parallel parameter of mapFields utility in OpenFOAM v2.3.0 | shuoxue | OpenFOAM Pre-Processing | 1 | April 28, 2014 06:59 |
Standard CFD test cases? | Damon Qualski | Main CFD Forum | 1 | April 10, 2003 15:10 |