Search found 8 matches
- Sun Dec 15, 2013 7:05 pm
- Forum: OpenSees.exe Users
- Topic: Recording the element stress strain histories
- Replies: 2
- Views: 2839
Re: Recording the element stress strain histories
you can use the following command to save fiber data for all the fibers of all the sections of all the elements in the eleRange, but it will be a huge file and difficult to interpret the results. recorder Element -xml FileName.xml -time -eleRange 1 100 section fiberData what do you mean by yield pro...
- Sun Dec 15, 2013 12:15 pm
- Forum: OpenSees.exe Users
- Topic: Insertion point/Cardinal point
- Replies: 0
- Views: 1458
Insertion point/Cardinal point
Hi,
is it possible to pass the longitudinal axis of an element through a point on the section other than its centroid? in a nonlinearBeamColumn element, I just want to apply support restraints to a point off its centroid, like its top fiber.
thanks
is it possible to pass the longitudinal axis of an element through a point on the section other than its centroid? in a nonlinearBeamColumn element, I just want to apply support restraints to a point off its centroid, like its top fiber.
thanks
- Fri Sep 06, 2013 12:29 pm
- Forum: Framework
- Topic: Problem Building V. 2.4.1
- Replies: 11
- Views: 13996
Problem Building V. 2.4.1
Hi, I have a problem with building OpenSees Source code V 2.4.1. I used TortoiseSVN with this URL of repository to check out: svn://opensees.berkeley.edu/usr/local/svn/OpenSees OS: Windows 7 tcl: 8.5.10.1.295062 Microsoft Visual C ++ 2010 Express Error messages: 1. within PFEMMesher2D.h --> fatal er...
- Sat Jun 25, 2011 2:07 pm
- Forum: OpenSees.exe Users
- Topic: Access to runtime data
- Replies: 1
- Views: 1762
Access to runtime data
Hi, I'm running a dynamic nonlinear RC beam and I need to have access to runtime data. the recorder saves data in output file and I'll have access to those data at the end of the analysis. Is there anyway which I can have analysis results in each time step and use them to decide whether the analysis...
- Fri Apr 15, 2011 8:20 pm
- Forum: Framework
- Topic: Issue with locally built executable OpenSees
- Replies: 2
- Views: 2999
Re: Issue with locally built executable OpenSees
Thanks linguan. it worked. I used some other tricks to resolve the issue and the worked as well.
- Thu Apr 14, 2011 8:47 am
- Forum: Framework
- Topic: Issue with locally built executable OpenSees
- Replies: 2
- Views: 2999
Issue with locally built executable OpenSees
Hi Frank, I downloaded OpenSees source code and opened the solution file (OpenSees\Win32\OpenSees2005.sln) in Visual C++ 2010 to built it. In the first attempt I got an error message, I found your comment in http://opensees.berkeley.edu/community/viewtopic.php?f=4&t=25351 and removed the project...
- Wed Mar 16, 2011 7:23 am
- Forum: Framework
- Topic: Add New Element
- Replies: 5
- Views: 5932
Re: Add New Element
Hi linguan, Thanks for the prompt response. I did so. I also added Tcl\include and Tcl\lib to the project folders. it didn't work. I removed quiclMain and Built the solution. Then I tried to add the NewTruss(located in OpenSees\PACKAGES\NewCommand) as a project to the solution in VC++2010. I got thi...
- Wed Mar 16, 2011 6:10 am
- Forum: Framework
- Topic: Add New Element
- Replies: 5
- Views: 5932
Add New Element
Hi Frank, I'm trying to add the NewTruss(located in OpenSees\PACKAGES\NewCommand) to the solution in VC++2010 and Build the solution but I get several errors and it is not working. it needs some older library and header files and I downloaded and added them. I got some syntax errors! could you pleas...