Phase Angle in Vortex-Induced Vibrations
조회 수: 3 (최근 30일)
이전 댓글 표시
Dear Matlab community,
I'm having problems when trying to calculate and plot the phase angle of a cylinder undergoing Vortex-Induced Vibrations.
I need to plot the following (just the solid black line):
(From: A Single Van Der Pol Wake Oscillator Model For Coupled Cross-Flow And In-Line Vortex-Induced Vibrations (Qu and Metrikine, 2020)).
I know this is a very specific question, but I already tried inumerous phase angle's functions that I found in the Matlab community, but nothing seems to work for me.
If anyone have the answer and/or a suggestion, I would be really grateful.
Thank you,
Rafael F.
댓글 수: 2
ZHI CHENG
2021년 2월 25일
Hi, do you solve the problem, I am also interested in the Vortex-Induced Vibrations with wake oscillator.
Thanks!
답변 (1개)
Jon
2020년 11월 11일
편집: Jon
2020년 11월 11일
If you have phase angle values theta and velocity values v you can just plot
plot(v,theta)
If you are asking how do you calculate values of theta given v (that is theta is unknown) then this is a fluid mechanics question not a MATLAB question.
Please further specify what it is that you know and what problem you are having using MATLAB to solve it
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Vibration Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!