Explicit Newmark integrator

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Gholamreza
Posts: 84
Joined: Tue Nov 07, 2017 7:47 am
Location: University of Central Florida

Explicit Newmark integrator

Post by Gholamreza » Tue Oct 30, 2018 3:56 am

Hello all,

integrator Newmark $gamma $beta

is there any command for using Explicit Newmark integrator ? I know opensees has this integrator but I don't find it in the website or manual.
I know if beta=0, Newmark integrator become Explicit Central Difference but I don't know about Explicit Newmark integrator.

Thanks for your help

Gholamreza
Posts: 84
Joined: Tue Nov 07, 2017 7:47 am
Location: University of Central Florida

Re: Explicit Newmark integrator

Post by Gholamreza » Tue Oct 30, 2018 5:57 am

I guess the command is as follows:
integrator NewmarkExplicit $gamma

When I use this command, I 'll get the following error:
........................................................................................................................................................................
WARNING: numeric analysis returns 1 -- Umfpackgenlinsolver::solve
WARNING NewtonLineSearch::solveCurrentStep() -the LinearSysOfEqn failed in solve()
DirectIntegrationAnalysis::analyze() - the Algorithm failed at time 0.01
OpenSees > analyze failed, returned: -3 error flag
........................................................................................................................................................................
I also get this error when I use central difference. Is it because those methods are not always stable ? What can I do about it ? reducing the time steps didn't help.

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

Re: Explicit Newmark integrator

Post by selimgunay » Sun Nov 18, 2018 9:49 pm

Explicit Newmark is conditionally stable. It is unstable for a model with massless degrees of freedom as there are zero period modes. You can try assigning little masses to such DOF

Post Reply