WOLFRAM SYSTEM MODELER

GolfAndSoccerBaseClass

Base class, used to both represent a soccer free kick and a golf swing.

Diagram

Wolfram Language

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

Information

This model is a base class to the golf and soccer model. It will provide the code for the different choices in the redeclaration of the sport model component. The use of a base class will not let the user delete components in the example model.

Components (2)

world

Type: World

Description: World coordinate system + gravity field + default animation definition

ball

Type: Ball

Description: Ball subject to magnus forces.

Extended by (1)

GolfAndSoccerModel

EducationExamples.Physics.GolfAndSoccer

Exemple used to illustrate how replaceable components can be used to both represent a soccer free kick and a golf swing.