Ploting Results from CFD (streamline,quiver)
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I have some results from a CFD program that I am trying to plot. The mesh in the CFD program is a uniform 2d Mesh, it is 1350 units long in the X direction and 260 units high in the Y. The output I get from the program is two notepads, with the U and V velocities at each node. I can import both of them into matlab and have two 351000X1 arrays. The U and V ouputs are along the X meaning the Y co-ordinate does not change for 1350 values. How do i plot these? When i try use the streamline function it says that my X&Y array arent long enough? How do i set up my X and Y arrays?
0 Commenti
Risposta accettata
Walter Roberson
il 23 Ott 2011
You cannot pass in a vector for U: you must pass in a 2D or 3D array. You probably need to reshape() your U data.
3 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Computational Fluid Dynamics (CFD) in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!