电科院-电能替代模型工具开发
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
292 B

1 year ago
package com.dky.calculate;
import com.dky.utils.result.MatchedDevice;
import java.util.List;
public class CalC {
//投入供热设备总功率计算
public double calTotalPower(List<MatchedDevice> matchedDevices,Double buildArea) {
return floor * heatArea * devPrice;
}
}