You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document RampTrackingFilter, PSS2A and PSS2B model implementation details (OpenIPSL#374)
* docs: Add Laera et al. (2022) reference
* docs: Document RampTrackingFilter model implementation details
* docs: Link PSS2A and PSS2B to RampTrackingFilter and relevant literature
* Attempting to fix URI issue
* Yet another attempt at fixing the uri
* Add links to references.
* Fix double tag.
* Replace math icon with graphical icon
Made icon to represent the intended functionality.
Should scale better when resizing than existing one.
* Fix the icon size and position of curve.
---------
Co-authored-by: Dietmar Winkler <dietmar.winkler@dwe.no>
<p>This model uses an implementation of the ramp tracking filter as described in <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Laera2022]</a>, which can be found under <code>OpenIPSL.NonElectrical.Continuous.RampTrackingFilter</code>.</p>
124
+
<p>See <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Laera2022]</a> for the expected behavior of this model.</p>
<p>This model uses an implementation of the ramp tracking filter as described in <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Laera2022]</a>, which can be found under <code>OpenIPSL.NonElectrical.Continuous.RampTrackingFilter</code>.</p>
119
+
<p>See <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Laera2022]</a> for the expected behavior of this model.</p>
<p>This block is used by the <code>PSS2A</code> and <code>PSS2B</code> models under <code>OpenIPSL.Electrical.Controls.PSSE.PSS</code>. This implementation has been done starting from the block diagram descriptions from [PSSE-MODELS]. </p>
112
+
113
+
<p>However, as noted in <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Laera2022]</a>, in order to validate the implementation against PSS/E v.33's simulation output, further analysis of the actual model response in PSS/E revealed necessary changes that deviate from the block diagrams in [PSS-MODELS]. Consequently, the implementation herein should not be expected to comply with any other "generic" implementation or block diagram description, but to that implemented in PSS/E v.33.</p>
114
+
115
+
<p>For more information please refer to <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Laera2022]</a>.</p>
0 commit comments