Search found 874 matches

by mhscott
Mon Oct 16, 2023 4:00 am
Forum: OpenSeesPy
Topic: could not invert flexibility for element with tag: 151
Replies: 5
Views: 6985

Re: could not invert flexibility for element with tag: 151

Sorry, I can't tell what's wrong with your use of elastic section.

But 1) Check your equation for G and 2) Read this for how you defined J: https://portwooddigital.com/2023/02/12/ ... anslation/
by mhscott
Mon Oct 16, 2023 3:58 am
Forum: OpenSees.exe Users
Topic: running opensees.exe file as openseespy
Replies: 8
Views: 5727

Re: running opensees.exe file as openseespy

The FlagShape material is available in OpenSeesPy. Make sure you are using the latest version.
by mhscott
Sun Oct 15, 2023 7:52 am
Forum: OpenSees.exe Users
Topic: running opensees.exe file as openseespy
Replies: 8
Views: 5727

Re: running opensees.exe file as openseespy

You have to get the actual source code for the model.
by mhscott
Sat Oct 14, 2023 4:00 am
Forum: OpenSeesPy
Topic: could not invert flexibility for element with tag: 151
Replies: 5
Views: 6985

Re: could not invert flexibility for element with tag: 151

The WFSection2d section only discretizes fibers in one direction. You need a section with fiber discretization in two directions in order to resist moments and provide flexural stiffness in two directions for 3D elements.
by mhscott
Tue Oct 10, 2023 12:28 pm
Forum: OpenSeesPy
Topic: ASI3D8 in openseespy
Replies: 2
Views: 4193

Re: ASI3D8 in openseespy

Thanks for letting us know. Added now: https://github.com/OpenSees/OpenSees/pull/1297
by mhscott
Sun Oct 08, 2023 6:25 am
Forum: OpenSeesPy
Topic: Strain Recorder Problem - Double Tee Girder - Verification purpose
Replies: 4
Views: 5641

Re: Strain Recorder Problem - Double Tee Girder - Verification purpose

Upgrade to the latest version of OpenSeesPy, then remove all the attempted string conversions from your recorder commands.
by mhscott
Sat Oct 07, 2023 4:08 am
Forum: OpenSees.exe Users
Topic: Modal Time History Analysis
Replies: 2
Views: 2169

Re: Modal Time History Analysis

No, OpenSees does not perform modal time history analysis. You have to post-process to get the modal response.
by mhscott
Wed Sep 27, 2023 4:50 am
Forum: OpenSeesPy
Topic: [Solved] Simple FSI problem
Replies: 2
Views: 4301

Re: Simple FSI problem

That should work. You will have to try the approach out and compare against an expected or known solution.
by mhscott
Sat Sep 09, 2023 4:04 am
Forum: Framework
Topic: A little confused about source code of ViscousMaterial
Replies: 1
Views: 3957

Re: A little confused about source code of ViscousMaterial

Yes, you are correct. I don't recall why the if/else is overridden though.
by mhscott
Mon Sep 04, 2023 7:14 am
Forum: OpenSeesPy
Topic: Rotational Spring (with 84000 kip-in. stiffness for example)
Replies: 1
Views: 4467

Re: Rotational Spring (with 84000 kip-in. stiffness for example)

There's no assumed units with materials in OpenSees. There's no assumption of L=1 or I=1. The interpretation of the material response is the responsibility of the element that calls the material. So if you use a zero length element and elastic material as moment-rotation, the interpretation is as su...
by mhscott
Sat Sep 02, 2023 6:02 am
Forum: OpenSees.exe Users
Topic: How to simulate cable
Replies: 2
Views: 2272

Re: How to simulate cable

You can use either corotTruss or catenaryCable elements