WOLFRAM SYSTEMMODELER

Thermostat

Thermostat with first order delay

Diagram

Wolfram Language

In[1]:=
SystemModel["SmartCooling.Components.Thermostat"]
Out[1]:=

Information

This model represents a conventional vehicle thermostat with first order delay. Using the input signal temperature the open state of the thermostat is defined. The thermostat temperatures Toff and Ton can be used to parameterize the open state. At temperature Ton the thermostat is completely open and at Toff the thermostat is completely closed. The temperature Ton must be higher then the temperature Toff. The pressure loss characteristic of the thermostat is modeled in the SmartCooling.Components.IsolatedValve. The parameter timeConstant is the first order delay time constant.

Parameters (10)

medium

Value: SmartCooling.Medium.Medium()

Type: Medium

Description: medium type

m

Value:

Type: Mass (kg)

Description: medium mass

TStart

Value:

Type: Temperature (K)

Description: medium initial temperature

m_flowNom

Value:

Type: MassFlowRate (kg/s)

Description: nominal mass flow

dpNom

Value:

Type: Pressure (Pa)

Description: nominal pressure loss

m_flowNomLeak

Value:

Type: MassFlowRate (kg/s)

Description: nominal leak mass flow

characteristic

Value: true

Type: Boolean

Description: if true then linear else quadratic

Toff

Value:

Type: Temperature (K)

Description: off temperature

Ton

Value:

Type: Temperature (K)

Description: on temperature

timeConstant

Value:

Type: Time (s)

Description: time constant

Connectors (3)

flowPort_a

Type: FlowPort_a

Description: flow port a

flowPort_b

Type: FlowPort_b

Description: flow port b

temperature

Type: RealInput

Description: temperature sensor

Components (4)

medium

Type: Medium

Description: medium type

valve

Type: IsolatedValve

Description: thermostat valve

temperatureTable

Type: CombiTable1D

Description: temperature table

firstOrder

Type: FirstOrder

Description: first order delay