How can I build organic rankine cycle model with math in simulink but not use simspace?

4 ビュー (過去 30 日間)
琦
2024 年 12 月 12 日
コメント済み: 2024 年 12 月 17 日
I want to build organic rankine cycle but there will have pde and ode

採用された回答

Epsilon
Epsilon 2024 年 12 月 13 日
編集済み: Epsilon 2024 年 12 月 13 日
Hi ,
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.
For further information about these blocks, please refer to the documentation links for the blocks:
  2 件のコメント
琦
2024 年 12 月 16 日
my email is qiliu72601@gmail.com, can you sent your email to conect more?
琦
2024 年 12 月 17 日
How do I increase organic fluids

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by