View Issue Details

IDProjectCategoryView StatusLast Update
0003902OpenFOAMBugpublic2022-10-12 12:01
Reportersnow9 Assigned Towill  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version22.04
Product Versiondev 
Fixed in Version10 
Summary0003902: Error in NCC simulations using 2nd order ddt schemes
DescriptionSimulations using the NCC approach do not run after the 1st time step using 2nd order ddt schemes
Steps To ReproduceIt can be reproduced with any tutorial using NCC, e.g. compressible/rhoPimpleFoam/RAS/annularThermalMixer
Change ddt scheme from "Euler" to "backward", for example.
Additional Information#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 Foam::fvMatrix<double>::solve() at ??:?
#9 Foam::solvers::isothermalFluid::correctPressure() at ??:?
#10 Foam::solvers::isothermalFluid::pressureCorrector() at ??:?
#11 ? in "/path/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/foamRun"
#12 ? in "/lib/x86_64-linux-gnu/libc.so.6"
#13 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#14 ? in "/path/OpenFOAM-dev/platforms/linux64GccDPInt32Opt/bin/foamRun"
Floating point exception
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2022-10-10 13:24 snow9 New Issue
2022-10-12 12:01 will Assigned To => will
2022-10-12 12:01 will Status new => resolved
2022-10-12 12:01 will Resolution open => fixed
2022-10-12 12:01 will Fixed in Version => 10
2022-10-12 12:01 will Note Added: 0012794