Module: fuelSlosh¶
- 
class FuelSlosh¶
- #include <fuelSlosh.h>This class is a class that has the defines a generic fuel slosh paricle. Public Functions - 
inline FuelSlosh()¶
 - 
inline virtual ~FuelSlosh()¶
- — Contructor 
 - 
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 
 
- 
inline FuelSlosh()¶