DFDC Airfoil Type
The DFDC Airfoil type is very similar to the XROTOR airfoil type, but includes additions for cascade corrections based on stagger and solidity. The cascade corrections aren't particularly accurate, but they do apply ballpark effects resulting from high solidity blade sections. The main benefit to this airfoil type is its simplicity and that the post-stall behavior is already in a format allowing more robust convergence of the DuctAPE solvers.
DuctAPE.C4Blade.DFDCairfoil
— TypeFields:
alpha0::Float
: zero lift angle of attackclmax::Float
: maximum clclmin::Float
: minimum cldclda::Float
: lift curve slope (1/radians)dclda_stall::Float
: lift curve slope post-stall (1/radians)dcl_stall::Float
: cl increment from initial to total stall.cdmin::Float
: minimum cdcldmin::Float
: cl at cdmindcddcl2::Float
: quadratic curve factor for cl vs cd curve $\left(\frac{d(c_d)}{d(c_l^2)}\right)$cmcon::Float
: pitching moment constant (unused right now)Re_ref::Float
: reference Reynolds number at which cd values applyRe_exp::Float
: Reynolds number exponent scaling $\left( c_d = c_d(Re/Re_{ref})^{Re_{exp}}\right)$ should be 0.2 for fully laminar and 0.5 for fully turbulentmcrit::Float
: critical Mach numbercorrect_for_mach::Bool
: flag to add Prandtl-Glauert correctioncorrect_for_cascade::Bool
: flag to add cascade correctionscorrect_for_reynolds::Bool
: flag to add reynolds drag correctioncorrect_for_transonic::Bool
: flag to add drag correction above critical mach number