A cavitation algorithm
A matlab script solving a linear complementarity problem:
A*u = f + B*eta, u'*eta=0, u>=0, 0<=eta<=1
appearing in lubrication with cavitation.
The script depends on LCPSolve.m also found at the matlab file central: http://www.mathworks.com/matlabcentral/fileexchange/41485
引用格式
Andreas Almqvist (2025). A cavitation algorithm (https://ww2.mathworks.cn/matlabcentral/fileexchange/41484-a-cavitation-algorithm), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Sparse Matrices >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.2.0.0 | The maximum number of pivots passed to LCPSolve is no specified as the number of degrees of freedoms N, to make sure that the pivoting is not prematurely truncated.
|
||
| 1.1.0.0 | Updated the expressions for boundary conditions by subtracting the cavitation pressure pc:
|
||
| 1.0.0.0 |
