How can I get my SIMPLE algorithm to work?
11 次查看(过去 30 天)
显示 更早的评论
Hi there. I've been working on this for over a month without any success. I've simplified it as much as possible, but I feel like I'm missing some basic understanding in how the SIMPLE algorithm works (I'm just working off journal articles). Here's a version of my code for a 2x2 grid with velocity inlets and a pressure outlet, with two symmetry planes (if I've implemented that correctly). Its supposed to have Rhie-Chow interpolation but I've removed that for now until I can get solutions I'm happy with. I know my U answer is right, but my V answer is very wrong, and that's before you even look at the P solution! Please please please, any help will be greatly appreciated!
2 个评论
Star Strider
2015-9-11
I don’t do CFD, so this is new to me. One description is The SIMPLE Algorithm for Pressure-Velocity Coupling, however I don’t know if the notation matches the notation you’re using.
It will really help if you comment your code so those reading it can understand what you’re doing. (You will be able to as well, if you put it aside for a while and then need to change it later. Don’t imagine that you’ll remember how your code works later — you won’t!)
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Gas Dynamics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!