Search found 13 matches

by bridger
Wed Jul 10, 2013 12:41 am
Forum: OpenSees.exe Users
Topic: Why different result from nonlinearBeamColumn and dsipBeamCo
Replies: 1
Views: 2165

Why different result from nonlinearBeamColumn and dsipBeamCo

I do reversed cyclic analysis using nonlinearBeamColumn and dsipBeamColumn,respectively.
But the result are very different.For example,the max force are larger when using dsipBeamColumn.
Why?
Thanks!
by bridger
Wed Jul 10, 2013 12:26 am
Forum: OpenSees.exe Users
Topic: Draw Moment-Curvature Curve
Replies: 4
Views: 3706

Re: Draw Moment-Curvature Curve

"forceAndDeformation" is general. you must specify the content just like as axialforce.
by bridger
Thu Mar 21, 2013 4:07 am
Forum: OpenSees.exe Users
Topic: About the isotropic hardening rules of Steel01/02
Replies: 8
Views: 7397

Re: About the isotropic hardening rules of Steel01/02

I think it is not necessary to focus on the factor just like 0.8 herein.
by bridger
Thu Mar 21, 2013 4:05 am
Forum: OpenSees.exe Users
Topic: Reliability Examples in the source code files can’t execute
Replies: 2
Views: 2878

Reliability Examples in the source code files can’t execute

For example, error occurs when executing truss2.tcl. ===================================================== Error information: WARNING analysis Static - no Algorithm yet specified, NewtonRaphson default will be used WARNING analysis Static - no ConstraintHandler yet specified, PlainHandler default wi...
by bridger
Wed Mar 13, 2013 5:32 pm
Forum: OpenSees.exe Users
Topic: Who can help me about the error of gFunEvaluator?
Replies: 1
Views: 1673

Who can help me about the error of gFunEvaluator?

ERROR: Wrong number of arguments to Tcl g-function evaluator.

while executing
"gFunEvaluator Tcl "analyze $Nsteps""
(file "cantilever.tcl" line 55)

Thanks.
by bridger
Wed Feb 27, 2013 4:42 pm
Forum: OpenSees.exe Users
Topic: error about randomVariablePositioner
Replies: 0
Views: 1450

error about randomVariablePositioner

OpenSees 2.3.1 error is: ERROR: Illegal random variable specification in random variable positioner command. while executing "randomVariablePositioner $rvTag -rvTag $rvTag -parameter $param($rvTag)" ("foreach" body line 2) invoked from within "foreach rvTag [array names para...
by bridger
Sun Feb 24, 2013 5:37 pm
Forum: OpenSees.exe Users
Topic: Error about uniaxialMaterial Hardening
Replies: 1
Views: 2022

Error about uniaxialMaterial Hardening

The code is as follows: wipe set b 0.1; set d 0.5 set E 2.0e8; set fy 4.1e5 uniaxialMaterial Hardening 4 $E $fy 0. [expr 0.02/(1-0.02)*$E] (OpenSees version 2.3.1) But the error occurs, invalid command name "uniaxialMaterial" while executing "uniaxialMaterial Hardening 4 $E $fy 0. [ex...
by bridger
Thu Jan 03, 2013 12:13 am
Forum: OpenSees.exe Users
Topic: Fiber section not satisfy the Plane section assumption?
Replies: 1
Views: 1956

Fiber section not satisfy the Plane section assumption?

For example, after executing the run.tcl, three result files are generated, that is Element1_concrT.out, Element1_barB.out and section1.out. From line 3 of the file Element1_concrT.out, the strain is -0.000489952 at the location of y=11.625, and the corresponding curvature is 4.21464E-05(value1). Fr...
by bridger
Wed Jan 02, 2013 8:54 pm
Forum: OpenSees.exe Users
Topic: Error occur when adding new material
Replies: 0
Views: 1389

Error occur when adding new material

Recently I study the example of add new material. the file of ElasticPPcpp.dll is generated successfully, However, error occur when run the example1.tcl. the error is as follows: The instruction at "0x01ae937f" referenced memory at "0x00000000", The memory could not be "writ...
by bridger
Wed Jan 02, 2013 7:38 pm
Forum: OpenSees.exe Users
Topic: file size of the OpenSees.exe after compiling is 14.1MB?
Replies: 0
Views: 1395

file size of the OpenSees.exe after compiling is 14.1MB?

the file size of the OpenSees.exe after compiling by myself is 14.1MB, is larger than the download OpenSees.exe, why?
(The release of the source code and download OpenSees.exe is 2.3.0.)
by bridger
Tue May 01, 2012 2:18 am
Forum: OpenSees.exe Users
Topic: joint2D
Replies: 2
Views: 2748

Re: joint2D

Maybe there are other nodes in the nodes which belongs to the joint2D element
by bridger
Fri Mar 23, 2012 6:39 pm
Forum: OpenSees.exe Users
Topic: What is the specific meaning of the parameters of Steel02, i
Replies: 1
Views: 2005

What is the specific meaning of the parameters of Steel02, i

In the uniaxialMaterial Steel02, I know the cr1 and cr2 are the parameters that control the transition from elastic to plastic branches. And a1 – a4 are the parameters that define the isotropic hardening. But I want to know the specific meanings of these parameters, or the formula including these pa...
by bridger
Wed Feb 29, 2012 11:43 pm
Forum: OpenSees.exe Users
Topic: How to determine the parameters of Joint shear panel ?
Replies: 0
Views: 1471

How to determine the parameters of Joint shear panel ?

I am simulating beam-column jionts under reversed clylic loads. but I don't know how to determine the value of p1, p2, p3 and p4 of the shear panel for BeamColumnJoint? and also Positive/Negative envelope Strain, that is pEnvStnsp? I use the mcft theory, but the force-displacement results don't repr...