Search found 13 matches
- Tue Jul 17, 2018 3:57 pm
- Forum: Framework
- Topic: OpenSeesSP and OpenSeesMP Visual Studio projects
- Replies: 2
- Views: 4895
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...
- Sun Jul 15, 2018 5:25 am
- Forum: OpenSees.exe Users
- Topic: Multilayer Shell Model
- Replies: 11
- Views: 9651
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?
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?
- Sat Apr 14, 2018 5:51 am
- Forum: Framework
- Topic: error of loading tlc file
- Replies: 3
- Views: 4637
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"
> Hi duguyihan
> I couldn't understand your answer, could you tell me more detail?
the extension name is ".tcl", rather than ".tlc"
- Fri Apr 06, 2018 6:49 am
- Forum: Framework
- Topic: error of loading tlc file
- Replies: 3
- Views: 4637
Re: error of loading tlc file
Try:
example1.tcl
example1.tcl
- 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: 7925
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 O...
- Wed Mar 14, 2018 7:16 pm
- Forum: Framework
- Topic: Fatal error C1083 in Adding A New Material process
- Replies: 2
- Views: 3773
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...
- Wed Mar 14, 2018 6:17 pm
- Forum: Framework
- Topic: Problem with the ElasticPPCPP example
- Replies: 2
- Views: 4269
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...
- Wed Mar 14, 2018 6:04 pm
- Forum: Framework
- Topic: DLL creation with Visual Studio 2017
- Replies: 5
- Views: 6507
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.
I can figure it out by selecting "Not using precompiled headers". However, other errors occur, including LNK2005, LNK1169. Still need help.
- Mon Oct 16, 2017 8:06 am
- Forum: OpenSees.exe Users
- Topic: DisplayModel3D NodeNumbers not working in win10?
- Replies: 1
- Views: 2263
Re: DisplayModel3D NodeNumbers not working in win10?
Actually i have the same question with you, and my system is Win 7.
- Sun Oct 15, 2017 4:42 pm
- Forum: OpenSees.exe Users
- Topic: "eleLoad" command not working with "forceBeamColumn" element
- Replies: 7
- Views: 7688
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 t...
- Sun Oct 15, 2017 7:00 am
- Forum: OpenSees.exe Users
- Topic: definition of mass
- Replies: 8
- Views: 7899
Re: definition of mass
Hello,
I have the same problem! Do you finally solve it? My OpenSees version is 2.5.0.
yihan
I have the same problem! Do you finally solve it? My OpenSees version is 2.5.0.
yihan
- Mon Oct 09, 2017 9:31 am
- Forum: OpenSees.exe Users
- Topic: Progressive Collapse
- Replies: 8
- Views: 7301
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;
set RemoveNod [expr 1000*($FailLevel)+$FailFrame*100+($FailPier)*10];
remove element $RemoveEle;
remove node $RemoveNod;
- Tue Dec 22, 2015 5:34 am
- Forum: Documentation
- Topic: Navigator errors
- Replies: 7
- Views: 24499
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
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