composite response

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

Moderators: silvia, selimgunay, Moderators

Post Reply
felipe_cordero
Posts: 18
Joined: Wed Jun 02, 2010 2:05 pm
Location: Universidad de Chile

composite response

Post by felipe_cordero » Tue Feb 08, 2011 11:21 am

Hello,

I want to know if someone could explain me how to use the composite response recorder...

thanks!

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: composite response

Post by vesna » Wed Feb 09, 2011 12:00 pm

Composite response means that you can record any response for all sections of one element at once.

e.g.,
recorder Element -file stressStrain.out -time -ele 1 section fiber 0 0 $IDreinf stressStrain;

Before composite response option existed, if you wanted to see a certain response at all sections you would have to specify one recorder for each section.

e.g., if there are 5 integration points for element
recorder Element -file stressStrain1.out -time -ele 1 section 1 fiber 0 0 $IDreinf stressStrain;
recorder Element -file stressStrain2.out -time -ele 1 section 2 fiber 0 0 $IDreinf stressStrain;
recorder Element -file stressStrain3.out -time -ele 1 section 3 fiber 0 0 $IDreinf stressStrain;
recorder Element -file stressStrain4.out -time -ele 1 section 4 fiber 0 0 $IDreinf stressStrain;
recorder Element -file stressStrain5.out -time -ele 1 section 5 fiber 0 0 $IDreinf stressStrain;

felipe_cordero
Posts: 18
Joined: Wed Jun 02, 2010 2:05 pm
Location: Universidad de Chile

Re: composite response

Post by felipe_cordero » Wed Feb 09, 2011 12:12 pm

Thanks Vesna.

Post Reply