vicjun
- 18
- 0
Homework Statement
I am supposed to design a control system with feedback and disturbance feed-forward, with all relevant transfer functions.
The system consists of an oven where the temperature T is controlled by an electric heater that dissipates power P_{in}. The temperature outside the oven is T_0. Consequently, the oven dissipates heat to the environment, at a rate P_{loss} depending on the temperature difference. The outside temperature is considered to be a disturbance, and is considered not to be affected by the temperature inside the oven.
Homework Equations
We are given the rate of loss as
P_{loss}=\alpha (T-T_0)
where \alpha=0.05 \: W/K. We are also given the oven's heat capacity as C=25 \: J/K
The Attempt at a Solution
I started out trying to find the transfer function of the process, i.e the temperature inside the oven. To do this I have defined a differential equation using energy balance E inside the oven:
\dfrac{dE}{dt}=P_{in}-P_{loss}
where E=C \cdot T and P_{loss} as above. This gives the differential equation as
C \cdot \dfrac{dT}{dt}=P{in}-\alpha(T-T_0)
Calculating the Laplace transforms then gives (a "bar" signifies the transform), assuming that the initial temperature inside the oven is T_0 because of equilibrium, so that T(0)=T_0=0^{\circ} C:
(C \cdot s+\alpha)\bar{T}(s)=\bar{P}_{in}(s)+\alpha \bar{T_0}(s)
Surely then, the transfer function G_P(s) is the quotient between the output \bar{T}(s) and the input \bar{P}_{in}(s). But I can't get rid of T_0. Is the outside temperature supposed to just be considered in the transfer function of the disturbance?
Alternatively, I tried modeling the process without heat loss (assuming heat loss is a disturbance), that is, writing the differential equation as
\dfrac{dE}{dt}=P_{in}
and then assume that the initial temperature is 0 degrees outside and inside the oven, for simplicity. This gives me the transfer function
G_P(s)=\dfrac{1}{C \cdot s}
which feels insufficient as I feel there should be some time delay due to some time constant. I then model the disturbance (i.e heat loss) as
C \cdot \dfrac{dT}{dt}=-P_{loss}=\alpha (T_0-T)
that is, how the heat loss affects the temperature in the oven. Using the laplace transform gives
C \cdot s \cdot \bar{T}(s)=\alpha \bar{T}_0(s)-\bar{T}(s))
Giving the transfer function of the disturbance as
G_V(s)=\dfrac{\bar{T}(s)}{\bar{T}_0(s)}=\dfrac{ \alpha }{C \cdot s + \alpha}
which looks more like a transfer function. This is then added to the process through summation.
I'm completely stuck on this exercise. I don't want an entire solution, just a hint to guide me into the right direction. I feel I am pretty close to solving it, I just need to separate the disturbance from the process somehow. Thanks in advance.
Last edited: