Search found 4 matches
- Fri Jun 10, 2016 8:38 am
- Forum: Framework
- Topic: Element DLL doesn't run on another machine
- Replies: 0
- Views: 2748
Element DLL doesn't run on another machine
Hi All, I've created a custom element and compiled 32/64 bit version DLLs. It runs fine on my machine (with the newest version of OpenSees 2.5.0), but when I pass along the DLL file it doesn't run on another machine (also running 2.5.0 with the same 32/64 architecture). The second machine fails to f...
- Sun Mar 29, 2015 1:21 pm
- Forum: OpenSees.exe Users
- Topic: Recorder not recording
- Replies: 3
- Views: 3680
Re: Recorder not recording
Yes mass has been defined. The modelling is running as expected, I'm using a visual display and I can see the nodes moving and there are no errors, but afterwards when I go to check the output it only has the time value. My first thought was that my recorder had an non existent type (displacement, f...
- Fri Mar 27, 2015 9:49 am
- Forum: OpenSees.exe Users
- Topic: Recorder not recording
- Replies: 3
- Views: 3680
Recorder not recording
I have set up a twoNodeLink element in a model and I'm recording its force and localDisplacement using element recorders. After the transient analysis (and a good wipe!) I check my output files but the displacement recorder only has the time stamps. Any thoughts? More details: I'm modelling and EBF ...
- Wed Aug 27, 2014 8:02 am
- Forum: Framework
- Topic: How to get loads applied at nodes
- Replies: 1
- Views: 2465
How to get loads applied at nodes
I have begun developing a new bearing element, based on a stiffness matrix which is dependent on the axial load, but I'm having issues getting the axial load. I was attempting to use getUnbalancedLoad() during ::setDomain() in order to get the initial axial load to be used to return the initial stif...