Filter löschen
Filter löschen

how to change the direction of the airfoil

2 Ansichten (letzte 30 Tage)
Matthew
Matthew am 6 Jul. 2023
Bearbeitet: Matthew am 6 Jul. 2023
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.

Akzeptierte Antwort

Alan Stevens
Alan Stevens am 6 Jul. 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')

Weitere Antworten (0)

Kategorien

Mehr zu Airfoil tools finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by