Hello everyone,
is it possible to define a zerolength element for 2 nodes with differing dof
When I do so, OpenSees stops working with a warning sign with the following error : nodes 1 and 339 have differing dof at ends for ZeroLength 520
any suggestion will be greatly appreciated
thanks
Search found 28 matches
- Tue Jan 15, 2019 1:33 am
- Forum: Framework
- Topic: ZeroLength element
- Replies: 1
- Views: 5080
- Sun Jan 13, 2019 10:37 pm
- Forum: Framework
- Topic: New Nd material
- Replies: 0
- Views: 1980
New Nd material
Hello everyone,
Is there any way to access the strain of an element (Brick) at previous converged load step within a material class?
any suggestion would be greatly helpful .
thanks
Is there any way to access the strain of an element (Brick) at previous converged load step within a material class?
any suggestion would be greatly helpful .
thanks
- Sun Dec 23, 2018 10:35 pm
- Forum: Framework
- Topic: DLL creation with Visual Studio 2017
- Replies: 5
- Views: 6517
Re: DLL creation with Visual Studio 2017
using VS 2010 solved it for me
- Sun Dec 23, 2018 10:32 pm
- Forum: Framework
- Topic: Error: Identifier is not defined
- Replies: 3
- Views: 16074
Re: Error: Identifier is not defined
VS 2010 solved most of the errors for me
- Thu Dec 13, 2018 11:24 pm
- Forum: OpenSees.exe Users
- Topic: Error using Brick Element
- Replies: 4
- Views: 4653
Re: Error using Brick Element
apparently, you could define more than one model builder . Did not know that, sorry to bother
- Thu Dec 13, 2018 10:58 pm
- Forum: OpenSees.exe Users
- Topic: Quad element for -ndf 3
- Replies: 1
- Views: 2318
Re: Quad element for -ndf 3
apparently, you could define more than one model builder . Did not know that, sorry to bother
- Wed Dec 12, 2018 10:11 pm
- Forum: OpenSees.exe Users
- Topic: Quad element for -ndf 3
- Replies: 1
- Views: 2318
Quad element for -ndf 3
hello everyone
I want to use a brick element along with a quad element .
which quad element could be used for analysis under -ndm 3 -ndf 3
please help
thanks
I want to use a brick element along with a quad element .
which quad element could be used for analysis under -ndm 3 -ndf 3
please help
thanks
- Wed Dec 12, 2018 9:07 pm
- Forum: OpenSees.exe Users
- Topic: Error using Brick Element
- Replies: 4
- Views: 4653
Re: Error using Brick Element
seems like stdbrick element should not be defined with -ndm 3 -ndf 6
when I define it with -ndm 3 -ndf 3 , its works just fine
But I need -ndf 6 for my analysis as I am supposed to use a shell element which cannot be defined with -ndf 3. what should I do ??
please help
when I define it with -ndm 3 -ndf 3 , its works just fine
But I need -ndf 6 for my analysis as I am supposed to use a shell element which cannot be defined with -ndf 3. what should I do ??
please help
- Wed Dec 12, 2018 2:34 am
- Forum: OpenSees.exe Users
- Topic: Error using Brick Element
- Replies: 4
- Views: 4653
Re: Error using Brick Element
units are KN,m
I tried for even 0.001KN load, but fails
I tried for even 0.001KN load, but fails
- Wed Dec 12, 2018 2:29 am
- Forum: OpenSees.exe Users
- Topic: Error using Brick Element
- Replies: 4
- Views: 4653
Error using Brick Element
hello everyone, I am trying to use stdbrick element to model a cocncrete wall (can I ?) , but I am getting following errors even for a small model WARNING FE_Element::setID() - numDOF and number of dof at the DOF_Groups WARNING FE_Element::setID() - numDOF and number of dof at the DOF_Groups WARNING...
- Wed Dec 05, 2018 9:45 pm
- Forum: OpenSees.exe Users
- Topic: simulating bi-axial compression test
- Replies: 2
- Views: 2769
Re: simulating bi-axial compression test
Thanks for the response :) Yes, that's quite obvious. I was wondering about how to record the response at each load step for ex: for uni-axial compression set load 10 pattern Plain 1 Linear { load 13 0 0 -$load 0 0 0 load 14 0 0 -$load 0 0 0 load 15 0 0 -$load 0 0 0 load 16 0 0 -$load 0 0 0 load 17 ...
- Tue Dec 04, 2018 12:46 am
- Forum: OpenSees.exe Users
- Topic: simulating bi-axial compression test
- Replies: 2
- Views: 2769
simulating bi-axial compression test
hello everyone,
Can anyone briefly guide me through how to simulate a bi-axial compression test. Especially the loading part.
Thanks in advance
Can anyone briefly guide me through how to simulate a bi-axial compression test. Especially the loading part.
Thanks in advance
- Thu Sep 20, 2018 2:10 am
- Forum: Framework
- Topic: Error: Identifier is not defined
- Replies: 3
- Views: 16074
Error: Identifier is not defined
hello everyone, I get following error while loading .cpp and .h file of any materials, ERROR:Identifier "OPS_PRINT_PRINTMODEL_MATERIAL" not defined ************************************************************************************** void ElasticOrthotropicMaterial::Print (OPS_Stream &...
- Tue Aug 21, 2018 1:49 am
- Forum: Framework
- Topic: Nd-material interface for C++
- Replies: 0
- Views: 1918
Nd-material interface for C++
hello everyone,
Is there any documentation for the Nd-material interface for C++ out there.
Thanks
Is there any documentation for the Nd-material interface for C++ out there.
Thanks
- Tue Aug 21, 2018 1:47 am
- Forum: Framework
- Topic: DLL creation with Visual Studio 2017
- Replies: 5
- Views: 6517
Re: DLL creation with Visual Studio 2017
use vs 2010 and Bingo