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