Physics-informed neural networks for data-driven fluid model#2444
Merged
EvertBunschoten merged 71 commits intodevelopfrom Mar 27, 2025
Merged
Physics-informed neural networks for data-driven fluid model#2444EvertBunschoten merged 71 commits intodevelopfrom
EvertBunschoten merged 71 commits intodevelopfrom
Conversation
…f flame front initialization
…cs-informed neural networks
pcarruscag
reviewed
Feb 15, 2025
pcarruscag
reviewed
Mar 25, 2025
Member
|
LGTM but @joshkellyjak should approve because I expect the way the merge and unmerge with the turbo ramp branch was done is going to create either conflicts or silently revert the work in that branch. |
Contributor
I'm happy to approve this and then update in turbo ramps branch. Still having the same regression test issue and couldn't find a solution. Probably easier to merge this and then fix on my side. |
joshkellyjak
approved these changes
Mar 26, 2025
raghava-davuluri
pushed a commit
to hypersonic-lab/SU2
that referenced
this pull request
Sep 12, 2025
…#2444) * Addition of option for using physics-informed neural networks (PINN) for running NICFD calculations. * The use of PINN greatly improves the fluid model consistency. * New tutorial describing the set-up process for generating a PINN using SU2 DataMiner.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
The data-driven fluid model in SU2 has been upgraded with the ability to use physics-informed neural networks (PINN's) to compute the fluid thermodynamic state for NICFD flows. This functionality was presented during the 2024 SU2 conference and the issues regarding non-physical behavior have been addressed.
The use of PINN makes the data-driven fluid model substantially more robust and efficient for flow and adjoint simulations of flows of fluids in the non-ideal thermodynamic state.
PINN's can be trained using SU2 DataMiner for any fluid or compatible mixture of fluids available in the CoolProp library. An elaborate tutorial integrating SU2 DataMiner with the data-driven fluid solver in SU2 will follow soon!
Related Work
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.
pre-commit run --allto format old commits.