kerimcaliskan182 / NavierStokesEqSolnWithPINN

This Python script solves the Navier-Stokes equations using Physics-Informed Neural Network. This approach enables the modeling of fluid dynamics problems by learning the velocity field and pressure distribution around a cylindrical obstacle in a flow, as is commonly encountered in computational fluid dynamics (CFD).
8 stars 0 forks source link

About the data used in your code #1

Open fshutong opened 3 months ago

fshutong commented 3 months ago

Hello, your PINN solution code for the N-S equation is great. However, the data you used cannot be downloaded in HPM. Could you provide the mat data?

kerimcaliskan182 commented 1 week ago

Hello, sorry for late reply. Thanks for your feedback. I used the data from Maziar Raissi. The link is below.

Data Link

kerimcaliskan182 commented 1 week ago

Also, you can check the read me part to find how to access, and use data.