2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
2017-07-25 06:47:38 +00:00
|
|
|
|
/// Copyright (c) 2013-2017 Sensus Metering Systems
|
2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
2014-07-28 07:54:35 +00:00
|
|
|
|
namespace TBF.BenchControl
|
|
|
|
|
|
{
|
|
|
|
|
|
public static class Constants
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// A fraction of the tank volume that is considered to be safe.
|
|
|
|
|
|
/// When the estimated test end tank volume exceeds this fraction, tank emptying is forced.
|
|
|
|
|
|
/// </summary>
|
2017-07-25 06:47:38 +00:00
|
|
|
|
public const float TankFullFactor = 0.95f;
|
2014-07-28 07:54:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|