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: 2588

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: 1467

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: 1926

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: 6105

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: 10969

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: 1540

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 tria...
by fmk
Fri Jun 08, 2018 8:44 am
Forum: Framework
Topic: Problem with running disp.out and force.out command :) :?
Replies: 3
Views: 4113

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: 1607

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: 2985

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 ...
by fmk
Fri Jun 08, 2018 8:34 am
Forum: OpenSees.exe Users
Topic: Queries to a Zero Length Contact Element
Replies: 2
Views: 2672

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: 5084

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/images/c/c5/FBEvsDB...
by fmk
Fri Jun 08, 2018 8:11 am
Forum: OpenSees.exe Users
Topic: bug in time outputs
Replies: 1
Views: 1079

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: 7791

Re: ShellDKGT

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

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...
by fmk
Wed May 23, 2018 7:08 pm
Forum: OpenSees.exe Users
Topic: ShellDKGT
Replies: 10
Views: 7791

Re: ShellDKGT

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