From nek5000-users at lists.mcs.anl.gov Wed Aug 5 05:15:53 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Wed, 5 Aug 2015 12:15:53 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 Message-ID: Hi all, I was wondering if it is possible to use Nek5000 for simulations in the infinite Prandtlnumber regime (e.g. planetary mantles). This would require to solve the NS Stokes equation without the time derivative and advection term and the heat equation for T: 1) Solve visc * laplace u - grad p + buoyancy = 0 and div u = 0, where bouyancy depends on a given T field and a Rayleigh number 2) Update T by solving dT/dt + u grad T = diff * laplace T (+ other sources) 3) go back to 1 with the new T field, repeat More realistic models would then use a varying viscosity. I looked at the steady state example (kov_st_state), but this is missing the time depencence via the Temperature. Any hints on the possibility would be much appreciated. Thanks, Jan From nek5000-users at lists.mcs.anl.gov Wed Aug 5 07:30:12 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Wed, 05 Aug 2015 14:30:12 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: Hello, Jan, We have in fact solved a similar problem as you face now. In our case, we have steady Stokes equation at each time step, in the absence of time derivative and convection term. However we have time-dependent volume forcing and boundary conditions, as we solve for fluid-structure interactions in the Stokes regime. You only need to change the source code for one thing. By changing the flags in the .rea file, you can easily turn off the two terms. However, the code only runs for 1 time step even if you specify for example 10 total time steps, which makes sense as NEK realizes this is a steady problem. NEK5000 does not see that the next time step, BCs and forcing will be changed, and so as the flow. So I remember I only commented two lines of the source code to achieve this, in the file 'connect2.f', subroutine 'rdparam', this is what I have done (i am using a quite old version of the NEK, so...) IF (.NOT.IFTRAN) THEN c PARAM(11) = 1.0 !lailai comment for steady stokes c PARAM(12) = 1.0 !lailai comment for steady stokes PARAM(19) = 0.0 ENDIF Of course you need to set the flags right in .rea file, which you can find the details on the webpage. You also need to solve for heat equations to get T. Then in the userchk subroutine, you calculate the T-dependent buoyancy forcing at each time step. Solve the flow with new forcing terms. This should be all manageable. cheers and good luck, lailai On 2015/8/5 12:15, nek5000-users at lists.mcs.anl.gov wrote: > Hi all, > I was wondering if it is possible to use Nek5000 for simulations in > the infinite Prandtlnumber regime (e.g. planetary mantles). This would > require to solve the NS Stokes equation without the time derivative > and advection term and the heat equation for T: > > 1) Solve visc * laplace u - grad p + buoyancy = 0 and div u = 0, where > bouyancy depends on a given T field and a Rayleigh number > 2) Update T by solving dT/dt + u grad T = diff * laplace T (+ other > sources) > 3) go back to 1 with the new T field, repeat > > More realistic models would then use a varying viscosity. > I looked at the steady state example (kov_st_state), but this is > missing the time depencence via the Temperature. Any hints on the > possibility would be much appreciated. > > Thanks, > Jan > > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users -- Lailai Zhu Laboratory of Fluid Mechanics and Instabilities LFMI EPFL STI IGM LFMI ME A2 408 (B??timent ME) Station 9 CH-1015 Lausanne Switzerland -------------- next part -------------- An HTML attachment was scrubbed... URL: From nek5000-users at lists.mcs.anl.gov Thu Aug 6 14:19:52 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Thu, 6 Aug 2015 14:19:52 -0500 Subject: [Nek5000-users] (no subject) Message-ID: Hi all, I'm trying to use the mesh from the stenosis example with the RANS model from the turbChannel example and I get this error: generate geometry data ERROR: Too small a radius ( 0.900 ) specified for side 3 of element 2: 2.02 ABORTING during mesh generation. It repeats several times and then the solver stops. My end goal is to have a turbulent solution in a round pipe. Any thoughts? David H. From nek5000-users at lists.mcs.anl.gov Thu Aug 6 23:21:15 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 7 Aug 2015 12:21:15 +0800 Subject: [Nek5000-users] What is the accuracy of the particle tracking? Message-ID: Hello, I need to track particles in flow field solutions, and I saw that NEK5000 has particle tracking capabilities. I checked the basic online documentation and searched in the mailing list and I was not able to find a full description of the particle tracking algorithm. So my questions are the following? 1) What is the time-accuracy of the particle tracking solver? I mean, do you use Runge-Kutta 4th order or equivalent? I guess that your interpolation in space is very accurate, but time-accuracy matters a lot for estimating particle trajectories right. 2) Do you solve for particle dynamics equations or just for perfect tracers? I mean, is the code prepared to solve dVp/dt=f(Xp,t) rather than Vp=Up? (where Xp is the particle position, Vp is the particle velocity, Up is the fluid velocity at the particle position.) A simple example is the typical aerosol particle equation: dVp/dt=-1/St(Vp-Up), where St is the Stokes number. 3) In my case, I need to solve a bit more complicated equation (See Loth and Dorgan (2009) Environ Fluid Mech, 9, pp187-206), where "additional" terms such as lift, added mass, fluid stress and particuarly 'history' terms are considered. Are any of these "additional" terms considered in your current implementation? If not, is the code flexible enough to implement these additional terms using the current code structure? Many thanks. Alexis Espinosa-Gayosso University of Western Australia PS. It is my first time using this list, and I did not know how to set a particular thread or even If this is the right email address to write. PS2. I did not know either how to post to an existing thread. Can you tell me how? -- Alexis Espinosa Gayosso Graduate Research Assistant Civil, Environmental and Mining Engineering and The UWA Oceans Institute The University of Western Australia M015, 35 Stirling Highway Crawley, WA 6009 Australia Tel: (+618) 6488-1689 Fax: (+618) 6488-1015 Email: Alexis.Espinosa-Gayosso at uwa.edu.au Web: www2.sese.uwa.edu.au/~espinosa/ From nek5000-users at lists.mcs.anl.gov Fri Aug 7 06:32:54 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 7 Aug 2015 13:32:54 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: Hi, thanks for the advice. I found that one also has to comment the line IF (.NOT.IFTRAN) NSTEPS=1 in setvar in drive2.f and use a fixed timestep so that the timeloop does not stop too soon. Thanks again, Jan On 08/05/2015 02:30 PM, nek5000-users at lists.mcs.anl.gov wrote: > Hello, Jan, > > We have in fact solved a similar problem as you face now. In our case, > we have steady Stokes equation at each time step, > in the absence of time derivative and convection term. However we have > time-dependent volume forcing and boundary > conditions, as we solve for fluid-structure interactions in the Stokes > regime. > > You only need to change the source code for one thing. By changing the > flags in the .rea file, you can easily turn > off the two terms. However, the code only runs for 1 time step even if > you specify for example 10 total time steps, which makes sense > as NEK realizes this is a steady problem. NEK5000 does not see that > the next time step, BCs and forcing will be changed, and so > as the flow. > > So I remember I only commented two lines of the source code to achieve > this, in the file 'connect2.f', subroutine 'rdparam', > this is what I have done (i am using a quite old version of the NEK, > so...) > > IF (.NOT.IFTRAN) THEN > c PARAM(11) = 1.0 !lailai comment for steady stokes > c PARAM(12) = 1.0 !lailai comment for steady stokes > PARAM(19) = 0.0 > ENDIF > > Of course you need to set the flags right in .rea file, which you can > find the details on the webpage. You also need to > solve for heat equations to get T. Then in the userchk subroutine, you > calculate the T-dependent buoyancy forcing at each time step. > Solve the flow with new forcing terms. This should be all manageable. > > cheers and good luck, > > lailai > > > > On 2015/8/5 12:15, nek5000-users at lists.mcs.anl.gov wrote: >> Hi all, >> I was wondering if it is possible to use Nek5000 for simulations in >> the infinite Prandtlnumber regime (e.g. planetary mantles). This >> would require to solve the NS Stokes equation without the time >> derivative and advection term and the heat equation for T: >> >> 1) Solve visc * laplace u - grad p + buoyancy = 0 and div u = 0, >> where bouyancy depends on a given T field and a Rayleigh number >> 2) Update T by solving dT/dt + u grad T = diff * laplace T (+ other >> sources) >> 3) go back to 1 with the new T field, repeat >> >> More realistic models would then use a varying viscosity. >> I looked at the steady state example (kov_st_state), but this is >> missing the time depencence via the Temperature. Any hints on the >> possibility would be much appreciated. >> >> Thanks, >> Jan >> >> _______________________________________________ >> Nek5000-users mailing list >> Nek5000-users at lists.mcs.anl.gov >> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users > > -- > Lailai Zhu > Laboratory of Fluid Mechanics and Instabilities LFMI > EPFL STI IGM LFMI ME A2 408 (B??timent ME) Station 9 > CH-1015 Lausanne Switzerland > > > > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users -- ---------------------- Jan Vormann Institut f?r Geophysik Corrensstr. 24 D-48149 M?nster -------------- next part -------------- An HTML attachment was scrubbed... URL: From nek5000-users at lists.mcs.anl.gov Fri Aug 7 07:33:45 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 07 Aug 2015 14:33:45 +0200 Subject: [Nek5000-users] What is the accuracy of the particle tracking? In-Reply-To: References: Message-ID: Dear Alexis, If I am not mistaken (or my info is outdated), there are two examples available with Lagrangian particle integration; one is the hemi case in the examples directory, and then there is a description on the homepage at https://nek5000.mcs.anl.gov/index.php/Data_processing_example. Both of these examples work with fluid particles, that is dxp/dt = vf(xp). The temporal scheme is AB3 for hemi, and Ab4 on the webpage, with the same time step as for the flow. Azad Noorani at KTH has implemented and validated inertial particles (with nonlinear Stokes drag) in comparably complex geometries, see kth.diva-portal.org/smash/get/diva2:698903/FULLTEXT01.pdf. The corresponding code is fairly general, and we could certainly collaborate further on that. We have however not implemented other forces (maybe somebody else did), but there are no larger difficulties in doing so. The Basset force might be a bit tricky though. Hope this helps, Philipp On 2015-08-07 06:21, nek5000-users at lists.mcs.anl.gov wrote: > Hello, > > I need to track particles in flow field solutions, and I saw that > NEK5000 has particle tracking capabilities. > I checked the basic online documentation and searched in the mailing > list and I was not able to find a full description of the particle > tracking algorithm. > > So my questions are the following? > 1) What is the time-accuracy of the particle tracking solver? I mean, do > you use Runge-Kutta 4th order or equivalent? > I guess that your interpolation in space is very accurate, but > time-accuracy matters a lot for estimating particle trajectories right. > > 2) Do you solve for particle dynamics equations or just for perfect > tracers? > I mean, is the code prepared to solve dVp/dt=f(Xp,t) rather than Vp=Up? > (where Xp is the particle position, Vp is the particle velocity, Up is > the fluid velocity at the particle position.) > A simple example is the typical aerosol particle equation: > dVp/dt=-1/St(Vp-Up), > where St is the Stokes number. > > 3) In my case, I need to solve a bit more complicated equation (See Loth > and Dorgan (2009) Environ Fluid Mech, 9, pp187-206), > where "additional" terms such as lift, added mass, fluid stress and > particuarly 'history' terms are considered. > Are any of these "additional" terms considered in your current > implementation? > If not, is the code flexible enough to implement these additional terms > using the current code structure? > > Many thanks. > Alexis Espinosa-Gayosso > University of Western Australia > PS. It is my first time using this list, and I did not know how to set a > particular thread or even If this is the right email address to write. > PS2. I did not know either how to post to an existing thread. Can you > tell me how? > From nek5000-users at lists.mcs.anl.gov Wed Aug 5 05:35:20 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Wed, 05 Aug 2015 12:35:20 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: Hello, Jan, We have in fact solved a similar problem as you face now. In our case, we have steady Stokes equation at each time step, in the absence of time derivative and convection term. However we have time-dependent volume forcing and boundary conditions, as we solve for fluid-structure interactions in the Stokes regime. You only need to change the source code for one thing. By changing the flags in the .rea file, you can easily turn off the two terms. However, the code only runs for 1 time step even if you specify for example 10 total time steps, which makes sense as NEK realizes this is a steady problem. NEK5000 does not see that the next time step, BCs and forcing will be changed, and so as the flow. So I remember I only commented two lines of the source code to achieve this, in the file 'connect2.f', subroutine 'rdparam', this is what I have done (i am using a quite old version of the NEK, so...) IF (.NOT.IFTRAN) THEN c PARAM(11) = 1.0 !lailai comment for steady stokes c PARAM(12) = 1.0 !lailai comment for steady stokes PARAM(19) = 0.0 ENDIF Of course you need to set the flags right in .rea file, which you can find the details on the webpage. You also need to solve for heat equations to get T. Then in the userchk subroutine, you calculate the T-dependent buoyancy forcing at each time step. Solve the flow with new forcing terms. This should be all manageable. cheers and good luck, lailai On 2015/8/5 12:15, nek5000-users at lists.mcs.anl.gov wrote: > Hi all, > I was wondering if it is possible to use Nek5000 for simulations in > the infinite Prandtlnumber regime (e.g. planetary mantles). This would > require to solve the NS Stokes equation without the time derivative > and advection term and the heat equation for T: > > 1) Solve visc * laplace u - grad p + buoyancy = 0 and div u = 0, where > bouyancy depends on a given T field and a Rayleigh number > 2) Update T by solving dT/dt + u grad T = diff * laplace T (+ other > sources) > 3) go back to 1 with the new T field, repeat > > More realistic models would then use a varying viscosity. > I looked at the steady state example (kov_st_state), but this is > missing the time depencence via the Temperature. Any hints on the > possibility would be much appreciated. > > Thanks, > Jan > > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users -- Lailai Zhu Laboratory of Fluid Mechanics and Instabilities LFMI EPFL STI IGM LFMI ME A2 408 (B?timent ME) Station 9 CH-1015 Lausanne Switzerland From nek5000-users at lists.mcs.anl.gov Tue Aug 11 18:18:08 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Tue, 11 Aug 2015 23:18:08 +0000 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: Hi Jan, I just saw this and the follow-on posts. (Apologies - have been on the road for several weeks.) I've not tried this, but it appears to me that you simply will set IFNAV = F in the .rea file and can set param(1) [ rho ] to be a very small number. Param(2) is the dynamic viscosity, so you can set that independently of param(1). This will have the affect of forcing the velocity to relax very quickly (its inertia is negligible compared to the other terms in the momentum equation). So, you could conceivably set param(1) to be 1.e-30, say. Note that, on the same line where IFNAV is set, you would set IFADV to be "T" for the second field. It should look something like: F T F F F F F F F F F IFNAV & IFADVC (convection in P.S. fields) Also, you might find it of value in this scenario to try the Pn-Pn-2 formulation with plan1 ... In this case, you would indeed want to edit the source --- specifically: change the call to plan3() to call plan1() in drive2.f ... As I say, I've not experimented with this flow regime so am only making suggestions to try, rather than firm recommendations based on experience. Paul ________________________________________ From: nek5000-users-bounces at lists.mcs.anl.gov [nek5000-users-bounces at lists.mcs.anl.gov] on behalf of nek5000-users at lists.mcs.anl.gov [nek5000-users at lists.mcs.anl.gov] Sent: Wednesday, August 05, 2015 5:15 AM To: nek5000-users at lists.mcs.anl.gov Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 Hi all, I was wondering if it is possible to use Nek5000 for simulations in the infinite Prandtlnumber regime (e.g. planetary mantles). This would require to solve the NS Stokes equation without the time derivative and advection term and the heat equation for T: 1) Solve visc * laplace u - grad p + buoyancy = 0 and div u = 0, where bouyancy depends on a given T field and a Rayleigh number 2) Update T by solving dT/dt + u grad T = diff * laplace T (+ other sources) 3) go back to 1 with the new T field, repeat More realistic models would then use a varying viscosity. I looked at the steady state example (kov_st_state), but this is missing the time depencence via the Temperature. Any hints on the possibility would be much appreciated. Thanks, Jan _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users From nek5000-users at lists.mcs.anl.gov Tue Aug 11 21:04:09 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Wed, 12 Aug 2015 02:04:09 +0000 Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Dear Neks, I've got a quick question about the parameters lx3, ly3 and lz3. These are the parameters for mesh3, but I'm not sure how they work in the code. For velocity and pressure, I would assume we only use mesh1 and mesh2. I'm just wondering is it necessary to set lx3 to be equal to lx1 (if I'm using PnPn-2)? Or does it matter whether it is equal to lx1 or lx2? Hope anyone could help with this. Thank you very much in advance. Best regards, Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: From nek5000-users at lists.mcs.anl.gov Fri Aug 14 02:00:06 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 14 Aug 2015 09:00:06 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: Hi Paul, thanks for the advice. I tested some simple 2D cases and the method seems to work quite good. The idea in the other posts had a tendency to produce unphysical oscillations. We might look into testing Nek against other mantle convection codes, where varying viscosity and parallelisation is still a problem. Thanks again, Jan From nek5000-users at lists.mcs.anl.gov Fri Aug 14 13:55:42 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 14 Aug 2015 18:55:42 +0000 Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 In-Reply-To: References: Message-ID: Dear Neks, Does anyone have any clue on the lx3, ly3 and lz3 set-ups below? Best, Tony ________________________________________ Message: 3 Date: Wed, 12 Aug 2015 02:04:09 +0000 From: nek5000-users at lists.mcs.anl.gov To: "nek5000-users at lists.mcs.anl.gov" Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Content-Type: text/plain; charset="iso-8859-1" Dear Neks, I've got a quick question about the parameters lx3, ly3 and lz3. These are the parameters for mesh3, but I'm not sure how they work in the code. For velocity and pressure, I would assume we only use mesh1 and mesh2. I'm just wondering is it necessary to set lx3 to be equal to lx1 (if I'm using PnPn-2)? Or does it matter whether it is equal to lx1 or lx2? Hope anyone could help with this. Thank you very much in advance. Best regards, Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users End of Nek5000-users Digest, Vol 78, Issue 4 ******************************************** From nek5000-users at lists.mcs.anl.gov Fri Aug 14 15:26:17 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 14 Aug 2015 20:26:17 +0000 Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 In-Reply-To: References: , Message-ID: Hi Tony, Most often I take lx3=lx1. I have had occasions where lx3=lx2 was required -- e.g., a tapered cylinder flow using Pn-Pn-2 (lx2=lx1-2). lx3 governs the degree of polynomial for the geometry. Best, Paul ________________________________________ From: nek5000-users-bounces at lists.mcs.anl.gov [nek5000-users-bounces at lists.mcs.anl.gov] on behalf of nek5000-users at lists.mcs.anl.gov [nek5000-users at lists.mcs.anl.gov] Sent: Friday, August 14, 2015 1:55 PM To: nek5000-users at lists.mcs.anl.gov Subject: Re: [Nek5000-users] Parameters lx3, ly3 and lz3 Dear Neks, Does anyone have any clue on the lx3, ly3 and lz3 set-ups below? Best, Tony ________________________________________ Message: 3 Date: Wed, 12 Aug 2015 02:04:09 +0000 From: nek5000-users at lists.mcs.anl.gov To: "nek5000-users at lists.mcs.anl.gov" Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Content-Type: text/plain; charset="iso-8859-1" Dear Neks, I've got a quick question about the parameters lx3, ly3 and lz3. These are the parameters for mesh3, but I'm not sure how they work in the code. For velocity and pressure, I would assume we only use mesh1 and mesh2. I'm just wondering is it necessary to set lx3 to be equal to lx1 (if I'm using PnPn-2)? Or does it matter whether it is equal to lx1 or lx2? Hope anyone could help with this. Thank you very much in advance. Best regards, Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users End of Nek5000-users Digest, Vol 78, Issue 4 ******************************************** _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users From nek5000-users at lists.mcs.anl.gov Fri Aug 14 17:43:43 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Sat, 15 Aug 2015 00:43:43 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: hello, Jan, great that you have tested them. I always want to try, but am too lasy... Could you say a little bit about the aphysical oscillations? Do you see oscillations for one iteration, or they appear because of the time stepping approach I suggested? Sometimes I indeed see this in the velocity field for a low-quality mesh with low GLL numbers, normally the spatial velocity oscillations are gone by either using a mesh with better quality (same GLL) or increasing the number GLL points for the same mesh. I think the way suggested by Paul will significantly speedup the simulation compared to the way I suggested, although trivial inertia is introduced. have you observed the speedup? thanks, lailai On 2015/8/14 9:00, nek5000-users at lists.mcs.anl.gov wrote: > Hi Paul, > thanks for the advice. I tested some simple 2D cases and the method > seems to work quite good. The idea in the other posts had a tendency > to produce unphysical oscillations. We might look into testing Nek > against other mantle convection codes, where varying viscosity and > parallelisation is still a problem. > > Thanks again, > Jan > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users -- Lailai Zhu Laboratory of Fluid Mechanics and Instabilities LFMI EPFL STI IGM LFMI ME A2 408 (B?timent ME) Station 9 CH-1015 Lausanne Switzerland From nek5000-users at lists.mcs.anl.gov Sun Aug 16 11:03:11 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Sun, 16 Aug 2015 16:03:11 +0000 Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 In-Reply-To: References: Message-ID: Hi Paul, Thank you very much for clarifying. Best, Tony ________________________________________ From: nek5000-users-bounces at lists.mcs.anl.gov on behalf of nek5000-users-request at lists.mcs.anl.gov Sent: 15 August 2015 18:00 To: nek5000-users at lists.mcs.anl.gov Subject: Nek5000-users Digest, Vol 78, Issue 6 Send Nek5000-users mailing list submissions to nek5000-users at lists.mcs.anl.gov To subscribe or unsubscribe via the World Wide Web, visit https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users or, via email, send a message with subject or body 'help' to nek5000-users-request at lists.mcs.anl.gov You can reach the person managing the list at nek5000-users-owner at lists.mcs.anl.gov When replying, please edit your Subject line so it is more specific than "Re: Contents of Nek5000-users digest..." Today's Topics: 1. Re: Parameters lx3, ly3 and lz3 (nek5000-users at lists.mcs.anl.gov) 2. Re: Parameters lx3, ly3 and lz3 (nek5000-users at lists.mcs.anl.gov) 3. Re: Infinite Prandtlnumber with Nek5000 (nek5000-users at lists.mcs.anl.gov) ---------------------------------------------------------------------- Message: 1 Date: Fri, 14 Aug 2015 18:55:42 +0000 From: nek5000-users at lists.mcs.anl.gov To: "nek5000-users at lists.mcs.anl.gov" Subject: Re: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Content-Type: text/plain; charset="iso-8859-1" Dear Neks, Does anyone have any clue on the lx3, ly3 and lz3 set-ups below? Best, Tony ________________________________________ Message: 3 Date: Wed, 12 Aug 2015 02:04:09 +0000 From: nek5000-users at lists.mcs.anl.gov To: "nek5000-users at lists.mcs.anl.gov" Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Content-Type: text/plain; charset="iso-8859-1" Dear Neks, I've got a quick question about the parameters lx3, ly3 and lz3. These are the parameters for mesh3, but I'm not sure how they work in the code. For velocity and pressure, I would assume we only use mesh1 and mesh2. I'm just wondering is it necessary to set lx3 to be equal to lx1 (if I'm using PnPn-2)? Or does it matter whether it is equal to lx1 or lx2? Hope anyone could help with this. Thank you very much in advance. Best regards, Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users End of Nek5000-users Digest, Vol 78, Issue 4 ******************************************** ------------------------------ Message: 2 Date: Fri, 14 Aug 2015 20:26:17 +0000 From: nek5000-users at lists.mcs.anl.gov To: "nek5000-users at lists.mcs.anl.gov" Subject: Re: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Content-Type: text/plain; charset="us-ascii" Hi Tony, Most often I take lx3=lx1. I have had occasions where lx3=lx2 was required -- e.g., a tapered cylinder flow using Pn-Pn-2 (lx2=lx1-2). lx3 governs the degree of polynomial for the geometry. Best, Paul ________________________________________ From: nek5000-users-bounces at lists.mcs.anl.gov [nek5000-users-bounces at lists.mcs.anl.gov] on behalf of nek5000-users at lists.mcs.anl.gov [nek5000-users at lists.mcs.anl.gov] Sent: Friday, August 14, 2015 1:55 PM To: nek5000-users at lists.mcs.anl.gov Subject: Re: [Nek5000-users] Parameters lx3, ly3 and lz3 Dear Neks, Does anyone have any clue on the lx3, ly3 and lz3 set-ups below? Best, Tony ________________________________________ Message: 3 Date: Wed, 12 Aug 2015 02:04:09 +0000 From: nek5000-users at lists.mcs.anl.gov To: "nek5000-users at lists.mcs.anl.gov" Subject: [Nek5000-users] Parameters lx3, ly3 and lz3 Message-ID: Content-Type: text/plain; charset="iso-8859-1" Dear Neks, I've got a quick question about the parameters lx3, ly3 and lz3. These are the parameters for mesh3, but I'm not sure how they work in the code. For velocity and pressure, I would assume we only use mesh1 and mesh2. I'm just wondering is it necessary to set lx3 to be equal to lx1 (if I'm using PnPn-2)? Or does it matter whether it is equal to lx1 or lx2? Hope anyone could help with this. Thank you very much in advance. Best regards, Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users End of Nek5000-users Digest, Vol 78, Issue 4 ******************************************** _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users ------------------------------ Message: 3 Date: Sat, 15 Aug 2015 00:43:43 +0200 From: nek5000-users at lists.mcs.anl.gov To: nek5000-users at lists.mcs.anl.gov Subject: Re: [Nek5000-users] Infinite Prandtlnumber with Nek5000 Message-ID: Content-Type: text/plain; charset=windows-1252; format=flowed hello, Jan, great that you have tested them. I always want to try, but am too lasy... Could you say a little bit about the aphysical oscillations? Do you see oscillations for one iteration, or they appear because of the time stepping approach I suggested? Sometimes I indeed see this in the velocity field for a low-quality mesh with low GLL numbers, normally the spatial velocity oscillations are gone by either using a mesh with better quality (same GLL) or increasing the number GLL points for the same mesh. I think the way suggested by Paul will significantly speedup the simulation compared to the way I suggested, although trivial inertia is introduced. have you observed the speedup? thanks, lailai On 2015/8/14 9:00, nek5000-users at lists.mcs.anl.gov wrote: > Hi Paul, > thanks for the advice. I tested some simple 2D cases and the method > seems to work quite good. The idea in the other posts had a tendency > to produce unphysical oscillations. We might look into testing Nek > against other mantle convection codes, where varying viscosity and > parallelisation is still a problem. > > Thanks again, > Jan > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users -- Lailai Zhu Laboratory of Fluid Mechanics and Instabilities LFMI EPFL STI IGM LFMI ME A2 408 (B?timent ME) Station 9 CH-1015 Lausanne Switzerland ------------------------------ _______________________________________________ Nek5000-users mailing list Nek5000-users at lists.mcs.anl.gov https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users End of Nek5000-users Digest, Vol 78, Issue 6 ******************************************** From nek5000-users at lists.mcs.anl.gov Mon Aug 17 03:55:36 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Mon, 17 Aug 2015 10:55:36 +0200 Subject: [Nek5000-users] Infinite Prandtlnumber with Nek5000 In-Reply-To: References: Message-ID: Hello Lailai, I see oscillations in the velocity field with a period dependent on the time step (shorter timesteps result in faster oscillations), which only decay very slowly. I haven't tested increasing the resolution here, this might be the reason. However, the method outlined by Paul seems to work fine at the same resolutions and converges very fast. The big caveat here is that I haven't tested the results against other codes or theoretical predictions yet. I am not working on the subject of inf. Prandtlnumber flows myself, but other members of my group were interested in Nek5000, so I gave it a try. Cheers, Jan On 08/15/2015 12:43 AM, nek5000-users at lists.mcs.anl.gov wrote: > hello, Jan, > > great that you have tested them. I always want to try, but am too lasy... > Could you say a little bit about the aphysical > oscillations? Do you see oscillations for one iteration, or they > appear because of the > time stepping approach I suggested? Sometimes I indeed see this in the > velocity field > for a low-quality mesh with low GLL numbers, normally the spatial > velocity oscillations > are gone by either using a mesh with better quality (same GLL) or > increasing the number GLL points for > the same mesh. > > I think the way suggested by Paul will significantly speedup the > simulation compared to the way > I suggested, although trivial inertia is introduced. have you > observed the speedup? > > thanks, > > lailai > > On 2015/8/14 9:00, nek5000-users at lists.mcs.anl.gov wrote: >> Hi Paul, >> thanks for the advice. I tested some simple 2D cases and the method >> seems to work quite good. The idea in the other posts had a tendency >> to produce unphysical oscillations. We might look into testing Nek >> against other mantle convection codes, where varying viscosity and >> parallelisation is still a problem. >> >> Thanks again, >> Jan >> _______________________________________________ >> Nek5000-users mailing list >> Nek5000-users at lists.mcs.anl.gov >> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users > -- ---------------------- Jan Vormann Institut f?r Geophysik Corrensstr. 24 D-48149 M?nster From nek5000-users at lists.mcs.anl.gov Thu Aug 27 22:22:34 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 28 Aug 2015 11:22:34 +0800 Subject: [Nek5000-users] restart a case got an error: Error reading initial condition/drive force data Message-ID: Hi, Nekers: I recently want to do some simulation with Nek, so I followed the tutorial for the eddy_uv case I have run the case without problem, but when I want to try the restart utility with the following modification instructed by the manual ----------------------------------------------------------------------------- 1 PRESOLVE/RESTART OPTIONS ***** eddy_uv0.f00010 ----------------------------------------------------------------------------- affter changing for a new case name and recompile, I started the restart run, but the logfile gives the following error : ----------------------------------------------------------------------------- mapping elements to processors 2 86 86 256 256 NELV 0 85 85 256 256 NELV 1 85 85 256 256 NELV RANK 0 IEG 133 134 135 136 149 150 151 152 161 162 165 166 167 168 177 178 179 181 182 183 184 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 element load imbalance: 1 85 86 done :: mapping elements to processors Error reading initial condition/drive force data aborting in routine rdicdf. EXIT: rdicdf error 1 call exitt: dying ... backtrace(): obtained 9 stack frames. ./nek5000(print_stack_+0x18) [0x500ff8] ./nek5000(exitt_+0x1cc) [0x5be5ec] ./nek5000(exitti_+0x117) [0x5c1537] ./nek5000(rdicdf_+0x1e7) [0x442387] ./nek5000(readat_+0x35f) [0x44951f] ./nek5000(nek_init_+0x75) [0x41ae25] ./nek5000(main+0x24) [0x419d84] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] ./nek5000() [0x419dc9] -------------------------------------------------------------------------------------------------------------------- I have searched the post list, but I only found very vague statement of this problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ Hope some one can give me some hint, I actually do exactly what the manual does, which makes me confused. Thanks, hope it is a minor mistake. from Allen -------------- next part -------------- An HTML attachment was scrubbed... URL: From nek5000-users at lists.mcs.anl.gov Fri Aug 28 03:43:10 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Fri, 28 Aug 2015 10:43:10 +0200 Subject: [Nek5000-users] restart a case got an error: Error reading initial condition/drive force data In-Reply-To: References: Message-ID: not sure it helps, but we had a similar problem recently when a rea file went trough Windows and Linux, adding CR and LF as line breaks. As far as I remember, using dos2unix of the file helped. Also, a tab character (ASCII 9) somewhere on that line gave some problems. Good luck, Philipp On 2015-08-28 05:22, nek5000-users at lists.mcs.anl.gov wrote: > Hi, Nekers: > > I recently want to do some simulation with Nek, so I followed the > tutorial for the eddy_uv case > > I have run the case without problem, but when I want to try the restart > utility with the following modification instructed by the manual > ----------------------------------------------------------------------------- > 1 PRESOLVE/RESTART OPTIONS ***** > eddy_uv0.f00010 > ----------------------------------------------------------------------------- > > affter changing for a new case name and recompile, I started the restart > run, but the logfile gives the following error : > ----------------------------------------------------------------------------- > mapping elements to processors > 2 86 86 256 256 NELV > 0 85 85 256 256 NELV > 1 85 85 256 256 NELV > RANK 0 IEG 133 134 135 136 149 150 151 152 > 161 162 165 166 167 168 177 178 > 179 181 182 183 184 193 194 195 > 196 197 198 199 200 201 202 203 > 204 205 206 207 208 209 210 211 > 212 213 214 215 216 217 218 219 > 220 221 222 223 224 225 226 227 > 228 229 230 231 232 233 234 235 > 236 237 238 239 240 241 242 243 > 244 245 246 247 248 249 250 251 > 252 253 254 255 256 > element load imbalance: 1 85 86 > done :: mapping elements to processors > > Error reading initial condition/drive force data > aborting in routine rdicdf. > EXIT: rdicdf error 1 > > call exitt: dying ... > > backtrace(): obtained 9 stack frames. > ./nek5000(print_stack_+0x18) [0x500ff8] > ./nek5000(exitt_+0x1cc) [0x5be5ec] > ./nek5000(exitti_+0x117) [0x5c1537] > ./nek5000(rdicdf_+0x1e7) [0x442387] > ./nek5000(readat_+0x35f) [0x44951f] > ./nek5000(nek_init_+0x75) [0x41ae25] > ./nek5000(main+0x24) [0x419d84] > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] > ./nek5000() [0x419dc9] > -------------------------------------------------------------------------------------------------------------------- > > I have searched the post list, but I only found very vague statement of > this > problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ > > Hope some one can give me some hint, I actually do exactly what the > manual does, which makes me confused. > > Thanks, hope it is a minor mistake. > > from Allen > > > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users > From nek5000-users at lists.mcs.anl.gov Sat Aug 29 02:58:40 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Sat, 29 Aug 2015 15:58:40 +0800 Subject: [Nek5000-users] Nek5000-users Digest, Vol 78, Issue 9 In-Reply-To: <55E1647A.2050708@hotmail.com> References: <55E1647A.2050708@hotmail.com> Message-ID: Hi, all sorry I have attached the wrong .rea file, the .rea file is renewed in this mail. To save Sorry!! On 08/29/2015 03:51 PM, Allen wrote: > Hi, Phillip > > Thanks for your reply, but the dos2unix actually does not help. And I > tried a lot to fix it up, including copy existing command from other > examples .rea files to eliminate the error that might have something > to do with the "CR and LF" stuff (I know little about these line breaks). > > I am in Ubuntu, should this this be due to the failue of reading > restart parameters?he > > I have attached the .rea file. It would be greatly that you can have > a look and give some advice. > > Thanks in advance. > > and have a nice weekend! > > > from Allen > > > > On 08/29/2015 01:00 AM, nek5000-users-request at lists.mcs.anl.gov wrote: >> Send Nek5000-users mailing list submissions to >> nek5000-users at lists.mcs.anl.gov >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >> or, via email, send a message with subject or body 'help' to >> nek5000-users-request at lists.mcs.anl.gov >> >> You can reach the person managing the list at >> nek5000-users-owner at lists.mcs.anl.gov >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Nek5000-users digest..." >> >> >> Today's Topics: >> >> 1. restart a case got an error: Error reading initial >> condition/drive force data (nek5000-users at lists.mcs.anl.gov) >> 2. Re: restart a case got an error: Error reading initial >> condition/drive force data (nek5000-users at lists.mcs.anl.gov) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Fri, 28 Aug 2015 11:22:34 +0800 >> From: nek5000-users at lists.mcs.anl.gov >> To: nek5000-users at lists.mcs.anl.gov >> Subject: [Nek5000-users] restart a case got an error: Error reading >> initial condition/drive force data >> Message-ID: >> >> Content-Type: text/plain; charset="utf-8"; Format="flowed" >> >> Hi, Nekers: >> >> I recently want to do some simulation with Nek, so I followed the >> tutorial for the eddy_uv case >> >> I have run the case without problem, but when I want to try the restart >> utility with the following modification instructed by the manual >> ----------------------------------------------------------------------------- >> >> 1 PRESOLVE/RESTART OPTIONS ***** >> eddy_uv0.f00010 >> ----------------------------------------------------------------------------- >> >> >> affter changing for a new case name and recompile, I started the restart >> run, but the logfile gives the following error : >> ----------------------------------------------------------------------------- >> >> mapping elements to processors >> 2 86 86 256 256 NELV >> 0 85 85 256 256 NELV >> 1 85 85 256 256 NELV >> RANK 0 IEG 133 134 135 136 149 150 151 >> 152 >> 161 162 165 166 167 168 177 >> 178 >> 179 181 182 183 184 193 194 >> 195 >> 196 197 198 199 200 201 202 >> 203 >> 204 205 206 207 208 209 210 >> 211 >> 212 213 214 215 216 217 218 >> 219 >> 220 221 222 223 224 225 226 >> 227 >> 228 229 230 231 232 233 234 >> 235 >> 236 237 238 239 240 241 242 >> 243 >> 244 245 246 247 248 249 250 >> 251 >> 252 253 254 255 256 >> element load imbalance: 1 85 86 >> done :: mapping elements to processors >> >> Error reading initial condition/drive force data >> aborting in routine rdicdf. >> EXIT: rdicdf error 1 >> >> call exitt: dying ... >> >> backtrace(): obtained 9 stack frames. >> ./nek5000(print_stack_+0x18) [0x500ff8] >> ./nek5000(exitt_+0x1cc) [0x5be5ec] >> ./nek5000(exitti_+0x117) [0x5c1537] >> ./nek5000(rdicdf_+0x1e7) [0x442387] >> ./nek5000(readat_+0x35f) [0x44951f] >> ./nek5000(nek_init_+0x75) [0x41ae25] >> ./nek5000(main+0x24) [0x419d84] >> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] >> ./nek5000() [0x419dc9] >> -------------------------------------------------------------------------------------------------------------------- >> >> >> I have searched the post list, but I only found very vague statement of >> this >> problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ >> >> >> Hope some one can give me some hint, I actually do exactly what the >> manual does, which makes me confused. >> >> Thanks, hope it is a minor mistake. >> >> from Allen >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> >> >> ------------------------------ >> >> Message: 2 >> Date: Fri, 28 Aug 2015 10:43:10 +0200 >> From: nek5000-users at lists.mcs.anl.gov >> To: nek5000-users at lists.mcs.anl.gov >> Subject: Re: [Nek5000-users] restart a case got an error: Error >> reading initial condition/drive force data >> Message-ID: >> >> Content-Type: text/plain; charset=windows-1252; format=flowed >> >> not sure it helps, but we had a similar problem recently when a rea file >> went trough Windows and Linux, adding CR and LF as line breaks. As far >> as I remember, using dos2unix of the file helped. Also, a tab character >> (ASCII 9) somewhere on that line gave some problems. >> >> Good luck, Philipp >> >> On 2015-08-28 05:22, nek5000-users at lists.mcs.anl.gov wrote: >>> Hi, Nekers: >>> >>> I recently want to do some simulation with Nek, so I followed the >>> tutorial for the eddy_uv case >>> >>> I have run the case without problem, but when I want to try the restart >>> utility with the following modification instructed by the manual >>> ----------------------------------------------------------------------------- >>> >>> 1 PRESOLVE/RESTART OPTIONS ***** >>> eddy_uv0.f00010 >>> ----------------------------------------------------------------------------- >>> >>> >>> affter changing for a new case name and recompile, I started the >>> restart >>> run, but the logfile gives the following error : >>> ----------------------------------------------------------------------------- >>> >>> mapping elements to processors >>> 2 86 86 256 256 NELV >>> 0 85 85 256 256 NELV >>> 1 85 85 256 256 NELV >>> RANK 0 IEG 133 134 135 136 149 150 >>> 151 152 >>> 161 162 165 166 167 168 >>> 177 178 >>> 179 181 182 183 184 193 >>> 194 195 >>> 196 197 198 199 200 201 >>> 202 203 >>> 204 205 206 207 208 209 >>> 210 211 >>> 212 213 214 215 216 217 >>> 218 219 >>> 220 221 222 223 224 225 >>> 226 227 >>> 228 229 230 231 232 233 >>> 234 235 >>> 236 237 238 239 240 241 >>> 242 243 >>> 244 245 246 247 248 249 >>> 250 251 >>> 252 253 254 255 256 >>> element load imbalance: 1 85 86 >>> done :: mapping elements to processors >>> >>> Error reading initial condition/drive force data >>> aborting in routine rdicdf. >>> EXIT: rdicdf error 1 >>> >>> call exitt: dying ... >>> >>> backtrace(): obtained 9 stack frames. >>> ./nek5000(print_stack_+0x18) [0x500ff8] >>> ./nek5000(exitt_+0x1cc) [0x5be5ec] >>> ./nek5000(exitti_+0x117) [0x5c1537] >>> ./nek5000(rdicdf_+0x1e7) [0x442387] >>> ./nek5000(readat_+0x35f) [0x44951f] >>> ./nek5000(nek_init_+0x75) [0x41ae25] >>> ./nek5000(main+0x24) [0x419d84] >>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) >>> [0x7f26a5be276d] >>> ./nek5000() [0x419dc9] >>> -------------------------------------------------------------------------------------------------------------------- >>> >>> >>> I have searched the post list, but I only found very vague statement of >>> this >>> problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ >>> >>> >>> Hope some one can give me some hint, I actually do exactly what the >>> manual does, which makes me confused. >>> >>> Thanks, hope it is a minor mistake. >>> >>> from Allen >>> >>> >>> _______________________________________________ >>> Nek5000-users mailing list >>> Nek5000-users at lists.mcs.anl.gov >>> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >>> >> >> ------------------------------ >> >> _______________________________________________ >> Nek5000-users mailing list >> Nek5000-users at lists.mcs.anl.gov >> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >> >> >> End of Nek5000-users Digest, Vol 78, Issue 9 >> ******************************************** > -------------- next part -------------- ****** PARAMETERS ***** 2.610000 NEKTON VERSION 2 DIMENSIONAL RUN 103 PARAMETERS FOLLOW 1.000000 p01 DENSITY -20.00000 p02 VISCOS 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p07 RHOCP 1.000000 p08 CONDUCT 0.0000000E+00 0.0000000E+00 p10 FINTIME 2000.000 p11 NSTEPS -1.0000000E-04 p12 DT 0.0000000E+00 p13 IOCOMM 0.0000000E+00 p14 IOTIME 100.0000 p15 IOSTEP 0.0000000E+00 p16 PSSOLVER 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 1.0000000E-11 p21 DIVERGENCE 1.0000000E-12 p22 HELMHOLTZ 0.0000000E+00 p23 NPSCAL 1.0000000E-10 p24 TOLREL 1.0000000E-10 p25 TOLABS 1.000000 p26 COURANT/NTAU 3.000000 p27 TORDER 0.0000000E+00 p28 TORDER: mesh velocity (0: p28=p27) 0.0000000E+00 p29 magnetic visc if > 0, = -1/Rm if < 0 0.0000000E+00 p30 > 0 ==> properties set in uservp() 0.0000000E+00 p31 NPERT: #perturbation modes 0.0000000E+00 p32 #BCs in re2 file, if > 0 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p42 0=gmres/1=pcg 1.000000 p43 0=semg/1=schwarz 0.0000000E+00 p44 0=E-based/1=A-based prec. 0.0000000E+00 p45 Relaxation factor for DTFS 0.0000000E+00 p46 if >0, dont call SETICS 0.0000000E+00 p47 vnu: mesh matieral prop 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p52 IOHIS 0.0000000E+00 0.0000000E+00 p54 1,2,3-->fixed flow rate dir=x,y,z 0.0000000E+00 p55 vol.flow rate(p54>0) or Ubar(p54<0) 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p59 !=0 --> use std axhelm for all elem 0.0000000E+00 p60 !=0--> init velocity to small nonzero 0.0000000E+00 0.0000000E+00 p62 >0 --> force byte_swap for output 0.0000000E+00 p63 =8 --> force 8-byte output 0.0000000E+00 p64 =1 --> perturbation restart 0.0000000E+00 p65 #iofile(eg,0 or 64); <0 --> sep. dirs 6.000000 p66 write fmt:ONLY postx uses rea value 6.000000 p67 read fmt: same modes as p66 0.0000000E+00 p68 iastep: freq for avg_all 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p74 verbose Helmholtz 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p84 !=0 -->sets initial timestep if p12>0 0.0000000E+00 p85 dt ratio if p84 !=0, for timesteps>0 0.0000000E+00 p86 reserved 0.0000000E+00 0.0000000E+00 0.0000000E+00 p89 reserved 0.0000000E+00 0.0000000E+00 0.0000000E+00 20.00000 p93 Numbr of prev pressure solns saved 5.000000 p94 start projecting vel. after p94 step 5.000000 p95 start projecting pr after p95 step 1.00000 p96 u0 translational velocity (in .usr) 0.30000 p97 v0 translational velocity (in .usr) 0.0000000E+00 3.000000 p99 dealiasing:if <0 disable 0.0000000E+00 p100 reserved 0.0000000E+00 p101 No. of additional filter modes 0.0000000E+00 0.0000000E+00 p103 weight of stabilizing filter (.01) 4 Lines of passive scalar data follows2 CONDUCT; 2RHOCP 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 13 LOGICAL SWITCHES FOLLOW T IFFLOW F IFHEAT T IFTRAN T F F F F F F F F F F IFNAV & IFADVC (convection in P.S. fields) F F T T T T T T T T T T IFTMSH (IF mesh for this field is T mesh) F IFAXIS F IFSTRS F IFSPLIT F IFMGRID F IFMODEL F IFKEPS F IFMVBD F IFCHAR 8.00000 8.00000 -0.500000 -4.00000 XFAC,YFAC,XZERO,YZERO **MESH DATA** 1st line is X of corner 1,2,3,4. 2nd line is Y. 256 2 256 NEL,NDIM,NELV ELEMENT 1 [ 1a] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 2 [ 1b] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 3 [ 1c] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 4 [ 1d] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 5 [ 1e] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 6 [ 1f] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 7 [ 1g] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 8 [ 1h] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 9 [ 1i] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 10 [ 1j] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 11 [ 1k] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 12 [ 1l] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 13 [ 1m] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 14 [ 1n] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 15 [ 1o] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 16 [ 1p] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 17 [ 1q] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 18 [ 1r] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 19 [ 1s] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 20 [ 1t] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 21 [ 1u] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 22 [ 1v] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 23 [ 1w] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 24 [ 1x] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 25 [ 1y] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 26 [ 1z] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 27 [ 1A] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 28 [ 1B] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 29 [ 1C] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 30 [ 1D] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 31 [ 1E] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 32 [ 1F] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 33 [ 1G] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 34 [ 1H] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 35 [ 1I] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 36 [ 1J] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 37 [ 1K] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 38 [ 1L] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 39 [ 1M] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 40 [ 1N] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 41 [ 1O] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 42 [ 1P] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 43 [ 1Q] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 44 [ 1R] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 45 [ 1S] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 46 [ 1T] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 47 [ 1U] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 48 [ 1V] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 49 [ 1W] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 50 [ 1X] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 51 [ 1Y] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 52 [ 1Z] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 53 [ 1a] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 54 [ 1b] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 55 [ 1c] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 56 [ 1d] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 57 [ 1e] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 58 [ 1f] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 59 [ 1g] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 60 [ 1h] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 61 [ 1i] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 62 [ 1j] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 63 [ 1k] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 64 [ 1l] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 65 [ 1m] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 66 [ 1n] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 67 [ 1o] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 68 [ 1p] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 69 [ 1q] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 70 [ 1r] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 71 [ 1s] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 72 [ 1t] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 73 [ 1u] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 74 [ 1v] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 75 [ 1w] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 76 [ 1x] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 77 [ 1y] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 78 [ 1z] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 79 [ 1A] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 80 [ 1B] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 81 [ 1C] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 82 [ 1D] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 83 [ 1E] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 84 [ 1F] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 85 [ 1G] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 86 [ 1H] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 87 [ 1I] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 88 [ 1J] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 89 [ 1K] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 90 [ 1L] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 91 [ 1M] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 92 [ 1N] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 93 [ 1O] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 94 [ 1P] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 95 [ 1Q] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 96 [ 1R] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 97 [ 1S] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 98 [ 1T] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 99 [ 1U] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 100 [ 1V] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 101 [ 1W] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 102 [ 1X] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 103 [ 1Y] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 104 [ 1Z] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 105 [ 1a] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 106 [ 1b] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 107 [ 1c] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 108 [ 1d] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 109 [ 1e] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 110 [ 1f] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 111 [ 1g] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 112 [ 1h] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 113 [ 1i] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 114 [ 1j] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 115 [ 1k] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 116 [ 1l] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 117 [ 1m] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 118 [ 1n] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 119 [ 1o] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 120 [ 1p] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 121 [ 1q] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 122 [ 1r] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 123 [ 1s] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 124 [ 1t] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 125 [ 1u] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 126 [ 1v] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 127 [ 1w] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 128 [ 1x] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 129 [ 1y] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 130 [ 1z] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 131 [ 1A] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 132 [ 1B] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 133 [ 1C] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 134 [ 1D] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 135 [ 1E] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 136 [ 1F] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 137 [ 1G] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 138 [ 1H] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 139 [ 1I] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 140 [ 1J] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 141 [ 1K] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 142 [ 1L] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 143 [ 1M] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 144 [ 1N] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 145 [ 1O] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 146 [ 1P] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 147 [ 1Q] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 148 [ 1R] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 149 [ 1S] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 150 [ 1T] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 151 [ 1U] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 152 [ 1V] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 153 [ 1W] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 154 [ 1X] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 155 [ 1Y] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 156 [ 1Z] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 157 [ 1a] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 158 [ 1b] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 159 [ 1c] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 160 [ 1d] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 161 [ 1e] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 162 [ 1f] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 163 [ 1g] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 164 [ 1h] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 165 [ 1i] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 166 [ 1j] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 167 [ 1k] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 168 [ 1l] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 169 [ 1m] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 170 [ 1n] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 171 [ 1o] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 172 [ 1p] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 173 [ 1q] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 174 [ 1r] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 175 [ 1s] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 176 [ 1t] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 177 [ 1u] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 178 [ 1v] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 179 [ 1w] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 180 [ 1x] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 181 [ 1y] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 182 [ 1z] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 183 [ 1A] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 184 [ 1B] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 185 [ 1C] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 186 [ 1D] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 187 [ 1E] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 188 [ 1F] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 189 [ 1G] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 190 [ 1H] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 191 [ 1I] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 192 [ 1J] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 193 [ 1K] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 194 [ 1L] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 195 [ 1M] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 196 [ 1N] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 197 [ 1O] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 198 [ 1P] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 199 [ 1Q] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 200 [ 1R] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 201 [ 1S] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 202 [ 1T] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 203 [ 1U] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 204 [ 1V] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 205 [ 1W] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 206 [ 1X] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 207 [ 1Y] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 208 [ 1Z] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 209 [ 1a] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 210 [ 1b] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 211 [ 1c] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 212 [ 1d] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 213 [ 1e] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 214 [ 1f] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 215 [ 1g] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 216 [ 1h] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 217 [ 1i] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 218 [ 1j] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 219 [ 1k] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 220 [ 1l] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 221 [ 1m] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 222 [ 1n] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 223 [ 1o] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 224 [ 1p] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 225 [ 1q] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 226 [ 1r] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 227 [ 1s] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 228 [ 1t] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 229 [ 1u] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 230 [ 1v] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 231 [ 1w] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 232 [ 1x] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 233 [ 1y] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 234 [ 1z] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 235 [ 1A] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 236 [ 1B] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 237 [ 1C] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 238 [ 1D] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 239 [ 1E] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 240 [ 1F] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 241 [ 1G] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 242 [ 1H] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 243 [ 1I] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 244 [ 1J] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 245 [ 1K] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 246 [ 1L] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 247 [ 1M] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 248 [ 1N] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 249 [ 1O] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 250 [ 1P] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 251 [ 1Q] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 252 [ 1R] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 253 [ 1S] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 254 [ 1T] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 255 [ 1U] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 256 [ 1V] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ***** CURVED SIDE DATA ***** 0 Curved sides follow IEDGE,IEL,CURVE(I),I=1,5, CCURVE ***** BOUNDARY CONDITIONS ***** ***** FLUID BOUNDARY CONDITIONS ***** ***** NO THERMAL BOUNDARY CONDITIONS ***** 1 PRESOLVE/RESTART OPTIONS ***** eddy_uv0.f00010 U p 7 INITIAL CONDITIONS ***** C Default C Default C Default C Default C Default C Default C Default ***** DRIVE FORCE DATA ***** BODY FORCE, FLOW, Q 4 Lines of Drive force data follow C C C C ***** Variable Property Data ***** Overrrides Parameter data. 1 Lines follow. 0 PACKETS OF DATA FOLLOW ***** HISTORY AND INTEGRAL DATA ***** 0 POINTS. Hcode, I,J,H,IEL ***** OUTPUT FIELD SPECIFICATION ***** 6 SPECIFICATIONS FOLLOW T COORDINATES T VELOCITY T PRESSURE F TEMPERATURE F TEMPERATURE GRADIENT 0 PASSIVE SCALARS ***** OBJECT SPECIFICATION ***** 0 Surface Objects 0 Volume Objects 0 Edge Objects 0 Point Objects From nek5000-users at lists.mcs.anl.gov Sun Aug 30 10:34:15 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Sun, 30 Aug 2015 17:34:15 +0200 Subject: [Nek5000-users] Nek5000-users Digest, Vol 78, Issue 9 In-Reply-To: References: <55E1647A.2050708@hotmail.com> Message-ID: hi, I looked at the rea file, and I see that the whole part about boundary conditions is missing: ***** FLUID BOUNDARY CONDITIONS ***** P 1 1 241.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 1 2 2.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 1 3 17.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 1 4 16.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 ... This is what causes the error that you cite below. Then, the line to load the restart file should be similar to the following: 1 PRESOLVE/RESTART OPTIONS ***** eddy_uv0.f00001 Then it should work. Best regards, Philipp Quoting nek5000-users at lists.mcs.anl.gov: > Hi, all > > sorry I have attached the wrong .rea file, the .rea file is renewed > in this mail. > > To save > > Sorry!! > > > > > > On 08/29/2015 03:51 PM, Allen wrote: >> Hi, Phillip >> >> Thanks for your reply, but the dos2unix actually does not help. And >> I tried a lot to fix it up, including copy existing command from >> other examples .rea files to eliminate the error that might have >> something to do with the "CR and LF" stuff (I know little about >> these line breaks). >> >> I am in Ubuntu, should this this be due to the failue of reading >> restart parameters?he >> >> I have attached the .rea file. It would be greatly that you can >> have a look and give some advice. >> >> Thanks in advance. >> >> and have a nice weekend! >> >> >> from Allen >> >> >> >> On 08/29/2015 01:00 AM, nek5000-users-request at lists.mcs.anl.gov wrote: >>> Send Nek5000-users mailing list submissions to >>> nek5000-users at lists.mcs.anl.gov >>> >>> To subscribe or unsubscribe via the World Wide Web, visit >>> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >>> or, via email, send a message with subject or body 'help' to >>> nek5000-users-request at lists.mcs.anl.gov >>> >>> You can reach the person managing the list at >>> nek5000-users-owner at lists.mcs.anl.gov >>> >>> When replying, please edit your Subject line so it is more specific >>> than "Re: Contents of Nek5000-users digest..." >>> >>> >>> Today's Topics: >>> >>> 1. restart a case got an error: Error reading initial >>> condition/drive force data (nek5000-users at lists.mcs.anl.gov) >>> 2. Re: restart a case got an error: Error reading initial >>> condition/drive force data (nek5000-users at lists.mcs.anl.gov) >>> >>> >>> ---------------------------------------------------------------------- >>> >>> Message: 1 >>> Date: Fri, 28 Aug 2015 11:22:34 +0800 >>> From: nek5000-users at lists.mcs.anl.gov >>> To: nek5000-users at lists.mcs.anl.gov >>> Subject: [Nek5000-users] restart a case got an error: Error reading >>> initial condition/drive force data >>> Message-ID: >>> >>> Content-Type: text/plain; charset="utf-8"; Format="flowed" >>> >>> Hi, Nekers: >>> >>> I recently want to do some simulation with Nek, so I followed the >>> tutorial for the eddy_uv case >>> >>> I have run the case without problem, but when I want to try the restart >>> utility with the following modification instructed by the manual >>> ----------------------------------------------------------------------------- 1 PRESOLVE/RESTART OPTIONS >>> ***** >>> eddy_uv0.f00010 >>> ----------------------------------------------------------------------------- affter changing for a new case name and recompile, I started the >>> restart >>> run, but the logfile gives the following error : >>> ----------------------------------------------------------------------------- mapping elements to >>> processors >>> 2 86 86 256 256 NELV >>> 0 85 85 256 256 NELV >>> 1 85 85 256 256 NELV >>> RANK 0 IEG 133 134 135 136 149 150 151 152 >>> 161 162 165 166 167 168 177 178 >>> 179 181 182 183 184 193 194 195 >>> 196 197 198 199 200 201 202 203 >>> 204 205 206 207 208 209 210 211 >>> 212 213 214 215 216 217 218 219 >>> 220 221 222 223 224 225 226 227 >>> 228 229 230 231 232 233 234 235 >>> 236 237 238 239 240 241 242 243 >>> 244 245 246 247 248 249 250 251 >>> 252 253 254 255 256 >>> element load imbalance: 1 85 86 >>> done :: mapping elements to processors >>> >>> Error reading initial condition/drive force data >>> aborting in routine rdicdf. >>> EXIT: rdicdf error 1 >>> >>> call exitt: dying ... >>> >>> backtrace(): obtained 9 stack frames. >>> ./nek5000(print_stack_+0x18) [0x500ff8] >>> ./nek5000(exitt_+0x1cc) [0x5be5ec] >>> ./nek5000(exitti_+0x117) [0x5c1537] >>> ./nek5000(rdicdf_+0x1e7) [0x442387] >>> ./nek5000(readat_+0x35f) [0x44951f] >>> ./nek5000(nek_init_+0x75) [0x41ae25] >>> ./nek5000(main+0x24) [0x419d84] >>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] >>> ./nek5000() [0x419dc9] >>> -------------------------------------------------------------------------------------------------------------------- I have searched the post list, but I only found very vague statement >>> of >>> this >>> problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ Hope some one can give me some hint, I actually do exactly what >>> the >>> manual does, which makes me confused. >>> >>> Thanks, hope it is a minor mistake. >>> >>> from Allen >>> -------------- next part -------------- >>> An HTML attachment was scrubbed... >>> URL: >>> >>> >>> ------------------------------ >>> >>> Message: 2 >>> Date: Fri, 28 Aug 2015 10:43:10 +0200 >>> From: nek5000-users at lists.mcs.anl.gov >>> To: nek5000-users at lists.mcs.anl.gov >>> Subject: Re: [Nek5000-users] restart a case got an error: Error >>> reading initial condition/drive force data >>> Message-ID: >>> >>> Content-Type: text/plain; charset=windows-1252; format=flowed >>> >>> not sure it helps, but we had a similar problem recently when a rea file >>> went trough Windows and Linux, adding CR and LF as line breaks. As far >>> as I remember, using dos2unix of the file helped. Also, a tab character >>> (ASCII 9) somewhere on that line gave some problems. >>> >>> Good luck, Philipp >>> >>> On 2015-08-28 05:22, nek5000-users at lists.mcs.anl.gov wrote: >>>> Hi, Nekers: >>>> >>>> I recently want to do some simulation with Nek, so I followed the >>>> tutorial for the eddy_uv case >>>> >>>> I have run the case without problem, but when I want to try the restart >>>> utility with the following modification instructed by the manual >>>> ----------------------------------------------------------------------------- 1 PRESOLVE/RESTART OPTIONS >>>> ***** >>>> eddy_uv0.f00010 >>>> ----------------------------------------------------------------------------- affter changing for a new case name and recompile, I started the >>>> restart >>>> run, but the logfile gives the following error : >>>> ----------------------------------------------------------------------------- mapping elements to >>>> processors >>>> 2 86 86 256 256 NELV >>>> 0 85 85 256 256 NELV >>>> 1 85 85 256 256 NELV >>>> RANK 0 IEG 133 134 135 136 149 150 151 152 >>>> 161 162 165 166 167 168 177 178 >>>> 179 181 182 183 184 193 194 195 >>>> 196 197 198 199 200 201 202 203 >>>> 204 205 206 207 208 209 210 211 >>>> 212 213 214 215 216 217 218 219 >>>> 220 221 222 223 224 225 226 227 >>>> 228 229 230 231 232 233 234 235 >>>> 236 237 238 239 240 241 242 243 >>>> 244 245 246 247 248 249 250 251 >>>> 252 253 254 255 256 >>>> element load imbalance: 1 85 86 >>>> done :: mapping elements to processors >>>> >>>> Error reading initial condition/drive force data >>>> aborting in routine rdicdf. >>>> EXIT: rdicdf error 1 >>>> >>>> call exitt: dying ... >>>> >>>> backtrace(): obtained 9 stack frames. >>>> ./nek5000(print_stack_+0x18) [0x500ff8] >>>> ./nek5000(exitt_+0x1cc) [0x5be5ec] >>>> ./nek5000(exitti_+0x117) [0x5c1537] >>>> ./nek5000(rdicdf_+0x1e7) [0x442387] >>>> ./nek5000(readat_+0x35f) [0x44951f] >>>> ./nek5000(nek_init_+0x75) [0x41ae25] >>>> ./nek5000(main+0x24) [0x419d84] >>>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] >>>> ./nek5000() [0x419dc9] >>>> -------------------------------------------------------------------------------------------------------------------- I have searched the post list, but I only found very vague statement >>>> of >>>> this >>>> problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ Hope some one can give me some hint, I actually do exactly what >>>> the >>>> manual does, which makes me confused. >>>> >>>> Thanks, hope it is a minor mistake. >>>> >>>> from Allen >>>> >>>> >>>> _______________________________________________ >>>> Nek5000-users mailing list >>>> Nek5000-users at lists.mcs.anl.gov >>>> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >>>> >>> >>> ------------------------------ >>> >>> _______________________________________________ >>> Nek5000-users mailing list >>> Nek5000-users at lists.mcs.anl.gov >>> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >>> >>> >>> End of Nek5000-users Digest, Vol 78, Issue 9 >>> ******************************************** >> From nek5000-users at lists.mcs.anl.gov Sun Aug 30 20:27:00 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Mon, 31 Aug 2015 09:27:00 +0800 Subject: [Nek5000-users] Nek5000-users Digest, Vol 78, Issue 11 In-Reply-To: References: Message-ID: Hello, Phillip and nekers, Thanks for your help. I think I found the reason. Yesterday, I uploaded the .rea file where the boundary conditions was deleted because I got a warning for the file size exceeding 120 kB. I look into the tutorial today, and find my mistake lies in the fact that I changed the restart options and then I compiled the case files, but in the tutorial it compiles the case files first and modifies the .rea file for restart. And now after following exactly the tutorial it is working, I don't know the exact logics in these differences. (I bet this might be the reason? if yes, can you give some explaination). I never used nek before, so there might be some misunderstanding, but fortunately I got it fixed, this might be tuition for beginners:-) . Thanks again, and I can continue to progress now. form Allen On 08/31/2015 01:00 AM, nek5000-users-request at lists.mcs.anl.gov wrote: > 1 PRESOLVE/RESTART OPTIONS ***** > eddy_uv0.f00001 From nek5000-users at lists.mcs.anl.gov Mon Aug 31 03:39:02 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Mon, 31 Aug 2015 10:39:02 +0200 Subject: [Nek5000-users] Nek5000-users Digest, Vol 78, Issue 11 In-Reply-To: References: Message-ID: thanks for the info. Note however that one does need to recompile the code when changing the rea file. So I suspect that there was another difference somewhere hidden in the rea file. But the important thing is that it works now. Philipp On 2015-08-31 03:27, nek5000-users at lists.mcs.anl.gov wrote: > Hello, Phillip and nekers, > > Thanks for your help. I think I found the reason. > > Yesterday, I uploaded the .rea file where the boundary conditions was > deleted because I got a warning for the file size exceeding 120 kB. > > I look into the tutorial today, and find my mistake lies in the fact > that I changed the restart options and then I compiled the case files, > but in the tutorial it compiles the case files first and modifies the > .rea file for restart. And now after following exactly the tutorial it > is working, I don't know the exact logics in these differences. (I bet > this might be the reason? if yes, can you give some explaination). I > never used nek before, so there might be some misunderstanding, but > fortunately I got it fixed, this might be tuition for beginners:-) . > > Thanks again, and I can continue to progress now. > > form Allen > > On 08/31/2015 01:00 AM, nek5000-users-request at lists.mcs.anl.gov wrote: >> 1 PRESOLVE/RESTART OPTIONS ***** >> eddy_uv0.f00001 > > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users From nek5000-users at lists.mcs.anl.gov Mon Aug 31 22:58:41 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Tue, 1 Sep 2015 11:58:41 +0800 Subject: [Nek5000-users] box parameters must kept unchanged when using restart utility? Message-ID: Hi, nekers I am running the restart utility. And I found that when I change both the box parameters (nelx,nely,nelz) and the SIZE parameters (lx1, ldx) for the restart run, the computation got stuck and failed at reading the filed result files of U and P, like this: ------------------------------------------------------------------------ set initial conditions Checking restart options: turbChannel0.f00009 nekuic (1) for ifld 1 Reading checkpoint data 0 0 OPEN: turbChannel0.f00009 byte swap: F 6.54321003 -2.93127722E+35 -------------------------------------------------------------------------- Again I follow exactly the tutorial and kept the same set-up in the .box file and just increase the element order (lx1, ldx), and now the restart works fine. so .box parameters must kept unchanged when using restart utility? right? I just want to confirm that. Thanks:-) , from Allen From nek5000-users at lists.mcs.anl.gov Sat Aug 29 02:51:22 2015 From: nek5000-users at lists.mcs.anl.gov (nek5000-users at lists.mcs.anl.gov) Date: Sat, 29 Aug 2015 15:51:22 +0800 Subject: [Nek5000-users] Nek5000-users Digest, Vol 78, Issue 9 In-Reply-To: References: Message-ID: Hi, Phillip Thanks for your reply, but the dos2unix actually does not help. And I tried a lot to fix it up, including copy existing command from other examples .rea files to eliminate the error that might have something to do with the "CR and LF" stuff (I know little about these line breaks). I am in Ubuntu, should this this be due to the failue of reading restart parameters?he I have attached the .rea file. It would be greatly that you can have a look and give some advice. Thanks in advance. and have a nice weekend! from Allen On 08/29/2015 01:00 AM, nek5000-users-request at lists.mcs.anl.gov wrote: > Send Nek5000-users mailing list submissions to > nek5000-users at lists.mcs.anl.gov > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users > or, via email, send a message with subject or body 'help' to > nek5000-users-request at lists.mcs.anl.gov > > You can reach the person managing the list at > nek5000-users-owner at lists.mcs.anl.gov > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Nek5000-users digest..." > > > Today's Topics: > > 1. restart a case got an error: Error reading initial > condition/drive force data (nek5000-users at lists.mcs.anl.gov) > 2. Re: restart a case got an error: Error reading initial > condition/drive force data (nek5000-users at lists.mcs.anl.gov) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 28 Aug 2015 11:22:34 +0800 > From: nek5000-users at lists.mcs.anl.gov > To: nek5000-users at lists.mcs.anl.gov > Subject: [Nek5000-users] restart a case got an error: Error reading > initial condition/drive force data > Message-ID: > > Content-Type: text/plain; charset="utf-8"; Format="flowed" > > Hi, Nekers: > > I recently want to do some simulation with Nek, so I followed the > tutorial for the eddy_uv case > > I have run the case without problem, but when I want to try the restart > utility with the following modification instructed by the manual > ----------------------------------------------------------------------------- > 1 PRESOLVE/RESTART OPTIONS ***** > eddy_uv0.f00010 > ----------------------------------------------------------------------------- > > affter changing for a new case name and recompile, I started the restart > run, but the logfile gives the following error : > ----------------------------------------------------------------------------- > mapping elements to processors > 2 86 86 256 256 NELV > 0 85 85 256 256 NELV > 1 85 85 256 256 NELV > RANK 0 IEG 133 134 135 136 149 150 151 152 > 161 162 165 166 167 168 177 178 > 179 181 182 183 184 193 194 195 > 196 197 198 199 200 201 202 203 > 204 205 206 207 208 209 210 211 > 212 213 214 215 216 217 218 219 > 220 221 222 223 224 225 226 227 > 228 229 230 231 232 233 234 235 > 236 237 238 239 240 241 242 243 > 244 245 246 247 248 249 250 251 > 252 253 254 255 256 > element load imbalance: 1 85 86 > done :: mapping elements to processors > > Error reading initial condition/drive force data > aborting in routine rdicdf. > EXIT: rdicdf error 1 > > call exitt: dying ... > > backtrace(): obtained 9 stack frames. > ./nek5000(print_stack_+0x18) [0x500ff8] > ./nek5000(exitt_+0x1cc) [0x5be5ec] > ./nek5000(exitti_+0x117) [0x5c1537] > ./nek5000(rdicdf_+0x1e7) [0x442387] > ./nek5000(readat_+0x35f) [0x44951f] > ./nek5000(nek_init_+0x75) [0x41ae25] > ./nek5000(main+0x24) [0x419d84] > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] > ./nek5000() [0x419dc9] > -------------------------------------------------------------------------------------------------------------------- > > I have searched the post list, but I only found very vague statement of > this > problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ > > Hope some one can give me some hint, I actually do exactly what the > manual does, which makes me confused. > > Thanks, hope it is a minor mistake. > > from Allen > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Fri, 28 Aug 2015 10:43:10 +0200 > From: nek5000-users at lists.mcs.anl.gov > To: nek5000-users at lists.mcs.anl.gov > Subject: Re: [Nek5000-users] restart a case got an error: Error > reading initial condition/drive force data > Message-ID: > > Content-Type: text/plain; charset=windows-1252; format=flowed > > not sure it helps, but we had a similar problem recently when a rea file > went trough Windows and Linux, adding CR and LF as line breaks. As far > as I remember, using dos2unix of the file helped. Also, a tab character > (ASCII 9) somewhere on that line gave some problems. > > Good luck, Philipp > > On 2015-08-28 05:22, nek5000-users at lists.mcs.anl.gov wrote: >> Hi, Nekers: >> >> I recently want to do some simulation with Nek, so I followed the >> tutorial for the eddy_uv case >> >> I have run the case without problem, but when I want to try the restart >> utility with the following modification instructed by the manual >> ----------------------------------------------------------------------------- >> 1 PRESOLVE/RESTART OPTIONS ***** >> eddy_uv0.f00010 >> ----------------------------------------------------------------------------- >> >> affter changing for a new case name and recompile, I started the restart >> run, but the logfile gives the following error : >> ----------------------------------------------------------------------------- >> mapping elements to processors >> 2 86 86 256 256 NELV >> 0 85 85 256 256 NELV >> 1 85 85 256 256 NELV >> RANK 0 IEG 133 134 135 136 149 150 151 152 >> 161 162 165 166 167 168 177 178 >> 179 181 182 183 184 193 194 195 >> 196 197 198 199 200 201 202 203 >> 204 205 206 207 208 209 210 211 >> 212 213 214 215 216 217 218 219 >> 220 221 222 223 224 225 226 227 >> 228 229 230 231 232 233 234 235 >> 236 237 238 239 240 241 242 243 >> 244 245 246 247 248 249 250 251 >> 252 253 254 255 256 >> element load imbalance: 1 85 86 >> done :: mapping elements to processors >> >> Error reading initial condition/drive force data >> aborting in routine rdicdf. >> EXIT: rdicdf error 1 >> >> call exitt: dying ... >> >> backtrace(): obtained 9 stack frames. >> ./nek5000(print_stack_+0x18) [0x500ff8] >> ./nek5000(exitt_+0x1cc) [0x5be5ec] >> ./nek5000(exitti_+0x117) [0x5c1537] >> ./nek5000(rdicdf_+0x1e7) [0x442387] >> ./nek5000(readat_+0x35f) [0x44951f] >> ./nek5000(nek_init_+0x75) [0x41ae25] >> ./nek5000(main+0x24) [0x419d84] >> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f26a5be276d] >> ./nek5000() [0x419dc9] >> -------------------------------------------------------------------------------------------------------------------- >> >> I have searched the post list, but I only found very vague statement of >> this >> problem:_http://lists.mcs.anl.gov/pipermail/nek5000-users/2011-October/001560.html_ >> >> Hope some one can give me some hint, I actually do exactly what the >> manual does, which makes me confused. >> >> Thanks, hope it is a minor mistake. >> >> from Allen >> >> >> _______________________________________________ >> Nek5000-users mailing list >> Nek5000-users at lists.mcs.anl.gov >> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users >> > > ------------------------------ > > _______________________________________________ > Nek5000-users mailing list > Nek5000-users at lists.mcs.anl.gov > https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users > > > End of Nek5000-users Digest, Vol 78, Issue 9 > ******************************************** -------------- next part -------------- ****** PARAMETERS ***** 2.610000 NEKTON VERSION 2 DIMENSIONAL RUN 103 PARAMETERS FOLLOW 1.000000 p01 DENSITY -20.00000 p02 VISCOS 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p07 RHOCP 1.000000 p08 CONDUCT 0.0000000E+00 0.0000000E+00 p10 FINTIME 2000.000 p11 NSTEPS -1.0000000E-04 p12 DT 0.0000000E+00 p13 IOCOMM 0.0000000E+00 p14 IOTIME 100.0000 p15 IOSTEP 0.0000000E+00 p16 PSSOLVER 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 1.0000000E-11 p21 DIVERGENCE 1.0000000E-12 p22 HELMHOLTZ 0.0000000E+00 p23 NPSCAL 1.0000000E-10 p24 TOLREL 1.0000000E-10 p25 TOLABS 1.000000 p26 COURANT/NTAU 3.000000 p27 TORDER 0.0000000E+00 p28 TORDER: mesh velocity (0: p28=p27) 0.0000000E+00 p29 magnetic visc if > 0, = -1/Rm if < 0 0.0000000E+00 p30 > 0 ==> properties set in uservp() 0.0000000E+00 p31 NPERT: #perturbation modes 0.0000000E+00 p32 #BCs in re2 file, if > 0 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p42 0=gmres/1=pcg 1.000000 p43 0=semg/1=schwarz 0.0000000E+00 p44 0=E-based/1=A-based prec. 0.0000000E+00 p45 Relaxation factor for DTFS 0.0000000E+00 p46 if >0, dont call SETICS 0.0000000E+00 p47 vnu: mesh matieral prop 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p52 IOHIS 0.0000000E+00 0.0000000E+00 p54 1,2,3-->fixed flow rate dir=x,y,z 0.0000000E+00 p55 vol.flow rate(p54>0) or Ubar(p54<0) 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p59 !=0 --> use std axhelm for all elem 0.0000000E+00 p60 !=0--> init velocity to small nonzero 0.0000000E+00 0.0000000E+00 p62 >0 --> force byte_swap for output 0.0000000E+00 p63 =8 --> force 8-byte output 0.0000000E+00 p64 =1 --> perturbation restart 0.0000000E+00 p65 #iofile(eg,0 or 64); <0 --> sep. dirs 6.000000 p66 write fmt:ONLY postx uses rea value 6.000000 p67 read fmt: same modes as p66 0.0000000E+00 p68 iastep: freq for avg_all 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p74 verbose Helmholtz 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00 p84 !=0 -->sets initial timestep if p12>0 0.0000000E+00 p85 dt ratio if p84 !=0, for timesteps>0 0.0000000E+00 p86 reserved 0.0000000E+00 0.0000000E+00 0.0000000E+00 p89 reserved 0.0000000E+00 0.0000000E+00 0.0000000E+00 20.00000 p93 Numbr of prev pressure solns saved 5.000000 p94 start projecting vel. after p94 step 5.000000 p95 start projecting pr after p95 step 1.00000 p96 u0 translational velocity (in .usr) 0.30000 p97 v0 translational velocity (in .usr) 0.0000000E+00 3.000000 p99 dealiasing:if <0 disable 0.0000000E+00 p100 reserved 0.0000000E+00 p101 No. of additional filter modes 0.0000000E+00 0.0000000E+00 p103 weight of stabilizing filter (.01) 4 Lines of passive scalar data follows2 CONDUCT; 2RHOCP 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 13 LOGICAL SWITCHES FOLLOW T IFFLOW F IFHEAT T IFTRAN T F F F F F F F F F F IFNAV & IFADVC (convection in P.S. fields) F F T T T T T T T T T T IFTMSH (IF mesh for this field is T mesh) F IFAXIS F IFSTRS F IFSPLIT F IFMGRID F IFMODEL F IFKEPS F IFMVBD F IFCHAR 8.00000 8.00000 -0.500000 -4.00000 XFAC,YFAC,XZERO,YZERO **MESH DATA** 1st line is X of corner 1,2,3,4. 2nd line is Y. 256 2 256 NEL,NDIM,NELV ELEMENT 1 [ 1a] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 2 [ 1b] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 3 [ 1c] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 4 [ 1d] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 5 [ 1e] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 6 [ 1f] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 7 [ 1g] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 8 [ 1h] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 9 [ 1i] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 10 [ 1j] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 11 [ 1k] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 12 [ 1l] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 13 [ 1m] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 14 [ 1n] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 15 [ 1o] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 16 [ 1p] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 0.0000000E+00 0.0000000E+00 6.2500000E-02 6.2500000E-02 ELEMENT 17 [ 1q] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 18 [ 1r] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 19 [ 1s] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 20 [ 1t] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 21 [ 1u] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 22 [ 1v] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 23 [ 1w] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 24 [ 1x] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 25 [ 1y] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 26 [ 1z] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 27 [ 1A] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 28 [ 1B] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 29 [ 1C] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 30 [ 1D] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 31 [ 1E] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 32 [ 1F] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 6.2500000E-02 6.2500000E-02 1.2500000E-01 1.2500000E-01 ELEMENT 33 [ 1G] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 34 [ 1H] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 35 [ 1I] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 36 [ 1J] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 37 [ 1K] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 38 [ 1L] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 39 [ 1M] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 40 [ 1N] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 41 [ 1O] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 42 [ 1P] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 43 [ 1Q] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 44 [ 1R] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 45 [ 1S] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 46 [ 1T] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 47 [ 1U] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 48 [ 1V] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 1.2500000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 ELEMENT 49 [ 1W] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 50 [ 1X] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 51 [ 1Y] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 52 [ 1Z] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 53 [ 1a] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 54 [ 1b] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 55 [ 1c] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 56 [ 1d] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 57 [ 1e] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 58 [ 1f] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 59 [ 1g] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 60 [ 1h] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 61 [ 1i] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 62 [ 1j] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 63 [ 1k] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 64 [ 1l] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 1.8750000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 ELEMENT 65 [ 1m] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 66 [ 1n] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 67 [ 1o] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 68 [ 1p] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 69 [ 1q] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 70 [ 1r] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 71 [ 1s] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 72 [ 1t] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 73 [ 1u] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 74 [ 1v] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 75 [ 1w] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 76 [ 1x] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 77 [ 1y] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 78 [ 1z] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 79 [ 1A] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 80 [ 1B] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 2.5000000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 ELEMENT 81 [ 1C] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 82 [ 1D] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 83 [ 1E] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 84 [ 1F] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 85 [ 1G] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 86 [ 1H] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 87 [ 1I] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 88 [ 1J] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 89 [ 1K] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 90 [ 1L] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 91 [ 1M] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 92 [ 1N] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 93 [ 1O] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 94 [ 1P] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 95 [ 1Q] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 96 [ 1R] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 3.1250000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 ELEMENT 97 [ 1S] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 98 [ 1T] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 99 [ 1U] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 100 [ 1V] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 101 [ 1W] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 102 [ 1X] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 103 [ 1Y] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 104 [ 1Z] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 105 [ 1a] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 106 [ 1b] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 107 [ 1c] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 108 [ 1d] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 109 [ 1e] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 110 [ 1f] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 111 [ 1g] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 112 [ 1h] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 3.7500000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 ELEMENT 113 [ 1i] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 114 [ 1j] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 115 [ 1k] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 116 [ 1l] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 117 [ 1m] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 118 [ 1n] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 119 [ 1o] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 120 [ 1p] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 121 [ 1q] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 122 [ 1r] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 123 [ 1s] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 124 [ 1t] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 125 [ 1u] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 126 [ 1v] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 127 [ 1w] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 128 [ 1x] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 4.3750000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 ELEMENT 129 [ 1y] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 130 [ 1z] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 131 [ 1A] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 132 [ 1B] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 133 [ 1C] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 134 [ 1D] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 135 [ 1E] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 136 [ 1F] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 137 [ 1G] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 138 [ 1H] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 139 [ 1I] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 140 [ 1J] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 141 [ 1K] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 142 [ 1L] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 143 [ 1M] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 144 [ 1N] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 5.0000000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 ELEMENT 145 [ 1O] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 146 [ 1P] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 147 [ 1Q] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 148 [ 1R] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 149 [ 1S] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 150 [ 1T] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 151 [ 1U] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 152 [ 1V] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 153 [ 1W] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 154 [ 1X] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 155 [ 1Y] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 156 [ 1Z] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 157 [ 1a] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 158 [ 1b] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 159 [ 1c] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 160 [ 1d] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 5.6250000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 ELEMENT 161 [ 1e] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 162 [ 1f] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 163 [ 1g] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 164 [ 1h] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 165 [ 1i] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 166 [ 1j] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 167 [ 1k] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 168 [ 1l] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 169 [ 1m] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 170 [ 1n] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 171 [ 1o] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 172 [ 1p] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 173 [ 1q] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 174 [ 1r] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 175 [ 1s] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 176 [ 1t] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 6.2500000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 ELEMENT 177 [ 1u] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 178 [ 1v] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 179 [ 1w] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 180 [ 1x] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 181 [ 1y] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 182 [ 1z] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 183 [ 1A] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 184 [ 1B] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 185 [ 1C] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 186 [ 1D] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 187 [ 1E] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 188 [ 1F] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 189 [ 1G] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 190 [ 1H] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 191 [ 1I] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 192 [ 1J] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 6.8750000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 ELEMENT 193 [ 1K] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 194 [ 1L] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 195 [ 1M] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 196 [ 1N] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 197 [ 1O] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 198 [ 1P] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 199 [ 1Q] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 200 [ 1R] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 201 [ 1S] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 202 [ 1T] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 203 [ 1U] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 204 [ 1V] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 205 [ 1W] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 206 [ 1X] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 207 [ 1Y] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 208 [ 1Z] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 7.5000000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 ELEMENT 209 [ 1a] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 210 [ 1b] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 211 [ 1c] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 212 [ 1d] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 213 [ 1e] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 214 [ 1f] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 215 [ 1g] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 216 [ 1h] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 217 [ 1i] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 218 [ 1j] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 219 [ 1k] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 220 [ 1l] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 221 [ 1m] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 222 [ 1n] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 223 [ 1o] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 224 [ 1p] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 8.1250000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 ELEMENT 225 [ 1q] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 226 [ 1r] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 227 [ 1s] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 228 [ 1t] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 229 [ 1u] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 230 [ 1v] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 231 [ 1w] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 232 [ 1x] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 233 [ 1y] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 234 [ 1z] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 235 [ 1A] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 236 [ 1B] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 237 [ 1C] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 238 [ 1D] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 239 [ 1E] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 240 [ 1F] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 8.7500000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 ELEMENT 241 [ 1G] GROUP 0 0.0000000E+00 6.2500000E-02 6.2500000E-02 0.0000000E+00 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 242 [ 1H] GROUP 0 6.2500000E-02 1.2500000E-01 1.2500000E-01 6.2500000E-02 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 243 [ 1I] GROUP 0 1.2500000E-01 1.8750000E-01 1.8750000E-01 1.2500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 244 [ 1J] GROUP 0 1.8750000E-01 2.5000000E-01 2.5000000E-01 1.8750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 245 [ 1K] GROUP 0 2.5000000E-01 3.1250000E-01 3.1250000E-01 2.5000000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 246 [ 1L] GROUP 0 3.1250000E-01 3.7500000E-01 3.7500000E-01 3.1250000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 247 [ 1M] GROUP 0 3.7500000E-01 4.3750000E-01 4.3750000E-01 3.7500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 248 [ 1N] GROUP 0 4.3750000E-01 5.0000000E-01 5.0000000E-01 4.3750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 249 [ 1O] GROUP 0 5.0000000E-01 5.6250000E-01 5.6250000E-01 5.0000000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 250 [ 1P] GROUP 0 5.6250000E-01 6.2500000E-01 6.2500000E-01 5.6250000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 251 [ 1Q] GROUP 0 6.2500000E-01 6.8750000E-01 6.8750000E-01 6.2500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 252 [ 1R] GROUP 0 6.8750000E-01 7.5000000E-01 7.5000000E-01 6.8750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 253 [ 1S] GROUP 0 7.5000000E-01 8.1250000E-01 8.1250000E-01 7.5000000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 254 [ 1T] GROUP 0 8.1250000E-01 8.7500000E-01 8.7500000E-01 8.1250000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 255 [ 1U] GROUP 0 8.7500000E-01 9.3750000E-01 9.3750000E-01 8.7500000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ELEMENT 256 [ 1V] GROUP 0 9.3750000E-01 1.0000000E+00 1.0000000E+00 9.3750000E-01 9.3750000E-01 9.3750000E-01 1.0000000E+00 1.0000000E+00 ***** CURVED SIDE DATA ***** 0 Curved sides follow IEDGE,IEL,CURVE(I),I=1,5, CCURVE ***** BOUNDARY CONDITIONS ***** ***** FLUID BOUNDARY CONDITIONS ***** P 1 1 241.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 1 2 2.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 1 3 17.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 1 4 16.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 2 1 242.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 2 2 3.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 2 3 18.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 2 4 1.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 3 1 243.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 3 2 4.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 3 3 19.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 3 4 2.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 4 1 244.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 4 2 5.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 4 3 20.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 4 4 3.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 5 1 245.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 5 2 6.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 5 3 21.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 5 4 4.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 6 1 246.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 6 2 7.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 6 3 22.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 6 4 5.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 7 1 247.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 7 2 8.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 7 3 23.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 7 4 6.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 8 1 248.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 8 2 9.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 8 3 24.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 8 4 7.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 9 1 249.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 9 2 10.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 9 3 25.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 9 4 8.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 10 1 250.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 10 2 11.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 10 3 26.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 10 4 9.000000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 11 1 251.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 11 2 12.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 11 3 27.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 11 4 10.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 12 1 252.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 12 2 13.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 12 3 28.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 12 4 11.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 13 1 253.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 13 2 14.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 13 3 29.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 13 4 12.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 14 1 254.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 14 2 15.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 14 3 30.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 14 4 13.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 15 1 255.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 15 2 16.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 15 3 31.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 15 4 14.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 16 1 256.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 16 2 1.000000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 16 3 32.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 16 4 15.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 17 1 1.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 17 2 18.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 17 3 33.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 17 4 32.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 18 1 2.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 18 2 19.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 18 3 34.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 18 4 17.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 19 1 3.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 19 2 20.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 19 3 35.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 19 4 18.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 20 1 4.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 20 2 21.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 20 3 36.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 20 4 19.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 21 1 5.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 21 2 22.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 21 3 37.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 21 4 20.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 22 1 6.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 22 2 23.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 22 3 38.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 22 4 21.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 23 1 7.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 23 2 24.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 23 3 39.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 23 4 22.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 24 1 8.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 24 2 25.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 24 3 40.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 24 4 23.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 25 1 9.000000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 25 2 26.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 25 3 41.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 25 4 24.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 26 1 10.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 26 2 27.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 26 3 42.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 26 4 25.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 27 1 11.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 27 2 28.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 27 3 43.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 27 4 26.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 28 1 12.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 28 2 29.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 28 3 44.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 28 4 27.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 29 1 13.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 29 2 30.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 29 3 45.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 29 4 28.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 30 1 14.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 30 2 31.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 30 3 46.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 30 4 29.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 31 1 15.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 31 2 32.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 31 3 47.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 31 4 30.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 32 1 16.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 32 2 17.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 32 3 48.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 32 4 31.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 33 1 17.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 33 2 34.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 33 3 49.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 33 4 48.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 34 1 18.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 34 2 35.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 34 3 50.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 34 4 33.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 35 1 19.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 35 2 36.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 35 3 51.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 35 4 34.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 36 1 20.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 36 2 37.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 36 3 52.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 36 4 35.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 37 1 21.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 37 2 38.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 37 3 53.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 37 4 36.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 38 1 22.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 38 2 39.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 38 3 54.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 38 4 37.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 39 1 23.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 39 2 40.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 39 3 55.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 39 4 38.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 40 1 24.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 40 2 41.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 40 3 56.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 40 4 39.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 41 1 25.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 41 2 42.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 41 3 57.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 41 4 40.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 42 1 26.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 42 2 43.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 42 3 58.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 42 4 41.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 43 1 27.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 43 2 44.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 43 3 59.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 43 4 42.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 44 1 28.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 44 2 45.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 44 3 60.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 44 4 43.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 45 1 29.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 45 2 46.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 45 3 61.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 45 4 44.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 46 1 30.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 46 2 47.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 46 3 62.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 46 4 45.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 47 1 31.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 47 2 48.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 47 3 63.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 47 4 46.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 48 1 32.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 48 2 33.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 48 3 64.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 48 4 47.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 49 1 33.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 49 2 50.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 49 3 65.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 49 4 64.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 50 1 34.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 50 2 51.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 50 3 66.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 50 4 49.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 51 1 35.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 51 2 52.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 51 3 67.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 51 4 50.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 52 1 36.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 52 2 53.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 52 3 68.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 52 4 51.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 53 1 37.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 53 2 54.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 53 3 69.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 53 4 52.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 54 1 38.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 54 2 55.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 54 3 70.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 54 4 53.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 55 1 39.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 55 2 56.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 55 3 71.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 55 4 54.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 56 1 40.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 56 2 57.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 56 3 72.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 56 4 55.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 57 1 41.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 57 2 58.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 57 3 73.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 57 4 56.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 58 1 42.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 58 2 59.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 58 3 74.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 58 4 57.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 59 1 43.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 59 2 60.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 59 3 75.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 59 4 58.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 60 1 44.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 60 2 61.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 60 3 76.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 60 4 59.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 61 1 45.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 61 2 62.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 61 3 77.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 61 4 60.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 62 1 46.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 62 2 63.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 62 3 78.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 62 4 61.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 63 1 47.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 63 2 64.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 63 3 79.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 63 4 62.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 64 1 48.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 64 2 49.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 64 3 80.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 64 4 63.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 65 1 49.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 65 2 66.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 65 3 81.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 65 4 80.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 66 1 50.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 66 2 67.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 66 3 82.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 66 4 65.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 67 1 51.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 67 2 68.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 67 3 83.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 67 4 66.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 68 1 52.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 68 2 69.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 68 3 84.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 68 4 67.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 69 1 53.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 69 2 70.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 69 3 85.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 69 4 68.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 70 1 54.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 70 2 71.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 70 3 86.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 70 4 69.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 71 1 55.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 71 2 72.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 71 3 87.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 71 4 70.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 72 1 56.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 72 2 73.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 72 3 88.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 72 4 71.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 73 1 57.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 73 2 74.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 73 3 89.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 73 4 72.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 74 1 58.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 74 2 75.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 74 3 90.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 74 4 73.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 75 1 59.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 75 2 76.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 75 3 91.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 75 4 74.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 76 1 60.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 76 2 77.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 76 3 92.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 76 4 75.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 77 1 61.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 77 2 78.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 77 3 93.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 77 4 76.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 78 1 62.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 78 2 79.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 78 3 94.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 78 4 77.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 79 1 63.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 79 2 80.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 79 3 95.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 79 4 78.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 80 1 64.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 80 2 65.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 80 3 96.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 80 4 79.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 81 1 65.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 81 2 82.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 81 3 97.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 81 4 96.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 82 1 66.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 82 2 83.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 82 3 98.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 82 4 81.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 83 1 67.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 83 2 84.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 83 3 99.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 83 4 82.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 84 1 68.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 84 2 85.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 84 3 100.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 84 4 83.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 85 1 69.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 85 2 86.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 85 3 101.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 85 4 84.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 86 1 70.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 86 2 87.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 86 3 102.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 86 4 85.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 87 1 71.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 87 2 88.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 87 3 103.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 87 4 86.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 88 1 72.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 88 2 89.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 88 3 104.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 88 4 87.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 89 1 73.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 89 2 90.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 89 3 105.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 89 4 88.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 90 1 74.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 90 2 91.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 90 3 106.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 90 4 89.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 91 1 75.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 91 2 92.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 91 3 107.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 91 4 90.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 92 1 76.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 92 2 93.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 92 3 108.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 92 4 91.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 93 1 77.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 93 2 94.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 93 3 109.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 93 4 92.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 94 1 78.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 94 2 95.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 94 3 110.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 94 4 93.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 95 1 79.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 95 2 96.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 95 3 111.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 95 4 94.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 96 1 80.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 96 2 81.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 96 3 112.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 96 4 95.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 97 1 81.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 97 2 98.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 97 3 113.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 97 4 112.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 98 1 82.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 98 2 99.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 98 3 114.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 98 4 97.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 99 1 83.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 99 2 100.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 99 3 115.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 99 4 98.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 100 1 84.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 100 2 101.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 100 3 116.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 100 4 99.00000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 101 1 85.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 101 2 102.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 101 3 117.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 101 4 100.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 102 1 86.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 102 2 103.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 102 3 118.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 102 4 101.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 103 1 87.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 103 2 104.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 103 3 119.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 103 4 102.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 104 1 88.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 104 2 105.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 104 3 120.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 104 4 103.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 105 1 89.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 105 2 106.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 105 3 121.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 105 4 104.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 106 1 90.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 106 2 107.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 106 3 122.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 106 4 105.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 107 1 91.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 107 2 108.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 107 3 123.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 107 4 106.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 108 1 92.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 108 2 109.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 108 3 124.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 108 4 107.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 109 1 93.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 109 2 110.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 109 3 125.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 109 4 108.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 110 1 94.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 110 2 111.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 110 3 126.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 110 4 109.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 111 1 95.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 111 2 112.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 111 3 127.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 111 4 110.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 112 1 96.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 112 2 97.00000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 112 3 128.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 112 4 111.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 113 1 97.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 113 2 114.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 113 3 129.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 113 4 128.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 114 1 98.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 114 2 115.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 114 3 130.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 114 4 113.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 115 1 99.00000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 115 2 116.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 115 3 131.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 115 4 114.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 116 1 100.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 116 2 117.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 116 3 132.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 116 4 115.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 117 1 101.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 117 2 118.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 117 3 133.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 117 4 116.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 118 1 102.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 118 2 119.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 118 3 134.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 118 4 117.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 119 1 103.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 119 2 120.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 119 3 135.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 119 4 118.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 120 1 104.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 120 2 121.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 120 3 136.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 120 4 119.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 121 1 105.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 121 2 122.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 121 3 137.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 121 4 120.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 122 1 106.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 122 2 123.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 122 3 138.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 122 4 121.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 123 1 107.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 123 2 124.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 123 3 139.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 123 4 122.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 124 1 108.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 124 2 125.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 124 3 140.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 124 4 123.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 125 1 109.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 125 2 126.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 125 3 141.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 125 4 124.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 126 1 110.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 126 2 127.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 126 3 142.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 126 4 125.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 127 1 111.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 127 2 128.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 127 3 143.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 127 4 126.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 128 1 112.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 128 2 113.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 128 3 144.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 128 4 127.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 129 1 113.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 129 2 130.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 129 3 145.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 129 4 144.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 130 1 114.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 130 2 131.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 130 3 146.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 130 4 129.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 131 1 115.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 131 2 132.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 131 3 147.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 131 4 130.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 132 1 116.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 132 2 133.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 132 3 148.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 132 4 131.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 133 1 117.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 133 2 134.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 133 3 149.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 133 4 132.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 134 1 118.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 134 2 135.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 134 3 150.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 134 4 133.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 135 1 119.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 135 2 136.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 135 3 151.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 135 4 134.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 136 1 120.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 136 2 137.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 136 3 152.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 136 4 135.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 137 1 121.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 137 2 138.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 137 3 153.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 137 4 136.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 138 1 122.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 138 2 139.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 138 3 154.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 138 4 137.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 139 1 123.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 139 2 140.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 139 3 155.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 139 4 138.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 140 1 124.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 140 2 141.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 140 3 156.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 140 4 139.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 141 1 125.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 141 2 142.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 141 3 157.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 141 4 140.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 142 1 126.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 142 2 143.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 142 3 158.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 142 4 141.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 143 1 127.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 143 2 144.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 143 3 159.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 143 4 142.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 144 1 128.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 144 2 129.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 144 3 160.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 144 4 143.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 145 1 129.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 145 2 146.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 145 3 161.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 145 4 160.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 146 1 130.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 146 2 147.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 146 3 162.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 146 4 145.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 147 1 131.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 147 2 148.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 147 3 163.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 147 4 146.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 148 1 132.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 148 2 149.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 148 3 164.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 148 4 147.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 149 1 133.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 149 2 150.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 149 3 165.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 149 4 148.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 150 1 134.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 150 2 151.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 150 3 166.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 150 4 149.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 151 1 135.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 151 2 152.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 151 3 167.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 151 4 150.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 152 1 136.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 152 2 153.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 152 3 168.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 152 4 151.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 153 1 137.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 153 2 154.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 153 3 169.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 153 4 152.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 154 1 138.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 154 2 155.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 154 3 170.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 154 4 153.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 155 1 139.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 155 2 156.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 155 3 171.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 155 4 154.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 156 1 140.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 156 2 157.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 156 3 172.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 156 4 155.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 157 1 141.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 157 2 158.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 157 3 173.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 157 4 156.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 158 1 142.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 158 2 159.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 158 3 174.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 158 4 157.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 159 1 143.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 159 2 160.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 159 3 175.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 159 4 158.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 160 1 144.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 160 2 145.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 160 3 176.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 160 4 159.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 161 1 145.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 161 2 162.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 161 3 177.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 161 4 176.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 162 1 146.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 162 2 163.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 162 3 178.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 162 4 161.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 163 1 147.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 163 2 164.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 163 3 179.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 163 4 162.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 164 1 148.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 164 2 165.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 164 3 180.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 164 4 163.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 165 1 149.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 165 2 166.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 165 3 181.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 165 4 164.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 166 1 150.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 166 2 167.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 166 3 182.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 166 4 165.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 167 1 151.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 167 2 168.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 167 3 183.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 167 4 166.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 168 1 152.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 168 2 169.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 168 3 184.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 168 4 167.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 169 1 153.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 169 2 170.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 169 3 185.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 169 4 168.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 170 1 154.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 170 2 171.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 170 3 186.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 170 4 169.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 171 1 155.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 171 2 172.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 171 3 187.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 171 4 170.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 172 1 156.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 172 2 173.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 172 3 188.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 172 4 171.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 173 1 157.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 173 2 174.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 173 3 189.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 173 4 172.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 174 1 158.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 174 2 175.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 174 3 190.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 174 4 173.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 175 1 159.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 175 2 176.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 175 3 191.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 175 4 174.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 176 1 160.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 176 2 161.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 176 3 192.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 176 4 175.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 177 1 161.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 177 2 178.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 177 3 193.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 177 4 192.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 178 1 162.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 178 2 179.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 178 3 194.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 178 4 177.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 179 1 163.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 179 2 180.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 179 3 195.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 179 4 178.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 180 1 164.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 180 2 181.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 180 3 196.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 180 4 179.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 181 1 165.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 181 2 182.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 181 3 197.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 181 4 180.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 182 1 166.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 182 2 183.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 182 3 198.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 182 4 181.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 183 1 167.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 183 2 184.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 183 3 199.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 183 4 182.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 184 1 168.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 184 2 185.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 184 3 200.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 184 4 183.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 185 1 169.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 185 2 186.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 185 3 201.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 185 4 184.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 186 1 170.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 186 2 187.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 186 3 202.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 186 4 185.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 187 1 171.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 187 2 188.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 187 3 203.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 187 4 186.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 188 1 172.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 188 2 189.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 188 3 204.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 188 4 187.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 189 1 173.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 189 2 190.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 189 3 205.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 189 4 188.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 190 1 174.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 190 2 191.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 190 3 206.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 190 4 189.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 191 1 175.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 191 2 192.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 191 3 207.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 191 4 190.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 192 1 176.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 192 2 177.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 192 3 208.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 192 4 191.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 193 1 177.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 193 2 194.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 193 3 209.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 193 4 208.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 194 1 178.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 194 2 195.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 194 3 210.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 194 4 193.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 195 1 179.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 195 2 196.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 195 3 211.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 195 4 194.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 196 1 180.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 196 2 197.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 196 3 212.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 196 4 195.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 197 1 181.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 197 2 198.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 197 3 213.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 197 4 196.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 198 1 182.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 198 2 199.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 198 3 214.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 198 4 197.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 199 1 183.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 199 2 200.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 199 3 215.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 199 4 198.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 200 1 184.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 200 2 201.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 200 3 216.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 200 4 199.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 201 1 185.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 201 2 202.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 201 3 217.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 201 4 200.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 202 1 186.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 202 2 203.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 202 3 218.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 202 4 201.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 203 1 187.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 203 2 204.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 203 3 219.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 203 4 202.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 204 1 188.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 204 2 205.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 204 3 220.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 204 4 203.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 205 1 189.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 205 2 206.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 205 3 221.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 205 4 204.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 206 1 190.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 206 2 207.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 206 3 222.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 206 4 205.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 207 1 191.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 207 2 208.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 207 3 223.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 207 4 206.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 208 1 192.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 208 2 193.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 208 3 224.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 208 4 207.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 209 1 193.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 209 2 210.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 209 3 225.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 209 4 224.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 210 1 194.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 210 2 211.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 210 3 226.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 210 4 209.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 211 1 195.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 211 2 212.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 211 3 227.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 211 4 210.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 212 1 196.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 212 2 213.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 212 3 228.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 212 4 211.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 213 1 197.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 213 2 214.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 213 3 229.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 213 4 212.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 214 1 198.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 214 2 215.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 214 3 230.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 214 4 213.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 215 1 199.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 215 2 216.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 215 3 231.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 215 4 214.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 216 1 200.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 216 2 217.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 216 3 232.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 216 4 215.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 217 1 201.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 217 2 218.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 217 3 233.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 217 4 216.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 218 1 202.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 218 2 219.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 218 3 234.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 218 4 217.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 219 1 203.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 219 2 220.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 219 3 235.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 219 4 218.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 220 1 204.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 220 2 221.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 220 3 236.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 220 4 219.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 221 1 205.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 221 2 222.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 221 3 237.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 221 4 220.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 222 1 206.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 222 2 223.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 222 3 238.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 222 4 221.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 223 1 207.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 223 2 224.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 223 3 239.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 223 4 222.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 224 1 208.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 224 2 209.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 224 3 240.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 224 4 223.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 225 1 209.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 225 2 226.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 225 3 241.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 225 4 240.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 226 1 210.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 226 2 227.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 226 3 242.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 226 4 225.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 227 1 211.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 227 2 228.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 227 3 243.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 227 4 226.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 228 1 212.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 228 2 229.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 228 3 244.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 228 4 227.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 229 1 213.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 229 2 230.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 229 3 245.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 229 4 228.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 230 1 214.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 230 2 231.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 230 3 246.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 230 4 229.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 231 1 215.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 231 2 232.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 231 3 247.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 231 4 230.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 232 1 216.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 232 2 233.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 232 3 248.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 232 4 231.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 233 1 217.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 233 2 234.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 233 3 249.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 233 4 232.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 234 1 218.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 234 2 235.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 234 3 250.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 234 4 233.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 235 1 219.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 235 2 236.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 235 3 251.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 235 4 234.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 236 1 220.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 236 2 237.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 236 3 252.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 236 4 235.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 237 1 221.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 237 2 238.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 237 3 253.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 237 4 236.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 238 1 222.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 238 2 239.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 238 3 254.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 238 4 237.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 239 1 223.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 239 2 240.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 239 3 255.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 239 4 238.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 240 1 224.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 240 2 225.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 240 3 256.0000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 240 4 239.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 241 1 225.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 241 2 242.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 241 3 1.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 241 4 256.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 242 1 226.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 242 2 243.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 242 3 2.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 242 4 241.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 243 1 227.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 243 2 244.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 243 3 3.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 243 4 242.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 244 1 228.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 244 2 245.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 244 3 4.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 244 4 243.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 245 1 229.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 245 2 246.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 245 3 5.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 245 4 244.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 246 1 230.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 246 2 247.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 246 3 6.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 246 4 245.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 247 1 231.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 247 2 248.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 247 3 7.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 247 4 246.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 248 1 232.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 248 2 249.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 248 3 8.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 248 4 247.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 249 1 233.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 249 2 250.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 249 3 9.000000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 249 4 248.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 250 1 234.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 250 2 251.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 250 3 10.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 250 4 249.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 251 1 235.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 251 2 252.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 251 3 11.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 251 4 250.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 252 1 236.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 252 2 253.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 252 3 12.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 252 4 251.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 253 1 237.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 253 2 254.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 253 3 13.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 253 4 252.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 254 1 238.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 254 2 255.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 254 3 14.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 254 4 253.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 255 1 239.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 255 2 256.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 255 3 15.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 255 4 254.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 256 1 240.0000 3.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 256 2 241.0000 4.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 P 256 3 16.00000 1.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 E 256 4 255.0000 2.000000 0.0000000E+00 0.0000000E+00 0.0000000E+00 ***** NO THERMAL BOUNDARY CONDITIONS ***** 1 PRESOLVE/RESTART OPTIONS ***** eddy_uv0.f00010 U p 7 INITIAL CONDITIONS ***** C Default C Default C Default C Default C Default C Default C Default ***** DRIVE FORCE DATA ***** BODY FORCE, FLOW, Q 4 Lines of Drive force data follow C C C C ***** Variable Property Data ***** Overrrides Parameter data. 1 Lines follow. 0 PACKETS OF DATA FOLLOW ***** HISTORY AND INTEGRAL DATA ***** 0 POINTS. Hcode, I,J,H,IEL ***** OUTPUT FIELD SPECIFICATION ***** 6 SPECIFICATIONS FOLLOW T COORDINATES T VELOCITY T PRESSURE F TEMPERATURE F TEMPERATURE GRADIENT 0 PASSIVE SCALARS ***** OBJECT SPECIFICATION ***** 0 Surface Objects 0 Volume Objects 0 Edge Objects 0 Point Objects