Skip to content

Commit

Permalink
Clean up comment around member cross section properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Dec 20, 2023
1 parent 900a88d commit bcc010e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions weis/aeroelasticse/openmdao_openfast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1338,9 +1338,6 @@ def update_FAST_model(self, fst_vt, inputs, discrete_inputs):
nk = joints_xyz.shape[0]
N1 = np.append(N1, nk + inode_range + 1)
N2 = np.append(N2, nk + inode_range + 2)
# Check this for semi-subs, I changed to this at one point to:
# d_coarse = np.append(d_coarse, np.mean(id_coarse)) # OpenFAST only wants one thickness
# t_coarse = np.append(t_coarse, np.mean(it_coarse)) # OpenFAST only wants one thickness
d_coarse = np.append(d_coarse, id_coarse)
t_coarse = np.append(t_coarse, it_coarse)
joints_xyz = np.append(joints_xyz, inode_xyz, axis=0)
Expand Down

0 comments on commit bcc010e

Please sign in to comment.