Implicit for Static and Explicit for Dynamic

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
Ovoma
Posts: 6
Joined: Fri Sep 01, 2017 1:20 pm

Implicit for Static and Explicit for Dynamic

Post by Ovoma » Fri Sep 01, 2017 1:32 pm

Hello,

I just have two quick question.

Can I use implicit integration method for static loading first (for buildings, gravity loads) and then, start dynamic analysis using explicit integration method?

Also I want to know if "ModalDamping" command can be used when we use explicit integration method? I think when the "ModalDamping" command is used with explicit integration, the following error message is appeared and the damping is not used:
IncrementalIntegrator::getVel() - not implemeneted for this integrator

Thanks!
Ovoma

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Implicit for Static and Explicit for Dynamic

Post by selimgunay » Thu Sep 07, 2017 7:16 pm

you can use load control for gravity. Explicit methods have stability criterion and they won't work if this criterion is not met. Particularly if you have massless rotational degrees of freedom, explicit will not work

Ovoma
Posts: 6
Joined: Fri Sep 01, 2017 1:20 pm

Re: Implicit for Static and Explicit for Dynamic

Post by Ovoma » Sat Sep 09, 2017 8:38 am

Thanks for your reply,

So I just want to know if "ModalDamping" command can be used when we use explicit integration method?

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Implicit for Static and Explicit for Dynamic

Post by selimgunay » Sun Sep 10, 2017 12:04 am

According to the error message that you get, it is not implemented yet for explicit integration. Can you try with Implicit Newmark and see if you get the same message?

Ovoma
Posts: 6
Joined: Fri Sep 01, 2017 1:20 pm

Re: Implicit for Static and Explicit for Dynamic

Post by Ovoma » Mon Sep 11, 2017 9:56 am

I checked all the implicit methods for modal damping command and they worked well.
The above error message appeared only when the explicit method was used with modal damping command.

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Implicit for Static and Explicit for Dynamic

Post by selimgunay » Mon Sep 11, 2017 10:25 am

Then, it is not implemented yet for the Explicit integration. We will include it as soon as possible.

Post Reply