File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Here are some naming conventions that we try to obey:
1313<li> Names of the parameters and variables should correspond to those found in the respective documentation.</li>
1414<li> Subscript should be denoted in Modelica with underscore, e.g., <code>T_r</code>
1515or <code>K_1</code>. <strong>Note:</strong> some parameter names have first upper case letters and others lower case.</li>
16- <li> Deviation signals such as &delta ;ω, should be written as <code>domega</code> in Modelica.</li>
16+ <li> Deviation signals such as &Delta ;ω, should be written as <code>domega</code> in Modelica.</li>
1717<li> Parameters which are not to be entered by user and variables which are not to be seen by users should be <strong>protected</strong>.</li>
1818<li> Parameters and variables should be declared as their specific type such as <code>Types.ApparentPower</code>
1919for variables that are declared in MVA. <strong>Note:</strong> if the proper unit is not represented in
You can’t perform that action at this time.
0 commit comments