Azzera filtri
Azzera filtri

how to change the direction of the airfoil

2 visualizzazioni (ultimi 30 giorni)
I want to change direction of the airfoil in the opposite way,what function do i need or what line do i need to fix? Here is my code.

Risposta accettata

Alan Stevens
Alan Stevens il 6 Lug 2023
Change
contourf(real(J),imag(J),imag(f),v2); %%%%%
fill(real(zair),imag(zair),'k')
to
contourf(-real(J),imag(J),imag(f),v2); %%%%%
fill(-real(zair),imag(zair),'k')

Più risposte (0)

Categorie

Scopri di più su Airfoil tools in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by