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

isoSurfaceCell (type surfaces) crash (interfoam)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2019, 09:08
Default isoSurfaceCell (type surfaces) crash (interfoam)
  #1
Member
 
Teresa
Join Date: Nov 2015
Location: germany
Posts: 63
Rep Power: 10
TeresaT is on a distinguished road
Dear all,

I need some inspiration to conquer a post Process problem:

Goal was to sample the interface (water/air). Output, as long as it's generated, looks pretty good, but the function stops with floating point eception:
Quote:
*** Process received signal ***
Signal: Floating point exception (8)
Signal code: (-6)
Failing at address: 0x3e80000204a
[ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7f72512a3f20]
[ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f72512a3e97]
[ 2] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7f72512a3f20]
[ 3] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsampling.so(_ZN4Foam16vtkSurfaceWriter9writeDat aIdEEvRNS_7OstreamERKNS_5FieldIT_EE+0x80)[0x7f7252fffdc0]
[ 4] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsampling.so(_ZNK4Foam16vtkSurfaceWriter13writeT emplateIdEEvRKNS_8fileNameES4_RKNS_5FieldINS_6Vect orIdEEEERKNS_4ListINS_4faceEEERKNS_4wordERKNS5_IT_ EEbb+0x3c6)[0x7f7253000fb6]
[ 5] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsampling.so(_ZN4Foam15sampledSurfaces12writeSur faceIdEEvRKNS_5FieldIT_EEiRKNS_4wordERKNS_8fileNam eE+0x688)[0x7f7252fc4998]
[ 6] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsampling.so(_ZN4Foam15sampledSurfaces14sampleAn dWriteIdEEvRKNS_14GeometricFieldIT_NS_12fvPatchFie ldENS_7volMeshEEE+0x144)[0x7f7252fc6cd4]
[ 7] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsampling.so(_ZN4Foam15sampledSurfaces14sampleAn dWriteINS_14GeometricFieldIdNS_12fvPatchFieldENS_7 volMeshEEEEEvRKNS_12IOobjectListE+0x33a)[0x7f7252fc970a]
[ 8] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsampling.so(_ZN4Foam15sampledSurfaces5writeEv+0 x207)[0x7f7252fbf487]
[ 9] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam15functionObjects11timeCont rol5writeEv+0x30)[0x7f725260a7e0]
[10] /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam18functionObjectList7execut eEv+0xe3)[0x7f72525fc2e3]
[11] interFoam(+0x4601c)[0x5620d652801c]
[12] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f7251286b97]
[13] interFoam(+0x53a9a)[0x5620d6535a9a]
*** End of error message ***
Happens when using the function during runtime as well as when done afterwards. Skipping the time step, i can continue until the nexttime step this happens. (For 1 case it is at timstep 47 and 66 of1000 steps, the other at 22. So very close to the start.)
At the end the goal is to wrtie out the interface much more often than the rest, but using postProcessing the calculation aborts.. wihtout it it's running.


Code:
isoCell
    {
        type            surfaces;
        libs
        (
            "libsampling.so"
        );
        writeControl    adjustableRunTime;
        writeInterval   0.00001;
        surfaceFormat  vtk;
        fields
        (
           alpha.water U p_rgh
        );
        interpolationScheme cellPointFace;
        surfaces
        (
            interface
            {
                type        isoSurfaceCell;
                isoField    alpha.water;
                isoValue    0.5;
                interpolate true;
            }
        );
So, what am I missing? Which further step would you do to determine the reasons? How come only postProcessing crashes?

Regards,
Teresa
TeresaT is offline   Reply With Quote

Reply

Tags
postprocess crash


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
[Other] simulation of closing the gate using moving mesh simin_ds OpenFOAM Meshing & Mesh Conversion 8 April 12, 2019 05:49
time step continuity problem in VAWT simulation lpz_michele OpenFOAM Running, Solving & CFD 5 February 22, 2018 19:50
multiphaseEulerFoam/tank discharge ves OpenFOAM Running, Solving & CFD 8 December 31, 2017 14:59
SimpleFoam - instable simulation Specialist OpenFOAM Running, Solving & CFD 17 August 12, 2014 04:52
[GAMBIT] periodic faces not matching Aadhavan ANSYS Meshing & Geometry 6 August 31, 2013 11:25


All times are GMT -4. The time now is 19:49.