Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class ColdGasThrusterFuelModel;

Description

A component model that is added onto a component to enable fuel consumption properties such as a thruster.


Properties

DeclaredDescription
DesiredFlowRateThe flow rate desired by the consumer.
FuelSourceThe Fuel container attached to the node.
ProvidedFlowRateThe flow rate provided to the consumer.
SpecificHeatRatioHeat ratio of the gas provided.
TotalPressureTotal/Stagnation Pressure of the system.
TotalTemperatureTotal/Stagnation Temperature of the system.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

DeclaredDescription
AttachAttempts to find and attach the fuel node to a particular fuel sourceor finds a relevant fuel source.
DetachDetaches the fuel model from the fuel source if it has alreadyattempted to detach the fuel source.
InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.