48class FGPropertyManager;
90 pos[0] = pt[0]; pos[1] = pt[1]; pos[2] = pt[2];
113 double staticFFactor, rollingFFactor;
Encapsulates the JSBSim simulation executive.
Base class for all surface properties.
bool GetSolid(void)
Gets the surface is a solid flag value.
double GetBumpiness(void)
Gets the normalized bumpiness factor associated with the surface.
void SetPosition(const double pt[3])
Set the currect position for bumpiness calulcation.
void SetStaticFFactor(double friction)
Sets the static friction factor of the surface area.
double GetRollingFFactor(void)
Gets the rolling friction factor of the surface area.
double GetMaximumForce(void)
Gets the maximum force of the surface area.
void SetMaximumForce(double force)
Sets the maximum force for the surface area.
double GetBumpHeight()
Returns the height of the bump at the provided offset.
double GetStaticFFactor(void)
Gets the static friction factor of the surface area.
void SetRollingFFactor(double friction)
Sets the rolling friction factor of the surface area.
void SetSolid(bool solid)
Sets the surface is a solid flag value.
void resetValues(void)
Reset all surface values to a default.
void SetBumpiness(double bump)
Sets the normalized bumpiness factor associated with the surface.