|
[Sponsors] |
July 13, 2021, 12:44 |
Сhoice fields using mapFields
|
#1 |
New Member
Join Date: Sep 2020
Posts: 28
Rep Power: 6 |
Hey!
There are 2 meshes with identical geometry and boundary conditions. I want to map only one field from first mesh to another but options of mapFields in terminal don't allow me to choose certain fields, for examle Code:
-mapFields ../oldMesh -fields '(T)' -consistent I know about mapFields function which is edited in controlDict file like Code:
functions { meshInterp1 { type mapFields; libs (fieldFunctionObjects); writeControl timeStep; writeInterval 1; mapRegion coarseMesh; mapMethod cellVolumeWeight; consistent yes; fields (U); // ("U.*" "p.*"); } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
running mapFields in parallel | mkhm | OpenFOAM Pre-Processing | 10 | September 16, 2021 14:12 |
mapFields doesn't change fields | Werne | OpenFOAM | 6 | July 30, 2016 13:45 |
a reconstructPar issue | immortality | OpenFOAM Post-Processing | 8 | June 16, 2013 12:25 |
an odd(at least for me!) reconstructPar error on a field | immortality | OpenFOAM Running, Solving & CFD | 3 | June 3, 2013 23:36 |
PostChannel | maka | OpenFOAM Post-Processing | 5 | July 22, 2009 10:15 |