Skip to content

Commit 145650f

Browse files
authored
Merge pull request #1205 from gsabinoo/feature/tilting-pad
THD Tilting Pad Bearing Implementation
2 parents 92764e4 + 89a7bcc commit 145650f

File tree

4 files changed

+3919
-0
lines changed

4 files changed

+3919
-0
lines changed

docs/references.bib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,3 +805,9 @@ @article{xia2019study
805805
publisher={Elsevier},
806806
doi={https://doi.org/10.1016/j.apacoust.2019.05.022}
807807
}
808+
809+
@article{heinrichson2007influence,
810+
title={The influence of injection pockets on the performance of tilting-pad thrust bearings—part I: theory},
811+
author={Heinrichson, Niels and Santos, Ilmar Ferreira and Fuerst, Axel},
812+
year={2007}
813+
}

ross/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from ross.bearings.lubricants import lubricants_dict
2222
from ross.bearings.cylindrical import *
2323
from ross.seals.labyrinth_seal import *
24+
from ross.bearings.tilting_pad import *
2425

2526
_pio.templates.default = "ross"
2627
if "ipykernel" in sys.modules:

0 commit comments

Comments
 (0)