sidnet.models.energy.batteries
Class BatteryUtils

java.lang.Object
  extended by sidnet.models.energy.batteries.BatteryUtils

public abstract class BatteryUtils
extends java.lang.Object


Constructor Summary
BatteryUtils()
           
 
Method Summary
static double mAhToMJ(double mAh, double voltage)
           
static double MjTomAh(double mJ, double voltage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatteryUtils

public BatteryUtils()
Method Detail

mAhToMJ

public static double mAhToMJ(double mAh,
                             double voltage)

MjTomAh

public static double MjTomAh(double mJ,
                             double voltage)