CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

mapFieldsPar for overset

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2022, 01:23
Default mapFieldsPar for overset
  #1
New Member
 
Join Date: Aug 2021
Posts: 5
Rep Power: 4
orbitaljet is on a distinguished road
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
(for all the fields I have).

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!
orbitaljet is offline   Reply With Quote

Reply

Tags
mapfields, mapfieldspar, openfoam, overset, oversetinterpolation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mapFields major bug alchem OpenFOAM Bugs 14 September 15, 2023 12:48
running mapFields in parallel mkhm OpenFOAM Pre-Processing 10 September 16, 2021 13:12
mapFields & mapFieldsPar decompose cases otaolafr OpenFOAM Pre-Processing 2 August 26, 2021 13:13


All times are GMT -4. The time now is 17:42.