Ali-Stanford / PhysicsInformedPointNet

Implementation of physics-informed PointNet (PIPN) for weakly-supervised learning of incompressible flows and thermal fields on irregular geometries
7 stars 2 forks source link

Code request #4

Open alabaykazakh opened 1 year ago

alabaykazakh commented 1 year ago

Dear Ali, I'll be grateful if you share the full codes with me, thank you!

Ali-Stanford commented 1 year ago

Hi, You can use the following PIPN (physics-informed PointNet) code, which was developed for linear elasticity. But you can simply modify it for your desired problem (e.g., the Navier-Stokes equations):

https://github.com/Ali-Stanford/PhysicsInformedPointNetElasticity/blob/main/PIPN_Elasticity.py

-Sincerely, Ali Kashefi

On Sun, Jun 4, 2023 at 4:48 AM alabaykazakh @.***> wrote:

Dear Ali, I'll be grateful if you share the full codes with me, thank you!

— Reply to this email directly, view it on GitHub https://github.com/Ali-Stanford/PhysicsInformedPointNet/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBYOZKJTA25R4F3JQYFVI3XJRYZXANCNFSM6AAAAAAYZ4RNVQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

alabaykazakh commented 1 year ago

Hi, You can use the following PIPN (physics-informed PointNet) code, which was developed for linear elasticity. But you can simply modify it for your desired problem (e.g., the Navier-Stokes equations): https://github.com/Ali-Stanford/PhysicsInformedPointNetElasticity/blob/main/PIPN_Elasticity.py -Sincerely, Ali Kashefi On Sun, Jun 4, 2023 at 4:48 AM alabaykazakh @.> wrote: Dear Ali, I'll be grateful if you share the full codes with me, thank you! — Reply to this email directly, view it on GitHub <#4>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOBYOZKJTA25R4F3JQYFVI3XJRYZXANCNFSM6AAAAAAYZ4RNVQ . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you, Ali, for your quick response and the provided code!