Skip to content

Pull up trim problem? #1325

@shenmoxie

Description

@shenmoxie

In FGTrimAxis.cpp,when I see getstate function:

case tNlf: state_value=fdmex->GetAuxiliary()->GetNlf()-state_target; break;

but when I See GetNlf():

double FGAuxiliary::GetNlf(void) const
{
if (in.Mass != 0)
return (in.vFw(3))/(in.Mass*slugtolb);
else
return 0.;
}
Is there a lack of gravity here? And will this cause pull up trim problem?

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