Search found 5 matches

by dhshin
Mon Jan 09, 2006 9:39 pm
Forum: OpenSees.exe Users
Topic: Linking Errors in VC++
Replies: 3
Views: 3802

How do you compile your codes ?

I have similar experience. But in my case I recognized that I tried to complie the codes without turning off opensees.exe. When I turned it off, I could succeed in compiling without any error like yours.

Of course there can be another possibility for that error.
Anyway why don't you try it? :)
by dhshin
Sun Dec 25, 2005 12:45 am
Forum: OpenSees.exe Users
Topic: Drucker-Prager yield surface in plane stress state
Replies: 2
Views: 5822

First, check if you are using a correct executable file.

Hello, I recommend you that you check whether the opensees.exe is correct. In some cases an opensees.exe does not include ElasticIsotropicPlaneStrain2D or ElasticIsotropicPlaneStress2D models within nDMaterial Models, specifically within TclModelBuildernDMaterialCommand.cpp. If then, you have to mod...
by dhshin
Wed Dec 21, 2005 11:42 am
Forum: OpenSees.exe Users
Topic: Applications of Material Models in OpenSees
Replies: 0
Views: 2396

Applications of Material Models in OpenSees

Hello, As you know, there are so many material and element models in OpenSees. But it is very difficult to understand how and/or where to use them. Of course, some of them can be easily used in an analysis. Can anybody let me know to where i can apply those material models, especially nDMaterial mod...
by dhshin
Wed Dec 21, 2005 11:03 am
Forum: OpenSees.exe Users
Topic: pore pressure of water
Replies: 3
Views: 3890

How do you consider the construction process of embankment?

Hello, This is not the answer you want to hear, but just another question. If you try to analyze the stress-strain behavior of embankment dam, section of dam concerned must be divided into a set of increments and construction of material must be performed incrementally. So, in this case, how do you ...
by dhshin
Tue Nov 29, 2005 9:52 am
Forum: Framework
Topic: What is the usage of makefiles in the Source Codes
Replies: 1
Views: 3852

What is the usage of makefiles in the Source Codes

Hello, everybody;
I can find many 'makefiles' in the source codes of OpenSees. But I don't know their usage for what. Are they needed in implementing certain models? or... :?