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

FOAM FATAL ERROR: bad size -2147483647

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 13, 2022, 07:33
Default FOAM FATAL ERROR: bad size -2147483647
  #1
New Member
 
HP
Join Date: Jul 2022
Posts: 4
Rep Power: 4
haribabupv354 is on a distinguished road
I am simulating steady state external flow past 3d wing using simpleFoam. I am getting this error. I am new to OpenFoam. OF community kindly help

HTML Code:
--> FOAM FATAL ERROR: 
bad size -2147483647

    From function Foam::List<T>::List(Foam::label, const T&) [with T = Foam::List<int>; Foam::label = int]
    in file /home/ubuntu/OpenFOAM/OpenFOAM-10/src/OpenFOAM/lnInclude/List.C at line 61.

FOAM aborting

#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::error::abort() at ??:?
#2  Foam::List<Foam::List<int> >::List(int, Foam::List<int> const&) at ??:?
#3  Foam::functionObjects::streamlines::write() at ??:?
#4  Foam::functionObjects::timeControl::write() at ??:?
#5  Foam::functionObjectList::start() at ??:?
#6  Foam::Time::loop() at ??:?
#7  ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/simpleFoam"
#8  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#9  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#10  ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/simpleFoam"
Aborted (core dumped)


pls tell me what could be the reason of the problem? Is there a way to rectify it?

my fvSolution:

HTML Code:
solvers
{
    p
    {
        solver           	GAMG;
        smoother         	GaussSeidel;
        tolerance        	1e-6;
        relTol           	0.01;
        minIter 			3;
    }


	"(U|k|omega)"
	{
		solver           smoothSolver;
        smoother         GaussSeidel;
        tolerance        1e-8;
        relTol           0.01;
        nSweeps          1;
	}
}

SIMPLE
{
    nNonOrthogonalCorrectors 0;

    residualControl
    {
        "(p|U|k|omega)" 		1e-5;
    }
}

relaxationFactors
{
    fields
    {
        p               	0.3;
    }
    equations
    {
        "(U|k|omega)"   	0.7;
        "(U|k|omega)Final" 	1.0;
    }
}

cache
{
    grad(U);
}

fvSchemes:

HTML Code:
ddtSchemes
{
    default         steadyState;
}

gradSchemes
{
    default         Gauss linear;
    limited         cellLimited Gauss linear 1;
    grad(U)         $limited;
    grad(k)         $limited;
    grad(omega)     $limited;
}

divSchemes
{
    default         none;
    div(phi,U)      bounded Gauss linearUpwindV grad(U);
    div(phi,k)      bounded Gauss upwind;
    div(phi,omega)  bounded Gauss upwind;
    div((nuEff*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
    default         Gauss linear corrected;
}

interpolationSchemes
{
    default         linear;
}

snGradSchemes
{
    default         corrected;
}

wallDist
{
    method meshWave;
}
haribabupv354 is offline   Reply With Quote

Reply

Tags
bad size, foam fatal error, simplefoam


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
[snappyHexMesh] snappyHexMesh error "Cannot determine normal vector from patches." lethu OpenFOAM Meshing & Mesh Conversion 1 June 3, 2020 07:49
error with reactingFoam BakedAlmonds OpenFOAM Running, Solving & CFD 4 June 22, 2016 02:21
[blockMesh] Errors during blockMesh meshing Madeleine P. Vincent OpenFOAM Meshing & Mesh Conversion 51 May 30, 2016 10:51
Derivative of velocity and mean velocity hiuluom OpenFOAM Post-Processing 1 May 29, 2015 23:42
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 00:07.