ACDCConcept

class ACDCConcept "AC/DC converter concept"
    extends Modelica.Icons.Information;

    annotation (
        DocumentationClass = true,
        Documentation(info = "<html>\n\n<p>AC/DC converters are also called rectifiers</p>\n\n<h4>Component classification</h4>\n\n<p>Conventional AC/DC converters contain diodes and thyristors. If thyristors are used, the output voltage of the rectifier can be controlled. If only diodes are used, the output voltages is solely dependent on the input voltage and the characteristic of applied diodes.</p>\n<ul>\n  <li>Diode rectifiers</li>\n  <li>Thyristor rectifiers</li>\n  <li>Half controlled rectifiers; half of the semiconductors are diodes and thyristors, respectively</li>\n</ul>\n\n<h4>Topology classification</h4>\n\n<p>The PowerConverters library provides bridge and center tap rectifiers for single and multi phase supply, see\n<a href=\"modelica://Modelica.Electrical.PowerConverters.ACDC\">AC/DC converters</a>.</p>\n\n<h4>Control</h4>\n\n<p>For each of the provided rectifiers a\n<a href=\"modelica://Modelica.Electrical.PowerConverters.ACDC.Control\">control model</a> is available.\nThese control models have electrical connectors to be connected with the AC supply.\nThe firing angle of thyristor rectifiers can either be set by a parameter or a signal input.\n</p>\n\n<h4>Examples</h4>\n\n<p>A variety of examples is provided at\n<a href=\"modelica://Modelica.Electrical.PowerConverters.Examples.ACDC\">Examples.ACDC</a>.\nThese examples include different kinds of DC loads. Even the control characteristics\nof the rectifiers can be obtained experimentally; the names of these models\ncontain <code>_Characteristic</code>.\n</p>\n</html>"));
end ACDCConcept;