|
[Sponsors] |
August 2, 2016, 06:15 |
mapFields did not yield anything
|
#1 |
New Member
Join Date: Jul 2016
Posts: 4
Rep Power: 10 |
Greetings
I tried to transfer my result(ran on 4 cores) to another set of mesh(to be run on 4 cores). The geometry of the two calculations are identical. So I used Code:
mapFields ../test_parallel -parallelTarget -consistent -parallelSource Code:
Target processor 3 mesh size: 1016 --> FOAM Warning : From function void Foam::meshToMesh0::calcAddressing() in file meshToMesh0/calculateMeshToMesh0Addressing.C at line 155 Source patch Inlet has no faces. Not performing mapping for it. --> FOAM Warning : From function void Foam::meshToMesh0::calcAddressing() in file meshToMesh0/calculateMeshToMesh0Addressing.C at line 155 Source patch Bottom has no faces. Not performing mapping for it. Mapping fields for time 2.5 End Code:
mapFields ../test_parallel -parallelTarget -consistent Code:
Target processor 3 mesh size: 1016 Mapping fields for time 2.5 End Could anyone tell me what should I do? Thanks in advance!! Regards Ben |
|
August 12, 2016, 17:13 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi Ben,
I never tried mapField for parallel stuff. So the easiest is to reconstruct the solution you want to map and map it to the new case. If you are not familiar with OpenFOAM you should always start with the serial stuff. Good luck.
__________________
Keep foaming, Tobias Holzmann |
|
August 14, 2016, 07:16 |
mapField in lagrangian
|
#3 |
Member
amin jalalian
Join Date: Mar 2014
Posts: 34
Rep Power: 12 |
I want to separate some boundaries to some walls which had been merged into one wall.
They are some walls of a combustion chamber. particles come into chamber to combust. I mapField them by mapFieldDict, but O.F only maps lagrangian datas. What can I do? |
|
Tags |
mapfields |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mapFields major bug | alchem | OpenFOAM Bugs | 14 | September 15, 2023 13:48 |
running mapFields in parallel | mkhm | OpenFOAM Pre-Processing | 10 | September 16, 2021 14:12 |
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 |