|
[Sponsors] |
April 2, 2022, 02:23 |
mapFieldsPar for overset
|
#1 |
New Member
Join Date: Aug 2021
Posts: 5
Rep Power: 5 |
I'm trying to map a solution using overset mesh to another case (also with an overset mesh) and the mapFieldsPar utility keeps giving me this error:
Code:
Missing required dictionary entry 'oversetInterpolation'. Skipping overset interpolation for field p First thing I did was obviously to check the fvSchemes file for the required entry, but it's right there in my fvSchemes, for both the source and target cases. Code:
oversetInterpolation { method cellVolumeWeight; } I then totally removed the overset component from the mesh and tried the interpolation again on the background mesh only, but it gave me a segmentation fault: Code:
Creating mesh-to-mesh addressing for region0 and region0 regions using cellVolumeWeight Overlap volume: 1.65 creating new field cellTypes #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 ? in /lib/x86_64-linux-gnu/libpthread.so.0 #3 ? at ??:? #4 ? at ??:? #5 ? at ??:? #6 ? at ??:? #7 ? at ??:? #8 ? at ??:? #9 __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6 #10 ? at ??:? Segmentation fault (core dumped) The mapFields utility does not give me the right result when copying my original overset solution to the new mesh, so I thought to give mapFieldsPar a try. Any idea how to resolve this? Thanks! |
|
Tags |
mapfields, mapfieldspar, openfoam, overset, oversetinterpolation |
|
|
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 |
mapFields & mapFieldsPar decompose cases | otaolafr | OpenFOAM Pre-Processing | 2 | August 26, 2021 14:13 |