Based on Hertz contact theory, compute contact pressure distribution, contact radius, and subsurface maximum shear stress for sphere and cylinder contacts in real time.
The core of Hertzian contact theory is calculating the size of the contact area and the maximum pressure at its center. For two spheres in contact, the contact patch is a circle. The theory assumes perfectly smooth, elastic materials and small, frictionless contact.
$$a = \sqrt[3]{\frac{3FR^*}{4E^*}}$$Here, $a$ is the contact radius, $F$ is the applied normal force, $R^*$ is the equivalent radius of curvature, and $E^*$ is the equivalent Young's modulus. A larger $a$ means the load is spread over a bigger area.
The maximum contact pressure, $p_0$, occurs at the center of this circle. It is not simply force divided by area; due to the elliptical pressure distribution, it's 1.5 times the average pressure.
$$p_0 = \frac{3F}{2\pi a^2}= \sqrt[3]{\frac{6F{E^*}^2}{\pi^3 {R^*}^2}}$$This peak Hertzian pressure is the critical value for predicting surface yielding or fatigue. The material properties are combined into the equivalent modulus $E^*$, and the geometries into the equivalent radius $R^*$, defined as:
$$ E^* = \left(\frac{1-\nu_1^2}{E_1}+ \frac{1-\nu_2^2}{E_2}\right)^{-1}, \quad R^* = \left(\frac{1}{R_1}+ \frac{1}{R_2}\right)^{-1}$$For a sphere on a flat surface, $R_2 = \infty$, so $R^* = R_1$. A negative $R_2$ denotes a concave surface (like a ball in a socket).
Ball & Roller Bearings: This is the classic application. Hertz theory is used to calculate the contact stress between rolling elements and raceways to predict fatigue life (known as the L10 life). Engineers select materials, hardness, and curvature to keep subsurface shear stresses below the material's endurance limit.
Gear Tooth Design: The contact between meshing gear teeth is modeled as contact between two cylinders (for spur gears). Hertz contact stress, often called "contact fatigue" or "pitting resistance," is a primary failure mode. Surface treatments like carburizing are used to create a hard case that resists this pressure.
Railway Wheels & Rails: The contact patch between a steel train wheel and the rail is a small ellipse. Hertz analysis helps understand wear patterns, plastic deformation (leading to "rail head checking"), and the forces that can cause derailment on curves.
Biomechanics & Prosthetics: In artificial hip or knee joints, the metal or ceramic ball contacts a polymer or ceramic socket. Hertz calculations, though simplified, help estimate contact pressures to minimize wear debris generation and prevent premature failure of the implant.
When you start using this simulator, there are several pitfalls that beginners in CAE often fall into. A major misconception is the idea that "if you make the material stronger (using high-strength steel), it can handle any high load". While material strength is indeed important, Hertzian contact stress is a "contact pressure". For example, if you double the load, the contact radius $a \propto P^{1/3}$ increases only by about 1.26 times, but the maximum contact pressure $p_0$ jumps up by about 1.59 times, proportional to $P^{2/3}$. Often, simply improving material strength isn't enough, and a fundamental design review—increasing the shape (radius of curvature) to enlarge the contact area—is necessary.
Next, a point of caution regarding parameter settings. While the simulator treats a "flat surface" as having an infinite radius of curvature, in practice, perfectly flat surfaces hardly ever exist. For instance, in the contact between a ball bearing's ball and its race, the raceway groove's radius $R_2$ is set to a value slightly larger than the ball's radius $R_1$ (e.g., 1.05 times). If you consider this a "flat" surface, the calculated contact pressure will be significantly higher (i.e., overly conservative on the safe side) than in reality, potentially leading to over-design.
Finally, it's important to understand the assumptions of this tool. Hertz theory fundamentally assumes perfectly elastic bodies, smooth surfaces, and behavior within the elastic limit. This means that if the load is high enough to cause plastic deformation, if surfaces are rough, or if fatigue from repeated loading is the primary concern, these results are merely a "first approximation". For example, if a hardened steel surface has a tiny dent, stress concentration can occur there, potentially initiating failure at a location completely different from the calculated maximum shear stress point. You should treat simulation results as idealized "reference values", and it's crucial to maintain an attitude of verifying them with physical tests or more advanced CAE analysis.