All of the below functions can be found in the dowson_hamrock
module of the package.
This module contains functions related to Dowson-Hamrock film thickness calculations.
dowhamline
(vel_entrain, force, alpha_p, e_eff, r_eff, eta, l_eff)[source]¶Calculate the mean film thickness in a line contact according to Dowson-Hamrock.
Parameters: |
|
---|---|
Returns: | h_0 – The central lubricating film thickness in the contact. |
Return type: | ndarray, scalar |
dowhampoint
(vel_entrain, force, alpha_p, e_eff, r_eff, eta)[source]¶Calculate the mean film thickness in a point contact according to Dowson-Hamrock.
Parameters: |
|
---|---|
Returns: | h_0 – The central lubricating film thickness in the contact. |
Return type: | ndarray, scalar |
edowham
(alpha_p, e_eff)[source]¶Calculate the elasticity parameter of the contact problem according to Dowson-Hamrock.
Parameters: |
|
---|---|
Returns: | param_elasticity – The elasticity parameter of the contact problem. |
Return type: | ndarray, scalar |
vdowham
(eta, vel_entrain, e_eff, r_eff)[source]¶Calculate the velocity parameter of the contact problem according to Dowson-Hamrock.
Parameters: |
|
---|---|
Returns: | param_velocity – The velocity parameter of the contact problem. |
Return type: | ndarray, scalar |