Go to the documentation of this file.
87 #ifndef lookupProfile_H
88 #define lookupProfile_H
158 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
A class for handling words, derived from Foam::string.
lookupProfile(const dictionary &dict, const word &modelName)
List< T > values(const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
const dimensionedScalar alpha
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void Cdl(const scalar alpha, scalar &Cd, scalar &Cl) const
Profile model where polar lift and drag coefficients are linearly interpolated from a polar table by ...
void operator=(const lookupProfile &)=delete
Base class for profile models for handling aerofoil lift and drag polar diagrams.