Artifact b7730f4aa2daaed0b22c27b30dcf32dae00ebc8bfb39b68e3581d13eec5fc775:
- Executable file mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/TankC_cr.r — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 285) [annotate] [blame] [check-ins using] [more...]
% Constitutive relation file for TankC (TankC_cr.r) % Generated by MTT at Thu Mar 5 10:30:23 GMT 1998 OPERATOR TankC; %Pressure % -- not relevant here %Temperature FOR ALL rho,c_p,volume,Energy LET TankC(rho,c_p,volume,effort,1, Energy,state,1 ) = Energy/(volume*rho*c_p); END;