Trim model where the operating characteristics of rotor (e.g. blade pitch angle) are fixed, hence the possibility of varying thrust and torque. More...
Public Member Functions | |
TypeName ("fixedTrim") | |
fixedTrim (const fv::rotorDiskSource &rotor, const dictionary &dict) | |
fixedTrim (const fixedTrim &)=delete | |
void | operator= (const fixedTrim &)=delete |
virtual | ~fixedTrim ()=default |
void | read (const dictionary &dict) |
virtual tmp< scalarField > | thetag () const |
virtual void | correct (const vectorField &U, vectorField &force) |
virtual void | correct (const volScalarField rho, const vectorField &U, vectorField &force) |
![]() | |
TypeName ("trimModel") | |
declareRunTimeSelectionTable (autoPtr, trimModel, dictionary,(const fv::rotorDiskSource &rotor, const dictionary &dict),(rotor, dict)) | |
trimModel (const fv::rotorDiskSource &rotor, const dictionary &dict, const word &name) | |
virtual | ~trimModel ()=default |
Protected Attributes | |
scalarField | thetag_ |
![]() | |
const fv::rotorDiskSource & | rotor_ |
const word | name_ |
dictionary | coeffs_ |
Additional Inherited Members | |
![]() | |
static autoPtr< trimModel > | New (const fv::rotorDiskSource &rotor, const dictionary &dict) |
Trim model where the operating characteristics of rotor (e.g. blade pitch angle) are fixed, hence the possibility of varying thrust and torque.
constant/fvOptions
: rotorDiskSource1 { Mandatory/Optional (inherited) entries ...Mandatory entries (runtime modifiable) trimModel fixedTrim;
fixedTrimCoeffs { Conditional mandatory entries (runtime modifiable)
when trimModel=fixedTrim theta0 5.0; theta1c 1.0; theta1s 4.0; } }
Definition at line 75 of file fixedTrim.H.
fixedTrim | ( | const fv::rotorDiskSource & | rotor, |
const dictionary & | dict | ||
) |
Definition at line 41 of file fixedTrim.C.
References dict, and Foam::read().
|
virtualdefault |
TypeName | ( | "fixedTrim" | ) |
|
delete |
|
virtual |
Reimplemented from trimModel.
Definition at line 55 of file fixedTrim.C.
References Foam::cos(), Foam::degToRad(), dict, forAll, psi, trimModel::read(), Foam::sin(), and x.
|
virtual |
Implements trimModel.
Definition at line 72 of file fixedTrim.C.
|
virtual |
Implements trimModel.
Definition at line 79 of file fixedTrim.C.
|
virtual |
Implements trimModel.
Definition at line 87 of file fixedTrim.C.
|
protected |
Definition at line 84 of file fixedTrim.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.