Search found 13 matches

by duguyihan
Tue Jul 17, 2018 3:57 pm
Forum: Framework
Topic: OpenSeesSP and OpenSeesMP Visual Studio projects
Replies: 2
Views: 4440

Re: OpenSeesSP and OpenSeesMP Visual Studio projects

Dear, I have the same question. When I tried to add the openseesMP project manually in Visual Studio 2017 (64bit), several file missing errors occurred, including 'LimitCurve.h', 'DOf_Group' and 'mpi.h'. Although adding the first two files manually, same errors still occurred. And 'mpi.h' can not ev...
by duguyihan
Sun Jul 15, 2018 5:25 am
Forum: OpenSees.exe Users
Topic: Multilayer Shell Model
Replies: 11
Views: 9186

Re: Multilayer Shell Model

Dear,

I also obtain significant difference when setting variables value for bottom and top rebar in shell element. My question is, how to determine the local z axis if my shell element is in the global X-Z plane?
by duguyihan
Sat Apr 14, 2018 5:51 am
Forum: Framework
Topic: error of loading tlc file
Replies: 3
Views: 4216

Re: error of loading tlc file

Baodkt wrote:
> Hi duguyihan
> I couldn't understand your answer, could you tell me more detail?


the extension name is ".tcl", rather than ".tlc"
by duguyihan
Fri Apr 06, 2018 6:49 am
Forum: Framework
Topic: error of loading tlc file
Replies: 3
Views: 4216

Re: error of loading tlc file

Try:

example1.tcl
by duguyihan
Thu Apr 05, 2018 7:04 pm
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7564

Re: The file .dll can not be used by the opensees.exe

I face the same problem, still need help! I get the compiled dll file, but it seems the OpenSees.exe doesn't know its existence and just return "WARNING could not create uniaxialMaterial ElatsticPPcpp". The OS is win7 64bit. Both 32bit and 64bit release of the dll files and corresponding Opensees.ex...
by duguyihan
Wed Mar 14, 2018 7:16 pm
Forum: Framework
Topic: Fatal error C1083 in Adding A New Material process
Replies: 2
Views: 3365

Re: Fatal error C1083 in Adding A New Material process

I put the file "bool.h"(from src) into the "core" directory and add it in the source files, it works! But i face the following errors (Win10 64bit, visual studio 2017, v2.5.0): 1>dllmain.cpp 1>win32Functions.obj : error LNK2005: _DllMain@12 already defined in win32Functions.obj 1> Creating library E...
by duguyihan
Wed Mar 14, 2018 6:17 pm
Forum: Framework
Topic: Problem with the ElasticPPCPP example
Replies: 2
Views: 3886

Re: Problem with the ElasticPPCPP example

I'm facing the same problem. Did you solve it out? (Win10 64bit, visual studio 2017, 2.5.0) 1>dllmain.cpp 1>win32Functions.obj : error LNK2005: _DllMain@12 already defined in win32Functions.obj 1> Creating library E:\OpenseesSecondary\source code\DEVELOPER\material\cpp\ElasticPPcpp\Release\ElasticPP...
by duguyihan
Wed Mar 14, 2018 6:04 pm
Forum: Framework
Topic: DLL creation with Visual Studio 2017
Replies: 5
Views: 5853

Re: DLL creation with Visual Studio 2017

I face the same problem.
I can figure it out by selecting "Not using precompiled headers". However, other errors occur, including LNK2005, LNK1169. Still need help.
by duguyihan
Mon Oct 16, 2017 8:06 am
Forum: OpenSees.exe Users
Topic: DisplayModel3D NodeNumbers not working in win10?
Replies: 1
Views: 2156

Re: DisplayModel3D NodeNumbers not working in win10?

Actually i have the same question with you, and my system is Win 7.
by duguyihan
Sun Oct 15, 2017 4:42 pm
Forum: OpenSees.exe Users
Topic: "eleLoad" command not working with "forceBeamColumn" element
Replies: 7
Views: 7109

Re: "eleLoad" command not working with "forceBeamColumn" ele

The post by gkourpa is great!
I'd like to mention that actually dispBeamColumn element can be assigned with eleload and reasonable results can be obtained in 3D frame structural analysis. However, forceBeamColumn element with eleload just shows "0"!. Really hope this bug will be fixed in the future.
by duguyihan
Sun Oct 15, 2017 7:00 am
Forum: OpenSees.exe Users
Topic: definition of mass
Replies: 8
Views: 7617

Re: definition of mass

Hello,

I have the same problem! Do you finally solve it? My OpenSees version is 2.5.0.

yihan
by duguyihan
Mon Oct 09, 2017 9:31 am
Forum: OpenSees.exe Users
Topic: Progressive Collapse
Replies: 8
Views: 6961

Re: Progressive Collapse

set RemoveEle [expr 10000+1000*$FailLevel+100*$FailFrame+10*$FailPier];
set RemoveNod [expr 1000*($FailLevel)+$FailFrame*100+($FailPier)*10];
remove element $RemoveEle;
remove node $RemoveNod;
by duguyihan
Tue Dec 22, 2015 5:34 am
Forum: Documentation
Topic: Navigator errors
Replies: 7
Views: 17495

Re: Navigator errors

The same problem still exist when I try to run the 2d truss example.
I use the newest 64-bit 2.5.5 version (download in 12/22/2015), matlab 2015a (8.5) MATLAB Runtime on windows 10 64 bit . I