CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Slice Sampling (interpolation)on ANSAgenerated mesh fails (glibc free),ok on SHM mesh

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2014, 11:23
Default Slice Sampling (interpolation)on ANSAgenerated mesh fails (glibc free),ok on SHM mesh
  #1
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 16
matteoL is on a distinguished road
Hello,
I am using OF2.2 and I am having trouble running a sampling slice when working with a volume mesh generated with ANSA.

Here is my functionIncludeDict:

slices
{
type surfaces;
storeFilter false;
functionObjectLibs ( "libsampling.so" );
outputControl timeStep;
outputInterval 100;
setFormat raw;
surfaceFormat vtk;
interpolationScheme cellPoint;
fields U;
surfaces
(
X_Movie_0
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
normalVector (1.000000 0.000000 0.000000);
basePoint (-1.000000 -0.000000 -0.000000);
}
interpolate true;
mergeTol 1e-8;
}
);
}

When I run it (with execFlowFunctionObjects -latestTime ) I get the following error:
urfaces slices: Reading surface description:
X_Movie_0

*** glibc detected *** execFlowFunctionObjects: double free or corruption (!prev): 0x00000000112848d0 ***
*** glibc detected *** execFlowFunctionObjects: free(): invalid next size (normal): 0x0000000010fe17e0 ***
*** glibc detected *** execFlowFunctionObjects: double free or corruption (!prev): 0x000000001087acd0 ***
*** glibc detected *** execFlowFunctionObjects: double free or corruption (!prev): 0x0000000013098d00 ***
*** glibc detected *** execFlowFunctionObjects: free(): invalid next size (normal): 0x00000000136d0880 ***
*** glibc detected *** execFlowFunctionObjects: double free or corruption (!prev): 0x0000000012675d60 ***
*** glibc detected *** execFlowFunctionObjects: double free or corruption (!prev): 0x0000000011f10520 ***
*** glibc detected *** execFlowFunctionObjects: malloc(): memory corruption: 0x0000000010bb2400 ***
*** glibc detected *** execFlowFunctionObjects: free(): invalid next size (normal): 0x00000000120b4550 ***
*** glibc detected *** execFlowFunctionObjects: free(): invalid next size (normal): 0x0000000013f0ea50 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x750c6)[0x2b08c8f590c6]

Notice that:
1)The same dictionary works perfectly on a SnappyHexMesh generated mesh.
2)This dictionary works if I change the flag interpolate to false.

I have tried the other interpolation schemes options but those fail as well..

Any idea?

thanks,
matteo

p.s.: ANSA mesh is a mix tets,pyramids,hexa.
matteoL is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Gambit problems Althea FLUENT 22 January 4, 2017 04:19
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 07:20
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 12:55
Icemcfd 11: Loss of mesh from surface mesh option? Joe CFX 2 March 26, 2007 19:10
How to control Minximum mesh space? hung FLUENT 7 April 18, 2005 10:38


All times are GMT -4. The time now is 12:23.