Search found 7 matches
- Mon Aug 01, 2011 1:34 am
- Forum: Soil Modelling
- Topic: problem with block3D command
- Replies: 1
- Views: 3190
problem with block3D command
Hello i am working on soil pile interaction problem considering soil as a 3D continuum. I am trying to develop a generalized tcl code for modelling and analysis of a single pile surrounded by soil. I am taking the geometry of soil and pile as variables. The soil around the pile is divided in 4 block...
- Fri Mar 25, 2011 6:15 am
- Forum: Soil Modelling
- Topic: meshing in a Brick20N element
- Replies: 1
- Views: 2593
meshing in a Brick20N element
How can i do meshing in a Brick20N element. I tried to do it but could not make it. Here is the code : wipe; model basic -ndm 3 -ndf 6 file mkdir output ; nDMaterial ElasticIsotropic 1 2000 .25 set element Brick20N ; set eleargs "1 10 10 10 .1"; block3D 5 5 1 1 1 $element $eleargs { 1 2500...
- Thu Mar 17, 2011 2:45 am
- Forum: Soil Modelling
- Topic: how to attach soil springs to the nodes of a pile and raft??
- Replies: 2
- Views: 4373
Re: how to attach soil springs to the nodes of a pile and ra
thanx for your kind help fmk i did the same but still i am getting some error in analysis here is my code #wiping out all previous declarations wipe; #spring nodes created with ndm 3 and ndf 3 model basic -ndm 3 -ndf 3 file mkdir output; #horizontal soil spring nodes of pile 1 for { set a 1 } { $a <...
- Sun Mar 13, 2011 8:38 am
- Forum: Soil Modelling
- Topic: Problem in a soil pile interaction problem
- Replies: 0
- Views: 2680
Problem in a soil pile interaction problem
I am working on soil pile interaction. I wrote this code for a 3d frame supported over a raft pile foundation and assigned horizontal soil springs to the piles and both horizontal as well as vertical springs to raft.I ran the code and got the model but it is giving error in analysis. I revised it se...
- Fri Mar 11, 2011 9:37 pm
- Forum: Soil Modelling
- Topic: how to attach soil springs to the nodes of a pile and raft??
- Replies: 2
- Views: 4373
how to attach soil springs to the nodes of a pile and raft??
I am working on a soil pile interaction analysis. I have done the modeling of a raft pile foundation and a 3d superstructure resting on it. Now i want to attach soil springs to the nodes of the piles and raft but i am not able to find how to do that. Please help me out.. Here is the code i wrote for...
- Mon Mar 07, 2011 4:55 am
- Forum: OpenSees.exe Users
- Topic: BuildingTcl 1.9 Has been released!!!
- Replies: 101
- Views: 904563
can't fing buildingtcl
I am not able to download buildingtcl .Somebody please send me the link where it is available.
Thanx
Thanx
- Sat Mar 05, 2011 11:47 pm
- Forum: Soil Modelling
- Topic: structural modelling
- Replies: 3
- Views: 6303
structural modelling
I have a output text file which includes coordinates of all the nodes specified by me in the code: Content of the file is like : Node: 1 Coordinates : -2500 -2500 0 Node: 2 Coordinates : -1500 -2500 0 Node: 3 Coordinates : -500 -2500 0 ... ... ... Node: 123 Coordinates : -1500 1500 3000 Disps: 0 0 0...