August 30, 2019, 08:31
|
Error message is not showing in the terminal
|
#1
|
Member
FaRa
Join Date: Jul 2019
Posts: 33
Rep Power: 3
|
Hello everyone. I am using OpenFoam v-2.4.0 on windows 10 for linux subsystem. When I started a simulation to check whether everything went well, it stopped without showing any error report. The simulation should stop showing the message below which I got using OpenFoam in ubuntu in virtualbox.
Code:
#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::GAMGSolver::scale(Foam::Field<double>&, Foam::Field<double>&, Foam::lduMatrix const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, Foam::Field<double> const&, unsigned char) const at ??:?
#4 Foam::GAMGSolver::Vcycle(Foam::PtrList<Foam::lduMatrix::smoother> const&, Foam::Field<double>&, Foam::Field<double> const&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::Field<double>&, Foam::PtrList<Foam::Field<double> >&, Foam::PtrList<Foam::Field<double> >&, unsigned char) const at ??:?
#5 Foam::GAMGSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
#6 Foam::fvMatrix<double>::solveSegregated(Foam::dictionary const&) at ??:?
#7 Foam::fvMatrix<double>::solve(Foam::dictionary const&) at ??:?
#8 ? at ??:?
#9 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#10 ? at ??:?
main_qsub.sh: line 3: 2722 Floating point exception(core dumped) interThermalPhaseChangeFoam > interThermal_log.txt
I have to use openFoam in windows. If no error appears, how could I be able to solve my issues? Can anyone help me please?
|
|
|