File mttroot/mtt/lib/comp/compound/Thermal/IncompressibleFlow/Tank/Tank_cr.r artifact 2d58561817 part of check-in 46dfafa1ba
% 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;