From 509f9b18e4c39f3b7c22a5bc0b25ce8e3e320041 Mon Sep 17 00:00:00 2001 From: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:40:12 +0530 Subject: [PATCH] unify spelling of controllers unify spelling of controllers and lower case. --- Modelica/Electrical/Machines/Utilities/VfController.mo | 4 ++-- .../QuasiStatic/FundamentalWave/Utilities/VfController.mo | 4 ++-- .../Thermal/HeatTransfer/Examples/ControlledTemperature.mo | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Modelica/Electrical/Machines/Utilities/VfController.mo b/Modelica/Electrical/Machines/Utilities/VfController.mo index a4e5a8a576..801de36f5b 100644 --- a/Modelica/Electrical/Machines/Utilities/VfController.mo +++ b/Modelica/Electrical/Machines/Utilities/VfController.mo @@ -1,5 +1,5 @@ within Modelica.Electrical.Machines.Utilities; -block VfController "Voltage-Frequency-Controller" +block VfController "Voltage-Frequency controller" import Modelica.Constants.pi; extends Modelica.Blocks.Interfaces.SIMO(u(unit="Hz"), final nout=m); parameter Integer m=3 "Number of phases" annotation(Evaluate=true); @@ -51,7 +51,7 @@ equation Line(visible=EconomyMode, points={{-100,-100},{-90,-98},{-80,-94},{-70,-86},{-60,-74}, {-50,-60},{-40,-42},{-30,-22},{-20,2},{-10,30},{0,60},{80,60}}, color={0,0,255})}), Documentation(info=" -Simple Voltage-Frequency-Controller.
+Simple Voltage-Frequency controller.
Amplitude of voltage is linear dependent (VNominal/fNominal) on frequency (input signal \"u\"), but limited by VNominal (nominal RMS voltage per phase).
m sine-waves with amplitudes as described above are provided as output signal \"y\".
By setting parameter EconomyMode=true, Voltage rises quadratically with frequency which means flux,torque and loss reduction for fan and pump drives.
diff --git a/Modelica/Magnetic/QuasiStatic/FundamentalWave/Utilities/VfController.mo b/Modelica/Magnetic/QuasiStatic/FundamentalWave/Utilities/VfController.mo index 9207b58d97..141a8736f4 100644 --- a/Modelica/Magnetic/QuasiStatic/FundamentalWave/Utilities/VfController.mo +++ b/Modelica/Magnetic/QuasiStatic/FundamentalWave/Utilities/VfController.mo @@ -1,5 +1,5 @@ within Modelica.Magnetic.QuasiStatic.FundamentalWave.Utilities; -block VfController "Voltage-Frequency-Controller" +block VfController "Voltage-Frequency controller" import Modelica.Constants.pi; parameter Integer m=3 "Number of phases" annotation(Evaluate=true); parameter SI.Angle orientation[m]=- @@ -54,7 +54,7 @@ equation textColor={0,0,255})}), Documentation(info="

-This is a simple voltage-frequency-controller. The amplitude of the voltage is linear dependent (VNominal/fNominal) on the frequency (input signal u), but limited by VNominal (nominal RMS voltage per phase). An +This is a simple voltage-frequency controller. The amplitude of the voltage is linear dependent (VNominal/fNominal) on the frequency (input signal u), but limited by VNominal (nominal RMS voltage per phase). An m quasi-static phasor signal is provided as output signal y, representing complex voltages. The output voltages may serve as inputs for complex voltage sources with phase input. Symmetrical voltages are assumed.

diff --git a/Modelica/Thermal/HeatTransfer/Examples/ControlledTemperature.mo b/Modelica/Thermal/HeatTransfer/Examples/ControlledTemperature.mo index 3b4f3118d8..0fc5d4027c 100644 --- a/Modelica/Thermal/HeatTransfer/Examples/ControlledTemperature.mo +++ b/Modelica/Thermal/HeatTransfer/Examples/ControlledTemperature.mo @@ -77,7 +77,7 @@ whose losses v**2/r are dissipated via a thermal conductance of 0.1 W/K to ambient temperature 20 degree C. The resistor is assumed to have a thermal capacity of 1 J/K, having ambient temperature at the beginning of the experiment. -The temperature of this heating resistor is held by an OnOff-controller +The temperature of this heating resistor is held by an OnOff controller at reference temperature within a given bandwidth +/- 1 K by switching on and off the voltage source. The reference temperature starts at 25 degree C