Resultaten PEF formules

R1=0, R2=0
equation 5
(1 - R1)x EV + R1 x Erecycled + (R2- R1)x(ERecyclingEofL - E*V x QS/QP) -> R3=0 , ED= 0
(1-0)*2820+0*540+(0-0)*(540-2820*1/1) = 2820
equation 1
(1 - R1/2)x EV + R1/2 x Erecycled + R2/2 x(ERecyclingEofL - E*V x QS/QP) -> R3=0 , ED= 0
(1-0/2)*2820+0/2*540+0/2*(540-2820*1/1) = 2820
equation 4
EV + R2 x (ErecyclingEoL - E*V x QS/QP) -> R3=0 , ED= 0
2820+0*(540-2820*1/1) = 2820
equation 6
(1 - R1')x EV + R1' x Erecycled + R2' x(ERecyclingEofL - E*V x QS/QP) -> R3= 0 , ED= 0
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.1
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.2
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.3
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.4
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.5
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.6
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.7
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.8
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=0.9
(1-0)*2820+0*540+0*(540-2820*1/1)= 2820, alfa=1
EN15804
/ / kg CO2/ton

/********************************************************************************************** $eindeLoop = 1.01; //formule 7 echo "

"; echo "equation 7
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { $RUaEP7= (1-$R_1)*$E_V+$R_1*$E_recycled+$R_2*($E_RecyclingEofL-$E_sterV*$Q_S/$Q_P); echo "$RUaEP7
"; }//eind loop R2 }//einde loop R1 echo "

"; //formule 5 echo "

"; echo "equation 5
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { $RUaEP5= (1-$R_1)*$E_V+$R_1*$E_recycled+($R_2-$R_1)*($E_RecyclingEofL-$E_sterV*$Q_S/$Q_P); echo "$RUaEP5
"; }//eind loop R2 }//einde loop R1 echo "

"; //formule 1 echo "

"; echo "equation 1
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { $RUaEP1= (1-$R_1/2)*$E_V+$R_1/2*$E_recycled+$R_2/2*($E_RecyclingEofL-$E_sterV*$Q_S/$Q_P); echo "$RUaEP1
"; }//eind loop R2 }//einde loop R1 echo "

"; //formule 2 echo "

"; echo "equation 2
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { $RUaEP2= (1-$R_1/2)*$E_V+$R_1/2*$E_recycled+$R_2/2*($E_RecyclingEofL-$E_sterV*$Q_S/$Q_P); echo "$RUaEP2
"; }//eind loop R2 }//einde loop R1 echo "

"; //formule 3 echo "

"; echo "equation 3
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { $RUaEP3= (1-$R_1)*$E_V+$R_1*$E_recycled; echo "$RUaEP3
"; }//eind loop R2 }//einde loop R1 echo "

"; //formule 4 echo "

"; echo "equation 4
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { $RUaEP4= $E_V+$R_2*($E_RecyclingEofL-$E_sterV*$Q_S/$Q_P); echo "$RUaEP4
"; }//eind loop R2 }//einde loop R1 echo "

"; //neerzetten waarden R1 + R2 echo "

"; echo "R1 en R2
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { echo "R1=$R_1, R2=$R_2
"; }//eind loop R2 }//einde loop R1 echo "

"; //neerzetten EN15804 echo "

"; echo "EN15804
"; for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { for ($R_2 = 0; $R_2<$eindeLoop;$R_2 = $R_2+0.2) { echo "473 kg CO2/ton
"; }//eind loop R2 }//einde loop R1 echo "

"; //formule 6 echo "

"; echo "equation 6
"; for ($alpha = 0; $alpha<$eindeLoop;$alpha = $alpha+0.1) { for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { $R_2 = 1; $R_1accent =$alpha*$R_1; $R_2accent =(1-$alpha)*$R_2; $RUaEP6= (1-$R_1accent)*$E_V+$R_1accent*$E_recycled+$R_2accent*($E_RecyclingEofL-$E_sterV*$Q_S/$Q_P); echo "$RUaEP6
"; }//einde loop R1 }//einde loop alpha echo "

"; //formule 6 echo "

"; echo "Alfa, R1 en R2
"; for ($alpha = 0; $alpha<$eindeLoop;$alpha = $alpha+0.1) { for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { $R_2 = 1; echo "alfa=$alpha, R1=$R_1, R2=$R_2
"; }//einde loop R1 }//einde loop alpha echo "

"; //EN15804 echo "

"; echo "EN15804
"; for ($alpha = 0; $alpha<$eindeLoop;$alpha = $alpha+0.1) { for ($R_1 = 0; $R_1<$eindeLoop;$R_1 = $R_1+0.2) { echo "$EN15804 kg CO2/ton
"; }//einde loop R1 }//einde loop alpha echo "

"; **********************************************************************************************/