Skip to content
Snippets Groups Projects
Commit acfdef9a authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Pierre-Antoine J. 08/09/2023: bugfix Actuator Line model, tip loss correction...

Pierre-Antoine J. 08/09/2023: bugfix Actuator Line model, tip loss correction : flow angle evaluation
parent c317c422
No related branches found
No related tags found
No related merge requests found
...@@ -379,8 +379,8 @@ DO KTSUBCOUNT=1,INBSUBCOUNT ...@@ -379,8 +379,8 @@ DO KTSUBCOUNT=1,INBSUBCOUNT
! !
IF (LTIPLOSSG) THEN IF (LTIPLOSSG) THEN
ZPHI = + ZAOA & ZPHI = + ZAOA &
+ TFARM%XBLA_PITCH(JROT) & - TFARM%XBLA_PITCH(JROT) &
+ XTWIST_ELT(JROT,JBLA,JBELT) - XTWIST_ELT(JROT,JBLA,JBELT)
IF (ZPHI > 0.0) THEN IF (ZPHI > 0.0) THEN
ZFTIPL = (2.0/XPI)*ACOS(MIN( & ZFTIPL = (2.0/XPI)*ACOS(MIN( &
1.0, EXP(-(TTURBINE%NNB_BLADES/2.0) & 1.0, EXP(-(TTURBINE%NNB_BLADES/2.0) &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment