|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.assembly.models.cook.CtCookModel
public class CtCookModel
This class implements Cook tangential coefficient to a facet.
| Constructor Summary | |
|---|---|
CtCookModel(ExtendedAtmosphere atmos,
Facet afacet,
Frame afacetFrame,
double eps)
Constructor. |
|
| Method Summary | |
|---|---|
double |
derivativeValue(Parameter p,
SpacecraftState state)
Compute the derivative value with respect to the input parameter. |
ArrayList<Parameter> |
getParameters()
Get the supported parameters. |
boolean |
isDifferentiableBy(Parameter p)
Tell if the function is differentiable by the given parameter. |
boolean |
supportsParameter(Parameter param)
Check if a parameter is supported. |
double |
value(SpacecraftState state)
Getting the value of the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CtCookModel(ExtendedAtmosphere atmos,
Facet afacet,
Frame afacetFrame,
double eps)
atmos - atmosphereafacet - facetafacetFrame - facet frameeps - specular reemission coefficient| Method Detail |
|---|
public double value(SpacecraftState state)
value in interface IParameterizableFunctionstate - the spacecraft state
public double derivativeValue(Parameter p,
SpacecraftState state)
derivativeValue in interface IParamDiffFunctionp - parameterstate - current state
public boolean supportsParameter(Parameter param)
supportsParameter in interface IParameterizableparam - parameter to check
public ArrayList<Parameter> getParameters()
getParameters in interface IParameterizablepublic boolean isDifferentiableBy(Parameter p)
isDifferentiableBy in interface IParamDiffFunctionp - function parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||