integrating a euler equation

2 views (last 30 days)
jesus escareno
jesus escareno on 4 Feb 2018
Edited: jesus escareno on 14 May 2020
so i have the fallowing euler equation u(du/dx)+v(du/dy) = -dp/dx u,du/dx,v,du/dy are all matrices of 45X50
i already used nested loops to solve for dp/dx to get another 45X50 matrix
i must know integrate dp/dx to get P. how do i go about doing this.

Answers (1)

Matt Foiles
Matt Foiles on 5 Feb 2018
Edited: Matt Foiles on 5 Feb 2018
I am also having this problem. would you mind posting your code showing how you used the nested loop to create the 45x50 matrix?

Categories

Find more on Computational Fluid Dynamics (CFD) in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!