Search found 68 matches

by hsafti
Mon Jul 09, 2012 3:45 am
Forum: Framework
Topic: PressureDependMultiYield Class
Replies: 3
Views: 4099

Re: PressureDependMultiYield Class

Hi Deepak

No unfortunately .... Good luck!

Regards,
Hisham
by hsafti
Tue Feb 21, 2012 8:18 am
Forum: Framework
Topic: PressureDependMultiYield Class
Replies: 3
Views: 4099

Re: PressureDependMultiYield Class

I am also confused with the two lines 2092 and 2094 in PressureDependMultiYield.C It seems there is a bug here ... two if(X < 1.) blocks, a return happens in execution instead of issuing an error. Can you please advice! 02091 if ( fabs(X-1.) < LOW_LIMIT ) X = 1.; 02092 if (X < 1.) return; 02093 0209...
by hsafti
Mon Feb 20, 2012 11:58 am
Forum: Framework
Topic: PressureDependMultiYield Class
Replies: 3
Views: 4099

PressureDependMultiYield Class

Hi all, I have a question about the variables "hv" and "pv" located in the constructor of the PressureDependMultiYield Class. The two variables are assigned to two other variables Hvx and Pvx. What do they mean? Checking the command manual for the "nDMaterial PressureDependMultiYield" they are not d...
by hsafti
Tue Jan 10, 2012 6:50 am
Forum: Soil Modelling
Topic: PressureDependMultiYield vs. PressureDependMultiYield02
Replies: 0
Views: 2056

PressureDependMultiYield vs. PressureDependMultiYield02

Dear all

What is the difference between both models:
PressureDependMultiYield vs. PressureDependMultiYield02

Best regards,
Hisham El Safti
by hsafti
Wed Aug 31, 2011 7:17 am
Forum: Framework
Topic: static double* residualPressx; in PressureDependMultiYield.h
Replies: 0
Views: 1737

static double* residualPressx; in PressureDependMultiYield.h

Hi,

Inside the header file: PressureDependMultiYield.h

there is a declaration

static double* residualPressx;

I do not really know what residual pressure means in here?? Any ideas are welcome.

Thanks
by hsafti
Wed Aug 31, 2011 7:16 am
Forum: Soil Modelling
Topic: static double* residualPressx; in PressureDependMultiYield.h
Replies: 1
Views: 16173

static double* residualPressx; in PressureDependMultiYield.h

Hi,

Inside the header file: PressureDependMultiYield.h

there is a declaration

static double* residualPressx;

I do not really know what residual pressure means in here?? Any ideas are welcome.

Thanks
by hsafti
Sat Aug 06, 2011 12:18 pm
Forum: Framework
Topic: Compilation Error on Debian 6.02 (Squeeze)
Replies: 7
Views: 7490

Re: Compilation Error on Debian 6.02 (Squeeze)

That file actually works for Ubuntu 10.10 .... for sequential OpenSees only though. I'm not familiar with the Makefile utility. OpenSees was my first encounter with it. I know that OpenSees is built for various Linux clusters in CA. Nevertheless, the OpenSees team does not share clear instructions o...
by hsafti
Fri Aug 05, 2011 1:41 am
Forum: Framework
Topic: “Pseudo-dynamic Analyses”experiments in OpenSees ?
Replies: 6
Views: 7607

Re: “Pseudo-dynamic Analyses”experiments in OpenSees ?

The "0.1"is a factor to be multiplied by the values vector ... so it is arbitrary. For more than one node (using the same MySeries) you just add another sp command to the pattern. pattern Plain 1 $MySeries { sp 58 1 0.1 sp 102 1 0.1 sp 107 2 0.2 sp .. . } If you need different time series for each n...
by hsafti
Thu Aug 04, 2011 12:38 pm
Forum: Framework
Topic: “Pseudo-dynamic Analyses”experiments in OpenSees ?
Replies: 6
Views: 7607

Re: “Pseudo-dynamic Analyses”experiments in OpenSees ?

First you'll need to define a time series (pdf manual page 304): Series -time {list_of_times} -values {list_of_values} or via files: Series -fileTime $fileName1 -filePath $fileName2 The sp command (page 307) sp $nodeTag $DOFtag $DOFvalue The pattern command (page 305) pattern Plain $patternTag (Time...
by hsafti
Thu Aug 04, 2011 6:58 am
Forum: Framework
Topic: “Pseudo-dynamic Analyses”experiments in OpenSees ?
Replies: 6
Views: 7607

Re: “Pseudo-dynamic Analyses”experiments in OpenSees ?

I was not able to open the paper but I guess your model can be implemented in OpenSees. You need to define an SP constraint to the node attached to the jack. The SP constrains should be introduced via a pattern command and a time series command (look up manual) Also, I guess this is a .exe user ques...
by hsafti
Thu Aug 04, 2011 5:07 am
Forum: Framework
Topic: Compilation Error on Debian 6.02 (Squeeze)
Replies: 7
Views: 7490

Re: Compilation Error on Debian 6.02 (Squeeze)

Please share the Makefile.def if you were able to build it (and list needed libraries please). The forum here seems to have something against Linux builds :( Try this Makefile.def https://docs.google.com/document/d/18llWrLqu42ruQonOQGwqBZMbl2m7hMQovUjt6563quc/edit?hl=en_US&authkey=CMfcybIK The probl...
by hsafti
Tue Jul 19, 2011 1:47 pm
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27420

Re: OpenSeesSP Build error

Could not find it on the webSVN .../trunk/MAKES ???
by hsafti
Mon Jul 04, 2011 2:13 pm
Forum: Parallel Processing
Topic: OpenSeesSP Build error
Replies: 26
Views: 27420

Re: OpenSeesSP Build error

I gave up on parallel build on Ubuntu ...