Accepts the incoming flow and disposes it (removes from the system).
Is a typical end block of a Fluid Library flowchart. Accepts flow at any rate.
Please note that not more than one block can be connected to FluidDispose (unlike Sink, PedSink, etc.)
double amountPassed() - Returns the total amount passed through the block since the start of the simulation.
double amountPassed(AmountUnits units) - Returns the total amount of fluid (in given units) passed through the in port of the block since the start of the simulation.
double currentRate() - Returns the current flow rate of fluid that goes in.
double currentRate(FlowRateUnits units) - Returns the current flow rate (in given units) of fluid at the block input.
void resetStats() - Resets statistics collected for this block, including the statistics collected for its ports.