Artifact dab3fcf1b459a4ada6056a0dc12fbfbef46c1368b740102efac06e6f3df77d03:
- 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]
% 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;