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