Search found 10 matches

by ouyang
Sun May 03, 2009 8:48 pm
Forum: OpenSees.exe Users
Topic: global node info of a element from BLOCK3D with "record
Replies: 3
Views: 3314

global node info of a element from BLOCK3D with "record

Hi there, I am using the command "BLOCK3D" to generate a lot of elements(see the tcl script attached below). How can I get the global node numbering info for a specific element with "recorder"? Thanks for your help in advance. Ouyang ########################## set eleArgs "1...
by ouyang
Tue Oct 30, 2007 12:57 am
Forum: OpenSees.exe Users
Topic: how to output stresses and strains in a element
Replies: 1
Views: 2567

how to output stresses and strains in a element

Hi everyone, I am running the model: "Plastic Pressure Dependent Wet Inclined Dynamic" located at http://cyclic.ucsd.edu/opensees/Plastic%20Pressure%20Dependent%20Wet%20Inclined%20Dynamic/index.htm on opensees (1.7.3). Somehow, only node-related ouput, such as disp.out and acce.out, are ge...
by ouyang
Wed Jan 24, 2007 4:19 am
Forum: OpenSees.exe Users
Topic: how to set up boundary conditions in tcl for Brick8N_u_p_U?
Replies: 4
Views: 6373

Hi Boris, Thanks for your help. Based on the actual definition (eqs. 8.61 and 8.63) of RHS on page 189 of your lecture note, these virtual "loads" are the summation of tractions, body forces and pore pressure at BC. Based on my understanding, if I want to specify the pore pressure at some ...
by ouyang
Wed Jan 10, 2007 6:15 am
Forum: OpenSees.exe Users
Topic: how to set up boundary conditions in tcl for Brick8N_u_p_U?
Replies: 4
Views: 6373

how to set up boundary conditions in tcl for Brick8N_u_p_U?

Hi everyone, I am using Brick8N_u_p_U element to analyze a underground mined panel within saturated porous medium. Here are my questions: (1). For zero pore pressure boundary condition, for example at a node 6747, I can do this: fix 6747 0 0 0 1 1 1 1 The first "1" above means zero pore pr...
by ouyang
Fri Jun 23, 2006 3:26 am
Forum: OpenSees.exe Users
Topic: how to output the coordinates (x,y,z) of gauss points
Replies: 0
Views: 2366

how to output the coordinates (x,y,z) of gauss points

Hi everyone, I am using the brickUP element for my 3D geomechanics problem and want to draw stress contour. To do so, I output stress for 8 gauss points (see the following "recorder Element ...". But I don't know how to get (x,y,z) coordinates of the gauss points. Anybody knows how to outp...
by ouyang
Wed May 31, 2006 12:18 am
Forum: OpenSees.exe Users
Topic: How to output stress/strain/displacement on a cross section?
Replies: 1
Views: 2817

How to output stress/strain/displacement on a cross section?

Hi everyone, I am learning opensees. I would like to output stress/strain/displacement on a cross section for Brick8N_u_p_U element. I have tried it for a while but still don't know how to do that. I appreciate your help. Thanks a lot. Ouyang The following is the example tcl input file. model BasicB...
by ouyang
Tue Jan 24, 2006 10:01 am
Forum: OpenSees.exe Users
Topic: anybody has example tcl code for parallel computation?
Replies: 1
Views: 2803

anybody has example tcl code for parallel computation?

Hi everyone, I am trying to use three PCs with linux system to do parallel computation with Opensees for my 3d FEM model. I am new in the area of parallel computation. I read the report at http://sokocalo.engr.ucdavis.edu/~jeremic/PDD/DraftReport.pdf and got some ideas: 1. explicit domain decomposit...
by ouyang
Sat Apr 16, 2005 9:43 pm
Forum: OpenSees.exe Users
Topic: error while compiling OpenSees 1.6.2 with VC++ 6.0
Replies: 3
Views: 5833

fmk,

I have installed vc.net. I can compile opensees1.6.0 successfully but still get a lot of error messages for opensees1.6.2. Are you going to update the project for win32?

thanks.

Ouyang
by ouyang
Sat Apr 16, 2005 9:37 am
Forum: OpenSees.exe Users
Topic: error while compiling OpenSees 1.6.2 with VC++ 6.0
Replies: 3
Views: 5833

ok. Let me migrate my compiler from vc++6.0 to vc.net. Thanks.

ouyang
by ouyang
Thu Apr 07, 2005 2:50 pm
Forum: OpenSees.exe Users
Topic: error while compiling OpenSees 1.6.2 with VC++ 6.0
Replies: 3
Views: 5833

error while compiling OpenSees 1.6.2 with VC++ 6.0

Hi everyone, I got the following error information when I compiled the OpenSees 1.6.2. Looks like the error is related to these two lines in SuperLU.h: superlu_options_t options; SuperLUStat_t stat; I can not find where the superlu_options_t and SuperLUState_t come from. Anybody knows what is wrong ...