You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/tutorial_part_1.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1215,7 +1215,7 @@
1215
1215
"- 4. `RollerBearingElement`: A bearing element for roller bearings.\n",
1216
1216
"- 5. `MagneticBearingElement`: A bearing element for magnetic bearings.\n",
1217
1217
" - 5.1. `param_to_coef`: A bearing element for magnetic bearings from electromagnetic parameters\n",
1218
-
"- 6. `THDCylindrical`: A cylindrical bearing element based on the pressure and temperature field in oil film.\n",
1218
+
"- 6. `PlainJournal`: A cylindrical bearing element based on the pressure and temperature field in oil film.\n",
1219
1219
"\n",
1220
1220
"The classes from item 2 to 6 inherits from `BearingElement` class. It means, you can use the same methods and commands, set up to `BearingElement`, in the other classes."
1221
1221
]
@@ -1870,7 +1870,7 @@
1870
1870
"cell_type": "markdown",
1871
1871
"metadata": {},
1872
1872
"source": [
1873
-
"### 4.6 THDCylindrical Class\n",
1873
+
"### 4.6 PlainJournal Class\n",
1874
1874
"\n",
1875
1875
"This class computes the pressure and temperature fields within the oil film of a cylindrical bearing while also determining the stiffness and damping coefficients. These calculations are based on a wide range of inputs, including bearing geometry, operating conditions, fluid properties, turbulence modeling, and mesh discretization.\n",
0 commit comments