OrcaFlex - What is 'nodal period'

Discussion in 'Software' started by floating, Feb 14, 2011.

  1. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    Your illustration may be close to how OrcaFlex models the lines.

    Based on Floating's description in his post #7 his problem originated with trying to model a bridle so that it have a smooth cantenary curve AND the use of the explicit solver. I'm assuming the bridle is a relatively short part of the mooring line system. Whether the elasticity of the bridle needs to be modeled depends on what results are needed and on the general approach to the model. Everyone appears to agree that it's not relevant to the general motion of the buoy or lines.

    If the peak loads need to be resolved then elasticity may need to be considered. When a system is modeled as rigid then peak loads can be infinite in some cases. Elasticity spreads the peak out.
     
  2. daiquiri
    Joined: May 2004
    Posts: 5,371
    Likes: 258, Points: 93, Legacy Rep: 3380
    Location: Italy (Garda Lake) and Croatia (Istria)

    daiquiri Engineering and Design

    Quite oddly, there's one thing we have never considered in this thread:

    - the physical parameters used by Floating for modeling the mooring line could be wrong, resulting in such short time periods. :D
     
  3. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    I suspect it's related to the period of axial vibrations of the line, not transverse vibrations. Using spring and lumped mass system then the natural period of an axial vibration would be:
    T = 2 * Pi * sqrt (mass / stiffness)
    Line of length L, area A, density Rho, modulus E:
    mass = Rho * L * A
    stiffness = A * E / L
    Putting these into the equation for the period
    T = 2 * Pi * sqrt [(Rho * L * A) / (A * E / L)] = 2 * Pi * L * sqrt (Rho / E)
    So for axial vibrations the diameter and area don't affect the natural frequency and period. (NOTE: The above equation over-estimates the axial vibration period for a cable with distributed mass. It is correct for the approximation of a lumped mass at the end of a spring.)

    I don't have the parameters for the line he used so I'm unable to calculate a period.
     
    1 person likes this.
  4. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    That chart has a mistake. The column heading should be kg /100 m, not kg / 100 ft. For the 40 mm rope it shows 65.8 lb / 100 ft which is 98 kg / 100 m or 0.98 kg/m
     
  5. daiquiri
    Joined: May 2004
    Posts: 5,371
    Likes: 258, Points: 93, Legacy Rep: 3380
    Location: Italy (Garda Lake) and Croatia (Istria)

    daiquiri Engineering and Design

    Then let's improvise. ;)
    Let's take this rope as example, since it gives the elongation vs. tensile load: http://www.novabraid.com/pdfs/P20101-2 Novablue.pdf
    Considering just the linear part of the elongation curve (for tensions higher than 10% of Tmax) you get, with some math and for a rope with 40 mm diameter:
    E = 2.74 GPa
    rho = 992 kg/mc

    Hence:
    T = 3.8E-3 * L​

    For a 30 meters long line, it would give a period of 0.11 s, or 8.8 Hz natural frequency.
    It would take line less than 2.5 meters long to get 100 Hz natural frequency.

    Correct observation. The pdf in the above link looks more realistic imho.
    Redoing the calcs in the posts #3 and #4 with this new data, the relationship between pre-tension, frequency and length for a transversally oscillating rope becomes:

    Tension = 5 f^2 L^2​

    Maximum tension is 345 kN, so to get 100 Hz a rope shorter than 2.6 meters is necessary, almost identical value as seen before.
     
    Last edited: Feb 17, 2011
  6. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    So an element 1 to 2 m long would have a natural frequency above 100 Hz and a period less than 0.01 sec. That's in accordance with what Floating reported.

    Again, what matters for the time intervals of an explicit method is the period of the highest frequency mode of the discrete system as modeled, and in this case that corresponds to the frequency of a particular single element.
     
  7. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    The reasons for the short time step is the use of the explicit solver in conjunction with the short elements considered necessary to model the bridle part of the mooring system. An implicit solver, as Floating recommends in post #11, uses considerably longer time steps, and may even adjust the time step during the calculation; shorter when needed, longer when feasible.

    Perhaps the amount of resolution used in modeling the bridle isn't really required for what Floating needs, but I won't even guess without considerably more knowledge of his needs and the system he is modeling. It sounds like once he switch to the implicit solver and determined an appropriate set of parameters he was able to get the solutions he needed.
     
  8. floating
    Joined: Jun 2009
    Posts: 65
    Likes: 0, Points: 0, Legacy Rep: 10
    Location: NJ

    floating Junior Member

    Thanks to all for the helpful discussion. Some background, this is a mooring in moderate water depth (40m). The bridle connects via a tendon to a surface float then a mooring line. The overall mooring system has a reasonable scope for the depth. Each mooring component must be broken up into short line segments in the model, even though it is composed of a single line in reality. I am modeling this mooring's behavior in a 100-year storm, and am now using implicit rather than explicit integration.

    OrcaFlex tech support has kindly looked at my model, and indeed I did make poor choices on line properties which caused some of the spurious high-frequency motions (though I am not clear why): the overall mooring system did not have enough drag and inertia, and I should have divided the bridle and some other components into many more segments. My 'solution' of modeling the bridle (source of highest-frequency behavior) as Links instead of Lines wouldn't have solved these problems.

    Once I digest these changes, I'll report back if I learn anything more of interest. Again thanks to all.
     
  9. floating
    Joined: Jun 2009
    Posts: 65
    Likes: 0, Points: 0, Legacy Rep: 10
    Location: NJ

    floating Junior Member

    Yes it is. And if I had used OrcaFlex's Modal Analysis tool, I would have seen that right away: it finds the highest-frequency mode for each model component and specifies whether it is axial or transverse.
     

  10. DCockey
    Joined: Oct 2009
    Posts: 5,229
    Likes: 634, Points: 113, Legacy Rep: 1485
    Location: Midcoast Maine

    DCockey Senior Member

    Thanks for reporting back. I was afraid we may have scared you off. ;)
     
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.