Differences From Artifact [b7730f4aa2]:
- 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...]
To Artifact [dab3fcf1b4]:
- Executable file mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/TankC_cr.r — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 295) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/examples/Thermal/Incompressible/Incompressible-Systems/ShowerHeater/TankC_cr.r — part of check-in [547594dcde] at 2003-08-06 18:55:21 on branch origin/master — Updated for latest MTT version. (user: gawthrop@users.sourceforge.net, size: 295) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | % 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 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | % 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 COMP,rho,c_p,volume,Energy LET TankC(COMP,rho,c_p,volume,effort,1, Energy,state,1 ) = Energy/(volume*rho*c_p); END; |