Home
last modified time | relevance | path

Searched refs:GetTotalPressure (Results 1 – 3 of 3) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGAuxiliary.h141 double GetTotalPressure(void) const { return pt; } in GetTotalPressure() function
H A DFGAuxiliary.cpp319 PropertyManager->Tie("propulsion/pt-lbs_sqft", this, &FGAuxiliary::GetTotalPressure); in bind()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/
H A DFGFDMExec.cpp400 Propulsion->in.TotalPressure = Auxiliary->GetTotalPressure(); in LoadInputs()