WOLFRAM SYSTEM MODELER

partialGravityAcceleration

Interface for the gravity function used in the World object

Wolfram Language

In[1]:=
SystemModel["Modelica.Mechanics.MultiBody.Interfaces.partialGravityAcceleration"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This partial function defines the interface to the gravity function used in the World object. All gravity field functions must inherit from this function. The input to the function is the absolute position vector of a point in the gravity field, whereas the output is the gravity acceleration at this point, resolved in the world frame.

Inputs (1)

r

Type: Position[3] (m)

Description: Position vector from world frame to actual point, resolved in world frame

Outputs (1)

gravity

Type: Acceleration[3] (m/s²)

Description: Gravity acceleration at position r, resolved in world frame

Extended by (2)

standardGravityAcceleration

Modelica.Mechanics.MultiBody.Forces.Internal

Standard gravity fields (no/parallel/point field)

theoreticalNormalGravityWGS84

Modelica.Mechanics.MultiBody.Examples.Elementary.Utilities

WGS84 normal gravity over earth ellipsoid in negative y-direction