Search found 4 matches
- Thu Mar 28, 2019 11:59 am
- Forum: Framework
- Topic: Tsunami force
- Replies: 1
- Views: 12329
Tsunami force
Hello, I want to simulate the interaction of fluid and structure. I don’t know how to define the tsunami force in Opensees. This force should be imply in nodes or elements? For example we have 3 stories, and the maximum of high of water surge is about 1.5 stories. How to define the tsunami force in ...
- Mon Mar 18, 2019 11:44 pm
- Forum: OpenSees.exe Users
- Topic: Openseespy link to Matlab
- Replies: 4
- Views: 4756
Re: Openseespy link to Matlab
imansalehi wrote:
> Hi
> if you want to use directly OpenSees framework in Matlab environment you
> can use OpenSees.NET
> https://www.youtube.com/watch?v=rEDNtXR9RwY
>
>
> http://opensees.net/
> http://opensees.net/blog
Hi Iman,
Thank you so much for good point.
> Hi
> if you want to use directly OpenSees framework in Matlab environment you
> can use OpenSees.NET
> https://www.youtube.com/watch?v=rEDNtXR9RwY
>
>
> http://opensees.net/
> http://opensees.net/blog
Hi Iman,
Thank you so much for good point.
- Sat Mar 16, 2019 6:53 am
- Forum: OpenSees.exe Users
- Topic: Openseespy link to Matlab
- Replies: 4
- Views: 4756
Re: Openseespy link to Matlab
gswarup wrote: > Hello, > > You can save the matlab variables in a *.mat file, say it's a matrix (or > array) myvar = (p1, p2, p3, p4, p5) and saved in 'myvar.mat'. From python > you can then load this mat file > > from scipy.io import loadmat, savemat > var = loadmat('myvar.mat') > # 'var' will be ...
- Fri Mar 15, 2019 11:30 am
- Forum: OpenSees.exe Users
- Topic: Openseespy link to Matlab
- Replies: 4
- Views: 4756
Openseespy link to Matlab
Hi, I work with OpenSeesPy recently.I would like to link MATLAB to OpenSeespy. There are 5 parameters in Openseespy that they should read from Matlab and then the output from OpenSeespy import to Matlab. Could you help me how to call from Matlab and OpenSeespy? If you have any sample program that yo...