debasismpt wrote:
> i am working on a project PML(perfectly matched layer) modelling of
> unbounded soil domain.For implementing Newmark method in this formulation
> expressions are generated like given below
> tangent stiffness
> k=c1(ke+kt)+c2(ce+ct)+c3(me)
> effective internal force
> p(n+1)=(me) a(n+1)+(ce)v(n+1)+(ke)d(n+1)+Pi(n+1)
> where a(n+1),v(n+1),d(n+1) are acceleration,velocity,displacement at n+1th
> step respectively.Pi(n+1) is internal force at n+1th step.Calculation of
> all these values are not a problem. value of ke,kt,ce,ct,me also can be
> calculated.
> Main problem here is i have to give different stiffness and damping
> matrix for tangent stiffness calculation.How can i do this

Element
> Abstract class allows only one getstiffness(),getmass() and getdamp()
> functions.Is there any way i can solve this problem by adding new element
> class or new integrator class

If u have any suggestion Plz help me.
Dear debasismpt,
Have you finished implementing PML into openSEES successfully? Could you please make me aware of the process?