Search found 5 matches

by Linbetter
Mon Oct 05, 2020 8:25 pm
Forum: OpenSees.exe Users
Topic: About openses uniaxial material stress-strain curve
Replies: 8
Views: 3588

Re: About openses uniaxial material stress-strain curve

you could try another modelbuilder provided just for testing material .. here is an example i used awhile back model UniaxialMaterialTest uniaxialMaterial Elastic 1 3000 uniaxialMaterial MinMax 2 1 -min -0.001 uniaxialMaterial MinMax 3 1 -max 0.001 uniaxialMaterial MinMax 4 1 -min -0.001 -max 0.001...
by Linbetter
Mon Oct 05, 2020 8:16 pm
Forum: OpenSees.exe Users
Topic: About openses uniaxial material stress-strain curve
Replies: 8
Views: 3588

Re: About openses uniaxial material stress-strain curve

Another option is to apply axial shortening to your column. This OpenSees based application allows visualizing stress-strain relations of common steel and concrete materials used in OpenSees https://apps.peer.berkeley.edu/bridgepbee/ I solved the problem by using zeroLength element and changing the...
by Linbetter
Mon Oct 05, 2020 8:14 pm
Forum: OpenSees.exe Users
Topic: About openses uniaxial material stress-strain curve
Replies: 8
Views: 3588

Re: About openses uniaxial material stress-strain curve

You are putting the beam into flexure and there is no r/f steel so no tension force to balance compression force. If all you want is stress-strain from a material, use a truss element, not a beam-column element. Thanks professor,I tried to use the truss element, but the program still fails.Then, I ...
by Linbetter
Mon Oct 05, 2020 3:47 am
Forum: OpenSees.exe Users
Topic: About openses uniaxial material stress-strain curve
Replies: 8
Views: 3588

Re: About openses uniaxial material stress-strain curve

uniaxialMaterial Concrete01 1 -36800 -0.002 -6000 -0.008 Can you first replace this with an elastic material to see if the problem is due to this? Thank you so much for your help!The program runs successfully after replacing concrete01 with elastic materials.But I want to get the stress-strain curv...
by Linbetter
Sun Oct 04, 2020 8:37 pm
Forum: OpenSees.exe Users
Topic: About openses uniaxial material stress-strain curve
Replies: 8
Views: 3588

About openses uniaxial material stress-strain curve

Hello engineers, I want to extract the stress-strain curve of opensees uniaxialmaterial.I designed a prismatic test block to simulate. Below is the code: wipe model BasicBuilder -ndm 2 -ndf 3 node 1 0.0 0.0 node 2 0.0 0.3 fix 1 1 1 1 uniaxialMaterial Concrete01 1 -36800 -0.002 -6000 -0.008 section F...