public abstract class AbstractGravityModel extends Object implements GravityModel
| Modifier and Type | Field and Description |
|---|---|
static String |
MU
Parameter name for central attraction coefficient.
|
| Constructor and Description |
|---|
AbstractGravityModel(Frame bodyFrameIn,
Parameter mu)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Frame |
getBodyFrame()
Get the central body frame.
|
double |
getMu()
Get the central attraction coefficient.
|
Parameter |
getMuParameter()
Returns the gravitational coefficient as a parameter.
|
void |
setMu(double muIn)
Set the central attraction coefficient.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeAcceleration, computeDAccDPospublic static final String MU
public Parameter getMuParameter()
public double getMu()
getMu in interface GravityModelpublic void setMu(double muIn)
setMu in interface GravityModelmuIn - the central attraction coefficient.public Frame getBodyFrame()
getBodyFrame in interface GravityModelCopyright © 2024 CNES. All rights reserved.