First time here? Check out the Help page!
1 | initial version |
From the docs:
$FractionFullLoadPower=C1+C2PLR+C3PLR^2+C4*PLR^3$
c1, c2, c3, c4 = (0, 1, 0, 0) is the EnergyPlus default as highlighted in the EnergyPlus example files.
2 | No.2 Revision |
From the docs:
$FractionFullLoadPower=C1+C2$$FractionFullLoadPower=C1+C2PLR+C3PLR^2+C4*PLR^3$PLR^2+C4*PLR^3$$
c1, c2, c3, c4 = (0, 1, 0, 0) is the EnergyPlus default as highlighted in the EnergyPlus example files.
3 | No.3 Revision |
From the docs:, the fraction of full load power is defined according to this equation
$$FractionFullLoadPower=C1+C2PLR+C3PLR^2+C4*PLR^3$$
c1, c2, c3, c4 = (0, 1, 0, 0) is the EnergyPlus default as highlighted in the EnergyPlus example files.
4 | No.4 Revision |
From the docs, the fraction of full load power is defined according to this equation
$$FractionFullLoadPower=C1+C2PLR+C3PLR^2+C4*PLR^3$$$$FractionFullLoadPower=C1+C2*PLR+C3*PLR^2+C4*PLR^3$$
c1, c2, c3, c4 = (0, 1, 0, 0) is the EnergyPlus default as highlighted in the EnergyPlus example files.
5 | No.5 Revision |
From the docs, the fraction of full load power is defined according to this equation
$$FractionFullLoadPower=C1+C2*PLR+C3*PLR^2+C4*PLR^3$$$$FractionFullLoadPower=C1 + C2 \times PLR + C3 \times PLR^2 + C4 \times PLR^3$$
c1, c2, c3, c4 = (0, 1, 0, 0) is the EnergyPlus default as highlighted in the EnergyPlus example files.