phygeonet icon indicating copy to clipboard operation
phygeonet copied to clipboard

Some questions about PhyGeoNet

Open zhanghaoxuan184 opened this issue 2 years ago • 0 comments

  1. After reading the code, I wonder if the trained model can be directly used for 2D structured grid generation in irregular areas, and if so, what are the input and output of the network? How should the output be turned into a structured grid?

  2. ​I noticed that there is such a code in case0, where these variables are derived from "TemplateCase/30/C". I found that hcubeMesh() will directly output the figure of the physical domain grid and the reference domain grid. How is this grid generated?

myMesh=hcubeMesh(leftX,leftY,rightX,rightY,lowX,lowY,upX,upY,h,True,True, tolMesh=1e-10,tolJoint=1)

zhanghaoxuan184 avatar Nov 17 '22 13:11 zhanghaoxuan184