Corrected global Cd per SiboVG
Corrected omission of global Cd as suggested by @SiboVG.
This commit is contained in:
parent
cf7763ab6e
commit
d5e3c718aa
@ -156,6 +156,7 @@ public class Streamer extends RecoveryDevice {
|
|||||||
@Override
|
@Override
|
||||||
public double getComponentCD(double mach) {
|
public double getComponentCD(double mach) {
|
||||||
double density = this.getMaterial().getDensity();
|
double density = this.getMaterial().getDensity();
|
||||||
|
double cd;
|
||||||
cd = 0.034 * ((density + 0.025) / 0.105) * (stripLength + 1) / stripLength;
|
cd = 0.034 * ((density + 0.025) / 0.105) * (stripLength + 1) / stripLength;
|
||||||
cd = MathUtil.min(cd, MAX_COMPUTED_CD);
|
cd = MathUtil.min(cd, MAX_COMPUTED_CD);
|
||||||
return cd;
|
return cd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user