Recorder Error?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Recorder Error?

Post by brag006 »

Hi,

Just checking what the purpose of this output in NodeRecorder.cpp on line 804

opserr << "NodeRecorder::initialize - numNodes: " << numNodes << endln;

It's coming up in one of my analyses and not sure if it is an 'error' or not
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Recorder Error?

Post by fmk »

it was a line used for debugging that got left in the code .. i have removed from the source code .. thanks for pointing it out.
tsteele
Posts: 4
Joined: Fri Aug 30, 2013 8:59 am
Location: McMaster University

Re: Recorder Error?

Post by tsteele »

On the topic of recorder errors, the newest release (2.4.4) does not record forces for zeroLengthContact2D elements. It just gives zeros. The recorder works fine in 2.4.3. Has anything been purposely changed, or is this a bug in the new release?

Best,
Taylor
Taylor C. Steele
M.A.Sc Candidate
McMaster University
Hamilton, ON
Canada
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Recorder Error?

Post by fmk »

it should be recording the forces .. the fact that you are getting 0 and not blanks may indicate there are 0 forces in the element .. if that is the case, question what did change between 2.4.3. and 2.4.4 that now results in 0 forces for your script?
tsteele
Posts: 4
Joined: Fri Aug 30, 2013 8:59 am
Location: McMaster University

Re: Recorder Error?

Post by tsteele »

Thank you for your response. I will continue using 2.4.3 for now until I figure out why my forces are all zero. I will post again if the solution is relevant to other users.
Taylor C. Steele
M.A.Sc Candidate
McMaster University
Hamilton, ON
Canada
Post Reply