org.orekit.forces.radiation
Class ElementaryFlux

java.lang.Object
  extended by org.orekit.forces.radiation.ElementaryFlux

public class ElementaryFlux
extends Object

Elementary flux

Since:
1.2
Version:
$Id: ElementaryFlux.java 17582 2017-05-10 12:58:16Z bignon $
Author:
ClaudeD
Concurrency :
immutable
Concurrency comment :
immutable class

Constructor Summary
ElementaryFlux(Vector3D edirFlux, double eAlbedoPressure, double eInfraRedPressure)
          Constructor of elementary pressure
 
Method Summary
 double getAlbedoPressure()
          get the albedo pressure (N/M²)
 Vector3D getDirFlux()
          get the direction flux
 double getInfraRedPressure()
          get the infrared pressure (N/M²)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementaryFlux

public ElementaryFlux(Vector3D edirFlux,
                      double eAlbedoPressure,
                      double eInfraRedPressure)
Constructor of elementary pressure

Parameters:
edirFlux - direction flux
eAlbedoPressure - albedo pressure (N/M²)
eInfraRedPressure - infrared pressure (N/M²)
Since:
1.2
Method Detail

getDirFlux

public Vector3D getDirFlux()
get the direction flux

Returns:
direction flux
Since:
1.2

getAlbedoPressure

public double getAlbedoPressure()
get the albedo pressure (N/M²)

Returns:
albedo pressure
Since:
1.2

getInfraRedPressure

public double getInfraRedPressure()
get the infrared pressure (N/M²)

Returns:
infrared pressure
Since:
1.2


Copyright © 2017 CNES. All Rights Reserved.