├── FluentReferenceMu002 └── FluentSol.mat ├── PINN_steady ├── SteadyFlowCylinder_mixed.py ├── uvNN.pickle └── uvp.png ├── PINN_unsteady ├── TransientFlowCylinder.py ├── uvNN.pickle └── uvp_animation.gif └── README.md /FluentReferenceMu002/FluentSol.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/FluentReferenceMu002/FluentSol.mat -------------------------------------------------------------------------------- /PINN_steady/SteadyFlowCylinder_mixed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/PINN_steady/SteadyFlowCylinder_mixed.py -------------------------------------------------------------------------------- /PINN_steady/uvNN.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/PINN_steady/uvNN.pickle -------------------------------------------------------------------------------- /PINN_steady/uvp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/PINN_steady/uvp.png -------------------------------------------------------------------------------- /PINN_unsteady/TransientFlowCylinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/PINN_unsteady/TransientFlowCylinder.py -------------------------------------------------------------------------------- /PINN_unsteady/uvNN.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/PINN_unsteady/uvNN.pickle -------------------------------------------------------------------------------- /PINN_unsteady/uvp_animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/PINN_unsteady/uvp_animation.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raocp/PINN-laminar-flow/HEAD/README.md --------------------------------------------------------------------------------