PyTorch PINN: Inaccurate sigma_xx (stress) predictions while other parameters match FEM results #142650
Unanswered
AP1S1T
asked this question in
Codespaces
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I'm implementing a Physics-Informed Neural Network (PINN) to solve a 2D elasticity problem, comparing results with FEM analysis. While most parameters (ux, uy, sigma_yy, sigma_xy) closely match the FEM results, the sigma_xx predictions are significantly off.
Problem Description
Network Architecture
Beta Was this translation helpful? Give feedback.
All reactions