derr
C DERR SOURCE BECC 11/05/26 21:15:22 6981 & PC, GAM, & P, RHO_L, P_L, U_L, & DER, & LOGDEB, LOGAN) * ************************************************************************* * * project : CAST3M, EUROPLEXUS... * * name : derl * * description : euler equations for a mixture of stiffened gases * flux in the non-reactive case. * * left entropy-respecing curve. * derivative of w with respect to p * * language : fortran 77 * * author : a. beccantini den/dm2s/sfme/ltmf * ************************************************************************* * * called by : * * ************************************************************************* * ***** input * * pc, gam = properties of the gas * * p = pressure in the right side of the left * entropy respecing curve * * rho_l, p_l, u_l * = density, pressure, velocity on the left * * logdeb = debugging ? * ***** output * * der = derivative * * logan = anomaly ? * ************************************************************************* * * 12/11/2009 created * 25/05/2011 evolution in CAST3M * ************************************************************************* * * n.b.: all variables are declared * C IMPLICIT NONE IMPLICIT INTEGER(I-N) REAL*8 & PC, GAM, & P, RHO_L, P_L, U_L, & DER * LOGICAL LOGDEB, LOGAN * C & PC, GAM, & P, RHO_L, P_L, U_L, & DER, & LOGDEB, LOGAN) C IF(LOGAN)THEN WRITE(*,*) 'SUBROUTINE DERR' WRITE(*,*) 'ANOMALY DETECTED.' GOTO 9999 ENDIF DER = -1.0D0*DER * 9999 RETURN END
© Cast3M 2003 - Tous droits réservés.
Mentions légales