Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
profileModel Class Referenceabstract

Base class for profile models. More...

Inheritance diagram for profileModel:
Inheritance graph
[legend]
Collaboration diagram for profileModel:
Collaboration graph
[legend]

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 wordname () 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< profileModelNew (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...
 

Detailed Description

Base class for profile models.

Source files

Definition at line 50 of file profileModel.H.

Constructor & Destructor Documentation

profileModel ( const dictionary dict,
const word modelName 
)

Constructor.

Definition at line 48 of file profileModel.C.

References profileModel::fName_, and dictionary::readIfPresent().

Here is the call graph for this function:

~profileModel ( )
virtual

Destructor.

Definition at line 59 of file profileModel.C.

Member Function Documentation

bool readFromFile ( ) const
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)   
)
Foam::autoPtr< Foam::profileModel > New ( const dictionary dict)
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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void Cdl ( const scalar  alpha,
scalar &  Cd,
scalar &  Cl 
) const
pure virtual

Return the Cd and Cl for a given angle-of-attack.

Implemented in seriesProfile, and lookupProfile.

Member Data Documentation

const dictionary dict_
protected

Coefficients dictionary.

Definition at line 58 of file profileModel.H.

const word name_
protected

Name of profile model.

Definition at line 61 of file profileModel.H.

Referenced by profileModel::name().

fileName fName_
protected

File name (optional)

Definition at line 64 of file profileModel.H.

Referenced by profileModel::profileModel().


The documentation for this class was generated from the following files: