Python O ring calculations - petebachant/petebachant.github.io GitHub Wiki

Will need tolerance stack-up considerations for gland dimensions. Maybe something like http://pythonhosted.org/mcerp/advanced_example.html

Possible sample code:

oring = orings.DashORing("-001", glandtype="face")
oring.gland_coating_thickness = 0.001
print(oring.gland_dims)