Go to the documentation of this file.
51 #ifndef lookupProfile_H
52 #define lookupProfile_H
112 virtual void Cdl(
const scalar
alpha, scalar& Cd, scalar& Cl)
const;
void interpolateWeights(const scalar &xIn, const List< scalar > &values, label &i1, label &i2, scalar &ddx) const
Return the interpolation indices and gradient.
A class for handling words, derived from string.
lookupProfile(const dictionary &dict, const word &modelName)
Constructor.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
List< scalar > Cd_
List of drag coefficient values.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
List< scalar > AOA_
List of angle-of-attack values [deg] on input, converted to [rad].
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void Cdl(const scalar alpha, scalar &Cd, scalar &Cl) const
Return the Cd and Cl for a given angle-of-attack.
Look-up based profile data - drag and lift coefficients are lineraly interpolated based on the suppli...
TypeName("lookup")
Runtime type information.
Base class for profile models.
List< scalar > Cl_
List of lift coefficient values.