LiftDragTwoLines
class gazebo::LiftDragTwoLines
¶
class gazebo::LiftDragTwoLines : public gazebo::LiftDrag
Lift&drag model that models lift/drag coeffs using two lines. This is based on Gazebo's LiftDragPlugin but implemented as a derived LiftDrag model to allow using it in combination with the dynamics of a Fin.
Summary¶
Members | Descriptions |
---|---|
public inline virtual std::string GetType () |
Return (derived) type of dynamic system. |
public virtual ignition::math::Vector3d compute (const ignition::math::Vector3d & _velL) |
Compute the lift and drag force. |
public virtual bool GetParam (std::string _tag,double & _output) |
Return paramater in scalar form for the given tag. |
public virtual std::map< std::string, double > GetListParams () |
Return list of all parameters. |
protected double area |
Airfoil area. |
protected double fluidDensity |
Fluid density. |
protected double a0 |
Original zero angle of attack location. |
protected double alphaStall |
Stall angle. |
protected double cla |
Lift coefficient without stall. |
protected double claStall |
Lift coefficient with stall. |
protected double cda |
Drag coefficient without stall. |
protected double cdaStall |
Drag coefficient with stall. |
Members¶
public inline virtual std::string
GetType
()
¶
Return (derived) type of dynamic system.
public virtual ignition::math::Vector3d
compute
(const ignition::math::Vector3d & _velL)
¶
Compute the lift and drag force.
public virtual bool
GetParam
(std::string _tag,double & _output)
¶
Return paramater in scalar form for the given tag.
public virtual std::map< std::string, double >
GetListParams
()
¶
Return list of all parameters.
protected double
area
¶
Airfoil area.
protected double
fluidDensity
¶
Fluid density.
protected double
a0
¶
Original zero angle of attack location.
protected double
alphaStall
¶
Stall angle.
protected double
cla
¶
Lift coefficient without stall.
protected double
claStall
¶
Lift coefficient with stall.
protected double
cda
¶
Drag coefficient without stall.
protected double
cdaStall
¶
Drag coefficient with stall.