* fichier : pressugQ.dgibi * * Containment pressurization (Phebus size) * * 3D mesh of a 14.5 m3 cylindrical containment with a 10cm in depth vertical wall. * Initial pressure and temperature are 1bar and 40oC with the wall at 60oC. * Steam is injected at a constant 50g/s mass flow rate and a temperature of 150oC. * * Transient is computed for 50s. We check the pressure, the averaged temperature, * the velocity ans the condensation mass flow rate (that starts at 20s) evolutions. * * This test case is similar to pressu.dgibi except the choice QUAF/MSOMMET * * 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' = 'QUAF'; rxt . 'KPRE' = 'MSOMMET'; rxt . 'DT0' = DT0 ; * rxt . 'MODTURB' = 'NUTURB' ; rxt . 'NUT' = 1.D-2 ; * rxt . 'THERMP' = VRAI ; rxt . 'vtp' = wall ; rxt . 'LAMBDA' = 15. ; rxt . 'ROCP' = 3.9E6 ; rxt . 'Tp0' = 60. ; rxt . 'ECHAN' = 10. ; * rxt . 'VAPEUR' = VRAI ; rxt . 'TF0' = 40.0 ; rxt . 'PT0' = 1.0e5 ; rxt . 'Yvap0' = 0.0023 ; * 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 ; ltfm = 'PROG' *40.000 64.823 72.938 80.552 86.159 89.913 ; 40.000 64.823 72.938 80.552 86.153 89.897 ; lPT = 'PROG' *1.00000E+05 1.05543E+05 1.20476E+05 1.28231E+05 1.35156E+05 1.43315E+05; 1.00000E+05 1.05543E+05 1.20476E+05 1.28231E+05 1.35154E+05 1.43304E+05; Lqc = 'PROG' *0.000 0.000 0.000 3.59501E-04 3.09393E-03 4.50866E-03 ; 0.000 0.000 0.000 3.85659E-04 3.16327E-03 4.59309E-03 ; Lmaxu = 'PROG' *0.0000 0.66429 2.1918 3.0228 2.1077 2.6045 ; 0.0000 0.66429 2.1918 3.0228 2.1077 2.6045 ; tic = rxt . 'TIC' ; 'SI' (ERtf '>' 1.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 . 'GEO' . 'paroif'; * * 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' . 'Fcondw'; * * Wall temperature 'FINS' ; 'FINSI' ; 'FIN' ;
© Cast3M 2003 - Tous droits réservés.
Mentions légales