Skip to content

Commit bb36550

Browse files
committed
Attempt to fix issues with html tags
1 parent 3a93ff8 commit bb36550

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

OpenIPSL/Electrical/Sources/SourceBehindImpedance/BaseClasses/baseVoltageSource.mo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,14 @@ equation
113113
Documentation(info="<html>
114114
<p>
115115
This partial model is used to develop variants of a voltage source with an internal voltage source and internal impedance whose magnitude and angle.
116+
116117
The initial values of the internal voltage source magnitude and angle are calculated based on the impedance and power flow data.
117118
118119
It is based on [Du2021], with the difference that the internal impedance includes a resistance and not only a reactance. </p>
119120
120121
<p>
121122
[Du2021] W. Du, Y. Liu, F.K. Tuffner, R. Huang and Z. Huang: &quot;Model Specification of Droop-Controlled Grid-Forming Inverters (REGFM_A1)&quot;, Richland, WA, USA: Pacific Northwest National Laboratory, September 2021. <a href=\"https://www.pnnl.gov/main/publications/external/technical_reports/PNNL-32278.pdf\">document</a>
122-
123+
</p>
123124
124125
</html>"));
125126
end baseVoltageSource;

OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/VSource.mo

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,16 @@ equation
3636
textColor={0,0,0},
3737
textString="%name")}), Documentation(info="<html>
3838
<p>
39-
This model provides a voltage source with an internal (constant) voltage source and internal impedance. The internal voltage source magnitude and angle are calculated based on the impedance and power flow data. It is based on [Du2021], with the difference that the internal impedance includes a resistance and not only a reactance. </p>
39+
This model provides a voltage source with an internal (constant) voltage source and internal impedance.
40+
41+
The internal voltage source magnitude and angle are calculated based on the impedance and power flow data.
42+
43+
It is based on [Du2021], with the difference that the internal impedance includes a resistance and not only a reactance.
44+
</p>
45+
4046
<p>
4147
[Du2021] W. Du, Y. Liu, F.K. Tuffner, R. Huang and Z. Huang: &quot;Model Specification of Droop-Controlled Grid-Forming Inverters (REGFM_A1)&quot;, Richland, WA, USA: Pacific Northwest National Laboratory, September 2021. <a href=\"https://www.pnnl.gov/main/publications/external/technical_reports/PNNL-32278.pdf\">document</a>
48+
</p>
4249
4350
</html>"));
4451
end VSource;

OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/VSourceIO.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ The initial values of the internal voltage source magnitude and angle are calcul
106106
It is based on [Du2021], with the difference that the internal impedance includes a resistance and not only a reactance.
107107
108108
The purpose of this model is to support the development of Grid-Forming Inverter models as described in [Du2021].
109-
110109
</p>
111110
112111
113112
<p>
114113
[Du2021] W. Du, Y. Liu, F.K. Tuffner, R. Huang and Z. Huang: &quot;Model Specification of Droop-Controlled Grid-Forming Inverters (REGFM_A1)&quot;, Richland, WA, USA: Pacific Northwest National Laboratory, September 2021. <a href=\"https://www.pnnl.gov/main/publications/external/technical_reports/PNNL-32278.pdf\">document</a>
114+
</p>
115115
116116
</html>"));
117117
end VSourceIO;

0 commit comments

Comments
 (0)