Newmark

PURPOSE ^

NEWMARK'S METHOD : LINEAR SYSTEM

SYNOPSIS ^

function [depl, vel, accl, t] = Newmark(M, K, C, P, Fs, acceleration, do, vo)

DESCRIPTION ^

 NEWMARK'S METHOD : LINEAR SYSTEM
 Reference : Dynamics of Structures - Anil K. Chopra
-------------------------------------------------------------------------
 Purpose : Dynamic Response of a system using linear Newmark's Method
 Synopsis :
       [depl,vel,accl,t] = Newmark(M,K,C,P,acceleration)

 Variable Description :
 INPUT :
       M - Mass Matrix (in modal coordinates)
       K - Stiffness Matrix (in modal coordinates)
       C - Damping Matrix (in modal coordinates)
       P - Force Matrix (in modal coordinates)
       acceleration - Type of Newmark's Method to be used

 OUTPUT :
        depl - modal displacement's
        vel - modal velocities
        accl - modal accelerations
        t - time values at which integration is done
--------------------------------------------------------------------------

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 02-Dec-2020 23:38:02 by m2html © 2005