HenningScheufler / multiDimAMR

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

Some bugs #11

Open winsway opened 1 year ago

winsway commented 1 year ago

Hi developer,

Thanks for your contribution for the OpenFOAM AMR.

I trid use your code on OpenFOAM V2012 and OpenFOAM v2112. I found some problems. I hope you can help me to check it.

  1. Axismmetric meshes are not available in version v2012 and v2112 The error as following: image
  2. I tested parallel computation for the hex-2D in capillaryRisePlates2D. I can use reconstructParMesh to reconstruct mesh. then, there is a bug for using reconstructPar. The bug as following: image

Best, Xueyu.