- Integrator: https://www.mathworks.com/help/releases/R2021b/simulink/slref/integrator.html
- Gain: https://www.mathworks.com/help/releases/R2021b/simulink/slref/gain.html
- Sum: https://www.mathworks.com/help/releases/R2021b/simulink/slref/add.html
- Math Function: https://www.mathworks.com/help/releases/R2021b/simulink/slref/mathfunction.html
- MATLAB Function: https://www.mathworks.com/help/releases/R2021b/simulink/slref/matlabfunction.html
How can I build organic rankine cycle model with math in simulink but not use simspace?
4 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Epsilon
2024 年 12 月 13 日
編集済み: Epsilon
2024 年 12 月 13 日
To add mathematical calculations in a model, 'Math Function' blocks can be used. They allow Mathematical functions including logarithmic, exponential, power, and modulus functions. 'MATLAB Function' blocks can also be used to implement more complex calculations or iterative processes by adding user defined functions into the model.
ODE's can be solved using Simulink inbuilt ODE solvers, to implement this 'Integrator','Gain' & 'Sum' blocks can be used. PDE's can be solved in similar manner if discretized, for more complex systems use 'MATLAB Function' blocks.
To build a Rankine Cycle model in Simulink refer to the example: https://www.mathworks.com/help/releases/R2021b/physmod/simscape/ug/rankine-cycle-steam-turbine.html
For further information about these blocks, please refer to the documentation links for the blocks:
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で General Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!