- 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.
Regulate Pressure in Drum Boiler Example equation
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 ?
0 commentaires
Réponses (1)
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:
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!