Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MagedMohamedTurk/Turbomachinery-Rotors-Balancing
/ types & classes
Types & classes
9 in github.com/MagedMohamedTurk/Turbomachinery-Rotors-Balancing
⨍
Functions
105
◇
Types & classes
9
↓ 1 callers
Class
Alpha
Docstring for ALPHA. Alpha is the an influence coefficient matrix Influence coefficient matrix is a representation of the change of vibra
src/hsbalance/CI_matrix.py:16
Class
Condition
Docstring for conditions. Condition is defined as speed or load or operating condition that is concerned in the balancing process. Co
src/hsbalance/CI_matrix.py:193
Class
CustomError
The class is used to raise custom expections
src/hsbalance/tools.py:7
Class
InfoFormatter
Class to format info method of every class.
src/hsbalance/tools.py:157
Class
LMI
subclass of model solving using linear matrix inequality this is mainly to insert 'lazy constraints' Lazy constraints will relax the solu
src/hsbalance/model.py:379
Class
LeastSquares
subclass of Model solving the model using Least squares method, The objective function is to minimize the least squares of residual vibration.
src/hsbalance/model.py:296
Class
Min_max
subclass of model: Solving the model using Minmax optimization method to minimize the maximum of residual_vibration.
src/hsbalance/model.py:340
Class
Split
Inner class for splitting weights
src/hsbalance/model.py:86
Class
_Model
Abstract class for models
src/hsbalance/model.py:9