Skip to content

Commit

Permalink
change use_inputFilter to use_strokeTime
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Oct 24, 2024
1 parent fa91288 commit 0455d3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions IDEAS/Examples/PPD12/BaseClasses/HeatingNoControl.mo
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ partial model HeatingNoControl "Ppd 12 example model without control"
CvData=IDEAS.Fluid.Types.CvTypes.Kv,
Kv=0.5,
allowFlowReversal=false,
use_inputFilter=true,
use_strokeTime=false,
m_flow_nominal=m_flow_nominal,
dpFixed_nominal=2*dp_16mm*4,
from_dp=true) "Thermostatic radiator valve for bedroom 1" annotation (
Expand All @@ -198,7 +198,7 @@ partial model HeatingNoControl "Ppd 12 example model without control"
CvData=IDEAS.Fluid.Types.CvTypes.Kv,
Kv=0.5,
allowFlowReversal=false,
use_inputFilter=true,
use_strokeTime=false,
dpFixed_nominal=2*dp_16mm*4,
from_dp=true) "Thermostatic radiator valve for towel dryer in bathroom"
annotation (Placement(transformation(
Expand All @@ -217,7 +217,7 @@ partial model HeatingNoControl "Ppd 12 example model without control"
CvData=IDEAS.Fluid.Types.CvTypes.Kv,
Kv=0.5,
allowFlowReversal=false,
use_inputFilter=true,
use_strokeTime=false,
dpFixed_nominal=2*dp_16mm*6,
from_dp=true) "Thermostatic radiator valve for radiator in bathroom"
annotation (Placement(transformation(
Expand All @@ -236,7 +236,7 @@ partial model HeatingNoControl "Ppd 12 example model without control"
CvData=IDEAS.Fluid.Types.CvTypes.Kv,
Kv=0.5,
allowFlowReversal=false,
use_inputFilter=true,
use_strokeTime=false,
dpFixed_nominal=2*dp_16mm*5,
from_dp=true) "Thermostatic radiator valve for radiator in bedroom 2"
annotation (Placement(transformation(
Expand All @@ -255,7 +255,7 @@ partial model HeatingNoControl "Ppd 12 example model without control"
CvData=IDEAS.Fluid.Types.CvTypes.Kv,
Kv=0.5,
allowFlowReversal=false,
use_inputFilter=true,
use_strokeTime=false,
dpFixed_nominal=2*dp_16mm*2,
from_dp=true) "Thermostatic radiator valve for bedroom 3" annotation (
Placement(transformation(
Expand All @@ -272,7 +272,7 @@ partial model HeatingNoControl "Ppd 12 example model without control"
CvData=IDEAS.Fluid.Types.CvTypes.Kv,
Kv=0.5,
allowFlowReversal=false,
use_inputFilter=true,
use_strokeTime=false,
m_flow_nominal=m_flow_nominal,
TSet=TSet2,
dpFixed_nominal=2*(dp_16mm*4 + dp_26mm*5),
Expand Down

0 comments on commit 0455d3b

Please sign in to comment.