Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _alp/Agents/UI_Results/AOC.UI_Results.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ lm_assetFlowLabels.put(OL_AssetFlowCategories.windProductionElectric_kW,"Opwek w
lm_assetFlowLabels.put(OL_AssetFlowCategories.airConditionersElectricPower_kW,"Elektr. behoefte Airco's");
lm_assetFlowLabels.put(OL_AssetFlowCategories.dieselGeneratorProductionElectric_kW, "Elektr. Opwek Diesel Gen.");
lm_assetFlowLabels.put(OL_AssetFlowCategories.methaneGeneratorProductionElectric_kW, "Elektr. Opwek Gas Gen.");
lm_assetFlowLabels.put(OL_AssetFlowCategories.hydrogenFuelCellProductionElectric_kW, "Elektr. Opwek H2 Fuel Cell");

cm_assetFlowColors = new J_ColorMap<>(OL_AssetFlowCategories.class);
cm_assetFlowColors.put(OL_AssetFlowCategories.fixedConsumptionElectric_kW, v_electricityBaseloadDemandColor);
Expand All @@ -58,6 +59,7 @@ cm_assetFlowColors.put(OL_AssetFlowCategories.windProductionElectric_kW, v_windE
cm_assetFlowColors.put(OL_AssetFlowCategories.airConditionersElectricPower_kW, v_PVElectricitySupplyColor);
cm_assetFlowColors.put(OL_AssetFlowCategories.dieselGeneratorProductionElectric_kW, v_petroleumProductsElectricitySupplyColor);
cm_assetFlowColors.put(OL_AssetFlowCategories.methaneGeneratorProductionElectric_kW, v_methaneElectricitySupplyColor);
cm_assetFlowColors.put(OL_AssetFlowCategories.hydrogenFuelCellProductionElectric_kW, v_electricityForHydrogenDemandColor);

v_consumptionAssetFlows = EnumSet.noneOf(OL_AssetFlowCategories.class);
v_consumptionAssetFlows.add(OL_AssetFlowCategories.fixedConsumptionElectric_kW);
Expand All @@ -82,7 +84,7 @@ v_electricAssetFlows.add(OL_AssetFlowCategories.pvProductionElectric_kW);
v_electricAssetFlows.add(OL_AssetFlowCategories.V2GPower_kW);
v_electricAssetFlows.add(OL_AssetFlowCategories.windProductionElectric_kW);
v_electricAssetFlows.add(OL_AssetFlowCategories.airConditionersElectricPower_kW);
]]></StartupCode>
v_electricAssetFlows.add(OL_AssetFlowCategories.hydrogenFuelCellProductionElectric_kW);]]></StartupCode>
<Generic>false</Generic>
<GenericParameter>
<Id>1704197366556</Id>
Expand Down