need some help to troubleshoot a "solution not finite" error in Simulink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm getting the following error on my Simulink model:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/775923/image.png)
I tried changing the initial conditions and reducing the fixed step size, but neither works. Attached here is my Simulink file and the list of parameters I'm using, could someone give me some hint please?
parameters:
m = 0.1; %Mass of Airfoil
M = 1.0; %mass of cart
g = 0;9.81; %Gravitational acceleration
l = 0.5; %Distance between Pitch Axis and CG
alpha_eq = 0; %Equilibrium Angle of Attack in radians
rho = 1.225; %Air density
U = 1; %Free-stream velocity
q_inf = 0.5*rho*U^2;%Dynamic pressure
c = 1; %Chord length
p = 3*c/4; %Distance between Pitch Axis and CP
I_G = 10;(1/3)*m*c^2 ; %Moment of Inertia about the CG
xf = 1; %Coordinate of Pitch Axis from Leading Edge
e = (xf/c) - 0.25; %Elastic margin
C = 1; %Theodorsen's function
gamma = 0.1;
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Airfoil tools finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!