Skip to content

Commit 28c6dfd

Browse files
committed
temporary commit to get certain tests running
1 parent aaed555 commit 28c6dfd

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

Mooring/MooringMatrix/wecSimInputFile.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@
4545
mooring(1).matrix.stiffness(1,1) = 1e5;
4646
mooring(1).matrix.damping = zeros(6,6);
4747
mooring(1).matrix.preTension = zeros(1,6);
48-
49-

OWC/FloatingOWC/wecSimInputFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@
132132
Izz = 0.5* waterColumnMass * (airChamber(1).owcDiameter/2)^2;
133133
Ixx = waterColumnMass * (3 * (airChamber(1).owcDiameter/2)^2 + waterColumnHeight^2) /12;
134134

135-
body(2).inertia = [Ixx Ixx Izz];
135+
body(2).inertia = [Ixx Ixx Izz];

OWC/OrificeModel/wecSimInputFile.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@
6868
C = 0.62; % discharge coefficient
6969
rhoAir = 1.2; % air density kg/m^3
7070
thresh = 0.3; % threshold above which compressibility is an issue
71+

Paraview_Visualization/OSWEC_NonLinear_Viz/wecSimInputFile.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@
4747
pto(1).stiffness = 0;
4848
pto(1).damping = 0;
4949
pto(1).location = [0 0 -8.9];
50-

Paraview_Visualization/RM3_MoorDyn_Viz/wecSimInputFile.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@
5555
mooring(1).moorDynLines = 3; % Specify number of lines
5656
mooring(1).moorDynNodes = [21 21 21]; % Specify number of nodes per line
5757
mooring(1).initial.displacement = [0 0 0]; % Initial Displacement (includes body cg and body initial displacement)
58+

0 commit comments

Comments
 (0)