Skip to content

Commit

Permalink
Aanpassing Functioneel/RV: Ruimteverwarming nu zonder vermindering va…
Browse files Browse the repository at this point in the history
…n warmtewinst, die te groot lijkt, zie: ObjectVision/SAVI2#171
  • Loading branch information
MaartenHilferink committed Jan 6, 2025
1 parent e14486e commit b6f3d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Runs/HestiaRun.dms
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ container HestiaRun
// parameter<string> StudieGebied : ['NL'], IsHidden = "True";

// Enkele gemeente als selectie. Comment in om te gebruiken.
parameter<string> StudieGebied : ['GM0050'], IsHidden = "True"; //GM0050 (Zeewolde) is handig om kleinschalig te testen OF GM0213 (meer oudere gebouwen)
// parameter<string> StudieGebied : ['GM0050'], IsHidden = "True"; //GM0050 (Zeewolde) is handig om kleinschalig te testen OF GM0213 (meer oudere gebouwen)

// Meerdere gemeenten als studiegebied. Comment in om te gebruiken.
// parameter<string> StudieGebied : ['GM0402,GM0344,GM1581,GM0439,GM0153,GM0599,GM0034,GM0050,GM0321'], IsHidden = "True";
parameter<string> StudieGebied : ['GM0402,GM0344,GM1581,GM0439,GM0153,GM0599,GM0034,GM0050,GM0321'], IsHidden = "True";

// RES-regio als selectie. Comment in om te gebruiken.
// parameter<string> RES_Gebied : ['RESTwente'], IsHidden = "True";
Expand Down
2 changes: 1 addition & 1 deletion model/stam/CalculationSchemes/BerekenFunctioneel.dms
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Template BerekenFunctioneel
attribute<GJ_yr> EA (BOdomain) := PrevState/Functioneel_base/EA[PrevState_rel];
attribute<GJ_yr> TW (BOdomain) := PrevState/Functioneel_base/TW[PrevState_rel];
attribute<GJ_yr> KD (BOdomain) := PrevState/Functioneel_base/KD[PrevState_rel];
attribute<GJ_yr> RV (BOdomain) := (RV_per_Bouwdeel_now/Totaal + Vrv_VT) * Correction_RV - warmtewinst/totaal;
attribute<GJ_yr> RV (BOdomain) := (RV_per_Bouwdeel_now/Totaal + Vrv_VT) * Correction_RV; // - warmtewinst/totaal;

attribute<GJ_yr> Vrv_VT (BOdomain) :=
Invoer/Kengetallen/OverigeInstallaties/VT/Installatietypes/V_RV_asl[PrevState/InstallatiePerProduct/VT[PrevState_rel]]
Expand Down

0 comments on commit b6f3d00

Please sign in to comment.