October 21, 2019, 19:50
|
How to solve this issue?
|
#1
|
Member
Ash Kotwal
Join Date: Jul 2016
Location: North Dakota, USA
Posts: 92
Rep Power: 10
|
I'm not able to understand the issue, as well as I'm not able to resolve this issue.
Please solution needed?!
Code:
Create time
Create mesh for time = 0
Selecting extrudeModel linearNormal
Extruding zones 1(wallFilmFaces) on mesh region0 into shell mesh wallFilmRegion
Testing:"/home/ash_kot/OpenFOAM/ash_kot-6/run/tutorials/lagrangian/reactingParcelFoam/corrugatedGeomCarbonCaptureOne/system/wallFilmRegion/fvSchemes"
Writing meshes to constant
Zone wallFilmFaces has boundary faces
extrudePatch : faces:28291 points:16244 edges:44533
Adding coupling patches:
patchID patch type
------- ----- ----
7 wallFilmFaces_top patch
8 region0_to_wallFilmRegion_wallFilmFaces mappedWall
Added 2 inter-region patches.
Adding coupling patches:
patchID patch type
------- ----- ----
7 wallFilmFaces_top patch
8 region0_to_wallFilmRegion_wallFilmFaces mappedWall
Added 2 inter-region patches.
****Problem with boundary patch 0 named inletLiquid of type patch. The patch should start on face no 1763984 and the patch specifies 1801041.
Possibly consecutive patches have this same problem. Suppressing future warnings.
Adding patches for sides on zones:
patchID patch
------- -----
Added 0 zone-side patches.
Adding inter-zone patches:
patchID patch
------- -----
Added 0 inter-zone patches.
Adding processor or cyclic patches:
patchID patch
------- -----
Added 0 coupled patches.
Deleting patch 2 name:leftAndRightCorrugatedWalls
Deleting patch 4 name:topWall
Deleting patch 5 name:bottomWall
Deleting patch 6 name:walls
****Problem with boundary patch 0 named inletLiquid of type patch. The patch should start on face no 1763984 and the patch specifies 1801041.
Possibly consecutive patches have this same problem. Suppressing future warnings.
****Problem with boundary patch 0 named inletLiquid of type patch. The patch should start on face no 1763984 and the patch specifies 1801041.
Possibly consecutive patches have this same problem. Suppressing future warnings.
Writing mesh wallFilmRegion to "constant"
--> FOAM FATAL ERROR:
Problem : Patch inletLiquid starts at 1801041
Current face counter at 1763984
Are patches in incremental order?
From function void Foam::polyTopoChange::addMesh(const Foam::polyMesh&, const labelList&, const labelList&, const labelList&, const labelList&)
in file polyTopoChange/polyTopoChange/polyTopoChange.C at line 2451.
FOAM aborting
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam::polyTopoChange::addMesh(Foam::polyMesh const&, Foam::List<int> const&, Foam::List<int> const&, Foam::List<int> const&, Foam::List<int> const&) at ??:?
#3 Foam::polyTopoChange::polyTopoChange(Foam::polyMesh const&, bool) at ??:?
#4 ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/extrudeToRegionMesh"
#5 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#6 ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/extrudeToRegionMesh"
Aborted (core dumped)
|
|
|