November 29, 2022, 05:22
|
did not determine new position of face
|
#1
|
New Member
Vijay
Join Date: Feb 2020
Posts: 7
Rep Power: 5
|
Hello everybody,
I am trying to do meshing with snappyHexMesh. After some time of running this command, system stops executing giving me the error -
Code:
Overview X GM Terminal
--> FOAM FATAL ERROR: (openfoam-2012) Did not determine new position for face 16564641 owner 4710458 neighbour -1 region -1
This is usually caused by not specifying a patch for a boundary face.
Switch on the polyTopoChange::debug flag to catch this error earlier. points (removed points marked with (1e+300 1e+300 1e+300)) 4((3.61303e-26 32.6333 1.002 32) (3.3462e-25 32.6411 1.00232) (-7.32146e-27 32.6411 1) (-7.86327e-28 32.6333 1))
From void Foam::polyTopoChange::getFaceOrder(Foam::label, const labelUList&, const labelUList&, Foam::labelList&, Foam::labelList&, Foam::labelList&) const
in file polyTopoChange/polyTopoChange.0 at line 835.
FOAM aborting
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::error::exitOrAbort(int, boot) at ??:?
#2 Foam::polyTopoChange::getFaceOrder(int, Foam::UList<int> const&, Foam::UList<int> c onst&, Foam::List<int>&, Foam::List<int>&, Foam::List<int>&) const at ??:?
#3 Foam::polyTopoChange::compact(bool, boot, int&, Foam::List<intA, Foam::List<int>&) at ??:?
"EVijay_01.txt" 25L, 2320C 1,0-1 Top
Could you please help with this?
|
|
|