rclab-auth / gidopensees

GiD+OpenSees Interface
http://gidopensees.rclab.civil.auth.gr
GNU General Public License v3.0
94 stars 42 forks source link

3D dynamic analysis is not... dynamic #179

Closed cvdr888 closed 2 years ago

cvdr888 commented 2 years ago

Hello I am trying to model 3D bricks of elastic soil subjected to acceleration from a record (Loma Prieta, for example). All flowing during the first interval. In the second interval, the analysis is carried out, but it seems that somehow the load was not applied to the elements. Can you please verify my model (attachement)? Thank you in advance, CR. MyModel02.gid.zip

vpapanik commented 2 years ago

You shouldn't apply 'point ground motion from record' when using uniform excitation. Uniform excitation applies acceleration automatically on all restrained nodes on the specified direction (e.g. x-x). https://opensees.berkeley.edu/wiki/index.php/Uniform_Excitation_Pattern

vpapanik commented 2 years ago

Hello, I am attaching a fixed model. Changes:

MyModel02_VKP.gid.zip

OpenSees does not combine constraints (multiple 'fix' commands on the same node). As a result:

    Intersection joints that belong to two lines with different constraints should be handled separately.
    Intersection lines that belong to two surfaces with different constraints should be handled separately.

----> Check again if everything's ok at node level, on meshed model

most importantly

cvdr888 commented 2 years ago

Thank you!!