You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/elastodyn/src/ElastoDyn_Types.f90
-78Lines changed: 0 additions & 78 deletions
Original file line number
Diff line number
Diff line change
@@ -777,16 +777,7 @@ MODULE ElastoDyn_Types
777
777
INTEGER(IntKi) :: BldNd_TotNumOuts =0_IntKi!< Total number of requested output channels of blade node information (BldNd_NumOuts * BldNd_BlOutNd * BldNd_BladesOut -- ED_AllBldNdOuts) [-]
778
778
TYPE(OutParmType) , DIMENSION(:), ALLOCATABLE:: BldNd_OutParam !< Names and units (and other characteristics) of all requested output parameters [-]
779
779
INTEGER(IntKi) :: BldNd_BladesOut =0_IntKi!< The blades to output (ED_AllBldNdOuts) [-]
780
-
INTEGER(IntKi) , DIMENSION(:,:), ALLOCATABLE:: Jac_u_indx !< matrix to help fill/pack the u vector in computing the jacobian [-]
781
-
REAL(R8Ki) , DIMENSION(:), ALLOCATABLE:: du !< vector that determines size of perturbation for u (inputs) [-]
782
-
REAL(R8Ki) , DIMENSION(:), ALLOCATABLE:: dx !< vector that determines size of perturbation for x (continuous states) [-]
783
-
INTEGER(IntKi) :: Jac_ny =0_IntKi!< number of outputs in jacobian matrix [-]
784
780
LOGICAL:: CompAeroMaps =.false.!< number of outputs in jacobian matrix [-]
785
-
INTEGER(IntKi) :: NumExtendedInputs =0_IntKi!< number of extended inputs for linearization [-]
786
-
INTEGER(IntKi) :: NumBl_Lin =0_IntKi!< number of blades in the jacobian [-]
787
-
INTEGER(IntKi) :: NActvVelDOF_Lin =0_IntKi!< number of velocity states in the jacobian [-]
788
-
INTEGER(IntKi) :: NActvDOF_Lin =0_IntKi!< number of active DOFs to use in the jacobian [-]
789
-
INTEGER(IntKi) :: NActvDOF_Stride =0_IntKi!< stride for active DOFs to use in the jacobian [-]
0 commit comments