Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
real(kind=r64), | public | :: | DeflectedThickness | = | 0.0D0 |
TYPE GapDeflectionState
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of deflection state
REAL(r64) :: DeflectedThickness = 0.0D0
END TYPE GapDeflectionState