Base class for profile models. More...


Public Member Functions | |
| TypeName ("profileModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, profileModel, dictionary,(const dictionary &dict, const word &modelName),(dict, modelName)) | |
| profileModel (const dictionary &dict, const word &modelName) | |
| Constructor. More... | |
| virtual | ~profileModel () |
| Destructor. More... | |
| const word & | name () const |
| Return const access to the source name. More... | |
| virtual void | Cdl (const scalar alpha, scalar &Cd, scalar &Cl) const =0 |
| Return the Cd and Cl for a given angle-of-attack. More... | |
Static Public Member Functions | |
| static autoPtr< profileModel > | New (const dictionary &dict) |
| Return a reference to the selected fvOption model. More... | |
Protected Member Functions | |
| bool | readFromFile () const |
| Return ture if file name is set. More... | |
Protected Attributes | |
| const dictionary | dict_ |
| Coefficients dictionary. More... | |
| const word | name_ |
| Name of profile model. More... | |
| fileName | fName_ |
| File name (optional) More... | |
| profileModel | ( | const dictionary & | dict, |
| const word & | modelName | ||
| ) |
Constructor.
Definition at line 48 of file profileModel.C.
References profileModel::fName_, and dictionary::readIfPresent().

|
virtual |
Destructor.
Definition at line 59 of file profileModel.C.
|
protected |
Return ture if file name is set.
Definition at line 40 of file profileModel.C.
References fileName::null.
| TypeName | ( | "profileModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| profileModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const word &modelName) | , | ||
| (dict, modelName) | |||
| ) |
|
static |
Return a reference to the selected fvOption model.
Definition at line 72 of file profileModel.C.
References dict, dictionaryName::dictName(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and Foam::nl.
Referenced by profileModel::name().


| const Foam::word & name | ( | ) | const |
Return const access to the source name.
Definition at line 65 of file profileModel.C.
References profileModel::name_, and profileModel::New().
Referenced by profileModelList::connectBlades().


|
pure virtual |
Return the Cd and Cl for a given angle-of-attack.
Implemented in seriesProfile, and lookupProfile.
|
protected |
Coefficients dictionary.
Definition at line 58 of file profileModel.H.
|
protected |
Name of profile model.
Definition at line 61 of file profileModel.H.
Referenced by profileModel::name().
|
protected |
File name (optional)
Definition at line 64 of file profileModel.H.
Referenced by profileModel::profileModel().
1.8.13