Search found 31 matches

by 2015James
Thu Nov 20, 2014 4:34 am
Forum: OpenSees.exe Users
Topic: two ways to get moment curvature curve
Replies: 2
Views: 2618

two ways to get moment curvature curve

hi everyone i used nonlinear beam elements to model a frame, i want to get the moment curvature of a column. i think there are two ways to get the moment and curvature 1 recorder the section(integration point) force and deformation of the column, i can get the moment and curvature, respectively. 2 u...
by 2015James
Tue Oct 28, 2014 4:12 am
Forum: OpenSees.exe Users
Topic: Eigen analysis before and after gravity analysis
Replies: 7
Views: 8888

Re: Eigen analysis before and after gravity analysis

the difference of the periods should be very small, i think it is normal.
by 2015James
Mon Oct 27, 2014 6:50 pm
Forum: OpenSees.exe Users
Topic: problem with limitState material
Replies: 0
Views: 1532

problem with limitState material

hi i am using the Limit State Material , the command is: uniaxialMaterial LimitState $matTag $s1p $e1p $s2p $e2p $s3p $e3p $s1n $e1n $s2n $e2n $s3n $e3n $pinchX $pinchY the corresponding website is following: http://opensees.berkeley.edu/wiki/index.php/Limit_State_Material i am using the Limit State...
by 2015James
Sun Oct 26, 2014 5:26 pm
Forum: OpenSees.exe Users
Topic: zerolength
Replies: 2
Views: 2546

Re: zerolength

your materaial uniaxialMaterial Elastic 12 0. which means there is no restrains at the direction. so the matrix is singular. you can try a proper value for the rotation matrerial or you can set a very big value. Have a try and good lucn.
by 2015James
Fri Oct 24, 2014 5:46 pm
Forum: OpenSees.exe Users
Topic: reasonable values for Penalty factors
Replies: 1
Views: 2223

reasonable values for Penalty factors

hi everyone i am using the penalty method constraints Penalty $alphaS $alphaM could anyone tell me how to determine the reasonable values for Penalty factors $alphaS $alphaM. my model used "equalDof command ", i used the values( $alphaS=10e14, $alphaM10e14) , but it seems give wrong answers. thank y...
by 2015James
Thu Oct 24, 2013 2:57 am
Forum: OpenSees.exe Users
Topic: modal analysis:the frequency is a complex number(a+bi)
Replies: 1
Views: 2305

modal analysis:the frequency is a complex number(a+bi)

hello everyone: when i do a time history analysis, i used the modal analysis command(eigen <$type> <$solver> $numEigenvalues) to compute the omega^2 in every time step, and update the damping ratio in every step(use this command:rayleigh $alphaM $betaK $betaKinit $betaKcomm), the frequency is needed...
by 2015James
Sun Mar 31, 2013 5:29 am
Forum: OpenSees.exe Users
Topic: plastic hing rotation of elements
Replies: 3
Views: 3344

Re: plastic hing rotation of elements

sabir wrote: > hi all > i'm new user of opensees. i want to calculate the plastic hing rotation or > maximum theta in ends of beams or calumns, to calculation the rotation > ductility. but i dont now what command i have to use? > please explain the basicdeformation command? > and does opensees only ...
by 2015James
Wed Mar 27, 2013 5:19 am
Forum: OpenSees.exe Users
Topic: how to get the capacity of a Zero-Length Element
Replies: 3
Views: 3010

Re: how to get the capacity of a Zero-Length Element

linguan118 wrote: > You mean the force of the zero-length element? I mean the capacity of the Axial limit curve, the Axial limit curve will change during dynamic analysis, so the axial capacity of the Zero-Length Element will change, I want to get the axial capacity during dynamic analysis. another ...
by 2015James
Tue Mar 26, 2013 11:52 pm
Forum: OpenSees.exe Users
Topic: how to get the capacity of a Zero-Length Element
Replies: 3
Views: 3010

how to get the capacity of a Zero-Length Element

I use a Zero-Length Element with LimitState materials in a model .
Shear LimitCurve and Axial LimitCurve are used in the model. I want to get the axial capacity of the Zero-Length Element during analysis.
which command should i used? Thanks and best wishes.
by 2015James
Tue Mar 26, 2013 11:04 pm
Forum: OpenSees.exe Users
Topic: questions on recording damping force
Replies: 2
Views: 2374

Re: questions on recording damping force

you can recorder a node's damping force
recorder Node -file DampingForce.out -time -node 2 -dof 1 rayleighForces
by 2015James
Tue Mar 26, 2013 11:01 pm
Forum: OpenSees.exe Users
Topic: recorder a beam element's rotation
Replies: 3
Views: 2919

recorder a beam element's rotation

hi everyone:
I saw a recorder command used to recorder a beam element's rotation, what the roataion of a beam element stands for? thank you
recorder Element -file $dataDir/elerotbasic.out -time -ele 1 rotation
by 2015James
Tue Mar 26, 2013 6:02 am
Forum: OpenSees.exe Users
Topic: question about the zero-length end springs
Replies: 0
Views: 1464

question about the zero-length end springs

I read this website about LimitStateMaterial , http://opensees.berkeley.edu/wiki/index.php/CenterCol_basicModel_Dynamic.tcl but I can not understand why a soft spring is used here? Thank you. #soft spring to take axial load after failure uniaxialMaterial Elastic $softMatTag 99.9 element zeroLength 4...
by 2015James
Fri Mar 15, 2013 8:26 pm
Forum: OpenSees.exe Users
Topic: question about recorder a free node
Replies: 2
Views: 2532

Re: question about recorder a free node

vesna wrote:
> It is the unbalanced load.
Thanks for your prompt reply vesna.
by 2015James
Fri Mar 15, 2013 4:56 am
Forum: OpenSees.exe Users
Topic: question about recorder a free node
Replies: 2
Views: 2532

question about recorder a free node

hi vesna, the folowing is model you built before could you tell me what is the reaction of node 2 ? if I recorder the reaction of node 1, i know the reaction of node 1is the support reaction,but what the reaction of node 2(a free node ) stand for? Thanks # Canilever column from Chopra's book (Exampl...
by 2015James
Wed Mar 13, 2013 11:22 pm
Forum: OpenSees.exe Users
Topic: question about coupling of flexure and shear in beam element
Replies: 0
Views: 1439

question about coupling of flexure and shear in beam element

hi everyone: how to considering the coupling of flexure and shear in beam element, here is what i use in a model, is it right? i use limitState materials and ZeroLength elemen to consider coupling of flexure and shear in beam element, the shear failure will occur when the total deformation (shear de...