Role: Components that implement
ABQIAABQSteadyStateLinDynStepModal are ...
Do not use the ABQIAABQSteadyStateLinDynStepModal interface for such and such
ClassReference, Class#MethodReference, #InternalMethod...
Properties
Property UseCompositeDampingData() As
Sets or returns if the composite damping data is ued.
Returns:
A boolean specifying whether the composite damping data is ued.
dd>
Property UseDirectDampingData() As
Sets or returns if the direct damping data is ued.
Returns:
A boolean specifying whether the direct damping data is ued.
dd>
Property UseRayleighDampingData() As
Sets or returns if the rayleigh damping data is ued.
Returns:
A boolean specifying whether the rayleigh damping data is ued.
dd>
Property UseStructuralDampingData() As
Sets or returns if the structural damping data is ued.
Returns:
A boolean specifying whether the structural damping data is ued.
dd>
Methods
Sub AddCompositeDampingDataTable( iColumn1, iColumn2)
Adds a composite damping data over ranges of Modes or Frequencies
The number of values in both the parameters must
match. If either list contains extra values, the extra values are discarded.
Valid only for damping over ranges of Modes.
Parameters:
iColumn1
The list of start modes.
dd>
iColumn2
The list of end modes.
dd>
Sub AddDirectDampingDataTable( iDampingRange, iColumn1, iColumn2, iColumn3)
Adds a direct damping data over ranges of Modes or Frequencies
The number of values in all the three of the parameters must
match. If either list contains extra values, the extra values are discarded.
Parameters:
iDampingRange
The range over which damping is defined.
Legal values:
MODES.
FREQUENCIES.
dd>
iColumn1
For daming range = MODES - The list of start modes.
For daming range = FREQUENCIES - The list of frequencies.
dd>
iColumn2
For daming range = MODES - The list of end modes.
For daming range = FREQUENCIES - The list of critical damping fraction.
dd>
iColumn3
For daming range = MODES - The list of critical damping fraction.
For daming range = FREQUENCIES - iColumn3 will be ignored if the damping range is FREQUENCIES.
dd>
Sub AddRayleighDampingDataTable( iDampingRange, iColumn1, iColumn2, iColumn3, iColumn4)
Adds a rayleigh damping data over ranges of Modes or Frequencies
The number of values in all the four of the parameters must
match. If either list contains extra values, the extra values are discarded.
Parameters:
iDampingRange
The range over which damping is defined.
Legal values:
MODES.
FREQUENCIES.
dd>
iColumn1
For daming range = MODES - The list of start modes.
For daming range = FREQUENCIES - The list of frequencies.
dd>
iColumn2
For daming range = MODES - The list of end modes.
For daming range = FREQUENCIES - The list of alpha coefficients.
dd>
iColumn3
For daming range = MODES - The list of alpha coefficients.
For daming range = FREQUENCIES - The list of beta coefficients.
dd>
iColumn4
For daming range = MODES - The list of beta coefficients.
For daming range = FREQUENCIES - iColumn4 will be ignored if the damping range is FREQUENCIES.
dd>
Sub AddStructuralDampingDataTable( iDampingRange, iColumn1, iColumn2, iColumn3)
Adds a structural damping data over ranges of Modes or Frequencies
The number of values in all the three of the parameters must
match. If either list contains extra values, the extra values are discarded.
Parameters:
iDampingRange
The range over which damping is defined.
Legal values:
MODES.
FREQUENCIES.
dd>
iColumn1
For daming range = MODES - The list of start modes.
For daming range = FREQUENCIES - The list of frequencies.
dd>
iColumn2
For daming range = MODES - The list of end modes.
For daming range = FREQUENCIES - The list of damping constant.
dd>
iColumn3
For daming range = MODES - The list of damping constant.
For daming range = FREQUENCIES - iColumn3 will be ignored if the damping range is FREQUENCIES.
dd>