Changes between Initial Version and Version 1 of Ticket #2525


Ignore:
Timestamp:
2013-12-30T16:36:16Z (11 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2525

    • Property Component BackendFrontend
    • Property Owner changed from probably noone to somebody
  • Ticket #2525 – Description

    initial v1  
    11The following model doesn't simulate in OM but does run in Dymola.  Martin Sjölund says it's a bug. :-)  Here is the code:
    2 
     2{{{#!mo
    33model Rod_ForLoop "Modeling heat conduction in a rod using a for loop"
    44  type Temperature=Real(unit="K", min=0);
     
    3737  rho*V*C*der(T[end]) = -h*(T[end]-Tamb)-k*A/(L/n)*(T[end]-T[end-1]);
    3838end Rod_ForLoop;
     39}}}