Search found 28 matches

by Michaelson
Tue Jan 15, 2019 1:33 am
Forum: Framework
Topic: ZeroLength element
Replies: 1
Views: 3791

ZeroLength element

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 :)
by Michaelson
Sun Jan 13, 2019 10:37 pm
Forum: Framework
Topic: New Nd material
Replies: 0
Views: 1628

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 :)
by Michaelson
Sun Dec 23, 2018 10:35 pm
Forum: Framework
Topic: DLL creation with Visual Studio 2017
Replies: 5
Views: 5739

Re: DLL creation with Visual Studio 2017

using VS 2010 solved it for me :)
by Michaelson
Sun Dec 23, 2018 10:32 pm
Forum: Framework
Topic: Error: Identifier is not defined
Replies: 3
Views: 8125

Re: Error: Identifier is not defined

VS 2010 solved most of the errors for me :)
by Michaelson
Thu Dec 13, 2018 11:24 pm
Forum: OpenSees.exe Users
Topic: Error using Brick Element
Replies: 4
Views: 4076

Re: Error using Brick Element

apparently, you could define more than one model builder . Did not know that, sorry to bother :oops:
by Michaelson
Thu Dec 13, 2018 10:58 pm
Forum: OpenSees.exe Users
Topic: Quad element for -ndf 3
Replies: 1
Views: 2063

Re: Quad element for -ndf 3

apparently, you could define more than one model builder . Did not know that, sorry to bother :oops:
by Michaelson
Wed Dec 12, 2018 10:11 pm
Forum: OpenSees.exe Users
Topic: Quad element for -ndf 3
Replies: 1
Views: 2063

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 :)
by Michaelson
Wed Dec 12, 2018 9:07 pm
Forum: OpenSees.exe Users
Topic: Error using Brick Element
Replies: 4
Views: 4076

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 :(
by Michaelson
Wed Dec 12, 2018 2:34 am
Forum: OpenSees.exe Users
Topic: Error using Brick Element
Replies: 4
Views: 4076

Re: Error using Brick Element

units are KN,m
I tried for even 0.001KN load, but fails :(
by Michaelson
Wed Dec 12, 2018 2:29 am
Forum: OpenSees.exe Users
Topic: Error using Brick Element
Replies: 4
Views: 4076

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...
by Michaelson
Wed Dec 05, 2018 9:45 pm
Forum: OpenSees.exe Users
Topic: simulating bi-axial compression test
Replies: 2
Views: 2474

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 ...
by Michaelson
Tue Dec 04, 2018 12:46 am
Forum: OpenSees.exe Users
Topic: simulating bi-axial compression test
Replies: 2
Views: 2474

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 :)
by Michaelson
Thu Sep 20, 2018 2:10 am
Forum: Framework
Topic: Error: Identifier is not defined
Replies: 3
Views: 8125

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 &s, int flag) ...
by Michaelson
Tue Aug 21, 2018 1:49 am
Forum: Framework
Topic: Nd-material interface for C++
Replies: 0
Views: 1576

Nd-material interface for C++

hello everyone,
Is there any documentation for the Nd-material interface for C++ out there.
Thanks :)
by Michaelson
Tue Aug 21, 2018 1:47 am
Forum: Framework
Topic: DLL creation with Visual Studio 2017
Replies: 5
Views: 5739

Re: DLL creation with Visual Studio 2017

use vs 2010 and Bingo :)