frame wall connection
Moderators: silvia, selimgunay, Moderators
-
- Posts: 35
- Joined: Sun Feb 15, 2015 11:17 pm
- Location: sharif university of technology
frame wall connection
Hi,
I'm trying to connect an RC frame(modeled with nonlinear springs and elastic beam column) to the centerline of a shear wall (modeled with force based elements).
Frame and shear wall performs well separately but when I connect the adjacent beams to the shear wall with a stiff beam column element (I=10m^4) gravity analysis cannot be performed.
the stiff connection beam rigidly connects the end of the adjacent beam to the centerline of the wall at each floor.
P.S.: there are two spans of moment frames on either side of the wall.
I'm trying to connect an RC frame(modeled with nonlinear springs and elastic beam column) to the centerline of a shear wall (modeled with force based elements).
Frame and shear wall performs well separately but when I connect the adjacent beams to the shear wall with a stiff beam column element (I=10m^4) gravity analysis cannot be performed.
the stiff connection beam rigidly connects the end of the adjacent beam to the centerline of the wall at each floor.
P.S.: there are two spans of moment frames on either side of the wall.
Last edited by vahidbarzegar on Wed May 24, 2017 8:44 am, edited 1 time in total.
Re: frame wall connection
if work independently, but fail when you add a 'stiff' beam, the problem is either an incorrect beam definition ( i am assuming this is not the problem but just throwing this out) or numerical, possibly a conditioinging problem of matrix or the choice of convergence test .. does it fail to converge or does the solver fail ?
-
- Posts: 35
- Joined: Sun Feb 15, 2015 11:17 pm
- Location: sharif university of technology
Re: frame wall connection
convergence test is NormDispIncr 10.e-6 10 0
this is the warning:
WARNING - ForceBeamColumn2d::update - failed to get compatible element forces &
deformations for element: 60803(dW: << 27637.1)
Domain::update - domain failed in update
LoadControl::update - model failed to update for new dU
WARNING NewtonRaphson::solveCurrentStep() -the Integrator failed in update()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at
load factor 0.05
OpenSees > analyze failed, returned: -3 error flag
this is the warning:
WARNING - ForceBeamColumn2d::update - failed to get compatible element forces &
deformations for element: 60803(dW: << 27637.1)
Domain::update - domain failed in update
LoadControl::update - model failed to update for new dU
WARNING NewtonRaphson::solveCurrentStep() -the Integrator failed in update()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at
load factor 0.05
OpenSees > analyze failed, returned: -3 error flag
Last edited by vahidbarzegar on Wed May 24, 2017 8:50 am, edited 1 time in total.
Re: frame wall connection
and what is element 60803? frame, wall or connector?
-
- Posts: 35
- Joined: Sun Feb 15, 2015 11:17 pm
- Location: sharif university of technology
Re: frame wall connection
wall element at 8th floor
Re: frame wall connection
what is the purpose of the stiff beam and not an equalDOF? anyway make the wall elastic and have a look at the forces the connecting beam is imposing on the wall from the frame.
-
- Posts: 35
- Joined: Sun Feb 15, 2015 11:17 pm
- Location: sharif university of technology
Re: frame wall connection
equalDOF?
The adjacent beam and centerline of the wall are 4 meters apart. Does equalDOF work?
The purpose of the stiff beam is 1) to consider the length of the wall and 2) to impose rotations of the wall to adjacent beams.
equalDOF, in this case, imposes the rotations of the centerline of wall to the beams.
The adjacent beam and centerline of the wall are 4 meters apart. Does equalDOF work?
The purpose of the stiff beam is 1) to consider the length of the wall and 2) to impose rotations of the wall to adjacent beams.
equalDOF, in this case, imposes the rotations of the centerline of wall to the beams.
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: frame wall connection
Have you tried using a rigid end offset to consider the length of the wall? Below is a syntax to do this for Linear Transformation
geomTransf Linear $transfTag $vecxzX $vecxzY $vecxzZ <-jntOffset $dXi $dYi $dZi $dXj $dYj $dZj>
geomTransf Linear $transfTag $vecxzX $vecxzY $vecxzZ <-jntOffset $dXi $dYi $dZi $dXj $dYj $dZj>
-
- Posts: 35
- Joined: Sun Feb 15, 2015 11:17 pm
- Location: sharif university of technology
Re: frame wall connection
thanks. I'm gonna try it
-
- Posts: 3
- Joined: Tue Jan 28, 2020 9:51 am
Re: frame wall connection
@vahidbarzegar
Did you solve your problem. I am facing the same kind of problem. Could you please help me?
Did you solve your problem. I am facing the same kind of problem. Could you please help me?
Re: frame wall connection
Did you fix your problem? I want ask you somethingvahidbarzegar wrote: ↑Fri May 26, 2017 8:16 am equalDOF?
The adjacent beam and centerline of the wall are 4 meters apart. Does equalDOF work?
The purpose of the stiff beam is 1) to consider the length of the wall and 2) to impose rotations of the wall to adjacent beams.
equalDOF, in this case, imposes the rotations of the centerline of wall to the beams.