//--------------------------------------------------------------------- public FuelType() { this.baseFuel = BaseFuelType.NoFuel; this.surfaceFuel = SurfaceFuelType.NoFuel; this.initiationProbability = 0.0; this.a = 0; this.b = 0.0; this.c = 0.0; this.q = 0.0; this.bui = 0; this.maxBE = 0.0; this.cbh = 0; }