Table of Contents

Class FuelSourceUniformBurnModel

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

[Nominal] A Uniform Burn 'FuelSource' Model


public class FuelSourceUniformBurnModel : FuelSourceModel
Inheritance
FuelSourceUniformBurnModel

Constructors

FuelSourceUniformBurnModel()

Default constructor

protected FuelSourceUniformBurnModel()

Methods

ComputeMatrices(ref BackSubstitutionMatrices)

Computes the back substitution matrices based on the referenced matrices for the current fuel model.

[Hidden]
public override void ComputeMatrices(ref BackSubstitutionMatrices backMatrices)

Parameters

backMatrices BackSubstitutionMatrices

[-] The back contributions

ComputeTankProperties(double)

Calculate the model's properties.

public override void ComputeTankProperties(double mass)

Parameters

mass double

[kg] The fuel mass

ComputeTankPropertiesDerivatives(double, double)

Calculate the model's derivative properties.

public override void ComputeTankPropertiesDerivatives(double mass, double massDot)

Parameters

mass double

[kg] The fuel mass

massDot double

[kg/s] The fuel mass derivative