Data Definitions

This section collects and defines all the data needed to build the instance models.

RefnameDD:ddProcessError
LabelProcess Error in the frequency domain
Symbol\({E_{\text{s}}}\)
UnitsUnitless
Equation\[{E_{\text{s}}}={R_{\text{s}}}-{Y_{\text{s}}}\]
Description
  • \({E_{\text{s}}}\) is the Process Error in the frequency domain (Unitless)
  • \({R_{\text{s}}}\) is the Set-Point in the frequency domain (Unitless)
  • \({Y_{\text{s}}}\) is the Process Variable in the frequency domain (Unitless)
Notes
  • The Process Error is the difference between the Set-Point and Process Variable. The equation is converted to the frequency domain by applying the Laplace transform (from TM:laplaceTransform). The Set-Point is assumed to be constant throughout the simulation (from A:Set-Point). The initial value of the Process Variable is assumed to be zero (from A:Initial Value).
Sourcejohnson2008
RefByIM:pdEquationIM, DD:ddPropCtrl, and DD:ddDerivCtrl
RefnameDD:ddPropCtrl
LabelProportional control in the frequency domain
Symbol\({P_{\text{s}}}\)
UnitsUnitless
Equation\[{P_{\text{s}}}={K_{\text{p}}}\,{E_{\text{s}}}\]
Description
  • \({P_{\text{s}}}\) is the Proportional control in the frequency domain (Unitless)
  • \({K_{\text{p}}}\) is the Proportional Gain (Unitless)
  • \({E_{\text{s}}}\) is the Process Error in the frequency domain (Unitless)
Notes
  • The Proportional Controller is the product of the Proportional Gain and the Process Error (from DD:ddProcessError). The equation is converted to the frequency domain by applying the Laplace transform (from TM:laplaceTransform).
Sourcejohnson2008
RefByDD:ddCtrlVar
RefnameDD:ddDerivCtrl
LabelDerivative control in the frequency domain
Symbol\({D_{\text{s}}}\)
UnitsUnitless
Equation\[{D_{\text{s}}}={K_{\text{d}}}\,{E_{\text{s}}}\,s\]
Description
  • \({D_{\text{s}}}\) is the Derivative control in the frequency domain (Unitless)
  • \({K_{\text{d}}}\) is the Derivative Gain (Unitless)
  • \({E_{\text{s}}}\) is the Process Error in the frequency domain (Unitless)
  • \(s\) is the Complex frequency-domain parameter (Unitless)
Notes
  • The Derivative Controller is the product of the Derivative Gain and the differential of the Process Error (from DD:ddProcessError). The equation is converted to the frequency domain by applying the Laplace transform (from TM:laplaceTransform). A pure form of the Derivative controller is used in this application (from A:Unfiltered Derivative).
Sourcejohnson2008
RefByDD:ddCtrlVar
RefnameDD:ddCtrlVar
LabelControl Variable in the frequency domain
Symbol\({C_{\text{s}}}\)
UnitsUnitless
Equation\[{C_{\text{s}}}={E_{\text{s}}}\,\left({K_{\text{p}}}+{K_{\text{d}}}\,s\right)\]
Description
  • \({C_{\text{s}}}\) is the Control Variable in the frequency domain (Unitless)
  • \({E_{\text{s}}}\) is the Process Error in the frequency domain (Unitless)
  • \({K_{\text{p}}}\) is the Proportional Gain (Unitless)
  • \({K_{\text{d}}}\) is the Derivative Gain (Unitless)
  • \(s\) is the Complex frequency-domain parameter (Unitless)
Notes
Sourcejohnson2008
RefByIM:pdEquationIM