September 11, 2020, 09:24
|
Error while running the modified channel case
|
#1
|
Member
Arijit Saha
Join Date: Feb 2019
Location: Germany
Posts: 76
Rep Power: 3
|
Hi, everyone I am using Time Varying Mapped Field for the inlet at different time-step but I m encountering error after running for few time-step. For eg when I m keeping the deltaT at 0.1 it is stopping at 3.5 sec, when 0.01 at 11 sec, when 0.02 at 15 sec...
Note:- I m using the channel flow case where I modified the blockMeshDict for my utility.
The error looks like this as follows:-\
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::tmp<Foam::GeometricField<Foam::outerProduct<double, double>::type, Foam::fvPatchField, Foam::volMesh> > Foam::sqr<double, Foam::fvPatchField, Foam::volMesh>(Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&) at ??:?
#4 Foam::LESModels::WALE<Foam::IncompressibleTurbulenceModel<Foam::transportModel> >::k(Foam::GeometricField<Foam::Tensor<double>, Foam::fvPatchField, Foam::volMesh> const&) const at ??:?
#5 Foam::LESModels::WALE<Foam::IncompressibleTurbulenceModel<Foam::transportModel> >::correctNut() at ??:?
#6 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/pimpleFoam"
#7 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#8 ? in "/opt/openfoam7/platforms/linux64GccDPInt32Opt/bin/pimpleFoam"
Floating point exception (core dumped)
It will be really grateful if I receive some suggestion.
|
|
|