Hydrodynamic bearings #947
Unanswered
nilswagner
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
@nilswagner currently, there is the import numpy as np
from ross.fluid_flow.cylindrical import THDCylindrical
from ross.units import Q_
_frequency = Q_([900], "RPM")
bearing = THDCylindrical(
axial_length=0.263144,
journal_radius=0.2,
radial_clearance=1.95e-4,
elements_circumferential=11,
elements_axial=3,
n_pad=2,
pad_arc_length=176,
preload=0,
geometry="circular",
reference_temperature=50,
speed=_frequency,
load_x_direction=0,
load_y_direction=-112814.91,
groove_factor=[0.52, 0.48],
lubricant="ISOVG32",
node=3,
sommerfeld_type=2,
initial_guess=[0.1, -0.1],
method="perturbation",
operating_type="flooded",
injection_pressure=0,
oil_flow=37.86,
show_coef=False,
print_result=False,
print_progress=False,
print_time=False,
)
print(bearing) |
Beta Was this translation helpful? Give feedback.
8 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 all,
Is it possible to compute the stiffness and damping parameters of hydrodynamic bearings for varying speeds by using ross?
The example is taken from the following paper
Model Reduction of Rotor-Foundation Systems Using the Approximate Invariant Manifold Method
https://doi.org/10.21203/rs.3.rs-2222988/v1
Beta Was this translation helpful? Give feedback.
All reactions