Regulate Pressure in Drum Boiler Example equation

17 vues (au cours des 30 derniers jours)
Varun
Varun le 10 Oct 2025 à 5:53
Commenté : Varun le 15 Oct 2025 à 6:18
i stated study Regulate Pressure in Drum Boiler Example in simulink matlab which create by matlab official team , but where i can find the equation that utilize in modeling of boiler , is there any literature review of that ?

Réponses (1)

Anjaneyulu Bairi
Anjaneyulu Bairi le 15 Oct 2025 à 6:05
Hi,
To explore the "Regulate Pressure in Drum Boiler" example and view the equations used in the model, follow these steps:
1) Open the Example in MATLAB:
Execute the following command in the MATLAB Command Window:
openExample('simulink_automotive/RegulatePressureInDrumBoilerExample')
2)Open the Main Model:
Run these two commands to load the main Simulink model:
mdl = 'Boiler_Demo';
open_system(mdl)
3)Inspect the Boiler Block:Once the Boiler_Demo model opens in Simulink, locate and double-click the "Boiler" block. This will open the subsystem where you can see the various components and the mathematical equations or logic implemented for the boiler modeling.
4)View Block Parameters and Documentation:
  • For further details, right-click on blocks and select "Block Parameters" or "Help" to check for additional documentation or references.
  • Some subsystems may contain MATLAB Function blocks or annotations with more information about the implemented equations.
  1 commentaire
Varun
Varun le 15 Oct 2025 à 6:18
But where from that mathmatical equation come ? is there any literature or refrence for it ?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by