The radius of gyration is a useful property of structural systems which describes the distribution of mass about its axes. It is frequently used in floating systems to determine the behavior of vessels in conjunction with their cargo. This post describes the method by which one can obtain the radius of gyration for any SACS model.
A Tow analysis must be performed to calculate the radius of gyration in order to calculate the distribution of mass for the modeled steel any additional loading. This post is using a modified model from Sample 09 which is attached for reference.
Jacket Model
Any valid tow analysis may be used to obtain the radius of gyration. In order to report the necessary information to obtain the radius of gyration, the rigid body mass matrix must be turned on. This can be done by adding the RBMASS line to the end of the tow input file.
See an excerpt the sample tow input file below:
TOWOPT ENEC MP WPOR 115. 0.05 20.0XYZ
...
RBMASS
END
After the Tow analysis is performed, the following output may be obtained from the tow listing file:
MASS MATRIX ABOUT SACS CENTER OF GRAVITY
IN SACS COORDINATES
(SLUGS AND FT)
DX | DY | DZ | RX | RY | RZ | |
---|---|---|---|---|---|---|
DX | 0.309480E+05 | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 |
DY | 0.000000E+00 | 0.309480E+05 | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 |
DZ | 0.000000E+00 | 0.000000E+00 | 0.309480E+05 | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 |
RX | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 | 0.599640E+08 | 0.113685E+06 | 0.115139E+08 |
RY | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 | 0.113685E+06 | 0.250398E+09 | 0.118995E+06 |
RZ | 0.000000E+00 | 0.000000E+00 | 0.000000E+00 | 0.115139E+08 | 0.118995E+06 | 0.257185E+09 |
The radius of gyration about the center of gravity can be calculated using the following equation:
where
is the mass moment of inertia
and
is the mass
These values can be obtained for each axis with the following equations:
Note that typically the mass does not vary for each axis so is typically suitable for each equation.
Using the sample problem values from the tow listing file the following radii are calculated:
These values are for the radius of gyration about the center of gravity of the model. If the radius of gyration is required about a certain point (e.g. the center of motion), the parallel axis theorem may be applied to modify the radius of gyration about the center of gravity. The radius of gyration about the center of gravity can be calculated using the following equation:
where
is the distance from the center of gravity to the point in question
Using the center of motion from the example file we can calculate the distances from the tow listing file:
The center of gravity taken from the tow listing file:
TOTAL CENTER OF GRAVITY X ...... 112.49 FT
Y ...... 0.05 FT
Z ...... 41.37 FT
The center of motion taken from the tow listin file:
CENTER OF MOTION X ............. 115.00 FT
Y ............. 0.05 FT
Z ............. 20.00 FT
The calculated distances are as follows:
and the calculated radii are:
Note that the radius of gyration does not change for since the distance between the two points is zero.