Skip to content

Commit

Permalink
Merge pull request #577 from ONSAS/TheChikenfly-patch-1
Browse files Browse the repository at this point in the history
Update frame_fluid_force.m
  • Loading branch information
TheChikenfly committed Oct 11, 2022
2 parents 0b0e54c + 7e969b0 commit 1ec596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/frame/frame_fluid_force.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
q = WOMV4( VpiRel1, VpiRel2, udotdotFrame1, udotdotFrame2,...
tlift1, tlift2, dimCharacteristic, nextTime, analysisSettings.deltaT, currElem ) ;
else
q = 2 ;
q = 0 ; % No lift with circular cross section!
% declare lift constant directions which are not taken into account (in this case the lift direction is updated)
tlift1 = [] ; tlift2 = [] ;
end
Expand Down

0 comments on commit 1ec596b

Please sign in to comment.