49 #ifndef seriesProfile_H 50 #define seriesProfile_H 113 virtual void Cdl(
const scalar
alpha, scalar& Cd, scalar& Cl)
const;
virtual void Cdl(const scalar alpha, scalar &Cd, scalar &Cl) const
Return the Cd and Cl for a given angle-of-attack.
List< scalar > ClCoeffs_
List of lift coefficient values.
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar evaluateLift(const scalar &xIn, const List< scalar > &values) const
Lift.
seriesProfile(const dictionary &dict, const word &modelName)
Constructor.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Series-up based profile data - drag and lift coefficients computed as sum of cosine series...
A class for handling words, derived from string.
Base class for profile models.
List< scalar > CdCoeffs_
List of drag coefficient values.
scalar evaluateDrag(const scalar &xIn, const List< scalar > &values) const
Drag.
TypeName("series")
Runtime type information.