Skip to content

Commit c123558

Browse files
committed
fix StC_Omni_M in default STC
1 parent e7e46a3 commit c123558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfast_io/openfast_io/StC_defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def default_StC_vt():
2929
StC['StC_X_M'] = 0 # - StC X mass (kg) [must equal StC_Y_M for StC_DOF_MODE = 2]
3030
StC['StC_Y_M'] = 0 # - StC Y mass (kg) [must equal StC_X_M for StC_DOF_MODE = 2]
3131
StC['StC_Z_M'] = 0 # - StC Z mass (kg) [used only when StC_DOF_MODE=1 and StC_Z_DOF=TRUE]
32-
StC['StC_XY_M'] = 0 # - StC Z mass (kg) [used only when StC_DOF_MODE=2]
32+
StC['StC_Omni_M'] = 0 # - StC omni mass (kg) [used only when StC_DOF_MODE=2 or 3]
3333
StC['StC_X_K'] = 0 # - StC X stiffness (N/m)
3434
StC['StC_Y_K'] = 0 # - StC Y stiffness (N/m)
3535
StC['StC_Z_K'] = 0 # - StC Z stiffness (N/m) [used only when StC_DOF_MODE=1 and StC_Z_DOF=TRUE]

0 commit comments

Comments
 (0)