SIMSCAPE INPUT FOR SOURCE CODE

2 ビュー (過去 30 日間)
Yusuf Selim KARATAS
Yusuf Selim KARATAS 2019 年 12 月 24 日
回答済み: David John 2020 年 1 月 16 日
Hello eveyone,
I want to use a generate a temperature dependent voltage source in simscape by using dc voltage source. Temperature parameter is dynamic so i need to take that as input to source code for the voltage source ?
Can you help me defining the temperature and taking it as input to source code of the voltage source?
Thanks

採用された回答

David John
David John 2020 年 1 月 16 日
The most straightforward way to do this is to write your own custom block using the open source code of the Controlled Voltage Source as a starting point. Instead of the input vT, you could have a thermal node and make the voltage equation dependent on the temperature. If you define:
nodes
H = foundation.thermal.thermal;
end
then the temperature may be accessed using H.T, which may be used in the equations section.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConverters (High Power) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by