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

3 次查看(过去 30 天)
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:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 General Applications 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by