Combining the Plain Pattern and UniforExcitation Pattern

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

Moderators: silvia, selimgunay, Moderators

Post Reply
ionwang
Posts: 16
Joined: Wed Mar 25, 2009 7:40 am
Location: HIT

Combining the Plain Pattern and UniforExcitation Pattern

Post by ionwang »

Hello,

I want to analyze the structural model under earthquake and another time-variant series(unknowed in priori), but I don't know how to Combining the Plain Pattern and UniforExcitation Pattern. These two kinds of loads should work simultaneously. Does OpenSees support this case?

Thank you in advance!
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

YES .. all load patterns that are present in the domain at the time of the analysis are included in the analysis.
ionwang
Posts: 16
Joined: Wed Mar 25, 2009 7:40 am
Location: HIT

Post by ionwang »

Thank you very much! I have passed this problem.

However, another problem comes out. The "nodeDisp" command can get the displacement or rotation at specified node. Does OpenSees have this kind of command returning the velocity at specified node? such as "nodeVel"... The node recorder can not deal this problem very well.

If the OpenSees does not this kind of command, could you give me the source code of "nodeDisp"? I can't find it in the SRC directory.
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

look at the updates for the latest version of opensees, i think it does.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
ionwang
Posts: 16
Joined: Wed Mar 25, 2009 7:40 am
Location: HIT

Post by ionwang »

Hi Silvia,

I'm sorry I don't know how to find the updates for the latest version of OpenSees. Could you tell me? By the way, where can i find the new command list and help document?

Thank you very much!
ionwang
Posts: 16
Joined: Wed Mar 25, 2009 7:40 am
Location: HIT

Post by ionwang »

I have not find this kind of command yet.
Does anybody know this?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

they are
nodeDisp nodeTag? <dofTag?
nodeVel nodeTag? <dofTag?>
nodeAccel nodeTag <dofTag?>

the dofTag is optional, if not specified all are returned.
ionwang
Posts: 16
Joined: Wed Mar 25, 2009 7:40 am
Location: HIT

Post by ionwang »

Thank you very much!
Post Reply