Skip to content

Commit 43b588d

Browse files
authored
Corrected RefMoistAir colors (#516)
Signed-off-by: Nabil YOUSSEF <nabil.youssef@metroscope.tech>
1 parent 689050f commit 43b588d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

MetroscopeModelingLibrary/MultiFluid/Converters/RefMoistAir_to_FlueGases.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ equation
2424
connect(sink.C_in, inlet) annotation (Line(points={{-27,0},{-34,0},{-34,0},{-100,0}}, color={0,255,128}));
2525
annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Rectangle(
2626
extent={{-100,40},{0,-40}},
27-
fillColor={0,255,128},
27+
fillColor={0,127,127},
2828
fillPattern=FillPattern.Solid,
2929
pattern=LinePattern.None), Rectangle(
3030
extent={{0,40},{102,-40}},

MetroscopeModelingLibrary/MultiFluid/Machines/CombustionChamberWithRefMoistAir.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ equation
133133
connect(source_exhaust.C_out, pressure_loss.C_in) annotation (Line(points={{27,0},{46,0}}, color={95,95,95}));
134134
connect(pressure_loss.C_out, outlet) annotation (Line(points={{66,0},{100,0}}, color={95,95,95}));
135135
connect(sink_air.C_in, refMoistAir_to_FlueGases.outlet) annotation (Line(points={{-27,0},{-50,0}}, color={95,95,95}));
136-
connect(refMoistAir_to_FlueGases.inlet, inlet) annotation (Line(points={{-70,0},{-100,0}}, color={0,255,128}));
136+
connect(refMoistAir_to_FlueGases.inlet, inlet) annotation (Line(points={{-70,0},{-100,0}}, color={0,127,127}));
137137
annotation (
138138
Diagram(coordinateSystem(
139139
preserveAspectRatio=false,
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CombustionChamber
22
CombustionChamberwithRefMoistAir
33
AirCompressor
4-

MetroscopeModelingLibrary/Sensors/RefMoistAir/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package RefMoistAir
1313
extent={{-100,-100},{100,100}},
1414
radius=25.0),
1515
Ellipse(
16-
fillColor={0,255,128},
16+
fillColor={0,127,127},
1717
fillPattern=FillPattern.Solid,
1818
extent={{-60,-60},{60,60}},
1919
pattern=LinePattern.None)}));

0 commit comments

Comments
 (0)