Search found 2 matches

by fefe
Fri Feb 16, 2024 7:47 am
Forum: OpenSees.exe Users
Topic: About the Lumped­Mass Matrix or Consistent­Mass Matrix in OpenSees
Replies: 3
Views: 6321

Re: About the Lumped­Mass Matrix or Consistent­Mass Matrix in OpenSees

mhscott wrote: Wed Aug 09, 2023 6:06 am The forceBeamColumn / nonlinearBeamColumn element only uses lumped mass in the current implementation
What are the elements to which it is possible to give a distributed mass? (consistent mass)
For example if have a fiber element (C.A. column) it work with cmass?
and elasticbeamelement?
by fefe
Thu Nov 23, 2023 2:26 am
Forum: OpenSees.exe Users
Topic: Display recorder don't work
Replies: 1
Views: 3963

Display recorder don't work

hy, everyone.
I'm start to use opensees 3.5.0. on tcl code (notepad++) and i have try some exemple codes. They work quiete nice but i have problems with all the DYSPLAYMODEL function.
In my PC with Windows 11 home i can't see the figure or img, and also if I try a simple command, nothing happen. Like:
#
set h 120
recorder display “Mode Shape 1” 10 10 500 500
prp $h $h 1
vup 0 1 0
vpn 0 0 1
viewWindow -200 200 -200 200
display -1 5 2
#
i need to do somenthing in particular or maybe i should use some extra software?

thank