Solution_Library > Transient_Analysis > InelBilinSDOF_Newmark


InelBilinSDOF_Newmark

Purpose

determines the response of inelastic bilinear SDOF system to acceleration history with Newmark’s method

Synopsis

[u,udot,uddot,Pr] = InelBilinSDOF_Newmark (Deltat,omega,p,MatData,zeta,u0,udot0)

Description

INELBILINSDOF_NEWMARK determines the response of inelastic bilinear SDOF system to acceleration history with Newmark's method
  [U,UDOT,UDDOT,PR] = INELSDOF_NEWMARK (DELT,OMEGA,P,ZETA,U0,UDOT0)
  function determines the transient response history of inelastic bilinear SDOF system(s)
 with eigenfrequency(ies) in row vector OMEGA, to acceleration history (force/mass) in vector P,
  for damping ratio(s) in row vector ZETA (default=0),
  and initial conditions in row vectors U0 (displacement) and UDOT0 (velocity) (default values=0);
  the time step of integration is DELTAT;
  N.M. Newmark's method from 1959 is used for the numerical integration of the equations of motion;
  the properties of the force-deformation relation are supplied in data structure MATDATA;
  the function returns the displacement history(ies) in array U, the velocity history(ies)
  in array UDOT, the acceleration history(ies) in array UDDOT,
  and the resisting force history(ies) in array PR (also in the form force/mass!);
  these arrays are arranged columnwise (column no=frequency no)

Cross-Reference Information

This function calls:

This function is called by: