Search found 3 matches
- Mon May 11, 2020 8:36 am
- Forum: Framework
- Topic: forrtl: severe (408): fort: (19): Dummy character variable 'WHICH'
- Replies: 1
- Views: 14102
Re: forrtl: severe (408): fort: (19): Dummy character variable 'WHICH'
I also ran into this error. I believe the error is not yet solved by developers and is not your mistake. It occurs when you compiled opensees.exe in debug mode and then oerform an eigenanalysis. Compile in release mode, that should work. The error occurs in OpenSees-master\OTHER\ARPACK\dsaupd.f in l...
- Mon May 11, 2020 8:17 am
- Forum: OpenSees.exe Users
- Topic: ZeroLengthND element with ElasticIsotropic material
- Replies: 1
- Views: 2189
Re: ZeroLengthND element with ElasticIsotropic material
Update: The material "ElasticIsotropic3D" should be used. This material is not mentioned in the manual. Additionally, the ZeroLengthND element is not able to provide rotational stiffness. In this link you can find how to fix this, you need to be able to compile the OpenSees source code how...
- Tue Apr 07, 2020 11:16 pm
- Forum: OpenSees.exe Users
- Topic: ZeroLengthND element with ElasticIsotropic material
- Replies: 1
- Views: 2189
ZeroLengthND element with ElasticIsotropic material
Dear user, I am trying to incorporate the ElasticIsotropic material into a zerolengthND element.The reason i don't use uniaxial materials is because I want to create a single material in a single element that behaves based on input forces in all DOF. I can not find any examples nor information on th...