Skip to content

FGTurbine EGT #1372

@Octal450

Description

@Octal450

I'm submitting a ...

  • bug report

Describe the issue
EGT is based on throttle. That is very wrong. It should be changed to N2 norm to be a bit more closer to proper.

What is the motivation / use case for changing the behavior?
While not exactly right, it at least makes the movement of the EGT gauges of aircraft that don't yet override the EGT with a correct calculation more realistic.

Fix

EGT_degC = in.TAT_c + 363.1 + ThrottlePos * 357.1;

Change to
EGT_degC = in.TAT_c + 363.1 + N2norm * 357.1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions