|
[Sponsors] |
September 13, 2022, 11:43 |
mapFields - only internalFields
|
#1 |
New Member
Österreich
Join Date: Dec 2020
Posts: 2
Rep Power: 0 |
Hello everyone,
I try to map the fields from a chtMultiRegionSimpleFoam case to a new chtMultiRegionSimpleFoam case with other boundary conditions. Therefore I run the command: Code:
mapFields {source_workdir} -case {workdir} -sourceTime '{latest_time}' -sourceRegion {source_region} -targetRegion {target_region} -consistent I have tried to map only the internalField with the help of this post (using a mapFieldsDict with empty patchMap and cuttingPatches), but the boundary conditions are still overwritten. Does anyone know how to map only the internalFields? Thank you very much! I am using openFoam Version 2206 |
|
September 16, 2022, 06:10 |
|
#2 |
New Member
Österreich
Join Date: Dec 2020
Posts: 2
Rep Power: 0 |
I found a solution:
|
|
February 1, 2024, 07:21 |
mappingFields maps the patches
|
#3 |
New Member
Franco
Join Date: Nov 2020
Posts: 3
Rep Power: 6 |
To avoid to map the fields you need a mapFieldsDict with an empty field "patchMap"... moreover, remove the "consistent" option when mapping.
|
|
Tags |
internalfield, mapfields |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
running mapFields in parallel | mkhm | OpenFOAM Pre-Processing | 10 | September 16, 2021 14:12 |
mapFields & mapFieldsPar decompose cases | otaolafr | OpenFOAM Pre-Processing | 2 | August 26, 2021 14:13 |
Personalization of mapFields and libsampling - Compilation issues | saimat | OpenFOAM Programming & Development | 3 | June 29, 2016 09:56 |
Strange random behaviour of mapFields | blaise | OpenFOAM Pre-Processing | 0 | November 3, 2014 10:37 |
The -parallel parameter of mapFields utility in OpenFOAM v2.3.0 | shuoxue | OpenFOAM Pre-Processing | 1 | April 28, 2014 06:59 |