Error while running the simulation
Title
Question
I am facing an error below while running the simulation. Did I miss anything?
Time = 0.08
Courant Number mean: 608.301 max: 48546.8
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3 Foam::symGaussSeidelSmoother::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) at ??:?
#4 Foam::symGaussSeidelSmoother::smooth(Foam::Field<double>&, Foam::Field<double> const&, unsigned char, int) const at ??:?
#5 Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
#6 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#7 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#8 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#9 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#10 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#11 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
Floating point exception (core dumped)
Time = 0.08
Courant Number mean: 608.301 max: 48546.8
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3 Foam::symGaussSeidelSmoother::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) at ??:?
#4 Foam::symGaussSeidelSmoother::smooth(Foam::Field<double>&, Foam::Field<double> const&, unsigned char, int) const at ??:?
#5 Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
#6 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#7 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#8 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#9 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
#10 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#11 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/icoFoam"
Floating point exception (core dumped)
OpenFOAM-version-7 Simulating-Hagen-Poiseuille-flow-through-a-pipe-in-OpenFOAM 11-12 min 30-40 sec
Answers:
The error is due to not changing kinematic viscosity value. Go to transportProperties file in constant folder and change it to 1e-6. That will resolve error. Run simulation again using icoFoam command.
Thanks,
Divyesh Variya
Login to add comment