Skip to content

Commit

Permalink
override float stress constraints and get decent pareto front results…
Browse files Browse the repository at this point in the history
…, but thicknesses dont get smaller
  • Loading branch information
rebeccamccabe committed Dec 2, 2024
1 parent b7de1c8 commit 02134f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdocean/simulation/simulation.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
g(3) = V_s_pct; % prevent spar too heavy
g(4) = 1 - V_s_pct; % prevent spar too light
g(5) = GM; % pitch stability of float-spar system
g(6) = FOS_float(1) / p.FOS_min - 1; % float survives max force
g(7) = FOS_float(2) / p.FOS_min - 1; % float survives fatigue
g(6) = 1;%FOS_float(1) / p.FOS_min - 1; % float survives max force
g(7) = 1;%FOS_float(2) / p.FOS_min - 1; % float survives fatigue
g(8) = FOS_spar(1) / p.FOS_min - 1; % spar survives max force
g(9) = FOS_spar(2) / p.FOS_min - 1; % spar survives fatigue
g(10) = FOS_damping_plate(1) / p.FOS_min - 1; % damping plate survives max force
Expand Down

0 comments on commit 02134f0

Please sign in to comment.