- Index
- » Users
- » AMP
- » Profile
Posts
Posts
Hello I was following a Modelica tutorial found here: https://www.youtube.com/watch?v=esSMzMC … =BenkyTech by the channel "Benky Tech" At 7:12 Benky makes a scope called Heatport and uses Modelica.SIunits.HeatFlowRate but when I do the same thing I get the error message "[1] 12:47:53 Translation Error
[Alejandro_HeatExampleOneText: 7:3-7:47]: Class Modelica.SIunits.HeatFlowRate not found in scope Heatport.". I am not really sure how to fix this and I did not see how to do it online. What I have written is:
partial connector Heatport
//Potential Varible
Modelica.SIunits.TemperatureDifference T "unit=K";
//Flow Varible
Modelica.SIunits.HeatFlowRate Q "units=Watt";
end Heatport;
- Index
- » Users
- » AMP
- » Profile