Go to the documentation of this file.
49 #ifndef seriesProfile_H
50 #define seriesProfile_H
113 virtual void Cdl(
const scalar
alpha, scalar& Cd, scalar& Cl)
const;
scalar evaluateDrag(const scalar &xIn, const List< scalar > &values) const
Drag.
A class for handling words, derived from string.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
Series-up based profile data - drag and lift coefficients computed as sum of cosine series.
virtual void Cdl(const scalar alpha, scalar &Cd, scalar &Cl) const
Return the Cd and Cl for a given angle-of-attack.
List< scalar > CdCoeffs_
List of drag coefficient values.
TypeName("series")
Runtime type information.
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.
List< scalar > ClCoeffs_
List of lift coefficient values.
Base class for profile models.