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 16626 2016-09-19 09:28:04Z 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 © 2016 CNES. All Rights Reserved.