Artifact 2d58561817b9b1df44e9b364b45ad8c9e84255a6c34ed77fa6a952d4cd6cf981:
- Executable file mtt/lib/comp/compound/Thermal/IncompressibleFlow/Tank/Tank_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: 431) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/comp/compound/Thermal/IncompressibleFlow/Tank/Tank_cr.r — part of check-in [e7296f7eec] at 2003-08-19 15:44:55 on branch origin/master — Updated for new MTT (user: gawthrop@users.sourceforge.net, size: 431) [annotate] [blame] [check-ins using]
% Constitutive relation file for Tank (Tank_cr.r) % Generated by MTT at Thu Mar 5 10:30:23 GMT 1998 OPERATOR tank; %Pressure FOR ALL COMPONENT, rho,c_p,c,Volume,Energy LET tank(COMPONENT, rho,c_p,c,effort,1, Volume,state,1, Energy,state,2 ) = (Volume*rho)/c; %Temperature FOR ALL COMPONENT, rho,c_p,c,Volume,Energy LET tank(COMPONENT, rho,c_p,c,effort,2, Volume,state,1, Energy,state,2 ) = Energy/(Volume*rho*c_p); END;