From 2bb5bc1714b0a8881343316b8d8766df368c3614 Mon Sep 17 00:00:00 2001 From: Emmanuel Branlard Date: Mon, 16 Sep 2024 19:40:43 -0400 Subject: [PATCH] AD: Bug Fix: twist in blade>1 wrong introduced in #2349 --- modules/aerodyn/src/AeroDyn.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aerodyn/src/AeroDyn.f90 b/modules/aerodyn/src/AeroDyn.f90 index 762778d081..b7cc4edc89 100644 --- a/modules/aerodyn/src/AeroDyn.f90 +++ b/modules/aerodyn/src/AeroDyn.f90 @@ -3179,7 +3179,7 @@ subroutine SetInputsForBEMT(p, p_AD, u, RotInflow, m, indx, errStat, errMsg) ! Determine current azimuth angle and pitch axis vector of blade k, element j call Calculate_MeshOrientation_Rel2Hub(u%BladeMotion(k), u%HubMotion, x_hat_disk, m%orientationAnnulus(:,:,:,k), elemPosRelToHub_save=elemPosRelToHub, elemPosRotorProj_save=elemPosRotorProj) ! Twist (aero+elastic), Toe, Cant (instantaneous and local), include elastic deformation - call TwistToeCant_FromLocalPolar(u%BladeMotion(k), m%orientationAnnulus(:,:,:,k), thetaBladeNds, m%Toe(:,k), m%Cant(:,k)) + call TwistToeCant_FromLocalPolar(u%BladeMotion(k), m%orientationAnnulus(:,:,:,k), thetaBladeNds(:,k), m%Toe(:,k), m%Cant(:,k)) !.......................... ! Compute local radius