Effacer les filtres
Effacer les filtres

how to change the direction of the airfoil

2 vues (au cours des 30 derniers jours)
Matthew
Matthew le 6 Juil 2023
Modifié(e) : Matthew le 6 Juil 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.

Réponse acceptée

Alan Stevens
Alan Stevens le 6 Juil 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')

Plus de réponses (0)

Catégories

En savoir plus sur Airfoil tools dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by