Go to the documentation of this file.
93 #ifndef seriesProfile_H
94 #define seriesProfile_H
131 const List<scalar>&
values
167 virtual void Cdl(
const scalar
alpha, scalar& Cd, scalar& Cl)
const;
scalar evaluateDrag(const scalar &xIn, const List< scalar > &values) const
A class for handling words, derived from Foam::string.
List< T > values(const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
const dimensionedScalar alpha
Profile model where polar lift and drag coefficients are computed as sum of trigonometric series by u...
virtual void Cdl(const scalar alpha, scalar &Cd, scalar &Cl) const
void operator=(const seriesProfile &)=delete
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
scalar evaluateLift(const scalar &xIn, const List< scalar > &values) const
seriesProfile(const dictionary &dict, const word &modelName)
Base class for profile models for handling aerofoil lift and drag polar diagrams.