A class for handling words, derived from Foam::string.
A class for managing temporary objects.
trimModel(const fv::rotorDiskSource &rotor, const dictionary &dict, const word &name)
virtual void read(const dictionary &dict)
Generic templated field type.
declareRunTimeSelectionTable(autoPtr, trimModel, dictionary,(const fv::rotorDiskSource &rotor, const dictionary &dict),(rotor, dict))
Applies cell-based momentum sources on velocity (i.e. U) within a specified cylindrical region to app...
virtual tmp< scalarField > thetag() const =0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Base class for trim models for handling blade characteristics and thrust-torque relations.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual void correct(const vectorField &U, vectorField &force)=0
Macros to ease declaration of run-time selection tables.
word name(const expressions::valueTypeCode typeCode)
static autoPtr< trimModel > New(const fv::rotorDiskSource &rotor, const dictionary &dict)
Generic GeometricField class.
const fv::rotorDiskSource & rotor_
virtual ~trimModel()=default