HMSphere
class gazebo::HMSphere
¶
class gazebo::HMSphere : public gazebo::HMFossen
Class containing the methods and attributes for a hydrodynamic model for a sphere in the fluid.
Summary¶
Members | Descriptions |
---|---|
public inline virtual std::string GetType () |
Return (derived) type of hydrodynamic model. |
public virtual void Print (std::string _paramName,std::string _message) |
Prints parameters. |
protected double radius |
Sphere radius. |
protected double Cd |
Drag coefficient. |
protected double areaSection |
Area of the cross section. |
protected REGISTER_HYDRODYNAMICMODEL ( HMSphere ) |
Register this model with the factory. |
protected HMSphere (sdf::ElementPtr _sdf,physics::LinkPtr _link) |
Members¶
public inline virtual std::string
GetType
()
¶
Return (derived) type of hydrodynamic model.
public virtual void
Print
(std::string _paramName,std::string _message)
¶
Prints parameters.
protected double
radius
¶
Sphere radius.
protected double
Cd
¶
Drag coefficient.
protected double
areaSection
¶
Area of the cross section.
protected
REGISTER_HYDRODYNAMICMODEL
(
HMSphere
)
¶
Register this model with the factory.