gravitycentrifugal
Implement centrifugal effect of planetary gravity
Syntax
Description
Planetary Gravitational Potential Based on Planetary Rotation Rate
[
implements the mathematical representation of centrifugal effect for planetary gravity
based on planetary rotation rate. This function calculates arrays of
gx
gy
gz
]
= gravitycentrifugal(planet_coordinates
)N
gravity values in the x-axis,
y-axis, and z-axis of the Planet-Centered
Planet-Fixed coordinates for the planet. The function performs these calculations using
planet_coordinates
. You use centrifugal force in rotating or
noninertial coordinate systems. Gravity centrifugal effect values are greatest at the
equator of a planet.
Planetary Gravitational Potential Based on Specified Planetary Model
Planetary Gravitational Potential Based on Custom Rotational Rate
[
implements the mathematical representation of centrifugal effect based on planetary
gravitational potential using the custom rotational rate,
gx
gy
gz
]
= gravitycentrifugal(planet_coordinates
,'Custom',value
)rotational_rate
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010a