Search found 10 matches
- 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: 3361
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...
- Tue Oct 30, 2007 12:57 am
- Forum: OpenSees.exe Users
- Topic: how to output stresses and strains in a element
- Replies: 1
- Views: 2581
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...
- 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: 6432
- 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: 6432
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...
- 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: 2372
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...
- 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: 2832
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...
- Tue Jan 24, 2006 10:01 am
- Forum: OpenSees.exe Users
- Topic: anybody has example tcl code for parallel computation?
- Replies: 1
- Views: 2817
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...
- 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: 5867
- 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: 5867
- 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: 5867
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 ...