* fichier : pressutq2.dgibi * * Containment pressurization (Phebus size) * * 3D mesh of about 14.5 m3 cylindrical containment with a 100oC vertical wall. * Initial pressure and temperature are 1.3bar and 123oC. * Steam is injected at a constant 10g/s mass flow rate and a temperature of 130oC. * * Transient is computed for 50s. We check the pressure, the averaged temperature, * the velocity and the condensation mass flow rate (that starts later) evolutions. * * This test case is similar as pressutq2.dgibi except for the mass conservation * of the scalar fields : we use the new paradigm (see 'CORLIM' and 'CORTEMP') * * Auteurs : E. Studer, J.P. Magnaud Novembre 1999 * * COMPLET = FAUX ; GRAPH = FAUX ; 'SI' COMPLET ; nbit = 100 ; DT0 = 1. ; n1 = 1 ; n2 = 4 ; n3 = 4 ; nn = 2 ; 'SINO' ; nbit = 5 ; DT0 = 10. ; n1 = 1 ; n2 = 2 ; n3 = 4 ; nn = 1 ; 'FINS' ; * * * Mesh * * * ri=cavity radius, h1=cavity height, sp=wall depth, * fg1=break to cavity radius ratio ri = 1.052 ; h1 = 4.163 ; sp = 0.10 ; fg1 = 0.25 ; fg2 = fg1 * (2.0 ** 0.5) / 2. ; * p0 = 0.000 0.000 0.000 ; p1 = (ri*fg1) 0.000 0.000 ; p2 = (ri*fg2) (ri*fg2) 0.000 ; p3 = 0.000 (ri*fg1) 0.000 ; p4 = ri 0.000 0.000 ; p5 = 0.000 ri 0.000 ; p6 = (ri+sp) 0.000 0.000 ; p7 = 0.000 (ri+sp) 0.000 ; * * Fluid and structure basement surfaces * (built by symetry) * * * Fluid and structure volumes * (built by translation) nz1 = ('ENTI' (h1 '/' (ri '/' 2.))) '*' nn ; v1 = 0. 0. h1 ; * * Break at the basement if any * * * Data for execrxt.procedur * * rxt = 'TABLE' ; rxt . 'VERSION' = 'V0' ; rxt . 'vtf' = mt ; rxt . 'pi' = 0. 0. 0.5 ; * rxt . 'DISCR' = 'MACRO'; rxt . 'KPRE' = 'CENTRE'; rxt . 'DT0' = DT0 ; * * New paradigm (V2022) rxt . 'CORLIM' = faux ; rxt . 'CORTEMP' = faux ; * rxt . 'MODTURB' = 'NUTURB' ; rxt . 'NUT' = 1.D-2 ; * rxt . 'TIMP' = 'TABLE' ; rxt . 'TIMP' . 'TIMP1' = 'TABLE' ; rxt . 'TIMP' . 'TIMP1' .'MAILLAGE' = wall ; rxt . 'TIMP' . 'TIMP1' .'ECHAN' = 10. ; * * Ancienne structure TIMP1 * rxt . 'TIMP1' = 'TABLE' ; * rxt . 'TIMP1'.'MAILLAGE' = wall ; * rxt . 'TIMP1'.'t' = 'PROG' 0. 3000. ; * rxt . 'TIMP1'.'TIMP' = 'PROG' 100. 100. ; * rxt . 'TIMP1'.'ECHAN' = 10. ; * rxt . 'VAPEUR' = VRAI ; rxt . 'TF0' = 123.0 ; rxt . 'PT0' = 1.3e5 ; rxt . 'Yvap0' = 1.D-8 ; * rxt . 'Breches' = 'TABLE' ; rxt . 'Breches' . 'A' = 'TABLE' ; rxt . 'Breches' . 'A' . 'scenario' = 'TABLE' ; rxt . 'Breches' . 'A' . 'Maillage' = breche ; rxt . 'Breches' . 'A' . 'diru' = (0. 0. 1.) ; * rxt . 'GRAPH' = GRAPH ; rxt . 'DETMAT' = VRAI ; rxt . 'FRPREC' = 5 ; rxt . 'RENU' = 'RIEN' ; * * * Transient (with restart after 2 time steps) * * * * * Tests * * 'SI' ('NON' COMPLET) ; ERR1 = 0 ; 1.32614E+05 1.33475E+05 ; tic = rxt . 'TIC' ; 'ERQc=' ERQc ' ' 'ERum=' ERum ; 'SI' (ERtf '>' 2.e-4) ; err1 = err1 '+' 1 ; 'FINS' ; 'SI' (ERPT '>' 1.e-3) ; err1 = err1 '+' 1 ; 'FINS' ; 'SI' (ERQc '>' 1.e-4) ; err1 = err1 '+' 1 ; 'FINS' ; 'SI' (ERum '>' 1.e-2) ; err1 = err1 '+' 1 ; 'FINS' ; 'SI' ('NEG' ERR1 0) ; 'FINS' ; 'FINS' ; * * * Plots devoted to pressu... cases * * 'SI' GRAPH ; tbt = rxt . 'TBT' ; tic = rxt . 'TIC' ; * $vtf = rxt . 'GEO' . '$vtf' ; * plan = plan1 'ET' plan4 ; * $vtp = rxt . 'GEO' . '$vtp' ; 'FINS' ; paroif = rxt . 'TIMP' . 'TIMP1' . 'mtpi' ; * * Ancienne structure TIMP1 * paroif = rxt . 'GEO' . 'mtpi' ; * * un = tic . 'UN'; tf = tic . 'TF' ; rho = tic . 'RHO' ; rair = tic . 'RAIR' ; 'SI' tbt . 'THE' ; rhe = tic . 'RHE' ; 'FINS' ; 'SI' tbt . 'TH2' ; rh2 = tic . 'RH2' ; 'FINS' ; 'SI' tbt . 'TCO' ; rco = tic . 'RCO' ; 'FINS' ; 'SI' tbt . 'TCO2' ; rco2 = tic . 'RCO2' ; 'FINS' ; 'SI' tbt . 'VAPEUR' ; rvp = tic . 'RVP' ; 'FINS' ; * 'DESS' evauz 'TITR' 'Velocity with the z axis' 'MIMA' * 'DESS' evatf 'TITR' 'Gas temperature with the z axis' 'MIMA' 'GRIL' 'POIN' 'GRIS' 'TITX' 'z' 'TITY' ' C' ; * 'DESS' evarh 'TITR' 'Gas density with the z axis' 'MIMA' * 'DESS' evavap 'TITR' 'Steam density with the z axis' 'MIMA' * Fcond = rxt . 'TIC' . 'Fcond11'; * * Ancienne structure TIMP1 * Fcond = rxt . 'TIC' . 'Fcond1'; * * Wall temperature 'FINS' ; 'FINSI' ; 'FIN' ;
© Cast3M 2003 - Tous droits réservés.
Mentions légales