I had a look at GroundMotion.cpp, the function GroundMotion::getVel does not account for velocity response.
However, it is not clear to me if I can implement the velocity output using numerical derivation over time.
Search found 48 matches
- Thu Jan 09, 2025 8:36 am
- Forum: OpenSees.exe Users
- Topic: MultipleSupport output
- Replies: 5
- Views: 14139
- Wed Jan 08, 2025 1:38 am
- Forum: OpenSees.exe Users
- Topic: MultipleSupport output
- Replies: 5
- Views: 14139
Re: MultipleSupport output
Hello, please find attached a minimal working sample based on the damper TCL example on OS wiki. Analyses compared: - UniformExcitation, null accel and vel on output, base node displ are zero (UE series in plots) - MultipleSupport with accel TH applied ("clean" tag in plot, as quantites ar...
- Fri Nov 08, 2024 1:48 am
- Forum: OpenSees.exe Users
- Topic: MultipleSupport output
- Replies: 5
- Views: 14139
Re: MultipleSupport output
Which Transformation constraint handler do I have to use?
As by preceding post, it seems all of them lead to the same result.
As by preceding post, it seems all of them lead to the same result.
- Mon Oct 28, 2024 9:06 am
- Forum: OpenSees.exe Users
- Topic: MultipleSupport output
- Replies: 5
- Views: 14139
Re: MultipleSupport output
yes, constraints Transformation, but I get zero accel and vel also with Plain and Penalty (Penalty gives nearly 0 at constrained nodes).
Lagrange gives error if no alphaM/S are specified.
Lagrange gives error if no alphaM/S are specified.
- Thu Oct 17, 2024 6:27 am
- Forum: OpenSees.exe Users
- Topic: MultipleSupport output
- Replies: 5
- Views: 14139
MultipleSupport output
Hi all, I've a model in which I imposed the displacements to the ground (in order to simplify, in this sample I used the same TH): From: https://opensees.github.io/OpenSeesDocumentation/user/manual/model/multiSupportPattern.html I read: The results for the responses at the nodes are the ABSOLUTE val...
- Tue Nov 24, 2020 7:38 am
- Forum: OpenSees.exe Users
- Topic: ShellMITC4 stress calculation
- Replies: 5
- Views: 8843
Re: ShellMITC4 stress calculation
I think I found the point - theElement->strain was always zero, due to the fact that
does not set any trial strain on the element.
I used this because at this stage my model is linear, anyway I turned into and now I have forces.
Code: Select all
algorithm Linear
I used this because at this stage my model is linear, anyway I turned into
Code: Select all
algorithm Newton
- Sun Nov 22, 2020 7:51 am
- Forum: OpenSees.exe Users
- Topic: ShellMITC4 stress calculation
- Replies: 5
- Views: 8843
Re: ShellMITC4 stress calculation
Hello, I read here that one can use: recorder Element -file ele1gp1forces.out -time -ele 1 material 1 forces to get results in this order: [Time Nxx, Nyy, Nxy, Mxx, Myy, Mxy, Vxz, Vyz] If I use ShellMITC4 and PlateFiber, like this: nDMaterial ElasticIsotropic 3 210000 0.3 nDMaterial PlateFiber 2 3 s...
- Tue Apr 17, 2018 5:19 am
- Forum: OpenSees.exe Users
- Topic: Response Spectrum Analysis dll Module Release
- Replies: 2
- Views: 4302
Re: Response Spectrum Analysis dll Module Release
cromance wrote: > Is there anyone who use this dll for response spectrum analysis? > I can't perfrom eigen value analysis with pFactor command using Opensees > 2.5.0. Please tell about the error encountered. The DLL was updated a few months ago. If you can, uploading your model will be of great help.
- Mon Nov 07, 2016 7:29 am
- Forum: OpenSees.exe Users
- Topic: Linear stability analysis?
- Replies: 1
- Views: 3613
Linear stability analysis?
Hi everyone,
can OpenSees perform linear stability (buckling) analysis?
I cannot find any reference on that, and I've never seen any geometric stiffness matrix in the elements' code.
Thanks
can OpenSees perform linear stability (buckling) analysis?
I cannot find any reference on that, and I've never seen any geometric stiffness matrix in the elements' code.
Thanks
- Sun Jun 14, 2015 1:49 am
- Forum: OpenSees.exe Users
- Topic: A problem with adding a new material
- Replies: 2
- Views: 3556
Re: A problem with adding a new material
I'm trying me too, but I get an overflow error when trying to read "theParam" array. It seems that the c_f_pointer it's not working.
Moreover, you must correct the "if results != 1" in TCLelement_api in "if results != 0".
Still looking to solve...
Moreover, you must correct the "if results != 1" in TCLelement_api in "if results != 0".
Still looking to solve...
- Fri Jun 05, 2015 1:15 pm
- Forum: OpenSees.exe Users
- Topic: New software for pre- and post-processing
- Replies: 2
- Views: 4060
- Fri Jun 05, 2015 7:18 am
- Forum: OpenSees.exe Users
- Topic: New software for pre- and post-processing
- Replies: 2
- Views: 4060
New software for pre- and post-processing
Dear all, it is available from now a brand-new software that supports, amongst the other features, pre- and post- processing for OpenSees. Some applications will be presented in the upcoming OpenSees Days Italy in Salerno. It can be downloaded from http://www.nextfem.eu and it is free. I kindly ask ...
- Tue Apr 07, 2015 1:11 pm
- Forum: Framework
- Topic: windows DLL for new system
- Replies: 1
- Views: 3734
windows DLL for new system
Deaf fmk,
is there an example for ms visual studio on how to compile a new system as external DLL?
if not, can you tell me please which template I can use (maybe the one for the new element or for newCommand)?
thanks in advance,
Giovanni
is there an example for ms visual studio on how to compile a new system as external DLL?
if not, can you tell me please which template I can use (maybe the one for the new element or for newCommand)?
thanks in advance,
Giovanni
- Sun Feb 15, 2015 11:08 am
- Forum: Framework
- Topic: GetNodeIncrDeltaDisp or GetNodeIncrDisp?
- Replies: 2
- Views: 4471
Re: GetNodeIncrDeltaDisp or GetNodeIncrDisp?
got it, it's clear now.
Thanks
Thanks
- Wed Feb 11, 2015 7:29 am
- Forum: Framework
- Topic: GetNodeIncrDeltaDisp or GetNodeIncrDisp?
- Replies: 2
- Views: 4471
GetNodeIncrDeltaDisp or GetNodeIncrDisp?
Dear fmk,
what is exactly the difference between OPS_GetNodeIncrDeltaDisp and OPS_GetNodeIncrDisp in the element APIs?
thanks,
Giovanni
what is exactly the difference between OPS_GetNodeIncrDeltaDisp and OPS_GetNodeIncrDisp in the element APIs?
thanks,
Giovanni