Search found 25 matches
- Sat Nov 22, 2025 10:21 am
- Forum: Property
- Topic: Modelling varying gravity/acceleration field
- Replies: 9
- Views: 2592
Re: Modelling varying gravity/acceleration field
For others' future reference: the answer is already provided here:
- Thu Nov 20, 2025 3:07 pm
- Forum: Property
- Topic: Modelling varying gravity/acceleration field
- Replies: 9
- Views: 2592
Re: Modelling varying gravity/acceleration field
Hello,
I am coming back to this post for clarification of the EdgeForce (and the rest) definition. Should the prescribed value be per meter of edge length, or the total/resultant for that edge?
Thanks,
Stavros
I am coming back to this post for clarification of the EdgeForce (and the rest) definition. Should the prescribed value be per meter of edge length, or the total/resultant for that edge?
Thanks,
Stavros
- Wed Dec 04, 2024 4:42 pm
- Forum: Post processing and data visualization
- Topic: Force Response History of Elastic Sections
- Replies: 4
- Views: 4910
Re: Force Response History of Elastic Sections
Hello,
on a similar topic, using STKO v4.0.0, I would like to extract the local (shear) force of a beam element. I am using "Force-Based beam-column" elements, with Standard Integration Types (Lobatto, 5GPs), with Elastic section. While I can visualise the local shear, I cannot extract the data in ...
on a similar topic, using STKO v4.0.0, I would like to extract the local (shear) force of a beam element. I am using "Force-Based beam-column" elements, with Standard Integration Types (Lobatto, 5GPs), with Elastic section. While I can visualise the local shear, I cannot extract the data in ...
- Wed May 01, 2024 9:20 am
- Forum: OpenSees MP
- Topic: MPCO recorder not found
- Replies: 7
- Views: 6699
Re: MPCO recorder not found
Hello,
I am also facing the same issue with the mpco recorder missing from a custom-built OS version. I am using the latest (atm) stable OS release (v3.6.0, built Feb 15, 2024; https://opensees.berkeley.edu/). I am building the app for Win64 using VS: https://github.com/OpenSees/OpenSees/tree ...
I am also facing the same issue with the mpco recorder missing from a custom-built OS version. I am using the latest (atm) stable OS release (v3.6.0, built Feb 15, 2024; https://opensees.berkeley.edu/). I am building the app for Win64 using VS: https://github.com/OpenSees/OpenSees/tree ...
- Wed Apr 03, 2024 6:21 pm
- Forum: OpenSees Sequential
- Topic: opensees runs the STKO code
- Replies: 9
- Views: 14043
Re: opensees runs the STKO code
Works great - thank you very much!
Stavros
Stavros
- Sat Mar 30, 2024 5:09 pm
- Forum: OpenSees Sequential
- Topic: opensees runs the STKO code
- Replies: 9
- Views: 14043
Re: opensees runs the STKO code
I have tried the following but I cannot get the M/K matrices. I only get a matrix full of zeros if Transient is used as advised by Prof. Scott. This is what I am using in the custom command. What am I missing? Note that I have changed the OS solver to the version recently released, 3.6.0 (built 15/2 ...
- Thu Mar 21, 2024 10:06 am
- Forum: Property
- Topic: Adjusting transformation type with scripting
- Replies: 3
- Views: 1424
Re: Adjusting transformation type with scripting
Thanks! On top of that in the command reported above I had a typo in the transfType. That should be transType. So:
Code: Select all
xobj_el.getAttribute('transType').string = 'PDelta'- Wed Mar 20, 2024 3:39 pm
- Forum: OpenSees Sequential
- Topic: opensees runs the STKO code
- Replies: 9
- Views: 14043
Re: opensees runs the STKO code
Hello,
coming back to this query, would you agree with the attached Analysis settings to derive the full stiffness matrix (K) from STKO? Then K is derived via this custom command: printA -print -file "K_matrix.txt"
AnalysesCommand_Kmatrix.jpg
If the settings above are correct, then to derive ...
coming back to this query, would you agree with the attached Analysis settings to derive the full stiffness matrix (K) from STKO? Then K is derived via this custom command: printA -print -file "K_matrix.txt"
AnalysesCommand_Kmatrix.jpg
If the settings above are correct, then to derive ...
- Fri Mar 08, 2024 8:54 am
- Forum: Property
- Topic: Adjusting transformation type with scripting
- Replies: 3
- Views: 1424
Adjusting transformation type with scripting
Hello,
I cannot control the transformation type of an Elastic Timoshenko beam via Python.
So the following command highlighted in red doesn't return PDelta. Could you please guide me on how to get this?
xobj_el.getAttribute('transfType').String = 'PDelta'
def beam_element(i_beam, beam_w ...
I cannot control the transformation type of an Elastic Timoshenko beam via Python.
So the following command highlighted in red doesn't return PDelta. Could you please guide me on how to get this?
xobj_el.getAttribute('transfType').String = 'PDelta'
def beam_element(i_beam, beam_w ...
- Thu Nov 02, 2023 10:01 am
- Forum: Interaction
- Topic: Spring-dashpot coupling in 2 directions
- Replies: 4
- Views: 3864
Re: Spring-dashpot coupling in 2 directions
I will try to clarify more. There is a cross-coupling term in the system that I want to analyze - please see the equations that I posted in my first message. These equations are derived for an object (e.g. a beam node/element) moving in a rotating frame, with a constant angular velocity omega.
I ...
I ...