|
[Sponsors] |
December 13, 2022, 08:33 |
FOAM FATAL ERROR: bad size -2147483647
|
#1 |
New Member
HP
Join Date: Jul 2022
Posts: 4
Rep Power: 4 |
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; } |
|
Tags |
bad size, foam fatal error, simplefoam |
|
|
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 08:49 |
error with reactingFoam | BakedAlmonds | OpenFOAM Running, Solving & CFD | 4 | June 22, 2016 03:21 |
[blockMesh] Errors during blockMesh meshing | Madeleine P. Vincent | OpenFOAM Meshing & Mesh Conversion | 51 | May 30, 2016 11:51 |
Derivative of velocity and mean velocity | hiuluom | OpenFOAM Post-Processing | 1 | May 30, 2015 00:42 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |