fr.cnes.sirius.patrius.assembly.models
Interface DragCoefficientProvider


public interface DragCoefficientProvider

Drag coefficient (x surface) provider.

Since:
3.3
Version:
$Id: DragCoefficientProvider.java 16645 2016-09-20 12:13:43Z bignon $
Author:
Emmanuel Bignon
Concurrency :
not thread-safe

Method Summary
 DragCoefficient getCoefficients(Vector3D relativeVelocity, double tAtmo, Assembly assembly)
          Provides drag coefficient (x surface).
 

Method Detail

getCoefficients

DragCoefficient getCoefficients(Vector3D relativeVelocity,
                                double tAtmo,
                                Assembly assembly)
Provides drag coefficient (x surface).

Parameters:
relativeVelocity - relative velocity with respect to atmosphere
tAtmo - atmospheric temperature
assembly - assembly
Returns:
drag coefficient (x surface)


Copyright © 2016 CNES. All Rights Reserved.