Skip to content

Commit 017d115

Browse files
authored
Merge pull request #1207 from ViniciusTxc3/dev/hcomb_seal
Class honeycomb seal (hcomb)
2 parents 795715e + 773ca73 commit 017d115

File tree

6 files changed

+1663
-21
lines changed

6 files changed

+1663
-21
lines changed

ross/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
from ross.bearings.lubricants import lubricants_dict
2222
from ross.bearings.plain_journal import *
2323
from ross.seals.labyrinth_seal import *
24+
from ross.seals.holepattern_seal import *
2425
from ross.bearings.thrust_pad import *
2526
from ross.bearings.tilting_pad import *
2627

28+
2729
_pio.templates.default = "ross"
2830
if "ipykernel" in sys.modules:
2931
_pio.renderers.default = "notebook"

ross/rotor_assembly.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
newmark,
5959
remove_dofs,
6060
)
61+
from ross.seals.labyrinth_seal import LabyrinthSeal
62+
from ross.seals.holepattern_seal import HolePatternSeal
63+
6164

6265
__all__ = [
6366
"Rotor",

0 commit comments

Comments
 (0)