fr.cnes.sirius.patrius.assembly.models.cook
Class AlphaConstant

java.lang.Object
  extended by fr.cnes.sirius.patrius.assembly.models.cook.AlphaConstant
All Implemented Interfaces:
AlphaProvider

public class AlphaConstant
extends Object
implements AlphaProvider

Constant alpha (energy accomodation coefficient).

Since:
3.3
Version:
$Id: AlphaConstant.java 17587 2017-05-10 13:31:11Z bignon $
Author:
Emmanuel Bignon
Concurrency :
thread-safe

Constructor Summary
AlphaConstant(double a)
          Constructor.
 
Method Summary
 double getAlpha(SpacecraftState state)
          Return alpha (energy accomodation coefficient) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaConstant

public AlphaConstant(double a)
Constructor.

Parameters:
a - alpha
Method Detail

getAlpha

public double getAlpha(SpacecraftState state)
Return alpha (energy accomodation coefficient) value.

Specified by:
getAlpha in interface AlphaProvider
Parameters:
state - spacecraft state
Returns:
alpha value


Copyright © 2017 CNES. All Rights Reserved.