How to link generic piston engine and propeller SimScape
6 次查看(过去 30 天)
显示 更早的评论
I am attempting to model the energy demand of a ship, I have built the following system using Simscape driveline blocks but am having issues getting it to run. I get the following error messages:
nable to satisfy all initial conditions. The variables involved are listed below. The following variables are involved in a constraint that conflicts with their targets: 'Generic_Engine.engine_inertia.w' (Rotational velocity) 'Propeller_Inertia.w' (Rotational velocity)
Both the propeller and the engine have inertia but it appears the model will not run with them both defined? How would I go about solving this? I am very new to the software but I think I have set the model up correctly. Below is a screenshot of the model as built:
If more information is needed I would be more than happy to provide, building this has been extremely difficult so I will take any help I can!
Thanks
0 个评论
采纳的回答
Steve Miller
2022-7-18
Hi Tom,
I see your model is an extension of example Ship Propeller. To get this warning to go away, I recommend you set the priority Initial Target for Ship Propeller inertia to "None".
The warning is trying to tell you that you have requested initial speeds for the engine and the gear that are not consistent with the gear box between them (they need to have the same relationship as the gear box ratio). When they are inconsistent, Simscape has to pick values that are consistent. If you set the priority for the Ship Propeller Initial Target to "None", then it will use the value specified for the engine inertia initial speed to set the propeller initial speed.
I have attached to this response my version of your model which runs without warnings.
--Steve
4 个评论
Steve Miller
2022-7-18
Looks like you stalled the engine. Try reducing the load or increasing the engine torque until it spins.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Engines & Motors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!