File mttroot/mtt/lib/comp/compound/Thermal/IncompressibleFlow/Tank/Tank_cr.r artifact 79aee20085 part of check-in 3fd9d6efa9
% 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 rho,c_p,c,Volume,Energy LET tank(rho,c_p,c,effort,1, Volume,state,1, Energy,state,2 ) = (Volume*rho)/c; %Temperature FOR ALL rho,c_p,c,Volume,Energy LET tank(rho,c_p,c,effort,2, Volume,state,1, Energy,state,2 ) = Energy/(Volume*rho*c_p); END;