Definition at line 342 of file FGTurbine.h.
◆ FGSimplifiedTSFC()
Definition at line 345 of file FGTurbine.h.
346 : turb(_turb), tsfc(tsfcVal) {}
◆ GetName()
std::string GetName |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ GetValue()
double GetValue |
( |
void |
| ) |
const |
|
inlinevirtual |
Implements FGParameter.
Definition at line 350 of file FGTurbine.h.
350 {
351
352 double T = turb->in.Temperature;
353 double N2norm = turb->N2norm;
354 return tsfc * sqrt(T / 389.7) * (0.84 + (1 - N2norm) * (1 - N2norm));
355 }
The documentation for this class was generated from the following file: