Wind Load

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

Moderators: silvia, selimgunay, Moderators

Post Reply
elna
Posts: 10
Joined: Tue May 01, 2012 9:50 pm

Wind Load

Post by elna »

Hi,
How do I apply the timehistory wind load on the nodes?
thanks
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Wind Load

Post by vesna »

I never did wind timehistory analysis but if you tell me what is the input that you assign to your nodes I can tell you what is the possible way of applying it. Please provide enough details.
elna
Posts: 10
Joined: Tue May 01, 2012 9:50 pm

Re: Wind Load

Post by elna »

I simulated wind timehistory in MATLAB and I have the wind force in notepad file. I need to define this timehistory load and assign them to the story nodes.
I don't know how I should define this series and which pattern should I use?
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Wind Load

Post by vesna »

Use time series Path to define your force histories and then use plain patter with "load" to assign these time series to your nodes. For analysis type use Transient.
Wangzj
Posts: 6
Joined: Sun Apr 19, 2020 6:01 am

Re: Wind Load

Post by Wangzj »

timeSeries Path 1 -dT 0.1 -filePath w1-10.txt -factor $wfact
pattern plain 2 1 {
load 86914 ......
}
Dear vesna,Here I have a question,how should I add the wind load(w1-10.txt) to the node(86914) and define the direction in plain patter
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Wind Load

Post by fmk »

Post Reply