Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Source/LK9/L92/GP_FORCE_BALANCE_PROC.f90
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ SUBROUTINE GP_FORCE_BALANCE_PROC ( JVEC, IHEADER )
INTEGER(LONG) :: ROW_NUM_START ! DOF number where TDOF data begins for a grid
INTEGER(LONG) :: TDOF_ROW ! Row no. in array TDOF to find GDOF DOF number


INTEGER(SHORT), DIMENSION(1) :: Udd = (/0220/) ! 0220 is the 4 digit ASCII code for a capital U double-dot

REAL(DOUBLE) :: DUM_KE(MELDOF,MELDOF)
REAL(DOUBLE) :: FG1(6) ! The 6 vals from FG_COL (grid inertia forces) for 1 grid point
REAL(DOUBLE) :: PG1(6) ! The 6 vals from PG_COL (grid applied loads) for 1 grid point
Expand Down Expand Up @@ -769,7 +766,7 @@ SUBROUTINE GP_FORCE_BALANCE_PROC ( JVEC, IHEADER )

9206 FORMAT(1X, 'MPC FORCE ',6(1ES14.6))

9207 FORMAT(1X, 'INERTIA FORCE (-Mgg*Üg)',6(1ES14.6))
9207 FORMAT(1X, 'INERTIA FORCE ',6(1ES14.6))

9208 FORMAT(1X, 'SUBSTRUCTURE I/F FORCE ',6(1ES14.6))

Expand All @@ -782,7 +779,7 @@ SUBROUTINE GP_FORCE_BALANCE_PROC ( JVEC, IHEADER )

9310 FORMAT(1X, 'TOTALS :',6(1ES14.6),13X,/, &
1X, '(may not be zero since there were OMIT''d DOF''s which can mean that the correct inertia forces at the G-set', &
' are not -Mgg*Üg)',//)
' are not -Mgg*a*g)',//)

9799 FORMAT(1X,A)

Expand Down
Loading