WOLFRAM SYSTEM MODELER

GolfBag

Parameters for golf club.

Wolfram Language

In[1]:=
SystemModel["EducationExamples.Physics.GolfAndSoccer.Components.GolfBag"]
Out[1]:=

Information

This model is a golf club model. It has three parameters that will define a golf club. They will be the club mass, loft angle, and velocity of the club when striking the ball. The model is called golf bag because by changing these parameters, it is possible to have many different clubs in this component.

Parameters (3)

mass

Value:

Type: Real

Description: Mass of club

loftAngle

Value:

Type: Angle (rad)

Description: Inclination of club (loft angle)

v

Value: {50, 0, 0}

Type: Velocity[3] (m/s)

Description: Velocity of the club when striking the ball

Used in Components (1)

GolfBase

EducationExamples.Physics.GolfAndSoccer.Components

Base for golf model.