|
[Sponsors] |
September 30, 2020, 07:30 |
reconstructPar fails after successful tun
|
#1 |
Member
Javier Vinuales
Join Date: May 2016
Posts: 42
Rep Power: 10 |
Hi everyone,
I have a model with 3 cyclicAMI that runs succesfully. However, when I try to reconstructPAr I got an error related to the AMI interface. Code:
Reconstructing FV fields Reconstructing volScalarFields T AMI: Creating addressing and weights between 1352 source faces and 1492 target faces --> FOAM FATAL ERROR: Unable to set target face for source face 1311 From virtual bool Foam::faceAreaWeightAMI::setNextFaces(Foam::label&, Foam::label&, Foam::label&, const Foam::bitSet&, Foam::labelList&, const Foam::DynamicList<int>&, bool) const in file AMIInterpolation/AMIInterpolation/faceAreaWeightAMI/faceAreaWeightAMI.C at line 347. FOAM aborting #0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::error::exitOrAbort(int, bool) at ??:? #2 Foam::faceAreaWeightAMI::setNextFaces(int&, int&, int&, Foam::bitSet const&, Foam::List<int>&, Foam::DynamicList<int, 16> const&, bool) const at ??:? #3 Foam::faceAreaWeightAMI::calcAddressing(Foam::List<Foam::DynamicList<int, 16> >&, Foam::List<Foam::DynamicList<double, 16> >&, Foam::List<Foam::DynamicList<Foam::Vector<double>, 16> >&, Foam::List<Foam::DynamicList<int, 16> >&, Foam::List<Foam::DynamicList<double, 16> >&, int, int) at ??:? #4 Foam::faceAreaWeightAMI::calculate(Foam::PrimitivePatch<Foam::SubList<Foam::face>, Foam::Field<Foam::Vector<double> > const&> const&, Foam::PrimitivePatch<Foam::SubList<Foam::face>, Foam::Field<Foam::Vector<double> > const&> const&, Foam::autoPtr<Foam::searchableSurface> const&) at ??:? #5 Foam::cyclicAMIPolyPatch::resetAMI(Foam::UList<Foam::Vector<double> > const&) const at ??:? #6 Foam::cyclicAMIPolyPatch::AMI() const at ??:? #7 Foam::cyclicAMIPolyPatch::applyLowWeightCorrection() const at ??:? #8 Foam::cyclicAMIFvPatch::makeWeights(Foam::Field<double>&) const at ??:? #9 Foam::surfaceInterpolation::makeWeights() const at ??:? #10 Foam::surfaceInterpolation::weights() const at ??:? #11 Foam::surfaceInterpolation::makeDeltaCoeffs() const at ??:? #12 Foam::surfaceInterpolation::deltaCoeffs() const at ??:? #13 Foam::fvPatch::deltaCoeffs() const at ??:? #14 Foam::fixedGradientFvPatchField<double>::evaluate(Foam::UPstream::commsTypes) at ??:? #15 Foam::fixedGradientFvPatchField<double>::fixedGradientFvPatchField(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #16 Foam::fvPatchField<double>::adddictionaryConstructorToTable<Foam::fixedGradientFvPatchField<double> >::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #17 Foam::fvPatchField<double>::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #18 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::readField(Foam::DimensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #19 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields(Foam::dictionary const&) at ??:? #20 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields() at ??:? #21 ? at reconstructPar.C:? #22 ? at ??:? #23 ? at ??:? #24 ? at ??:? #25 ? at ??:? #26 __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6 #27 ? at ??:? Aborted |
|
September 30, 2020, 07:38 |
|
#2 |
Member
Javier Vinuales
Join Date: May 2016
Posts: 42
Rep Power: 10 |
I am using OpenFOAM v2006
|
|
Tags |
ami, cyclicami, reconstructpar |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
reconstructPar super weird error | miotto | OpenFOAM Post-Processing | 12 | July 2, 2020 12:31 |
reconstructPar Fails - Not implemented From function slicedFvPatchField | carowjp | OpenFOAM Post-Processing | 3 | March 12, 2016 16:25 |
reconstructPar nor working | Priya Somasundaran | OpenFOAM Post-Processing | 2 | January 28, 2016 15:37 |
Problem with reconstructPar: "First token could not be read" | quartzian | OpenFOAM Post-Processing | 2 | October 22, 2015 03:40 |
Problem with reconstructPar | fabianpk | OpenFOAM | 5 | August 14, 2007 10:17 |