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

Floating Point Exception - wrong boundaries or general PC problem? – OF 1.6 extend -

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 27, 2013, 04:50
Unhappy Floating Point Exception - wrong boundaries or general PC problem? – OF 1.6 extend -
  #1
Member
 
Andreas Wendy
Join Date: Aug 2012
Posts: 73
Rep Power: 13
A.Wendy is on a distinguished road
Hi Everybody,

Currently I am working on my masterthesis for a simulation of a gyrocopter including autorotation.

For that I started to modify the mixerGGI library to include a threedimensional autorotation.

I think I worked it out but when I try to start my computation I always get a floating point exception. After some time steps, when I restart the calculation I am able to compute again a number of time steps and so on.
This happens also with the not modified mixerGGI library.

I have no idea where the fault is. I think my boundaries are OK. Maybe my computer has just a general problem? I’ve got no idea.
Maybe someone can have a look or try to run my case with OF 1.6 extend and pimpleDyMFoam if the same error occurs?

Best wishes

Andreas

Link to the complete case: http://ubuntuone.com/0aasoEIvPToraOAPetJJie

0/U:
Code:
  /*--------------------------------*- C++ -*----------------------------------*\
  | =========                 |                                                 |
  | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
  |  \\    /   O peration     | Version:  1.6-ext                                 |
  |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
  |    \\/     M anipulation  |                                                 |
  \*---------------------------------------------------------------------------*/
  FoamFile
  {
      version     2.0;
      format      ascii;
      class       volVectorField;
      location    "0";
      object      U;
  }
  // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
   
  dimensions      [0 1 -1 0 0 0 0];
   
  internalField      uniform (10 0 0);
                                                                                
  boundaryField                                                                 
  {                                                                             
                                                                 
      outsideSlider                                                               
      {                                                                         
                  type                      ggi;                                                        
                  value                    uniform (10 0 0);
      }                                                                         
                                                                 
      insideSlider                                                                   
      {                                                                         
                  type                      ggi;
                  value                    uniform (10 0 0);
      }
   
      outlet                                                                              
      {                                                                         
          type                              freestream;
                  freestreamValue            uniform (10 0 0);                             
      }                                                                         
                                                                                
      inlet                                                                 
      {
          type                              freestream;
                  freestreamValue            uniform (10 0 0);
      }
   
      sides                                                                
      {                                                                         
          type                              freestream;
                  freestreamValue            uniform (10 0 0);
      }
   
      ".*STL"                                                                           
      {                                                                         
          type            movingWallVelocity;
          value                            uniform (0 0 0);
      }
   
   
   
  }
0/p:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
  | =========                 |                                                 |
  | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
  |  \\    /   O peration     | Version:  1.6-ext                                 |
  |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
  |    \\/     M anipulation  |                                                 |
  \*---------------------------------------------------------------------------*/
  FoamFile
  {
      version     2.0;
      format      ascii;
      class       volScalarField;
      location    "0";
      object      p;
  }
  // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
  // density normalized pressure!!! p/rho
  dimensions      [0 2 -2 0 0 0 0];
   
  internalField   uniform 0;
   
  boundaryField                                 
  {                                                                             
                                                                 
      outsideSlider                                                               
      {                                                                         
                  type                      ggi;                                                        
                  value                    uniform 0;
      }                                                                         
                                                                 
      insideSlider                                                                   
      {                                                                         
                  type                      ggi;                                                        
                  value                    uniform 0;
      }
   
      outlet                                                                              
      {                                                                         
          type            freestreamPressure;
      }                                                                         
                                                                                
      inlet                                                                 
      {                                                                         
          type            freestreamPressure;
      }
   
      sides                                                                
      {                                                                         
          type            freestreamPressure;
      }
   
      ".*STL"                                                                           
      {                                                                         
          type            zeroGradient;
      }
   
  }
   
  // ************************************************************************* //
Code:
  Boundary-file:
  /*--------------------------------*- C++ -*----------------------------------*\
  | =========                 |                                                 |
  | \\      /  F ield         | OpenFOAM Extend Project: Open source CFD        |
  |  \\    /   O peration     | Version:  1.6-ext                               |
  |   \\  /    A nd           | Web:      www.extend-project.de                 |
  |    \\/     M anipulation  |                                                 |
  \*---------------------------------------------------------------------------*/
  FoamFile
  {
      version     2.0;
      format      ascii;
      class       polyBoundaryMesh;
      location    "0/polyMesh";
      object      boundary;
  }
  // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
   
  24
  (
      outlet
      {
          type            patch;
          nFaces          1600;
          startFace       4362923;
      }
      inlet
      {
          type            patch;
          nFaces          1600;
          startFace       4364523;
      }
      sides
      {
          type            patch;
          nFaces          6400;
          startFace       4366123;
      }
      outsideSlider
      {
          type            ggi;
          nFaces          13632;
          startFace       4372523;
          shadowPatch     insideSlider;
          zone            outsideZone;
          bridgeOverlap   false;
      }
      defaultFaces
      {
          type            empty;
          nFaces          0;
          startFace       4386155;
      }
      insideSlider
      {
          type            ggi;
          nFaces          35144;
          startFace       4386155;
          shadowPatch     outsideSlider;
          zone            insideZone;
          bridgeOverlap   false;
      }
      m1_STL
      {
          type            wall;
          nFaces          5880;
          startFace       4421299;
      }
      m2_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4427179;
      }
      m3_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4433028;
      }
      m4_STL
      {
          type            wall;
          nFaces          5772;
          startFace       4438877;
      }
      m5_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4444649;
      }
      m6_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4450498;
      }
      m7_STL
      {
          type            wall;
          nFaces          5772;
          startFace       4456347;
      }
      m8_STL
      {
          type            wall;
          nFaces          5772;
          startFace       4462119;
      }
      m9_STL
      {
          type            wall;
          nFaces          5801;
          startFace       4467891;
      }
      p1_STL
      {
          type            wall;
          nFaces          5880;
          startFace       4473692;
      }
      p2_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4479572;
      }
      p3_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4485421;
      }
      p4_STL
      {
          type            wall;
          nFaces          5772;
          startFace       4491270;
      }
      p5_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4497042;
      }
      p6_STL
      {
          type            wall;
          nFaces          5849;
          startFace       4502891;
      }
      p7_STL
      {
          type            wall;
          nFaces          5772;
          startFace       4508740;
      }
      p8_STL
      {
          type            wall;
          nFaces          5772;
          startFace       4514512;
      }
      p9_STL
      {
          type            wall;
          nFaces          5801;
          startFace       4520284;
      }
  )
   
  // ************************************************************************* //
A.Wendy 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
sprayEngineFoam - floating point exception error ris OpenFOAM Running, Solving & CFD 3 May 27, 2013 07:01
Error : floating point exception; overflow. maryam CFX 3 May 18, 2010 07:44
Floating Point Exception?? Alex FLUENT 2 April 21, 2009 01:29
floating point exception mojtaba CFX 2 November 15, 2008 06:58
floating point exception Mojtaba CFX 0 November 1, 2008 01:54


All times are GMT -4. The time now is 20:55.