File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ModelicaByExample/BasicEquations/CoolingExample
text/source/components/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ model NewtonCoolingWithTypes "Cooling example with physical types"
20
20
initial equation
21
21
T = T0 "Specify initial value for T" ;
22
22
equation
23
- m* c_p* der (T) = h* A* (T_inf- T) "Newton's law of Cooling " ;
23
+ m* c_p* der (T) = h* A* (T_inf- T) "Newton's law of cooling " ;
24
24
end NewtonCoolingWithTypes;
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ can be expressed by the single equation:
302
302
303
303
.. code-block :: modelica
304
304
305
- m*c_p*der(T) = h*A*(T_inf-T) "Newton's law of Cooling ";
305
+ m*c_p*der(T) = h*A*(T_inf-T) "Newton's law of cooling ";
306
306
307
307
Such an equation can be typed in very quickly. In contrast, the
308
308
component based versions would require the user to drag, drop and
You can’t perform that action at this time.
0 commit comments