public class MachSatruationHelper
extends java.lang.Object
| Constructor and Description |
|---|
MachSatruationHelper() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getExpSatFactor(double s1_0,
double s1_2,
double Vin)
For input E, the saturation factor is calculated by:
S = S1.0*E^A, where A = ln(s_1.2/s1.0)/ln(1.2)
|
static double |
getQuadSatFactor(double s1_0,
double s1_2,
double Vin)
For input E, the saturation factor is calculated by:
S = B(E-A)^2/E
|
public static double getQuadSatFactor(double s1_0,
double s1_2,
double Vin)
s1_0 - s1_2 - Vin - public static double getExpSatFactor(double s1_0,
double s1_2,
double Vin)
s1_0 - s1_2 - Vin -