fr.cnes.sirius.patrius.assembly.models
Interface DragCoefficientProvider
- All Known Implementing Classes:
- GlobalDragCoefficientProvider
public interface DragCoefficientProvider
Drag coefficient (x surface) provider.
- Since:
- 3.3
- Version:
- $Id: DragCoefficientProvider.java 17587 2017-05-10 13:31:11Z bignon $
- Author:
- Emmanuel Bignon
- Concurrency :
- not thread-safe
getCoefficients
DragCoefficient getCoefficients(Vector3D relativeVelocity,
AtmosphereData atmoData,
Assembly assembly)
- Provides drag coefficient (x surface).
- Parameters:
relativeVelocity - relative velocity of atmosphere with respect to spacecraft in satellite frameatmoData - atmosphere dataassembly - assembly
- Returns:
- drag coefficient (x surface) in satellite frame
Copyright © 2017 CNES. All Rights Reserved.