Processing math: 100%

Data Definitions

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

RefnameDD:ddProcessError
LabelProcess Error in the frequency domain
SymbolEs
UnitsUnitless
EquationEs=RsYs
Description
  • Es is the Process Error in the frequency domain (Unitless)
  • Rs is the Set-Point in the frequency domain (Unitless)
  • Ys 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
SymbolPs
UnitsUnitless
EquationPs=KpEs
Description
  • Ps is the Proportional control in the frequency domain (Unitless)
  • Kp is the Proportional Gain (Unitless)
  • Es 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
SymbolDs
UnitsUnitless
EquationDs=KdEss
Description
  • Ds is the Derivative control in the frequency domain (Unitless)
  • Kd is the Derivative Gain (Unitless)
  • Es 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
SymbolCs
UnitsUnitless
EquationCs=Es(Kp+Kds)
Description
  • Cs is the Control Variable in the frequency domain (Unitless)
  • Es is the Process Error in the frequency domain (Unitless)
  • Kp is the Proportional Gain (Unitless)
  • Kd is the Derivative Gain (Unitless)
  • s is the Complex frequency-domain parameter (Unitless)
Notes
Sourcejohnson2008
RefByIM:pdEquationIM