CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   fsiFOAM solver crashing During first subiteration (https://www.cfd-online.com/Forums/openfoam/99448-fsifoam-solver-crashing-during-first-subiteration.html)

Igor_2011 April 3, 2012 16:07

fsiFOAM solver crashing During first subiteration
 
Hey guys,

I have a question about why my solver is crashing on the first subiteration. In my case directory I am running >> fsiFoam (a solver just like simplefoam ... a steady-state solver for incompressible, turbulent flow) , and this is what happens:


------------------------------------------------------------------------------------------------------------------------------
================================================== =======
Begining of a new simulation
================================================== =======
Courant Number mean: 0.0623383 max: 9.80348

-----------------------
Subiteration no. 1
-----------------------
Update mesh to the candidate for next position
solidBodyMotionFunctions::GM2DxzyFreeMotion::trans formation(): Time = 0 pitch transformation: (0.961262 (0 0.275637 0))
Solving the aerodynamic problem
Time = 0.0005

solidBodyMotionFunctions::GM2DxzyFreeMotion::trans formation(): Time = 0.0005 pitch transformation: (0.961262 (0 0.275637 0))
Execution time for mesh.update() = 0.12 s
Mesh Courant Number mean: 0 max: 0
smoothSolver: Solving for Ux, Initial residual = 1.6341e-05, Final residual = 3.66634e-08, No Iterations 2
smoothSolver: Solving for Uz, Initial residual = 7.51736e-05, Final residual = 1.39843e-07, No Iterations 2
GAMG: Solving for p, Initial residual = 0.980564, Final residual = 0.062741, No Iterations 12
GAMG: Solving for p, Initial residual = 0.0456661, Final residual = 0.00455665, No Iterations 13
GAMG: Solving for p, Initial residual = 0.0202633, Final residual = 0.0015312, No Iterations 24
GAMG: Solving for p, Initial residual = 0.00158912, Final residual = 0.000141659, No Iterations 24
GAMG: Solving for p, Initial residual = 0.000157386, Final residual = 1.55787e-05, No Iterations 36
time step continuity errors : sum local = 2.08385e-10, global = -1.04066e-20, cumulative = -1.04066e-20
smoothSolver: Solving for omega, Initial residual = 7.36115e-08, Final residual = 7.3205e-09, No Iterations 1
smoothSolver: Solving for k, Initial residual = 8.86151e-06, Final residual = 4.86247e-09, No Iterations 5
smoothSolver: Solving for Ux, Initial residual = 0.000259388, Final residual = 1.74543e-06, No Iterations 2
smoothSolver: Solving for Uz, Initial residual = 0.000861136, Final residual = 7.79203e-06, No Iterations 2
GAMG: Solving for p, Initial residual = 0.505282, Final residual = 0.0328427, No Iterations 12
GAMG: Solving for p, Initial residual = 0.0314885, Final residual = 0.00225255, No Iterations 15
GAMG: Solving for p, Initial residual = 0.0188971, Final residual = 0.00181758, No Iterations 24
GAMG: Solving for p, Initial residual = 0.00186204, Final residual = 0.000175734, No Iterations 18
GAMG: Solving for p, Initial residual = 0.000184991, Final residual = 1.69464e-05, No Iterations 33
time step continuity errors : sum local = 2.05318e-10, global = -8.76266e-21, cumulative = -1.91692e-20
smoothSolver: Solving for omega, Initial residual = 1.87189e-08, Final residual = 2.18978e-09, No Iterations 1
smoothSolver: Solving for k, Initial residual = 1.33994e-06, Final residual = 9.53343e-09, No Iterations 4
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam171/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigFpe::sigFpeHandler(int) in "/opt/openfoam171/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 in "/lib/x86_64-linux-gnu/libc.so.6"
#3 Foam::GaussSeidelSmoother::smooth(Foam::word const&, Foam::Field<double>&, Foam::lduMatrix const&, Foam::Field<double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, unsigned char, int) in "/opt/openfoam171/lib/linux64GccDPOpt/libOpenFOAM.so"
#4 Foam::GaussSeidelSmoother::smooth(Foam::Field<doub le>&, Foam::Field<double> const&, unsigned char, int) const in "/opt/openfoam171/lib/linux64GccDPOpt/libOpenFOAM.so"
#5 Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const in "/opt/openfoam171/lib/linux64GccDPOpt/libOpenFOAM.so"
#6
in "/opt/openfoam171/applications/bin/linux64GccDPOpt/fsiFoam"
#7
in "/opt/openfoam171/applications/bin/linux64GccDPOpt/fsiFoam"
#8
in "/opt/openfoam171/applications/bin/linux64GccDPOpt/fsiFoam"
#9 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#10
in "/opt/openfoam171/applications/bin/linux64GccDPOpt/fsiFoam"
Floating point exception
-----------------------------------------------------------------------------------------------------------------------------

It appears that the error is in the libOpenFOAM file, which is a shared library file ... has anyone experience a problem similar to this or know what may be the cause of this issue?


All times are GMT -4. The time now is 05:58.