Search found 5 matches

by rensorensi
Thu May 09, 2019 1:48 am
Forum: OpenSees.exe Users
Topic: how to record displacement in a section of an element?
Replies: 0
Views: 1442

how to record displacement in a section of an element?

I have a an beam element with 5 section(intP = 5):

element forceBeamColumn 1 1 3 $geo FixedLocation $intP $IntSecP $IntlocP

How can i recorder the Displacement in section 3 ?
by rensorensi
Tue Apr 30, 2019 6:45 am
Forum: OpenSees.exe Users
Topic: [Solve]Problem: expected integer but got "-type"
Replies: 1
Views: 2251

Re: [Solve]Problem: expected integer but got "-type"

add a load command after eleload command like this:
[b]
element nonlinearBeamColumn 3 3 4 $numIntgrPts $BeamSecTag $ColTransfTag

pattern Plain 1 "Linear" {
eleLoad -ele 3 -type -beamUniform -1 ; # distributed superstructure-weight on beam
load 2 0. 0. 0.
}
[/b]
by rensorensi
Tue Apr 30, 2019 6:42 am
Forum: OpenSees.exe Users
Topic: Remove loadPattern
Replies: 1
Views: 1920

Re: Remove loadPattern

use "wipe" command when you start a tlc file. For clear previous data.
by rensorensi
Wed Apr 17, 2019 7:46 am
Forum: OpenSees.exe Users
Topic: How to add a eleLoad to a section fiber beam?
Replies: 0
Views: 1475

How to add a eleLoad to a section fiber beam?

For example, i have a 2D RC frame portal. I need to make a static analysis with an assimetric reinforced steel beam and a eleLoad. i can do this?

1) with element elasticBeamColumn?
2) with element nonlinearBeamColumn?
3) with element beamWithHinges?
by rensorensi
Wed Apr 17, 2019 6:38 am
Forum: OpenSees.exe Users
Topic: [Solve]Problem: expected integer but got "-type"
Replies: 1
Views: 2251

[Solve]Problem: expected integer but got "-type"

My code is : [b] element nonlinearBeamColumn 3 3 4 $numIntgrPts $BeamSecTag $ColTransfTag pattern Plain 1 "Linear" { eleLoad -ele 3 -type -beamUniform -1 ; # distributed superstructure-weight on beam } [/b] And Opensees.exe return [b] expected integer but got "-type" [/b] i Try t...