Search found 160 matches

by Prafullamalla
Mon May 06, 2019 9:02 am
Forum: OpenSees.exe Users
Topic: 2D Fiber Section Orientation
Replies: 1
Views: 1852

Re: 2D Fiber Section Orientation

# t should be y1, y2 and z1,z2 should be d when changing the orientation because it will change #orientation in y-axis and z-axis set y1 [expr -$d/2]; set y2 [expr $d/2] set z1 [expr -$t/2] set z2 [expr $t/2] section fiberSec $secTagGPb { # nfIJ nfJK yI zI yJ zJ yK zK yL zL patch quadr $matID_GP $nf...
by Prafullamalla
Fri Feb 15, 2019 12:09 am
Forum: OpenSees.exe Users
Topic: Rotating Column section
Replies: 2
Views: 658

Re: Rotating Column section

Can I use the rotation about Zaxis(along height) formula to rotate the cross-section of column. set nosRo 5; # total number of rotation done for section #for { set i 0 } { $i < $nosRo } { incr i } { set Theta [expr 360./$nosRo*2.0] set pi [expr 2*asin(1.0)]; set c [expr cos($pi/180.*$Theta)] set s [...
by Prafullamalla
Thu Feb 14, 2019 10:56 pm
Forum: OpenSees.exe Users
Topic: Regarding high settlement value
Replies: 6
Views: 1442

Re: Regarding high settlement value

is the unit of 'g' in m/sec2 or might be mistaken in conversion from US unit to MKS unit.
by Prafullamalla
Wed Feb 13, 2019 11:23 pm
Forum: OpenSees.exe Users
Topic: Rotating Column section
Replies: 2
Views: 658

Rotating Column section

I was trying to do the analysis of column by rotating the section but I got stuck in transformation. Section is in XY plane and height in Z-direction set nosRo 5; # total number of rotation done for section set transfTag 1 set pi 3.1444 for { set i 0 } { $i < $nosRo } { incr i } { set Theta [expr 36...
by Prafullamalla
Wed Feb 13, 2019 8:29 pm
Forum: OpenSees.exe Users
Topic: Regarding high settlement value
Replies: 6
Views: 1442

Re: Regarding high settlement value

Looks like you have reference solution. Check the unit. what about the unit of input of motion file
by Prafullamalla
Wed Feb 13, 2019 8:24 pm
Forum: OpenSees.exe Users
Topic: combination of shear and flexion with section aggregator
Replies: 2
Views: 754

Re: combination of shear and flexion with section aggregator

says $ColSecTag should be integer. I think you havent set ColSecTag
by Prafullamalla
Thu Feb 07, 2019 8:53 pm
Forum: OpenSees.exe Users
Topic: Considering Shear in Column
Replies: 2
Views: 822

Re: Considering Shear in Column

No, I havent done yet.
by Prafullamalla
Thu Feb 07, 2019 6:44 am
Forum: OpenSees.exe Users
Topic: Plane stress material for Concrete
Replies: 2
Views: 2941

Plane stress material for Concrete

Can someone suggest me plane stress material for concrete.I need to use in 3D for shell element

I tried PlasticDamageConcretePlaneStress and PlaneStressUserMaterial but the load-deflection curve goes on increasing.
Also tried to use Damage2p but no convergence at all.
by Prafullamalla
Thu Feb 07, 2019 2:05 am
Forum: OpenSees.exe Users
Topic: Zero length element
Replies: 9
Views: 2192

Re: Zero length element

Thanks
Since your unit of Force is kN, and displacement is mm, your deformation will be in mm
by Prafullamalla
Mon Feb 04, 2019 7:08 am
Forum: OpenSees.exe Users
Topic: section layered material highly Time consuming
Replies: 1
Views: 594

Re: section layered material highly Time consuming

Looks like problem has been solved by updating my opensees to version 3.0.0a
I tired to use concrete nDMaterial Damage2p as plate fibre and then form a section layered for shell element
but looks like there is problem using Damage2p as Platefibre
nDMaterial Damage2p 1 $fc
nDMaterial PlateFiber 2 1
by Prafullamalla
Sat Feb 02, 2019 3:03 am
Forum: OpenSees.exe Users
Topic: section layered material highly Time consuming
Replies: 1
Views: 594

section layered material highly Time consuming

I have used section layered material in 2Dm analysis with quad element. recently, I need to model in 3D using Shell element. So, needed to use PlateFromPlaneStress. But, when I use it , I find it calculation time is too long. I tried to test the already work out model from http://www.luxinzheng.net/...
by Prafullamalla
Thu Jan 31, 2019 2:45 am
Forum: OpenSees.exe Users
Topic: Uniaxial elastic material with no compression
Replies: 0
Views: 455

Uniaxial elastic material with no compression

Do, we have a elastic material which can resist only tension. Actually, I needed this material for truss element which only resists tension and is elastic. I googled but could not find, just found elastic with no tension material