HenningScheufler / multiDimAMR

dynamic meshing with load balancing for hexahedral meshes in 3D and 2D
45 stars 24 forks source link

Different patches for fvPatchField #16

Open Lianxiali opened 1 month ago

Lianxiali commented 1 month ago

It works if enableBalancing is false, but when it is true, I get the following error ( 2 processors with 2D problem):

[1] --> FOAM FATAL ERROR: (openfoam-2306)
[1] Different patches for fvPatchField
[1] 
[1]     From void Foam::fvPatchFieldBase::checkPatch(const Foam::fvPatchFieldBase&) const
[1]     in file fields/fvPatchFields/fvPatchField/fvPatchFieldBase.C at line 123.
[1] 
FOAM parallel run aborting

Can anyone know why or how to fix this problem?