fr.cnes.sirius.patrius.assembly.models.cook
Interface AlphaProvider

All Known Implementing Classes:
AlphaConstant, AlphaCookModel

public interface AlphaProvider

Interface for alpha (energy accomodation coefficient).

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

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

Method Detail

getAlpha

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

Parameters:
state - spacecraft state
Returns:
alpha value


Copyright © 2017 CNES. All Rights Reserved.