First physics project: 12 weeks learning CFD + Physics-Informed Neural Networks
Starting from zero. Going to document what I learn and build as I figure out how to apply AI to fluid dynamics equations.
Repo: https://t.co/SzwKtyuARL
Weekly Thread below
@Sri26762339 Looks very impressive. I've only used physics informed models on numerical data. How do you bake the physics loss into an image based pipeline like this?
First physics project: 12 weeks learning CFD + Physics-Informed Neural Networks
Starting from zero. Going to document what I learn and build as I figure out how to apply AI to fluid dynamics equations.
Repo: https://t.co/SzwKtyuARL
Weekly Thread below
Week 12 recap
Started writing my first scientific paper.
Realized most of my results weren't polished enough. A couple of my convergence claims haven't been rigorously tested.
Found even better solutions.
Paper is 50%done. Extending to week 13 to finish properly.
Week 12 recap
Started writing my first scientific paper.
Realized most of my results weren't polished enough. A couple of my convergence claims haven't been rigorously tested.
Found even better solutions.
Paper is 50%done. Extending to week 13 to finish properly.
Week 11 recap
Finished all experiments.
Tried 6 different approaches to model a real-world problem. Most were dead ends but two produced results.
Now polishing results and writing everything up as a proper research paper.
I built a 2D axisymmetric PINN solving heat diffusion around the physical sensor geometry.
Forward problem works, inverse problem hit a structural identifiability wall.
Diagnosed exactly why and documented it.
Week 10 recap
Implemented the spatial representation of the sensor in the PINN
RMSE dropped significantly but the recovered value was 70% larger than the published benchmark
This is because the sensor itself acts as a thermal fin perturbing the temperature of the soil around.
However there is still an issue. The sensor averages over a surface not a point.
Therefore treating it as a point measurement is physically incorrect.
Next I will try to impelment the correct spatial representation.
Week 9 recap
Ran inverse problem experiments with the PINN.
It inferred a physical parameter within 7% of the published benchmark value, using a completely different method than traditional approaches.