Search found 19 matches
- Sat May 12, 2012 11:15 pm
- Forum: Framework
- Topic: question regarding testing DLL
- Replies: 4
- Views: 5573
Re: question regarding testing DLL
Mercure wrote: > I have the same questions as rainandcm, i don't know how to test de new > material, as the bin folder does not exist and so do the compiled project, > is it an error in the instructions? I think there were some mistakes in the old instructions. They had a lot of update recently. If ...
- Sat May 12, 2012 11:12 pm
- Forum: Framework
- Topic: problem of dll
- Replies: 7
- Views: 7954
Re: problem of dll
marykabrown wrote: > Please explain wipe command. Sorry for the late reply. I had similar problems before. OpenSees doesn't allow us to define a node twice. This is what the error tells. Maybe try to print the node number out. Check one by one to see where you are trying to overwrite an existing nod...
- Thu Sep 15, 2011 4:29 pm
- Forum: Framework
- Topic: Where to find OpenSees TCL Builder
- Replies: 6
- Views: 7401
Re: Where to find OpenSees TCL Builder
Looks like I got the solution now...The modelbuilder file is located in the same directory as the new material.
- Wed Sep 14, 2011 10:58 pm
- Forum: Framework
- Topic: Where to find OpenSees TCL Builder
- Replies: 6
- Views: 7401
Re: Where to find OpenSees TCL Builder
But the thing is, I don't know how to change the Tcl Model Builder. Can somebody help me? Where should I make the change to TclModelBuilder? Thank you.
- Wed Sep 14, 2011 10:54 pm
- Forum: Framework
- Topic: Where to find OpenSees TCL Builder
- Replies: 6
- Views: 7401
Re: Where to find OpenSees TCL Builder
I found the Tcl Builder now. It is in the Class tcl--Source Files
- Wed Sep 14, 2011 10:56 am
- Forum: Framework
- Topic: Where to find OpenSees TCL Builder
- Replies: 6
- Views: 7401
Where to find OpenSees TCL Builder
Hi I read from " How to introduce a new material into OpenSees, by Michael H. Scott" that " New material model must be added to the OpenSees Tcl model builder in order to be used by analysis models defined in Tcl scipt files. Can somebody tell me where to find this "tcl Builder&q...
- Tue Sep 13, 2011 3:30 pm
- Forum: Framework
- Topic: question regarding testing DLL
- Replies: 4
- Views: 5573
question regarding testing DLL
Hi, Following steps in http://opensees.berkeley.edu/wiki/index.php/Windows_Vista_DLL_Creation, I've built the .dll file. I am a little confused in the testing part. "Now test it, 1. using windows finder, copy the .dll (C:\??\OpenSeesDeveloper\material\ElasticPPCPP\Debug) into the class director...
- Tue Sep 13, 2011 2:27 pm
- Forum: Framework
- Topic: problem of dll
- Replies: 7
- Views: 7954
Re: problem of dll
You may need a "wipe"command in the code.
- Mon Sep 12, 2011 1:44 pm
- Forum: Framework
- Topic: How to add a new material in OpenSees
- Replies: 1
- Views: 2365
How to add a new material in OpenSees
Hi,
I have both Newmaterial.cpp and Newmaterial.h. What else do I need to do to add this new material? Is there anywhere I can find the procedures? Thank you very much. After I succeed, I'd like to share my experience with others.
I have both Newmaterial.cpp and Newmaterial.h. What else do I need to do to add this new material? Is there anywhere I can find the procedures? Thank you very much. After I succeed, I'd like to share my experience with others.
- Wed Aug 17, 2011 2:15 pm
- Forum: Framework
- Topic: OpenSees.exe compiling error
- Replies: 3
- Views: 4135
Re: OpenSees.exe compiling error
fmk wrote: > it is a problem which shows up in the debug version when using SuperLU .. > use another solver or build the release version of the code. Thanks for your reply. BY saying use another solver, do you mean change a different version of Visual C++? Can you give me some detail? Thank you. Xia...
- Tue Aug 16, 2011 4:50 pm
- Forum: Framework
- Topic: OpenSees.exe compiling error
- Replies: 3
- Views: 4135
OpenSees.exe compiling error
Hello, I downloaded the C++ package to compile OpenSees.exe. Software I used is Visual Studio 2010. I opened opensees2005.sln and built it. There are no errors in the log. However, the opensees.exe produced can not work well. When I run models with my opensees. it shows " Debug Error! Program: ...
- Wed Aug 10, 2011 9:53 am
- Forum: Soil Modelling
- Topic: hystereticBackbone ReeseSoftClay
- Replies: 2
- Views: 4188
Re: hystereticBackbone ReeseSoftClay
Problem solved. Here is the right way: "The problem is that the zeroLength element only works with uniaxialMaterials and not hystereticBackbone objects. However, they are very similar. To get around it, you should first define your hystereticBackbone ReeseSoftClay, then define a uniaxialMateria...
- Mon Aug 08, 2011 3:16 pm
- Forum: Documentation
- Topic: directiroy of installing of TCL/TK
- Replies: 8
- Views: 25282
Re: directiroy of installing of TCL/TK
Here is my experience in installing TCL/TK in 64 bit Windows 7 OS. Is is very very important to left click the TCL/TK.exe and click "run as administrator". If you don't do this, Windows 7 will not allow you to change installation folder. Just to share with people, in case others have the s...
- Mon Aug 08, 2011 3:09 pm
- Forum: Soil Modelling
- Topic: py spring material used in BNWF method
- Replies: 0
- Views: 2529
py spring material used in BNWF method
Hello, In the forllowing website, it used "PySimple1" to create py material for zerolength spring. Can I use other command (instead of PySimple1) to create the py material? I tried "hystereticBackbone ReeseSoftClay" but it does work. After run the program, it shows "material...
- Mon Aug 08, 2011 2:57 pm
- Forum: Soil Modelling
- Topic: hystereticBackbone ReeseSoftClay
- Replies: 2
- Views: 4188
hystereticBackbone ReeseSoftClay
I used "hystereticBackbone ReeseSoftClay" to replace "uniaxialMaterial PySimple1" command. When I run my model, it shows "WARNING no material 64exitsts -element ZeroLength eleTag?? i Node? jNode?...". It looks like the material 64 doesn't exist. In order to check if thi...