Go to the documentation of this file.
87 #ifndef profileModel_H
88 #define profileModel_H
110 const dictionary
dict_;
140 const word& modelName
bool readFromFile() const
A class for handling words, derived from Foam::string.
A class for handling file names.
const word & name() const
declareRunTimeSelectionTable(autoPtr, profileModel, dictionary,(const dictionary &dict, const word &modelName),(dict, modelName))
const dimensionedScalar alpha
virtual ~profileModel()=default
virtual void Cdl(const scalar alpha, scalar &Cd, scalar &Cl) const =0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
profileModel(const dictionary &dict, const word &modelName)
static autoPtr< profileModel > New(const dictionary &dict)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
Base class for profile models for handling aerofoil lift and drag polar diagrams.