public class PointAttractionModel extends Object implements AttractionModel, Serializable
MU| Constructor and Description |
|---|
PointAttractionModel(double muIn)
Simple constructor.
|
PointAttractionModel(Parameter muIn)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMu()
Get the central attraction coefficient.
|
double |
getMultiplicativeFactor()
Get the force multiplicative factor.
|
void |
setMu(double muIn)
Set the central attraction coefficient.
|
void |
setMultiplicativeFactor(double factor)
Set the multiplicative factor.
|
public PointAttractionModel(double muIn)
muIn - central attraction coefficient (m^3/s^2)public PointAttractionModel(Parameter muIn)
muIn - mu parameter storing standard gravitationalpublic double getMu()
getMu in interface AttractionModelpublic void setMu(double muIn)
setMu in interface AttractionModelmuIn - the central attraction coefficient.public double getMultiplicativeFactor()
getMultiplicativeFactor in interface AttractionModelpublic void setMultiplicativeFactor(double factor)
setMultiplicativeFactor in interface AttractionModelfactor - the factor to set.Copyright © 2022 CNES. All rights reserved.