Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #3980
Ticket #3980
: computeHeat.mo
File computeHeat.mo,
232 bytes
(added by
anonymous
,
8 years ago
)
Line
1
function
computeHeat
"Modelica wrapper for an embedded C controller"
2
input
Real
T
;
3
input
Real
Tbar
;
4
input
Real
Q
;
5
output
Real
heat
;
6
7
external
"C"
annotation
(
Include
=
"#include
\"
ComputeHeat.c
\"
"
);
8
end
computeHeat
;
Download in other formats:
Original Format