|
[Sponsors] |
![]() |
![]() |
#1 |
Member
Join Date: Sep 2020
Posts: 30
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.*"); } } |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
running mapFields in parallel | mkhm | OpenFOAM Pre-Processing | 10 | September 16, 2021 13:12 |
mapFields doesn't change fields | Werne | OpenFOAM | 6 | July 30, 2016 12:45 |
a reconstructPar issue | immortality | OpenFOAM Post-Processing | 8 | June 16, 2013 11:25 |
an odd(at least for me!) reconstructPar error on a field | immortality | OpenFOAM Running, Solving & CFD | 3 | June 3, 2013 22:36 |
PostChannel | maka | OpenFOAM Post-Processing | 5 | July 22, 2009 09:15 |