Search found 24 matches

by JoseLeo
Wed Apr 21, 2010 12:31 am
Forum: OpenSees.exe Users
Topic: Displacement and Force Time Series using Plain Pattern
Replies: 1
Views: 2110

Displacement and Force Time Series using Plain Pattern

The following are undocumented commands that may be very useful in a variety of problems and applications, which I have tested in transient analysis and worked fine: #Displacement time Series alternative to Multisupport pattern # applies displacement series SP constraint at node 20, dof 2 (free), fa...
by JoseLeo
Sat Feb 13, 2010 3:50 am
Forum: OpenSees.exe Users
Topic: which version supports save command
Replies: 4
Views: 3493

it is possible to run opensees via matlab m-file with the command: ! OpenSees Inputfile.tcl , by putting them in the same current work directory. It is then possible to run Opensees in a matlab loop by changing/varying the input parameters and writing a new .tcl input file in each iteration, say a M...
by JoseLeo
Mon Jan 04, 2010 8:51 am
Forum: Soil Modelling
Topic: 3D MODELING OF SOIL
Replies: 3
Views: 6016

you can also try to explore OpenSeesPL as a good start. Although it is primarily for soil-pile interaction problems, but it uses 3D model (solids) for the soil elements. you can study the contents of the generated tcl input file (nodes, elements, materials, constraints and boundaries, analysis, etc....
by JoseLeo
Sun Nov 15, 2009 6:58 am
Forum: Soil Modelling
Topic: Wave propagation and Explicit dynamic analysis with OpenSees
Replies: 0
Views: 4000

Wave propagation and Explicit dynamic analysis with OpenSees

Has anyone made some explicit dynamic analysis with Opensees such as impact modeling and wave propagation? I'm trying to simulate impulse echo test on a pile by applying a short impact loading at the top at very small duration (0.00008 s) and studying acceleration/velocity reflections at the top due...
by JoseLeo
Thu Sep 17, 2009 9:53 am
Forum: OpenSees.exe Users
Topic: stdBrick and Brick8N to model 3D solid structural members?
Replies: 2
Views: 2782

i see. so that is why for the moment these elements are just mostly used for continuum modeling of soils and rarely/not for structural members. because I was just thinking despite these limitations whether I can use either of these stdBrick and Brick8N elements to model 3D solid structural members i...
by JoseLeo
Wed Sep 16, 2009 11:59 pm
Forum: OpenSees.exe Users
Topic: stdBrick and Brick8N to model 3D solid structural members?
Replies: 2
Views: 2782

stdBrick and Brick8N to model 3D solid structural members?

since these elements only have 3 translational DOFs at each node with no rotation (-ndm 3 -dof 3), are there any further improvement on these 2 solid elements (stdBrick and Brick8N) to be used in 3D solid modeling of structural members such as columns, beams, slabs, footings, or piles..? or can they...
by JoseLeo
Sun Sep 06, 2009 11:46 pm
Forum: OpenSees.exe Users
Topic: moving load varying with magnitude and location
Replies: 1
Views: 2331

moving load varying with magnitude and location

Hi all, I have a load history of a dynamic force with distance [i.e., x=distance (m) and y=force (kN)], which was obtained from a truck vehicle-pavement roughness interaction analysis program. Now I want to apply this dynamic load on a simply supported bridge girder subjected to the load history of ...
by JoseLeo
Mon Aug 24, 2009 11:44 pm
Forum: Soil Modelling
Topic: Axial loading of pile
Replies: 4
Views: 6790

reset after the gravity analysis:

loadConst -time 0
by JoseLeo
Mon Aug 24, 2009 5:19 pm
Forum: Soil Modelling
Topic: Axial loading of pile
Replies: 4
Views: 6790

you might be applying a pile axial load that is way too big for your total skin-friction and end-bearing resistances. try smaller axial loads. "integrator LoadControl 1" and "analyze 2" means double the applied load. try "integrator LoadControl 0.1" and "analyze 10...
by JoseLeo
Thu Jul 30, 2009 11:56 pm
Forum: OpenSees.exe Users
Topic: OpenSees Days 2009 Registration Now Open
Replies: 10
Views: 15292

Workshop Vids

Although workshop notes and handouts would be available sometime later after the presentation, is it also possible that the lecture presentations be vid eo recorded for download later? I really find it very helpful for users from other countries who cannot come to America for the 2 day event, but st...
by JoseLeo
Tue Jun 23, 2009 4:59 pm
Forum: OpenSees.exe Users
Topic: OpenSees on x64?
Replies: 5
Views: 5391

..it's fine with mine running OpenSees in WindowsXP on my x64bit computer (2.83GHz quad CPU, 8Gb ram)

just make sure you followed the install instructions for ActiveState tcl correctly, especially the part on changing the install directory to C:\Program Files\Tcl
by JoseLeo
Mon Jun 22, 2009 1:12 am
Forum: Soil Modelling
Topic: coupled soil-pile axial interaction with consolidating soil
Replies: 1
Views: 4624

coupled soil-pile axial interaction with consolidating soil

at the moment I am performing uncoupled analysis of axial soil-pile interaction to study negative skin-friction (NSF) under the effects of a consolidating soil due to surcharge load using 1D soil-pile model with Tz-Qz springs, by: (1) performing a separate finite difference analysis of consolidation...
by JoseLeo
Sun Apr 12, 2009 12:17 am
Forum: OpenSees.exe Users
Topic: Nonlinear SDoF with viscous
Replies: 10
Views: 10426

fmk wrote: " you cannot put the viscous material in parallel with the other .. the parallel material will ignore the viscous material .. "... hope this gets noted on the manual for viscous uniaxial material. a lot of people are getting into the mistake of having this damping material model...
by JoseLeo
Tue Feb 24, 2009 5:15 am
Forum: Soil Modelling
Topic: PySimple1Gen command
Replies: 1
Views: 3443

opensees.berkeley.edu/OpenSees/manuals/usermanual/documents/PySimple1GenDocumentation.pdf
by JoseLeo
Tue Feb 24, 2009 4:24 am
Forum: OpenSees.exe Users
Topic: run automatically
Replies: 4
Views: 4863

I used MatLab for that, and I have been running OpenSees inside MatLab. In your m.file just insert the code:

! OpenSees filename.tcl