48 namespace fv {
class rotorDisk; }
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Cell based momentum source which approximates the mean effects of rotor forces on a cylindrical regio...
A class for managing temporary objects.
trimModel(const fv::rotorDisk &rotor, const dictionary &dict, const word &name)
Construct from components.
virtual void read(const dictionary &dict)
Read.
virtual void correct(const vectorField &U, vectorField &force) const =0
Correct the model.
dictionary coeffs_
Coefficients dictionary.
const fv::rotorDisk & rotor_
Reference to the rotor source model.
virtual ~trimModel()
Destructor.
declareRunTimeSelectionTable(autoPtr, trimModel, dictionary,(const fv::rotorDisk &rotor, const dictionary &dict),(rotor, dict))
TypeName("trimModel")
Run-time type information.
virtual tmp< scalarField > thetag() const =0
Return the geometric angle of attack [rad].
static autoPtr< trimModel > New(const fv::rotorDisk &rotor, const dictionary &dict)
Return a reference to the selected trim model.
const word name_
Name of model.
A class for handling words, derived from string.
word name(const bool)
Return a word representation of a bool.
Macros to ease declaration of run-time selection tables.