Search found 8 matches

by jiejingz
Wed Jan 28, 2015 9:47 am
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5233

Re: Question about getting trial acceleration

Hello Frank, By aligning the acceleration calculation to newmark's method (also my integration method),the code worked pretty well. I just have two more questions regarding Opensees: (1) For the above to work, I need to set GetDampedTangent method to return a value proportional to the inverse of dt,...
by jiejingz
Mon Jan 12, 2015 7:02 am
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5233

Re: Question about getting trial acceleration

Dear fmk, Thanks for your reply. I think this method works well, but there is something I do not quite understand. In implementing a mass damper material, here is my main code, where C is the mass of the mass damper, and I left getTangent, getInitialTangent, and getDampedTangeng methods to return 0;...
by jiejingz
Sun Jan 04, 2015 5:47 pm
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5233

Re: Question about getting trial acceleration

I guess for now my primary concern is accessing ops_Dt with a dll

For some reason I believe ops_Dt is giving me 0 all the time. Is there a way around this?
by jiejingz
Mon Dec 22, 2014 8:24 pm
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5233

Re: Question about getting trial acceleration

Hello fmk, Here is what I have done so far, I tried to create a viscous material using the strains and the global delta T, but it seems ops_Dt is 0 as my displacements and velocity are either #IND or #QNAN. Also, if I replace ops_Dt with a finite number (e.g. 0.05), it gives reasonable results, but ...
by jiejingz
Fri Dec 05, 2014 8:24 pm
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5233

Re: Question about getting trial acceleration

Hello fmk, thanks for the reply. This is from the code I presume. What I am trying to to do is to basically create a damping material that provide damping force proportional to the acceleration. In the source code for uniaxial viscous material, where the damping force is proportional to the velocity...
by jiejingz
Tue Dec 02, 2014 6:38 pm
Forum: Framework
Topic: Measuring Viscous Damping Forces
Replies: 1
Views: 1022

Re: Measuring Viscous Damping Forces

I found a simple solution. You would just record the element force for that material (in my case it is an uni-axial viscous material).
by jiejingz
Fri Nov 28, 2014 9:55 am
Forum: Framework
Topic: Measuring Viscous Damping Forces
Replies: 1
Views: 1022

Measuring Viscous Damping Forces

Hello Everyone,

Is there a way to measure viscous damping forces? I tried using node recorder - rayleighForces but everything is 0, so i suspect it does not apply to viscous damping.
by jiejingz
Fri Nov 28, 2014 9:53 am
Forum: Framework
Topic: Question about getting trial acceleration
Replies: 11
Views: 5233

Question about getting trial acceleration

Hello Everyone,

I was wondering if there is a build-in function that can get trail accelerations?

For instance, in elastic material, we use get strain
in viscous material, we use get strain rate
I'm trying to find if there is anything that can get the "rate of strain rate"

Appreciate your help!