Fixed trim coefficients. More...
Public Member Functions | |
| TypeName ("fixedTrim") | |
| Run-time type information. More... | |
| fixedTrim (const fv::rotorDiskSource &rotor, const dictionary &dict) | |
| Constructor. More... | |
| virtual | ~fixedTrim ()=default |
| Destructor. More... | |
| void | read (const dictionary &dict) |
| Read. More... | |
| virtual tmp< scalarField > | thetag () const |
| Return the geometric angle of attack [rad]. More... | |
| virtual void | correct (const vectorField &U, vectorField &force) |
| Correct the model. More... | |
| virtual void | correct (const volScalarField rho, const vectorField &U, vectorField &force) |
| Correct the model for compressible flow. More... | |
Public Member Functions inherited from trimModel | |
| TypeName ("trimModel") | |
| Run-time type information. More... | |
| declareRunTimeSelectionTable (autoPtr, trimModel, dictionary,(const fv::rotorDiskSource &rotor, const dictionary &dict),(rotor, dict)) | |
| trimModel (const fv::rotorDiskSource &rotor, const dictionary &dict, const word &name) | |
| Construct from components. More... | |
| virtual | ~trimModel ()=default |
| Destructor. More... | |
Protected Attributes | |
| scalarField | thetag_ |
| Geometric angle of attack [rad]. More... | |
Protected Attributes inherited from trimModel | |
| const fv::rotorDiskSource & | rotor_ |
| Reference to the rotor source model. More... | |
| const word | name_ |
| Name of model. More... | |
| dictionary | coeffs_ |
| Coefficients dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from trimModel | |
| static autoPtr< trimModel > | New (const fv::rotorDiskSource &rotor, const dictionary &dict) |
| Return a reference to the selected trim model. More... | |
| fixedTrim | ( | const fv::rotorDiskSource & | rotor, |
| const dictionary & | dict | ||
| ) |
Constructor.
Definition at line 48 of file fixedTrim.C.
References dict, and Foam::read().
|
virtualdefault |
Destructor.
| TypeName | ( | "fixedTrim" | ) |
Run-time type information.
|
virtual |
Read.
Reimplemented from trimModel.
Definition at line 62 of file fixedTrim.C.
References Foam::cos(), Foam::degToRad(), dict, forAll, psi, trimModel::read(), Foam::sin(), and x.
|
virtual |
Return the geometric angle of attack [rad].
Implements trimModel.
Definition at line 79 of file fixedTrim.C.
|
virtual |
|
virtual |
Correct the model for compressible flow.
Implements trimModel.
Definition at line 94 of file fixedTrim.C.
|
protected |
Geometric angle of attack [rad].
Definition at line 59 of file fixedTrim.H.