|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.aircraft.adm.engine.EngineCoeff
faa.tg.aircraft.adm.engine.PistonEngineCoeff
public class PistonEngineCoeff
PistonEngineCoeff encapsulates the equation coefficients for an Engine modeled with the AMT package.See the source: PistonEngineCoeff.java
Engine,
JetEngine,
Serialized Form| Field Summary | |
|---|---|
protected Coefficient |
cTc1
Deprecated. 1st AMT coefficient for calculating max climb thrust |
protected Coefficient |
cTc2
Deprecated. 2nd AMT coefficient for calculating max climb thrust |
protected Coefficient |
cTc3
Deprecated. 3rd AMT coefficient for calculating max climb thrust |
protected Coefficient |
cTf1
Deprecated. 1st AMT equation coefficient for calculating thrust specific fuel consumption |
protected Coefficient |
cTf2
Deprecated. 2nd AMT equation coefficient for calculating thrust specific fuel consumption |
protected Coefficient |
cTf3
Deprecated. 1st AMT equation coefficient for calculating descent fuel flow coefficient |
protected Coefficient |
cTf4
Deprecated. 2nd AMT equation coefficient for calculating descent fuel flow coefficient |
static java.lang.String |
CVS_VERSION_ID
Deprecated. The CVS Version ID |
private Coefficient |
kLag
Deprecated. Spooling lag coefficient for jet engines: ratio of the time for the engine to spool from zero thrust to max thrust, divided by the timestep. |
(package private) static long |
serialVersionUID
Deprecated. |
| Constructor Summary | |
|---|---|
PistonEngineCoeff()
Deprecated. Default constructor sets all coefficients to 1.0 |
|
PistonEngineCoeff(Coefficient c1,
Coefficient c2,
Coefficient c3,
Coefficient f1,
Coefficient f2,
Coefficient f3,
Coefficient f4)
Deprecated. Standard constructor takes seven values to set the Engine equation coefficients. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. Returns this information converted to an EngineCoeff instance. |
Coefficient |
getcTc1()
Deprecated. Accessor method for 1st AMT max climb thrust coefficient |
Coefficient |
getcTc2()
Deprecated. Accessor method for 2nd AMT max climb thrust coefficient |
Coefficient |
getcTc3()
Deprecated. Accessor method for 3rd AMT max climb thrust coefficient |
Coefficient |
getcTf1()
Deprecated. Accessor method for 1st thrust specific fuel consumption coefficient |
Coefficient |
getcTf2()
Deprecated. Accessor method for 1st thrust specific fuel consumption coefficient |
Coefficient |
getcTf3()
Deprecated. Accessor method for 1st descent fuel flow coefficient |
Coefficient |
getcTf4()
Deprecated. Accessor method for 2nd descent fuel flow coefficient |
Coefficient |
getKLag()
Deprecated. Returns spooling lag coefficient for piston engines. |
java.lang.String |
toString()
Deprecated. Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private Coefficient kLag
protected Coefficient cTc1
protected Coefficient cTc2
protected Coefficient cTc3
protected Coefficient cTf1
protected Coefficient cTf2
protected Coefficient cTf3
protected Coefficient cTf4
| Constructor Detail |
|---|
public PistonEngineCoeff()
public PistonEngineCoeff(Coefficient c1,
Coefficient c2,
Coefficient c3,
Coefficient f1,
Coefficient f2,
Coefficient f3,
Coefficient f4)
c1 - The cTc1 coefficient to calculate max climb thrust of engine.c2 - The cTc2 coefficient to calculate max climb thrust of engine.c3 - The cTc3 coefficient to calculate max climb thrust of engine.f1 - The cTf1 thrust specific fuel consumption coefficient.f2 - The cTf2 thrust specific fuel consumption coefficient.f3 - The cTf3 descent fuel flow coefficient.f4 - The cTf4 descent fuel flow coefficient.| Method Detail |
|---|
public Coefficient getKLag()
public java.lang.Object clone()
clone in class EngineCoeffpublic Coefficient getcTc1()
getcTc1 in class EngineCoeffpublic Coefficient getcTc2()
getcTc2 in class EngineCoeffpublic Coefficient getcTc3()
getcTc3 in class EngineCoeffpublic Coefficient getcTf1()
getcTf1 in class EngineCoeffpublic Coefficient getcTf2()
getcTf2 in class EngineCoeffpublic Coefficient getcTf3()
getcTf3 in class EngineCoeffpublic Coefficient getcTf4()
getcTf4 in class EngineCoeffpublic java.lang.String toString()
toString in class EngineCoeff
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||