Warning - Analysis wipeAnalysis not invoked

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

Moderators: silvia, selimgunay, Moderators

Post Reply
leftyM0use
Posts: 1
Joined: Fri May 07, 2021 9:53 am

Warning - Analysis wipeAnalysis not invoked

Post by leftyM0use » Mon May 10, 2021 10:14 am

Hi,

I am working in complicated 3D model for my thesys and today this error appeared to me:

WARNING: analysis .. existing TransientAnalysis exists => wipeAnalysis not invoked, problems may arise

This is my code of analysis detail:

constraints Transformation;
numberer RCM;
system BandGeneral;
test EnergyIncr 1e-6 100 0;
algorithm Newton;
integrator LoadControl 1;
analysis Static;
analyze 1;

Maybe the warning is normal, I don't know... But if there is a problem with the code, any suggestions?
I am kinda a newbie in opensees and all responses will be gladly received.

Thank you for helping me <3

Post Reply