Adding mass element at a distance #990
rahultarale
started this conversation in
General
Replies: 2 comments
-
|
Hi @rahultarale! One alternative approach would be to model the disk itself as a import ross as rs
material = rs.Material(name="material", rho=7850, E=203.2e9, G_s=80e9)
sh = rs.ShaftElement(
material=material,
L=0.5,
idl=0.0,
odl=1.,
idr=0.0,
odr=0.15,
)
rotor = rs.Rotor(shaft_elements=[sh])
s = rotor.shaft_elements[0]
print(s.axial_cg_pos) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for your response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a mass disc component overhanging on the rotor whose C.G location is not on the rotor. I have C.Cg distance, mass, Ip, Id of the disc. I want to model that disc as lumped mass connected to the end of the shaft from the C.G location. Please let me know the procedure how I can model it. I have added a representative image below. As shown in below example I need to know how to model the connecting element between shaft and lumped mass
Also I want to know how can I add structural damping ratio or material damping while performing unbalance analysis.
Beta Was this translation helpful? Give feedback.
All reactions