How to create a control loop simulation model to simulate the dynamic behavior of heat exchanger

HTMH 0 Reputation points
2025-09-26T15:13:13.8433333+00:00

A heat exchanger model will be created using DTDL. We want to simulate the dynamic behavior of this heat exchanger; for example, temperate control loop. But to my knowledge, DTDL cannot do the calculations so what are the simulation tools I can use for the simulation of the dynamic behavior of the heat exchanger.

Our workflow will be this; When we update or change the set point (temperature), the parameters (inlet steam flow rate, inlet steam temperature etc), from the DTDL will be used by the simulation tool and it will calculate the output (outlet temperature). Equations that represent the dynamic behavior of the heat exchanger will be in the simulation tool; like a transfer function and other parameters. Then this output gets updated to the twin. Our objective is to be able to represent the dynamic behavior of the digital twin so that AI can analyze the model and understand the whole process including the dynamic behavior.

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
{count} votes

1 answer

Sort by: Most helpful
  1. Manas Mohanty 11,850 Reputation points Microsoft External Staff Moderator
    2025-09-29T03:04:31.8133333+00:00

    Hi HTMH

    If we can connect the temperature sensors or registers to IOT hub somehow (use ESP32 or Arudino as bridge to route data with MQTT/AMQP to IOT Hub )it can process or modified with Azure function to map the real time data in Digital twin.

    Diagram of IoT Hub device sending Temperature telemetry to a function in Azure, which updates a Temperature property on a twin in Azure Digital Twins.

    Reference -

    https://free.blessedness.top/en-us/azure/digital-twins/concepts-data-ingress-egress

    https://free.blessedness.top/en-us/azure/iot-edge/iot-edge-as-gateway (to connect non wifi devices through Azure IOT edge with help of microcontrollers or Azure Sphere)

    Diagram from the beginning of the article showing the full building scenario.

    Reference - https://free.blessedness.top/en-us/azure/digital-twins/tutorial-end-to-end

    Hope it helps.

    Thank you.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.