Solving stokes flow use pde toolbox
Mostrar comentarios más antiguos
I would like the solve a stokes flow equation using the matlab PDE-toolbox.
and
Using an inital guess for the pressure field, the first equation can be solved using the toolbox. This will then give a solution for u that in general does not fullfill the second equation.
I would like to implement a pressure correction to update the pressure field using the second equation and then solve again until the second equation is fullfilled as well. Can someone help me out on this?
Many thanks!!
1 comentario
Precise Simulation
el 22 de Feb. de 2024
You can possibly try to using a potential flow solution with correction for the Kutta condition as described here
Respuestas (1)
The (simplified) Navier-Stokes equations need a special numerical treatment and cannot be solved by a general-purpose code like the PDE toolbox.
COMSOL with the fluid dynamics package and ANSYS are the commercial code options, OPENFOAM is a non-commercial alternative.
2 comentarios
Dominique Gorissen
el 17 de Jul. de 2023
Editada: Dominique Gorissen
el 17 de Jul. de 2023
Did you read about the many existing pressure-velocity coupling schemes in the literature?
E.g. Chapter 7 of
My advice: Use an existing CFD code for your problem.
Categorías
Más información sobre Computational Fluid Dynamics (CFD) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!