Sideforce direction.
More...
#include <wF1Ct.h>
|
| F1CtSide (int _nDim, double _sRef, double alpha, double _beta=0) |
|
void | update (double alpha) |
| Update the direction and its gradient. More...
|
|
virtual Eigen::Vector3d | eval () const override |
| Return the direction. More...
|
|
virtual Eigen::Vector3d | evalGrad () const override |
| Return the gradient of the direction with respect to angle of attack. More...
|
|
| F1Ct () |
|
virtual | ~F1Ct () |
|
|
int | nDim |
| number of dimensions More...
|
|
double | sRef |
| reference area More...
|
|
double | beta |
| angle of sideslip More...
|
|
Eigen::Vector3d | v |
| sideforce direction unit vector More...
|
|
Eigen::Vector3d | dv |
| gradient of sideforce direction unit vector (wrt alpha) More...
|
|
◆ F1CtSide()
F1CtSide::F1CtSide |
( |
int |
_nDim, |
|
|
double |
_sRef, |
|
|
double |
alpha, |
|
|
double |
_beta = 0 |
|
) |
| |
◆ eval()
Eigen::Vector3d F1CtSide::eval |
( |
| ) |
const |
|
overridevirtual |
◆ evalGrad()
Eigen::Vector3d F1CtSide::evalGrad |
( |
| ) |
const |
|
overridevirtual |
Return the gradient of the direction with respect to angle of attack.
Implements flow::F1Ct.
◆ update()
void F1CtSide::update |
( |
double |
alpha | ) |
|
Update the direction and its gradient.
◆ beta
double flow::F1CtSide::beta |
|
private |
◆ dv
Eigen::Vector3d flow::F1CtSide::dv |
|
private |
gradient of sideforce direction unit vector (wrt alpha)
◆ nDim
◆ sRef
double flow::F1CtSide::sRef |
|
private |
Eigen::Vector3d flow::F1CtSide::v |
|
private |
sideforce direction unit vector
The documentation for this class was generated from the following files: