Search found 11 matches

by DUTma
Sun May 09, 2021 9:16 pm
Forum: OpenSees.exe Users
Topic: Joint2D element can be used in 3D model?
Replies: 3
Views: 4087

Re: Joint2D element can be used in 3D model?

mhscott wrote: Sat Jan 09, 2021 9:04 am That element only works for 2D models.
Thank for your reply!
by DUTma
Fri Jan 08, 2021 10:34 pm
Forum: OpenSees.exe Users
Topic: Joint2D element can be used in 3D model?
Replies: 3
Views: 4087

Joint2D element can be used in 3D model?

Joint2D element can be used in 3D model?
It is observed that there is 2D in name of the element, so that I just want to know whether the element can be used in 3D model? And there is warning in opensees code when Joint2D element is employed in 3D model as follows.

WARNING Joint2D::setDomain(): has incorrect space dimension
space dimension not supported by Joint2DWARNING Domain::addElement - In element 40
no Node 71 exists in the domain
WARNING could not add element to the domain
Joint2D element: 40

while executing
"element Joint2D 40 9 23 10 2 71 7 0"
(file "FEM_Elements.tcl" line 51)
invoked from within
"source FEM_Elements.tcl"
by DUTma
Wed Nov 27, 2019 7:50 pm
Forum: OpenSees.exe Users
Topic: where can I download the new Opensees Command Language Manual?
Replies: 2
Views: 3023

where can I download the new Opensees Command Language Manual?

Hi,everybody!
I have OpenSees Command Language Manual for OpenSees version 1.7.3 but I want to download newest version.
Please help me,Thanks very much.
by DUTma
Tue Jul 23, 2019 9:27 pm
Forum: OpenSees.exe Users
Topic: Recorded Data
Replies: 7
Views: 5617

Re: Recorded Data

Hi, I encountered same problem and I has solved by closing OpenSEES window after OpenSEES finish to calculate. And you can try to do it.
by DUTma
Tue Jul 23, 2019 9:22 pm
Forum: OpenSees.exe Users
Topic: How do I choose OpenSEES's test?
Replies: 0
Views: 1658

How do I choose OpenSEES's test?

There are three test, such as NormUnbalabce, NormDispIncr and EnergyIncr, how do I choose OpenSEES's test? And how do I decide appropriate tol?
by DUTma
Mon Jul 01, 2019 5:56 pm
Forum: OpenSees.exe Users
Topic: Section force component?
Replies: 3
Views: 3158

Re: Section force component?

selimgunay wrote:
> Thanks. Could you clarify, is the last column torsion in the local
> coordinate system ?
My dear friend:
i used <-xml $filemame> command, and there are -xml metadata labelling each column of data in output file including P,Mz,My,T,Vy,Vz,T and I am sure that Mz is in local coordinate system, so I think other component is also in local.
by DUTma
Wed Jun 26, 2019 9:56 pm
Forum: OpenSees.exe Users
Topic: Section force component?
Replies: 3
Views: 3158

Re: Section force component?

Hi everyone :
I had found answer,they are P,Mz,My,T,Vy,Vz and T in local coordinate system.
by DUTma
Wed Jun 19, 2019 4:13 am
Forum: OpenSees.exe Users
Topic: Section force component?
Replies: 3
Views: 3158

Section force component?

Description:After I use command "recorder Element -file ele1.out -time -ele 1 section 1 force",there are eight components in result file. After removing the time column, there are 7 columns.
Question: What's means these seven columns?
by DUTma
Sun Mar 24, 2019 7:23 pm
Forum: Reliability Analysis
Topic: What mean is "failed to get compatible element force " ?
Replies: 0
Views: 9425

What mean is "failed to get compatible element force " ?

Hi everyone!
Prompt me "failed to get compatible element force & deformation for element: 1 (dw:<<0.348037, dw0:0.423057)". What mean is that ?
by DUTma
Sat Mar 16, 2019 7:45 pm
Forum: Framework
Topic: Can I use C# to creat new material?
Replies: 2
Views: 11574

Can I use C# to creat new material?

I want to use C# to develope Opensees, how can I to do it?