Dear Jason:
I modelled a 30m long monopile in Subdyn. The outer diameter of the monopile is 6m, and the thickness is 0.06m. The monopile is splited into 3 members. And each member is further divided into 3 elements. Timoshenko beam is adopted. Below is my damping:
3 FEMMod - FEM switch: element model in the FEM. [1= Euler-Bernoulli(E-B); 2=Tapered E-B (unavailable); 3= 2-node Timoshenko; 4= 2-node tapered Timoshenko (unavailable)]
3 NDiv - Number of sub-elements per member
True CBMod - [T/F] If True perform C-B reduction, else full FEM dofs will be retained. If True, select Nmodes to retain in C-B reduced system.
4 Nmodes - Number of internal modes to retain (ignored if CBMod=False). If Nmodes=0 --> Guyan Reduction.
1 JDampings - Damping Ratios for each retained mode (% of critical) If Nmodes>0, list Nmodes structural damping ratios for each retained mode (% of critical), or a single damping ratio to be applied to all retained modes. (last entered value will be used for all remaining modes).
1 GuyanDampMod - Guyan damping {0=none, 1=Rayleigh Damping, 2=user specified 6x6 matrix}
0.000, 0.010 RayleighDamp - Mass and stiffness proportional damping coefficients (Rayleigh Damping) [only if GuyanDampMod=1]
6 GuyanDampSize - Guyan damping matrix (6x6) [only if GuyanDampMod=2]
0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00
0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00
0.0000e+00 0.0000e+00 1.4625e+06 0.0000e+00 0.0000e+00 0.0000e+00
0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00
0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00
0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00 0.0000e+00
After running simulation, I got below information:
Running SubDyn.
Fixed bottom case detected
Performing Craig-Bampton reduction 60 DOFs -> 4 modes + 6 DOFs
Using static improvement method for gravity and ext. loads
SubDyn recommended dt: 0.00090 - Current dt: 0.00063 - Max frequency: 55.764
Calculating Full System Modes for output files
Exporting Summary file
As you can see, the recommended dt = 0.00090. So I choose 0.000625 to avoid divergency. Below is some subdyn infomation. Hope it can reflect something…
#Eigenfrequencies [Hz] for full system, with reaction constraints (+ Soil K/M + SoilDyn K0)
Full_frequencies: # 1 x 54
- [ 6.319104E+00, 6.319104E+00, 2.676944E+01, 2.946952E+01, 2.946952E+01, 4.315620E+01, 6.096864E+01, 6.096864E+01, 8.112554E+01, 8.678901E+01, 8.678901E+01, 1.060086E+02, 1.060086E+02, 1.191718E+02, 1.191718E+02, 1.279464E+02, 1.279464E+02, 1.307861E+02, 1.334173E+02, 1.334173E+02, 1.364113E+02, 1.364113E+02, 1.379490E+02, 1.988829E+02, 2.223937E+02, 2.653209E+02, 3.206279E+02, 3.375798E+02, 3.756434E+02, 3.756434E+02, 4.128127E+02, 4.277356E+02, 4.380972E+02, 4.380972E+02, 4.813307E+02, 5.227480E+02, 5.227480E+02, 5.246536E+02, 5.442274E+02, 6.008514E+02, 6.008514E+02, 6.628179E+02, 6.628179E+02, 6.655137E+02, 7.081735E+02, 7.081735E+02, 7.391388E+02, 7.391388E+02, 7.578514E+02, 7.578514E+02, 7.759746E+02, 7.764889E+02, 7.764889E+02, 8.458174E+02,]
#Frequencies of Guyan modes [Hz]
GY_frequencies: # 1 x 6
- [ 6.391218E+00, 6.391218E+00, 2.948010E+01, 4.752618E+01, 5.409784E+01, 5.409784E+01,]
#Frequencies of Craig-Bampton modes [Hz]
CB_frequencies: # 1 x 4
- [ 2.778162E+01, 2.778162E+01, 5.374285E+01, 5.576394E+01,]
Update:
In Subdyn theory, I found:
Until full-system linearization is made available, experience has shown that it is sufficient to enable all C-B modes up to 10 Hz (the natural frequencies of the C-B modes are written to the SubDyn summary file)
I do not fully understand. But for my model, the lowest frequency of C-B frequency is 27.78 Hz which is larger than 10 Hz. Does it mean there is no need to retain 4 modes? But how many modes should I retain?
Regards,
Ran