Changeset 1415 for DCWoRMS/branches/coolemall/src/example/energy/coolemall/FlowPumpInletEnergyEstimationPlugin.java
- Timestamp:
- 07/15/14 16:26:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/energy/coolemall/FlowPumpInletEnergyEstimationPlugin.java
r1396 r1415 5 5 import schedframe.resources.computing.coolemall.ComputeBox1; 6 6 import schedframe.resources.computing.coolemall.NodeGroup; 7 import schedframe.resources.computing.profiles.energy. EnergyEvent;7 import schedframe.resources.computing.profiles.energy.ResourceEvent; 8 8 import schedframe.resources.devices.Device; 9 9 import schedframe.resources.devices.Fan; … … 15 15 public class FlowPumpInletEnergyEstimationPlugin extends BaseEnergyEstimationPlugin { 16 16 17 public double estimatePowerConsumption( EnergyEvent event, JobRegistry jobRegistry,17 public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, 18 18 PhysicalResource resource) { 19 19 … … 86 86 } 87 87 88 public double estimateAirflow( EnergyEvent event, JobRegistry jobRegistry, PhysicalResource resource) {88 public double estimateAirflow(ResourceEvent event, JobRegistry jobRegistry, PhysicalResource resource) { 89 89 double airflow = 0; 90 90 double Vair_total;
Note: See TracChangeset
for help on using the changeset viewer.