feat : dev convection

This commit is contained in:
2026-02-12 11:19:34 +01:00
parent 3a189c76d9
commit b81a6d443b
4 changed files with 57 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ model Coupled_model
Placement(transformation(origin = {-46, 10}, extent = {{-10, -10}, {10, 10}})));
Components.Heatflow heatflow1(Q_flow = 2000) annotation(
Placement(transformation(origin = {-46, -20}, extent = {{-10, -10}, {10, 10}})));
Modelica.Thermal.HeatTransfer.Components.ThermalConductor thermalConductor annotation(
Placement(transformation(origin = {22, 58}, extent = {{-10, -10}, {10, 10}})));
equation
connect(heatflow.port, thermalCapacity.port) annotation(
Line(points = {{-46, 10}, {-10, 10}}, color = {191, 0, 0}));