Merge branch 'unstable' into refactor-friction-drag
This commit is contained in:
commit
45e0f40e1e
@ -666,7 +666,7 @@ public class FinSetCalc extends RocketComponentCalc {
|
||||
// Airfoil assumed to have zero base drag
|
||||
|
||||
// Scale to correct reference area
|
||||
cd *= cd * span * thickness / conditions.getRefArea();
|
||||
cd *= span * thickness / conditions.getRefArea();
|
||||
|
||||
return cd;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user