org.orekit.forces.gravity.variations.coefficients
Class VariablePotentialCoefficientsSet

java.lang.Object
  extended by org.orekit.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet

public class VariablePotentialCoefficientsSet
extends Object

Represents a variable potential coefficients set for a given degree and order

Since:
1.3
Version:
$Id: VariablePotentialCoefficientsSet.java 6953 2012-11-26 13:31:36Z HoudrogeR $
Author:
Rami Houdroge
Concurrency :
immutable

Constructor Summary
VariablePotentialCoefficientsSet(int d, int o, double c, double s, double[] cc, double[] sc)
          Create a set for a given order and degree
 
Method Summary
 double getC()
           
 double[] getCc()
           
 int getDegree()
           
 int getOrder()
           
 double getS()
           
 double[] getSc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariablePotentialCoefficientsSet

public VariablePotentialCoefficientsSet(int d,
                                        int o,
                                        double c,
                                        double s,
                                        double[] cc,
                                        double[] sc)
Create a set for a given order and degree

Parameters:
d - degree of set
o - order of set
c - normalized c coefficient
s - normalized s coefficient
cc - c coefficient corrections {DOT, S1A, C1A, S2A, C2A}
sc - s coefficient corrections {DOT, S1A, C1A, S2A, C2A}
Method Detail

getDegree

public int getDegree()
Returns:
the degree of the set

getOrder

public int getOrder()
Returns:
the order of the set

getC

public double getC()
Returns:
normalized c coefficient of the set

getS

public double getS()
Returns:
normalized s coefficient of the set

getCc

public double[] getCc()
Returns:
the c coefficient corrections of the set {DOT, S1A, C1A, S2A, C2A}

getSc

public double[] getSc()
Returns:
the s coefficient corrections of the set {DOT, S1A, C1A, S2A, C2A}


Copyright © 2016 CNES. All Rights Reserved.