multi-point constraint displacement controlled pushover
Moderators: silvia, selimgunay, Moderators
multi-point constraint displacement controlled pushover
I need to carry out a multi-point constraint displacement controlled pushover analysis (static).
I need to impose either displacement histories to a single node along different degrees of freedom, OR impose displacement histories to different nodes.
Does anyone have any experience or ideas on doing this type of analysis? Your comments are appreciated. Thanks.
Marlon Bazan
I need to impose either displacement histories to a single node along different degrees of freedom, OR impose displacement histories to different nodes.
Does anyone have any experience or ideas on doing this type of analysis? Your comments are appreciated. Thanks.
Marlon Bazan
Silvia has it. Here how I do it on a regular basis, I needed to apply a displacement history to different DOF on the same node.
set SeriesPath1 "Path Series -dt 1 -filePath Y_Displ.txt"
set SeriesPath2 "Path Series -dt 1 -filePath Z_Displ.txt"
pattern Plain 2 $SeriesPath1 {
sp 8 2 1
}
pattern Plain 3 $SeriesPath2 {
sp 8 3 1
}
I hope that helps, the two files contain the displacement steps, just remember you can't use the plain constraint handler.
set SeriesPath1 "Path Series -dt 1 -filePath Y_Displ.txt"
set SeriesPath2 "Path Series -dt 1 -filePath Z_Displ.txt"
pattern Plain 2 $SeriesPath1 {
sp 8 2 1
}
pattern Plain 3 $SeriesPath2 {
sp 8 3 1
}
I hope that helps, the two files contain the displacement steps, just remember you can't use the plain constraint handler.
-
- Posts: 44
- Joined: Wed Nov 14, 2007 7:50 am
- Location: Aveiro
- Contact:
examples in NEEScentral repository
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
-
- Posts: 44
- Joined: Wed Nov 14, 2007 7:50 am
- Location: Aveiro
- Contact:
-
- Posts: 44
- Joined: Wed Nov 14, 2007 7:50 am
- Location: Aveiro
- Contact: