Skip to content

Commit

Permalink
Update 'docs' folder with 1553_newDymolaVersionCI and delete old bran…
Browse files Browse the repository at this point in the history
…ches.
  • Loading branch information
DaJansenGit committed Nov 28, 2024
1 parent 238990d commit 82a3bb3
Show file tree
Hide file tree
Showing 1,063 changed files with 103,516 additions and 11 deletions.
1,063 changes: 1,061 additions & 2 deletions docs/1553_newDymolaVersionCI/index.html

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions docs/1553_newDymolaVersionCI/naming_violations.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@



AixLib/Utilities/Examples/TimeUtilities_test.mo
1: Missing documentation, Name 'nightMode' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: night, Mode. Affected line: AixLib.Utilities.Sources.NightMode nightMode(dayStart = 8, dayEnd = 20) annotation(Placement(transformation(extent = {{-12, -32}, {8, -12}})));

2: Missing documentation, Name 'hourOfDay' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: hour, Of. Affected line: AixLib.Utilities.Sources.HourOfDay hourOfDay annotation(Placement(transformation(extent = {{-12, 10}, {8, 30}})));

3: Missing documentation, Name 'boolNightMode' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: bool, Night, Mode. Affected line: Modelica.Blocks.Interfaces.BooleanOutput boolNightMode annotation(Placement(transformation(extent = {{56, -30}, {76, -10}})));

4: Missing documentation, Name 'realSamples' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Samples. Affected line: Modelica.Blocks.Interfaces.RealOutput realSamples[1] annotation(Placement(transformation(extent = {{56, 30}, {76, 50}})));


AixLib/Utilities/HeatTransfer/SolarRadInRoom.mo
1: Name 'nWalls' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: Walls. Affected line: parameter Integer nWalls=4 "Number of walls in room - For static calculation, the only option is nWalls=4! The order is: East, South, West, North" annotation(Dialog(group="Static Calculation", connectorSizing=use_dynamicMethod, enable=not use_dynamicMethod));

Expand Down Expand Up @@ -120,12 +130,4 @@ AixLib/Utilities/HeatTransfer/SolarRadInRoom.mo

59: Missing documentation. Affected line: Modelica.Blocks.Sources.RealExpression QRadWin_out[nWin](y={Q_flow_in* solar_frac_win_abs[n] for n in 1:nWin});

60: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: initial equation // Asssert energy balance matches assert(abs(sum(cat(1, solar_frac_cei, solar_frac_flo, solar_frac_wall, solar_frac_win_lost, solar_frac_win_abs)) - 1) < Modelica.Constants.eps, "Sum of solar fractions is not equal to 1", AssertionLevel.error);


AixLib/Utilities/Examples/TimeUtilities_test.mo
1: Missing documentation, Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: Sources.NightMode nightMode(dayStart = 8, dayEnd = 20) annotation(Placement(transformation(extent = {{-12, -32}, {8, -12}})));Sources.HourOfDay hourOfDay annotation(Placement(transformation(extent = {{-12, 10}, {8, 30}})));

2: Missing documentation, Name 'boolNightMode' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: bool, Night, Mode. Affected line: Modelica.Blocks.Interfaces.BooleanOutput boolNightMode annotation(Placement(transformation(extent = {{56, -30}, {76, -10}})));

3: Missing documentation, Name 'realSamples' contains parts with more/less than 3 characters or which are not part of special cases. Affected parts: real, Samples. Affected line: Modelica.Blocks.Interfaces.RealOutput realSamples[1] annotation(Placement(transformation(extent = {{56, 30}, {76, 50}})));
60: Could not extract name from line and check correctness, is your type specification correct (full library path)?. Affected line: initial equation // Asssert energy balance matches assert(abs(sum(cat(1, solar_frac_cei, solar_frac_flo, solar_frac_wall, solar_frac_win_lost, solar_frac_win_abs)) - 1) < Modelica.Constants.eps, "Sum of solar fractions is not equal to 1", AssertionLevel.error);
Loading

0 comments on commit 82a3bb3

Please sign in to comment.