August 19, 2023, 17:21
|
patches error
|
#1
|
Member
Join Date: Aug 2012
Posts: 41
Rep Power: 14
|
Hello, I'm trying to run a case and I'm getting this error:
Is it related to patches? Not sure about it. Any help will be appreciated.
Code:
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 (closed) Foam::sigFpe::sigHandler(int) at ??:?
#2 (closed) ? in "/lib64/libc.so.6"
#3 (closed) Foam::cyclicFvPatch::makeWeights(Foam::Field&) const at ??:?
#4 (closed) Foam::surfaceInterpolation::makeWeights() const at ??:?
#5 (closed) Foam::surfaceInterpolation::weights() const at ??:?
#6 (closed) Foam::fvPatch::weights() const at ??:?
#7 (closed) Foam::coupledFvPatchField::evaluate(Foam::UPstream::commsTypes) at ??:?
#8 (closed) Foam::cyclicFvPatchField::cyclicFvPatchField(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:?
#9 (closed) Foam::fvPatchField::adddictionaryConstructorToTable<Foam::cyclicFvPatchField >::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:?
#10 (closed) Foam::fvPatchField::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:?
#11 (closed) Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::readField(Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:?
#12 (closed) Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields(Foam::dictionary const&) at ??:?
#13 (closed) Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields() at ??:?
#14 (closed) Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricField(Foam::IOobject const&, Foam::fvMesh const&) at ??:?
#15 (closed) ? at ??:?
#16 (closed) ? at ??:?
#17 (closed) __libc_start_main in "/lib64/libc.so.6"
#18 (closed) ? at ??:?
Floating point exception (core dumped)
|
|
|