Search found 20 matches
- Sun Jan 13, 2013 10:57 am
- Forum: OpenSees.exe Users
- Topic: the temperature is invalid
- Replies: 8
- Views: 6499
Re: the temperature is invalid
Hi miladm2, I think that your problem comes from the fact that for the moment only eurocode material are available in OpenSees, where ambient temperature is 20. So in your case the problem is that you have a negative temperature at the bottom of your section which is not accepted at the moment. In f...
- Sun Sep 23, 2012 1:38 pm
- Forum: OpenSees.exe Users
- Topic: dispbeamcolumn3D and co-rotational transformation
- Replies: 10
- Views: 7487
Re: dispbeamcolumn3D and co-rotational transformation
Hi Vesna, any news on this 3D corotational matter? this would be very useful!
- Sat Mar 24, 2012 2:40 am
- Forum: OpenSees.exe Users
- Topic: dispbeamcolumn3D and co-rotational transformation
- Replies: 10
- Views: 7487
Re: dispbeamcolumn3D and co-rotational transformation
Hi vesna, are there any updates on this matter on the co-rotational formulation for 3D elements under elemental loads. Did you find where the problem actually comes from? Thanks! PK, UoE
- Thu Jan 26, 2012 4:14 am
- Forum: OpenSees.exe Users
- Topic: dispbeamcolumn3D and co-rotational transformation
- Replies: 10
- Views: 7487
Re: dispbeamcolumn3D and co-rotational transformation
Hi vesna, thanks for the comment. From some scripts that I 've checked it seems that corotational works ok for a 2D elemental load case but not for 3D ones. I have tried your answer and I can see that its working, the thing that I am not seeing is why is there such a problem from the beginning since...
- Mon Jan 23, 2012 8:22 am
- Forum: OpenSees.exe Users
- Topic: dispbeamcolumn3D and co-rotational transformation
- Replies: 10
- Views: 7487
dispbeamcolumn3D and co-rotational transformation
Hi vesna and fmk, I would like to ask what is the exact reason why the 3D dispbeamcolumn element does not work with corotational transformation for element loads. Is it because of a follower force's problem? I can't see why it does not work since a distributed load just imposes fixed end forces at t...
- Thu Aug 25, 2011 6:38 am
- Forum: Framework
- Topic: multiple timeseries possibility for an elemental load
- Replies: 1
- Views: 2339
multiple timeseries possibility for an elemental load
Hi fmk, We have developed an elemental load class that is applying different load values over the section of the element it is applied on. Until now everything is fine by including this eleload in a pattern. The limitation of this approach is that these loads will need to have the same timeseries. S...
- Wed Feb 09, 2011 1:52 pm
- Forum: OpenSees.exe Users
- Topic: recording unbalanced load
- Replies: 1
- Views: 1777
recording unbalanced load
Hi,
I would like to ask how can someone record the unbalanced load of a node for all the steps of the analysis? Thanks a lot
Regards,
I would like to ask how can someone record the unbalanced load of a node for all the steps of the analysis? Thanks a lot
Regards,
- Thu Dec 09, 2010 9:59 am
- Forum: Framework
- Topic: about remove load in domain
- Replies: 1
- Views: 2274
about remove load in domain
Dear fmk, I have a question about 2 methods in domain, remove nodal load and remove elemental load. The question is if I use this method to remove a load then I will also loose my displaced structure or I can remove the load with the displaced structure remaining there for a next analysis? Thanks a ...
- Wed Nov 24, 2010 8:57 am
- Forum: Framework
- Topic: new load class and changes to the code
- Replies: 5
- Views: 5415
Dear fmk, thank you for your quick reply and help to my message. I am using the main as I find it more clear for debugging of the developed code. The previous problem is now resolved. However, I would like to ask if the method for adding the nodal loads (myNodePtr->addUnbalancedLoad(*load,loadFactor...
- Fri Nov 19, 2010 5:29 am
- Forum: Framework
- Topic: new load class and changes to the code
- Replies: 5
- Views: 5415
Hello fmk, thanks for your reply. I made this new elemental load class that takes the eleload from the user. Then in the truss element in the add load method it gets the eleload and it makes 2 equivalent nodal loads, after that the nodal load are added to the nodes. My problem is that when i run i s...
- Thu Nov 11, 2010 5:41 am
- Forum: Framework
- Topic: new load class and changes to the code
- Replies: 5
- Views: 5415
new load class and changes to the code
Dear fmk, I have made a new load class that is to be used mainly for truss elements (that cannot carry elemental load). The difference is that this load will have as argument the element and not the node like in nodal load. Then it will get and apply equivalent loads in the two end nodes of the elem...
- Fri Oct 29, 2010 6:12 am
- Forum: Framework
- Topic: about recorder in quickmain
- Replies: 1
- Views: 2355
about recorder in quickmain
Hello, I would like to ask how can someone use a recorder if he uses the quickmain for testing some examples? Thanks!
Panagiotis, University of Edinburgh
Panagiotis, University of Edinburgh
- Tue May 25, 2010 12:31 pm
- Forum: Framework
- Topic: quickmain modification
- Replies: 10
- Views: 8899
- Tue May 25, 2010 5:16 am
- Forum: Framework
- Topic: quickmain modification
- Replies: 10
- Views: 8899
Thank you fmk. I can create an instance from the derived class. What i used is ElementalLoad *theEleLoad = new Beam2dUniformLoad(1,-1000,0,1); //udl=-1000N/m . Is this correct? I also encounter some problems in the element construction with the intergration and the fibers. I use the following code t...
- Sat May 22, 2010 4:22 am
- Forum: Framework
- Topic: quickmain modification
- Replies: 10
- Views: 8899
Dear fmk thank you very much for your suggestion, elasticbeam was actually not included. I would like also to ask you something else. I want to dynamically construct an ElementalLoad object as you do with the NodalLoad object in example 1 however the way you do it cannot be done with elementalload b...