Search found 5881 matches

by fmk
Tue Jun 19, 2018 3:19 am
Forum: OpenSees.exe Users
Topic: Modeshape Plots not Responding
Replies: 2
Views: 2664

Re: Modeshape Plots not Responding

yes .. we can't really keep the graphics parts operational .. best record them and use matlab
by fmk
Tue Jun 19, 2018 3:17 am
Forum: OpenSees.exe Users
Topic: learning the source code
Replies: 1
Views: 1539

Re: learning the source code

go read my dissertation, ignore chapters on parallel programming

opensees.berkeley.edu/OpenSees/doc/fmkdiss.pdf
by fmk
Tue Jun 19, 2018 3:15 am
Forum: OpenSees.exe Users
Topic: Recorder behaviour
Replies: 4
Views: 2007

Re: Recorder behaviour

don't use a recorder at all .. get whatever quanaty you are recording from the command line and write them to a file.
by fmk
Fri Jun 08, 2018 8:50 am
Forum: Parallel Processing
Topic: system sparseSYM
Replies: 1
Views: 8842

Re: system sparseSYM

how do results compare with Umfpack
by fmk
Fri Jun 08, 2018 8:50 am
Forum: Parallel Processing
Topic: How to Exit Parallel Computing in OpenSeesMP
Replies: 4
Views: 13753

Re: How to Exit Parallel Computing in OpenSeesMP

no .. but just end all but 1 processor, e.g.

# do parallel stuff
if {$myID == 0} {
# do sequential stuff
}
by fmk
Fri Jun 08, 2018 8:48 am
Forum: Framework
Topic: Meaning of "getCommittedStrain" , "getCommittedStress"
Replies: 1
Views: 1648

Re: Meaning of "getCommittedStrain" , "getCommittedStress"

the prupose of 1 analysis step is to find the next converged stp, given the current converged step. In the nonlinear analysis the model usually will go through a number of trial steps. these are not on the solution path, but trial solution points. If the convergence test is satisfied at a given trial step, the analysis step stops. before it returns, it tells the model that this is a converged step and hence the need for the 2 methods. if no converged step is found and the analysis fails, the revertTo LastCommit methods are invoked.
by fmk
Fri Jun 08, 2018 8:44 am
Forum: Framework
Topic: Problem with running disp.out and force.out command :) :?
Replies: 3
Views: 4253

Re: Problem with running disp.out and force.out command :)

it works fine for me .. what version and operating system are you using?
by fmk
Fri Jun 08, 2018 8:42 am
Forum: Framework
Topic: Developer using Linux
Replies: 2
Views: 1715

Re: Developer using Linux

what version of linux and what version of OpenSees did you build.
by fmk
Fri Jun 08, 2018 8:38 am
Forum: OpenSees.exe Users
Topic: Penalty for Zero Length Contact Element
Replies: 2
Views: 3069

Re: Penalty for Zero Length Contact Element

these are penalty factors that enforce the constraing .. it depends on the model you have. you want something large enough to enforce the constraint (as number goes towards infinity the constraint is enforced exactly) , but not too large to effect the conditioning of the global stiffness matrix and hence the results .. a number a few factors larger than the stiffness of the largest term in the matrix is usually sufficient
by fmk
Fri Jun 08, 2018 8:34 am
Forum: OpenSees.exe Users
Topic: Queries to a Zero Length Contact Element
Replies: 2
Views: 2752

Re: Queries to a Zero Length Contact Element

force, stiff, pressure, gap if 2d just force and stiff if 3d.
by fmk
Fri Jun 08, 2018 8:28 am
Forum: OpenSees.exe Users
Topic: How to calculate displacements at the integration points?
Replies: 5
Views: 5282

Re: How to calculate displacements at the integration points

you might want to look at the source code for the element .. as Selim mentioned, the disp beam element assumes linear curvature and constant axial deformation along the length .. the equations are pretty standard for beams, they can be seen here:

http://opensees.berkeley.edu/wiki/image ... EvsDBE.pdf
by fmk
Fri Jun 08, 2018 8:11 am
Forum: OpenSees.exe Users
Topic: bug in time outputs
Replies: 1
Views: 1147

Re: bug in time outputs

what exactly are you expecting .. the time, given your model, is the load factor applied to enforce the constraint.
by fmk
Fri Jun 08, 2018 8:03 am
Forum: OpenSees.exe Users
Topic: ShellDKGT
Replies: 10
Views: 8111

Re: ShellDKGT

by fmk
Wed May 23, 2018 7:14 pm
Forum: OpenSees.exe Users
Topic: Composite beam with concentrated plasticity
Replies: 3
Views: 1309

Re: Composite beam with concentrated plasticity

that is a modelling choice i leave to you .. if you are a student you might want to find some expeimental data and try to see what best fits .. you might do both and see how the differences effect the results .. larger displacements, smaller forces if pure steel! .. in actuality probably between the 2 as the connection not perfect .. i encourage you to play with it.
by fmk
Wed May 23, 2018 7:08 pm
Forum: OpenSees.exe Users
Topic: ShellDKGT
Replies: 10
Views: 8111

Re: ShellDKGT

what is the revision number that spits out after the version number