fuelSlosh

class FuelSlosh
#include <fuelSlosh.h>

This class defines a generic fuel slosh particle.

Public Functions

inline FuelSlosh()
inline virtual ~FuelSlosh()

Constructor.

inline virtual void retrieveMassValue(double integTime)

Destructor.

Public Members

double fuelMass = 0.0

retrieve current mass value of fuelSlosh particle

[kg] mass of fuelSlosh particle

double massToTotalTankMassRatio = 0.0

ratio of fuelSlosh particle mass to total mass of fuel tank

double fuelMassDot = 0.0

[kg/s] mass depletion rate of fuelSlosh particle

bool omitMassRateDynamics = false

substitute zero depletion rates into generic rate-dependent terms

bool hasRegisteredStates = false

set after stateful FuelSlosh implementations register their states