Group Abstract Group Abstract

Message Boards Message Boards

0
|
29K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:
GROUPS:

How do I see the equations for a component in SystemModeler?

Posted 14 years ago
Let's say I want to see the equations for the Convection component in the Thermal library. How do I do that?
POSTED BY: Johan Rhodin
2 Replies
Posted 12 years ago
POSTED BY: Mohamed Mahmoud
Posted 14 years ago
This can be done by finding the component in the Class Browser and looking at it in the Text View:
Navigate to Modelica -> Thermal -> HeatTransfer -> Components and double-click on Convection.
Then go to Modelica Text View by pressing Cmd+3 (OS X) / Ctrl+3 (Windows) or by clicking the Modelica Text View icon.

The equations are listed under equation:
  dT=solid.T - fluid.T;
  solid.Q_flow=Q_flow;
  fluid.Q_flow=-Q_flow;
  Q_flow=Gc*dT;
POSTED BY: Johan Rhodin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard