Artifact 60c0a3c72c4daa1725336fe6c027fee7c9ad688b6a3c2f9f0464a06fa3aecf91:
- Executable file mtt/lib/comp/compound/Thermal/CompressibleFlow/Poly/Poly_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: 333) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/comp/compound/Thermal/CompressibleFlow/Poly/Poly_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: 333) [annotate] [blame] [check-ins using]
% Constitutive relation file for Poly (Poly_cr.r) % Generated by MTT at Wed Mar 11 11:01:28 GMT 1998 OPERATOR Poly; % Ideal gas % Temperature output on port [T2] FOR ALL COMPONENT, alpha,P1,P2,T1,Nothing LET Poly(COMPONENT, alpha,effort,4, P1,effort,1, P2,effort,2, T1,effort,3, Nothing,flow,4 ) = T1*(P2/P1)^alpha; END;