diff --git a/Zero_engine.alp b/Zero_engine.alp index ad088920..29bcb345 100644 --- a/Zero_engine.alp +++ b/Zero_engine.alp @@ -4,7 +4,7 @@ AnyLogic Project File ************************************************* --> - + 1658477103134 @@ -27132,7 +27132,7 @@ dsm_winterWeekSupplyDataSets_kW.createEmptyDataSets(v_activeEnergyCarriers, (int 1.0 - <![CDATA[NET LOAD]]> + <![CDATA[GRID LOAD]]> 0 -16776961 @@ -43342,7 +43342,7 @@ if( p_householdEV != null && p_chargingAttitudeVehicles == OL_ChargingAttitude.C } ]]> - + VOID 1676477303264 @@ -43421,7 +43421,7 @@ p_primaryHeatingAsset.v_powerFraction_fr = powerFraction_heatPump_fr; //traceln( "heatpumpt power fraction: " + powerFraction_heatPump_fr); ]]> - + VOID 1676976246060 @@ -43804,7 +43804,7 @@ if ( p_heatBuffer != null){ p_heatBuffer.removeEnergyAsset(); }]]> - + VOID 1726301776809 @@ -43833,7 +43833,7 @@ else if (p_primaryHeatingAsset instanceof J_EAConversionGasBurner && p_BuildingT } ]]> - + VOID 1726301785545 @@ -43859,7 +43859,7 @@ else { traceln("House " + p_gridConnectionID + " has heatingtype DISTRICT HEAT, but no delivery set or building asset!"); } ]]> - + VOID 1726334759211 @@ -53853,6 +53853,14 @@ abstract public class J_EA implements Cloneable { //return this.flowsMap; } + public void f_updateAllFlows() { + this.f_updateAllFlows(this.v_powerFraction_fr); + } + + public void f_setPowerFraction_fr(double powerFraction_fr) { + this.v_powerFraction_fr = powerFraction_fr; + } + public void clear() { flowsMap.clear(); energyUse_kW = 0;