|
[Sponsors] |
Slice Sampling (interpolation)on ANSAgenerated mesh fails (glibc free),ok on SHM mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 10, 2014, 11:23 |
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: 17 |
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. |
|
|
|
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 |