Search found 14 matches

by liuxing08
Tue Mar 07, 2017 5:45 am
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7821

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

Sudan wrote:
> No problem for my dll file to run on another computer.
> Did you build on debug version or release version?
> fmk recommend to build on release version to share on another computer.


Thanks, it works!!!
by liuxing08
Wed Mar 01, 2017 5:22 am
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7821

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

Me again. I found that the other computer missed a msvcr100d.dll. So I copied it from the successful computer to the other one. But I also download the software 360 safety guard to repair 'the msvc**.dll file missing'(文件修复), which can be found in the manual service(人工服务). So this problem has been so...
by liuxing08
Wed Mar 01, 2017 12:10 am
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7821

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

I have successfully built a DLL file. But I found another problem. I built the DLL file in my computer and it works in my computer. When I copied the DLL to another computer which is used for large computation, the opensees.exe can't create the material, that is the DLL file could not be used. The o...
by liuxing08
Mon Feb 27, 2017 6:38 pm
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7821

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

I have found the bugs. I didn't add the #ifdef _USRDLL.....
by liuxing08
Mon Feb 27, 2017 4:44 pm
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7821

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

My OS is window 7 and 64 version.
by liuxing08
Mon Feb 27, 2017 4:38 pm
Forum: OpenSees.exe Users
Topic: Adding New Material
Replies: 4
Views: 4111

Re: Adding New Material

Sudan wrote: > Dear Sir, > > Finally i am able to build it. During the process there was this error > related to bool.h, i removed include of bool.h from the header file > EigenSOE.h and it did work. > Also my pc is x64 bit version so i change the build platform to x64 and > build again and it worke...
by liuxing08
Mon Feb 27, 2017 4:34 pm
Forum: OpenSees.exe Users
Topic: The file .dll can not be used by the opensees.exe
Replies: 8
Views: 7821

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

I followed the instructions of "Adding your code to Opensees" to build a .dll on a Windows Machine with Visual Studio 2010 Installed. the dll file has been compiled successfully. But it can't be used by Opensees.exe. The screen printed "can not create the material". Has anyone me...
by liuxing08
Thu Mar 17, 2016 4:52 pm
Forum: OpenSees.exe Users
Topic: 20Node brick element
Replies: 3
Views: 3189

Re: 20Node brick element

fmk wrote: > why don't you get the element forces from the element directly instead? Thanks for your reply, Frank. I looked for the element recorder for the force. And I found this link http://opensees.berkeley.edu/OpenSees/manuals/usermanual/259.htm. I tried the command "recorder Element -file...
by liuxing08
Wed Mar 16, 2016 7:57 pm
Forum: OpenSees.exe Users
Topic: 20Node brick element
Replies: 3
Views: 3189

20Node brick element

I want to use the 20 node brick element to simulate the pile. How can i deal with the stress of the element to get the shear force? e.g. Can i use the sigmaxz*Area=shear force?
by liuxing08
Thu Jun 11, 2015 11:46 pm
Forum: OpenSees.exe Users
Topic: can't add cyclical load
Replies: 4
Views: 3571

Re: can't add cyclical load

I have tried four types of analysis as followed: 1 constraints Transformation test NormDispIncr 1e-3 50 1 algorithm Newton numberer RCM system SparseGEN integrator Newmark 1.6 1.1025 analysis Transient analyze 109 5 2 constraints Penalty 1e18 1e18 test NormDispIncr 1e-3 50 1 algorithm KrylovNewton n...
by liuxing08
Tue Jun 09, 2015 7:32 am
Forum: OpenSees.exe Users
Topic: can't add cyclical load
Replies: 4
Views: 3571

can't add cyclical load

timeSeries Path 93 -dt 1 -filePath 93.txt pattern Plain 93 93 { load 93 1 0 0 } I want to add cyclical load to my computational model, and my code is above. The profile 93.txt is like this "0 173.6481747 342.0201377 499.9999923 642.7876006 766.0444336 866.0253949 939.6926137 984.8077489 1000 98...
by liuxing08
Tue Mar 17, 2015 3:13 am
Forum: OpenSees.exe Users
Topic: Error:Noderecorder DatatoStore not recognised
Replies: 2
Views: 6696

Re: Error:Noderecorder DatatoStore not recognised

Frank, thanks for your reply. I have found my mistake. I made a misunderstanding of the tcl command. This error means the -node $nodeList was wrong. I made a mistake of the $nodeList.
by liuxing08
Mon Mar 16, 2015 2:37 am
Forum: OpenSees.exe Users
Topic: Error:Noderecorder DatatoStore not recognised
Replies: 2
Views: 6696

Error:Noderecorder DatatoStore not recognised

My recorder code is as followed: eval "recorder Node -file dynadispx.out -time -nodeRange 1 3718 -dof 1 -dT 0.02 disp" eval "recorder Node -file dynadispz.out -time -nodeRange 1 3718 -dof 3 -dT 0.02 disp" eval "recorder Node -file dynadispxsoil2.out -time -node 197 407 617 8...
by liuxing08
Thu Apr 10, 2014 3:45 am
Forum: Parallel Processing
Topic: An Error:op_read error on parent context: Error = -1
Replies: 1
Views: 4190

An Error:op_read error on parent context: Error = -1

I used OpenSeesmp to execute a simulation of earthquake response. I would like to execute 1000 steps, but OpenSeesmp aborted after about 300 steps with the error: "op_read error on parent context: Error = -1 op_read error on left context: Error = -1 unable to read the cmd header on the parent c...