diff --git a/doc/Manual.html b/doc/Manual.html index 861b99a289..982db83274 100644 --- a/doc/Manual.html +++ b/doc/Manual.html @@ -1,150 +1,46 @@ - - - - - - - - - LAMMPS Documentation — LAMMPS-ICMS 28 July 2015 version documentation - + + + +LAMMPS-ICMS Users Manual + + + + - - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- - - +
LAMMPS WWW Site - LAMMPS Documentation - LAMMPS Commands +
- -
-
-
- -
- - - -
-
-
- -

-

LAMMPS Documentation

-
-

27 Jul 2015 version

-
-
-

Version info:

-

The LAMMPS “version” is the date when it was released, such as 1 May + + + + +


+ +

+ +

LAMMPS-ICMS Documentation +

+

4 Aug 2015 version +

+

Version info: +

+

The LAMMPS "version" is the date when it was released, such as 1 May 2010. LAMMPS is updated continuously. Whenever we fix a bug or add a -feature, we release it immediately, and post a notice on this page of the WWW site. Each dated copy of LAMMPS contains all the +feature, we release it immediately, and post a notice on this page of +the WWW site. Each dated copy of LAMMPS contains all the features and bug-fixes up to and including that version date. The version date is printed to the screen and logfile every time you run LAMMPS. It is also in the file src/version.h and in the LAMMPS directory name created when you unpack a tarball, and at the top of -the first page of the manual (this page).

+the first page of the manual (this page). +

+
  • If you browse the HTML doc pages on the LAMMPS WWW site, they always +describe the most current version of LAMMPS.

    LAMMPS-ICMS is an experimental variant of LAMMPS with additional features made available for testing before they will be submitted @@ -159,296 +55,437 @@ development will be halted except for important bugfixes until all features of LAMMPS-ICMS fully compatible with the upstream version or replaced by alternate implementations.

    +
  • If you browse the HTML doc pages included in your tarball, they +describe the version you have. -
      -
    • If you browse the HTML doc pages on the LAMMPS WWW site, they always -describe the most current version of LAMMPS.
    • -
    • If you browse the HTML doc pages included in your tarball, they -describe the version you have.
    • -
    • The PDF file on the WWW site or in the tarball is updated -about once per month. This is because it is large, and we don’t want -it to be part of every patch.
    • -
    • There is also a Developer.pdf file in the doc +
    • The PDF file on the WWW site or in the tarball is updated +about once per month. This is because it is large, and we don't want +it to be part of every patch. + +
    • There is also a Developer.pdf file in the doc directory, which describes the internal structure and algorithms of -LAMMPS.
    • -
    -

    LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel -Simulator.

    -

    LAMMPS is a classical molecular dynamics simulation code designed to +LAMMPS. +

+

LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel +Simulator. +

+

LAMMPS is a classical molecular dynamics simulation code designed to run efficiently on parallel computers. It was developed at Sandia National Laboratories, a US Department of Energy facility, with funding from the DOE. It is an open-source code, distributed freely -under the terms of the GNU Public License (GPL).

-

The primary developers of LAMMPS are Steve Plimpton, Aidan +under the terms of the GNU Public License (GPL). +

+

The primary developers of LAMMPS are Steve Plimpton, Aidan Thompson, and Paul Crozier who can be contacted at -sjplimp,athomps,pscrozi at sandia.gov. The LAMMPS WWW Site at -http://lammps.sandia.gov has more information about the code and its -uses.

-
-

The LAMMPS documentation is organized into the following sections. If +sjplimp,athomps,pscrozi at sandia.gov. The LAMMPS WWW Site at +http://lammps.sandia.gov has more information about the code and its +uses. +

+ + + + +
+ +

The LAMMPS documentation is organized into the following sections. If you find errors or omissions in this manual or have suggestions for useful information to add, please send an email to the developers so -we can improve the LAMMPS documentation.

-

Once you are familiar with LAMMPS, you may want to bookmark this page at Section_commands.html#comm since -it gives quick access to documentation for all LAMMPS commands.

-

PDF file of the entire manual, generated by -htmldoc

-
- -
-
-
-
-

Indices and tables

- -
+we can improve the LAMMPS documentation. +

+

Once you are familiar with LAMMPS, you may want to bookmark this +page at Section_commands.html#comm since +it gives quick access to documentation for all LAMMPS commands. +

+

PDF file of the entire manual, generated by +htmldoc +

+

+

+
  1. +Introduction + + +
  2. Getting started + + +
  3. Commands + + +
  4. Packages + + +
  5. Accelerating LAMMPS performance + + +
  6. How-to discussions + + +
  7. Example problems + +
  8. Performance & scalability + +
  9. Additional tools + +
  10. Modifying & extending LAMMPS + + +
  11. Python interface + + +
  12. Errors + + +
  13. Future and history + + + +
-
-
- - -
-
- -
- -
- - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/Manual.txt b/doc/Manual.txt index 51e3e11a4c..d49b7c3d40 100644 --- a/doc/Manual.txt +++ b/doc/Manual.txt @@ -1,7 +1,7 @@ LAMMPS-ICMS Users Manual - + @@ -21,7 +21,7 @@

LAMMPS-ICMS Documentation :c,h3 -27 Jul 2015 version :c,h4 +4 Aug 2015 version :c,h4 Version info: :h4 @@ -100,7 +100,7 @@ it gives quick access to documentation for all LAMMPS commands. .. toctree:: :maxdepth: 2 - :numbered: + :numbered: // comment Section_intro Section_start @@ -120,8 +120,8 @@ it gives quick access to documentation for all LAMMPS commands. Indices and tables ================== -* :ref:`genindex` -* :ref:`search` +* :ref:`genindex` // comment +* :ref:`search` // comment END_RST --> diff --git a/doc/Section_commands.html b/doc/Section_commands.html index 2748b05f8b..b8bcf0b55d 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -758,12 +758,12 @@ g = GPU, i = USER-INTEL, k = KOKKOS, o = USER-OMP, t = OPT.

LAMMPS is built with the appropriate package.

-++++--- @@ -806,14 +806,21 @@ g = GPU, i = USER-INTEL, k = KOKKOS, o = USER-OMP, t = OPT.

- + - + + + + + + + + + -
adapt/fep reax/c/species saed/vtk smdtemp/rescale/effsmd/adjust/dt
ti/rs
smd/integrate/tlsphsmd/integrate/ulsphsmd/move/triangulated/surfacesmd/setvelsmd/tlsph/reference/configurationsmd/wall/surface
temp/rescale/effti/rs ti/spring ttm/mod     
@@ -920,12 +927,12 @@ KOKKOS, o = USER-OMP, t = OPT.

used if LAMMPS is built with the appropriate package.

---++-++ @@ -938,16 +945,37 @@ used if LA - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + - -
ackland/atom
meso_rho/atom meso_t/atom saedtemp/drudetemp/efftemp/deform/effsmd/contact/radiussmd/damagesmd/hourglass/error
temp/region/eff
smd/internal/energysmd/plastic/strainsmd/plastic/strain/ratesmd/rhosmd/tlsph/defgradsmd/tlsph/dt
smd/tlsph/num/neighssmd/tlsph/shapesmd/tlsph/strainsmd/tlsph/strain/ratesmd/tlsph/stresssmd/triangle/mesh/vertices
smd/ulsph/num/neighssmd/ulsph/strainsmd/ulsph/strain/ratesmd/ulpsh/stresssmd/voltemp/drude
temp/efftemp/deform/efftemp/region/eff temp/rotate xrd    
@@ -1110,10 +1138,10 @@ KOKKOS, o = USER-OMP, t = OPT.

if
LAMMPS is built with the appropriate package.

---+++ @@ -1144,19 +1172,24 @@ if LAMMPS + + + + + - + - + - + diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index 725a734cdc..1c5a8e0289 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -633,6 +633,13 @@ package"_Section_start.html#start_3. "reax/c/species"_fix_reaxc_species.html, "saed/vtk"_fix_saed_vtk.html, "smd"_fix_smd.html, +"smd/adjust/dt"_fix_smd_adjust_dt.html, +"smd/integrate/tlsph"_fix_smd_integrate_tlsph.html, +"smd/integrate/ulsph"_fix_smd_integrate_ulsph.html, +"smd/move/triangulated/surface"_fix_smd_move_triangulated_surface.html, +"smd/setvel"_fix_smd_setvel.html, +"smd/tlsph/reference/configuration"_fix_smd_tlsph_reference_configuration.html, +"smd/wall/surface"_fix_smd_wall_surface.html, "temp/rescale/eff"_fix_temp_rescale_eff.html, "ti/rs"_fix_ti_rs.html, "ti/spring"_fix_ti_spring.html, @@ -730,6 +737,26 @@ package"_Section_start.html#start_3. "meso_rho/atom"_compute_meso_rho_atom.html, "meso_t/atom"_compute_meso_t_atom.html, "saed"_compute_saed.html, +"smd/contact/radius"_compute_smd_contact_radius.html, +"smd/damage"_compute_smd_damage.html, +"smd/hourglass/error"_compute_smd_hourglass_error.html, +"smd/internal/energy"_compute_smd_internal_energy.html, +"smd/plastic/strain"_compute_smd_plastic_strain.html, +"smd/plastic/strain/rate"_compute_smd_plastic_strain_rate.html, +"smd/rho"_compute_smd_rho.html, +"smd/tlsph/defgrad"_compute_smd_tlsph_defgrad.html, +"smd/tlsph/dt"_compute_smd_tlsph_dt.html, +"smd/tlsph/num/neighs"_compute_smd_tlsph_num_neighs.html, +"smd/tlsph/shape"_compute_smd_tlsph_shape.html, +"smd/tlsph/strain"_compute_smd_tlsph_strain.html, +"smd/tlsph/strain/rate"_compute_smd_tlsph_strain_rate.html, +"smd/tlsph/stress"_compute_smd_tlsph_stress.html, +"smd/triangle/mesh/vertices"_compute_smd_triangle_mesh_vertices.html, +"smd/ulsph/num/neighs"_compute_smd_ulsph_num_neighs.html, +"smd/ulsph/strain"_compute_smd_ulsph_strain.html, +"smd/ulsph/strain/rate"_compute_smd_ulsph_strain/rate.html, +"smd/ulpsh/stress"_compute_smd_ulpsh_stress.html, +"smd/vol"_compute_smd_vol.html, "temp/drude"_compute_temp_drude.html, "temp/eff"_compute_temp_eff.html, "temp/deform/eff"_compute_temp_deform_eff.html, @@ -884,6 +911,10 @@ package"_Section_start.html#start_3. "meam/sw/spline"_pair_meam_sw_spline.html, "quip"_pair_quip.html, "reax/c"_pair_reax_c.html, +"smd/hertz"_pair_smd_hertz.html, +"smd/tlsph"_pair_smd_tlsph.html, +"smd/triangulated/surface"_pair_smd_triangulated_surface.html, +"smd/ulsph"_pair_smd_ulsph.html, "sph/heatconduction"_pair_sph_heatconduction.html, "sph/idealgas"_pair_sph_idealgas.html, "sph/lj"_pair_sph_lj.html, diff --git a/doc/Section_packages.html b/doc/Section_packages.html index 98a805ea2e..13c55323ae 100644 --- a/doc/Section_packages.html +++ b/doc/Section_packages.html @@ -98,7 +98,8 @@
  • 4.18. USER-QMMM package
  • 4.19. USER-QTB package
  • 4.20. USER-REAXC package
  • -
  • 4.21. USER-SPH package
  • +
  • 4.21. USER-SMD package
  • +
  • 4.22. USER-SPH package
  • 5. Accelerating LAMMPS performance
  • @@ -828,7 +829,21 @@ on how to build LAMMPS with both kinds of auxiliary libraries.

    - + + + + + + + + + @@ -839,7 +854,7 @@ on how to build LAMMPS with both kinds of auxiliary libraries.

    - + @@ -881,7 +896,7 @@ See the src/package/Makefile.lammps file for info on where to download the library. Section start of the manual also gives details on how to build LAMMPS with both kinds of auxiliary libraries.

    -

    More details on each package, from the USER-*/README file is given +

    More details on each package, from the USER-*/README file is given below.


    @@ -1115,7 +1130,7 @@ Western Ontario. Contact them directly if you have questions.

    4.14. USER-MISC package

    The files in this package are a potpourri of (mostly) unrelated features contributed to LAMMPS by users. Each feature is a single -pair of files (*.cpp and *.h).

    +pair of files (*.cpp and *.h).

    More information about each feature can be found by reading its doc page in the LAMMPS doc directory. The doc page which lists all LAMMPS input script commands is as follows:

    @@ -1237,8 +1252,20 @@ Aidan Thompson at Sandia (athomps at sandia.gov), if you have questions.


    +
    +

    4.21. USER-SMD package

    +

    This package implements smoothed Mach dynamics (SMD) in +LAMMPS. Currently, the package has the following features:

    +

    ???

    +

    See the file doc/USER/smd/SPH_user_guide.pdf to get started.

    +

    There are example scripts for using this package in examples/USER/smd.

    +

    The person who created this package is Georg Ganzenmuller at the +Fraunhofer-Institute for High-Speed Dynamics, Ernst Mach Institute in +Germany (georg.ganzenmueller at emi.fhg.de). Contact him directly if +you have questions.

    +
    -

    4.21. USER-SPH package

    +

    4.22. USER-SPH package

    This package implements smoothed particle hydrodynamics (SPH) in LAMMPS. Currently, the package has the following features:

     args = none for any style except body and hybrid
    @@ -241,19 +241,23 @@ quantities.

    - + + + + + - + - + - + @@ -293,6 +297,12 @@ per-particle mass and volume.

    The meso style is for smoothed particle hydrodynamics (SPH) particles which store a density (rho), energy (e), and heat capacity (cv).

    +

    The smd style is for a general formulation of Smooth Particle +Hydrodynamics. Both fluids and solids can be modeled. Particles +store the mass and volume of an integration point, a kernel diameter +used for calculating the field variables (e.g. stress and deformation) +and a contact radius for calculating repulsive forces which prevent +individual physical bodies from penetretating each other.

    The wavepacket style is similar to electron, but the electrons may consist of several Gaussian wave packets, summed up with coefficients cs= (cs_re,cs_im). Each of the wave packets is treated as a separate diff --git a/doc/atom_style.txt b/doc/atom_style.txt index 4750cbfbdd..78e8232409 100644 --- a/doc/atom_style.txt +++ b/doc/atom_style.txt @@ -14,7 +14,8 @@ atom_style style args :pre style = {angle} or {atomic} or {body} or {bond} or {charge} or {dipole} or \ {electron} or {ellipsoid} or {full} or {line} or {meso} or \ - {molecular} or {peri} or {sphere} or {tri} or {template} or {hybrid} :ulb,l + {molecular} or {peri} or {smd} or {sphere} or {tri} or \ + {template} or {hybrid} :ulb,l args = none for any style except {body} and {hybrid} {body} args = bstyle bstyle-args bstyle = style of body particles @@ -76,6 +77,7 @@ quantities. {meso} | rho, e, cv | SPH particles | {molecular} | bonds, angles, dihedrals, impropers | uncharged molecules | {peri} | mass, volume | mesocopic Peridynamic models | +{smd} | volume, kernel diameter, contact radius, mass | solid and fluid SPH particles | {sphere} | diameter, mass, angular velocity | granular models | {template} | template index, template atom | small molecules with fixed topology | {tri} | corner points, angular momentum | rigid bodies | @@ -123,6 +125,13 @@ The {meso} style is for smoothed particle hydrodynamics (SPH) particles which store a density (rho), energy (e), and heat capacity (cv). +The {smd} style is for a general formulation of Smooth Particle +Hydrodynamics. Both fluids and solids can be modeled. Particles +store the mass and volume of an integration point, a kernel diameter +used for calculating the field variables (e.g. stress and deformation) +and a contact radius for calculating repulsive forces which prevent +individual physical bodies from penetretating each other. + The {wavepacket} style is similar to {electron}, but the electrons may consist of several Gaussian wave packets, summed up with coefficients cs= (cs_re,cs_im). Each of the wave packets is treated as a separate diff --git a/doc/compute_smd_contact_radius.html b/doc/compute_smd_contact_radius.html new file mode 100644 index 0000000000..e8e2782796 --- /dev/null +++ b/doc/compute_smd_contact_radius.html @@ -0,0 +1,235 @@ + + + + + + + + + + + compute smd/contact_radius command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/contact_radius command

    +
    +

    Syntax

    +
    compute ID group-ID smd/contact_radius
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/contact_radius = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/contact_radius
    +
    +
    +
    +
    +

    Description

    +

    Define a computation which outputs the contact radius, i.e., the radius used to prevent particles from penetrating each other. +The contact radius is used only to prevent particles belonging to different physical bodies from penetrating each other. It is used by the contact pair styles, +e.g., smd/hertz and smd/tri_surface.

    +

    See this PDF guide to using Smooth Mach Dynamics in +LAMMPS.

    +

    The value of the contact radius will be 0.0 for particles not in the +specified compute group.

    +

    Output info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +Section_howto 15 for an overview of +LAMMPS output options.

    +

    The per-particle vector values will be in distance units.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_contact_radius.txt b/doc/compute_smd_contact_radius.txt new file mode 100644 index 0000000000..fea13fcfc3 --- /dev/null +++ b/doc/compute_smd_contact_radius.txt @@ -0,0 +1,53 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/contact_radius command :h3 + +[Syntax:] + +compute ID group-ID smd/contact_radius :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/contact_radius = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/contact_radius :pre + +[Description:] + +Define a computation which outputs the contact radius, i.e., the radius used to prevent particles from penetrating each other. +The contact radius is used only to prevent particles belonging to different physical bodies from penetrating each other. It is used by the contact pair styles, +e.g., smd/hertz and smd/tri_surface. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in +LAMMPS. + +The value of the contact radius will be 0.0 for particles not in the +specified compute group. + +[Output info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"Section_howto 15"_Section_howto.html#howto_15 for an overview of +LAMMPS output options. + +The per-particle vector values will be in distance "units"_units.html. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making +LAMMPS"_Section_start.html#start_3 section for more info. + +[Related commands:] + +"dump custom"_dump.html smd/hertz smd/tri_surface + +[Default:] none diff --git a/doc/compute_smd_damage.html b/doc/compute_smd_damage.html new file mode 100644 index 0000000000..4442785ed7 --- /dev/null +++ b/doc/compute_smd_damage.html @@ -0,0 +1,232 @@ + + + + + + + + + + + compute smd/damage command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/damage command

    +
    +

    Syntax

    +
    compute ID group-ID smd/damage
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/damage = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/damage
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that calculates the damage status of SPH particles +according to the damage model which is defined via the SMD SPH pair styles, e.g., the maximum plastic strain failure criterion.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output Info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle values are dimensionless an in the range of zero to one.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_damage.txt b/doc/compute_smd_damage.txt new file mode 100644 index 0000000000..0d92132a25 --- /dev/null +++ b/doc/compute_smd_damage.txt @@ -0,0 +1,48 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/damage command :h3 + +[Syntax:] + +compute ID group-ID smd/damage :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/damage = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/damage :pre + +[Description:] + +Define a computation that calculates the damage status of SPH particles +according to the damage model which is defined via the SMD SPH pair styles, e.g., the maximum plastic strain failure criterion. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output Info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle values are dimensionless an in the range of zero to one. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"smd/plastic_strain"_compute_smd_plastic_strain.html, "smd/tlsph_stress"_compute_smd_tlsph_stress.html + +[Default:] none diff --git a/doc/compute_smd_hourglass_error.html b/doc/compute_smd_hourglass_error.html new file mode 100644 index 0000000000..da6ff46a4c --- /dev/null +++ b/doc/compute_smd_hourglass_error.html @@ -0,0 +1,239 @@ + + + + + + + + + + + compute smd/hourglass_error command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/hourglass_error command

    +
    +

    Syntax

    +
    compute ID group-ID smd/hourglass_error
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/hourglass_error = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/hourglass_error
    +
    +
    +
    +
    +

    Description

    +

    Define a computation which outputs the error of the approximated +relative separation with respect to the actual relative separation of +the particles i and j. Ideally, if the deformation gradient is exact, +and there exists a unique mapping between all particles’ positions +within the neighborhood of the central node and the deformation gradient, +the approximated relative separation will coincide with the actual relative +separation of the particles i and j in the deformed configuration. +This compute is only really useful for debugging the hourglass control mechanim which is part of the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output Info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle vector values will are dimensionless. See units.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    This quantity will be computed only for particles which interact with tlsph pair style.

    +

    Related Commands:

    +

    smd/tlsph_defgrad

    +
    +
    +

    Default

    +
    +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_hourglass_error.txt b/doc/compute_smd_hourglass_error.txt new file mode 100644 index 0000000000..ba87db467a --- /dev/null +++ b/doc/compute_smd_hourglass_error.txt @@ -0,0 +1,57 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/hourglass_error command :h3 + +[Syntax:] + +compute ID group-ID smd/hourglass_error :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/hourglass_error = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/hourglass_error :pre + +[Description:] + +Define a computation which outputs the error of the approximated +relative separation with respect to the actual relative separation of +the particles i and j. Ideally, if the deformation gradient is exact, +and there exists a unique mapping between all particles' positions +within the neighborhood of the central node and the deformation gradient, +the approximated relative separation will coincide with the actual relative +separation of the particles i and j in the deformed configuration. +This compute is only really useful for debugging the hourglass control mechanim which is part of the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output Info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle vector values will are dimensionless. See "units"_units.html. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +This quantity will be computed only for particles which interact with tlsph pair style. + +[Related Commands:] + +"smd/tlsph_defgrad"_compute_smd_tlsph_defgrad.html + +[Default:] + diff --git a/doc/compute_smd_internal_energy.html b/doc/compute_smd_internal_energy.html new file mode 100644 index 0000000000..aa4bc9a3cf --- /dev/null +++ b/doc/compute_smd_internal_energy.html @@ -0,0 +1,231 @@ + + + + + + + + + + + compute smd/internal_energy command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/internal_energy command

    +
    +

    Syntax

    +
    compute ID group-ID smd/internal_energy
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/smd/internal_energy = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/internal_energy
    +
    +
    +
    +
    +

    Description

    +

    Define a computation which outputs the per-particle enthalpy, i.e., the sum of potential energy and heat.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output Info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle vector values will be given in units of energy.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact via the +updated Lagrangian or total Lagrangian SPH pair styles.

    +

    Related Commands:

    +
    +
    +

    Default

    +
    +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_internal_energy.txt b/doc/compute_smd_internal_energy.txt new file mode 100644 index 0000000000..d52a3936ad --- /dev/null +++ b/doc/compute_smd_internal_energy.txt @@ -0,0 +1,49 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/internal_energy command :h3 + +[Syntax:] + +compute ID group-ID smd/internal_energy :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/smd/internal_energy = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/internal_energy :pre + +[Description:] + +Define a computation which outputs the per-particle enthalpy, i.e., the sum of potential energy and heat. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output Info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle vector values will be given in "units"_units.html of energy. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. This compute can only be used for particles which interact via the +updated Lagrangian or total Lagrangian SPH pair styles. + + +[Related Commands:] + + + +[Default:] diff --git a/doc/compute_smd_plastic_strain.html b/doc/compute_smd_plastic_strain.html new file mode 100644 index 0000000000..b98731a41d --- /dev/null +++ b/doc/compute_smd_plastic_strain.html @@ -0,0 +1,234 @@ + + + + + + + + + + + compute smd/plastic_strain command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/plastic_strain command

    +
    +

    Syntax

    +
    compute ID group-ID smd/plastic_strain
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/plastic_strain = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/plastic_strain
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the equivalent plastic strain per particle. +This command is only meaningful if a material model with plasticity is defined.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output Info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle values will be given dimensionless. See units.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact via the +updated Lagrangian or total Lagrangian SPH pair styles.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_plastic_strain.txt b/doc/compute_smd_plastic_strain.txt new file mode 100644 index 0000000000..0951677ee8 --- /dev/null +++ b/doc/compute_smd_plastic_strain.txt @@ -0,0 +1,51 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/plastic_strain command :h3 + +[Syntax:] + +compute ID group-ID smd/plastic_strain :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/plastic_strain = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/plastic_strain :pre + +[Description:] + +Define a computation that outputs the equivalent plastic strain per particle. +This command is only meaningful if a material model with plasticity is defined. + + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output Info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle values will be given dimensionless. See "units"_units.html. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. This compute can only be used for particles which interact via the +updated Lagrangian or total Lagrangian SPH pair styles. + +[Related commands:] + +"smd/plastic_strain_rate"_compute_smd_tlsph_strain.html, "smd/tlsph_strain_rate"_compute_smd_tlsph_strain_rate.html, +"smd/tlsph_strain"_compute_smd_tlsph_strain.html + +[Default:] none \ No newline at end of file diff --git a/doc/compute_smd_plastic_strain_rate.html b/doc/compute_smd_plastic_strain_rate.html new file mode 100644 index 0000000000..a41b2f8bd7 --- /dev/null +++ b/doc/compute_smd_plastic_strain_rate.html @@ -0,0 +1,234 @@ + + + + + + + + + + + compute smd/plastic_strain_rate command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/plastic_strain_rate command

    +
    +

    Syntax

    +
    compute ID group-ID smd/plastic_strain_rate
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/plastic_strain_rate = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/plastic_strain_rate
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the time rate of the equivalent plastic strain. +This command is only meaningful if a material model with plasticity is defined.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output Info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle values will be given in units of one over time.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact via the +updated Lagrangian or total Lagrangian SPH pair styles.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_plastic_strain_rate.txt b/doc/compute_smd_plastic_strain_rate.txt new file mode 100644 index 0000000000..8879a63786 --- /dev/null +++ b/doc/compute_smd_plastic_strain_rate.txt @@ -0,0 +1,50 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/plastic_strain_rate command :h3 + +[Syntax:] + +compute ID group-ID smd/plastic_strain_rate :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/plastic_strain_rate = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/plastic_strain_rate :pre + +[Description:] + +Define a computation that outputs the time rate of the equivalent plastic strain. +This command is only meaningful if a material model with plasticity is defined. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output Info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle values will be given in "units"_units.html of one over time. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. This compute can only be used for particles which interact via the +updated Lagrangian or total Lagrangian SPH pair styles. + +[Related commands:] + +"smd/plastic_strain"_compute_smd_plastic_strain.html, "smd/tlsph_strain_rate"_compute_smd_tlsph_strain_rate.html, +"smd/tlsph_strain"_compute_smd_tlsph_strain.html + +[Default:] none \ No newline at end of file diff --git a/doc/compute_smd_rho.html b/doc/compute_smd_rho.html new file mode 100644 index 0000000000..ed99b71cfd --- /dev/null +++ b/doc/compute_smd_rho.html @@ -0,0 +1,233 @@ + + + + + + + + + + + compute smd/rho command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/rho command

    +
    +

    Syntax

    +
    compute ID group-ID smd/rho
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/rho = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/rho
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that calculates the per-particle mass density. +The mass density is the mass of a particle which is constant during +the course of a simulation, divided by its volume, which can change due to mechanical deformation.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle values will be in units of mass over volume.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_rho.txt b/doc/compute_smd_rho.txt new file mode 100644 index 0000000000..3ae8c7e7a6 --- /dev/null +++ b/doc/compute_smd_rho.txt @@ -0,0 +1,49 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/rho command :h3 + +[Syntax:] + +compute ID group-ID smd/rho :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/rho = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/rho :pre + +[Description:] + +Define a computation that calculates the per-particle mass density. +The mass density is the mass of a particle which is constant during +the course of a simulation, divided by its volume, which can change due to mechanical deformation. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle values will be in "units"_units.html of mass over volume. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"smd/vol"_compute_smd_vol.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_defgrad.html b/doc/compute_smd_tlsph_defgrad.html new file mode 100644 index 0000000000..3c76fd812f --- /dev/null +++ b/doc/compute_smd_tlsph_defgrad.html @@ -0,0 +1,236 @@ + + + + + + + + + + + compute smd/tlsph_defgrad command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_defgrad command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_defgrad
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_defgrad = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_defgrad
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that calculates the deformation gradient. +It is only meaningful for particles which interact according to the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to use Smooth Mach Dynamics in +LAMMPS.

    +

    Output info:

    +

    This compute outputss a per-particle vector of vectors (tensors), which can be +accessed by any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle vector values will be given dimensionless. See units. +The per-particle vector has 10 entries. The first nine entries correspond to the xx, xy, xz, yx, yy, yz, zx, zy, zz components +of the asymmetric deformation gradient tensor. The tenth entry is the determinant of the deformation gradient.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if LAMMPS was +built with that package. See the Making LAMMPS +section for more info. TThis compute can only be used for particles which interact via the +total Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_defgrad.txt b/doc/compute_smd_tlsph_defgrad.txt new file mode 100644 index 0000000000..e7c3514a63 --- /dev/null +++ b/doc/compute_smd_tlsph_defgrad.txt @@ -0,0 +1,53 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_defgrad command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_defgrad :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_defgrad = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_defgrad :pre + +[Description:] + +Define a computation that calculates the deformation gradient. +It is only meaningful for particles which interact according to the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in +LAMMPS. + +[Output info:] + +This compute outputss a per-particle vector of vectors (tensors), which can be +accessed by any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle vector values will be given dimensionless. See "units"_units.html. +The per-particle vector has 10 entries. The first nine entries correspond to the xx, xy, xz, yx, yy, yz, zx, zy, zz components +of the asymmetric deformation gradient tensor. The tenth entry is the determinant of the deformation gradient. + + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if LAMMPS was +built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. TThis compute can only be used for particles which interact via the +total Lagrangian SPH pair style. + +[Related commands:] + +"smd/hourglass_error"_compute_smd_hourglass_error.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_dt.html b/doc/compute_smd_tlsph_dt.html new file mode 100644 index 0000000000..cf96deef6d --- /dev/null +++ b/doc/compute_smd_tlsph_dt.html @@ -0,0 +1,237 @@ + + + + + + + + + + + compute smd/tlsph_dt command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_dt command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_dt
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_dt = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_dt
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the CFL-stable time increment per particle. +This time increment is essentially given by the speed of sound, divided by the SPH smoothing length. +Because both the speed of sound and the smoothing length typically change during the course of a simulation, +the stable time increment needs to be recomputed every time step. +This calculation is performed automatically in the relevant SPH pair styles and this compute only serves to make the +stable time increment accessible for output purposes.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle values will be given in units of time.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    This compute can only be used for particles interacting with the Total-Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_dt.txt b/doc/compute_smd_tlsph_dt.txt new file mode 100644 index 0000000000..10cdd1a75a --- /dev/null +++ b/doc/compute_smd_tlsph_dt.txt @@ -0,0 +1,54 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_dt command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_dt :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_dt = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_dt :pre + +[Description:] + +Define a computation that outputs the CFL-stable time increment per particle. +This time increment is essentially given by the speed of sound, divided by the SPH smoothing length. +Because both the speed of sound and the smoothing length typically change during the course of a simulation, +the stable time increment needs to be recomputed every time step. +This calculation is performed automatically in the relevant SPH pair styles and this compute only serves to make the +stable time increment accessible for output purposes. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle values will be given in "units"_units.html of time. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +This compute can only be used for particles interacting with the Total-Lagrangian SPH pair style. + +[Related commands:] + +"smd/adjust_dt"_fix_smd_adjust_dt.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_num_neighs.html b/doc/compute_smd_tlsph_num_neighs.html new file mode 100644 index 0000000000..e2f6d1d7a8 --- /dev/null +++ b/doc/compute_smd_tlsph_num_neighs.html @@ -0,0 +1,233 @@ + + + + + + + + + + + compute smd/tlsph_num_neighs command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_num_neighs command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_num_neighs
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_num_neighs = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_num_neighs
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that calculates the number of particles +inside of the smoothing kernel radius for particles interacting via the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle values are dimensionless. See units.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    This quantity will be computed only for particles which interact with the Total-Lagrangian pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_num_neighs.txt b/doc/compute_smd_tlsph_num_neighs.txt new file mode 100644 index 0000000000..b699710597 --- /dev/null +++ b/doc/compute_smd_tlsph_num_neighs.txt @@ -0,0 +1,50 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_num_neighs command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_num_neighs :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_num_neighs = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_num_neighs :pre + +[Description:] + +Define a computation that calculates the number of particles +inside of the smoothing kernel radius for particles interacting via the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle values are dimensionless. See "units"_units.html. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +This quantity will be computed only for particles which interact with the Total-Lagrangian pair style. + +[Related commands:] + +"smd/ulsph_num_neighs"_compute_smd/ulsph_num_neighs.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_shape.html b/doc/compute_smd_tlsph_shape.html new file mode 100644 index 0000000000..7eb8549906 --- /dev/null +++ b/doc/compute_smd_tlsph_shape.html @@ -0,0 +1,235 @@ + + + + + + + + + + + compute smd/tlsph_shape command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_shape command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_shape
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_shape = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_shape
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the current shape of the volume associated with a particle as a rotated ellipsoid. +It is only meaningful for particles which interact according to the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector of vectors, which can be +accessed by any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle vector has 7 entries. The first three entries correspond to the lengths of the ellipsoid’s axes and have units of length. +These axis valus are computed as the contact radius times the xx, yy, or zz components of the Green-Lagrange strain tensor associated with the particle. +The next 4 values are quaternions (order: q, x, y, z) which describe the spatial rotation of the particle relative to its initial state.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if LAMMPS was +built with that package. See the Making LAMMPS +section for more info.

    +

    This quantity will be computed only for particles which interact with the Total-Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_shape.txt b/doc/compute_smd_tlsph_shape.txt new file mode 100644 index 0000000000..a9a69b05e1 --- /dev/null +++ b/doc/compute_smd_tlsph_shape.txt @@ -0,0 +1,52 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_shape command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_shape :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_shape = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_shape :pre + +[Description:] + +Define a computation that outputs the current shape of the volume associated with a particle as a rotated ellipsoid. +It is only meaningful for particles which interact according to the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector of vectors, which can be +accessed by any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle vector has 7 entries. The first three entries correspond to the lengths of the ellipsoid's axes and have units of length. +These axis valus are computed as the contact radius times the xx, yy, or zz components of the Green-Lagrange strain tensor associated with the particle. +The next 4 values are quaternions (order: q, x, y, z) which describe the spatial rotation of the particle relative to its initial state. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if LAMMPS was +built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +This quantity will be computed only for particles which interact with the Total-Lagrangian SPH pair style. + +[Related commands:] + +"smd/contact_radius"_compute_smd_contact_radius.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_strain.html b/doc/compute_smd_tlsph_strain.html new file mode 100644 index 0000000000..dd438fb94e --- /dev/null +++ b/doc/compute_smd_tlsph_strain.html @@ -0,0 +1,236 @@ + + + + + + + + + + + compute smd/tlsph_strain command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_strain command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_strain
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_strain = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_strain
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that calculates the Green-Lagrange strain tensor for particles interacting via the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector of vectors (tensors), +which can be accessed by any command that uses per-particle values +from a compute as input. See +How-to discussions, section 6.15

    +
    +
    for an overview of LAMMPS output options.
    +

    The per-particle tensor values will be given dimensionless. See units.

    +

    The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain tensor.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    This quantity will be computed only for particles which interact with the Total-Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_strain.txt b/doc/compute_smd_tlsph_strain.txt new file mode 100644 index 0000000000..7624a90bda --- /dev/null +++ b/doc/compute_smd_tlsph_strain.txt @@ -0,0 +1,53 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_strain command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_strain :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_strain = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_strain :pre + +[Description:] + +Define a computation that calculates the Green-Lagrange strain tensor for particles interacting via the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector of vectors (tensors), +which can be accessed by any command that uses per-particle values +from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 + for an overview of LAMMPS output options. + +The per-particle tensor values will be given dimensionless. See "units"_units.html. + +The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain tensor. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +This quantity will be computed only for particles which interact with the Total-Lagrangian SPH pair style. + +[Related commands:] + +"smd/tlsph_strain_rate"_compute_smd_tlsph_strain_rate.html, "smd/tlsph_stress"_compute_smd_tlsph_stress.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_strain_rate.html b/doc/compute_smd_tlsph_strain_rate.html new file mode 100644 index 0000000000..8147685ef3 --- /dev/null +++ b/doc/compute_smd_tlsph_strain_rate.html @@ -0,0 +1,234 @@ + + + + + + + + + + + compute smd/tlsph_strain_rate command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_strain_rate command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_strain_rate
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_strain_rate = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_strain_rate
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that calculates the rate of the strain tensor for particles interacting via the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector of vectors (tensors), which can be +accessed by any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The values will be given in units of one over time.

    +

    The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain rate tensor.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    This quantity will be computed only for particles which interact with Total-Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_strain_rate.txt b/doc/compute_smd_tlsph_strain_rate.txt new file mode 100644 index 0000000000..e9b81b709e --- /dev/null +++ b/doc/compute_smd_tlsph_strain_rate.txt @@ -0,0 +1,53 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_strain_rate command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_strain_rate :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_strain_rate = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_strain_rate :pre + +[Description:] + +Define a computation that calculates the rate of the strain tensor for particles interacting via the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector of vectors (tensors), which can be +accessed by any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The values will be given in "units"_units.html of one over time. + +The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain rate tensor. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + + +This quantity will be computed only for particles which interact with Total-Lagrangian SPH pair style. + +[Related commands:] + +"smd/tlsph_strain"_compute_smd_tlsph_strain.html, "smd/tlsph_stress"_compute_smd_tlsph_stress.html + +[Default:] none diff --git a/doc/compute_smd_tlsph_stress.html b/doc/compute_smd_tlsph_stress.html new file mode 100644 index 0000000000..ebab7f4924 --- /dev/null +++ b/doc/compute_smd_tlsph_stress.html @@ -0,0 +1,235 @@ + + + + + + + + + + + compute smd/tlsph_stress command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/tlsph_stress command

    +
    +

    Syntax

    +
    compute ID group-ID smd/tlsph_stress
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/tlsph_stress = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/tlsph_stress
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the Cauchy stress tensor for particles interacting via the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector of vectors (tensors), which can be +accessed by any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The values will be given in units of pressure.

    +

    The per-particle vector has 7 entries. The first six entries correspond to the xx, yy, zz, xy, xz and yz components +of the symmetric Cauchy stress tensor. The seventh entry is the second invariant of the stress tensor, i.e., +the von Mises equivalent stress.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    This quantity will be computed only for particles which interact with the Total-Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_tlsph_stress.txt b/doc/compute_smd_tlsph_stress.txt new file mode 100644 index 0000000000..9c8dab6b0a --- /dev/null +++ b/doc/compute_smd_tlsph_stress.txt @@ -0,0 +1,53 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/tlsph_stress command :h3 + +[Syntax:] + +compute ID group-ID smd/tlsph_stress :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/tlsph_stress = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/tlsph_stress :pre + +[Description:] + +Define a computation that outputs the Cauchy stress tensor for particles interacting via the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector of vectors (tensors), which can be +accessed by any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The values will be given in "units"_units.html of pressure. + +The per-particle vector has 7 entries. The first six entries correspond to the xx, yy, zz, xy, xz and yz components +of the symmetric Cauchy stress tensor. The seventh entry is the second invariant of the stress tensor, i.e., +the von Mises equivalent stress. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +This quantity will be computed only for particles which interact with the Total-Lagrangian SPH pair style. + +[Related commands:] + +"smd/tlsph_strain"_compute_smd_tlsph_strain.html, "smd/tlsph_strain_rate"_compute_smd_tlsph_strain_rate.html + +[Default:] none diff --git a/doc/compute_smd_triangle_mesh_vertices.html b/doc/compute_smd_triangle_mesh_vertices.html new file mode 100644 index 0000000000..8a9e78ac85 --- /dev/null +++ b/doc/compute_smd_triangle_mesh_vertices.html @@ -0,0 +1,238 @@ + + + + + + + + + + + compute smd/triangle_mesh_vertices — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/triangle_mesh_vertices

    +
    +

    Syntax

    +
    compute ID group-ID smd/triangle_mesh_vertices
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/triangle_mesh_vertices = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/triangle_mesh_vertices
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that returns the coordinates of the vertices +corresponding to the triangle-elements of a mesh created by the `fix smd/wall_surface <ls_>`_.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute returns a per-particle vector of vectors, which can be +accessed by any command that uses per-particle values from a compute as +input. See How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle vector has nine entries, (x1/y1/z1), (x2/y2/z2), and (x3/y3/z3) corresponding +to the first, second, and third vertex of each triangle.

    +

    It is only meaningful to use this compute for a group of particles which is created via the +`fix smd/wall_surface <ls_>`_ command.

    +

    The output of this compute can be used with the dump2vtk_tris tool to generate a VTK representation of the +smd/wall_surace mesh for visualization purposes.

    +

    The values will be given in units of distance.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_triangle_mesh_vertices.txt b/doc/compute_smd_triangle_mesh_vertices.txt new file mode 100644 index 0000000000..9d7740c7ec --- /dev/null +++ b/doc/compute_smd_triangle_mesh_vertices.txt @@ -0,0 +1,59 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:link(ls,fix_smd_wall_surface.html) + +:line + +compute smd/triangle_mesh_vertices :h3 + +[Syntax:] + +compute ID group-ID smd/triangle_mesh_vertices :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/triangle_mesh_vertices = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/triangle_mesh_vertices :pre + +[Description:] + +Define a computation that returns the coordinates of the vertices +corresponding to the triangle-elements of a mesh created by the "fix smd/wall_surface"_ls. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute returns a per-particle vector of vectors, which can be +accessed by any command that uses per-particle values from a compute as +input. See "How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle vector has nine entries, (x1/y1/z1), (x2/y2/z2), and (x3/y3/z3) corresponding +to the first, second, and third vertex of each triangle. + +It is only meaningful to use this compute for a group of particles which is created via the +"fix smd/wall_surface"_ls command. + +The output of this compute can be used with the dump2vtk_tris tool to generate a VTK representation of the +smd/wall_surace mesh for visualization purposes. + +The values will be given in "units"_units.html of distance. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"smd/move_tri_surf"_fix_smd_move_triangulated_surface.html, "smd/wall_surface"_ls + +[Default:] none diff --git a/doc/compute_smd_ulsph_num_neighs.html b/doc/compute_smd_ulsph_num_neighs.html new file mode 100644 index 0000000000..ffc061a8f5 --- /dev/null +++ b/doc/compute_smd_ulsph_num_neighs.html @@ -0,0 +1,232 @@ + + + + + + + + + + + compute smd/ulsph_num_neighs command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/ulsph_num_neighs command

    +
    +

    Syntax

    +
    compute ID group-ID smd/ulsph_num_neighs
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/ulsph_num_neighs = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/ulsph_num_neighs
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that returns the number of neighbor particles +inside of the smoothing kernel radius for particles interacting via the updated Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute returns a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +Section_howto 15 for an overview of +LAMMPS output options.

    +

    The per-particle values will be given dimentionless, see units.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_ulsph_num_neighs.txt b/doc/compute_smd_ulsph_num_neighs.txt new file mode 100644 index 0000000000..00020f13c5 --- /dev/null +++ b/doc/compute_smd_ulsph_num_neighs.txt @@ -0,0 +1,48 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/ulsph_num_neighs command :h3 + +[Syntax:] + +compute ID group-ID smd/ulsph_num_neighs :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/ulsph_num_neighs = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/ulsph_num_neighs :pre + +[Description:] + +Define a computation that returns the number of neighbor particles +inside of the smoothing kernel radius for particles interacting via the updated Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute returns a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"Section_howto 15"_Section_howto.html#howto_15 for an overview of +LAMMPS output options. + +The per-particle values will be given dimentionless, see "units"_units.html. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_2 +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style. + +[Related commands:] + +smd/tlsph_num_neighs + +[Default:] none diff --git a/doc/compute_smd_ulsph_strain.html b/doc/compute_smd_ulsph_strain.html new file mode 100644 index 0000000000..e879467282 --- /dev/null +++ b/doc/compute_smd_ulsph_strain.html @@ -0,0 +1,234 @@ + + + + + + + + + + + compute smd/ulsph_strain command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/ulsph_strain command

    +
    +

    Syntax

    +
    compute ID group-ID smd/ulsph_strain
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/ulsph_strain = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/ulsph_strain
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the logarithmic strain tensor. +for particles interacting via the updated Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle tensor, which can be accessed by +any command that uses per-particle values from a compute as input. See +Section_howto 15 for an overview of +LAMMPS output options.

    +

    The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain rate tensor.

    +

    The per-particle tensor values will be given dimensionless, see units.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_ulsph_strain.txt b/doc/compute_smd_ulsph_strain.txt new file mode 100644 index 0000000000..e8418389d8 --- /dev/null +++ b/doc/compute_smd_ulsph_strain.txt @@ -0,0 +1,51 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/ulsph_strain command :h3 + +[Syntax:] + +compute ID group-ID smd/ulsph_strain :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/ulsph_strain = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/ulsph_strain :pre + +[Description:] + +Define a computation that outputs the logarithmic strain tensor. +for particles interacting via the updated Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle tensor, which can be accessed by +any command that uses per-particle values from a compute as input. See +"Section_howto 15"_Section_howto.html#howto_15 for an overview of +LAMMPS output options. + +The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain rate tensor. + +The per-particle tensor values will be given dimensionless, see "units"_units.html. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style. + +[Related commands:] + +smd/tlsph_strain + +[Default:] none diff --git a/doc/compute_smd_ulsph_strain_rate.html b/doc/compute_smd_ulsph_strain_rate.html new file mode 100644 index 0000000000..34d7dc2060 --- /dev/null +++ b/doc/compute_smd_ulsph_strain_rate.html @@ -0,0 +1,234 @@ + + + + + + + + + + + compute smd/ulsph_strain_rate command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/ulsph_strain_rate command

    +
    +

    Syntax

    +
    compute ID group-ID smd/ulsph_strain_rate
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/ulsph_strain_rate = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/ulsph_strain_rate
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the rate of the logarithmic strain tensor +for particles interacting via the updated Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector of vectors (tensors), which +can be accessed by any command that uses per-particle values from a compute +as input. See Section_howto 15 for an overview of +LAMMPS output options.

    +

    The values will be given in units of one over time.

    +

    The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain rate tensor.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_ulsph_strain_rate.txt b/doc/compute_smd_ulsph_strain_rate.txt new file mode 100644 index 0000000000..4d5fb952cb --- /dev/null +++ b/doc/compute_smd_ulsph_strain_rate.txt @@ -0,0 +1,52 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/ulsph_strain_rate command :h3 + +[Syntax:] + +compute ID group-ID smd/ulsph_strain_rate :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/ulsph_strain_rate = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/ulsph_strain_rate :pre + +[Description:] + +Define a computation that outputs the rate of the logarithmic strain tensor +for particles interacting via the updated Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector of vectors (tensors), which +can be accessed by any command that uses per-particle values from a compute +as input. See "Section_howto 15"_Section_howto.html#howto_15 for an overview of +LAMMPS output options. + +The values will be given in "units"_units.html of one over time. + +The per-particle vector has 6 entries, corresponding to the xx, yy, zz, xy, xz, yz components +of the symmetric strain rate tensor. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_2 +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style. + + +[Related commands:] + +smd/utsph_strain_rate + +[Default:] none diff --git a/doc/compute_smd_ulsph_stress.html b/doc/compute_smd_ulsph_stress.html new file mode 100644 index 0000000000..b3ca6eeb44 --- /dev/null +++ b/doc/compute_smd_ulsph_stress.html @@ -0,0 +1,237 @@ + + + + + + + + + + + compute smd/ulsph_stress command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/ulsph_stress command

    +
    +

    Syntax

    +
    compute ID group-ID smd/ulsph_stress
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/ulsph_stress = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/ulsph_stress
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that outputs the Cauchy stress tensor.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector of vectors (tensors), +which can be accessed by any command that uses per-particle values +from a compute as input. See Section_howto 15 +for an overview of LAMMPS output options.

    +

    The values will be given in units of pressure.

    +

    The per-particle vector has 7 entries. The first six entries correspond to the xx, yy, zz, xy, xz, yz components +of the symmetric Cauchy stress tensor. The seventh entry is the second invariant of the stress tensor, i.e., +the von Mises equivalent stress.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_ulsph_stress.txt b/doc/compute_smd_ulsph_stress.txt new file mode 100644 index 0000000000..84a987a8e7 --- /dev/null +++ b/doc/compute_smd_ulsph_stress.txt @@ -0,0 +1,53 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/ulsph_stress command :h3 + +[Syntax:] + +compute ID group-ID smd/ulsph_stress :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/ulsph_stress = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/ulsph_stress :pre + +[Description:] + +Define a computation that outputs the Cauchy stress tensor. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector of vectors (tensors), +which can be accessed by any command that uses per-particle values +from a compute as input. See "Section_howto 15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The values will be given in "units"_units.html of pressure. + +The per-particle vector has 7 entries. The first six entries correspond to the xx, yy, zz, xy, xz, yz components +of the symmetric Cauchy stress tensor. The seventh entry is the second invariant of the stress tensor, i.e., +the von Mises equivalent stress. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. This compute can only be used for particles which interact with the updated Lagrangian SPH pair style. + + +[Related commands:] + +"smd/ulsph_strain"_compute_smd_ulsph_strain.html, "smd/ulsph_strain_rate"_compute_smd_ulsph_strain_rate.html +"smd/tlsph_stress"_compute_smd_tlsph_stress.html :pre + +[Default:] none diff --git a/doc/compute_smd_vol.html b/doc/compute_smd_vol.html new file mode 100644 index 0000000000..02b2ce77c1 --- /dev/null +++ b/doc/compute_smd_vol.html @@ -0,0 +1,236 @@ + + + + + + + + + + + compute smd/vol command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    compute smd/vol command

    +
    +

    Syntax

    +
    compute ID group-ID smd/vol
    +
    +
    +
      +
    • ID, group-ID are documented in compute command
    • +
    • smd/vol = style name of this compute command
    • +
    +
    +
    +

    Examples

    +
    compute 1 all smd/vol
    +
    +
    +
    +
    +

    Description

    +

    Define a computation that provides the per-particle volume and the sum of the per-particle volumes of the +group for which the fix is defined.

    +

    See this PDF guide to using Smooth Mach Dynamics in +LAMMPS.

    +

    Output info:

    +

    This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +How-to discussions, section 6.15 +for an overview of LAMMPS output options.

    +

    The per-particle vector values will be given in units of volume.

    +

    Additionally, the compute returns a scalar, which is the sum of the per-particle volumes of the +group for which the fix is defined.

    +
    +
    +

    Restrictions

    +

    This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS

    +
    +
    section for more info.
    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/compute_smd_vol.txt b/doc/compute_smd_vol.txt new file mode 100644 index 0000000000..1e0ab786bf --- /dev/null +++ b/doc/compute_smd_vol.txt @@ -0,0 +1,52 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +compute smd/vol command :h3 + +[Syntax:] + +compute ID group-ID smd/vol :pre + +ID, group-ID are documented in "compute"_compute.html command +smd/vol = style name of this compute command :ul + +[Examples:] + +compute 1 all smd/vol :pre + +[Description:] + +Define a computation that provides the per-particle volume and the sum of the per-particle volumes of the +group for which the fix is defined. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in +LAMMPS. + +[Output info:] + +This compute calculates a per-particle vector, which can be accessed by +any command that uses per-particle values from a compute as input. See +"How-to discussions, section 6.15"_Section_howto.html#howto_15 +for an overview of LAMMPS output options. + +The per-particle vector values will be given in "units"_units.html of volume. + +Additionally, the compute returns a scalar, which is the sum of the per-particle volumes of the +group for which the fix is defined. + +[Restrictions:] + +This compute is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 + section for more info. + +[Related commands:] + +"smd/rho"_compute_smd_rho.html + +[Default:] none diff --git a/doc/doc2/Section_commands.html b/doc/doc2/Section_commands.html index 8a8444e6ad..427f4b8253 100644 --- a/doc/doc2/Section_commands.html +++ b/doc/doc2/Section_commands.html @@ -438,8 +438,9 @@ package. - - + +
    awpmd/cut
    meam/sw/spline quip reax/csmd/hertz
    smd/tlsphsmd/triangulated/surfacesmd/ulsph sph/heatconduction
    sph/idealgas
    sph/idealgas sph/lj sph/rhosum sph/taitwater
    sph/taitwater/morris
    sph/taitwater/morris srp tersoff/table (o) thole
    tip4p/long/soft (o)
    tip4p/long/soft (o)      
    USER-SPH
    USER-SMDsmoothed Mach dynamicsGeorg Ganzenmuller (EMI)userguide.pdfUSER/smd
      +
    • +
    +
      +
    • +
    +
    USER-SPH smoothed particle hydrodynamics Georg Ganzenmuller (EMI) userguide.pdf
     
            mass, volume mesocopic Peridynamic models
    sphere
    smdvolume, kernel diameter, contact radius, masssolid and fluid SPH particles
    sphere diameter, mass, angular velocity granular models
    template
    template template index, template atom small molecules with fixed topology
    tri
    tri corner points, angular momentum rigid bodies
    wavepacket
    wavepacket charge, spin, eradius, etag, cs_re, cs_im AWPMD
    langevin/efflb/fluidlb/momentumlb/pclb/rigid/pc/spherelb/viscous
    mesomeso/stationarynph/effnpt/effnve/effnvt/eff
    nvt/sllod/effphononpimdqbmsstqeq/reaxqmmm
    qtbreax/c/bondsreax/c/speciessaed/vtksmdtemp/rescale/eff
    ti/rsti/springttm/mod +
    qtbreax/c/bondsreax/c/speciessaed/vtksmdsmd/adjust/dt
    smd/integrate/tlsphsmd/integrate/ulsphsmd/move/triangulated/surfacesmd/setvelsmd/tlsph/reference/configurationsmd/wall/surface
    temp/rescale/effti/rsti/springttm/mod

    @@ -474,8 +475,11 @@ package.

    - - + + + +
    ackland/atombasal/atomfepke/effke/atom/effmeso_e/atom
    meso_rho/atommeso_t/atomsaedtemp/drudetemp/efftemp/deform/eff
    temp/region/efftemp/rotatexrd +
    meso_rho/atommeso_t/atomsaedsmd/contact/radiussmd/damagesmd/hourglass/error
    smd/internal/energysmd/plastic/strainsmd/plastic/strain/ratesmd/rhosmd/tlsph/defgradsmd/tlsph/dt
    smd/tlsph/num/neighssmd/tlsph/shapesmd/tlsph/strainsmd/tlsph/strain/ratesmd/tlsph/stresssmd/triangle/mesh/vertices
    smd/ulsph/num/neighssmd/ulsph/strainsmd/ulsph/strain/ratesmd/ulpsh/stresssmd/voltemp/drude
    temp/efftemp/deform/efftemp/region/efftemp/rotatexrd

    @@ -530,7 +534,8 @@ package. listlj/charmm/coul/long/soft (o)lj/cut/coul/cut/soft (o)lj/cut/coul/long/soft (o) lj/cut/dipole/sf (go)lj/cut/soft (o)lj/cut/tip4p/long/soft (o)lj/sdk (gko) lj/sdk/coul/long (go)lj/sdk/coul/msm (o)lj/sf (o)meam/spline -meam/sw/splinequipreax/csph/heatconduction +meam/sw/splinequipreax/csmd/hertz +smd/tlsphsmd/triangulated/surfacesmd/ulsphsph/heatconduction sph/idealgassph/ljsph/rhosumsph/taitwater sph/taitwater/morrissrptersoff/table (o)thole tip4p/long/soft (o) diff --git a/doc/doc2/Section_packages.html b/doc/doc2/Section_packages.html index 4b9bd92756..9f91d29dd7 100644 --- a/doc/doc2/Section_packages.html +++ b/doc/doc2/Section_packages.html @@ -140,6 +140,7 @@ on how to build LAMMPS with both kinds of auxiliary libraries. USER-QTB quantum nuclear effects Yuan Shen (Stanford) fix qtb fix_qbmsst qtb - - USER-QUIP QUIP/libatoms interface Albert Bartok-Partay (U Cambridge) pair_style quip USER/quip - lib/quip USER-REAXC C version of ReaxFF Metin Aktulga (LBNL) pair_style reaxc reax - - +USER-SMD smoothed Mach dynamics Georg Ganzenmuller (EMI) userguide.pdf USER/smd - - USER-SPH smoothed particle hydrodynamics Georg Ganzenmuller (EMI) userguide.pdf USER/sph sph - @@ -639,6 +640,22 @@ questions.


    +

    USER-SMD package +

    +

    This package implements smoothed Mach dynamics (SMD) in +LAMMPS. Currently, the package has the following features: +

    +

    ??? +

    +

    See the file doc/USER/smd/SPH_user_guide.pdf to get started. +

    +

    There are example scripts for using this package in examples/USER/smd. +

    +

    The person who created this package is Georg Ganzenmuller at the +Fraunhofer-Institute for High-Speed Dynamics, Ernst Mach Institute in +Germany (georg.ganzenmueller at emi.fhg.de). Contact him directly if +you have questions. +

    USER-SPH package

    This package implements smoothed particle hydrodynamics (SPH) in diff --git a/doc/doc2/USER/atc/man_add_molecule.html b/doc/doc2/USER/atc/man_add_molecule.html new file mode 100644 index 0000000000..99270c7276 --- /dev/null +++ b/doc/doc2/USER/atc/man_add_molecule.html @@ -0,0 +1,59 @@ + + + + +ATC: fix_modify AtC add_molecule + + + + + +

    +
    + + +

    fix_modify AtC add_molecule

    +syntax

    +

    fix_modify_AtC add_molecule <small|large> <TAG> <GROUP_NAME>
    +

    + +

    +examples

    +

    group WATERGROUP type 1 2
    + fix_modify AtC add_molecule small water WATERGROUP
    +

    +

    +description

    +

    Associates a tag with all molecules corresponding to a specified group.
    +

    +

    +restrictions

    +

    +related

    +

    +default

    +

    No defaults for this command.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_add_species.html b/doc/doc2/USER/atc/man_add_species.html new file mode 100644 index 0000000000..95192034d9 --- /dev/null +++ b/doc/doc2/USER/atc/man_add_species.html @@ -0,0 +1,59 @@ + + + + +ATC: fix_modify AtC add_species + + + + + + +
    + + +

    fix_modify AtC add_species

    +syntax

    +

    fix_modify_AtC add_species <TAG> <group|type> <ID>
    +

    + +

    +examples

    +

    fix_modify AtC add_species gold type 1
    + group GOLDGROUP type 1
    + fix_modify AtC add_species gold group GOLDGROUP

    +

    +description

    +

    Associates a tag with all atoms of a specified type or within a specified group.
    +

    +

    +restrictions

    +

    +related

    +

    +default

    +

    No defaults for this command.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_atom_element_map.html b/doc/doc2/USER/atc/man_atom_element_map.html new file mode 100644 index 0000000000..3073c0f920 --- /dev/null +++ b/doc/doc2/USER/atc/man_atom_element_map.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC atom_element_map + + + + + + +
    + + +

    fix_modify AtC atom_element_map

    +syntax

    +

    fix_modify AtC atom_element_map <eulerian|lagrangian> <frequency>
    +

    + +

    +examples

    +

    fix_modify atc atom_element_map eulerian 100

    +

    +description

    +

    Changes frame of reference from eulerian to lagrangian and sets the frequency for which the map from atoms to elements is reformed and all the attendant data is recalculated.

    +

    +restrictions

    +

    Cannot change map type after initialization.

    +

    +related

    +

    +default

    +

    lagrangian

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_atom_weight.html b/doc/doc2/USER/atc/man_atom_weight.html new file mode 100644 index 0000000000..18b0dcae6e --- /dev/null +++ b/doc/doc2/USER/atc/man_atom_weight.html @@ -0,0 +1,61 @@ + + + + +ATC: fix_modify AtC atom_weight + + + + + + +
    + + +

    fix_modify AtC atom_weight

    +syntax

    +

    fix_modify AtC atom_weight <method> <arguments>

    + +

    +examples

    +

    fix_modify atc atom_weight constant myatoms 11.8
    + fix_modify atc atom_weight lattice
    + fix_modify atc atom_weight read-in atm_wt_file.txt
    +

    +

    +description

    +

    Command for assigning the value of atomic weights used for atomic integration in atom-continuum coupled simulations.

    +

    +restrictions

    +

    Use of lattice option requires a lattice type and parameter is already specified.

    +

    +related

    +

    +default

    +

    lattice

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_atomic_charge.html b/doc/doc2/USER/atc/man_atomic_charge.html new file mode 100644 index 0000000000..718f8a433f --- /dev/null +++ b/doc/doc2/USER/atc/man_atomic_charge.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC atomic_charge + + + + + + +
    + + +

    fix_modify AtC atomic_charge

    +syntax

    +

    fix_modify AtC <include | omit> atomic_charge

    + +

    +examples

    +

    fix_modify atc compute include atomic_charge

    +

    +description

    +

    Determines whether AtC tracks the total charge as a finite element field

    +

    +restrictions

    +

    Required for: electrostatics

    +

    +related

    +

    +default

    +

    if the atom charge is defined, default is on, otherwise default is off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_boundary.html b/doc/doc2/USER/atc/man_boundary.html new file mode 100644 index 0000000000..3e877355f1 --- /dev/null +++ b/doc/doc2/USER/atc/man_boundary.html @@ -0,0 +1,48 @@ + + + + +ATC: fix_modify AtC boundary + + + + + + +
    + + +

    fix_modify AtC boundary

    +syntax

    +

    fix_modify AtC boundary type <atom-type-id>

    + +

    +examples

    +

    fix_modify AtC boundary type ghost_atoms

    +

    +description

    +

    Command to define the atoms that represent the ficticious boundary internal to the FE mesh. For fully overlapped MD/FE domains with periodic boundary conditions no boundary atoms should be defined.

    +

    +restrictions

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_boundary_dynamics.html b/doc/doc2/USER/atc/man_boundary_dynamics.html new file mode 100644 index 0000000000..87696b8b43 --- /dev/null +++ b/doc/doc2/USER/atc/man_boundary_dynamics.html @@ -0,0 +1,46 @@ + + + + +ATC: fix_modify AtC boundary_dynamics + + + + + + +
    + + +

    fix_modify AtC boundary_dynamics

    +syntax

    +

    fix_modify AtC boundary_dynamics < on | damped_harmonic | prescribed | coupled | none > [args]
    +

    +

    +description

    +

    Sets different schemes for controlling boundary atoms. On will integrate the boundary atoms using the velocity-verlet algorithm. Damped harmonic uses a mass/spring/dashpot for the boundary atoms with added arguments of the damping and spring constants followed by the ratio of the boundary type mass to the desired mass. Prescribed forces the boundary atoms to follow the finite element displacement. Coupled does the same.

    +

    +restrictions

    +

    Boundary atoms must be specified. When using swaps between internal and boundary atoms, the initial configuration must have already correctly partitioned the two.

    +

    +related

    +

    +default

    +

    prescribed on

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_boundary_faceset.html b/doc/doc2/USER/atc/man_boundary_faceset.html new file mode 100644 index 0000000000..2e96330d6c --- /dev/null +++ b/doc/doc2/USER/atc/man_boundary_faceset.html @@ -0,0 +1,47 @@ + + + + +ATC: fix_modify AtC boundary_faceset + + + + + + +
    + + +

    fix_modify AtC boundary_faceset

    +syntax

    +

    fix_modify AtC boundary_faceset <is | add> [args]

    +

    +examples

    +

    fix_modify AtC boundary_faceset is obndy

    +

    +description

    +

    This command species the faceset name when using a faceset to compute the MD/FE boundary fluxes. The faceset must already exist.

    +

    +restrictions

    +

    This is only valid when fe_md_boundary is set to faceset.

    +

    +related

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_boundary_integral.html b/doc/doc2/USER/atc/man_boundary_integral.html new file mode 100644 index 0000000000..3e78f12963 --- /dev/null +++ b/doc/doc2/USER/atc/man_boundary_integral.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC output boundary_integral + + + + + + +
    + + +

    fix_modify AtC output boundary_integral

    +syntax

    +

    fix_modify AtC output boundary_integral [field] faceset [name]

    + +

    +examples

    +

    fix_modify AtC output boundary_integral stress faceset loop1
    +

    +

    +description

    +

    Calculates a surface integral of the given field dotted with the outward normal of the faces and puts output in the "GLOBALS" file

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )

    +

    +related

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_consistent_fe_initialization.html b/doc/doc2/USER/atc/man_consistent_fe_initialization.html new file mode 100644 index 0000000000..2f3bf4a6cf --- /dev/null +++ b/doc/doc2/USER/atc/man_consistent_fe_initialization.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC consistent_fe_initialization + + + + + + +
    + + +

    fix_modify AtC consistent_fe_initialization

    +syntax

    +

    fix_modify AtC consistent_fe_initialization <on | off>

    + +

    +examples

    +

    fix_modify atc consistent_fe_initialization on

    +

    +description

    +

    Determines whether AtC initializes FE intrinsic fields (e.g., temperature) to match the projected MD values. This is particularly useful for fully overlapping simulations.

    +

    +restrictions

    +

    Can be used with: thermal, two_temperature. Cannot be used with time filtering on. Does not include boundary nodes.

    +

    +related

    +

    +default

    +

    Default is off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_contour_integral.html b/doc/doc2/USER/atc/man_contour_integral.html new file mode 100644 index 0000000000..c321605e88 --- /dev/null +++ b/doc/doc2/USER/atc/man_contour_integral.html @@ -0,0 +1,54 @@ + + + + +ATC: fix_modify AtC output contour_integral + + + + + + +
    + + +

    fix_modify AtC output contour_integral

    +syntax

    +

    fix_modify AtC output contour_integral [field] faceset [name] <axis [x | y | z ]>

    + +

    +examples

    +

    fix_modify AtC output contour_integral stress faceset loop1
    +

    +

    +description

    +

    Calculates a surface integral of the given field dotted with the outward normal of the faces and puts output in the "GLOBALS" file

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )

    +

    +related

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_control.html b/doc/doc2/USER/atc/man_control.html new file mode 100644 index 0000000000..af0236f30e --- /dev/null +++ b/doc/doc2/USER/atc/man_control.html @@ -0,0 +1,72 @@ + + + + +ATC: fix_modify AtC control + + + + + + +
    + + +

    fix_modify AtC control

    +syntax

    +

    fix_modify AtC control <physics_type> <solution_parameter>

    +


    +

    + +

    fix_modify AtC transfer <physics_type> control max_iterations <max_iterations>
    +

    + +

    fix_modify AtC transfer <physics_type> control tolerance <tolerance>
    +

    + +

    +examples

    +

    fix_modify AtC control thermal max_iterations 10
    + fix_modify AtC control momentum tolerance 1.e-5
    +

    +

    +description

    +

    Sets the numerical parameters for the matrix solvers used in the specified control algorithm. Many solution approaches require iterative solvers, and these methods enable users to provide the maximum number of iterations and the relative tolerance.

    +

    +restrictions

    +

    only for be used with specific controllers : thermal, momentum
    + They are ignored if a lumped solution is requested

    +

    +related

    +

    +default

    +

    max_iterations is the number of rows in the matrix
    + tolerance is 1.e-10

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_control_momentum.html b/doc/doc2/USER/atc/man_control_momentum.html new file mode 100644 index 0000000000..805c12567a --- /dev/null +++ b/doc/doc2/USER/atc/man_control_momentum.html @@ -0,0 +1,68 @@ + + + + +ATC: fix_modify AtC control momentum + + + + + + +
    + + +

    fix_modify AtC control momentum

    +syntax

    +

    fix_modify AtC control momentum none
    +

    +

    fix_modify AtC control momentum rescale <frequency>
    +

    + +

    fix_modify AtC control momentum glc_displacement
    +

    +

    fix_modify AtC control momentum glc_velocity
    +

    +

    fix_modify AtC control momentum hoover
    +

    +

    fix_modify AtC control momentum flux [faceset face_set_id, interpolate]

    + +

    +examples

    +

    fix_modify AtC control momentum glc_velocity
    + fix_modify AtC control momentum flux faceset bndy_faces
    +

    +

    +description

    +

    +restrictions

    +

    only to be used with specific transfers : elastic
    + rescale not valid with time filtering activated

    +

    +related

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_control_thermal.html b/doc/doc2/USER/atc/man_control_thermal.html new file mode 100644 index 0000000000..301297f306 --- /dev/null +++ b/doc/doc2/USER/atc/man_control_thermal.html @@ -0,0 +1,76 @@ + + + + +ATC: fix_modify AtC control thermal + + + + + + +
    + + +

    fix_modify AtC control thermal

    +syntax

    +

    fix_modify AtC control thermal <control_type> <optional_args>

    + +

    fix_modify AtC control thermal rescale <frequency>
    +

    + +

    fix_modify AtC control thermal hoover
    +

    +

    fix_modify AtC control thermal flux <boundary_integration_type(optional)> <face_set_id(optional)>
    +

    + +

    +examples

    +

    fix_modify AtC control thermal none
    + fix_modify AtC control thermal rescale 10
    + fix_modify AtC control thermal hoover
    + fix_modify AtC control thermal flux
    + fix_modify AtC control thermal flux faceset bndy_faces
    +

    +

    +description

    +

    Sets the energy exchange mechansim from the finite elements to the atoms, managed through a control algorithm. Rescale computes a scale factor for each atom to match the finite element temperature. Hoover is a Gaussian least-constraint isokinetic thermostat enforces that the nodal restricted atomic temperature matches the finite element temperature. Flux is a similar mode, but rather adds energy to the atoms based on conservation of energy. Hoover and flux allows the prescription of sources or fixed temperatures on the atoms.

    +

    +restrictions

    +

    only for be used with specific transfers : thermal (rescale, hoover, flux), two_temperature (flux)
    + rescale not valid with time filtering activated

    +

    +related

    +

    +default

    +

    none
    + rescale frequency is 1
    + flux boundary_integration_type is interpolate

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_control_thermal_correction_max_iterations.html b/doc/doc2/USER/atc/man_control_thermal_correction_max_iterations.html new file mode 100644 index 0000000000..8a511019f9 --- /dev/null +++ b/doc/doc2/USER/atc/man_control_thermal_correction_max_iterations.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC control thermal correction_max_iterations + + + + + + +
    + + +

    fix_modify AtC control thermal correction_max_iterations

    +syntax

    +

    fix_modify AtC control thermal correction_max_iterations <max_iterations>

    + +

    +examples

    +

    fix_modify AtC control thermal correction_max_iterations 10
    +

    +

    +description

    +

    Sets the maximum number of iterations to compute the 2nd order in time correction term for lambda with the fractional step method. The method uses the same tolerance as the controller's matrix solver.

    +

    +restrictions

    +

    only for use with thermal physics using the fractional step method.

    +

    +related

    +

    +default

    +

    correction_max_iterations is 20

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_decomposition.html b/doc/doc2/USER/atc/man_decomposition.html new file mode 100644 index 0000000000..15725073d3 --- /dev/null +++ b/doc/doc2/USER/atc/man_decomposition.html @@ -0,0 +1,55 @@ + + + + +ATC: fix_modify AtC decomposition + + + + + + +
    + + +

    fix_modify AtC decomposition

    +syntax

    +

    fix_modify AtC decomposition <type>

    + +

    +examples

    +

    fix_modify atc decomposition distributed_memory
    +

    +

    +description

    +

    Command for assigning the distribution of work and memory for parallel runs.

    +

    +restrictions

    +

    replicated_memory is appropriate for simulations were the number of nodes << number of atoms

    +

    +related

    +

    +default

    +

    replicated_memory

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_electron_integration.html b/doc/doc2/USER/atc/man_electron_integration.html new file mode 100644 index 0000000000..b14c14d86d --- /dev/null +++ b/doc/doc2/USER/atc/man_electron_integration.html @@ -0,0 +1,56 @@ + + + + +ATC: fix_modify AtC extrinsic electron_integration + + + + + + +
    + + +

    fix_modify AtC extrinsic electron_integration

    +syntax

    +

    fix_modify AtC extrinsic electron_integration <integration_type> <num_subcyle_steps(optional)>
    +

    + +

    +examples

    +

    fix_modify AtC extrinsic electron_integration implicit
    + fix_modify AtC extrinsic electron_integration explicit 100
    +

    +

    +description

    +

    Switches between integration scheme for the electron temperature. The number of subcyling steps used to integrate the electron temperature 1 LAMMPS timestep can be manually adjusted to capture fast electron dynamics.

    +

    +restrictions

    +

    For use only with two_temperature type of AtC fix ( see fix atc command )
    +

    +

    +default

    +

    implicit
    + subcycle_steps = 1

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_equilibrium_start.html b/doc/doc2/USER/atc/man_equilibrium_start.html new file mode 100644 index 0000000000..3723cf98bf --- /dev/null +++ b/doc/doc2/USER/atc/man_equilibrium_start.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC equilibrium_start + + + + + + +
    + + +

    fix_modify AtC equilibrium_start

    +syntax

    +

    fix_modify AtC equilibrium_start <on|off>

    +

    +examples

    +

    fix_modify atc equilibrium_start on
    +

    +

    +description

    +

    Starts filtered calculations assuming they start in equilibrium, i.e. perfect finite element force balance.

    +

    +restrictions

    +

    only needed before filtering is begun

    +

    +related

    +

    see fix_modify AtC filter

    +

    +default

    +

    on

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_extrinsic_exchange.html b/doc/doc2/USER/atc/man_extrinsic_exchange.html new file mode 100644 index 0000000000..8f6533ad64 --- /dev/null +++ b/doc/doc2/USER/atc/man_extrinsic_exchange.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC extrinsic exchange + + + + + + +
    + + +

    fix_modify AtC extrinsic exchange

    +syntax

    +

    fix_modify AtC extrinsic exchange <on|off>

    +

    +examples

    +

    fix_modify AtC extrinsic exchange on
    +

    +

    +description

    +

    Switches energy exchange between the MD system and electron system on and off

    +

    +restrictions

    +

    Only valid for use with two_temperature type of AtC fix.

    +

    +related

    +

    see fix atc command

    +

    +default

    +

    on

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_fe_md_boundary.html b/doc/doc2/USER/atc/man_fe_md_boundary.html new file mode 100644 index 0000000000..06bca2b337 --- /dev/null +++ b/doc/doc2/USER/atc/man_fe_md_boundary.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC fe_md_boundary + + + + + + +
    + + +

    fix_modify AtC fe_md_boundary

    +syntax

    +

    fix_modify AtC fe_md_boundary <faceset | interpolate | no_boundary> [args]

    +

    +examples

    +

    fix_modify atc fe_md_boundary interpolate
    +

    +

    +description

    +

    Specifies different methods for computing fluxes between between the MD and FE integration regions. Faceset defines a faceset separating the MD and FE regions and uses finite element face quadrature to compute the flux. Interpolate uses a reconstruction scheme to approximate the flux, which is more robust but less accurate if the MD/FE boundary does correspond to a faceset. No boundary results in no fluxes between the systems being computed.

    +

    +restrictions

    +

    If faceset is used, all the AtC non-boundary atoms must lie within and completely fill the domain enclosed by the faceset.

    +

    +related

    +

    see for how to specify the faceset name.

    +

    +default

    +

    Interpolate.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_fem_mesh.html b/doc/doc2/USER/atc/man_fem_mesh.html new file mode 100644 index 0000000000..2abd84d6ce --- /dev/null +++ b/doc/doc2/USER/atc/man_fem_mesh.html @@ -0,0 +1,25 @@ + + +ATC: fix_modify AtC fem create mesh + + + +

    fix_modify AtC fem create mesh

    +syntax

    +fix_modify AtC fem create mesh <nx> <ny> <nz> <region-id> <f|p> <f|p> <f|p> +

    +examples

    + fix_modify AtC fem create mesh 10 1 1 feRegion p p p

    +description

    +Creates a uniform mesh in a rectangular region

    +restrictions

    +creates only uniform rectangular grids in a rectangular region

    +related

    +

    +default

    +none
    Generated on Mon Aug 17 09:35:16 2009 for ATC by  + +doxygen 1.3.9.1
    + + diff --git a/doc/doc2/USER/atc/man_filter_scale.html b/doc/doc2/USER/atc/man_filter_scale.html new file mode 100644 index 0000000000..975f87e949 --- /dev/null +++ b/doc/doc2/USER/atc/man_filter_scale.html @@ -0,0 +1,55 @@ + + + + +ATC: fix_modify AtC filter scale + + + + + + +
    + + +

    fix_modify AtC filter scale

    +syntax

    +

    fix_modify AtC filter scale <scale>
    +

    + +

    +examples

    +

    fix_modify AtC filter scale 10.0
    +

    +

    +description

    +

    Filters the MD dynamics to construct a more appropriate continuous field. Equilibrating first filters the time derivatives without changing the dynamics to provide a better initial condition to the filtered dynamics

    +

    +restrictions

    +

    only for be used with specific transfers: thermal, two_temperature

    +

    +related

    +

    fix_modify AtC filter fix_modify AtC filter type

    +

    +default

    +

    0.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_filter_type.html b/doc/doc2/USER/atc/man_filter_type.html new file mode 100644 index 0000000000..8d9dbd3d12 --- /dev/null +++ b/doc/doc2/USER/atc/man_filter_type.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC filter type + + + + + + +
    + + +

    fix_modify AtC filter type

    +syntax

    +

    fix_modify AtC filter type <exponential | step | no_filter>
    +

    +

    +examples

    +

    fix_modify AtC filter type exponential
    +

    +

    +description

    +

    Specifies the type of time filter used.

    +

    +restrictions

    +

    only for be used with specific transfers: thermal, two_temperature

    +

    +related

    +

    fix_modify AtC filter fix_modify AtC filter scale

    +

    +default

    +

    No default.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_fix_atc.html b/doc/doc2/USER/atc/man_fix_atc.html new file mode 100644 index 0000000000..e710c28ed2 --- /dev/null +++ b/doc/doc2/USER/atc/man_fix_atc.html @@ -0,0 +1,254 @@ + + + + +ATC: fix atc command + + + + + + +
    + + +

    fix atc command

    +syntax

    +

    fix <fixID> <group> atc <type> <parameter_file>

    + +

    +examples

    +

    fix AtC internal atc thermal Ar_thermal.dat
    + fix AtC internal atc two_temperature Ar_ttm.mat
    + fix AtC internal atc hardy
    + fix AtC internal atc field
    +

    +

    +description

    +

    This fix is the beginning to creating a coupled FE/MD simulation and/or an on-the-fly estimation of continuum fields. The coupled versions of this fix do Verlet integration and the /post-processing does not. After instantiating this fix, several other fix_modify commands will be needed to set up the problem, e.g. define the finite element mesh and prescribe initial and boundary conditions.

    +

    The following coupling example is typical, but non-exhaustive:
    +

    +

    # ... commands to create and initialize the MD system
    +

    +

    # initial fix to designate coupling type and group to apply it to
    + # tag group physics material_file
    + fix AtC internal atc thermal Ar_thermal.mat
    +
    + # create a uniform 12 x 2 x 2 mesh that covers region contain the group
    + # nx ny nz region periodicity
    + fix_modify AtC mesh create 12 2 2 mdRegion f p p
    +
    + # specify the control method for the type of coupling
    + # physics control_type
    + fix_modify AtC thermal control flux
    +
    + # specify the initial values for the empirical field "temperature"
    + # field node_group value
    + fix_modify AtC initial temperature all 30.
    +
    + # create an output stream for nodal fields
    + # filename output_frequency
    + fix_modify AtC output atc_fe_output 100
    +
    +

    +

    run 1000
    +

    +

    likewise for this post-processing example:
    +

    +

    # ... commands to create and initialize the MD system
    +

    +

    # initial fix to designate post-processing and the group to apply it to
    + # no material file is allowed nor required
    + fix AtC internal atc hardy
    +
    + # for hardy fix, specific kernel function (function type and range) to # be used as a localization function
    + fix AtC kernel quartic_sphere 10.0
    +
    + # create a uniform 1 x 1 x 1 mesh that covers region contain the group
    + # with periodicity this effectively creats a system average
    + fix_modify AtC mesh create 1 1 1 box p p p
    +
    + # change from default lagrangian map to eulerian
    + # refreshed every 100 steps
    + fix_modify AtC atom_element_map eulerian 100
    +
    + # start with no field defined
    + # add mass density, potential energy density, stress and temperature
    + fix_modify AtC fields add density energy stress temperature
    +
    + # create an output stream for nodal fields
    + # filename output_frequency
    + fix_modify AtC output nvtFE 100 text
    +

    +

    run 1000
    +

    +

    the mesh's linear interpolation functions can be used as the localization function
    + by using the field option:
    +

    +

    fix AtC internal atc field
    +
    + fix_modify AtC mesh create 1 1 1 box p p p
    +
    + ...
    +
    +

    +

    Note coupling and post-processing can be combined in the same simulations using separate fixes.
    + For detailed exposition of the theory and algorithms please see:
    +

    + +

    Please refer to the standard finite element (FE) texts, e.g. T.J.R Hughes The finite element method , Dover 2003, for the basics of FE simulation.

    +

    +restrictions

    +

    Thermal and two_temperature (coupling) types use a Verlet time-integration algorithm. The hardy type does not contain its own time-integrator and must be used with a separate fix that does contain one, e.g. nve, nvt, etc.

    +

    Currently,

    + +

    +related

    +

    fix_modify commands for setup:
    +

    + +

    fix_modify commands for boundary and initial conditions:
    +

    + +

    fix_modify commands for control and filtering:
    +

    + +

    fix_modify commands for output:
    +

    + +

    fix_modify commands for post-processing:
    +

    + +

    miscellaneous fix_modify commands:
    +

    + +

    Note: a set of example input files with the attendant material files are included with this package

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_fix_flux.html b/doc/doc2/USER/atc/man_fix_flux.html new file mode 100644 index 0000000000..d8369a8785 --- /dev/null +++ b/doc/doc2/USER/atc/man_fix_flux.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC fix_flux + + + + + + +
    + + +

    fix_modify AtC fix_flux

    +syntax

    +

    fix_modify AtC fix_flux <field> <face_set> <value | function>

    + +

    +examples

    +

    fix_modify atc fix_flux temperature faceSet 10.0
    +

    +

    +description

    +

    Command for fixing normal fluxes e.g. heat_flux. This command only prescribes the normal component of the physical flux, e.g. heat (energy) flux. The units are in AtC units, i.e. derived from the LAMMPS length, time, and mass scales.

    +

    +restrictions

    +

    Only normal fluxes (Neumann data) can be prescribed.

    +

    +related

    +

    see fix_modify AtC unfix_flux

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_fix_nodes.html b/doc/doc2/USER/atc/man_fix_nodes.html new file mode 100644 index 0000000000..cf5c93590a --- /dev/null +++ b/doc/doc2/USER/atc/man_fix_nodes.html @@ -0,0 +1,56 @@ + + + + +ATC: fix_modify AtC fix + + + + + + +
    + + +

    fix_modify AtC fix

    +syntax

    +

    fix_modify AtC fix <field> <nodeset> <constant | function>

    + +

    +examples

    +

    fix_modify AtC fix temperature groupNAME 10.
    + fix_modify AtC fix temperature groupNAME 0 0 0 10.0 0 0 1.0
    +

    +

    +description

    +

    Creates a constraint on the values of the specified field at specified nodes.

    +

    +restrictions

    +

    keyword 'all' reserved in nodeset name

    +

    +related

    +

    see fix_modify AtC unfix

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_hardy_computes.html b/doc/doc2/USER/atc/man_hardy_computes.html new file mode 100644 index 0000000000..c16550742b --- /dev/null +++ b/doc/doc2/USER/atc/man_hardy_computes.html @@ -0,0 +1,67 @@ + + + + +ATC: fix_modify AtC computes + + + + + + +
    + + +

    fix_modify AtC computes

    +syntax

    +

    fix_modify AtC computes <add | delete> [per-atom compute id] <volume | number>
    +

    + +

    +examples

    +

    compute virial all stress/atom
    + fix_modify AtC computes add virial volume
    + fix_modify AtC computes delete virial
    +
    + compute centrosymmetry all centro/atom
    + fix_modify AtC computes add centrosymmetry number
    +

    +

    +description

    +

    Calculates continuum fields corresponding to specified per-atom computes created by LAMMPS
    +

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )
    + Per-atom compute must be specified before corresponding continuum field can be requested
    +

    +

    +related

    +

    See manual page for compute

    +

    +default

    +

    No defaults exist for this command

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_hardy_fields.html b/doc/doc2/USER/atc/man_hardy_fields.html new file mode 100644 index 0000000000..1f55fd5e37 --- /dev/null +++ b/doc/doc2/USER/atc/man_hardy_fields.html @@ -0,0 +1,83 @@ + + + + +ATC: fix_modify AtC fields + + + + + + +
    + + +

    fix_modify AtC fields

    +syntax

    +

    fix_modify AtC fields <all | none>
    + fix_modify AtC fields <add | delete> <list_of_fields>
    +

    + +

    +examples

    +

    fix_modify AtC fields add velocity temperature

    +

    +description

    +

    Allows modification of the fields calculated and output by the transfer class. The commands are cumulative, e.g.
    + fix_modify AtC fields none
    + followed by
    + fix_modify AtC fields add velocity temperature
    + will only output the velocity and temperature fields.

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix, see fix atc command. Currently, the stress and heat flux formulas are only correct for central force potentials, e.g. Lennard-Jones and EAM but not Stillinger-Weber.

    +

    +related

    +

    See fix_modify AtC gradients , fix_modify AtC rates and fix_modify AtC computes

    +

    +default

    +

    By default, no fields are output

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_hardy_gradients.html b/doc/doc2/USER/atc/man_hardy_gradients.html new file mode 100644 index 0000000000..708fecbca1 --- /dev/null +++ b/doc/doc2/USER/atc/man_hardy_gradients.html @@ -0,0 +1,57 @@ + + + + +ATC: fix_modify AtC gradients + + + + + + +
    + + +

    fix_modify AtC gradients

    +syntax

    +

    fix_modify AtC gradients <add | delete> <list_of_fields>
    +

    + +

    +examples

    +

    fix_modify AtC gradients add temperature velocity stress
    + fix_modify AtC gradients delete velocity
    +

    +

    +description

    +

    Requests calculation and ouput of gradients of the fields from the transfer class. These gradients will be with regard to spatial or material coordinate for eulerian or lagrangian analysis, respectively, as specified by atom_element_map (see fix_modify AtC atom_element_map )

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )

    +

    +related

    +

    +default

    +

    No gradients are calculated by default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_hardy_kernel.html b/doc/doc2/USER/atc/man_hardy_kernel.html new file mode 100644 index 0000000000..3d81b367dd --- /dev/null +++ b/doc/doc2/USER/atc/man_hardy_kernel.html @@ -0,0 +1,65 @@ + + + + +ATC: fix_modify AtC kernel + + + + + + +
    + + +

    fix_modify AtC kernel

    +syntax

    +

    fix_modify AtC kernel <type> <parameters>

    + +

    +examples

    +

    fix_modify AtC kernel cell 1.0 1.0 1.0
    + fix_modify AtC kernel quartic_sphere 10.0

    +

    +description

    +

    +restrictions

    +

    Must be used with the hardy AtC fix
    + For bar kernel types, half-width oriented along x-direction
    + For cylinder kernel types, cylindrical axis is assumed to be in z-direction
    + ( see fix atc command )

    +

    +related

    +

    +default

    +

    No default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_hardy_on_the_fly.html b/doc/doc2/USER/atc/man_hardy_on_the_fly.html new file mode 100644 index 0000000000..d140cf6840 --- /dev/null +++ b/doc/doc2/USER/atc/man_hardy_on_the_fly.html @@ -0,0 +1,60 @@ + + + + +ATC: fix_modify AtC on_the_fly + + + + + + +
    + + +

    fix_modify AtC on_the_fly

    +syntax

    +

    fix_modify AtC on_the_fly <bond | kernel> <optional on | off>
    + - bond | kernel (keyword) = specifies on-the-fly calculation of bond or kernel matrix elements
    +

    + +

    +examples

    +

    fix_modify AtC on_the_fly bond on
    + fix_modify AtC on_the_fly kernel
    + fix_modify AtC on_the_fly kernel off
    +

    +

    +description

    +

    Overrides normal mode of pre-calculating and storing bond pair-to-node a nd kernel atom-to-node matrices. If activated, will calculate elements of t hese matrices during repeated calls of field computations (i.e. "on-the-fly") and not store them for future use.
    + on flag is optional - if omitted, on_the_fly will be activated for the s pecified matrix. Can be deactivated using off flag.
    +

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )

    +

    +related

    +

    +default

    +

    By default, on-the-fly calculation is not active (i.e. off). However, code does a memory allocation check to determine if it can store all needed bond and kernel matrix ele ments. If this allocation fails, on-the-fly is activated.
    +

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_hardy_rates.html b/doc/doc2/USER/atc/man_hardy_rates.html new file mode 100644 index 0000000000..ab0315cb65 --- /dev/null +++ b/doc/doc2/USER/atc/man_hardy_rates.html @@ -0,0 +1,58 @@ + + + + +ATC: fix_modify AtC rates + + + + + + +
    + + +

    fix_modify AtC rates

    +syntax

    +

    fix_modify AtC rates <add | delete> <list_of_fields>
    +

    + +

    +examples

    +

    fix_modify AtC rates add temperature velocity stress
    + fix_modify AtC rates delete stress
    +

    +

    +description

    +

    Requests calculation and ouput of rates (time derivatives) of the fields from the transfer class. For eulerian analysis (see fix_modify AtC atom_element_map ), these rates are the partial time derivatives of the nodal fields, not the full (material) time derivatives.
    +

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )

    +

    +related

    +

    +default

    +

    No rates are calculated by default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_initial.html b/doc/doc2/USER/atc/man_initial.html new file mode 100644 index 0000000000..c0a0be3852 --- /dev/null +++ b/doc/doc2/USER/atc/man_initial.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC initial + + + + + + +
    + + +

    fix_modify AtC initial

    +syntax

    +

    fix_modify AtC initial <field> <nodeset> <constant | function>

    + +

    +examples

    +

    fix_modify atc initial temperature groupNAME 10.

    +

    +description

    +

    Sets the initial values for the specified field at the specified nodes.

    +

    +restrictions

    +

    keyword 'all' reserved in nodeset name

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_internal_atom_integrate.html b/doc/doc2/USER/atc/man_internal_atom_integrate.html new file mode 100644 index 0000000000..b15bf71aad --- /dev/null +++ b/doc/doc2/USER/atc/man_internal_atom_integrate.html @@ -0,0 +1,40 @@ + + + + +ATC: fix_modify AtC internal_atom_integrate + + + + + + +
    + + +

    fix_modify AtC internal_atom_integrate

    +syntax

    +

    fix_modify AtC internal_atom_integrate <on | off> fix_modify AtC internal_atom_integrate on

    +

    +description

    +

    Has AtC perform time integration for the atoms in the group on which it operates. This does not include boundary atoms.

    +

    +default

    +

    on for coupling methods, off for post-processors off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_internal_element_set.html b/doc/doc2/USER/atc/man_internal_element_set.html new file mode 100644 index 0000000000..31bee57860 --- /dev/null +++ b/doc/doc2/USER/atc/man_internal_element_set.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC internal_element_set + + + + + + +
    + + +

    fix_modify AtC internal_element_set

    +syntax

    +

    fix_modify AtC internal_element_set <element-set-name>

    + +

    +examples

    +

    fix_modify AtC internal_element_set myElementSet fix_modify AtC internal_element_set off

    +

    +description

    +

    Enables AtC to base the region for internal atoms to be an element set. If no ghost atoms are used, all the AtC atoms must be constrained to remain in this element set by the user, e.g., with walls. If boundary atoms are used in conjunction with Eulerian atom maps AtC will partition all atoms of a boundary or internal type to be of type internal if they are in the internal region or to be of type boundary otherwise.

    +

    +restrictions

    +

    If boundary atoms are used in conjunction with Eulerian atom maps, the Eulerian reset frequency must be an integer multiple of the Lammps reneighbor frequency

    +

    +related

    +

    see atom_element_map_type and boundary

    +

    +default

    +

    off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_internal_quadrature.html b/doc/doc2/USER/atc/man_internal_quadrature.html new file mode 100644 index 0000000000..172187c298 --- /dev/null +++ b/doc/doc2/USER/atc/man_internal_quadrature.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC internal_quadrature + + + + + + +
    + + +

    fix_modify AtC internal_quadrature

    +syntax

    +

    fix_modify atc internal_quadrature <on | off> [region]

    +

    +examples

    +

    fix_modify atc internal_quadrature off

    +

    +description

    +

    Command to use or not use atomic quadrature on internal elements fully filled with atoms. By turning the internal quadrature off these elements do not contribute to the governing PDE and the fields at the internal nodes follow the weighted averages of the atomic data.

    +

    +optional

    +

    Optional region tag specifies which finite element nodes will be treated as being within the MD region. This option is only valid with internal_quadrature off.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    on

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_kernel_function.html b/doc/doc2/USER/atc/man_kernel_function.html new file mode 100644 index 0000000000..08ec827dec --- /dev/null +++ b/doc/doc2/USER/atc/man_kernel_function.html @@ -0,0 +1,64 @@ + + + + +ATC: fix_modify AtC kernel + + + + + + +
    + + +

    fix_modify AtC kernel

    +syntax

    +

    fix_modify AtC kernel <type> <parameters>

    + +

    +examples

    +

    fix_modify AtC kernel cell 1.0 1.0 1.0 fix_modify AtC kernel quartic_sphere 10.0

    +

    +description

    +

    +restrictions

    +

    Must be used with the hardy AtC fix
    + For bar kernel types, half-width oriented along x-direction
    + For cylinder kernel types, cylindrical axis is assumed to be in z-direction
    + ( see fix atc command )

    +

    +related

    +

    +default

    +

    No default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_localized_lambda.html b/doc/doc2/USER/atc/man_localized_lambda.html new file mode 100644 index 0000000000..5dadb9d730 --- /dev/null +++ b/doc/doc2/USER/atc/man_localized_lambda.html @@ -0,0 +1,48 @@ + + + + +ATC: fix_modify AtC control localized_lambda + + + + + + +
    + + +

    fix_modify AtC control localized_lambda

    +syntax

    +

    fix_modify AtC control localized_lambda <on|off>

    +

    +examples

    +

    fix_modify atc control localized_lambda on
    +

    +

    +description

    +

    Turns on localization algorithms for control algorithms to restrict the influence of FE coupling or boundary conditions to a region near the boundary of the MD region. Control algorithms will not affect atoms in elements not possessing faces on the boundary of the region. Flux-based control is localized via row-sum lumping while quantity control is done by solving a truncated matrix equation.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    Default is off.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_lumped_lambda_solve.html b/doc/doc2/USER/atc/man_lumped_lambda_solve.html new file mode 100644 index 0000000000..bb3f8cfde8 --- /dev/null +++ b/doc/doc2/USER/atc/man_lumped_lambda_solve.html @@ -0,0 +1,47 @@ + + + + +ATC: fix_modify AtC control lumped_lambda_solve + + + + + + +
    + + +

    fix_modify AtC control lumped_lambda_solve

    +syntax

    +

    fix_modify AtC control lumped_lambda_solve <on|off>

    +

    +examples

    +

    fix_modify atc control lumped_lambda_solve on
    +

    +

    +description

    +

    Command to use or not use lumped matrix for lambda solve

    +

    +restrictions

    +

    +related

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mask_direction.html b/doc/doc2/USER/atc/man_mask_direction.html new file mode 100644 index 0000000000..01ca9d192b --- /dev/null +++ b/doc/doc2/USER/atc/man_mask_direction.html @@ -0,0 +1,47 @@ + + + + +ATC: fix_modify AtC control mask_direction + + + + + + +
    + + +

    fix_modify AtC control mask_direction

    +syntax

    +

    fix_modify AtC control mask_direction <direction> <on|off>

    +

    +examples

    +

    fix_modify atc control mask_direction 0 on
    +

    +

    +description

    +

    Command to mask out certain dimensions from the atomic regulator

    +

    +restrictions

    +

    +related

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mass_matrix.html b/doc/doc2/USER/atc/man_mass_matrix.html new file mode 100644 index 0000000000..5f543fc20c --- /dev/null +++ b/doc/doc2/USER/atc/man_mass_matrix.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC mass_matrix + + + + + + +
    + + +

    fix_modify AtC mass_matrix

    +syntax

    +

    fix_modify AtC mass_matrix <fe | md_fe>

    + +

    +examples

    +

    fix_modify atc mass_matrix fe

    +

    +description

    +

    Determines whether AtC uses the FE mass matrix based on Gaussian quadrature or based on atomic quadrature in the MD region. This is useful for fully overlapping simulations to improve efficiency.

    +

    +restrictions

    +

    Should not be used unless the FE region is contained within the MD region, otherwise the method will be unstable and inaccurate

    +

    +related

    +

    +default

    +

    Default is off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_material.html b/doc/doc2/USER/atc/man_material.html new file mode 100644 index 0000000000..9867e90f77 --- /dev/null +++ b/doc/doc2/USER/atc/man_material.html @@ -0,0 +1,49 @@ + + + + +ATC: fix_modify AtC material + + + + + + +
    + + +

    fix_modify AtC material

    +syntax

    +

    fix_modify AtC material [elementset_name] [material_id]
    +

    +

    +examples

    +

    fix_modify AtC material gap_region 2

    +

    +description

    +

    Sets the material model in elementset_name to be of type material_id.

    +

    +restrictions

    +

    The element set must already be created and the material must be specified in the material file given the the atc fix on construction

    +

    +related

    +

    +default

    +

    All elements default to the first material in the material file.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_add_to_nodeset.html b/doc/doc2/USER/atc/man_mesh_add_to_nodeset.html new file mode 100644 index 0000000000..cf5ad52f60 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_add_to_nodeset.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC mesh add_to_nodeset + + + + + + +
    + + +

    fix_modify AtC mesh add_to_nodeset

    +syntax

    +

    fix_modify AtC mesh add_to_nodeset <id> <xmin> <xmax> <ymin> <ymax> <zmin> <zmax>

    + +

    +examples

    +

    fix_modify AtC mesh add_to_nodeset lbc -11.9 -11 -12 12 -12 12

    +

    +description

    +

    Command to add nodes to an already existing FE nodeset.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    Coordinates are assumed to be in lattice units.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_create.html b/doc/doc2/USER/atc/man_mesh_create.html new file mode 100644 index 0000000000..efaf7f4307 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_create.html @@ -0,0 +1,56 @@ + + + + +ATC: fix_modify AtC mesh create + + + + + + +
    + + +

    fix_modify AtC mesh create

    +syntax

    +

    fix_modify AtC mesh create <nx> <ny> <nz> <region-id> <f|p> <f|p> <f|p>
    +

    + +

    +examples

    +

    fix_modify AtC mesh create 10 1 1 feRegion p p p
    +

    +

    +description

    +

    Creates a uniform mesh in a rectangular region

    +

    +restrictions

    +

    Creates only uniform rectangular grids in a rectangular region

    +

    +related

    +

    fix_modify AtC mesh quadrature

    +

    +default

    +

    When created, mesh defaults to gauss2 (2-point Gaussian) quadrature. Use "mesh quadrature" command to change quadrature style.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_create_elementset.html b/doc/doc2/USER/atc/man_mesh_create_elementset.html new file mode 100644 index 0000000000..51bdae4faa --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_create_elementset.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC mesh create_elementset + + + + + + +
    + + +

    fix_modify AtC mesh create_elementset

    +syntax

    +

    fix_modify AtC create_elementset <id> <xmin> <xmax> <ymin> <ymax> <zmin> <zmax>

    + +

    +examples

    +

    fix_modify AtC mesh create_elementset middle -4.1 4.1 -100 100 -100 1100

    +

    +description

    +

    Command to assign an id to a set of FE elements to be used subsequently in defining material and mesh-based operations.

    +

    +restrictions

    +

    Only viable for rectangular grids.

    +

    +related

    +

    +default

    +

    Coordinates are assumed to be in lattice units.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_create_faceset_box.html b/doc/doc2/USER/atc/man_mesh_create_faceset_box.html new file mode 100644 index 0000000000..163a6b442c --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_create_faceset_box.html @@ -0,0 +1,54 @@ + + + + +ATC: fix_modify AtC mesh create_faceset box + + + + + + +
    + + +

    fix_modify AtC mesh create_faceset box

    +syntax

    +

    fix_modify AtC mesh create_faceset <id> box <xmin> <xmax> <ymin> <ymax> <zmin> <zmax> <in|out> [units]

    + +

    +examples

    +

    fix_modify AtC mesh create_faceset obndy box -4.0 4.0 -12 12 -12 12 out

    +

    +description

    +

    Command to assign an id to a set of FE faces.

    +

    +restrictions

    +

    Only viable for rectangular grids.

    +

    +related

    +

    +default

    +

    The default options are units = lattice and the use of outer faces

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_create_faceset_plane.html b/doc/doc2/USER/atc/man_mesh_create_faceset_plane.html new file mode 100644 index 0000000000..3ca1108d1a --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_create_faceset_plane.html @@ -0,0 +1,54 @@ + + + + +ATC: fix_modify AtC mesh create_faceset plane + + + + + + +
    + + +

    fix_modify AtC mesh create_faceset plane

    +syntax

    +

    fix_modify AtC mesh create_faceset <id> plane <x|y|z> <val1> <x|y|z> <lval2> <uval2> [units]

    + +

    +examples

    +

    fix_modify AtC mesh create_faceset xyplane plane y 0 x -4 0

    +

    +description

    +

    Command to assign an id to a set of FE faces.

    +

    +restrictions

    +

    Only viable for rectangular grids.

    +

    +related

    +

    +default

    +

    The default option is units = lattice.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_create_nodeset.html b/doc/doc2/USER/atc/man_mesh_create_nodeset.html new file mode 100644 index 0000000000..9d5d155654 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_create_nodeset.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC mesh create_nodeset + + + + + + +
    + + +

    fix_modify AtC mesh create_nodeset

    +syntax

    +

    fix_modify AtC mesh create_nodeset <id> <xmin> <xmax> <ymin> <ymax> <zmin> <zmax>

    + +

    +examples

    +

    fix_modify AtC mesh create_nodeset lbc -12.1 -11.9 -12 12 -12 12

    +

    +description

    +

    Command to assign an id to a set of FE nodes to be used subsequently in defining boundary conditions.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    Coordinates are assumed to be in lattice units.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_delete_elements.html b/doc/doc2/USER/atc/man_mesh_delete_elements.html new file mode 100644 index 0000000000..cc269c8e65 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_delete_elements.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC mesh delete_elements + + + + + + +
    + + +

    fix_modify AtC mesh delete_elements

    +syntax

    +

    fix_modify AtC mesh delete_elements <element_set>

    + +

    +examples

    +

    fix_modify AtC delete_elements gap

    +

    +description

    +

    Deletes a group of elements from the mesh.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_nodeset_to_elementset.html b/doc/doc2/USER/atc/man_mesh_nodeset_to_elementset.html new file mode 100644 index 0000000000..45d03fc986 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_nodeset_to_elementset.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC mesh nodeset_to_elementset + + + + + + +
    + + +

    fix_modify AtC mesh nodeset_to_elementset

    +syntax

    +

    fix_modify AtC nodeset_to_elementset <nodeset_id> <elementset_id> <max/min>

    + +

    +examples

    +

    fix_modify AtC mesh nodeset_to_elementset myNodeset myElementset min

    +

    +description

    +

    Command to create an elementset from an existing nodeset. Either the minimal element set of elements with all nodes in the set, or maximal element set with all elements with at least one node in the set, can be created

    +

    +restrictions

    +

    None.

    +

    +related

    +

    +default

    +

    Unless specified, the maximal element set is created

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_output.html b/doc/doc2/USER/atc/man_mesh_output.html new file mode 100644 index 0000000000..be1b4c194f --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_output.html @@ -0,0 +1,49 @@ + + + + +ATC: fix_modify AtC mesh output + + + + + + +
    + + +

    fix_modify AtC mesh output

    +syntax

    +

    fix_modify AtC mesh output <file_prefix>

    +

    +examples

    +

    fix_modify AtC mesh output meshData
    +

    +

    +description

    +

    Command to output mesh and associated data: nodesets, facesets, and elementsets. This data is only output once upon initialization since currently the mesh is static. Creates (binary, "gold" format) Ensight output of mesh data.

    +

    +restrictions

    +

    none

    +

    +related

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_quadrature.html b/doc/doc2/USER/atc/man_mesh_quadrature.html new file mode 100644 index 0000000000..d5291d99db --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_quadrature.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC mesh quadrature + + + + + + +
    + + +

    fix_modify AtC mesh quadrature

    +syntax

    +

    fix_modify AtC mesh quadrature <quad>

    + +

    +examples

    +

    fix_modify AtC mesh quadrature face

    +

    +description

    +

    (Re-)assigns the quadrature style for the existing mesh.

    +

    +restrictions

    +

    +related

    +

    fix_modify AtC mesh create

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_read.html b/doc/doc2/USER/atc/man_mesh_read.html new file mode 100644 index 0000000000..a497a2ed04 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_read.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC mesh read + + + + + + +
    + + +

    fix_modify AtC mesh read

    +syntax

    +

    fix_modify AtC mesh read <filename> <f|p> <f|p> <f|p>

    + +

    +examples

    +

    fix_modify AtC mesh read myComponent.mesh p p p
    + fix_modify AtC mesh read myOtherComponent.exo

    +

    +description

    +

    Reads a mesh from a text or exodus file, and assigns periodic boundary conditions if needed.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    periodicity flags are false by default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_mesh_write.html b/doc/doc2/USER/atc/man_mesh_write.html new file mode 100644 index 0000000000..21754a1e68 --- /dev/null +++ b/doc/doc2/USER/atc/man_mesh_write.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC mesh write + + + + + + +
    + + +

    fix_modify AtC mesh write

    +syntax

    +

    fix_modify AtC mesh write <filename>

    + +

    +examples

    +

    fix_modify AtC mesh write myMesh.mesh
    +

    +

    +description

    +

    Writes a mesh to a text file.

    +

    +restrictions

    +

    +related

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_momentum_time_integration.html b/doc/doc2/USER/atc/man_momentum_time_integration.html new file mode 100644 index 0000000000..3b987f70ef --- /dev/null +++ b/doc/doc2/USER/atc/man_momentum_time_integration.html @@ -0,0 +1,60 @@ + + + + +ATC: fix_modify AtC time_integration (momentum) + + + + + + +
    + + +

    fix_modify AtC time_integration (momentum)

    +syntax

    +

    fix_modify AtC time_integration <descriptor>
    +

    + +

    various time integration methods for the finite elements
    +

    +

    +description

    +

    verlet - atomic velocity update with 2nd order Verlet, nodal temperature update with 2nd order Verlet, kinetostats based on controlling force
    + fractional_step - atomic velocity update with 2nd order Verlet, mixed nodal momentum update, 2nd order Verlet for continuum and exact 2nd order Verlet for atomic contributions, kinetostats based on controlling discrete momentum changes
    + gear - atomic velocity update with 2nd order Verlet, nodal temperature update with 3rd or 4th order Gear, kinetostats based on controlling power
    +

    +

    +examples

    +

    fix_modify atc time_integration verlet
    + fix_modify atc time_integration fractional_step
    +

    +

    +description

    +

    +related

    +

    see fix atc command

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_output.html b/doc/doc2/USER/atc/man_output.html new file mode 100644 index 0000000000..3129ff30c9 --- /dev/null +++ b/doc/doc2/USER/atc/man_output.html @@ -0,0 +1,63 @@ + + + + +ATC: fix_modify AtC output + + + + + + +
    + + +

    fix_modify AtC output

    +syntax

    +

    fix_modify AtC output <filename_prefix> <frequency> [text | full_text | binary | vector_components | tensor_components ] fix_modify AtC output index [step | time ]

    + +

    +examples

    +

    fix_modify AtC output heatFE 100
    + fix_modify AtC output hardyFE 1 text tensor_components
    + fix_modify AtC output hardyFE 10 text binary tensor_components
    + fix_modify AtC output index step
    +

    +

    +description

    +

    Creates text and/or binary (Ensight, "gold" format) output of nodal/mesh data which is transfer/physics specific. Output indexed by step or time is possible.

    +

    +restrictions

    +

    +related

    +

    see fix atc command

    +

    +default

    +

    no default format output indexed by time

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_output_elementset.html b/doc/doc2/USER/atc/man_output_elementset.html new file mode 100644 index 0000000000..be259388ba --- /dev/null +++ b/doc/doc2/USER/atc/man_output_elementset.html @@ -0,0 +1,54 @@ + + + + +ATC: fix_modify AtC output elementset + + + + + + +
    + + +

    fix_modify AtC output elementset

    +syntax

    +

    fix_modify AtC output volume_integral <eset_name> <field> {`

    + +

    +examples

    +

    fix_modify AtC output eset1 mass_density
    +

    +

    +description

    +

    Performs volume integration of specified field over elementset and outputs resulting variable values to GLOBALS file.

    +

    +restrictions

    +

    +related

    +

    see fix atc command

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_output_nodeset.html b/doc/doc2/USER/atc/man_output_nodeset.html new file mode 100644 index 0000000000..db76c8008e --- /dev/null +++ b/doc/doc2/USER/atc/man_output_nodeset.html @@ -0,0 +1,55 @@ + + + + +ATC: fix_modify AtC output nodeset + + + + + + +
    + + +

    fix_modify AtC output nodeset

    +syntax

    +

    fix_modify AtC output nodeset <nodeset_name> <operation>

    + +

    +examples

    +

    fix_modify AtC output nodeset nset1 sum
    +

    +

    +description

    +

    Performs operation over the nodes belonging to specified nodeset and outputs resulting variable values to GLOBALS file.

    +

    +restrictions

    +

    +related

    +

    see fix atc command

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_pair_interactions.html b/doc/doc2/USER/atc/man_pair_interactions.html new file mode 100644 index 0000000000..d46dcb1234 --- /dev/null +++ b/doc/doc2/USER/atc/man_pair_interactions.html @@ -0,0 +1,50 @@ + + + + +ATC: fix_modify AtC pair_interactions/bond_interactions + + + + + + +
    + + +

    fix_modify AtC pair_interactions/bond_interactions

    +syntax

    +

    fix_modify AtC pair_interactions <on|off>
    + fix_modify AtC bond_interactions <on|off>
    +

    +

    +examples

    +

    fix_modify AtC bond_interactions on
    +

    +

    +description

    +

    include bonds and/or pairs in the stress and heat flux computations

    +

    +restrictions

    +

    +related

    +

    +default

    +

    pair interactions: on, bond interactions: off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_poisson_solver.html b/doc/doc2/USER/atc/man_poisson_solver.html new file mode 100644 index 0000000000..d69d74db1a --- /dev/null +++ b/doc/doc2/USER/atc/man_poisson_solver.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC poisson_solver + + + + + + +
    + + +

    fix_modify AtC poisson_solver

    +syntax

    +

    fix_modify AtC poisson_solver mesh create <nx> <ny> <nz> <region-id> <f|p> <f|p> <f|p>

    + +

    +examples

    +

    fix_modify AtC poisson_solver mesh create 10 1 1 feRegion p p p

    +

    +description

    +

    Creates a uniform mesh in a rectangular region

    +

    +restrictions

    +

    creates only uniform rectangular grids in a rectangular region

    +

    +related

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_read_restart.html b/doc/doc2/USER/atc/man_read_restart.html new file mode 100644 index 0000000000..96168fccc7 --- /dev/null +++ b/doc/doc2/USER/atc/man_read_restart.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC read_restart + + + + + + +
    + + +

    fix_modify AtC read_restart

    +syntax

    +

    fix_modify AtC read_restart [file_name]
    +

    +

    +examples

    +

    fix_modify AtC read_restart ATC_state
    +

    +

    +description

    +

    Reads the current state of the fields from a named text-based restart file.

    +

    +restrictions

    +

    The restart file only contains fields and their time derivatives. The reference positions of the atoms and the commands that initialize the fix are not saved e.g. an identical mesh containing the same atoms will have to be recreated.

    +

    +related

    +

    see write_restart fix_modify AtC write_restart

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_remove_molecule.html b/doc/doc2/USER/atc/man_remove_molecule.html new file mode 100644 index 0000000000..054291efda --- /dev/null +++ b/doc/doc2/USER/atc/man_remove_molecule.html @@ -0,0 +1,54 @@ + + + + +ATC: fix_modify AtC remove_molecule + + + + + + +
    + + +

    fix_modify AtC remove_molecule

    +syntax

    +

    fix_modify_AtC remove_molecule <TAG>
    +

    + +

    +examples

    +

    fix_modify AtC remove_molecule water
    +

    +

    +description

    +

    Removes tag designated for tracking a specified set of molecules.
    +

    +

    +restrictions

    +

    +related

    +

    +default

    +

    No defaults for this command.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_remove_source.html b/doc/doc2/USER/atc/man_remove_source.html new file mode 100644 index 0000000000..d1d249eb76 --- /dev/null +++ b/doc/doc2/USER/atc/man_remove_source.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC remove_source + + + + + + +
    + + +

    fix_modify AtC remove_source

    +syntax

    +

    fix_modify AtC remove_source <field> <element_set>

    + +

    +examples

    +

    fix_modify atc remove_source temperature groupNAME

    +

    +description

    +

    Remove a domain source.

    +

    +restrictions

    +

    keyword 'all' reserved in element_set name

    +

    +related

    +

    see fix_modify AtC source

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_remove_species.html b/doc/doc2/USER/atc/man_remove_species.html new file mode 100644 index 0000000000..ba94a52658 --- /dev/null +++ b/doc/doc2/USER/atc/man_remove_species.html @@ -0,0 +1,54 @@ + + + + +ATC: fix_modify AtC remove_species + + + + + + +
    + + +

    fix_modify AtC remove_species

    +syntax

    +

    fix_modify_AtC delete_species <TAG>
    +

    + +

    +examples

    +

    fix_modify AtC remove_species gold
    +

    +

    +description

    +

    Removes tag designated for tracking a specified species.
    +

    +

    +restrictions

    +

    +related

    +

    +default

    +

    No defaults for this command.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_reset_atomic_reference_positions.html b/doc/doc2/USER/atc/man_reset_atomic_reference_positions.html new file mode 100644 index 0000000000..cb82f61bbb --- /dev/null +++ b/doc/doc2/USER/atc/man_reset_atomic_reference_positions.html @@ -0,0 +1,49 @@ + + + + +ATC: fix_modify AtC reset_atomic_reference_positions + + + + + + +
    + + +

    fix_modify AtC reset_atomic_reference_positions

    +syntax

    +

    fix_modify AtC reset_atomic_reference_positions

    +

    +examples

    +

    fix_modify atc reset_atomic_reference_positions

    +

    +description

    +

    Resets the atomic positions ATC uses to perform point to field operations. In can be used to use perfect lattice sites in ATC but a thermalized or deformed lattice in LAMMPS.

    +

    +restrictions

    +

    +

    +related

    +

    +

    +default

    +

    Default is off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_reset_time.html b/doc/doc2/USER/atc/man_reset_time.html new file mode 100644 index 0000000000..35d75ccb97 --- /dev/null +++ b/doc/doc2/USER/atc/man_reset_time.html @@ -0,0 +1,65 @@ + + + + +ATC: fix_modify AtC reset_time + + + + + + +
    + + +

    fix_modify AtC reset_time

    +syntax

    +

    fix_modify AtC reset_time

    +

    +examples

    +

    fix_modify atc reset_time 0.0
    +

    +

    +description

    +

    Resets the simulation time counter.

    +

    +restrictions

    +

    +related

    +

    +default

    +

    +syntax

    +

    fix_modify AtC kernel_bandwidth

    +

    +examples

    +

    fix_modify atc reset_time 8
    +

    +

    +description

    +

    Sets a maximum parallel bandwidth for the kernel functions during parallel communication. If the command is not issued, the default will be to assume the bandwidth of the kernel matrix corresponds to the number of sampling locations.

    +

    +restrictions

    +

    Only is used if kernel functions are being used.

    +

    +related

    +

    +default

    +

    Number of sample locations.

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_sample_frequency.html b/doc/doc2/USER/atc/man_sample_frequency.html new file mode 100644 index 0000000000..13f468b222 --- /dev/null +++ b/doc/doc2/USER/atc/man_sample_frequency.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC sample_frequency + + + + + + +
    + + +

    fix_modify AtC sample_frequency

    +syntax

    +

    fix_modify AtC sample_frequency [freq]

    + +

    +examples

    +

    fix_modify AtC sample_frequency 10

    +

    +description

    +

    Specifies a frequency at which fields are computed for the case where time filters are being applied.

    +

    +restrictions

    +

    Must be used with the hardy/field AtC fix ( see fix atc command ) and is only relevant when time filters are being used.

    +

    +related

    +

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_set.html b/doc/doc2/USER/atc/man_set.html new file mode 100644 index 0000000000..d104e535b6 --- /dev/null +++ b/doc/doc2/USER/atc/man_set.html @@ -0,0 +1,56 @@ + + + + +ATC: fix_modify AtC set + + + + + + +
    + + +

    fix_modify AtC set

    +syntax

    +

    fix_modify AtC set reference_potential_energy <value_or_filename(optional)>

    + +

    +examples

    +

    fix_modify AtC set reference_potential_energy
    + fix_modify AtC set reference_potential_energy -0.05
    + fix_modify AtC set reference_potential_energy myPEvalues
    +

    +

    +description

    +

    Used to set various quantities for the post-processing algorithms. It sets the zero point for the potential energy density using the value provided for all nodes, or from the current configuration of the lattice if no value is provided, or values provided within the specified filename.

    +

    +restrictions

    +

    Must be used with the hardy/field type of AtC fix ( see fix atc command )

    +

    +related

    +

    +default

    +

    Defaults to lammps zero point i.e. isolated atoms

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_source.html b/doc/doc2/USER/atc/man_source.html new file mode 100644 index 0000000000..833b2a866f --- /dev/null +++ b/doc/doc2/USER/atc/man_source.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC source + + + + + + +
    + + +

    fix_modify AtC source

    +syntax

    +

    fix_modify AtC source <field> <element_set> <value | function>

    + +

    +examples

    +

    fix_modify atc source temperature middle temporal_ramp 10. 0.

    +

    +description

    +

    Add domain sources to the mesh. The units are consistent with LAMMPS's units for mass, length and time and are defined by the PDE being solved, e.g. for thermal transfer the balance equation is for energy and source is energy per time.

    +

    +restrictions

    +

    keyword 'all' reserved in element_set name

    +

    +related

    +

    see fix_modify AtC remove_source

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_source_integration.html b/doc/doc2/USER/atc/man_source_integration.html new file mode 100644 index 0000000000..70f62d2e57 --- /dev/null +++ b/doc/doc2/USER/atc/man_source_integration.html @@ -0,0 +1,46 @@ + + + + +ATC: fix_modify AtC source_integration + + + + + + +
    + + +

    fix_modify AtC source_integration

    +syntax

    +

    fix_modify AtC source_integration < fe | atom>

    +

    +examples

    +

    fix_modify atc source_integration atom

    +

    +description

    +

    +restrictions

    +

    +related

    +

    +default

    +

    Default is fe

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_temperature_definition.html b/doc/doc2/USER/atc/man_temperature_definition.html new file mode 100644 index 0000000000..f4fb21471c --- /dev/null +++ b/doc/doc2/USER/atc/man_temperature_definition.html @@ -0,0 +1,47 @@ + + + + +ATC: fix_modify AtC temperature_definition + + + + + + +
    + + +

    fix_modify AtC temperature_definition

    +syntax

    +

    fix_modify AtC temperature_definition <kinetic|total>

    +

    +examples

    +

    fix_modify atc temperature_definition kinetic
    +

    +

    +description

    +

    Change the definition for the atomic temperature used to create the finite element temperature. The kinetic option is based only on the kinetic energy of the atoms while the total option uses the total energy (kinetic + potential) of an atom.

    +

    +restrictions

    +

    This command is only valid when using thermal coupling. Also, while not a formal restriction, the user should ensure that associating a potential energy with each atom makes physical sense for the total option to be meaningful.

    +

    +default

    +

    kinetic

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_thermal_time_integration.html b/doc/doc2/USER/atc/man_thermal_time_integration.html new file mode 100644 index 0000000000..c2f636134f --- /dev/null +++ b/doc/doc2/USER/atc/man_thermal_time_integration.html @@ -0,0 +1,59 @@ + + + + +ATC: fix_modify AtC time_integration (thermal) + + + + + + +
    + + +

    fix_modify AtC time_integration (thermal)

    +syntax

    +

    fix_modify AtC time_integration <descriptor>
    +

    + +

    various time integration methods for the finite elements
    +

    +

    +description

    +

    gear - atomic velocity update with 2nd order Verlet, nodal temperature update with 3rd or 4th order Gear, thermostats based on controlling power
    + fractional_step - atomic velocity update with 2nd order Verlet, mixed nodal temperature update, 3/4 Gear for continuum and 2 Verlet for atomic contributions, thermostats based on controlling discrete energy changes
    +

    +

    +examples

    +

    fix_modify atc time_integration gear
    + fix_modify atc time_integration fractional_step
    +

    +

    +description

    +

    +related

    +

    see fix atc command

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_time_filter.html b/doc/doc2/USER/atc/man_time_filter.html new file mode 100644 index 0000000000..ec70fed871 --- /dev/null +++ b/doc/doc2/USER/atc/man_time_filter.html @@ -0,0 +1,57 @@ + + + + +ATC: fix_modify AtC filter + + + + + + +
    + + +

    fix_modify AtC filter

    +syntax

    +

    fix_modify AtC filter <on | off | equilibrate>
    +

    + +

    +examples

    +

    fix_modify atc transfer filter on
    +

    +

    +description

    +

    Filters the MD dynamics to construct a more appropriate continuous field. Equilibrating first filters the time derivatives without changing the dynamics to provide a better initial condition to the filtered dynamics

    +

    +restrictions

    +

    only for be used with specific transfers: thermal, two_temperature

    +

    +related

    +

    fix_modify AtC filter scale
    + fix_modify AtC equilibrium_start

    +

    +default

    +

    off

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_track_displacement.html b/doc/doc2/USER/atc/man_track_displacement.html new file mode 100644 index 0000000000..8f729cffe3 --- /dev/null +++ b/doc/doc2/USER/atc/man_track_displacement.html @@ -0,0 +1,48 @@ + + + + +ATC: fix_modify AtC track_displacement + + + + + + +
    + + +

    fix_modify AtC track_displacement

    +syntax

    +

    fix_modify AtC track_displacement <on/off>
    +

    +

    +examples

    +

    fix_modify atc track_displacement on
    +

    +

    +description

    +

    Determines whether displacement is tracked or not. For solids problems this is a useful quantity, but for fluids it is not relevant.

    +

    +restrictions

    +

    Some constitutive models require the displacement field

    +

    +default

    +

    on

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_unfix_flux.html b/doc/doc2/USER/atc/man_unfix_flux.html new file mode 100644 index 0000000000..b2a19a7fd0 --- /dev/null +++ b/doc/doc2/USER/atc/man_unfix_flux.html @@ -0,0 +1,52 @@ + + + + +ATC: fix_modify AtC unfix_flux + + + + + + +
    + + +

    fix_modify AtC unfix_flux

    +syntax

    +

    fix_modify AtC fix_flux <field> <face_set> <value | function>

    + +

    +examples

    +

    fix_modify atc unfix_flux temperature faceSet
    +

    +

    +description

    +

    Command for removing prescribed normal fluxes e.g. heat_flux, stress.

    +

    +restrictions

    +

    +related

    +

    see fix_modify AtC unfix_flux

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_unfix_nodes.html b/doc/doc2/USER/atc/man_unfix_nodes.html new file mode 100644 index 0000000000..498d549f9e --- /dev/null +++ b/doc/doc2/USER/atc/man_unfix_nodes.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC unfix + + + + + + +
    + + +

    fix_modify AtC unfix

    +syntax

    +

    fix_modify AtC unfix <field> <nodeset>

    + +

    +examples

    +

    fix_modify AtC unfix temperature groupNAME

    +

    +description

    +

    Removes constraint on field values for specified nodes.

    +

    +restrictions

    +

    keyword 'all' reserved in nodeset name

    +

    +related

    +

    see fix_modify AtC fix

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_write_atom_weights.html b/doc/doc2/USER/atc/man_write_atom_weights.html new file mode 100644 index 0000000000..939506a28e --- /dev/null +++ b/doc/doc2/USER/atc/man_write_atom_weights.html @@ -0,0 +1,53 @@ + + + + +ATC: fix_modify AtC write_atom_weights + + + + + + +
    + + +

    fix_modify AtC write_atom_weights

    +syntax

    +

    fix_modify AtC write_atom_weights <filename> <frequency>

    + +

    +examples

    +

    fix_modify atc write_atom_weights atm_wt_file.txt 10
    +

    +

    +description

    +

    Command for writing the values of atomic weights to a specified file.

    +

    +restrictions

    +

    +related

    +

    +default

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/atc/man_write_restart.html b/doc/doc2/USER/atc/man_write_restart.html new file mode 100644 index 0000000000..6ea350d5e8 --- /dev/null +++ b/doc/doc2/USER/atc/man_write_restart.html @@ -0,0 +1,51 @@ + + + + +ATC: fix_modify AtC write_restart + + + + + + +
    + + +

    fix_modify AtC write_restart

    +syntax

    +

    fix_modify AtC write_restart [file_name]
    +

    +

    +examples

    +

    fix_modify AtC write_restart restart.mydata
    +

    +

    +description

    +

    Dumps the current state of the fields to a named text-based restart file. This done when the command is invoked and not repeated, unlike the similar lammps command.

    +

    +restrictions

    +

    The restart file only contains fields and their time derivatives. The reference positions of the atoms and the commands that initialize the fix are not saved e.g. an identical mesh containing the same atoms will have to be recreated.

    +

    +related

    +

    see read_restart fix_modify AtC read_restart

    +

    +default

    +

    none

    +
    +
    Generated on 21 Aug 2013 for ATC by  + +doxygen 1.6.1
    + + diff --git a/doc/doc2/USER/smd/SMD_user_guide.pdf b/doc/doc2/USER/smd/SMD_user_guide.pdf new file mode 100644 index 0000000000..50a5b7bb66 Binary files /dev/null and b/doc/doc2/USER/smd/SMD_user_guide.pdf differ diff --git a/doc/doc2/USER/sph/SPH_LAMMPS_userguide.pdf b/doc/doc2/USER/sph/SPH_LAMMPS_userguide.pdf new file mode 100755 index 0000000000..7ca4a72910 Binary files /dev/null and b/doc/doc2/USER/sph/SPH_LAMMPS_userguide.pdf differ diff --git a/doc/doc2/atom_style.html b/doc/doc2/atom_style.html index 6c690b135f..a8a9cc45d8 100644 --- a/doc/doc2/atom_style.html +++ b/doc/doc2/atom_style.html @@ -15,7 +15,7 @@

    atom_style style args 
     
    -

    The units for these quantities depend on the unit style; see the units command for details. diff --git a/doc/doc2/set.html b/doc/doc2/set.html index e314b1f62c..1d5aa86924 100644 --- a/doc/doc2/set.html +++ b/doc/doc2/set.html @@ -23,7 +23,7 @@

  • keyword = type or type/fraction or mol or x or y or z or charge or dipole or dipole/random or quat or quat/random or diameter or shape or length or tri or theta or angmom or mass or density or volume or image or bond or angle or dihedral or improper or - meso_e or meso_cv or meso_rho or i_name or d_name + meso_e or meso_cv or meso_rho or smd_contact_radius or smd_mass_density or i_name or d_name
      type value = atom type
         value can be an atom-style variable (see below)
    @@ -83,10 +83,12 @@
         value can be an atom-style variable (see below)
       meso_rho value = density of SPH particles (need units)
         value can be an atom-style variable (see below)
    -  i_name value = value for custom integer vector with name
    -    value can be an atom-style variable (see below)
    -  d_name value = value for custom floating-point vector with name
    +  smd_contact_radius = radius for short range interactions, i.e. contact and friction
         value can be an atom-style variable (see below) 
    +  smd_mass_density = set particle mass based on volume by providing a mass density
    +    value can be an atom-style variable (see below)
    +  i_name value = value for custom integer vector with name
    +  d_name value = value for custom floating-point vector with name 
     
    @@ -316,6 +318,20 @@ assumed to be in mass/distance^2 units). If none of these cases are valid, then the mass is set to the density value directly (the input density is assumed to be in mass units).

    +

    Keyword smd_mass_density also sets the mass of all selected +particles, but it is only applicable to the Smooth Mach Dynamics +package USER-SMD. This command assumes that the particle volume has +already been correctly set and calculates particle mass from the +provided mass density value. +

    +

    Keyword smd_contact_radius only applies to simulations with the +Smooth Mach Dynamics package USER-SMD. This command sets an +interaction radius for computing short-range interactions, +e.g. repulsive forces to prevent different individual physical bodies +from penetrating each other. Note that the SPH smoothing kernel +diameter used for computing long range, nonlocal interactions, is set +using the diameter keyword. +

    Keyword volume sets the volume of all selected particles. Currently, only the atom_style peri command defines particles with a volume attribute. Note that this command does not @@ -331,8 +347,7 @@ the simulation. The flags can be output with atom snapshots via the nx,ny,nz, then the current image value for that dimension is unchanged. For non-periodic dimensions only a value of 0 can be specified. This keyword does not allow use of atom-style variables. -

    -

    This command can be useful after a system has been equilibrated and +This command can be useful after a system has been equilibrated and atoms have diffused one or more box lengths in various directions. This command can then reset the image values for atoms so that they are effectively inside the simulation box, e.g if a diffusion diff --git a/doc/fix_gcmc.html b/doc/fix_gcmc.html index cf26a12cc8..891119487b 100644 --- a/doc/fix_gcmc.html +++ b/doc/fix_gcmc.html @@ -178,7 +178,7 @@ fix 4 my_gas gcmc 1 10 10 1 123456543 300.0 -12.5 1.0 region disk

    This fix performs grand canonical Monte Carlo (GCMC) exchanges of atoms or molecules of the given type with an imaginary ideal gas reservoir at the specified T and chemical potential (mu) as discussed in -(Frenkel). If used with the fix nvt command, +(Frenkel). If used with the fix nvt command, simulations in the grand canonical ensemble (muVT, constant chemical potential, constant volume, and constant temperature) can be performed. Specific uses include computing isotherms in microporous @@ -249,13 +249,9 @@ coordinates are chosen at a random position within the current simulation cell or region, and new atom velocities are randomly chosen from the specified temperature distribution given by T. Relative coordinates for atoms in a molecule are taken from the template -molecule provided by the user, with the origin of the relative -coordinates coinciding with the chosen insertion point. This means -that if the origin of the template molecule coordinate system -lies far from the center of the template molecule, -the inserted molecule will lie far from the insertion point. -A random initial rotation is used in -the case of molecule insertions.

    +molecule provided by the user. The center of mass of the molecule +is placed at the insertion point. The orientation of the molecule +is chosen at random by rotating about this point.

    Individual atoms are inserted, unless the mol keyword is used. It specifies a template-ID previously defined using the molecule command, which reads a file that defines the @@ -278,11 +274,9 @@ the angle in degrees. Rotations are performed by generating a random point on the unit sphere and a random rotation angle on the range [0,maxangle). The molecule is then rotated by that angle about an axis passing through the molecule center of mass. The axis is parallel -to the unit vector defined by the point on the unit sphere. The -same procedure is used for randomly rotating molecules when they -are inserted, except that the rotation axis passes through whatever -origin is used for the molecule template, and the maximum angle is -360 degrees.

    +to the unit vector defined by the point on the unit sphere. +The same procedure is used for randomly rotating molecules when they +are inserted, except that the maximum angle is 360 degrees.

    Note that fix GCMC does not use configurational bias MC or any other kind of sampling of intramolecular degrees of freedom. Inserted molecules can have different orientations, but they will all diff --git a/doc/fix_smd.rst b/doc/fix_smd.rst new file mode 100644 index 0000000000..62d215a648 --- /dev/null +++ b/doc/fix_smd.rst @@ -0,0 +1,168 @@ +.. index:: fix smd + +fix smd command +=============== + +Syntax +"""""" + +.. parsed-literal:: + + fix ID group-ID smd type values keyword values + +* ID, group-ID are documented in :doc:`fix ` command +* smd = style name of this fix command +* mode = *cvel* or *cfor* to select constant velocity or constant force SMD +.. parsed-literal:: + + *cvel* values = K vel + K = spring constant (force/distance units) + vel = velocity of pulling (distance/time units) + *cfor* values = force + force = pulling force (force units) + +* keyword = *tether* or *couple* +.. parsed-literal:: + + *tether* values = x y z R0 + x,y,z = point to which spring is tethered + R0 = distance of end of spring from tether point (distance units) + *couple* values = group-ID2 x y z R0 + group-ID2 = 2nd group to couple to fix group with a spring + x,y,z = direction of spring, automatically computed with 'auto' + R0 = distance of end of spring (distance units) + + + +Examples +"""""""" + +.. parsed-literal:: + + fix pull cterm smd cvel 20.0 -0.00005 tether NULL NULL 100.0 0.0 + fix pull cterm smd cvel 20.0 -0.0001 tether 25.0 25 25.0 0.0 + fix stretch cterm smd cvel 20.0 0.0001 couple nterm auto auto auto 0.0 + fix pull cterm smd cfor 5.0 tether 25.0 25.0 25.0 0.0 + +Description +""""""""""" + +This fix implements several options of steered MD (SMD) as reviewed in +:ref:`(Izrailev) `, which allows to induce conformational changes +in systems and to compute the potential of mean force (PMF) along the +assumed reaction coordinate :ref:`(Park) ` based on Jarzynski's +equality :ref:`(Jarzynski) `. This fix borrows a lot from :doc:`fix spring ` and :doc:`fix setforce `. + +You can apply a moving spring force to a group of atoms (*tether* +style) or between two groups of atoms (*couple* style). The spring +can then be used in either constant velocity (*cvel*) mode or in +constant force (*cfor*) mode to induce transitions in your systems. +When running in *tether* style, you may need some way to fix some +other part of the system (e.g. via :doc:`fix spring/self `) + +The *tether* style attaches a spring between a point at a distance of +R0 away from a fixed point *x,y,z* and the center of mass of the fix +group of atoms. A restoring force of magnitude K (R - R0) Mi / M is +applied to each atom in the group where *K* is the spring constant, Mi +is the mass of the atom, and M is the total mass of all atoms in the +group. Note that *K* thus represents the total force on the group of +atoms, not a per-atom force. + +In *cvel* mode the distance R is incremented or decremented +monotonously according to the pulling (or pushing) velocity. +In *cfor* mode a constant force is added and the actual distance +in direction of the spring is recorded. + +The *couple* style links two groups of atoms together. The first +group is the fix group; the second is specified by group-ID2. The +groups are coupled together by a spring that is at equilibrium when +the two groups are displaced by a vector in direction *x,y,z* with +respect to each other and at a distance R0 from that displacement. +Note that *x,y,z* only provides a direction and will be internally +normalized. But since it represents the *absolute* displacement of +group-ID2 relative to the fix group, (1,1,0) is a different spring +than (-1,-1,0). For each vector component, the displacement can be +described with the *auto* parameter. In this case the direction is +recomputed in every step, which can be useful for steering a local +process where the whole object undergoes some other change. When the +relative positions and distance between the two groups are not in +equilibrium, the same spring force described above is applied to atoms +in each of the two groups. + +For both the *tether* and *couple* styles, any of the x,y,z values can +be specified as NULL which means do not include that dimension in the +distance calculation or force application. + +For constant velocity pulling (*cvel* mode), the running integral +over the pulling force in direction of the spring is recorded and +can then later be used to compute the potential of mean force (PMF) +by averaging over multiple independent trajectories along the same +pulling path. + +Restart, fix_modify, output, run start/stop, minimize info +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +The fix stores the direction of the spring, current pulling target +distance and the running PMF to :doc:`binary restart files `. +See the :doc:`read_restart ` command for info on how to +re-specify a fix in an input script that reads a restart file, so that +the operation of the fix continues in an uninterrupted fashion. + +None of the :doc:`fix_modify ` options are relevant to this +fix. + +This fix computes a vector list of 7 quantities, which can be accessed +by various :ref:`output commands `. The +quantities in the vector are in this order: the x-, y-, and +z-component of the pulling force, the total force in direction of the +pull, the equilibrium distance of the spring, the distance between the +two reference points, and finally the accumulated PMF (the sum of +pulling forces times displacement). + +The force is the total force on the group of atoms by the spring. In +the case of the *couple* style, it is the force on the fix group +(group-ID) or the negative of the force on the 2nd group (group-ID2). +The vector values calculated by this fix are "extensive". + +No parameter of this fix can be used with the *start/stop* keywords of +the :doc:`run ` command. This fix is not invoked during :doc:`energy minimization `. + +Restrictions +"""""""""""" + + +This fix is part of the USER-MISC package. It is only enabled if +LAMMPS was built with that package. See the :ref:`Making LAMMPS ` section for more info. + +Related commands +"""""""""""""""" + +:doc:`fix drag `, :doc:`fix spring `, +:doc:`fix spring/self `, +:doc:`fix spring/rg ` + +**Default:** none + + +---------- + + +.. _Israilev: + + + +**(Izrailev)** Izrailev, Stepaniants, Isralewitz, Kosztin, Lu, Molnar, +Wriggers, Schulten. Computational Molecular Dynamics: Challenges, +Methods, Ideas, volume 4 of Lecture Notes in Computational Science and +Engineering, pp. 39-65. Springer-Verlag, Berlin, 1998. + +**(Park)** +Park, Schulten, J. Chem. Phys. 120 (13), 5946 (2004) + +**(Jarzynski)** +Jarzynski, Phys. Rev. Lett. 78, 2690 (1997) + + +.. _lws: http://lammps.sandia.gov +.. _ld: Manual.html +.. _lc: Section_commands.html#comm diff --git a/doc/fix_smd_adjust_dt.html b/doc/fix_smd_adjust_dt.html new file mode 100644 index 0000000000..c3eeb9930d --- /dev/null +++ b/doc/fix_smd_adjust_dt.html @@ -0,0 +1,240 @@ + + + + + + + + + + + fix smd/adjust_dt command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    fix smd/adjust_dt command

    +
    +

    Syntax

    +
    fix ID group-ID smd/adjust_dt arg
    +
    +
    +
      +
    • ID, group-ID are documented in fix command
    • +
    • smd/adjust_dt = style name of this fix command
    • +
    • arg = s_fact
    • +
    +
    +s_fact = safety factor
    +
    +
    +
    +

    Examples

    +
    fix 1 all smd/adjust_dt 0.1
    +
    +
    +
    +
    +

    Description

    +

    The fix calculates a new stable time increment for use with the SMD time integrators.

    +

    The stable time increment is based on multiple conditions. For the SPH pair styles, a +CFL criterion (Courant, Friedrichs & Lewy, 1928) is evaluated, which determines the the speed of +sound cannot propagate further than a typical spacing between particles within a single time step to ensure +no information is lost. For the contact pair styles, a linear analysis of the pair potential determines a +stable maximum time step.

    +

    This fix inquires the minimum stable time increment across all particles contained in the group for which this +fix is defined. An additional safety factor s_fact is applied to the time increment.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +
    +
    +

    Restart, fix_modify, output, run start/stop, minimize info

    +

    Currently, no part of USER-SMD supports restarting nor minimization.

    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/fix_smd_adjust_dt.txt b/doc/fix_smd_adjust_dt.txt new file mode 100644 index 0000000000..1d967e6147 --- /dev/null +++ b/doc/fix_smd_adjust_dt.txt @@ -0,0 +1,55 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +fix smd/adjust_dt command :h3 + +[Syntax:] + +fix ID group-ID smd/adjust_dt arg :pre + +ID, group-ID are documented in "fix"_fix.html command :ulb,l +smd/adjust_dt = style name of this fix command :l +arg = {s_fact} :l + {s_fact} = safety factor :pre + +:ule + +[Examples:] + +fix 1 all smd/adjust_dt 0.1 :pre + +[Description:] + +The fix calculates a new stable time increment for use with the SMD time integrators. + +The stable time increment is based on multiple conditions. For the SPH pair styles, a +CFL criterion (Courant, Friedrichs & Lewy, 1928) is evaluated, which determines the the speed of +sound cannot propagate further than a typical spacing between particles within a single time step to ensure +no information is lost. For the contact pair styles, a linear analysis of the pair potential determines a +stable maximum time step. + +This fix inquires the minimum stable time increment across all particles contained in the group for which this +fix is defined. An additional safety factor {s_fact} is applied to the time increment. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Restart, fix_modify, output, run start/stop, minimize info:] + +Currently, no part of USER-SMD supports restarting nor minimization. + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"smd/tlsph_dt"_compute_smd_tlsph_dt.html + +[Default:] none diff --git a/doc/fix_smd_integrate_tlsph.html b/doc/fix_smd_integrate_tlsph.html new file mode 100644 index 0000000000..3a794ace3c --- /dev/null +++ b/doc/fix_smd_integrate_tlsph.html @@ -0,0 +1,238 @@ + + + + + + + + + + + fix smd/integrate_tlsph command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    fix smd/integrate_tlsph command

    +
    +

    Syntax

    +
    fix ID group-ID smd/integrate_tlsph keyword values
    +
    +
    +
      +
    • ID, group-ID are documented in fix command
    • +
    • smd/integrate_tlsph = style name of this fix command
    • +
    • zero or more keyword/value pairs may be appended
    • +
    • keyword = limit_velocity
    • +
    +
    +limit_velocity value = max_vel
    +  max_vel = maximum allowed velocity
    +
    +
    +
    +

    Examples

    +
    fix 1 all smd/integrate_tlsph
    +fix 1 all smd/integrate_tlsph limit_velocity 1000
    +
    +
    +
    +
    +

    Description

    +

    The fix performs explicit time integration for particles which interact according with the Total-Lagrangian SPH pair style.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    The limit_velocity keyword will control the velocity, scaling the norm of +the velocity vector to max_vel in case it exceeds this velocity limit.

    +
    +
    +

    Restart, fix_modify, output, run start/stop, minimize info

    +

    Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.

    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/fix_smd_integrate_tlsph.txt b/doc/fix_smd_integrate_tlsph.txt new file mode 100644 index 0000000000..091836c658 --- /dev/null +++ b/doc/fix_smd_integrate_tlsph.txt @@ -0,0 +1,54 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +fix smd/integrate_tlsph command :h3 + +[Syntax:] + +fix ID group-ID smd/integrate_tlsph keyword values :pre + +ID, group-ID are documented in "fix"_fix.html command +smd/integrate_tlsph = style name of this fix command +zero or more keyword/value pairs may be appended :ul + +keyword = {limit_velocity} :l + + {limit_velocity} value = max_vel + max_vel = maximum allowed velocity :pre + +:ule + +[Examples:] + +fix 1 all smd/integrate_tlsph +fix 1 all smd/integrate_tlsph limit_velocity 1000 :pre + +[Description:] + +The fix performs explicit time integration for particles which interact according with the Total-Lagrangian SPH pair style. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +The {limit_velocity} keyword will control the velocity, scaling the norm of +the velocity vector to max_vel in case it exceeds this velocity limit. + +[Restart, fix_modify, output, run start/stop, minimize info:] + +Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs. + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"smd/integrate_ulsph"_fix_smd_integrate_ulsph.html + +[Default:] none diff --git a/doc/fix_smd_integrate_ulsph.html b/doc/fix_smd_integrate_ulsph.html new file mode 100644 index 0000000000..a804d22467 --- /dev/null +++ b/doc/fix_smd_integrate_ulsph.html @@ -0,0 +1,246 @@ + + + + + + + + + + + fix smd/integrate_ulsph command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    fix smd/integrate_ulsph command

    +
    +

    Syntax

    +
    fix ID group-ID smd/integrate_ulsph keyword
    +
    +
    +
      +
    • ID, group-ID are documented in fix command
    • +
    • smd/integrate_ulsph = style name of this fix command
    • +
    • zero or more keyword/value pairs may be appended
    • +
    +

    keyword = adjust_radius or limit_velocity

    +
    +
    adjust_radius values = adjust_radius_factor min_nn max_nn
    +
    adjust_radius_factor = factor which scale the smooth/kernel radius +min_nn = minimum number of neighbors +max_nn = maximum number of neighbors
    +
    limit_velocity values = max_velocity
    +
    max_velocity = maximum allowed velocity.
    +
    +
    +
    +

    Examples

    +
    fix 1 all smd/integrate_ulsph adjust_radius 1.02 25 50
    +
    +
    +
    fix 1 all smd/integrate_ulsph limit_velocity 1000
    +
    +
    +
    +
    +

    Description

    +

    The fix performs explicit time integration for particles which interact with the updated Lagrangian SPH pair style. +See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +

    The adjust_radius keyword activates dynamic adjustment of the per-particle SPH smoothing kernel radius such that the number of neighbors per particles remains +within the interval min_nn to max_nn. The parameter adjust_radius_factor determines the amount of adjustment per timestep. Typical values are +*adjust_radius_factor*=1.02, *min_nn*=15, and *max_nn*=20.

    +

    The limit_velocity keyword will control the velocity, scaling the norm of +the velocity vector to max_vel in case it exceeds this velocity limit.

    +
    +
    +

    Restart, fix_modify, output, run start/stop, minimize info

    +

    Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.

    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/fix_smd_integrate_ulsph.txt b/doc/fix_smd_integrate_ulsph.txt new file mode 100644 index 0000000000..c9667465d8 --- /dev/null +++ b/doc/fix_smd_integrate_ulsph.txt @@ -0,0 +1,60 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +fix smd/integrate_ulsph command :h3 + +[Syntax:] + +fix ID group-ID smd/integrate_ulsph keyword :pre + +ID, group-ID are documented in "fix"_fix.html command +smd/integrate_ulsph = style name of this fix command +zero or more keyword/value pairs may be appended :ul + +keyword = adjust_radius or limit_velocity + +adjust_radius values = adjust_radius_factor min_nn max_nn + adjust_radius_factor = factor which scale the smooth/kernel radius + min_nn = minimum number of neighbors + max_nn = maximum number of neighbors +limit_velocity values = max_velocity + max_velocity = maximum allowed velocity. + + +[Examples:] + +fix 1 all smd/integrate_ulsph adjust_radius 1.02 25 50 :pre +fix 1 all smd/integrate_ulsph limit_velocity 1000 :pre + +[Description:] + +The fix performs explicit time integration for particles which interact with the updated Lagrangian SPH pair style. +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +The {adjust_radius} keyword activates dynamic adjustment of the per-particle SPH smoothing kernel radius such that the number of neighbors per particles remains +within the interval {min_nn} to {max_nn}. The parameter {adjust_radius_factor} determines the amount of adjustment per timestep. Typical values are +{adjust_radius_factor}=1.02, {min_nn}=15, and {max_nn}=20. + +The {limit_velocity} keyword will control the velocity, scaling the norm of +the velocity vector to max_vel in case it exceeds this velocity limit. + +[Restart, fix_modify, output, run start/stop, minimize info:] + +Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs. + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + + + +[Default:] none diff --git a/doc/fix_smd_move_triangulated_surface.html b/doc/fix_smd_move_triangulated_surface.html new file mode 100644 index 0000000000..78315cb519 --- /dev/null +++ b/doc/fix_smd_move_triangulated_surface.html @@ -0,0 +1,257 @@ + + + + + + + + + + + fix smd/move_tri_surf command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    fix smd/move_tri_surf command

    +
    +

    Syntax

    +
    fix ID group-ID smd/move_tri_surf keyword
    +
    +
    +
      +
    • ID, group-ID are documented in fix command
    • +
    • smd/move_tri_surf keyword = style name of this fix command
    • +
    • keyword = **LINEAR* or **WIGGLE* or **ROTATE*
    • +
    +
    **LINEAR* args = Vx Vy Vz
    +   Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL
    +**WIGGLE* args = Vx Vy Vz max_travel
    +   vx,vy,vz = components of velocity vector (velocity units), any component can be specified as NULL
    +   max_travel = wiggle amplitude
    +**ROTATE* args = Px Py Pz Rx Ry Rz period
    +   Px,Py,Pz = origin point of axis of rotation (distance units)
    +   Rx,Ry,Rz = axis of rotation vector
    +   period = period of rotation (time units)
    +
    +
    +
    +
    +

    Examples

    +
    fix 1 tool smd/move_tri_surf *LINEAR 20 20 10
    +fix 2 tool smd/move_tri_surf *WIGGLE 20 20 10
    +fix 2 tool smd/move_tri_surf *ROTATE 0 0 0 5 2 1
    +
    +
    +
    +
    +

    Description

    +

    This fix applies only to rigid surfaces read from .STL files via fix smd/wall_surface . +It updates position and velocity for the particles in the group each timestep without regard to forces on the particles. +The rigid surfaces can thus be moved along simple trajectories during the simulation.

    +

    The **LINEAR* style moves particles with the specified constant velocity +vector V = (Vx,Vy,Vz). This style also sets the velocity of each particle +to V = (Vx,Vy,Vz).

    +

    The **WIGGLE* style moves particles in an oscillatory fashion. +Particles are moved along (vx, vy, vz) with constant velocity until a +displacement of max_travel is reached. Then, the velocity vector is +reversed. This process is repeated.

    +

    The **ROTATE* style rotates particles around a rotation axis R = (Rx,Ry,Rz) that +goes through a point P = (Px,Py,Pz). The period of the rotation is also +specified. This style also sets the velocity of each particle to (omega cross +Rperp) where omega is its angular velocity around the rotation axis and +Rperp is a perpendicular vector from the rotation axis to the particle.

    +

    See this PDF guide to using Smooth Mach Dynamics in LAMMPS.

    +
    +
    +

    Restart, fix_modify, output, run start/stop, minimize info

    +

    Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.

    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/fix_smd_move_triangulated_surface.txt b/doc/fix_smd_move_triangulated_surface.txt new file mode 100644 index 0000000000..6a4306de29 --- /dev/null +++ b/doc/fix_smd_move_triangulated_surface.txt @@ -0,0 +1,75 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +fix smd/move_tri_surf command :h3 + +[Syntax:] + +fix ID group-ID smd/move_tri_surf keyword :pre + +ID, group-ID are documented in "fix"_fix.html command :ulb,l +smd/move_tri_surf keyword = style name of this fix command :l +keyword = {*LINEAR} or {*WIGGLE} or {*ROTATE} :l + + {*LINEAR} args = Vx Vy Vz + Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL + {*WIGGLE} args = Vx Vy Vz max_travel + vx,vy,vz = components of velocity vector (velocity units), any component can be specified as NULL + max_travel = wiggle amplitude + {*ROTATE} args = Px Py Pz Rx Ry Rz period + Px,Py,Pz = origin point of axis of rotation (distance units) + Rx,Ry,Rz = axis of rotation vector + period = period of rotation (time units) :pre + +:ule + +[Examples:] + +fix 1 tool smd/move_tri_surf *LINEAR 20 20 10 +fix 2 tool smd/move_tri_surf *WIGGLE 20 20 10 +fix 2 tool smd/move_tri_surf *ROTATE 0 0 0 5 2 1 :pre + +[Description:] + +This fix applies only to rigid surfaces read from .STL files via fix "smd/wall_surface"_fix_smd_wall_surface.html . +It updates position and velocity for the particles in the group each timestep without regard to forces on the particles. +The rigid surfaces can thus be moved along simple trajectories during the simulation. + +The {*LINEAR} style moves particles with the specified constant velocity +vector V = (Vx,Vy,Vz). This style also sets the velocity of each particle +to V = (Vx,Vy,Vz). + +The {*WIGGLE} style moves particles in an oscillatory fashion. +Particles are moved along (vx, vy, vz) with constant velocity until a +displacement of max_travel is reached. Then, the velocity vector is +reversed. This process is repeated. + +The {*ROTATE} style rotates particles around a rotation axis R = (Rx,Ry,Rz) that +goes through a point P = (Px,Py,Pz). The period of the rotation is also +specified. This style also sets the velocity of each particle to (omega cross +Rperp) where omega is its angular velocity around the rotation axis and +Rperp is a perpendicular vector from the rotation axis to the particle. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS. + +[Restart, fix_modify, output, run start/stop, minimize info:] + +Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs. + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + + +[Related commands:] + +"smd/triangle_mesh_vertices"_compute_smd_triangle_mesh_vertices.html, "smd/wall_surface"_fix_smd_wall_surface.html + +[Default:] none diff --git a/doc/fix_smd_setvel.html b/doc/fix_smd_setvel.html new file mode 100644 index 0000000000..f4e8f5759c --- /dev/null +++ b/doc/fix_smd_setvel.html @@ -0,0 +1,263 @@ + + + + + + + + + + + fix smd/setvel command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    fix smd/setvel command

    +
    +

    Syntax

    +
    fix ID group-ID smd/setvel vx vy vz keyword value ...
    +
    +
    +
      +
    • ID, group-ID are documented in fix command
    • +
    • smd/setvel = style name of this fix command
    • +
    • vx,vy,vz = velocity component values
    • +
    • any of vx,vy,vz can be a variable (see below)
    • +
    • zero or more keyword/value pairs may be appended to args
    • +
    • keyword = region
    • +
    +
    +region value = region-ID
    +  region-ID = ID of region particles must be in to have their velocities set
    +
    +
    +
    +

    Examples

    +
    fix top_velocity top_group setvel 1.0 0.0 0.0
    +
    +
    +
    +
    +

    Description

    +

    Set each component of velocity on each particle in the group to the specified +values vx,vy,vz, regardless of the forces acting on the particle. This command can +be used to impose velocity boundary conditions.

    +

    Any of the vx,vy,vz values can be specified as NULL which means do not +alter the velocity component in that dimension.

    +

    This fix is indented to be used together with a time integration fix.

    +

    Any of the 3 quantities defining the velocity components can be specified +as an equal-style or atom-style variable, namely vx, +vy, vz. If the value is a variable, it should be specified as +v_name, where name is the variable name. In this case, the variable +will be evaluated each timestep, and its value used to determine the +force component.

    +

    Equal-style variables can specify formulas with various mathematical +functions, and include thermo_style command +keywords for the simulation box parameters and timestep and elapsed +time. Thus it is easy to specify a time-dependent velocity field.

    +

    Atom-style variables can specify the same formulas as equal-style +variables but can also include per-atom values, such as atom +coordinates. Thus it is easy to specify a spatially-dependent velocity +field with optional time-dependence as well.

    +

    If the region keyword is used, the particle must also be in the +specified geometric region in order to have its velocity set by this command.

    +
    +
    +
    +

    Restart, fix_modify, output, run start/stop, minimize info

    +

    Currently, no part of USER-SMD supports restarting nor minimization +None of the fix_modify options +are relevant to this fix.

    +

    This fix computes a global 3-vector of forces, which can be accessed +by various output commands. This is the +total force on the group of atoms. The vector values calculated by this +fix are “extensive”.

    +

    No parameter of this fix can be used with the start/stop keywords of +the run command.

    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +

    Related commands: none

    +

    Default: none

    +
    +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/fix_smd_setvel.txt b/doc/fix_smd_setvel.txt new file mode 100644 index 0000000000..6d96e79723 --- /dev/null +++ b/doc/fix_smd_setvel.txt @@ -0,0 +1,84 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +fix smd/setvel command :h3 + +[Syntax:] + +fix ID group-ID smd/setvel vx vy vz keyword value ... :pre + +ID, group-ID are documented in "fix"_fix.html command :ulb,l +smd/setvel = style name of this fix command :l +vx,vy,vz = velocity component values :l +any of vx,vy,vz can be a variable (see below) :l +zero or more keyword/value pairs may be appended to args :l +keyword = {region} :l + {region} value = region-ID + region-ID = ID of region particles must be in to have their velocities set :pre +:ule + +[Examples:] + +fix top_velocity top_group setvel 1.0 0.0 0.0 :pre + +[Description:] + +Set each component of velocity on each particle in the group to the specified +values vx,vy,vz, regardless of the forces acting on the particle. This command can +be used to impose velocity boundary conditions. + +Any of the vx,vy,vz values can be specified as NULL which means do not +alter the velocity component in that dimension. + +This fix is indented to be used together with a time integration fix. + +Any of the 3 quantities defining the velocity components can be specified +as an equal-style or atom-style "variable"_variable.html, namely {vx}, +{vy}, {vz}. If the value is a variable, it should be specified as +v_name, where name is the variable name. In this case, the variable +will be evaluated each timestep, and its value used to determine the +force component. + +Equal-style variables can specify formulas with various mathematical +functions, and include "thermo_style"_thermo_style.html command +keywords for the simulation box parameters and timestep and elapsed +time. Thus it is easy to specify a time-dependent velocity field. + +Atom-style variables can specify the same formulas as equal-style +variables but can also include per-atom values, such as atom +coordinates. Thus it is easy to specify a spatially-dependent velocity +field with optional time-dependence as well. + +If the {region} keyword is used, the particle must also be in the +specified geometric "region"_region.html in order to have its velocity set by this command. + +:line + +[Restart, fix_modify, output, run start/stop, minimize info:] + +Currently, no part of USER-SMD supports restarting nor minimization +None of the "fix_modify"_fix_modify.html options +are relevant to this fix. + +This fix computes a global 3-vector of forces, which can be accessed +by various "output commands"_Section_howto.html#howto_15. This is the +total force on the group of atoms. The vector values calculated by this +fix are "extensive". + +No parameter of this fix can be used with the {start/stop} keywords of +the "run"_run.html command. + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] none + +[Default:] none diff --git a/doc/fix_smd_tlsph_reference_configuration.html b/doc/fix_smd_tlsph_reference_configuration.html new file mode 100644 index 0000000000..b4af1d92e0 --- /dev/null +++ b/doc/fix_smd_tlsph_reference_configuration.html @@ -0,0 +1,190 @@ + + + + + + + + + + + <no title> — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/log.lammps b/doc/fix_smd_tlsph_reference_configuration.txt similarity index 100% rename from tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/log.lammps rename to doc/fix_smd_tlsph_reference_configuration.txt diff --git a/doc/fix_smd_wall_surface.html b/doc/fix_smd_wall_surface.html new file mode 100644 index 0000000000..67166e4765 --- /dev/null +++ b/doc/fix_smd_wall_surface.html @@ -0,0 +1,244 @@ + + + + + + + + + + + fix smd/wall_surface command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    fix smd/wall_surface command

    +
    +

    Syntax

    +
    fix ID group-ID smd/wall_surface arg type mol-ID
    +
    +
    +
      +
    • ID, group-ID are documented in fix command
    • +
    • smd/wall_surface = style name of this fix command
    • +
    • arg = file
    • +
    +
    +file = file name of a triangular mesh in stl format
    +
    +
      +
    • type = particle type to be given to the new particles created by this fix
    • +
    • mol-ID = molecule-ID to be given to the new particles created by this fix (must be >= 65535)
    • +
    +
    +
    +

    Examples

    +
    fix stl_surf all smd/wall_surface tool.stl 2 65535
    +
    +
    +
    +
    +

    Description

    +

    This fix creates reads a traingulated surface from a file in .STL format. +For each triangle, a new particle is created which stores the barycenter of the triangle and the vertex positions. +The radius of the new particle is that of the minimum circle which encompasses the triangle vertices.

    +

    The triangulated surface can be used as a complex rigid wall via the smd/tri_surface pair style. +It is possible to move the triangulated surface via the smd/move_tri_surf fix style.

    +

    Immediately after a .STL file has been read, the simulation needs to be run for 0 timesteps in order to properly register the new particles +in the system. See the “funnel_flow” example in the USER-SMD examples directory.

    +

    See this PDF guide to use Smooth Mach Dynamics in LAMMPS.

    +
    +
    +

    Restart, fix_modify, output, run start/stop, minimize info

    +

    Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.

    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info. The molecule ID given to the particles created by this fix have to be equal to or larger than 65535.

    +

    Within each .STL file, only a single triangulated object must be present, even though the STL format allows for the possibility of multiple objects in one file.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/fix_smd_wall_surface.txt b/doc/fix_smd_wall_surface.txt new file mode 100644 index 0000000000..cc0f4340af --- /dev/null +++ b/doc/fix_smd_wall_surface.txt @@ -0,0 +1,58 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +fix smd/wall_surface command :h3 + +[Syntax:] + +fix ID group-ID smd/wall_surface arg type mol-ID :pre + +ID, group-ID are documented in "fix"_fix.html command :ulb,l +smd/wall_surface = style name of this fix command :l +arg = {file} :l + {file} = file name of a triangular mesh in stl format :pre +type = particle type to be given to the new particles created by this fix :l +mol-ID = molecule-ID to be given to the new particles created by this fix (must be >= 65535) :l + +:ule + +[Examples:] + +fix stl_surf all smd/wall_surface tool.stl 2 65535 :pre + +[Description:] + +This fix creates reads a traingulated surface from a file in .STL format. +For each triangle, a new particle is created which stores the barycenter of the triangle and the vertex positions. +The radius of the new particle is that of the minimum circle which encompasses the triangle vertices. + +The triangulated surface can be used as a complex rigid wall via the "smd/tri_surface"_pair_smd_triangulated_surface.html pair style. +It is possible to move the triangulated surface via the "smd/move_tri_surf"_fix_smd_move_triangulated_surface.html fix style. + +Immediately after a .STL file has been read, the simulation needs to be run for 0 timesteps in order to properly register the new particles +in the system. See the "funnel_flow" example in the USER-SMD examples directory. + +See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS. + +[Restart, fix_modify, output, run start/stop, minimize info:] + +Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs. + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. The molecule ID given to the particles created by this fix have to be equal to or larger than 65535. + +Within each .STL file, only a single triangulated object must be present, even though the STL format allows for the possibility of multiple objects in one file. + +[Related commands:] + +"smd/triangle_mesh_vertices"_compute_smd_triangle_mesh_vertices.html, "smd/move_tri_surf"_fix_smd_move_triangulated_surface.html, "smd/tri_surface"_pair_smd_triangulated_surface.html + +[Default:] none diff --git a/doc/genindex.html b/doc/genindex.html index b2d51fcaf5..2592e637a5 100644 --- a/doc/genindex.html +++ b/doc/genindex.html @@ -499,8 +499,6 @@
    compute msd
    - -
    compute msd/chunk
    @@ -541,6 +539,8 @@
    compute property/atom
    +
    +
    compute property/chunk
    @@ -566,6 +566,82 @@ +
    compute smd/contact_radius +
    + + +
    compute smd/damage +
    + + +
    compute smd/hourglass_error +
    + + +
    compute smd/internal_energy +
    + + +
    compute smd/plastic_strain +
    + + +
    compute smd/plastic_strain_rate +
    + + +
    compute smd/rho +
    + + +
    compute smd/tlsph_defgrad +
    + + +
    compute smd/tlsph_dt +
    + + +
    compute smd/tlsph_num_neighs +
    + + +
    compute smd/tlsph_shape +
    + + +
    compute smd/tlsph_strain +
    + + +
    compute smd/tlsph_strain_rate +
    + + +
    compute smd/tlsph_stress +
    + + +
    compute smd/ulsph_num_neighs +
    + + +
    compute smd/ulsph_strain +
    + + +
    compute smd/ulsph_strain_rate +
    + + +
    compute smd/ulsph_stress +
    + + +
    compute smd/vol +
    + +
    compute sna/atom
    @@ -1053,8 +1129,6 @@
    fix nve/asphere/noforce
    -
    -
    fix nve/body
    @@ -1067,6 +1141,8 @@
    fix nve/limit
    +
    +
    fix nve/line
    @@ -1204,6 +1280,30 @@ +
    fix smd/adjust_dt +
    + + +
    fix smd/integrate_tlsph +
    + + +
    fix smd/integrate_ulsph +
    + + +
    fix smd/move_tri_surf +
    + + +
    fix smd/setvel +
    + + +
    fix smd/wall_surface +
    + +
    fix spring
    @@ -1675,8 +1775,6 @@
    pair_style lj/sdk
    -
    -
    pair_style lj/sf
    @@ -1685,6 +1783,8 @@
    pair_style lj/smooth
    +
    +
    pair_style lj/smooth/linear
    @@ -1750,6 +1850,22 @@ +
    pair_style smd/hertz +
    + + +
    pair_style smd/tlsph +
    + + +
    pair_style smd/tri_surface +
    + + +
    pair_style smd/ulsph +
    + +
    pair_style snap
    diff --git a/doc/pair_smd_hertz.html b/doc/pair_smd_hertz.html new file mode 100644 index 0000000000..481a032699 --- /dev/null +++ b/doc/pair_smd_hertz.html @@ -0,0 +1,233 @@ + + + + + + + + + + + pair_style smd/hertz command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    pair_style smd/hertz command

    +
    +

    Syntax

    +
    pair_style smd/hertz scale_factor
    +
    +
    +
    +
    +

    Examples

    +

    pair_style smd/hertz 1.0 +pair_coeff 1 1 <contact_stiffness>

    +
    +
    +

    Description

    +

    The smd/hertz style calculates contact forces between SPH particles belonging to different physical bodies.

    +

    The contact forces are calculated using a Hertz potential, which evaluates the overlap between two particles +(whose spatial extents are defined via its contact radius). +The effect is that a particles cannot penetrate into each other. +The parameter <contact_stiffness> has units of pressure and should equal roughly one half +of the Young’s modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particles.

    +

    The parameter scale_factor can be used to scale the particles’ contact radii. This can be useful to control how close +particles can approach each other. Usually, *scale_factor*=1.0.

    +
    +

    Mixing, shift, table, tail correction, restart, rRESPA info:

    +

    No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style.

    +
    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/pair_smd_hertz.txt b/doc/pair_smd_hertz.txt new file mode 100644 index 0000000000..5d6784bb12 --- /dev/null +++ b/doc/pair_smd_hertz.txt @@ -0,0 +1,56 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +pair_style smd/hertz command :h3 + +[Syntax:] + +pair_style smd/hertz scale_factor :pre + +[Examples:] + +pair_style smd/hertz 1.0 +pair_coeff 1 1 + +[Description:] + +The {smd/hertz} style calculates contact forces between SPH particles belonging to different physical bodies. + +The contact forces are calculated using a Hertz potential, which evaluates the overlap between two particles +(whose spatial extents are defined via its contact radius). +The effect is that a particles cannot penetrate into each other. +The parameter has units of pressure and should equal roughly one half +of the Young's modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particles. + +The parameter {scale_factor} can be used to scale the particles' contact radii. This can be useful to control how close +particles can approach each other. Usually, {scale_factor}=1.0. + +:line + +[Mixing, shift, table, tail correction, restart, rRESPA info]: + +No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style. + +:line + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"pair_coeff"_pair_coeff.html + +[Default:] none + +:line + diff --git a/doc/pair_smd_tlsph.html b/doc/pair_smd_tlsph.html new file mode 100644 index 0000000000..7a32ec3900 --- /dev/null +++ b/doc/pair_smd_tlsph.html @@ -0,0 +1,243 @@ + + + + + + + + + + + pair_style smd/tlsph command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    pair_style smd/tlsph command

    +
    +

    Syntax

    +
    pair_style smd/tlsph args
    +
    +
    +
    +
    +

    Examples

    +

    pair_style smd/tlsph

    +
    +
    +

    Description

    +

    The smd/tlsph style computes particle interactions according to continuum mechanics constitutive laws and a Total-Lagrangian Smooth-Particle Hydrodynamics algorithm.

    +

    This pair style is invoked with the following command:

    +
    pair_style smd/tlsph
    +pair_coeff i j *COMMON rho0 E nu Q1 Q2 hg Cp &
    +               *END
    +
    +
    +

    Here, i and j denote the LAMMPS particle types for which this pair style is +defined. Note that i and j must be equal, i.e., no tlsph cross interactions +between different particle types are allowed. +In contrast to the usual LAMMPS pair coeff definitions, which are given solely a +number of floats and integers, the tlsph pair coeff definition is organised using +keywords. These keywords mark the beginning of different sets of parameters for particle properties, +material constitutive models, and damage models. The pair coeff line must be terminated with +the **END* keyword. The use the line continuation operator & is recommended. A typical +invocation of the tlsph for a solid body would consist of an equation of state for computing +the pressure (the diagonal components of the stress tensor), and a material model to compute shear +stresses (the off-diagonal components of the stress tensor). Damage and failure models can also be added.

    +

    Please see the SMD user guide for a complete listing of the possible keywords and material models.

    +
    +

    Mixing, shift, table, tail correction, restart, rRESPA info:

    +

    No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style.

    +
    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/pair_smd_tlsph.txt b/doc/pair_smd_tlsph.txt new file mode 100644 index 0000000000..a81d2e25c1 --- /dev/null +++ b/doc/pair_smd_tlsph.txt @@ -0,0 +1,67 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +pair_style smd/tlsph command :h3 + +[Syntax:] + +pair_style smd/tlsph args :pre + +[Examples:] + +pair_style smd/tlsph + + +[Description:] + +The {smd/tlsph} style computes particle interactions according to continuum mechanics constitutive laws and a Total-Lagrangian Smooth-Particle Hydrodynamics algorithm. + +This pair style is invoked with the following command: + +pair_style smd/tlsph +pair_coeff i j *COMMON rho0 E nu Q1 Q2 hg Cp & + *END :pre + +Here, {i} and {j} denote the {LAMMPS} particle types for which this pair style is +defined. Note that {i} and {j} must be equal, i.e., no {tlsph} cross interactions +between different particle types are allowed. +In contrast to the usual {LAMMPS} {pair coeff} definitions, which are given solely a +number of floats and integers, the {tlsph} {pair coeff} definition is organised using +keywords. These keywords mark the beginning of different sets of parameters for particle properties, +material constitutive models, and damage models. The {pair coeff} line must be terminated with +the {*END} keyword. The use the line continuation operator {&} is recommended. A typical +invocation of the {tlsph} for a solid body would consist of an equation of state for computing +the pressure (the diagonal components of the stress tensor), and a material model to compute shear +stresses (the off-diagonal components of the stress tensor). Damage and failure models can also be added. + +Please see the "SMD user guide"_USER/smd/SMD_LAMMPS_userguide.pdf for a complete listing of the possible keywords and material models. + +:line + +[Mixing, shift, table, tail correction, restart, rRESPA info]: + +No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style. + +:line + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"pair_coeff"_pair_coeff.html + +[Default:] none + +:line + diff --git a/doc/pair_smd_triangulated_surface.html b/doc/pair_smd_triangulated_surface.html new file mode 100644 index 0000000000..8ea0d5514e --- /dev/null +++ b/doc/pair_smd_triangulated_surface.html @@ -0,0 +1,234 @@ + + + + + + + + + + + pair_style smd/tri_surface command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    pair_style smd/tri_surface command

    +
    +

    Syntax

    +
    pair_style smd/tri_surface scale_factor
    +
    +
    +
    +
    +

    Examples

    +

    pair_style smd/tri_surface 1.0 +pair_coeff 1 1 <contact_stiffness>

    +
    +
    +

    Description

    +

    The smd/tri_surface style calculates contact forces between SPH particles and a rigid wall boundary defined via the +smd/wall_surface fix.

    +

    The contact forces are calculated using a Hertz potential, which evaluates the overlap between a particle +(whose spatial extents are defined via its contact radius) and the triangle. +The effect is that a particle cannot penetrate into the triangular surface. +The parameter <contact_stiffness> has units of pressure and should equal roughly one half +of the Young’s modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particle

    +

    The parameter scale_factor can be used to scale the particles’ contact radii. This can be useful to control how close +particles can approach the triangulated surface. Usually, *scale_factor*=1.0.

    +
    +

    Mixing, shift, table, tail correction, restart, rRESPA info:

    +

    No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style.

    +
    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/pair_smd_triangulated_surface.txt b/doc/pair_smd_triangulated_surface.txt new file mode 100644 index 0000000000..bfc0e806ac --- /dev/null +++ b/doc/pair_smd_triangulated_surface.txt @@ -0,0 +1,57 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +pair_style smd/tri_surface command :h3 + +[Syntax:] + +pair_style smd/tri_surface scale_factor :pre + +[Examples:] + +pair_style smd/tri_surface 1.0 +pair_coeff 1 1 + +[Description:] + +The {smd/tri_surface} style calculates contact forces between SPH particles and a rigid wall boundary defined via the +"smd/wall_surface"_fix_smd_wall_surface.html fix. + +The contact forces are calculated using a Hertz potential, which evaluates the overlap between a particle +(whose spatial extents are defined via its contact radius) and the triangle. +The effect is that a particle cannot penetrate into the triangular surface. +The parameter has units of pressure and should equal roughly one half +of the Young's modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particle + +The parameter {scale_factor} can be used to scale the particles' contact radii. This can be useful to control how close +particles can approach the triangulated surface. Usually, {scale_factor}=1.0. + +:line + +[Mixing, shift, table, tail correction, restart, rRESPA info]: + +No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style. + +:line + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"pair_coeff"_pair_coeff.html + +[Default:] none + +:line + diff --git a/doc/pair_smd_ulsph.html b/doc/pair_smd_ulsph.html new file mode 100644 index 0000000000..ab5961b393 --- /dev/null +++ b/doc/pair_smd_ulsph.html @@ -0,0 +1,248 @@ + + + + + + + + + + + pair_style smd/ulsph command — LAMMPS 15 May 2015 version documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + + + +
    +
    +
    + +
    + +
    +
    +
    + +
    +

    pair_style smd/ulsph command

    +
    +

    Syntax

    +
    pair_style smd/ulsph args
    +
    +
    +
      +
    • these keywords must be given
    • +
    +

    keyword = **DENSITY_SUMMATION* or **DENSITY_CONTINUITY* and **VELOCITY_GRADIENT* or **NO_VELOCITY_GRADIENT* and **GRADIENT_CORRECTION* or **NO_GRADIENT_CORRECTION*

    +
    +
    +

    Examples

    +

    pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION

    +
    +
    +

    Description

    +

    The smd/ulsph style computes particle interactions according to continuum mechanics constitutive laws and an updated Lagrangian Smooth-Particle Hydrodynamics algorithm.

    +

    This pair style is invoked similar to the following command:

    +
    pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION
    +pair_coeff i j *COMMON rho0 c0 Q1 Cp hg &
    +               *END
    +
    +
    +

    Here, i and j denote the LAMMPS particle types for which this pair style is +defined. Note that i and j can be different, i.e., ulsph cross interactions +between different particle types are allowed. However, ii respectively jj pair_coeff lines have to preceed a cross interaction. +In contrast to the usual LAMMPS pair coeff definitions, which are given solely a +number of floats and integers, the ulsph pair coeff definition is organised using +keywords. These keywords mark the beginning of different sets of parameters for particle properties, +material constitutive models, and damage models. The pair coeff line must be terminated with +the **END* keyword. The use the line continuation operator & is recommended. A typical +invocation of the ulsph for a solid body would consist of an equation of state for computing +the pressure (the diagonal components of the stress tensor), and a material model to compute shear +stresses (the off-diagonal components of the stress tensor).

    +

    Note that the use of *GRADIENT_CORRECTION can lead to severe numerical instabilities. For a general fluid simulation, *NO_GRADIENT_CORRECTION is recommended.

    +

    Please see the SMD user guide for a complete listing of the possible keywords and material models.

    +
    +

    Mixing, shift, table, tail correction, restart, rRESPA info:

    +

    No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style.

    +
    +
    +
    +

    Restrictions

    +

    This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the Making LAMMPS +section for more info.

    +
    + +
    + + +
    +
    + + +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/pair_smd_ulsph.txt b/doc/pair_smd_ulsph.txt new file mode 100644 index 0000000000..d4c9fc41fa --- /dev/null +++ b/doc/pair_smd_ulsph.txt @@ -0,0 +1,71 @@ +"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c + +:link(lws,http://lammps.sandia.gov) +:link(ld,Manual.html) +:link(lc,Section_commands.html#comm) + +:line + +pair_style smd/ulsph command :h3 + +[Syntax:] + +pair_style smd/ulsph args :pre + +these keywords must be given :l +keyword = {*DENSITY_SUMMATION} or {*DENSITY_CONTINUITY} and {*VELOCITY_GRADIENT} or {*NO_VELOCITY_GRADIENT} and {*GRADIENT_CORRECTION} or {*NO_GRADIENT_CORRECTION} + +[Examples:] + +pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION + +[Description:] + +The {smd/ulsph} style computes particle interactions according to continuum mechanics constitutive laws and an updated Lagrangian Smooth-Particle Hydrodynamics algorithm. + +This pair style is invoked similar to the following command: + +pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION +pair_coeff i j *COMMON rho0 c0 Q1 Cp hg & + *END :pre + +Here, {i} and {j} denote the {LAMMPS} particle types for which this pair style is +defined. Note that {i} and {j} can be different, i.e., {ulsph} cross interactions +between different particle types are allowed. However, {i}--{i} respectively {j}--{j} pair_coeff lines have to preceed a cross interaction. +In contrast to the usual {LAMMPS} {pair coeff} definitions, which are given solely a +number of floats and integers, the {ulsph} {pair coeff} definition is organised using +keywords. These keywords mark the beginning of different sets of parameters for particle properties, +material constitutive models, and damage models. The {pair coeff} line must be terminated with +the {*END} keyword. The use the line continuation operator {&} is recommended. A typical +invocation of the {ulsph} for a solid body would consist of an equation of state for computing +the pressure (the diagonal components of the stress tensor), and a material model to compute shear +stresses (the off-diagonal components of the stress tensor). + +Note that the use of *GRADIENT_CORRECTION can lead to severe numerical instabilities. For a general fluid simulation, *NO_GRADIENT_CORRECTION is recommended. + +Please see the "SMD user guide"_USER/smd/SMD_LAMMPS_userguide.pdf for a complete listing of the possible keywords and material models. + +:line + +[Mixing, shift, table, tail correction, restart, rRESPA info]: + +No mixing is performed automatically. +Currently, no part of USER-SMD supports restarting nor minimization. +rRESPA does not apply to this pair style. + +:line + +[Restrictions:] + +This fix is part of the USER-SMD package. It is only enabled if +LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 +section for more info. + +[Related commands:] + +"pair_coeff"_pair_coeff.html + +[Default:] none + +:line + diff --git a/doc/prd.html b/doc/prd.html index 07420fc597..01557ac623 100644 --- a/doc/prd.html +++ b/doc/prd.html @@ -153,8 +153,8 @@ vel values = loop dist loop = all or local or geom, used in dephasing dist = uniform or gaussian, used in dephasing -time value = step or clock - step = simulation runs for N timesteps on each replica (default) +time value = steps or clock + steps = simulation runs for N timesteps on each replica (default) clock = simulation runs for N timesteps across all replicas @@ -171,11 +171,11 @@ prd 5000 100 10 10 100 1 54982 min 0.1 0.1 100 200 replicas of a system. One or more replicas can be used. The total number of steps N to run can be interpreted in one of two ways; see discussion of the time keyword below.

    -

    PRD is described in this paper by Art Voter. It is a method +

    PRD is described in this paper by Art Voter. It is a method for performing accelerated dynamics that is suitable for infrequent-event systems that obey first-order kinetics. A good overview of accelerated dynamics methods for such systems in given in -this review paper from the same group. To quote from the +this review paper from the same group. To quote from the paper: “The dynamical evolution is characterized by vibrational excursions within a potential basin, punctuated by occasional transitions between basins.” The transition probability is @@ -268,7 +268,7 @@ dynamics have been performed. Note that N only includes the dynamics of stages 2 and 3, not the steps taken during dephasing or the minimization iterations of quenching. The specified N is interpreted in one of two ways, depending on the time keyword. If -the time value is step, which is the default, then each replica +the time value is steps, which is the default, then each replica runs for N timesteps. If the time value is clock, then the simulation runs until N aggregate timesteps across all replicas have elapsed. This aggregate time is the “clock” time defined below, which @@ -392,7 +392,7 @@ include the “ave” fixes such as

    Default

    The option defaults are min = 0.1 0.1 40 50, no temp setting, vel = -geom gaussian, and time = step.

    +geom gaussian, and time = steps.


    (Voter) Voter, Phys Rev B, 57, 13985 (1998).

    (Voter2) Voter, Montalenti, Germann, Annual Review of Materials diff --git a/doc/prd.txt b/doc/prd.txt index 9f601fc884..b4f5184e1d 100644 --- a/doc/prd.txt +++ b/doc/prd.txt @@ -31,8 +31,8 @@ keyword = {min} or {temp} or {vel} :l {vel} values = loop dist loop = {all} or {local} or {geom}, used in dephasing dist = {uniform} or {gaussian}, used in dephasing - {time} value = {step} or {clock} - {step} = simulation runs for N timesteps on each replica (default) + {time} value = {steps} or {clock} + {steps} = simulation runs for N timesteps on each replica (default) {clock} = simulation runs for N timesteps across all replicas :pre :ule @@ -158,7 +158,7 @@ dynamics have been performed. Note that {N} only includes the dynamics of stages 2 and 3, not the steps taken during dephasing or the minimization iterations of quenching. The specified {N} is interpreted in one of two ways, depending on the {time} keyword. If -the {time} value is {step}, which is the default, then each replica +the {time} value is {steps}, which is the default, then each replica runs for {N} timesteps. If the {time} value is {clock}, then the simulation runs until {N} aggregate timesteps across all replicas have elapsed. This aggregate time is the "clock" time defined below, which @@ -310,7 +310,7 @@ dt/reset"_fix_dt_reset.html and "fix deposit"_fix_deposit.html. [Default:] The option defaults are min = 0.1 0.1 40 50, no temp setting, vel = -geom gaussian, and time = step. +geom gaussian, and time = steps. :line diff --git a/doc/read_data.html b/doc/read_data.html index 01d1b92d48..0ffe97755e 100644 --- a/doc/read_data.html +++ b/doc/read_data.html @@ -610,8 +610,8 @@ box the atom is in. These may be important to include for some kinds of analysis.

    --++ @@ -653,19 +653,22 @@ of analysis.

    - + + + + - + - + - + - + @@ -695,6 +698,8 @@ of analysis.

  • eradius = electron radius (or fixed-core radius)
  • etag = integer ID of electron that each wavepacket belongs to
  • cs_re,cs_im = real/imaginary parts of wavepacket coefficients
  • +
  • kernel_radius = ??? (distance units)
  • +
  • contact_radius = ??? (distance units)
  • The units for these quantities depend on the unit style; see the units command for details.

    diff --git a/doc/read_data.txt b/doc/read_data.txt index 2483699664..f3bd1e5f3f 100644 --- a/doc/read_data.txt +++ b/doc/read_data.txt @@ -535,6 +535,7 @@ line: atom-ID molecule-ID atom-type lineflag density x y z meso: atom-ID atom-type rho e cv x y z molecular: atom-ID molecule-ID atom-type x y z peri: atom-ID atom-type volume density x y z +smd: atom-ID atom-type molecule volume mass kernel_radius contact_radius x y z sphere: atom-ID atom-type diameter density x y z template: atom-ID molecule-ID template-index template-atom atom-type x y z tri: atom-ID molecule-ID atom-type triangleflag density x y z @@ -565,7 +566,9 @@ cv = heat capacity (need units) for SPH particles spin = electron spin (+1/-1), 0 = nuclei, 2 = fixed-core, 3 = pseudo-cores (i.e. ECP) eradius = electron radius (or fixed-core radius) etag = integer ID of electron that each wavepacket belongs to -cs_re,cs_im = real/imaginary parts of wavepacket coefficients :ul +cs_re,cs_im = real/imaginary parts of wavepacket coefficients +kernel_radius = ??? (distance units) +contact_radius = ??? (distance units) :ul The units for these quantities depend on the unit style; see the "units"_units.html command for details. diff --git a/doc/searchindex.js b/doc/searchindex.js index d5e26d2199..e390711443 100644 --- a/doc/searchindex.js +++ b/doc/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:47,filenames:["Manual","Section_accelerate","Section_commands","Section_errors","Section_example","Section_history","Section_howto","Section_intro","Section_modify","Section_packages","Section_perf","Section_python","Section_start","Section_tools","accelerate_cuda","accelerate_gpu","accelerate_intel","accelerate_kokkos","accelerate_omp","accelerate_opt","angle_charmm","angle_class2","angle_coeff","angle_cosine","angle_cosine_delta","angle_cosine_periodic","angle_cosine_shift","angle_cosine_shift_exp","angle_cosine_squared","angle_dipole","angle_fourier","angle_fourier_simple","angle_harmonic","angle_hybrid","angle_none","angle_quartic","angle_sdk","angle_style","angle_table","atom_modify","atom_style","balance","body","bond_class2","bond_coeff","bond_fene","bond_fene_expand","bond_harmonic","bond_harmonic_shift","bond_harmonic_shift_cut","bond_hybrid","bond_morse","bond_none","bond_nonlinear","bond_quartic","bond_style","bond_table","boundary","box","change_box","clear","comm_modify","comm_style","compute","compute_ackland_atom","compute_angle_local","compute_angmom_chunk","compute_basal_atom","compute_body_local","compute_bond_local","compute_centro_atom","compute_chunk_atom","compute_cluster_atom","compute_cna_atom","compute_com","compute_com_chunk","compute_contact_atom","compute_coord_atom","compute_damage_atom","compute_dihedral_local","compute_dilatation_atom","compute_displace_atom","compute_erotate_asphere","compute_erotate_rigid","compute_erotate_sphere","compute_erotate_sphere_atom","compute_event_displace","compute_fep","compute_group_group","compute_gyration","compute_gyration_chunk","compute_heat_flux","compute_improper_local","compute_inertia_chunk","compute_ke","compute_ke_atom","compute_ke_atom_eff","compute_ke_eff","compute_ke_rigid","compute_meso_e_atom","compute_meso_rho_atom","compute_meso_t_atom","compute_modify","compute_msd","compute_msd_chunk","compute_msd_nongauss","compute_omega_chunk","compute_pair","compute_pair_local","compute_pe","compute_pe_atom","compute_plasticity_atom","compute_pressure","compute_property_atom","compute_property_chunk","compute_property_local","compute_rdf","compute_reduce","compute_saed","compute_slice","compute_sna_atom","compute_stress_atom","compute_temp","compute_temp_asphere","compute_temp_chunk","compute_temp_com","compute_temp_cs","compute_temp_deform","compute_temp_deform_eff","compute_temp_drude","compute_temp_eff","compute_temp_partial","compute_temp_profile","compute_temp_ramp","compute_temp_region","compute_temp_region_eff","compute_temp_rotate","compute_temp_sphere","compute_ti","compute_torque_chunk","compute_vacf","compute_vcm_chunk","compute_voronoi_atom","compute_xrd","create_atoms","create_bonds","create_box","delete_atoms","delete_bonds","dielectric","dihedral_charmm","dihedral_class2","dihedral_coeff","dihedral_cosine_shift_exp","dihedral_fourier","dihedral_harmonic","dihedral_helix","dihedral_hybrid","dihedral_multi_harmonic","dihedral_nharmonic","dihedral_none","dihedral_opls","dihedral_quadratic","dihedral_style","dihedral_table","dimension","displace_atoms","dump","dump_image","dump_modify","dump_molfile","echo","fix","fix_adapt","fix_adapt_fep","fix_addforce","fix_addtorque","fix_append_atoms","fix_atc","fix_atom_swap","fix_ave_atom","fix_ave_chunk","fix_ave_correlate","fix_ave_histo","fix_ave_spatial","fix_ave_spatial_sphere","fix_ave_time","fix_aveforce","fix_balance","fix_bond_break","fix_bond_create","fix_bond_swap","fix_box_relax","fix_colvars","fix_deform","fix_deposit","fix_drag","fix_drude","fix_drude_transform","fix_dt_reset","fix_efield","fix_enforce2d","fix_evaporate","fix_external","fix_freeze","fix_gcmc","fix_gld","fix_gle","fix_gravity","fix_heat","fix_imd","fix_indent","fix_ipi","fix_langevin","fix_langevin_drude","fix_langevin_eff","fix_lb_fluid","fix_lb_momentum","fix_lb_pc","fix_lb_rigid_pc_sphere","fix_lb_viscous","fix_lineforce","fix_meso","fix_meso_stationary","fix_modify","fix_momentum","fix_move","fix_msst","fix_neb","fix_nh","fix_nh_eff","fix_nph_asphere","fix_nph_sphere","fix_nphug","fix_npt_asphere","fix_npt_sphere","fix_nve","fix_nve_asphere","fix_nve_asphere_noforce","fix_nve_body","fix_nve_eff","fix_nve_limit","fix_nve_line","fix_nve_noforce","fix_nve_sphere","fix_nve_tri","fix_nvt_asphere","fix_nvt_sllod","fix_nvt_sllod_eff","fix_nvt_sphere","fix_oneway","fix_orient_fcc","fix_phonon","fix_pimd","fix_planeforce","fix_poems","fix_pour","fix_press_berendsen","fix_print","fix_property_atom","fix_qbmsst","fix_qeq","fix_qeq_comb","fix_qeq_reax","fix_qmmm","fix_qtb","fix_reax_bonds","fix_reaxc_species","fix_recenter","fix_restrain","fix_rigid","fix_saed_vtk","fix_setforce","fix_shake","fix_smd","fix_spring","fix_spring_rg","fix_spring_self","fix_srd","fix_store_force","fix_store_state","fix_temp_berendsen","fix_temp_csvr","fix_temp_rescale","fix_temp_rescale_eff","fix_tfmc","fix_thermal_conductivity","fix_ti_rs","fix_ti_spring","fix_tmd","fix_ttm","fix_tune_kspace","fix_vector","fix_viscosity","fix_viscous","fix_wall","fix_wall_gran","fix_wall_piston","fix_wall_reflect","fix_wall_region","fix_wall_srd","group","group2ndx","if","improper_class2","improper_coeff","improper_cossq","improper_cvff","improper_fourier","improper_harmonic","improper_hybrid","improper_none","improper_ring","improper_style","improper_umbrella","include","info","jump","kspace_modify","kspace_style","label","lattice","log","mass","min_modify","min_style","minimize","molecule","neb","neigh_modify","neighbor","newton","next","package","pair_adp","pair_airebo","pair_awpmd","pair_beck","pair_body","pair_bop","pair_born","pair_brownian","pair_buck","pair_buck_long","pair_charmm","pair_class2","pair_coeff","pair_colloid","pair_comb","pair_coul","pair_coul_diel","pair_cs","pair_dipole","pair_dpd","pair_dsmc","pair_eam","pair_edip","pair_eff","pair_eim","pair_gauss","pair_gayberne","pair_gran","pair_gromacs","pair_hbond_dreiding","pair_hybrid","pair_kim","pair_lcbop","pair_line_lj","pair_list","pair_lj","pair_lj96","pair_lj_cubic","pair_lj_expand","pair_lj_long","pair_lj_sf","pair_lj_smooth","pair_lj_smooth_linear","pair_lj_soft","pair_lubricate","pair_lubricateU","pair_meam","pair_meam_spline","pair_meam_sw_spline","pair_mie","pair_modify","pair_morse","pair_nb3b_harmonic","pair_nm","pair_none","pair_peri","pair_polymorphic","pair_quip","pair_reax","pair_reax_c","pair_resquared","pair_sdk","pair_snap","pair_soft","pair_sph_heatconduction","pair_sph_idealgas","pair_sph_lj","pair_sph_rhosum","pair_sph_taitwater","pair_sph_taitwater_morris","pair_srp","pair_style","pair_sw","pair_table","pair_tersoff","pair_tersoff_mod","pair_tersoff_zbl","pair_thole","pair_tri_lj","pair_write","pair_yukawa","pair_yukawa_colloid","pair_zbl","partition","prd","print","processors","python","quit","read_data","read_dump","read_restart","region","replicate","rerun","reset_timestep","restart","run","run_style","set","shell","special_bonds","suffix","tad","temper","thermo","thermo_modify","thermo_style","timestep","tutorial_drude","uncompute","undump","unfix","units","variable","velocity","write_data","write_dump","write_restart"],objects:{},objnames:{},objtypes:{},terms:{"00a":287,"00b":287,"02214e23":91,"03275e":447,"0b1":11,"0e20":[303,426,448],"0e4":[227,296,361],"0e5":227,"0x98b5e0":168,"100k":1,"1024x1024":168,"10e":351,"10f":3,"10g":448,"10th":[418,424,437],"10x":[3,325,326,328,329,339],"10x10x10":132,"10x20x20":321,"11e":10,"15g":[169,448],"16x":1,"18986e":326,"18e":10,"1_prop":6,"1st":[2,6,8,12,20,22,38,44,56,57,58,60,87,138,150,152,164,173,174,181,182,183,184,185,186,190,194,229,258,268,289,301,305,323,329,334,335,339,346,348,355,357,358,365,366,375,376,380,381,382,386,390,396,406,407,408,409,410,417,423,431,432,435,448],"1x2x2":420,"2000k":168,"20x":339,"23899e":326,"2400k":168,"256k":10,"25x":10,"298k":350,"2k_ss":357,"2nd":[2,3,6,11,12,15,17,38,45,46,56,57,60,71,77,88,133,164,169,181,182,183,184,185,186,190,192,194,229,270,274,275,301,304,310,317,326,327,328,329,333,335,348,357,363,364,380,396,405,406,407,408,409,410,423,430,432,435,448],"2pi":164,"2theta":143,"2x1x2":420,"2x2x1":420,"2x2x2":420,"2x4x10":420,"2x5":357,"300k":[207,270,449],"32k":10,"3419e":227,"3806504e":[6,91],"38e":10,"3n_k":206,"3nk":260,"3nkb":265,"3rd":[15,17,20,38,56,71,105,114,164,181,182,183,184,185,186,190,270,271,301,327,331,333,348,357,363,364,396,406,407,408,409,410,423,430,435,448],"3x3":[91,321],"4857990943e":357,"4_94":11,"4th":[6,38,56,81,103,104,116,140,150,164,169,275,301,319,332,334,335,339,355,358,365,380,386,390,396,406,407,408,410,423,430,435,438,452],"4x10":317,"4x2x10":420,"4x6x10":420,"50k":1,"53xx":18,"54xx":18,"55e":10,"5_1":339,"5kx":[175,200],"5nlog_2":12,"5th":[116,326,440],"6021765e":447,"6863e22":389,"6x6":6,"72360e":227,"7797e":227,"8032044e":447,"8x1":6,"8x2":[6,12],"9e18":[12,39],"9e9":389,"9jan09":[296,361],"9th":328,"__main__":421,"__pthread_key_cr":12,"_j1m1m1":120,"_j2m2m2":120,"_serial":12,"abstract":17,"boolean":[3,301,303],"break":[],"byte":[3,12,440],"case":[1,2,3,6,8,11,12,13,15,16,17,18,39,40,41,45,46,59,61,63,71,73,104,108,114,116,117,122,123,124,125,127,130,131,132,133,134,136,137,138,142,144,146,147,148,150,167,168,169,175,176,180,181,182,183,184,185,186,187,188,190,192,194,198,200,202,205,208,209,211,212,213,214,216,227,229,230,231,232,233,234,235,246,247,249,251,252,257,259,260,261,262,269,270,272,274,275,278,281,282,283,285,286,290,292,293,295,296,298,299,300,301,303,317,318,319,321,323,325,326,327,328,330,332,333,335,344,347,349,351,355,357,360,361,363,364,365,367,377,378,379,380,384,386,390,393,397,407,408,410,418,421,423,425,426,430,431,433,435,437,439,440,441,443,447,448,449,451,452],"catch":[1,3,421],"char":[6,8],"class":[1,3,5,6,7,8,9,11,12,13,22,37,44,55,152,163,203,259,305,313,345,364,392,393,405,421,423],"default":[],"export":[168,346],"final":[3,5,6,7,8,11,12,17,41,59,87,121,169,180,181,182,183,184,185,186,188,192,194,205,228,229,233,260,264,270,271,274,287,289,290,297,303,326,328,334,335,339,355,358,365,377,380,386,390,391,406,407,408,410,418,431,437,443,448,450],"float":[3,6,8,12,40,42,71,113,167,169,210,259,271,280,357,421,423,433,440,448],"function":[],"import":[1,2,3,6,11,17,71,87,105,144,155,172,181,184,192,208,213,214,229,265,270,281,282,283,285,290,300,302,328,364,377,421,423,432,440,443],"int":[3,6,8,11,101,203,205,213,215,265,290,440],"long":[],"new":[],"null":[3,6,91,112,121,144,172,187,193,196,199,226,259,268,272,274,275,276,296,334,335,348,355,358,361,364,365,366,380,381,382,386,390,392,393,396,406,408,409,410,423,426,431,433,449],"public":[0,7,8,12,203,212,358,391],"return":[2,3,6,8,11,14,15,16,17,18,19,41,71,108,117,142,144,169,181,184,185,194,203,303,315,317,361,420,421,430,433,439,448],"short":[1,3,6,7,13,16,142,229,270,278,291,319,329,330,333,335,339,340,342,343,344,348,349,351,357,364,369,373,377,380,384,387,395,407,411,418,421,431,437,443],"static":[],"switch":[1,3,6,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,91,109,112,120,122,131,143,150,151,153,154,155,156,158,159,161,162,164,168,171,175,179,187,201,204,208,212,213,216,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,287,288,294,304,306,307,308,309,312,314,315,317,319,322,328,332,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,417,418,420,423,425,430,432,436,438,448,450,452],"throw":440,"true":[6,12,13,17,108,115,167,188,190,194,229,230,251,252,253,257,270,285,289,301,303,333,357,361,406,421,425,433,448],"try":[1,3,8,12,17,19,181,210,216,286,287,288,293,421,448],"var":[3,11,12,144,301,317,434,448],"void":[4,6,7,8,41,147,188,203,426],"while":[3,9,10,11,12,13,14,18,71,105,120,127,142,155,167,170,185,192,194,198,206,207,212,213,214,216,229,247,260,265,267,291,319,326,333,339,350,355,393,408,410,418,421,432,437,443],a10:303,a123:303,a12:394,a2m:[6,91],a_0:[216,290,339],a_0_real:216,a_1:290,a_2:290,a_3:290,a_4:290,a_c:347,a_cc:347,a_f:410,a_i:411,a_ij:339,a_j:411,a_pi:339,a_sigma:339,a_ss:347,aacut:252,aat:151,aatom1:115,aatom2:115,aatom3:115,ab_23_cd:303,abbrevi:12,abc:[3,12,303,421,448],abf:193,abf_integr:13,abi:170,abil:[3,9,192,229,257,270,357],abl:[3,8,11,12,39,86,167,170,191,200,204,286,293,333,421,448,451],ablat:290,about:[0,1,3,4,6,8,9,10,11,12,13,17,39,41,42,61,63,78,108,115,116,118,138,144,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,198,199,200,201,202,203,204,205,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,228,233,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,279,281,282,283,284,285,286,287,288,289,290,292,293,294,295,297,298,299,300,301,316,319,325,326,328,333,338,344,349,364,389,393,415,421,424,425,430,431,433,438,448,450,452],abov:[1,2,6,7,8,10,11,12,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,63,64,68,70,71,72,73,76,77,86,87,89,90,91,93,94,96,97,112,114,116,118,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,142,143,144,146,147,150,151,152,153,154,155,156,157,158,159,161,162,164,167,168,169,172,173,174,175,176,181,182,183,184,185,186,188,191,192,194,195,200,203,205,209,211,213,214,215,219,228,229,233,253,256,258,263,269,270,274,275,278,281,282,283,284,301,303,304,305,306,307,308,309,310,312,314,319,321,323,327,328,332,333,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,387,389,390,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,417,418,419,420,421,423,424,425,426,427,430,431,432,433,434,437,438,441,443,448,449,451,452],abscissa:407,absenc:176,absent:443,absolut:[3,169,193,194,198,274,280,318,319,326,361,369,424],absorb:290,absoult:319,ac3:143,academ:205,acc:285,acceler:[],accelri:[6,13],accept:[7,87,144,169,179,191,194,205,285,343,373,431,438],acceptor:363,access:[0,3,6,7,8,9,11,12,16,40,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,88,89,90,91,92,93,95,96,99,100,101,103,104,105,106,107,108,110,111,112,113,114,115,117,118,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,139,140,141,142,143,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,199,200,201,202,203,204,205,206,207,208,209,210,211,213,215,216,217,218,219,220,221,222,223,225,226,227,228,229,233,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,292,293,294,295,296,297,298,299,300,318,333,359,361,363,364,380,392,393,397,420,421,424,429,441,448],accidenti:312,accler:16,accommod:177,accomod:229,accompani:8,accomplish:[16,194,217,243],accord:[64,71,168,179,189,190,216,229,252,260,274,287,288,290,295,296,298,299,300,329,333,357,361,372,375,390,397,399,400,402,403,404,432,437,448],accordingli:[11,14,123,137,148,329,378,379],account:[3,6,9,87,118,142,143,152,163,182,183,199,210,211,213,229,234,235,246,247,249,251,255,261,270,271,273,275,276,277,278,281,282,283,286,290,293,308,327,349,361,369,373,378,379,380,420,437,449],accuml:[3,270,286,293],accumul:[1,6,8,15,71,172,182,213,270,274,292,316,333,429,447],accur:[1,3,6,15,17,38,41,56,127,188,227,265,270,273,278,286,293,299,301,319,339,357,360,361,384,394,405,407,408,410,437,448],accuraci:[1,3,6,12,41,167,169,188,207,229,262,273,291,301,318,319,325,357,384,392,393,407,413,432,437,443,448,451],ach:318,achiev:[1,3,6,16,17,18,41,188,207,229,230,252,253,260,318,364,432],achiv:18,acid:9,ackland1:355,ackland2:355,ackland:[],acknowledg:[],acml:12,aco:448,acolor:[168,169],acoust:252,acquir:[3,6,58,61,62,147,190,192,194,229,388,428,443],across:[1,2,3,6,9,12,13,15,41,57,61,65,68,69,71,79,92,107,108,115,117,132,146,148,181,183,184,185,188,199,209,270,271,286,290,293,299,303,328,333,418,423,426,427,431,440],act:[3,6,108,129,198,208,211,212,213,214,216,219,228,270,285,287,288,290,299,300,301,326,341,352,360,361,363,394,404],acta:[118,143,334],action:[2,6,11,12,71,206,211,288,443],activ:[5,8,11,12,13,14,55,59,87,142,179,193,206,210,213,219,228,250,270,289,316,377,405,417,445,448],actual:[1,3,6,8,12,56,62,127,167,169,173,174,187,189,190,198,213,214,247,251,257,265,274,278,280,281,282,283,285,291,300,301,318,329,360,362,372,378,379,420,421,432,433,441,448],adam:[318,319],adapt:[],add:[0,1,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,40,42,71,87,91,102,114,117,119,142,144,145,167,168,172,173,174,175,176,178,180,181,182,183,184,185,186,190,193,198,200,203,207,208,209,211,213,215,216,220,227,228,229,230,231,232,233,234,235,246,247,248,249,251,259,269,270,272,273,275,277,281,283,284,288,289,290,292,294,295,299,301,319,321,325,327,335,340,342,345,349,357,364,369,380,384,387,393,395,421,423,424,429,431,433,435,443],add_molecul:178,add_speci:178,add_to_nodeset:178,addforc:[],addit:[],addition:[6,8,16,278,300,360,394],address:[7,8,11,168,212],addtorqu:[],adequ:[278,291,318,328,432],adher:29,adhikari:216,adiabat:[],adiam:[168,169],adjac:[39,144,328,384,407,408,437,438],adjiman:383,adjust:[3,6,16,17,41,59,118,123,124,127,128,131,132,137,138,143,148,167,168,181,188,192,194,210,213,217,221,225,226,229,230,233,247,251,254,256,257,260,261,262,263,268,270,278,282,286,291,293,294,295,297,298,300,318,319,326,328,333,335,354,378,379,410,433,449],admiss:233,adof:[124,181],adopt:[269,443],adp:[],adri:[9,266,392,393],adust:138,advanc:[3,210,339,418,429],advantag:[1,6,8,11,14,18,39,40,41,188,333,356,432,437],advect:[3,6,278],advertis:8,advis:[328,391],afer:3,affect:[1,6,10,14,15,16,17,40,60,61,71,88,117,121,128,142,148,169,174,181,182,183,184,185,186,189,190,191,192,194,195,203,209,211,213,219,226,230,231,232,234,235,241,246,247,249,270,271,276,290,300,312,318,324,325,326,328,329,330,333,357,378,379,384,420,421,423,426,428,431,433],affin:[16,17,18,194,333,348],afil:207,aforement:18,afresh:[258,431,448],afshar:353,after:[2,3,5,6,8,9,11,12,15,16,21,22,33,39,40,41,44,50,57,58,59,61,63,71,123,124,125,126,127,128,131,132,133,134,136,137,144,145,147,148,151,152,157,166,167,168,169,170,172,173,174,178,179,181,182,188,189,190,191,192,194,198,205,216,217,218,219,220,225,226,227,229,234,235,241,246,247,249,252,256,260,268,270,273,279,281,282,283,285,286,287,288,289,293,295,297,301,304,305,310,317,323,324,326,327,329,331,332,333,334,335,339,346,348,355,356,357,358,364,365,366,377,378,379,380,381,382,386,390,392,393,396,406,408,409,410,418,420,422,423,424,425,426,428,429,431,433,435,437,440,441,443,447,448,449,450,451,452],afterrun:431,afterward:3,afterword:41,ag1:143,ag2:143,again:[6,11,12,17,62,120,124,126,130,138,167,169,194,209,256,304,317,328,378,379,418,420,421,423,425,430,437,439,448,450],against:[11,12,13,64,195,328,392,393],aggreg:[6,12,65,68,69,79,92,108,115,209,225,268,270,276,418,449],aggress:[209,437],agilio:[9,13],agre:[3,8,164,326,335,366,393],agreement:[5,7],ahd:363,ahead:297,aidan:[0,5,7,9,13],aij:13,aim:6,airebo:[],ajaramil:[7,9,13],aka:168,akohlmei:[7,9,13,170,210],aktulga:[7,9,263,393],al2o3_001:[118,271],al3:143,ala:216,alain:9,alat:[251,380],alb:[390,408,410],albeit:269,albert:9,alchem:[87,138],alcohol:293,alcu:[334,339],alcu_eam:390,alderton:352,alejandr:[229,230],alessandro:13,algorithm:[0,1,6,7,8,9,41,61,169,178,188,191,194,216,218,219,241,253,270,273,285,286,290,293,298,324,325,326,330,333,357,379,418,420,437],alia:12,alias:[1,319],aliceblu:169,align:[6,12,29,41,71,146,164,184,188,211,321,423,426,443],alkali:357,all:[0,1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,22,33,37,39,40,41,42,44,50,54,55,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,137,138,139,140,141,142,143,144,145,146,147,148,150,152,157,163,164,167,168,169,170,172,173,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,222,224,225,227,229,230,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,277,278,279,280,281,282,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,308,313,316,317,318,319,320,321,323,326,327,328,329,330,332,333,334,335,336,338,339,340,342,343,344,345,346,348,349,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,373,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,415,416,417,418,420,421,422,423,424,425,426,427,428,430,431,432,433,434,435,436,437,438,440,441,443,447,448,449,450,451,452],allen:[29,87,352,360],allentildeslei:87,allign:3,allindex:302,alloc:[3,5,6,8,9,11,12,60,203,292,327,329,333,388,393,423,431],allocat:3,alloi:[],allow:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,22,37,39,40,41,55,57,58,59,61,62,63,77,108,123,124,137,142,143,144,146,152,163,164,167,168,169,170,172,173,175,177,178,179,181,182,183,184,185,186,188,190,191,192,193,194,195,199,200,203,205,206,207,208,210,213,216,219,220,224,226,229,230,251,255,257,258,259,260,264,270,271,273,274,278,285,286,287,288,290,291,292,293,294,295,301,303,305,313,318,319,321,326,327,328,329,332,333,336,339,340,341,342,343,344,349,355,357,361,362,363,364,373,378,379,384,390,393,394,404,413,415,418,421,423,425,426,427,428,429,430,433,435,436,437,440,441,448,449],almost:[2,3,12,60,211,260,290,319,330,333,404],alo:349,alon:[6,7,191,266,392,393,421],alond:13,along:[6,8,9,12,29,40,87,118,143,144,166,167,168,191,211,216,217,221,226,228,260,270,273,274,275,276,285,289,290,296,299,301,321,324,325,326,328,349,352,361,364,367,369,373,380,392,393,407,423,426,433,434,448],alonso:[381,382],alpha:[6,51,173,216,252,260,265,326,334,337,340,349,353,355,356,358,363,368,369,380,385,389,409,411,441,443],alpha_:411,alpha_c:377,alpha_i:[396,411],alpha_ialpha_j:411,alpha_lj:377,alphabet:[2,3,22,37,44,55,63,152,163,172,305,313,327,346,405,423],alphanumer:[3,63,172,259,267,303,327,448],alreadi:[3,7,8,12,42,144,145,147,177,181,184,185,188,190,194,220,258,260,278,301,327,328,353,362,364,371,379,404,413,416,419,423,424,428,448],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,29,36,37,38,39,40,41,42,44,54,55,56,58,59,61,63,66,71,73,75,77,81,87,89,90,93,103,104,105,106,107,112,114,116,117,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,136,137,138,139,140,141,142,144,145,146,147,148,150,152,163,164,165,167,168,169,170,172,173,174,175,177,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,200,203,204,205,206,207,209,210,213,214,215,216,226,227,229,230,231,232,233,234,235,240,243,244,246,247,248,249,251,252,253,255,256,257,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,281,282,283,284,285,289,290,291,292,294,296,299,301,303,305,310,313,316,318,319,321,322,323,326,327,328,329,330,332,333,339,343,344,346,350,351,352,353,355,356,357,360,361,363,364,365,373,377,378,380,384,386,388,389,390,391,394,395,399,400,402,403,404,405,406,407,408,409,410,411,418,420,421,422,423,424,425,426,427,428,430,431,432,433,435,436,437,438,441,442,443,444,446,447,448,449,450,452],alter:[3,6,8,9,11,12,41,59,122,123,124,125,127,130,131,132,133,136,137,144,148,167,168,170,173,174,181,189,190,191,192,194,228,229,265,268,270,272,278,286,293,300,325,328,364,423,428,430,433,448,449,452],altern:[1,6,8,11,12,17,18,91,144,172,194,210,214,229,259,270,285,286,293,306,309,318,325,326,334,335,349,355,356,358,366,369,377,380,381,382,386,390,391,396,406,408,410,421,423,424,438,441],although:[29,42,164,219,229,257,261,270,285,317,416,430,443,452],aluminum:416,alwai:[0,6,11,12,17,18,54,57,63,71,142,169,182,184,185,186,190,193,205,207,211,262,265,270,278,295,299,300,304,318,319,324,326,327,329,330,333,342,345,355,372,392,393,397,407,408,410,416,418,423,424,426,428,435,437,440,443,448,449],amap:169,amatrix:207,amaz:11,amazingli:13,amber2lmp:[],amber:[],ambient:168,ambigu:[3,63,172,448],amd:[17,333],amend:11,amino:9,amit:9,among:[16,121,179,216],amorph:[144,409],amount:[1,3,6,12,59,88,115,142,146,166,168,192,193,205,209,213,229,251,257,270,278,283,286,291,293,301,318,333,353,388,423,426],amplitud:[194,226,296,312,426,448],amu:205,analag:[6,448],analalog:6,analog:[6,120,146,164,361],analys:[7,428],analysi:[7,9,13,63,64,73,170,266,267,302,396,423,433],analyt:[1,3,13,118,138,143,273,318,339,365,366,371,390],analyz:[6,8,13,328],andersen:273,anderson:[255,353],andr:[7,9,13],andrew:13,andzelm:404,ang:251,angl:[],angle1:269,angle2:269,angle_coeff:[],angle_cosineshift:27,angle_cosineshiftexp:[26,153],angle_cutof:363,angle_cutoff:363,angle_hybrid:29,angle_info:393,angle_styl:[],angle_typ:40,angleangl:[3,304,310,423],angleangletors:[3,151,423],anglecoeff:3,angletors:[3,151,157,423],angletyp:190,angmom:[],angmomi:[113,167,280],angmomx:[113,167,280],angmomz:[113,167,280],angstrom:[6,10,59,71,118,133,143,144,166,167,168,169,177,184,185,194,195,205,210,211,226,263,268,295,297,298,300,319,321,324,330,334,335,344,355,377,380,386,391,392,393,410,416,426,432,447,449],angular:[3,6,40,61,66,82,83,84,85,106,113,120,123,136,137,144,167,172,213,219,225,226,231,232,234,235,237,238,239,242,244,245,246,249,268,270,273,280,334,339,348,361,378,379,380,390,405,408,409,423,433,448,449],angularm:238,anharmon:[27,53,153,265,437],ani:[1,3,6,7,8,9,10,11,12,13,14,15,16,17,22,29,38,39,40,41,42,44,55,56,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,150,152,164,166,167,168,169,172,175,176,177,179,181,182,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,200,202,205,208,209,211,213,216,219,225,226,229,233,251,253,255,256,257,259,261,262,263,265,267,268,270,272,273,274,275,277,278,279,280,289,290,295,296,297,298,299,300,301,302,303,305,317,318,319,321,323,324,326,327,328,330,331,332,333,335,339,343,344,348,349,352,353,355,356,358,360,364,365,366,367,373,384,390,392,393,394,396,405,406,407,408,409,410,411,412,417,418,420,421,423,424,426,427,428,429,430,431,432,433,434,435,436,437,441,443,444,446,447,448,449,450,451,452],anihil:377,anim:[2,4,7,11,13,168,328],anion:358,aniso:[3,192,194,229,230,231,232,233,234,235,257,270],anisotrop:[213,360,394],ann:383,annot:[7,406,408,409,410,423],annual:[418,437],anoth:[1,3,4,6,7,8,11,12,17,29,40,63,71,87,119,168,172,173,179,181,183,184,185,186,191,194,195,206,209,213,214,219,229,230,233,256,259,270,271,281,282,283,290,300,303,324,326,328,329,332,349,353,357,358,360,363,364,368,369,377,392,394,397,404,408,409,410,417,418,421,424,430,432,443,448,452],ansi:12,answer:[3,4,8,12,270,330,331],anthoni:288,antiquewhit:169,antisymmetr:[9,40,336],antisymmetri:357,antonelli:[287,288],antonio:389,anymor:288,anyon:7,anyparticl:86,anyth:[8,11,144,194,212,406,408,410,434],anywai:[147,333,443,450],anywher:[12,144,346,380,396,448],aoff:[327,423],aparam:[87,173,174],apart:[3,145,219,275,329,338,397,423,432],aperiod:252,api:[11,12,170,365,421],appar:3,appear:[2,3,6,11,12,13,39,40,41,77,87,108,115,116,120,127,144,145,147,167,168,169,181,184,185,188,192,195,198,205,210,256,267,268,289,301,303,304,318,326,327,328,347,355,380,384,407,419,420,421,423,424,425,428,430,443,448,452],append:[],appendix:[29,352],appl:[192,229,230],appli:[2,3,4,5,6,8,12,17,18,33,41,50,57,59,61,63,71,87,88,105,120,121,124,130,132,134,138,143,144,146,150,152,157,163,167,169,172,173,174,175,176,178,181,187,188,192,193,194,196,199,200,203,204,205,206,207,208,210,211,213,214,215,216,220,229,230,233,234,235,241,246,249,250,251,253,257,260,268,269,270,272,273,274,275,276,277,279,281,282,283,284,286,288,289,290,293,301,318,321,326,327,328,338,340,342,344,349,352,357,361,362,363,364,366,369,375,379,384,387,392,395,404,411,415,423,424,426,427,428,432,435,440,443,448,449,450,451],applic:[1,6,9,12,17,170,178,191,195,196,203,207,210,251,256,269,274,275,286,293,318,333,410,443],applyt:3,appopri:17,approach:[6,7,9,14,178,206,252,253,265,270,285,286,288,290,293,318,339,349,351,354,360,364,394,404,413],appropri:[1,2,3,6,8,11,12,13,15,17,33,38,42,50,56,61,73,88,91,116,117,123,124,152,157,163,164,167,169,181,182,184,185,186,191,192,194,203,204,207,216,224,226,227,229,231,232,233,234,235,246,247,249,253,256,257,260,265,270,278,281,282,283,286,293,295,296,298,299,300,310,319,328,335,339,343,347,348,349,356,361,364,366,373,377,391,392,393,406,407,408,409,410,413,423,424,425,427,428,436,437,440,448,449],approri:208,approxim:[6,9,118,143,205,207,216,253,271,273,285,318,324,325,326,341,351,357,360,378,379,384,391,394,415,437,443],april:11,aprpopri:418,apu:[378,379],aqua:[168,169],aquamarin:169,ar_therm:178,ar_ttm:178,ara:13,arbitrari:[6,40,58,167,168,170,193,194,208,229,253,261,406,421,434,448],arbitrarili:[11,59,116,120,166,192,229,349,448],arcco:3,arch:[1,12,14,15,17],architect:316,architectur:[16,333],archiv:[6,7,11,12,280,346,430],arcsin:3,area:[6,41,91,112,116,142,188,194,216,286,293,354,361,389,412,420,433],aren:[259,303],arflag:12,arg:[3,11,12,22,40,41,44,55,59,63,71,87,117,132,138,142,144,147,148,152,166,167,169,172,173,174,175,177,179,181,182,183,184,185,186,187,188,189,190,193,194,195,200,203,205,208,209,210,211,219,226,231,232,256,269,270,271,272,285,288,295,296,297,298,300,301,305,316,328,333,340,341,342,344,345,346,351,352,357,362,364,369,373,377,378,379,387,395,405,420,421,423,426,428,430,432,434,441,448,449,451,452],argon:205,argonn:12,argument:[2,3,6,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,63,73,87,91,109,112,116,120,121,122,131,132,133,138,142,144,145,146,148,150,151,152,153,154,155,156,158,159,161,162,164,167,169,172,173,174,175,177,180,181,182,183,184,185,186,187,188,192,193,194,201,203,204,207,208,212,213,219,226,229,231,232,233,234,235,236,244,246,247,249,255,256,258,262,267,270,271,272,273,278,281,283,290,292,294,296,301,303,304,305,306,307,308,309,310,312,314,316,317,319,320,321,323,328,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,351,352,353,355,356,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,380,381,382,384,385,386,387,389,390,392,393,394,395,396,397,405,406,407,408,409,410,411,412,414,415,416,417,418,419,420,421,423,424,426,428,431,432,433,434,438,440,441,448,449,451],aris:[12,415],arithmet:[3,6,318,344,347,367,372,384,411,412],arkansa:9,arl:9,armv8:17,arnold:318,around:[1,3,4,6,12,42,57,58,59,66,70,73,77,116,120,123,139,142,144,146,166,168,169,176,177,192,194,195,211,226,229,259,261,265,270,275,278,295,296,299,317,327,423,426,433,434,443,448],aroung:3,arrai:[],arrang:120,arrheniu:437,art:[261,418,437],artefact:207,articl:6,articul:[7,255],artifact:[88,142,443],artifici:[227,260,399,400,402],arun:13,arxiv:[120,396],ascend:[41,169,210,219,270,428],asci:7,ascii:[13,271,289,328,355,358,380,423],ash:[378,379],asid:[8,144,380],asin:448,ask:[3,11],askari:389,askoos:13,asoci:168,aspect:[6,7,59,194,205,360,394,412,423,433,437],aspect_ratio:271,asper:4,aspher:[],asq:[378,379],assembl:4,assign:[1,2,3,6,7,11,12,14,15,17,18,33,39,40,41,50,57,59,61,63,66,71,72,75,90,93,104,106,110,113,114,118,120,121,124,139,141,143,144,147,157,167,168,169,170,172,173,174,177,181,183,188,190,191,192,195,197,205,210,213,214,215,216,226,229,231,232,233,234,235,244,246,247,248,249,253,256,257,259,261,267,270,271,281,282,283,284,301,310,319,321,323,327,328,332,333,339,355,358,360,363,364,393,394,420,421,423,424,425,426,427,432,433,438,441,448,449],assignemnt:[6,432],assing:259,assist:[7,227],associ:[3,5,6,8,9,12,22,37,39,40,44,55,59,66,74,75,81,87,89,90,93,99,101,103,104,106,139,152,163,167,168,169,173,174,175,179,192,194,200,203,205,206,212,216,226,229,255,265,269,270,271,276,278,302,303,305,313,321,326,328,332,333,346,349,353,354,355,357,363,364,366,369,373,404,405,407,421,424,431,443,445,448],associd:67,assum:[2,3,4,6,11,12,16,39,59,67,71,88,96,102,104,122,123,124,125,126,127,129,130,131,132,133,134,136,137,138,142,144,147,169,173,174,181,182,183,184,185,186,192,194,202,210,212,216,219,231,232,234,235,237,239,242,244,245,246,249,251,252,256,257,258,261,270,272,274,275,286,289,290,295,298,301,318,319,327,328,333,339,341,343,346,347,354,357,363,364,368,373,378,379,412,418,420,421,423,425,428,433,437,440,441,443,449],assumpt:[142,210,334,384],astar:380,astart:397,asterisk:[22,44,77,87,116,138,148,152,169,173,174,219,270,305,323,346,363,404,417,420,433,447],astop:[326,397],asu:355,asub:380,asubrama:13,asymmetr:[298,339,355],asynchron:[15,16],atan2:448,atan:448,atc:[],atc_fe_output:178,athomp:[0,7,9,13],atm2pa:6,atmospher:447,atol:12,atom1:[255,269,327,423],atom2:[255,269,327,423],atom3:[255,269,327,423],atom4:[269,327,423],atom:[],atom_element_map:178,atom_forc:393,atom_info:393,atom_modifi:[],atom_styl:[],atom_vec:8,atom_vec_atom:8,atom_vec_electron:8,atom_veloc:393,atom_weight:178,atomey:[6,7,11,13,167,168,169],atomfil:[3,71,259,301,332,433,448],atomic_charg:178,atomic_numb:390,atomid:423,atomist:[6,178,285],atomperbin:3,atomt:169,atomvec:8,attach:[6,185,253,274,275,423],attatch:288,attempt:[3,6,41,59,71,166,179,188,189,190,191,195,205,256,257,278,298,318,322,328,364,421,436,438,441,448],attend:178,attent:[15,18],attogram:447,attrac:380,attract:[],attribut:[3,6,7,8,11,39,40,42,58,63,71,87,113,114,115,117,123,138,167,168,169,172,173,174,180,181,183,184,185,191,192,229,231,232,233,234,235,237,238,246,247,249,257,270,271,280,281,282,283,321,327,339,357,364,423,424,425,433,441,448],atw:[378,379],atwat:409,atwt:380,atyp:[115,138,190,349,369,373,377],au1:143,au3:143,aug:11,augment:[12,113,192,259,380],augt1:380,auo:267,auoh:267,author:[3,8,9,13,355,356,443],auto:[6,8,11,12,91,140,172,182,274,292,318,327,333,420],autocorrel:[63,91,213],autom:[12,168],automag:7,automat:[3,6,12,14,15,16,17,18,19,36,164,177,205,207,216,270,274,291,318,333,348,355,364,380,416,423,436,443],auxiliari:[1,6,9,11,12,13,167,252,270,424,428,450],avail:[1,3,5,6,7,8,9,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,63,87,109,112,113,120,122,131,142,150,151,153,154,155,156,158,159,161,162,164,167,168,172,175,181,183,184,185,186,187,192,193,201,204,206,208,210,213,229,230,231,232,233,234,235,236,244,246,247,249,262,264,270,271,272,273,281,283,288,294,304,306,307,308,309,312,314,316,319,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,389,390,392,393,394,395,396,397,406,407,408,409,410,412,414,415,416,424,432,436,448],availab:9,ave_chunk:6,aveforc:[],avendano:383,averag:[3,6,7,15,41,63,64,71,87,91,103,105,116,118,124,132,140,143,167,169,172,174,178,180,181,182,183,184,185,186,187,188,192,205,207,209,213,214,219,229,230,233,252,257,260,266,267,270,271,274,304,335,357,380,411,424,428,441,443,448],averi:278,avesq:117,avi:168,avoid:[1,3,6,12,36,39,59,144,145,164,168,177,182,183,186,198,205,207,214,251,253,261,265,270,271,292,299,331,339,357,377,380,393,407,425,431,432,443],awai:[3,6,61,116,167,168,191,195,208,211,228,251,274,275,289,295,329,349,369,373,428],awar:[333,356,420],awpmd:[],axel:[7,9,13,18],axi:[3,6,41,118,123,143,144,146,166,168,188,205,208,211,226,256,275,290,296,308,314,321,423,426,433],axial:233,azimuth:[168,208],azur:169,b_k:396,ba2:143,babadi:394,back:[1,6,7,11,12,13,14,15,17,125,126,127,131,132,133,134,136,144,148,167,169,170,173,174,193,198,203,210,211,213,214,229,234,235,246,247,249,268,270,281,282,283,287,288,297,298,300,317,318,319,328,361,421,423,424,425,426,427,430,436,437,449],backbon:[191,273,312],backcolor:[169,451],backend:17,background:[9,87,88,112,121,169,188,194,213,278,286,290,293,328,347,378,379,380],backtrack:[324,326],backward:[9,12,170,328,437],baczewski:206,bad:[3,12,59,61,211,328,423,428,440],badli:[3,192,229],bal:285,balanc:[],balasubramanian:248,ball:[120,378,379],ballenegg:318,bammann:178,band:[4,6,7,120,172,228,325,328,339],bandwidth:[1,10,18,40],bandwith:168,bar:[87,168,447],barashev:355,bare:[198,212,214],barost:[198,443],barostat:[],barostt:6,barr:348,barrat:265,barrett:67,barrier:[3,4,6,228,314,328,348,359,437],bartel:252,bartok2010:396,bartok2013:396,bartok:[9,120,391,396],bartok_2010:391,bartok_phd:391,bary:447,basal:[],base:[3,4,6,8,9,11,12,13,14,15,20,63,64,71,78,87,91,111,118,124,126,143,144,146,167,168,169,172,178,184,185,188,189,190,194,195,199,210,213,217,219,241,252,253,259,261,263,270,271,274,278,285,319,333,335,337,339,353,357,360,363,364,365,369,378,381,382,387,389,390,406,409,410,418,420,423,424,425,427,430,433,434,437,438,441,447,448,449,452],bash:346,bashford:[6,20,150,344,435],basi:[3,6,12,40,120,124,144,177,213,215,252,278,295,321,416,433,448],basic:[6,7,8,12,17,41,113,121,168,169,178,188,229,230,251,299,334,336,417,425,443],basin:[86,328,418,437],bask:[355,380,390],bath:[9,260,265],batom1:[69,115,117,167,169],batom2:[69,115,117,167,169],bayli:[6,150,435],bb13:151,bcc:[3,4,7,64,70,73,321,380,382],bcolor:[3,168,169],bdiam:[3,168,169],be2:143,bead:[5,7,10,13,40,45,46,136,176,191,253,404],beam:195,bear:[6,206],becau:13,becaus:[0,1,3,6,8,12,16,17,18,29,40,41,59,64,71,77,116,120,124,129,134,144,145,146,150,167,168,169,170,175,179,181,188,189,190,191,192,194,200,204,206,207,212,213,214,215,226,229,230,241,247,256,260,261,265,270,275,280,285,286,289,290,293,297,298,299,300,301,307,318,324,326,328,329,332,333,344,346,349,351,353,357,358,360,361,362,363,364,367,368,377,378,379,380,384,394,404,405,411,412,420,421,423,425,426,427,430,432,433,435,437,443,448,449,450,452],beck:[],becker:[334,355],beckman:210,becom:[1,2,3,6,7,8,18,39,41,54,57,59,71,146,167,168,169,188,189,190,191,194,205,207,216,228,229,267,268,281,282,295,296,298,299,300,318,319,324,328,335,347,349,355,357,360,369,384,390,394,406,415,423,424,426,433,448],been:[1,2,3,6,7,9,12,13,16,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,45,46,47,48,49,51,53,54,56,57,59,60,63,65,69,71,87,109,112,113,114,115,117,119,122,123,124,125,126,127,131,132,133,134,136,137,145,146,147,148,150,151,153,154,155,156,158,159,161,162,164,166,167,168,169,170,175,177,179,180,181,182,183,184,185,186,187,188,191,192,193,194,195,201,204,205,208,210,211,213,214,216,217,218,219,220,224,226,227,229,231,232,233,234,235,236,244,246,247,249,255,256,257,260,262,264,267,268,270,272,273,279,281,282,283,290,291,292,294,295,296,297,298,300,301,304,306,307,308,309,312,314,317,318,319,326,329,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,354,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,381,382,385,386,387,389,392,393,394,395,397,404,406,407,408,409,410,412,414,415,416,418,420,421,423,424,425,426,427,429,433,437,440,441,448,449,450,451],befor:[1,2,3,6,8,9,12,14,17,22,29,39,40,41,44,59,66,71,74,75,81,89,90,93,103,104,105,106,114,124,127,132,133,139,144,145,147,148,152,165,166,169,173,174,175,176,177,179,181,183,184,185,186,187,188,192,197,198,204,205,210,212,213,214,216,219,226,229,234,235,246,249,252,259,260,261,264,265,270,271,272,279,281,282,283,289,295,296,297,301,305,323,324,326,328,333,358,361,377,380,405,413,418,420,421,424,425,426,427,428,430,431,433,437,440,441,443,448,449,450,451,452],began:[5,12],begin:[3,8,12,38,39,56,71,117,119,145,164,166,167,169,173,174,178,180,181,182,183,184,185,186,188,194,198,214,241,255,268,271,278,280,283,292,297,300,301,315,317,318,319,320,322,325,327,328,329,332,333,355,384,390,397,404,407,411,416,418,423,430,437,439,441,443,447,448,450],behalf:3,behav:[3,27,153,325,326],behavior:[3,148,164,167,168,170,191,192,195,205,206,207,210,213,214,215,229,256,260,265,278,281,282,290,325,339,357,380,417,425,429,448,450],behaviour:[6,213],behind:[8,212,227,260,278,318],beig:169,belak:7,believ:11,bellott:[6,20,150,344,435],bellow:308,belong:[2,3,40,71,147,179,181,184,205,219,270,301,327,423],below:[1,2,3,5,6,8,9,11,12,15,16,17,22,38,39,41,42,44,54,56,59,60,63,65,68,69,71,77,79,91,92,112,113,116,117,118,120,121,124,130,132,138,142,143,144,147,148,150,152,163,164,167,168,169,172,173,175,176,178,181,182,183,184,185,187,188,190,191,192,194,195,200,203,208,209,211,213,214,219,226,227,229,233,234,235,246,249,251,256,259,260,261,268,269,270,272,273,275,278,279,280,281,282,283,286,287,288,290,293,295,296,301,303,305,316,318,321,323,324,326,327,328,330,333,334,335,336,339,340,341,344,345,346,347,349,352,355,357,358,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,383,384,389,392,393,394,395,396,397,405,407,412,414,415,417,418,421,423,424,425,426,428,430,431,433,435,437,439,440,441,442,443,448,449,452],bench:[1,6,11,12],benchmark:[1,7,10,11,12,13,14,15,16,17,18,41,188,318,436],beneath:195,benefici:[61,330],benefit:[1,206,432],bennet:87,beowulf:7,berardi:[360,394],beraun:290,berendsen:[],berensen:270,berkelei:142,berkowitz:318,berlin:[7,9,274],bern:[3,253,261,262,348,360,405,432],bernendsen:6,beryllium:357,besid:[8,272,426],best:[1,6,8,14,15,16,17,18,19,229,247,248,269,270,333,339,349,369,373,384,407,424,432,437],beta:[6,9,252,260,334,337,355,356,358,380,408,409,410,441,448],beta_:339,beta_k:396,beta_pi:339,beta_sigma:339,beta_t:409,better:[3,6,7,8,12,14,16,27,120,153,174,188,205,216,229,241,261,268,270,278,319,328,333,408],betwe:338,between:[],beutler:377,bewteen:[108,182,278,286,293,364,420],beyon:432,beyond:[3,5,6,12,17,61,71,87,142,167,169,183,184,205,229,318,330,359,375,384,437,441,448],bgq:17,bi3:143,bi5:143,bia:[3,6,8,112,121,123,124,125,126,127,131,132,133,134,136,137,181,193,194,205,213,214,229,234,235,246,247,249,265,281,282,283,285,449],bias:[6,9,193,449],biaxial:123,biersack:[380,405,410,416],big:[3,4,12,167,260,265,278,329,347],bigbig:[3,12],bigint:[3,203],bilay:[4,10,275],bilayer1:275,bilayer2:275,bill:7,billion:[3,7,10,12,39,205,431],bin:[3,6,11,12,39,63,66,71,75,90,93,104,106,114,116,124,132,139,141,167,169,181,183,184,185,252,260,265,278,329,330,333,354,388,424,451],binari:[3,6,7,12,13,16,33,37,50,55,157,163,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,310,313,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,424,425,430,450,452],binary2txt:[],binchunk:181,bind:[17,18,184,339],binsiz:[39,169,329,333],binstyl:132,bio:[40,329],biolog:[6,7],biologi:156,biomolecul:[255,270,318,319,344],biomolecular:432,biophys:210,biosym:13,bird:354,bisect:[41,188,412],bisector:[6,349,369,373],bispectrum:[63,120,396],bisqu:169,bit:[3,12,17,39,203,214,384,407,431,443],bitmap:[3,407,413],bitrat:[168,169],bitzek:325,bkgd_dyn:380,bla:12,black:169,blais:[9,13],blanchedalmond:169,blank:[2,3,12,38,56,107,164,168,255,270,327,328,339,356,380,386,396,406,407,408,409,410,420,421,423,448],blast:290,blend:380,block:[2,3,6,91,120,144,146,147,256,299,321,333,339,357,390,396,426,437,443],blow:[3,241,295,299,397],blown:3,blue:[2,168,169,191],bluegen:[167,318],blueviolet:169,board:[319,352],bodi:[],body_nparticl:8,bodyflag:423,bodyforc:216,bodyforcei:216,bodyforcex:216,bodyforcez:216,bodystyl:[219,270],boff:[327,423],bogaert:285,bogu:[3,127,192],bogusz:88,bohr:[355,357,410,447],boltzmann:[6,7,9,87,91,112,122,124,125,126,127,130,131,132,133,134,136,181,191,213,216,217,218,219,220,233,294,353,438,447],bond:[],bond_coeff:[],bond_graph_cutoff:393,bond_harmon:[8,48,49],bond_harmonicshift:49,bond_info:393,bond_interact:178,bond_styl:[],bond_typ:[148,404],bondangl:[3,21,33,423],bondbond13:[3,151,423],bondbond:[3,21,33,423],bondchk:393,bondcoeff:3,bondtyp:[189,190,327,404],bonu:[3,450],book:415,bookkeep:384,bookmark:0,boost:[1,3,12,64,329],bop:[],border:[3,7,16,61,290,449],boresch:87,boreschkarplu:87,born:[],boron:357,borrow:274,bose:265,botero:[7,9,13,357],both:[1,3,6,7,8,9,11,12,14,15,16,17,18,27,37,39,54,55,57,59,61,62,63,68,69,71,83,87,88,108,113,115,116,123,124,129,132,134,137,144,146,147,148,153,163,164,167,168,171,172,173,174,179,181,182,184,185,186,189,190,191,192,193,194,199,205,207,209,211,213,214,216,217,225,226,229,230,234,235,241,246,249,255,259,260,261,267,270,273,274,275,278,282,286,287,288,290,293,295,296,298,299,300,303,304,313,319,323,326,327,328,329,331,333,335,339,340,341,342,343,344,345,347,352,353,355,356,357,360,361,363,364,365,369,371,373,374,375,377,378,379,383,384,387,394,395,406,408,409,410,416,418,420,421,423,424,425,426,430,435,440,441,443,448,450,451,452],bottleneck:[1,3,421],bottom:[8,9,127,169,194,204,216,247,286,293,321,435],bottomwal:187,bounc:[3,278],bound:[3,6,17,26,27,41,42,57,59,71,133,146,153,166,167,169,183,184,188,194,195,199,205,214,229,256,278,295,296,297,298,299,300,318,326,357,423,426,437,443,448,449],boundar:3,boundari:[],boundary_dynam:178,boundary_faceset:178,boundary_integr:178,bount:11,box:[],boxcolor:[168,169],boxxlo:11,bpa:333,bpclermont:[9,13],bptype:404,br1:143,bracket:[2,3,6,41,63,71,117,119,172,180,181,182,183,184,185,186,188,292,441,448],bragg:[118,143],branc:11,branch:11,branicio:73,breakabl:[7,44,55],breakag:[78,189],breakdown:[1,12,15,88,107,392,393,418,437],brennan:404,brenner:[335,405],brick:[3,41,62,132,146,188,423,425,427],brief:[1,5,6,7,8,12,212,335,339,393,437],briefli:[6,10,253,348],brilliantov:361,bristol:[5,7],brittl:389,broader:421,broadli:8,broken:[2,54,65,69,70,78,107,115,148,189,229,339,425,435,450],brook:6,brought:166,brown:[7,9,13,15,16,118,121,169],brownain:341,brownian:[],brownw:7,brows:0,browser:[4,168],bryantsev:363,bsd:12,bstyle:[40,42],btype:[69,115,145,167,349,369,373,377,404],buc:342,buck:[],buckingham:[7,173,174,261,319,340,342,343,351,405],buffer:[3,8,168,169,440],bufi:168,bug:[],bui:168,build:[],builder:[7,13],built:[1,2,3,4,6,8,9,11,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,43,45,46,47,48,49,50,51,53,54,55,56,64,67,78,80,83,86,87,96,97,98,99,100,101,105,109,111,112,120,122,123,128,130,131,135,136,138,142,150,151,153,154,155,156,157,158,159,161,162,163,164,167,170,172,175,176,177,179,187,189,190,191,193,195,200,201,202,204,205,206,207,208,210,212,213,215,216,217,218,219,220,222,223,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,259,260,261,262,263,264,265,266,267,270,272,273,274,278,281,283,284,285,286,287,288,290,291,293,294,296,297,302,303,304,306,307,308,309,310,312,313,314,319,328,329,330,333,334,335,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,418,421,424,426,432,436,437,438],bulatov:[381,382],bulk:[4,6,10,70,216,251,257,350,380,384,389,427],bullet:7,bump:213,bunch:8,bundl:[9,168,170],burlywood:169,bussi1:282,bussi2:282,bussi:[207,282],bybe:9,c1060:14,c11:[182,380],c12:182,c13:182,c1n:182,c2050:14,c21:182,c22:182,c23:182,c2n:182,c31:182,c32:182,c33:182,c34:182,c3n:182,c41:182,c42:182,c43:182,c44:182,c_0:[290,402,403],c_1:[68,69,117,118,143,167,169,206,259,271,301],c_2:[69,117,118,140,142,143,167,271,292,301],c_3:[117,271],c_cluster:6,c_cstherm:6,c_dist:117,c_doubl:11,c_e:290,c_flux:91,c_forc:117,c_gauss:359,c_hb:363,c_id:[6,63,71,87,117,119,167,180,181,182,183,184,185,186,271,280,292,441,448],c_ij:6,c_ijkl:6,c_index:117,c_k:206,c_ke:286,c_msdmol:119,c_my_stress:180,c_mycentro:[181,184],c_mychunk1:114,c_mychunk2:114,c_mychunk:[6,66,75,90,93,104,106,124,139,141],c_mycom:183,c_mycomput:181,c_myf:[167,451],c_myrdf:[116,186],c_mytemp:[8,182,183,186,292,441,448],c_n_k:206,c_p:121,c_pe:110,c_peratom:[110,121],c_pi:339,c_press:117,c_prop:6,c_radiu:142,c_reax:[392,393],c_sa:271,c_sigma:339,c_size:6,c_stress:167,c_tatom:214,c_tdrude:[198,214,443],c_thermo_press:[8,182,183,186],c_thermo_temp:186,c_xrd:183,ca2:143,cach:[17,39,384,436],cacul:273,cadetblu:169,cai:443,calcforc:216,calclat:91,calcluat:[103,105,110,112,121,349],calcualt:[91,181],calcul:[],caldwel:[6,150,435],calhoun:253,call:[],callabl:[3,11],callback:[3,11,172,203,421],caller:3,calori:447,caltech:[6,7,9,13,357],calucl:6,calul:[11,12,124,319],cambridg:[9,391],campa:252,can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,315,316,317,318,319,321,322,323,324,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,430,431,432,433,434,435,436,437,438,439,440,441,443,447,448,449,450,451,452],cancel:[172,270,449],candid:[148,179,205],cannot:[1,2,3,6,11,12,13,15,16,17,39,40,41,54,57,58,59,68,71,82,84,88,104,117,119,123,124,145,147,148,166,167,168,169,180,181,182,183,184,185,186,188,191,192,194,195,205,206,207,213,214,215,219,226,229,231,232,234,235,237,238,239,244,246,249,256,257,260,265,267,270,271,272,278,286,290,292,293,295,296,299,300,301,303,318,321,326,328,331,332,333,342,343,345,355,360,362,369,373,375,377,384,387,392,394,395,404,405,407,418,420,421,423,424,426,427,429,432,433,435,437,440,447,448],canon:[172,179,205,207,229,230,246,247,248,249,253,282,285,288,389],cao1:253,cao2:253,cao:253,capabl:[5,7,9,11,14,16,17,18,297,303,319,333,335,345],capac:[9,40,101,130,265,290,399,423,433],capit:[197,423],capolungo:[118,143,271],captur:[6,291,335,343,357,361,373,380,443],carbid:349,carbon:[7,168,312,335,348,366,380],card:[12,14,16,22,44,77,87,116,152,173,174,270,305,323,346,363,417,425,430,450,452],care:[3,6,59,71,144,147,166,181,184,185,189,190,195,207,212,216,229,256,270,285,338,421,423,426,427,432,433],carefulli:[11,12,54,267,301,364,366,428],carlo:[6,7,9,172,179,191,205,270,285,354,405],caro:[179,355],carpent:[7,13],carri:[16,222,259,290,361,393],cart:[3,420],carter:[9,17],cartesian:[3,62,334,420],carv:147,cascad:[199,290],cash:7,cast:[207,448],cat:[15,168],catastroph:261,cate:216,categori:[],cation:358,caus:[1,2,3,6,8,12,16,17,144,146,147,148,167,169,177,192,199,205,241,251,268,270,273,295,297,298,299,300,303,317,319,326,328,332,363,369,375,378,379,384,417,421,422,423,424,427,428,430,431,448,452],caution:[1,319],cautiou:[189,190],cautious:335,caveat:[335,432],cbecker:[334,355],cc1:[6,14,66,75,90,93,104,106,114,124,139,141,181,184],cc2:14,ccc:[356,406,408,410],ccflag:[12,16,17,18,19,167],ccm6:355,ccsi:[356,406,408,410],ccu:339,cd2:143,cdeam:355,cdennist:9,cdll:11,cdof:[6,124,181],cdte:339,cdte_bop:339,cdtese:339,cdzn:339,cdznte:339,ce3:143,ce4:143,ceas:325,ceil:448,cell:[3,6,59,88,116,118,142,143,144,167,177,192,193,205,210,227,229,230,233,252,260,263,290,318,319,321,354,357,441],cella:[6,441],cellalpha:[6,441],cellb:[6,441],cellbeta:[6,441],cellc:[6,441],cellgamma:[6,441],center:[3,6,25,42,63,66,71,74,75,86,89,90,98,103,104,105,114,116,118,124,125,126,129,132,136,139,141,144,168,169,172,173,174,176,181,183,184,185,192,194,195,196,198,205,206,211,213,214,219,225,229,234,235,246,247,249,252,256,261,267,268,270,271,274,275,276,278,280,281,282,283,285,286,288,295,299,304,321,327,338,356,357,360,361,367,378,379,380,381,382,406,408,409,410,412,426,433,443,448],centimet:447,central:[3,61,70,76,77,116,120,219,251,273,276,327,386,392,393,423],centro:[],centroid:[3,253,412,433],cerda:318,ceriotti2:207,ceriotti:[13,207,212],certain:[1,2,3,6,8,12,17,39,71,113,117,119,148,167,168,180,181,182,183,184,185,186,191,203,204,270,272,279,292,303,310,317,329,364,384,393,411,425,429,443,448],certainli:211,cerutti:319,cfg:[3,6,7,13,167,168,169,170],cfile:393,cfor:274,cg_type:395,cgiko:2,cgikot:2,cgkio:2,cgko:2,cgkot:2,cgo:2,cgot:2,ch2:273,ch2lmp:[],ch3:273,chain3:329,chain:[],challeng:[6,274],chalopin:265,champaign:[210,318,319,378],chandler:[334,355],chandrasekhar:[6,369],chang:[1,2,3,6,8,9,11,12,14,15,16,17,39,40,41,46,55,57,59,62,71,80,87,116,126,127,128,144,145,146,148,164,166,167,168,169,170,172,173,174,175,176,178,179,184,185,187,188,189,190,191,192,193,194,195,199,200,202,204,207,209,210,211,213,215,216,217,219,225,226,227,229,230,231,232,233,234,235,241,246,247,248,249,251,252,256,257,259,260,264,267,268,269,270,272,273,274,278,281,282,283,284,286,287,288,289,290,291,293,296,299,301,319,324,326,328,331,333,353,357,361,364,378,379,380,384,392,393,405,418,419,420,421,423,424,425,426,427,428,429,431,432,433,434,435,438,441,444,446,447,448,449,450],change_box:[],changeabl:167,channel:[4,175],chapter:[253,319],charact:[2,3,6,12,38,41,56,63,164,167,168,169,170,172,188,259,267,303,327,332,357,368,390,392,393,407,420,421,425,430,431,448,450,451,452],character:[6,67,70,116,120,396,418,437],characterist:[214,278,287],charg:[1,3,4,5,6,7,9,11,15,40,87,88,113,118,143,144,167,170,172,173,174,179,195,200,205,259,261,262,263,267,280,293,318,319,327,340,342,348,349,351,352,355,357,358,364,369,373,377,387,392,393,405,410,411,413,415,416,423,424,428,433,435,443,447,448],charmm2lammp:13,charmm:[],chartreus:169,cheap:278,cheaper:[199,360,394],check:[3,6,8,11,12,15,17,39,41,71,91,164,179,184,188,189,190,195,202,205,211,212,269,273,278,286,288,293,301,303,317,326,327,328,329,330,333,354,365,368,384,393,404,418,420,421,423,431,437,440,441],checkf:164,checkqeq:393,checku:164,chem:[6,13,20,21,25,39,40,43,45,46,87,88,112,121,150,151,161,193,198,206,207,214,216,228,229,230,247,248,253,257,260,262,270,274,278,281,282,285,286,287,288,295,304,312,314,318,319,325,328,335,340,344,345,348,349,350,352,353,357,359,360,362,363,369,373,374,377,380,383,384,387,404,411,432,435,437,443],chemic:[9,118,138,143,167,178,179,205,261,266,267,285,319,392,393,400],chemistri:[9,260,261,263,339,357,392,393],chen:290,cheng:348,chenoweth:[392,393],chenoweth_2008:[392,393],chi:[92,133,166,251,261,263,358,360,449],chiefli:391,child:8,chip:[7,12,17,333,436],chipot:193,chiral:312,chmod:[11,12],cho:380,chocol:[7,169],choic:[3,6,12,15,16,18,40,41,54,87,121,123,137,148,164,181,184,185,188,191,194,195,207,213,216,227,229,253,261,270,285,313,319,324,325,328,330,333,364,377,384,388,423,432,433,436,437,442,443,447],choos:[1,3,6,7,8,12,16,17,18,29,39,54,87,117,134,135,168,189,190,191,192,195,202,213,216,227,229,231,232,233,234,235,257,278,282,296,318,319,325,413,418,420,432,438],chose:[408,410],chosen:[2,3,6,12,17,120,144,147,156,164,168,174,179,192,195,202,205,206,214,216,227,229,233,253,256,267,278,282,285,286,291,293,294,300,319,320,325,333,357,361,367,368,371,395,408,418,432,437,443],chri:142,christian:[7,9,14,17],christoph:7,chunk:[],chunkid:[66,75,90,93,104,106,114,124,139,141,181],chute:[4,10,208],ciccotti:273,cieplak:[6,150,435],cii:182,cij:182,circular:[3,6,123,165],circumst:18,circumv:265,citat:[],cite:[3,7,8,12,213],cko:2,cl1:143,clarendon:[29,352],clarifi:[7,408,410],clariti:303,clark:387,class2:[],classic:[0,3,5,6,7,8,9,203,253,260,265,290,314,357],classifi:[9,405],claus:421,clean:[6,12,14,15,17,431],cleanli:[422,451],clear:[],clearli:7,clebsch:120,clermont:[9,13],clever:427,click:[2,11,22,37,44,55,144,152,163,168,210,305,313,328,346,405],client:[210,212],climb:[228,328,437],clinic:[7,13],clo:[133,166,449],clock:[12,418,437],clockwis:296,close:[3,6,11,12,13,39,41,67,121,147,167,190,191,192,207,214,216,229,247,270,273,296,299,317,319,322,324,325,328,333,335,339,349,350,380,384,410,427,433,443,445],closer:[3,41,116,142,166,167,188,192,196,287,328],closest:[190,251,270,293,360,394,404,413],cloud:443,clovertown:18,clsuter:72,clump1:[255,270],clump2:[255,270],clump3:[255,270],clump:270,cluster:[],clutter:[3,9],cmap:423,cmatrix:207,cmax:380,cmd:[11,12,253,434],cmin:380,cmm:[],cn1:182,cn2:182,cna:[],cnn:182,cnr:[9,13],cnt:[364,427],co2:[40,143,273,327],coars:[7,9,29,36,40,54,156,255,270,278,362,395,435],coarser:[319,448],coarsest:120,code:[],coeff:[3,7,8,12,21,22,33,44,50,150,151,152,157,304,305,310,346,364,368,384,397,423,425],coeffcient:423,coeffici:[],coefficienct:353,coefficient0:355,coefficient1:355,coeffieci:[6,337],coeffincientn:355,coexist:[9,205,357],cohes:[6,358,380],coincid:[205,299,344,378,379,418],cold:[6,129,209,329,443],coldest:286,coleman8:9,coleman:[9,118,143,271],colin:9,collabor:[7,8,9,15],collect:[3,6,7,8,9,13,40,42,66,75,83,90,93,98,104,106,114,124,132,139,141,144,167,169,181,193,219,225,255,265,268,270,301,318,327,329,347,367,423,430,436,452],collid:[199,278,300],colliex:143,collinear:[3,255],collis:[3,216,278,296,300,354,361,416],colllis:278,colloid:[],colombo:39,colon:[170,301,424],color1:169,color2:169,color:[3,9,41,167,168,169,188,206,260,265],column:[3,6,9,13,42,63,65,66,67,68,69,71,75,77,79,81,90,92,93,104,106,108,110,113,114,115,116,117,119,120,121,124,132,139,141,142,143,164,167,169,172,180,181,182,183,184,185,186,219,226,227,260,270,279,280,290,300,359,363,392,393,424,438,440,448],colvar:[],colvarmodul:12,com:[],comamnd:194,comand:[191,425],comannd:333,comb3:[],comb:[],comb_1:262,comb_2:262,combiant:350,combin:[3,6,7,9,11,13,36,40,63,65,69,79,87,92,108,115,123,137,167,168,178,183,210,219,229,253,259,282,291,299,302,304,318,319,321,325,333,347,349,350,357,358,364,376,377,396,406,408,410,415,426,431,443,448],come:[],comfort:[12,13],comm:[0,3,12,61,73,210,212,213,319,328,333,353,384,389,407],comm_modifi:[],comm_styl:[],command:[],comment:[2,7,11,12,38,56,150,164,167,214,270,290,327,328,334,355,356,358,368,380,386,393,396,406,407,408,409,410,420,421,423,443,448],commerci:7,commmand:[3,6,12,59,107,248,417,418,420,437,451],common:[],commonli:[3,6,12,17,25,57,59,105,146,167,168,170,314,362,371,396,408,410,423,426,435],commun:[1,3,6,7,8,10,11,12,14,15,16,18,40,41,58,61,62,71,147,148,168,169,188,189,190,192,193,194,210,212,216,218,219,220,229,252,259,261,262,263,270,278,290,301,318,329,330,331,333,354,388,420,421,425,432,433,450,452],communc:318,comp:[7,212,213,273,319,328,357,384,389,394,403,407,409],compact:[63,172,346,405],compani:[5,7],compar:[1,3,4,6,8,12,17,39,86,110,118,127,142,143,152,163,169,198,261,301,303,318,319,326,328,380,418,437,438,443,447],comparison:[],comparison_of_nvidia_graphics_processing_unit:14,compass:[7,21,22,37,43,44,55,151,152,163,304,305,313,345,405],compat:[3,5,7,8,9,11,12,13,17,18,41,71,117,119,155,167,170,174,180,181,182,183,184,185,186,188,252,264,282,285,292,295,298,318,333,365,384,407,420,421,448],compens:[6,189,190,268,329,357],compet:289,competit:319,compil:[3,7,8,9,10,12,13,14,15,16,17,18,19,142,167,168,170,210,289,319,333,423,424,428],compl:17,complain:[12,17],complement:380,complementari:[7,349,369],complet:[3,6,9,12,15,41,59,71,169,184,188,193,219,253,256,259,278,289,291,303,317,328,333,358,412,418,423,428,431,435,437,440,443,448],complex:[6,8,11,12,13,25,40,42,62,120,132,144,145,216,299,316,328,357,407,421,423,426,448],compli:[285,289],complic:[6,7,9,12,13,179,205,421],complier:12,compon:[3,6,8,12,61,63,66,67,73,81,88,89,90,91,93,94,97,104,105,106,107,108,109,110,112,113,117,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,139,140,141,167,168,169,175,176,180,181,182,183,184,185,186,187,191,192,194,195,200,203,208,212,213,216,219,221,225,226,228,229,230,233,234,235,246,247,249,250,252,253,254,257,268,270,272,273,274,275,278,281,282,283,285,292,293,298,299,300,318,321,325,326,327,328,333,353,357,361,378,379,396,423,424,433,441,448,449],componenet:6,composit:[6,179,216,355],compound:[348,357,358],compres:[71,114,181],compress:[3,6,59,71,114,147,167,168,169,181,194,227,233,257,260],compris:[40,299,367,394,412],compton:[118,143],comptu:[3,6],compuat:319,comput:[],computation:[3,6,189,190,290,339],computational:443,compute_arrai:8,compute_fep:[174,377],compute_group_group:205,compute_inn:8,compute_ke_atom:8,compute_loc:8,compute_modifi:[],compute_peratom:8,compute_sa:[118,271],compute_scalar:8,compute_temp:8,compute_ti:174,compute_vector:8,compute_xrd:143,concaten:[2,3,451],concav:299,concentr:355,concept:[6,124,134,181,432],conceptu:[3,6,71,132,192,194,328,349,364,380,428],concern:[6,73,87,206],concis:[11,289],conclud:12,concret:8,concurr:[9,16,319],conden:[290,408,410],condens:[6,126,290,335,351,355,369],condit:[],conducit:6,conduct:[],cone:426,confid:[3,437],config:[12,167,420],configfil:193,configur:[1,6,12,15,17,38,59,146,164,166,167,168,172,192,193,194,195,199,205,212,213,241,253,261,289,316,326,328,335,339,356,380,406,408,410,418,423,425,426,437],confin:[423,437],conflict:[3,40,384,421],conform:[3,6,13,59,191,192,228,269,274,289,312,328,357,435],confus:3,conjuct:353,conjug:[7,8,213,325,357,392,393],conjunct:[6,7,71,86,87,114,127,132,138,144,148,169,173,174,213,216,220,241,256,257,261,262,263,265,270,278,286,293,298,318,319,328,340,342,346,349,353,357,363,369,384,387,395,411,423,426,430,443,452],connect:[3,6,87,129,147,191,210,255,270,273,275,328,350,361,404,410,420,421,427,443],conput:3,consecut:[3,11,12,39,71,144,169,173,174,195,210,211,349,369,373,418,424,426],consequ:[1,6,290,368,437],conserv:[3,172,179,191,198,199,206,209,213,215,216,220,225,227,229,241,270,273,281,282,286,293,294,298,328,352,353,361,375,432,437],consid:[6,9,70,71,78,87,115,129,130,147,167,169,173,174,180,182,184,188,190,191,195,217,230,252,270,285,286,289,290,293,319,346,357,364,393,394,404,418,419,421,424,425,426,428,431,433,441,443,448],consider:[6,8,213,214,281,282,283,333,432],consist:[3,6,8,9,11,12,40,42,65,69,79,92,104,108,111,112,115,124,127,129,144,156,166,170,175,176,181,194,195,198,200,203,206,213,214,215,226,229,231,232,233,234,235,236,237,239,240,241,242,244,245,246,247,248,249,257,260,265,267,269,270,281,282,283,284,294,318,319,321,327,328,333,335,339,341,347,349,357,360,364,378,379,380,384,394,407,413,421,423,424,426,427,428,435,443,448],consistent_fe_initi:178,consit:270,constant:[],constitu:[3,6,219,270,295,299,347,394],constrain:[3,6,8,122,123,124,125,127,130,131,132,133,134,136,137,172,181,195,205,206,211,219,223,255,256,268,270,273,276,286,293,326,327,357,428,435,443],constraint:[],construct:[6,8,14,38,54,56,61,64,67,70,72,73,77,118,120,143,192,229,252,269,299,329,333,352,384,404,406,407,426,427,448],constructor:8,consult:393,consum:[1,265,388,448],consumpt:316,contact:[],contain:[0,1,2,3,4,6,8,9,11,12,13,17,18,19,38,40,41,56,63,87,91,116,118,120,124,132,142,143,144,146,150,152,163,164,167,168,169,170,172,173,174,178,180,181,182,183,184,185,186,188,193,195,200,207,211,212,213,214,216,227,241,251,252,255,256,258,260,263,267,270,271,278,285,289,290,299,300,303,317,319,327,328,331,332,334,335,336,339,348,349,352,355,356,357,364,365,380,386,390,391,392,393,396,406,407,408,409,410,411,418,419,420,421,423,424,425,426,428,430,432,435,437,440,441,443,448,450,452],content:[12,18,393,439,441],context:[3,6,8,12,17,117,169,189,190,195,255,267,294,325,415,423,430,439,447,448,449],contibut:70,contigu:420,contin:16,continu:[0,2,3,5,6,9,12,13,14,41,71,81,103,104,140,169,172,173,174,179,181,182,183,184,185,186,188,191,192,193,194,195,205,206,207,209,210,211,213,214,215,221,226,227,229,231,232,233,234,235,246,247,248,249,254,256,259,260,270,271,274,277,278,280,287,288,290,296,299,303,317,332,333,339,353,354,371,374,392,393,394,409,418,421,423,425,426,431,437,440,441,448,450],continuum:[6,7,9,178,290],contour_integr:178,contract:[59,192,194,229,257,270],contradictori:3,contrain:273,contraint:241,contrari:[207,214],contrast:[1,6,42,55,64,129,194,301,415,451],contrib:290,contribut:[3,5,6,7,8,9,12,13,17,63,66,68,70,71,74,75,77,80,84,87,88,89,90,91,93,102,104,106,107,108,109,110,112,114,117,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,174,179,180,181,182,183,184,185,186,192,205,213,216,219,220,224,230,247,248,255,256,264,267,270,271,273,292,318,326,328,336,353,354,355,357,364,378,379,384,392,393,435,441,443],contributor:12,control:[3,5,6,7,8,11,13,16,27,29,41,87,91,120,153,167,168,172,178,179,188,192,193,194,209,210,213,214,229,231,232,233,234,235,257,262,270,281,282,283,290,294,316,318,330,357,360,392,393,406,410,418,420,432,438,439],control_typ:178,controlfil:393,convect:91,conveni:[6,12,29,167,170,186,271,321,396,448],convent:[3,8,9,29,155,162,163,169,269,275,302,355,357,448],converg:[3,6,41,88,167,168,170,175,188,191,192,200,203,233,260,262,265,269,273,324,325,326,328,348,349,369,418,430,437],convers:[3,8,120,168,169,179,182,257,318,349,350,351,357,369,373,377,387,421,437,447],convert:[2,3,4,5,6,7,8,12,13,20,21,24,28,32,35,36,59,63,71,91,144,151,167,168,169,186,227,301,304,306,309,312,321,328,334,355,408,410,416,421,423,424,425,430,440,443,447,448,450,452],convex:299,convinc:[7,12],cooki:7,cool:[7,134,209,268],cooordin:167,cooper:[5,7],coord123:114,coord1:[3,114,181,184,185],coord2:[3,114,181,184,185],coord3:[3,114,181,184,185],coord:[],coordiat:326,coordin:[1,3,4,6,7,8,11,13,14,15,17,40,41,42,59,61,62,63,66,68,71,74,75,77,81,87,89,90,93,103,104,106,113,114,116,120,127,133,139,141,142,144,148,166,167,168,169,170,172,175,180,181,183,184,185,188,189,190,191,192,193,194,195,198,200,201,203,205,208,209,210,211,212,213,214,226,228,229,231,232,234,235,247,250,251,252,255,256,257,267,268,270,272,273,274,275,276,277,278,280,288,289,290,297,298,300,301,321,326,327,328,333,334,335,338,356,418,423,424,426,428,431,433,437,443,448,449],coordn:[114,181],coorind:104,copi:[0,3,4,8,11,12,15,17,40,119,168,290,328,346,392,421],copper:416,coproccesor:16,coprocessor:[1,4,7,9,16,17,333,436],coproprocessor:17,copy_arrai:8,copyright:[7,8,255],coral:169,core:[],core_shel:126,coreshel:[6,9,342,349,351],cornel:[6,150,435],corner123i:113,corner123x:113,corner123z:113,corner1i:113,corner1x:113,corner1z:113,corner2i:113,corner2x:113,corner2z:113,corner3i:113,corner3x:113,corner3z:113,corner:[3,6,40,113,168,299,300,321,412,423],cornflowerblu:169,cornsilk:169,corpor:16,corr:348,correct:[3,6,9,11,12,16,17,59,87,88,102,110,116,126,131,138,168,194,207,213,229,230,247,255,257,260,289,295,299,318,328,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,415,416,423,438,441,443],correction_max_iter:178,correctli:[3,8,9,11,17,71,81,102,103,122,123,125,127,129,130,131,132,133,136,137,140,167,169,175,195,200,203,214,223,229,230,263,270,273,275,277,296,299,328,329,333,351,379,420,421,423,447,449],correl:[],correspond:[1,2,6,8,11,12,14,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,43,44,45,46,47,48,49,51,53,54,56,70,71,87,96,97,109,112,113,114,115,118,119,120,122,123,131,138,143,150,151,152,153,154,155,156,158,159,161,162,164,167,168,169,173,174,175,181,183,184,185,187,190,192,194,201,203,204,208,213,216,217,225,226,227,229,231,232,233,234,235,236,241,244,246,247,249,252,253,257,262,270,272,273,281,283,285,294,295,296,298,299,300,302,304,305,306,307,308,309,312,314,319,323,325,327,328,334,335,337,340,341,342,343,344,345,346,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,384,385,386,387,389,390,392,393,394,395,396,397,406,407,408,409,410,412,414,415,416,418,420,421,423,424,426,436,437,438,440,441,443,448],correspondingli:[378,379,432],cosin:[],cosineshift:27,cosmo:[207,212],cossq:[],cost:[1,6,10,11,12,17,39,41,71,109,118,121,143,168,169,181,184,185,188,189,190,202,229,262,290,318,319,331,349,369,373,384,406,420,432],costheta0:[406,408,410],costheta:390,costli:[11,88,207,329],couett:4,coul:[],could:[2,3,6,9,11,12,17,33,41,50,59,66,71,75,87,90,93,104,106,109,112,114,124,134,139,141,157,167,168,169,173,174,179,181,182,184,188,194,203,212,259,260,261,265,268,270,272,278,279,285,289,290,291,295,299,301,303,310,315,317,324,326,329,333,336,359,363,364,392,393,419,420,421,423,425,427,430,431,439,443,448,449],coulomb:[3,5,6,7,8,9,10,12,14,15,18,88,107,108,121,145,149,261,263,291,318,319,326,333,340,342,343,344,345,348,349,350,351,352,357,361,362,364,369,373,377,384,387,392,393,395,405,410,411,415,428,435,441,443,447],coulommb:6,cound:3,count:[1,3,6,8,10,11,12,41,63,68,77,91,114,116,117,132,142,148,175,176,179,181,183,184,185,187,188,195,200,202,205,211,229,241,256,273,281,282,299,319,326,327,328,330,333,359,363,384,441,448],counter:[296,418,429,431,437],counterbal:209,counterpart:[167,270,418],counterproduct:18,coupl:[],cours:[3,8,138,167,173,174,206,269,275,289,295,297,298,300,301,319,378,397,420,423,436,443,448,450],coval:[6,29,357,380,443],covari:207,cover:[6,71,164,169,178,216,357,367,412],coverag:[71,184],cpc:212,cpp:[1,3,6,8,9,11,12,13,87,167,173,174,203,273],cpu:[1,3,4,9,10,12,14,15,16,17,18,63,71,169,172,198,214,291,316,319,333,346,405,418,436,437,440,441],cpuremain:441,cr2:143,cr3:143,crack:[4,329],crada:[5,7],crai:[5,7,13,18,167],crash:[3,329,443],craympi:333,creat:[],create_atom:[],create_bond:[],create_box:[],create_elementset:178,create_faceset:178,create_nodeset:178,createatom:[],creation:[],crimson:169,critchlei:255,criteria:[3,116,145,168,169,189,190,191,224,326,389,412,425,428,448],criterion:[41,142,144,147,179,188,191,205,241,262,296,301,326,328,348,357,361,428,437,438],criterioni:437,critic:[48,49,227,285,290,326],cross:[3,12,22,71,89,123,152,167,168,180,184,190,194,226,228,247,270,275,277,286,293,305,321,328,344,353,354,355,362,363,364,369,371,373,390,395,408,410,423,427,433,450],crossov:1,crossterm:423,crozier:[0,7,13],crucial:260,crystal:[4,6,13,73,251,252,288,329,427,441,443],crystallin:[6,252,321,409,443],crystallis:285,crystallogr:[118,143],crystallograph:[321,441],crystallographi:[118,143,321],cs1:143,cs_chunk:6,cs_im:[40,423],cs_re:[40,423],csanyi:[120,391,396],cscl:380,csequ:6,csh:[11,12,346],cshrc:[11,12],csic:[356,406,408,410],csinfo:6,csisi:[356,406,408,410],csld:[],cst:355,cstherm:6,cstyle:420,csvr:[],ctcm:[334,355],ctemp_cor:198,cterm:274,ctr:9,ctype:11,cu1:143,cu2:143,cu3au:380,cube:[6,41,142,147,188,198,299,321,443],cubic:[],cuda:[],cuda_arch:15,cuda_get:15,cuda_hom:15,cuda_prec:15,cufft:14,cuh:339,cummul:[3,6,186,189,190,191,193,202,207,213,215,278,281,282,283,284,286,293,363,441],cumul:[6,179,181,183,184,185,199,205,213,227,229,233,241,270,271,328],curli:2,current:[0,1,3,5,6,7,8,9,11,12,13,15,16,17,18,40,41,42,59,61,63,71,73,81,87,102,108,116,117,121,124,132,140,142,145,148,167,168,169,170,173,174,178,179,181,184,185,186,188,189,190,191,192,193,194,195,199,200,203,205,207,210,211,213,219,226,229,230,234,235,241,246,247,249,255,261,262,264,267,268,269,270,273,274,276,277,278,281,282,283,289,290,293,294,295,296,297,298,300,301,303,316,317,318,319,322,323,325,326,327,328,333,339,346,348,352,355,357,358,361,365,368,378,379,380,381,382,384,390,392,393,397,408,410,411,413,418,419,420,421,423,424,425,426,427,429,430,431,433,435,437,438,440,441,448,449,450,451,452],curv:[6,144,205,252],curvatur:[360,394,416],custom:[],cut0:421,cut1:432,cut2:432,cut:[],cuthi:[251,263],cutinn:[341,378,379],cutlo:[251,263],cutmax:390,cutoff1:[345,352,369,373,377,387,395],cutoff2:[340,342,343,345,351,352,369,373,377,387,395],cutoff:[3,6,10,16,18,39,45,46,54,55,61,70,72,73,77,87,108,115,116,120,142,145,147,190,191,196,251,260,261,263,265,267,270,278,291,295,299,301,318,319,326,329,330,331,333,334,335,336,337,338,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,356,357,358,359,360,362,363,364,365,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,392,393,394,395,396,397,398,399,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,421,425,428,432,443],cutoffa:356,cutoffc:356,cuu3:355,cval:143,cvd:285,cvel:274,cvff:[],cwiggl:[3,226,295,298,300,448],cyan:[2,168,169],cycl:[3,205,227,229,230,233],cyclic:[3,164],cygwin:12,cylind:[3,4,168,211,256,296,299,426],cylindr:[6,211,275,296],cypress:333,cyrot:339,cyrstal:252,d3q15:216,d3q19:216,d_double_doubl:15,d_e:290,d_flag2:259,d_flag:259,d_name:[113,167,259,280,433],d_single_doubl:15,d_single_singl:15,d_sx:259,d_sy:259,d_sz:259,daan:288,dai:12,daili:12,daivi:247,damag:[],dammak:265,damp:[3,6,172,177,213,214,215,220,229,230,233,257,260,265,270,281,282,294,296,297,325,326,328,340,342,344,349,352,357,361,369,377,387,395,405,411,437,443],damp_com:214,damp_drud:214,dampen:[270,443],dampflag:[296,361],dan:17,danger:[3,12,205,301,353,441],dangl:147,daniel:9,darden:[319,352],darkblu:169,darkcyan:169,darken:168,darkgoldenrod:169,darkgrai:169,darkgreen:169,darkkhaki:169,darkmagenta:169,darkolivegreen:169,darkorang:169,darkorchid:169,darkr:169,darksalmon:169,darkseagreen:169,darkslateblu:169,darkslategrai:169,darkturquois:169,darkviolet:169,dasgupta:261,dash:[361,440],dat:[6,91,164,178,419],data2xmovi:[],data:[],data_atom:8,data_atom_hybrid:8,data_bodi:8,data_vel:8,data_vel_hybrid:8,databas:[],datafil:[12,13,271],dataset:271,datatyp:3,date:[0,6,12,13,392,393,448],datom1:115,datom2:115,datom3:115,datom4:115,datum:[3,6,42,65,68,69,79,92,108,115,167,182],davi:295,david:[9,19,318,319,408,410],daw:[355,390],dbg:14,dcd:[3,6,7,167,168,169,170,253,424,428],ddim:166,deactiv:377,dealt:212,debug:[6,7,11,12,13,14,17,118,143,144,253,258,316,318,333,365,384,413,421,422,425,430,433,440,448],deby:[],decai:[349,416],decid:[3,6,12,16,71,226,259,270,291,438],decipher:321,declin:278,decod:168,decompos:[87,396],decomposit:[3,5,7,18,62,178,253],decoupl:[6,443],decreas:[3,167,175,176,191,194,200,203,213,289,318],decrement:274,deepli:315,deeppink:169,deepskyblu:169,def:[12,13,421],defaul:61,defect:[6,70,142],defin:[2,3,5,6,7,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,150,151,152,153,154,155,156,158,159,161,162,163,164,165,166,167,168,169,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,199,200,203,204,205,208,211,212,213,214,215,216,224,226,228,229,230,231,232,233,234,235,237,238,239,242,244,245,246,247,248,249,251,252,253,255,256,257,259,261,263,268,270,271,272,273,276,278,280,281,282,283,284,286,287,288,290,292,293,295,296,297,298,299,300,301,303,304,305,306,307,308,309,312,313,314,316,318,319,321,323,325,326,327,328,329,330,331,332,333,335,336,337,338,340,341,342,343,344,345,346,347,349,350,352,353,354,356,357,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,383,384,385,386,387,389,390,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,420,421,423,424,426,427,428,429,432,433,434,435,437,438,440,441,443,444,445,446,447,448,449],definit:[2,3,6,8,12,13,78,80,116,120,169,181,182,183,184,185,186,194,211,233,271,280,292,295,298,300,302,313,316,327,336,339,347,357,367,390,396,412,421,423,425,432,434,447,448],defint:441,deform:[],deg2theta:143,deg:443,degener:[3,255],degrad:[8,18,252,319,432],degre:[3,6,8,20,21,24,28,29,32,35,36,38,65,79,92,94,96,97,99,101,102,112,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,143,144,150,151,154,155,162,164,166,168,181,191,198,205,207,208,213,214,219,229,230,233,234,235,246,247,249,253,255,269,270,273,281,282,283,288,304,306,309,312,314,326,352,355,363,433,441,443,449],degress:[124,181],del:437,delai:[3,6,12,329,354,441],deleg:364,delet:[2,3,7,8,12,54,57,60,63,142,147,148,172,181,182,183,184,185,186,189,191,202,205,229,271,281,282,301,303,317,327,329,332,384,423,424,426,434,435,440,444,446,448,449],delete_atom:[],delete_bond:[],delete_el:178,deli:166,delimit:[421,448],deloc:[230,357],delr:380,delt_lo:437,delta:[],delta_1:339,delta_3:339,delta_7:339,delta_conf:3,delta_ij:[380,390],delta_mu:[3,179],delta_pi:339,delta_r:390,delta_sigma:339,delx:166,delz:166,demand:265,demo:11,demon:250,demonstr:[260,380],den:256,dendrim:363,denniston:[9,216,218,219,220,252],denomin:[7,149],denot:[118,198,214,252,263,265,349,362,364,393],dens:[71,191,357],densiti:[3,6,7,9,18,40,41,59,100,116,120,130,142,144,173,174,178,181,184,185,188,194,203,216,219,222,223,252,256,257,261,290,295,321,323,327,334,339,355,380,381,382,390,394,399,401,402,403,423,432,433,441,447],depart:[0,7],departur:[227,260],depend:[1,2,3,6,8,9,11,12,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,44,45,46,47,48,49,51,53,54,56,61,63,65,68,69,70,71,79,92,108,109,112,113,114,115,119,120,122,127,131,132,138,144,145,150,151,152,153,154,155,156,158,159,161,162,163,164,166,167,168,169,172,173,174,175,176,179,181,183,184,186,187,188,190,192,200,201,204,207,208,209,211,213,214,216,218,219,226,229,231,232,233,234,235,236,244,246,247,249,251,262,265,267,270,272,273,278,281,282,283,285,287,289,290,292,294,295,298,299,300,301,303,304,305,306,307,308,309,312,314,319,321,326,327,329,330,331,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,383,385,386,387,389,390,392,393,394,395,396,397,405,406,407,408,409,410,411,412,414,415,416,418,420,423,425,426,429,433,435,437,440,441,442,448,449],dependend:6,depflag:12,dephas:[418,437],depos:195,deposit:[],deprec:261,depth:[51,123,168,290,360,394],dequidt:9,der:[87,107,347,348,377,392,393,415,443],deriv:[6,7,8,38,56,63,87,120,138,164,182,192,194,205,213,226,229,231,232,233,234,235,251,257,261,265,287,288,290,295,296,299,325,327,335,339,347,352,357,358,362,371,375,376,380,392,393,405,407,415,443],derjagin:415,derlet:251,descend:169,descent:[7,325],descib:[40,261],describ:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,38,39,40,41,42,56,62,63,68,70,71,73,88,110,113,116,118,120,121,123,124,128,129,132,135,137,138,142,143,144,146,147,156,161,164,167,172,173,174,181,182,183,184,185,186,188,191,192,193,194,195,197,198,206,207,210,211,212,213,214,215,216,218,219,220,224,228,229,230,233,240,248,251,253,258,259,260,261,262,263,270,274,275,278,279,280,281,282,283,284,285,286,287,288,293,295,296,298,303,318,319,321,324,325,326,327,328,332,335,336,338,340,341,342,344,345,346,347,348,349,352,355,357,358,360,361,362,364,369,370,371,372,373,374,375,376,377,378,379,380,383,389,390,391,392,393,394,395,396,397,404,405,406,407,408,409,410,411,414,415,416,418,420,421,423,424,426,427,433,436,437,440,448,449,450],descript:[],descriptor:[120,167,365],deserno:319,design:[0,3,6,7,8,11,13,14,15,17,118,126,129,143,178,191,197,198,229,230,251,252,271,285,290,336,337,338,341,344,349,351,357,377,378,379,381,382,390,393,407,432],desir:[2,3,6,7,11,12,14,15,16,18,33,40,50,59,71,88,91,112,117,121,126,144,157,166,179,192,194,203,205,206,213,214,215,219,229,247,255,256,257,258,261,265,270,273,278,281,282,283,284,289,296,310,315,318,319,321,324,326,327,328,353,355,363,378,379,406,408,410,419,420,421,423,427,432,437,438,440,441,448,449,450],desk:7,desktop:[4,6,7,10,12,17,168],despit:443,destabil:339,destre:312,destroi:[11,39,189,190],detail:[1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,41,42,55,63,66,67,68,71,75,78,90,91,93,102,104,106,107,109,111,112,114,117,119,120,121,122,123,124,127,137,138,139,141,144,145,148,149,152,163,167,168,169,172,173,174,178,181,182,183,184,186,188,190,191,192,193,194,195,203,205,206,207,208,210,211,213,215,216,220,226,227,228,229,230,231,232,233,234,235,239,241,246,247,248,249,252,255,256,257,259,260,262,263,264,270,273,278,281,282,283,284,285,286,288,289,290,291,292,293,294,301,303,305,313,318,319,322,326,327,329,330,333,334,335,336,338,339,341,343,344,345,346,347,348,349,352,353,357,358,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,383,384,389,392,393,394,396,397,405,412,414,415,421,423,424,425,426,428,429,432,433,435,438,441,448,449,452],detect:[2,3,12,61,63,86,204,256,289,328,348,363,368,418,420,423,434,437,448],determ:333,determin:[1,3,6,8,12,15,39,40,42,51,57,58,59,61,62,68,71,87,102,107,109,112,118,119,121,132,133,142,143,144,166,167,168,169,170,171,175,176,177,180,181,182,183,184,185,186,187,188,192,194,195,198,200,205,208,209,211,213,214,219,224,226,227,229,234,235,246,247,249,251,253,257,260,267,268,269,270,271,272,278,281,282,283,285,291,292,295,296,297,298,299,300,301,313,318,319,321,327,329,330,333,335,336,343,348,352,354,355,359,361,364,365,373,380,384,393,394,404,407,411,415,420,423,424,426,428,430,433,437,439,440,447,448,449],detil:108,devan:[9,395],devanathan:410,develop:[0,3,5,6,7,8,9,11,12,14,15,16,17,18,19,42,210,233,255,260,261,264,335,339,357,382,425],devemi:9,deviat:[227,233,251,359],devic:[1,3,12,15,17,210,333],device_typ:333,devin:[262,348],devis:382,dfactor:168,dff:443,dfft_fftw2:12,dfft_fftw3:12,dfft_fftw:12,dfft_none:12,dfft_singl:[3,12,319],dfft_xxx:12,dfftw:12,dfftw_size:12,dft:[9,264],dhi:[59,166,194,256],dhug:[227,260],dhugoniot:[227,260],dia:380,diagnost:[],diagon:[3,6,83,120,121,192,229,257,270,293],diagonalstyl:396,diagram:[41,118,143,163,188,253],diallo:363,diam:[168,169,256,327],diamet:[3,6,40,113,144,167,168,169,173,174,213,256,270,278,294,296,327,347,360,361,367,371,394,412,415,423,424,433],diamond:[321,357,380],diamter:[40,256],dick:6,dicsuss:226,dictat:[179,227],did:[3,12,326,353,354,355,361,384,408,410,431],didn:3,die:18,diel:[],dielectr:[],diff:[3,6,12,140,292,318],differ:[1,2,3,4,6,7,8,9,10,11,12,14,15,16,17,18,22,37,38,39,41,42,54,55,56,61,64,68,70,71,87,94,96,97,120,122,123,124,125,127,130,131,132,133,134,136,137,138,144,145,147,152,163,164,166,167,168,169,172,174,177,179,181,183,188,189,190,191,192,193,194,198,204,205,206,207,208,209,210,213,214,216,226,229,230,231,232,234,235,237,239,242,244,245,246,249,251,253,255,257,260,261,262,265,268,270,273,274,275,276,278,281,282,283,286,287,288,290,293,294,295,296,299,303,304,313,315,317,318,319,321,322,324,325,327,328,330,331,332,333,334,335,339,343,344,346,347,348,353,355,357,360,361,362,364,367,369,370,372,373,380,381,382,383,384,386,390,392,393,394,395,396,397,405,406,407,408,410,412,415,416,417,418,420,421,423,425,426,427,428,431,432,433,435,437,438,440,441,443,447,448,449,450],differenti:[1,3,6,29,164,318,349,390,409],difficult:[192,253,333,363,432],difficulti:[273,392],diffract:[],diffus:[],digit:[2,3,169,303],dih_table1:164,dih_table2:164,dihedr:[],dihedral_coeff:[],dihedral_cosineshift:27,dihedral_styl:[],dihedralcoeff:3,dihedraltyp:190,dihydrid:357,dij:273,dilat:[],dim1:3,dim2:3,dim:[3,59,71,122,125,126,127,130,131,132,133,134,136,144,166,184,194,211,296,321,380,426,447,448,449],dimdim:448,dimems:252,dimens:[],dimension:[3,39,112,118,120,122,124,125,126,127,130,131,132,133,134,136,143,165,181,184,228,252,290,321,324,328,390,423,433],dimensionless:[105,120,290,319,396,415],dimer:[6,270,380],dimgrai:169,dimstr:[41,188],dinola:[257,281],dintel_offload_noaffin:16,dipol:[],dipolar:[4,29,40,167,280,443],dir1:434,dir2:434,dir:[1,3,4,8,11,12,227,251,260,277,390,392,393,421,434,448],dirac:120,direc:390,direct:[],directli:[3,6,8,9,11,12,87,113,120,167,168,175,200,207,211,216,252,271,282,294,296,297,298,299,321,325,333,334,335,340,342,343,349,352,355,357,369,373,384,387,395,404,421,433,434,435,441,448],directoi:14,directori:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,60,170,193,212,255,261,264,278,287,288,328,332,334,335,339,346,348,349,355,356,358,365,366,377,380,381,382,386,390,391,392,393,396,406,408,409,410,421,423,424,425,434,448],disabl:[3,12,16,290,368,421,436],disadvantag:[6,188],disallow:[194,229],disappear:425,discard:[2,3,41,71,184,188,291,299,420,425,426],discontinu:[9,164,326,375],discourag:380,discov:[13,291],discret:[6,8,40,42,168,169,213,216],discuss:[],disk:[6,84,85,137,165,195,205,256,421],disloc:70,disord:[39,70],disp:[],dispar:394,disperion:[352,373],dispers:[3,6,7,9,142,252,318,319,343,352,373,378,384,393,407],displac:[],displace_atom:[],displace_box:59,displacemet:426,displai:[11,13,22,37,44,55,152,163,167,168,305,313,346,405],dispters:3,dissip:[6,206,213,252,287,288,341,353,361,378,379,405],dissolut:189,dist:[6,69,91,108,117,167,253,269,354,404,418,449],distanc:[3,6,7,9,12,20,21,29,39,43,45,46,47,48,49,51,53,54,55,56,58,59,61,63,64,66,69,71,72,73,74,75,76,77,81,86,89,90,93,103,104,105,106,108,114,115,116,117,118,120,133,139,142,144,145,146,147,151,166,167,168,169,177,181,184,185,189,190,191,192,194,195,196,199,205,211,216,226,227,228,229,233,241,251,252,256,260,261,268,269,270,273,274,275,276,277,278,285,286,288,289,290,293,295,296,297,298,299,300,304,318,319,321,324,326,328,329,330,333,336,337,338,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,356,357,359,360,361,362,363,367,368,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,386,387,388,389,390,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,418,421,423,426,432,433,437,441,443,447,449],distinct:[6,198,267,318,394],distinguish:[6,86,120,219,357],distort:334,distrbut:334,distribut:[],distro:[111,346,389,390],ditto:[8,11,12,14,15,16,17,18,115,190,421],div:8,divd:117,diverg:[3,12,39,270,288,425,443,450],divid:[3,6,16,41,91,112,117,121,141,142,152,163,169,181,182,183,188,194,251,286,293,298,318,326,328,358,393,432,440,448],divis:[6,216,339,367,377,420,423,441,448],dl_poli:7,dlambda:138,dlammps_async_imd:210,dlammps_bigbig:[12,39],dlammps_ffmpeg:[3,12,168],dlammps_gzip:[3,12,167,168,289,423,424,428],dlammps_jpeg:[3,12,168],dlammps_longlong_to_long:12,dlammps_memalign:[12,16],dlammps_png:[3,12,168],dlammps_smallbig:12,dlammps_smallsmal:12,dlammps_xdr:[12,167],dlen:433,dlmp_intel_offload:[12,16],dlo:[59,166,194,256],dlvo:[7,347,415],dm_lb:216,dmax:[278,324],dna:7,doc:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,42,55,57,59,63,66,68,75,87,90,93,102,104,105,106,107,109,111,112,114,117,119,121,123,124,137,139,141,144,145,146,152,163,167,168,169,170,172,173,174,179,180,181,182,183,184,185,186,195,205,213,214,224,229,230,234,235,239,246,247,248,249,256,259,270,275,278,281,282,283,292,296,299,301,303,305,313,317,326,327,328,333,334,335,338,346,348,349,355,356,358,363,364,366,367,380,381,382,384,386,389,390,391,396,405,406,408,410,412,421,423,424,425,426,428,431,432,433,440,441,448,449,450,451],docuement:394,dodgerblu:169,doe:[0,1,2,3,5,6,7,8,9,11,12,14,15,16,17,18,29,33,38,39,41,50,54,56,59,62,63,67,70,71,87,88,91,104,110,117,118,123,124,127,132,134,138,143,144,145,146,148,150,152,157,163,164,166,167,168,169,172,178,179,181,184,187,188,190,191,192,194,198,200,202,205,206,209,211,213,214,216,219,225,229,230,231,232,234,235,246,247,248,249,257,258,259,263,265,268,270,278,281,283,285,286,290,293,294,295,298,299,300,301,306,307,309,310,312,317,318,319,320,321,327,328,329,334,335,336,337,338,339,341,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,364,365,366,367,368,371,372,374,375,376,378,379,380,381,382,384,390,391,392,393,394,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,418,419,420,421,423,424,425,426,427,430,431,433,434,435,436,437,440,441,443,448,452],doegenomestolif:7,doesn:[3,7,8,12,144,167,179,184,185,275,327,329,333,335,348,356,366,392,393,406,408,409,410,423,425],dof:[3,8,112,123,124,137,181,270,449],dof_per_atom:[124,181],dof_per_chunk:[124,181],doff:[327,423],doi:[6,193],domain:[3,6,7,12,13,18,39,41,42,58,61,62,71,118,133,143,146,166,168,169,172,179,188,192,194,195,209,212,216,229,230,253,265,270,290,295,296,318,319,328,333,354,384,418,420,423,427,440],domin:[1,357,437],don:[0,8,11,12,13,116,147,175,200,214,259,299,380,421,423],donadio:282,done:[1,3,6,7,8,12,14,15,16,17,18,19,38,39,41,56,59,62,71,138,141,144,147,164,168,169,178,179,181,183,184,185,186,188,189,190,191,192,194,195,203,205,210,211,213,214,221,229,234,235,246,247,249,250,252,253,254,259,267,270,271,273,278,281,282,283,285,287,288,301,303,317,318,319,326,328,329,332,333,335,343,355,364,365,366,373,379,380,384,392,404,407,412,418,419,420,421,424,427,428,431,441,443,448,449],donor:363,dot:[121,140,175,200,208,228],doti:[339,390],doubl:[1,2,3,6,8,9,11,12,14,15,16,17,39,87,194,203,258,299,303,317,319,332,333,339,358,362,392,393,419,423,427,431,436,448,449],dover:178,down:[3,6,7,8,11,39,71,192,213,278,294,333,357,384,422],downhil:[324,325],download:[5,7,8,9,11,12,13,17,210,365,391],downsid:6,downward:267,dozen:[8,12,107,172,392,393],dpack_arrai:12,dpack_memcpi:12,dpack_point:12,dpd:[],dpde:222,dproduct:336,dr_ewald:[118,271],drag:[],dragforc:216,drai:[227,260],drain:[209,294,326],dramat:[59,166,189,190,191,192,194,229,278,281,282,319,333,384,420],drautz:339,draw:168,drawback:259,drawn:[167,168,169,206,418],drayleigh:[227,260],dreid:[],drfourth:105,drho:[113,334,355],drift:[6,103,105,206,207,213,214,225,268,278,432,440,443],drive:[11,12,176,192,194,208,229,251,257,270,297,328],driven:[6,156],driver:[6,12,14,15,172,203,210],drop:[3,169,353],droplet:364,drsquar:105,drude:[],dry:202,dsecriptor:365,dsf:[],dsmc:[],dstyle:256,dt_collis:216,dt_lb:216,dt_md:216,dt_srd:278,dtilt:[59,194],dtneb:437,dtqm:260,dtype:[115,190],dual:[17,278,333],dudarev:143,due:[1,3,6,9,10,12,16,17,19,40,54,57,58,61,66,70,71,74,75,81,86,88,89,90,93,102,103,104,105,106,110,116,118,120,121,122,123,125,127,130,131,132,133,134,136,137,139,143,144,147,148,167,168,172,175,176,183,187,189,190,191,192,193,194,195,200,201,202,203,206,207,210,211,213,214,215,216,219,220,221,225,226,227,228,229,233,241,251,254,256,268,269,270,272,275,277,278,279,281,282,283,284,285,287,288,290,294,295,297,298,299,301,319,324,326,328,329,330,350,353,355,359,360,364,378,379,384,390,392,394,395,404,407,408,410,413,415,416,418,420,423,424,425,432,437,440,441,443,448,449],duffi:290,duin:[9,261,266,392,393],duke:319,dummi:[12,29,409],dump1:428,dump2:428,dump:[],dump_atom:8,dump_custom:8,dump_modifi:[],dumpcustom:8,dumptimestep:428,dunbrack:[6,20,150,344,435],dunweg:[213,215],duplic:[2,3,14,15,16,17,18,19,41,42,145,188,207,251,423,447],dupont:[5,7,13],durat:[37,55,122,123,125,126,127,129,130,131,132,133,136,137,163,169,181,205,265,290,313,361,405],dure:[2,3,6,8,9,12,16,17,38,39,41,56,71,87,126,145,148,164,167,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,226,228,229,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,319,326,328,332,333,353,377,384,393,407,418,419,421,423,426,428,430,431,433,435,437,438,441,448,451,452],dvector:8,dvlo:415,dvx:6,dx_lb:216,dy3:143,dyamic:12,dyanam:6,dyanmic:437,dynam:[],dynamo:[5,334,355,380],dyne:447,dyre:374,dysam:426,e28637:29,e_1:339,e_2:339,e_b:358,e_e:357,e_hbond:363,e_i:[6,339,358],e_j:[6,339],e_k:[339,357],e_kl:6,e_lj:[335,352],e_n:[339,357],e_nn:357,e_pr:357,e_rebo:335,e_tors:335,eaa:304,eaat:151,each:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,66,67,68,70,71,72,73,74,75,76,77,78,80,81,83,85,87,89,90,93,94,95,96,97,98,99,100,101,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,121,123,124,125,126,127,128,131,132,133,134,136,137,138,139,140,141,142,143,144,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,219,220,221,222,223,225,226,227,228,229,231,232,233,234,235,236,237,238,239,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,261,262,263,265,267,270,271,272,273,274,275,276,277,278,279,280,281,282,283,285,288,289,290,291,292,293,294,295,296,298,299,300,301,303,304,306,307,308,309,310,312,313,314,317,318,319,321,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,357,358,359,360,361,362,363,364,367,368,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,386,387,389,390,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,413,414,415,416,417,418,420,421,423,424,425,426,427,428,430,431,432,433,435,437,438,440,441,443,447,448,449,450,452],eacn:[41,188],eam0d:252,eam3d:252,eam:[],eam_databas:13,eam_gener:13,eangl:441,earli:[41,181,183,184,185,186,188,264,271],earlier:[7,8,12,59,169,328,361,380,384,437],earliest:437,earth:357,easi:[6,7,8,11,13,87,121,167,173,174,175,176,184,187,200,208,209,211,213,214,272,281,282,283,295,298,300,327,423,426,431,433,449],easier:[8,9,13,16,167,168,252],easili:[8,11,168,169,294,328,420,430,439,448],eastwood:[318,319],eat:151,eatom:301,eaxmpl:6,eba:21,ebb13:151,ebb:21,ebond:[198,214,440,441],ebt:151,ec_ii:380,ec_ij:380,ec_jj:380,echo:[],eco:[392,393],ecoa:[392,393],ecoul:[107,198,214,392,393,441],ecp:[357,423],edg:[2,3,6,41,59,71,118,142,143,146,147,168,177,184,211,272,295,298,299,300,301,321,423,426,433],edge_histo:142,edge_threshold:142,edih:441,edim:286,edip:[],edit:[3,8,12,13,14,15,16,17,18,19,443],editor:13,edu:[7,9,11,13,355,378,389,392,393],edward:[9,17],eebt:151,eff:[],effect:[1,2,3,6,8,9,11,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,66,71,74,75,81,89,90,93,103,104,105,106,109,112,121,122,126,131,132,139,142,148,150,151,153,154,155,156,158,159,161,162,163,164,166,167,168,169,173,174,175,178,182,185,186,187,189,190,191,192,194,195,201,204,206,207,208,209,210,211,213,214,228,229,231,232,233,234,235,236,244,246,247,249,250,251,253,256,257,259,260,261,262,265,269,270,272,273,277,278,281,282,283,285,286,288,290,293,294,295,296,297,299,300,301,304,306,307,308,309,312,314,318,319,321,325,326,327,328,329,334,335,337,339,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,384,385,386,387,389,394,395,397,405,406,407,408,409,410,412,414,415,416,418,420,421,425,426,428,432,433,435,441,447,448,450],efffect:427,efficaci:39,effici:[0,1,3,6,7,8,10,12,15,17,18,39,58,61,67,112,167,168,169,192,194,198,207,229,253,255,265,270,273,278,318,319,324,329,333,339,347,349,364,369,373,394,430,452],effort:[5,7,424],efftemp:[96,97,130],efi:[392,393],efield:[],eflux:209,eggebrecht:349,ehb:[392,393],eigensolv:3,eigenvalu:[252,253,318],eigtol:3,eik:138,eim:[],eimp:441,einstein:[265,288],either:[1,2,3,4,6,8,9,11,12,14,15,16,17,22,33,41,44,50,59,63,71,107,113,116,118,120,121,124,126,127,143,144,147,152,157,164,167,168,169,172,180,182,183,185,186,188,191,192,193,194,195,205,211,212,216,220,226,227,229,230,233,247,251,267,270,272,273,274,275,278,285,292,296,299,303,305,316,318,319,321,325,326,330,333,339,341,347,355,364,365,367,378,379,380,384,388,390,408,410,412,418,421,423,425,426,427,430,432,435,438,440,448],ejtehadi:[347,360,394],elaplong:[173,174,211,426,441,448],elaps:[3,173,174,175,176,187,194,200,208,209,211,213,214,226,256,272,281,282,283,295,296,298,300,397,418,426,428,429,433,437,441,448],elast:[],elba:29,electr:[6,172,178,200,214,318,319,358,392,393,416,443,447],electrolyt:[9,415],electron:[3,6,7,9,13,40,96,97,113,118,128,130,135,172,178,197,198,214,215,230,240,248,263,284,290,325,327,334,336,348,352,355,357,358,380,390,391,410,416,423,443,447],electron_integr:178,electron_temperatur:178,electron_unit:357,electroneg:[6,261,262,263,348,358],electronic_dens:3,electronic_specific_heat:3,electronic_thermal_conduct:3,electrostat:[6,9,16,18,179,205,261,263,264,291,318,319,347,352,357,369,377,379,393,415],eleftheri:270,elem1:[358,380,396],elem2:[358,380,396],element1:[267,334,355],element2:[267,334,355],element:[3,6,7,8,13,63,81,89,103,105,112,117,119,120,121,122,123,124,125,126,127,131,132,133,134,136,137,140,167,168,169,170,172,178,182,183,186,252,267,285,292,334,335,339,348,355,356,357,358,364,365,366,380,381,382,386,390,391,392,393,396,406,408,409,410,443,448,451],elementn:[334,355],elementset:178,elev:437,elif:[120,303],elig:[3,179,189,190,202,205,363],elimin:[3,6,71,206,213,214,270,273,287,288,418],elj:352,ellad:9,elliot:9,elliott:9,ellips:[4,6,9,82,123,165],ellipsoid:[3,4,6,7,13,40,42,82,113,123,144,165,167,213,231,234,237,238,246,270,278,323,326,360,379,394,405,423,433,450],ellipsoidflag:423,elong:[198,214,441],elp:[392,393],els:[3,7,8,12,71,107,116,117,119,168,180,181,182,183,184,185,186,205,229,270,278,290,291,292,301,303,318,364,422,434,448,451],elsewher:[8,226,278,380,391,392,393,435,441,448],elt:380,emac:[],email:[0,3,5,7,8,11,358],emb:[3,9,299],emb_lin_neg:380,embed:[3,5,7,11,12,13,29,88,142,290,334,355,358,377,380,381,382,390,405,413,421],embt:151,emi:[7,9],emol:[392,393,441],emphas:361,empir:[178,282,335,357],emploi:[9,252,265,409],empti:[3,57,71,146,270,318,329,368,423,434,435,448],enabl:[3,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,45,46,47,48,49,50,51,53,54,55,56,60,61,62,64,67,78,80,83,87,96,97,98,99,100,101,105,109,111,112,120,122,123,126,128,130,131,135,136,138,142,150,151,153,154,155,156,157,158,159,161,162,163,164,167,169,170,172,173,174,175,176,177,179,185,187,189,190,191,193,195,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,222,223,225,227,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,260,261,262,263,264,265,266,267,269,270,272,273,274,275,277,278,281,283,284,285,286,287,288,290,291,293,294,295,296,297,299,302,304,306,307,308,309,310,312,313,314,319,326,328,332,333,334,335,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,421,424,425,430,432,448,452],enclos:[2,6,12,146,167,258,303,380,419,421,431,448],encod:[13,39,42,167,168,169,259,364],encompass:[3,6,40,57,59,116,145,292,405,426],encount:[3,8,12,59,183,332,428,448],encourag:[7,8,264,276],end12i:113,end12x:113,end12z:113,end1i:113,end1x:113,end1z:113,end2i:113,end2x:113,end2z:113,end:[1,2,3,5,6,8,11,12,15,16,17,18,19,38,40,41,57,59,71,113,147,148,151,166,167,168,169,170,173,174,182,183,185,186,191,194,198,206,211,213,214,215,228,229,230,241,257,269,270,274,278,281,282,283,284,286,289,290,293,297,300,301,317,318,327,328,332,333,353,355,360,394,396,397,411,413,418,421,423,424,425,426,428,430,431,435,439,441,443,448,452],end_of_step:8,endbondtors:[3,151,157,423],endif:8,energet:[191,335,393],energi:[0,1,2,3,4,5,6,7,8,9,12,13,20,21,23,24,25,26,27,28,29,30,31,32,35,36,38,40,43,45,46,47,48,49,51,53,54,56,63,65,69,82,83,84,85,86,87,88,91,94,95,96,97,98,99,101,102,107,108,109,110,112,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,144,148,150,151,152,153,154,155,156,158,159,161,162,163,164,167,169,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,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,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,304,306,307,308,309,312,314,318,319,324,325,326,328,329,333,334,335,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,392,393,394,395,396,397,398,399,404,405,406,407,408,409,410,412,413,414,415,416,418,421,423,428,432,433,435,437,439,440,441,443,447,448,451],energy_update_freq:393,enforc:[6,57,58,104,166,167,168,170,172,179,191,194,229,250,252,262,270,273,303,318,369,420,448,449],enforce2d:[],eng:[11,65,69,108,167,203,301,303,348,382],eng_previ:303,engin:[178,194,255,274,287,355,381],engr:[392,393],enhanc:[174,178,418],enlarg:[59,168],enough:[3,40,61,86,144,145,147,188,214,256,260,265,270,291,295,296,299,329,333,349,388,423,427,428],enpub:355,ensembl:[],ensight:6,ensur:[3,6,120,167,179,192,205,206,229,289,319,339,354,377,404,406],enter:[57,134,358,437],enthalpi:[231,232,355,440,441,448],entir:[0,2,3,6,11,14,15,41,42,63,88,109,110,112,116,118,121,124,143,144,169,172,173,174,181,184,185,188,191,193,202,205,206,209,213,214,225,229,231,232,233,234,235,251,253,255,268,270,276,290,292,303,333,352,373,384,407,423,431,432],entireti:[367,412],entiti:[6,8,40,42,167,270],entri:[3,8,38,42,56,65,69,79,92,108,115,118,142,164,169,183,184,185,193,260,301,327,339,356,380,386,393,396,406,407,408,409,410],entropi:437,entry1:[38,56,169,346,407],entry2:169,entryn:169,enumer:[145,167],enumuer:6,env:333,environ:[1,3,6,11,12,16,17,18,168,207,212,251,333,334,339,346,348,356,357,390,408,420,434,448],epair:[107,169,359,363,392,393,441],epen:[392,393],epfl:[207,212],epp:352,epq:352,eps0:415,eps14:377,epsilon0:410,epsilon:[3,6,36,45,46,50,53,54,87,150,173,174,205,270,278,295,299,324,326,338,344,345,347,349,350,351,352,360,362,363,364,367,368,369,370,371,372,373,374,375,376,377,383,387,394,395,400,406,412,414,415,432,443,447],epsilon_0:416,epsilon_14:344,epsilon_:394,epsilon_d:350,epsilon_i:[360,384,394],epsilon_i_:394,epsilon_i_a:[360,394],epsilon_i_b:[360,394],epsilon_i_c:[360,394],epsilon_ij:384,epsilon_j:[360,384,394],epsilon_j_:394,epsilon_j_a:[360,394],epsilon_j_b:[360,394],epsilon_j_c:[360,394],epsilon_lj:394,epton:389,eqch:139,eqeq:[392,393],eqp:352,eqq:352,equal:[2,3,6,8,11,12,17,39,41,54,63,65,68,69,76,79,86,87,91,92,108,110,115,117,119,121,123,138,140,144,168,169,172,173,174,175,176,179,182,183,186,187,188,192,194,195,200,205,206,208,209,211,213,214,216,219,220,226,227,233,243,251,253,256,258,260,261,262,265,267,269,270,272,274,281,282,283,286,287,288,290,292,293,295,298,300,301,303,317,326,328,329,330,332,333,348,353,359,360,363,378,383,390,392,393,394,396,397,407,412,416,419,420,421,423,425,426,430,431,434,437,439,441,448,449],equat:[3,6,7,8,9,91,112,118,143,152,163,172,192,198,199,207,213,214,216,219,227,228,229,230,233,247,251,253,260,261,265,273,278,286,290,293,295,296,298,300,312,318,319,347,352,353,357,358,361,366,378,379,380,384,394,399,400,402,403,411,416,443],equi:230,equidist:228,equil:[3,261,322,430,452],equilater:433,equilibr:[3,4,5,6,7,9,59,91,144,172,179,182,191,192,205,227,229,230,247,248,260,261,262,263,286,287,288,293,348,349,392,393,419,433],equilibria:293,equilibribum:[189,190],equilibrium:[1,3,4,6,7,21,24,26,27,28,29,32,35,36,38,43,47,48,49,51,53,56,59,127,128,151,153,192,194,205,206,207,214,216,229,233,247,260,265,269,273,274,275,278,285,286,288,293,304,306,309,312,348,380,386,443],equilibrium_angl:8,equilibrium_dist:8,equilibrium_start:178,equival:[6,12,13,59,142,146,169,183,186,192,194,205,213,229,247,257,269,270,298,353,357,408,410,423,426,431,432,441,443],equlibrium:6,equliibr:[261,263],er3:143,eradiu:[40,113,357,423],eras:[272,287],erat:[194,379],erc:349,erfc:[349,369,384],erforc:113,erg:447,erhart:[179,355,408,410],ermscal:336,ernst:9,eror:3,eros:380,erose_form:380,erot:[],errata:[408,410],erratum:295,erron:3,error:[],erta:361,ervel:[113,423],escap:[195,443],especi:[8,11,16,132,144,172,179,188,205,260,265,268,269,333,420],espresso:[9,264],essenti:[8,11,12,27,88,125,126,127,130,131,132,133,134,136,153,182,233,252,294,319,335,349,369,410,428,441],essex:29,establish:[87,209],estim:[1,3,6,10,12,38,41,56,91,121,178,188,199,227,278,285,318,319,324,384,393,407,437,441],esu:447,esub:380,eta:[6,216,229,260,261,263,294,356,358,360,390,409,447],eta_dot:229,eta_ij:390,eta_ji:358,etag:[40,423],etail:441,etap:229,etap_dot:229,etc:[1,2,3,6,7,8,9,10,11,12,13,15,16,17,39,40,42,54,61,68,89,90,91,94,109,110,113,115,121,122,124,125,126,127,128,130,131,132,133,134,136,138,144,146,147,148,157,167,168,169,172,178,179,180,181,183,184,185,186,189,190,194,195,203,205,206,213,229,256,267,271,290,291,299,303,317,318,326,327,328,329,331,355,356,364,377,379,388,392,393,406,408,410,418,421,423,424,425,430,432,433,437,439,440,441,443,447,448,450,452],ethernet:18,etol:[326,328,418,437],etot0:260,etot:[6,94,96,97,110,121,130,169,198,214,227,260,440,441],eu2:143,eu3:143,euler:[326,328],eulerian:178,euqat:398,europhi:216,evalu:[2,3,11,12,38,56,71,87,88,91,107,117,120,124,134,142,144,167,168,169,173,174,175,176,178,180,181,182,183,184,185,186,187,194,200,206,208,209,211,212,213,214,252,258,261,272,281,282,283,292,295,298,300,301,303,318,319,324,326,333,384,390,407,418,419,421,425,426,428,430,431,432,433,437,439,441,448,449],evalut:[303,421],evan:[132,247],evanseck:[6,20,150,344,435],evapor:[],evaul:[8,326],evdwl:[107,392,393,441],even:[3,6,8,12,15,16,17,18,34,39,41,52,57,59,61,63,70,71,119,145,146,160,164,167,169,172,173,174,179,180,181,183,184,185,186,188,189,190,192,194,195,198,211,214,227,229,230,252,265,267,270,271,278,286,290,293,295,299,301,311,318,324,326,328,333,338,357,358,361,364,384,394,413,423,424,426,428,429,430,432,433,435,438,440,441,443,452],evenli:[3,41,121,164,188,216,367,413,423],event:[],eventu:[3,6,12,15,146,261,437],ever:[54,56,212,278],evera:[347,360,394,405],everi:[0,1,2,3,6,8,11,12,15,16,39,41,71,72,91,113,119,132,147,167,168,169,170,172,173,174,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,199,202,203,205,207,209,210,211,216,217,225,229,230,233,250,251,252,256,257,258,259,260,261,262,263,265,267,268,270,271,273,274,278,280,281,282,283,284,285,286,289,290,291,292,293,301,303,317,319,328,329,330,333,353,354,364,377,392,393,401,417,418,419,423,425,427,428,430,431,432,437,438,439,441,448,452],everyth:[8,107],everywher:[116,371],eviri:357,evolut:[207,216,253,418],evolv:[216,253,291],ewald:[2,3,5,6,7,8,12,88,110,118,121,291,318,319,326,340,342,343,349,352,357,369,373,387,395,405,407,425],ewald_disp:352,ewalddisp:3,exact:[22,41,44,71,138,147,152,188,191,206,207,213,214,215,256,265,266,278,290,305,318,346,425,430,437,450,452],exactli:[3,6,12,14,17,38,41,56,59,71,91,123,128,135,144,164,173,174,183,188,194,199,206,213,214,215,230,240,241,248,252,260,278,283,284,297,333,346,353,355,361,364,367,378,384,407,425,426,433,437,448],exager:443,examin:[6,8,191,252],examp:[421,448],exampl:[],exce:[3,6,16,17,18,41,58,71,146,181,184,185,188,192,194,199,202,229,252,278,326,333,423,448],exceed:[3,41,59,188,194,229,278,431],excel:357,except:[1,2,5,6,8,11,14,16,20,21,22,23,24,25,26,27,28,29,30,31,32,35,37,38,40,41,43,44,45,46,47,48,49,51,53,54,55,56,59,60,71,89,90,108,109,112,117,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,144,148,150,151,152,153,154,155,156,158,159,161,162,163,164,166,167,169,172,175,181,182,183,187,188,192,194,201,204,205,208,211,213,215,229,230,231,232,233,234,235,236,240,241,244,246,247,248,249,253,262,263,270,272,273,275,278,281,283,284,290,294,301,303,304,305,306,307,308,309,312,313,314,318,319,321,323,327,328,329,331,332,333,334,335,337,340,341,342,343,344,345,346,347,348,349,351,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,381,385,386,387,389,392,393,394,395,397,405,406,407,408,409,410,412,414,415,416,418,420,421,423,425,426,428,431,432,433,434,435,437,441,443,447,448,449,451],excess:357,exchang:[2,3,6,8,9,61,62,172,178,179,205,213,262,270,286,290,293,318,333,357,438],exchange:318,excit:[9,357],exclud:[3,6,9,12,16,17,63,71,112,120,124,131,132,148,167,181,184,189,190,217,225,255,268,270,285,296,301,326,327,329,341,361,364,378,379,384,404,435],exclus:[1,3,9,12,16,87,333,348,384,432],excurs:418,exectubl:12,execut:[1,2,3,4,6,8,11,12,17,60,145,168,210,264,303,317,320,332,419,421,431,434,437,448],exemplari:206,exemplifi:357,exert:[6,211,214,265,297,298,299,319],exhaust:[178,332,448],exhibit:[229,325,357,432],exist:[3,6,7,8,11,12,13,37,55,59,68,70,144,145,163,168,169,172,177,187,190,192,195,205,255,256,258,301,304,306,307,309,313,322,327,333,364,392,413,419,421,423,424,425,434,435,436,448,449,450],exit:[2,3,11,12,41,57,167,188,317,332,421,422,431,440,448],exlanatori:3,exp:[],expand:[],expans:[12,120,167,434],expect:[1,3,8,12,13,14,15,16,17,18,19,41,42,71,102,125,136,142,164,188,200,205,207,226,251,257,259,260,265,270,301,319,329,346,380,384,418,421,423,425,428,432,437,448],expens:[6,10,71,169,251,255,270,290,301,318,319,329,333,421],experi:[6,13,15,17,187,195,210,219,228,257,269,270,324,328,353,384,432,437],experienc:[6,12,218,219],experiment:[318,333,437],expert:12,expertis:7,explain:[1,3,6,8,11,12,16,18,41,59,63,65,68,69,71,72,73,76,77,79,86,92,124,132,164,167,168,169,172,181,182,186,188,190,192,194,229,251,259,270,275,301,303,317,318,321,327,328,332,338,355,367,397,412,416,421,424,425,428,430,433,443,448,452],explan:[3,6,59,113,120,167,181,228,251,364,417,420,421,423,432],explanatori:[3,8,117,167,180,181,183,184,185,270,327,420,448],explantori:[3,266],explic:383,explicit:[6,9,11,22,44,77,87,113,116,138,152,173,174,194,305,323,335,336,339,344,346,355,357,368,378,411,417,420,424,427],explicitli:[3,6,8,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,71,109,112,122,131,134,142,144,150,151,153,154,155,156,158,159,161,162,164,167,169,175,184,187,194,201,204,206,208,213,229,231,232,233,234,235,236,244,246,247,249,259,260,262,270,272,273,281,283,284,290,294,304,306,307,308,309,312,314,327,333,334,335,337,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,358,359,360,361,362,363,364,367,368,369,370,371,372,373,374,375,376,377,378,381,384,385,386,387,389,394,395,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,414,415,416,423,425,432,433,435,436,443],explictli:[16,436],exploit:[9,15,17,253],explor:[118,143],expon:[3,261,263,355,360,363,377,383,395],exponenti:[87,390,406,416,437,448],expos:11,exposit:[178,353,354],express:[6,120,130,144,173,174,192,226,251,261,290,296,303,339,355,357,371,380,396,405,448],expressiont:339,extend:[],extens:[3,6,9,17,44,45,46,53,55,63,82,83,84,87,88,91,94,97,98,107,109,117,119,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,172,175,176,179,186,187,193,196,200,203,204,205,207,208,209,211,213,215,227,229,233,241,251,252,268,269,270,272,274,275,277,281,282,283,284,285,287,288,290,292,295,299,300,360,380,393,394,396,440,441],extent:[1,3,41,45,57,71,142,146,167,177,184,188,211,297,300,318,321,335,407,420,423,426],exterior:[3,6,299],extern:[],extra:[3,6,8,12,16,17,40,41,46,61,71,102,109,110,112,118,121,122,123,125,127,130,131,132,133,134,136,137,143,144,145,146,150,169,183,188,190,229,258,259,260,270,278,326,327,330,331,352,361,364,367,380,384,420,421,423,426,435,443,448],extract:[3,6,11,13,36,63,87,107,115,117,119,173,174,263,328,349,358,380,396,421,428,440],extract_atom:11,extract_comput:[11,421],extract_fix:11,extract_glob:11,extract_vari:11,extramak:[12,15],extrapol:1,extrem:[1,3,6,17,58,168,192,194,229,288,357,409,443],extrema:377,extrins:178,f77:[5,7,12],f90:[5,7,12],f_1:6,f_5:[140,292],f_a:[408,409,410],f_ave:117,f_c:409,f_f:410,f_fix_id:260,f_harm:288,f_i:390,f_id:[6,71,117,119,167,172,180,181,182,183,184,185,186,224,280,292,441,448],f_ij:390,f_indent:186,f_int:287,f_jj:91,f_k:390,f_langevin:290,f_max:[260,265],f_msst:227,f_r:[214,408,409,410],f_sigma:339,f_solid:288,f_ss:6,f_temp:214,face:[3,6,57,59,71,132,142,146,177,184,185,295,297,298,299,300,321,360,380,394,423,426],face_threshold:142,facet:142,facil:[0,12],facilit:[6,13],fact:[6,8,16,207,278,288,361,435],factor:[1,3,6,12,18,24,28,32,35,36,39,41,46,47,57,58,59,87,91,102,108,115,118,120,138,143,146,150,161,167,168,169,173,174,182,188,192,194,195,205,210,213,215,216,227,229,230,233,253,257,269,273,278,282,286,293,294,295,299,309,319,321,333,335,336,339,340,342,344,349,350,351,353,357,361,364,368,369,380,384,386,387,393,395,397,406,411,420,423,426,427,432,435,437,438,441,443,447,448],factori:[3,421],factoriz:318,fail:[3,11,12,59,148,192,195,318,326,328,351,393,421],fairli:[11,384,432,437],faken:73,falcon:210,fall:[3,6,169,183,256,421],fals:[86,301,303,448],fame:8,famili:420,familiar:[0,11],fan:390,far:[3,6,12,17,57,59,61,86,167,169,170,188,189,190,192,195,205,229,251,269,270,278,295,306,309,324,328,329,412,421,423,428,441],farago:213,farrel:[408,410],farther:167,fashion:[6,8,41,71,144,169,172,173,174,179,184,188,190,195,205,207,211,226,227,229,231,232,233,234,235,243,246,247,248,249,259,260,262,270,274,277,280,288,290,294,295,296,298,300,328,364,378,426,435,448,451],fasolino:366,fast:[6,7,9,12,13,17,39,167,238,260,291,318,319,341,378,379,405,407,425,430,432,441,449,452],faster:[1,6,9,10,11,12,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,61,63,105,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,167,169,172,175,187,188,201,204,208,212,213,229,231,232,233,234,235,236,244,246,247,249,257,261,262,270,272,273,278,281,283,285,287,290,294,304,306,307,308,309,312,314,318,319,330,331,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,405,406,407,408,409,410,412,414,415,416,418,432,436,443],fastest:[6,14,17,132,184,290,291,333,420],fatal:[3,440],fault:[70,393],faulti:12,fava:360,favor:191,favorit:7,fbmc:285,fcc:[],fcm:[243,448],fdirect:198,fdotr:365,fdti:87,fe2:143,fe3:143,fe_md_boundari:178,featu:8,featur:[],fecr:355,feedback:[7,210],feel:[7,210,211,219,251,299,301,328,384],felling:382,felt:299,femtosecond:447,fene:[],fennel:[349,369],fep:[],ferguson:[6,150,435],fermi:[1,12,15,130,333,410],fermion:[9,357],ferrand:[9,13],few:[1,3,4,5,6,7,10,11,12,13,14,17,18,39,170,180,181,182,183,184,185,186,214,229,256,259,261,273,292,318,326,327,328,335,420,423,428,432,434,448,450],fewer:[1,3,11,15,16,61,219,432],fewest:3,fextern:203,feynman:253,fff:421,ffield:[348,358,392,393],ffmpeg:[3,12,168],ffplai:168,fft:[1,3,7,12,14,15,88,109,110,121,252,318,319,432],fft_inc:[12,319],fft_lib:12,fft_path:12,fftbench:318,fftw2:12,fftw3:12,fftw:[11,12],fhg:[7,9],fictiti:[6,175,176,200,203,207,253,269,349,369,373,404],field1:[424,428],field2:424,field:[],fifth:[275,386],figur:[1,3,8,11,12,260,420,421],fij:352,file0:251,file1:[11,13,251,289,303,327,428,430,434],file2:[11,13,289,303,327,428,430,434],file:[],filenam:[3,12,13,38,41,56,164,167,168,169,170,178,181,182,183,184,185,186,188,193,251,255,258,261,262,263,266,267,270,271,289,290,315,316,317,328,334,335,339,349,355,356,358,366,380,381,382,386,390,391,392,393,396,406,407,408,409,410,419,420,421,424,425,430,434,441,448,450,451,452],filennam:430,filep:[3,167,169,425,430,452],filepo:267,fill:[7,144,168,256,290,321,329,339,393,426],filter:[169,178],final_integr:8,final_integrate_respa:8,finchham:[6,126,351],find:[0,3,4,6,7,8,11,12,13,14,16,38,39,56,61,71,73,87,117,147,164,170,179,191,192,202,205,228,251,257,265,269,324,326,328,329,349,364,369,373,380,405,407,443,448],find_custom:8,fine:[16,17,148,175,200,288,329,333,448],finer:[120,144,448],finest:318,finger:[144,166,226,426],finish:[6,11,41,188,303,315,317,318,330,332,333,412,428,448,449],finit:[],finni:[7,355,405],finvers:198,fiorin:[9,193],fire:[324,325,326,328,437],firebrick:169,first:[0,1,2,3,5,6,8,9,11,12,14,15,16,17,21,38,39,41,42,45,46,54,56,57,59,61,62,71,81,88,91,103,104,105,112,116,117,121,129,132,138,140,142,143,145,146,147,151,164,167,168,169,170,172,179,181,182,183,184,185,186,188,191,194,205,206,211,216,226,227,228,229,251,253,258,259,260,262,267,270,273,274,275,276,278,279,280,287,288,289,290,292,296,301,303,304,310,321,326,327,328,329,332,333,334,335,338,339,340,342,344,346,348,349,355,357,358,361,362,365,366,368,369,373,378,379,380,382,384,386,390,392,393,396,404,406,407,408,409,410,418,419,420,421,423,424,425,428,430,432,435,436,437,440,441,443,448,449,450,452],fischer:[6,9,19,20,150,344,435],fit:[3,6,9,12,38,56,164,269,278,335,339,366,380,384,400,407,409,431,448],five:[73,130,260,327,339,381,423,437],fix:[],fix_adapt:[138,174,377],fix_atom_swap:[],fix_bal:62,fix_deposit:[3,179,256],fix_evapor:179,fix_flux:178,fix_gcmc:[179,327],fix_gl:207,fix_gld:207,fix_grav:256,fix_id:[3,192,227,229,231,232,233,234,235,257,260],fix_modifi:[],fix_mov:[166,296],fix_nh:8,fix_npt:207,fix_nvt:[179,205],fix_poem:[3,6],fix_pour:[3,195],fix_qbmsst:9,fix_qeq:[3,348],fix_rattl:273,fix_reax_bond:392,fix_rigid:[219,338],fix_saed_vtk:271,fix_setforc:8,fix_shak:273,fix_srd:3,fix_styl:233,fix_temp_rescal:284,fixedpoint:[192,229],fixextern:203,fixid:178,fji:352,flag1:[197,331],flag2:[197,331],flag:[3,8,11,12,14,15,16,17,18,40,66,74,75,81,86,89,90,93,103,104,106,118,139,143,147,167,168,169,170,186,191,193,197,210,213,217,219,225,226,252,259,270,275,277,278,285,289,298,301,316,319,327,331,332,333,335,363,368,380,404,418,420,421,423,424,425,427,428,429,433,448],flag_buck:343,flag_coul:[343,352,373],flag_lj:[352,373],flagfld:[341,378,379],flaghi:[3,341,378,379],flaglog:[341,378,379],flagn:197,flagvf:[341,378,379],flat:[6,290,295,296,300],flavor:[2,7,12],fld:[9,295,341,378,379],flen:336,flex_press:336,flexibl:[3,6,8,145,168,181,184,193,207,230,286,293,357,409,441],flip:[3,6,194,229,297,298],floor:448,flop:12,floralwhit:169,flow:[],fluctuat:[6,64,87,192,205,206,213,216,229,233,251,252,288,290,312],fluid:[],fluid_veloc:220,flush:[3,169,440],flux:[],flv:168,fly:[7,9,12,41,168,172,178,195,198,270,273,291,339,441,443],fmackai:9,fmag:196,fmass:253,fmax:[326,441],fmomentum:198,fmsec:[2,169,213,214,226,229,257,270,281,282,432,442,447,449],fname:317,fno:12,fnorm:[326,441],fnpt:198,fnvt:198,foce:364,fock:336,focu:273,fogarti:[9,263,393],foil:[120,251,396],fold:[276,432],folk:7,follow:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,35,36,38,41,42,43,45,46,47,48,49,51,53,54,56,59,63,64,70,71,73,91,96,97,113,116,117,119,120,121,123,124,130,132,137,140,142,144,145,150,153,154,155,156,158,159,161,162,164,167,168,169,172,178,179,180,181,182,183,184,185,186,188,193,194,195,198,199,203,205,206,207,210,212,213,214,216,219,227,229,233,234,235,246,247,249,252,253,255,258,259,260,261,263,265,267,269,270,271,273,280,281,282,283,286,287,288,289,290,292,293,301,302,306,307,308,309,312,314,316,321,323,326,327,328,333,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,418,420,421,423,424,425,426,428,430,431,432,435,437,438,439,443,448,449,451],foo:[4,8,11,12,167,168,203,421,434,448],foot:6,footprint:[12,333],fopenmp:[12,16,18],forc:[],force_uvm:17,forceatom:219,forcefield:[269,363],forcegroup:216,forcezero:324,ford:352,forestgreen:169,forev:71,forget:[214,443],forgiv:229,form:[2,3,6,8,12,16,19,22,44,54,63,66,74,75,77,81,87,89,90,93,103,104,106,116,120,121,138,139,148,152,169,172,173,174,190,206,207,213,215,219,226,247,252,263,265,269,270,290,295,299,304,305,312,323,325,327,328,335,336,339,346,355,357,359,363,364,368,380,382,386,387,390,392,393,394,396,397,405,407,408,409,410,415,417,420,421,423,428,433,440,443,448],formal:[6,78,80,91,206,207,213,229,253,278,286],format:[2,3,6,7,8,9,12,13,22,38,41,44,56,68,77,152,164,167,168,169,170,181,183,184,185,186,188,190,252,255,259,261,263,266,270,271,289,290,301,302,305,323,327,328,334,335,339,346,355,358,368,380,382,391,392,393,395,396,407,413,420,421,423,424,425,428,439,440,441,448,450],former:[6,12,16,39,41,169,188,290,294,339,341,429,435,448],formerli:[7,13],formul:[1,64,121,175,200,213,229,247,261,263,269,273,289,318,335,339,355,357,360,380,389],formula:[2,3,6,7,13,21,22,37,44,54,55,70,73,87,89,90,91,94,96,97,106,112,118,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,143,144,149,151,152,163,167,173,174,175,176,181,182,183,186,187,194,200,208,209,211,213,214,226,251,252,258,267,272,276,278,281,282,283,292,295,298,300,301,303,304,305,307,313,321,327,335,336,338,339,344,345,346,347,352,353,355,356,360,361,362,363,365,368,369,371,372,373,375,376,378,379,380,383,384,385,394,395,397,405,406,408,409,410,414,415,416,419,423,426,433,440,441,447,448,449],forth:[1,6,11,12,13,14,15,332,421,426,430],fortran:[3,6,9,11,12,13,203,355,364,380,392,393],fortun:8,forward:[3,8,87,317,328,333],foster:[339,389,390],foul:147,found:[3,6,9,12,73,138,167,191,193,205,210,216,252,285,291,303,317,329,346,349,352,418,424,425,440],four:[6,11,54,81,103,104,120,140,227,290,312,327,328,418],fourier:[],fourth:[6,105,269,275,285,344,386],fox:[6,118,150,403,435],fphi:[38,56,407],fpic:12,fplo:[38,56,407],fprime:407,fqdn:212,fqq:352,frac:[198,214,411,443],fraction:[1,3,6,8,12,16,39,41,80,109,121,147,166,168,169,179,189,190,191,192,227,256,260,267,268,278,283,284,321,328,333,339,341,361,378,379,428,433],fragment:[42,210,267],frame:[83,120,169,178,227,260,297,360],framer:[168,169],framework:[5,207,334,396],franc:9,fraunhof:9,free:[5,6,7,9,13,29,60,63,70,87,138,174,251,278,287,288,289,290,325,328,336,357,377,390,415,420],freedom:[3,6,8,94,96,97,99,101,102,112,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,181,191,198,205,207,213,214,219,229,230,233,234,235,246,247,249,253,255,270,273,281,282,283,288,326,352,441,443,449],freeli:[0,6,7,12,123,137,142,168],freez:[],frenkel:[205,288],freq:177,frequenc:[3,6,16,39,169,241,252,253,260,265,316,353,357,393,418,432,437,448,451],frequent:[3,64,67,70,72,73,77,88,120,169,189,190,202,286,293,384,430],fri:[227,260],friction:[4,5,6,10,42,172,207,213,260,265,270,290,294,296,361],from:[],front:[227,260,297],frontend:[168,264],frozen:[6,112,148,204,206,214,329,359],fs2:[6,91],fscale:210,fstr:448,fstring:421,ftol:[326,328,418,437],fuchsia:169,fuction:349,fudg:273,fugac:205,fugacity_coeff:205,fulfil:6,full:[1,2,6,9,12,17,38,39,40,91,168,182,193,216,251,318,319,333,339,355,357,358,360,411,423,425,430,431,435,437,443,451],full_energi:[3,205],fuller:326,fulli:[3,6,9,78,207,212,251,326,328,349,390,391,450],fulton:355,fumi:340,func:[421,448],funcfl:355,functino:6,functionaliri:193,fund:[0,7],fundament:[278,447],further:[3,6,8,12,13,61,63,71,86,105,107,116,168,169,172,181,183,184,185,186,189,195,199,216,220,253,261,271,278,290,292,301,319,324,326,327,328,329,334,338,348,404,418,437,438,448],furthermor:[27,153,357],furthest:61,futher:3,futur:[],g_ewald:3,g_ewald_6:3,g_ewald_disp:3,g_jik:390,g_p:290,ga3:143,gaa:339,gahler:325,gai:[3,360,405],gain:285,gainsboro:169,galindo:383,game:210,gamma0:29,gamma:[3,6,29,213,216,220,252,260,261,263,265,294,353,356,360,380,383,399,402,403,406,408,410,441],gamma_:[3,290,296],gamma_ijk:408,gamma_n:[296,361],gamma_p:[3,290],gamma_t:[296,361],gammaa:383,gammafactor:216,gammar:383,gan:[390,406,408,410],gan_sw:390,gan_tersoff:390,ganzenmuel:[7,9],ganzenmul:9,gao:[6,20,150,344,435],gap:[164,378,379,391,396],gap_2014_5_8_60_17_10_38_466:391,gap_exampl:391,gaseou:7,gass:205,gather:[11,431],gather_atom:11,gather_scatter_loop_unrol:12,gathert_atom:11,gauch:156,gauss:[],gaussian:[6,40,63,91,103,105,206,207,213,253,269,278,282,300,318,353,354,357,359,391,405,418,448,449],gave:[3,384],gaybern:[],gcc:17,gcmc:[],gcore:198,gd3:143,gdot:379,gdrude:198,ge4:143,gec:[408,410],gen:[229,230],gener:[],genom:7,gentler:[295,298,300],gentli:356,geom:[6,318,354,418,449],geometr:[3,6,7,8,42,57,59,71,134,135,144,146,167,169,175,184,185,187,188,195,200,209,229,234,235,246,247,249,270,272,281,282,283,299,301,318,321,328,338,341,345,347,349,352,357,360,362,367,369,370,371,372,373,374,375,376,377,378,379,383,384,394,397,411,412,414,415,423,425,426,433,441,448],geometri:[3,6,7,13,25,41,71,132,144,184,188,189,190,192,195,211,321,384,423,426],georg:[7,9],georgia:13,gerber:377,germani:[9,14],germann:[233,371,418,437],germano:360,gerolf:13,get:[],get_natom:[11,421],getenv:448,gettimeofdai:12,gewald:[6,318],gezelt:[349,369],gf100:14,gf104:14,gf200:14,gflop:12,gflp:12,ghost:[3,6,7,12,16,58,61,62,73,142,147,192,194,214,229,259,270,271,318,329,333,353,354,357,361,368,428,433,443],ghostwhit:169,ghz:10,giacomo:9,gif:[4,168],gifsicl:168,gigabit:18,gillan:396,gingold:[399,400,402],gio:2,git:[7,12],github:[13,17,193,207,212,391],give:[0,1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,29,54,71,113,124,127,131,144,167,169,175,177,181,182,183,186,192,194,207,229,247,251,252,257,265,267,270,292,318,319,326,329,330,333,335,339,354,357,363,364,380,384,394,408,409,410,418,420,421,423,433,437,443,449],given:[3,5,6,7,9,10,11,12,16,17,22,27,37,44,55,63,64,67,71,113,120,121,138,142,146,152,153,163,164,167,169,172,179,181,184,189,190,192,194,195,199,205,206,207,208,210,216,223,226,228,229,233,250,251,252,253,260,261,267,269,273,275,276,278,280,285,290,291,294,295,296,299,305,313,318,319,333,334,335,339,340,342,343,345,346,347,348,349,350,353,354,355,357,358,360,363,369,370,371,373,380,381,382,383,384,386,387,390,394,395,396,404,405,416,418,421,423,425,426,433,437,447,451,452],gjf:213,gjwagn:7,gko:2,gld:[],gle4md:[207,212],gle:[],glitch:3,glob:434,global:[],glosli:319,glotzer:[270,353],glue:11,gmail:[7,9,13],gmake:[12,17],gmask:[3,448],gnu:[0,7,12,17,18],gnuplot:[11,13],goal:[5,12,39],goddard:[6,9,25,261,262,263,314,357,363,392,393,435],goe:[12,54,120,144,166,226,326,329,352,356,362,371,374,397,416,426,430],gold:[70,169],goldenrod:169,goldman:260,gone:3,good:[1,3,6,12,17,41,73,118,142,143,188,213,227,229,261,267,273,285,318,328,329,334,347,354,355,384,407,418,432,437,441],googl:210,gordan:120,gordon:6,gould:[6,150,435],gov:[0,7,9,13,334,355,358,447],govern:216,gpl:[0,7,8,12],gpu1:333,gpu:[],gpuid:333,gpun:333,grab:[3,6],gracefulli:3,grad:[6,175,200,228],gradient:[6,7,8,12,13,192,200,208,209,228,247,262,286,290,324,325,328,379,393,407],graduat:255,graft:191,grai:169,grain:[5,6,7,9,29,36,40,54,67,144,147,156,172,251,255,270,278,362,395,435],gram:[181,184,185,355,447],grama:[9,263,393],gran:[],grand:[3,172,179,205],granflow:5,granular:[],graph:11,graphen:427,graphic:11,grasp:5,gravit:208,graviti:[],grdient:178,great:[3,13,260],greater:[1,3,10,61,86,142,169,192,206,229,251,283,297,333,338,340,342,343,384,418,420,423,426,432,437,448,449],greathous:13,greatli:[118,437],green:[2,6,91,168,169,252,253,286,339],green_kubo:6,greenyellow:169,greffet:265,greg:[7,9],grest:[45,46,191,278,319,343,361,373,435],grew:71,grid:[3,12,41,62,118,132,143,146,188,216,265,278,290,291,318,319,417,420,423,425,427,432],grigera:6,grime:40,grmask:[3,448],gromac:[],gronbech:[213,318],groot:353,ground:[6,357],group1:[126,147,329],group2:[88,126,145,147,329],group2ndx:[],group:[],group_id:11,groupbig:278,groupid1:[219,270],groupid2:[219,270],groupid:423,groupnam:329,grouptyp:205,grow:[3,8,177,194,195,211,213,229,251,292,361,423,435],grow_arrai:8,grow_reset:8,growth:[6,285],gsmooth_factor:380,gstyle:[3,420],gtl:7,gtx285:14,gtx450:14,gtx460:14,gtx470:14,gtx560:14,gtx580:14,guarante:[65,69,79,92,108,115,144,147,167,199,261,317,321,433],guess:[3,167,257,424],gui:[7,11],guid:[1,17,40,78,80,99,100,101,172,222,223,291,389,398,399,400,401,402,403,433],guidelin:[1,8,14,15,16,17,18,19,318,407],guidlin:17,gullet:380,gumbsch:325,gunsteren:[257,281,377],gunzenmul:7,gunzip:12,guo:[6,20,150,156,344,435],gwald:3,gyrat:[],gzip:[3,12,167,168,169,289,328,423,424,428],h12:360,h2o:[40,327],haak:[257,281],had:[3,6,11,13,59,63,167,169,170,183,186,191,192,206,207,209,213,214,215,227,229,231,232,233,234,235,246,247,249,256,257,278,281,282,283,290,353,354,361,404,425,429,432,438,441],hafskjold:6,half:[1,3,6,8,16,17,39,41,58,59,146,168,180,188,194,213,229,290,295,299,329,333,336,339,347,357,423,425,426,433,443],halfwai:[41,168,169],halsei:361,halt:[41,169,188,209,303,440],halv:168,ham:[38,56],hamak:[295,299,347,394],hamilton:70,hamiltonian:[207,229,230,282,357,432],hammond:[318,319],han:355,hand:[3,6,19,54,144,162,166,168,216,226,321,349,357,423,426,433,436],handl:[3,9,16,168,193,263,333,336,357,378,393,421,437],hang:[3,420,421],happen:[3,6,8,12,15,18,61,116,148,169,179,182,329,333,421,424,431],happi:8,haptic:210,hara:409,hard:[1,219,263,269,270,354,426],harden:397,harder:[295,299,443],hardi:[178,214,318,319,443],hardwar:[1,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,318,319,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,436],hardwir:[3,17,296],hardy2:319,harm:336,harmon:[],harmonic_fix_wal:379,harpertown:18,harrison:335,hart:278,hartre:[336,355,357,447],hasan:9,hash:[39,423],hassl:269,hat:[6,10,228],have:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,45,46,47,48,49,51,53,54,56,57,59,63,64,65,66,67,69,70,71,72,73,75,77,81,86,90,91,93,103,104,105,106,109,112,113,114,115,116,120,121,122,123,124,125,127,131,133,136,137,139,140,141,142,144,145,146,147,148,150,151,153,154,155,156,158,159,161,162,164,166,167,168,169,170,175,177,179,180,181,182,184,185,186,187,188,189,190,191,192,194,195,200,201,202,204,205,206,207,208,209,210,211,213,214,215,216,219,224,226,227,229,231,232,233,234,235,236,241,244,246,247,248,249,251,253,255,256,257,259,260,261,262,265,268,270,272,273,278,279,281,282,283,284,285,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,312,314,318,319,321,324,325,326,327,328,329,330,333,334,335,336,337,339,340,341,342,343,344,345,347,348,349,352,353,354,355,356,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,392,393,394,395,397,406,407,408,409,410,412,414,415,416,417,418,420,421,423,424,425,426,427,428,429,430,431,432,433,435,437,438,440,441,443,447,448,449,450,451,452],haven:421,hayoun:265,hayr:213,hbcut:392,hbnewflag:392,hbond:[],hbond_cutoff:393,hcp:[64,67,73,321,380],he1:143,head:[6,21,151,304,359,363,392,393,438],header:[3,6,7,8,12,145,167,168,169,170,181,182,183,184,185,186,227,260,267,271,290,327,334,339,355,420,423,433,440],heal:432,heat:[],heatconduct:[],heavi:278,heavili:[41,188],heavisid:290,hecht:278,heenen:9,height:[168,195,256,328,359],heisenberg:9,held:[6,71,278,328,361],helic:156,helium:337,helix:[],hello:421,help:[3,8,12,14,15,16,17,18,19,167,192,194,227,316,339,408,410,450],henc:[1,3,13,20,21,26,32,35,36,70,71,108,124,134,151,181,229,263,278,294,295,299,301,304,306,309,312,319,349,359,377,390,425],henderson:53,hendrik:9,henin:[9,193],henkelman1:[228,328],henkelman2:[228,328],henkelman:[228,325,328],here:[1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,22,37,41,44,55,63,68,69,70,71,118,124,142,143,152,155,163,167,168,169,172,181,188,191,194,205,206,214,216,251,260,263,265,271,290,295,298,300,301,303,305,313,317,326,328,332,333,335,336,339,346,358,360,363,364,368,390,394,405,407,416,421,428,443],herist:291,herrmann:278,hertizian:296,hertz:[],hertzian:[6,296,361,405],hertzsch:361,hess:318,hessian:[5,325],heterogen:105,heurist:[291,424],hex:[3,17,144,321],hexagon:[67,380],hey:[110,121],hf4:143,hfo:348,hftn:[325,326,328],hg1:143,hg2:143,hgrid:278,hibb:253,hidden:[17,421],hienergi:301,hierarch:[7,432],hierarchi:[319,343,344,369,370,373,383,432],higdon:[9,378,379],high:[1,3,6,7,9,19,41,164,168,188,192,199,214,227,286,290,293,319,325,326,333,339,357,360,394,407,416,420,432,437,443],higher:[1,14,120,147,169,189,190,195,211,256,265,285,298,300,326,357,365,448],highest:[195,303,327,328,448],highli:[3,6,7,9,144,168,194,213,229,241,260,270,324,326,357,418,437],highlight:[6,7,10,13],hight:359,hilger:[318,319],hill:253,hill_height:13,him:9,hint:12,histo:[],histogram:[1,6,12,63,116,142,172,182,183,186],histor:358,histori:[],hit:[3,278,297],hmaktulga:[7,9],ho3:143,hoc:312,hocknei:[318,319],hoh:[6,349,369,373],hold:[6,33,59,71,157,181,194,221,254,269,270,275,326,328,361,377,415,434],holdem:269,holder2:319,holder:[318,319],hole:275,holian:[233,371],holm:[251,319],holonom:289,home:[11,12,170],homebrew:12,homepag:[168,210],homogen:[247,384],hone:253,honeydew:169,honor:170,hook:[],hookean:361,hoomd:170,hoover:[6,7,8,134,172,198,213,214,229,230,231,232,233,234,235,246,247,248,249,253,257,265,270,281,282,283,288,353,443],hop:[191,328,339],hope:[5,13,17,41,42,188,431],hopefulli:[8,326],horizon:389,horn:6,host:[3,12,16,17,193,333],hot:[6,209,230],hotpink:169,hottest:286,hour:12,hove:380,how:[],howev:[1,2,3,6,7,11,12,15,16,17,36,39,41,71,88,91,104,118,120,143,164,167,168,169,182,186,188,191,192,195,198,205,206,207,212,213,214,215,216,219,229,251,253,256,259,260,265,270,271,278,279,281,282,285,286,290,291,292,293,294,319,321,323,324,328,333,345,347,355,356,361,364,380,388,390,406,407,410,418,420,421,424,431,437,440,441,443,448,449],howto:[6,63,71,122,123,125,127,130,131,132,133,134,136,137,172,213,214,229,257,281,282,283,349,363,369,373,449],hoyt:178,hpc:[1,15],hsw:17,htm:355,html:[0,4,8,11,12,15,212,359,379,432],htmldoc:0,htst:437,http:[0,6,7,11,13,14,15,193,207,210,212,334,355,378,391,392,393],htype:[349,369,373,377],hubbard:350,huge:[12,146,241,278,423,428,440],huggin:[7,340,342,405],hugh:178,hugoniostat:[4,172,233],hugoniot:[227,233,260],hull:142,hummer:318,hundr:[7,14],hura:6,hwloc:[12,17],hybrid:[],hydrat:359,hydrocarbon:[335,348,357],hydrodyanm:40,hydrodynam:[7,9,40,99,101,216,218,219,220,341,378,379,405,433],hydrogen:[3,6,7,202,265,335,339,349,357,363,369,373,377,392,393,405,423,432,443],hydrostat:[3,192,229,233,257,270],hynninen:[350,359],hyoungki:382,hyper:253,hyperbol:350,hyperspher:120,hyperthread:[16,17],i_0:290,i_1:390,i_csid:6,i_flag1:259,i_mpi_pin_domain:16,i_myflag1:259,i_myflag2:259,i_n:390,i_nam:[113,167,259,280,433],ialloi:380,iatom1:115,iatom2:115,iatom3:115,iatom4:115,ibar:380,ibead:253,ibm:[167,318],icc:[10,12,16],icm:[9,210],ico:64,icosohedr:73,ictp:13,id1:[270,328,368,423,426],id2:[270,274,275,328,368,423,426],id_press:[192,227,229,231,232,233,234,235,257],id_temp:[191,192,227,229,231,232,233,234,235,246,247,249,257,281,282,283],idea:[1,3,6,11,12,41,121,168,169,188,211,251,274,278,286,319,384,431,443],ideal:[6,9,40,73,116,198,205,251,321,378,399,443],idealga:[],ident:[1,3,9,12,39,40,71,120,167,169,183,192,193,206,207,213,214,226,229,251,253,257,265,267,270,319,327,328,333,340,342,349,351,355,371,377,386,392,393,396,416,418,421,424,437,447,448,449,451],identi:333,identif:67,identifi:[1,3,12,38,40,56,70,142,144,164,267,278,301,363,368,380,407,418,420,423,426,437,438,440],idl:[18,437],idn:[270,328],idr:448,ielement:380,ieni:13,ifdef:[8,12],iff:214,iffp:421,ignor:[3,6,11,16,41,71,83,87,98,107,119,148,167,168,169,173,174,182,183,184,186,188,192,193,194,195,205,208,212,213,226,229,233,238,243,257,259,269,270,271,278,281,282,283,289,290,292,295,299,300,301,310,320,323,327,328,333,334,345,346,347,355,356,358,360,367,368,380,386,390,394,406,407,408,409,410,412,418,420,423,424,428,433,435,437,440,448],ihl:278,iii:[6,9,25,261,263,314,363,435],ijk:[308,312,314,339,390,420],ijl:312,ikeshoji:6,ill:[124,134,181,261],illeg:3,illinoi:[210,318,319,378],illog:421,illustr:[1,6,8,11,12,17,251,253,328,364,421],ilmenau:[7,9,14],ilya:[7,9],imag:[],image2pip:168,imageint:3,imagemagick:[4,168],imagin:[275,289,339,356,364,365,381,382,386,390,406,408,409,410,435],imaginari:[6,205,253,423],imbal:[1,41,188],imbalanc:[41,188],imbu:278,imd:[],img:168,immedi:[0,2,3,8,12,144,189,190,195,273,279,280,297,420,421,423,425,437,448,451],immens:3,immers:[216,270],impact:[1,4,6,8,199,285],impart:[3,6,208,278,300],impei:[6,369],implement:[1,3,6,8,9,12,17,18,27,78,87,118,126,132,143,144,152,153,163,181,193,197,207,210,213,216,218,219,220,227,247,250,252,253,259,260,261,263,264,265,273,274,278,285,290,294,312,317,318,319,326,328,333,334,336,339,348,349,351,353,355,356,357,364,369,373,377,380,389,392,393,394,408,410,420,421,432,437,443,448,450],impli:[3,6,40,59,87,121,168,173,174,175,194,200,213,269,281,283,284,318,321,346,421],implicit:[],implicitli:8,implict:350,imporop:327,importannt:226,important:288,important_not:59,impos:[2,6,71,112,133,166,172,175,176,187,200,201,203,208,211,220,221,228,241,251,254,272,275,277,278,285,286,287,288,293,294,295,298,299,300,326,328,330,417,431],imposs:1,improp:[],improper_coeff:[],improper_styl:[],impropercoeff:3,impropertyp:190,imprort:97,improt:[173,174],improv:[0,1,9,39,41,169,188,229,252,333,363,369,384,393,406,409],in3:143,inaccur:[1,3,6,147,227,318],inaccuraci:299,inact:363,inappropri:144,incid:[118,143,195],includ:[],includig:[303,317],inclus:[],incom:210,incompat:[3,11,365],incomplet:[3,11,423],incompress:[230,357],inconsist:[3,148,191,424],inconveni:321,incorpor:[260,339,350],incorrect:[3,127,213,380],incorrectli:[3,321,361,448],increas:[1,3,6,10,18,38,56,57,59,109,118,121,164,167,168,169,189,190,191,194,213,257,268,269,270,286,289,293,318,319,328,333,357,360,393,407,409,421,432,437,448],increasingli:357,increment:[3,11,175,176,187,188,195,200,202,229,274,301,317,332,367,418,421,435,437,448],incur:[14,17,181,184,185,202,290,420],inde:127,indefatig:7,indefinit:287,indent:[],independ:[4,6,11,12,16,17,41,59,63,91,117,119,130,144,166,172,180,181,182,183,184,185,186,188,191,192,193,194,195,206,208,213,214,216,219,229,252,257,261,265,270,271,274,277,288,290,321,361,418,421,440,449],indetermin:[167,169],index:[0,3,6,8,11,12,38,39,40,56,68,69,117,119,164,167,169,180,182,210,212,253,271,290,301,302,303,323,332,384,392,393,407,413,423,438,448],indianr:169,indigo:169,indirectli:[6,448],indistinguish:213,indium:396,individu:[],induc:[],industri:7,ineffici:[3,6,40,64,67,70,72,73,77,120,132,168,194,229,252,318,330],inerti:379,inertia:[],inexpens:[207,432],inf:[2,3,12,293,426],infer:[3,94,96,97,138,175,176,188,189,190,200,210,255,278,286,293,321,346,358,423,435,441],infil:[3,13,270,420],infin:[3,326,428,441],infininti:168,infinit:[3,195,204,211,213,216,252,278,290,296,297,319,321,357,427,447],infinitesim:6,inflect:[350,371],influenc:[3,9,41,80,126,226,256,318,319,384,408,409,410],inform:[0,1,2,3,6,7,8,9,11,12,13,15,17,39,41,42,59,61,62,63,68,88,115,117,118,143,144,150,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,228,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,279,281,282,283,284,285,286,287,289,292,293,294,295,297,298,299,300,302,316,318,319,322,325,326,327,328,329,331,333,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,415,416,420,421,423,424,425,427,428,430,435,437,438,440,448,450,451,452],infrequ:[6,353,418,437],infti:[350,378,379],ingtegr:339,inher:[318,326,384],inherit:[6,411],inhomogen:[18,290,384],inidividu:326,init:[3,8,12,268],init_fil:290,init_list:8,init_on:8,init_styl:8,initi:[2,3,4,6,7,8,11,12,13,38,39,40,41,56,57,59,62,71,80,81,86,87,103,104,140,145,146,164,166,167,168,169,170,173,174,177,178,182,188,190,191,192,194,201,205,206,210,211,212,213,214,216,221,225,226,227,228,229,233,241,252,253,254,259,260,265,268,269,270,272,277,278,280,285,287,288,289,290,291,292,295,296,297,298,300,301,303,318,322,325,326,328,335,336,352,353,354,391,392,393,407,418,420,421,423,425,426,428,430,431,433,437,438,441,443,448,449,450,452],initial_integr:8,initial_integrate_respa:8,initialis:391,initialt:290,inlclud:11,inlcud:448,inlin:421,inner2:[344,362],inner:[3,8,16,167,211,303,317,324,325,326,328,332,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,413,414,415,416,432,437],inner_distance_cutoff:363,innergroup:219,innermost:[38,56,331,407,432],innernod:219,innner:375,inordin:291,inorgan:6,inp:[193,303,396],input1:[65,68,69,79,92,108,113,114,115,117,119,280],input2:[65,68,69,79,92,108,113,114,115,117,119,280],input:[],input_doubl:3,insensit:12,insert:[3,5,7,8,12,59,144,172,195,205,211,256,318,396,404,421,427,443],insid:[2,3,6,8,11,71,144,167,169,180,184,185,195,196,202,205,211,216,219,256,270,278,295,297,298,299,300,301,316,321,371,421,422,423,425,426,433,437,448],insight:[6,13],instabl:[216,352],instal:[],instanc:[6,11,193,207,297,359,364,384,390,421,443],instantan:[6,63,191,192,206,207,229,233,252,257,260,265,267,270,285,429,441],instanti:[6,11,12,178,364,420],instead:[1,3,6,8,9,11,12,13,17,18,40,41,59,63,70,71,90,117,123,126,148,164,167,174,181,183,184,185,186,188,192,193,213,216,219,220,252,258,268,270,280,298,316,318,319,322,329,333,342,343,355,368,370,377,380,418,426,430,437,439,443,448],institut:[9,210,255],instruct:[3,6,8,11,12,13,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,109,112,122,131,142,150,151,153,154,155,156,158,159,161,162,164,165,168,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,319,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,432,443],insuffici:[3,6,12],insult:229,insur:[3,6,11,12,17,39,40,61,73,102,104,144,145,164,167,168,169,175,189,190,195,200,201,202,203,205,208,213,225,258,259,268,270,278,290,295,299,300,301,303,317,327,329,333,347,360,364,388,394,407,420,421,423,424,428,431,432,440,441,448,449],int_max:3,integ:[3,6,8,11,12,39,40,42,64,68,70,71,113,115,117,119,120,142,144,147,148,150,154,155,159,164,166,167,168,169,179,181,184,185,189,190,191,195,197,203,205,206,207,210,213,214,215,216,252,255,256,259,260,265,270,278,280,282,285,289,290,308,318,321,341,353,354,367,380,392,393,396,418,420,421,423,431,432,433,437,440,448,449],integr:[],intel:[],intel_cpu:[12,16],intel_phi:[12,16],intend:[3,8,12,13,36,206,391,423],intens:[1,3,6,9,63,66,74,75,86,89,90,91,93,103,104,105,106,112,114,116,117,118,119,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,143,172,181,182,183,184,185,186,188,189,190,191,199,202,209,219,227,229,233,267,270,271,278,286,290,292,293,440,441],intepol:448,inter:[14,18,42,61,62,124,147,148,167,191,213,215,228,262,270,318,328,339,433,443,448,450,452],interact:[1,3,6,7,8,9,10,11,12,14,15,16,17,22,29,33,37,39,42,44,50,54,55,57,61,63,65,69,77,79,87,88,92,107,108,110,112,115,116,120,121,123,137,138,142,145,146,147,148,149,150,152,156,157,163,167,172,173,174,189,190,191,204,205,210,211,213,215,219,241,251,253,255,261,263,269,270,278,279,285,290,294,295,296,299,300,305,306,307,309,313,318,319,326,327,328,329,330,331,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,390,393,394,395,396,397,404,405,406,408,409,410,411,412,413,414,415,416,418,421,423,425,427,428,432,433,435,440,441,443,450],interatom:[3,4,7,144,167,228,287,288,334,339,355,357,365,380,409,448],intercept:118,interchang:6,interconnect:18,interconvert:357,intereract:39,interesect:299,interest:[1,5,7,8,9,11,13,71,143,253,285,288,319,356,379,392,393,421,448],interf:333,interfac:[],interfer:[229,335],interg:[6,443],intergr:[432,436],interi:379,interior:[3,6,41,299,426],interlac:380,interleav:[6,144,431],intermedi:[6,12,59,168,228,251,312,328,421,422,431,435],intermix:418,intermolecular:335,intern:[0,2,3,5,6,9,11,16,20,21,24,28,32,35,36,39,40,42,63,87,99,101,118,121,124,126,143,151,164,168,169,172,173,174,178,190,194,198,210,222,223,227,229,233,252,270,274,304,306,309,312,316,326,327,398,399,407,421,423,425,428,437,440,441,447,448,449,450],internal_element_set:178,internal_quadratur:178,internet:212,interpenetr:380,interpentr:[399,400,402],interpol:[6,15,38,56,100,164,168,169,178,216,251,318,319,328,339,384,393,401,407,408],interpret:[2,6,11,168,183,361,397,418,421,437,448],interrupt:260,intersect:[3,6,118,169,299,301,426],intersert:299,interspers:326,interstiti:142,intertia:[3,93],interv:[3,6,91,182,213,260,265,266,401,418,437,448],intestieti:118,intial:[6,333,335],intiial:[41,428],intiti:[3,277],intra:270,intra_energi:205,intramolecular:[29,205],introduc:[6,9,168,229,260,265,270,312,318,334,349,357,369,373,377,406,437],introduct:[],intsal:16,intuit:321,inv:[118,143,271],invalid:[3,12,71,89,147,241,328,378,379,425],invari:120,invent:273,invers:[],invert:[6,148,252],invis:299,invoc:[142,191,333,421],invok:[1,3,6,7,8,11,12,13,14,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,59,63,66,71,74,75,81,87,88,89,90,93,103,104,106,109,110,111,112,117,122,131,138,139,142,144,145,147,148,150,151,153,154,155,156,158,159,161,162,164,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,197,199,200,201,202,203,204,205,206,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,226,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,254,255,256,257,258,259,261,262,263,264,265,266,267,268,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,304,306,307,308,309,312,314,317,318,319,320,321,326,328,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,384,385,386,387,389,394,395,396,397,406,407,408,409,410,412,413,414,415,416,417,420,421,422,424,426,428,431,432,434,435,437,440,441,443,448,449],invokd:3,involv:[3,6,7,8,12,63,108,115,116,117,124,148,172,189,205,216,255,258,263,278,318,325,326,328,338,354,360,406,408,410,419,420,426,428,432,437],ioff:[327,423],ion:[6,7,250,275,290,319,339,350,358,359,380,405,410,416,423,443],ionic:[6,9,340,342,350,357,358,387,443],ioniz:[9,348,357],iparam:[3,190],ipi:[],ipp:[],ir3:143,ir4:143,irregular:[6,41,58,188,192,194,229,270],irrelev:386,irrespect:[378,379],irrevers:198,isbn:415,isel:[318,319],isenthalp:[229,230,231,232],ismail:[318,319,343,373],isn:[3,8,11,12,209],iso:[3,192,198,214,229,230,231,232,233,234,235,257,265,270,443],isobar:[229,230,234,235],isodem:357,isol:[3,147,301],isomorph:253,isotherm:[205,229,230,234,235,257],isotrop:[6,213,257,318,319,341,360,378,379],isovolum:271,isralewitz:274,issu:[1,3,6,9,11,12,13,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,71,73,81,103,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,168,175,178,187,191,192,195,200,201,204,205,208,213,227,229,231,232,233,234,235,236,244,246,247,249,253,257,259,262,270,272,273,277,281,282,283,288,294,300,303,304,306,307,308,309,312,314,319,327,328,331,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,404,406,407,408,409,410,412,414,415,416,423,425,432,435,440,441,448,449],ital:[392,393],itali:13,item:[6,7,8,41,167,169,188],iter:[3,6,12,39,41,63,175,176,187,188,192,198,200,203,211,252,261,262,270,273,285,301,303,317,324,325,326,328,332,418,428,432,437,441,448],ith:[71,117,119,180,181,182,183,184,185,186,280,292,441,448],itself:[2,3,4,6,7,8,9,11,12,13,18,42,59,91,107,135,167,168,169,170,182,193,198,214,224,228,264,270,290,301,303,327,328,349,358,360,364,365,407,421,427,430,431,435,448,452],ityp:[3,115,116,144,177,190,263,413],itype1:116,itype2:116,itypen:116,ivector:8,ivori:169,ixcm:270,ixi:[42,93,270,327,448],ixx:[42,93,270,327,448],ixz:[42,93,270,327,448],iycm:270,iyi:[42,93,270,327,448],iyz:[42,93,270,327,448],izcm:270,izrailev:274,izumi:409,izz:[42,93,270,327,448],j0jt:91,j20:182,j_m:120,jac:[6,150,435],jackson:383,jacobi:3,jacobsen:325,jagreat:13,jame:[9,19],janssen:251,januari:380,jaramillo:[7,9,13,357],jarzynski:274,jatempl:9,jcc:9,jcp:295,jec:13,jeff:13,jello:229,jensen:[213,318],jeremi:[9,382],jerom:9,jewett:13,jiang:[214,443],jiao:[9,13],jiht:[7,9],jik:339,jim:7,jku:7,jmake:12,jmm:120,joannopoulo:227,job:[12,60,273,431],jochim:[229,230],john:[7,13],johnson:13,join:[6,426],joint:[3,255,363],jon:[9,70],jonathan:9,jone:[1,3,6,7,9,10,12,13,45,46,64,87,107,110,172,178,257,278,295,299,319,321,326,335,338,342,343,344,345,347,352,360,362,363,364,367,368,369,370,371,373,374,376,377,383,384,390,394,395,400,405,412,435,443],jonsson:[73,228,325,328],jorgensen:[6,161,349,369,373],joul:447,journal:[138,156,178,263,319,355,392,393,399,400,402],jparam:[3,190],jpeg:[3,12,168],jpeglib:12,jpg:[4,8,12,167,168,169,451],jpg_inc:12,jpg_lib:12,jpg_path:12,jpl:[7,9],jth:448,jtype1:116,jtype2:116,jtype:[3,116,190,413],jtypen:116,judg:437,judici:6,julien:9,jump:[],june:170,just:[3,6,8,9,11,12,13,17,19,22,29,42,44,59,61,91,107,110,116,121,123,137,152,167,181,184,185,194,198,202,219,226,257,259,270,285,290,301,303,305,327,328,333,335,338,346,364,390,412,421,425,427,428,430,431,443,448,451,452],justo:356,jusufi:[350,359],jut:299,jzimmer:9,k11:91,k22:91,k33:91,k_b:214,k_d:443,k_sigma:339,k_ub:20,kadiri:67,kamberaj:270,kappa:[6,91,286,349,369,414,415],kappa_:290,karplu:87,karttunen:216,kate:[],kayser:350,kbit:169,kboltz:278,kbp:169,kbt:265,kcal2j:91,kcal:[210,432,443,447],kde:13,ke_eta_dot:229,ke_etap_dot:229,ke_omega_dot:229,keblinski:349,kecom:124,keef:118,keep:[3,7,12,59,71,162,184,190,194,211,252,268,288,293,318,326,349,377,396,418,423,429,431,437,441,448],keflag:3,kei:[6,17,59,278,437],keir:13,kelchner:70,kelkar:293,kelvin:447,kemper:[262,348],kepler30:17,kepler32:17,kepler35:17,kepler37:17,kepler:[1,12,14,15,17,333],kept:[6,172,233,287,288,443],kernel:[7,13,17,100,178,206,207,398,399,400,401,402,403],keword:168,keyboard:12,keyword:[],keywrod:357,kforc:443,khaki:169,khersonskii:120,kick:[175,176,177,200,297],kilogram:447,kim:[],kimviri:[3,365],kind:[1,2,3,6,7,8,9,11,12,17,39,40,41,42,61,62,63,73,117,119,124,167,172,179,181,182,183,188,191,193,197,205,208,226,270,273,278,285,300,328,330,332,339,357,392,393,413,418,423,428,429,436,437,443,448],kinemat:[9,378,379],kinet:[3,6,8,9,63,82,83,84,85,87,91,94,95,96,97,98,112,121,122,123,124,125,126,127,129,130,131,132,133,134,136,137,172,179,181,192,198,209,213,225,227,229,230,231,232,233,234,235,257,260,278,286,293,294,326,357,418,437,441,443],kiss:12,kjl:312,klahn:289,klapp:318,klein:[6,9,178,193,229,230,248,270,369,395],kloss:7,kmax:[3,118,271,318],knc:17,knock:290,know:[3,11,12,41,63,107,116,172,198,212,214,241,278,326,356,365,411,421,424,427,432,443],knowledg:[4,8,168,365],known:[3,12,120,168,252,261,270,287,420,437,449],kohlmey:[7,9,13,18,318,319],kokko:[],kokkos_arch:17,kokkos_cuda:[12,17],kokkos_cuda_opt:17,kokkos_debug:17,kokkos_devic:17,kokkos_omp:[12,17],kokkos_pg:17,kokkos_phi:[12,17],kokkos_use_tpl:17,kolafa:319,kollman:[6,150,435],kondor:391,kone:[287,288],kong2011:252,kong:[9,13,252],konglt:9,koning00a:287,koning00b:287,koning96:[287,288],koning97:288,koning99:287,kooser:13,koskinen:325,kosztin:274,krau:13,kremer:[45,46,435],kress:[381,382],kspace:[],kspace_modifi:[],kspace_styl:[],kspce:12,kspring:228,kstart:269,kstop:269,kth:[206,253],kub:20,kubo:[6,91,286],kumagai:409,kumar:[9,378,379],kuronen:390,kurt:255,l12:380,l_box:357,l_skin:290,la3:143,lab:[5,7,12,111,389],label:[],laboratori:[0,227,260],lack:[3,227,357],lackmann:339,ladd:[247,288],lafitt:383,lag:290,lagrangian:[6,178,227,260,261,443],lagrangian_posit:[227,260],lagrangian_spe:[227,260],lai:417,lambda1:[408,409,410],lambda2:[408,409,410],lambda3:[408,410],lambda:[87,111,118,138,143,216,271,287,288,290,334,356,377,406],lambda_fin:287,lambda_initi:287,lamda:[3,53,278],laminar:403,lamm:6,lammps2pdb:[6,13],lammps_clos:6,lammps_command:6,lammps_extract_atom:6,lammps_extract_comput:6,lammps_extract_fix:6,lammps_extract_glob:6,lammps_extract_vari:6,lammps_fil:6,lammps_gather_atom:3,lammps_get_coord:6,lammps_get_natom:6,lammps_n:[6,12],lammps_open:6,lammps_potenti:[346,348,434],lammps_put_coord:6,lammps_quest:[6,203],lammps_scatter_atom:3,lammps_set_vari:6,lammps_sppark:6,lammpsplot:13,lammpspotenti:346,lammpstrj:[424,428,443],lammpsviri:[3,365],lamoureux:[6,198,411,443],lane:1,lang:443,langevin:[],langevin_drud:[129,197],languag:[6,11,12,17,421,448],lanl:9,lapack:12,laps:291,laptop:7,larg:[0,1,3,5,6,7,8,9,10,12,13,14,16,18,39,40,41,58,59,70,71,109,116,121,124,127,132,144,145,146,156,164,166,167,168,169,181,184,185,188,191,192,194,195,199,205,216,229,241,247,252,255,256,260,265,267,268,269,270,273,275,278,286,290,291,293,295,299,312,318,319,324,326,329,333,347,353,357,360,361,368,384,388,394,407,418,421,423,425,426,430,432,437,440,443,449,452],larger:[1,2,3,6,11,12,13,39,41,56,59,70,71,116,144,146,168,182,183,186,195,209,216,229,247,248,256,261,265,269,270,271,278,285,290,294,295,296,299,318,319,324,325,326,328,329,330,333,339,347,349,350,357,361,369,373,379,384,388,405,412,423,427,428,431,432,437],largest:[3,6,12,39,71,142,144,199,318,326,330,404,407,423,425,431,432,442,448],laroch:265,laser:290,last:[1,2,3,5,6,11,12,15,16,19,38,56,59,61,71,110,117,121,142,164,167,168,169,170,171,181,182,183,184,185,186,188,199,228,268,271,275,278,303,316,326,327,328,329,333,337,338,339,340,347,348,353,355,359,360,362,363,367,370,372,374,375,376,379,383,385,394,397,404,407,411,412,414,415,418,419,421,423,424,428,430,431,435,437,438,441,448],lat:380,late:5,latenc:[10,210],later:[6,11,12,16,17,40,59,71,104,146,148,182,195,233,247,255,274,285,301,303,318,326,327,332,333,335,339,421,423,425,427,437,440,448,450],latest:[7,181,182,183,184,185,186,271,425],latex:8,latgen:252,latitud:120,lattc:380,latter:[2,6,11,12,14,15,16,17,18,41,42,87,123,169,173,174,180,181,184,185,188,192,211,220,229,231,232,234,235,255,257,259,261,263,270,278,294,299,317,327,339,341,342,343,344,345,352,369,373,377,387,395,411,418,420,421,426,429,440,448,451],lattic:[],launch:[1,3,6,11,12,18,333,420,421],laupretr:312,lavend:169,lavenderblush:169,lavgevin:194,law:[6,227,331],lawngreen:169,layer:[6,9,71,172,184,286,290,293],layout:[1,3,17,146,420,423,432],lb_fluid:216,lbl:[7,9,142],lbnl:9,lbtype:216,lcbop:[],ld_library_path:[11,12],ldfftw:12,ldrd:7,lead:[2,3,6,12,22,25,39,41,44,59,61,77,87,116,138,142,148,152,169,173,174,183,188,195,207,216,233,260,270,273,278,285,286,293,305,312,318,323,328,333,346,349,369,373,375,417,423,433,443,448,449],least:[3,6,12,18,71,118,143,179,184,207,255,259,294,329,333,364,407,412,421,448],leav:[3,7,11,12,16,17,21,41,57,121,134,151,188,192,195,229,231,232,234,235,257,270,273,304,384,423,427,435],lechman:278,lectur:274,led:[3,5],lee2:380,lee:[178,380],left:[6,11,12,41,107,163,168,169,191,211,250,278,301,303,321,411,423,425,430,448,452],leftmost:[41,188],legaci:12,legal:7,lehoucq:389,leimkuhl:298,leiu:353,lemonchiffon:169,len:433,lenart:[350,359],length:[3,6,8,11,12,18,21,38,39,40,41,44,53,54,55,56,58,59,61,65,68,69,71,74,79,80,82,87,88,89,90,91,92,103,105,107,108,112,114,115,117,118,119,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,140,142,143,146,151,164,167,168,169,172,179,183,185,186,188,189,190,191,192,194,205,208,216,227,228,229,230,233,241,251,257,267,270,271,273,275,278,285,289,290,292,295,299,319,321,324,326,328,329,331,336,339,340,342,349,350,354,357,359,363,367,369,380,384,392,393,398,407,408,414,415,423,426,431,433,440,441,443,448],lengthi:205,lennard:[1,3,6,7,9,10,12,45,46,87,107,110,172,257,278,295,299,319,321,326,335,338,342,343,344,345,347,352,360,362,363,364,367,368,369,370,371,373,374,376,377,383,384,394,395,400,405,412,435,443],lenoski:[381,382],less:[1,3,6,13,14,15,16,17,18,38,41,56,57,58,59,76,108,115,116,123,137,164,169,181,183,184,185,186,188,190,191,192,194,195,202,211,227,229,251,263,265,271,278,297,298,300,319,321,326,330,333,339,344,360,361,378,379,384,394,406,407,410,415,423,448,449],let:[1,11,12,38,56,127,155,164,182,273,278,296,333,347,407,432,436,443,450],lett:[120,132,207,214,216,227,265,274,287,288,325,339,355,357,360,377,396,443],letter:[2,12,41,57,59,169,188,197,198,214,253,303,332,391],level:[2,3,8,11,12,14,17,167,168,173,174,210,226,228,229,303,319,332,339,343,344,369,370,373,383,392,393,420,432,437,448],lever:404,levin:361,lexicon:7,lgr_po:[227,260],lgr_vel:[227,260],lgvdw:393,li1:143,liang:348,lib:[1,3,9,11,12,14,15,17,264,333,348,365,421,424],libatom:[9,391],libcolvar:12,libdir:11,libfftw3:12,libgpu:15,libjpeg:12,liblammp:[11,12],liblammps_foo:[11,12],liblammps_g:[11,12],liblammpscuda:14,libmpi:11,libmpi_stub:12,libmpich:12,libpackag:12,libpng:12,librari:[],librt:17,licens:[0,7,8,12,168],lie:[6,205,271],lieu:318,life:7,lifo:8,ligand:275,liggght:7,lightblu:169,lightcor:169,lightcyan:169,lightest:285,lightgoldenrodyellow:169,lightgreen:169,lightgrei:169,lightli:275,lightpink:169,lightsalmon:169,lightseagreen:169,lightskyblu:169,lightslategrai:169,lightsteelblu:169,lightweight:278,lightyellow:169,like:[3,4,6,7,8,9,11,12,14,16,17,18,39,42,54,59,128,135,168,170,175,192,193,195,198,200,210,213,214,215,227,229,230,234,235,240,241,246,247,248,249,251,257,259,260,261,265,270,271,278,280,281,282,283,284,285,286,293,294,295,298,299,300,303,318,321,325,328,333,339,347,352,353,357,358,361,363,364,374,375,380,396,407,410,414,415,420,421,423,424,425,426,428,433,438,441,443,448,449],likelihood:[118,143,191],likewis:[1,6,10,12,15,18,39,41,71,88,115,178,188,189,190,205,213,214,229,230,233,248,265,278,281,282,283,319,328,334,338,339,349,355,358,405,421,423,435,448],lime:169,limegreen:169,limit:[],limit_eradiu:357,lindahl:318,line:[],linear:[],linearli:[10,117,169,194,252,295,297,298,300,327,328,330,423,448],lineflag:[6,423],lineforc:[],linen:169,linesearch:[8,324],ling:[9,13],lingo:[11,365],link:[5,6,7,8,9,11,12,13,14,15,17,18,22,37,44,55,63,152,163,168,172,190,210,214,255,264,266,274,275,305,313,336,346,380,391,392,393,405,411,421],linker:12,linkflag:[12,16],linux:[10,11,12,15,168,170,210],linuxamd64:424,liouvil:229,lip:13,lipid:[4,9,10,13,29,270],lipton:255,liquid:[6,7,9,29,39,40,41,59,87,121,130,142,188,192,194,205,229,257,260,265,285,352,384,387,409,432],lisal:404,lism:9,list:[],listen:[210,212],listfil:368,liter:[423,434],literatur:[8,380,406],lithium:357,littl:[1,3,12,64,229,329,418,426],littmark:[380,405,410,416],liu:[363,393],lj1043:[],lj126:[],lj12_4:395,lj12_6:395,lj1d:252,lj6:3,lj93:[],lj96:[],lj9_6:395,lj_flag:335,llnl:[5,7],lmp1:11,lmp2:11,lmp2arc:[],lmp2cfg:[],lmp2vmd:[],lmp:[11,421,443],lmp_auto:12,lmp_cuda:[14,17],lmp_foo:12,lmp_g:[6,11,12,13,17,317],lmp_gpu:15,lmp_ibm:[12,317],lmp_inc:12,lmp_intel_cpu:16,lmp_intel_phi:16,lmp_kokkos_cuda:17,lmp_kokkos_omp:17,lmp_kokkos_phi:17,lmp_linux:[4,6,12],lmp_mac:12,lmp_machin:[1,12,14,15,16,18,19,333],lmp_mpi:[12,253],lmp_mvapich:17,lmp_omp:18,lmp_openmpi:17,lmp_opt:19,lmp_win_mpi:12,lmp_win_no:12,lmpptr:[11,421],lmpqst:203,lmpsdata:13,lmptype:[3,12,203],load:[1,3,4,7,9,11,12,16,17,18,41,168,170,172,188,210,260,333,348,420,421],loadabl:11,loca:169,local:[],localhost:210,localized_lambda:178,localonli:12,localvector:63,locat:[3,6,8,9,11,12,27,61,116,118,142,143,153,164,167,195,196,216,277,288,299,324,346,349,358,359,369,371,373,411,420,423,424,426,433,435],lock:[3,332,448],lockstep:[192,229,257,270],log:[],logarithm:448,logfil:[0,3,6,12,258,322,419],logfreq2:448,logfreq:[169,430,439,448],logic:[7,11,12,17,41,144,188,301,303,418,420,421,424,432,437,448],lomdahl:[233,371],london:[13,205,393],lone:[392,393],longer:[1,3,6,8,12,13,54,116,167,169,180,181,182,183,184,185,186,189,205,213,251,255,260,270,273,285,295,299,301,324,333,335,361,420,428,432,437,445],longest:[41,188,189,329,412],longitudin:275,look:[1,3,6,8,11,12,18,54,61,167,168,171,346,396,407,443,448],lookup:[3,39,164,384,407],lookup_t:271,loop:[3,4,6,7,11,12,18,39,42,65,68,69,79,88,92,108,115,116,121,168,181,184,185,189,190,199,285,301,303,317,320,326,328,329,331,332,354,418,419,421,427,428,431,432,437,442,448,449],loopa:[303,317,332],loopb:[303,317,332],loopvar:448,lopez:[229,230],lorant:261,lorentz:143,lose:[6,58,59,146,192,194,214,229,361,423],loss:[6,447],lossi:168,lossless:168,lost:[3,12,13,57,102,195,268,278,384,423,424,425,432,440],lot:[18,274,318],low:[1,3,6,7,12,41,127,142,167,168,188,198,214,247,265,270,286,293,319,393,407,415,437,443],lower:[2,3,6,9,11,12,41,57,59,71,88,133,166,168,169,182,183,184,185,188,192,198,210,213,214,216,229,260,265,286,293,295,296,301,302,318,321,332,350,380,437,444,446,449],lowercas:168,lowest:[120,303,327,433,437,438,448],lsfftw:12,lsurfac:290,lu3:143,lubric:[],lubricateu:[],lubricuteu:238,lucki:12,luigi:13,lumped_lambda_solv:178,lussetti:286,lustig:[7,13],lybrand:319,lyulin:312,m4v:168,m_c:443,m_d:443,m_eff:[296,361],m_fill:3,m_i:276,m_lambdai:389,m_taubi:389,m_u:216,m_v:216,m_yield_stress:389,mac:[12,14],mac_mpi:12,mach:9,machin:[1,3,4,6,7,10,11,12,14,15,16,17,18,19,167,168,210,291,318,324,326,331,333,420,425,430,431,432,449,452],mackai:[9,216,218,219,220],mackerel:[6,20,150,214,344,435,443],maco:168,macro:17,macroparticl:354,macroscop:[7,208,227,389],made:[3,6,11,12,15,16,33,41,42,50,64,145,157,167,168,170,172,173,174,179,188,195,199,210,219,256,264,268,270,288,301,310,329,333,360,361,364,392,394,397,420,425,427,433,436,444,446,449,450],madura:[6,369],magazin:355,magda:295,magenta:169,magic:[3,11],maginn:[138,293],magnitud:[6,70,105,108,113,144,166,167,169,195,196,208,209,211,213,274,275,277,278,285,296,319,326,352,361,433],mai:[0,1,2,3,6,7,8,11,12,13,14,15,16,17,18,29,38,39,40,41,56,58,59,61,63,65,68,69,71,79,86,87,88,89,90,92,102,103,105,107,108,109,110,112,113,114,115,117,118,119,120,121,123,124,132,133,137,138,142,143,144,145,146,147,148,163,164,166,167,168,169,170,172,173,174,175,177,179,181,182,183,184,185,186,187,188,189,190,192,194,195,198,199,200,202,205,206,207,209,210,211,213,214,215,216,217,219,224,225,226,227,229,230,233,241,244,252,253,256,257,258,259,260,262,265,267,268,269,270,271,272,273,274,278,280,281,282,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,316,317,318,319,321,324,325,326,327,328,329,330,331,333,336,338,339,347,353,357,361,364,365,375,377,379,380,381,382,384,392,393,395,396,404,407,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,435,437,440,441,443,448,449,450,452],mail:[3,7,9,12,301],main:[3,6,8,12,210,216,270,287,288,355,411,421,438],mainboard:1,mainli:[333,387],maintain:[8,9,13,39,129,190,194,247,278,291,325,334,355,432,435],major:12,make:[],makefil:[3,7,9,11,12,13,14,15,16,17,18,19,167,319,333,421],makelist:12,maks:361,malloc:[3,12],manag:[5,8,12,167,210,253,280,432],manbi:396,mandadapu:178,mandatori:[8,193],manh:339,mani:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,38,39,41,42,56,61,63,68,71,88,91,102,116,124,144,145,164,166,167,168,169,170,172,173,174,175,179,180,181,182,183,184,185,186,188,189,190,191,192,194,195,202,205,206,209,210,216,217,225,227,229,230,233,241,250,251,252,256,259,261,262,263,265,267,270,271,273,278,289,290,292,301,303,318,326,327,328,329,331,333,346,348,354,357,359,363,364,396,405,407,408,410,421,423,425,427,428,430,431,432,433,435,436,437,438,448,449,452],manipul:[12,41,188,210,349,390,434],manner:[2,3,6,9,11,17,41,121,140,173,174,175,176,183,188,194,199,200,203,209,213,214,229,234,235,246,247,249,264,281,282,283,286,287,288,293,295,299,303,319,327,328,332,333,355,357,364,367,378,412,418,420,423,424,425,426,428,432,437],manolopoulo:212,mantissa:3,manual:[0,1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,58,63,68,71,109,112,118,122,123,125,126,127,130,131,132,133,134,136,137,143,150,151,153,154,155,156,158,159,161,162,164,167,168,170,175,184,187,201,204,208,212,213,214,228,229,231,232,233,234,235,236,239,242,244,245,246,247,249,257,259,262,270,271,272,273,281,282,283,293,294,303,304,306,307,308,309,312,314,319,328,332,333,334,335,337,338,340,341,342,343,344,345,347,348,349,351,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,418,432,436,437,438,441,448],manybodi:[3,7,8,9,12,121,326,334,335,339,348,355,358,364,366,386,390,406,408,409,410,435],map:[2,3,11,12,17,18,39,59,64,71,118,120,132,143,144,166,168,169,178,184,252,269,318,319,321,328,334,335,339,348,355,356,358,364,365,366,380,381,382,384,386,390,391,392,393,396,404,406,407,408,409,410,420,423,425,437,448],map_fil:252,mapflag:12,march:380,margin:437,mari:13,mark:[362,377],marker:258,maroon:169,maroonmpi:11,marrink:362,marsaglia:[3,206,207,213,214,265],marseil:9,martin:[252,380],martinez:179,martyna:[229,230,270,432],mashayak:17,mask:[3,251,448],mask_direct:178,mass:[],mass_matrix:178,massdelta:273,massiv:[0,168,216,253,286,293],massless:[6,214,319,349,369,373,377,443],masstot:270,master:[3,328,418,437],mat:[67,178,348,409],match:[3,6,8,9,11,12,17,38,41,56,59,71,116,127,164,169,170,188,191,194,210,229,230,247,267,271,278,285,318,319,339,363,375,380,391,392,393,407,416,417,421,423,424,425,428,432,437,443,448],mater:[73,334,382,390],materi:[6,7,9,59,70,147,177,178,194,205,211,227,251,257,265,286,290,296,349,355,356,357,361,365,380,381,389,392,393,418,423,437,443,447],material_fil:178,math:[],mathemat:[118,120,143,144,173,174,175,176,187,192,200,206,208,209,211,213,214,258,272,281,282,283,295,298,300,396,419,426,433,449],mathrm:214,mathtt:214,matlab:[],matric:[9,120,207,252,360],matrix:[3,6,9,91,142,182,192,207,252,261,318,321],matter:[6,9,12,39,57,59,71,126,184,290,329,335,351,355,357,380,395,408,410,416],mattson:[112,121],max2theta:143,max:[3,6,8,12,15,18,71,117,169,183,188,190,192,195,256,273,278,303,321,324,326,328,329,333,418,423,437,441,448],max_alpha:8,max_cell_s:354,max_group:3,maxangl:205,maxbodi:3,maxbond:[3,190],maxedg:142,maxev:[326,418,437],maxfoo:8,maxim:[285,328],maximum:[3,6,8,15,17,25,41,42,45,53,54,57,59,61,116,117,118,142,143,145,146,166,167,177,182,183,188,190,194,195,199,205,241,251,256,261,273,278,291,318,319,324,328,329,336,339,354,359,378,379,423,426,431,441,448,449],maxit:[261,326,418,437,441],maxsize_restart:8,maxwel:[17,250],maxwell50:17,maxwell52:17,maxwell53:17,maxx:390,mayb:13,mayer:[7,340,342,405],mayo:[6,7,13,25,314,363,435],mbt:151,mbyte:[12,265],mcdlt:[134,209],mcgraw:253,mdash:443,mdregion:178,mdump:[41,188],meain:6,meam:[],meam_sw_splin:382,meamf:380,mean:[1,2,3,4,6,7,8,10,11,12,17,22,34,37,38,39,41,42,44,52,54,55,56,57,59,61,63,68,71,76,77,82,84,85,87,91,103,104,105,112,113,114,115,116,117,120,121,122,123,125,126,127,130,131,132,133,134,136,137,138,144,145,147,148,150,152,160,163,164,165,166,167,168,169,170,172,173,174,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,200,203,205,206,207,208,209,211,213,214,215,219,226,229,231,232,233,234,235,241,246,247,249,251,253,255,256,257,259,265,267,268,270,272,273,274,275,278,280,281,282,283,285,286,289,290,292,293,294,295,296,297,298,299,300,301,305,306,307,309,311,313,318,319,321,323,324,326,327,328,329,331,333,336,340,342,343,344,346,349,353,354,355,357,360,361,363,364,367,369,370,373,380,383,384,387,388,390,392,393,394,395,406,407,408,409,410,412,415,417,418,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,440,441,443,447,448,449,450,452],meaning:[116,364],meaningless:[67,285],meant:[6,270,411,427],measur:[],mech:389,mechan:[6,8,9,11,12,17,178,209,253,264,339,357,365,371,417,421,423],mechanic:264,media:168,medium:415,mediumaquamarin:169,mediumblu:169,mediumorchid:169,mediumpurpl:169,mediumseagreen:169,mediumslateblu:169,mediumspringgreen:169,mediumturquois:169,mediumvioletr:169,mee:285,meet:[3,12,145,168,169,190,191,291,428],mehl:334,meloni:39,melros:[378,379],melt1:170,melt2:170,melt3:170,melt:[4,10,191,252,339,409],mem:15,member:[147,255,339],membran:[29,250,415],memori:[1,3,5,6,7,8,9,12,15,16,17,18,39,40,60,71,169,181,184,185,206,207,265,290,316,329,333,339,384,388,393,420,423],memory_usag:8,mendelev:355,mention:[1,6,7,11,42,194,209,216,233,295,321,328,335,392,393,425,448],menu:[168,210],mep:[228,328],mer:[4,10,191],meremianin:120,merg:[3,5,423],merz:[6,150,435],mescscop:389,mesh:[1,3,6,7,8,10,12,40,41,42,118,143,178,188,216,271,318,319,354],meso:[],meso_:[],meso_cv:433,meso_rho:[],meso_t:[],mesocop:40,mesoscal:7,mesoscop:[7,99,100,101,222],mess:[3,433],messag:[],met:[8,41,116,188,303,317,319,326,328,332,412,431],metadynam:[9,13,193],metal:[3,5,7,10,40,59,71,133,144,177,178,184,185,194,195,209,211,260,261,265,294,295,297,298,300,319,321,330,334,335,339,348,355,356,357,358,364,366,380,381,382,390,391,406,408,409,410,426,440,441,442,447],meter:[330,447],methan:[260,265],methanol:4,methin:312,method:[1,3,5,6,7,8,9,11,12,13,16,17,19,38,39,40,41,56,64,87,91,110,121,164,172,173,174,178,188,193,203,213,216,220,224,227,229,252,253,260,261,262,263,265,270,273,274,285,286,287,288,293,318,319,324,325,326,328,333,334,336,339,348,349,355,357,358,380,381,382,384,390,405,407,418,420,421,423,424,426,437,443],methodolog:[6,73,121,253,318],metin:[7,9],metric:[3,10,64,426,441],metropoli:[179,205,438],mezei:87,mf1:170,mf2:170,mf3:170,mg2:143,mglob_default_function_attr:12,mgoh:386,miai:265,mic:[12,17],micel:[4,13,276],micelle2d:[],michael:[9,13,382],michel:13,micro:[3,447],microcanon:[236,237,239,240,242,244,245],microelast:389,micromet:447,micropor:205,microscal:378,microsec:447,microsecond:447,mid:[5,59,194,404],middl:[3,6,8,16,22,41,44,77,87,116,133,138,142,148,151,152,169,173,174,180,188,256,268,269,270,286,293,304,305,323,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,417,421,431,432,433],middlebondtors:[3,151,423],midnightblu:169,midpoint:404,mie:[],might:[3,4,6,7,8,12,14,25,71,203,205,207,270,421,431,448],migrat:[3,8,17,41,42,59,61,65,69,79,92,108,115,167,172,188,251,259,265,278,318,330,333,431,450,452],mikami:[6,229,230],mike:[7,9,13,15,16],mil:[9,355],mill:325,miller:270,million:[3,7,10,39,41,71,188],mimic:[6,11,42,54,214,227,256,349,359,369],mimim:[192,328],min2theta:143,min:[3,4,6,8,12,117,120,169,183,318,321,404,418,437,448],min_cap:3,min_cg:8,min_clearstor:8,min_dof:8,min_modifi:[],min_popstor:8,min_post_forc:8,min_pre_forc:8,min_pushstor:8,min_setup:8,min_setup_pre_forc:8,min_step:8,min_stor:8,min_styl:[],minarea:142,mincap:393,mind:[7,206,252],mine:[12,88,134,135,172,301,445],minim:[],minima:[156,314],minimi:[328,412],minimizaiton:328,minimizi:265,minimum:[3,25,26,27,42,45,57,59,86,105,117,142,143,145,147,153,166,167,168,177,183,192,193,199,212,228,267,269,271,278,295,299,303,314,318,321,324,325,326,328,329,344,357,360,362,363,369,371,373,378,379,393,395,404,418,431,437,448,449],minlength:142,minmiz:[8,192],minn:9,minord:[3,318],mintcream:169,mintmir:[7,261,349,405],minu:[12,59,124,194,303,328,448],minut:[4,8],mirror:[61,297],misc:[],miscellan:[2,178],mishin:[334,405],mismatch:[3,6],miss:[3,5,12,147,183,205,241,265,278,368,384,440,441],mistak:[3,448],mistakenli:3,mistyp:3,mistyros:169,mitchel:[6,111,126,318,319,351,389],mitchell2011:389,mitchell2011a:389,mitur:337,mivi2:265,mix:[1,3,6,9,14,15,16,71,115,183,184,291,318,319,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,421,423,436,443,450],mixtur:[6,40,229,270,278,300,347,380,423],mixture_ref_t:380,mjpeg:168,mkdir:434,mkl:12,mkmk:252,mkv:168,mldivide3:3,mlpark:7,mlutipl:186,mn2:143,mn3:143,mn4:143,mo3:143,mo5:143,mo6:143,mobil:[6,105,121,122,123,125,130,137,168,270,301,302],moccasin:169,mod:[],mode:[1,3,6,9,11,12,13,14,15,16,17,18,61,66,75,88,90,93,104,106,114,116,117,124,139,141,142,143,167,168,169,183,186,193,194,203,207,229,253,265,274,278,318,330,333,349,357,420,425,430,432,441,447,452],model:[],model_ar_p_mors:365,modern:[12,213,215],modest:[1,331],modif:[6,13,87,380,394,410,443],modifi:[],modify_param:8,modin:178,modul:[3,9,11,12,13,193,265,421],modular:8,modulo:[3,448],modulu:[257,361,380,389],mofil:424,mol1:448,mol:[3,9,71,113,144,146,147,167,169,193,195,205,210,213,256,259,270,273,280,352,360,395,432,433,443,448],molchunk:[66,75,90,93,104,106,124,139,141,181],mole:[179,355,447],moleclu:[189,190,195,202],molecul:[],molecular:[0,2,3,5,6,7,8,9,12,13,39,40,53,71,108,113,115,122,123,125,127,130,131,132,133,136,137,144,145,146,147,148,156,167,170,178,190,193,205,212,252,253,260,264,265,269,274,289,290,319,327,336,337,339,343,354,357,364,405,423,424,425,427,428,432,433,435,441,442,443,448],molfil:[],molfrac:[195,256],molnar:274,molp:109,moltempl:[],mom:[6,91,269,449],momementum:[123,231,234,237,238,239,246],momemtum:66,moment:[3,6,40,42,82,84,85,106,113,123,137,144,165,167,213,216,219,244,256,270,276,327,352,356,423,433,443,447],momenta:[207,238,293,357],momentum:[],momon:191,monaghan:[9,399,400,402],monitor:[3,6,96,97,127,192,194,195,202,210,213,227,229,256,258,260,270,273,278,326,328,352,441],mono:[73,378],monodispers:[3,296,341,361,378,379],monom:[13,54,191],monoton:[3,274,289,328,437],monoval:319,mont:[6,7,9,172,179,191,205,270,285,354,405],montalenti:[418,437],month:0,moor:[17,121],more:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,61,62,63,64,65,67,68,69,70,71,72,77,78,79,80,83,86,87,88,90,92,96,97,98,99,100,101,102,103,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,130,131,132,133,135,136,137,138,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,278,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,316,318,319,321,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,418,419,420,421,423,424,426,427,428,429,430,431,432,433,434,435,436,437,438,440,443,448,449,450,451,452],morefoo:8,moreov:[189,190],morri:[],morriss:[132,247],mors:[],morse_f:407,mosel:325,mosi2:380,moskalev:120,most:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,18,19,37,39,41,55,71,108,132,142,163,167,168,169,181,183,184,185,186,188,189,190,192,209,229,230,253,258,259,260,261,270,271,291,293,301,303,313,319,325,329,331,333,335,357,360,380,391,392,393,410,418,419,420,425,432,437,441,448,450],mostli:[8,9,11,13,71,146,168,329,423,432,435,448,451],motiion:6,motion:[3,6,7,9,42,86,97,122,123,125,127,129,130,131,132,133,134,136,137,194,198,207,216,219,220,226,229,230,233,247,251,253,255,265,269,270,286,290,296,299,328,352,357,378,379,426,432,443],motiv:251,mous:210,mov:168,move:[],movement:[3,6,12,226,285,326,441],movi:[],mp4:168,mpeg:168,mpg:168,mpi4pi:11,mpi:[],mpi_allreduc:[270,421],mpi_barri:1,mpi_cart:420,mpi_cart_cr:420,mpi_cart_get:420,mpi_cart_rank:420,mpi_cart_shift:420,mpi_comm:6,mpi_comm_world:11,mpi_get_processor_nam:420,mpi_inc:12,mpi_lib:12,mpi_lmp_bigint:3,mpi_lmp_tagint:3,mpi_path:12,mpi_wtim:12,mpicc:11,mpich2:12,mpich:[12,14,15,16,17,18,333],mpicxx:[12,16,17],mpiexec:[12,14,15,16,17,18,333],mpiio:[3,167,169,425,430,452],mpirun:[6,11,12,14,15,16,17,18,19,253,317,333],mplayer:168,msd:[],msi2lmp:[],msi:13,msm:[],msmse:[118,143,271],msst:[],mtchell2011:389,mtchell2011a:389,mtd:193,mth:[8,119,169,440],mtk:[229,230,233],mtotal:327,mu_j:29,muccioli:360,much:[1,3,6,11,39,167,168,192,260,285,329,330,333,360,394,418,421,437,443,448],mui:[113,167,200,280,423],mukherje:[7,9,255],mulder:289,muller:[6,91,172,286,293,383],mult:8,multi:[],multibodi:[3,61,255],multicent:357,multicor:[1,420,436],multidimension:13,multielectron:336,multilevel:[318,319],multiphys:11,multipl:[],multipli:[3,87,91,116,152,163,173,174,182,213,216,251,257,321,326,335,423,448],multiprocessor:333,multiscal:11,multisect:[41,188],multistag:87,multitud:7,mundi:248,munich:9,murdick:339,murti:409,murtola:318,must:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,59,61,62,71,82,84,86,87,104,107,109,112,115,116,117,118,119,123,126,133,137,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,164,165,166,167,168,169,170,173,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,200,203,205,206,207,209,210,211,212,213,214,216,217,218,219,220,224,225,226,227,228,229,230,231,232,233,234,235,237,238,239,241,244,246,249,251,255,256,257,258,259,260,261,263,265,267,268,269,270,271,272,273,275,277,278,281,282,283,285,286,288,289,290,292,293,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,312,314,318,319,321,323,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,418,419,420,421,423,424,425,426,428,430,431,432,433,434,437,438,440,441,443,447,448,449,450,452],mutli:6,mutlipl:423,mutual:[3,321],mutut:432,muvt:205,mux:[113,167,168,200,280,423],muz:[113,167,200,280,423],mv2_comm_world_local_rank:12,mvapich2:[17,333],mvapich:12,mxn:[12,253],my_ga:205,my_one_wat:205,my_post_process:434,my_qeq:261,my_setup:434,my_swap_region:179,myblock:[195,256],mybox:146,mychunk1:114,mychunk2:114,mychunk:[6,66,75,90,93,104,106,124,139,141],mycmap:423,mycom:183,mydump:[167,169],myer:[5,7],myfil:[420,448],myfix:[179,438],myflux:91,myforc:[167,451],myhug:233,myke:91,mymol:[40,273,327],mympi:11,mymultipli:[421,448],myn:421,mype:91,mypi:448,mypress:224,myramp:121,myrdf:[116,186],myregion:301,myrigid:[83,98,256],mysocket:212,myspher:[169,299],mystr:303,mystress:91,mytemp:[2,102,122,123,125,127,128,130,132,137,224,303,317,332,440,449],myz:423,n_dephas:418,n_f:[260,265],n_hbond:363,n_ij:361,n_ion:290,n_k:206,na1:143,nabla:290,nacl:[4,6,380],nacl_cs_x0:6,nakano:[261,263,328],namd:[7,9,167,210],name1:[138,194],name2:[138,194],name:[0,1,2,3,5,6,8,9,11,12,13,33,42,50,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,157,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,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,225,226,227,228,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,252,253,254,255,256,257,258,259,260,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,302,303,310,316,317,319,320,322,327,328,332,334,335,339,342,355,356,358,360,361,364,365,366,368,380,381,382,386,390,392,393,396,406,408,409,410,411,413,420,421,423,424,425,426,430,433,436,438,439,441,443,448,449,450,451,452],namespac:[6,8,12],nan:3,nangl:[3,423],nangletyp:[327,423,433],nano:[270,447],nanoindent:70,nanolett:270,nanomet:[167,169,447],nanoparticl:[188,270],nanosec:447,nanosecond:447,nappli:203,narea:3,narrow:[6,164],narulkar:[408,410],nasa:7,nasr:252,natdef:3,nation:[0,7,12,111,389],nativ:[1,6,7,12,16,17,167,170,424],natoli:[9,19],natom1:115,natom2:115,natom:[6,11,39,327,421,423,440,441,448],nattempt:256,natur:[6,9,120,194,229,251,265,296,355,357,358,380,390,420,448],navajowhit:169,navi:[169,355],navier:216,nb3:143,nb3b:[],nb3bharmon:386,nb5:143,nbin:[116,183,184,185,286,293],nbodi:[219,270],nbond:[3,113,423],nbondtyp:[169,327,423,433],nbot:339,nbounc:278,nbrhood_cutoff:393,nbtype:115,nbuild:441,ncall:203,nchar:169,nchunk:[3,6,66,71,75,90,93,104,106,114,124,139,141,181],ncoeff:396,ncount:[181,182],nd3:143,ndanger:441,nden:[6,91],ndihedr:[3,423],ndihedraltyp:[327,423],ndim:184,ndirango:270,ndof:[229,233],ndoubl:423,ndp:443,ndx:302,neal:270,nearbi:[7,62,145,195,226,262,278,299,329,335,378,379,405,415,443],nearest:[3,70,71,73,142,145,216,228,251,285,299,318,368,380,407,448],nearli:[6,18,54,59,188,213,278,357,384,418,421,427,435],neb:[],neb_combin:328,neb_fin:328,neb_log:437,neb_step:437,neb_styl:437,necessari:[6,9,11,12,13,15,17,33,61,87,152,157,163,170,188,192,193,205,206,264,278,291,301,318,333,377,384,423,424,428,431,432,433,437,443,451],necessarili:[12,265,285,306,307,309,321,384,449],necessit:259,need:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,33,37,38,39,40,41,42,50,54,55,56,58,61,63,64,67,70,72,73,77,82,91,102,104,109,112,120,121,122,123,124,125,127,130,131,132,133,134,136,137,144,146,150,152,157,163,164,166,167,168,169,173,174,175,176,178,179,181,182,183,184,185,186,188,189,190,192,193,194,198,200,203,204,205,209,210,212,213,214,216,222,223,229,241,252,256,257,259,265,269,270,274,278,286,289,290,292,293,294,295,301,310,313,318,319,327,328,329,330,333,334,335,336,337,339,340,341,342,343,344,345,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,418,421,423,424,425,426,428,430,431,433,435,436,437,443,448,450,451,452],needless:[6,329],neeed:9,neelov:319,neg:[3,6,12,27,46,65,69,89,102,108,115,120,121,146,148,153,155,164,168,192,194,195,206,233,251,274,275,289,293,295,300,318,325,358,372,380,405,423,426],neglect:[363,379],neglig:[11,87,229,406],neigh:[3,12,15,333],neigh_modifi:[],neighbor:[],neighborhood:[26,396],neighbour:214,neighobr:[6,349,369,373],neither:[2,3,12,41,63,178,191,194,195,335,341,357,378,379,428],nelem:396,nelement:[334,355],nemd:[],nest:[2,303,315,332,448],net:[3,6,11,39,86,88,125,136,209,251,261,270,379,393],netpbm:168,network:[189,190,210,420],neumann:318,neutral:[3,88,205,318,349,369],never:[7,12,63,71,172,182,192,205,229,251,273,280,291,295,298,300,318,329,355,380,396,420,423,437,440,448],neveri:[3,8,71,175,180,181,182,183,184,185,186,189,190,191,216,217,252,261,262,263,266,267,271,286,292,293,328,428,437],newatom:195,newer:[12,181,380],newfil:[315,317],newli:[195,443,449],newlin:169,newn:270,newt:131,newtemp:[63,102],newtion:[339,390],newton:[],newtonian:206,newtyp:[3,190],next:[],neyt:285,nfile:[3,38,56,164,167,169,407,425,430,452],nfirst:428,nfirt:428,nfreak:271,nfreq:[39,71,180,181,182,183,184,185,186,188,267,271,428],nghost:[3,12],ngp:105,ngpu:333,nguyen:[15,339],nharmon:[],nhc:253,nht:270,ni2:143,ni3:143,ni_000:[118,271],nialh_jea:355,nialhjea:[346,364],nice:[6,8],nickla:382,nimprop:[3,423],nimpropertyp:[327,423],nine:358,ninteg:423,nissila:216,nist:[334,355,447],niter:[41,188],nitrid:349,niu3:[346,355,364],nkb:260,nlast:428,nline:327,nlocal:[3,8,11,12,203],nlog:319,nmax:42,nmin:42,nmol:423,nmpimd:253,nn2:380,nneighmaxdef:3,no_affin:[16,333],no_histori:6,noced:326,nocheck:368,nocit:12,nocoeff:450,nodal:[6,38,56,164,178,290,407],node:[1,3,12,14,15,16,17,18,41,118,143,188,210,216,290,333,368,420,436],node_area:216,node_group:178,nodeless:357,nodeset:178,nodeset_to_elementset:178,nof:164,noforc:[],nois:[6,206,207,213,214,215,216,260,265,270,282,290],nomenclatur:[6,71,184,321],nomin:[167,229],non:[],nonbond:[4,12,386,405],none:[],noneq:207,nonequilibrium:[9,287,288,357],nonetheless:213,nongauss:[],nongaussian:105,nonlinear:[],nonloc:389,nonperiod:3,nonzero:3,noordhoek:348,nopreliminari:164,nor:[2,3,41,59,178,348,423,426],nord:[390,408,410],norder:420,nordlund:[390,408,410],norm:[6,12,63,117,172,181,184,185,271,326,328,404,440,441,447],normal:[3,6,9,10,11,12,39,41,58,61,63,67,70,71,73,88,91,102,112,116,117,129,132,144,145,146,164,169,172,181,182,183,184,185,188,192,194,195,204,205,209,213,214,226,229,241,251,253,254,261,265,267,268,274,278,279,281,282,283,290,295,296,299,300,304,306,307,309,323,325,326,328,333,347,348,360,361,364,404,416,417,418,421,423,425,426,428,429,433,437,440,441,443,447,448,451],norman:290,nornal:3,nose:[6,7,8,134,172,198,213,214,229,230,231,232,233,234,235,246,247,248,249,253,257,265,270,281,282,283,288,353,443],noskov:[411,443],noslip:[278,300],notabl:[5,39],notat:[6,63,70,120,138,172,226,229,355,448],note:[1,2,3,6,7,8,11,12,13,14,15,16,17,18,22,24,25,28,29,32,33,35,36,37,38,39,40,41,42,44,47,54,55,56,58,59,60,61,62,63,65,66,68,69,71,73,75,79,87,89,90,91,92,93,97,104,105,106,108,110,112,113,114,115,117,118,119,120,121,124,126,127,128,132,134,138,139,141,142,143,144,145,146,147,148,150,152,155,157,161,163,164,167,168,169,170,172,173,174,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,199,200,202,203,205,207,208,209,211,212,213,214,215,216,224,225,226,227,229,231,232,233,234,235,241,246,247,249,253,255,256,257,259,260,261,263,268,269,270,271,274,275,276,278,281,282,283,286,289,290,292,293,294,295,296,299,300,301,303,304,305,306,307,309,313,317,318,319,321,323,326,327,328,329,333,334,335,339,340,342,343,344,346,347,349,350,352,353,354,355,358,360,361,362,363,364,367,368,369,371,373,377,378,379,380,381,382,383,384,386,390,392,393,394,395,396,397,400,404,406,407,408,410,412,415,418,420,421,423,424,425,426,427,428,430,431,433,435,437,438,440,441,443,447,448,449,451,452],noth:[179,212,320,333,421,434],notic:[0,6,7,8,12,288,290,443],noutcol:8,noutput:252,noutrow:8,novemb:380,novik:13,novint:210,now:[2,3,6,9,11,12,13,46,61,62,71,167,173,174,190,206,210,211,270,296,299,319,321,355,357,361,392,393,397,419,424,443,449],nowait:210,nozforc:318,np3:143,np4:143,np6:143,npair:[116,182],nparticl:[3,40,42,338],npartit:441,npernod:[14,15,16,17,18,333],nph:[],nphi:[16,333],nphug:[],npoli:256,nproc:[3,167],npt:[],npt_aspher:[231,235,246],npt_sphere:[232,249],nrecomput:354,nrepeat:[71,180,181,182,183,184,185,186,267,271,428],nreset:[192,229,230,233],nreset_ref:192,nrho:[334,355],nrl:355,nsampl:354,nsbmax_most:3,nsec:442,nskip:[119,428],nsq:[3,330,388],nstart:[119,182,183,186,271,423,428],nstat:251,nstep:[3,13,192,229,301,401,421,424],nsteplast:421,nstop:[119,428],nswap:[286,293],ntabl:[38,56,164,407],nterm:274,nth:[12,77,116,117,167,169,183,194,428,438],ntheta:339,nthread:[3,333],ntild:252,ntpc:333,ntptask:333,ntype1:115,ntype2:115,ntype:[3,120,144,167,169,179,261,263,357,363,390,423,433],nuclear:[9,96,97,130,207,230,260,265,327,357,416],nuclei:[9,96,97,128,130,135,215,230,240,248,284,336,357,423],nucleu:[96,97,261,410,443],nudg:[4,6,7,172,228,325,328],nulcear:9,num_of_collis:3,numa:[1,3,12,333,420],numactl:16,number:[1,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,22,27,38,39,40,41,42,44,56,63,64,65,66,68,69,70,71,73,75,76,77,78,79,80,87,90,91,92,93,102,104,106,108,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,129,130,131,132,133,134,136,137,138,139,141,142,143,144,145,146,147,148,152,153,163,164,166,167,168,169,170,172,173,174,177,179,181,182,183,184,185,186,188,189,190,191,193,194,195,202,203,205,206,207,209,210,211,212,213,214,215,216,219,226,229,230,233,241,251,252,253,255,256,259,260,261,265,267,270,273,278,279,280,282,285,286,287,288,290,291,292,293,295,297,298,300,301,303,305,316,318,319,321,323,324,326,327,328,329,330,333,334,335,339,341,346,348,353,354,355,356,357,358,363,364,365,366,367,380,381,382,384,386,390,391,392,393,394,396,404,406,407,408,409,410,412,413,416,417,418,420,421,423,424,425,426,427,429,430,431,432,433,435,437,438,440,441,443,447,448,449,452],number_of_a:3,number_of_b:3,number_of_typ:179,numbond:3,numer:[1,2,3,6,9,12,22,38,41,42,44,56,71,77,87,116,138,148,152,164,167,168,169,173,174,175,177,178,184,200,206,209,213,226,229,253,270,273,290,295,297,298,300,301,305,323,326,327,346,352,364,380,384,392,393,407,416,417,421,423,430,433,439,440,441,448],numpi:11,nvalu:[181,184,185,186,421],nvaluelast:421,nvc_get_devic:15,nvcc:[1,12,17],nve:[],nve_aspher:[231,234,246],nve_spher:[232,235,249],nvida:17,nvidia:[1,3,9,12,14,15,17,333,436],nvt1:443,nvt2:443,nvt:[],nvt_aspher:[231,234,249],nvt_sphere:[232,235],nvtfe:178,nwait:252,nwchem:7,nxnode:290,o_cor:126,o_shel:126,oascr:7,obei:[3,194,321,418],ober:7,obj_shared_foo:12,obj_target:12,object:[6,8,11,12,15,40,42,168,192,210,216,219,256,274,326,421,426],observ:[229,260,281,282,285,286,293],obsolet:13,obstacl:[4,211],obtain:[1,3,9,12,29,73,87,142,170,174,204,207,216,233,252,253,285,318,335,352,380,384,391,408,410,432],obviou:[12,448],obvious:[168,438,448],occ:359,occasion:[3,418],occlus:168,occup:[3,142,359],occur:[1,3,6,9,11,12,14,17,39,57,59,61,62,71,86,105,142,145,147,164,167,169,179,188,191,192,194,205,208,211,219,227,241,261,270,278,287,300,301,303,318,329,333,354,357,377,393,418,420,421,428,432,437,440,448],occurr:[312,423,437,448],octahedr:25,octant:420,odd:[41,169,188,229,270,281,282,290,438],off:[1,3,6,12,14,15,16,17,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,44,45,46,47,48,49,50,51,53,54,55,56,59,61,65,69,71,107,108,109,112,113,115,120,121,122,127,131,142,143,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,167,168,169,172,175,179,186,187,190,191,201,204,205,206,208,210,213,214,219,229,231,232,233,234,235,236,241,244,246,247,249,255,257,258,262,270,272,273,278,281,283,293,294,295,299,304,305,306,307,308,309,310,312,313,314,318,319,326,328,329,331,333,334,335,337,340,341,342,343,344,345,347,348,349,351,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,389,393,394,395,397,404,405,406,407,408,409,410,412,414,415,416,418,419,420,423,425,430,432,435,436,437,445,447,450,452],offend:[3,421],offer:[6,14,18,147,325,349,418,432],offic:7,offload:[1,12,16,17,210,333],offset:[3,6,57,144,168,194,195,205,256,327,349,369,373,405,423],offsit:8,often:[1,3,6,7,12,13,14,15,16,17,18,37,55,71,138,163,168,175,183,186,188,192,203,210,229,253,271,313,321,325,326,328,329,330,333,348,353,369,408,410,418,437,443,447],ohio:382,old:[3,6,9,172,192,195,229,380,392,397,424,427,431,434,447,450],older:[3,5,12,13,17,169,181,192,229,397],oldlac:169,oleinik:339,olfason:[6,25,314,363,435],oliv:169,olivedrab:169,ollila:[216,218,219,220],olmst:[178,251],omega0:314,omega:[],omega_dot:229,omega_ijk:410,omega_ik:408,omegai:[113,167,280],omegax:[113,167,280],omegaz:[113,167,280],omgea:6,omiss:[0,7],omit:[164,169,297,343,352,373],omp:[],omp_num_thread:[3,16,18,333],omp_proc_bind:17,ompi_comm_world_local_rank:12,on_the_fli:178,onc:[0,1,2,3,6,11,12,16,40,41,59,60,63,71,91,104,150,168,169,172,173,174,188,189,190,195,203,205,207,214,252,259,270,278,286,291,293,301,324,327,328,329,360,362,364,365,390,394,420,421,430,437,440,443,448],onelevel:420,onewai:[],ongo:210,oniom:[9,264],onli:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,78,79,80,83,86,87,88,90,92,93,96,97,98,99,100,101,102,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,130,131,132,135,136,137,138,139,141,142,143,144,147,148,150,151,153,154,155,156,157,158,159,161,162,163,164,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,198,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,270,271,272,273,274,278,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,312,313,314,316,318,319,321,323,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,420,421,423,424,425,427,428,430,431,432,433,434,435,437,438,439,440,441,443,448,449,450],only_group:142,onn:432,onset:[260,312],ontario:9,onto:[120,146,191,195,216,404],onward:2,open:[],opencl:[1,3,7,15,333],opengl:6,openkim:9,openmp:[1,3,7,9,12,16,17,18,333,436],openmpi:[12,14,15,16,17,18,333],opensourc:7,oper:[],opl:[],oppos:[6,39,165,167,269,297,319,327,423],opposit:[6,70,177,213,220,251,270,293,328,349,377,411,421],opt:[],optic:123,optim:[],option:[],optionn:17,orang:[2,168,169],orbit:[261,263,339,349,357,405],orchid:169,order:[1,2,3,6,9,11,12,14,16,27,38,39,41,56,59,65,69,71,79,87,89,90,92,93,108,112,115,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,148,153,163,164,167,168,169,172,175,180,182,183,184,185,186,187,189,190,191,192,193,198,200,205,207,209,210,212,216,217,219,227,229,251,259,260,264,267,268,269,270,271,272,273,274,279,285,289,290,291,292,302,303,304,306,307,309,312,313,318,327,328,334,335,336,339,348,354,355,357,358,360,361,364,366,369,377,380,392,393,394,405,406,407,408,409,410,411,413,418,420,421,423,424,428,430,432,433,437,440,443,448,452],orderomg:3,ordinari:[111,363,389],org:[6,7,11,12,13,14,391],organ:[0,3,6,7,8,348],organometal:25,orient:[],orienti:42,origid:181,origin:[3,6,7,9,12,71,81,103,104,114,118,140,144,146,166,168,169,172,173,174,181,184,185,189,190,194,198,205,214,226,229,247,253,256,266,270,271,277,288,315,317,318,321,325,334,335,337,339,349,352,353,354,355,363,366,380,389,392,393,408,410,411,412,420,423,424,425,426,427,428,447,450],origin_i:185,origin_x:185,origin_z:185,ornl:[7,9,15],orsi:29,ortho:[3,59,146,423],orthogon:[],orthograph:168,orthong:59,orthongon:[59,270],orthonorm:195,orthorhomb:260,os4:143,oscil:[6,9,129,190,194,197,198,214,226,227,229,260,265,270,295,296,298,300,327,336,411,443,448],oscillatori:226,oserror:11,other:[],otherwis:[1,3,12,14,16,17,18,37,39,55,71,102,111,118,123,124,137,145,163,169,170,179,181,189,190,194,203,205,207,214,229,270,313,314,326,333,341,364,368,378,379,390,413,418,421,423,424,443],otyp:[349,369,373,377],ouml:443,our:[5,6,7,8,13,216,273,384,408,410,443],out:[1,2,3,6,7,8,11,12,13,14,18,19,21,41,64,66,71,75,90,91,93,94,97,103,104,105,106,107,114,115,122,123,124,125,127,128,130,131,132,133,134,136,137,139,141,147,151,167,168,169,170,172,184,188,189,190,193,201,204,205,211,213,216,221,241,252,254,255,256,265,266,267,270,275,290,299,301,302,303,304,306,309,316,317,321,324,328,332,357,364,405,417,418,420,421,423,426,427,428,430,431,432,434,437,439,440,441,444,446,448,449,450,451,452],outcom:[270,449],outer2:[344,362],outer:[3,8,16,199,211,303,317,324,326,332,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,413,414,415,416,418,431,432,437,442],outer_distance_cutoff:363,outermost:[38,56,173,174,226,229,329,407,432],outfil:[13,420],outlin:[6,168],outmost:210,outpt:12,output:[],output_frequ:178,outsid:[3,57,59,71,134,144,166,167,168,169,170,183,184,195,205,211,270,271,278,283,284,297,298,300,301,316,328,340,342,349,357,369,371,387,395,421,423,424,426,433,440,449],outuput:181,outut:6,outward:[142,295,299,300,423,432],over:[1,3,5,6,7,9,12,16,18,27,39,41,42,55,60,65,68,69,71,79,80,87,88,89,90,92,101,103,105,108,115,116,120,121,124,127,130,138,140,153,164,168,170,172,173,174,180,181,182,183,184,185,186,187,188,189,190,194,195,203,206,207,211,213,214,215,219,227,228,229,230,231,232,234,235,246,247,248,249,251,256,257,260,267,268,269,270,271,274,275,278,281,282,283,284,286,289,292,293,295,297,298,299,300,301,304,317,320,328,329,330,333,347,353,355,356,357,358,363,378,380,390,396,397,405,406,408,409,410,419,420,421,426,428,429,431,432,437,440,441,448,449],overal:[6,18,25,59,138,192,198,229,230,253,273,278,303,324,357,363,364,396],overalap:270,overcom:[241,278],overflow:[3,327,329],overhead:[6,11,19,41,169,181,184,185,188,202,259,329,330,426],overkil:270,overlai:[],overlaid:7,overlap:[3,13,16,62,76,144,147,164,169,177,180,181,183,184,185,186,195,199,241,256,261,267,270,271,278,296,300,318,321,324,326,327,333,353,357,361,364,367,377,397,412,423,426,432],overload:1,overrid:[3,12,14,17,22,44,71,130,144,152,168,169,173,174,192,199,224,229,305,318,329,346,363,364,380,384,392,420,421,433,435,440,448],overridden:[6,144,168,233,270,378,384,397,405,431,448,450],overview:[],overwrit:[11,12,22,44,152,169,181,182,183,184,185,186,271,305,316,322,346,380,421,424],overwritten:[258,289,316,363,364,418,419,424],own:[3,4,6,7,8,11,12,13,15,17,39,41,59,61,63,65,66,69,71,73,75,79,90,92,93,104,106,113,114,115,117,119,124,127,139,141,142,167,169,172,178,180,181,182,183,184,185,186,188,191,192,194,203,206,207,213,214,216,224,227,229,231,232,233,234,235,246,247,249,253,257,265,270,271,281,282,283,292,318,328,333,335,339,348,356,366,390,392,393,406,408,409,410,420,433,440,449],oxford:[29,87,352],oxid:[348,349],oxygen:[6,40,202,349,369,373,423],oxygen_c:126,p_e:290,p_ik:390,p_pi:339,pacakg:[3,4,12,40,333],pack:[5,8,67,296,333,339,380],pack_bord:8,pack_border_bodi:8,pack_border_hybrid:8,pack_border_vel:8,pack_comm:8,pack_comm_bodi:8,pack_comm_hybrid:8,pack_comm_vel:8,pack_exchang:8,pack_restart:8,pack_revers:8,pack_reverse_comm:8,pack_reverse_hybrid:8,packaag:333,packag:[],packakg:15,packet:[7,9,40,168,336,357],pad:[3,167,168,169,253,448],padua:[9,13],page:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,37,40,42,44,55,57,59,63,66,68,75,87,90,93,102,104,105,106,107,109,112,114,117,119,121,123,124,137,139,141,144,145,146,152,163,167,168,169,170,172,173,174,179,180,181,182,183,184,185,186,195,205,212,213,214,224,229,230,234,235,239,246,247,248,249,256,259,270,275,278,281,282,283,292,296,299,301,303,305,313,317,326,327,328,329,333,334,335,338,346,348,349,355,356,358,363,364,366,367,380,381,382,384,386,390,391,396,405,406,408,410,412,421,423,424,425,426,428,431,432,433,435,440,441,448,449,450,451],pai:[15,18],pair:[],pair_:[87,173,174],pair_airebo:366,pair_charmm:377,pair_class:8,pair_coeff:[],pair_eam:334,pair_eff:130,pair_foo:8,pair_hybrid:[364,411],pair_interact:178,pair_list:368,pair_lj:377,pair_lj_cut:8,pair_lj_soft_coul_soft:87,pair_modifi:[],pair_sph:[398,399,400,401,402,403],pair_styl:[],pair_writ:[],paircoeff:3,pairfoo:8,pairij:[3,423],pairkim:3,pairstyl:8,pairwis:[],palegoldenrod:169,palegreen:169,paleturquois:169,palevioletr:169,pan:168,panagiotopoulo:[350,359],pandit:[9,263,393],papaconstantopoulo:334,papayawhip:169,paper:[3,6,7,8,9,13,39,40,64,120,132,138,156,213,216,220,228,255,261,263,270,278,286,290,293,318,325,328,335,343,349,361,363,366,371,373,389,392,393,408,410,418,437],paradyn:5,paraemt:394,paragraph:[71,132,295,321,424],parallel:[],parallelepip:[6,146,321,423,426],parallelipip:[146,252],paralleliz:255,param:[3,261,263,420,426],paramet:[],parameter:[118,143,335,339,348,349,355,356,357,358,366,380,381,382,390,392,393,406,408,409,410],parameter_fil:178,parameterizaion:349,parametr:[6,9,36,356,391,395],paramt:[105,261,297,394],paramter:348,paratem:377,paraview:271,parent:[3,8,301],parenthes:[38,56,164,361,407,448],parenthesi:[2,181,303,448],parinello:[6,7],pariticl:188,paritlc:3,park:[3,7,9,178,274,382,389],parrinello1981:192,parrinello:[192,207,227,229,230,260,282],pars:[],parser:[12,448],part:[0,1,2,3,6,7,8,9,11,12,17,20,21,23,24,25,26,27,28,29,30,31,32,35,36,37,38,40,41,43,45,46,47,48,49,51,53,54,55,56,64,67,70,71,72,78,80,83,96,97,98,99,100,101,105,107,108,109,111,112,115,120,121,122,123,126,128,130,131,135,136,138,142,147,150,151,153,154,155,156,158,159,161,162,163,164,167,169,170,172,175,176,177,179,185,187,188,189,190,191,192,193,195,197,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,222,223,224,227,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,260,261,262,263,264,265,266,267,269,270,272,273,274,275,277,278,281,283,284,285,286,287,288,289,290,291,293,294,295,296,297,299,301,302,303,304,306,307,308,309,312,313,314,318,319,326,327,328,329,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,420,421,423,424,425,426,430,431,432,435,441,448,452],partai:[9,391],parti:9,partial:[],partic:6,particip:[190,338,367,412],particl:[],particleenergi:3,particleviri:3,particular:[1,3,6,8,10,12,16,40,63,65,69,70,71,79,92,108,113,115,116,120,144,166,167,172,177,184,188,191,206,211,212,216,226,229,251,256,269,270,273,285,296,301,304,319,321,324,327,333,338,339,340,342,344,345,347,351,356,357,360,362,364,369,373,377,386,387,394,395,405,406,408,409,410,418,420,423,424,425,430,431,433,441,448,449,451,452],particularli:[7,9,12,15,16,25,39,168,192,270,319,357],partilc:278,partit:[],partitoin:62,partner:[3,7,61,189,190,191,214,278,293,411,433,438,443],pascal:[9,13,447],pass:[6,7,8,11,66,74,75,81,89,90,93,103,104,105,106,139,167,169,170,192,193,203,205,226,227,229,259,278,295,317,329,333,364,392,404,421,423,424,428,434,448,451],passphras:12,past:[],patch:[0,12],patchi:270,path:[3,6,7,11,12,13,15,170,212,228,253,274,278,285,290,328,334,335,339,346,355,356,358,366,380,381,382,386,390,391,392,396,406,408,410,424],patient:12,patom1:115,patom2:115,patrick:409,pattern:[3,7,12,62,73,425],pattnaik:270,paul:[0,7,13,213,215],pauli:[9,357],paus:431,paves:253,payn:[120,391,396],pb2:143,pb4:143,pbc:[295,336],pchain:[229,230,233,270],pcie:1,pd2:143,pd4:143,pdamp:[229,230,233,257,270],pdb:[6,13,170],pdf:[0,8,9,13,17,40,99,100,101,111,193,212,222,223,389,398,399,400,401,402,403,433],pdim:293,pdlammp:[78,80,389],pdlammps_ep:[111,389],pdlammps_v:389,pe_eta:229,pe_etap:229,pe_omega:229,pe_strain:229,peachei:13,peachpuff:169,peak:359,pearlman:87,peculiar:12,pedersen:319,peform:[39,262],penalti:[14,392,393],pencil:[6,71,132,184],pend:3,penetr:42,peng:143,penn:13,pentium:10,peopl:[7,8,9,12],peptid:[4,9,193],per:[],peratom:[3,110,121],perceiv:168,percent:[3,16,192,333,406],percentag:[1,192,229,256,257,270],percol:190,perfect:[6,41,70,73,188,251,328],perfectli:[41,188,424],perfom:[6,328],perform:[],performac:1,pergamon:[380,410,416],perhap:321,peri:[],peridyma:78,peridynam:[3,4,6,7,9,40,63,78,80,111,389,405,433],perimitt:350,period:[],perioid:295,perl:[6,13],perm0:447,perman:[3,39,54,71,148,189,190,210,269,301,333,363,427,435],permeabl:250,permiss:[190,421],permit:[6,216],permitt:[350,410,415,416],permut:[12,356,406,408,410],perpendicular:[6,123,168,194,211,221,226,228,251,254,295,296,325,423],perram:[319,360],persepct:168,persist:[3,8,71,203,270,333,420,421,429,448],person:9,persp:[3,168],perspect:168,pertain:[346,405],perturb:[9,13,70,87,225,268,295,298,300,428],peru:169,peskin:216,pessimist:319,petersen:[278,319],pettifor:[339,405],pettifor_1:339,pettifor_2:339,pettifor_3:339,pfactor:168,pforc:421,phantom:210,pharmaceut:7,phase:[3,12,16,229,285,293,339,369,409,420],phd:391,phenol:443,phenomena:357,phi0:[162,269],phi1:151,phi2:[151,356,406],phi3:[151,356,406],phi:[1,3,4,7,9,12,16,17,79,120,163,164,168,208,252,269,307,333,334,339,355,358,380,381,382,436],phi_ij:[339,358,390],philadelphia:9,phillip:[214,353,443],phillpot:[262,348,349],philosoph:355,philosophi:[6,7,212],phonon:[],phophor:396,phosphid:396,phy:[6,7,13,20,21,25,39,43,45,46,64,70,73,87,88,110,112,120,121,126,132,150,151,161,179,192,193,198,206,207,212,213,214,215,216,227,228,229,230,233,247,248,252,253,257,260,262,265,270,273,274,278,281,282,285,286,287,288,290,293,295,304,312,314,318,319,325,328,335,339,340,344,345,347,348,349,350,351,352,353,355,356,357,359,360,361,362,363,366,369,371,373,374,377,378,379,380,382,383,384,387,389,390,394,396,404,406,407,408,409,410,411,418,432,435,437,443],physic:[3,6,9,12,14,16,17,18,40,53,59,138,178,194,207,213,215,216,218,219,220,227,252,261,263,289,290,319,321,328,333,335,337,343,347,355,363,364,391,392,393,399,400,402,403,418,420,432,438,447],physica:[378,379],physik:[7,9],pic:9,picki:8,picocoulomb:447,picogram:447,picosecond:[169,194,441,447],picosend:357,pictur:7,piec:[3,11,120,169,229,430,452],pieter:13,pimd:[],pin:16,pink:169,pipe:[6,168],pipelin:[3,6],pisarev:290,pishevar:353,piston:[],pitera:6,pixel:168,pizza:[4,6,7,11,13,41,167,168,188],pjintv:13,pka:290,place:[3,6,7,9,11,12,33,41,50,71,87,138,144,148,157,164,167,168,169,171,172,173,174,190,191,194,205,206,207,209,212,213,214,215,217,219,220,229,234,235,246,249,256,259,268,270,281,282,283,290,295,298,300,317,346,363,405,412,420,421,424,431,433,441,448],placehold:[33,157,334,335,348,355,358,365,366,380,381,382,386,390,392,393,396,404,406,408,409,410],placement:[321,369],plai:[168,285],plain:[9,377,421],plan:[3,5,6,16,17,146,423],planar:[6,40,42,211,251,296,312,314],planck:[205,253],plane:[3,6,9,41,42,57,59,67,71,168,172,178,184,188,208,211,221,251,254,264,275,277,290,296,304,306,307,308,309,314,321,379,412,426,433],planeforc:[],plasma:[9,88,230,290,357],plastic:[],platform:[1,3,7,9,12,13,15,17,167,168,170,425,430,452],plath:[6,91,172,286,293],player:168,pleas:[0,3,7,11,12,13,178,207,216,220,252,255,266,285,301,356,358,389],plen:336,plimpton:[0,5,7,70,112,121,191,251,278,361,389],plo:29,plog:[3,12,432],ploop:[229,230,233],plot:[7,11,13,260,375,377,407,413],plu:[3,11,12,39,59,68,96,147,169,187,192,194,195,233,270,330,357],plug:9,plugin:[9,13,170,424],plum:169,pm3:143,pmb:[],pme:319,pmf:[193,274,275],png:[3,12,167,168],pni:168,poariz:6,poem:[],point1:423,point2:423,point3:423,point:[],point_data:271,pointer:[3,7,8,11,203,421],pois:447,poiseuil:[4,175,208],poisson:[59,194,319,361],poisson_solv:178,polak:325,polar:[6,7,120,143,178,197,348,349,369,411,443],polar_off:348,polar_on:348,polariz:[],poli:[],pollock:[7,319],polya:301,polybond:13,polychain:270,polydispers:[3,341,347,361,378,379,405,415],polygon:[6,142],polym:[],polymer:7,polymorph:[],polynomi:[38,56,164,355,375,384,400,407],polytechn:255,poor:[16,17,41,188,247,248,273,333,375],poorli:[325,326],pop:[3,8],popen:12,popul:[12,265,321,354,423],popular:[12,167,356],pore:275,poros:147,porou:[216,219],port:[210,212],portabl:[7,9,12,167,193,392,425],portion:[1,3,9,11,12,15,16,41,54,71,88,91,107,108,110,113,121,134,167,169,180,181,183,184,185,186,188,192,202,216,229,231,232,234,235,262,267,268,270,271,303,317,329,333,340,342,343,344,345,349,350,352,353,357,359,360,362,363,369,373,377,387,394,395,410,413,422,423,428,432,433,448],poschel:361,posfreq:267,posit:[3,6,14,27,39,40,41,42,46,57,59,70,71,81,89,90,103,104,108,117,118,120,121,127,142,143,144,146,147,148,153,155,164,166,168,169,172,173,175,177,179,180,181,183,184,185,188,189,190,191,192,193,194,195,198,200,205,206,207,208,210,211,213,214,215,216,218,219,222,223,226,227,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,255,256,257,260,261,265,267,268,270,273,274,275,277,278,280,281,282,283,285,287,288,289,290,293,295,296,297,298,299,300,301,304,318,321,328,335,336,338,341,353,354,357,359,367,372,393,404,407,412,418,423,426,433,443,448,449],posix:210,posix_memalign:12,possibl:[1,3,6,8,9,11,12,15,38,40,41,55,59,63,70,71,87,113,115,120,121,123,137,166,167,169,172,174,178,179,184,188,189,190,191,195,197,207,214,251,264,265,267,270,278,280,290,291,308,317,319,326,329,330,333,354,363,380,393,407,421,427,436,437,438,441,443,448,449,451],post:[],post_forc:8,post_force_integr:8,post_force_respa:8,post_integrate_respa:8,postit:[184,185,241],postiv:86,postma:[257,281],postprocess:13,pot:[361,393],potentail:358,potenti:[],potentiel:377,potetni:364,potpourri:9,pour:[],pourtoi:285,pow:194,powderblu:169,power7:17,power8:17,power:[3,9,11,105,120,169,265,318,333,339,421],pparam:[87,173,174],ppm:[12,167,168],ppn:[14,15,16,17,18,333],pppm:[],pppm_disp:3,pppmdisp:3,pproni:[3,206],pr3:143,pr4:143,practic:[3,12,192,229,230,252,259,420],prb:[408,410],prd:[],pre:[],pre_exchang:8,pre_forc:8,pre_force_respa:8,pre_neighbor:8,prec_tim:14,preced:[2,6,59,180,181,182,183,184,185,186,212,267,271,303,321,328,333,339,363,437,440,441,448],preceed:[11,12,71,132,182,295,421,448],precipit:142,precis:[1,3,9,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,109,112,122,131,144,150,151,153,154,155,156,158,159,161,162,164,167,169,175,187,192,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,261,262,263,270,272,273,281,283,294,304,306,307,308,309,312,314,318,319,326,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,392,394,395,397,406,407,408,409,410,412,414,415,416,425,432,433,436,441,443,447,448,449],precv:420,predefin:[162,169,301,357],predict:[1,6,10,241,270,333],preexponenti:437,prefactor:[24,25,28,32,35,36,138,152,163,173,174,182,295,306,309,312,326,347,359,386,394,395,397,415],prefer:[7,8,12,269,291,335],prefix:[11,12,168,193,252,417,420],preliminari:[38,56,164,407],prematur:326,prepar:[9,264,278,434,443],prepend:392,preprint:[120,396],preprocessor:210,prerecord:193,prescrib:[6,8,123,124,137,172,173,178,181,195,226,243,291],presenc:[167,189,190,216,219,378,379,415,450],present:[1,3,12,16,18,142,164,168,195,206,207,212,216,217,219,220,265,296,299,348,357,368,377,393,394,420,443],preserv:[3,59,192,194,229,273,278,300,424],press:[],pressdown:187,pressur:[],pressure_with_eviri:357,presum:[73,133,172,173,174,194,328,364,426],prevent:[2,3,6,195,204,278,289,312,318,324,326,328,333,353,364,388,399,400,402,404,421,425,431,443,448],previou:[],previouli:195,previous:[3,11,59,61,71,86,102,117,119,133,144,146,148,166,167,169,177,179,180,181,182,183,184,185,186,194,195,205,211,224,226,256,268,270,272,273,290,292,295,296,297,298,300,301,320,361,405,418,421,425,426,436,438,440,441,444,445,446,448,449],prevoiu:296,price:[6,352],primari:[0,9,290],primarili:[5,7,9,17],primaritli:17,prime:[198,214,362,367,408,410,420],primit:[3,6,298,299,321],princip:[3,210],principl:[6,9,11,210,230,261,357,365,406,420],prinicp:[42,270,327],print:[],printabl:2,printflag:365,printfluid:216,prior:[142,165,320,451],priori:432,prioriz:333,prism:[3,6,132,146,426],priveleg:3,privileg:[12,210],prob:[189,190],probab:397,probabl:[3,8,12,40,71,134,147,148,150,179,188,189,190,191,195,205,214,229,256,295,301,326,384,418,437,443],problem:[],problemat:205,proc:[1,3,8,11,12,15,113,167,317,420],proce:[41,54,148,188,199,328,430,438,441],procedur:[6,12,39,41,169,179,188,205,213,214,215,229,231,232,233,234,235,246,247,248,249,252,281,282,283,284,287,288,326,328,335,341,424,443],proceed:12,procesor:[41,420],process:[],processor:[],processsor:[41,188,420],procp1:167,procssor:432,produc:[1,3,4,6,7,12,13,14,15,16,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,45,46,47,48,49,51,53,54,56,63,65,68,69,71,79,92,108,109,110,112,113,114,115,117,119,121,122,131,150,151,153,154,155,156,158,159,161,162,164,167,169,172,175,180,181,182,183,184,185,186,187,188,191,201,203,204,206,207,208,213,214,215,224,226,229,231,232,233,234,235,236,244,246,247,249,256,260,261,262,265,270,271,272,273,279,280,281,283,290,291,292,294,295,298,303,304,306,307,308,309,312,314,319,326,328,331,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,390,393,394,395,397,406,407,408,409,410,412,414,415,416,418,420,425,428,429,432,437,448,449],product:[16,17,18,120,194,247,261,291,333,336,357,393,420,448],proessor:333,prof:255,profi:133,profil:[],program:[3,4,6,7,9,11,12,13,17,167,168,169,170,172,193,203,210,216,264,355,421,434,448],programm:[13,17],progress:[1,41,188,210,227,260,325,326,328,441,443],prohibit:433,project:[6,7,12,13,14,325,405],promis:7,promot:339,prompt:[8,11,12,210,434],proni:[3,206,207],proofread:8,prop:[6,259],propag:[4,9,177,229,260,357,364],propens:6,proper:[191,251,380,421],properati:259,properli:[175,200,270,327,328,421,449],properti:[],propoerti:278,proport:[6,39,41,87,103,104,140,188,213,214,215,260,286,293,294,361],proportion:213,propos:[6,120,179,192,205,229,247,265,369,382,409,411],prospect:7,protect:278,protein:[7,10,144,268,270,276,423,431],protocol:210,proton:[410,416,447],prototyp:[10,42,389],prouduc:[186,292],prove:216,proven:247,provid:[1,3,4,6,7,8,9,11,12,13,14,15,16,17,18,29,40,42,67,70,118,138,143,144,170,180,181,186,191,192,193,194,203,205,210,212,216,220,227,229,252,260,261,264,265,270,274,285,287,288,291,292,303,316,318,319,324,328,333,335,339,341,346,348,349,353,356,357,361,363,366,368,377,378,380,382,390,391,392,393,396,404,405,406,408,409,410,420,425,431,436,437,441,448],proxim:166,psa:298,pscreen:[3,12,432],pscrozi:[0,7,13],psec:[169,194,209,213,214,229,257,270,281,282,442,447],psend:420,pseudo:[357,418,423,428],pseudodynam:285,psf:6,psi:[358,415],psi_ij:358,pstart:[3,229,230,233,257,270],pstop:[3,229,230,233,257,270],pstyle:[87,107,173,174],psu:[392,393],psuedo:428,pt2:143,pt4:143,ptarget:192,pthread:[12,17],ptr:[6,11,203,421],ptype1:115,ptype2:115,pu3:143,pu4:143,pu6:143,publicli:5,publish:[7,216,220,261,349,380,408,410],pull:[274,275],puls:290,pump:[378,379],punctuat:[2,418,437],purchas:168,purdu:[9,13],pure:[11,278,364,381,382,408,410,432],purg:[3,424],purpl:[2,169],purport:11,purpos:[3,6,7,12,42,61,71,118,127,128,143,144,146,148,164,167,184,186,191,192,213,251,253,256,258,269,278,318,333,343,367,373,384,412,423,425,426,430,433,435,436,448,452],push:[3,8,175,187,194,211,228,251,268,274,326,361,397],pushd:211,put:[3,6,8,11,12,13,39,59,132,144,167,195,199,297,298,301,321,392,421,423,427],putenv:[434,448],px1:432,px2:432,pxx:[192,229,257,270,318,319,440,441],pxy:[3,6,441],pxz:[3,6,441],py1:432,py2:432,pydir:11,pyi:[192,229,257,270,318,319,441],pymol:[7,11,13],pymol_aspher:[],pympi:11,pypar:11,python:[],pythonpath:11,pyz:[3,6,441],pz1:432,pz2:432,pzz:[192,227,229,257,260,270,318,319,441],q_c:443,q_d:443,q_i:[358,377,411],q_j:377,qbmsst:[],qcore:261,qdist:[349,369,373,377],qeq1:261,qeq2:261,qeq:[],qfile:[261,349],qin:209,qmin:325,qmmm:[],qmol:264,qout:209,qtb:[],quad:[12,18,333,420],quadrat:[],quadratur:[87,178],quadrupl:334,quadruplet:[160,163,304,306,307,309,311,312,313],qualifi:[3,212],qualiti:[7,9,168,169],quantit:[74,81,103,104,105,140,361],quantiti:[],quantum:[6,9,120,203,207,253,260,264,265,339,357,405],quantum_temperatur:260,quartic:[],quartic_spher:178,quartz:[260,265],quasi:253,quat:433,quaternion:[3,6,40,82,113,123,144,231,234,237,238,239,246,360,423,433],quati:[113,423],quatj:[113,423],quatk:[113,423],quatw:[113,423],queen:13,quench:[301,418,437],queri:[3,11,54,243,421,448],quest:[6,203],question:[8,9,12,13,251,301,389,448],quick:[0,9,12,14,15,16,17,18,19],quickli:[3,4,8,12,13,39,188,194,210,278,325,326,328],quickmin:[324,325,326,328,437],quicktim:[4,168],quip:[],quit:[],quot:[2,3,12,219,258,303,380,418,419,421,431,448],r10:339,r12:360,r_1:120,r_2:120,r_c:[350,352,359,410],r_cut:339,r_d:443,r_e:358,r_ewald:271,r_fu:[378,379],r_i:[29,120],r_ii:120,r_ij:[29,339,357,390,416],r_ik:390,r_j:29,r_jik:390,r_max:185,r_me:350,r_mh:359,r_min:[185,351],r_ub:20,r_x86_64_32:12,ra2:143,rad2theta:143,rad:301,radhi:426,radial:[63,96,97,113,116,120,128,130,135,185,215,230,240,248,275,284,326,357,363,384,423,426],radian:[20,21,24,28,32,35,36,38,143,151,162,164,269,304,306,309,312,423,426],radiat:[118,143,290],radic:[146,423],radii:[76,120,191,195,347,355,360,361,378,379,415,426],radit:357,radiu:[3,6,63,76,84,85,89,90,113,118,120,137,142,167,168,172,185,211,216,230,232,235,240,244,248,249,263,275,276,278,280,295,296,299,301,325,339,341,347,357,358,361,369,377,378,379,380,396,410,415,423,426,433,448],radlo:426,rafferti:293,rahman:[6,7,192,227,229,230,260,389],rai:[9,17,143],ram:410,ramp:[],ran:[3,4,6,10,11],random:[3,6,39,144,147,166,168,177,179,189,190,191,193,195,202,205,206,207,213,214,215,216,225,253,256,260,265,268,270,278,282,285,290,294,297,341,353,354,418,433,438,443,448,449],random_se:418,randomli:[144,147,179,195,205,213,256,278,300,437,438],rang:[1,3,6,7,8,9,10,12,14,15,16,18,38,39,56,71,77,88,108,109,110,112,116,117,120,121,130,138,143,145,148,149,156,164,167,168,169,178,179,190,194,195,205,207,256,271,278,279,285,286,291,293,318,319,326,329,330,333,335,337,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,357,360,362,363,364,366,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,387,390,393,394,395,404,405,407,410,414,415,416,417,421,432,433,441,451],rank:[6,11,12,210,291,316,420],rankin:233,raphson:3,rapid:[4,6,11],rapidli:[3,8,12,71,191,213,227,229,270,281,282,294,349,353],rapp:[261,262,263],rappe_and_goddard:262,rare:6,rasmol:[6,7],rasmussen:360,raster3d:[6,7],rate:[6,12,127,169,178,194,195,209,210,211,256,260,286,287,288,289,293,324,325,354,378,379,418,437,441],rather:[1,2,6,9,12,40,41,62,112,127,168,188,194,206,207,270,282,290,294,296,297,298,301,357,392,407,424,428,433,435,440,448],ratio:[6,10,59,87,101,120,179,188,194,213,215,278,286,293,294,318,331,360,361,394,399,412,420,423,433,437],rational:[291,435],rattl:[],rattle_debug:273,ravelo:[233,371],rayleigh:[227,260],rb1:143,rbg:169,rcb:[3,41,188],rcm:[89,90],rcmx:[89,90],rcmy:[89,90],rcut:61,rcutfac:[120,396],rd1:328,rdc:17,rdf:[],rdn:328,rdt:328,rdx:4,reach:[6,12,41,119,188,190,192,214,233,278,285,303,317,332,350,443,448],react:6,reactant:357,reaction:[274,276,289,300,328,357],reactiv:[9,267,335],read:[2,3,6,7,8,9,11,12,13,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,115,142,144,145,147,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,167,168,169,170,171,172,178,179,191,192,194,195,205,207,210,226,227,229,231,232,233,234,235,246,247,248,249,252,253,255,256,258,259,263,270,273,274,277,280,288,289,290,296,304,305,306,307,308,309,311,312,313,314,315,317,323,327,328,332,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,413,414,415,416,418,420,423,424,425,427,428,429,430,431,433,434,435,437,448,449,450,452],read_data:[],read_dump:[],read_restart:[],read_restart_set:8,readabl:[168,327,430,452],reader:[3,13,424],readi:[11,12,145,147,148,210,433,443,450,451,452],readm:[1,4,6,8,9,11,12,13,142,167,170,264,365,392,393,421],real:[3,6,7,11,27,30,31,59,71,91,120,133,144,153,166,169,177,184,185,194,195,198,210,211,214,226,253,260,265,268,294,295,297,298,300,308,318,319,321,324,330,349,384,392,393,410,423,426,432,440,442,447,449],realist:[3,195,427],realiz:[71,172,421],realli:[1,3,8,12,112,121,169,211,329,364,435],realloc:3,realtim:210,reamin:[295,299],rearrang:328,reason:[3,6,7,11,12,19,39,125,136,144,181,184,185,213,257,270,287,288,291,301,327,328,333,346,350,357,358,359,379,384,412,413,427,432,449],reax:[],reax_def:3,reaxc:[],reaxff:[3,4,5,7,9,13,172,261,263,266,267,364,392,393,405,435],rebal:[41,188],rebalanc:[41,188],rebo:[],rebuild:[11,12,14,15,16,205,329,353,441],rebuilt:[3,12,167,168,170,329,333],recalcul:[71,87,278],receiv:[3,187,210,212,251,420],recent:[],reciproc:[6,118,143,252,318,340,342,343,349,352,357,369,373,387,395,437],recog:12,recoginz:3,recogn:[3,12,16,73,146,189,190,229,327,355,380,392,421,423,430,431,443],recommend:[7,9,11,12,14,16,168,169,260,288,318,357,364,378,379,393,394,432],recompil:[1,3,9,12,170,273],recomput:[102,148,199,274,354,435],reconstruct:[3,193],record:[170,193,274],recov:[192,229],rectangl:[41,188,321],rectangular:[7,41,62,146,188,205,321,423,425,427],rectilinear:[118,143],rector:53,recurs:[41,188,339,412],recust:41,recv:420,red:[2,10,168,169,191,253],redefin:[3,425,431,448],redirect:12,redo:12,reduc:[],reduct:[18,19,117,118,143,227,260,318],redund:358,ree:400,reed:[227,260],rees:[7,9,13],ref:[287,288,325],refactor:6,refer:[],referenc:[3,6,12,63,68,71,114,167,172,182,186,205,259,292,319,349,363,386,394,421,441,448],reflect:[],reformat:7,refresh:178,reg:426,regard:[6,59,226,273,389,393],regardless:[15,71,144,147,166,183,184,194,213,229,231,232,234,235,257,270,278,333,420,426,433],regim:[6,286,293,350,432],region:[],region_spher:8,region_styl:299,regist:[116,392,393],regoin:6,regress:448,regspher:144,regstrip:301,regul:6,regular:[1,3,9,41,62,88,142,146,179,188,205,290,319,350,404,420,423,425,427],reigon:448,reinhardt:[287,288],reject:[144,191,392,438],rel:[1,6,14,27,36,41,59,71,120,123,126,127,129,144,153,169,172,179,184,188,194,195,198,205,211,225,226,247,251,256,265,267,268,274,275,278,280,285,286,290,297,301,318,319,326,357,360,361,378,379,380,394,415,424,432,437,441,443,449],relat:[],relatic:[198,214],relationship:[6,261,303,318,415,443,448],relax:[],releas:[0,5,7,8,13,189],relect:[3,384],relev:[2,6,12,41,78,80,111,144,148,169,173,174,177,178,179,180,181,182,183,184,185,186,187,188,189,190,194,195,196,199,201,202,204,205,206,209,210,216,217,218,220,221,222,223,225,226,228,236,237,238,239,240,241,242,243,244,245,250,254,255,256,258,259,262,264,266,267,268,271,272,273,274,276,278,279,280,285,286,289,290,291,292,293,294,295,296,297,298,300,301,318,326,336,337,341,347,349,350,352,353,354,357,359,360,361,362,363,368,370,371,372,374,375,376,378,379,384,385,389,394,397,404,407,414,415,416,420,436,449],reli:[3,12,262,357,393,423,433],reloc:12,remain:[7,33,37,41,50,55,59,71,87,104,124,125,126,127,131,132,133,134,136,147,157,163,164,167,173,174,179,181,182,184,185,192,194,213,214,221,229,230,234,235,246,247,249,254,255,278,281,282,283,289,290,301,303,310,313,327,339,357,364,377,384,405,418,423,424,428,433,435,437,441,443,448,449],remaina:339,remaind:[144,167,195,256,278,291,410,423],remap:[3,6,12,59,61,71,127,144,166,184,194,211,226,247,318,423,424,425],remedi:[6,443],rememb:2,remov:[2,3,6,8,9,13,54,71,77,114,116,120,123,124,125,126,127,131,132,133,134,136,137,144,147,148,172,181,184,189,202,213,214,219,225,227,229,234,235,246,247,249,255,261,270,271,273,278,281,282,283,285,301,318,328,352,379,423,426,434,435,448,449],remove_bia:8,remove_bias_al:8,remove_molecul:178,remove_sourc:178,remove_speci:178,ren:143,renam:[12,302,434],render:[12,13,167,168,169],rendon:[229,230],reneighbor:[3,8,12,39,57,71,184,188,205,278,291,301,353,440,441],renssela:255,renumb:71,reorder:[3,12,39,420],repeat:[2,6,168,169,184,191,192,205,321,339,408,410,412,418,437],repeatedli:2,repel:211,repes:167,replac:[2,3,6,11,12,41,63,89,90,117,122,123,124,125,126,127,130,131,132,133,134,136,137,167,168,169,170,181,182,183,184,185,186,188,191,195,213,233,258,265,267,349,371,424,425,430,431,441,448,449,450,452],replic:[],replica:[],replica_fil:12,report:[],repositori:[7,12,365,391,392,393],reprens:290,repres:[1,3,6,8,9,12,15,40,41,42,59,67,71,90,113,116,156,164,167,168,181,182,183,184,185,186,192,198,206,208,213,216,229,253,255,257,265,270,271,274,275,290,292,299,319,328,334,339,360,367,377,378,379,380,381,382,387,390,392,393,411,412,418,420,423,433,435,438,443,448,450],represent:[3,6,8,57,59,146,167,206,207,253,290,339,357,360,394,423,426,443],reprocess:428,reproduc:[3,229,296,349,355,361],repul:380,repuls:[6,7,9,36,45,46,108,211,261,295,296,299,335,339,347,349,353,357,361,363,377,380,383,404,410,415,416],reqir:[261,263],request:[3,6,8,12,41,147,164,167,210,216,268,278,280,316,318,384,392,393,418,428,433,436,437,448,449,450],requir:[],rerun:[],rescal:[],research:[5,7,216,220,418,437],resembl:265,reserv:[12,210,443],reservoir:[91,205,209,213,290],reset:[],reset_atomic_reference_posit:178,reset_dt:8,reset_target:8,reset_tim:178,reset_timestep:[],resid:13,residu:210,residue1:329,resist:[6,210],resolut:407,resolv:[192,253,278,379],resort:3,resourc:[7,334,355],respa:[3,16,199,210,229,331,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,431,432,442],respect:[1,6,9,10,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,42,43,45,46,47,48,49,51,53,54,56,59,70,71,87,89,96,97,118,126,129,138,142,143,150,151,153,154,155,156,158,159,161,162,164,168,169,184,185,190,191,192,208,211,213,214,216,229,231,232,233,234,235,236,244,246,247,249,261,262,270,271,274,275,277,290,295,304,306,307,308,309,312,314,316,318,319,323,326,327,332,333,334,335,337,339,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,384,385,386,387,389,394,395,396,397,406,407,408,409,410,411,412,414,415,416,420,424,432,433,436,443,448,450,452],respon:9,respond:[6,7,127,194,357,389],respons:[6,7,227,286,293],resquar:[],rest:[6,8,12,259,263,269,339,379,380,440,441,443],restart1:253,restart2:253,restart2data:[],restart:[],restartfil:[12,13],restor:[3,8,60,61,144,173,174,259,274,275,280,440,441],restore_bia:8,restore_bias_al:8,restrain:[],restraint:[9,193,227,269,277,368],restratin:269,restrict:[],result:[1,2,3,6,7,9,11,12,13,15,16,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,45,46,47,48,49,51,53,54,56,63,64,66,67,71,75,87,90,91,93,104,106,109,110,112,114,115,116,117,118,119,121,122,124,127,131,138,139,141,143,144,147,150,151,153,154,155,156,158,159,161,162,164,167,168,169,172,175,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,198,201,204,205,206,208,213,214,216,220,227,229,231,232,233,234,235,236,244,246,247,248,249,252,253,261,262,267,268,270,272,273,278,281,283,286,287,288,290,291,292,294,295,296,298,300,303,304,306,307,308,309,312,314,318,319,328,331,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,389,393,394,395,397,406,407,408,409,410,411,412,414,415,416,418,420,423,425,426,427,428,432,433,434,435,437,447,448,449],resum:448,retain:[2,189,190,339,420],retart:[33,50,157,310],retreiv:8,retriev:[6,8,203,381,382,448],reus:[3,435],rev:[6,13,64,70,110,120,121,132,179,207,213,215,227,229,230,233,247,252,262,265,270,274,278,282,285,287,288,293,325,339,347,348,349,352,355,356,357,360,361,366,371,378,379,380,382,390,394,396,406,408,409,410,418],revers:[2,6,8,87,155,191,211,229,250,251,261,286,287,293,328,377,432,443],review:[120,261,274,285,391,396,418,437,443],rewind:317,rewrap:167,rewrit:[5,12],rewritten:19,rezwanur:389,rfac0:[120,396],rfactor:278,rfile:270,rg0:276,rgb:169,rh3:143,rh4:143,rhaphson:3,rheolog:6,rhi:407,rho0:[380,402,403],rho0_meam:380,rho:[40,113,216,289,321,334,340,342,343,355,380,381,382,394,399,401,423,447],rho_0:[402,403],rho_alpha_beta:355,rho_bkgd:380,rho_colloid:295,rho_e:290,rho_fin:289,rho_i:[381,382],rho_initi:289,rho_ref_meam:380,rho_wal:295,rhodo:10,rhodopsin:[1,10],rhosum:[],ribier:325,richardson:270,richi:[9,19],rick:[261,262,348],rick_and_stuart:262,ridg:[9,19],right:[3,6,11,12,41,144,162,163,166,188,191,211,216,226,250,303,321,349,411,423,426,433,448],rightmost:[41,188],rigid:[],rigidifi:270,rii:[89,90],rij:[189,190,251,353,404],rin:[363,374,375],ring:[],rino:73,rinv:318,rirj:[296,361],rise:29,risi:[120,396],risk:[8,269,432],rix:[89,90],rjk:[189,190],rjone:[7,9,13],rlo:407,rmask:[3,448],rmass:3,rmax:[145,189],rmdir:434,rmin0:[120,396],rmin:[145,190,371],rmsd:289,rnemd:6,robin:169,robust:[324,325,326],rock:380,rockett:390,rod:270,rodata:12,rodnei:265,roi:7,role:285,roll:12,room:[57,59],root:[11,87,89,90,285,289,333,355,430],rosati:39,rose:380,ross:380,rosski:253,rosybrown:169,rot:[6,91,253,269,285,449],rotat:[],rotaton:426,rough:[6,144,168,300],roughli:[7,10,12,41,127,142,168,205,213,214,228,229,241,257,270,278,281,282,285,319,328,333,425,432],round:[1,3,12,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,71,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,169,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,319,331,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,425,432,447,448],rous:206,rout:[87,363,377],routin:[5,6,8,11,15,16,38,39,56,88,148,150,216,391,407,436],roux:[6,198,214,411,443],row:[6,65,66,68,69,75,79,90,92,93,104,106,108,114,115,116,119,124,132,139,141,143,181,182,183,184,185,186,219,270,290,292,300,357],royalblu:169,rozero:380,rperp:226,rpi:255,rpm:12,rrespa:[1,3,5,7,8,16,173,174,226,229,329,334,335,336,337,338,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,432],rspace:3,rsq:[407,413],rsurfac:290,ru3:143,ru4:143,rub:20,rubia:[381,382],rudd:[384,407],rudra:[7,9],rudranarayan:[7,255],ruiz:179,rule:[],run1:[6,332,448],run2:[6,315,317,332,448],run3:[6,332,448],run4:[6,332,448],run5:[6,332,448],run6:[6,332,448],run7:[6,332,423,424,428,448],run8:[6,332,448],run:[],run_styl:[],runloop:317,runtim:[12,17,168,333],russia:9,rutherford:290,rutuparna:[408,410],ryan:9,ryckaert:[273,312],rycroft:142,s00:389,s0st:6,s2050:1,s2629:355,s319:178,s_i:[6,357],s_ij:6,sack:7,saddl:[228,328],saddlebrown:169,sadigh:[179,355,381,382],saed_vtk:118,safe:[12,168,198,214,333],safe_zon:3,safest:[3,278],safezon:393,safran:415,sagui:[319,352],sai:[1,3,12,13,169,392,393,421],said:326,sakai:409,salmon:169,salt:[350,359,380,423],same:[1,2,3,4,6,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,43,44,45,46,47,48,49,50,51,53,54,56,57,59,62,63,65,69,71,72,77,79,81,82,84,85,87,88,89,90,91,92,94,97,103,104,105,108,109,110,112,113,115,116,117,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,140,142,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,164,165,166,167,168,169,172,173,174,175,178,179,181,183,184,185,186,187,188,189,190,191,192,194,195,199,200,201,204,205,206,207,208,209,210,211,212,213,214,215,216,219,226,229,231,232,233,234,235,236,244,246,247,248,249,251,252,253,255,256,257,260,261,262,263,265,266,267,268,269,270,272,273,274,275,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,296,297,298,299,301,303,304,305,306,307,308,309,312,314,318,319,321,322,323,327,328,329,330,331,332,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,383,384,385,386,387,389,390,394,395,397,404,405,406,407,408,409,410,412,414,415,416,418,420,421,423,424,425,426,428,431,432,433,434,435,436,437,441,443,447,448,449,451],sampl:[1,2,4,6,9,10,11,12,14,91,123,137,142,166,168,181,182,184,185,193,195,203,205,207,209,229,230,253,256,265,267,271,275,276,278,282,285,288,300,329,339,354,423,437],sample_frequ:178,san:389,sandia:[0,5,7,9,13,14,17,70,111,358,380,389],sandybrown:169,saniti:[269,329],satellit:6,satifsi:448,satisfi:[3,12,73,118,120,142,143,192,216,233,273,298,326,329,361,437],satur:350,save:[6,8,12,19,40,59,164,168,191,206,207,213,214,215,256,265,290,319,329,331,339,425,428,435],sb3:143,sb5:143,sc3:143,scalabl:[],scalar:[],scale:[0,1,3,4,5,6,9,10,13,18,40,59,63,91,113,116,117,120,130,138,164,167,168,169,172,173,174,178,179,182,192,194,205,209,210,211,213,215,216,227,229,231,232,233,234,235,253,257,260,261,270,278,280,282,285,287,288,290,294,301,318,319,321,330,334,335,336,350,354,357,361,364,378,379,380,389,411,424,426,428,432,435,437,440,441,448,449],scalegamma:216,scalexi:[3,192,229,233],scalexz:[192,229,233],scaleyz:[192,229,233],scan:[169,190,317,424],scatter:[11,118,143],scatter_atom:11,scatter_coord:11,scenario:[6,40,61,191,259,268,278,291,299,329,427,428,432,440],scf:443,schaik:377,schedul:418,schell:409,schemat:191,scheme:[6,9,18,206,207,229,253,265,273,290,318,411],schlitter1:289,schlitter2:289,schlitter:289,schmid:353,schneider:[213,215],schoen:318,schr:443,schroding:357,schroeder:443,schulten:[214,274,319,443],schunk:278,schwen:9,sci:[73,298,348,382,390],scienc:[8,178,191,210,274,287,355,381,409],scientif:[120,355],scm:11,scratch:[12,41,188],screen:[],screenshot:11,scripe:11,script:[],scripta:67,scsl:12,sdk:[],sea:11,seagreen:169,seamlessli:259,search:[0,2,3,8,12,145,147,169,170,278,324,325,326,328,330,418,424,425,437,448],seashel:169,sec:[12,442,447],second:[1,3,6,9,10,11,12,16,17,54,57,59,61,71,88,91,105,112,121,132,138,142,143,145,146,147,166,167,169,172,181,182,183,184,185,186,191,205,206,211,226,228,253,267,269,270,273,274,275,276,278,287,288,290,301,318,321,325,326,328,329,333,338,339,340,342,343,348,349,355,357,358,361,362,364,368,371,380,384,386,406,409,410,411,418,419,420,421,423,425,430,432,436,437,441,443,447,448,449,450,452],secondari:[3,156],sectinn:451,section:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,63,64,65,66,67,68,69,71,74,75,78,79,80,81,83,86,87,88,89,90,91,92,93,96,97,98,99,100,101,103,104,105,106,107,108,109,111,112,113,114,115,118,119,120,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,145,150,151,152,153,154,155,156,157,158,159,161,162,163,164,167,168,170,172,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,191,193,194,195,197,198,200,201,202,204,205,206,207,208,210,212,213,214,215,216,217,218,219,220,222,223,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,257,259,260,261,262,263,264,265,266,267,270,272,273,274,278,281,282,283,284,285,286,287,288,289,290,291,293,294,296,297,301,302,304,305,306,307,308,309,310,312,313,314,319,320,321,323,327,328,330,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,418,419,420,421,423,424,428,431,432,433,434,436,437,438,441,443,448,449],section_acceler:[9,12,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,319,334,335,337,340,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,432],section_accerl:355,section_command:[0,1,9,303],section_error:[7,12],section_exampl:[2,6],section_histori:[7,12],section_howto:[6,8,9,11,12,40,42,57,59,64,66,67,68,70,71,72,73,75,76,77,78,80,81,82,83,84,85,86,87,89,90,93,94,95,96,97,98,99,100,101,104,106,109,110,111,114,116,117,120,121,124,126,138,139,141,142,146,165,181,228,239,242,245,293,338,351,418,423,426,437],section_modifi:[6,7,42,167,168,441],section_packag:12,section_perf:7,section_python:[6,12],section_start:[3,4,6,9,11,322,328,417,418,432,438,441],section_tool:[6,7],see:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,277,278,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,299,301,302,303,304,305,306,307,308,309,310,312,313,314,315,318,319,321,322,323,325,326,327,328,329,330,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,417,418,419,420,421,423,424,425,426,428,429,430,431,432,433,435,437,438,439,440,441,442,443,448,449,450,451,452],seed1:438,seed2:438,seed:[3,144,147,166,168,177,179,189,190,191,193,195,202,205,206,207,213,214,215,216,253,256,260,265,270,278,282,285,290,297,341,353,354,418,433,438,443,448,449],seed_com:214,seed_drud:214,seek:[41,188],seem:[6,192,291,325,380,432],seen:[12,216,299],segement:3,segment:[3,4,6,7,40,42,82,113,172,242,270,278,353,367,393,404,405,423,431,433],select:[6,12,15,17,59,71,117,118,133,138,143,144,164,168,170,177,179,184,185,194,195,202,205,210,211,226,274,277,285,286,291,293,295,297,298,300,316,318,324,328,330,333,363,368,380,420,424,426,432,433,437,448],self:[],sellerio:13,semi:[3,170,178,179,250,252,424],semiax:123,semimet:357,send:[0,3,5,7,8,11,12,169,210,420],sender:[3,420],sens:[1,3,6,7,18,39,41,42,59,163,167,181,183,184,185,186,188,191,194,206,207,212,213,214,215,256,260,265,271,278,285,286,290,293,301,328,349,369,373,408,409,410,418,423,428,432,435,440],sensabl:210,sensibl:104,sensit:[2,6,73,192,265,449],sent:[169,210,316],separ:[2,6,7,12,13,40,41,76,116,120,142,144,147,169,170,178,182,188,189,190,191,192,195,198,205,213,214,229,241,253,256,257,259,261,265,270,273,278,281,282,283,286,293,301,319,333,340,342,349,350,352,378,379,380,386,391,396,405,406,407,410,415,421,423,424,425,432,435,440,443,449,450,451],seper:350,sequec:448,sequenc:[2,3,12,41,59,167,168,169,170,188,207,228,301,321,328,364,390,438,448],sequenti:[59,60,169,390,424],sequestr:7,ser:252,seri:[3,4,6,13,18,120,167,168,169,182,186,206,207,256,332,335,360,380,384,394,397,407,421,430,431,440,441,448],serial:[],serial_icc:12,serious:8,serv:[6,146,278,404],server:[1,212,333],set:[],set_callback:203,set_energi:203,set_vari:[6,11,421],setarea:216,sete:[181,191],setenv:[11,12,346],setfl:[13,334,355],setforc:[],setgamma:216,setmask:8,settl:192,setup:[3,4,6,7,8,11,12,13,16,37,40,55,59,71,87,91,132,145,146,147,148,163,169,178,191,194,278,291,313,329,330,333,405,420,423,431,450,452],setup_pre_exchang:8,setup_pre_forc:8,setup_pre_force_respa:8,seven:382,sever:[1,4,5,6,7,8,10,11,12,13,15,18,39,40,63,71,87,138,145,148,163,167,170,172,178,189,190,192,207,213,216,220,229,255,257,259,270,274,278,285,294,316,321,326,333,336,339,343,354,355,364,373,377,380,384,390,392,393,418,421,425,429,437,441,443,448,449],sfactor:[3,168,169],sfftw:12,sgi:12,sgmc:179,sgrid:278,sgroup:142,shade:168,shake:[],shan:[17,262,348],shanghai:[9,13],shape:[3,6,8,40,41,58,59,62,71,82,113,123,127,128,144,146,166,168,169,172,173,184,188,192,194,213,227,229,231,234,237,238,246,247,260,278,291,299,338,360,394,420,423,424,425,433],shapei:[113,423],shapex:[113,423],shapez:[113,423],shapshot:428,share:[],shared0:[],sharon:270,sharp:[299,380,410],shawn:9,shear:[3,4,5,6,7,9,59,61,127,166,192,194,216,229,247,278,293,296,361,378,379,389],sheet:427,shell:[],shen:9,shenderova:335,sheppard:325,shflag:12,shield:[],shift:[],shiftse:278,shiga:[6,229,230],shini:[168,451],shinoda:[6,9,229,230,395],shiny:168,ship:170,shlib:[11,12],shlibflag:12,shock:[4,9,172,177,227,233,260,297,371],shockvel:[227,260],shortcut:[192,229,257,270],shorter:[3,119,205,251,330,384,431],shortest:[168,330,336,432],shorthand:169,shoul:412,should:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,61,70,71,73,81,83,87,91,96,97,98,102,103,109,110,112,121,122,123,126,127,130,131,132,134,137,140,142,144,146,148,150,151,152,153,154,155,156,158,159,161,162,164,165,166,167,168,169,173,174,175,176,179,187,188,189,190,191,192,194,195,197,198,200,201,202,203,204,205,206,207,208,209,211,213,214,215,216,218,219,220,221,226,229,231,232,233,234,235,236,241,244,246,247,249,251,252,253,254,255,256,257,258,260,261,262,263,264,265,266,267,268,269,270,272,273,275,278,279,281,282,283,284,285,286,289,290,291,293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,312,314,319,321,322,324,326,327,328,329,330,331,333,334,335,337,338,340,341,342,343,344,345,346,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,388,389,391,392,394,395,397,404,406,407,408,409,410,411,412,414,415,416,418,419,420,421,423,424,425,426,427,428,430,431,432,433,435,439,440,441,443,448,449,450],shouldn:[3,8],show:[6,11,12,116,251,328,363,380,407],shown:[1,12,17,41,96,97,118,120,130,143,163,188,191,213,229,247,253,256,265,285,318,357,358,360,361,377,394,423],shrank:71,shrink:[3,6,41,57,59,71,146,166,167,168,173,174,177,188,194,195,211,216,251,278,297,301,318,319,326,349,369,373,384,423,424],shrunk:71,shut:[6,11,329,422],si4:143,siam:298,sic:[4,349,364,380,386,406,408,410],sic_tersoff:390,sicc:[356,406,408,410],sicg:[408,410],sicsi:[356,406,408,410],side1:426,side2:426,side3:426,side4:426,side:[3,8,41,57,61,134,144,179,180,188,191,195,205,211,216,226,251,256,264,275,295,299,300,301,328,349,360,361,394,412,421,423,426,433],sidewai:4,sienna:169,siepmann:293,sigam:347,sigam_ii:367,sige:[408,410],sigma0:339,sigma14:377,sigma1:339,sigma2:339,sigma:[3,6,10,45,46,50,54,87,150,167,169,173,174,205,216,251,278,294,295,299,321,330,333,335,338,339,340,344,345,347,352,353,354,356,357,360,362,363,367,368,369,370,371,372,373,374,375,376,377,383,384,394,395,400,406,412,432,447,448,449],sigma_14:344,sigma_:350,sigma_c:347,sigma_cc:[335,347],sigma_h:359,sigma_i:[358,384],sigma_ii:[367,412],sigma_ij:[367,384,412],sigma_j:384,sigma_max:354,sigma_ss:347,sign:[3,6,12,155,163,250,275,298,303,431,440,448],signicantli:17,signifi:[3,66,75,90,93,104,106,114,124,139,141],signific:[7,12,18,86,206,227,230,265,278,291,357,360,380,384,450],significantli:[1,6,39,121,142,216,229,269,357,406],sij:182,sikandar:17,silbert:361,silent:[169,421,434],silicon:[356,380,406,423],sill:389,silver:169,sim:[9,395],similar:[5,6,7,8,9,12,17,18,40,41,46,59,68,87,112,115,121,144,145,167,169,172,173,174,181,188,203,204,206,213,219,220,230,259,260,265,269,270,282,285,295,296,298,300,319,324,325,327,335,338,339,353,355,357,361,377,378,384,389,390,420,425,430,432,437,439,441,443,448,449,450,452],similarli:[3,6,7,8,59,112,140,146,148,166,167,168,169,180,181,183,184,185,186,190,194,200,211,229,231,232,234,235,255,257,270,271,273,278,285,286,293,299,304,319,321,328,331,343,361,373,406,420,423,426,427,432,433,437,451],simluat:[6,39,169,278,378,424,425],simlul:[270,290],simmul:293,simpl:[],simpler:[8,42,169,270],simplest:[3,8,40,66,75,90,93,104,106,114,116,124,139,141,261,443],simpli:[1,3,6,8,11,12,14,17,66,71,75,88,90,93,95,104,106,113,114,119,124,139,141,147,148,169,172,173,174,181,183,184,185,186,190,192,194,198,203,212,214,219,229,253,257,268,270,271,286,292,293,318,319,321,327,328,333,343,352,364,373,380,384,420,421,428,431,438,441,447,448],simplif:357,simplifi:[179,269],simplist:11,simualt:319,simul:[],simulatan:333,simulation_nam:393,simulatoin:[12,424],simult:333,simultan:[6,7,15,16,194],sin:[194,226,295,298,300,390,423,426,433,448],sinc:[0,1,2,3,6,8,9,10,11,12,13,15,16,21,22,33,39,41,44,54,59,64,67,71,73,89,90,110,116,118,123,124,134,142,146,147,149,150,152,157,167,168,169,172,173,174,175,176,179,180,181,182,183,184,185,186,187,188,191,192,193,194,195,199,200,205,207,209,212,213,215,216,226,229,231,232,233,234,235,238,241,247,251,253,256,258,259,265,268,270,274,277,278,286,290,291,292,293,295,296,299,300,301,302,304,305,317,319,326,327,328,329,332,333,334,335,339,342,343,344,345,347,348,352,353,354,355,356,360,361,362,364,365,366,368,369,371,372,373,374,375,376,377,378,379,380,381,382,384,387,390,391,392,393,394,395,396,397,406,407,408,409,410,416,418,420,421,423,424,425,426,428,431,432,433,434,435,437,441,443,447,448,449,451],sinclair:[7,355,405],sine:390,singapor:120,singh:334,singl:[1,2,3,6,7,8,9,11,12,14,15,16,17,18,40,41,42,57,59,61,63,65,66,68,69,75,77,79,87,88,90,92,93,104,106,108,113,114,115,116,117,119,124,139,141,142,144,167,168,169,170,172,177,180,181,182,183,184,185,186,188,190,191,192,195,198,202,204,209,216,219,226,229,230,233,241,253,255,256,258,269,270,271,273,278,280,290,292,295,296,298,300,301,303,318,319,324,327,328,329,330,332,333,334,335,339,344,346,348,354,355,356,357,358,361,362,363,364,365,366,380,381,382,386,387,390,391,392,393,394,396,397,406,408,409,410,418,419,421,423,430,431,432,433,434,435,436,437,440,448,451,452],singleel:339,singular:[377,378,379],sinnott:[262,335,348],sinusoid:[144,194,295,296,298,300],sio:348,sirk:[121,404],sisic:[356,406,408,410],sisisi:[356,406,408,409,410],sister:346,sit:[252,423],site:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,67,70,87,210,216,217,273,319,334,339,349,355,359,369,373,377,387,392,393,411],situat:[9,192,205,216,229,253,271,325,339],sival:143,six:[6,120,182,183,386,390],sixth:386,sixthpow:[345,384],size:[],size_restart:8,sizex:235,sjplimp:[0,7,11,12],sjtu:9,skew:[3,6,58,59,146,168,194,229,423,426],skin:[3,12,39,61,73,115,145,147,205,241,270,290,329,330,333,388,441,447],skip:[12,16,33,157,255,317,327,332,368,423,428,431,440,448],skyblu:169,slab:[3,6,71,132,184,256,275,318,319,329,384],slateblu:169,slategrai:169,slater:[],sleight:54,slepoi:380,slice:[],slider:11,slight:[3,12,290],slightli:[1,6,39,40,167,168,170,265,270,319,335,349,367,369,373,408,410,418,431,450],sligthli:352,sliozberg:404,slip:[3,172,278,294,300],sllod:[],slope:[6,103,104,286,288,293,350,448],slot:1,slow:[3,6,7,12,39,206,210,213,214,227,278,285,318,328,333,384,432,443,449],slower:[1,10,17,39,214,319,333,339],slowest:[290,420],slowli:[12,71,188,294,326,397,425],slurm:12,slurm_localid:12,sm3:143,small:[],smallbig:3,smaller:[1,3,6,12,16,17,39,56,59,61,71,119,142,146,167,168,169,179,195,199,205,216,252,270,278,288,303,318,319,324,333,367,384,405,412,413,423,430,432,452],smallest:[3,70,72,142,227,267,448],smallint:3,smallq:319,smallsmal:[3,12],smart:207,smd:[],smi:[3,333],smirichinski:9,smit:205,smith:387,smmoth:433,smooth:[],smoother:144,smoothli:[54,120,286,293,344,362,375,377,410,416],smpd:12,sn2:143,sn4:143,sna:[],snad:[],snap:[],snapcoeff:396,snaphot:428,snapparam:396,snapshot:[],snav:[],snb:17,snow:169,soc:363,socket:[12,17,18,212,420],soft:[],softer:[295,299],softwar:[1,6,11,12,14,15,16,17,18,19,142,210,255,271],sole:[189,190,328,390],solid:[4,6,7,10,39,40,41,59,70,73,91,121,142,178,188,192,194,199,219,229,231,232,234,235,251,252,257,270,285,288,319,321,340,371,389,423],solut:[3,6,13,142,192,199,227,268,273,278,299,448],solv:[3,12,18,216,261,273,288,290,319,325,379],solvat:[4,10,144],solvent:[4,7,13,61,71,145,147,188,202,206,207,213,229,268,270,275,278,286,293,294,344,347,349,350,359,369,378,379,394,405,423,433],solver:[],some:[1,2,3,4,6,7,8,10,11,12,13,16,17,18,39,40,41,55,61,63,71,102,105,107,113,117,119,123,124,125,136,137,138,144,147,152,155,163,165,167,168,169,172,173,174,177,179,180,181,182,183,184,185,186,188,190,191,192,193,202,205,227,229,230,258,259,261,263,270,274,279,285,290,291,292,294,295,301,316,317,318,319,324,325,326,327,328,329,330,333,336,338,339,346,349,355,357,364,384,392,393,405,407,418,420,421,422,423,425,428,429,430,431,432,433,435,437,440,441,447,448,449,452],somehow:3,someindex:302,someon:[7,11,326],someth:[2,3,7,8,11,12,59,192,229,295,298,300,329,364,421,430],sometim:[2,3,6,8,12,18,184,192,229,286,293,318,330],somewhat:[7,9,12,70,124,134,181,229,318],somewher:[17,230,357],soon:[179,191,202,205,210],sophist:7,sorensen:437,sort:[3,13,16,39,71,167,169,170,210,328,329,333,354,424,425,451],sound:[216,227,402,403],soundspe:[402,403],sourc:[],source_integr:178,sourceforg:11,south:120,souza:286,space:[2,3,6,8,11,12,18,41,59,71,118,120,133,138,143,144,164,166,168,173,174,177,183,184,185,188,190,194,195,211,216,223,226,229,252,253,268,271,278,295,297,298,300,303,318,319,321,327,328,329,340,342,343,349,352,355,357,367,369,373,380,387,390,395,407,413,415,420,423,426,435,441,443,448,449],spahn:361,span:[2,12,38,71,173,174,184,211,270,318,334,335,339,348,355,358,365,366,380,381,382,386,390,396,406,408,409,410,417,418,426,427,448],spars:[71,164],spatial:[],spawn:210,spc:[],spcpu:441,speak:[17,278,285],spearot:[118,143,271],specfi:[12,107,211,426],speci:[],special:[],special_bond:[],specif:[1,2,3,6,7,8,9,10,12,13,15,17,18,22,29,33,40,41,42,50,63,71,108,113,115,116,124,126,129,144,152,157,167,168,169,170,172,173,174,177,178,181,182,183,184,185,186,188,191,193,202,203,205,206,210,216,224,256,258,259,262,270,285,290,291,295,301,305,319,326,328,333,335,338,339,351,355,360,361,364,365,366,367,380,384,392,393,394,405,406,411,412,420,423,424,428,429,430,432,433,439,440,441,447,448,449,450],specifi:[2,3,6,7,8,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,63,65,66,68,69,70,71,73,75,76,77,78,79,80,81,83,85,86,87,88,90,91,92,93,94,95,96,97,98,99,100,101,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,124,126,131,132,133,138,139,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,204,205,206,207,208,209,211,212,213,214,216,217,218,219,221,224,225,226,227,228,229,230,231,232,233,234,235,236,241,244,246,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,285,288,289,290,292,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,317,318,319,321,322,323,326,327,328,329,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,447,448,449,450,451,452],specifii:[207,216],speciti:432,spectral:396,spectrum:[9,120,260,265],sped:[39,227],speed:[1,3,6,9,12,14,15,16,17,18,19,39,41,169,188,213,216,227,260,278,285,291,297,318,319,328,333,339,349,384,402,403,408,418,432,438],speedup:[1,18,319,432],spefici:[144,168,363],speicifi:327,spell:426,spellmey:[6,150,435],spend:180,spent:[1,12,13,15,418,437],sph:[],sph_lammps_userguid:9,sphere1:216,sphere:[],spheric:[],spheriod:[3,6],spherioid:278,spheroid:[6,270,278],spike:116,spin:[9,40,113,296,336,357,423],spirit:7,spit:3,spline:[],split:[1,3,6,12,18,41,181,184,188,214,229,298,318,333,412,417,420,432],splittol:[6,318],sppark:6,spread:[1,6,12,303,431],spring:[],springer:274,springgreen:169,sptial:71,sputter:195,sq2:[3,321],sqrt:[2,3,59,81,89,205,213,214,215,251,278,294,296,321,347,353,355,359,361,380,384,448],squar:[],squeez:[192,211,378,379],squibb:[5,7],sr2:143,src:[0,1,3,4,6,7,8,9,11,12,14,15,16,17,18,19,142,167,203,273],srd:[],srolovitz:355,srp:[],srun:12,ssao:[168,451],stabil:[6,213,229,339,392],stabl:[6,64,216,233,269,339,443],stabli:206,stack:[3,8,70],stage:[3,87,172,203,228,264,301,328,418,437,448],stagger:[1,3,169,319,430,439,448],stai:[3,14,17,173,174,227,243,260,333,423],stamp:[285,424],stamped:12,stan:17,stand:[0,6,7,13,266,392,393,421],standard:[],stanford:9,starikov:290,start:[],start_6:359,start_7:432,startstep:448,stat:[12,54,148,251,265,326,353],statcoul:447,statcoulomb:447,state:[],statement:[3,421,422],stationari:[],statist:[3,6,12,39,41,64,189,190,191,206,207,213,214,215,255,256,260,265,270,273,278,289,290,291,326,328,335,353,354,361,378,415,418,425,431,433,437,440,441],statu:[3,12,54,60,148,193,198,214,348,437],statvolt:447,std:12,stdin:[3,12,317],steadi:[6,227,233,260],steelblu:169,steep:407,steepest:[7,325],steer:[7,9,193,196,274],stegailov:290,steinhaus:443,stencil:[3,216,318],step:[1,2,3,6,8,10,11,12,13,14,15,16,17,18,19,39,71,91,96,97,110,116,117,121,130,140,142,167,168,169,170,172,173,174,178,179,181,182,183,184,185,186,188,189,190,191,192,194,195,198,199,202,203,205,207,210,211,214,227,241,251,252,258,259,260,261,262,263,271,273,274,278,280,283,284,285,286,287,288,289,290,291,292,293,300,301,303,317,318,324,326,328,329,353,359,363,380,392,393,418,420,421,425,427,428,430,431,432,437,438,440,441,443,448,452],stepani:274,stepwis:87,stesman:285,steve:[0,5,7,13],steven:191,stiff:[6,40,51,189,190,252,253,326,389,443],stile:350,still:[1,3,6,9,11,12,13,14,17,18,38,41,61,71,108,116,142,148,164,165,167,169,173,174,188,209,213,241,261,265,278,290,303,318,319,324,345,355,360,361,364,368,378,388,392,394,397,405,423,425,431],stilling:[3,5,7,15,88,356,382,390,405,406,435],stipul:210,stl:71,stochast:[4,7,9,172,207,278,285,300,354],stoddard:352,stoke:[216,294],stoll:[213,215],stone:[9,19,319,352],stop:[],stopstep:448,stopthresh:[41,188],storag:[3,12,15,292,333,435],store:[],store_st:279,storm:12,stouch:7,str:448,straatsma:6,straddl:[3,59,61,134,211,270,275,301,423,427,433],straight:270,straightforward:[13,357,443],strain:[3,6,59,80,166,192,194,227,229,233,378,379],strang:[164,168,448],strategi:[],stratford:216,strcmp:303,stream:[3,6,112,121,124,127,128,168,178,194,206,207,213,214,247,256,265,278,449],streamlin:[12,431],streitz:[],streiz:349,strength:[3,120,138,149,168,269,295,299,364,393,394,435],stress:[],stretch:[3,54,59,117,189,274],strict:396,strictli:[6,41,164,188,227,260,285,423],stride2:448,stride:[169,207,430,439,448],strietz:349,strike:195,string:[2,3,6,11,12,41,144,167,169,181,182,183,184,185,186,188,205,258,271,303,320,332,380,390,391,392,396,419,421,423,433,434,440,441,448],strip:448,strong:[261,335],stronger:6,strongest:[378,379],strongli:[1,6,13,195,270,273,290,443],structrur:3,structur:[],structured_point:271,strucur:73,stuart:[261,262,335,348,405],stub:12,stuck:192,student:255,studi:[6,105,371],studio:12,stukowski:[179,355],style1:[33,50,157,310,364,423],style2:[33,50,157,310,364,423],style:[],style_nam:[229,230],stylist:8,sub1:434,sub:[1,3,4,6,7,8,9,11,12,13,18,33,37,39,40,41,42,50,55,58,61,63,68,87,91,107,120,138,146,157,163,168,169,173,174,188,192,194,229,230,233,252,260,265,270,273,290,291,299,301,310,313,321,323,333,338,348,354,360,361,363,364,384,392,393,394,411,412,420,423,426,432,440],subbox:[117,168,169],subdirectori:4,subdivis:216,subdomain:216,subequ:11,subgroup:[167,451],subject:[6,41,147,188,411],submit:[],subramaniyan:13,subroutin:333,subscript:[11,290,304,358,448],subsequ:[6,11,12,41,59,145,169,188,192,205,285,290,291,292,321,332,355,405,421,423,424,430,433,434,442,448,452],subset:[6,11,12,16,41,80,120,167,169,188,225,229,231,232,233,234,235,256,257,261,270,328,333,335,339,364,384,417,420,423,425,428,432,448],substanti:[6,16,406,432],substep:229,substitut:[1,2,3,12,167,212,328,332,357,384,421,434,448],substract:349,substrat:[146,192,229,231,232,234,235,257,270,423],substyl:[377,432],subsystem:290,subtl:[94,96,97,207],subtleti:130,subtract:[3,6,54,63,91,94,97,102,103,105,112,121,122,123,124,125,126,127,128,130,131,132,133,134,136,137,167,172,181,205,206,209,213,214,215,217,221,225,247,254,270,301,329,376,423,433,441,448,449],succe:12,succeed:182,succesfulli:3,success:[2,6,11,12,14,15,116,167,169,179,182,192,195,205,241,256,270,278,285,303,326,328,421,430,431],successfulli:[3,11,167,195,421,434],successulli:11,successv:428,sucessfulli:3,sudden:36,suddenli:299,sudo:[11,12],sufac:42,suffer:[16,17,18,293,299,333],suffici:[2,3,7,17,18,41,61,71,184,188,227,229,252,278,285,292,295,303,368,384,423,443],suffix2:12,suffix:[],suggest:[0,7,12,227,260,421,443],suit:[7,9,13,174,216,357],suitabl:[4,12,13,17,54,87,167,191,259,282,339,346,361,377,380,392,393,418,437],sum:[3,6,8,9,12,40,70,71,76,80,83,88,89,90,94,98,103,105,107,109,110,112,116,117,120,121,122,124,125,126,127,130,131,132,133,134,136,138,140,141,142,181,182,183,184,185,186,195,203,206,213,214,219,251,252,256,260,265,270,271,274,277,288,290,292,295,299,301,318,319,326,338,349,353,357,358,367,369,372,380,392,393,396,412,421,441,443,448,449],summar:[6,358],summari:[],summat:[6,9,42,70,88,318,319,343,349,355,356,369,373,406,408,409,410],summer:[3,13,184,392,393],sumsq:117,sun:[21,43,151,304,345,384,393],sunderland:17,sup:[252,260,265,348,443],supercomput:[12,17,18,421],superpos:[364,405],superposit:7,supplement:[207,392,393],supplementari:[193,360,394],suppli:[12,164,205,227,290],support:[1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,40,41,42,87,88,102,107,167,168,169,170,173,174,175,176,181,188,191,192,193,200,203,207,208,211,213,214,215,216,224,227,229,231,232,233,234,235,246,247,248,249,251,252,257,260,262,264,269,270,275,277,281,282,283,284,288,293,295,299,316,317,318,319,325,326,327,333,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,420,424,425,430,432,433,434,436,437,443,447,451,452],suppos:[3,8,358,448],suppress:[6,12,142],sure:[6,8,11,13,14,164,173,174,192,270,273,300,355,407],surf:145,surfac:[3,4,6,8,40,42,57,70,118,120,142,144,147,168,172,195,202,211,216,219,251,262,269,275,278,285,290,295,299,300,328,339,364,378,379,412,415,420,426],surface_mov:290,surfact:[350,359],surpris:357,surrog:9,surround:[38,56,70,144,164,169,192,229,231,232,234,235,251,257,270,407,443],suspect:3,suspens:[378,379],sustain:[167,192,361],suzuki:[229,270],svg:6,svn:[7,11,12],sw_exampl:391,swamp:270,swap:[],swegat:289,swiggl:[3,226,295,298,300,426,448],swiler:[120,396],switch7_section_start:359,switchflag:[120,396],swm4:443,swol:53,swope:6,sxx:169,sy0302:9,symbol:[6,12,118,143,267,339,357,396],symmetr:[6,70,87,93,112,121,173,174,192,229,230,286,293,334,346,352,355,408,410,448],symmetri:[3,5,6,7,8,63,64,70,146,167,227,251,304,319,334,423,443],sync:[3,6],synchron:[1,207,328],synechococcu:7,syntax:[],sysdim:252,sysstem:339,system:[],system_:253,systemat:[6,213],systemx:3,t10:438,t11:438,t12:438,t13:438,t14:438,t15:438,t3e:12,t_chain:3,t_corr:3,t_correl:418,t_dephas:418,t_e:290,t_e_min:290,t_equil:[287,288],t_event:[3,418,437],t_hi:437,t_infil:290,t_init:[260,290],t_iter:3,t_lb:216,t_lo:437,t_order:3,t_oufil:290,t_out:290,t_outfil:290,t_qm:260,t_switch:[287,288],t_target:341,ta06a:396,ta5:143,tab:[2,423],tabbernor:118,tabinn:384,tabul:[3,7,13,22,37,38,44,55,56,65,71,79,92,164,278,318,334,339,340,342,343,344,345,346,349,355,357,369,373,387,390,393,395,405,407,408,413,425],tabular:390,tabulate_long_rang:393,tad:[],tadmor:9,tag:[178,197,443],tagint:3,tail:[3,87,110,138,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,415,416,425,441],tailor:[71,291],tait:[9,402,403],taitwat:[],take:[1,2,3,6,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,77,87,89,91,109,112,113,116,117,121,122,131,138,142,148,150,151,152,153,154,155,156,158,159,161,162,164,167,168,169,173,174,175,187,188,192,194,201,204,208,212,213,214,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,275,276,277,278,280,281,282,283,291,294,301,304,305,306,307,308,309,312,314,318,319,323,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,392,393,394,395,397,404,406,407,408,409,410,411,412,414,415,416,417,421,424,431,432,433,440,441,448],taken:[6,59,144,166,191,195,205,206,207,213,214,215,216,256,260,263,290,308,355,357,360,406,418,432,433],talk:[6,7],talli:[3,6,8,41,107,113,181,183,184,185,188,190,213,215,230,278,286,293,357,359,363,392,393,448],tan:[169,448],tandem:[4,16,270],tangent:228,tangenti:[6,108,278,296,300,361],tanh:290,tantalum:[4,396],taper:[3,263],tar:12,tarbal:[0,8,11,12],target:[3,6,7,8,11,12,17,39,41,169,177,188,192,193,195,205,206,207,213,214,215,229,230,231,232,233,234,235,246,247,248,249,253,257,260,265,270,274,276,281,282,283,284,289,290,293,294,297,316,319,341,353,418,429,431,449],target_fil:289,task:[1,6,7,12,13,14,15,16,17,18,54,169,210,253,291,333,421],taskset:16,tatb:[4,266],tatom:443,tau:[3,133,213,214,216,229,257,270,281,282,287,288,290,442,447],tau_1:206,tau_k:206,tau_n_k:206,tb3:143,tbead:136,tbp:339,tchain:[229,230,233,247,248,270],tcl:265,tcom:214,tcsh:[11,12,346],tdamp:[213,229,230,233,270,281,282],tdephas:418,tdrude:[129,198,214,443],teal:169,tech:[7,9,13],technic:[6,7,9,216,263,278,393],techniqu:[6,7,9,87,172,192,227,260,270,294,297,319,384,407,443],technolgi:9,technolog:[9,14,19,210],tell:[2,6,11,12,37,55,163,172,252,313,329,392,393,405,421,425,443],telsa:17,temeperatur:11,temp:[],temp_drud:443,temp_eff:97,tempcom:[123,137],temper:[],temperar:253,temperatur:[],temperature_definit:178,tempfix:438,templ:[7,9,18],templat:[3,8,13,17,19,40,144,145,147,195,205,256,270,273,327,423],templeton2010:178,templeton2011:178,templeton:[9,178],tempor:206,temporari:[2,430],temporarili:[164,269,436,437],ten:14,tend:[29,229,251],tensil:[7,194],tensor:[3,6,8,63,82,83,89,90,91,93,106,112,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,192,216,219,229,230,233,255,257,270,293,318,319,327,357,378,379,441,448],tenth:317,term:[0,1,3,5,6,7,8,9,12,20,21,22,27,38,40,45,46,61,87,88,89,91,110,112,121,123,132,137,138,151,152,153,164,169,173,174,180,182,183,186,194,200,206,207,208,213,214,215,216,228,229,230,231,232,233,234,235,246,247,249,253,257,260,269,270,276,281,282,283,290,292,294,296,304,305,314,318,326,329,334,335,339,340,341,342,343,344,345,347,348,349,350,351,352,353,355,356,357,358,360,361,362,369,373,376,377,378,379,380,381,382,384,387,394,404,406,408,409,410,415,432,433,435,441,443],termin:[118,229,326,328,422,431],termostat:282,terrel:325,terri:7,tersoff:[],tersoff_1:[408,409,410],tersoff_2:[408,409,410],tersoff_mod:409,tertiari:156,tessel:[9,142],test:[],test_descriptor_str:3,testf:164,testu:164,tether:[6,268,274,275,277,288,359],tex:8,texa:389,texas_holdem:269,text:[2,3,4,6,7,8,12,13,38,41,56,164,167,168,169,172,178,181,182,183,184,185,186,188,193,210,258,289,290,302,319,321,328,355,358,368,380,396,407,419,423,424,440,448,450],textur:17,tfactor:[3,169],tfinal:448,tfix:269,tfmc:[],th4:143,than:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,27,38,39,40,41,42,56,57,58,59,61,63,68,71,76,86,88,105,108,112,115,116,119,121,142,145,146,147,153,164,166,167,169,172,177,179,181,183,184,185,186,188,189,190,191,192,194,195,196,199,202,205,206,207,208,211,212,213,216,227,251,252,256,257,258,259,260,261,263,265,268,269,270,271,274,275,276,278,282,283,285,286,290,293,294,295,296,297,298,299,300,301,303,318,319,324,325,326,327,328,329,330,333,338,339,340,342,343,344,355,357,360,361,367,378,379,380,384,392,393,394,397,405,406,407,410,412,413,415,418,419,420,421,423,424,425,426,427,428,431,432,435,437,438,440,448,449,450],thank:[210,408,410],thb:393,thb_cutoff:393,thb_cutoff_sq:393,thei:[0,1,2,3,4,6,7,8,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,37,38,39,40,41,42,43,45,46,47,48,49,51,53,54,55,56,57,59,61,63,64,66,68,70,71,74,75,81,82,84,87,89,90,91,93,103,104,106,108,109,112,114,115,116,117,119,120,122,123,124,126,127,130,131,137,139,141,144,146,147,148,150,151,153,154,155,156,158,159,161,162,163,164,167,168,169,172,173,174,175,177,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,200,201,204,205,206,208,209,210,213,214,216,219,226,229,231,232,233,234,235,236,237,238,239,244,246,247,249,255,256,257,258,259,261,262,269,270,271,272,273,278,279,281,282,283,285,289,290,292,293,294,296,298,299,301,303,304,306,307,308,309,312,313,314,316,318,319,321,323,325,326,327,328,329,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,385,386,387,389,390,392,393,394,395,396,397,404,405,406,407,408,409,410,411,412,413,414,415,416,419,421,423,424,425,426,427,428,432,433,435,436,441,443,448,450,451],them:[1,2,3,4,6,7,8,9,11,12,13,14,39,40,41,54,59,71,91,107,114,117,119,146,151,167,168,169,170,180,181,182,183,184,185,186,188,191,192,194,202,210,213,214,225,229,231,232,233,234,235,246,249,251,257,259,267,268,269,270,273,278,281,282,283,285,289,290,292,296,297,298,300,301,304,319,321,327,328,329,333,334,339,346,355,358,360,364,384,394,397,412,418,421,423,430,435,438,443,448,449],themselv:[6,11,147,173,174,188,214,318,319,328,330,334,339,349,355,377,380,381,382,396,448],theor:285,theorem:[206,213,339],theoret:[105,210,260,406],theori:[3,9,12,40,120,178,193,207,229,252,318,319,339,415,437],thereaft:[71,221,254,270,286,293,421],therebi:[291,378,379],therefor:[3,6,12,64,87,129,179,198,205,214,216,273,285,319,351,391,393,406,411,416,432,443],therein:[6,380],thereof:87,thermal:[],thermo:[],thermo_modifi:[],thermo_p:[3,63,109,421,441],thermo_press:[63,112,192,198,229,231,232,233,234,235,257,440,441,443],thermo_styl:[],thermo_temp:[63,112,122,191,192,205,229,231,232,233,234,235,246,247,249,252,257,281,282,283,440,441,443],thermoberendsen:6,thermochem:447,thermochemistri:357,thermodyam:[441,447],thermodyanm:[63,191,278,301,432],thermodynam:[],thermophys:384,thermost:[6,126,177,193,198,214,297,443],thermostat:[],thermostatequ:6,thesi:[318,319,378,391],thess:340,theta0:[20,21,24,26,27,28,32,33,35,36,120,153,269,312],theta0max:120,theta10:339,theta1:[151,304,339],theta2:[151,304,339],theta3:[304,339],theta4:339,theta5:339,theta6:339,theta7:339,theta8:339,theta9:339,theta:[3,6,26,27,37,38,63,65,80,120,143,144,153,166,168,208,265,269,290,304,312,363,390,409,423,426,433],theta_0:386,theta_:[312,339],theta_c:363,theta_ijk:339,theta_ijl:304,theta_jik:[381,382],theta_pi:339,theta_sigma:339,thex:261,thi:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,444,445,446,447,448,449,450,451,452],thick:[71,118,168,184,426],thie:110,thijss:285,thin:[116,168],thing:[3,6,11,12,54,68,71,192,229,257,270,278,420,421,425,448],think:[3,6,7,8,11,13,169,270,301,306,309,321,326,364,392,393,407,421,425,428,448],third:[6,9,29,91,120,121,142,181,182,183,184,185,186,206,267,275,276,290,348,358,380,386,411,418,419,421,423,426],thirumalai:156,thistl:169,tho:356,thole:[],thompson:[0,5,7,9,13,112,120,121,396],thoroughli:9,those:[1,2,3,4,5,6,7,8,12,13,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,43,45,46,47,48,49,50,51,53,54,56,61,71,77,87,91,108,109,110,112,116,120,121,124,134,144,148,150,151,153,154,155,156,157,158,159,161,162,164,166,167,168,169,179,180,181,182,184,185,186,192,194,195,202,205,208,210,211,212,213,219,228,229,231,232,233,234,235,236,244,246,247,249,256,259,262,270,280,287,288,292,296,297,298,301,302,304,306,307,308,309,310,312,314,318,319,326,328,329,333,334,335,337,340,341,342,343,344,345,346,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,384,385,386,387,389,392,393,394,395,396,397,405,406,407,408,409,410,412,414,415,416,418,420,421,423,425,426,427,428,430,432,433,435,437,440,441,443,448,451,452],though:[6,8,12,16,39,40,63,71,91,104,144,167,169,179,184,189,190,192,194,199,230,268,270,272,286,293,303,318,321,328,353,354,355,357,358,360,361,377,378,384,418,423,425,426,431,435,448],thought:[127,213,247,270,294,295,325,361,368,443],thread:[1,3,9,12,16,17,18,210,291,333,436],threads_per_atom:3,three:[3,6,54,63,74,87,91,105,117,118,119,120,123,143,144,156,172,191,192,197,217,229,233,252,257,270,278,285,287,290,308,312,318,319,327,333,334,335,339,355,356,358,360,361,365,368,380,381,382,386,390,393,394,396,406,408,409,410,421,423,426,448],threebodi:406,thresh:[41,167,168,169,188,421],threshhold:[3,41,168,188,301,421],threshold:[3,41,86,169,188,251,329,393,418,437],thrid:421,through:[3,6,7,9,11,12,63,144,167,170,192,203,205,210,211,216,218,219,220,229,230,253,261,285,290,295,317,324,335,356,357,361,369,395,397,404,411,418,421,424,434,440,443],throughout:[6,16,116,118,291,333,423],thru:[3,6,7,11,12,66,74,75,81,89,90,93,103,104,105,106,139,166,167,169,183,226,278,298,303,317,326,332,426],thrust:1,thu:[1,2,3,6,8,9,11,12,18,33,38,39,41,42,50,59,61,63,64,66,67,70,71,72,73,75,77,81,88,90,91,93,103,104,106,108,109,113,114,115,116,117,120,121,124,127,132,134,139,140,141,144,146,147,148,152,157,163,164,166,167,168,169,170,172,173,174,175,176,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,200,202,206,207,208,209,210,211,213,214,219,224,229,233,243,251,257,259,261,265,268,270,271,272,273,274,275,276,277,278,279,281,282,283,285,286,289,290,292,293,294,295,298,299,300,301,303,304,310,318,319,321,324,326,327,328,332,333,334,335,338,339,340,341,342,343,344,345,346,347,348,349,353,354,355,356,357,358,359,360,361,364,365,366,367,369,373,377,378,379,380,381,382,384,385,387,389,390,391,392,393,394,396,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,418,420,421,423,424,425,426,427,428,430,431,432,433,435,437,438,439,440,441,443,447,448,449,450,451],thumb:[8,10,17,144,166,226,270,333,347,426,432],thz:265,ti2:143,ti3:143,ti4:143,tight:339,tightli:259,tij:352,tildeslei:[29,87,352],tile:[3,6,41,62,144,188,367,412,420],tilt:[3,6,57,58,59,71,132,146,167,169,184,192,194,195,208,227,229,230,251,260,319,321,423,426,441],time:[],time_integr:178,timedelta:182,timelin:5,timer:[1,12,14,17],timescal:[3,180,181,182,183,184,185,186,227,260,265,357,418,432],timespan:[213,214,229,257,270,281,282],timestamp:[3,428],timestep:[],timesteppnig:273,tin:[348,349],tine:182,tinfoil:319,tini:[144,326,339,449],tinker:7,tip3p:[],tip4:6,tip4p:[],tip:[],tirrel:295,titan:15,titer:270,titl:[181,182,183,184,185,186,258,393],title1:[181,182,183,184,185,186],title2:[181,182,183,184,185,186],title3:[181,182,183,184,185,186],tji:352,tl1:143,tl3:143,tlbr_msw:390,tlo:437,tloop:[229,230,233],tm3:143,tmax:[3,199,437],tmd:[],tmd_dump_fil:289,tmdatom:289,tmin:199,tmp1:[183,186,434],tmp2:[183,186,434],tmp3:434,tmp:[6,12,41,66,68,69,75,90,93,104,106,114,116,124,139,141,167,168,169,188,259,270,286,293,332,430,434,448],tobia:[229,230,270],todd:247,toe:138,toff:[327,423],togeth:[2,3,6,11,12,17,39,41,71,115,121,124,138,145,167,173,174,181,183,188,192,198,207,214,229,257,270,274,275,278,296,300,301,359,364,421,426,431,443,451],toggl:[59,148,430],togheth:3,togther:3,tol:[273,278,318,406],toler:[3,192,261,262,263,273,278,326,328,406,418,437],tomato:169,tong:[9,13],too:[1,3,6,7,39,41,64,67,70,72,73,77,88,120,132,145,147,168,188,189,190,192,195,202,205,209,229,252,257,261,265,267,273,278,285,286,290,293,319,328,329,333,353,418,426,437,440,443,448],took:[71,397],tool:[],toolkit:[6,7,13,14,15],top:[0,3,8,9,11,12,13,59,127,166,172,187,194,209,216,228,247,271,297,298,300,328,333,392,393,396,423,427,433],topic:[448,451],toplog:[3,420],topolgi:40,topolog:[2,3,6,7,8,12,13,39,40,87,108,115,147,148,169,189,190,210,255,327,364,384,420,423,424,425,427,428,435],topwal:187,torder:270,torqu:[],torsion:[6,151,152,163,335,392,393],torsion_flag:335,tosi:340,tot:265,total:[3,6,11,12,14,15,16,17,18,39,41,63,71,81,88,89,90,91,98,102,103,104,105,107,109,110,117,120,121,122,124,125,126,127,130,131,132,133,134,136,138,140,141,142,167,172,175,176,179,181,183,184,185,187,188,190,196,198,200,203,204,205,206,211,213,214,215,216,217,219,227,230,233,243,252,253,255,256,260,265,267,269,270,271,272,274,275,277,286,287,288,290,293,295,299,318,326,327,328,329,330,333,334,336,338,339,348,355,357,361,380,381,382,390,392,393,396,412,418,420,421,425,431,432,437,438,441,448],touch:[12,211,296],toukmaji:[319,352],toward:[9,29,142,168,172,195,196,211,216,228,233,251,268,275,289,291,312,328],toxvaerd:374,tpa:333,tparam:270,tpartial:124,tpc:333,tpcpu:441,tperiod:270,tptask:[16,333],tqx:[113,167,280],tqy:[113,167,280],tqz:[113,167,280],trace:357,track:[3,7,12,190,194,216,290,300,418,423,429,437,441,448],track_displac:178,tracker:210,trade:[6,12,262,318,319,349,369,373,432,437],tradeoff:384,tradit:[6,319],traffic:12,trail:[2,22,44,77,87,116,138,148,152,169,173,174,270,305,323,327,328,346,358,380,393,396,417,423,431,433],train:393,traj:193,traj_titl:393,trajectori:[3,6,12,39,87,167,210,229,231,232,234,235,236,237,239,240,242,244,245,246,247,248,249,253,270,273,274,291,300,353,384,393,425,433,443,447],tran:[155,156],transfer:[1,6,16,178,198,210,212,286,290,293,318,333,339,443],transform:[],transit:[6,86,228,274,289,328,350,377,382,410,418,437],translat:[3,6,61,63,94,95,96,97,98,123,124,128,137,181,205,209,213,214,219,229,234,235,246,249,253,270,281,282,283,285,321,357,423,441],transmiss:210,transmit:[6,210],transpar:[14,17],transport:[178,290,398],transpos:12,trap:[3,6,91,140,182,211,292,448],trapezoid:[182,448],trate:[3,194,210],travel:278,treat:[2,3,6,8,17,40,42,71,82,84,85,121,123,137,148,165,181,182,183,186,195,204,230,252,255,256,270,278,290,292,299,303,317,318,326,327,329,338,351,357,358,360,363,367,381,382,394,412,423,426,428,431,433,443,448],treatment:[9,265,351],tree:[3,255,377],tref:354,tri:[],trial:[195,205,336,432],triangl:[3,6,7,40,42,82,113,142,172,245,270,278,405,412,423,433],triangleflag:423,triangul:[6,13],triangular:[4,6,42,82,113,192,245,423],tricki:[420,443],triclin:[],triflag:6,trigger:[3,11,12,62,86,188,191,205,326,441],trigon:25,trilinear:216,trilino:17,trim:[3,424],tripflag:392,tripl:[2,120,194,339,392,419,421],triplet:[3,34,37,356,386,390,406,408,409,410],trivial:[8,11],trj:393,trott:[7,9,14,17,120,396],troubl:[11,12],truli:8,truncat:[3,5,6,12,71,259,265,295,299,325,337,349,357,361,369,371,374,384,389,433],trung:15,tscale:[3,227,260],tschopp:67,tsige:343,tsrd:[278,300],tstart:[206,207,213,215,229,230,270,281,282,283,284,353,429],tstat:[],tstop:[206,207,213,215,229,230,270,281,282,283,284,353,429,437],tsuzuki:73,ttm:[],ttm_mod:290,tucker:[120,396],tuckerman2006:229,tuckerman:[229,230,248,253,270,432],tune:[],tunnel:253,turn:[3,4,6,12,22,33,37,39,44,50,54,55,59,65,69,71,108,115,120,143,148,152,157,163,168,169,172,179,189,190,191,192,205,210,229,241,255,258,259,270,278,305,310,313,318,326,328,329,331,333,335,351,363,364,380,384,393,404,405,419,423,425,430,435,436,441,445,450],turquois:169,tutein:335,tutori:[6,9],tweak:[12,144,210],twice:[3,6,16,17,63,88,150,169,172,173,174,192,226,229,263,333,364,421,423,430],twin:67,twist:[378,379],two:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,22,38,39,41,42,44,54,56,57,59,61,63,65,68,69,71,76,77,79,87,88,92,107,108,113,114,115,116,117,118,120,123,126,127,129,130,132,138,142,143,144,145,147,152,166,167,168,169,172,173,174,179,180,181,182,183,184,185,186,188,189,190,191,192,195,198,202,205,206,207,209,211,212,213,214,216,219,228,229,230,233,251,252,253,256,257,259,260,261,265,267,270,274,275,278,285,286,288,290,293,296,299,301,303,305,314,318,319,321,323,324,326,327,328,331,333,334,335,336,338,339,340,341,342,343,346,347,348,349,351,352,353,354,355,356,357,358,360,361,364,367,368,369,373,377,378,379,380,384,387,390,391,392,393,394,396,397,404,405,406,408,409,410,411,412,415,416,417,418,420,421,423,424,425,426,427,430,433,435,437,438,440,441,443,447,448,449,450,451,452],two_temperatur:178,twobodi:[408,410],twogrid:3,twojmax:[120,396],twolevel:[3,420],txt2html:8,txt:[8,12,13,167,170,258,259,290,316,327,368,413,428,448],typcial:[41,188],type1:[77,118,143],type2:[77,118,143],type:[],typen:[77,118,143],typic:[1,2,3,6,7,8,10,11,12,13,14,15,16,17,18,29,39,40,41,45,46,55,57,59,61,63,70,71,86,87,102,107,119,138,142,144,145,147,167,168,169,172,173,174,175,177,178,181,188,189,190,191,192,194,195,200,202,203,205,208,214,229,241,252,255,256,259,261,263,269,270,273,278,285,293,294,300,318,321,325,326,327,328,329,330,333,344,346,347,349,359,360,363,364,368,369,373,378,379,380,384,394,405,407,410,418,419,421,423,424,425,426,432,435,437,438,440,447,448,450,452],typicali:12,tzou:290,u_f:216,u_ij:390,u_prom:339,uberuaga:[228,328],ubiquit:[11,339],uhf:336,uiuc:[9,17],uloop:[3,253,328,332,448],ultim:437,ultra:142,umbrella:[],umin:[26,27,48,49,153],unabl:[3,11,41,188],unaffect:[167,192,229,270,424,435,440],unalt:[173,174,241],unambigu:[71,184],unari:[303,448],unbalanc:3,unbias:[132,357],unbond:[190,423],unbroken:80,uncertainti:40,unchang:[59,192,195,228,229,231,232,234,235,243,257,270,423,424,427,433],uncharg:[40,319],uncom:[1,4],uncompress:[12,71,168],uncomput:[],uncorrel:[206,285,418],uncoupl:253,undefin:[3,12],under:[0,5,6,7,8,9,10,12,18,21,22,44,120,151,152,168,210,227,256,260,261,304,305,323,357,377,393,396,421,437,443],underestim:142,underflow:168,undergo:[6,86,87,132,206,213,214,274,278],undergon:[191,278],underli:[12,17,70,168,229,290,321],undermin:39,underpredict:6,underscor:[2,3,63,172,191,192,227,229,231,232,233,234,235,246,247,249,257,259,281,282,283,303,327,448],understand:[1,6,8,205,230],understood:[167,339],undesir:[59,192,194,229,270],undetermin:278,undisturb:[378,379],undo:[148,210],undump:[],unexpect:[3,429],unfix:[],unfix_flux:178,unfold:276,unfortun:[291,431,432],uniaxi:[3,123,233],uniform:[7,16,41,88,116,178,188,189,190,213,216,219,230,285,354,360,394,418,420,448,449],uniformli:[59,116,166,216,256,290,390,407,449],uninstal:12,uninterrupt:[179,195,205,226,227,229,231,232,233,234,235,246,247,248,249,259,260,270,274,277,280,288,290,296],union:[3,6,40,169,299,301,423,426],uniqu:[3,6,7,8,9,12,39,71,206,207,213,214,233,259,265,267,328,355,357,423,448,449],unit:[],unit_styl:3,uniti:[356,384,400],unitless:[64,67,70,71,114,149,181,184,185,194,205,227,229,260,296,326,336,361,387,389,406,408,409,410,447],unitlesss:[78,80,111],univ:[9,13],univers:[3,6,9,12,13,18,87,210,318,319,328,332,378,382,389,391,410,417,420,448],universit:[9,13],unix:[12,17,212,434],unknown:[3,12,64,73,423],unless:[2,3,11,12,15,16,18,55,57,67,118,129,143,144,167,169,170,177,192,195,205,213,229,231,232,234,235,256,257,270,278,289,320,326,347,384,407,421,426,430,435,448],unlik:[12,33,50,59,89,104,134,144,157,167,213,229,233,257,263,265,281,282,283,310,317,318,334,339,355,358,363,364,368,380,381,382,393,396,405,420,425,430,435,448,452],unlimit:390,unlucki:3,unmark:7,unmodifi:279,unnecessari:16,unoccupi:290,unoptim:168,unpack:[0,8,11,333],unpack_bord:8,unpack_border_bodi:8,unpack_border_hybrid:8,unpack_border_vel:8,unpack_comm:8,unpack_comm_bodi:8,unpack_comm_hybrid:8,unpack_comm_vel:8,unpack_exchang:8,unpack_restart:8,unpack_revers:8,unpack_reverse_comm:8,unpack_reverse_hybrid:8,unpad:169,unperturb:87,unphys:[3,6,214,229,270,423],unpredict:[268,433],unrecogn:3,unrel:[8,9,13,150],unreli:384,unrestrain:269,unrestrict:336,unscal:[3,113,138,167,280,424],unset:[318,357],unshift:352,unsmooth:375,unsolv:[330,344],unsort:169,unspecifi:[194,423],unsplit:443,unstabl:[3,216],unstrain:194,unsuccess:[3,256],unsupport:3,untar:12,until:[2,3,6,12,14,38,39,41,56,71,119,164,168,188,192,195,205,210,256,278,280,287,303,317,318,329,332,333,339,361,407,418,424,428,429,431,437,447,448],untilt:426,unus:339,unusu:[3,8,329],unwant:[3,144,318],unwrap:[3,66,74,75,81,89,90,93,103,104,106,113,121,139,167,169,170,180,191,193,210,226,270,275,280,423,424,427,433],unwrapexpand:167,unzip:12,up_intern:168,updat:[0,3,6,8,12,13,167,172,189,190,198,203,206,213,214,216,218,219,222,223,226,227,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,255,257,259,260,265,270,280,281,282,283,285,290,301,333,339,352,384,392,393,418,423,425,433,434,437,443],upenn:[11,13],upgrad:12,upon:[6,179,210,339,411,437],upper:[2,3,41,57,59,71,88,103,105,133,140,166,169,182,184,185,188,192,198,214,216,229,260,265,295,296,301,302,326,361,426,449],upsid:6,upsilon:360,upto:[3,425,431],upward:195,urbana:[210,318,319,378],urey_bradlei:20,usa:9,usabl:[12,205,355],usag:[3,6,8,214,251,265,278,364,377,423],use_ldg:17,useful:333,user:[],user_misc:[30,31,35,154,159,162,308],userguid:9,usr:[11,12,14,424],usual:[2,3,6,9,12,14,17,18,24,28,32,35,36,47,71,87,117,123,124,126,129,137,142,161,167,173,174,179,181,191,192,193,194,205,208,213,215,227,233,252,260,261,267,269,270,278,286,290,293,295,299,303,309,316,328,329,333,344,347,350,352,360,364,365,368,377,378,379,384,386,396,406,411,418,424,428,432,434,437,440,441,448,452],util:[17,18,333,360],utilizi:12,utsa:389,uttormark:13,uuml:252,uwo:9,v11:6,v22:6,v33:6,v_0:[3,290],v_a:[8,194],v_abc:[421,441,448],v_area:[2,448],v_atomfil:433,v_c:138,v_cluster:259,v_dc:138,v_delta:87,v_dhug:[227,260],v_diff:[140,292],v_displac:194,v_dk:138,v_dlj:138,v_drai:[227,260],v_dx:[226,426],v_dy:[226,426],v_dz:226,v_e_hbond:363,v_ea:[392,393],v_eb:[392,393],v_eqeq:[392,393],v_espac:175,v_f:421,v_fac:421,v_flux:209,v_foo:[421,448],v_ij:390,v_increas:208,v_integr:292,v_jx:91,v_jy:91,v_jz:91,v_k11:91,v_k22:91,v_k33:91,v_k:138,v_ke:[167,451],v_left:426,v_lgr_po:[227,260],v_lgr_vel:[227,260],v_linear:[295,298,300],v_lj:138,v_mol:169,v_mu:378,v_myi:226,v_myindex:448,v_myke:117,v_mystep:430,v_myvar:[8,169],v_myx:226,v_n:216,v_name1:[138,194],v_name2:[138,194],v_name:[3,6,71,87,117,167,168,169,173,174,175,176,180,181,182,183,184,185,186,187,200,208,209,211,213,214,226,272,280,281,282,283,292,295,298,300,421,426,430,433,439,441,448,449],v_nstep:301,v_occ:359,v_omega:226,v_oscil:[175,176,187,200,272],v_phi:208,v_prefactor:[173,174,397],v_press:121,v_pressdown:[298,300],v_push:175,v_pxy:6,v_pxz:6,v_pyz:6,v_r0:211,v_r1:142,v_r2:142,v_r:[142,211],v_rad:301,v_radiu:211,v_ramp:[295,298,300],v_rate:[194,211],v_scale1:[173,174],v_scale2:[173,174],v_size:[173,174],v_t_qm:260,v_temp:286,v_theta:[208,426],v_tp:194,v_up:426,v_v0:448,v_v11:6,v_v22:6,v_v33:6,v_v:[226,448],v_valu:[168,421],v_vx:226,v_vy:226,v_vz:[226,449],v_wiggl:[295,298,300],v_x:[2,144,211,226,295,298,300,421,426,448],v_xave:6,v_xmax:6,v_xx:144,v_y:[144,211,426],v_yi:144,v_z:426,vacanc:[4,142,287],vacf:[],vacuum:[290,319,350,410,416],valanc:339,vale:3,valenc:[263,339,357,392,393],valent:339,valeriu:9,valid:[2,3,6,9,11,12,71,118,130,143,168,169,192,205,213,251,270,278,301,303,316,321,355,357,360,390,423,424,431,433,448],vallon:380,valon:380,valu:[],value0:448,value1:[12,124,180,181,182,183,184,185,186,233,292,301,434],value2:[12,124,180,181,182,183,184,185,186,233,292,301,434],valuei:182,valuej:182,valuev:[7,9],valus:259,van:[9,53,87,107,257,261,266,281,347,348,377,380,392,393,415,449],vanderwa:[384,441],vanilla:[6,8,12],vanillia:42,vanish:[198,265,273],vapor:[41,188,205,440],vapour:285,var1:434,var2:434,varaibl:[3,426],vare:290,vari:[1,18,41,61,62,71,87,118,132,134,143,173,174,178,181,182,184,188,192,194,227,229,257,269,270,281,282,290,295,318,344,353,362,375,378,389,397,407,420],variabl:[],variable_hill_factor:13,variable_nam:393,varianc:[117,353,448],variant:[1,3,6,12,83,98,233,270,318,325,333,381,382,408,410,432,436,449],variat:[41,188,448],varieti:[1,2,6,7,13,15,71,168,210,321,364,380,392,393,405,448],variou:[],varreturn:421,varshalovich:120,varshnei:13,vartiabl:3,vbia:6,vcm:[],vdim:[133,286,293,449],vdisplac:[3,211,226,295,298,300,448],vdw:[3,348,393],vec1:[117,259],vec2:[117,259],vec:251,vector:[],vel:[3,6,61,181,184,185,194,214,256,274,297,353,357,361,418,425,426,428,443],veld:[13,278,319,343,373],veloc:[],velocit:[209,353,357,361],velocity_bottom:216,velocity_temp:449,velocity_top:216,vendor:12,verbatim:421,verbos:12,veri:[1,3,6,7,8,9,10,12,13,17,41,71,87,117,167,168,169,180,181,182,183,184,185,186,188,189,190,192,205,219,229,230,241,253,268,273,281,282,292,328,329,330,333,357,361,378,379,389,396,397,407,431,441,443,447,450],verifi:[8,333,384,432,438],verlag:274,verlet:[1,3,7,8,12,18,178,213,229,241,247,253,273,279,290,298,301,417,420,432],versa:[3,6,13,59,138,146,191,211,213,214,270,423,424,443],versu:[6,14,15,16,18,39,41,80,103,104,116,140,169,188,270,273,319,343,352,361,373,384,441,448],vertic:[41,168,188,195,448],vfinal:448,vfrac:113,vhi:[133,449],via:[],vibrat:[6,9,195,207,251,260,265,312,357,418,432],vice:[3,6,13,59,138,146,191,211,213,214,270,423,424,443],video:168,view:[4,6,7,9,13,167,168,278,339,357,358],viewer:[167,168],viewpoint:168,vij:353,vika:13,vim:[],vincent:[9,19],violat:285,violet:169,virial:[3,63,91,112,120,121,138,173,174,192,198,229,230,231,232,233,234,235,255,257,270,273,318,333,336,353,354,357,365],virialmod:365,virtual:[6,7,8,12,406],virut:9,visa:7,viscoelast:[111,361,389],viscoelsat:389,viscos:[],viscou:[],viscous:270,visit:[271,392,393],vista:167,visual:[],viz:[11,13],viz_tool:11,vizplotgui_tool:11,vizualiziton:271,vlo:[133,449],vmax:[192,278],vmd:[6,7,9,11,13,167,170,210,424],vmdarch:170,vmdhome:170,vname:[144,448],voigt:[6,120],vol:[6,8,91,121,198,214,256,380,410,419,441,448],volfactor:318,volt:[391,447],volum:[2,3,6,40,41,58,59,63,80,87,91,100,112,116,118,121,142,143,144,147,179,181,184,185,188,192,194,195,205,216,227,229,230,233,236,237,239,240,242,244,245,246,247,248,249,256,257,260,270,274,290,295,299,301,318,321,327,341,378,379,389,402,403,416,419,420,423,426,433,441,443,447,448],volumetr:80,voro:[3,9,142],vorobyov:443,voronoi:[],voter2:[418,437],voter:[381,382,418,437],voth:[40,253],vpz:297,vratio:448,vri:362,vrpn:210,vshear:296,vstream:6,vtarget:[3,293],vtk:[],vv0210:13,vx0:140,vxcm:270,vxhi:[195,256],vxlo:[195,256],vy0:140,vycm:270,vyhi:[195,256],vylo:[195,256],vz0:140,vzcm:270,vzhi:195,vzi:297,vzlo:195,w_1:120,w_2:120,w_i:120,w_ik:390,waal:[87,107,347,348,377,392,393,415],wadlei:[13,339],wag:[7,9,13],wagner:[7,9,178,216,380],wai:[1,2,3,6,7,8,11,12,15,18,22,44,59,63,65,66,69,71,75,77,79,87,90,91,92,93,104,106,108,114,115,116,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,139,141,144,147,152,164,166,167,168,169,172,173,174,181,183,184,186,187,190,191,192,194,203,206,211,213,214,216,227,229,233,241,253,257,259,268,270,271,274,275,278,280,281,282,283,286,289,290,292,295,298,300,301,305,306,307,309,312,319,321,323,326,328,329,333,334,335,346,349,350,353,354,355,356,358,360,363,364,366,369,380,381,382,384,386,390,391,394,396,397,404,406,408,410,417,418,421,423,424,426,427,428,431,432,433,448,449],wait:[1,12,210,252,418,420],walk:[3,206,213,214],wall:[],wallhi:295,wallstyl:296,wander:275,wang:[319,380,390],want:[0,1,2,3,5,6,7,8,9,11,12,17,38,40,56,63,66,68,71,75,81,90,93,103,104,106,107,109,110,112,114,116,121,124,139,140,141,144,147,150,164,167,168,169,172,173,174,175,180,181,188,191,194,195,198,200,203,205,211,214,224,243,251,256,259,269,270,272,275,277,279,286,288,293,295,299,301,303,319,321,328,334,335,339,347,348,353,355,358,364,365,366,380,386,390,392,393,397,406,407,408,410,412,419,421,423,424,425,426,428,430,431,441,443,448,450,452],ward:339,warm:[16,357],warn:[],warner:334,warp:[5,380],warranti:7,warren:353,wasn:3,wast:3,watanab:[287,288],watch:328,water:[],watkin:161,wave:[7,9,40,177,227,264,297,336,357],wavefunct:[9,336,357],wavelength:[118,143],wavepacket:[40,336,357,423],wavevector:252,wbodi:83,weak:261,web:[1,8,14,15,16,17,346],webb:178,weber:[3,5,7,15,88,356,382,390,405,406,435],websit:8,weckner:389,weight:[],welcom:421,well:[1,3,6,7,8,9,11,12,13,15,16,17,18,27,40,51,67,71,112,121,123,130,144,153,168,169,175,179,181,186,188,189,190,192,195,200,205,209,213,216,220,226,229,233,256,270,272,285,288,296,326,328,333,338,359,360,363,364,365,378,379,380,394,397,408,409,410,421,423,425,427,432,437,443,447,451],wennberg:318,went:[3,11],were:[3,4,5,6,7,11,12,13,15,16,18,19,34,41,42,52,56,60,70,71,109,112,116,122,124,144,147,148,160,167,169,172,175,181,183,184,185,186,188,194,200,202,209,210,241,247,271,296,297,301,311,318,330,332,357,361,364,368,389,393,418,420,421,423,424,425,426,428,430,438,441,448,449,451,452],weren:428,western:9,westview:415,what:[],whatev:[8,12,14,15,108,113,116,117,119,168,169,173,174,192,205,229,257,259,296,321,325,326,328,333,345,347,392,393,437,443,448],wheat:169,whelan:143,when:[0,1,2,3,4,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,61,62,63,71,81,86,88,103,104,105,107,109,112,113,117,119,122,123,127,131,132,140,142,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,199,200,201,202,203,204,205,207,208,210,213,216,217,219,220,224,229,230,231,232,233,234,235,236,241,243,244,246,247,249,251,255,256,257,258,259,260,262,263,264,265,269,270,271,272,273,274,275,276,278,279,280,281,283,285,286,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,312,313,314,315,316,317,318,319,321,324,325,326,327,328,329,330,332,333,334,335,337,340,341,342,343,344,345,346,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,392,393,394,395,396,397,404,406,407,408,409,410,412,414,415,416,418,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,440,441,442,447,448,449,450,452],whenev:[0,8,12,14,71,169,180,185,270,321,363,421,432,436,448,452],whenth:3,where:[1,3,6,8,9,10,11,12,14,15,18,21,23,24,25,26,27,28,29,32,35,36,37,39,40,41,43,47,48,49,51,55,61,63,65,66,68,69,70,71,73,75,79,80,82,83,84,85,87,88,89,90,92,93,94,95,96,97,98,104,106,108,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,139,141,143,145,147,148,151,153,163,167,168,169,172,173,174,175,176,179,181,182,184,187,188,191,192,194,195,199,200,202,203,205,206,207,208,209,211,213,214,215,216,219,220,222,224,226,227,230,233,241,244,250,251,252,253,256,258,259,260,263,265,270,271,272,273,274,275,277,280,281,282,283,286,287,288,290,293,294,295,296,298,299,300,301,304,306,307,308,309,312,313,314,316,319,321,325,326,327,328,329,330,333,334,335,338,339,340,342,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,366,369,373,378,379,380,381,382,384,386,387,389,390,391,392,393,394,396,399,402,403,404,405,406,407,408,409,410,415,416,417,418,420,421,423,425,426,427,428,430,432,433,435,437,438,439,440,441,443,447,448,449,450,452],wherea:[6,11,179,206,229,261,285,290,443],wherebi:262,wherev:209,whether:[6,8,11,12,16,17,39,40,54,59,61,63,70,71,102,107,109,131,132,164,168,169,171,172,173,174,181,186,189,190,191,192,193,194,198,202,205,214,226,229,233,259,273,278,286,292,293,301,303,316,318,319,327,331,333,342,344,348,362,364,368,378,379,380,384,393,405,418,421,423,424,426,428,435,436,437,440,448,449],which:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,28,29,32,33,37,38,39,40,41,42,44,45,46,47,50,51,53,54,55,56,58,59,61,63,64,66,67,70,71,72,73,74,75,76,77,78,80,81,82,83,85,87,88,89,90,91,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,151,152,155,156,157,158,161,163,164,166,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,219,220,223,224,226,227,228,229,230,231,232,233,234,235,237,239,241,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,303,304,305,307,309,310,313,314,316,317,318,319,321,323,324,325,326,327,328,329,330,332,333,334,335,336,338,339,340,342,343,344,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,371,372,373,375,377,378,379,380,381,382,384,386,387,388,390,391,392,393,394,395,396,397,400,405,406,407,408,409,410,411,412,415,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,448,449,450,451,452],whichev:[12,332,418,437],white:[169,206,213,214,215,270,282,290,423,448,451],whitesmok:169,whitespac:[2,3,169,327,423],who:[0,3,6,7,8,9,13,334,355],whole:[198,210,252,265,274,443],wholli:195,whose:[3,6,7,8,19,38,39,56,59,76,87,129,147,164,168,169,194,211,212,226,229,231,232,234,235,251,252,268,269,273,278,292,299,301,321,328,329,357,371,406,407,408,410,443,448,449],why:[3,6,214,286,293],wide:[1,6,7,9,61,63,172,286,293,321,330,344,347,357,392,393],wider:1,width:[168,169,336,359],wiggl:[3,194,226,295,296,298,300,426],wigner:120,wih:6,wiki:14,wikipedia:[6,14],wild:[3,12,22,44,77,87,116,152,173,174,270,305,323,346,363,417,425,430,450,452],wildcard:[3,12,138,148,167,168,169,267,346,430,433,451,452],wildli:229,win:333,window:[3,4,12,13,71,167,168,170,181,182,183,184,185,186,210,271,283,284,346,424],wipe:[172,364,405,444,446],wire:269,wirt:169,wisconsin:13,wise:[3,12,353,406,432],wish:[2,3,5,6,7,8,11,12,14,17,57,58,59,71,117,121,124,145,146,148,150,167,169,180,181,182,184,185,186,190,194,195,202,205,211,216,220,256,259,270,273,278,279,295,296,321,328,333,342,363,364,380,384,392,407,421,423,424,425,431,435,441,448,449,452],within:[1,2,3,6,8,9,11,12,13,15,16,17,29,39,40,41,42,55,59,61,63,65,69,70,71,72,73,77,79,92,108,112,115,116,117,119,120,135,144,147,168,169,173,174,179,180,181,183,184,185,186,188,189,190,191,195,197,202,205,211,213,251,255,256,257,259,261,270,271,273,275,279,290,293,295,299,301,303,317,321,326,327,328,329,330,333,338,340,342,349,354,355,356,357,359,364,365,368,369,380,387,388,389,394,395,405,406,408,409,410,411,418,420,421,423,431,432,435,437,443,447,448],without:[1,2,3,4,6,7,8,9,11,12,14,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,87,109,112,122,131,145,150,151,153,154,155,156,158,159,161,162,164,167,168,169,170,172,175,181,183,184,185,186,187,192,194,201,204,206,208,210,213,226,229,231,232,233,234,235,236,244,246,247,248,249,256,259,261,262,264,268,270,271,272,273,278,281,283,294,298,302,304,306,307,308,309,312,314,317,318,319,328,329,333,334,335,337,340,341,342,343,344,345,346,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,384,385,386,387,389,393,394,395,397,405,406,407,408,409,410,412,414,415,416,421,423,431,432,441,443,447,448],witht:9,witi:15,wolf:[],wolff:[384,407],won:[3,268,379],wong:[178,339],word:[2,3,6,8,12,29,63,169,172,179,180,181,182,184,185,186,193,211,238,243,258,263,269,292,303,317,347,384,419,421,423,448,449],work:[1,3,6,7,8,9,11,12,14,16,18,39,54,59,60,88,117,118,123,125,126,127,131,132,133,134,136,137,142,143,167,168,170,173,174,181,184,185,191,203,212,213,214,216,220,226,229,234,235,246,247,248,249,267,269,271,273,281,282,283,288,317,329,333,346,348,351,353,364,378,379,380,384,418,420,421,424,425,427,431,432,434,437],workaround:[270,384,449],worker:[12,392,393],workhors:8,workstat:[333,421],world:[3,12,120,317,328,332,417,420,421,438,448],worlei:353,worri:17,worsen:18,worst:299,worth:[181,182,183,184,185,186,260,271],would:[1,3,4,5,6,7,8,11,12,22,29,37,40,41,42,44,55,70,71,89,91,116,121,124,132,144,145,146,147,152,163,167,169,170,172,173,174,176,179,181,188,191,193,194,198,199,202,205,208,209,210,214,226,229,230,241,251,253,257,259,261,265,268,278,285,289,297,298,301,303,304,305,306,307,309,310,313,318,321,323,325,326,328,329,332,333,334,335,339,346,347,348,349,353,354,355,356,358,364,365,366,380,381,382,386,390,392,393,396,406,408,409,410,418,421,423,426,427,428,430,431,432,433,434,438,440,441,443,448,449,451,452],wrap:[1,3,6,11,12,57,59,144,146,166,167,169,170,180,185,193,194,195,210,216,226,270,275,278,295,297,299,318,319,328,421,423,424,426,431],wrapper:[],wrigger:274,wright:326,writabl:3,write:[],write_atom_weight:178,write_data:[],write_dump:[],write_freq:393,write_head:8,write_restart:[],writen:271,written:[3,5,6,7,8,9,12,13,14,17,65,69,115,120,142,167,168,169,170,172,173,174,175,176,177,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,196,198,199,200,201,202,203,204,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,228,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,279,281,282,283,284,285,286,287,289,290,292,293,294,295,297,298,299,300,302,316,321,329,355,364,413,415,418,419,421,424,425,429,430,437,438,439,440,448,450,451,452],wrong:[3,11,192,229,250,295,299,300,329,393,425,430],wrote:[3,425],wt1:384,wt2:384,wt3:384,www:[0,2,3,4,5,6,7,8,10,11,12,13,15,334,355,378,391,392,393,447],x86:12,x_ij:390,x_ijkl:304,x_kjli:304,x_ljik:304,xave:6,xavx:16,xcm:[8,270,448],xdr:[12,167],xeon:[1,4,7,9,12,16,17,18,333,436],xflag:[131,132,217,219,225,270,285],xhe:103,xhi:[2,6,57,59,146,167,194,289,295,298,300,423,426,441,448],xhi_bound:[6,167],xhi_new:423,xhost:[12,16],xi_ij:390,xiaowang:[13,358,408,410],xiij:251,xlat:[144,194,211,441],xlo:[2,6,11,57,59,146,167,194,211,289,295,298,300,423,426,441,448],xlo_bound:[6,167],xlo_new:423,xmax:[6,177,199,241,448],xmgrace:[],xmin:448,xml:[170,391],xml_label:391,xmovi:[],xmu:[296,361],xplane:296,xplor:167,xpo:144,xrd:[],xsph:9,xsu:[3,167,424],xt3:167,xt4:[18,167],xt5:[18,167],xtc:[3,6,7,9,12,167,168,169,170],xtcdump:169,xvf:12,xwall:[297,298,300],xxx:12,xyz:[3,6,7,13,42,66,71,106,108,132,139,144,167,168,169,170,184,192,219,229,230,233,257,267,268,270,275,277,296,298,300,320,327,420,424,449,451],xzhou:[13,358],xzy:420,yang:390,yb2:143,yb3:143,ybox:194,ycm:270,year:[5,7],yeh:318,yellow:[168,169],yellowgreen:169,yet:[3,7,9,17,39,168,173,261,267,295,319,325,326,333,345,347,348,357,415,421,423,424,448,450,451],yflag:[131,132,217,219,225,270,285],yhi:[6,59,146,167,194,289,295,298,300,423,426,441],yhi_bound:[6,167],yield:[6,91,110,117,121,127,132,169,182,192,198,229,247,261,286,292,293,296,301,318,338,353,361,384,389,441,448],yip:287,ylat:[144,194,211,441],ylo:[6,59,146,167,194,289,295,298,300,423,426,441],ylo_bound:[6,167],ymax:[177,448],ymin:448,york:[253,319],yoshida:[229,270],you:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,56,57,58,59,61,63,66,68,71,73,74,75,77,81,87,88,89,90,91,93,102,103,104,106,107,109,110,112,114,116,117,120,121,122,123,124,127,131,132,137,138,139,140,141,142,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,172,173,174,175,176,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,224,226,229,231,232,233,234,235,236,241,243,244,246,247,248,249,252,253,255,256,257,259,261,262,265,268,269,270,272,273,274,275,277,278,279,281,282,283,284,286,287,288,289,290,292,293,294,295,296,298,299,300,301,303,304,306,307,308,309,310,312,314,317,318,319,321,323,325,326,327,328,329,332,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,380,381,382,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,406,407,408,409,410,412,414,415,416,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,440,441,443,447,448,449,450,452],young:361,your:[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,59,61,107,109,112,122,123,127,131,137,142,144,145,146,147,148,150,151,153,154,155,156,158,159,161,162,164,166,167,168,175,178,182,183,186,187,189,190,191,192,195,201,204,205,208,210,213,226,229,231,232,233,234,235,236,244,246,247,249,256,259,262,268,270,272,273,274,280,281,283,286,290,292,293,294,295,296,299,300,301,304,306,307,308,309,312,314,319,321,327,328,329,332,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,354,355,356,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,380,381,382,384,385,386,387,389,390,392,393,394,395,397,406,407,408,409,410,412,414,415,416,417,420,421,423,425,426,427,430,431,432,433,434,435,436,440,441,447,448,450,452],yourself:[6,8,12,13,192,327],yplane:296,ypo:144,ysu:[3,167,424],yuan:9,yukawa:[],yukawa_1_1:413,yxz:420,yzx:420,z_i:[357,410,416],z_j:[410,416],z_meam:380,zachari:13,zannoni:360,zbl:[],zblcut:410,zblcutinn:396,zblcutout:396,zblexpscal:410,zblz:396,zcm:270,zcylind:296,zepeda:179,zero:[3,4,6,9,11,12,26,27,39,41,48,49,59,61,63,66,71,75,87,88,90,93,102,103,104,105,106,108,109,110,112,113,114,115,116,117,118,120,121,123,124,125,132,133,136,137,139,141,142,143,144,146,147,148,150,153,162,164,166,167,168,169,172,173,174,175,177,179,180,181,182,183,184,185,186,187,188,189,190,192,194,199,200,201,202,204,205,206,207,209,213,214,215,216,217,219,225,226,227,229,233,241,244,253,258,259,260,261,262,265,267,268,270,271,272,273,278,280,285,286,288,290,293,294,295,296,297,298,300,301,302,303,308,321,324,326,327,328,329,333,336,339,340,342,343,344,347,349,352,353,357,360,362,363,364,365,369,371,373,374,377,379,380,384,389,393,394,395,404,407,411,416,418,419,420,423,424,426,428,430,431,432,433,437,438,441,443,448,449,450,452],zeta:[3,216,261,358],zfactor:168,zflag:[131,132,217,219,225,270,285],zhang:[270,286,361],zhi:[3,6,146,167,177,289,295,298,300,423,426,441],zhi_bound:[6,167],zhou:[13,339,358,390,408,410],zhu:403,ziegenhain:13,ziegler:[255,380,405,410,416],zimmerman2004:178,zimmerman2010:178,zimmerman:[9,70,178,339],zlat:[194,211,441],zlo:[3,6,146,167,177,289,295,297,298,300,423,426,441],zlo_bound:[6,167],zmax:[177,216,448],zmin:[216,448],zn2:143,zone:[118,271],zoom:[3,167,168,169],zplane:296,zr4:143,zrest:277,zsu:[3,167,424],zwall:295,zwall_veloc:216,zxy:420,zybin:393,zyx:420},titles:["LAMMPS Documentation","5. Accelerating LAMMPS performance","3. Commands","12. Errors","7. Example problems","13. Future and history","6. How-to discussions","1. Introduction","10. Modifying & extending LAMMPS","4. Packages","8. Performance & scalability","11. Python interface to LAMMPS","2. Getting Started","9. Additional tools","5.USER-CUDA package","5.GPU package","5.USER-INTEL package","5.KOKKOS package","5.USER-OMP package","5.OPT package","angle_style charmm command","angle_style class2 command","angle_coeff command","angle_style cosine command","angle_style cosine/delta command","angle_style cosine/periodic command","angle_style cosine/shift command","angle_style cosine/shift/exp command","angle_style cosine/squared command","angle_style dipole command","angle_style fourier command","angle_style fourier/simple command","angle_style harmonic command","angle_style hybrid command","angle_style none command","angle_style quartic command","angle_style sdk command","angle_style command","angle_style table command","atom_modify command","atom_style command","balance command","Body particles","bond_style class2 command","bond_coeff command","bond_style fene command","bond_style fene/expand command","bond_style harmonic command","bond_style harmonic/shift command","bond_style harmonic/shift/cut command","bond_style hybrid command","bond_style morse command","bond_style none command","bond_style nonlinear command","bond_style quartic command","bond_style command","bond_style table command","boundary command","box command","change_box command","clear command","comm_modify command","comm_style command","compute command","compute ackland/atom command","compute angle/local command","compute angmom/chunk command","compute basal/atom command","compute body/local command","compute bond/local command","compute centro/atom command","compute chunk/atom command","compute cluster/atom command","compute cna/atom command","compute com command","compute com/chunk command","compute contact/atom command","compute coord/atom command","compute damage/atom command","compute dihedral/local command","compute dilatation/atom command","compute displace/atom command","compute erotate/asphere command","compute erotate/rigid command","compute erotate/sphere command","compute erotate/sphere/atom command","compute event/displace command","compute fep command","compute group/group command","compute gyration command","compute gyration/chunk command","compute heat/flux command","compute improper/local command","compute inertia/chunk command","compute ke command","compute ke/atom command","compute ke/atom/eff command","compute ke/eff command","compute ke/rigid command","compute meso_e/atom command","compute meso_rho/atom command","compute meso_t/atom command","compute_modify command","compute msd command","compute msd/chunk command","compute msd/nongauss command","compute omega/chunk command","compute pair command","compute pair/local command","compute pe command","compute pe/atom command","compute plasticity/atom command","compute pressure command","compute property/atom command","compute property/chunk command","compute property/local command","compute rdf command","compute reduce command","compute saed command","compute slice command","compute sna/atom command","compute stress/atom command","compute temp command","compute temp/asphere command","compute temp/chunk command","compute temp/com command","compute temp/cs command","compute temp/deform command","compute temp/deform/eff command","compute temp/drude command","compute temp/eff command","compute temp/partial command","compute temp/profile command","compute temp/ramp command","compute temp/region command","compute temp/region/eff command","compute temp/rotate command","compute temp/sphere command","compute ti command","compute torque/chunk command","compute vacf command","compute vcm/chunk command","compute voronoi/atom command","compute xrd command","create_atoms command","create_bonds command","create_box command","delete_atoms command","delete_bonds command","dielectric command","dihedral_style charmm command","dihedral_style class2 command","dihedral_coeff command","dihedral_style cosine/shift/exp command","dihedral_style fourier command","dihedral_style harmonic command","dihedral_style helix command","dihedral_style hybrid command","dihedral_style multi/harmonic command","dihedral_style nharmonic command","dihedral_style none command","dihedral_style opls command","dihedral_style quadratic command","dihedral_style command","dihedral_style table command","dimension command","displace_atoms command","dump command","dump image command","dump_modify command","dump molfile command","echo command","fix command","fix adapt command","fix adapt/fep command","fix addforce command","fix addtorque command","fix append/atoms command","fix atc command","fix atom/swap command","fix ave/atom command","fix ave/chunk command","fix ave/correlate command","fix ave/histo command","fix ave/spatial command","fix ave/spatial/sphere command","fix ave/time command","fix aveforce command","fix balance command","fix bond/break command","fix bond/create command","fix bond/swap command","fix box/relax command","fix colvars command","fix deform command","fix deposit command","fix drag command","fix drude command","fix drude/transform/direct command","fix dt/reset command","fix efield command","fix enforce2d command","fix evaporate command","fix external command","fix freeze command","fix gcmc command","fix gld command","fix gle command","fix gravity command","fix heat command","fix imd command","fix indent command","fix ipi command","fix langevin command","fix langevin/drude command","fix langevin/eff command","fix lb/fluid command","fix lb/momentum command","fix lb/pc command","fix lb/rigid/pc/sphere command","fix lb/viscous command","fix lineforce command","fix meso command","fix meso/stationary command","fix_modify command","fix momentum command","fix move command","fix msst command","fix neb command","fix nvt command","fix nvt/eff command","fix nph/asphere command","fix nph/sphere command","fix nphug command","fix npt/asphere command","fix npt/sphere command","fix nve command","fix nve/asphere command","fix nve/asphere/noforce command","fix nve/body command","fix nve/eff command","fix nve/limit command","fix nve/line command","fix nve/noforce command","fix nve/sphere command","fix nve/tri command","fix nvt/asphere command","fix nvt/sllod command","fix nvt/sllod/eff command","fix nvt/sphere command","fix oneway command","fix orient/fcc command","fix phonon command","fix pimd command","fix planeforce command","fix poems","fix pour command","fix press/berendsen command","fix print command","fix property/atom command","fix qbmsst command","fix qeq/point command","fix qeq/comb command","fix qeq/reax command","fix qmmm command","fix qtb command","fix reax/bonds command","fix reax/c/species command","fix recenter command","fix restrain command","fix rigid command","fix saed/vtk command","fix setforce command","fix shake command","fix smd command","fix spring command","fix spring/rg command","fix spring/self command","fix srd command","fix store/force command","fix store/state command","fix temp/berendsen command","fix temp/csvr command","fix temp/rescale command","fix temp/rescale/eff command","fix tfmc command","fix thermal/conductivity command","fix ti/rs command","fix ti/spring command","fix tmd command","fix ttm command","fix tune/kspace command","fix vector command","fix viscosity command","fix viscous command","fix wall/lj93 command","fix wall/gran command","fix wall/piston command","fix wall/reflect command","fix wall/region command","fix wall/srd command","group command","group2ndx command","if command","improper_style class2 command","improper_coeff command","improper_style cossq command","improper_style cvff command","improper_style fourier command","improper_style harmonic command","improper_style hybrid command","improper_style none command","improper_style ring command","improper_style command","improper_style umbrella command","include command","info command","jump command","kspace_modify command","kspace_style command","label command","lattice command","log command","mass command","min_modify command","min_style command","minimize command","molecule command","neb command","neigh_modify command","neighbor command","newton command","next command","package command","pair_style adp command","pair_style airebo command","pair_style awpmd/cut command","pair_style beck command","pair_style body command","pair_style bop command","pair_style born command","pair_style brownian command","pair_style buck command","pair_style buck/long/coul/long command","pair_style lj/charmm/coul/charmm command","pair_style lj/class2 command","pair_coeff command","pair_style colloid command","pair_style comb command","pair_style coul/cut command","pair_style coul/diel command","pair_style born/coul/long/cs command","pair_style lj/cut/dipole/cut command","pair_style dpd command","pair_style dsmc command","pair_style eam command","pair_style edip command","pair_style eff/cut command","pair_style eim command","pair_style gauss command","pair_style gayberne command","pair_style gran/hooke command","pair_style lj/gromacs command","pair_style hbond/dreiding/lj command","pair_style hybrid command","pair_style kim command","pair_style lcbop command","pair_style line/lj command","pair_style list command","pair_style lj/cut command","pair_style lj96/cut command","pair_style lj/cubic command","pair_style lj/expand command","pair_style lj/long/coul/long command","pair_style lj/sf command","pair_style lj/smooth command","pair_style lj/smooth/linear command","pair_style lj/cut/soft command","pair_style lubricate command","pair_style lubricateU command","pair_style meam command","pair_style meam/spline","pair_style meam/sw/spline","pair_style mie/cut command","pair_modify command","pair_style morse command","pair_style nb3b/harmonic command","pair_style nm/cut command","pair_style none command","pair_style peri/pmb command","pair_style polymorphic command","pair_style quip command","pair_style reax command","pair_style reax/c command","pair_style resquared command","pair_style lj/sdk command","pair_style snap command","pair_style soft command","pair_style sph/heatconduction command","pair_style sph/idealgas command","pair_style sph/lj command","pair_style sph/rhosum command","pair_style sph/taitwater command","pair_style sph/taitwater/morris command","pair_style srp command","pair_style command","pair_style sw command","pair_style table command","pair_style tersoff command","pair_style tersoff/mod command","pair_style tersoff/zbl command","pair_style thole command","pair_style tri/lj command","pair_write command","pair_style yukawa command","pair_style yukawa/colloid command","pair_style zbl command","partition command","prd command","print command","processors command","python command","quit command","read_data command","read_dump command","read_restart command","region command","replicate command","rerun command","reset_timestep command","restart command","run command","run_style command","set command","shell command","special_bonds command","suffix command","tad command","temper command","thermo command","thermo_modify command","thermo_style command","timestep command","<no title>","uncompute command","undump command","unfix command","units command","variable command","velocity command","write_data command","write_dump command","write_restart command"],titleterms:{"break":189,"default":[37,39,40,55,57,58,59,61,62,71,87,88,102,103,105,107,118,120,124,132,133,137,143,144,147,149,163,165,166,167,168,169,170,171,173,174,175,177,178,179,181,184,185,186,189,190,192,193,194,195,199,202,205,206,211,213,214,215,216,217,219,224,227,229,230,233,247,248,252,253,256,257,258,259,260,262,265,267,268,270,271,278,280,285,286,287,288,291,293,295,297,301,313,316,318,319,321,322,324,325,327,329,330,331,333,336,339,341,357,378,379,384,392,393,404,405,418,419,420,423,424,426,428,430,431,432,435,437,439,440,441,442,447,449,450,451],"function":448,"long":[340,342,343,344,345,349,351,352,369,373,377,387,395],"new":8,"static":12,acceler:1,ackland:64,acknowledg:7,adapt:[173,174],addforc:175,addit:[12,13],addtorqu:176,adiabat:6,adp:334,airebo:335,alloi:355,amber2lmp:13,amber:6,angl:[8,65],angle_coeff:22,angle_styl:[2,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],angmom:66,append:177,arrai:6,aspher:[6,82,123,231,234,237,238,246],atc:[9,178],atom:[6,7,8,64,67,70,71,72,73,76,77,78,80,81,85,95,96,99,100,101,110,111,113,120,121,142,177,179,180,259,448],atom_modifi:39,atom_styl:40,attract:5,aveforc:187,awpmd:[9,336],balanc:[41,188],barostat:6,basal:67,beck:337,berendsen:[257,281],between:6,binary2txt:13,bodi:[6,8,42,68,239,338],bond:[8,13,69,189,190,191,266],bond_coeff:44,bond_styl:[2,43,45,46,47,48,49,50,51,52,53,54,55,56],bop:339,born:[340,351],boundari:[7,57],box:[6,58,192],brownian:341,buck:[342,343,351],bug:3,build:[11,12],calcul:6,call:12,categori:2,centro:70,ch2lmp:13,chain:13,change_box:59,charmm:[6,20,150,344,377],chunk:[6,66,71,75,90,93,104,106,114,124,139,141,181],citat:7,class2:[21,43,151,304,345],clear:60,cluster:72,cmm:9,cna:73,code:6,coeffici:6,colloid:[295,347,415],colvar:[9,13,193],com:[74,75,125],comb3:348,comb:[262,348],come:5,comm_modifi:61,comm_styl:62,command:[2,6,8,12,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452],common:3,comparison:1,compos:6,comput:[2,6,8,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,448],compute_modifi:102,condit:7,conduct:[6,286],constant:6,constraint:7,contact:76,coord:77,core:6,correl:182,cosin:[23,24,25,26,27,28,153],cossq:306,coul:[340,342,343,344,345,349,350,351,362,369,373,377,387,395],coupl:6,creat:190,create_atom:144,create_bond:145,create_box:146,createatom:13,creation:7,csld:282,csvr:282,cubic:371,cuda:[9,14,109,112,122,131,175,187,201,204,208,229,236,272,273,281,283,294,340,342,344,345,355,361,362,369,370,372,375,385,406,408],custom:8,cut:[49,336,342,345,349,352,357,359,369,370,377,383,387],cvff:307,damag:78,data2xmovi:13,data:6,databas:13,deby:[349,369],deform:[127,128,194],delete_atom:147,delete_bond:148,delta:24,deposit:195,descript:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452],diagnost:7,diel:350,dielectr:149,diffract:9,diffus:6,dihedr:[8,79],dihedral_coeff:152,dihedral_styl:[2,150,151,153,154,155,156,157,158,159,160,161,162,163,164],dilat:80,dimens:165,dipol:[6,29,352],direct:198,discuss:6,disp:6,displac:[81,86],displace_atom:166,distribut:[7,12],document:0,dpd:353,drag:196,dreid:[6,363],drude:[6,9,129,197,198,214],dsf:[349,369],dsmc:354,dump:[6,8,167,168,170],dump_modifi:169,dynam:261,eam:[13,355],echo:171,edip:356,eff:[9,13,96,97,128,130,135,215,230,240,248,284,357],efield:200,eim:358,elast:6,emac:13,enforce2d:201,ensembl:7,erot:[82,83,84,85],error:3,evapor:202,event:86,exampl:[1,4,6,11,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,436,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452],exp:[27,153],expand:[46,372],extend:[8,11],extern:203,fcc:251,featur:[7,8],fene:[45,46],fep:[9,13,87,174],field:[6,7],file:6,finit:6,fix:[2,6,8,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,448],fix_modifi:[173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300],flow:6,fluid:216,flux:91,forc:[6,7,279],fourier:[30,31,154,308],freez:204,from:[6,11],futur:5,gauss:359,gaybern:360,gcmc:205,gener:[1,6,7,13],get:12,gld:206,gle:207,global:6,gpu:[15,337,340,342,344,345,347,349,352,353,355,359,360,362,369,370,372,383,385,394,395,397,406,407,414,415],gran:[296,361],granular:6,graviti:208,gromac:362,group2ndx:302,group:[88,301,448],gyrat:[89,90],harmon:[32,47,48,49,155,158,295,309,386],hbond:363,heat:[91,209],heatconduct:398,helix:156,hertz:361,histo:183,histori:[5,361],hook:361,how:6,hybrid:[33,50,157,310,364],idealga:399,imag:[167,168],imd:210,implicit:344,improp:[8,92],improper_coeff:305,improper_styl:[2,304,306,307,308,309,310,311,312,313,314],includ:315,inclus:8,indent:211,indic:0,individu:2,induc:6,inertia:93,info:[0,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,316],input:[2,6,8],instal:11,integr:[6,7],intel:[9,16,344,360,369,406],interfac:[6,11],introduct:7,invers:198,ipi:212,ipp:13,jul:0,jump:317,kate:13,keyword:384,kim:365,kokko:17,kspace:[2,8,291],kspace_modifi:318,kspace_styl:[6,319],label:320,lammp:[0,1,2,6,7,8,11,12],langevin:[213,214,215],lattic:321,lcbop:366,librari:[6,11,12],limit:[241,283],line:[12,242,367],linear:376,lineforc:221,list:[2,368],lj1043:295,lj126:295,lj93:295,lj96:370,lmp2arc:13,lmp2cfg:13,lmp2vmd:13,local:[6,65,68,69,79,92,108,115],log:322,lubric:378,lubricateu:379,make:12,mass:323,math:448,matlab:13,meam:[380,381,382],measur:1,meso:[222,223],meso_:99,meso_rho:100,meso_t:101,messag:3,micelle2d:13,mie:383,min_modifi:324,min_styl:325,minim:[8,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,326],misc:9,mod:[290,409],model:[6,7],modifi:8,molecul:327,molfil:[9,167,170],moltempl:13,momentum:[217,225],morri:403,mors:[51,363,385],move:226,movi:[167,168],mpi:11,msd:[103,104,105],msi2lmp:13,msm:[340,342,344,349,369],msst:227,multi:[6,7,158],multipl:6,nb3b:386,neb:[228,328],neigh_modifi:329,neighbor:330,nemd:6,newton:331,next:332,nharmon:159,noforc:[238,243],non:[6,7],none:[34,52,160,311,388],nongauss:105,nonlinear:53,nph:[229,230,231,232,270],nphug:233,npt:[229,230,234,235,270],nve:[236,237,238,239,240,241,242,243,244,245,270],nvt:[229,230,246,247,248,249,270],omega:106,omp:[9,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,43,45,46,47,48,49,51,53,54,56,150,151,153,154,155,156,158,159,161,162,164,208,229,231,232,233,234,235,236,244,246,247,249,262,304,306,307,308,309,312,314,334,335,337,340,341,342,343,344,345,347,348,349,350,352,353,355,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,382,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416],onewai:250,open:7,oper:448,opl:161,opt:[19,344,355,369,373,385],optim:1,option:[6,8,12],orient:251,orthogon:6,other:6,output:[6,7,8,12,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300],overlai:364,overview:11,packag:[1,9,12,14,15,16,17,18,19,333],pair:[6,107,108],pair_coeff:346,pair_modifi:384,pair_styl:[2,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416],pair_writ:413,pairwis:8,parallel:11,paramet:6,pars:2,partial:131,particl:[6,7,42],partit:417,past:5,per:6,perform:[1,10],peri:389,period:25,phonon:[9,13,252],pimd:253,piston:297,planeforc:254,plastic:111,pmb:389,poem:255,point:261,polariz:6,poli:[341,378,379],polym:13,polymorph:390,post:7,potenti:[2,6,8],pour:256,pppm:6,prd:418,pre:7,press:257,pressur:112,previou:12,print:[258,419],problem:[3,4],process:[6,7],processor:420,profil:132,properti:[6,113,114,115,259],pymol_aspher:13,python:[11,13,421],qbmsst:260,qeq:[261,262,263],qmmm:[9,264],qtb:[9,265],quadrat:162,quantiti:6,quartic:[35,54],quip:391,quit:422,ramp:133,rattl:273,rdf:116,read_data:423,read_dump:424,read_restart:425,reax:[13,263,266,267,392,393],reaxc:9,rebo:335,recent:268,reduc:117,refer:448,reflect:298,region:[8,117,134,135,299,426,448],relat:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,41,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83,84,85,86,87,89,91,92,93,94,95,96,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,202,204,205,206,207,208,209,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,254,255,256,257,258,259,260,261,262,263,265,266,267,268,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,315,316,317,318,319,321,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,428,429,430,431,432,433,435,436,437,438,439,440,441,442,444,445,446,448,449,450,451,452],relax:192,replic:427,replica:[6,7],report:3,requir:12,rerun:428,rescal:[283,284],reset:199,reset_timestep:429,resquar:394,restart2data:13,restart:[6,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,430],restrain:269,restrict:[14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452],rhosum:401,rigid:[6,83,98,219,270],ring:312,rotat:136,rule:2,run:[6,11,12,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300,431],run_styl:432,scalabl:10,scalar:6,screen:12,script:[2,6,8,11,12],sdk:[36,395],self:277,serial:11,set:[6,433],setforc:272,shake:273,share:[11,12],shell:[6,434],shield:261,shift:[26,27,48,49,153],simpl:31,simul:6,size:6,slater:261,slice:119,sllod:[247,248],small:270,smd:274,smooth:[375,376],sna:120,snad:120,snap:396,snapshot:6,snav:120,soft:[377,397],solver:2,sourc:7,spatial:[184,185],spc:6,speci:267,special:[7,384,448],special_bond:435,sph:[9,398,399,400,401,402,403],sphere:[84,85,137,185,219,232,235,244,249],spheric:6,spline:[381,382],spring:[275,276,277,288],squar:28,srd:[278,300],srp:404,standard:9,start:[12,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300],state:280,stationari:223,stop:[173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,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,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,300],store:[279,280],strategi:1,streitz:349,stress:121,structur:2,style:[1,2,6,8],submit:8,suffix:436,summari:6,swap:[179,191],syntax:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452],system:6,tabl:[0,6,38,56,164,407,408],tad:437,taitwat:[402,403],temp:[122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,281,282,283,284],temper:438,temperatur:6,tersoff:[408,409,410],test:11,tfmc:285,thermal:[6,286],thermo:[6,439],thermo_modifi:440,thermo_styl:441,thermodynam:[6,8],thermostat:6,thole:411,time:[6,186],timestep:442,tip3p:6,tip4p:[6,349,369,373,377],tip:12,tmd:289,tool:13,torqu:139,transform:198,tri:[245,412],triclin:6,tstat:353,ttm:290,tune:291,type:7,umbrella:314,uncomput:444,undump:445,unfix:446,unit:447,user:[9,12,14,16,18],vacf:140,valu:[6,448],variabl:[6,8,448],variou:1,vcm:141,vector:[6,292,448],veloc:449,version:[0,5,12],via:12,vim:13,viscos:[6,293],viscou:[220,294],visual:6,voronoi:142,vtk:271,wall:[6,295,296,297,298,299,300],warn:3,water:6,weight:183,what:[7,12],wolf:[340,349],wrapper:11,write:6,write_data:450,write_dump:451,write_restart:452,xmgrace:13,xmovi:13,xrd:143,yukawa:[414,415],zbl:[410,416]}}) \ No newline at end of file +Search.setIndex({envversion:47,filenames:["Manual","Section_accelerate","Section_commands","Section_errors","Section_example","Section_history","Section_howto","Section_intro","Section_modify","Section_packages","Section_perf","Section_python","Section_start","Section_tools","accelerate_cuda","accelerate_gpu","accelerate_intel","accelerate_kokkos","accelerate_omp","accelerate_opt","angle_charmm","angle_class2","angle_coeff","angle_cosine","angle_cosine_delta","angle_cosine_periodic","angle_cosine_shift","angle_cosine_shift_exp","angle_cosine_squared","angle_dipole","angle_fourier","angle_fourier_simple","angle_harmonic","angle_hybrid","angle_none","angle_quartic","angle_sdk","angle_style","angle_table","atom_modify","atom_style","balance","body","bond_class2","bond_coeff","bond_fene","bond_fene_expand","bond_harmonic","bond_harmonic_shift","bond_harmonic_shift_cut","bond_hybrid","bond_morse","bond_none","bond_nonlinear","bond_quartic","bond_style","bond_table","boundary","box","change_box","clear","comm_modify","comm_style","compute","compute_ackland_atom","compute_angle_local","compute_angmom_chunk","compute_basal_atom","compute_body_local","compute_bond_local","compute_centro_atom","compute_chunk_atom","compute_cluster_atom","compute_cna_atom","compute_com","compute_com_chunk","compute_contact_atom","compute_coord_atom","compute_damage_atom","compute_dihedral_local","compute_dilatation_atom","compute_displace_atom","compute_erotate_asphere","compute_erotate_rigid","compute_erotate_sphere","compute_erotate_sphere_atom","compute_event_displace","compute_fep","compute_group_group","compute_gyration","compute_gyration_chunk","compute_heat_flux","compute_improper_local","compute_inertia_chunk","compute_ke","compute_ke_atom","compute_ke_atom_eff","compute_ke_eff","compute_ke_rigid","compute_meso_e_atom","compute_meso_rho_atom","compute_meso_t_atom","compute_modify","compute_msd","compute_msd_chunk","compute_msd_nongauss","compute_omega_chunk","compute_pair","compute_pair_local","compute_pe","compute_pe_atom","compute_plasticity_atom","compute_pressure","compute_property_atom","compute_property_chunk","compute_property_local","compute_rdf","compute_reduce","compute_saed","compute_slice","compute_smd_contact_radius","compute_smd_damage","compute_smd_hourglass_error","compute_smd_internal_energy","compute_smd_plastic_strain","compute_smd_plastic_strain_rate","compute_smd_rho","compute_smd_tlsph_defgrad","compute_smd_tlsph_dt","compute_smd_tlsph_num_neighs","compute_smd_tlsph_shape","compute_smd_tlsph_strain","compute_smd_tlsph_strain_rate","compute_smd_tlsph_stress","compute_smd_triangle_mesh_vertices","compute_smd_ulsph_num_neighs","compute_smd_ulsph_strain","compute_smd_ulsph_strain_rate","compute_smd_ulsph_stress","compute_smd_vol","compute_sna_atom","compute_stress_atom","compute_temp","compute_temp_asphere","compute_temp_chunk","compute_temp_com","compute_temp_cs","compute_temp_deform","compute_temp_deform_eff","compute_temp_drude","compute_temp_eff","compute_temp_partial","compute_temp_profile","compute_temp_ramp","compute_temp_region","compute_temp_region_eff","compute_temp_rotate","compute_temp_sphere","compute_ti","compute_torque_chunk","compute_vacf","compute_vcm_chunk","compute_voronoi_atom","compute_xrd","create_atoms","create_bonds","create_box","delete_atoms","delete_bonds","dielectric","dihedral_charmm","dihedral_class2","dihedral_coeff","dihedral_cosine_shift_exp","dihedral_fourier","dihedral_harmonic","dihedral_helix","dihedral_hybrid","dihedral_multi_harmonic","dihedral_nharmonic","dihedral_none","dihedral_opls","dihedral_quadratic","dihedral_style","dihedral_table","dimension","displace_atoms","dump","dump_image","dump_modify","dump_molfile","echo","fix","fix_adapt","fix_adapt_fep","fix_addforce","fix_addtorque","fix_append_atoms","fix_atc","fix_atom_swap","fix_ave_atom","fix_ave_chunk","fix_ave_correlate","fix_ave_histo","fix_ave_spatial","fix_ave_spatial_sphere","fix_ave_time","fix_aveforce","fix_balance","fix_bond_break","fix_bond_create","fix_bond_swap","fix_box_relax","fix_colvars","fix_deform","fix_deposit","fix_drag","fix_drude","fix_drude_transform","fix_dt_reset","fix_efield","fix_enforce2d","fix_evaporate","fix_external","fix_freeze","fix_gcmc","fix_gld","fix_gle","fix_gravity","fix_heat","fix_imd","fix_indent","fix_ipi","fix_langevin","fix_langevin_drude","fix_langevin_eff","fix_lb_fluid","fix_lb_momentum","fix_lb_pc","fix_lb_rigid_pc_sphere","fix_lb_viscous","fix_lineforce","fix_meso","fix_meso_stationary","fix_modify","fix_momentum","fix_move","fix_msst","fix_neb","fix_nh","fix_nh_eff","fix_nph_asphere","fix_nph_sphere","fix_nphug","fix_npt_asphere","fix_npt_sphere","fix_nve","fix_nve_asphere","fix_nve_asphere_noforce","fix_nve_body","fix_nve_eff","fix_nve_limit","fix_nve_line","fix_nve_noforce","fix_nve_sphere","fix_nve_tri","fix_nvt_asphere","fix_nvt_sllod","fix_nvt_sllod_eff","fix_nvt_sphere","fix_oneway","fix_orient_fcc","fix_phonon","fix_pimd","fix_planeforce","fix_poems","fix_pour","fix_press_berendsen","fix_print","fix_property_atom","fix_qbmsst","fix_qeq","fix_qeq_comb","fix_qeq_reax","fix_qmmm","fix_qtb","fix_reax_bonds","fix_reaxc_species","fix_recenter","fix_restrain","fix_rigid","fix_saed_vtk","fix_setforce","fix_shake","fix_smd","fix_smd_adjust_dt","fix_smd_integrate_tlsph","fix_smd_integrate_ulsph","fix_smd_move_triangulated_surface","fix_smd_setvel","fix_smd_tlsph_reference_configuration","fix_smd_wall_surface","fix_spring","fix_spring_rg","fix_spring_self","fix_srd","fix_store_force","fix_store_state","fix_temp_berendsen","fix_temp_csvr","fix_temp_rescale","fix_temp_rescale_eff","fix_tfmc","fix_thermal_conductivity","fix_ti_rs","fix_ti_spring","fix_tmd","fix_ttm","fix_tune_kspace","fix_vector","fix_viscosity","fix_viscous","fix_wall","fix_wall_gran","fix_wall_piston","fix_wall_reflect","fix_wall_region","fix_wall_srd","group","group2ndx","if","improper_class2","improper_coeff","improper_cossq","improper_cvff","improper_fourier","improper_harmonic","improper_hybrid","improper_none","improper_ring","improper_style","improper_umbrella","include","info","jump","kspace_modify","kspace_style","label","lattice","log","mass","min_modify","min_style","minimize","molecule","neb","neigh_modify","neighbor","newton","next","package","pair_adp","pair_airebo","pair_awpmd","pair_beck","pair_body","pair_bop","pair_born","pair_brownian","pair_buck","pair_buck_long","pair_charmm","pair_class2","pair_coeff","pair_colloid","pair_comb","pair_coul","pair_coul_diel","pair_cs","pair_dipole","pair_dpd","pair_dsmc","pair_eam","pair_edip","pair_eff","pair_eim","pair_gauss","pair_gayberne","pair_gran","pair_gromacs","pair_hbond_dreiding","pair_hybrid","pair_kim","pair_lcbop","pair_line_lj","pair_list","pair_lj","pair_lj96","pair_lj_cubic","pair_lj_expand","pair_lj_long","pair_lj_sf","pair_lj_smooth","pair_lj_smooth_linear","pair_lj_soft","pair_lubricate","pair_lubricateU","pair_meam","pair_meam_spline","pair_meam_sw_spline","pair_mie","pair_modify","pair_morse","pair_nb3b_harmonic","pair_nm","pair_none","pair_peri","pair_polymorphic","pair_quip","pair_reax","pair_reax_c","pair_resquared","pair_sdk","pair_smd_hertz","pair_smd_tlsph","pair_smd_triangulated_surface","pair_smd_ulsph","pair_snap","pair_soft","pair_sph_heatconduction","pair_sph_idealgas","pair_sph_lj","pair_sph_rhosum","pair_sph_taitwater","pair_sph_taitwater_morris","pair_srp","pair_style","pair_sw","pair_table","pair_tersoff","pair_tersoff_mod","pair_tersoff_zbl","pair_thole","pair_tri_lj","pair_write","pair_yukawa","pair_yukawa_colloid","pair_zbl","partition","prd","print","processors","python","quit","read_data","read_dump","read_restart","region","replicate","rerun","reset_timestep","restart","run","run_style","set","shell","special_bonds","suffix","tad","temper","thermo","thermo_modify","thermo_style","timestep","tutorial_drude","uncompute","undump","unfix","units","variable","velocity","write_data","write_dump","write_restart"],objects:{},objnames:{},objtypes:{},terms:{"00a":314,"00b":314,"02214e23":91,"03275e":478,"0b1":11,"0e20":[330,457,479],"0e4":[247,323,388],"0e5":247,"0x98b5e0":188,"100k":1,"1024x1024":188,"10e":378,"10f":3,"10g":479,"10th":[449,455,468],"10x":[3,352,353,355,356,366],"10x10x10":152,"10x20x20":348,"11e":10,"15g":[189,479],"16x":1,"18986e":353,"18e":10,"1_prop":6,"1st":[2,6,8,12,20,22,38,44,56,57,58,60,87,158,170,172,184,193,194,201,202,203,204,205,206,210,214,249,278,288,316,328,332,350,356,361,362,366,373,375,382,384,385,392,393,402,403,407,408,409,413,417,427,437,438,439,440,441,448,454,462,463,466,479],"1x2x2":451,"2000k":188,"20x":366,"23899e":353,"2400k":188,"256k":10,"25x":10,"298k":377,"2k_ss":384,"2nd":[2,3,6,11,12,15,17,38,45,46,56,57,60,71,77,88,153,184,189,201,202,203,204,205,206,210,212,214,249,290,294,302,328,331,337,344,353,354,355,356,360,362,375,384,390,391,407,427,436,437,438,439,440,441,454,461,463,466,479],"2pi":184,"2theta":163,"2x1x2":451,"2x2x1":451,"2x2x2":451,"2x4x10":451,"2x5":384,"300k":[227,290,480],"32k":10,"3419e":247,"3806504e":[6,91],"38e":10,"3n_k":226,"3nk":280,"3nkb":285,"3rd":[15,17,20,38,56,71,105,114,184,201,202,203,204,205,206,210,290,291,328,354,358,360,375,384,390,391,427,437,438,439,440,441,454,461,466,479],"3x3":[91,348],"4857990943e":384,"4_94":11,"4th":[6,38,56,81,103,104,116,160,170,184,189,302,328,346,359,361,362,366,382,385,392,407,413,417,427,437,438,439,441,454,461,466,469,483],"4x10":344,"4x2x10":451,"4x6x10":451,"50k":1,"53xx":18,"54xx":18,"55e":10,"5_1":366,"5kx":[195,220],"5nlog_2":12,"5th":[116,353,471],"6021765e":478,"6863e22":416,"6x6":6,"72360e":247,"7797e":247,"8032044e":478,"8x1":6,"8x2":[6,12],"9e18":[12,39],"9e9":416,"9jan09":[323,388],"9th":355,"__main__":452,"__pthread_key_cr":12,"_j1m1m1":140,"_j2m2m2":140,"_serial":12,"abstract":17,"boolean":[3,328,330],"break":[],"byte":[3,12,471],"case":[1,2,3,6,8,11,12,13,15,16,17,18,39,40,41,45,46,59,61,63,71,73,104,108,114,116,117,142,143,144,145,147,150,151,152,153,154,156,157,158,162,164,166,167,168,170,187,188,189,195,196,200,201,202,203,204,205,206,207,208,210,212,214,218,220,222,225,228,229,231,232,233,234,236,247,249,250,251,252,253,254,255,266,267,269,271,272,277,279,280,281,282,289,290,292,294,296,297,299,302,305,308,309,310,312,313,317,319,320,322,323,325,326,327,328,330,344,345,346,348,350,352,353,354,355,357,359,360,362,371,374,376,378,382,384,387,388,390,391,392,394,404,405,406,407,411,413,417,420,423,425,428,438,439,441,449,452,454,456,457,461,462,464,466,468,470,471,472,474,478,479,480,482,483],"catch":[1,3,452],"char":[6,8],"class":[1,3,5,6,7,8,9,11,12,13,22,37,44,55,172,183,223,279,332,340,372,391,419,420,436,452,454],"default":[],"export":[188,373],"final":[3,5,6,7,8,11,12,17,41,59,87,141,189,200,201,202,203,204,205,206,208,212,214,225,248,249,253,280,284,290,291,294,314,316,317,324,330,353,355,361,362,366,382,385,392,404,407,413,417,418,437,438,439,441,449,462,468,474,479,481],"float":[3,6,8,12,40,42,71,113,187,189,230,279,291,307,384,424,426,452,454,464,471,479],"function":[],"import":[1,2,3,6,11,17,71,87,105,164,175,192,201,204,212,228,233,234,249,285,290,308,309,310,312,317,327,329,355,391,404,452,454,463,471,474],"int":[3,6,8,11,101,223,225,233,235,285,317,471],"long":[],"new":[],"null":[3,6,91,112,141,164,192,207,213,216,219,246,279,288,292,294,298,299,302,303,323,361,362,375,382,385,388,391,392,393,407,408,409,413,417,419,420,427,437,439,440,441,454,457,462,464,480],"public":[0,7,8,12,223,232,385,418],"return":[2,3,6,8,11,14,15,16,17,18,19,41,71,108,117,134,135,139,162,164,189,201,204,205,214,223,330,342,344,388,451,452,461,464,470,479],"short":[1,3,6,7,13,16,162,249,290,305,318,346,356,357,360,362,366,367,369,370,371,375,376,378,384,391,396,400,404,407,411,414,422,438,442,449,452,462,464,468,474],"static":[],"switch":[1,3,6,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,91,109,112,140,142,151,163,170,171,173,174,175,176,178,179,181,182,184,188,191,195,199,207,221,224,228,232,233,236,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,314,315,321,331,333,334,335,336,339,341,342,344,346,349,355,359,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,448,449,451,454,456,461,463,467,469,479,481,483],"throw":471,"true":[6,12,13,17,108,115,187,208,210,214,249,250,271,272,273,277,290,312,316,328,330,360,384,388,437,452,456,464,479],"try":[1,3,8,12,17,19,201,230,236,313,314,315,320,452,479],"var":[3,11,12,164,328,344,465,479],"void":[4,6,7,8,41,167,208,223,457],"while":[3,9,10,11,12,13,14,18,71,105,140,147,162,175,187,190,205,212,214,218,226,227,232,233,234,236,249,267,280,285,287,318,346,353,360,366,377,382,420,439,441,449,452,463,468,474],a10:330,a123:330,a12:421,a2m:[6,91],a_0:[236,317,366],a_0_real:236,a_1:317,a_2:317,a_3:317,a_4:317,a_c:374,a_cc:374,a_f:441,a_i:442,a_ij:366,a_j:442,a_pi:366,a_sigma:366,a_ss:374,aacut:272,aat:171,aatom1:115,aatom2:115,aatom3:115,ab_23_cd:330,abbrevi:12,abc:[3,12,330,452,479],abf:213,abf_integr:13,abi:190,abil:[3,9,212,249,277,290,384],abl:[3,8,11,12,39,86,187,190,211,220,224,313,320,360,452,479,482],ablat:317,about:[0,1,3,4,6,8,9,10,11,12,13,17,39,41,42,61,63,78,108,115,116,118,158,164,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,218,219,220,221,222,223,224,225,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,248,253,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,290,291,292,293,302,303,305,306,308,309,310,311,312,313,314,315,316,317,319,320,321,322,324,325,326,327,328,343,346,352,353,355,360,365,371,376,391,416,420,446,452,455,456,461,462,464,469,479,481,483],abov:[1,2,6,7,8,10,11,12,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,63,64,68,70,71,72,73,76,77,86,87,89,90,91,93,94,96,97,112,114,116,118,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,162,163,164,166,167,170,171,172,173,174,175,176,177,178,179,181,182,184,187,188,189,192,193,194,195,196,201,202,203,204,205,206,208,211,212,214,215,220,223,225,229,231,233,234,235,239,248,249,253,273,276,278,283,289,290,294,302,305,308,309,310,311,328,330,331,332,333,334,335,336,337,339,341,346,348,350,354,355,359,360,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,414,416,417,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,448,449,450,451,452,454,455,456,457,458,461,462,463,464,465,468,469,472,474,479,480,482,483],abscissa:438,absenc:196,absent:474,absolut:[3,189,213,214,218,294,307,345,346,353,388,396,455],absorb:317,absoult:346,ac3:163,academ:225,acc:312,acceler:[],accelri:[6,13],accept:[7,87,164,189,199,211,214,225,312,370,400,462,469],acceptor:390,access:[0,3,6,7,8,9,11,12,16,40,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,88,89,90,91,92,93,95,96,99,100,101,103,104,105,106,107,108,110,111,112,113,114,115,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,151,152,153,154,155,156,157,159,160,161,162,163,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,219,220,221,222,223,224,225,226,227,228,229,230,231,233,235,236,237,238,239,240,241,242,243,245,246,247,248,249,253,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,299,302,303,304,305,306,307,308,309,310,311,313,314,315,316,317,319,320,321,322,323,324,325,326,327,345,360,386,388,390,391,407,419,420,428,451,452,455,460,472,479],accidenti:339,accler:16,accommod:197,accomod:249,accompani:8,accomplish:[16,214,237,263],accord:[64,71,121,127,130,188,199,209,210,236,249,272,280,294,296,314,315,317,322,323,325,326,327,356,360,384,388,399,402,417,424,426,428,430,431,433,434,435,463,468,479],accordingli:[11,14,143,157,168,356,405,406],account:[3,6,9,87,118,162,163,172,183,202,203,219,230,231,233,249,254,255,266,267,269,271,275,281,290,291,293,302,303,304,305,308,309,310,313,317,320,335,354,376,388,396,400,405,406,407,451,468,480],accuml:[3,290,313,320],accumul:[1,6,8,15,71,192,202,233,290,294,319,343,360,460,478],accur:[1,3,6,15,17,38,41,56,147,208,247,285,290,293,305,313,320,326,328,346,366,384,387,388,411,421,436,438,439,441,468,479],accuraci:[1,3,6,12,41,187,189,208,227,249,282,293,318,328,345,346,352,384,411,419,420,438,444,463,468,474,479,482],ach:345,achiev:[1,3,6,16,17,18,41,208,227,249,250,272,273,280,345,391,463],achiv:18,acid:9,ackland1:382,ackland2:382,ackland:[],acknowledg:[],acml:12,aco:479,acolor:[188,189],acoust:272,acquir:[3,6,58,61,62,167,210,212,214,249,415,459,474],across:[1,2,3,6,9,12,13,15,41,57,61,65,68,69,71,79,92,107,108,115,117,152,166,168,201,203,204,205,208,219,229,290,291,295,313,317,320,326,330,355,360,449,454,457,458,462,471],act:[3,6,108,149,218,228,231,232,233,234,236,239,248,290,299,312,314,315,317,326,327,328,353,368,379,387,388,390,421,435],acta:[118,163,361],action:[2,6,11,12,71,226,231,315,474],activ:[5,8,11,12,13,14,55,59,87,162,199,213,226,230,233,239,248,270,290,297,316,343,404,436,448,476,479],actual:[1,3,6,8,12,56,62,122,147,187,189,193,194,207,209,210,218,233,234,267,271,277,285,294,305,307,308,309,310,312,318,327,328,345,356,387,389,399,405,406,451,452,463,464,472,479],adam:[345,346],adapt:[],add:[0,1,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,40,42,71,87,91,102,114,117,119,162,164,165,187,188,192,193,194,195,196,198,200,201,202,203,204,205,206,210,213,218,220,223,227,228,229,231,233,235,236,240,247,248,249,250,251,252,253,254,255,266,267,268,269,271,279,289,290,292,293,302,304,308,310,311,315,316,317,319,321,322,326,328,346,348,352,354,362,367,369,372,376,384,391,396,407,411,414,420,422,452,454,455,460,462,464,466,474],add_molecul:198,add_speci:198,add_to_nodeset:198,addforc:[],addit:[],addition:[6,8,16,139,305,327,387,421],address:[7,8,11,188,232],addtorqu:[],adequ:[305,318,345,355,463],adher:29,adhikari:236,adiabat:[],adiam:[188,189],adjac:[39,164,355,411,438,439,468,469],adjiman:410,adjust:[2,3,6,16,17,41,59,118,143,144,147,148,151,152,157,158,163,168,187,188,201,208,212,214,230,233,237,241,245,246,249,250,253,267,271,274,276,277,280,281,282,283,288,290,297,305,309,313,318,320,321,322,324,325,327,345,346,353,355,360,362,381,405,406,441,464,480],adjust_dt:128,adjust_radiu:297,adjust_radius_factor:297,admiss:253,adof:[144,201],adopt:[289,474],adp:[],adri:[9,286,419,420],adust:158,advanc:[3,230,366,449,460],advantag:[1,6,8,11,14,18,39,40,41,208,360,383,463,468],advect:[3,6,305],advertis:8,advis:[355,418],afer:3,affect:[1,6,10,14,15,16,17,40,60,61,71,88,117,141,148,162,168,189,194,201,202,203,204,205,206,209,210,211,212,214,215,223,229,231,233,239,246,250,251,252,254,255,261,266,267,269,290,291,303,317,327,339,345,351,352,353,355,356,357,360,384,405,406,411,451,452,454,457,459,462,464],affin:[16,17,18,214,360,375],afil:227,aforement:18,afresh:[278,462,479],afshar:380,after:[2,3,5,6,8,9,11,12,15,16,21,22,33,39,40,41,44,50,57,58,59,61,63,71,143,144,145,146,147,148,151,152,153,154,156,157,164,165,167,168,171,172,177,186,187,188,189,190,192,193,194,198,199,201,202,208,209,210,211,212,214,218,225,236,237,238,239,240,245,246,247,249,254,255,261,266,267,269,272,276,280,288,290,293,301,306,308,309,310,312,313,314,315,316,320,322,324,328,331,332,337,344,350,351,353,354,356,358,359,360,361,362,366,373,375,382,383,384,385,391,392,393,404,405,406,407,408,409,413,417,419,420,427,437,439,440,441,449,451,453,454,455,456,457,459,460,462,464,466,468,471,472,474,478,479,480,481,482,483],afterrun:462,afterward:3,afterword:41,ag1:163,ag2:163,again:[6,11,12,17,62,140,144,146,150,158,187,189,214,229,276,331,344,355,405,406,449,451,452,454,456,461,468,470,479,481],against:[11,12,13,64,215,355,419,420],aggreg:[6,12,65,68,69,79,92,108,115,229,245,288,290,303,449,480],aggress:[229,468],agilio:[9,13],agre:[3,8,184,353,362,393,420],agreement:[5,7],ahd:390,ahead:324,aidan:[0,5,7,9,13],aij:13,aim:6,airebo:[],ajaramil:[7,9,13],aka:188,akohlmei:[7,9,13,190,230],aktulga:[7,9,283,420],al2o3_001:[118,291],al3:163,ala:236,alain:9,alat:[271,407],alb:[417,439,441],albeit:289,albert:9,alchem:[87,158],alcohol:320,alcu:[361,366],alcu_eam:417,alderton:379,alejandr:[249,250],alessandro:13,algorithm:[0,1,6,7,8,9,41,61,189,198,208,211,214,236,238,239,261,273,290,293,312,313,317,320,325,351,352,353,357,360,384,406,424,426,449,451,468],alia:12,alias:[1,346],aliceblu:189,align:[6,12,29,41,71,166,184,204,208,231,348,454,457,474],alkali:384,all:[0,1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,22,33,37,39,40,41,42,44,50,54,55,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,152,157,158,159,160,161,162,163,164,165,166,167,168,170,172,177,183,184,187,188,189,190,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,242,244,245,247,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,301,302,304,305,306,307,308,309,312,313,314,315,316,317,318,319,320,322,323,324,325,326,327,328,329,330,331,332,335,340,343,344,345,346,347,348,350,353,354,355,356,357,359,360,361,362,363,365,366,367,369,370,371,372,373,375,376,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,400,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,446,447,448,449,451,452,453,454,455,456,457,458,459,461,462,463,464,465,466,467,468,469,471,472,474,478,479,480,481,482,483],allen:[29,87,379,387],allentildeslei:87,allign:3,allindex:329,alloc:[3,5,6,8,9,11,12,60,223,319,354,356,360,415,420,454,462],allocat:3,alloi:[],allow:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,22,37,39,40,41,55,57,58,59,61,62,63,77,108,143,144,157,162,163,164,166,172,183,184,187,188,189,190,192,193,195,197,198,199,201,202,203,204,205,206,208,210,211,212,213,214,215,219,220,223,225,226,227,228,230,233,236,239,240,244,246,249,250,271,275,277,278,279,280,284,290,291,293,294,296,297,301,305,312,313,314,315,317,318,319,320,321,322,328,330,332,340,345,346,348,353,354,355,356,359,360,363,366,367,368,369,370,371,376,382,384,388,389,390,391,400,405,406,411,417,420,421,424,426,435,444,446,449,452,454,456,457,458,459,460,461,464,466,467,468,471,472,479,480],almost:[2,3,12,60,231,280,317,346,357,360,435],alo:376,alon:[6,7,211,286,419,420,452],alond:13,along:[6,8,9,12,29,40,87,118,163,164,186,187,188,211,231,236,237,241,246,248,280,290,293,294,298,302,303,312,316,317,323,326,328,348,351,352,353,355,376,379,388,391,394,396,400,407,419,420,438,454,457,464,465,479],alonso:[408,409],alpha:[6,51,193,236,272,280,285,353,361,364,367,376,380,382,383,385,390,395,396,407,412,416,440,442,472,474],alpha_:442,alpha_c:404,alpha_i:[427,442],alpha_ialpha_j:442,alpha_lj:404,alphabet:[2,3,22,37,44,55,63,172,183,192,332,340,354,373,436,454],alphanumer:[3,63,192,279,287,330,354,479],alreadi:[3,7,8,12,42,164,165,167,197,201,204,205,208,210,214,240,278,280,305,328,354,355,380,389,391,398,406,435,444,447,450,454,455,459,464,479],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,29,36,37,38,39,40,41,42,44,54,55,56,58,59,61,63,66,71,73,75,77,81,87,89,90,93,103,104,105,106,107,112,114,116,117,119,140,141,142,143,144,145,146,147,148,150,151,152,153,154,156,157,158,159,160,161,162,164,165,166,167,168,170,172,183,184,185,187,188,189,190,192,193,194,195,197,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,220,223,224,225,226,227,229,230,233,234,235,236,246,247,249,250,251,252,253,254,255,260,263,264,266,267,268,269,271,272,273,275,276,277,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,298,299,302,303,305,308,309,310,311,312,316,317,318,319,321,323,326,328,330,332,337,340,343,345,346,348,349,350,353,354,355,356,357,359,360,366,370,371,373,377,378,379,380,382,383,384,387,388,390,391,392,400,404,405,407,411,413,415,416,417,418,421,422,424,430,431,433,434,435,436,437,438,439,440,441,442,449,451,452,453,454,455,456,457,458,459,461,462,463,464,466,467,468,469,472,473,474,475,477,478,479,480,481,483],alter:[3,6,8,9,11,12,41,59,142,143,144,145,147,150,151,152,153,156,157,164,168,187,188,190,193,194,201,209,210,211,212,214,248,249,285,288,290,292,299,305,313,320,327,352,355,391,454,459,461,464,479,480,483],altern:[1,6,8,11,12,17,18,91,164,192,214,230,234,249,279,290,312,313,320,333,336,345,352,353,361,362,376,382,383,385,393,396,404,407,408,409,413,417,418,427,437,439,441,452,454,455,469,472],although:[29,42,184,239,249,277,281,290,312,344,447,461,474,483],aluminum:447,alwai:[0,6,11,12,17,18,54,57,63,71,162,189,202,204,205,206,210,213,225,227,231,282,285,290,305,322,326,327,331,345,346,351,353,354,356,357,360,369,372,382,399,419,420,428,438,439,441,447,449,454,455,457,459,466,468,471,474,479,480],amap:189,amatrix:227,amaz:11,amazingli:13,amber2lmp:[],amber:[],ambient:188,ambigu:[3,63,192,479],amd:[17,360],amend:11,amino:9,amit:9,among:[16,141,199,236],amorph:[164,440],amount:[1,3,6,12,59,88,115,162,166,186,188,212,213,225,229,233,249,271,277,290,297,305,310,313,318,320,328,345,360,380,415,454,457],amplitud:[214,246,298,323,339,457,479],amu:225,analag:[6,479],analalog:6,analog:[6,140,166,184,388],analys:[7,459],analysi:[7,9,13,63,64,73,190,286,287,295,329,427,454,464],analyt:[1,3,13,118,158,163,293,345,366,392,393,398,417],analyz:[6,8,13,355],andersen:293,anderson:[275,380],andr:[7,9,13],andrew:13,andzelm:435,ang:271,angl:[],angle1:289,angle2:289,angle_coeff:[],angle_cosineshift:27,angle_cosineshiftexp:[26,173],angle_cutof:390,angle_cutoff:390,angle_hybrid:29,angle_info:420,angle_styl:[],angle_typ:40,angleangl:[3,331,337,454],angleangletors:[3,171,454],anglecoeff:3,angletors:[3,171,177,454],angletyp:210,angmom:[],angmomi:[113,187,307],angmomx:[113,187,307],angmomz:[113,187,307],angstrom:[6,10,59,71,118,153,163,164,186,187,188,189,197,204,205,214,215,225,230,231,246,283,288,322,324,325,327,346,348,351,357,361,362,371,382,404,407,413,418,419,420,441,447,457,463,478,480],angular:[3,6,40,61,66,82,83,84,85,106,113,140,143,156,157,164,187,192,233,239,245,246,251,252,254,255,257,258,259,262,264,265,266,269,288,290,293,298,307,361,366,375,388,405,406,407,417,436,439,440,454,464,479,480],angularm:258,anharmon:[27,53,173,285,468],ani:[1,3,6,7,8,9,10,11,12,13,14,15,16,17,22,29,38,39,40,41,42,44,55,56,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,168,170,172,184,186,187,188,189,192,195,196,197,199,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,222,225,228,229,231,233,236,239,245,246,249,253,271,273,275,276,277,279,281,282,283,285,287,288,290,292,293,294,298,299,302,304,305,306,307,316,317,322,323,324,325,326,327,328,329,330,332,344,345,346,348,350,351,353,354,355,357,358,359,360,362,366,370,371,375,376,379,380,382,383,385,387,391,392,393,394,400,411,417,419,420,421,427,436,437,438,439,440,441,442,443,448,449,451,452,454,455,457,458,459,460,461,462,463,464,465,466,467,468,472,474,475,477,478,479,480,481,482,483],anihil:404,anim:[2,4,7,11,13,188,355],anion:385,aniso:[3,212,214,249,250,251,252,253,254,255,277,290],anisotrop:[233,387,421],ann:410,annot:[7,437,439,440,441,454],annual:[449,468],anoth:[1,3,4,6,7,8,11,12,17,29,40,63,71,87,119,188,192,193,199,201,203,204,205,206,211,214,215,226,229,233,234,239,249,250,253,276,279,290,291,308,309,310,317,327,330,351,353,355,356,359,376,380,384,385,387,390,391,395,396,404,419,421,428,435,439,440,441,448,449,452,455,461,463,474,479,483],ansi:12,answer:[3,4,8,12,290,357,358],anthoni:315,antiquewhit:189,antisymmetr:[9,40,363],antisymmetri:384,antonelli:[314,315],antonio:416,anymor:315,anyon:7,anyparticl:86,anyth:[8,11,164,214,232,437,439,441,465],anywai:[167,360,474,481],anywher:[12,164,373,407,427,479],aoff:[354,454],aparam:[87,193,194],apart:[3,165,239,302,356,365,428,454,463],aperiod:272,api:[11,12,190,392,452],appar:3,appear:[2,3,6,11,12,13,39,40,41,77,87,108,115,116,140,147,164,165,167,187,188,189,201,204,205,208,212,215,218,225,230,276,287,288,316,328,330,331,345,353,354,355,374,382,407,411,438,450,451,452,454,455,456,459,461,474,479,483],append:[],appendix:[29,379],appl:[212,249,250],appli:[2,3,4,5,6,8,12,17,18,33,41,50,57,59,61,63,71,87,88,105,140,141,144,150,152,154,158,163,164,166,170,172,177,183,187,189,192,193,194,195,196,198,201,207,208,212,213,214,216,219,220,223,224,225,226,227,228,230,231,233,234,235,236,240,249,250,253,254,255,261,266,269,270,271,273,277,280,288,289,290,292,293,294,295,298,302,303,304,306,308,309,310,311,313,315,316,317,320,328,345,348,353,354,355,365,367,369,371,376,379,384,388,389,390,391,393,396,402,406,411,414,419,422,423,424,425,426,435,442,446,454,455,457,458,459,463,464,466,471,474,479,480,481,482],applic:[1,6,9,12,17,190,198,211,215,216,223,227,230,271,276,289,294,302,313,320,345,360,441,464,474],applyt:3,appopri:17,approach:[6,7,9,14,198,226,272,273,285,290,312,313,315,317,320,345,366,376,378,381,387,391,421,423,425,435,444],appropri:[1,2,3,6,8,11,12,13,15,17,33,38,42,50,56,61,73,88,91,116,117,143,144,172,177,183,184,187,189,201,202,204,205,206,211,212,214,223,224,227,236,244,246,247,249,251,252,253,254,255,266,267,269,273,276,277,280,285,290,305,308,309,310,313,320,322,323,325,326,327,337,346,355,362,366,370,374,375,376,383,388,391,393,400,404,418,419,420,437,438,439,440,441,444,454,455,456,458,459,467,468,471,479,480],approri:228,approxim:[6,9,118,122,163,225,227,236,273,291,293,312,345,351,352,353,368,378,384,387,405,406,411,418,421,446,468,474],april:11,aprpopri:449,apu:[405,406],aqua:[188,189],aquamarin:189,ar_therm:198,ar_ttm:198,ara:13,arbitrari:[6,40,58,187,188,190,213,214,228,249,273,281,437,452,465,479],arbitrarili:[11,59,116,140,186,212,249,376,479],arcco:3,arch:[1,12,14,15,17],architect:343,architectur:[16,360],archiv:[6,7,11,12,307,373,461],arcsin:3,area:[6,41,91,112,116,162,208,214,236,313,320,381,388,416,443,451,464],aren:[279,330],arflag:12,arg:[3,11,12,22,40,41,44,55,59,63,71,87,117,152,158,162,164,167,168,172,186,187,189,192,193,194,195,197,199,201,202,203,204,205,206,207,208,209,210,213,214,215,220,223,225,228,229,230,231,239,246,251,252,276,289,290,291,292,295,298,299,301,312,315,322,323,324,325,327,328,332,343,355,360,367,368,369,371,372,373,378,379,384,389,391,396,400,404,405,406,414,422,424,426,436,451,452,454,457,459,461,463,465,472,479,480,482,483],argon:225,argonn:12,argument:[2,3,6,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,63,73,87,91,109,112,116,140,141,142,151,152,153,158,162,164,165,166,168,170,171,172,173,174,175,176,178,179,181,182,184,187,189,192,193,194,195,197,200,201,202,203,204,205,206,207,208,212,213,214,221,223,224,227,228,232,233,239,246,249,251,252,253,254,255,256,264,266,267,269,275,276,278,282,287,290,291,292,293,305,308,310,317,319,321,323,328,330,331,332,333,334,335,336,337,339,341,343,344,346,347,348,350,355,359,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,382,383,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,411,412,413,414,416,417,419,420,421,422,427,428,436,437,438,439,440,441,442,443,445,446,447,448,449,450,451,452,454,455,457,459,462,463,464,465,469,471,472,479,480,482],aris:[12,446],arithmet:[3,6,345,371,374,394,399,411,442,443],arkansa:9,arl:9,armv8:17,arnold:345,around:[1,3,4,6,12,42,57,58,59,66,70,73,77,116,140,143,159,162,164,166,186,188,189,196,197,212,214,215,231,246,249,279,281,285,290,298,302,305,322,323,326,344,354,454,457,464,465,474,479],aroung:3,arrai:[],arrang:140,arrheniu:468,art:[281,449,468],artefact:227,articl:6,articul:[7,275],artifact:[88,162,474],artifici:[247,280,430,431,433],arun:13,arxiv:[140,427],ascend:[41,189,230,239,290,459],asci:7,ascii:[13,291,316,355,382,385,407,454],ash:[405,406],asid:[8,164,407],asin:479,ask:[3,11],askari:416,askoos:13,asoci:188,aspect:[6,7,59,214,225,387,421,443,454,464,468],aspect_ratio:291,asper:4,aspher:[],asq:[405,406],assembl:4,assign:[1,2,3,6,7,11,12,14,15,17,18,33,39,40,41,50,57,59,61,63,66,71,72,75,90,93,104,106,110,113,114,118,140,141,144,159,161,163,164,167,177,187,188,189,190,192,193,194,197,201,203,208,210,211,212,215,217,225,230,233,234,235,236,246,249,251,252,253,254,255,264,266,267,268,269,273,276,277,279,281,287,290,291,308,309,310,311,328,337,346,348,350,354,355,359,360,366,382,385,387,390,391,420,421,451,452,454,455,456,457,458,463,464,469,472,479,480],assignemnt:[6,463],assing:279,assist:[7,247],associ:[3,5,6,8,9,12,22,37,39,40,44,55,59,66,74,75,81,87,89,90,93,99,101,103,104,106,130,159,172,183,187,188,189,193,194,195,199,212,214,220,223,225,226,232,236,246,249,275,285,289,290,291,303,305,329,330,332,340,348,353,355,359,360,373,376,380,381,382,384,390,391,393,396,400,423,425,435,436,438,452,455,462,474,476,479],associd:67,assum:[2,3,4,6,11,12,16,39,59,67,71,88,96,102,104,142,143,144,145,146,147,149,150,151,152,153,154,156,157,158,162,164,167,189,193,194,201,202,203,204,205,206,212,214,222,230,232,236,239,251,252,254,255,257,259,262,264,265,266,269,271,272,276,277,278,281,290,292,294,302,313,316,317,322,325,328,345,346,354,355,360,366,368,370,373,374,381,384,390,391,395,400,405,406,443,449,451,452,454,456,459,464,468,471,472,474,480],assumpt:[162,230,361,411],astar:407,astart:428,asterisk:[22,44,77,87,116,158,168,172,189,193,194,239,290,332,350,373,390,435,448,451,464,478],astop:[353,428],asu:382,asub:407,asubrama:13,asymmetr:[127,325,366,382],asynchron:[15,16],atan2:479,atan:479,atc:[],atc_fe_output:198,athomp:[0,7,9,13],atm2pa:6,atmospher:478,atol:12,atom1:[275,289,354,454],atom2:[275,289,354,454],atom3:[275,289,354,454],atom4:[289,354,454],atom:[],atom_element_map:198,atom_forc:420,atom_info:420,atom_modifi:[],atom_styl:[],atom_vec:8,atom_vec_atom:8,atom_vec_electron:8,atom_veloc:420,atom_weight:198,atomey:[6,7,11,13,187,188,189],atomfil:[3,71,279,328,359,464,479],atomic_charg:198,atomic_numb:417,atomid:454,atomist:[6,198,312],atomperbin:3,atomt:189,atomvec:8,attach:[6,205,273,294,302,454],attatch:315,attempt:[3,6,41,59,71,186,199,208,209,210,211,215,225,276,277,305,325,345,349,355,391,452,467,469,472,479],attend:198,attent:[15,18],attogram:478,attrac:407,attract:[],attribut:[3,6,7,8,11,39,40,42,58,63,71,87,113,114,115,117,143,158,187,188,189,192,193,194,200,201,203,204,205,211,212,249,251,252,253,254,255,257,258,266,267,269,277,290,291,307,308,309,310,348,354,366,384,391,454,455,456,464,472,479],atw:[405,406],atwat:440,atwt:407,atyp:[115,158,210,376,396,400,404],au1:163,au3:163,aug:11,augment:[12,113,212,279,407],augt1:407,auo:287,auoh:287,author:[3,8,9,13,382,383,474],auto:[6,8,11,12,91,160,192,202,294,319,345,354,360,451],autocorrel:[63,91,233],autom:[12,188],automag:7,automat:[3,6,12,14,15,16,17,18,19,36,128,184,197,225,227,236,290,294,318,345,360,375,382,391,407,423,424,425,426,447,454,467,474],auxiliari:[1,6,9,11,12,13,187,272,290,455,459,481],avail:[1,3,5,6,7,8,9,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,63,87,109,112,113,140,142,151,162,170,171,173,174,175,176,178,179,181,182,184,187,188,192,195,201,203,204,205,206,207,212,213,221,224,226,228,230,233,249,250,251,252,253,254,255,256,264,266,267,269,282,284,290,291,292,293,308,310,315,321,331,333,334,335,336,339,341,343,346,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,416,417,419,420,421,422,427,428,437,438,439,440,441,443,445,446,447,455,463,467,479],availab:9,ave_chunk:6,aveforc:[],avendano:410,averag:[3,6,7,15,41,63,64,71,87,91,103,105,116,118,144,152,160,163,187,189,192,194,198,200,201,202,203,204,205,206,207,208,212,225,227,229,233,234,239,249,250,253,272,277,280,286,287,290,291,294,331,362,384,407,442,455,459,472,474,479],averi:305,avesq:117,avi:188,avoid:[1,3,6,12,36,39,59,164,165,184,188,197,202,203,206,218,225,227,234,271,273,281,285,290,291,319,326,358,366,384,404,407,420,438,456,462,463,474],awai:[3,6,61,116,187,188,211,215,228,231,248,271,294,302,316,322,356,376,396,400,459],awar:[360,383,451],awpmd:[],axel:[7,9,13,18],axi:[3,6,41,118,130,143,163,164,166,186,188,208,225,228,231,246,276,298,302,317,323,335,341,348,454,457,464],axial:253,azimuth:[188,228],azur:189,b_k:427,ba2:163,babadi:421,back:[1,6,7,11,12,13,14,15,17,145,146,147,151,152,153,154,156,164,168,187,189,190,193,194,213,218,223,230,231,233,234,249,254,255,266,267,269,288,290,308,309,310,314,315,324,325,327,344,345,346,355,388,452,454,455,456,457,458,461,467,468,480],backbon:[211,293,339],backcolor:[189,482],backend:17,background:[9,87,88,112,141,189,208,214,233,305,313,317,320,355,374,405,406,407],backtrack:[351,353],backward:[9,12,190,355,468],baczewski:226,bad:[3,12,59,61,231,355,454,459,471],badli:[3,212,249],bal:312,balanc:[],balasubramanian:268,ball:[140,405,406],ballenegg:345,bammann:198,band:[4,6,7,140,192,248,352,355,366],bandwidth:[1,10,18,40],bandwith:188,bar:[87,188,478],barashev:382,bare:[218,232,234],barost:[218,474],barostat:[],barostt:6,barr:375,barrat:285,barrett:67,barrier:[3,4,6,248,341,355,375,386,468],bartel:272,bartok2010:427,bartok2013:427,bartok:[9,140,418,427],bartok_2010:418,bartok_phd:418,bary:478,barycent:301,basal:[],base:[3,4,6,8,9,11,12,13,14,15,20,63,64,71,78,87,91,111,118,144,146,163,164,166,187,188,189,192,198,204,205,208,209,210,214,215,219,230,233,237,239,261,272,273,279,281,283,290,291,294,295,305,312,346,360,362,364,366,380,384,387,390,391,392,396,405,408,409,414,416,417,437,440,441,449,451,454,455,456,458,461,464,465,468,469,472,478,479,480,483],bash:373,bashford:[6,20,170,371,466],basi:[3,6,12,40,140,144,164,197,233,235,272,305,322,348,447,464,479],basic:[6,7,8,12,17,41,113,141,188,189,198,208,249,250,271,326,361,363,448,456,474],basin:[86,355,449,468],bask:[382,407,417],bath:[9,280,285],batom1:[69,115,117,187,189],batom2:[69,115,117,187,189],bayli:[6,170,466],bb13:171,bcc:[3,4,7,64,70,73,348,407,409],bcolor:[3,188,189],bdiam:[3,188,189],be2:163,bead:[5,7,10,13,40,45,46,156,196,211,273,435],beam:215,bear:[6,226],becau:13,becaus:[0,1,3,6,8,12,16,17,18,29,40,41,59,64,71,77,116,128,140,144,149,154,164,165,166,170,187,188,189,190,195,199,201,208,209,210,211,212,214,220,224,226,227,232,233,234,235,246,249,250,261,267,276,280,281,285,290,302,307,312,313,316,317,320,324,325,326,327,328,334,345,351,353,355,356,359,360,371,373,376,378,380,384,385,387,388,389,390,391,394,395,404,405,406,407,411,421,435,436,442,443,451,452,454,456,457,458,461,463,464,466,468,474,479,480,481,483],beck:[],becker:[361,382],beckman:230,becom:[1,2,3,6,7,8,18,39,41,54,57,59,71,166,187,188,189,208,209,210,211,214,225,227,236,248,249,287,288,308,309,322,323,325,326,327,345,346,351,355,362,374,376,382,384,387,396,411,417,421,437,446,454,455,457,464,479],been:[1,2,3,6,7,9,12,13,16,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,45,46,47,48,49,51,53,54,56,57,59,60,63,65,69,71,87,109,112,113,114,115,117,119,142,143,144,145,146,147,151,152,153,154,156,157,165,166,167,168,170,171,173,174,175,176,178,179,181,182,184,186,187,188,189,190,195,197,199,200,201,202,203,204,205,206,207,208,211,212,213,214,215,221,224,225,228,230,231,233,234,236,237,238,239,240,244,246,247,249,251,252,253,254,255,256,264,266,267,269,275,276,277,280,282,284,287,288,290,292,293,301,306,308,309,310,317,318,319,321,322,323,324,325,327,328,331,333,334,335,336,339,341,344,345,346,353,356,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,381,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,408,409,412,413,414,416,419,420,421,422,428,435,437,438,439,440,441,443,445,446,447,449,451,452,454,455,456,457,458,460,464,468,471,472,479,480,481,482],befor:[1,2,3,6,8,9,12,14,17,22,29,39,40,41,44,59,66,71,74,75,81,89,90,93,103,104,105,106,114,144,147,152,153,159,164,165,167,168,172,185,186,189,193,194,195,196,197,199,201,203,204,205,206,207,208,212,217,218,224,225,230,232,233,234,236,239,246,249,254,255,266,269,272,279,280,281,284,285,290,291,292,306,308,309,310,316,322,323,324,328,332,350,351,353,355,360,385,388,404,407,436,444,449,451,452,455,456,457,458,459,461,462,464,468,471,472,474,479,480,481,482,483],began:[5,12],begin:[3,8,12,38,39,56,71,117,119,165,184,186,187,189,193,194,198,200,201,202,203,204,205,206,208,214,218,234,261,275,288,291,305,307,310,319,324,327,328,342,344,345,346,347,349,352,354,355,356,359,360,382,411,417,424,426,428,435,438,442,447,449,454,461,468,470,472,474,478,479,481],behalf:3,behav:[3,27,173,352,353],behavior:[3,168,184,187,188,190,211,212,215,225,226,227,230,233,234,235,249,276,280,285,305,308,309,317,352,366,384,407,448,456,460,479,481],behaviour:[6,233],behind:[8,232,247,280,305,345],beig:189,belak:7,believ:11,bellott:[6,20,170,371,466],bellow:335,belong:[2,3,40,71,120,167,199,201,204,225,239,290,328,354,423,454],below:[1,2,3,5,6,8,9,11,12,15,16,17,22,38,39,41,42,44,54,56,59,60,63,65,68,69,71,77,79,91,92,112,113,116,117,118,140,141,144,150,152,158,162,163,164,167,168,170,172,183,184,187,188,189,192,193,195,196,198,201,202,203,204,205,207,208,210,211,212,214,215,220,223,228,229,231,233,234,239,246,247,249,253,254,255,266,269,271,276,279,280,281,288,289,290,292,293,299,302,305,306,307,308,309,310,313,314,315,317,320,322,323,328,330,332,343,345,348,350,351,353,354,355,357,360,361,362,363,366,367,368,371,372,373,374,376,379,382,384,385,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,410,411,416,419,420,421,422,427,428,436,438,443,445,446,448,449,452,454,455,456,457,459,461,462,464,466,468,470,471,472,473,474,479,480,483],bench:[1,6,11,12],benchmark:[1,7,10,11,12,13,14,15,16,17,18,41,208,345,467],beneath:215,benefici:[61,357],benefit:[1,226,463],bennet:87,beowulf:7,berardi:[387,421],beraun:317,berendsen:[],berensen:290,berkelei:162,berkowitz:345,berlin:[7,9,294],bern:[3,273,281,282,375,387,436,463],bernendsen:6,beryllium:384,besid:[8,292,457],best:[1,6,8,14,15,16,17,18,19,249,267,268,289,290,360,366,376,396,400,411,438,455,463,468],beta:[6,9,272,280,361,364,382,383,385,407,439,440,441,472,479],beta_:366,beta_k:427,beta_pi:366,beta_sigma:366,beta_t:440,better:[3,6,7,8,12,14,16,27,140,173,194,208,225,236,249,261,281,288,290,305,346,355,360,439],betwe:365,between:[],beutler:404,bewteen:[108,202,305,313,320,391,451],beyon:463,beyond:[3,5,6,12,17,61,71,87,162,187,189,203,204,225,249,345,357,386,402,411,468,472,479],bgq:17,bi3:163,bi5:163,bia:[3,6,8,112,141,143,144,145,146,147,151,152,153,154,156,157,201,213,214,225,233,234,249,254,255,266,267,269,285,308,309,310,312,480],bias:[6,9,213,480],biaxial:143,biersack:[407,436,441,447],big:[3,4,12,187,280,285,305,356,374],bigbig:[3,12],bigint:[3,223],bilay:[4,10,302],bilayer1:302,bilayer2:302,bill:7,billion:[3,7,10,12,39,225,462],bin:[3,6,11,12,39,63,66,71,75,90,93,104,106,114,116,144,152,159,161,187,189,201,203,204,205,272,280,285,305,356,357,360,381,415,455,482],binari:[3,6,7,12,13,16,33,37,50,55,177,183,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,337,340,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,455,456,461,481,483],binary2txt:[],binchunk:201,bind:[17,18,204,366],binsiz:[39,189,356,360],binstyl:152,bio:[40,356],biolog:[6,7],biologi:176,biomolecul:[275,290,345,346,371],biomolecular:463,biophys:230,biosym:13,bird:381,bisect:[41,208,443],bisector:[6,376,396,400],bispectrum:[63,140,427],bisqu:189,bit:[3,12,17,39,223,234,411,438,462,474],bitmap:[3,438,444],bitrat:[188,189],bitzek:352,bkgd_dyn:407,bla:12,black:189,blais:[9,13],blanchedalmond:189,blank:[2,3,12,38,56,107,184,188,275,290,354,355,366,383,407,413,427,437,438,439,440,441,451,452,454,479],blast:317,blend:407,block:[2,3,6,91,140,164,166,167,276,326,348,360,366,384,417,427,457,468,474],blow:[3,261,322,326,428],blown:3,blue:[2,188,189,211],bluegen:[187,345],blueviolet:189,board:[346,379],bodi:[],body_nparticl:8,bodyflag:454,bodyforc:236,bodyforcei:236,bodyforcex:236,bodyforcez:236,bodystyl:[239,290],boff:[354,454],bogaert:312,bogu:[3,147,212],bogusz:88,bohr:[382,384,441,478],boltzmann:[6,7,9,87,91,112,142,144,145,146,147,150,151,152,153,154,156,201,211,233,236,237,238,239,240,253,321,380,469,478],bond:[],bond_coeff:[],bond_graph_cutoff:420,bond_harmon:[8,48,49],bond_harmonicshift:49,bond_info:420,bond_interact:198,bond_styl:[],bond_typ:[168,435],bondangl:[3,21,33,454],bondbond13:[3,171,454],bondbond:[3,21,33,454],bondchk:420,bondcoeff:3,bondtyp:[209,210,354,435],bonu:[3,481],book:446,bookkeep:411,bookmark:0,boost:[1,3,12,64,356],bop:[],border:[3,7,16,61,317,480],boresch:87,boreschkarplu:87,born:[],boron:384,borrow:294,bose:285,botero:[7,9,13,384],both:[1,3,6,7,8,9,11,12,14,15,16,17,18,27,37,39,40,54,55,57,59,61,62,63,68,69,71,83,87,88,108,113,115,116,128,143,144,149,152,154,157,164,166,167,168,173,183,184,187,188,191,192,193,194,199,201,202,204,205,206,209,210,211,212,213,214,219,225,227,229,231,233,234,236,237,245,246,249,250,254,255,261,266,269,275,279,280,281,287,290,293,294,302,305,309,313,314,315,317,320,322,323,325,326,327,330,331,340,346,350,353,354,355,356,358,360,362,366,367,368,369,370,371,372,374,379,380,382,383,384,387,388,390,391,392,396,398,400,401,402,404,405,406,410,411,414,421,422,437,439,440,441,447,449,451,452,454,455,456,457,461,466,471,472,474,479,481,482,483],bottleneck:[1,3,452],bottom:[8,9,147,189,214,224,236,267,313,320,348,466],bottomwal:207,bounc:[3,305],bound:[3,6,17,26,27,41,42,57,59,71,153,166,173,186,187,189,203,204,208,214,215,219,225,234,249,276,305,322,323,324,325,326,327,345,353,384,454,457,468,474,479,480],boundar:3,boundari:[],boundary_dynam:198,boundary_faceset:198,boundary_integr:198,bount:11,box:[],boxcolor:[188,189],boxxlo:11,bpa:360,bpclermont:[9,13],bptype:435,br1:163,bracket:[2,3,6,41,63,71,117,119,192,200,201,202,203,204,205,206,208,319,472,479],bragg:[118,163],branc:11,branch:11,branicio:73,breakabl:[7,44,55],breakag:[78,209],breakdown:[1,12,15,88,107,419,420,449,468],brennan:435,brenner:[362,436],brick:[3,41,62,152,166,208,454,456,458],brief:[1,5,6,7,8,12,232,362,366,420,468],briefli:[6,10,273,375],brilliantov:388,bristol:[5,7],brittl:416,broader:452,broadli:8,broken:[2,54,65,69,70,78,107,115,168,209,249,366,456,466,481],brook:6,brought:186,brown:[7,9,13,15,16,118,141,189],brownain:368,brownian:[],brownw:7,brows:0,browser:[4,188],bryantsev:390,bsd:12,bstyle:[40,42],btype:[69,115,165,187,376,396,400,404,435],buc:369,buck:[],buckingham:[7,193,194,281,346,367,369,370,378,436],buffer:[3,8,188,189,471],bufi:188,bug:[],bui:188,build:[],builder:[7,13],built:[1,2,3,4,6,8,9,11,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,43,45,46,47,48,49,50,51,53,54,55,56,64,67,78,80,83,86,87,96,97,98,99,100,101,105,109,111,112,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,148,150,151,155,156,158,162,170,171,173,174,175,176,177,178,179,181,182,183,184,187,190,192,195,196,197,199,207,209,210,211,213,215,220,221,222,224,225,226,227,228,230,232,233,235,236,237,238,239,240,242,243,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,279,280,281,282,283,284,285,286,287,290,292,293,294,295,296,297,298,299,301,305,308,310,311,312,313,314,315,317,318,320,321,323,324,329,330,331,333,334,335,336,337,339,340,341,346,355,356,357,360,361,362,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,412,413,414,415,416,417,418,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,449,452,455,457,463,467,468,469],bulatov:[408,409],bulk:[4,6,10,70,236,271,277,377,407,411,416,423,425,458],bullet:7,bump:233,bunch:8,bundl:[9,188,190],burlywood:189,bussi1:309,bussi2:309,bussi:[227,309],bybe:9,c1060:14,c11:[202,407],c12:202,c13:202,c1n:202,c2050:14,c21:202,c22:202,c23:202,c2n:202,c31:202,c32:202,c33:202,c34:202,c3n:202,c41:202,c42:202,c43:202,c44:202,c_0:[317,433,434],c_1:[68,69,117,118,163,187,189,226,279,291,328],c_2:[69,117,118,160,162,163,187,291,319,328],c_3:[117,291],c_cluster:6,c_cstherm:6,c_dist:117,c_doubl:11,c_e:317,c_flux:91,c_forc:117,c_gauss:386,c_hb:390,c_id:[6,63,71,87,117,119,187,200,201,202,203,204,205,206,291,307,319,472,479],c_ij:6,c_ijkl:6,c_index:117,c_k:226,c_ke:313,c_msdmol:119,c_my_stress:200,c_mycentro:[201,204],c_mychunk1:114,c_mychunk2:114,c_mychunk:[6,66,75,90,93,104,106,144,159,161],c_mycom:203,c_mycomput:201,c_myf:[187,482],c_myrdf:[116,206],c_mytemp:[8,202,203,206,319,472,479],c_n_k:226,c_p:141,c_pe:110,c_peratom:[110,141],c_pi:366,c_press:117,c_prop:6,c_radiu:162,c_reax:[419,420],c_sa:291,c_sigma:366,c_size:6,c_stress:187,c_tatom:234,c_tdrude:[218,234,474],c_thermo_press:[8,202,203,206],c_thermo_temp:206,c_xrd:203,ca2:163,cach:[17,39,411,467],cacul:293,cadetblu:189,cai:474,calcforc:236,calclat:91,calcluat:[103,105,110,112,141,376],calcualt:[91,201],calcul:[],caldwel:[6,170,466],calhoun:273,call:[],callabl:[3,11],callback:[3,11,192,223,452],caller:3,calori:478,caltech:[6,7,9,13,384],calucl:6,calul:[11,12,144,346],cambridg:[9,418],campa:272,can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,191,192,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,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,348,349,350,351,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,461,462,463,464,465,466,467,468,469,470,471,472,474,478,479,480,481,482,483],cancel:[192,290,480],candid:[168,199,225],cannot:[1,2,3,6,11,12,13,15,16,17,39,40,41,54,57,58,59,68,71,82,84,88,104,117,119,143,144,165,167,168,186,187,188,189,200,201,202,203,204,205,206,208,211,212,214,215,225,226,227,233,234,235,239,246,249,251,252,254,255,257,258,259,264,266,269,276,277,280,285,287,290,291,292,295,305,313,317,319,320,322,323,326,327,328,330,345,348,353,355,358,359,360,369,370,372,382,387,389,396,400,402,404,411,414,419,421,422,423,425,435,436,438,449,451,452,454,455,457,458,460,463,464,466,468,471,478,479],canon:[192,199,225,227,249,250,266,267,268,269,273,309,312,315,416],cao1:273,cao2:273,cao:273,capabl:[5,7,9,11,14,16,17,18,324,330,346,360,362,372],capac:[9,40,101,150,285,317,430,454,464],capit:[217,454],capolungo:[118,163,291],captur:[6,318,362,370,384,388,400,407,474],carbid:376,carbon:[7,188,339,362,375,393,407],card:[12,14,16,22,44,77,87,116,172,193,194,290,332,350,373,390,448,456,461,481,483],care:[3,6,59,71,164,167,186,201,204,205,209,210,215,227,232,236,249,276,290,312,365,452,454,457,458,463,464],carefulli:[11,12,54,287,328,391,393,459],carlo:[6,7,9,192,199,211,225,290,312,381,436],caro:[199,382],carpent:[7,13],carri:[16,242,279,317,388,420],cart:[3,451],carter:[9,17],cartesian:[3,62,361,451],carv:167,cascad:[219,317],cash:7,cast:[227,479],cat:[15,188],catastroph:281,cate:236,categori:[],cation:385,cauchi:[133,138],caus:[1,2,3,6,8,12,16,17,164,166,167,168,187,189,197,212,219,225,261,271,288,290,293,322,324,325,326,327,330,344,346,353,355,359,390,396,402,405,406,411,448,452,453,454,455,458,459,461,462,479,483],caution:[1,346],cautiou:[209,210],cautious:362,caveat:[362,463],cbecker:[361,382],cc1:[6,14,66,75,90,93,104,106,114,144,159,161,201,204],cc2:14,ccc:[383,437,439,441],ccflag:[12,16,17,18,19,187],ccm6:382,ccsi:[383,437,439,441],ccu:366,cd2:163,cdeam:382,cdennist:9,cdll:11,cdof:[6,144,201],cdte:366,cdte_bop:366,cdtese:366,cdzn:366,cdznte:366,ce3:163,ce4:163,ceas:352,ceil:479,cell:[3,6,59,88,116,118,162,163,164,187,197,212,213,225,230,247,249,250,253,272,280,283,317,345,346,348,381,384,472],cella:[6,472],cellalpha:[6,472],cellb:[6,472],cellbeta:[6,472],cellc:[6,472],cellgamma:[6,472],center:[3,6,25,42,63,66,71,74,75,86,89,90,98,103,104,105,114,116,118,144,145,146,149,152,156,159,161,164,188,189,192,193,194,196,201,203,204,205,212,214,215,216,218,225,226,231,233,234,239,245,249,254,255,266,267,269,272,276,281,287,288,290,291,294,302,303,305,307,308,309,310,312,313,315,322,326,331,348,354,365,383,384,387,388,394,405,406,407,408,409,437,439,440,441,443,457,464,474,479],centimet:478,central:[3,61,70,76,77,116,122,140,239,271,293,303,354,413,419,420,454],centro:[],centroid:[3,273,443,464],cerda:345,ceriotti2:227,ceriotti:[13,227,232],certain:[1,2,3,6,8,12,17,39,71,113,117,119,168,187,188,200,201,202,203,204,205,206,211,223,224,290,292,306,319,330,337,344,356,391,411,420,442,456,460,474,479],certainli:231,cerutti:346,cfg:[3,6,7,13,187,188,189,190],cfile:420,cfl:[128,295],cfor:294,cg_type:422,cgiko:2,cgikot:2,cgkio:2,cgko:2,cgkot:2,cgo:2,cgot:2,ch2:293,ch2lmp:[],ch3:293,chain3:356,chain:[],challeng:[6,294],chalopin:285,champaign:[230,345,346,405],chandler:[361,382],chandrasekhar:[6,396],chang:[1,2,3,6,8,9,11,12,14,15,16,17,39,40,41,46,55,57,59,62,71,80,87,116,126,128,146,147,148,164,165,166,168,184,186,187,188,189,190,192,193,194,195,196,198,199,204,205,207,208,209,210,211,212,213,214,215,219,220,222,224,227,229,230,231,233,235,236,237,239,245,246,247,249,250,251,252,253,254,255,261,266,267,268,269,271,272,276,277,279,280,284,287,288,289,290,292,293,294,305,308,309,310,311,313,314,315,316,317,318,320,323,326,328,346,351,353,355,358,360,380,384,388,391,405,406,407,411,419,420,436,449,450,451,452,454,455,456,457,458,459,460,462,463,464,465,466,469,472,475,477,478,479,480,481],change_box:[],changeabl:187,channel:[4,195],chapter:[273,346],charact:[2,3,6,12,38,41,56,63,184,187,188,189,190,192,208,279,287,330,354,359,384,395,417,419,420,438,451,452,456,461,462,479,481,482,483],character:[6,67,70,116,140,427,449,468],characterist:[234,305,314],charg:[1,3,4,5,6,7,9,11,15,40,87,88,113,118,163,164,187,190,192,193,194,199,215,220,225,279,281,282,283,287,307,320,345,346,354,367,369,375,376,378,379,382,384,385,391,396,400,404,414,419,420,436,441,442,444,446,447,454,455,459,464,466,474,478,479],charmm2lammp:13,charmm:[],chartreus:189,cheap:305,cheaper:[219,387,421],check:[3,6,8,11,12,15,17,39,41,71,91,184,199,204,208,209,210,215,222,225,231,232,289,293,305,313,315,320,328,330,344,353,354,355,356,357,360,381,392,395,411,420,435,449,451,452,454,462,468,471,472],checkf:184,checkqeq:420,checku:184,chem:[6,13,20,21,25,39,40,43,45,46,87,88,112,141,170,171,181,213,218,226,227,234,236,248,249,250,267,268,273,277,280,282,290,294,305,308,309,312,313,314,315,322,331,339,341,345,346,352,355,362,367,371,372,375,376,377,379,380,384,386,387,389,390,396,400,401,404,407,410,411,414,435,442,463,466,468,474],chemic:[9,118,158,163,187,198,199,225,281,286,287,312,346,419,420,431],chemistri:[9,280,281,283,366,384,419,420],chen:317,cheng:375,chenoweth:[419,420],chenoweth_2008:[419,420],chi:[92,153,186,271,281,283,385,387,480],chiefli:418,child:8,chip:[7,12,17,360,467],chipot:213,chiral:339,chmod:[11,12],cho:407,chocol:[7,189],choic:[3,6,12,15,16,18,40,41,54,87,141,143,157,168,184,201,204,205,208,211,214,215,227,233,236,247,249,273,281,290,312,340,346,351,352,355,357,360,391,404,411,415,454,463,464,467,468,473,474,478],choos:[1,3,6,7,8,12,16,17,18,29,39,54,87,117,154,155,188,209,210,211,212,215,222,233,236,247,249,251,252,253,254,255,277,305,309,323,345,346,352,444,449,451,463,469],chose:[439,441],chosen:[2,3,6,12,17,140,164,167,176,184,188,194,199,212,215,222,225,226,234,236,247,249,253,273,276,287,305,309,312,313,318,320,321,327,346,347,352,360,384,388,394,395,398,422,439,449,463,468,474],chri:162,christian:[7,9,14,17],christoph:7,chunk:[],chunkid:[66,75,90,93,104,106,114,144,159,161,201],chute:[4,10,228],ciccotti:293,cieplak:[6,170,466],cii:202,cij:202,circl:301,circular:[3,6,143,185],circumst:18,circumv:285,citat:[],cite:[3,7,8,12,233],cko:2,cl1:163,clarendon:[29,379],clarifi:[7,439,441],clariti:330,clark:414,class2:[],classic:[0,3,5,6,7,8,9,223,273,280,285,317,341,384],classifi:[9,436],claus:452,clean:[6,12,14,15,17,462],cleanli:[453,482],clear:[],clearli:7,clebsch:140,clermont:[9,13],clever:458,click:[2,11,22,37,44,55,164,172,183,188,230,332,340,355,373,436],client:[230,232],climb:[248,355,468],clinic:[7,13],clo:[153,186,480],clock:[12,449,468],clockwis:323,close:[3,6,11,12,13,39,41,67,141,167,187,210,211,212,227,234,236,249,267,290,293,323,326,344,346,349,351,352,355,360,362,366,376,377,407,411,423,425,441,458,464,474,476],closer:[3,41,116,162,186,187,208,212,216,314,355],closest:[210,271,290,320,387,421,435,444],cloud:474,clovertown:18,clsuter:72,clump1:[275,290],clump2:[275,290],clump3:[275,290],clump:290,cluster:[],clutter:[3,9],cmap:454,cmatrix:227,cmax:407,cmd:[11,12,273,465],cmin:407,cmm:[],cn1:202,cn2:202,cna:[],cnn:202,cnr:[9,13],cnt:[391,458],co2:[40,163,293,354],coars:[7,9,29,36,40,54,176,275,290,305,389,422,466],coarser:[346,479],coarsest:140,code:[],coeff:[3,7,8,12,21,22,33,44,50,170,171,172,177,331,332,337,373,391,395,411,424,426,428,454,456],coeffcient:454,coeffici:[],coefficienct:380,coefficient0:382,coefficient1:382,coeffieci:[6,364],coeffincientn:382,coexist:[9,225,384],cohes:[6,385,407],coincid:[122,326,371,405,406,449],cold:[6,149,229,356,474],coldest:313,coleman8:9,coleman:[9,118,163,291],colin:9,collabor:[7,8,9,15],collect:[3,6,7,8,9,13,40,42,66,75,83,90,93,98,104,106,114,144,152,159,161,164,187,189,201,213,239,245,275,285,288,290,328,345,354,356,374,394,454,461,467,483],collid:[219,305,327],colliex:163,collinear:[3,275],collis:[3,236,305,323,327,381,388,447],colllis:305,colloid:[],colombo:39,colon:[190,328,455],color1:189,color2:189,color:[3,9,41,187,188,189,208,226,280,285],column:[3,6,9,13,42,63,65,66,67,68,69,71,75,77,79,81,90,92,93,104,106,108,110,113,114,115,116,117,119,140,141,144,152,159,161,162,163,184,187,189,192,200,201,202,203,204,205,206,239,246,247,280,290,306,307,317,327,386,390,419,420,455,469,471,479],colvar:[],colvarmodul:12,com:[],comamnd:214,comand:[211,456],comannd:360,comb3:[],comb:[],comb_1:282,comb_2:282,combiant:377,combin:[3,6,7,9,11,13,36,40,63,65,69,79,87,92,108,115,143,157,187,188,198,203,230,239,249,273,279,309,318,326,329,331,345,346,348,352,360,374,376,377,384,385,391,403,404,427,437,439,441,446,457,462,474,479],come:[],comfort:[12,13],comm:[0,3,12,61,73,230,232,233,346,355,360,380,411,416,438],comm_modifi:[],comm_styl:[],command:[],comment:[2,7,11,12,38,56,170,184,187,234,290,317,354,355,361,382,383,385,395,407,413,420,427,437,438,439,440,441,451,452,454,474,479],commerci:7,commmand:[3,6,12,59,107,268,448,449,451,468,482],common:[],commonli:[3,6,12,17,25,57,59,105,166,187,188,190,341,389,398,427,439,441,454,457,466],commun:[1,3,6,7,8,10,11,12,14,15,16,18,40,41,58,61,62,71,167,168,188,189,208,209,210,212,213,214,230,232,236,238,239,240,249,272,279,281,282,283,290,305,317,328,345,356,357,358,360,381,415,451,452,456,463,464,481,483],communc:345,comp:[7,232,233,293,346,355,384,411,416,421,434,438,440],compact:[63,192,373,436],compani:[5,7],compar:[1,3,4,6,8,12,17,39,86,110,118,147,162,163,172,183,189,218,281,328,330,345,346,353,355,407,449,468,469,474,478],comparison:[],comparison_of_nvidia_graphics_processing_unit:14,compass:[7,21,22,37,43,44,55,171,172,183,331,332,340,372,436],compat:[3,5,7,8,9,11,12,13,17,18,41,71,117,119,175,187,190,194,200,201,202,203,204,205,206,208,272,284,309,312,319,322,325,345,360,392,411,438,451,452,479],compens:[6,209,210,288,356,384],compet:316,competit:346,compil:[3,7,8,9,10,12,13,14,15,16,17,18,19,162,187,188,190,230,316,346,360,454,455,459],compl:17,complain:[12,17],complement:407,complementari:[7,376,396],complet:[3,6,9,12,15,41,59,71,189,204,208,213,239,273,276,279,305,316,318,330,344,355,360,385,424,426,443,449,454,459,462,466,468,471,474,479],complex:[6,8,11,12,13,25,40,42,62,140,152,164,165,236,301,326,343,355,384,438,452,454,457,479],compli:[312,316],complic:[6,7,9,12,13,199,225,452],complier:12,compon:[3,6,8,12,61,63,66,67,73,81,88,89,90,91,93,94,97,104,105,106,107,108,109,110,112,113,117,127,130,131,132,133,136,137,138,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,159,160,161,187,188,189,195,196,200,201,202,203,204,205,206,207,211,212,214,215,220,223,228,232,233,236,239,241,245,246,248,249,250,253,254,255,266,267,269,270,272,273,274,277,288,290,292,293,294,298,299,302,305,308,309,310,312,319,320,325,326,327,345,348,352,353,354,355,360,380,384,388,405,406,424,426,427,454,455,464,472,479,480],componenet:6,composit:[6,199,236,382],compound:[375,384,385],compres:[71,114,201],compress:[3,6,59,71,114,167,187,188,189,201,214,247,253,277,280],compris:[40,326,394,421,443],compton:[118,163],comptu:[3,6],compuat:346,comput:[],computation:[3,6,209,210,317,366],computational:474,compute_arrai:8,compute_fep:[194,404],compute_group_group:225,compute_inn:8,compute_ke_atom:8,compute_loc:8,compute_modifi:[],compute_peratom:8,compute_sa:[118,291],compute_scalar:8,compute_temp:8,compute_ti:194,compute_vector:8,compute_xrd:163,concaten:[2,3,482],concav:326,concentr:382,concept:[6,144,154,201,463],conceptu:[3,6,71,152,212,214,355,376,391,407,459],concern:[6,73,87,226],concis:[11,316],conclud:12,concret:8,concurr:[9,16,346],conden:[317,439,441],condens:[6,146,317,362,378,382,396],condit:[],conducit:6,conduct:[],cone:457,confid:[3,468],config:[12,187,451],configfil:213,configur:[1,2,6,12,15,17,38,59,122,166,184,186,187,188,192,212,213,214,215,219,225,232,233,261,273,281,316,343,353,355,362,366,383,407,437,439,441,449,454,456,457,468],confin:[454,468],conflict:[3,40,411,452],conform:[3,6,13,59,211,212,248,289,294,316,339,355,384,466],confus:3,conjuct:380,conjug:[7,8,233,352,384,419,420],conjunct:[6,7,71,86,87,114,147,152,158,164,168,189,193,194,233,236,240,261,276,277,281,282,283,285,290,305,313,320,325,345,346,355,367,369,373,376,380,384,390,396,411,414,422,442,454,457,461,474,483],connect:[3,6,87,149,167,211,230,275,290,293,302,355,377,388,435,441,451,452,458,474],conput:3,consecut:[3,11,12,39,71,164,189,193,194,215,230,231,376,396,400,449,455,457],consequ:[1,6,317,395,468],conserv:[3,192,199,211,218,219,226,229,233,235,236,240,245,247,249,261,290,293,308,309,313,320,321,325,355,379,380,388,402,463,468],consid:[6,9,70,71,78,87,115,149,150,167,187,189,193,194,200,202,204,208,210,211,215,237,250,272,290,312,313,316,317,320,346,373,384,391,420,421,435,449,450,452,455,456,457,459,462,464,472,474,479],consider:[6,8,233,234,308,309,310,360,463],consist:[3,6,8,9,11,12,40,42,65,69,79,92,104,108,111,112,115,144,147,149,164,176,186,190,195,196,201,214,215,218,220,223,226,233,234,235,246,249,251,252,253,254,255,256,257,259,260,261,262,264,265,266,267,268,269,277,280,285,287,289,290,308,309,310,311,321,345,346,348,354,355,360,362,366,368,374,376,384,387,391,405,406,407,411,421,424,426,438,444,452,454,455,457,458,459,466,474,479],consistent_fe_initi:198,consit:290,constant:[],constitu:[3,6,239,290,322,326,374,421],constitut:[424,426],constrain:[3,6,8,142,143,144,145,147,150,151,152,153,154,156,157,192,201,215,225,226,231,239,243,275,276,288,290,293,303,313,320,353,354,384,459,466,474],constraint:[],construct:[6,8,14,38,54,56,61,64,67,70,72,73,77,118,140,163,212,249,272,289,326,356,360,379,411,435,437,438,457,458,479],constructor:8,consult:420,consum:[1,285,415,479],consumpt:343,contact:[],contact_stiff:[423,425],contain:[0,1,2,3,4,6,8,9,11,12,13,17,18,19,38,40,41,56,63,87,91,116,118,140,144,152,162,163,164,166,170,172,183,184,187,188,189,190,192,193,194,198,200,201,202,203,204,205,206,208,213,215,220,227,231,232,233,234,236,247,261,271,272,275,276,278,280,283,287,290,291,295,305,312,316,317,326,327,330,344,346,354,355,358,359,361,362,363,366,375,376,379,382,383,384,391,392,407,413,417,418,419,420,427,437,438,439,440,441,442,449,450,451,452,454,455,456,457,459,461,463,466,468,471,472,474,479,481,483],content:[12,18,420,470,472],context:[3,6,8,12,17,117,189,209,210,215,275,287,321,352,446,454,461,470,478,479,480],contibut:70,contigu:451,contin:16,continu:[0,2,3,5,6,9,12,13,14,41,71,81,103,104,160,189,192,193,194,199,201,202,203,204,205,206,208,211,212,213,214,215,225,226,227,229,230,231,233,234,235,241,246,247,249,251,252,253,254,255,266,267,268,269,274,276,279,280,290,291,294,304,305,307,314,315,317,323,326,330,344,359,360,366,380,381,398,401,419,420,421,424,426,440,449,452,454,456,457,462,468,471,472,479,481],continuum:[6,7,9,198,317,424,426],contour_integr:198,contract:[59,212,214,249,277,290],contradictori:3,contrain:293,contraint:261,contrari:[227,234],contrast:[1,6,42,55,64,149,214,328,424,426,446,482],contrib:317,contribut:[3,5,6,7,8,9,12,13,17,63,66,68,70,71,74,75,77,80,84,87,88,89,90,91,93,102,104,106,107,108,109,110,112,114,117,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,194,199,200,201,202,203,204,205,206,212,225,233,236,239,240,244,250,267,268,275,276,284,287,290,291,293,319,345,353,355,363,380,381,382,384,391,405,406,411,419,420,466,472,474],contributor:12,control:[3,5,6,7,8,11,13,16,27,29,41,87,91,122,140,173,187,188,192,198,199,208,212,213,214,229,230,233,234,249,251,252,253,254,255,277,282,290,296,297,308,309,310,317,321,343,345,357,384,387,419,420,423,425,437,441,449,451,463,469,470],control_typ:198,controlfil:420,convect:91,conveni:[6,12,29,187,190,206,291,348,427,479],convent:[3,8,9,29,175,182,183,189,289,302,329,382,384,479],converg:[3,6,41,88,187,188,190,195,208,211,212,220,223,253,280,282,285,289,293,351,352,353,355,375,376,396,449,461,468],convers:[3,8,140,188,189,199,202,277,345,376,377,378,384,396,400,404,414,452,468,478],convert:[2,3,4,5,6,7,8,12,13,20,21,24,28,32,35,36,59,63,71,91,164,171,187,188,189,206,247,328,331,333,336,339,348,355,361,382,439,441,447,452,454,455,456,461,471,474,478,479,481,483],convex:326,convinc:[7,12],cooki:7,cool:[7,154,229,288],cooordin:187,cooper:[5,7],coord123:114,coord1:[3,114,201,204,205],coord2:[3,114,201,204,205],coord3:[3,114,201,204,205],coord:[],coordiat:353,coordin:[1,3,4,6,7,8,11,13,14,15,17,40,41,42,59,61,62,63,66,68,71,74,75,77,81,87,89,90,93,103,104,106,113,114,116,134,140,147,153,159,161,162,164,168,186,187,188,189,190,192,195,200,201,203,204,205,208,209,210,211,212,213,214,215,218,220,221,223,225,228,229,230,231,232,233,234,246,248,249,251,252,254,255,267,270,271,272,275,276,277,287,288,290,292,293,294,299,302,303,304,305,307,315,316,317,324,325,327,328,348,353,354,355,360,361,362,365,383,449,454,455,457,459,462,464,468,474,479,480],coordn:[114,201],coorind:104,copi:[0,3,4,8,11,12,15,17,40,119,188,317,355,373,419,452],copper:447,coproccesor:16,coprocessor:[1,4,7,9,16,17,360,467],coproprocessor:17,copy_arrai:8,copyright:[7,8,275],coral:189,core:[],core_shel:146,coreshel:[6,9,369,376,378],cornel:[6,170,466],corner123i:113,corner123x:113,corner123z:113,corner1i:113,corner1x:113,corner1z:113,corner2i:113,corner2x:113,corner2z:113,corner3i:113,corner3x:113,corner3z:113,corner:[3,6,40,113,188,326,327,348,443,454],cornflowerblu:189,cornsilk:189,corpor:16,corr:375,correct:[3,6,9,11,12,16,17,59,87,88,102,110,116,146,151,158,188,214,227,233,249,250,267,275,277,280,316,322,326,345,355,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,445,446,447,454,469,472,474],correction_max_iter:198,correctli:[3,8,9,11,17,71,81,102,103,142,143,145,147,149,150,151,152,153,156,157,160,187,189,195,215,220,223,234,243,249,250,283,290,293,302,304,323,326,355,356,360,378,406,451,452,454,464,478,480],correl:[],correspond:[1,2,6,8,11,12,14,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,43,44,45,46,47,48,49,51,53,54,56,70,71,87,96,97,109,112,113,114,115,118,119,127,130,131,132,133,134,136,137,138,140,142,143,151,158,163,170,171,172,173,174,175,176,178,179,181,182,184,187,188,189,193,194,195,201,203,204,205,207,210,212,214,221,223,224,228,233,236,237,245,246,247,249,251,252,253,254,255,256,261,264,266,267,269,272,273,277,282,290,292,293,308,310,312,321,322,323,325,326,327,329,331,332,333,334,335,336,339,341,346,350,352,354,355,361,362,364,367,368,369,370,371,372,373,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,411,412,413,414,416,417,419,420,421,422,427,428,437,438,439,440,441,443,445,446,447,449,451,452,454,455,457,467,468,469,471,472,474,479],correspondingli:[405,406,463],cosin:[],cosineshift:27,cosmo:[227,232],cossq:[],cost:[1,6,10,11,12,17,39,41,71,109,118,141,163,188,189,201,204,205,208,209,210,222,249,282,317,345,346,358,376,396,400,411,437,451,463],costheta0:[437,439,441],costheta:417,costli:[11,88,227,356],couett:4,coul:[],could:[2,3,6,9,11,12,17,33,41,50,59,66,71,75,87,90,93,104,106,109,112,114,144,154,159,161,177,187,188,189,193,194,199,201,202,204,208,214,223,232,279,280,281,285,288,290,292,305,306,312,316,317,318,322,326,328,330,337,342,344,351,353,356,360,363,386,390,391,419,420,450,451,452,454,456,458,461,462,470,474,479,480],coulomb:[3,5,6,7,8,9,10,12,14,15,18,88,107,108,141,165,169,281,283,318,345,346,353,360,367,369,370,371,372,375,376,377,378,379,384,388,389,391,396,400,404,411,414,419,420,422,436,441,442,446,459,466,472,474,478],coulommb:6,cound:3,count:[1,3,6,8,10,11,12,41,63,68,77,91,114,116,117,152,162,168,195,196,199,201,203,204,205,207,208,215,220,222,225,231,249,261,276,293,308,309,326,346,353,354,355,357,360,386,390,411,472,479],counter:[323,449,460,462,468],counterbal:229,counterpart:[187,290,449],counterproduct:18,coupl:[],courant:295,cours:[3,8,126,128,158,187,193,194,226,289,302,316,322,324,325,327,328,346,405,428,451,454,467,474,479,481],coval:[6,29,384,407,474],covari:227,cover:[6,71,184,189,198,236,384,394,443],coverag:[71,204],cpc:232,cpp:[1,3,6,8,9,11,12,13,87,187,193,194,223,293],cpu:[1,3,4,9,10,12,14,15,16,17,18,63,71,189,192,218,234,318,343,346,360,373,436,449,467,468,471,472],cpuremain:472,cr2:163,cr3:163,crack:[4,356],crada:[5,7],crai:[5,7,13,18,187],crash:[3,356,474],craympi:360,creat:[],create_atom:[],create_bond:[],create_box:[],create_elementset:198,create_faceset:198,create_nodeset:198,createatom:[],creation:[],crimson:189,critchlei:275,criteria:[3,116,165,188,189,209,210,211,244,353,416,443,456,459,479],criterion:[41,121,162,164,167,199,208,211,225,261,282,295,323,328,353,355,375,384,388,459,468,469],criterioni:468,critic:[48,49,247,312,317,353],cross:[3,12,22,71,89,143,172,187,188,200,204,210,214,246,248,267,290,298,302,304,313,320,332,348,355,371,380,381,382,389,390,391,396,398,400,417,422,424,426,439,441,454,458,464,481],crossov:1,crossterm:454,crozier:[0,7,13],crucial:280,crystal:[4,6,13,73,271,272,315,356,458,472,474],crystallin:[6,272,348,440,474],crystallis:312,crystallogr:[118,163],crystallograph:[348,472],crystallographi:[118,163,348],cs1:163,cs_chunk:6,cs_im:[40,454],cs_re:[40,454],csanyi:[140,418,427],cscl:407,csequ:6,csh:[11,12,373],cshrc:[11,12],csic:[383,437,439,441],csinfo:6,csisi:[383,437,439,441],csld:[],cst:382,cstherm:6,cstyle:451,csvr:[],ctcm:[361,382],ctemp_cor:218,cterm:294,ctr:9,ctype:11,cu1:163,cu2:163,cu3au:407,cube:[6,41,162,167,208,218,326,348,474],cubic:[],cuda:[],cuda_arch:15,cuda_get:15,cuda_hom:15,cuda_prec:15,cufft:14,cuh:366,cummul:[3,6,206,209,210,211,213,222,227,233,235,305,308,309,310,311,313,320,390,472],cumul:[6,199,201,203,204,205,219,225,233,247,249,253,261,290,291,355],curli:2,current:[0,1,3,5,6,7,8,9,11,12,13,15,16,17,18,40,41,42,59,61,63,71,73,81,87,102,108,116,117,130,141,144,152,160,162,165,168,187,188,189,190,193,194,198,199,201,204,205,206,208,209,210,211,212,213,214,215,219,220,223,225,227,230,231,233,239,246,249,250,254,255,261,266,267,269,275,281,282,284,287,288,289,290,293,294,295,296,297,298,299,301,303,304,305,308,309,310,316,317,320,321,322,323,324,325,327,328,330,343,344,345,346,349,350,352,353,354,355,360,366,373,375,379,382,384,385,388,392,395,405,406,407,408,409,411,417,419,420,423,424,425,426,428,439,441,442,444,449,450,451,452,454,455,456,457,458,460,461,462,464,466,468,469,471,472,479,480,481,482,483],curv:[6,164,225,272],curvatur:[387,421,447],custom:[],cut0:452,cut1:463,cut2:463,cut:[],cuthi:[271,283],cutinn:[368,405,406],cutlo:[271,283],cutmax:417,cutoff1:[372,379,396,400,404,414,422],cutoff2:[367,369,370,372,378,379,396,400,404,414,422],cutoff:[3,6,10,16,18,39,45,46,54,55,61,70,72,73,77,87,108,115,116,140,162,165,167,210,211,216,271,280,281,283,285,287,290,305,318,322,326,328,345,346,353,356,357,358,360,361,362,363,364,365,366,367,368,369,370,371,372,374,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,427,428,429,430,431,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,452,456,459,463,474],cutoffa:383,cutoffc:383,cuu3:382,cval:163,cvd:312,cvel:294,cvff:[],cwiggl:[3,246,322,325,327,479],cyan:[2,188,189],cycl:[3,225,247,249,250,253],cyclic:[3,184],cygwin:12,cylind:[3,4,188,231,276,323,326,457],cylindr:[6,231,302,323],cypress:360,cyrot:366,cyrstal:272,d3q15:236,d3q19:236,d_double_doubl:15,d_e:317,d_flag2:279,d_flag:279,d_name:[113,187,279,307,464],d_single_doubl:15,d_single_singl:15,d_sx:279,d_sy:279,d_sz:279,daan:315,dai:12,daili:12,daivi:267,damag:[],dammak:285,damp:[3,6,192,197,233,234,235,240,249,250,253,277,280,285,290,308,309,321,323,324,352,353,355,367,369,371,376,379,384,388,396,404,414,422,436,442,468,474],damp_com:234,damp_drud:234,dampen:[290,474],dampflag:[323,388],dan:17,danger:[3,12,225,328,380,472],dangl:167,daniel:9,darden:[346,379],darkblu:189,darkcyan:189,darken:188,darkgoldenrod:189,darkgrai:189,darkgreen:189,darkkhaki:189,darkmagenta:189,darkolivegreen:189,darkorang:189,darkorchid:189,darkr:189,darksalmon:189,darkseagreen:189,darkslateblu:189,darkslategrai:189,darkturquois:189,darkviolet:189,dasgupta:281,dash:[388,471],dat:[6,91,184,198,450],data2xmovi:[],data:[],data_atom:8,data_atom_hybrid:8,data_bodi:8,data_vel:8,data_vel_hybrid:8,databas:[],datafil:[12,13,291],dataset:291,datatyp:3,date:[0,6,12,13,419,420,479],datom1:115,datom2:115,datom3:115,datom4:115,datum:[3,6,42,65,68,69,79,92,108,115,187,202],davi:322,david:[9,19,345,346,439,441],daw:[382,417],dbg:14,dcd:[3,6,7,187,188,189,190,273,455,459],ddim:186,deactiv:404,dealt:232,debug:[6,7,11,12,13,14,17,118,122,163,164,273,278,343,345,360,392,411,444,452,453,456,461,464,471,479],deby:[],decai:[376,447],decid:[3,6,12,16,71,246,279,290,318,469],decipher:348,declin:305,decod:188,decompos:[87,427],decomposit:[3,5,7,18,62,198,273],decoupl:[6,474],decreas:[3,187,195,196,211,214,220,223,233,316,345],decrement:294,deepli:342,deeppink:189,deepskyblu:189,def:[12,13,452],defaul:61,defect:[6,70,162],defgrad:2,defin:[2,3,5,6,7,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,170,171,172,173,174,175,176,178,179,181,182,183,184,185,186,187,188,189,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,219,220,223,224,225,228,231,232,233,234,235,236,244,246,248,249,250,251,252,253,254,255,257,258,259,262,264,265,266,267,268,269,271,272,273,275,276,277,279,281,283,288,290,291,292,293,295,299,303,305,307,308,309,310,311,313,314,315,317,319,320,322,323,324,325,326,327,328,330,331,332,333,334,335,336,339,340,341,343,345,346,348,350,352,353,354,355,356,357,358,359,360,362,363,364,365,367,368,369,370,371,372,373,374,376,377,379,380,381,383,384,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,410,411,412,413,414,416,417,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,454,455,457,458,459,460,463,464,465,466,468,469,471,472,474,475,476,477,478,479,480],definit:[2,3,6,8,12,13,78,80,116,140,189,201,202,203,204,205,206,214,231,253,291,307,319,322,325,327,329,340,343,354,363,366,374,384,394,417,424,426,427,443,452,454,456,463,465,478,479],defint:472,deform:[],deg2theta:163,deg:474,degener:[3,275],degrad:[8,18,272,346,463],degre:[3,6,8,20,21,24,28,29,32,35,36,38,65,79,92,94,96,97,99,101,102,112,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,163,164,170,171,174,175,182,184,186,188,201,211,218,225,227,228,233,234,239,249,250,253,254,255,266,267,269,273,275,289,290,293,308,309,310,315,331,333,336,339,341,353,379,382,390,464,472,474,480],degress:[144,201],del:468,delai:[3,6,12,356,381,472],deleg:391,delet:[2,3,7,8,12,54,57,60,63,162,167,168,192,201,202,203,204,205,206,209,211,222,225,249,291,308,309,328,330,344,354,356,359,411,454,455,457,465,466,471,475,477,479,480],delete_atom:[],delete_bond:[],delete_el:198,deli:186,delimit:[452,479],deloc:[250,384],delr:407,delt_lo:468,delta:[],delta_1:366,delta_3:366,delta_7:366,delta_conf:3,delta_ij:[407,417],delta_mu:[3,199],delta_pi:366,delta_r:417,delta_sigma:366,delx:186,delz:186,demand:285,demo:11,demon:270,demonstr:[280,407],den:276,dendrim:390,denniston:[9,236,238,239,240,272],denomin:[7,169],denot:[118,218,234,272,283,285,376,389,391,420,424,426],dens:[71,211,384],densiti:[3,6,7,9,18,40,41,59,100,116,126,140,150,162,164,193,194,198,201,204,205,208,214,223,236,239,242,243,272,276,277,281,317,322,348,350,354,361,366,382,407,408,409,417,421,430,432,433,434,454,463,464,472,478],density_continu:426,density_summ:426,depart:[0,7],departur:[247,280],depend:[1,2,3,6,8,9,11,12,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,44,45,46,47,48,49,51,53,54,56,61,63,65,68,69,70,71,79,92,108,109,112,113,114,115,119,140,142,147,151,152,158,164,165,170,171,172,173,174,175,176,178,179,181,182,183,184,186,187,188,189,192,193,194,195,196,199,201,203,204,206,207,208,210,212,220,221,224,227,228,229,231,233,234,236,238,239,246,249,251,252,253,254,255,256,264,266,267,269,271,282,285,287,290,292,293,299,305,308,309,310,312,314,316,317,319,321,322,325,326,327,328,330,331,332,333,334,335,336,339,341,346,348,353,354,356,357,358,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,410,412,413,414,416,417,419,420,421,422,427,428,436,437,438,439,440,441,442,443,445,446,447,449,451,454,456,457,460,464,466,468,471,472,473,479,480],dependend:6,depflag:12,dephas:[449,468],depos:215,deposit:[],deprec:281,depth:[51,143,188,317,387,421],dequidt:9,der:[87,107,374,375,404,419,420,446,474],deriv:[6,7,8,38,56,63,87,140,158,184,202,212,214,225,233,246,249,251,252,253,254,255,271,277,281,285,314,315,317,322,323,326,352,354,362,366,374,379,384,385,389,398,402,403,407,419,420,436,438,446,474],derjagin:446,derlet:271,descend:189,descent:[7,352],descib:[40,281],describ:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,38,39,40,41,42,56,62,63,68,70,71,73,88,110,113,116,118,130,140,141,143,144,148,149,152,155,157,158,162,163,164,166,167,176,181,184,187,192,193,194,201,202,203,204,205,206,208,211,212,213,214,215,217,218,226,227,230,231,232,233,234,235,236,238,239,240,244,248,249,250,253,260,268,271,273,278,279,280,281,282,283,290,294,302,305,306,307,308,309,310,311,312,313,314,315,320,322,323,325,330,345,346,348,351,352,353,354,355,359,362,363,365,367,368,369,371,372,373,374,375,376,379,382,384,385,387,388,389,391,396,397,398,399,400,401,402,403,404,405,406,407,410,416,417,418,419,420,421,422,427,428,435,436,437,438,439,440,441,442,445,446,447,449,451,452,454,455,457,458,464,467,468,471,479,480,481],descript:[],descriptor:[140,187,392],deserno:346,design:[0,3,6,7,8,11,13,14,15,17,118,146,149,163,198,211,217,218,249,250,271,272,291,312,317,363,364,365,368,371,376,378,384,404,405,406,408,409,417,420,438,463],desir:[2,3,6,7,11,12,14,15,16,18,33,40,50,59,71,88,91,112,117,141,146,164,177,186,199,212,214,223,225,226,233,234,235,239,249,267,275,276,277,278,281,285,290,293,305,308,309,310,311,316,323,337,342,345,346,348,351,353,354,355,380,382,390,405,406,437,439,441,450,451,452,454,458,463,468,469,471,472,479,480,481],desk:7,desktop:[4,6,7,10,12,17,188],despit:474,destabil:366,destre:339,destroi:[11,39,209,210],detail:[1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,41,42,55,63,66,67,68,71,75,78,90,91,93,102,104,106,107,109,111,112,114,117,119,140,141,142,143,144,147,157,158,159,161,164,165,168,169,172,183,187,188,189,192,193,194,198,201,202,203,204,206,208,210,211,212,213,214,215,223,225,226,227,228,230,231,233,235,236,240,246,247,248,249,250,251,252,253,254,255,259,261,266,267,268,269,272,275,276,277,279,280,282,283,284,290,293,305,308,309,310,311,312,313,315,316,317,318,319,320,321,328,330,332,340,345,346,349,353,354,356,357,360,361,362,363,365,366,368,370,371,372,373,374,375,376,379,380,384,385,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,410,411,416,419,420,421,427,428,436,443,445,446,452,454,455,456,457,459,460,463,464,466,469,472,479,480,483],detect:[2,3,12,61,63,86,224,276,316,355,375,390,395,449,451,454,465,468,479],determ:360,determin:[1,3,6,8,12,15,39,40,42,51,57,58,59,61,62,68,71,87,102,107,109,112,118,119,127,141,152,153,162,163,164,186,187,188,189,190,191,195,196,197,200,201,202,203,204,205,206,207,208,212,214,215,218,220,225,228,229,231,233,234,239,244,246,247,249,254,255,266,267,269,271,273,277,280,287,288,289,290,291,292,295,297,299,305,308,309,310,312,318,319,322,323,324,325,326,327,328,340,345,346,348,354,356,357,360,362,363,370,375,379,381,382,386,388,391,392,400,407,411,420,421,435,438,442,446,451,454,455,457,459,461,464,468,470,471,478,479,480],detil:108,devan:[9,422],devanathan:441,develop:[0,3,5,6,7,8,9,11,12,14,15,16,17,18,19,42,230,253,275,280,281,284,362,366,384,409,456],devemi:9,deviat:[247,253,271,386],devic:[1,3,12,15,17,230,360],device_typ:360,devin:[282,375],devis:409,dfactor:188,dff:474,dfft_fftw2:12,dfft_fftw3:12,dfft_fftw:12,dfft_none:12,dfft_singl:[3,12,346],dfft_xxx:12,dfftw:12,dfftw_size:12,dft:[9,284],dhi:[59,186,214,276],dhug:[247,280],dhugoniot:[247,280],dia:407,diagnost:[],diagon:[3,6,83,140,141,212,249,277,290,320,424,426],diagonalstyl:427,diagram:[41,118,163,183,208,273],diallo:390,diam:[188,189,276,354],diamet:[3,6,40,113,164,187,188,189,193,194,233,276,290,305,321,323,354,374,387,388,394,398,421,443,446,454,455,464],diamond:[348,384,407],diamter:[40,276],dick:6,dicsuss:246,dictat:[199,247],did:[3,12,353,380,381,382,388,411,439,441,462],didn:3,die:18,diel:[],dielectr:[],diff:[3,6,12,160,319,345],differ:[1,2,3,4,6,7,8,9,10,11,12,14,15,16,17,18,22,37,38,39,41,42,54,55,56,61,64,68,70,71,87,94,96,97,120,140,142,143,144,145,147,150,151,152,153,154,156,157,158,164,165,167,172,183,184,186,187,188,189,192,194,197,199,201,203,208,209,210,211,212,213,214,218,224,225,226,227,228,229,230,233,234,236,246,249,250,251,252,254,255,257,259,262,264,265,266,269,271,273,275,277,280,281,282,285,288,290,293,294,302,303,305,308,309,310,313,314,315,317,320,321,322,323,326,330,331,340,342,344,345,346,348,349,351,352,354,355,357,358,359,360,361,362,366,370,371,373,374,375,380,382,384,387,388,389,391,394,396,397,399,400,407,408,409,410,411,413,417,419,420,421,422,423,424,426,427,428,436,437,438,439,441,443,446,447,448,449,451,452,454,456,457,458,459,462,463,464,466,468,469,471,472,474,478,479,480,481],differenti:[1,3,6,29,184,345,376,417,440],difficult:[212,273,360,390,463],difficulti:[293,419],diffract:[],diffus:[],digit:[2,3,189,330],dih_table1:184,dih_table2:184,dihedr:[],dihedral_coeff:[],dihedral_cosineshift:27,dihedral_styl:[],dihedralcoeff:3,dihedraltyp:210,dihydrid:384,dij:293,dilat:[],dim1:3,dim2:3,dim:[3,59,71,142,145,146,147,150,151,152,153,154,156,164,186,204,214,231,323,348,407,457,478,479,480],dimdim:479,dimems:272,dimens:[],dimension:[3,39,112,118,140,142,144,145,146,147,150,151,152,153,154,156,163,185,201,204,248,272,317,348,351,355,417,454,464],dimensionless:[105,121,122,124,127,129,131,136,140,317,346,427,446],dimentionless:135,dimer:[6,290,407],dimgrai:189,dimstr:[41,208],dinola:[277,308],dintel_offload_noaffin:16,dipol:[],dipolar:[4,29,40,187,307,474],dir1:465,dir2:465,dir:[1,3,4,8,11,12,247,271,280,304,417,419,420,452,465,479],dirac:140,direc:417,direct:[],directli:[3,6,8,9,11,12,87,113,140,187,188,195,220,227,231,236,272,291,309,321,323,324,325,326,348,352,360,361,362,367,369,370,376,379,382,384,396,400,411,414,422,435,452,464,465,466,472,479],directoi:14,directori:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,60,190,213,232,275,281,284,301,305,314,315,355,359,361,362,366,373,375,376,382,383,385,392,393,404,407,408,409,413,417,418,419,420,427,437,439,440,441,452,454,455,456,465,479],disabl:[3,12,16,317,395,452,467],disadvantag:[6,208],disallow:[214,249],disappear:456,discard:[2,3,41,71,204,208,318,326,451,456,457],discontinu:[9,184,353,402],discourag:407,discov:[13,318],discret:[6,8,40,42,188,189,233,236],discuss:[],disk:[6,84,85,157,185,215,225,276,452],disloc:70,disord:[39,70],disp:[],dispar:421,disperion:[379,400],dispers:[3,6,7,9,162,272,345,346,370,379,400,405,411,420,438],displac:[],displace_atom:[],displace_box:59,displacemet:457,displai:[11,13,22,37,44,55,172,183,187,188,332,340,373,436],dispters:3,dissip:[6,226,233,272,314,315,368,380,388,405,406,436],dissolut:209,dist:[6,69,91,108,117,187,273,289,381,435,449,480],distanc:[3,6,7,9,12,20,21,29,39,43,45,46,47,48,49,51,53,54,55,56,58,59,61,63,64,66,69,71,72,73,74,75,76,77,81,86,89,90,93,103,104,105,106,108,114,115,116,117,118,120,134,140,153,159,162,164,165,166,167,171,186,187,188,189,197,201,204,205,209,210,211,212,214,215,216,219,225,231,236,246,247,248,249,253,261,271,272,276,280,281,288,289,290,293,294,298,302,303,304,305,312,313,315,316,317,320,322,323,324,325,326,327,331,345,346,348,351,353,355,356,357,360,363,364,365,366,367,368,369,370,371,372,374,376,377,378,379,380,381,382,383,384,386,387,388,389,390,394,395,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,413,414,415,416,417,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,449,452,454,457,463,464,468,472,474,478,480],distinct:[6,218,287,345,421],distinguish:[6,86,140,239,384],distort:361,distrbut:361,distribut:[],distro:[111,373,416,417],ditto:[8,11,12,14,15,16,17,18,115,210,452],div:8,divd:117,diverg:[3,12,39,290,315,456,474,481],divid:[3,6,16,41,91,112,117,126,128,141,161,162,172,183,189,201,202,203,208,214,271,313,320,325,345,353,355,385,420,463,471,479],divis:[6,236,366,394,404,451,454,472,479],dl_poli:7,dlambda:158,dlammps_async_imd:230,dlammps_bigbig:[12,39],dlammps_ffmpeg:[3,12,188],dlammps_gzip:[3,12,187,188,316,454,455,459],dlammps_jpeg:[3,12,188],dlammps_longlong_to_long:12,dlammps_memalign:[12,16],dlammps_png:[3,12,188],dlammps_smallbig:12,dlammps_smallsmal:12,dlammps_xdr:[12,187],dlen:464,dlmp_intel_offload:[12,16],dlo:[59,186,214,276],dlvo:[7,374,446],dm_lb:236,dmax:[305,351],dna:7,doc:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,42,55,57,59,63,66,68,75,87,90,93,102,104,105,106,107,109,111,112,114,117,119,141,143,144,157,159,161,164,165,166,172,183,187,188,189,190,192,193,194,199,200,201,202,203,204,205,206,215,225,233,234,244,249,250,254,255,259,266,267,268,269,276,279,290,302,305,308,309,310,319,323,326,328,330,332,340,344,353,354,355,360,361,362,365,373,375,376,382,383,385,390,391,393,394,407,408,409,411,413,416,417,418,427,436,437,439,441,443,452,454,455,456,457,459,462,463,464,471,472,479,480,481,482],docuement:421,dodgerblu:189,doe:[0,1,2,3,5,6,7,8,9,11,12,14,15,16,17,18,29,33,38,39,41,50,54,56,59,62,63,67,70,71,87,88,91,104,110,117,118,143,144,147,152,154,158,163,164,165,166,168,170,172,177,183,184,186,187,188,189,192,198,199,201,204,207,208,210,211,212,214,218,220,222,225,226,229,231,233,234,236,239,245,249,250,251,252,254,255,266,267,268,269,277,278,279,283,285,288,290,305,308,310,312,313,317,320,321,322,325,326,327,328,333,334,336,337,339,344,345,346,347,348,354,355,356,361,362,363,364,365,366,368,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,391,392,393,394,395,398,399,401,402,403,405,406,407,408,409,411,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,449,450,451,452,454,455,456,457,458,461,462,464,465,466,467,468,471,472,474,479,483],doegenomestolif:7,doesn:[3,7,8,12,164,187,199,204,205,302,354,356,360,362,375,383,393,419,420,437,439,440,441,454,456],dof:[3,8,112,143,144,157,201,290,480],dof_per_atom:[144,201],dof_per_chunk:[144,201],doff:[354,454],doi:[6,213],domain:[3,6,7,12,13,18,39,41,42,58,61,62,71,118,153,163,166,186,188,189,192,199,208,212,214,215,229,232,236,249,250,273,285,290,317,322,323,345,346,355,360,381,411,449,451,454,458,471],domin:[1,384,468],don:[0,8,11,12,13,116,167,195,220,234,279,326,407,452,454],donadio:309,done:[1,3,6,7,8,12,14,15,16,17,18,19,38,39,41,56,59,62,71,158,161,164,167,184,188,189,198,199,201,203,204,205,206,208,209,210,211,212,214,215,223,225,230,231,233,234,241,249,254,255,266,267,269,270,272,273,274,279,287,290,291,293,305,308,309,310,312,314,315,328,330,344,345,346,353,355,356,359,360,362,370,382,391,392,393,400,406,407,411,419,435,438,443,449,450,451,452,455,458,459,462,472,474,479,480],donor:390,dot:[141,160,195,220,228,248],doti:[366,417],doubl:[1,2,3,6,8,9,11,12,14,15,16,17,39,87,214,223,278,326,330,344,346,359,360,366,385,389,419,420,450,454,458,462,467,479,480],dover:198,down:[3,6,7,8,11,39,71,212,233,305,321,360,384,411,453],downhil:[351,352],download:[5,7,8,9,11,12,13,17,230,392,418],downsid:6,downward:287,dozen:[8,12,107,192,419,420],dpack_arrai:12,dpack_memcpi:12,dpack_point:12,dpd:[],dpde:242,dproduct:363,dr_ewald:[118,291],drag:[],dragforc:236,drai:[247,280],drain:[229,321,353],dramat:[59,186,209,210,211,212,214,249,305,308,309,346,360,411,451],drautz:366,draw:188,drawback:279,drawn:[187,188,189,226,449],drayleigh:[247,280],dreid:[],drfourth:105,drho:[113,361,382],drift:[6,103,105,226,227,233,234,245,288,305,463,471,474],drive:[11,12,196,212,214,228,249,271,277,290,324,355],driven:[6,176],driver:[6,12,14,15,192,223,230],drop:[3,189,380],droplet:391,drsquar:105,drude:[],dry:222,dsecriptor:392,dsf:[],dsmc:[],dstyle:276,dt_collis:236,dt_lb:236,dt_md:236,dt_srd:305,dtilt:[59,214],dtneb:468,dtqm:280,dtype:[115,210],dual:[17,305,360],dudarev:163,due:[1,3,6,9,10,12,16,17,19,40,54,57,58,61,66,70,71,74,75,81,86,88,89,90,93,102,103,104,105,106,110,116,118,126,140,141,142,143,145,147,150,151,152,153,154,156,157,159,163,164,167,168,187,188,192,195,196,203,207,209,210,211,212,213,214,215,220,221,222,223,226,227,230,231,233,234,235,236,239,240,241,245,246,247,248,249,253,261,271,274,276,288,289,290,292,302,304,305,306,308,309,310,311,312,314,315,317,321,322,324,325,326,328,346,351,353,355,356,357,377,380,382,386,387,391,405,406,411,417,419,421,422,435,438,439,441,444,446,447,449,451,454,455,456,463,468,471,472,474,479,480],duffi:317,duin:[9,281,286,419,420],duke:346,dummi:[12,29,440],dump1:459,dump2:459,dump2vtk_tri:134,dump:[],dump_atom:8,dump_custom:8,dump_modifi:[],dumpcustom:8,dumptimestep:459,dunbrack:[6,20,170,371,466],dunweg:[233,235],duplic:[2,3,14,15,16,17,18,19,41,42,165,208,227,271,454,478],dupont:[5,7,13],durat:[37,55,142,143,145,146,147,149,150,151,152,153,156,157,183,189,201,225,285,317,340,388,436],dure:[2,3,6,8,9,12,16,17,38,39,41,56,71,87,126,128,146,165,168,184,187,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,219,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,298,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,346,353,355,359,360,380,404,411,420,438,449,450,452,454,457,459,461,462,464,466,468,469,472,479,482,483],dvector:8,dvlo:446,dvx:6,dx_lb:236,dy3:163,dyamic:12,dyanam:6,dyanmic:468,dynam:[],dynamo:[5,361,382,407],dyne:478,dyre:401,dysam:457,e28637:29,e_1:366,e_2:366,e_b:385,e_e:384,e_hbond:390,e_i:[6,366,385],e_j:[6,366],e_k:[366,384],e_kl:6,e_lj:[362,379],e_n:[366,384],e_nn:384,e_pr:384,e_rebo:362,e_tors:362,eaa:331,eaat:171,each:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,66,67,68,70,71,72,73,74,75,76,77,78,80,81,83,85,87,89,90,93,94,95,96,97,98,99,100,101,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,134,140,141,143,144,145,146,147,148,151,152,153,154,156,157,158,159,160,161,162,163,164,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,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,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,245,246,247,248,249,251,252,253,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,281,282,283,285,287,290,291,292,293,294,298,299,301,302,303,304,305,306,307,308,309,310,312,315,316,317,318,319,320,321,322,323,325,326,327,328,330,331,333,334,335,336,337,339,340,341,344,345,346,348,352,353,354,355,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,388,389,390,391,394,395,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,413,414,416,417,419,420,421,422,423,427,428,429,430,431,432,433,434,435,436,437,438,441,442,443,444,445,446,447,448,449,451,452,454,455,456,457,458,459,461,462,463,464,466,468,469,471,472,474,478,479,480,481,483],eacn:[41,208],eam0d:272,eam3d:272,eam:[],eam_databas:13,eam_gener:13,eangl:472,earli:[41,201,203,204,205,206,208,284,291],earlier:[7,8,12,59,189,355,388,407,411,468],earliest:468,earth:384,easi:[6,7,8,11,13,87,141,187,193,194,195,196,204,207,220,228,229,231,233,234,292,299,308,309,310,322,325,327,354,454,457,462,464,480],easier:[8,9,13,16,187,188,272],easili:[8,11,188,189,321,355,451,461,470,479],eastwood:[345,346],eat:171,eatom:328,eaxmpl:6,eba:21,ebb13:171,ebb:21,ebond:[218,234,471,472],ebt:171,ec_ii:407,ec_ij:407,ec_jj:407,echo:[],eco:[419,420],ecoa:[419,420],ecoul:[107,218,234,419,420,472],ecp:[384,454],edg:[2,3,6,41,59,71,118,162,163,166,167,188,197,204,231,292,322,325,326,327,328,348,454,457,464],edge_histo:162,edge_threshold:162,edih:472,edim:313,edip:[],edit:[3,8,12,13,14,15,16,17,18,19,474],editor:13,edu:[7,9,11,13,382,405,416,419,420],edward:[9,17],eebt:171,eff:[],effect:[1,2,3,6,8,9,11,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,66,71,74,75,81,89,90,93,103,104,105,106,109,112,141,142,146,151,152,159,162,168,170,171,173,174,175,176,178,179,181,182,183,184,186,187,188,189,193,194,195,198,202,205,206,207,209,210,211,212,214,215,221,224,226,227,228,229,230,231,233,234,248,249,251,252,253,254,255,256,264,266,267,269,270,271,273,276,277,279,280,281,282,285,289,290,292,293,304,305,308,309,310,312,313,315,317,320,321,322,323,324,326,327,328,331,333,334,335,336,339,341,345,346,348,352,353,354,355,356,361,362,364,366,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,411,412,413,414,416,421,422,423,425,428,436,437,438,439,440,441,443,445,446,447,449,451,452,456,457,459,463,464,466,472,478,479,481],efffect:458,efficaci:39,effici:[0,1,3,6,7,8,10,12,15,17,18,39,58,61,67,112,187,188,189,212,214,218,227,249,273,275,285,290,293,305,345,346,351,356,360,366,374,376,391,396,400,421,461,483],effort:[5,7,455],efftemp:[96,97,150],efi:[419,420],efield:[],eflux:229,eggebrecht:376,ehb:[419,420],eigensolv:3,eigenvalu:[272,273,345],eigtol:3,eik:158,eim:[],eimp:472,einstein:[285,315],either:[1,2,3,4,6,8,9,11,12,14,15,16,17,22,33,41,44,50,59,63,71,107,113,116,118,140,141,144,146,147,163,164,167,172,177,184,187,188,189,192,200,202,203,205,206,208,211,212,213,214,215,225,231,232,236,240,246,247,249,250,253,267,271,287,290,292,293,294,302,305,312,319,323,326,330,332,343,345,346,348,352,353,357,360,366,368,374,382,391,392,394,405,406,407,411,415,417,439,441,443,449,452,454,456,457,458,461,463,466,469,471,479],ejtehadi:[374,387,421],elaplong:[193,194,231,457,472,479],elaps:[3,193,194,195,196,207,214,220,228,229,231,233,234,246,276,292,299,308,309,310,322,323,325,327,428,449,457,459,460,464,468,472,479],elast:[],elba:29,electr:[6,192,198,220,234,345,346,385,419,420,447,474,478],electrolyt:[9,446],electron:[3,6,7,9,13,40,96,97,113,118,148,150,155,192,198,217,218,234,235,250,260,268,283,311,317,352,354,361,363,375,379,382,384,385,407,417,418,441,447,454,474,478],electron_integr:198,electron_temperatur:198,electron_unit:384,electroneg:[6,281,282,283,375,385],electronic_dens:3,electronic_specific_heat:3,electronic_thermal_conduct:3,electrostat:[6,9,16,18,199,225,281,283,284,318,345,346,374,379,384,396,404,406,420,446],eleftheri:290,elem1:[385,407,427],elem2:[385,407,427],element1:[287,361,382],element2:[287,361,382],element:[3,6,7,8,13,63,81,89,103,105,112,117,119,134,140,141,142,143,144,145,146,147,151,152,153,154,156,157,160,187,188,189,190,192,198,202,203,206,272,287,312,319,361,362,366,375,382,383,384,385,391,392,393,407,408,409,413,417,418,419,420,427,437,439,440,441,474,479,482],elementn:[361,382],elementset:198,elev:468,elif:[140,330],elig:[3,199,209,210,222,225,390],elimin:[3,6,71,226,233,234,290,293,314,315,449],elj:379,ellad:9,elliot:9,elliott:9,ellips:[4,6,9,82,143,185],ellipsoid:[3,4,6,7,13,40,42,82,113,130,143,164,185,187,233,251,254,257,258,266,290,305,350,353,387,406,421,436,454,464,481],ellipsoidflag:454,elong:[218,234,472],elp:[419,420],els:[3,7,8,12,71,107,116,117,119,188,200,201,202,203,204,205,206,225,249,290,305,317,318,319,328,330,345,391,453,465,479,482],elsewher:[8,246,305,407,418,419,420,466,472,479],elt:407,emac:[],email:[0,3,5,7,8,11,385],emb:[3,9,326],emb_lin_neg:407,embed:[3,5,7,11,12,13,29,88,162,317,361,382,385,404,407,408,409,417,436,444,452],embt:171,emi:[7,9],emol:[419,420,472],emphas:388,empir:[198,309,362,384],emploi:[9,272,285,440],empti:[3,57,71,166,290,345,356,395,454,465,466,479],enabl:[3,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,45,46,47,48,49,50,51,53,54,55,56,60,61,62,64,67,78,80,83,87,96,97,98,99,100,101,105,109,111,112,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,146,148,150,151,155,156,158,162,170,171,173,174,175,176,177,178,179,181,182,183,184,187,189,190,192,193,194,195,196,197,199,205,207,209,210,211,213,215,220,221,222,223,224,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,242,243,245,247,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,280,281,282,283,284,285,286,287,289,290,292,293,294,295,296,297,298,299,301,302,304,305,308,310,311,312,313,314,315,317,318,320,321,322,323,324,326,329,331,333,334,335,336,337,339,340,341,346,353,355,359,360,361,362,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,452,455,456,461,463,479,483],enclos:[2,6,12,166,187,278,330,407,450,452,462,479],encod:[13,39,42,187,188,189,279,391],encompass:[3,6,40,57,59,116,165,301,319,436,457],encount:[3,8,12,59,203,359,459,479],encourag:[7,8,284,303],end12i:113,end12x:113,end12z:113,end1i:113,end1x:113,end1z:113,end2i:113,end2x:113,end2z:113,end:[1,2,3,5,6,8,11,12,15,16,17,18,19,38,40,41,57,59,71,113,167,168,171,186,187,188,189,190,193,194,202,203,205,206,211,214,218,226,231,233,234,235,248,249,250,261,277,289,290,294,305,308,309,310,311,313,316,317,320,324,327,328,344,345,354,355,359,360,380,382,387,421,424,426,427,428,442,444,449,452,454,455,456,457,459,461,462,466,470,472,474,479,483],end_of_step:8,endbondtors:[3,171,177,454],endif:8,energet:[211,362,420],energi:[0,1,2,3,4,5,6,7,8,9,12,13,20,21,23,24,25,26,27,28,29,30,31,32,35,36,38,40,43,45,46,47,48,49,51,53,54,56,63,65,69,82,83,84,85,86,87,88,91,94,95,96,97,98,99,101,102,107,108,109,110,112,123,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,164,168,170,171,172,173,174,175,176,178,179,181,182,183,184,187,189,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,331,333,334,335,336,339,341,345,346,351,352,353,355,356,360,361,362,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,419,420,421,422,427,428,429,430,435,436,437,438,439,440,441,443,444,445,446,447,449,452,454,459,463,464,466,468,470,471,472,474,478,479,482],energy_update_freq:420,enforc:[6,57,58,104,186,187,188,190,192,199,211,214,249,270,272,282,290,293,330,345,396,451,479,480],enforce2d:[],eng:[11,65,69,108,187,223,328,330,375,409],eng_previ:330,engin:[198,214,275,294,314,382,408],engr:[419,420],enhanc:[194,198,449],enlarg:[59,188],enough:[3,40,61,86,164,165,167,208,234,276,280,285,290,318,322,323,326,356,360,376,415,454,458,459],enpub:382,ensembl:[],ensight:6,ensur:[3,6,140,187,199,212,225,226,249,295,316,346,366,381,404,435,437],enter:[57,154,385,468],enthalpi:[123,251,252,382,471,472,479],entir:[0,2,3,6,11,14,15,41,42,63,88,109,110,112,116,118,141,144,163,164,189,192,193,194,201,204,205,208,211,213,222,225,226,229,233,234,245,249,251,252,253,254,255,271,273,275,288,290,303,317,319,330,360,379,400,411,438,454,462,463],entireti:[394,443],entiti:[6,8,40,42,187,290],entri:[3,8,38,42,56,65,69,79,92,108,115,118,127,130,131,132,133,134,136,137,138,162,184,189,203,204,205,213,280,328,354,366,383,407,413,420,427,437,438,439,440,441],entropi:468,entry1:[38,56,189,373,438],entry2:189,entryn:189,enumer:[165,187],enumuer:6,env:360,environ:[1,3,6,11,12,16,17,18,188,227,232,271,360,361,366,373,375,383,384,417,439,451,465,479],epair:[107,189,386,390,419,420,472],epen:[419,420],epfl:[227,232],epp:379,epq:379,eps0:446,eps14:404,epsilon0:441,epsilon:[3,6,36,45,46,50,53,54,87,170,193,194,225,290,305,322,326,351,353,365,371,372,374,376,377,378,379,387,389,390,391,394,395,396,397,398,399,400,401,402,403,404,410,414,421,422,431,437,443,445,446,463,474,478],epsilon_0:447,epsilon_14:371,epsilon_:421,epsilon_d:377,epsilon_i:[387,411,421],epsilon_i_:421,epsilon_i_a:[387,421],epsilon_i_b:[387,421],epsilon_i_c:[387,421],epsilon_ij:411,epsilon_j:[387,411,421],epsilon_j_:421,epsilon_j_a:[387,421],epsilon_j_b:[387,421],epsilon_j_c:[387,421],epsilon_lj:421,epton:416,eqch:159,eqeq:[419,420],eqp:379,eqq:379,equal:[2,3,6,8,11,12,17,39,41,54,63,65,68,69,76,79,86,87,91,92,108,110,115,117,119,141,143,158,160,164,188,189,192,193,194,195,196,199,202,203,206,207,208,212,214,215,220,225,226,228,229,231,233,234,236,239,240,246,247,253,263,271,273,276,278,280,281,282,285,287,289,290,292,294,299,301,308,309,310,313,314,315,317,319,320,322,325,327,328,330,344,353,355,356,357,359,360,375,380,386,387,390,405,410,417,419,420,421,423,424,425,427,428,438,443,447,450,451,452,454,456,457,461,462,465,468,470,472,479,480],equat:[3,6,7,8,9,91,112,118,163,172,183,192,212,218,219,227,233,234,236,239,247,248,249,250,253,267,271,273,280,281,285,293,305,313,317,320,322,323,325,327,339,345,346,374,379,380,384,385,388,393,405,406,407,411,421,424,426,430,431,433,434,442,447,474],equi:250,equidist:248,equil:[3,281,349,461,483],equilater:464,equilibr:[3,4,5,6,7,9,59,91,164,192,199,202,211,212,225,247,249,250,267,268,280,281,282,283,313,314,315,320,375,376,419,420,450,464],equilibria:320,equilibribum:[209,210],equilibrium:[1,3,4,6,7,21,24,26,27,28,29,32,35,36,38,43,47,48,49,51,53,56,59,147,148,171,173,212,214,225,226,227,234,236,249,253,267,280,285,289,293,294,302,305,312,313,315,320,331,333,336,339,375,407,413,474],equilibrium_angl:8,equilibrium_dist:8,equilibrium_start:198,equival:[6,12,13,59,124,125,133,138,162,166,189,203,206,212,214,225,233,249,267,277,289,290,325,380,384,439,441,454,457,462,463,472,474],equlibrium:6,equliibr:[281,283],er3:163,eradiu:[40,113,384,454],eras:[292,314],erat:[214,406],erc:376,erfc:[376,396,411],erforc:113,erg:478,erhart:[199,382,439,441],ermscal:363,ernst:9,eror:3,eros:407,erose_form:407,erot:[],errata:[439,441],erratum:322,erron:3,error:[],erta:388,ervel:[113,454],escap:[215,474],especi:[8,11,16,152,164,192,199,208,225,280,285,288,289,360,451],espresso:[9,284],essenti:[8,11,12,27,88,128,145,146,147,150,151,152,153,154,156,173,202,253,272,321,346,362,376,396,441,459,472],essex:29,establish:[87,229],estim:[1,3,6,10,12,38,41,56,91,141,198,208,219,247,305,312,345,346,351,411,420,438,468,472],esu:478,esub:407,eta:[6,236,249,280,281,283,321,383,385,387,417,440,478],eta_dot:249,eta_ij:417,eta_ji:385,etag:[40,454],etail:472,etap:249,etap_dot:249,etc:[1,2,3,6,7,8,9,10,11,12,13,15,16,17,39,40,42,54,61,68,89,90,91,94,109,110,113,115,141,142,144,145,146,147,148,150,151,152,153,154,156,158,164,166,167,168,177,187,188,189,192,198,199,200,201,203,204,205,206,209,210,214,215,223,225,226,233,249,276,287,291,317,318,326,330,344,345,353,354,355,356,358,382,383,391,404,406,415,419,420,437,439,441,449,452,454,455,456,461,463,464,468,470,471,472,474,478,479,481,483],ethernet:18,etol:[353,355,449,468],etot0:280,etot:[6,94,96,97,110,141,150,189,218,234,247,280,471,472],eu2:163,eu3:163,euler:[353,355],eulerian:198,euqat:429,europhi:236,evalu:[2,3,11,12,38,56,71,87,88,91,107,117,140,144,154,162,164,187,188,189,193,194,195,196,198,200,201,202,203,204,205,206,207,214,220,226,228,229,231,232,233,234,272,278,281,292,295,299,308,309,310,319,322,325,327,328,330,345,346,351,353,360,411,417,423,425,438,449,450,452,456,457,459,461,462,463,464,468,470,472,479,480],evalut:[330,452],evan:[152,267],evanseck:[6,20,170,371,466],evapor:[],evaul:[8,353],evdwl:[107,419,420,472],even:[3,6,8,12,15,16,17,18,34,39,41,52,57,59,61,63,70,71,119,165,166,180,184,187,189,192,193,194,199,200,201,203,204,205,206,208,209,210,212,214,215,218,231,234,247,249,250,272,285,287,290,291,301,305,313,317,320,322,326,328,338,345,351,353,355,360,365,384,385,388,391,411,421,444,454,455,457,459,460,461,463,464,466,469,471,472,474,483],evenli:[3,41,141,184,208,236,394,444,454],event:[],eventu:[3,6,12,15,166,281,468],ever:[54,56,232,305],evera:[374,387,421,436],everi:[0,1,2,3,6,8,11,12,15,16,39,41,71,72,91,113,119,128,152,167,187,188,189,190,192,193,194,195,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,219,222,223,225,227,229,230,231,236,237,245,249,250,253,270,271,272,276,277,278,279,280,281,282,283,285,287,288,290,291,293,294,305,307,308,309,310,311,312,313,316,317,318,319,320,328,330,344,346,355,356,357,360,380,381,391,404,419,420,432,448,449,450,454,456,458,459,461,462,463,468,469,470,472,479,483],everyth:[8,107],everywher:[116,398],eviri:384,evolut:[227,236,273,449],evolv:[236,273,318],ewald:[2,3,5,6,7,8,12,88,110,118,141,318,345,346,353,367,369,370,376,379,384,396,400,414,422,436,438,456],ewald_disp:379,ewalddisp:3,exact:[22,41,44,71,122,158,167,172,208,211,226,227,233,234,235,276,285,286,305,317,332,345,373,456,461,468,481,483],exactli:[3,6,12,14,17,38,41,56,59,71,91,143,148,155,164,184,193,194,203,208,214,219,226,233,234,235,250,260,261,268,272,280,305,310,311,324,360,373,380,382,388,391,394,405,411,438,456,457,464,468,479],exager:474,examin:[6,8,211,272],examp:[452,479],exampl:[],exce:[3,6,16,17,18,41,58,71,166,201,204,205,208,212,214,219,222,249,272,296,297,305,353,360,454,479],exceed:[3,41,59,208,214,249,305,462],excel:384,except:[1,2,5,6,8,11,14,16,20,21,22,23,24,25,26,27,28,29,30,31,32,35,37,38,40,41,43,44,45,46,47,48,49,51,53,54,55,56,59,60,71,89,90,108,109,112,117,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,164,168,170,171,172,173,174,175,176,178,179,181,182,183,184,186,187,189,192,195,201,202,203,207,208,212,214,221,224,225,228,231,233,235,249,250,251,252,253,254,255,256,260,261,264,266,267,268,269,273,282,283,290,292,293,302,305,308,310,311,317,321,328,330,331,332,333,334,335,336,339,340,341,345,346,348,350,354,355,356,358,359,360,361,362,364,367,368,369,370,371,372,373,374,375,376,378,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,408,412,413,414,416,419,420,421,422,428,436,437,438,439,440,441,443,445,446,447,449,451,452,454,456,457,459,462,463,464,465,466,468,472,474,478,479,480,482],excess:384,exchang:[2,3,6,8,9,61,62,192,198,199,225,233,282,290,313,317,320,345,360,384,469],exchange:345,excit:[9,384],exclud:[3,6,9,12,16,17,63,71,112,140,144,151,152,168,187,201,204,209,210,237,245,275,288,290,312,323,328,353,354,356,368,388,391,405,406,411,435,466],exclus:[1,3,9,12,16,87,360,375,411,463],excurs:449,exectubl:12,execut:[1,2,3,4,6,8,11,12,17,60,165,188,230,284,330,344,347,359,450,452,462,465,468,479],exemplari:226,exemplifi:384,exert:[6,231,234,285,324,325,326,346],exhaust:[198,359,479],exhibit:[249,352,384,463],exist:[3,6,7,8,11,12,13,37,55,59,68,70,122,164,165,183,188,189,192,197,207,210,212,215,225,275,276,278,328,331,333,334,336,340,349,354,360,391,419,444,450,452,454,455,456,465,466,467,479,480,481],exit:[2,3,11,12,41,57,187,208,344,359,452,453,462,471,479],exlanatori:3,exp:[],expand:[],expans:[12,140,187,465],expect:[1,3,8,12,13,14,15,16,17,18,19,41,42,71,102,145,156,162,184,208,220,225,227,246,271,277,279,280,285,290,328,346,356,373,407,411,449,452,454,456,459,463,468,479],expens:[6,10,71,189,271,275,290,317,328,345,346,356,360,452],experi:[6,13,15,17,207,215,230,239,248,277,289,290,351,355,380,411,463,468],experienc:[6,12,238,239],experiment:[345,360,468],expert:12,expertis:7,explain:[1,3,6,8,11,12,16,18,41,59,63,65,68,69,71,72,73,76,77,79,86,92,144,152,184,187,188,189,192,201,202,206,208,210,212,214,249,271,279,290,302,328,330,344,345,348,354,355,359,365,382,394,428,443,447,452,455,456,459,461,464,474,479,483],explan:[3,6,59,113,140,187,201,248,271,391,448,451,452,454,463],explanatori:[3,8,117,187,200,201,203,204,205,290,354,451,479],explantori:[3,286],explic:410,explicit:[6,9,11,22,44,77,87,113,116,158,172,193,194,214,296,297,332,350,362,363,366,371,373,382,384,395,405,442,448,451,455,458],explicitli:[3,6,8,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,71,109,112,142,151,154,162,164,170,171,173,174,175,176,178,179,181,182,184,187,189,195,204,207,214,221,224,226,228,233,249,251,252,253,254,255,256,264,266,267,269,279,280,282,290,292,293,308,310,311,317,321,331,333,334,335,336,339,341,354,360,361,362,364,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,385,386,387,388,389,390,391,394,395,396,397,398,399,400,401,402,403,404,405,408,411,412,413,414,416,421,422,428,429,430,431,432,433,434,436,437,438,439,440,441,442,443,445,446,447,454,456,463,464,466,467,474],explictli:[16,467],exploit:[9,15,17,273],explor:[118,163],expon:[3,281,283,382,387,390,404,410,422],exponenti:[87,417,437,447,468,479],expos:11,exposit:[198,380,381],express:[6,140,150,164,193,194,212,246,271,281,317,323,330,366,382,384,398,407,427,436,479],expressiont:366,extend:[],extens:[3,6,9,17,44,45,46,53,55,63,82,83,84,87,88,91,94,97,98,107,109,117,119,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,192,195,196,199,206,207,213,216,220,223,224,225,227,228,229,231,233,235,247,249,253,261,271,272,288,289,290,292,294,299,302,304,308,309,310,311,312,314,315,317,319,322,326,327,387,407,420,421,427,471,472],extent:[1,3,41,45,57,71,162,166,187,197,204,208,231,324,327,345,348,362,423,425,438,451,454,457],exterior:[3,6,326],extern:[],extra:[3,6,8,12,16,17,40,41,46,61,71,102,109,110,112,118,141,142,143,145,147,150,151,152,153,154,156,157,163,164,165,166,170,189,203,208,210,249,278,279,280,290,305,353,354,357,358,379,388,391,394,407,411,451,452,454,457,466,474,479],extract:[3,6,11,13,36,63,87,107,115,117,119,193,194,283,355,376,385,407,427,452,459,471],extract_atom:11,extract_comput:[11,452],extract_fix:11,extract_glob:11,extract_vari:11,extramak:[12,15],extrapol:1,extrem:[1,3,6,17,58,188,212,214,249,315,384,440,474],extrema:404,extrins:198,f77:[5,7,12],f90:[5,7,12],f_1:6,f_5:[160,319],f_a:[439,440,441],f_ave:117,f_c:440,f_f:441,f_fix_id:280,f_harm:315,f_i:417,f_id:[6,71,117,119,187,192,200,201,202,203,204,205,206,244,307,319,472,479],f_ij:417,f_indent:206,f_int:314,f_jj:91,f_k:417,f_langevin:317,f_max:[280,285],f_msst:247,f_r:[234,439,440,441],f_sigma:366,f_solid:315,f_ss:6,f_temp:234,face:[3,6,57,59,71,152,162,166,197,204,205,322,324,325,326,327,348,387,407,421,454,457],face_threshold:162,facet:162,facil:[0,12],facilit:[6,13],fact:[6,8,16,227,305,315,388,466],factor:[1,3,6,12,18,24,28,32,35,36,39,41,46,47,57,58,59,87,91,102,108,115,118,140,158,163,166,170,181,187,188,189,193,194,202,208,212,214,215,225,230,233,235,236,247,249,250,253,273,277,289,293,295,297,305,309,313,320,321,322,326,336,346,348,360,362,363,366,367,369,371,376,377,378,380,384,388,391,395,396,407,411,413,414,420,422,428,437,442,451,454,457,458,463,466,468,469,472,474,478,479],factori:[3,452],factoriz:345,fail:[3,11,12,59,168,212,215,345,353,355,378,420,452],failur:[121,424],fairli:[11,411,463,468],faken:73,falcon:230,fall:[3,6,189,203,276,452],fals:[86,328,330,479],fame:8,famili:451,familiar:[0,11],fan:417,far:[3,6,12,17,57,59,61,86,187,189,190,208,209,210,212,215,249,271,289,290,305,322,333,336,351,355,356,443,452,454,459,472],farago:233,farrel:[439,441],farther:187,fashion:[6,8,41,71,164,189,192,193,194,199,204,208,210,215,225,227,231,246,247,249,251,252,253,254,255,263,266,267,268,269,279,280,282,290,294,298,304,307,315,317,321,322,323,325,327,355,391,405,457,466,479,482],fasolino:393,fast:[6,7,9,12,13,17,39,187,258,280,318,345,346,368,405,406,436,438,456,461,463,472,480,483],faster:[1,6,9,10,11,12,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,61,63,105,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,187,189,192,195,207,208,221,224,228,232,233,249,251,252,253,254,255,256,264,266,267,269,277,281,282,290,292,293,305,308,310,312,314,317,321,331,333,334,335,336,339,341,345,346,357,358,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,436,437,438,439,440,441,443,445,446,447,449,463,467,474],fastest:[6,14,17,152,204,317,318,360,451],fatal:[3,471],fault:[70,420],faulti:12,fava:387,favor:211,favorit:7,fbmc:312,fcc:[],fcm:[263,479],fdirect:218,fdotr:392,fdti:87,fe2:163,fe3:163,fe_md_boundari:198,featu:8,featur:[],fecr:382,feedback:[7,230],feel:[7,230,231,239,271,326,328,355,411],felling:409,felt:326,femtosecond:478,fene:[],fennel:[376,396],fep:[],ferguson:[6,170,466],fermi:[1,12,15,150,360,441],fermion:[9,384],ferrand:[9,13],few:[1,3,4,5,6,7,10,11,12,13,14,17,18,39,190,200,201,202,203,204,205,206,234,249,276,279,281,293,319,345,353,354,355,362,451,454,459,463,465,479,481],fewer:[1,3,11,15,16,61,239,463],fewest:3,fextern:223,feynman:273,fff:452,ffield:[375,385,419,420],ffmpeg:[3,12,188],ffplai:188,fft:[1,3,7,12,14,15,88,109,110,141,272,345,346,463],fft_inc:[12,346],fft_lib:12,fft_path:12,fftbench:345,fftw2:12,fftw3:12,fftw:[11,12],fhg:[7,9],fictiti:[6,195,196,220,223,227,273,289,376,396,400,435],field1:[455,459],field2:455,field:[],fifth:[302,413],figur:[1,3,8,11,12,280,451,452],fij:379,file0:271,file1:[11,13,271,316,330,354,459,461,465],file2:[11,13,316,330,354,459,461,465],file:[],filenam:[3,12,13,38,41,56,184,187,188,189,190,198,201,202,203,204,205,206,208,213,271,275,278,281,282,283,286,287,290,291,316,317,342,343,344,355,361,362,366,376,382,383,385,393,407,408,409,413,417,418,419,420,427,437,438,439,440,441,450,451,452,455,456,461,465,472,479,481,482,483],filennam:461,filep:[3,187,189,456,461,483],filepo:287,fill:[7,164,188,276,317,348,356,366,420,457],filter:[189,198],final_integr:8,final_integrate_respa:8,finchham:[6,146,378],find:[0,3,4,6,7,8,11,12,13,14,16,38,39,56,61,71,73,87,117,167,184,190,199,211,212,222,225,248,271,277,285,289,351,353,355,356,376,391,396,400,407,436,438,474,479],find_custom:8,fine:[16,17,168,195,220,315,356,360,479],finer:[140,164,479],finest:345,finger:[164,186,246,457],finish:[6,11,41,208,330,342,344,345,357,359,360,443,459,479,480],finit:[],finni:[7,382,436],finvers:218,fiorin:[9,213],fire:[351,352,353,355,468],firebrick:189,first:[0,1,2,3,5,6,8,9,11,12,14,15,16,17,21,38,39,41,42,45,46,54,56,57,59,61,62,71,81,88,91,103,104,105,112,116,117,127,130,133,134,138,141,149,152,158,160,162,163,165,166,167,171,184,187,188,189,190,192,199,201,202,203,204,205,206,208,211,214,225,226,231,236,246,247,248,249,271,273,278,279,280,282,287,290,293,294,302,303,305,306,307,314,315,316,317,319,323,328,330,331,337,348,353,354,355,356,359,360,361,362,365,366,367,369,371,373,375,376,382,384,385,388,389,392,393,395,396,400,405,406,407,409,411,413,417,419,420,427,435,437,438,439,440,441,449,450,451,452,454,455,456,459,461,463,466,467,468,471,472,474,479,480,481,483],fischer:[6,9,19,20,170,371,466],fit:[3,6,9,12,38,56,184,289,305,362,366,393,407,411,431,438,440,462,479],five:[73,150,280,354,366,408,454,468],fix:[],fix_adapt:[158,194,404],fix_atom_swap:[],fix_bal:62,fix_deposit:[3,199,276],fix_evapor:199,fix_flux:198,fix_gcmc:[199,354],fix_gl:227,fix_gld:227,fix_grav:276,fix_id:[3,212,247,249,251,252,253,254,255,277,280],fix_modifi:[],fix_mov:[186,323],fix_nh:8,fix_npt:227,fix_nvt:[199,225],fix_poem:[3,6],fix_pour:[3,215],fix_qbmsst:9,fix_qeq:[3,375],fix_rattl:293,fix_reax_bond:419,fix_rigid:[239,365],fix_saed_vtk:291,fix_setforc:8,fix_shak:293,fix_srd:3,fix_styl:253,fix_temp_rescal:311,fixedpoint:[212,249],fixextern:223,fixid:198,fji:379,flag1:[217,358],flag2:[217,358],flag:[3,8,11,12,14,15,16,17,18,40,66,74,75,81,86,89,90,93,103,104,106,118,159,163,167,187,188,189,190,206,211,213,217,230,233,237,239,245,246,272,279,290,302,304,305,312,316,325,328,343,346,354,358,359,360,362,390,395,407,435,449,451,452,454,455,456,458,459,460,464,479],flag_buck:370,flag_coul:[370,379,400],flag_lj:[379,400],flagfld:[368,405,406],flaghi:[3,368,405,406],flaglog:[368,405,406],flagn:217,flagvf:[368,405,406],flat:[6,317,322,323,327],flavor:[2,7,12],fld:[9,322,368,405,406],flen:363,flex_press:363,flexibl:[3,6,8,165,188,201,204,213,227,250,313,320,384,440,472],flip:[3,6,214,249,324,325],floor:479,flop:12,floralwhit:189,flow:[],fluctuat:[6,64,87,212,225,226,233,236,249,253,271,272,315,317,339],fluid:[],fluid_veloc:240,flush:[3,189,471],flux:[],flv:188,fly:[7,9,12,41,188,192,198,215,218,290,293,318,366,472,474],fmackai:9,fmag:216,fmass:273,fmax:[353,472],fmomentum:218,fmsec:[2,189,233,234,246,249,277,290,308,309,463,473,478,480],fname:344,fno:12,fnorm:[353,472],fnpt:218,fnvt:218,foce:391,fock:363,focu:293,fogarti:[9,283,420],foil:[140,271,427],fold:[303,463],folk:7,follow:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,35,36,38,41,42,43,45,46,47,48,49,51,53,54,56,59,63,64,70,71,73,91,96,97,113,116,117,119,140,141,143,144,150,152,157,160,162,164,165,170,173,174,175,176,178,179,181,182,184,187,188,189,192,198,199,200,201,202,203,204,205,206,208,213,214,215,218,219,223,225,226,227,230,232,233,234,236,239,247,249,253,254,255,266,267,269,272,273,275,278,279,280,281,283,285,287,289,290,291,293,307,308,309,310,313,314,315,316,317,319,320,328,329,333,334,335,336,339,341,343,348,350,353,354,355,360,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,424,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,449,451,452,454,455,456,457,459,461,462,463,466,468,469,470,474,479,480,482],foo:[4,8,11,12,187,188,223,452,465,479],foot:6,footprint:[12,360],fopenmp:[12,16,18],forc:[],force_uvm:17,forceatom:239,forcefield:[289,390],forcegroup:236,forcezero:351,ford:379,forestgreen:189,forev:71,forget:[234,474],forgiv:249,form:[2,3,6,8,12,16,19,22,44,54,63,66,74,75,77,81,87,89,90,93,103,104,106,116,140,141,158,159,168,172,189,192,193,194,210,226,227,233,235,239,246,267,272,283,285,289,290,317,322,326,331,332,339,350,352,354,355,362,363,366,373,382,384,386,390,391,395,407,409,413,414,417,419,420,421,427,428,436,438,439,440,441,446,448,451,452,454,459,464,471,474,479],formal:[6,78,80,91,226,227,233,249,273,305,313],format:[2,3,6,7,8,9,12,13,22,38,41,44,56,68,77,172,184,187,188,189,190,201,203,204,205,206,208,210,272,275,279,281,283,286,290,291,301,316,317,328,329,332,350,354,355,361,362,366,373,382,385,395,407,409,418,419,420,422,427,438,444,451,452,454,455,456,459,470,471,472,479,481],former:[6,12,16,39,41,189,208,317,321,366,368,460,466,479],formerli:[7,13],formul:[1,40,64,141,195,220,233,249,267,281,283,289,293,316,345,362,366,382,384,387,407,416],formula:[2,3,6,7,13,21,22,37,44,54,55,70,73,87,89,90,91,94,96,97,106,112,118,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,163,164,169,171,172,183,187,193,194,195,196,201,202,203,206,207,214,220,228,229,231,233,234,246,271,272,278,287,292,299,303,305,308,309,310,319,322,325,327,328,330,331,332,334,340,348,354,362,363,365,366,371,372,373,374,379,380,382,383,387,388,389,390,392,395,396,398,399,400,402,403,405,406,407,410,411,412,421,422,428,436,437,439,440,441,445,446,447,450,454,457,464,471,472,478,479,480],forth:[1,6,11,12,13,14,15,359,452,457,461],fortran:[3,6,9,11,12,13,223,382,391,407,419,420],fortun:8,forward:[3,8,87,344,355,360],foster:[366,416,417],foul:167,found:[3,6,9,12,73,158,187,211,213,225,230,236,272,312,318,330,344,356,373,376,379,449,455,456,471],four:[6,11,54,81,103,104,140,160,247,317,339,354,355,449],fourier:[],fourth:[6,105,289,302,312,371,413],fox:[6,118,170,434,466],fphi:[38,56,438],fpic:12,fplo:[38,56,438],fprime:438,fqdn:232,fqq:379,frac:[218,234,442,474],fraction:[1,3,6,8,12,16,39,41,80,109,141,167,186,188,189,199,209,210,211,212,247,276,280,287,288,305,310,311,348,355,360,366,368,388,405,406,459,464],fragment:[42,230,287],frame:[83,140,189,198,247,280,324,387],framer:[188,189],framework:[5,227,361,427],franc:9,fraunhof:9,free:[5,6,7,9,13,29,60,63,70,87,158,194,271,305,314,315,316,317,352,355,363,384,404,417,446,451],freedom:[3,6,8,94,96,97,99,101,102,112,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,201,211,218,225,227,233,234,239,249,250,253,254,255,266,267,269,273,275,290,293,308,309,310,315,353,379,472,474,480],freeli:[0,6,7,12,143,157,162,188],freez:[],frenkel:[225,315],freq:197,frequenc:[3,6,16,39,189,261,272,273,280,285,343,380,384,420,449,463,468,479,482],frequent:[3,64,67,70,72,73,77,88,140,189,209,210,222,313,320,411,461],fri:[247,280],friction:[4,5,6,10,42,192,227,233,280,285,290,317,321,323,388,464],friedrich:295,from:[],front:[247,280,324],frontend:[188,284],frozen:[6,112,168,224,226,234,356,386],fs2:[6,91],fscale:230,fstr:479,fstring:452,ftol:[353,355,449,468],fuchsia:189,fuction:376,fudg:293,fugac:225,fugacity_coeff:225,fulfil:6,full:[1,2,6,9,12,17,38,39,40,91,188,202,213,236,271,345,346,360,366,382,384,385,387,442,454,456,461,462,466,468,474,482],full_energi:[3,225],fuller:353,fulli:[3,6,9,78,227,232,271,353,355,376,417,418,481],fulton:382,fumi:367,func:[452,479],funcfl:382,functino:6,functionaliri:213,fund:[0,7],fundament:[305,478],funnel_flow:301,further:[3,6,8,12,13,61,63,71,86,105,107,116,188,189,192,201,203,204,205,206,209,215,219,236,240,273,281,291,295,305,317,319,328,346,351,353,354,355,356,361,365,375,435,449,468,469,479],furthermor:[27,173,384],furthest:61,futher:3,futur:[],g_ewald:3,g_ewald_6:3,g_ewald_disp:3,g_jik:417,g_p:317,ga3:163,gaa:366,gahler:352,gai:[3,387,436],gain:312,gainsboro:189,galindo:410,game:230,gamma0:29,gamma:[3,6,29,233,236,240,272,280,281,283,285,321,380,383,387,407,410,430,433,434,437,439,441,472],gamma_:[3,317,323],gamma_ijk:439,gamma_n:[323,388],gamma_p:[3,317],gamma_t:[323,388],gammaa:410,gammafactor:236,gammar:410,gan:[417,437,439,441],gan_sw:417,gan_tersoff:417,ganzenmuel:[7,9],ganzenmul:9,gao:[6,20,170,371,466],gap:[184,405,406,418,427],gap_2014_5_8_60_17_10_38_466:418,gap_exampl:418,gaseou:7,gass:225,gather:[11,462],gather_atom:11,gather_scatter_loop_unrol:12,gathert_atom:11,gauch:176,gauss:[],gaussian:[6,40,63,91,103,105,226,227,233,273,289,305,309,327,345,380,381,384,386,418,436,449,479,480],gave:[3,411],gaybern:[],gcc:17,gcmc:[],gcore:218,gd3:163,gdot:406,gdrude:218,ge4:163,gec:[439,441],gen:[249,250],gener:[],genom:7,gentler:[322,325,327],gentli:383,geom:[6,345,381,449,480],geometr:[3,6,7,8,42,57,59,71,154,155,164,166,187,189,195,204,205,207,208,215,220,229,249,254,255,266,267,269,290,292,299,308,309,310,326,328,345,348,355,365,368,372,374,376,379,384,387,389,394,396,397,398,399,400,401,402,403,404,405,406,410,411,421,428,442,443,445,446,454,456,457,464,472,479],geometri:[3,6,7,13,25,41,71,152,164,204,208,209,210,212,215,231,348,411,454,457],georg:[7,9],georgia:13,gerber:404,germani:[9,14],germann:[253,398,449,468],germano:387,gerolf:13,get:[],get_natom:[11,452],getenv:479,gettimeofdai:12,gewald:[6,345],gezelt:[376,396],gf100:14,gf104:14,gf200:14,gflop:12,gflp:12,ghost:[3,6,7,12,16,58,61,62,73,162,167,212,214,234,249,279,290,291,345,356,360,380,381,384,388,395,459,464,474],ghostwhit:189,ghz:10,giacomo:9,gif:[4,188],gifsicl:188,gigabit:18,gillan:427,gingold:[430,431,433],gio:2,git:[7,12],github:[13,17,213,227,232,418],give:[0,1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,29,54,71,113,144,147,151,164,187,189,195,197,201,202,203,206,212,214,227,249,267,271,272,277,285,287,290,319,345,346,353,356,357,360,362,366,381,384,390,391,407,411,421,439,440,441,449,451,452,454,464,468,474,480],given:[3,5,6,7,9,10,11,12,16,17,22,27,37,44,55,63,64,67,71,113,123,124,125,127,128,131,132,133,134,135,136,137,138,139,140,141,158,162,166,172,173,183,184,187,189,192,199,201,204,209,210,212,214,215,219,225,226,227,228,230,236,243,246,248,249,253,270,271,272,273,280,281,287,289,293,301,302,303,305,307,312,317,318,321,322,323,326,332,340,345,346,360,361,362,366,367,369,370,372,373,374,375,376,377,380,381,382,384,385,387,390,396,397,398,400,407,408,409,410,411,413,414,417,421,422,424,426,427,435,436,447,449,452,454,456,457,464,468,478,482,483],gjf:233,gjwagn:7,gko:2,gld:[],gle4md:[227,232],gle:[],glitch:3,glob:465,global:[],glosli:346,glotzer:[290,380],glue:11,gmail:[7,9,13],gmake:[12,17],gmask:[3,479],gnu:[0,7,12,17,18],gnuplot:[11,13],goal:[5,12,39],goddard:[6,9,25,281,282,283,341,384,390,419,420,466],goe:[12,54,140,164,186,246,298,353,356,379,383,389,398,401,428,447,457,461],gold:[70,189],goldenrod:189,goldman:280,gone:3,good:[1,3,6,12,17,41,73,118,162,163,208,233,247,249,281,287,293,312,345,355,356,361,374,381,382,411,438,449,463,468,472],googl:230,gordan:140,gordon:6,gould:[6,170,466],gov:[0,7,9,13,361,382,385,478],govern:236,gpl:[0,7,8,12],gpu1:360,gpu:[],gpuid:360,gpun:360,grab:[3,6],gracefulli:3,grad:[6,195,220,248],gradient:[6,7,8,12,13,122,127,212,220,228,229,248,267,282,313,317,351,352,355,406,420,438],gradient_correct:426,graduat:275,graft:211,grai:189,grain:[5,6,7,9,29,36,40,54,67,164,167,176,192,271,275,290,305,389,422,466],gram:[201,204,205,382,478],grama:[9,283,420],gran:[],grand:[3,192,199,225],granflow:5,granular:[],graph:11,graphen:458,graphic:11,grasp:5,gravit:228,graviti:[],grdient:198,great:[3,13,280],greater:[1,3,10,61,86,162,189,212,226,249,271,310,324,360,365,367,369,370,411,449,451,454,457,463,468,479,480],greathous:13,greatli:[118,468],green:[2,6,91,130,131,188,189,272,273,313,366],green_kubo:6,greenyellow:189,greffet:285,greg:[7,9],grest:[45,46,211,305,346,370,388,400,466],grew:71,grid:[3,12,41,62,118,152,163,166,208,236,285,305,317,318,345,346,448,451,454,456,458,463],grigera:6,grime:40,grmask:[3,479],gromac:[],gronbech:[233,345],groot:380,ground:[6,384],group1:[146,167,356],group2:[88,146,165,167,356],group2ndx:[],group:[],group_id:11,groupbig:305,groupid1:[239,290],groupid2:[239,290],groupid:454,groupnam:356,grouptyp:225,grow:[3,8,197,214,215,231,233,249,271,319,388,454,466],grow_arrai:8,grow_reset:8,growth:[6,312],gsmooth_factor:407,gstyle:[3,451],gtl:7,gtx285:14,gtx450:14,gtx460:14,gtx470:14,gtx560:14,gtx580:14,guarante:[65,69,79,92,108,115,164,167,187,219,281,344,348,464],guess:[3,187,277,455],gui:[7,11],guid:[1,17,40,78,80,99,100,101,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,192,242,243,295,296,297,298,301,318,416,424,426,429,430,431,432,433,434,464],guidelin:[1,8,14,15,16,17,18,19,345,438],guidlin:17,gullet:407,gumbsch:352,gunsteren:[277,308,404],gunzenmul:7,gunzip:12,guo:[6,20,170,176,371,466],gwald:3,gyrat:[],gzip:[3,12,187,188,189,316,355,454,455,459],h12:387,h2o:[40,354],haak:[277,308],had:[3,6,11,13,59,63,187,189,190,203,206,211,212,226,227,229,233,234,235,247,249,251,252,253,254,255,266,267,269,276,277,305,308,309,310,317,380,381,388,435,456,460,463,469,472],hafskjold:6,half:[1,3,6,8,16,17,39,41,58,59,166,188,200,208,214,233,249,317,322,326,356,360,363,366,374,384,423,425,454,456,457,464,474],halfwai:[41,188,189],halsei:388,halt:[41,189,208,229,330,471],halv:188,ham:[38,56],hamak:[322,326,374,421],hamilton:70,hamiltonian:[227,249,250,309,384,463],hammond:[345,346],han:382,hand:[3,6,19,54,164,182,186,188,236,246,348,376,384,454,457,464,467],handl:[3,9,16,188,213,283,360,363,384,405,420,452,468],hang:[3,451,452],happen:[3,6,8,12,15,18,61,116,168,189,199,202,356,360,452,455,462],happi:8,haptic:230,hara:440,hard:[1,239,283,289,290,381,457],harden:428,harder:[322,326,474],hardi:[198,234,345,346,474],hardwar:[1,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,345,346,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,467],hardwir:[3,17,323],hardy2:346,harm:363,harmon:[],harmonic_fix_wal:406,harpertown:18,harrison:362,hart:305,hartre:[363,382,384,478],hasan:9,hash:[39,454],hassl:289,hat:[6,10,248],have:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,45,46,47,48,49,51,53,54,56,57,59,63,64,65,66,67,69,70,71,72,73,75,77,81,86,90,91,93,103,104,105,106,109,112,113,114,115,116,130,140,141,142,143,144,145,147,151,153,156,157,159,160,161,162,164,165,166,167,168,170,171,173,174,175,176,178,179,181,182,184,186,187,188,189,190,195,197,199,200,201,202,204,205,206,207,208,209,210,211,212,214,215,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,239,244,246,247,249,251,252,253,254,255,256,261,264,266,267,268,269,271,273,275,276,277,279,280,281,282,285,288,290,292,293,299,301,305,306,308,309,310,311,312,316,317,318,319,321,322,323,324,325,326,327,328,329,330,331,333,334,335,336,337,339,341,345,346,348,351,352,353,354,355,356,357,360,361,362,363,364,366,367,368,369,370,371,372,374,375,376,379,380,381,382,383,385,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,416,417,419,420,421,422,426,428,437,438,439,440,441,443,445,446,447,448,449,451,452,454,455,456,457,458,459,460,461,462,463,464,466,468,469,471,472,474,478,479,480,481,482,483],haven:452,hayoun:285,hayr:233,hbcut:419,hbnewflag:419,hbond:[],hbond_cutoff:420,hcp:[64,67,73,348,407],he1:163,head:[6,21,171,331,386,390,419,420,469],header:[3,6,7,8,12,165,187,188,189,190,201,202,203,204,205,206,247,280,287,291,317,354,361,366,382,451,454,464,471],heal:463,heat:[],heatconduct:[],heavi:305,heavili:[41,208],heavisid:317,hecht:305,heenen:9,height:[188,215,276,355,386],heisenberg:9,held:[6,71,305,355,388],helic:176,helium:364,helix:[],hello:452,help:[3,8,12,14,15,16,17,18,19,187,212,214,247,343,366,439,441,481],henc:[1,3,13,20,21,26,32,35,36,70,71,108,144,154,171,201,249,283,305,321,322,326,328,331,333,336,339,346,376,386,404,417,456],henderson:53,hendrik:9,henin:[9,213],henkelman1:[248,355],henkelman2:[248,355],henkelman:[248,352,355],here:[1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,22,37,41,44,55,63,68,69,70,71,118,144,162,163,172,175,183,187,188,189,192,201,208,211,214,225,226,234,236,271,280,283,285,291,317,322,325,327,328,330,332,340,344,353,355,359,360,362,363,366,373,385,387,390,391,395,417,421,424,426,436,438,447,452,459,474],herist:318,herrmann:305,hertizian:323,hertz:[],hertzian:[6,323,388,436],hertzsch:388,hess:345,hessian:[5,352],heterogen:105,heurist:[318,455],hex:[3,17,164,348],hexagon:[67,407],hey:[110,141],hf4:163,hfo:375,hftn:[352,353,355],hg1:163,hg2:163,hgrid:305,hibb:273,hidden:[17,452],hienergi:328,hierarch:[7,463],hierarchi:[346,370,371,396,397,400,410,463],higdon:[9,405,406],high:[1,3,6,7,9,19,41,184,188,208,212,219,234,247,313,317,320,346,352,353,360,366,384,387,421,438,447,451,463,468,474],higher:[1,14,140,167,189,209,210,215,231,276,285,312,325,327,353,384,392,479],highest:[215,330,354,355,479],highli:[3,6,7,9,164,188,214,233,249,261,280,290,351,353,384,449,468],highlight:[6,7,10,13],hight:386,hilger:[345,346],hill:273,hill_height:13,him:9,hint:12,histo:[],histogram:[1,6,12,63,116,162,192,202,203,206],histor:385,histori:[],hit:[3,305,324],hmaktulga:[7,9],ho3:163,hoc:339,hocknei:[345,346],hoh:[6,376,396,400],hold:[6,33,59,71,177,201,214,241,274,289,290,302,353,355,388,404,446,465],holdem:289,holder2:346,holder:[345,346],hole:302,holian:[253,398],holm:[271,346],holonom:316,home:[11,12,190],homebrew:12,homepag:[188,230],homogen:[267,411],hone:273,honeydew:189,honor:190,hook:[],hookean:388,hoomd:190,hoover:[6,7,8,154,192,218,233,234,249,250,251,252,253,254,255,266,267,268,269,273,277,285,290,308,309,310,315,380,474],hop:[211,355,366],hope:[5,13,17,41,42,208,462],hopefulli:[8,353],horizon:416,horn:6,host:[3,12,16,17,213,360],hot:[6,229,250],hotpink:189,hottest:313,hour:12,hourglass:[2,122],hove:407,how:[],howev:[1,2,3,6,7,11,12,15,16,17,36,39,41,71,88,91,104,118,140,163,184,187,188,189,202,206,208,211,212,215,218,225,226,227,232,233,234,235,236,239,249,271,273,276,279,280,285,290,291,305,306,308,309,312,313,317,318,319,320,321,346,348,350,351,355,360,372,374,382,383,388,391,407,415,417,426,437,438,441,449,451,452,455,462,468,471,472,474,479,480],howto:[6,63,71,142,143,145,147,150,151,152,153,154,156,157,192,233,234,249,277,308,309,310,376,390,396,400,480],hoyt:198,hpc:[1,15],hsw:17,htm:382,html:[0,4,8,11,12,15,232,386,406,463],htmldoc:0,htst:468,http:[0,6,7,11,13,14,15,213,227,230,232,361,382,405,418,419,420],htype:[376,396,400,404],hubbard:377,huge:[12,166,261,305,454,459,471],huggin:[7,367,369,436],hugh:198,hugoniostat:[4,192,253],hugoniot:[247,253,280],hull:162,hummer:345,hundr:[7,14],hura:6,hwloc:[12,17],hybrid:[],hydrat:386,hydrocarbon:[362,375,384],hydrodyanm:40,hydrodynam:[7,9,40,99,101,236,238,239,240,368,405,406,424,426,436,464],hydrogen:[3,6,7,222,285,362,366,376,384,390,396,400,404,419,420,436,454,463,474],hydrostat:[3,212,249,253,277,290],hynninen:[377,386],hyoungki:409,hyper:273,hyperbol:377,hyperspher:140,hyperthread:[16,17],i_0:317,i_1:417,i_csid:6,i_flag1:279,i_mpi_pin_domain:16,i_myflag1:279,i_myflag2:279,i_n:417,i_nam:[113,187,279,307,464],ialloi:407,iatom1:115,iatom2:115,iatom3:115,iatom4:115,ibar:407,ibead:273,ibm:[187,345],icc:[10,12,16],icm:[9,230],ico:64,icosohedr:73,ictp:13,id1:[290,355,395,454,457],id2:[290,294,302,355,395,454,457],id_press:[212,247,249,251,252,253,254,255,277],id_temp:[211,212,247,249,251,252,253,254,255,266,267,269,277,308,309,310],idea:[1,3,6,11,12,41,141,188,189,208,231,271,294,305,313,346,411,462,474],ideal:[6,9,40,73,116,122,218,225,271,348,405,430,474],idealga:[],ident:[1,3,9,12,39,40,71,140,187,189,203,212,213,226,227,233,234,246,249,271,273,277,285,287,290,346,354,355,360,367,369,376,378,382,398,404,413,419,420,427,447,449,452,455,468,478,479,480,482],identi:360,identif:67,identifi:[1,3,12,38,40,56,70,162,164,184,287,305,328,390,395,407,438,449,451,454,457,468,469,471],idl:[18,468],idn:[290,355],idr:479,ielement:407,ieni:13,ifdef:[8,12],iff:234,iffp:452,ignor:[3,6,11,16,41,71,83,87,98,107,119,168,187,188,189,193,194,202,203,204,206,208,212,213,214,215,225,228,232,233,246,249,253,258,263,277,279,289,290,291,305,308,309,310,316,317,319,322,326,327,328,337,347,350,354,355,360,361,372,373,374,382,383,385,387,394,395,407,413,417,421,437,438,439,440,441,443,449,451,454,455,459,464,466,468,471,479],ihl:305,iii:[6,9,25,281,283,341,390,466],ijk:[335,339,341,366,417,451],ijl:339,ikeshoji:6,ill:[144,154,201,281],illeg:3,illinoi:[230,345,346,405],illog:452,illustr:[1,6,8,11,12,17,271,273,355,391,452],ilmenau:[7,9,14],ilya:[7,9],imag:[],image2pip:188,imageint:3,imagemagick:[4,188],imagin:[302,316,366,383,391,392,408,409,413,417,437,439,440,441,466],imaginari:[6,225,273,454],imbal:[1,41,208],imbalanc:[41,208],imbu:305,imd:[],img:188,immedi:[0,2,3,8,12,164,209,210,215,293,301,306,307,324,451,452,454,456,468,479,482],immens:3,immers:[236,290],impact:[1,4,6,8,219,312],impart:[3,6,228,305,327],impei:[6,396],implement:[1,3,6,8,9,12,17,18,27,78,87,118,146,152,163,164,172,173,183,201,213,217,227,230,233,236,238,239,240,247,267,270,272,273,279,280,281,283,284,285,293,294,305,312,317,321,339,344,345,346,353,355,360,361,363,366,375,376,378,380,382,383,384,391,396,400,404,407,416,419,420,421,439,441,451,452,463,468,474,479,481],impli:[3,6,40,59,87,141,188,193,194,195,214,220,233,289,308,310,311,345,348,373,452],implicit:[],implicitli:8,implict:377,imporop:354,importannt:246,important:315,important_not:59,impos:[2,6,71,112,153,186,192,195,196,207,220,221,223,228,231,240,241,248,261,271,274,292,299,302,304,305,312,313,314,315,320,321,322,325,326,327,353,355,357,448,462],imposs:1,improp:[],improper_coeff:[],improper_styl:[],impropercoeff:3,impropertyp:210,imprort:97,improt:[193,194],improv:[0,1,9,39,41,189,208,249,272,360,390,396,411,420,437,440],in3:163,inaccur:[1,3,6,167,247,345],inaccuraci:326,inact:390,inappropri:164,incid:[118,163,215],includ:[],includig:[330,344],inclus:[],incom:230,incompat:[3,11,392],incomplet:[3,11,454],incompress:[250,384],inconsist:[3,168,211,455],inconveni:348,incorpor:[280,366,377],incorrect:[3,147,233,407],incorrectli:[3,348,388,479],increas:[1,3,6,10,18,38,56,57,59,109,118,141,184,187,188,189,209,210,211,214,233,277,288,289,290,313,316,320,345,346,355,360,384,387,420,438,440,452,463,468,479],increasingli:384,increment:[3,11,128,195,196,207,208,215,220,222,249,294,295,328,344,359,394,449,452,466,468,479],incur:[14,17,201,204,205,222,317,451],inde:147,indefatig:7,indefinit:314,indent:[],independ:[4,6,11,12,16,17,41,59,63,91,117,119,150,164,186,192,200,201,202,203,204,205,206,208,211,212,213,214,215,226,228,233,234,236,239,249,272,277,281,285,290,291,294,304,315,317,348,388,449,452,471,480],indetermin:[187,189],index:[0,3,6,8,11,12,38,39,40,56,68,69,117,119,184,187,189,200,202,230,232,273,291,317,328,329,330,350,359,411,419,420,438,444,454,469,479],indianr:189,indigo:189,indirectli:[6,479],indistinguish:233,indium:427,individu:[],induc:[],industri:7,ineffici:[3,6,40,64,67,70,72,73,77,140,152,188,214,249,272,345,357],inerti:406,inertia:[],inexpens:[227,463],inf:[2,3,12,320,457],infer:[3,94,96,97,158,195,196,208,209,210,220,230,275,305,313,320,348,373,385,454,466,472],infil:[3,13,290,451],infin:[3,353,459,472],infininti:188,infinit:[3,215,224,231,233,236,272,305,317,323,324,346,348,384,458,478],infinitesim:6,inflect:[377,398],influenc:[3,9,41,80,146,246,276,345,346,411,439,440,441],inform:[0,1,2,3,6,7,8,9,11,12,13,15,17,39,41,42,59,61,62,63,68,88,115,117,118,163,164,170,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,248,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,290,291,292,293,295,302,303,305,306,308,309,310,311,312,313,314,316,319,320,321,322,324,325,326,327,329,343,345,346,349,352,353,354,355,356,358,360,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,445,446,447,451,452,454,455,456,458,459,461,466,468,469,471,479,481,482,483],infrequ:[6,380,449,468],infti:[377,405,406],ingtegr:366,inher:[345,353,411],inherit:[6,442],inhomogen:[18,317,411],inidividu:353,init:[3,8,12,288],init_fil:317,init_list:8,init_on:8,init_styl:8,initi:[2,3,4,6,7,8,11,12,13,38,39,40,41,56,57,59,62,71,80,81,86,87,103,104,130,160,165,166,184,186,187,188,189,190,193,194,197,198,202,208,210,211,212,214,221,225,226,230,231,232,233,234,236,241,245,246,247,248,249,253,261,272,273,274,279,280,285,288,289,290,292,304,305,307,312,314,315,316,317,318,319,322,323,324,325,327,328,330,345,349,352,353,355,362,363,379,380,381,418,419,420,438,449,451,452,454,456,457,459,461,462,464,468,469,472,474,479,480,481,483],initial_integr:8,initial_integrate_respa:8,initialis:418,initialt:317,inlclud:11,inlcud:479,inlin:452,inner2:[371,389],inner:[3,8,16,187,231,330,344,351,352,353,355,359,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,444,445,446,447,463,468],inner_distance_cutoff:390,innergroup:239,innermost:[38,56,358,438,463],innernod:239,innner:402,inordin:318,inorgan:6,inp:[213,330,427],input1:[65,68,69,79,92,108,113,114,115,117,119,307],input2:[65,68,69,79,92,108,113,114,115,117,119,307],input:[],input_doubl:3,inquir:295,insensit:12,insert:[3,5,7,8,12,59,164,192,215,225,231,276,345,427,435,452,458,474],insid:[2,3,6,8,11,71,129,135,164,187,189,200,204,205,215,216,222,225,231,236,239,276,290,305,322,324,325,326,327,328,343,348,398,452,453,454,456,457,464,468,479],insight:[6,13],instabl:[236,379,426],instal:[],instanc:[6,11,213,227,324,386,391,411,417,452,474],instantan:[6,63,211,212,226,227,249,253,272,277,280,285,287,290,312,460,472],instanti:[6,11,12,198,391,451],instead:[1,3,6,8,9,11,12,13,17,18,40,41,59,63,70,71,90,117,143,146,168,184,187,194,201,203,204,205,206,208,212,213,233,236,239,240,272,278,288,290,307,325,343,345,346,349,356,360,369,370,382,395,397,404,407,449,457,461,468,470,474,479],institut:[9,230,275],instruct:[3,6,8,11,12,13,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,109,112,142,151,162,170,171,173,174,175,176,178,179,181,182,184,185,188,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,346,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,463,474],insuffici:[3,6,12],insult:249,insur:[3,6,11,12,17,39,40,61,73,102,104,164,165,184,187,188,189,195,209,210,215,220,221,222,223,225,228,233,245,278,279,288,290,305,317,322,326,327,328,330,344,354,356,360,374,387,391,415,421,438,451,452,454,455,459,462,463,471,472,479,480],int_max:3,integ:[3,6,8,11,12,39,40,42,64,68,70,71,113,115,117,119,140,162,164,167,168,170,174,175,179,184,186,187,188,189,199,201,204,205,209,210,211,215,217,223,225,226,227,230,233,234,235,236,272,275,276,279,280,285,290,305,307,309,312,316,317,335,345,348,368,380,381,394,407,419,420,424,426,427,449,451,452,454,462,463,464,468,471,479,480],integr:[],integrate_ulsph:296,intel:[],intel_cpu:[12,16],intel_phi:[12,16],intend:[3,8,12,13,36,226,418,454],intens:[1,3,6,9,63,66,74,75,86,89,90,91,93,103,104,105,106,112,114,116,117,118,119,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,159,160,161,163,192,201,202,203,204,205,206,208,209,210,211,219,222,229,239,247,249,253,287,290,291,305,313,317,319,320,471,472],intepol:479,inter:[14,18,42,61,62,144,167,168,187,211,233,235,248,282,290,345,355,366,464,474,479,481,483],interact:[1,3,6,7,8,9,10,11,12,14,15,16,17,22,29,33,37,39,42,44,50,54,55,57,61,63,65,69,77,79,87,88,92,107,108,110,112,115,116,122,123,124,125,127,128,129,130,131,132,133,135,136,137,138,140,141,143,157,158,162,165,166,167,168,169,170,172,176,177,183,187,192,193,194,209,210,211,224,225,230,231,233,235,239,261,271,273,275,281,283,289,290,296,297,305,306,312,317,321,322,323,326,327,332,333,334,336,340,345,346,353,354,355,356,357,358,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,417,420,421,422,424,426,427,428,435,436,437,439,440,441,442,443,444,445,446,447,449,452,454,456,458,459,463,464,466,471,472,474,481],interatom:[3,4,7,164,187,248,314,315,361,366,382,384,392,407,440,479],intercept:118,interchang:6,interconnect:18,interconvert:384,intereract:39,interesect:326,interest:[1,5,7,8,9,11,13,71,163,273,312,315,346,383,406,419,420,452,479],interf:360,interfac:[],interfer:[249,362],interg:[6,474],intergr:[463,467],interi:406,interior:[3,6,41,326,457],interlac:407,interleav:[6,164,462],intermedi:[6,12,59,188,248,271,339,355,452,453,462,466],intermix:449,intermolecular:362,intern:[0,2,3,5,6,9,11,16,20,21,24,28,32,35,36,39,40,42,63,87,99,101,118,141,144,146,163,171,184,188,189,192,193,194,198,210,214,218,230,242,243,247,249,253,272,290,294,331,333,336,339,343,353,354,429,430,438,452,454,456,459,468,471,472,478,479,480,481],internal_element_set:198,internal_quadratur:198,internet:232,interpenetr:407,interpentr:[430,431,433],interpol:[6,15,38,56,100,184,188,189,198,236,271,345,346,355,366,411,420,432,438,439],interpret:[2,6,11,188,203,388,428,449,452,468,479],interrupt:280,intersect:[3,6,118,189,326,328,457],intersert:326,interspers:353,interstiti:162,intertia:[3,93],interv:[3,6,91,202,233,280,285,286,297,432,449,468,479],intestieti:118,intial:[6,360,362],intiial:[41,459],intiti:[3,304],intra:290,intra_energi:225,intramolecular:[29,225],introduc:[6,9,188,249,280,285,290,339,345,361,376,384,396,400,404,437,468],introduct:[],intsal:16,intuit:348,inv:[118,163,291],invalid:[3,12,71,89,167,261,355,405,406,456],invari:[133,138,140],invent:293,invers:[],invert:[6,168,272],invis:326,invoc:[162,211,360,424,426,452],invok:[1,3,6,7,8,11,12,13,14,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,59,63,66,71,74,75,81,87,88,89,90,93,103,104,106,109,110,111,112,117,142,151,158,159,162,164,165,167,168,170,171,173,174,175,176,178,179,181,182,184,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,217,219,220,221,222,223,224,225,226,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,281,282,283,284,285,286,287,288,290,291,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,331,333,334,335,336,339,341,344,345,346,347,348,353,355,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,408,411,412,413,414,416,421,422,424,426,427,428,437,438,439,440,441,443,444,445,446,447,448,451,452,453,455,457,459,462,463,465,466,468,471,472,474,479,480],invokd:3,involv:[3,6,7,8,12,63,108,115,116,117,144,168,192,209,225,236,275,278,283,305,345,352,353,355,365,381,387,437,439,441,450,451,457,459,463,468],ioff:[354,454],ion:[6,7,270,302,317,346,366,377,385,386,407,436,441,447,454,474],ionic:[6,9,367,369,377,384,385,414,474],ioniz:[9,375,384],iparam:[3,210],ipi:[],ipp:[],ir3:163,ir4:163,irregular:[6,41,58,208,212,214,249,290],irrelev:413,irrespect:[405,406],irrevers:218,isbn:446,isel:[345,346],isenthalp:[249,250,251,252],ismail:[345,346,370,400],isn:[3,8,11,12,229],iso:[3,212,218,234,249,250,251,252,253,254,255,277,285,290,474],isobar:[249,250,254,255],isodem:384,isol:[3,167,328],isomorph:273,isotherm:[225,249,250,254,255,277],isotrop:[6,233,277,345,346,368,387,405,406],isovolum:291,isralewitz:294,issu:[1,3,6,9,11,12,13,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,71,73,81,103,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,188,195,198,207,211,212,215,220,221,224,225,228,233,247,249,251,252,253,254,255,256,264,266,267,269,273,277,279,282,290,292,293,304,308,309,310,315,321,327,330,331,333,334,335,336,339,341,346,354,355,358,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,435,437,438,439,440,441,443,445,446,447,454,456,463,466,471,472,479,480],ital:[419,420],itali:13,item:[6,7,8,41,187,189,208],iter:[3,6,12,39,41,63,195,196,207,208,212,218,220,223,231,272,281,282,290,293,312,328,330,344,351,352,353,355,359,449,459,463,468,472,479],ith:[71,117,119,200,201,202,203,204,205,206,307,319,472,479],itself:[2,3,4,6,7,8,9,11,12,13,18,42,59,91,107,155,187,188,189,190,202,213,218,234,244,248,284,290,317,328,330,354,355,376,385,387,391,392,438,452,458,461,462,466,479,483],ityp:[3,115,116,164,197,210,283,444],itype1:116,itype2:116,itypen:116,ivector:8,ivori:189,ixcm:290,ixi:[42,93,290,354,479],ixx:[42,93,290,354,479],ixz:[42,93,290,354,479],iycm:290,iyi:[42,93,290,354,479],iyz:[42,93,290,354,479],izcm:290,izrailev:294,izumi:440,izz:[42,93,290,354,479],j0jt:91,j20:202,j_m:140,jac:[6,170,466],jackson:410,jacobi:3,jacobsen:352,jagreat:13,jame:[9,19],janssen:271,januari:407,jaramillo:[7,9,13,384],jarzynski:294,jatempl:9,jcc:9,jcp:322,jec:13,jeff:13,jello:249,jensen:[233,345],jeremi:[9,409],jerom:9,jewett:13,jiang:[234,474],jiao:[9,13],jiht:[7,9],jik:366,jim:7,jku:7,jmake:12,jmm:140,joannopoulo:247,job:[12,60,293,462],jochim:[249,250],john:[7,13],johnson:13,join:[6,457],joint:[3,275,390],jon:[9,70],jonathan:9,jone:[1,3,6,7,9,10,12,13,45,46,64,87,107,110,192,198,277,305,322,326,346,348,353,362,365,369,370,371,372,374,379,387,389,390,391,394,395,396,397,398,400,401,403,404,410,411,417,421,422,431,436,443,466,474],jonsson:[73,248,352,355],jorgensen:[6,181,376,396,400],joul:478,journal:[158,176,198,283,346,382,419,420,430,431,433],jparam:[3,210],jpeg:[3,12,188],jpeglib:12,jpg:[4,8,12,187,188,189,482],jpg_inc:12,jpg_lib:12,jpg_path:12,jpl:[7,9],jth:479,jtype1:116,jtype2:116,jtype:[3,116,210,444],jtypen:116,judg:468,judici:6,julien:9,jump:[],june:190,just:[3,6,8,9,11,12,13,17,19,22,29,42,44,59,61,91,107,110,116,141,143,157,172,187,201,204,205,214,218,222,239,246,277,279,290,312,317,328,330,332,354,355,360,362,365,373,391,417,443,452,456,458,459,461,462,474,479,482,483],justo:383,jusufi:[377,386],jut:326,jzimmer:9,k11:91,k22:91,k33:91,k_b:234,k_d:474,k_sigma:366,k_ub:20,kadiri:67,kamberaj:290,kappa:[6,91,313,376,396,445,446],kappa_:317,karplu:87,karttunen:236,kate:[],kayser:377,kbit:189,kboltz:305,kbp:189,kbt:285,kcal2j:91,kcal:[230,463,474,478],kde:13,ke_eta_dot:249,ke_etap_dot:249,ke_omega_dot:249,keblinski:376,kecom:144,keef:118,keep:[3,7,12,59,71,182,204,210,214,231,272,288,315,320,345,353,376,404,427,449,454,460,462,468,472,479],keflag:3,kei:[6,17,59,305,468],keir:13,kelchner:70,kelkar:320,kelvin:478,kemper:[282,375],kepler30:17,kepler32:17,kepler35:17,kepler37:17,kepler:[1,12,14,15,17,360],kept:[6,192,253,314,315,474],kernel:[7,13,17,40,100,129,135,198,226,227,297,429,430,431,432,433,434,464],kernel_radiu:454,keword:188,keyboard:12,keyword:[],keywrod:384,kforc:474,khaki:189,khersonskii:140,kick:[195,196,197,220,324],kilogram:478,kim:[],kimviri:[3,392],kind:[1,2,3,6,7,8,9,11,12,17,39,40,41,42,61,62,63,73,117,119,144,187,192,199,201,202,203,208,211,213,217,225,228,246,290,293,305,312,327,355,357,359,366,384,419,420,444,449,454,459,460,467,468,474,479],kinemat:[9,405,406],kinet:[3,6,8,9,63,82,83,84,85,87,91,94,95,96,97,98,112,141,142,143,144,145,146,147,149,150,151,152,153,154,156,157,192,199,201,212,218,229,233,245,247,249,250,251,252,253,254,255,277,280,305,313,320,321,353,384,449,468,472,474],kiss:12,kjl:339,klahn:316,klapp:345,klein:[6,9,198,213,249,250,268,290,396,422],kloss:7,kmax:[3,118,291,345],knc:17,knock:317,know:[3,11,12,41,63,107,116,192,218,232,234,261,305,353,383,392,442,452,455,458,463,474],knowledg:[4,8,188,392],known:[3,12,140,188,272,281,290,314,451,468,480],kohlmey:[7,9,13,18,345,346],kokko:[],kokkos_arch:17,kokkos_cuda:[12,17],kokkos_cuda_opt:17,kokkos_debug:17,kokkos_devic:17,kokkos_omp:[12,17],kokkos_pg:17,kokkos_phi:[12,17],kokkos_use_tpl:17,kolafa:346,kollman:[6,170,466],kondor:418,kone:[314,315],kong2011:272,kong:[9,13,272],konglt:9,koning00a:314,koning00b:314,koning96:[314,315],koning97:315,koning99:314,kooser:13,koskinen:352,kosztin:294,krau:13,kremer:[45,46,466],kress:[408,409],kspace:[],kspace_modifi:[],kspace_styl:[],kspce:12,kspring:248,kstart:289,kstop:289,kth:[226,273],kub:20,kubo:[6,91,313],kumagai:440,kumar:[9,405,406],kuronen:417,kurt:275,l12:407,l_box:384,l_skin:317,la3:163,lab:[5,7,12,111,416],label:[],laboratori:[0,247,280],lack:[3,247,384],lackmann:366,ladd:[267,315],lafitt:410,lag:317,lagrang:[130,131],lagrangian:[6,122,123,124,125,127,128,129,130,131,132,133,135,136,137,138,198,247,280,281,296,297,424,426,474],lagrangian_posit:[247,280],lagrangian_spe:[247,280],lai:448,lambda1:[439,440,441],lambda2:[439,440,441],lambda3:[439,441],lambda:[87,111,118,158,163,236,291,314,315,317,361,383,404,437],lambda_fin:314,lambda_initi:314,lamda:[3,53,305],laminar:434,lamm:6,lammps2pdb:[6,13],lammps_clos:6,lammps_command:6,lammps_extract_atom:6,lammps_extract_comput:6,lammps_extract_fix:6,lammps_extract_glob:6,lammps_extract_vari:6,lammps_fil:6,lammps_gather_atom:3,lammps_get_coord:6,lammps_get_natom:6,lammps_n:[6,12],lammps_open:6,lammps_potenti:[373,375,465],lammps_put_coord:6,lammps_quest:[6,223],lammps_scatter_atom:3,lammps_set_vari:6,lammps_sppark:6,lammpsplot:13,lammpspotenti:373,lammpstrj:[455,459,474],lammpsviri:[3,392],lamoureux:[6,218,442,474],lane:1,lang:474,langevin:[],langevin_drud:[149,217],languag:[6,11,12,17,452,479],lanl:9,lapack:12,laps:318,laptop:7,larg:[0,1,3,5,6,7,8,9,10,12,13,14,16,18,39,40,41,58,59,70,71,109,116,141,144,147,152,164,165,166,176,184,186,187,188,189,201,204,205,208,211,212,214,215,219,225,236,249,261,267,272,275,276,280,285,287,288,289,290,293,302,305,313,317,318,320,322,326,339,345,346,351,353,356,360,374,380,384,387,388,395,411,415,421,438,449,452,454,456,457,461,463,468,471,474,480,483],larger:[1,2,3,6,11,12,13,39,41,56,59,70,71,116,164,166,188,202,203,206,215,229,236,249,267,268,276,281,285,289,290,291,301,305,312,317,321,322,323,326,345,346,351,352,353,355,356,357,360,366,374,376,377,384,388,396,400,406,411,415,436,443,454,458,459,462,463,468],largest:[3,6,12,39,71,162,164,219,345,353,357,435,438,454,456,462,463,473,479],laroch:285,laser:317,last:[1,2,3,5,6,11,12,15,16,19,38,56,59,61,71,110,117,141,162,184,187,188,189,190,191,201,202,203,204,205,206,208,219,248,288,291,302,305,330,343,353,354,355,356,360,364,365,366,367,374,375,380,382,386,387,389,390,394,397,399,401,402,403,406,410,412,421,428,435,438,442,443,445,446,449,450,452,454,455,459,461,462,466,468,469,472,479],lat:407,late:5,latenc:[10,230],later:[6,11,12,16,17,40,59,71,104,166,168,202,215,253,267,275,294,312,328,330,345,353,354,359,360,362,366,452,454,456,458,468,471,479,481],latest:[7,201,202,203,204,205,206,291,456],latex:8,latgen:272,latitud:140,lattc:407,latter:[2,6,11,12,14,15,16,17,18,41,42,87,143,189,193,194,200,201,204,205,208,212,231,240,249,251,252,254,255,275,277,279,281,283,290,305,321,326,344,354,366,368,369,370,371,372,379,396,400,404,414,422,442,449,451,452,457,460,471,479,482],lattic:[],launch:[1,3,6,11,12,18,360,451,452],laupretr:339,lavend:189,lavenderblush:189,lavgevin:214,law:[6,247,358,424,426],lawngreen:189,layer:[6,9,71,192,204,313,317,320],layout:[1,3,17,166,451,454,463],lb_fluid:236,lbl:[7,9,162],lbnl:9,lbtype:236,lcbop:[],ld_library_path:[11,12],ldfftw:12,ldrd:7,lead:[2,3,6,12,22,25,39,41,44,59,61,77,87,116,158,162,168,172,189,193,194,203,208,215,227,236,253,280,290,293,305,312,313,320,332,339,345,350,355,360,373,376,396,400,402,426,448,454,464,474,479,480],least:[3,6,12,18,71,118,163,199,204,227,275,279,321,356,360,391,438,443,452,479],leav:[3,7,11,12,16,17,21,41,57,141,154,171,208,212,215,249,251,252,254,255,277,290,293,331,411,454,458,466],lechman:305,lectur:294,led:[3,5],lee2:407,lee:[198,407],left:[6,11,12,41,107,183,188,189,211,231,270,305,328,330,348,442,454,456,461,479,483],leftmost:[41,208],legaci:12,legal:7,lehoucq:416,leimkuhl:325,leiu:380,lemonchiffon:189,len:464,lenart:[377,386],length:[3,6,8,11,12,18,21,38,39,40,41,44,53,54,55,56,58,59,61,65,68,69,71,74,79,80,82,87,88,89,90,91,92,103,105,107,108,112,114,115,117,118,119,128,130,142,143,144,145,146,147,148,149,151,152,153,154,155,156,157,160,162,163,166,171,184,187,188,189,192,199,203,205,206,208,209,210,211,212,214,225,228,236,247,248,249,250,253,261,271,277,287,290,291,293,302,305,312,316,317,319,322,326,346,348,351,353,355,356,358,363,366,367,369,376,377,381,384,386,390,394,396,407,411,419,420,429,438,439,445,446,454,457,462,464,471,472,474,479],lengthi:225,lennard:[1,3,6,7,9,10,12,45,46,87,107,110,192,277,305,322,326,346,348,353,362,365,369,370,371,372,374,379,387,389,390,391,394,395,396,397,398,400,401,403,404,410,411,421,422,431,436,443,466,474],lenoski:[408,409],less:[1,3,6,13,14,15,16,17,18,38,41,56,57,58,59,76,108,115,116,143,157,184,189,201,203,204,205,206,208,210,211,212,214,215,222,231,247,249,271,283,285,291,305,324,325,327,346,348,353,357,360,366,371,387,388,405,406,411,421,437,438,441,446,454,479,480],let:[1,11,12,38,56,147,175,184,202,293,305,323,360,374,438,463,467,474,481],lett:[140,152,227,234,236,247,285,294,314,315,352,366,382,384,387,404,427,474],letter:[2,12,41,57,59,189,208,217,218,234,273,330,359,418],level:[2,3,8,11,12,14,17,187,188,193,194,230,246,248,249,330,346,359,366,370,371,396,397,400,410,419,420,451,463,468,479],lever:435,levin:388,lewi:295,lexicon:7,lgr_po:[247,280],lgr_vel:[247,280],lgvdw:420,li1:163,liang:375,lib:[1,3,9,11,12,14,15,17,284,360,375,392,452,455],libatom:[9,418],libcolvar:12,libdir:11,libfftw3:12,libgpu:15,libjpeg:12,liblammp:[11,12],liblammps_foo:[11,12],liblammps_g:[11,12],liblammpscuda:14,libmpi:11,libmpi_stub:12,libmpich:12,libpackag:12,libpng:12,librari:[],librt:17,licens:[0,7,8,12,188],lie:[6,291],lieu:345,life:7,lifo:8,ligand:302,liggght:7,lightblu:189,lightcor:189,lightcyan:189,lightest:312,lightgoldenrodyellow:189,lightgreen:189,lightgrei:189,lightli:302,lightpink:189,lightsalmon:189,lightseagreen:189,lightskyblu:189,lightslategrai:189,lightsteelblu:189,lightweight:305,lightyellow:189,like:[3,4,6,7,8,9,11,12,14,16,17,18,39,42,54,59,148,155,188,190,195,212,213,215,218,220,230,233,234,235,247,249,250,254,255,260,261,266,267,268,269,271,277,279,280,281,285,290,291,305,307,308,309,310,311,312,313,320,321,322,325,326,327,330,345,348,352,355,360,366,374,379,380,384,385,388,390,391,401,402,407,427,438,441,445,446,451,452,454,455,456,457,459,464,469,472,474,479,480],likelihood:[118,163,211],likewis:[1,6,10,12,15,18,39,41,71,88,115,198,208,209,210,225,233,234,249,250,253,268,285,305,308,309,310,346,355,361,365,366,376,382,385,436,452,454,466,479],lime:189,limegreen:189,limit:[],limit_eradiu:384,limit_veloc:[296,297],lindahl:345,line:[],linear:[],linearli:[10,117,189,214,272,322,324,325,327,354,355,357,454,479],lineflag:[6,454],lineforc:[],linen:189,linesearch:[8,351],ling:[9,13],lingo:[11,392],link:[5,6,7,8,9,11,12,13,14,15,17,18,22,37,44,55,63,172,183,188,192,210,230,234,275,284,286,294,302,332,340,363,373,407,418,419,420,436,442,452],linker:12,linkflag:[12,16],linux:[10,11,12,15,188,190,230],linuxamd64:455,liouvil:249,lip:13,lipid:[4,9,10,13,29,290],lipton:275,liquid:[6,7,9,29,39,40,41,59,87,141,150,162,208,212,214,225,249,277,280,285,312,379,411,414,440,463],lisal:435,lism:9,list:[],listen:[230,232],listfil:395,liter:[454,465],literatur:[8,407,437],lithium:384,littl:[1,3,12,64,249,356,449,457],littmark:[407,436,441,447],liu:[390,420],lj1043:[],lj126:[],lj12_4:422,lj12_6:422,lj1d:272,lj6:3,lj93:[],lj96:[],lj9_6:422,lj_flag:362,llnl:[5,7],lmp1:11,lmp2:11,lmp2arc:[],lmp2cfg:[],lmp2vmd:[],lmp:[11,452,474],lmp_auto:12,lmp_cuda:[14,17],lmp_foo:12,lmp_g:[6,11,12,13,17,344],lmp_gpu:15,lmp_ibm:[12,344],lmp_inc:12,lmp_intel_cpu:16,lmp_intel_phi:16,lmp_kokkos_cuda:17,lmp_kokkos_omp:17,lmp_kokkos_phi:17,lmp_linux:[4,6,12],lmp_mac:12,lmp_machin:[1,12,14,15,16,18,19,360],lmp_mpi:[12,273],lmp_mvapich:17,lmp_omp:18,lmp_openmpi:17,lmp_opt:19,lmp_win_mpi:12,lmp_win_no:12,lmpptr:[11,452],lmpqst:223,lmpsdata:13,lmptype:[3,12,223],load:[1,3,4,7,9,11,12,16,17,18,41,188,190,192,208,230,280,360,375,451,452],loadabl:11,loca:189,local:[],localhost:230,localized_lambda:198,localonli:12,localvector:63,locat:[3,6,8,9,11,12,27,61,116,118,162,163,173,184,187,215,216,236,304,315,326,351,373,376,385,386,396,398,400,442,451,454,455,457,464,466],lock:[3,359,479],lockstep:[212,249,277,290],log:[],logarithm:[136,137,479],logfil:[0,3,6,12,278,349,450],logfreq2:479,logfreq:[189,461,470,479],logic:[7,11,12,17,41,164,208,328,330,449,451,452,455,463,468,479],lomdahl:[253,398],london:[13,225,420],lone:[419,420],longer:[1,3,6,8,12,13,54,116,187,189,200,201,202,203,204,205,206,209,225,233,271,275,280,290,293,312,322,326,328,351,360,362,388,451,459,463,468,476],longest:[41,208,209,356,443],longitudin:302,look:[1,3,6,8,11,12,18,54,61,187,188,191,373,427,438,474,479],lookup:[3,39,184,411,438],lookup_t:291,loop:[3,4,6,7,11,12,18,39,42,65,68,69,79,88,92,108,115,116,141,188,201,204,205,209,210,219,312,328,330,344,347,353,355,356,358,359,381,449,450,452,458,459,462,463,468,473,479,480],loopa:[330,344,359],loopb:[330,344,359],loopvar:479,lopez:[249,250],lorant:281,lorentz:163,lose:[6,58,59,166,212,214,234,249,388,454],loss:[6,478],lossi:188,lossless:188,lost:[3,12,13,57,102,215,288,295,305,411,454,455,456,463,471],lot:[18,294,345],low:[1,3,6,7,12,41,147,162,187,188,208,218,234,267,285,290,313,320,346,420,438,446,468,474],lower:[2,3,6,9,11,12,41,57,59,71,88,153,186,188,189,202,203,204,205,208,212,218,230,233,234,236,249,280,285,313,320,322,323,328,329,345,348,359,377,407,468,475,477,480],lowercas:188,lowest:[140,330,354,464,468,469,479],ls_:134,lsfftw:12,lsurfac:317,lu3:163,lubric:[],lubricateu:[],lubricuteu:258,lucki:12,luigi:13,lumped_lambda_solv:198,lussetti:313,lustig:[7,13],lybrand:346,lyulin:339,m4v:188,m_c:474,m_d:474,m_eff:[323,388],m_fill:3,m_i:303,m_lambdai:416,m_taubi:416,m_u:236,m_v:236,m_yield_stress:416,mac:[12,14],mac_mpi:12,mach:[9,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,295,296,297,298,301,464],machin:[1,3,4,6,7,10,11,12,14,15,16,17,18,19,187,188,230,318,345,351,353,358,360,451,456,461,462,463,480,483],mackai:[9,236,238,239,240],mackerel:[6,20,170,234,371,466,474],maco:188,macro:17,macroparticl:381,macroscop:[7,228,247,416],made:[3,6,11,12,15,16,33,41,42,50,64,165,177,187,188,190,192,193,194,199,208,215,219,230,239,276,284,288,290,315,328,337,356,360,387,388,391,419,421,428,451,456,458,464,467,475,477,480,481],madura:[6,396],magazin:382,magda:322,magenta:189,magic:[3,11],maginn:[158,320],magnitud:[6,70,105,108,113,164,186,187,189,215,216,228,229,231,233,294,302,304,305,312,323,346,353,379,388,464],mai:[0,1,2,3,6,7,8,11,12,13,14,15,16,17,18,29,38,39,40,41,56,58,59,61,63,65,68,69,71,79,86,87,88,89,90,92,102,103,105,107,108,109,110,112,113,114,115,117,118,119,140,141,143,144,152,153,157,158,162,163,164,165,166,167,168,183,184,186,187,188,189,190,192,193,194,195,197,199,201,202,203,204,205,206,207,208,209,210,212,214,215,218,219,220,222,225,226,227,229,230,231,233,234,235,236,237,239,244,245,246,247,249,250,253,261,264,272,273,276,277,278,279,280,282,285,287,288,289,290,291,292,293,294,296,297,299,305,307,308,309,312,313,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,343,344,345,346,348,351,352,353,354,355,356,357,358,360,363,365,366,374,380,384,388,391,392,402,404,406,407,408,409,411,419,420,422,427,435,438,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,466,468,471,472,474,479,480,481,483],mail:[3,7,9,12,328],main:[3,6,8,12,230,236,290,314,315,382,442,452,469],mainboard:1,mainli:[360,414],maintain:[8,9,13,39,149,210,214,267,305,318,352,361,382,463,466],major:12,make:[],makefil:[3,7,9,11,12,13,14,15,16,17,18,19,187,346,360,452],makelist:12,maks:388,malloc:[3,12],manag:[5,8,12,187,230,273,307,463],manbi:427,mandadapu:198,mandatori:[8,213],manh:366,mani:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,38,39,41,42,56,61,63,68,71,88,91,102,116,144,164,165,184,186,187,188,189,190,192,193,194,195,199,200,201,202,203,204,205,206,208,209,210,211,212,214,215,222,225,226,229,230,236,237,245,247,249,250,253,261,270,271,272,276,279,281,282,283,285,287,290,291,293,305,316,317,319,328,330,345,353,354,355,356,358,360,373,375,381,384,386,390,391,427,436,438,439,441,452,454,456,458,459,461,462,463,464,466,467,468,469,479,480,483],manipul:[12,41,208,230,376,417,465],manner:[2,3,6,9,11,17,41,141,160,193,194,195,196,203,208,214,219,220,223,229,233,234,249,254,255,266,267,269,284,308,309,310,313,314,315,320,322,326,330,346,354,355,359,360,382,384,391,394,405,443,449,451,454,455,456,457,459,463,468],manolopoulo:232,mantissa:3,manual:[0,1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,58,63,68,71,109,112,118,142,143,145,146,147,150,151,152,153,154,156,157,163,170,171,173,174,175,176,178,179,181,182,184,187,188,190,195,204,207,221,224,228,232,233,234,248,249,251,252,253,254,255,256,259,262,264,265,266,267,269,277,279,282,290,291,292,293,308,309,310,320,321,330,331,333,334,335,336,339,341,346,355,359,360,361,362,364,365,367,368,369,370,371,372,374,375,376,378,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,449,463,467,468,469,472,479],manybodi:[3,7,8,9,12,141,353,361,362,366,375,382,385,391,393,413,417,437,439,440,441,466],map:[2,3,11,12,17,18,39,59,64,71,118,122,140,152,163,164,186,188,189,198,204,272,289,345,346,348,355,361,362,366,375,382,383,385,391,392,393,407,408,409,411,413,417,418,419,420,427,435,437,438,439,440,441,451,454,456,468,479],map_fil:272,mapflag:12,march:407,margin:468,mari:13,mark:[389,404,424,426],marker:278,maroon:189,maroonmpi:11,marrink:389,marsaglia:[3,226,227,233,234,285],marseil:9,martin:[272,407],martinez:199,martyna:[249,250,290,463],mashayak:17,mask:[3,271,479],mask_direct:198,mass:[],mass_matrix:198,massdelta:293,massiv:[0,188,236,273,313,320],massless:[6,234,346,376,396,400,404,474],masstot:290,master:[3,355,449,468],mat:[67,198,375,440],match:[3,6,8,9,11,12,17,38,41,56,59,71,116,147,184,189,190,208,211,214,230,249,250,267,287,291,305,312,345,346,366,390,402,407,418,419,420,438,447,448,452,454,455,456,459,463,468,474,479],mater:[73,361,409,417],materi:[6,7,9,59,70,124,125,167,197,198,214,225,231,247,271,277,285,313,317,323,376,382,383,384,388,392,407,408,416,419,420,423,424,425,426,449,454,468,474,478],material_fil:198,math:[],mathemat:[118,140,163,164,193,194,195,196,207,212,220,226,228,229,231,233,234,278,292,299,308,309,310,322,325,327,427,450,457,464,480],mathrm:234,mathtt:234,matlab:[],matric:[9,140,227,272,387],matrix:[3,6,9,91,162,202,212,227,272,281,345,348],matter:[6,9,12,39,57,59,71,146,204,317,356,362,378,382,384,407,422,439,441,447],mattson:[112,141],max2theta:163,max:[3,6,8,12,15,18,71,117,189,203,208,210,212,215,276,293,305,330,348,351,353,355,356,360,449,454,468,472,479],max_alpha:8,max_cell_s:381,max_group:3,max_nn:297,max_travel:298,max_vel:[296,297],max_veloc:297,maxangl:225,maxbodi:3,maxbond:[3,210],maxedg:162,maxev:[353,449,468],maxfoo:8,maxim:[312,355],maximum:[3,6,8,15,17,25,41,42,45,53,54,57,59,61,116,117,118,121,162,163,165,166,186,187,197,202,203,208,210,214,215,219,225,261,271,276,281,293,295,296,297,305,318,345,346,351,355,356,363,366,381,386,405,406,454,457,462,472,479,480],maxit:[281,353,449,468,472],maxsize_restart:8,maxwel:[17,270],maxwell50:17,maxwell52:17,maxwell53:17,maxx:417,mayb:13,mayer:[7,367,369,436],mayo:[6,7,13,25,341,390,466],mbt:171,mbyte:[12,285],mcdlt:[154,229],mcgraw:273,mdash:474,mdregion:198,mdump:[41,208],meain:6,meam:[],meam_sw_splin:409,meamf:407,mean:[1,2,3,4,6,7,8,10,11,12,17,22,34,37,38,39,41,42,44,52,54,55,56,57,59,61,63,68,71,76,77,82,84,85,87,91,103,104,105,112,113,114,115,116,117,140,141,142,143,145,146,147,150,151,152,153,154,156,157,158,164,165,167,168,170,172,180,183,184,185,186,187,188,189,190,192,193,194,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,220,223,225,226,227,228,229,231,233,234,235,239,246,249,251,252,253,254,255,261,266,267,269,271,273,275,276,277,279,285,287,288,290,292,293,294,299,302,305,307,308,309,310,312,313,316,317,319,320,321,322,323,324,325,326,327,328,332,333,334,336,338,340,345,346,348,350,351,353,354,355,356,358,360,363,367,369,370,371,373,376,380,381,382,384,387,388,390,391,394,396,397,400,407,410,411,414,415,417,419,420,421,422,437,438,439,440,441,443,446,448,449,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,468,469,471,472,474,478,479,480,481,483],meaning:[116,124,125,127,130,134,391],meaningless:[67,312],meant:[6,290,442,458],measur:[],mech:416,mechan:[6,8,9,11,12,17,126,198,229,273,284,366,384,392,398,424,426,448,452,454],mechanic:284,mechanim:122,media:188,medium:446,mediumaquamarin:189,mediumblu:189,mediumorchid:189,mediumpurpl:189,mediumseagreen:189,mediumslateblu:189,mediumspringgreen:189,mediumturquois:189,mediumvioletr:189,mee:312,meet:[3,12,165,188,189,210,211,318,459],mehl:361,meloni:39,melros:[405,406],melt1:190,melt2:190,melt3:190,melt:[4,10,211,272,366,440],mem:15,member:[167,275,366],membran:[29,270,446],memori:[1,3,5,6,7,8,9,12,15,16,17,18,39,40,60,71,189,201,204,205,226,227,285,317,343,356,360,366,411,415,420,451,454],memory_usag:8,mendelev:382,mention:[1,6,7,11,42,214,229,236,253,322,348,355,362,419,420,456,479],menu:[188,230],mep:[248,355],mer:[4,10,211],meremianin:140,merg:[3,5,454],merz:[6,170,466],mescscop:416,mesh:[1,2,3,6,7,8,10,12,40,41,42,118,134,163,198,208,236,291,301,345,346,381],meso:[],meso_:[],meso_cv:464,meso_rho:[],meso_t:[],mesocop:40,mesoscal:7,mesoscop:[7,99,100,101,242],mess:[3,464],messag:[],met:[8,41,116,208,330,344,346,353,355,359,443,462],metadynam:[9,13,213],metal:[3,5,7,10,40,59,71,153,164,197,198,204,205,214,215,229,231,280,281,285,321,322,324,325,327,346,348,357,361,362,366,375,382,383,384,385,391,393,407,408,409,417,418,437,439,440,441,457,471,472,473,478],meter:[357,478],methan:[280,285],methanol:4,methin:339,method:[1,3,5,6,7,8,9,11,12,13,16,17,19,38,39,40,41,56,64,87,91,110,141,184,192,193,194,198,208,213,223,233,236,240,244,247,249,272,273,280,281,282,283,285,290,293,294,312,313,314,315,320,345,346,351,352,353,355,360,361,363,366,375,376,382,384,385,407,408,409,411,417,436,438,449,451,452,454,455,457,468,474],methodolog:[6,73,141,273,345],metin:[7,9],metric:[3,10,64,457,472],metropoli:[199,225,469],mezei:87,mf1:190,mf2:190,mf3:190,mg2:163,mglob_default_function_attr:12,mgoh:413,miai:285,mic:[12,17],micel:[4,13,303],micelle2d:[],michael:[9,13,409],michel:13,micro:[3,478],microcanon:[256,257,259,260,262,264,265],microelast:416,micromet:478,micropor:225,microscal:405,microsec:478,microsecond:478,mid:[5,59,214,435],middl:[3,6,8,16,22,41,44,77,87,116,153,158,162,168,171,172,189,193,194,200,208,276,288,289,290,313,320,331,332,350,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,448,452,462,463,464],middlebondtors:[3,171,454],midnightblu:189,midpoint:435,mie:[],might:[3,4,6,7,8,12,14,25,71,223,225,227,290,452,462,479],migrat:[3,8,17,41,42,59,61,65,69,79,92,108,115,187,192,208,271,279,285,305,345,357,360,462,481,483],mikami:[6,249,250],mike:[7,9,13,15,16],mil:[9,382],mill:352,miller:290,million:[3,7,10,39,41,71,208],mimic:[6,11,42,54,234,247,276,376,386,396],mimim:[212,355],min2theta:163,min:[3,4,6,8,12,117,140,189,203,345,348,435,449,468,479],min_cap:3,min_cg:8,min_clearstor:8,min_dof:8,min_modifi:[],min_nn:297,min_popstor:8,min_post_forc:8,min_pre_forc:8,min_pushstor:8,min_setup:8,min_setup_pre_forc:8,min_step:8,min_stor:8,min_styl:[],minarea:162,mincap:420,mind:[7,226,272],mine:[12,88,154,155,192,328,476],minim:[],minima:[176,341],minimi:[355,443],minimizaiton:355,minimizi:285,minimum:[3,25,26,27,42,45,57,59,86,105,117,162,163,165,167,173,186,187,188,197,203,212,213,219,232,248,287,289,291,295,297,301,305,322,326,330,341,345,348,351,352,353,355,356,371,384,387,389,390,396,398,400,405,406,420,422,435,449,462,468,479,480],minlength:162,minmiz:[8,212],minn:9,minord:[3,345],mintcream:189,mintmir:[7,281,376,436],minu:[12,59,144,214,330,355,479],minut:[4,8],mirror:[61,324],misc:[],miscellan:[2,198],mise:[133,138],mishin:[361,436],mismatch:[3,6],miss:[3,5,12,167,203,225,261,285,305,395,411,471,472],mistak:[3,479],mistakenli:3,mistyp:3,mistyros:189,mitchel:[6,111,146,345,346,378,416],mitchell2011:416,mitchell2011a:416,mitur:364,mivi2:285,mix:[1,3,6,9,14,15,16,71,115,203,204,318,345,346,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,452,454,467,474,481],mixtur:[6,40,249,290,305,327,374,407,454],mixture_ref_t:407,mjpeg:188,mkdir:465,mkl:12,mkmk:272,mkv:188,mldivide3:3,mlpark:7,mlutipl:206,mn2:163,mn3:163,mn4:163,mo3:163,mo5:163,mo6:163,mobil:[6,105,141,142,143,145,150,157,188,290,328,329],moccasin:189,mod:[],mode:[1,3,6,9,11,12,13,14,15,16,17,18,61,66,75,88,90,93,104,106,114,116,117,144,159,161,162,163,187,188,189,203,206,213,214,223,227,249,273,285,294,305,345,357,360,376,384,451,456,461,463,472,478,483],model:[],model_ar_p_mors:392,modern:[12,233,235],modest:[1,358],modif:[6,13,87,407,421,441,474],modifi:[],modify_param:8,modin:198,modul:[3,9,11,12,13,213,285,452],modular:8,modulo:[3,479],modulu:[277,388,407,416,423,425],mofil:455,mol1:479,mol:[3,9,71,113,164,166,167,187,189,213,215,225,230,233,276,279,290,293,301,307,379,387,422,463,464,474,479],molchunk:[66,75,90,93,104,106,144,159,161,201],mole:[199,382,478],moleclu:[209,210,215,222],molecul:[],molecular:[0,2,3,5,6,7,8,9,12,13,39,40,53,71,108,113,115,142,143,145,147,150,151,152,153,156,157,164,165,166,167,168,176,187,190,198,210,213,225,232,272,273,280,284,285,289,294,316,317,346,354,363,364,366,370,381,384,391,436,454,455,456,458,459,463,464,466,472,473,474,479],molfil:[],molfrac:[215,276],molnar:294,molp:109,moltempl:[],mom:[6,91,289,480],momementum:[143,251,254,257,258,259,266],momemtum:66,moment:[3,6,40,42,82,84,85,106,113,143,157,164,185,187,233,236,239,264,276,290,303,354,379,383,454,464,474,478],momenta:[227,258,320,384],momentum:[],momon:211,monaghan:[9,430,431,433],monitor:[3,6,96,97,147,212,214,215,222,230,233,247,249,276,278,280,290,293,305,353,355,379,472],mono:[73,405],monodispers:[3,323,368,388,405,406],monom:[13,54,211],monoton:[3,294,316,355,468],monoval:346,mont:[6,7,9,192,199,211,225,290,312,381,436],montalenti:[449,468],month:0,moor:[17,141],more:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,61,62,63,64,65,67,68,69,70,71,72,77,78,79,80,83,86,87,88,90,92,96,97,98,99,100,101,102,103,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,147,148,150,151,152,153,155,156,157,158,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,301,305,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,343,345,346,348,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,449,450,451,452,454,455,457,458,459,460,461,462,463,464,465,466,467,468,469,471,474,479,480,481,482,483],morefoo:8,moreov:[209,210],morri:[],morriss:[152,267],mors:[],morse_f:438,mosel:352,mosi2:407,moskalev:140,most:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,18,19,37,39,41,55,71,108,152,162,183,187,188,189,201,203,204,205,206,208,209,210,212,229,249,250,273,278,279,280,281,290,291,318,320,328,330,340,346,352,356,358,360,362,384,387,407,418,419,420,441,449,450,451,456,463,468,472,479,481],mostli:[8,9,11,13,71,166,188,356,454,463,466,479,482],motiion:6,motion:[3,6,7,9,42,86,97,142,143,145,147,149,150,151,152,153,154,156,157,214,218,227,236,239,240,246,249,250,253,267,271,273,275,285,289,290,313,317,323,326,355,379,384,405,406,457,463,474],motiv:271,mous:230,mov:188,move:[],move_tri_surf:134,movement:[3,6,12,246,312,353,472],movi:[],mp4:188,mpeg:188,mpg:188,mpi4pi:11,mpi:[],mpi_allreduc:[290,452],mpi_barri:1,mpi_cart:451,mpi_cart_cr:451,mpi_cart_get:451,mpi_cart_rank:451,mpi_cart_shift:451,mpi_comm:6,mpi_comm_world:11,mpi_get_processor_nam:451,mpi_inc:12,mpi_lib:12,mpi_lmp_bigint:3,mpi_lmp_tagint:3,mpi_path:12,mpi_wtim:12,mpicc:11,mpich2:12,mpich:[12,14,15,16,17,18,360],mpicxx:[12,16,17],mpiexec:[12,14,15,16,17,18,360],mpiio:[3,187,189,456,461,483],mpirun:[6,11,12,14,15,16,17,18,19,273,344,360],mplayer:188,msd:[],msi2lmp:[],msi:13,msm:[],msmse:[118,163,291],msst:[],mtchell2011:416,mtchell2011a:416,mtd:213,mth:[8,119,189,471],mtk:[249,250,253],mtotal:354,mu_j:29,muccioli:387,much:[1,3,6,11,39,187,188,212,280,312,356,357,360,387,421,449,452,468,474,479],mui:[113,187,220,307,454],mukherje:[7,9,275],mulder:316,muller:[6,91,192,313,320,410],mult:8,multi:[],multibodi:[3,61,275],multicent:384,multicor:[1,451,467],multidimension:13,multielectron:363,multilevel:[345,346],multiphys:11,multipl:[],multipli:[3,87,91,116,172,183,193,194,202,233,236,271,277,348,353,362,454,479],multiprocessor:360,multiscal:11,multisect:[41,208],multistag:87,multitud:7,mundi:268,munich:9,murdick:366,murti:440,murtola:345,must:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,59,61,62,71,82,84,86,87,104,107,109,112,115,116,117,118,119,143,146,153,157,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,184,185,186,187,188,189,190,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,220,223,225,226,227,229,230,231,232,233,234,236,237,238,239,240,244,245,246,247,248,249,250,251,252,253,254,255,257,258,259,261,264,266,269,271,275,276,277,278,279,280,281,283,285,287,288,289,290,291,292,293,299,301,302,304,305,308,309,310,312,313,315,316,317,319,320,322,323,324,325,326,327,328,330,331,332,333,334,335,336,337,339,341,345,346,348,350,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,449,450,451,452,454,455,456,457,459,461,462,463,464,465,468,469,471,472,474,478,479,480,481,483],mutli:6,mutlipl:454,mutual:[3,348],mutut:463,muvt:225,mux:[113,187,188,220,307,454],muz:[113,187,220,307,454],mv2_comm_world_local_rank:12,mvapich2:[17,360],mvapich:12,mxn:[12,273],my_ga:225,my_one_wat:225,my_post_process:465,my_qeq:281,my_setup:465,my_swap_region:199,myblock:[215,276],mybox:166,mychunk1:114,mychunk2:114,mychunk:[6,66,75,90,93,104,106,144,159,161],mycmap:454,mycom:203,mydump:[187,189],myer:[5,7],myfil:[451,479],myfix:[199,469],myflux:91,myforc:[187,482],myhug:253,myke:91,mymol:[40,293,354],mympi:11,mymultipli:[452,479],myn:452,mype:91,mypi:479,mypress:244,myramp:141,myrdf:[116,206],myregion:328,myrigid:[83,98,276],mysocket:232,myspher:[189,326],mystr:330,mystress:91,mytemp:[2,102,142,143,145,147,148,150,152,157,244,330,344,359,471,480],myz:454,n_dephas:449,n_f:[280,285],n_hbond:390,n_ij:388,n_ion:317,n_k:226,na1:163,nabla:317,nacl:[4,6,407],nacl_cs_x0:6,nakano:[281,283,355],namd:[7,9,187,230],name1:[158,214],name2:[158,214],name:[0,1,2,3,5,6,8,9,11,12,13,33,42,50,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,177,187,188,189,190,192,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,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,245,246,247,248,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,279,280,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,318,319,320,321,322,323,324,325,326,327,328,329,330,337,343,344,346,347,349,354,355,359,361,362,366,369,382,383,385,387,388,391,392,393,395,407,408,409,413,417,419,420,427,437,439,440,441,442,444,451,452,454,455,456,457,461,464,467,469,470,472,474,479,480,481,482,483],namespac:[6,8,12],nan:3,nangl:[3,454],nangletyp:[354,454,464],nano:[290,478],nanoindent:70,nanolett:290,nanomet:[187,189,478],nanoparticl:[208,290],nanosec:478,nanosecond:478,nappli:223,narea:3,narrow:[6,184],narulkar:[439,441],nasa:7,nasr:272,natdef:3,nation:[0,7,12,111,416],nativ:[1,6,7,12,16,17,187,190,455],natoli:[9,19],natom1:115,natom2:115,natom:[6,11,39,354,452,454,471,472,479],nattempt:276,natur:[6,9,140,214,249,271,285,323,382,384,385,407,417,451,479],navajowhit:189,navi:[189,382],navier:236,nb3:163,nb3b:[],nb3bharmon:413,nb5:163,nbin:[116,203,204,205,313,320],nbodi:[239,290],nbond:[3,113,454],nbondtyp:[189,354,454,464],nbot:366,nbounc:305,nbrhood_cutoff:420,nbtype:115,nbuild:472,ncall:223,nchar:189,nchunk:[3,6,66,71,75,90,93,104,106,114,144,159,161,201],ncoeff:427,ncount:[201,202],nd3:163,ndanger:472,nden:[6,91],ndihedr:[3,454],ndihedraltyp:[354,454],ndim:204,ndirango:290,ndof:[249,253],ndoubl:454,ndp:474,ndx:329,neal:290,nearbi:[7,62,165,215,246,282,305,326,356,362,405,406,436,446,474],nearest:[3,70,71,73,162,165,236,248,271,312,326,345,395,407,438,479],nearli:[6,18,54,59,208,233,305,384,411,449,452,458,466],neb:[],neb_combin:355,neb_fin:355,neb_log:468,neb_step:468,neb_styl:468,necessari:[6,9,11,12,13,15,17,33,61,87,172,177,183,190,208,212,213,225,226,284,305,318,328,345,360,404,411,454,455,459,462,463,464,468,474,482],necessarili:[12,285,312,333,334,336,348,411,480],necessit:279,need:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,33,37,38,39,40,41,42,50,54,55,56,58,61,63,64,67,70,72,73,77,82,91,102,104,109,112,128,140,141,142,143,144,145,147,150,151,152,153,154,156,157,164,166,170,172,177,183,184,186,187,188,189,193,194,195,196,198,199,201,202,203,204,205,206,208,209,210,212,213,214,218,220,223,224,225,229,230,232,233,234,236,242,243,249,261,272,276,277,279,285,289,290,294,301,305,313,316,317,319,320,321,322,328,337,340,345,346,354,355,356,357,360,361,362,363,364,366,367,368,369,370,371,372,374,375,376,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,449,452,454,455,456,457,459,461,462,464,466,467,468,474,479,481,482,483],needless:[6,356],neeed:9,neelov:346,neg:[3,6,12,27,46,65,69,89,102,108,115,140,141,166,168,173,175,184,188,212,214,215,226,253,271,294,302,316,320,322,327,345,352,385,399,407,436,454,457],neglect:[390,406],neglig:[11,87,249,437],neigh:[2,3,12,15,360],neigh_modifi:[],neighbor:[],neighborhood:[26,122,427],neighbour:234,neighobr:[6,376,396,400],neither:[2,3,12,41,63,198,211,214,215,362,368,384,405,406,459],nelem:427,nelement:[361,382],nemd:[],nest:[2,330,342,359,479],net:[3,6,11,39,86,88,145,156,229,271,281,290,406,420],netpbm:188,network:[209,210,230,451],neumann:345,neutral:[3,88,225,345,376,396],never:[7,12,63,71,192,202,212,225,249,271,293,307,318,322,325,327,345,356,382,407,427,451,454,468,471,479],neveri:[3,8,71,195,200,201,202,203,204,205,206,209,210,211,236,237,272,281,282,283,286,287,291,313,319,320,355,459,468],newatom:215,newer:[12,201,407],newfil:[342,344],newli:[215,474,480],newlin:189,newn:290,newt:151,newtemp:[63,102],newtion:[366,417],newton:[],newtonian:226,newtyp:[3,210],next:[],neyt:312,nfile:[3,38,56,184,187,189,438,456,461,483],nfirst:459,nfirt:459,nfreak:291,nfreq:[39,71,200,201,202,203,204,205,206,208,287,291,459],nghost:[3,12],ngp:105,ngpu:360,nguyen:[15,366],nharmon:[],nhc:273,nht:290,ni2:163,ni3:163,ni_000:[118,291],nialh_jea:382,nialhjea:[373,391],nice:[6,8],nickla:409,nimprop:[3,454],nimpropertyp:[354,454],nine:[127,134,385],ninteg:454,nissila:236,nist:[361,382,478],niter:[41,208],nitrid:376,niu3:[373,382,391],nkb:280,nlast:459,nline:354,nlocal:[3,8,11,12,223],nlog:346,nmax:42,nmin:42,nmol:454,nmpimd:273,nn2:407,nneighmaxdef:3,no_affin:[16,360],no_gradient_correct:426,no_histori:6,no_velocity_gradi:426,noced:353,nocheck:395,nocit:12,nocoeff:481,nodal:[6,38,56,184,198,317,438],node:[1,3,12,14,15,16,17,18,41,118,122,163,208,230,236,317,360,395,451,467],node_area:236,node_group:198,nodeless:384,nodeset:198,nodeset_to_elementset:198,nof:184,noforc:[],nois:[6,226,227,233,234,235,236,280,285,290,309,317],nomenclatur:[6,71,204,348],nomin:[187,249],non:[],nonbond:[4,12,413,436],none:[],noneq:227,nonequilibrium:[9,314,315,384],nonetheless:233,nongauss:[],nongaussian:105,nonlinear:[],nonloc:[416,464],nonperiod:3,nonzero:3,noordhoek:375,nopreliminari:184,nor:[2,3,41,59,198,295,296,297,298,299,301,375,423,424,425,426,454,457],nord:[417,439,441],norder:451,nordlund:[417,439,441],norm:[6,12,63,117,192,201,204,205,291,296,297,353,355,435,471,472,478],normal:[3,6,9,10,11,12,39,41,58,61,63,67,70,71,73,88,91,102,112,116,117,149,152,164,165,166,184,189,192,201,202,203,204,205,208,212,214,215,224,225,229,233,234,246,249,261,271,273,274,281,285,287,288,294,305,306,308,309,310,317,322,323,326,327,331,333,334,336,350,352,353,355,360,374,375,387,388,391,435,447,448,449,452,454,456,457,459,460,464,468,471,472,474,478,479,482],norman:317,nornal:3,nose:[6,7,8,154,192,218,233,234,249,250,251,252,253,254,255,266,267,268,269,273,277,285,290,308,309,310,315,380,474],noskov:[442,474],noslip:[305,327],notabl:[5,39],notat:[6,63,70,140,158,192,246,249,382,479],note:[1,2,3,6,7,8,11,12,13,14,15,16,17,18,22,24,25,28,29,32,33,35,36,37,38,39,40,41,42,44,47,54,55,56,58,59,60,61,62,63,65,66,68,69,71,73,75,79,87,89,90,91,92,93,97,104,105,106,108,110,112,113,114,115,117,118,119,140,141,144,146,147,148,152,154,158,159,161,162,163,164,165,166,167,168,170,172,175,177,181,183,184,187,188,189,190,192,193,194,195,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,219,220,222,223,225,227,228,229,231,232,233,234,235,236,244,245,246,247,249,251,252,253,254,255,261,266,267,269,273,275,276,277,279,280,281,283,288,289,290,291,294,302,303,305,308,309,310,313,316,317,319,320,321,322,323,326,327,328,330,331,332,333,334,336,340,344,345,346,348,350,353,354,355,356,360,361,362,366,367,369,370,371,373,374,376,377,379,380,381,382,385,387,388,389,390,391,394,395,396,398,400,404,405,406,407,408,409,410,411,413,417,419,420,421,422,424,426,427,428,431,435,437,438,439,441,443,446,449,451,452,454,455,456,457,458,459,461,462,464,466,468,469,471,472,474,478,479,480,482,483],noth:[199,232,347,360,452,465],notic:[0,6,7,8,12,315,317,474],noutcol:8,noutput:272,noutrow:8,novemb:407,novik:13,novint:230,now:[2,3,6,9,11,12,13,46,61,62,71,187,193,194,210,226,230,231,290,323,326,346,348,382,384,388,419,420,428,450,455,474,480],nowait:230,nozforc:345,np3:163,np4:163,np6:163,npair:[116,202],nparticl:[3,40,42,365],npartit:472,npernod:[14,15,16,17,18,360],nph:[],nphi:[16,360],nphug:[],npoli:276,nproc:[3,187],npt:[],npt_aspher:[251,255,266],npt_sphere:[252,269],nrecomput:381,nrepeat:[71,200,201,202,203,204,205,206,287,291,459],nreset:[212,249,250,253],nreset_ref:212,nrho:[361,382],nrl:382,nsampl:381,nsbmax_most:3,nsec:473,nskip:[119,459],nsq:[3,357,415],nstart:[119,202,203,206,291,454,459],nstat:271,nstep:[3,13,212,249,328,432,452,455],nsteplast:452,nstop:[119,459],nswap:[313,320],ntabl:[38,56,184,438],nterm:294,nth:[12,77,116,117,187,189,203,214,459,469],ntheta:366,nthread:[3,360],ntild:272,ntpc:360,ntptask:360,ntype1:115,ntype2:115,ntype:[3,140,164,187,189,199,281,283,384,390,417,454,464],nuclear:[9,96,97,150,227,250,280,285,354,384,447],nuclei:[9,96,97,148,150,155,235,250,260,268,311,363,384,454],nucleu:[96,97,281,441,474],nudg:[4,6,7,192,248,352,355],nulcear:9,num:2,num_of_collis:3,numa:[1,3,12,360,451],numactl:16,number:[1,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,22,27,38,39,40,41,42,44,56,63,64,65,66,68,69,70,71,73,75,76,77,78,79,80,87,90,91,92,93,102,104,106,108,111,112,113,114,115,116,117,118,119,129,135,140,142,143,144,145,146,147,149,150,151,152,153,154,156,157,158,159,161,162,163,164,165,166,167,168,172,173,183,184,186,187,188,189,190,192,193,194,197,199,201,202,203,204,205,206,208,209,210,211,213,214,215,222,223,225,226,227,229,230,231,232,233,234,235,236,239,246,249,250,253,261,271,272,273,275,276,279,280,281,285,287,290,293,297,305,306,307,309,312,313,314,315,317,318,319,320,322,324,325,327,328,330,332,343,345,346,348,350,351,353,354,355,356,357,360,361,362,366,368,373,375,380,381,382,383,384,385,390,391,392,393,394,407,408,409,411,413,417,418,419,420,421,424,426,427,435,437,438,439,440,441,443,444,447,448,449,451,452,454,455,456,457,458,460,461,462,463,464,466,468,469,471,472,474,478,479,480,483],number_of_a:3,number_of_b:3,number_of_typ:199,numbond:3,numer:[1,2,3,6,9,12,22,38,41,42,44,56,71,77,87,116,158,168,172,184,187,188,189,193,194,195,197,198,204,220,226,229,233,246,249,273,290,293,317,322,324,325,327,328,332,350,353,354,373,379,391,407,411,419,420,426,438,447,448,452,454,461,464,470,471,472,479],numpi:11,nvalu:[201,204,205,206,452],nvaluelast:452,nvc_get_devic:15,nvcc:[1,12,17],nve:[],nve_aspher:[251,254,266],nve_spher:[252,255,269],nvida:17,nvidia:[1,3,9,12,14,15,17,360,467],nvt1:474,nvt2:474,nvt:[],nvt_aspher:[251,254,269],nvt_sphere:[252,255],nvtfe:198,nwait:272,nwchem:7,nxnode:317,o_cor:146,o_shel:146,oascr:7,obei:[3,214,348,449],ober:7,obj_shared_foo:12,obj_target:12,object:[6,8,11,12,15,40,42,188,212,230,236,239,276,294,301,353,452,457],observ:[249,280,308,309,312,313,320],obsolet:13,obstacl:[4,231],obtain:[1,3,9,12,29,73,87,162,190,194,224,227,236,253,272,273,312,345,362,379,407,411,418,439,441,463],obviou:[12,479],obvious:[188,469,479],occ:386,occasion:[3,449],occlus:188,occup:[3,162,386],occur:[1,3,6,9,11,12,14,17,39,57,59,61,62,71,86,105,162,165,167,184,187,189,199,208,211,212,214,225,228,231,239,247,261,281,290,305,314,327,328,330,345,356,360,381,384,404,420,449,451,452,459,463,468,471,479],occurr:[339,454,468,479],octahedr:25,octant:451,odd:[41,189,208,249,290,308,309,317,469],off:[1,3,6,12,14,15,16,17,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,44,45,46,47,48,49,50,51,53,54,55,56,59,61,65,69,71,107,108,109,112,113,115,140,141,142,147,151,162,163,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,187,188,189,192,195,199,206,207,210,211,221,224,225,226,228,230,233,234,239,249,251,252,253,254,255,256,261,264,266,267,269,275,277,278,282,290,292,293,305,308,310,320,321,322,326,331,332,333,334,335,336,337,339,340,341,345,346,353,355,356,358,360,361,362,364,367,368,369,370,371,372,374,375,376,378,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,416,420,421,422,424,426,428,435,436,437,438,439,440,441,443,445,446,447,449,450,451,454,456,461,463,466,467,468,476,478,481,483],offend:[3,452],offer:[6,14,18,167,352,376,449,463],offic:7,offload:[1,12,16,17,230,360],offset:[3,6,57,164,188,214,215,225,276,354,376,396,400,436,454],offsit:8,often:[1,3,6,7,12,13,14,15,16,17,18,37,55,71,158,183,188,195,203,206,208,212,223,230,249,273,291,340,348,352,353,355,356,357,360,375,380,396,439,441,449,468,474,478],ohio:409,old:[3,6,9,192,212,215,249,407,419,428,455,458,462,465,478,481],older:[3,5,12,13,17,189,201,212,249,428],oldlac:189,oleinik:366,olfason:[6,25,341,390,466],oliv:189,olivedrab:189,ollila:[236,238,239,240],olmst:[198,271],omega0:341,omega:[],omega_dot:249,omega_ijk:441,omega_ik:439,omegai:[113,187,307],omegax:[113,187,307],omegaz:[113,187,307],omgea:6,omiss:[0,7],omit:[184,189,324,370,379,400],omp:[],omp_num_thread:[3,16,18,360],omp_proc_bind:17,ompi_comm_world_local_rank:12,on_the_fli:198,onc:[0,1,2,3,6,11,12,16,40,41,59,60,63,71,91,104,170,188,189,192,193,194,208,209,210,215,223,225,227,234,272,279,290,305,313,318,320,328,351,354,355,356,387,389,391,392,417,421,451,452,461,468,471,474,479],onelevel:451,onewai:[],ongo:230,oniom:[9,284],onli:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,78,79,80,83,86,87,88,90,92,93,96,97,98,99,100,101,102,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,147,148,150,151,152,155,156,157,158,159,161,162,163,164,167,168,170,171,173,174,175,176,177,178,179,181,182,183,184,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,218,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,279,280,281,282,283,284,285,286,287,290,291,292,293,294,295,296,297,298,299,301,305,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,333,334,335,336,337,339,340,341,343,345,346,348,350,353,354,355,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,454,455,456,458,459,461,462,463,464,465,466,468,469,470,471,472,474,479,480,481],only_group:162,onn:463,onset:[280,339],ontario:9,onto:[140,166,211,215,236,435],onward:2,open:[],opencl:[1,3,7,15,360],opengl:6,openkim:9,openmp:[1,3,7,9,12,16,17,18,360,467],openmpi:[12,14,15,16,17,18,360],opensourc:7,oper:[],opl:[],oppos:[6,39,185,187,289,324,346,354,454],opposit:[6,70,197,233,240,271,290,320,355,376,404,442,452],opt:[],optic:143,optim:[],option:[],optionn:17,orang:[2,188,189],orbit:[281,283,366,376,384,436],orchid:189,order:[1,2,3,6,9,11,12,14,16,27,38,39,41,56,59,65,69,71,79,87,89,90,92,93,108,112,115,130,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,168,173,183,184,187,188,189,192,195,200,202,203,204,205,206,207,209,210,211,212,213,218,220,225,227,229,230,232,236,237,239,247,249,271,279,280,284,287,288,289,290,291,292,293,294,299,301,306,312,316,317,318,319,329,330,331,333,334,336,339,340,345,354,355,361,362,363,366,375,381,382,384,385,387,388,391,393,396,404,407,419,420,421,436,437,438,439,440,441,442,444,449,451,452,454,455,459,461,463,464,468,471,474,479,483],orderomg:3,ordinari:[111,390,416],org:[6,7,11,12,13,14,418],organ:[0,3,6,7,8,375],organis:[424,426],organometal:25,orient:[],orienti:42,origid:201,origin:[3,6,7,9,12,71,81,103,104,114,118,160,164,166,186,188,189,192,193,194,201,204,205,209,210,214,218,234,246,249,267,273,276,286,290,291,298,304,315,342,344,345,348,352,361,362,364,366,376,379,380,381,382,390,393,407,416,419,420,439,441,442,443,451,454,455,456,457,458,459,478,481],origin_i:205,origin_x:205,origin_z:205,ornl:[7,9,15],orsi:29,ortho:[3,59,166,454],orthogon:[],orthograph:188,orthong:59,orthongon:[59,290],orthonorm:215,orthorhomb:280,os4:163,oscil:[6,9,149,210,214,217,218,234,246,247,249,280,285,290,322,323,325,327,354,363,442,474,479],oscillatori:[246,298],oserror:11,other:[],otherwis:[1,3,12,14,16,17,18,37,39,55,71,102,111,118,143,144,157,165,183,189,190,199,201,209,210,214,223,225,227,234,249,290,340,341,353,360,368,391,395,405,406,417,444,449,452,454,455,474],otyp:[376,396,400,404],ouml:474,our:[5,6,7,8,13,236,293,411,439,441,474],out:[1,2,3,6,7,8,11,12,13,14,18,19,21,41,64,66,71,75,90,91,93,94,97,103,104,105,106,107,114,115,142,143,144,145,147,148,150,151,152,153,154,156,157,159,161,167,171,187,188,189,190,192,204,208,209,210,213,221,224,225,231,233,236,241,261,272,274,275,276,285,286,287,290,302,317,326,328,329,330,331,333,336,343,344,348,351,355,359,384,391,436,448,449,451,452,454,457,458,459,461,462,463,465,468,470,471,472,475,477,479,480,481,482,483],outcom:[290,480],outer2:[371,389],outer:[3,8,16,219,231,330,344,351,353,359,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,444,445,446,447,449,462,463,468,473],outer_distance_cutoff:390,outermost:[38,56,193,194,246,249,356,438,463],outfil:[13,451],outlin:[6,188],outmost:230,outpt:12,output:[],output_frequ:198,outputss:127,outsid:[3,57,59,71,154,164,186,187,188,189,190,203,204,215,225,231,290,291,305,310,311,324,325,327,328,343,355,367,369,376,384,396,398,414,422,452,454,455,457,464,471,480],outuput:201,outut:6,outward:[162,322,326,327,454,463],over:[1,3,5,6,7,9,12,16,18,27,39,41,42,55,60,65,68,69,71,79,80,87,88,89,90,92,101,103,105,108,115,116,125,126,132,137,140,141,144,147,150,158,160,173,184,188,190,192,193,194,200,201,202,203,204,205,206,207,208,209,210,214,215,223,226,227,231,233,234,235,239,247,248,249,250,251,252,254,255,266,267,268,269,271,276,277,280,287,288,289,290,291,294,302,305,308,309,310,311,313,316,319,320,322,324,325,326,327,328,331,344,347,355,356,357,360,374,380,382,383,384,385,390,405,407,417,427,428,436,437,439,440,441,450,451,452,457,459,460,462,463,468,471,472,479,480],overal:[6,18,25,59,158,212,218,249,250,273,293,305,330,351,384,390,391,427],overalap:290,overcom:[261,305],overflow:[3,354,356],overhead:[6,11,19,41,189,201,204,205,208,222,279,356,357,457],overkil:290,overlai:[],overlaid:7,overlap:[3,13,16,62,76,164,167,184,189,197,200,201,203,204,205,206,215,219,261,276,281,287,290,291,305,323,327,345,348,351,353,354,360,380,384,388,391,394,404,423,425,428,443,454,457,463],overload:1,overrid:[3,12,14,17,22,44,71,150,164,172,188,189,193,194,212,219,244,249,332,345,356,373,390,391,407,411,419,451,452,464,466,471,479],overridden:[6,164,188,253,290,405,411,428,436,462,479,481],overview:[],overwrit:[11,12,22,44,172,189,201,202,203,204,205,206,291,332,343,349,373,407,452,455],overwritten:[278,316,343,390,391,449,450,455],own:[3,4,6,7,8,11,12,13,15,17,39,41,59,61,63,65,66,69,71,73,75,79,90,92,93,104,106,113,114,115,117,119,144,147,159,161,162,187,189,192,198,200,201,202,203,204,205,206,208,211,212,214,223,226,227,233,234,236,244,247,249,251,252,253,254,255,266,267,269,273,277,285,290,291,308,309,310,319,345,355,360,362,366,375,383,393,417,419,420,437,439,440,441,451,464,471,480],oxford:[29,87,379],oxid:[375,376],oxygen:[6,40,222,376,396,400,454],oxygen_c:146,p_e:317,p_ik:417,p_pi:366,pacakg:[3,4,12,40,360],pack:[5,8,67,323,360,366,407],pack_bord:8,pack_border_bodi:8,pack_border_hybrid:8,pack_border_vel:8,pack_comm:8,pack_comm_bodi:8,pack_comm_hybrid:8,pack_comm_vel:8,pack_exchang:8,pack_restart:8,pack_revers:8,pack_reverse_comm:8,pack_reverse_hybrid:8,packaag:360,packag:[],packakg:15,packet:[7,9,40,188,363,384],pad:[3,187,188,189,273,479],padua:[9,13],page:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,37,40,42,44,55,57,59,63,66,68,75,87,90,93,102,104,105,106,107,109,112,114,117,119,141,143,144,157,159,161,164,165,166,172,183,187,188,189,190,192,193,194,199,200,201,202,203,204,205,206,215,225,232,233,234,244,249,250,254,255,259,266,267,268,269,276,279,290,302,305,308,309,310,319,323,326,328,330,332,340,344,353,354,355,356,360,361,362,365,373,375,376,382,383,385,390,391,393,394,407,408,409,411,413,417,418,427,436,437,439,441,443,452,454,455,456,457,459,462,463,464,466,471,472,479,480,481,482],pai:[15,18],pair:[],pair_:[87,193,194],pair_airebo:393,pair_charmm:404,pair_class:8,pair_coeff:[],pair_eam:361,pair_eff:150,pair_foo:8,pair_hybrid:[391,442],pair_interact:198,pair_list:395,pair_lj:404,pair_lj_cut:8,pair_lj_soft_coul_soft:87,pair_modifi:[],pair_sph:[429,430,431,432,433,434],pair_styl:[],pair_writ:[],paircoeff:3,pairfoo:8,pairij:[3,454],pairkim:3,pairstyl:8,pairwis:[],palegoldenrod:189,palegreen:189,paleturquois:189,palevioletr:189,pan:188,panagiotopoulo:[377,386],pandit:[9,283,420],papaconstantopoulo:361,papayawhip:189,paper:[3,6,7,8,9,13,39,40,64,140,152,158,176,233,236,240,248,275,281,283,290,305,313,317,320,345,352,355,362,370,376,388,390,393,398,400,416,419,420,439,441,449,468],paradyn:5,paraemt:421,paragraph:[71,152,322,348,455],parallel:[],parallelepip:[6,166,348,454,457],parallelipip:[166,272],paralleliz:275,param:[3,281,283,451,457],paramet:[],parameter:[118,163,362,366,375,376,382,383,384,385,393,407,408,409,417,419,420,437,439,440,441],parameter_fil:198,parameterizaion:376,parametr:[6,9,36,383,418,422],paramt:[105,281,324,421],paramter:375,paratem:404,paraview:291,parent:[3,8,328],parenthes:[38,56,184,388,438,479],parenthesi:[2,201,330,479],parinello:[6,7],pariticl:208,paritlc:3,park:[3,7,9,198,294,409,416],parrinello1981:212,parrinello:[212,227,247,249,250,280,309],pars:[],parser:[12,479],part:[0,1,2,3,6,7,8,9,11,12,17,20,21,23,24,25,26,27,28,29,30,31,32,35,36,37,38,40,41,43,45,46,47,48,49,51,53,54,55,56,64,67,70,71,72,78,80,83,96,97,98,99,100,101,105,107,108,109,111,112,115,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,146,148,150,151,155,156,158,162,167,170,171,173,174,175,176,178,179,181,182,183,184,187,189,190,192,195,196,197,199,205,207,208,209,210,211,212,213,215,217,220,221,222,223,224,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,242,243,244,247,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,280,281,282,283,284,285,286,287,289,290,292,293,294,295,296,297,298,299,301,302,304,305,308,310,311,312,313,314,315,316,317,318,320,321,322,323,324,326,328,329,330,331,333,334,335,336,339,340,341,345,346,353,354,355,356,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,412,413,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,451,452,454,455,456,457,461,462,463,466,472,479,483],partai:[9,418],parti:9,partial:[],partic:6,particip:[210,365,394,443],particl:[],particleenergi:3,particleviri:3,particular:[1,3,6,8,10,12,16,40,63,65,69,70,71,79,92,108,113,115,116,140,164,186,187,192,197,204,208,211,226,231,232,236,246,249,271,276,289,290,293,312,323,328,331,346,348,351,354,360,365,366,367,369,371,372,374,378,383,384,387,389,391,396,400,404,413,414,421,422,436,437,439,440,441,449,451,454,455,456,461,462,464,472,479,480,482,483],particularli:[7,9,12,15,16,25,39,188,212,290,346,384],partilc:305,partit:[],partitoin:62,partner:[3,7,61,209,210,211,234,305,320,442,464,469,474],pascal:[9,13,478],pass:[6,7,8,11,66,74,75,81,89,90,93,103,104,105,106,159,187,189,190,212,213,223,225,246,247,249,279,305,322,344,356,360,391,419,435,452,454,455,459,465,479,482],passphras:12,past:[],patch:[0,12],patchi:290,path:[3,6,7,11,12,13,15,190,232,248,273,294,305,312,317,355,361,362,366,373,382,383,385,393,407,408,409,413,417,418,419,427,437,439,441,455],patient:12,patom1:115,patom2:115,patrick:440,pattern:[3,7,12,62,73,456],pattnaik:290,paul:[0,7,13,233,235],pauli:[9,384],paus:462,paves:273,payn:[140,418,427],pb2:163,pb4:163,pbc:[322,363],pchain:[249,250,253,290],pcie:1,pd2:163,pd4:163,pdamp:[249,250,253,277,290],pdb:[6,13,190],pdf:[0,8,9,13,17,40,99,100,101,111,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,213,232,242,243,295,296,297,298,301,416,429,430,431,432,433,434,464],pdim:320,pdlammp:[78,80,416],pdlammps_ep:[111,416],pdlammps_v:416,pe_eta:249,pe_etap:249,pe_omega:249,pe_strain:249,peachei:13,peachpuff:189,peak:386,pearlman:87,peculiar:12,pedersen:346,peform:[39,282],penalti:[14,419,420],pencil:[6,71,152,204],pend:3,penetr:[42,120,423,425,464],penetret:40,peng:163,penn:13,pentium:10,peopl:[7,8,9,12],peptid:[4,9,213],per:[],peratom:[3,110,141],perceiv:188,percent:[3,16,212,360,437],percentag:[1,212,249,276,277,290],percol:210,perfect:[6,41,70,73,208,271,355],perfectli:[41,208,455],perfom:[6,355],perform:[],performac:1,pergamon:[407,441,447],perhap:348,peri:[],peridyma:78,peridynam:[3,4,6,7,9,40,63,78,80,111,416,436,464],perimitt:377,period:[],perioid:322,perl:[6,13],perm0:478,perman:[3,39,54,71,168,209,210,230,289,328,360,390,458,466],permeabl:270,permiss:[210,452],permit:[6,236],permitt:[377,441,446,447],permut:[12,383,437,439,441],perpendicular:[6,143,188,214,231,241,246,248,271,274,298,322,323,352,454],perram:[346,387],persepct:188,persist:[3,8,71,223,290,360,451,452,460,479],person:9,persp:[3,188],perspect:188,pertain:[373,436],perturb:[9,13,70,87,245,288,322,325,327,459],peru:189,peskin:236,pessimist:346,petersen:[305,346],pettifor:[366,436],pettifor_1:366,pettifor_2:366,pettifor_3:366,pfactor:188,pforc:452,phantom:230,pharmaceut:7,phase:[3,12,16,249,312,320,366,396,440,451],phd:418,phenol:474,phenomena:384,phi0:[182,289],phi1:171,phi2:[171,383,437],phi3:[171,383,437],phi:[1,3,4,7,9,12,16,17,79,140,183,184,188,228,272,289,334,360,361,366,382,385,407,408,409,467],phi_ij:[366,385,417],philadelphia:9,phillip:[234,380,474],phillpot:[282,375,376],philosoph:382,philosophi:[6,7,232],phonon:[],phophor:427,phosphid:427,phy:[6,7,13,20,21,25,39,43,45,46,64,70,73,87,88,110,112,140,141,146,152,170,171,181,199,212,213,218,226,227,232,233,234,235,236,247,248,249,250,253,267,268,272,273,277,280,282,285,290,293,294,305,308,309,312,313,314,315,317,320,322,331,339,341,345,346,352,355,362,366,367,371,372,374,375,376,377,378,379,380,382,383,384,386,387,388,389,390,393,396,398,400,401,404,405,406,407,409,410,411,414,416,417,421,427,435,437,438,439,440,441,442,449,463,466,468,474],physic:[3,6,9,12,14,16,17,18,40,53,59,120,158,198,214,227,233,235,236,238,239,240,247,272,281,283,316,317,346,348,355,360,362,364,370,374,382,390,391,418,419,420,423,430,431,433,434,449,451,463,464,469,478],physica:[405,406],physik:[7,9],pic:9,picki:8,picocoulomb:478,picogram:478,picosecond:[189,214,472,478],picosend:384,pictur:7,piec:[3,11,140,189,249,461,483],pieter:13,pimd:[],pin:16,pink:189,pipe:[6,188],pipelin:[3,6],pisarev:317,pishevar:380,piston:[],pitera:6,pixel:188,pizza:[4,6,7,11,13,41,187,188,208],pjintv:13,pka:317,place:[3,6,7,9,11,12,33,41,50,71,87,158,164,168,177,184,187,188,189,191,192,193,194,210,211,214,225,226,227,229,232,233,234,235,237,239,240,249,254,255,266,269,276,279,288,290,308,309,310,317,322,325,327,344,373,390,436,443,451,452,455,462,464,472,479],placehold:[33,177,361,362,375,382,385,392,393,407,408,409,413,417,419,420,427,435,437,439,440,441],placement:[348,396],plai:[188,312],plain:[9,404,452],plan:[3,5,6,16,17,166,454],planar:[6,40,42,231,271,323,339,341],planck:[225,273],plane:[3,6,9,41,42,57,59,67,71,188,192,198,204,208,228,231,241,271,274,284,302,304,317,323,331,333,334,335,336,341,348,406,443,457,464],planeforc:[],plasma:[9,88,250,317,384],plastic:[],plastic_strain:121,plastic_strain_r:124,platform:[1,3,7,9,12,13,15,17,187,188,190,456,461,483],plath:[6,91,192,313,320],player:188,pleas:[0,3,7,11,12,13,198,227,236,240,272,275,286,312,328,383,385,416,424,426],plen:363,plimpton:[0,5,7,70,112,141,211,271,305,388,416],plo:29,plog:[3,12,463],ploop:[249,250,253],plot:[7,11,13,280,402,404,438,444],plu:[3,11,12,39,59,68,96,167,189,207,212,214,215,253,290,357,384],plug:9,plugin:[9,13,190,455],plum:189,pm3:163,pmb:[],pme:346,pmf:[213,294,302],png:[3,12,187,188],pni:188,poariz:6,poem:[],point1:454,point2:454,point3:454,point:[],point_data:291,pointer:[3,7,8,11,223,452],pois:478,poiseuil:[4,195,228],poisson:[59,214,346,388],poisson_solv:198,polak:352,polar:[6,7,140,163,198,217,375,376,396,442,474],polar_off:375,polar_on:375,polariz:[],poli:[],pollock:[7,346],polya:328,polybond:13,polychain:290,polydispers:[3,368,374,388,405,406,436,446],polygon:[6,162],polym:[],polymer:7,polymorph:[],polynomi:[38,56,184,382,402,411,431,438],polytechn:275,poor:[16,17,41,208,267,268,293,360,402],poorli:[352,353],pop:[3,8],popen:12,popul:[12,285,348,381,454],popular:[12,187,383],pore:302,poros:167,porou:[236,239],port:[230,232],portabl:[7,9,12,187,213,419,456],portion:[1,3,9,11,12,15,16,41,54,71,88,91,107,108,110,113,141,154,187,189,200,201,203,204,205,206,208,212,222,236,249,251,252,254,255,282,287,288,290,291,330,344,356,360,367,369,370,371,372,376,377,379,380,384,386,387,389,390,396,400,404,414,421,422,441,444,453,454,459,463,464,479],poschel:388,posfreq:287,posit:[3,6,14,27,39,40,41,42,46,57,59,70,71,81,89,90,103,104,108,117,118,122,140,141,147,162,163,164,166,167,168,173,175,184,186,188,189,192,193,195,197,199,200,201,203,204,205,208,209,210,211,212,213,214,215,218,220,225,226,227,228,230,231,233,234,235,236,238,239,242,243,246,247,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,275,276,277,280,281,285,287,288,290,293,294,298,301,302,304,305,307,308,309,310,312,314,315,316,317,320,322,323,324,325,326,327,328,331,345,348,355,362,363,365,368,380,381,384,386,394,399,420,435,438,443,449,454,457,464,474,479,480],posix:230,posix_memalign:12,possibl:[1,3,6,8,9,11,12,15,38,40,41,55,59,63,70,71,87,113,115,140,141,143,157,186,187,189,192,194,198,199,204,208,209,210,211,215,217,227,234,271,284,285,287,290,301,305,307,317,318,335,344,346,353,356,357,360,381,390,407,420,424,426,438,452,458,467,468,469,472,474,479,480,482],post:[],post_forc:8,post_force_integr:8,post_force_respa:8,post_integrate_respa:8,postit:[204,205,261],postiv:86,postma:[277,308],postprocess:13,pot:[388,420],potentail:385,potenti:[],potentiel:404,potetni:391,potpourri:9,pour:[],pourtoi:312,pow:214,powderblu:189,power7:17,power8:17,power:[3,9,11,105,140,189,285,345,360,366,452],pparam:[87,193,194],ppm:[12,187,188],ppn:[14,15,16,17,18,360],pppm:[],pppm_disp:3,pppmdisp:3,pproni:[3,226],pr3:163,pr4:163,practic:[3,12,212,249,250,272,279,451],prb:[439,441],prd:[],pre:[],pre_exchang:8,pre_forc:8,pre_force_respa:8,pre_neighbor:8,prec_tim:14,prece:426,preced:[2,6,59,200,201,202,203,204,205,206,232,287,291,330,348,355,360,366,390,468,471,472,479],preceed:[11,12,71,152,202,322,452,479],precipit:162,precis:[1,3,9,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,109,112,142,151,164,170,171,173,174,175,176,178,179,181,182,184,187,189,195,207,212,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,281,282,283,290,292,293,308,310,321,331,333,334,335,336,339,341,345,346,353,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,419,421,422,428,437,438,439,440,441,443,445,446,447,456,463,464,467,472,474,478,479,480],precv:451,predefin:[182,189,328,384],predict:[1,6,10,261,290,360],preexponenti:468,prefactor:[24,25,28,32,35,36,158,172,183,193,194,202,322,333,336,339,353,374,386,413,421,422,428,446],prefer:[7,8,12,289,318,362],prefix:[11,12,188,213,272,448,451],preliminari:[38,56,184,438],prematur:353,prepar:[9,284,305,465,474],prepend:419,preprint:[140,427],preprocessor:230,prerecord:213,prescrib:[6,8,143,144,157,192,193,198,201,215,246,263,318],presenc:[187,209,210,236,239,405,406,446,481],present:[1,3,12,16,18,162,184,188,215,226,227,232,236,237,239,240,285,301,323,326,375,384,395,404,420,421,451,474],preserv:[3,59,212,214,249,293,305,327,455],press:[],pressdown:207,pressur:[],pressure_with_eviri:384,presum:[73,153,192,193,194,214,355,391,457],prevent:[2,3,6,40,120,215,224,305,316,339,345,351,353,355,360,380,391,415,430,431,433,435,452,456,462,464,474,479],previou:[],previouli:215,previous:[3,11,59,61,71,86,102,117,119,153,164,166,168,186,187,189,197,199,200,201,202,203,204,205,206,214,215,225,231,244,246,276,288,290,292,293,317,319,322,323,324,325,327,328,347,388,436,449,452,456,457,467,469,471,472,475,476,477,479,480],prevoiu:323,price:[6,379],primari:[0,9,317],primarili:[5,7,9,17],primaritli:17,prime:[218,234,389,394,439,441,451],primit:[3,6,325,326,348],princip:[3,230],principl:[6,9,11,230,250,281,384,392,437,451],prinicp:[42,290,354],print:[],printabl:2,printflag:392,printfluid:236,prior:[162,185,347,482],priori:463,prioriz:360,prism:[3,6,152,166,457],priveleg:3,privileg:[12,230],prob:[209,210],probab:428,probabl:[3,8,12,40,71,154,167,168,170,199,208,209,210,211,215,225,234,249,276,322,328,353,411,449,468,474],problem:[],problemat:225,proc:[1,3,8,11,12,15,113,187,344,451],proce:[41,54,168,208,219,355,461,469,472],procedur:[6,12,39,41,189,199,208,225,233,234,235,249,251,252,253,254,255,266,267,268,269,272,308,309,310,311,314,315,353,355,362,368,455,474],proceed:12,procesor:[41,451],process:[],processor:[],processsor:[41,208,451],procp1:187,procssor:463,produc:[1,3,4,6,7,12,13,14,15,16,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,45,46,47,48,49,51,53,54,56,63,65,68,69,71,79,92,108,109,110,112,113,114,115,117,119,141,142,151,170,171,173,174,175,176,178,179,181,182,184,187,189,192,195,200,201,202,203,204,205,206,207,208,211,221,223,224,226,227,228,233,234,235,244,246,249,251,252,253,254,255,256,264,266,267,269,276,280,281,282,285,290,291,292,293,306,307,308,310,317,318,319,321,322,325,330,331,333,334,335,336,339,341,346,353,355,358,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,417,420,421,422,428,437,438,439,440,441,443,445,446,447,449,451,456,459,460,463,468,479,480],product:[16,17,18,140,214,267,281,318,360,363,384,420,451,479],proessor:360,prof:275,profi:153,profil:[],program:[3,4,6,7,9,11,12,13,17,187,188,189,190,192,213,223,230,236,284,382,452,465,479],programm:[13,17],progress:[1,41,208,230,247,280,352,353,355,472,474],prohibit:464,project:[6,7,12,13,14,352,436],promis:7,promot:366,prompt:[8,11,12,230,465],proni:[3,226,227],proofread:8,prop:[6,279],propag:[4,9,197,249,280,295,384,391],propens:6,proper:[211,271,407,452],properati:279,properli:[195,220,290,301,354,355,452,480],properti:[],propoerti:305,proport:[6,39,41,87,103,104,160,208,233,234,235,280,313,320,321,388],proportion:233,propos:[6,140,199,212,225,249,267,285,396,409,440,442],prospect:7,protect:305,protein:[7,10,164,288,290,303,454,462],protocol:230,proton:[441,447,478],prototyp:[10,42,416],prouduc:[206,319],prove:236,proven:267,provid:[1,3,4,6,7,8,9,11,12,13,14,15,16,17,18,29,40,42,67,70,118,139,158,163,164,190,200,201,206,211,212,213,214,223,225,230,232,236,240,247,249,272,280,281,284,285,290,294,312,314,315,318,319,330,343,345,346,351,355,360,362,366,368,373,375,376,380,383,384,388,390,393,395,404,405,407,409,417,418,419,420,427,435,436,437,439,440,441,451,456,462,464,467,468,472,479],proxim:186,psa:325,pscreen:[3,12,463],pscrozi:[0,7,13],psec:[189,214,229,233,234,249,277,290,308,309,473,478],psend:451,pseudo:[384,449,454,459],pseudodynam:312,psf:6,psi:[385,446],psi_ij:385,pstart:[3,249,250,253,277,290],pstop:[3,249,250,253,277,290],pstyle:[87,107,193,194],psu:[419,420],psuedo:459,pt2:163,pt4:163,ptarget:212,pthread:[12,17],ptr:[6,11,223,452],ptype1:115,ptype2:115,pu3:163,pu4:163,pu6:163,publicli:5,publish:[7,236,240,281,376,407,439,441],pull:[294,302],puls:317,pump:[405,406],punctuat:[2,449,468],purchas:188,purdu:[9,13],pure:[11,305,391,408,409,439,441,463],purg:[3,455],purpl:[2,189],purport:11,purpos:[3,6,7,12,42,61,71,118,128,134,147,148,163,164,166,168,184,187,204,206,211,212,233,271,273,276,278,289,305,345,360,370,394,400,411,443,454,456,457,461,464,466,467,479,483],push:[3,8,195,207,214,231,248,271,288,294,353,388,428],pushd:231,put:[3,6,8,11,12,13,39,59,152,164,187,215,219,324,325,328,348,419,452,454,458],putenv:[465,479],px1:463,px2:463,pxx:[212,249,277,290,345,346,471,472],pxy:[3,6,472],pxz:[3,6,472],py1:463,py2:463,pydir:11,pyi:[212,249,277,290,345,346,472],pymol:[7,11,13],pymol_aspher:[],pympi:11,pypar:11,python:[],pythonpath:11,pyz:[3,6,472],pz1:463,pz2:463,pzz:[212,247,249,277,280,290,345,346,472],q_c:474,q_d:474,q_i:[385,404,442],q_j:404,qbmsst:[],qcore:281,qdist:[376,396,400,404],qeq1:281,qeq2:281,qeq:[],qfile:[281,376],qin:229,qmin:352,qmmm:[],qmol:284,qout:229,qtb:[],quad:[12,18,360,451],quadrat:[],quadratur:[87,198],quadrupl:361,quadruplet:[180,183,331,333,334,336,338,339,340],qualifi:[3,232],qualiti:[7,9,188,189],quantit:[74,81,103,104,105,160,388],quantiti:[],quantum:[6,9,140,223,227,273,280,284,285,366,384,436],quantum_temperatur:280,quartic:[],quartic_spher:198,quartz:[280,285],quasi:273,quat:464,quaternion:[3,6,40,82,113,130,143,164,251,254,257,258,259,266,387,454,464],quati:[113,454],quatj:[113,454],quatk:[113,454],quatw:[113,454],queen:13,quench:[328,449,468],queri:[3,11,54,263,452,479],quest:[6,223],question:[8,9,12,13,271,328,416,479],quick:[0,9,12,14,15,16,17,18,19],quickli:[3,4,8,12,13,39,208,214,230,305,352,353,355],quickmin:[351,352,353,355,468],quicktim:[4,188],quip:[],quit:[],quot:[2,3,12,239,278,330,407,449,450,452,462,479],r10:366,r12:387,r_1:140,r_2:140,r_c:[377,379,386,441],r_cut:366,r_d:474,r_e:385,r_ewald:291,r_fu:[405,406],r_i:[29,140],r_ii:140,r_ij:[29,366,384,417,447],r_ik:417,r_j:29,r_jik:417,r_max:205,r_me:377,r_mh:386,r_min:[205,378],r_ub:20,r_x86_64_32:12,ra2:163,rad2theta:163,rad:328,radhi:457,radial:[63,96,97,113,116,140,148,150,155,205,235,250,260,268,302,311,353,384,390,411,454,457],radian:[20,21,24,28,32,35,36,38,163,171,182,184,289,331,333,336,339,454,457],radiat:[118,163,317],radic:[166,454],radii:[76,140,211,215,374,382,387,388,405,406,423,425,446,457],radit:384,radiu:[2,3,6,40,63,76,84,85,89,90,113,118,120,129,130,135,140,157,162,187,188,192,205,231,236,250,252,255,260,264,268,269,283,297,301,302,303,305,307,322,323,326,328,352,366,368,374,384,385,388,396,404,405,406,407,423,425,427,441,446,454,457,464,479],radlo:457,rafferti:320,rahman:[6,7,212,247,249,250,280,416],rai:[9,17,163],ram:441,ramp:[],ran:[3,4,6,10,11],random:[3,6,39,164,167,186,188,197,199,209,210,211,213,215,222,225,226,227,233,234,235,236,245,273,276,280,285,288,290,305,309,312,317,321,324,368,380,381,449,464,469,474,479,480],random_se:449,randomli:[164,167,199,215,225,233,276,305,327,468,469],rang:[1,3,6,7,8,9,10,12,14,15,16,18,38,39,56,71,77,88,108,109,110,112,116,117,121,140,141,150,158,163,165,168,169,176,184,187,188,189,198,199,210,214,215,225,227,276,291,305,306,312,313,318,320,345,346,353,356,357,360,362,364,366,367,368,369,370,371,372,374,376,377,378,379,380,381,382,384,387,389,390,391,393,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,414,417,420,421,422,435,436,438,441,445,446,447,448,452,463,464,472,482],rank:[6,11,12,230,318,343,451],rankin:253,raphson:3,rapid:[4,6,11],rapidli:[3,8,12,71,211,233,247,249,290,308,309,321,376,380],rapp:[281,282,283],rappe_and_goddard:282,rare:6,rasmol:[6,7],rasmussen:387,raster3d:[6,7],rate:[2,6,12,125,132,136,137,147,189,198,214,215,229,230,231,276,280,313,314,315,316,320,351,352,381,405,406,449,468,472],rather:[1,2,6,9,12,40,41,62,112,147,188,208,214,226,227,290,309,317,321,323,324,325,328,384,419,438,455,459,464,466,471,479],ratio:[6,10,59,87,101,140,199,208,214,233,235,305,313,320,321,345,358,387,388,421,430,443,451,454,464,468],rational:[318,466],rattl:[],rattle_debug:293,ravelo:[253,398],rayleigh:[247,280],rb1:163,rbg:189,rcb:[3,41,208],rcm:[89,90],rcmx:[89,90],rcmy:[89,90],rcut:61,rcutfac:[140,427],rd1:355,rdc:17,rdf:[],rdn:355,rdt:355,rdx:4,reach:[6,12,41,119,208,210,212,234,253,298,305,312,330,344,359,377,474,479],react:6,reactant:384,reaction:[294,303,316,327,355,384],reactiv:[9,287,362],read:[2,3,6,7,8,9,11,12,13,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,115,162,164,165,167,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,187,188,189,190,191,192,198,199,211,212,214,215,225,227,230,246,247,249,251,252,253,254,255,266,267,268,269,272,273,275,276,278,279,283,290,293,294,298,301,304,307,315,316,317,323,331,332,333,334,335,336,338,339,340,341,342,344,350,354,355,359,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,444,445,446,447,449,451,454,455,456,458,459,460,461,462,464,465,466,468,479,480,481,483],read_data:[],read_dump:[],read_restart:[],read_restart_set:8,readabl:[188,354,461,483],reader:[3,13,455],readi:[11,12,165,167,168,230,464,474,481,482,483],readm:[1,4,6,8,9,11,12,13,162,187,190,284,392,419,420,452],real:[3,6,7,11,27,30,31,59,71,91,140,153,164,173,186,189,197,204,205,214,215,218,230,231,234,246,273,280,285,288,321,322,324,325,327,335,345,346,348,351,357,376,411,419,420,441,454,457,463,471,473,478,480],realist:[3,215,458],realiz:[71,192,452],realli:[1,3,8,12,112,122,141,189,231,356,391,466],realloc:3,realtim:230,reamin:[322,326],rearrang:355,reason:[3,6,7,11,12,19,39,145,156,164,201,204,205,233,277,290,314,315,318,328,354,355,360,373,377,384,385,386,406,411,443,444,458,463,480],reax:[],reax_def:3,reaxc:[],reaxff:[3,4,5,7,9,13,192,281,283,286,287,391,419,420,436,466],rebal:[41,208],rebalanc:[41,208],rebo:[],rebuild:[11,12,14,15,16,225,356,380,472],rebuilt:[3,12,187,188,190,356,360],recalcul:[71,87,305],receiv:[3,207,230,232,271,451],recent:[],reciproc:[6,118,163,272,345,367,369,370,376,379,384,396,400,414,422,468],recog:12,recoginz:3,recogn:[3,12,16,73,166,209,210,249,354,382,407,419,452,454,461,462,474],recommend:[7,9,11,12,14,16,188,189,280,315,345,384,391,405,406,420,421,424,426,463],recompil:[1,3,9,12,190,293],recomput:[102,128,168,219,294,381,466],reconstruct:[3,213],record:[190,213,294],recov:[212,249],rectangl:[41,208,348],rectangular:[7,41,62,166,208,225,348,454,456,458],rectilinear:[118,163],rector:53,recurs:[41,208,366,443],recust:41,recv:451,red:[2,10,188,189,211,273],redefin:[3,456,462,479],redirect:12,redo:12,reduc:[],reduct:[18,19,117,118,163,247,280,345],redund:385,ree:431,reed:[247,280],rees:[7,9,13],ref:[314,315,352],refactor:6,refer:[],referenc:[3,6,12,63,68,71,114,187,192,202,206,225,279,319,346,376,390,413,421,452,472,479],reflect:[],reformat:7,refresh:198,reg:457,regard:[6,59,246,293,298,416,420],regardless:[15,71,164,167,186,203,204,214,233,249,251,252,254,255,277,290,299,305,360,451,457,464],regim:[6,313,320,377,463],region:[],region_spher:8,region_styl:326,regist:[116,301,419,420],regoin:6,regress:479,regspher:164,regstrip:328,regul:6,regular:[1,3,9,41,62,88,162,166,199,208,225,317,346,377,435,451,454,456,458],reigon:479,reinhardt:[314,315],reject:[164,211,419,469],rel:[1,6,14,27,36,41,59,71,122,130,140,143,146,147,149,164,173,189,192,199,204,208,214,215,218,225,231,245,246,267,271,276,285,287,288,294,302,305,307,312,313,317,324,328,345,346,353,384,387,388,405,406,407,421,446,455,463,468,472,474,480],relat:[],relatic:[218,234],relationship:[6,281,330,345,446,474,479],relax:[],releas:[0,5,7,8,13,209],relect:[3,411],relev:[2,6,12,41,78,80,111,128,164,168,189,193,194,197,198,199,200,201,202,203,204,205,206,207,208,209,210,214,215,216,219,221,222,224,225,226,229,230,236,237,238,240,241,242,243,245,246,248,256,257,258,259,260,261,262,263,264,265,270,274,275,276,278,279,282,284,286,287,288,291,292,293,294,299,303,305,306,307,312,313,316,317,318,319,320,321,322,323,324,325,327,328,345,353,363,364,368,374,376,377,379,380,381,384,386,387,388,389,390,395,397,398,399,401,402,403,405,406,411,412,416,421,428,435,438,445,446,447,451,467,480],reli:[3,12,282,384,420,454,464],reloc:12,remain:[7,33,37,41,50,55,59,71,87,104,144,145,146,147,151,152,153,154,156,167,177,183,184,187,193,194,199,201,202,204,205,212,214,233,234,241,249,250,254,255,266,267,269,274,275,297,305,308,309,310,316,317,328,330,337,340,354,366,384,391,404,411,436,449,454,455,459,464,466,468,472,474,479,480],remaina:366,remaind:[164,187,215,276,305,318,441,454],remap:[3,6,12,59,61,71,147,164,186,204,214,231,246,267,345,454,455,456],remedi:[6,474],rememb:2,remov:[2,3,6,8,9,13,54,71,77,114,116,140,143,144,145,146,147,151,152,153,154,156,157,164,167,168,192,201,204,209,222,233,234,239,245,247,249,254,255,266,267,269,275,281,290,291,293,305,308,309,310,312,328,345,355,379,406,454,457,465,466,479,480],remove_bia:8,remove_bias_al:8,remove_molecul:198,remove_sourc:198,remove_speci:198,ren:163,renam:[12,329,465],render:[12,13,187,188,189],rendon:[249,250],reneighbor:[3,8,12,39,57,71,204,208,225,305,318,328,380,471,472],renssela:275,renumb:71,reorder:[3,12,39,451],repeat:[2,6,188,189,204,211,212,225,298,348,366,439,441,443,449,468],repeatedli:2,repel:231,repes:187,replac:[2,3,6,11,12,41,63,89,90,117,142,143,144,145,146,147,150,151,152,153,154,156,157,187,188,189,190,201,202,203,204,205,206,208,211,215,233,253,278,285,287,376,398,455,456,461,462,472,479,480,481,483],replic:[],replica:[],replica_fil:12,report:[],repositori:[7,12,392,418,419,420],reprens:317,repres:[1,3,6,8,9,12,15,40,41,42,59,67,71,90,113,116,176,184,187,188,201,202,203,204,205,206,212,218,226,228,233,236,249,273,275,277,285,290,291,294,302,317,319,326,346,355,361,366,387,394,404,405,406,407,408,409,414,417,419,420,442,443,449,451,454,464,466,469,474,479,481],represent:[3,6,8,57,59,134,166,187,226,227,273,317,366,384,387,421,454,457,474],reprocess:459,reproduc:[3,249,323,376,382,388],repul:407,repuls:[6,7,9,36,40,45,46,108,231,281,322,323,326,362,366,374,376,380,384,388,390,404,407,410,435,441,446,447,464],reqir:[281,283],request:[3,6,8,12,41,167,184,187,230,236,288,305,307,343,345,411,419,420,449,459,464,467,468,479,480,481],requir:[],rerun:[],rescal:[],research:[5,7,236,240,449,468],resembl:285,reserv:[12,230,474],reservoir:[91,225,229,233,317],reset:[],reset_atomic_reference_posit:198,reset_dt:8,reset_target:8,reset_tim:198,reset_timestep:[],resid:13,residu:230,residue1:356,resist:[6,230],resolut:438,resolv:[212,273,305,406],resort:3,resourc:[7,361,382],respa:[3,16,219,230,249,358,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,462,463,473],respect:[1,6,9,10,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,42,43,45,46,47,48,49,51,53,54,56,59,70,71,87,89,96,97,118,122,146,149,158,162,163,170,171,173,174,175,176,178,179,181,182,184,188,189,204,205,210,211,212,228,231,233,234,236,249,251,252,253,254,255,256,264,266,267,269,281,282,290,291,294,302,304,317,322,331,333,334,335,336,339,341,343,345,346,350,353,354,359,360,361,362,364,366,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,411,412,413,414,416,421,422,426,427,428,437,438,439,440,441,442,443,445,446,447,451,455,463,464,467,474,479,481,483],respon:9,respond:[6,7,147,214,384,416],respons:[6,7,247,313,320],resquar:[],rest:[6,8,12,279,283,289,366,406,407,471,472,474],restart1:273,restart2:273,restart2data:[],restart:[],restartfil:[12,13],restor:[3,8,60,61,164,193,194,279,294,302,307,471,472],restore_bia:8,restore_bias_al:8,restrain:[],restraint:[9,213,247,289,304,395],restratin:289,restrict:[],result:[1,2,3,6,7,9,11,12,13,15,16,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,45,46,47,48,49,51,53,54,56,63,64,66,67,71,75,87,90,91,93,104,106,109,110,112,114,115,116,117,118,119,141,142,144,147,151,158,159,161,163,164,167,170,171,173,174,175,176,178,179,181,182,184,187,188,189,192,195,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,218,221,224,225,226,228,233,234,236,240,247,249,251,252,253,254,255,256,264,266,267,268,269,272,273,281,282,287,288,290,292,293,305,308,310,313,314,315,317,318,319,321,322,323,325,327,330,331,333,334,335,336,339,341,345,346,355,358,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,416,420,421,422,428,437,438,439,440,441,442,443,445,446,447,449,451,454,456,457,458,459,463,464,465,466,468,478,479,480],resum:479,retain:[2,209,210,366,451],retart:[33,50,177,337],retreiv:8,retriev:[6,8,223,408,409,479],reus:[3,466],rev:[6,13,64,70,110,140,141,152,199,227,233,235,247,249,250,253,267,272,282,285,290,294,305,309,312,314,315,320,352,366,374,375,376,379,382,383,384,387,388,393,398,405,406,407,409,417,421,427,437,439,440,441,449],revers:[2,6,8,87,175,211,231,249,270,271,281,298,313,314,320,355,404,463,474],review:[140,281,294,312,418,427,449,468,474],rewind:344,rewrap:187,rewrit:[5,12],rewritten:19,rezwanur:416,rfac0:[140,427],rfactor:305,rfile:290,rg0:303,rgb:189,rh3:163,rh4:163,rhaphson:3,rheolog:6,rhi:438,rho0:[407,424,426,433,434],rho0_meam:407,rho:[2,40,113,236,316,348,361,367,369,370,382,407,408,409,421,430,432,478],rho_0:[433,434],rho_alpha_beta:382,rho_bkgd:407,rho_colloid:322,rho_e:317,rho_fin:316,rho_i:[408,409],rho_initi:316,rho_ref_meam:407,rho_wal:322,rhodo:10,rhodopsin:[1,10],rhosum:[],ribier:352,richardson:290,richi:[9,19],rick:[281,282,375],rick_and_stuart:282,ridg:[9,19],right:[3,6,11,12,41,164,182,183,186,208,211,231,236,246,270,330,348,376,442,454,457,464,479],rightmost:[41,208],rigid:[],rigidifi:290,rii:[89,90],rij:[209,210,271,380,435],rin:[390,401,402],ring:[],rino:73,rinv:345,rirj:[323,388],rise:29,risi:[140,427],risk:[8,289,463],rix:[89,90],rjk:[209,210],rjone:[7,9,13],rlo:438,rmask:[3,479],rmass:3,rmax:[165,209],rmdir:465,rmin0:[140,427],rmin:[165,210,398],rmsd:316,rnemd:6,robin:189,robust:[351,352,353],rock:407,rockett:417,rod:290,rodata:12,rodnei:285,roi:7,role:312,roll:12,room:[57,59],root:[11,87,89,90,312,316,360,382,461],rosati:39,rose:407,ross:407,rosski:273,rosybrown:189,rot:[6,91,273,289,312,480],rotat:[],rotaton:457,rough:[6,164,188,327],roughli:[7,10,12,41,147,162,188,225,233,234,248,249,261,277,290,305,308,309,312,346,355,360,423,425,456,463],round:[1,3,12,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,71,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,189,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,346,358,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,456,463,478,479],rous:226,rout:[87,390,404],routin:[5,6,8,11,15,16,38,39,56,88,168,170,236,418,438,467],roux:[6,218,234,442,474],row:[6,65,66,68,69,75,79,90,92,93,104,106,108,114,115,116,119,144,152,159,161,163,201,202,203,204,205,206,239,290,317,319,327,384],royalblu:189,rozero:407,rperp:[246,298],rpi:275,rpm:12,rrespa:[1,3,5,7,8,16,193,194,246,249,356,361,362,363,364,365,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,412,414,416,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,463],rspace:3,rsq:[438,444],rsurfac:317,ru3:163,ru4:163,rub:20,rubia:[408,409],rudd:[411,438],rudra:[7,9],rudranarayan:[7,275],ruiz:199,rule:[],run1:[6,359,479],run2:[6,342,344,359,479],run3:[6,359,479],run4:[6,359,479],run5:[6,359,479],run6:[6,359,479],run7:[6,359,454,455,459,479],run8:[6,359,479],run:[],run_styl:[],runloop:344,runtim:[12,17,188,360],russia:9,rutherford:317,rutuparna:[439,441],ryan:9,ryckaert:[293,339],rycroft:162,s00:416,s0st:6,s2050:1,s2629:382,s319:198,s_fact:295,s_i:[6,384],s_ij:6,sack:7,saddl:[248,355],saddlebrown:189,sadigh:[199,382,408,409],saed_vtk:118,safe:[12,188,218,234,360],safe_zon:3,safest:[3,305],safeti:295,safezon:420,safran:446,sagui:[346,379],sai:[1,3,12,13,189,419,420,452],said:353,sakai:440,salmon:189,salt:[377,386,407,454],same:[1,2,3,4,6,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,43,44,45,46,47,48,49,50,51,53,54,56,57,59,62,63,65,69,71,72,77,79,81,82,84,85,87,88,89,90,91,92,94,97,103,104,105,108,109,110,112,113,115,116,117,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,160,162,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,184,185,186,187,188,189,192,193,194,195,198,199,201,203,204,205,206,207,208,209,210,211,212,214,215,219,220,221,224,225,226,227,228,229,230,231,232,233,234,235,236,239,246,249,251,252,253,254,255,256,264,266,267,268,269,271,272,273,275,276,277,280,281,282,283,285,286,287,288,289,290,292,293,294,299,302,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,323,324,325,326,328,330,331,332,333,334,335,336,339,341,345,346,348,349,350,354,355,356,357,358,359,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,410,411,412,413,414,416,417,421,422,428,435,436,437,438,439,440,441,443,445,446,447,449,451,452,454,455,456,457,459,462,463,464,465,466,467,468,472,474,478,479,480,482],sampl:[1,2,4,6,9,10,11,12,14,91,143,157,162,186,188,201,202,204,205,213,215,223,225,227,229,249,250,273,276,285,287,291,302,303,305,309,312,315,327,356,366,381,454,468],sample_frequ:198,san:416,sandia:[0,5,7,9,13,14,17,70,111,385,407,416],sandybrown:189,saniti:[289,356],satellit:6,satifsi:479,satisfi:[3,12,73,118,140,162,163,212,236,253,293,325,353,356,388,468],satur:377,save:[6,8,12,19,40,59,184,188,211,226,227,233,234,235,276,285,317,346,356,358,366,456,459,466],sb3:163,sb5:163,sc3:163,scalabl:[],scalar:[],scale:[0,1,3,4,5,6,9,10,13,18,40,59,63,91,113,116,117,140,150,158,184,187,188,189,192,193,194,198,199,202,212,214,225,229,230,231,233,235,236,247,249,251,252,253,254,255,273,277,280,281,290,296,297,305,307,309,312,314,315,317,321,328,345,346,348,357,361,362,363,377,381,384,388,391,405,406,407,416,423,425,442,455,457,459,463,466,468,471,472,479,480],scale_factor:[423,425],scalegamma:236,scalexi:[3,212,249,253],scalexz:[212,249,253],scaleyz:[212,249,253],scan:[189,210,344,455],scatter:[11,118,163],scatter_atom:11,scatter_coord:11,scenario:[6,40,61,211,279,288,305,318,326,356,458,459,463,471],scf:474,schaik:404,schedul:449,schell:440,schemat:211,scheme:[6,9,18,226,227,249,273,285,293,317,345,442],schlitter1:316,schlitter2:316,schlitter:316,schmid:380,schneider:[233,235],schoen:345,schr:474,schroding:384,schroeder:474,schulten:[234,294,346,474],schunk:305,schwen:9,sci:[73,325,375,409,417],scienc:[8,198,211,230,294,314,382,408,440],scientif:[140,382],scm:11,scratch:[12,41,208],screen:[],screenshot:11,scripe:11,script:[],scripta:67,scsl:12,sdk:[],sea:11,seagreen:189,seamlessli:279,search:[0,2,3,8,12,165,167,189,190,305,351,352,353,355,357,449,455,456,468,479],seashel:189,sec:[12,473,478],second:[1,3,6,9,10,11,12,16,17,54,57,59,61,71,88,91,105,112,133,134,138,141,152,158,162,163,165,166,167,186,187,189,192,201,202,203,204,205,206,211,225,226,231,246,248,273,287,289,290,293,294,302,303,305,314,315,317,328,345,348,352,353,355,356,360,365,366,367,369,370,375,376,382,384,385,388,389,391,395,398,407,411,413,437,440,441,442,449,450,451,452,454,456,461,463,467,468,472,474,478,479,480,481,483],secondari:[3,176],sectinn:482,section:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,63,64,65,66,67,68,69,71,74,75,78,79,80,81,83,86,87,88,89,90,91,92,93,96,97,98,99,100,101,103,104,105,106,107,108,109,111,112,113,114,115,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,162,163,165,170,171,172,173,174,175,176,177,178,179,181,182,183,184,187,188,190,192,195,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,213,214,215,217,218,220,221,222,224,225,226,227,228,230,232,233,234,235,236,237,238,239,240,242,243,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,277,279,280,281,282,283,284,285,286,287,290,292,293,294,295,296,297,298,299,301,305,308,309,310,311,312,313,314,315,316,317,318,320,321,323,324,328,329,331,332,333,334,335,336,337,339,340,341,346,347,348,350,354,355,357,359,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,449,450,451,452,454,455,459,462,463,464,465,467,468,469,472,474,479,480],section_acceler:[9,12,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,346,361,362,364,367,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,463],section_accerl:382,section_command:[0,1,9,330],section_error:[7,12],section_exampl:[2,6],section_histori:[7,12],section_howto:[6,8,9,11,12,40,42,57,59,64,66,67,68,70,71,72,73,75,76,77,78,80,81,82,83,84,85,86,87,89,90,93,94,95,96,97,98,99,100,101,104,106,109,110,111,114,116,117,120,135,136,137,138,140,141,144,146,158,159,161,162,166,185,201,248,259,262,265,320,365,378,449,454,457,468],section_modifi:[6,7,42,187,188,472],section_packag:12,section_perf:7,section_python:[6,12],section_start:[3,4,6,9,11,349,355,448,449,463,469,472],section_tool:[6,7],see:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,271,272,273,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,301,302,304,305,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,326,328,329,330,331,332,333,334,335,336,337,339,340,341,342,345,346,348,349,350,352,353,354,355,356,357,359,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,448,449,450,451,452,454,455,456,457,459,460,461,462,463,464,466,468,469,470,471,472,473,474,479,480,481,482,483],seed1:469,seed2:469,seed:[3,164,167,186,188,197,199,209,210,211,213,215,222,225,226,227,233,234,235,236,273,276,280,285,290,305,309,312,317,324,368,380,381,449,464,469,474,479,480],seed_com:234,seed_drud:234,seek:[41,208],seem:[6,212,318,352,407,463],seen:[12,236,326],segement:3,segment:[3,4,6,7,40,42,82,113,192,262,290,305,380,394,420,435,436,454,462,464],select:[6,12,15,17,59,71,117,118,153,158,163,164,184,188,190,197,199,204,205,214,215,222,225,230,231,246,294,304,312,313,318,320,322,324,325,327,343,345,351,355,357,360,390,395,407,451,455,457,463,464,468,479],self:[],sellerio:13,semi:[3,190,198,199,270,272,455],semiax:143,semimet:384,send:[0,3,5,7,8,11,12,189,230,451],sender:[3,451],sens:[1,3,6,7,18,39,41,42,59,183,187,201,203,204,205,206,208,211,214,226,227,232,233,234,235,276,280,285,291,305,312,313,317,320,328,355,376,396,400,439,440,441,449,454,459,463,466,471],sensabl:230,sensibl:104,sensit:[2,6,73,212,285,480],sent:[189,230,343],separ:[2,6,7,12,13,40,41,76,116,122,140,162,164,167,189,190,198,202,208,209,210,211,212,215,218,225,233,234,249,261,273,276,277,279,281,285,290,293,305,308,309,310,313,320,328,346,360,367,369,376,377,379,405,406,407,413,418,427,436,437,438,441,446,452,454,455,456,463,466,471,474,480,481,482],seper:377,sequec:479,sequenc:[2,3,12,41,59,187,188,189,190,208,227,248,328,348,355,391,417,469,479],sequenti:[59,60,189,417,455],sequestr:7,ser:272,seri:[3,4,6,13,18,140,187,188,189,202,206,226,227,276,359,362,387,407,411,421,428,438,452,461,462,471,472,479],serial:[],serial_icc:12,serious:8,serv:[6,128,166,305,435],server:[1,232,360],set:[],set_callback:223,set_energi:223,set_vari:[6,11,452],setarea:236,sete:[201,211],setenv:[11,12,373],setfl:[13,361,382],setforc:[],setgamma:236,setmask:8,settl:212,setup:[3,4,6,7,8,11,12,13,16,37,40,55,59,71,87,91,152,165,166,167,168,183,189,198,211,214,305,318,340,356,357,360,436,451,454,462,481,483],setup_pre_exchang:8,setup_pre_forc:8,setup_pre_force_respa:8,setvel:2,seven:409,seventh:[133,138],sever:[1,4,5,6,7,8,10,11,12,13,15,18,39,40,63,71,87,158,165,168,183,187,190,192,198,209,210,212,227,233,236,240,249,275,277,279,290,294,305,312,321,343,348,353,360,363,366,370,381,382,391,400,404,407,411,417,419,420,426,449,452,456,460,468,472,474,479,480],sfactor:[3,188,189],sfftw:12,sgi:12,sgmc:199,sgrid:305,sgroup:162,shade:188,shake:[],shan:[17,282,375],shanghai:[9,13],shape:[2,3,6,8,40,41,58,59,62,71,82,113,130,143,147,148,164,166,186,188,189,192,193,204,208,212,214,233,247,249,251,254,257,258,266,267,280,305,318,326,365,387,421,451,454,455,456,464],shapei:[113,454],shapex:[113,454],shapez:[113,454],shapshot:459,share:[],shared0:[],sharon:290,sharp:[326,407,441],shawn:9,shear:[3,4,5,6,7,9,59,61,147,186,212,214,236,249,267,305,320,323,388,405,406,416,424,426],sheet:458,shell:[],shen:9,shenderova:362,sheppard:352,shflag:12,shield:[],shift:[],shiftse:305,shiga:[6,249,250],shini:[188,482],shinoda:[6,9,249,250,422],shiny:188,ship:190,shlib:[11,12],shlibflag:12,shock:[4,9,192,197,247,253,280,324,398],shockvel:[247,280],shortcut:[212,249,277,290],shorter:[3,119,225,271,357,411,462],shortest:[188,357,363,463],shorthand:189,shoul:443,should:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,61,70,71,73,81,83,87,91,96,97,98,102,103,109,110,112,141,142,143,146,147,150,151,152,154,157,160,162,164,166,168,170,171,172,173,174,175,176,178,179,181,182,184,185,186,187,188,189,193,194,195,196,199,207,208,209,210,211,212,214,215,217,218,220,221,222,223,224,225,226,227,228,229,231,233,234,235,236,238,239,240,241,246,249,251,252,253,254,255,256,261,264,266,267,269,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,292,293,299,302,305,306,308,309,310,311,312,313,316,317,318,320,321,322,323,324,325,326,327,328,330,331,332,333,334,335,336,339,341,346,348,349,351,353,354,355,356,357,358,360,361,362,364,365,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,415,416,418,419,421,422,423,425,428,435,437,438,439,440,441,442,443,445,446,447,449,450,451,452,454,455,456,457,458,459,461,462,463,464,466,470,471,472,474,479,480,481],shouldn:[3,8],show:[6,11,12,116,271,355,390,407,438],shown:[1,12,17,41,96,97,118,140,150,163,183,208,211,233,249,267,273,276,285,312,345,384,385,387,388,404,421,454],shrank:71,shrink:[3,6,41,57,59,71,166,186,187,188,193,194,197,208,214,215,231,236,271,305,324,328,345,346,353,376,396,400,411,454,455],shrunk:71,shut:[6,11,356,453],si4:163,siam:325,sic:[4,376,391,407,413,437,439,441],sic_tersoff:417,sicc:[383,437,439,441],sicg:[439,441],sicsi:[383,437,439,441],side1:457,side2:457,side3:457,side4:457,side:[3,8,41,57,61,154,164,199,200,208,211,215,225,231,236,246,271,276,284,302,322,326,327,328,355,376,387,388,421,443,452,454,457,464],sidewai:4,sienna:189,siepmann:320,sigam:374,sigam_ii:394,sige:[439,441],sigma0:366,sigma14:404,sigma1:366,sigma2:366,sigma:[3,6,10,45,46,50,54,87,170,187,189,193,194,225,236,271,305,321,322,326,348,357,360,362,365,366,367,371,372,374,379,380,381,383,384,387,389,390,394,395,396,397,398,399,400,401,402,403,404,410,411,421,422,431,437,443,463,478,479,480],sigma_14:371,sigma_:377,sigma_c:374,sigma_cc:[362,374],sigma_h:386,sigma_i:[385,411],sigma_ii:[394,443],sigma_ij:[394,411,443],sigma_j:411,sigma_max:381,sigma_ss:374,sign:[3,6,12,175,183,270,302,325,330,462,471,479],signicantli:17,signifi:[3,66,75,90,93,104,106,114,144,159,161],signific:[7,12,18,86,226,247,250,285,305,318,384,387,407,411,481],significantli:[1,6,39,141,162,236,249,289,384,437],sij:202,sikandar:17,silbert:388,silent:[189,452,465],silicon:[383,407,437,454],sill:416,silver:189,sim:[9,422],similar:[5,6,7,8,9,12,17,18,40,41,46,59,68,87,112,115,141,164,165,187,189,192,193,194,201,208,223,224,226,233,239,240,250,279,280,285,289,290,309,312,322,323,325,327,346,351,352,354,362,365,366,380,382,384,388,404,405,411,416,417,426,451,456,461,463,468,470,472,474,479,480,481,483],similarli:[3,6,7,8,59,112,160,166,168,186,187,188,189,200,201,203,204,205,206,210,214,220,231,249,251,252,254,255,275,277,290,291,293,305,312,313,320,326,331,346,348,355,358,370,388,400,437,451,454,457,458,463,464,468,482],simluat:[6,39,189,305,405,455,456],simlul:[290,317],simmul:320,simpl:[],simpler:[8,42,189,290],simplest:[3,8,40,66,75,90,93,104,106,114,116,144,159,161,281,474],simpli:[1,3,6,8,11,12,14,17,66,71,75,88,90,93,95,104,106,113,114,119,144,159,161,167,168,189,192,193,194,201,203,204,205,206,210,212,214,218,223,232,234,239,249,273,277,288,290,291,313,319,320,345,346,348,354,355,360,370,379,391,400,407,411,451,452,459,462,469,472,478,479],simplif:384,simplifi:[199,289],simplist:11,simualt:346,simul:[],simulatan:360,simulation_nam:420,simulatoin:[12,455],simult:360,simultan:[6,7,15,16,214],sin:[214,246,322,325,327,417,454,457,464,479],sinc:[0,1,2,3,6,8,9,10,11,12,13,15,16,21,22,33,39,41,44,54,59,64,67,71,73,89,90,110,116,118,143,144,154,162,166,167,169,170,172,177,187,188,189,192,193,194,195,196,199,200,201,202,203,204,205,206,207,208,211,212,213,214,215,219,220,225,227,229,232,233,235,236,246,249,251,252,253,254,255,258,261,267,271,273,276,278,279,285,288,290,294,304,305,313,317,318,319,320,322,323,326,327,328,329,331,332,344,346,353,354,355,356,359,360,361,362,366,369,370,371,372,374,375,379,380,381,382,383,387,388,389,391,392,393,395,396,398,399,400,401,402,403,404,405,406,407,408,409,411,414,417,418,419,420,421,422,427,428,437,438,439,440,441,447,449,451,452,454,455,456,457,459,462,463,464,465,466,468,472,474,478,479,480,482],sinclair:[7,382,436],sine:417,singapor:140,singh:361,singl:[1,2,3,6,7,8,9,11,12,14,15,16,17,18,40,41,42,57,59,61,63,65,66,68,69,75,77,79,87,88,90,92,93,104,106,108,113,114,115,116,117,119,144,159,161,162,164,187,188,189,190,192,197,200,201,202,203,204,205,206,208,210,211,212,215,218,222,224,229,236,239,246,249,250,253,261,273,275,276,278,289,290,291,293,295,301,305,307,317,319,322,323,325,327,328,330,345,346,351,354,355,356,357,359,360,361,362,366,371,373,375,381,382,383,384,385,388,389,390,391,392,393,407,408,409,413,414,417,418,419,420,421,427,428,437,439,440,441,449,450,452,454,461,462,463,464,465,466,467,468,471,479,482,483],singleel:366,singular:[404,405,406],sinnott:[282,362,375],sinusoid:[164,214,322,323,325,327],sio:375,sirk:[141,435],sisic:[383,437,439,441],sisisi:[383,437,439,440,441],sister:373,sit:[272,454],site:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,67,70,87,230,236,237,293,346,361,366,376,382,386,396,400,404,414,419,420,442],situat:[9,212,225,236,249,273,291,352,366],sival:163,six:[6,133,138,140,202,203,413,417],sixth:413,sixthpow:[372,411],size:[],size_restart:8,sizex:255,sjplimp:[0,7,11,12],sjtu:9,skew:[3,6,58,59,166,188,214,249,454,457],skin:[3,12,39,61,73,115,165,167,225,261,290,317,356,357,360,415,472,478],skip:[12,16,33,177,275,344,354,359,395,454,459,462,471,479],skyblu:189,slab:[3,6,71,152,204,276,302,345,346,356,411],slateblu:189,slategrai:189,slater:[],sleight:54,slepoi:407,slice:[],slider:11,slight:[3,12,317],slightli:[1,6,39,40,187,188,190,285,290,346,362,376,394,396,400,439,441,449,462,481],sligthli:379,sliozberg:435,slip:[3,192,305,321,327],sllod:[],slope:[6,103,104,313,315,320,377,479],slot:1,slow:[3,6,7,12,39,226,230,233,234,247,305,312,345,355,360,411,463,474,480],slower:[1,10,17,39,234,346,360,366],slowest:[317,451],slowli:[12,71,208,321,353,428,456],slurm:12,slurm_localid:12,sm3:163,small:[],smallbig:3,smaller:[1,3,6,12,16,17,39,56,59,61,71,119,162,166,187,188,189,199,215,219,225,236,272,290,305,315,330,345,346,351,360,394,411,436,443,444,454,461,463,483],smallest:[3,70,72,162,247,287,479],smallint:3,smallq:346,smallsmal:[3,12],smart:227,smd:[],smd_contact_radiu:464,smd_mass_dens:464,smi:[3,360],smirichinski:9,smit:225,smith:414,smmoth:464,smooth:[],smoother:164,smoothli:[54,140,313,320,371,389,402,404,441,447],smpd:12,sn2:163,sn4:163,sna:[],snad:[],snap:[],snapcoeff:427,snaphot:459,snapparam:427,snapshot:[],snav:[],snb:17,snow:189,soc:390,socket:[12,17,18,232,451],soft:[],softer:[322,326],softwar:[1,6,11,12,14,15,16,17,18,19,162,230,275,291],sole:[209,210,355,417,424,426],solid:[4,6,7,10,39,40,41,59,70,73,91,141,162,198,208,212,214,219,239,249,251,252,254,255,271,272,277,290,312,315,346,348,367,398,416,424,426,454],solut:[3,6,13,162,212,219,247,288,293,305,326,479],solv:[3,12,18,236,281,293,315,317,346,352,406],solvat:[4,10,164],solvent:[4,7,13,61,71,165,167,208,222,226,227,233,249,288,290,302,305,313,320,321,371,374,376,377,386,396,405,406,421,436,454,464],solver:[],some:[1,2,3,4,6,7,8,10,11,12,13,16,17,18,39,40,41,55,61,63,71,102,105,107,113,117,119,143,144,145,156,157,158,164,167,172,175,183,185,187,188,189,192,193,194,197,199,200,201,202,203,204,205,206,208,210,211,212,213,222,225,247,249,250,278,279,281,283,290,294,306,312,317,318,319,321,322,328,343,344,345,346,351,352,353,354,355,356,357,360,363,365,366,373,376,382,384,391,411,419,420,436,438,449,451,452,453,454,456,459,460,461,462,463,464,466,468,471,472,478,479,480,483],somehow:3,someindex:329,someon:[7,11,353],someth:[2,3,7,8,11,12,59,212,249,322,325,327,356,391,452,461],sometim:[2,3,6,8,12,18,204,212,249,313,320,345,357],somewhat:[7,9,12,70,144,154,201,249,345],somewher:[17,250,384],soon:[199,211,222,225,230],sophist:7,sorensen:468,sort:[3,13,16,39,71,187,189,190,230,355,356,360,381,455,456,482],sound:[128,236,247,295,433,434],soundspe:[433,434],sourc:[],source_integr:198,sourceforg:11,south:140,souza:313,space:[2,3,6,8,11,12,18,41,59,71,118,140,153,158,163,164,184,186,188,193,194,197,203,204,205,208,210,214,215,231,236,243,246,249,272,273,288,291,295,305,322,324,325,327,330,345,346,348,354,355,356,367,369,370,376,379,382,384,394,396,400,407,414,417,422,438,444,446,451,454,457,466,472,474,479,480],spahn:388,span:[2,12,38,71,193,194,204,231,290,345,361,362,366,375,382,385,392,393,407,408,409,413,417,427,437,439,440,441,448,449,457,458,479],spars:[71,184],spatial:[],spawn:230,spc:[],spcpu:472,speak:[17,305,312],spearot:[118,163,291],specfi:[12,107,231,457],speci:[],special:[],special_bond:[],specif:[1,2,3,6,7,8,9,10,12,13,15,17,18,22,29,33,40,41,42,50,63,71,108,113,115,116,144,146,149,164,172,177,187,188,189,190,192,193,194,197,198,201,202,203,204,205,206,208,211,213,222,223,225,226,230,236,244,276,278,279,282,290,312,317,318,322,328,332,346,353,355,360,362,365,366,378,382,387,388,391,392,393,394,407,411,419,420,421,436,437,442,443,451,454,455,459,460,461,463,464,470,471,472,478,479,480,481],specifi:[2,3,6,7,8,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,63,65,66,68,69,70,71,73,75,76,77,78,79,80,81,83,85,86,87,88,90,91,92,93,94,95,96,97,98,99,100,101,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,141,142,144,146,151,152,153,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,224,225,226,227,228,229,231,232,233,234,236,237,238,239,241,244,245,246,247,248,249,250,251,252,253,254,255,256,261,264,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,298,299,302,303,304,305,306,307,308,309,310,312,315,316,317,319,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,344,345,346,348,349,350,353,354,355,356,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,478,479,480,481,482,483],specifii:[227,236],speciti:463,spectral:427,spectrum:[9,140,280,285],sped:[39,247],speed:[1,3,6,9,12,14,15,16,17,18,19,39,41,128,189,208,233,236,247,280,295,305,312,318,324,345,346,355,360,366,376,411,433,434,439,449,463,469],speedup:[1,18,346,463],spefici:[164,188,390],speicifi:354,spell:457,spellmey:[6,170,466],spend:200,spent:[1,12,13,15,449,468],sph:[],sph_lammps_userguid:9,sph_user_guid:9,sphere1:236,sphere:[],spheric:[],spheriod:[3,6],spherioid:305,spheroid:[6,290,305],spike:116,spin:[9,40,113,323,363,384,454],spirit:7,spit:3,spline:[],split:[1,3,6,12,18,41,201,204,208,234,249,325,345,360,443,448,451,463],splittol:[6,345],sppark:6,spread:[1,6,12,330,462],spring:[],springer:294,springgreen:189,sptial:71,sputter:215,sq2:[3,348],sqrt:[2,3,59,81,89,225,233,234,235,271,305,321,323,348,374,380,382,386,388,407,411,479],squar:[],squeez:[212,231,405,406],squibb:[5,7],sr2:163,src:[0,1,3,4,6,7,8,9,11,12,14,15,16,17,18,19,162,187,223,293],srd:[],srolovitz:382,srp:[],srun:12,ssao:[188,482],stabil:[6,233,249,366,419],stabl:[6,64,128,236,253,289,295,366,474],stabli:226,stack:[3,8,70],stage:[3,87,192,223,248,284,328,355,449,468,479],stagger:[1,3,189,346,461,470,479],stai:[3,14,17,193,194,247,263,280,360,454],stamp:[312,455],stamped:12,stan:17,stand:[0,6,7,13,286,419,420,452],standard:[],stanford:9,starikov:317,start:[],start_6:386,start_7:463,startstep:479,stat:[12,54,168,271,285,353,380],statcoul:478,statcoulomb:478,state:[],statement:[3,452,453],stationari:[],statist:[3,6,12,39,41,64,209,210,211,226,227,233,234,235,275,276,280,285,290,293,305,316,317,318,353,355,362,380,381,388,405,446,449,456,462,464,468,471,472],statu:[3,12,54,60,121,168,213,218,234,375,468],statvolt:478,std:12,stdin:[3,12,344],steadi:[6,247,253,280],steelblu:189,steep:438,steepest:[7,352],steer:[7,9,213,216,294],stegailov:317,steinhaus:474,stencil:[3,236,345],step:[1,2,3,6,8,10,11,12,13,14,15,16,17,18,19,39,71,91,96,97,110,116,117,128,141,150,160,162,187,188,189,190,192,193,194,198,199,201,202,203,204,205,206,208,209,210,211,212,214,215,218,219,222,223,225,227,230,231,234,247,261,271,272,278,279,280,281,282,283,291,293,294,295,305,307,310,311,312,313,314,315,316,317,318,319,320,327,328,330,344,345,351,353,355,356,380,386,390,407,419,420,449,451,452,456,458,459,461,462,463,468,469,471,472,474,479,483],stepani:294,stepwis:87,stesman:312,steve:[0,5,7,13],steven:211,stiff:[6,40,51,209,210,272,273,353,416,474],stile:377,still:[1,3,6,9,11,12,13,14,17,18,38,41,61,71,108,116,162,168,184,185,187,189,193,194,208,229,233,261,281,285,305,317,330,345,346,351,372,382,387,388,391,395,405,415,419,421,428,436,454,456,462],stilling:[3,5,7,15,88,383,409,417,436,437,466],stipul:230,stl:[71,298,301],stl_surf:301,stochast:[4,7,9,192,227,305,312,327,381],stoddard:379,stoke:[236,321],stoll:[233,235],stone:[9,19,346,379],stop:[],stopstep:479,stopthresh:[41,208],storag:[3,12,15,319,360,466],store:[],store_st:306,storm:12,stouch:7,str:479,straatsma:6,straddl:[3,59,61,154,231,290,302,328,454,458,464],straight:290,straightforward:[13,384,474],strain:[2,3,6,59,80,121,124,125,130,131,132,136,137,186,212,214,247,249,253,405,406],strang:[184,188,479],strategi:[],stratford:236,strcmp:330,stream:[3,6,112,141,144,147,148,188,198,214,226,227,233,234,267,276,285,305,480],streamlin:[12,462],streitz:[],streiz:376,strength:[3,140,158,169,188,289,322,326,391,420,421,466],stress:[],stretch:[3,54,59,117,209,294],strict:427,strictli:[6,41,184,208,247,280,312,454],stride2:479,stride:[189,227,461,470,479],strietz:376,strike:215,string:[2,3,6,11,12,41,164,187,189,201,202,203,204,205,206,208,225,278,291,330,347,359,407,417,418,419,427,450,452,454,464,465,471,472,479],strip:479,strong:[281,362],stronger:6,strongest:[405,406],strongli:[1,6,13,215,290,293,317,474],structrur:3,structur:[],structured_point:291,strucur:73,stuart:[281,282,362,375,436],stub:12,stuck:212,student:275,studi:[6,105,398],studio:12,stukowski:[199,382],style1:[33,50,177,337,391,454],style2:[33,50,177,337,391,454],style:[],style_nam:[249,250],stylist:8,sub1:465,sub:[1,3,4,6,7,8,9,11,12,13,18,33,37,39,40,41,42,50,55,58,61,63,68,87,91,107,140,158,166,177,183,188,189,193,194,208,212,214,249,250,253,272,280,285,290,293,317,318,326,328,337,340,348,350,360,365,375,381,387,388,390,391,411,419,420,421,442,443,451,454,457,463,471],subbox:[117,188,189],subdirectori:4,subdivis:236,subdomain:236,subequ:11,subgroup:[187,482],subject:[6,41,167,208,442],submit:[],subramaniyan:13,subroutin:360,subscript:[11,317,331,385,479],subsequ:[6,11,12,41,59,165,189,208,212,225,312,317,318,319,348,359,382,436,452,454,455,461,464,465,473,479,483],subset:[6,11,12,16,41,80,140,187,189,208,245,249,251,252,253,254,255,276,277,281,290,355,360,362,366,391,411,448,451,454,456,459,463,479],substanti:[6,16,437,463],substep:249,substitut:[1,2,3,12,187,232,355,359,384,411,452,465,479],substract:376,substrat:[166,212,249,251,252,254,255,277,290,454],substyl:[404,463],subsystem:317,subtl:[94,96,97,227],subtleti:150,subtract:[3,6,54,63,91,94,97,102,103,105,112,141,142,143,144,145,146,147,148,150,151,152,153,154,156,157,187,192,201,225,226,229,233,234,235,237,241,245,267,274,290,328,356,403,454,464,472,479,480],succe:12,succeed:202,succesfulli:3,success:[2,6,11,12,14,15,116,187,189,199,202,212,215,225,261,276,290,305,312,330,353,355,452,461,462],successfulli:[3,11,187,215,452,465],successulli:11,successv:459,sucessfulli:3,sudden:36,suddenli:326,sudo:[11,12],sufac:42,suffer:[16,17,18,320,326,360],suffici:[2,3,7,17,18,41,61,71,204,208,247,249,272,305,312,319,322,330,395,411,454,474],suffix2:12,suffix:[],suggest:[0,7,12,247,280,452,474],suit:[7,9,13,194,236,384],suitabl:[4,12,13,17,54,87,187,211,279,309,366,373,388,404,407,419,420,449,468],sum:[3,6,8,9,12,40,70,71,76,80,83,88,89,90,94,98,103,105,107,109,110,112,116,117,123,139,140,141,142,144,145,146,147,150,151,152,153,154,156,158,160,161,162,201,202,203,204,205,206,215,223,226,233,234,239,271,272,276,280,285,290,291,294,304,315,317,319,322,326,328,345,346,353,365,376,380,384,385,394,396,399,407,419,420,427,443,452,472,474,479,480],summar:[6,385],summari:[],summat:[6,9,42,70,88,345,346,370,376,382,383,396,400,437,439,440,441],summer:[3,13,204,419,420],sumsq:117,sun:[21,43,171,331,372,411,420],sunderland:17,sup:[272,280,285,375,474],supercomput:[12,17,18,452],superpos:[391,436],superposit:7,supplement:[227,419,420],supplementari:[213,387,421],suppli:[12,184,225,247,317],support:[1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,40,41,42,87,88,102,107,187,188,189,190,193,194,195,196,201,208,211,212,213,220,223,227,228,231,233,234,235,236,244,247,249,251,252,253,254,255,266,267,268,269,271,272,277,280,282,284,289,290,295,296,297,298,299,301,302,304,308,309,310,311,315,320,322,326,343,344,345,346,352,353,354,360,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,451,455,456,461,463,464,465,467,468,474,478,482,483],suppos:[3,8,385,479],suppress:[6,12,162],sure:[6,8,11,13,14,184,193,194,212,290,293,327,382,438],surf:165,surfac:[2,3,4,6,8,40,42,57,70,118,140,162,164,167,188,192,215,222,231,236,239,271,282,289,298,301,302,305,312,317,322,326,327,355,366,391,405,406,425,443,446,451,457],surface_mov:317,surfact:[377,386],surpris:384,surrog:9,surround:[38,56,70,164,184,189,212,249,251,252,254,255,271,277,290,438,474],suspect:3,suspens:[405,406],sustain:[187,212,388],suzuki:[249,290],svg:6,svn:[7,11,12],sw_exampl:418,swamp:290,swap:[],swegat:316,swiggl:[3,246,322,325,327,457,479],swiler:[140,427],switch7_section_start:386,switchflag:[140,427],swm4:474,swol:53,swope:6,sxx:189,sy0302:9,symbol:[6,12,118,163,287,366,384,427],symmetr:[6,70,87,93,112,131,132,133,136,137,138,141,193,194,212,249,250,313,320,361,373,379,382,439,441,479],symmetri:[3,5,6,7,8,63,64,70,166,187,247,271,331,346,361,454,474],sync:[3,6],synchron:[1,227,355],synechococcu:7,syntax:[],sysdim:272,sysstem:366,system:[],system_:273,systemat:[6,233],systemx:3,t10:469,t11:469,t12:469,t13:469,t14:469,t15:469,t3e:12,t_chain:3,t_corr:3,t_correl:449,t_dephas:449,t_e:317,t_e_min:317,t_equil:[314,315],t_event:[3,449,468],t_hi:468,t_infil:317,t_init:[280,317],t_iter:3,t_lb:236,t_lo:468,t_order:3,t_oufil:317,t_out:317,t_outfil:317,t_qm:280,t_switch:[314,315],t_target:368,ta06a:427,ta5:163,tab:[2,454],tabbernor:118,tabinn:411,tabul:[3,7,13,22,37,38,44,55,56,65,71,79,92,184,305,345,361,366,367,369,370,371,372,373,376,382,384,396,400,414,417,420,422,436,438,439,444,456],tabular:417,tabulate_long_rang:420,tad:[],tadmor:9,tag:[198,217,474],tagint:3,tail:[3,87,110,158,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,445,446,447,456,472],tailor:[71,318],tait:[9,433,434],taitwat:[],take:[1,2,3,6,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,77,87,89,91,109,112,113,116,117,141,142,151,158,162,168,170,171,172,173,174,175,176,178,179,181,182,184,187,188,189,193,194,195,207,208,212,214,221,224,228,232,233,234,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,302,303,304,305,307,308,309,310,318,321,328,331,332,333,334,335,336,339,341,345,346,350,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,419,420,421,422,428,435,437,438,439,440,441,442,443,445,446,447,448,452,455,462,463,464,471,472,479],taken:[6,59,164,186,211,215,225,226,227,233,234,235,236,276,280,283,317,335,382,384,387,437,449,463,464],talk:[6,7],talli:[3,6,8,41,107,113,201,203,204,205,208,210,233,235,250,305,313,320,384,386,390,419,420,479],tan:[189,479],tandem:[4,16,290],tangent:248,tangenti:[6,108,305,323,327,388],tanh:317,tantalum:[4,427],taper:[3,283],tar:12,tarbal:[0,8,11,12],target:[3,6,7,8,11,12,17,39,41,189,197,208,212,213,215,225,226,227,233,234,235,249,250,251,252,253,254,255,266,267,268,269,273,277,280,285,290,294,303,308,309,310,311,316,317,320,321,324,343,346,368,380,449,460,462,480],target_fil:316,task:[1,6,7,12,13,14,15,16,17,18,54,189,230,273,318,360,452],taskset:16,tatb:[4,286],tatom:474,tau:[3,153,233,234,236,249,277,290,308,309,314,315,317,473,478],tau_1:226,tau_k:226,tau_n_k:226,tb3:163,tbead:156,tbp:366,tchain:[249,250,253,267,268,290],tcl:285,tcom:234,tcsh:[11,12,373],tdamp:[233,249,250,253,290,308,309],tdephas:449,tdrude:[149,218,234,474],teal:189,tech:[7,9,13],technic:[6,7,9,236,283,305,420],techniqu:[6,7,9,87,192,212,247,280,290,321,324,346,411,438,474],technolgi:9,technolog:[9,14,19,230],tell:[2,6,11,12,37,55,183,192,272,340,356,419,420,436,452,456,474],telsa:17,temeperatur:11,temp:[],temp_drud:474,temp_eff:97,tempcom:[143,157],temper:[],temperar:273,temperatur:[],temperature_definit:198,tempfix:469,templ:[7,9,18],templat:[3,8,13,17,19,40,164,165,167,215,225,276,290,293,354,454],templeton2010:198,templeton2011:198,templeton:[9,198],tempor:226,temporari:[2,461],temporarili:[184,289,467,468],ten:14,tend:[29,249,271],tensil:[7,214],tensor:[3,6,8,63,82,83,89,90,91,93,106,112,127,130,131,132,133,136,137,138,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,212,236,239,249,250,253,275,277,290,320,345,346,354,384,405,406,424,426,472,479],tenth:[127,344],term:[0,1,3,5,6,7,8,9,12,20,21,22,27,38,40,45,46,61,87,88,89,91,110,112,141,143,152,157,158,171,172,173,184,189,193,194,200,202,203,206,214,220,226,227,228,233,234,235,236,248,249,250,251,252,253,254,255,266,267,269,273,277,280,289,290,303,308,309,310,317,319,321,323,331,332,341,345,353,356,361,362,366,367,368,369,370,371,372,374,375,376,377,378,379,380,382,383,384,385,387,388,389,396,400,403,404,405,406,407,408,409,411,414,421,435,437,439,440,441,446,463,464,466,472,474],termin:[118,249,353,355,424,426,453,462],termostat:309,terrel:352,terri:7,tersoff:[],tersoff_1:[439,440,441],tersoff_2:[439,440,441],tersoff_mod:440,tertiari:176,tessel:[9,162],test:[],test_descriptor_str:3,testf:184,testu:184,tether:[6,288,294,302,304,315,386],tex:8,texa:416,texas_holdem:289,text:[2,3,4,6,7,8,12,13,38,41,56,184,187,188,189,192,198,201,202,203,204,205,206,208,213,230,278,316,317,329,346,348,355,382,385,395,407,427,438,450,454,455,471,479,481],textur:17,tfactor:[3,189],tfinal:479,tfix:289,tfmc:[],th4:163,than:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,27,38,39,40,41,42,56,57,58,59,61,63,68,71,76,86,88,105,108,112,115,116,119,141,162,165,166,167,173,184,186,187,189,192,197,199,201,203,204,205,206,208,209,210,211,212,214,215,216,219,222,225,226,227,228,231,232,233,236,247,271,272,276,277,278,279,280,281,283,285,288,289,290,291,294,295,301,302,303,305,309,310,312,313,317,320,321,322,323,324,325,326,327,328,330,345,346,351,352,353,354,355,356,357,360,365,366,367,369,370,371,382,384,387,388,394,405,406,407,411,419,420,421,428,436,437,438,441,443,444,446,449,450,451,452,454,455,456,457,458,459,462,463,466,468,469,471,479,480,481],thank:[230,439,441],thb:420,thb_cutoff:420,thb_cutoff_sq:420,thei:[0,1,2,3,4,6,7,8,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,37,38,39,40,41,42,43,45,46,47,48,49,51,53,54,55,56,57,59,61,63,64,66,68,70,71,74,75,81,82,84,87,89,90,91,93,103,104,106,108,109,112,114,115,116,117,119,140,142,143,144,146,147,150,151,157,159,161,164,166,167,168,170,171,173,174,175,176,178,179,181,182,183,184,187,188,189,192,193,194,195,197,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,220,221,224,225,226,228,229,230,233,234,236,239,246,249,251,252,253,254,255,256,257,258,259,264,266,267,269,275,276,277,278,279,281,282,289,290,291,292,293,305,306,308,309,310,312,316,317,319,320,321,323,325,326,328,330,331,333,334,335,336,339,340,341,343,345,346,348,350,352,353,354,355,356,359,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,412,413,414,416,417,419,420,421,422,427,428,435,436,437,438,439,440,441,442,443,444,445,446,447,450,452,454,455,456,457,458,459,463,464,466,467,472,474,479,481,482],them:[1,2,3,4,6,7,8,9,11,12,13,14,39,40,41,54,59,71,91,107,114,117,119,166,171,187,188,189,190,200,201,202,203,204,205,206,208,211,212,214,222,230,233,234,245,249,251,252,253,254,255,266,269,271,277,279,287,288,289,290,293,305,308,309,310,312,316,317,319,323,324,325,327,328,331,346,348,354,355,356,360,361,366,373,382,385,387,391,411,421,428,443,449,452,454,461,466,469,474,479,480],themselv:[6,11,167,193,194,208,234,345,346,355,357,361,366,376,382,404,407,408,409,427,479],theor:312,theorem:[226,233,366],theoret:[105,230,280,437],theori:[3,9,12,40,140,198,213,227,249,272,345,346,366,446,468],thereaft:[71,241,274,290,313,320,452],therebi:[318,405,406],therefor:[3,6,12,64,87,149,199,218,225,234,236,293,312,346,378,418,420,437,442,447,463,474],therein:[6,407],thereof:87,thermal:[],thermo:[],thermo_modifi:[],thermo_p:[3,63,109,452,472],thermo_press:[63,112,212,218,249,251,252,253,254,255,277,471,472,474],thermo_styl:[],thermo_temp:[63,112,142,211,212,225,249,251,252,253,254,255,266,267,269,272,277,308,309,310,471,472,474],thermoberendsen:6,thermochem:478,thermochemistri:384,thermodyam:[472,478],thermodyanm:[63,211,305,328,463],thermodynam:[],thermophys:411,thermost:[6,146,197,213,218,234,324,474],thermostat:[],thermostatequ:6,thesi:[345,346,405,418],thess:367,theta0:[20,21,24,26,27,28,32,33,35,36,140,173,289,339],theta0max:140,theta10:366,theta1:[171,331,366],theta2:[171,331,366],theta3:[331,366],theta4:366,theta5:366,theta6:366,theta7:366,theta8:366,theta9:366,theta:[3,6,26,27,37,38,63,65,80,140,163,164,173,186,188,228,285,289,317,331,339,390,417,440,454,457,464],theta_0:413,theta_:[339,366],theta_c:390,theta_ijk:366,theta_ijl:331,theta_jik:[408,409],theta_pi:366,theta_sigma:366,thex:281,thi:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,475,476,477,478,479,480,481,482,483],thick:[71,118,188,204,457],thie:110,thijss:312,thin:[116,188],thing:[3,6,11,12,54,68,71,212,249,277,290,305,451,452,456,479],think:[3,6,7,8,11,13,189,290,328,333,336,348,353,391,419,420,438,452,456,459,479],third:[6,9,29,91,134,140,141,162,201,202,203,204,205,206,226,287,302,303,317,375,385,407,413,442,449,450,452,454,457],thirumalai:176,thistl:189,tho:383,thole:[],thompson:[0,5,7,9,13,112,140,141,427],thoroughli:9,those:[1,2,3,4,5,6,7,8,12,13,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,43,45,46,47,48,49,50,51,53,54,56,61,71,77,87,91,108,109,110,112,116,140,141,144,154,164,168,170,171,173,174,175,176,177,178,179,181,182,184,186,187,188,189,199,200,201,202,204,205,206,212,214,215,222,225,228,230,231,232,233,239,248,249,251,252,253,254,255,256,264,266,267,269,276,279,282,290,307,314,315,319,323,324,325,328,329,331,333,334,335,336,337,339,341,345,346,353,355,356,360,361,362,364,367,368,369,370,371,372,373,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,411,412,413,414,416,419,420,421,422,427,428,436,437,438,439,440,441,443,445,446,447,449,451,452,454,456,457,458,459,461,463,464,466,468,471,472,474,479,482,483],though:[6,8,12,16,39,40,63,71,91,104,164,187,189,199,204,209,210,212,214,219,250,288,290,292,301,313,320,330,345,348,355,380,381,382,384,385,387,388,404,405,411,449,454,456,457,462,466,479],thought:[147,233,267,290,321,322,352,388,395,474],thread:[1,3,9,12,16,17,18,230,318,360,467],threads_per_atom:3,three:[3,6,54,63,74,87,91,105,117,118,119,130,140,143,163,164,176,192,211,212,217,237,249,253,272,277,290,305,312,314,317,335,339,345,346,354,360,361,362,366,382,383,385,387,388,392,395,407,408,409,413,417,420,421,427,437,439,440,441,452,454,457,479],threebodi:437,thresh:[41,187,188,189,208,452],threshhold:[3,41,188,208,328,452],threshold:[3,41,86,189,208,271,356,420,449,468],thrid:452,through:[3,6,7,9,11,12,63,164,187,190,212,223,225,230,231,236,238,239,240,249,250,273,281,298,312,317,322,344,351,362,383,384,388,396,422,428,435,442,449,452,455,465,471,474],throughout:[6,16,116,118,318,360,454],thru:[3,6,7,11,12,66,74,75,81,89,90,93,103,104,105,106,159,186,187,189,203,246,305,325,330,344,353,359,457],thrust:1,thu:[1,2,3,6,8,9,11,12,18,33,38,39,41,42,50,59,61,63,64,66,67,70,71,72,73,75,77,81,88,90,91,93,103,104,106,108,109,113,114,115,116,117,140,141,144,147,152,154,159,160,161,164,166,167,168,172,177,183,184,186,187,188,189,190,192,193,194,195,196,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,220,222,226,227,228,229,230,231,233,234,239,244,249,253,263,271,277,279,281,285,288,290,291,292,293,294,298,299,302,303,304,305,306,308,309,310,312,313,316,317,319,320,321,322,325,326,327,328,330,331,337,345,346,348,351,353,354,355,359,360,361,362,365,366,367,368,369,370,371,372,373,374,375,376,380,381,382,383,384,385,386,387,388,391,392,393,394,396,400,404,405,406,407,408,409,411,412,414,416,417,418,419,420,421,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,449,451,452,454,455,456,457,458,459,461,462,463,464,466,468,469,470,471,472,474,478,479,480,481,482],thumb:[8,10,17,164,186,246,290,360,374,457,463],thz:285,ti2:163,ti3:163,ti4:163,tight:366,tightli:279,tij:379,tildeslei:[29,87,379],tile:[3,6,41,62,164,208,394,443,451],tilt:[3,6,57,58,59,71,152,166,187,189,204,212,214,215,228,247,249,250,271,280,346,348,454,457,472],time:[],time_integr:198,timedelta:202,timelin:5,timer:[1,12,14,17],timescal:[3,200,201,202,203,204,205,206,247,280,285,384,449,463],timespan:[233,234,249,277,290,308,309],timestamp:[3,459],timestep:[],timesteppnig:293,tin:[375,376],tine:202,tinfoil:346,tini:[164,353,366,480],tinker:7,tip3p:[],tip4:6,tip4p:[],tip:[],tirrel:322,titan:15,titer:290,titl:[201,202,203,204,205,206,278,420],title1:[201,202,203,204,205,206],title2:[201,202,203,204,205,206],title3:[201,202,203,204,205,206],tji:379,tl1:163,tl3:163,tlbr_msw:417,tlo:468,tloop:[249,250,253],tlsph:[2,122],tlsph_defgrad:122,tlsph_strain:[124,125],tlsph_strain_rat:[124,125,131],tlsph_stress:[121,131,132],tm3:163,tmax:[3,219,468],tmd:[],tmd_dump_fil:316,tmdatom:316,tmin:219,tmp1:[203,206,465],tmp2:[203,206,465],tmp3:465,tmp:[6,12,41,66,68,69,75,90,93,104,106,114,116,144,159,161,187,188,189,208,279,290,313,320,359,461,465,479],tobia:[249,250,290],todd:267,toe:158,toff:[354,454],togeth:[2,3,6,11,12,17,39,41,71,115,141,144,158,165,187,193,194,201,203,208,212,218,227,234,249,277,290,294,299,302,305,323,327,328,386,391,452,457,462,474,482],toggl:[59,168,461],togheth:3,togther:3,tol:[293,305,345,437],toler:[3,212,281,282,283,293,305,353,355,437,449,468],tomato:189,tong:[9,13],too:[1,3,6,7,39,41,64,67,70,72,73,77,88,140,152,165,167,188,208,209,210,212,215,222,225,229,249,272,277,281,285,287,293,305,312,313,317,320,346,355,356,360,380,449,457,468,471,474,479],took:[71,428],tool:[],toolkit:[6,7,13,14,15],top:[0,3,8,9,11,12,13,59,147,186,192,207,214,229,236,248,267,291,324,325,327,355,360,419,420,427,454,458,464],top_group:299,top_veloc:299,topic:[479,482],toplog:[3,451],topolgi:40,topolog:[2,3,6,7,8,12,13,39,40,87,108,115,167,168,189,209,210,230,275,354,391,411,451,454,455,456,458,459,466],topwal:207,torder:290,torqu:[],torsion:[6,171,172,183,362,419,420],torsion_flag:362,tosi:367,tot:285,total:[3,6,11,12,14,15,16,17,18,39,41,63,71,81,88,89,90,91,98,102,103,104,105,107,109,110,117,122,123,124,125,127,128,129,130,131,132,133,140,141,142,144,145,146,147,150,151,152,153,154,156,158,160,161,162,187,192,195,196,199,201,203,204,205,207,208,210,216,218,220,223,224,225,226,231,233,234,235,236,237,239,247,250,253,263,272,273,275,276,280,285,287,289,290,291,292,294,296,299,302,304,313,314,315,317,320,322,326,345,353,354,355,356,357,360,361,363,365,366,375,382,384,388,407,408,409,417,419,420,424,427,443,449,451,452,456,462,463,468,469,472,479],touch:[12,231,323],toukmaji:[346,379],toward:[9,29,162,188,192,215,216,231,236,248,253,271,288,302,316,318,339,355],toxvaerd:401,tpa:360,tparam:290,tpartial:144,tpc:360,tpcpu:472,tperiod:290,tptask:[16,360],tqx:[113,187,307],tqy:[113,187,307],tqz:[113,187,307],trace:384,track:[3,7,12,210,214,236,317,327,449,454,460,468,472,479],track_displac:198,tracker:230,trade:[6,12,282,345,346,376,396,400,463,468],tradeoff:411,tradit:[6,346],traffic:12,trail:[2,22,44,77,87,116,158,168,172,189,193,194,290,332,350,354,355,373,385,407,420,427,448,454,462,464],train:420,traingul:301,traj:213,traj_titl:420,trajectori:[3,6,12,39,87,187,230,249,251,252,254,255,256,257,259,260,262,264,265,266,267,268,269,273,290,293,294,298,318,327,380,411,420,456,464,474,478],tran:[175,176],transfer:[1,6,16,198,218,230,232,313,317,320,345,360,366,474],transform:[],transit:[6,86,248,294,316,355,377,404,409,441,449,468],translat:[3,6,61,63,94,95,96,97,98,143,144,148,157,201,225,229,233,234,239,249,254,255,266,269,273,290,308,309,310,312,348,384,454,472],transmiss:230,transmit:[6,230],transpar:[14,17],transport:[198,317,429],transpos:12,trap:[3,6,91,160,202,231,319,479],trapezoid:[202,479],trate:[3,214,230],travel:305,treat:[2,3,6,8,17,40,42,71,82,84,85,141,143,157,168,185,201,202,203,206,215,224,250,272,275,276,290,305,317,319,326,330,344,345,353,354,356,365,378,384,385,387,390,394,408,409,421,443,454,457,459,462,464,474,479],treatment:[9,285,378],tree:[3,275,404],tref:381,tri:[],tri_surfac:[120,301],trial:[215,225,363,463],triangl:[2,3,6,7,40,42,82,113,134,162,192,265,290,301,305,425,436,443,454,464],triangleflag:454,triangul:[2,6,13,301,425],triangular:[4,6,42,82,113,212,265,301,425,454],tricki:[451,474],triclin:[],triflag:6,trigger:[3,11,12,62,86,208,211,225,353,472],trigon:25,trilinear:236,trilino:17,trim:[3,455],tripflag:419,tripl:[2,140,214,366,419,450,452],triplet:[3,34,37,383,413,417,437,439,440,441],trivial:[8,11],trj:420,trott:[7,9,14,17,140,427],troubl:[11,12],truli:8,truncat:[3,5,6,12,71,279,285,322,326,352,364,376,384,388,396,398,401,411,416,464],trung:15,tscale:[3,247,280],tschopp:67,tsige:370,tsrd:[305,327],tstart:[226,227,233,235,249,250,290,308,309,310,311,380,460],tstat:[],tstop:[226,227,233,235,249,250,290,308,309,310,311,380,460,468],tsuzuki:73,tthi:127,ttm:[],ttm_mod:317,tucker:[140,427],tuckerman2006:249,tuckerman:[249,250,268,273,290,463],tune:[],tunnel:273,turn:[3,4,6,12,22,33,37,39,44,50,54,55,59,65,69,71,108,115,140,163,168,172,177,183,188,189,192,199,209,210,211,212,225,230,249,261,275,278,279,290,305,332,337,340,345,353,355,356,358,360,362,378,390,391,407,411,420,435,436,450,454,456,461,466,467,472,476,481],turquois:189,tutein:362,tutori:[6,9],tweak:[12,164,230],twice:[3,6,16,17,63,88,170,189,192,193,194,212,246,249,283,360,391,452,454,461],twin:67,twist:[405,406],two:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,22,38,39,41,42,44,54,56,57,59,61,63,65,68,69,71,76,77,79,87,88,92,107,108,113,114,115,116,117,118,140,143,146,147,149,150,152,158,162,163,164,165,167,172,186,187,188,189,192,193,194,199,200,201,202,203,204,205,206,208,209,210,211,212,215,218,222,225,226,227,229,231,232,233,234,236,239,248,249,250,253,271,272,273,276,277,279,280,281,285,287,290,294,302,305,312,313,315,317,320,323,326,328,330,332,341,345,346,348,350,351,353,354,355,358,360,361,362,363,365,366,367,368,369,370,373,374,375,376,378,379,380,381,382,383,384,385,387,388,391,394,395,396,400,404,405,406,407,411,414,417,418,419,420,421,423,427,428,435,436,437,439,440,441,442,443,446,447,448,449,451,452,454,455,456,457,458,461,464,466,468,469,471,472,474,478,479,480,481,482,483],two_temperatur:198,twobodi:[439,441],twogrid:3,twojmax:[140,427],twolevel:[3,451],txt2html:8,txt:[8,12,13,187,190,278,279,317,343,354,395,444,459,479],typcial:[41,208],type1:[77,118,163],type2:[77,118,163],type:[],typen:[77,118,163],typic:[1,2,3,6,7,8,10,11,12,13,14,15,16,17,18,29,39,40,41,45,46,55,57,59,61,63,70,71,86,87,102,107,119,128,158,162,164,165,167,187,188,189,192,193,194,195,197,198,201,208,209,210,211,212,214,215,220,222,223,225,228,234,249,261,272,275,276,279,281,283,289,290,293,295,297,305,312,320,321,327,345,348,352,353,354,355,356,357,360,371,373,374,376,386,387,390,391,395,396,400,405,406,407,411,421,424,426,436,438,441,449,450,452,454,455,456,457,463,466,468,469,471,478,479,481,483],typicali:12,tzou:317,u_f:236,u_ij:417,u_prom:366,uberuaga:[248,355],ubiquit:[11,366],uhf:363,uiuc:[9,17],uloop:[3,273,355,359,479],ulpsh:2,ulsph:2,ulsph_num_neigh:129,ultim:468,ultra:162,umbrella:[],umin:[26,27,48,49,173],unabl:[3,11,41,208],unaffect:[187,212,249,290,455,466,471],unalt:[193,194,261],unambigu:[71,204],unari:[330,479],unbalanc:3,unbias:[152,384],unbond:[210,454],unbroken:80,uncertainti:40,unchang:[59,212,215,248,249,251,252,254,255,263,277,290,454,455,458,464],uncharg:[40,346],uncom:[1,4],uncompress:[12,71,188],uncomput:[],uncorrel:[226,312,449],uncoupl:273,undefin:[3,12],under:[0,5,6,7,8,9,10,12,18,21,22,44,140,171,172,188,230,247,276,280,281,331,332,350,384,404,420,427,452,468,474],underestim:162,underflow:188,undergo:[6,86,87,152,226,233,234,294,305],undergon:[211,305],underli:[12,17,70,188,249,317,348],undermin:39,underpredict:6,underscor:[2,3,63,192,211,212,247,249,251,252,253,254,255,266,267,269,277,279,308,309,310,330,354,479],understand:[1,6,8,225,250],understood:[187,366],undesir:[59,212,214,249,290],undetermin:305,undisturb:[405,406],undo:[168,230],undump:[],unexpect:[3,460],unfix:[],unfix_flux:198,unfold:303,unfortun:[318,462,463],uniaxi:[3,143,253],uniform:[7,16,41,88,116,198,208,209,210,233,236,239,250,312,381,387,421,449,451,479,480],uniformli:[59,116,186,236,276,317,417,438,480],uninstal:12,uninterrupt:[199,215,225,246,247,249,251,252,253,254,255,266,267,268,269,279,280,290,294,304,307,315,317,323],union:[3,6,40,189,326,328,454,457],uniqu:[3,6,7,8,9,12,39,71,122,226,227,233,234,253,279,285,287,355,382,384,454,479,480],unit:[],unit_styl:3,uniti:[383,411,431],unitless:[64,67,70,71,114,169,201,204,205,214,225,247,249,280,323,353,363,388,414,416,437,439,440,441,478],unitlesss:[78,80,111],univ:[9,13],univers:[3,6,9,12,13,18,87,230,345,346,355,359,405,409,416,418,441,448,451,479],universit:[9,13],unix:[12,17,232,465],unknown:[3,12,64,73,454],unless:[2,3,11,12,15,16,18,55,57,67,118,149,163,164,187,189,190,197,212,215,225,233,249,251,252,254,255,276,277,290,305,316,347,353,374,411,438,452,457,461,466,479],unlik:[12,33,50,59,89,104,154,164,177,187,233,249,253,277,283,285,308,309,310,337,344,345,361,366,382,385,390,391,395,407,408,409,420,427,436,451,456,461,466,479,483],unlimit:417,unlucki:3,unmark:7,unmodifi:306,unnecessari:16,unoccupi:317,unoptim:188,unpack:[0,8,11,360],unpack_bord:8,unpack_border_bodi:8,unpack_border_hybrid:8,unpack_border_vel:8,unpack_comm:8,unpack_comm_bodi:8,unpack_comm_hybrid:8,unpack_comm_vel:8,unpack_exchang:8,unpack_restart:8,unpack_revers:8,unpack_reverse_comm:8,unpack_reverse_hybrid:8,unpad:189,unperturb:87,unphys:[3,6,234,249,290,454],unpredict:[288,464],unrecogn:3,unrel:[8,9,13,170],unreli:411,unrestrain:289,unrestrict:363,unscal:[3,113,158,187,307,455],unset:[345,384],unshift:379,unsmooth:402,unsolv:[357,371],unsort:189,unspecifi:[214,454],unsplit:474,unstabl:[3,236],unstrain:214,unsuccess:[3,276],unsupport:3,untar:12,until:[2,3,6,12,14,38,39,41,56,71,119,184,188,208,212,215,225,230,276,298,305,307,314,330,344,345,356,359,360,366,388,438,449,455,459,460,462,468,478,479],untilt:457,unus:366,unusu:[3,8,356],unwant:[3,164,345],unwrap:[3,66,74,75,81,89,90,93,103,104,106,113,141,159,187,189,190,200,211,213,230,246,290,302,307,454,455,458,464],unwrapexpand:187,unzip:12,up_intern:188,updat:[0,3,6,8,12,13,123,124,125,135,136,137,138,187,192,209,210,218,223,226,233,234,236,238,239,242,243,246,247,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,275,277,279,280,285,290,297,298,307,308,309,310,312,317,328,360,366,379,411,419,420,426,449,454,456,464,465,468,474],upenn:[11,13],upgrad:12,upon:[6,199,230,366,442,468],upper:[2,3,41,57,59,71,88,103,105,153,160,186,189,202,204,205,208,212,218,234,236,249,280,285,322,323,328,329,353,388,457,480],upsid:6,upsilon:387,upto:[3,456,462],upward:215,urbana:[230,345,346,405],urey_bradlei:20,usa:9,usabl:[12,225,382],usag:[3,6,8,234,271,285,305,391,404,454],use_ldg:17,useful:360,user:[],user_misc:[30,31,35,174,179,182,335],userguid:9,usr:[11,12,14,455],usual:[2,3,6,9,12,14,17,18,24,28,32,35,36,47,71,87,117,143,144,146,149,157,162,181,187,193,194,199,201,211,212,213,214,225,228,233,235,247,253,272,280,281,287,289,290,305,313,317,320,322,326,330,336,343,355,356,360,371,374,377,379,387,391,392,395,404,405,406,411,413,423,424,425,426,427,437,442,449,455,459,463,465,468,471,472,479,483],util:[17,18,360,387],utilizi:12,utsa:416,utsph_strain_r:137,uttormark:13,uuml:272,uwo:9,v11:6,v22:6,v33:6,v_0:[3,317],v_a:[8,214],v_abc:[452,472,479],v_area:[2,479],v_atomfil:464,v_c:158,v_cluster:279,v_dc:158,v_delta:87,v_dhug:[247,280],v_diff:[160,319],v_displac:214,v_dk:158,v_dlj:158,v_drai:[247,280],v_dx:[246,457],v_dy:[246,457],v_dz:246,v_e_hbond:390,v_ea:[419,420],v_eb:[419,420],v_eqeq:[419,420],v_espac:195,v_f:452,v_fac:452,v_flux:229,v_foo:[452,479],v_ij:417,v_increas:228,v_integr:319,v_jx:91,v_jy:91,v_jz:91,v_k11:91,v_k22:91,v_k33:91,v_k:158,v_ke:[187,482],v_left:457,v_lgr_po:[247,280],v_lgr_vel:[247,280],v_linear:[322,325,327],v_lj:158,v_mol:189,v_mu:405,v_myi:246,v_myindex:479,v_myke:117,v_mystep:461,v_myvar:[8,189],v_myx:246,v_n:236,v_name1:[158,214],v_name2:[158,214],v_name:[3,6,71,87,117,187,188,189,193,194,195,196,200,201,202,203,204,205,206,207,220,228,229,231,233,234,246,292,299,307,308,309,310,319,322,325,327,452,457,461,464,470,472,479,480],v_nstep:328,v_occ:386,v_omega:246,v_oscil:[195,196,207,220,292],v_phi:228,v_prefactor:[193,194,428],v_press:141,v_pressdown:[325,327],v_push:195,v_pxy:6,v_pxz:6,v_pyz:6,v_r0:231,v_r1:162,v_r2:162,v_r:[162,231],v_rad:328,v_radiu:231,v_ramp:[322,325,327],v_rate:[214,231],v_scale1:[193,194],v_scale2:[193,194],v_size:[193,194],v_t_qm:280,v_temp:313,v_theta:[228,457],v_tp:214,v_up:457,v_v0:479,v_v11:6,v_v22:6,v_v33:6,v_v:[246,479],v_valu:[188,452],v_vx:246,v_vy:246,v_vz:[246,480],v_wiggl:[322,325,327],v_x:[2,164,231,246,322,325,327,452,457,479],v_xave:6,v_xmax:6,v_xx:164,v_y:[164,231,457],v_yi:164,v_z:457,vacanc:[4,162,314],vacf:[],vacuum:[317,346,377,441,447],valanc:366,vale:3,valenc:[283,366,384,419,420],valent:366,valeriu:9,valid:[2,3,6,9,11,12,71,118,150,163,188,189,212,225,233,271,290,305,328,330,343,348,382,384,387,417,454,455,462,464,479],vallon:407,valon:407,valu:[],value0:479,value1:[12,144,200,201,202,203,204,205,206,253,319,328,465],value2:[12,144,200,201,202,203,204,205,206,253,319,328,465],valuei:202,valuej:202,valuev:[7,9],valus:279,van:[9,53,87,107,277,281,286,308,374,375,404,407,419,420,446,480],vanderwa:[411,472],vanilla:[6,8,12],vanillia:42,vanish:[218,285,293],vapor:[41,208,225,471],vapour:312,var1:465,var2:465,varaibl:[3,457],vare:317,vari:[1,18,41,61,62,71,87,118,152,154,163,193,194,198,201,202,204,208,212,214,247,249,277,289,290,308,309,317,322,345,371,380,389,402,405,416,428,438,451],variabl:[],variable_hill_factor:13,variable_nam:420,varianc:[117,380,479],variant:[1,3,6,12,83,98,253,290,345,352,360,408,409,439,441,463,467,480],variat:[41,208,479],varieti:[1,2,6,7,13,15,71,188,230,348,391,407,419,420,436,479],variou:[],varreturn:452,varshalovich:140,varshnei:13,vartiabl:3,vbia:6,vcm:[],vdim:[153,313,320,480],vdisplac:[3,231,246,322,325,327,479],vdw:[3,375,420],vec1:[117,279],vec2:[117,279],vec:271,vector:[],vel:[3,6,61,201,204,205,214,234,276,294,324,380,384,388,449,456,457,459,474],veld:[13,305,346,370,400],veloc:[],velocit:[229,380,384,388],velocity_bottom:236,velocity_gradi:426,velocity_temp:480,velocity_top:236,vendor:12,verbatim:452,verbos:12,veri:[1,3,6,7,8,9,10,12,13,17,41,71,87,117,187,188,189,200,201,202,203,204,205,206,208,209,210,212,225,239,249,250,261,273,288,293,308,309,319,355,356,357,360,384,388,405,406,416,427,428,438,462,472,474,478,481],verifi:[8,360,411,463,469],verlag:294,verlet:[1,3,7,8,12,18,198,233,249,261,267,273,293,306,317,325,328,448,451,463],versa:[3,6,13,59,158,166,211,231,233,234,290,454,455,474],versu:[6,14,15,16,18,39,41,80,103,104,116,160,189,208,290,293,346,370,379,388,400,411,472,479],vertex:[134,301],vertic:[2,41,134,188,208,215,301,479],vfinal:479,vfrac:113,vhi:[153,480],via:[],vibrat:[6,9,215,227,271,280,285,339,384,449,463],vice:[3,6,13,59,158,166,211,231,233,234,290,454,455,474],video:188,view:[4,6,7,9,13,187,188,305,366,384,385],viewer:[187,188],viewpoint:188,vij:380,vika:13,vim:[],vincent:[9,19],violat:312,violet:189,virial:[3,63,91,112,140,141,158,193,194,212,218,249,250,251,252,253,254,255,275,277,290,293,345,360,363,380,381,384,392],virialmod:392,virtual:[6,7,8,12,437],virut:9,visa:7,viscoelast:[111,388,416],viscoelsat:416,viscos:[],viscou:[],viscous:290,visit:[291,419,420],vista:187,visual:[],viz:[11,13],viz_tool:11,vizplotgui_tool:11,vizualiziton:291,vlo:[153,480],vmax:[212,305],vmd:[6,7,9,11,13,187,190,230,455],vmdarch:190,vmdhome:190,vname:[164,479],voigt:[6,140],vol:[2,6,8,91,126,141,218,234,276,407,441,450,472,479],volfactor:345,volt:[418,478],volum:[2,3,6,40,41,58,59,63,80,87,91,100,112,116,118,126,130,139,141,162,163,164,167,199,201,204,205,208,212,214,215,225,236,247,249,250,253,256,257,259,260,262,264,265,266,267,268,269,276,277,280,290,294,317,322,326,328,345,348,354,368,405,406,416,433,434,447,450,451,454,457,464,472,474,478,479],volumetr:80,von:[133,138],voro:[3,9,162],vorobyov:474,voronoi:[],voter2:[449,468],voter:[408,409,449,468],voth:[40,273],vpz:324,vratio:479,vri:389,vrpn:230,vshear:323,vstream:6,vtarget:[3,320],vtk:[],vv0210:13,vx0:160,vxcm:290,vxhi:[215,276],vxlo:[215,276],vy0:160,vycm:290,vyhi:[215,276],vylo:[215,276],vz0:160,vzcm:290,vzhi:215,vzi:324,vzlo:215,w_1:140,w_2:140,w_i:140,w_ik:417,waal:[87,107,374,375,404,419,420,446],wadlei:[13,366],wag:[7,9,13],wagner:[7,9,198,236,407],wai:[1,2,3,6,7,8,11,12,15,18,22,44,59,63,65,66,69,71,75,77,79,87,90,91,92,93,104,106,108,114,115,116,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,159,161,164,167,172,184,186,187,188,189,192,193,194,201,203,204,206,207,210,211,212,214,223,226,231,233,234,236,247,249,253,261,273,277,279,288,290,291,294,302,305,307,308,309,310,313,316,317,319,322,325,327,328,332,333,334,336,339,346,348,350,353,355,356,360,361,362,373,376,377,380,381,382,383,385,387,390,391,393,396,407,408,409,411,413,417,418,421,427,428,435,437,439,441,448,449,452,454,455,457,458,459,462,463,464,479,480],wait:[1,12,230,272,449,451],walk:[3,226,233,234],wall:[],wall_surac:134,wall_surfac:[134,298],wallhi:322,wallstyl:323,wander:302,wang:[346,407,417],want:[0,1,2,3,5,6,7,8,9,11,12,17,38,40,56,63,66,68,71,75,81,90,93,103,104,106,107,109,110,112,114,116,141,144,159,160,161,164,167,170,184,187,188,189,192,193,194,195,200,201,208,211,214,215,218,220,223,225,231,234,244,263,271,276,279,289,290,292,302,304,306,313,315,320,322,326,328,330,346,348,355,361,362,366,374,375,380,382,385,391,392,393,407,413,417,419,420,428,437,438,439,441,443,450,452,454,455,456,457,459,461,462,472,474,479,481,483],ward:366,warm:[16,384],warn:[],warner:361,warp:[5,407],warranti:7,warren:380,wasn:3,wast:3,watanab:[314,315],watch:355,water:[],watkin:181,wave:[7,9,40,197,247,284,324,363,384],wavefunct:[9,363,384],wavelength:[118,163],wavepacket:[40,363,384,454],wavevector:272,wbodi:83,weak:281,web:[1,8,14,15,16,17,373],webb:198,weber:[3,5,7,15,88,383,409,417,436,437,466],websit:8,weckner:416,weight:[],welcom:452,well:[1,3,6,7,8,9,11,12,13,15,16,17,18,27,40,51,67,71,112,141,143,150,164,173,188,189,195,199,201,206,208,209,210,212,215,220,225,229,233,236,240,246,249,253,276,290,292,299,312,315,323,353,355,360,365,386,387,390,391,392,405,406,407,421,428,439,440,441,452,454,456,458,463,468,474,478,482],wennberg:345,went:[3,11],were:[3,4,5,6,7,11,12,13,15,16,18,19,34,41,42,52,56,60,70,71,109,112,116,142,144,164,167,168,180,187,189,192,195,201,203,204,205,206,208,214,220,222,229,230,261,267,291,323,324,328,338,345,357,359,384,388,391,395,416,420,449,451,452,454,455,456,457,459,461,469,472,479,480,482,483],weren:459,western:9,westview:446,what:[],whatev:[8,12,14,15,108,113,116,117,119,188,189,193,194,212,249,277,279,323,348,352,353,355,360,372,374,419,420,468,474,479],wheat:189,whelan:163,when:[0,1,2,3,4,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,61,62,63,71,81,86,88,103,104,105,107,109,112,113,117,119,142,143,147,151,152,160,162,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,219,220,221,222,223,224,225,227,228,230,233,236,237,239,240,244,249,250,251,252,253,254,255,256,261,263,264,266,267,269,271,275,276,277,278,279,280,282,283,284,285,289,290,291,292,293,294,302,303,305,306,307,308,310,312,313,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,333,334,335,336,337,339,340,341,342,343,344,345,346,348,351,352,353,354,355,356,357,359,360,361,362,364,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,416,417,419,420,421,422,427,428,435,437,438,439,440,441,443,445,446,447,449,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,471,472,473,478,479,480,481,483],whenev:[0,8,12,14,71,189,200,205,290,348,390,452,463,467,479,483],whenth:3,where:[1,3,6,8,9,10,11,12,14,15,18,21,23,24,25,26,27,28,29,32,35,36,37,39,40,41,43,47,48,49,51,55,61,63,65,66,68,69,70,71,73,75,79,80,82,83,84,85,87,88,89,90,92,93,94,95,96,97,98,104,106,108,112,113,114,115,116,117,118,119,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,159,161,163,165,167,168,171,173,183,187,188,189,192,193,194,195,196,199,201,202,204,207,208,211,212,214,215,219,220,222,223,225,226,227,228,229,231,233,234,235,236,239,240,242,244,246,247,250,253,261,264,270,271,272,273,276,278,279,280,283,285,290,291,292,293,294,298,299,302,304,307,308,309,310,313,314,315,317,320,321,322,323,325,326,327,328,331,333,334,335,336,339,340,341,343,346,348,352,353,354,355,356,357,360,361,362,365,366,367,369,373,374,375,376,377,378,379,380,382,383,384,385,386,387,388,389,390,391,392,393,396,400,405,406,407,408,409,411,413,414,416,417,418,419,420,421,427,430,433,434,435,436,437,438,439,440,441,446,447,448,449,451,452,454,456,457,458,459,461,463,464,466,468,469,470,471,472,474,478,479,480,481,483],wherea:[6,11,199,226,249,281,312,317,474],wherebi:282,wherev:229,whether:[6,8,11,12,16,17,39,40,54,59,61,63,70,71,102,107,109,151,152,184,188,189,191,192,193,194,201,206,209,210,211,212,213,214,218,222,225,234,246,249,253,279,293,305,313,319,320,328,330,343,345,346,354,358,360,369,371,375,389,391,395,405,406,407,411,420,436,449,452,454,455,457,459,466,467,468,471,479,480],which:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,28,29,32,33,37,38,39,40,41,42,44,45,46,47,50,51,53,54,55,56,58,59,61,63,64,66,67,70,71,72,73,74,75,76,77,78,80,81,82,83,85,87,88,89,90,91,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,175,176,177,178,181,183,184,186,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,239,240,243,244,246,247,248,249,250,251,252,253,254,255,257,259,261,262,264,265,266,267,268,269,271,272,273,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,299,301,302,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,322,323,324,325,326,327,328,330,331,332,334,336,337,340,341,343,344,345,346,348,350,351,352,353,354,355,356,357,359,360,361,362,363,365,366,367,369,370,371,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,399,400,402,404,405,406,407,408,409,411,413,414,415,417,418,419,420,421,422,423,424,425,426,427,428,431,436,437,438,439,440,441,442,443,446,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,479,480,481,482,483],whichev:[12,359,449,468],white:[189,226,233,234,235,290,309,317,454,479,482],whitesmok:189,whitespac:[2,3,189,354,454],who:[0,3,6,7,8,9,13,361,382],whole:[218,230,272,285,294,474],wholli:215,whose:[3,6,7,8,19,38,39,56,59,76,87,149,167,184,188,189,214,231,232,246,249,251,252,254,255,271,272,288,289,293,305,319,326,328,348,355,356,384,398,423,425,437,438,439,441,474,479,480],why:[3,6,234,313,320],wide:[1,6,7,9,61,63,192,313,320,348,357,371,374,384,419,420],wider:1,width:[188,189,363,386],wiggl:[3,214,246,298,322,323,325,327,457],wigner:140,wih:6,wiki:14,wikipedia:[6,14],wild:[3,12,22,44,77,87,116,172,193,194,290,332,350,373,390,448,456,461,481,483],wildcard:[3,12,158,168,187,188,189,287,373,461,464,482,483],wildli:249,win:360,window:[3,4,12,13,71,187,188,190,201,202,203,204,205,206,230,291,310,311,373,455],wipe:[192,391,436,475,477],wire:289,wirt:189,wisconsin:13,wise:[3,12,380,437,463],wish:[2,3,5,6,7,8,11,12,14,17,57,58,59,71,117,141,144,165,166,168,170,187,189,200,201,202,204,205,206,210,214,215,222,225,231,236,240,276,279,290,293,305,306,322,323,348,355,360,369,390,391,407,411,419,438,452,454,455,456,462,466,472,479,480,483],within:[1,2,3,6,8,9,11,12,13,15,16,17,29,39,40,41,42,55,59,61,63,65,69,70,71,72,73,77,79,92,108,112,115,116,117,119,122,140,155,164,167,188,189,193,194,199,200,201,203,204,205,206,208,209,210,211,215,217,222,225,231,233,271,275,276,277,279,281,290,291,293,295,297,301,302,306,317,320,322,326,328,330,344,348,353,354,355,356,357,360,365,367,369,376,381,382,383,384,386,391,392,395,396,407,414,415,416,421,422,436,437,439,440,441,442,449,451,452,454,462,463,466,468,474,478,479],without:[1,2,3,4,6,7,8,9,11,12,14,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,87,109,112,142,151,165,170,171,173,174,175,176,178,179,181,182,184,187,188,189,190,192,195,201,203,204,205,206,207,212,214,221,224,226,228,230,233,246,249,251,252,253,254,255,256,264,266,267,268,269,276,279,281,282,284,288,290,291,292,293,298,305,308,310,321,325,329,331,333,334,335,336,339,341,344,345,346,355,356,360,361,362,364,367,368,369,370,371,372,373,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,411,412,413,414,416,420,421,422,428,436,437,438,439,440,441,443,445,446,447,452,454,462,463,472,474,478,479],witht:9,witi:15,wolf:[],wolff:[411,438],won:[3,288,406],wong:[198,366],word:[2,3,6,8,12,29,63,189,192,199,200,201,202,204,205,206,213,231,258,263,278,283,289,319,330,344,374,411,450,452,454,479,480],work:[1,3,6,7,8,9,11,12,14,16,18,39,54,59,60,88,117,118,143,145,146,147,151,152,153,154,156,157,162,163,187,188,190,193,194,201,204,205,211,223,232,233,234,236,240,246,249,254,255,266,267,268,269,287,289,291,293,308,309,310,315,344,356,360,373,375,378,380,391,405,406,407,411,449,451,452,455,456,458,462,463,465,468],workaround:[290,411,480],worker:[12,419,420],workhors:8,workstat:[360,452],world:[3,12,140,344,355,359,448,451,452,469,479],worlei:380,worri:17,worsen:18,worst:326,worth:[201,202,203,204,205,206,280,291],would:[1,3,4,5,6,7,8,11,12,22,29,37,40,41,42,44,55,70,71,89,91,116,141,144,152,164,165,166,167,172,183,187,189,190,192,193,194,196,199,201,208,211,213,214,218,219,222,225,228,229,230,234,246,249,250,261,271,273,277,279,281,285,288,305,312,316,324,325,328,330,331,332,333,334,336,337,340,345,348,350,352,353,355,356,359,360,361,362,366,373,374,375,376,380,381,382,383,385,391,392,393,407,408,409,413,417,419,420,424,426,427,437,439,440,441,449,452,454,457,458,459,461,462,463,464,465,469,471,472,474,479,480,482,483],wrap:[1,3,6,11,12,57,59,164,166,186,187,189,190,200,205,213,214,215,230,236,246,290,302,305,322,324,326,345,346,355,452,454,455,457,462],wrapper:[],wrigger:294,wright:353,writabl:3,write:[],write_atom_weight:198,write_data:[],write_dump:[],write_freq:420,write_head:8,write_restart:[],writen:291,written:[3,5,6,7,8,9,12,13,14,17,65,69,115,140,162,187,188,189,190,192,193,194,195,196,197,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,218,219,220,221,222,223,224,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,248,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,302,303,305,306,308,309,310,311,312,313,314,316,317,319,320,321,322,324,325,326,327,329,343,348,356,382,391,444,446,449,450,452,455,456,460,461,468,469,470,471,479,481,482,483],wrong:[3,11,212,249,270,322,326,327,356,420,456,461],wrote:[3,456],wt1:411,wt2:411,wt3:411,www:[0,2,3,4,5,6,7,8,10,11,12,13,15,361,382,405,418,419,420,478],x86:12,x_ij:417,x_ijkl:331,x_kjli:331,x_ljik:331,xave:6,xavx:16,xcm:[8,290,479],xdr:[12,187],xeon:[1,4,7,9,12,16,17,18,360,467],xflag:[151,152,237,239,245,290,312],xhe:103,xhi:[2,6,57,59,166,187,214,316,322,325,327,454,457,472,479],xhi_bound:[6,187],xhi_new:454,xhost:[12,16],xi_ij:417,xiaowang:[13,385,439,441],xiij:271,xlat:[164,214,231,472],xlo:[2,6,11,57,59,166,187,214,231,316,322,325,327,454,457,472,479],xlo_bound:[6,187],xlo_new:454,xmax:[6,197,219,261,479],xmgrace:[],xmin:479,xml:[190,418],xml_label:418,xmovi:[],xmu:[323,388],xplane:323,xplor:187,xpo:164,xrd:[],xsph:9,xsu:[3,187,455],xt3:187,xt4:[18,187],xt5:[18,187],xtc:[3,6,7,9,12,187,188,189,190],xtcdump:189,xvf:12,xwall:[324,325,327],xxx:12,xyz:[3,6,7,13,42,66,71,106,108,152,159,164,187,188,189,190,204,212,239,249,250,253,277,287,288,290,302,304,323,325,327,347,354,451,455,480,482],xzhou:[13,385],xzy:451,yang:417,yb2:163,yb3:163,ybox:214,ycm:290,year:[5,7],yeh:345,yellow:[188,189],yellowgreen:189,yet:[3,7,9,17,39,188,193,281,287,322,346,352,353,360,372,374,375,384,446,452,454,455,479,481,482],yflag:[151,152,237,239,245,290,312],yhi:[6,59,166,187,214,316,322,325,327,454,457,472],yhi_bound:[6,187],yield:[6,91,110,117,141,147,152,189,202,212,218,249,267,281,313,319,320,323,328,345,365,380,388,411,416,472,479],yip:314,ylat:[164,214,231,472],ylo:[6,59,166,187,214,316,322,325,327,454,457,472],ylo_bound:[6,187],ymax:[197,479],ymin:479,york:[273,346],yoshida:[249,290],you:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,56,57,58,59,61,63,66,68,71,73,74,75,77,81,87,88,89,90,91,93,102,103,104,106,107,109,110,112,114,116,117,140,141,142,143,144,147,151,152,157,158,159,160,161,162,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,192,193,194,195,196,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,244,246,249,251,252,253,254,255,256,261,263,264,266,267,268,269,272,273,275,276,277,279,281,282,285,288,289,290,292,293,294,302,304,305,306,308,309,310,311,313,314,315,316,317,319,320,321,322,323,325,326,327,328,330,331,333,334,335,336,337,339,341,344,345,346,348,350,352,353,354,355,356,359,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,411,412,413,414,415,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,437,438,439,440,441,443,445,446,447,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,471,472,474,478,479,480,481,483],young:[388,423,425],your:[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,59,61,107,109,112,142,143,147,151,157,162,164,165,166,167,168,170,171,173,174,175,176,178,179,181,182,184,186,187,188,195,198,202,203,206,207,209,210,211,212,215,221,224,225,228,230,233,246,249,251,252,253,254,255,256,264,266,267,269,276,279,282,288,290,292,293,294,307,308,310,313,317,319,320,321,322,323,326,327,328,331,333,334,335,336,339,341,346,348,354,355,356,359,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,411,412,413,414,416,417,419,420,421,422,428,437,438,439,440,441,443,445,446,447,448,451,452,454,456,457,458,461,462,463,464,465,466,467,471,472,478,479,481,483],yourself:[6,8,12,13,212,354],yplane:323,ypo:164,ysu:[3,187,455],yuan:9,yukawa:[],yukawa_1_1:444,yxz:451,yzx:451,z_i:[384,441,447],z_j:[441,447],z_meam:407,zachari:13,zannoni:387,zbl:[],zblcut:441,zblcutinn:427,zblcutout:427,zblexpscal:441,zblz:427,zcm:290,zcylind:323,zepeda:199,zero:[3,4,6,9,11,12,26,27,39,41,48,49,59,61,63,66,71,75,87,88,90,93,102,103,104,105,106,108,109,110,112,113,114,115,116,117,118,121,140,141,143,144,145,152,153,156,157,159,161,162,163,164,166,167,168,170,173,182,184,186,187,188,189,192,193,194,195,197,199,200,201,202,203,204,205,206,207,208,209,210,212,214,219,220,221,222,224,225,226,227,229,233,234,235,236,237,239,245,246,247,249,253,261,264,273,278,279,280,281,282,285,287,288,290,291,292,293,296,297,299,305,307,312,313,315,317,320,321,322,323,324,325,327,328,329,330,335,348,351,353,354,355,356,360,363,366,367,369,370,371,374,376,379,380,384,387,389,390,391,392,396,398,400,401,404,406,407,411,416,420,421,422,435,438,442,447,449,450,451,454,455,457,459,461,462,463,464,468,469,472,474,479,480,481,483],zeta:[3,236,281,385],zfactor:188,zflag:[151,152,237,239,245,290,312],zhang:[290,313,388],zhi:[3,6,166,187,197,316,322,325,327,454,457,472],zhi_bound:[6,187],zhou:[13,366,385,417,439,441],zhu:434,ziegenhain:13,ziegler:[275,407,436,441,447],zimmerman2004:198,zimmerman2010:198,zimmerman:[9,70,198,366],zlat:[214,231,472],zlo:[3,6,166,187,197,316,322,324,325,327,454,457,472],zlo_bound:[6,187],zmax:[197,236,479],zmin:[236,479],zn2:163,zone:[118,291],zoom:[3,187,188,189],zplane:323,zr4:163,zrest:304,zsu:[3,187,455],zwall:322,zwall_veloc:236,zxy:451,zybin:420,zyx:451},titles:["LAMMPS Documentation","5. Accelerating LAMMPS performance","3. Commands","12. Errors","7. Example problems","13. Future and history","6. How-to discussions","1. Introduction","10. Modifying & extending LAMMPS","4. Packages","8. Performance & scalability","11. Python interface to LAMMPS","2. Getting Started","9. Additional tools","5.USER-CUDA package","5.GPU package","5.USER-INTEL package","5.KOKKOS package","5.USER-OMP package","5.OPT package","angle_style charmm command","angle_style class2 command","angle_coeff command","angle_style cosine command","angle_style cosine/delta command","angle_style cosine/periodic command","angle_style cosine/shift command","angle_style cosine/shift/exp command","angle_style cosine/squared command","angle_style dipole command","angle_style fourier command","angle_style fourier/simple command","angle_style harmonic command","angle_style hybrid command","angle_style none command","angle_style quartic command","angle_style sdk command","angle_style command","angle_style table command","atom_modify command","atom_style command","balance command","Body particles","bond_style class2 command","bond_coeff command","bond_style fene command","bond_style fene/expand command","bond_style harmonic command","bond_style harmonic/shift command","bond_style harmonic/shift/cut command","bond_style hybrid command","bond_style morse command","bond_style none command","bond_style nonlinear command","bond_style quartic command","bond_style command","bond_style table command","boundary command","box command","change_box command","clear command","comm_modify command","comm_style command","compute command","compute ackland/atom command","compute angle/local command","compute angmom/chunk command","compute basal/atom command","compute body/local command","compute bond/local command","compute centro/atom command","compute chunk/atom command","compute cluster/atom command","compute cna/atom command","compute com command","compute com/chunk command","compute contact/atom command","compute coord/atom command","compute damage/atom command","compute dihedral/local command","compute dilatation/atom command","compute displace/atom command","compute erotate/asphere command","compute erotate/rigid command","compute erotate/sphere command","compute erotate/sphere/atom command","compute event/displace command","compute fep command","compute group/group command","compute gyration command","compute gyration/chunk command","compute heat/flux command","compute improper/local command","compute inertia/chunk command","compute ke command","compute ke/atom command","compute ke/atom/eff command","compute ke/eff command","compute ke/rigid command","compute meso_e/atom command","compute meso_rho/atom command","compute meso_t/atom command","compute_modify command","compute msd command","compute msd/chunk command","compute msd/nongauss command","compute omega/chunk command","compute pair command","compute pair/local command","compute pe command","compute pe/atom command","compute plasticity/atom command","compute pressure command","compute property/atom command","compute property/chunk command","compute property/local command","compute rdf command","compute reduce command","compute saed command","compute slice command","compute smd/contact_radius command","compute smd/damage command","compute smd/hourglass_error command","compute smd/internal_energy command","compute smd/plastic_strain command","compute smd/plastic_strain_rate command","compute smd/rho command","compute smd/tlsph_defgrad command","compute smd/tlsph_dt command","compute smd/tlsph_num_neighs command","compute smd/tlsph_shape command","compute smd/tlsph_strain command","compute smd/tlsph_strain_rate command","compute smd/tlsph_stress command","compute smd/triangle_mesh_vertices","compute smd/ulsph_num_neighs command","compute smd/ulsph_strain command","compute smd/ulsph_strain_rate command","compute smd/ulsph_stress command","compute smd/vol command","compute sna/atom command","compute stress/atom command","compute temp command","compute temp/asphere command","compute temp/chunk command","compute temp/com command","compute temp/cs command","compute temp/deform command","compute temp/deform/eff command","compute temp/drude command","compute temp/eff command","compute temp/partial command","compute temp/profile command","compute temp/ramp command","compute temp/region command","compute temp/region/eff command","compute temp/rotate command","compute temp/sphere command","compute ti command","compute torque/chunk command","compute vacf command","compute vcm/chunk command","compute voronoi/atom command","compute xrd command","create_atoms command","create_bonds command","create_box command","delete_atoms command","delete_bonds command","dielectric command","dihedral_style charmm command","dihedral_style class2 command","dihedral_coeff command","dihedral_style cosine/shift/exp command","dihedral_style fourier command","dihedral_style harmonic command","dihedral_style helix command","dihedral_style hybrid command","dihedral_style multi/harmonic command","dihedral_style nharmonic command","dihedral_style none command","dihedral_style opls command","dihedral_style quadratic command","dihedral_style command","dihedral_style table command","dimension command","displace_atoms command","dump command","dump image command","dump_modify command","dump molfile command","echo command","fix command","fix adapt command","fix adapt/fep command","fix addforce command","fix addtorque command","fix append/atoms command","fix atc command","fix atom/swap command","fix ave/atom command","fix ave/chunk command","fix ave/correlate command","fix ave/histo command","fix ave/spatial command","fix ave/spatial/sphere command","fix ave/time command","fix aveforce command","fix balance command","fix bond/break command","fix bond/create command","fix bond/swap command","fix box/relax command","fix colvars command","fix deform command","fix deposit command","fix drag command","fix drude command","fix drude/transform/direct command","fix dt/reset command","fix efield command","fix enforce2d command","fix evaporate command","fix external command","fix freeze command","fix gcmc command","fix gld command","fix gle command","fix gravity command","fix heat command","fix imd command","fix indent command","fix ipi command","fix langevin command","fix langevin/drude command","fix langevin/eff command","fix lb/fluid command","fix lb/momentum command","fix lb/pc command","fix lb/rigid/pc/sphere command","fix lb/viscous command","fix lineforce command","fix meso command","fix meso/stationary command","fix_modify command","fix momentum command","fix move command","fix msst command","fix neb command","fix nvt command","fix nvt/eff command","fix nph/asphere command","fix nph/sphere command","fix nphug command","fix npt/asphere command","fix npt/sphere command","fix nve command","fix nve/asphere command","fix nve/asphere/noforce command","fix nve/body command","fix nve/eff command","fix nve/limit command","fix nve/line command","fix nve/noforce command","fix nve/sphere command","fix nve/tri command","fix nvt/asphere command","fix nvt/sllod command","fix nvt/sllod/eff command","fix nvt/sphere command","fix oneway command","fix orient/fcc command","fix phonon command","fix pimd command","fix planeforce command","fix poems","fix pour command","fix press/berendsen command","fix print command","fix property/atom command","fix qbmsst command","fix qeq/point command","fix qeq/comb command","fix qeq/reax command","fix qmmm command","fix qtb command","fix reax/bonds command","fix reax/c/species command","fix recenter command","fix restrain command","fix rigid command","fix saed/vtk command","fix setforce command","fix shake command","fix smd command","fix smd/adjust_dt command","fix smd/integrate_tlsph command","fix smd/integrate_ulsph command","fix smd/move_tri_surf command","fix smd/setvel command","<no title>","fix smd/wall_surface command","fix spring command","fix spring/rg command","fix spring/self command","fix srd command","fix store/force command","fix store/state command","fix temp/berendsen command","fix temp/csvr command","fix temp/rescale command","fix temp/rescale/eff command","fix tfmc command","fix thermal/conductivity command","fix ti/rs command","fix ti/spring command","fix tmd command","fix ttm command","fix tune/kspace command","fix vector command","fix viscosity command","fix viscous command","fix wall/lj93 command","fix wall/gran command","fix wall/piston command","fix wall/reflect command","fix wall/region command","fix wall/srd command","group command","group2ndx command","if command","improper_style class2 command","improper_coeff command","improper_style cossq command","improper_style cvff command","improper_style fourier command","improper_style harmonic command","improper_style hybrid command","improper_style none command","improper_style ring command","improper_style command","improper_style umbrella command","include command","info command","jump command","kspace_modify command","kspace_style command","label command","lattice command","log command","mass command","min_modify command","min_style command","minimize command","molecule command","neb command","neigh_modify command","neighbor command","newton command","next command","package command","pair_style adp command","pair_style airebo command","pair_style awpmd/cut command","pair_style beck command","pair_style body command","pair_style bop command","pair_style born command","pair_style brownian command","pair_style buck command","pair_style buck/long/coul/long command","pair_style lj/charmm/coul/charmm command","pair_style lj/class2 command","pair_coeff command","pair_style colloid command","pair_style comb command","pair_style coul/cut command","pair_style coul/diel command","pair_style born/coul/long/cs command","pair_style lj/cut/dipole/cut command","pair_style dpd command","pair_style dsmc command","pair_style eam command","pair_style edip command","pair_style eff/cut command","pair_style eim command","pair_style gauss command","pair_style gayberne command","pair_style gran/hooke command","pair_style lj/gromacs command","pair_style hbond/dreiding/lj command","pair_style hybrid command","pair_style kim command","pair_style lcbop command","pair_style line/lj command","pair_style list command","pair_style lj/cut command","pair_style lj96/cut command","pair_style lj/cubic command","pair_style lj/expand command","pair_style lj/long/coul/long command","pair_style lj/sf command","pair_style lj/smooth command","pair_style lj/smooth/linear command","pair_style lj/cut/soft command","pair_style lubricate command","pair_style lubricateU command","pair_style meam command","pair_style meam/spline","pair_style meam/sw/spline","pair_style mie/cut command","pair_modify command","pair_style morse command","pair_style nb3b/harmonic command","pair_style nm/cut command","pair_style none command","pair_style peri/pmb command","pair_style polymorphic command","pair_style quip command","pair_style reax command","pair_style reax/c command","pair_style resquared command","pair_style lj/sdk command","pair_style smd/hertz command","pair_style smd/tlsph command","pair_style smd/tri_surface command","pair_style smd/ulsph command","pair_style snap command","pair_style soft command","pair_style sph/heatconduction command","pair_style sph/idealgas command","pair_style sph/lj command","pair_style sph/rhosum command","pair_style sph/taitwater command","pair_style sph/taitwater/morris command","pair_style srp command","pair_style command","pair_style sw command","pair_style table command","pair_style tersoff command","pair_style tersoff/mod command","pair_style tersoff/zbl command","pair_style thole command","pair_style tri/lj command","pair_write command","pair_style yukawa command","pair_style yukawa/colloid command","pair_style zbl command","partition command","prd command","print command","processors command","python command","quit command","read_data command","read_dump command","read_restart command","region command","replicate command","rerun command","reset_timestep command","restart command","run command","run_style command","set command","shell command","special_bonds command","suffix command","tad command","temper command","thermo command","thermo_modify command","thermo_style command","timestep command","<no title>","uncompute command","undump command","unfix command","units command","variable command","velocity command","write_data command","write_dump command","write_restart command"],titleterms:{"break":209,"default":[37,39,40,55,57,58,59,61,62,71,87,88,102,103,105,107,118,122,123,140,144,152,153,157,163,164,167,169,183,185,186,187,188,189,190,191,193,194,195,197,198,199,201,204,205,206,209,210,212,213,214,215,219,222,225,226,231,233,234,235,236,237,239,244,247,249,250,253,267,268,272,273,276,277,278,279,280,282,285,287,288,290,291,305,307,312,313,314,315,318,320,322,324,328,340,343,345,346,348,349,351,352,354,356,357,358,360,363,366,368,384,405,406,411,419,420,435,436,449,450,451,454,455,457,459,461,462,463,466,468,470,471,472,473,478,480,481,482],"function":479,"long":[367,369,370,371,372,376,378,379,396,400,404,414,422],"new":8,"static":12,acceler:1,ackland:64,acknowledg:7,adapt:[193,194],addforc:195,addit:[12,13],addtorqu:196,adiabat:6,adjust_dt:295,adp:361,airebo:362,alloi:382,amber2lmp:13,amber:6,angl:[8,65],angle_coeff:22,angle_styl:[2,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],angmom:66,append:197,arrai:6,aspher:[6,82,143,251,254,257,258,266],atc:[9,198],atom:[6,7,8,64,67,70,71,72,73,76,77,78,80,81,85,95,96,99,100,101,110,111,113,140,141,162,197,199,200,279,479],atom_modifi:39,atom_styl:40,attract:5,aveforc:207,awpmd:[9,363],balanc:[41,208],barostat:6,basal:67,beck:364,berendsen:[277,308],between:6,binary2txt:13,bodi:[6,8,42,68,259,365],bond:[8,13,69,209,210,211,286],bond_coeff:44,bond_styl:[2,43,45,46,47,48,49,50,51,52,53,54,55,56],bop:366,born:[367,378],boundari:[7,57],box:[6,58,212],brownian:368,buck:[369,370,378],bug:3,build:[11,12],calcul:6,call:12,categori:2,centro:70,ch2lmp:13,chain:13,change_box:59,charmm:[6,20,170,371,404],chunk:[6,66,71,75,90,93,104,106,114,144,159,161,201],citat:7,class2:[21,43,171,331,372],clear:60,cluster:72,cmm:9,cna:73,code:6,coeffici:6,colloid:[322,374,446],colvar:[9,13,213],com:[74,75,145],comb3:375,comb:[282,375],come:5,comm_modifi:61,comm_styl:62,command:[2,6,8,12,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,475,476,477,478,479,480,481,482,483],common:3,comparison:1,compos:6,comput:[2,6,8,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,479],compute_modifi:102,condit:7,conduct:[6,313],constant:6,constraint:7,contact:76,contact_radiu:120,coord:77,core:6,correl:202,cosin:[23,24,25,26,27,28,173],cossq:333,coul:[367,369,370,371,372,376,377,378,389,396,400,404,414,422],coupl:6,creat:210,create_atom:164,create_bond:165,create_box:166,createatom:13,creation:7,csld:309,csvr:309,cubic:398,cuda:[9,14,109,112,142,151,195,207,221,224,228,249,256,292,293,308,310,321,367,369,371,372,382,388,389,396,397,399,402,412,437,439],custom:8,cut:[49,363,369,372,376,379,384,386,396,397,404,410,414],cvff:334,damag:[78,121],data2xmovi:13,data:6,databas:13,deby:[376,396],deform:[147,148,214],delete_atom:167,delete_bond:168,delta:24,deposit:215,descript:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,475,476,477,478,479,480,481,482,483],diagnost:7,diel:377,dielectr:169,diffract:9,diffus:6,dihedr:[8,79],dihedral_coeff:172,dihedral_styl:[2,170,171,173,174,175,176,177,178,179,180,181,182,183,184],dilat:80,dimens:185,dipol:[6,29,379],direct:218,discuss:6,disp:6,displac:[81,86],displace_atom:186,distribut:[7,12],document:0,dpd:380,drag:216,dreid:[6,390],drude:[6,9,149,217,218,234],dsf:[376,396],dsmc:381,dump:[6,8,187,188,190],dump_modifi:189,dynam:281,eam:[13,382],echo:191,edip:383,eff:[9,13,96,97,148,150,155,235,250,260,268,311,384],efield:220,eim:385,elast:6,emac:13,enforce2d:221,ensembl:7,erot:[82,83,84,85],error:3,evapor:222,event:86,exampl:[1,4,6,11,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,467,468,469,470,471,472,473,475,476,477,478,479,480,481,482,483],exp:[27,173],expand:[46,399],extend:[8,11],extern:223,fcc:271,featur:[7,8],fene:[45,46],fep:[9,13,87,194],field:[6,7],file:6,finit:6,fix:[2,6,8,192,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,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,479],fix_modifi:[193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],flow:6,fluid:236,flux:91,forc:[6,7,306],fourier:[30,31,174,335],freez:224,from:[6,11],futur:5,gauss:386,gaybern:387,gcmc:225,gener:[1,6,7,13],get:12,gld:226,gle:227,global:6,gpu:[15,364,367,369,371,372,374,376,379,380,382,386,387,389,396,397,399,410,412,421,422,428,437,438,445,446],gran:[323,388],granular:6,graviti:228,gromac:389,group2ndx:329,group:[88,328,479],gyrat:[89,90],harmon:[32,47,48,49,175,178,322,336,413],hbond:390,heat:[91,229],heatconduct:429,helix:176,hertz:[388,423],histo:203,histori:[5,388],hook:388,hourglass_error:122,how:6,hybrid:[33,50,177,337,391],idealga:430,imag:[187,188],imd:230,implicit:371,improp:[8,92],improper_coeff:332,improper_styl:[2,331,333,334,335,336,337,338,339,340,341],includ:342,inclus:8,indent:231,indic:0,individu:2,induc:6,inertia:93,info:[0,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,343],input:[2,6,8],instal:11,integr:[6,7],integrate_tlsph:296,integrate_ulsph:297,intel:[9,16,371,387,396,437],interfac:[6,11],internal_energi:123,introduct:7,invers:218,ipi:232,ipp:13,jul:0,jump:344,kate:13,keyword:411,kim:392,kokko:17,kspace:[2,8,318],kspace_modifi:345,kspace_styl:[6,346],label:347,lammp:[0,1,2,6,7,8,11,12],langevin:[233,234,235],lattic:348,lcbop:393,librari:[6,11,12],limit:[261,310],line:[12,262,394],linear:403,lineforc:241,list:[2,395],lj1043:322,lj126:322,lj93:322,lj96:397,lmp2arc:13,lmp2cfg:13,lmp2vmd:13,local:[6,65,68,69,79,92,108,115],log:349,lubric:405,lubricateu:406,make:12,mass:350,math:479,matlab:13,meam:[407,408,409],measur:1,meso:[242,243],meso_:99,meso_rho:100,meso_t:101,messag:3,micelle2d:13,mie:410,min_modifi:351,min_styl:352,minim:[8,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,353],misc:9,mod:[317,440],model:[6,7],modifi:8,molecul:354,molfil:[9,187,190],moltempl:13,momentum:[237,245],morri:434,mors:[51,390,412],move:246,move_tri_surf:298,movi:[187,188],mpi:11,msd:[103,104,105],msi2lmp:13,msm:[367,369,371,376,396],msst:247,multi:[6,7,178],multipl:6,nb3b:413,neb:[248,355],neigh_modifi:356,neighbor:357,nemd:6,newton:358,next:359,nharmon:179,noforc:[258,263],non:[6,7],none:[34,52,180,338,415],nongauss:105,nonlinear:53,nph:[249,250,251,252,290],nphug:253,npt:[249,250,254,255,290],nve:[256,257,258,259,260,261,262,263,264,265,290],nvt:[249,250,266,267,268,269,290],omega:106,omp:[9,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,43,45,46,47,48,49,51,53,54,56,170,171,173,174,175,176,178,179,181,182,184,228,249,251,252,253,254,255,256,264,266,267,269,282,331,333,334,335,336,339,341,361,362,364,367,368,369,370,371,372,374,375,376,377,379,380,382,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,409,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447],onewai:270,open:7,oper:479,opl:181,opt:[19,371,382,396,400,412],optim:1,option:[6,8,12],orient:271,orthogon:6,other:6,output:[6,7,8,12,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],overlai:391,overview:11,packag:[1,9,12,14,15,16,17,18,19,360],pair:[6,107,108],pair_coeff:373,pair_modifi:411,pair_styl:[2,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447],pair_writ:444,pairwis:8,parallel:11,paramet:6,pars:2,partial:151,particl:[6,7,42],partit:448,past:5,per:6,perform:[1,10],peri:416,period:25,phonon:[9,13,272],pimd:273,piston:324,planeforc:274,plastic:111,plastic_strain:124,plastic_strain_r:125,pmb:416,poem:275,point:281,polariz:6,poli:[368,405,406],polym:13,polymorph:417,post:7,potenti:[2,6,8],pour:276,pppm:6,prd:449,pre:7,press:277,pressur:112,previou:12,print:[278,450],problem:[3,4],process:[6,7],processor:451,profil:152,properti:[6,113,114,115,279],pymol_aspher:13,python:[11,13,452],qbmsst:280,qeq:[281,282,283],qmmm:[9,284],qtb:[9,285],quadrat:182,quantiti:6,quartic:[35,54],quip:418,quit:453,ramp:153,rattl:293,rdf:116,read_data:454,read_dump:455,read_restart:456,reax:[13,283,286,287,419,420],reaxc:9,rebo:362,recent:288,reduc:117,refer:479,reflect:325,region:[8,117,154,155,326,457,479],relat:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,41,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83,84,85,86,87,89,91,92,93,94,95,96,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,192,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,222,224,225,226,227,228,229,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,285,286,287,288,290,291,292,294,295,296,297,298,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,348,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,459,460,461,462,463,464,466,467,468,469,470,471,472,473,475,476,477,479,480,481,482,483],relax:212,replic:458,replica:[6,7],report:3,requir:12,rerun:459,rescal:[310,311],reset:219,reset_timestep:460,resquar:421,restart2data:13,restart:[6,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,461],restrain:289,restrict:[14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,475,476,477,478,479,480,481,482,483],rho:126,rhosum:432,rigid:[6,83,98,239,290],ring:339,rotat:156,rule:2,run:[6,11,12,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,462],run_styl:463,scalabl:10,scalar:6,screen:12,script:[2,6,8,11,12],sdk:[36,422],self:304,serial:11,set:[6,464],setforc:292,setvel:299,shake:293,share:[11,12],shell:[6,465],shield:281,shift:[26,27,48,49,173],simpl:31,simul:6,size:6,slater:281,slice:119,sllod:[267,268],small:290,smd:[9,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,294,295,296,297,298,299,301,423,424,425,426],smooth:[402,403],sna:140,snad:140,snap:427,snapshot:6,snav:140,soft:[404,428],solver:2,sourc:7,spatial:[204,205],spc:6,speci:287,special:[7,411,479],special_bond:466,sph:[9,429,430,431,432,433,434],sphere:[84,85,157,205,239,252,255,264,269],spheric:6,spline:[408,409],spring:[302,303,304,315],squar:28,srd:[305,327],srp:435,standard:9,start:[12,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],state:307,stationari:243,stop:[193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],store:[306,307],strategi:1,streitz:376,stress:141,structur:2,style:[1,2,6,8],submit:8,suffix:467,summari:6,swap:[199,211],syntax:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,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,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,475,476,477,478,479,480,481,482,483],system:6,tabl:[0,6,38,56,184,438,439],tad:468,taitwat:[433,434],temp:[142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,308,309,310,311],temper:469,temperatur:6,tersoff:[439,440,441],test:11,tfmc:312,thermal:[6,313],thermo:[6,470],thermo_modifi:471,thermo_styl:472,thermodynam:[6,8],thermostat:6,thole:442,time:[6,206],timestep:473,tip3p:6,tip4p:[6,376,396,400,404],tip:12,tlsph:424,tlsph_defgrad:127,tlsph_dt:128,tlsph_num_neigh:129,tlsph_shape:130,tlsph_strain:131,tlsph_strain_rat:132,tlsph_stress:133,tmd:316,tool:13,torqu:159,transform:218,tri:[265,443],tri_surfac:425,triangle_mesh_vertic:134,triclin:6,tstat:380,ttm:317,tune:318,type:7,ulsph:426,ulsph_num_neigh:135,ulsph_strain:136,ulsph_strain_r:137,ulsph_stress:138,umbrella:341,uncomput:475,undump:476,unfix:477,unit:478,user:[9,12,14,16,18],vacf:160,valu:[6,479],variabl:[6,8,479],variou:1,vcm:161,vector:[6,319,479],veloc:480,version:[0,5,12],via:12,vim:13,viscos:[6,320],viscou:[240,321],visual:6,vol:139,voronoi:162,vtk:291,wall:[6,322,323,324,325,326,327],wall_surfac:301,warn:3,water:6,weight:203,what:[7,12],wolf:[367,376],wrapper:11,write:6,write_data:481,write_dump:482,write_restart:483,xmgrace:13,xmovi:13,xrd:163,yukawa:[445,446],zbl:[441,447]}}) \ No newline at end of file diff --git a/doc/set.html b/doc/set.html index c90a9530f2..35f68d97c8 100644 --- a/doc/set.html +++ b/doc/set.html @@ -141,7 +141,7 @@
  • keyword = type or type/fraction or mol or x or y or z or charge or dipole or dipole/random or quat or quat/random or diameter or shape or length or tri or theta or angmom or mass or density or volume or image or

    bond or angle or dihedral or improper or -meso_e or meso_cv or meso_rho or i_name or d_name

    +meso_e or meso_cv or meso_rho or smd_contact_radius or smd_mass_density or i_name or d_name

  • @@ -205,10 +205,12 @@ value can be an atom-style variable (see below) meso_rho value = density of SPH particles (need units) value can be an atom-style variable (see below) +smd_contact_radius = radius for short range interactions, i.e. contact and friction + value can be an atom-style variable (see below) +smd_mass_density = set particle mass based on volume by providing a mass density + value can be an atom-style variable (see below) i_name value = value for custom integer vector with name - value can be an atom-style variable (see below) d_name value = value for custom floating-point vector with name - value can be an atom-style variable (see below)
    @@ -405,6 +407,18 @@ mass is set from the density and triangle area (the input density is assumed to be in mass/distance^2 units). If none of these cases are valid, then the mass is set to the density value directly (the input density is assumed to be in mass units).

    +

    Keyword smd_mass_density also sets the mass of all selected +particles, but it is only applicable to the Smooth Mach Dynamics +package USER-SMD. This command assumes that the particle volume has +already been correctly set and calculates particle mass from the +provided mass density value.

    +

    Keyword smd_contact_radius only applies to simulations with the +Smooth Mach Dynamics package USER-SMD. This command sets an +interaction radius for computing short-range interactions, +e.g. repulsive forces to prevent different individual physical bodies +from penetrating each other. Note that the SPH smoothing kernel +diameter used for computing long range, nonlocal interactions, is set +using the diameter keyword.

    Keyword volume sets the volume of all selected particles. Currently, only the atom_style peri command defines particles with a volume attribute. Note that this command does not @@ -418,8 +432,8 @@ the simulation. The flags can be output with atom snapshots via the dump command. If a value of NULL is specified for any of nx,ny,nz, then the current image value for that dimension is unchanged. For non-periodic dimensions only a value of 0 can be -specified. This keyword does not allow use of atom-style variables.

    -

    This command can be useful after a system has been equilibrated and +specified. This keyword does not allow use of atom-style variables. +This command can be useful after a system has been equilibrated and atoms have diffused one or more box lengths in various directions. This command can then reset the image values for atoms so that they are effectively inside the simulation box, e.g if a diffusion diff --git a/doc/set.txt b/doc/set.txt index 6eb7b17a55..6a4e66dd95 100644 --- a/doc/set.txt +++ b/doc/set.txt @@ -21,7 +21,9 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \ {length} or {tri} or {theta} or {angmom} or \ {mass} or {density} or {volume} or {image} or {bond} or {angle} or {dihedral} or {improper} or - {meso_e} or {meso_cv} or {meso_rho} or {i_name} or {d_name} :l + {meso_e} or {meso_cv} or {meso_rho} or \ + {smd_contact_radius} or {smd_mass_density} or \ + {i_name} or {d_name} :l {type} value = atom type value can be an atom-style variable (see below) {type/fraction} values = type fraction seed @@ -80,10 +82,12 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \ value can be an atom-style variable (see below) {meso_rho} value = density of SPH particles (need units) value can be an atom-style variable (see below) - {i_name} value = value for custom integer vector with name + {smd_contact_radius} = radius for short range interactions, i.e. contact and friction + value can be an atom-style variable (see below) + {smd_mass_density} = set particle mass based on volume by providing a mass density value can be an atom-style variable (see below) - {d_name} value = value for custom floating-point vector with name - value can be an atom-style variable (see below) :pre + {i_name} value = value for custom integer vector with name + {d_name} value = value for custom floating-point vector with name :pre :ule [Examples:] @@ -312,6 +316,20 @@ assumed to be in mass/distance^2 units). If none of these cases are valid, then the mass is set to the density value directly (the input density is assumed to be in mass units). +Keyword {smd_mass_density} also sets the mass of all selected +particles, but it is only applicable to the Smooth Mach Dynamics +package USER-SMD. This command assumes that the particle volume has +already been correctly set and calculates particle mass from the +provided mass density value. + +Keyword {smd_contact_radius} only applies to simulations with the +Smooth Mach Dynamics package USER-SMD. This command sets an +interaction radius for computing short-range interactions, +e.g. repulsive forces to prevent different individual physical bodies +from penetrating each other. Note that the SPH smoothing kernel +diameter used for computing long range, nonlocal interactions, is set +using the {diameter} keyword. + Keyword {volume} sets the volume of all selected particles. Currently, only the "atom_style peri"_atom_style.html command defines particles with a volume attribute. Note that this command does not @@ -327,7 +345,6 @@ the simulation. The flags can be output with atom snapshots via the nx,ny,nz, then the current image value for that dimension is unchanged. For non-periodic dimensions only a value of 0 can be specified. This keyword does not allow use of atom-style variables. - This command can be useful after a system has been equilibrated and atoms have diffused one or more box lengths in various directions. This command can then reset the image values for atoms so that they diff --git a/examples/USER/smd/README b/examples/USER/smd/README new file mode 100644 index 0000000000..3fc953cfc4 --- /dev/null +++ b/examples/USER/smd/README @@ -0,0 +1,7 @@ +SMOOTH MACH DYNAMICS Examples + +aluminum_strip_pull : a 2d strip of aluminum is elongated until failure +fluid_structure_interaction : multiple solid objects interact with fluid flow, 2d +funnel_flow: fluid flows through a complex 3d object read from a .STL file +rubber_rings_3d: two solid bodies impact each other and deform +rubber_strip_pull: a 2d check for the correctness of linear elasticity diff --git a/examples/USER/smd/aluminum_strip_pull/aluminum_strip_pull.lmp b/examples/USER/smd/aluminum_strip_pull/aluminum_strip_pull.lmp new file mode 100644 index 0000000000..aa348119da --- /dev/null +++ b/examples/USER/smd/aluminum_strip_pull/aluminum_strip_pull.lmp @@ -0,0 +1,139 @@ +#################################################################################################### +# +# TLSPH example: elongate a 2d strip of aluminum py pulling its ends apart +# +# unit sytem: GPa / mm / ms +# +#################################################################################################### + + +#################################################################################################### +# MATERIAL PARAMETERS +#################################################################################################### +variable E equal 70.0 # Young's modulus +variable nu equal 0.3 # Poisson ratio +variable rho equal 1 # initial mass density +variable q1 equal 0.56 # standard artificial viscosity linear coefficient +variable q2 equal 0.0 # standard artificial viscosity quadratic coefficient +variable hg equal 10.0 # hourglass control coefficient +variable cp equal 1.0 # heat capacity of material -- not used here + +variable JC_A equal 0.3241 # Johnson Cook arameters +variable JC_B equal 0.1138 +variable JC_N equal 0.42 +variable JC_C equal 0 #0.002 +variable JC_M equal 1.34 +variable JC_epsdot0 equal 1.0e-3 # 1/s = 1/(1000 ms) +variable Troom equal 298.15 +variable Tmelt equal 500.15 + +variable eosC0 equal 0.0 # Polynomial EOS parameters +variable eosC1 equal 74.2 +variable eosC2 equal 60.5 +variable eosC3 equal 36.5 +variable eosC4 equal 1.96 +variable eosC5 equal 0.0 +variable eosC6 equal 0.0 + +#################################################################################################### +# INITIALIZE LAMMPS +#################################################################################################### +dimension 2 +units si +boundary sm sm p # simulation box boundaries +atom_style smd +atom_modify map array +comm_modify vel yes +neigh_modify every 10 delay 0 check yes # re-build neighbor list every 10 steps +newton off + +#################################################################################################### +# CREATE INITIAL GEOMETRY +#################################################################################################### +variable l0 equal 1.0 # lattice spacing for creating particles +lattice sq ${l0} +region box block -10 10 -10 10 -0.1 0.1 units box +create_box 1 box +create_atoms 1 box +group tlsph type 1 + + +#################################################################################################### +# DISCRETIZATION PARAMETERS +#################################################################################################### +variable h equal 2.01*${l0} # SPH smoothing kernel radius +variable vol_one equal ${l0}^2 # volume of one particle -- assuming unit thickness +variable skin equal ${h} # Verlet list range +neighbor ${skin} bin +set group all volume ${vol_one} +set group all smd_mass_density ${rho} +set group all diameter ${h} # set SPH kernel radius + +#################################################################################################### +# DEFINE VELOCITY BOUNDARY CONDITIONS +#################################################################################################### +variable vel0 equal 0.02 # pull velocity +region top block EDGE EDGE 9.0 EDGE EDGE EDGE units box +region bot block EDGE EDGE EDGE -9.1 EDGE EDGE units box +group top region top +group bot region bot +variable vel_up equal ${vel0}*(1.0-exp(-0.01*time)) +variable vel_down equal -v_vel_up +fix veltop_fix top smd/setvelocity 0 v_vel_up 0 +fix velbot_fix bot smd/setvelocity 0 v_vel_down 0 + +#################################################################################################### +# INTERACTION PHYSICS / MATERIAL MODEL +# We use polynomial EOS for the pressure and the Johnson Cook strength model +# An integration point fails (cannot support tension anymore) if the plastic strain exceeds 0.5. +#################################################################################################### +pair_style smd/tlsph +pair_coeff 1 1 *COMMON ${rho} ${E} ${nu} ${q1} ${q2} ${hg} ${cp} & + *EOS_POLYNOMIAL ${eosC0} ${eosC1} ${eosC2} ${eosC3} ${eosC4} ${eosC5} ${eosC6} & + *JOHNSON_COOK ${JC_A} ${JC_B} ${JC_N} ${JC_C} ${JC_epsdot0} ${Troom} ${Tmelt} ${JC_M} & + *FAILURE_MAX_PLASTIC_STRAIN 1.2 & + *END + +#################################################################################################### +# TIME INTEGRATION +#################################################################################################### +fix dtfix tlsph smd/adjust_dt 0.1 # dynamically adjust time increment every step +fix integration_fix tlsph smd/integrate_tlsph + +#################################################################################################### +# SPECIFY TRAJECTORY OUTPUT +#################################################################################################### +compute dt_atom all smd/tlsph_dt +compute p all smd/plastic_strain +compute epsdot all smd/plastic_strain_rate +compute S all smd/tlsph_stress # Cauchy stress tensor +compute D all smd/tlsph_strain_rate +compute E all smd/tlsph_strain +compute nn all smd/tlsph_num_neighs # number of neighbors for each particle +compute shape all smd/tlsph_shape +compute damage all smd/damage +dump dump_id all custom 100 dump.LAMMPS id type x y z & + c_S[1] c_S[2] c_S[3] c_S[4] c_S[5] c_S[6] c_S[7] c_nn c_p & + c_E[1] c_E[2] c_E[3] c_E[4] c_E[5] c_E[6] & + c_shape[1] c_shape[2] c_shape[3] c_shape[4] c_shape[5] c_shape[6] c_shape[7] & + c_D[1] c_D[2] c_D[4] c_damage radius c_epsdot & + vx vy vz c_dt_atom +dump_modify dump_id first yes + +#################################################################################################### +# STATUS OUTPUT +#################################################################################################### +variable stress equal 0.5*(f_velbot_fix[2]-f_veltop_fix[2])/20 +variable length equal xcm(top,y)-xcm(bot,y) +variable strain equal (v_length-${length})/${length} # engineering strain +variable time equal f_dtfix +fix stress_curve all print 10 "${time} ${strain} ${stress}" file stress_strain.dat screen no + +thermo 100 +thermo_style custom step dt f_dtfix time v_strain + +#################################################################################################### +# RUN SIMULATION +#################################################################################################### +#fix 2 all enforce2d +run 25000 diff --git a/examples/USER/smd/fluid_structure_interaction/fluid_structure_interaction.lmp b/examples/USER/smd/fluid_structure_interaction/fluid_structure_interaction.lmp new file mode 100644 index 0000000000..d3ca496f0a --- /dev/null +++ b/examples/USER/smd/fluid_structure_interaction/fluid_structure_interaction.lmp @@ -0,0 +1,156 @@ +#################################################################################################### +# +# combined TLSPH / ULSPH example +# +# A column of water is placed in a container and allowed to collapse unter the +# influence of gravity. Several solid objects are also placed in the container. +# The water flow pushes the solid objects around until the sytem comes to halt due to +# viscous damping. The solid objects have a lower mass density than water and finally float on +# the water surface. +# +# Water is modelled using the Updated Lagrangian formalism. Solid bodies are modelled using the +# Total Lagrangian formalism. Contact forces between container, solid bodies, and water prevent +# mutual penetration of these physical entities. +# +# unit sytem: GPa / mm / ms +# +#################################################################################################### + +#################################################################################################### +# MATERIAL PARAMETERS +#################################################################################################### +variable rho_water equal 1000 # mass density water +variable rho_obj equal 300 # mass density solid objects +variable c0 equal 10.0 # speed of sound for water +variable E equal 5*${c0}*${c0}*${rho_water} # Young's modulus for solid objects +variable nu equal 0.3 # Poisson ratio for solid objects +variable sigma_yield equal 0.1*${E} # plastic yield stress for solid objects +variable hardening_parameter equal 0 # plastic hardening parameter for solid objects +variable contact_stiffness equal 2.5*${c0}^2*${rho_water} # contact force amplitude +variable q1 equal 1.0 # artificial viscosity +variable q2 equal 0.0 # artificial viscosity +variable Hg equal 10 # Hourglass control coefficient for solid objects +variable Cp equal 1.0 # heat capacity -- not used here + +#################################################################################################### +# INITIALIZE LAMMPS +#################################################################################################### +units si +dimension 2 +boundary sm sm p +atom_style smd +neigh_modify every 5 delay 0 check yes +comm_modify vel yes +newton off +atom_modify map array +comm_style tiled + +#################################################################################################### +# CREATE INITIAL GEOMETRY +#################################################################################################### +# create simulation box, a container, and a water column +variable l0 equal 0.05 # initial particle lattice spacing +region box block 0 6 0 8 -0.01 0.01 units box +create_box 3 box +region water block 0.25 1 0.25 4 EDGE EDGE units box +region container block 0.15 5.85 0.15 8 -0.01 0.01 units box side out # container +lattice sq ${l0} +create_atoms 1 region water +group water type 1 +create_atoms 3 region container +group container type 3 + +# create some solid objects to be pushed around +region obj1 prism 2 2.6 0.25 0.85 EDGE EDGE 0.3 0 0 units box +region obj2 block 3 3.6 0.25 0.85 EDGE EDGE units box +region obj3 sphere 4.3 0.5 0 0.25 units box +create_atoms 2 region obj1 +create_atoms 2 region obj2 +create_atoms 2 region obj3 +group solids type 2 +group tlsph type 2 + +#################################################################################################### +# DISCRETIZATION PARAMETERS +#################################################################################################### +variable h equal 2.5*${l0} # SPH kernel diameter +variable vol_one equal ${l0}^2 # initial particle volume for 2d simulation +set group all diameter ${h} +set group all smd_contact_radius ${l0} +set group all volume ${vol_one} +set group all smd_mass_density ${rho_water} +set group solids smd_mass_density ${rho_obj} +variable contact_scale equal 1.5 # scale factor to increase contact gap between bodies +variable skin equal ${h} # Verlet list range +neighbor ${skin} bin + +#################################################################################################### +# DEFINE BOUNDARY CONDITIONS +# +# note that the the particles constituting the container are simply not integrated in time, +# thus these particles never move. This is equivalent to a fixed displacement boundary condition. +#################################################################################################### +fix gfix all gravity -9.81 vector 0 1 0 # add gravity + +#################################################################################################### +# INTERACTION PHYSICS / MATERIAL MODEL +# 3 different pair styles are used: +# - updated Lagrangian SPH for water +# - total Lagrangian SPH for solid objects +# - a repulsive Hertzian potential for contact forces between different physical bodies +#################################################################################################### +pair_style hybrid/overlay smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION & + smd/tlsph smd/hertz ${contact_scale} +pair_coeff 1 1 smd/ulsph *COMMON ${rho_water} ${c0} ${q1} ${Cp} 0 & + *EOS_TAIT 7.0 & + *END +pair_coeff 2 2 smd/tlsph *COMMON ${rho_obj} ${E} ${nu} ${q1} ${q2} ${Hg} ${Cp} & + *STRENGTH_LINEAR_PLASTIC ${sigma_yield} ${hardening_parameter} & + *EOS_LINEAR & + *END +pair_coeff 3 3 none +pair_coeff 1 2 smd/hertz ${contact_stiffness} +pair_coeff 1 3 smd/hertz ${contact_stiffness} +pair_coeff 2 3 smd/hertz ${contact_stiffness} +pair_coeff 2 2 smd/hertz ${contact_stiffness} + +#################################################################################################### +# TIME INTEGRATION +#################################################################################################### +fix dtfix tlsph smd/adjust_dt 0.1 # dynamically adjust time increment every step +fix integration_fix_water water smd/integrate_ulsph adjust_radius 1.01 10 15 +fix integration_fix_solids solids smd/integrate_tlsph + +#################################################################################################### +# SPECIFY TRAJECTORY OUTPUT +#################################################################################################### +compute eint all smd/internal_energy +compute contact_radius all smd/contact_radius +compute S solids smd/tlsph_stress +compute nn water smd/ulsph_num_neighs +compute epl solids smd/plastic_strain +compute vol all smd/volume +compute rho all smd/rho + +dump dump_id all custom 100 dump.LAMMPS id type x y & + fx fy vx vy c_eint c_contact_radius mol & + c_S[1] c_S[2] c_S[4] mass radius c_epl c_vol c_rho c_nn proc +dump_modify dump_id first yes + + +#################################################################################################### +# STATUS OUTPUT +#################################################################################################### +compute alleint all reduce sum c_eint +variable etot equal pe+ke+c_alleint+f_gfix # total energy of the system +thermo 100 +thermo_style custom step ke pe v_etot c_alleint f_dtfix dt +thermo_modify lost ignore + +#################################################################################################### +# RUN SIMULATION +#################################################################################################### +fix balance_fix all balance 1000 0.9 rcb # load balancing for MPI +run 40000 + + diff --git a/examples/USER/smd/funnel_flow/boundary.stl b/examples/USER/smd/funnel_flow/boundary.stl new file mode 100644 index 0000000000..6c3921a82c --- /dev/null +++ b/examples/USER/smd/funnel_flow/boundary.stl @@ -0,0 +1,66306 @@ +solid Georgs Murmelbahn + facet normal 0.97540827284 -0.1710498719 -0.1389987144 + outer loop + vertex -1.410104E+01 5.1169753E+00 5.2342388E-04 + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + vertex -1.546703E+01 1.2308852E+00 -4.803006E+00 + endloop + endfacet + facet normal -0.9838960828 -0.1770521446 0.02451604144 + outer loop + vertex 1.4773485E+01 5.7567939E-01 -4.965230E+00 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + vertex 1.4060464E+01 5.2256358E+00 7.3727574E-04 + endloop + endfacet + facet normal -0.9832167034 -0.1821107288 0.0109816468 + outer loop + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + vertex 1.5000771E+01 8.0000153E+01 -4.200713E-09 + vertex 1.4429359E+01 8.3291362E+01 3.4186003E+00 + endloop + endfacet + facet normal -0.9918960771 -0.1140457477 -0.0559976749 + outer loop + vertex 1.4429359E+01 8.3291362E+01 3.4186003E+00 + vertex 1.5000771E+01 8.0000153E+01 -4.200713E-09 + vertex 1.4799017E+01 7.9458027E+01 4.6778042E+00 + endloop + endfacet + facet normal 0.98641480773 -0.1541648656 0.05673641963 + outer loop + vertex -1.546701E+01 7.8769551E+01 4.8028659E+00 + vertex -1.499841E+01 8.0000217E+01 -6.878976E-05 + vertex -1.474699E+01 8.3155498E+01 4.2022889E+00 + endloop + endfacet + facet normal 0.98695294273 -0.1514459376 0.05466275516 + outer loop + vertex -1.474699E+01 8.3155498E+01 4.2022889E+00 + vertex -1.499841E+01 8.0000217E+01 -6.878976E-05 + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + endloop + endfacet + facet normal -0.9798400171 -0.1409861145 -0.1415501902 + outer loop + vertex 1.4429359E+01 8.3291362E+01 3.4186003E+00 + vertex 1.4799017E+01 7.9458027E+01 4.6778042E+00 + vertex 1.3765213E+01 8.3499701E+01 7.8084469E+00 + endloop + endfacet + facet normal -0.9796078241 -0.1360458911 -0.1478513661 + outer loop + vertex 1.3765213E+01 8.3499701E+01 7.8084469E+00 + vertex 1.4799017E+01 7.9458027E+01 4.6778042E+00 + vertex 1.4093750E+01 7.8846338E+01 9.9134921E+00 + endloop + endfacet + facet normal 0.90332485992 -0.4268567573 -0.042397007 + outer loop + vertex -1.474699E+01 8.3155498E+01 4.2022889E+00 + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + vertex -1.270926E+01 8.7495461E+01 3.9236715E+00 + endloop + endfacet + facet normal 0.87914142676 -0.4765311176 0.00533344778 + outer loop + vertex -1.270926E+01 8.7495461E+01 3.9236715E+00 + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + vertex -1.158085E+01 8.9533324E+01 -3.210717E-04 + endloop + endfacet + facet normal -0.8621890773 -0.5038822182 -0.0522752831 + outer loop + vertex 1.1555636E+01 8.9563023E+01 -5.986200E-04 + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + vertex 1.2603427E+01 8.7318273E+01 4.3551086E+00 + endloop + endfacet + facet normal -0.9143192445 -0.3862871897 -0.1216656327 + outer loop + vertex 1.2603427E+01 8.7318273E+01 4.3551086E+00 + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + vertex 1.4429359E+01 8.3291362E+01 3.4186003E+00 + endloop + endfacet + facet normal -0.6397872402 -0.7651389834 -0.0723506965 + outer loop + vertex 7.3642280E+00 9.3067752E+01 -5.374219E-04 + vertex 1.1555636E+01 8.9563023E+01 -5.986200E-04 + vertex 9.4108829E+00 9.0927979E+01 4.5301707E+00 + endloop + endfacet + facet normal -0.7436210254 -0.6501097778 -0.156157124 + outer loop + vertex 9.4108829E+00 9.0927979E+01 4.5301707E+00 + vertex 1.1555636E+01 8.9563023E+01 -5.986200E-04 + vertex 1.2603427E+01 8.7318273E+01 4.3551086E+00 + endloop + endfacet + facet normal 0.95730573689 -0.1554778502 0.24370548666 + outer loop + vertex -1.684446E+01 7.7538734E+01 9.4284328E+00 + vertex -1.546701E+01 7.8769551E+01 4.8028659E+00 + vertex -1.592357E+01 8.1877120E+01 8.5788373E+00 + endloop + endfacet + facet normal 0.96649345928 -0.1282128817 0.2223777195 + outer loop + vertex -1.592357E+01 8.1877120E+01 8.5788373E+00 + vertex -1.546701E+01 7.8769551E+01 4.8028659E+00 + vertex -1.474699E+01 8.3155498E+01 4.2022889E+00 + endloop + endfacet + facet normal -0.3353264137 -0.9364734005 -0.1028288212 + outer loop + vertex 2.6026676E+00 9.4772734E+01 -4.787211E-04 + vertex 7.3642280E+00 9.3067752E+01 -5.374219E-04 + vertex 5.0800851E+00 9.3383679E+01 4.5708999E+00 + endloop + endfacet + facet normal -0.4861515122 -0.8543122759 -0.1838674589 + outer loop + vertex 5.0800851E+00 9.3383679E+01 4.5708999E+00 + vertex 7.3642280E+00 9.3067752E+01 -5.374219E-04 + vertex 9.4108829E+00 9.0927979E+01 4.5301707E+00 + endloop + endfacet + facet normal 0.00598438652 -0.9946357679 -0.1032660464 + outer loop + vertex -2.780990E+00 9.4740329E+01 -3.512263E-04 + vertex 2.6026676E+00 9.4772734E+01 -4.787211E-04 + vertex 1.0892664E-01 9.4304525E+01 4.3646970E+00 + endloop + endfacet + facet normal -0.170369983 -0.9647031112 -0.200803327 + outer loop + vertex 1.0892664E-01 9.4304525E+01 4.3646970E+00 + vertex 2.6026676E+00 9.4772734E+01 -4.787211E-04 + vertex 5.0800851E+00 9.3383679E+01 4.5708999E+00 + endloop + endfacet + facet normal 0.34593713967 -0.9328661742 -0.1004400144 + outer loop + vertex -7.492129E+00 9.2993314E+01 -6.117290E-04 + vertex -2.780990E+00 9.4740329E+01 -3.512263E-04 + vertex -4.877712E+00 9.3507922E+01 4.2244320E+00 + endloop + endfacet + facet normal 0.16003133547 -0.9661369708 -0.2024088074 + outer loop + vertex -4.877712E+00 9.3507922E+01 4.2244320E+00 + vertex -2.780990E+00 9.4740329E+01 -3.512263E-04 + vertex 1.0892664E-01 9.4304525E+01 4.3646970E+00 + endloop + endfacet + facet normal 0.64477907655 -0.7619506252 -0.0607551407 + outer loop + vertex -1.158085E+01 8.9533324E+01 -3.210717E-04 + vertex -7.492129E+00 9.2993314E+01 -6.117290E-04 + vertex -9.291996E+00 9.1148343E+01 4.0362430E+00 + endloop + endfacet + facet normal 0.46938037256 -0.8633354443 -0.185294297 + outer loop + vertex -9.291996E+00 9.1148343E+01 4.0362430E+00 + vertex -7.492129E+00 9.2993314E+01 -6.117290E-04 + vertex -4.877712E+00 9.3507922E+01 4.2244320E+00 + endloop + endfacet + facet normal 0.72508996454 -0.6739604678 -0.1414985198 + outer loop + vertex -1.270926E+01 8.7495461E+01 3.9236715E+00 + vertex -1.158085E+01 8.9533324E+01 -3.210717E-04 + vertex -9.291996E+00 9.1148343E+01 4.0362430E+00 + endloop + endfacet + facet normal 0.89232553753 -0.1591388812 0.42240969633 + outer loop + vertex -1.908679E+01 7.6307665E+01 1.3701486E+01 + vertex -1.684446E+01 7.7538734E+01 9.4284328E+00 + vertex -1.787378E+01 8.0717651E+01 1.2800471E+01 + endloop + endfacet + facet normal 0.91341900726 -0.1175780571 0.38966795821 + outer loop + vertex -1.787378E+01 8.0717651E+01 1.2800471E+01 + vertex -1.684446E+01 7.7538734E+01 9.4284328E+00 + vertex -1.592357E+01 8.1877120E+01 8.5788373E+00 + endloop + endfacet + facet normal -0.9623739636 -0.1654536502 -0.2155491681 + outer loop + vertex 1.3765213E+01 8.3499701E+01 7.8084469E+00 + vertex 1.4093750E+01 7.8846338E+01 9.9134921E+00 + vertex 1.2751978E+01 8.3316235E+01 1.2473118E+01 + endloop + endfacet + facet normal -0.9584163164 -0.1479629538 -0.2440187055 + outer loop + vertex 1.2751978E+01 8.3316235E+01 1.2473118E+01 + vertex 1.4093750E+01 7.8846338E+01 9.9134921E+00 + vertex 1.2809051E+01 7.8199350E+01 1.5351628E+01 + endloop + endfacet + facet normal 0.79434868129 -0.1628622115 0.58522309643 + outer loop + vertex -2.211065E+01 7.5076954E+01 1.7463405E+01 + vertex -1.908679E+01 7.6307665E+01 1.3701486E+01 + vertex -2.060752E+01 7.9625571E+01 1.6688978E+01 + endloop + endfacet + facet normal 0.82755883902 -0.1153797124 0.54939411166 + outer loop + vertex -2.060752E+01 7.9625571E+01 1.6688978E+01 + vertex -1.908679E+01 7.6307665E+01 1.3701486E+01 + vertex -1.787378E+01 8.0717651E+01 1.2800471E+01 + endloop + endfacet + facet normal 0.66852635846 -0.1704919145 0.72388190689 + outer loop + vertex -2.579653E+01 7.3846343E+01 2.0577584E+01 + vertex -2.211065E+01 7.5076954E+01 1.7463405E+01 + vertex -2.415239E+01 7.8658693E+01 2.0192605E+01 + endloop + endfacet + facet normal 0.71416882236 -0.1185508416 0.68986128397 + outer loop + vertex -2.415239E+01 7.8658693E+01 2.0192605E+01 + vertex -2.211065E+01 7.5076954E+01 1.7463405E+01 + vertex -2.060752E+01 7.9625571E+01 1.6688978E+01 + endloop + endfacet + facet normal 0.51893218321 -0.1951130549 0.83225013368 + outer loop + vertex -3.001563E+01 7.2615600E+01 2.2919780E+01 + vertex -2.579653E+01 7.3846343E+01 2.0577584E+01 + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + endloop + endfacet + facet normal 0.58396943329 -0.1354826352 0.80039000276 + outer loop + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + vertex -2.579653E+01 7.3846343E+01 2.0577584E+01 + vertex -2.415239E+01 7.8658693E+01 2.0192605E+01 + endloop + endfacet + facet normal 0.34747030929 -0.179069519 0.92043386048 + outer loop + vertex -3.460572E+01 7.1384757E+01 2.4413114E+01 + vertex -3.001563E+01 7.2615600E+01 2.2919780E+01 + vertex -3.330885E+01 7.6521894E+01 2.4922962E+01 + endloop + endfacet + facet normal 0.36706957753 -0.1604051865 0.91625875243 + outer loop + vertex -3.330885E+01 7.6521894E+01 2.4922962E+01 + vertex -3.001563E+01 7.2615600E+01 2.2919780E+01 + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + endloop + endfacet + facet normal 0.1636151197 -0.1783801126 0.97026317463 + outer loop + vertex -3.939619E+01 7.0153813E+01 2.4994624E+01 + vertex -3.460572E+01 7.1384757E+01 2.4413114E+01 + vertex -3.831823E+01 7.5268671E+01 2.5753200E+01 + endloop + endfacet + facet normal 0.19719496241 -0.1459955743 0.96943253457 + outer loop + vertex -3.831823E+01 7.5268671E+01 2.5753200E+01 + vertex -3.460572E+01 7.1384757E+01 2.4413114E+01 + vertex -3.330885E+01 7.6521894E+01 2.4922962E+01 + endloop + endfacet + facet normal -0.0258469299 -0.1798408644 0.98335608999 + outer loop + vertex -4.420961E+01 6.8923174E+01 2.4643041E+01 + vertex -3.939619E+01 7.0153813E+01 2.4994624E+01 + vertex -4.325217E+01 7.4091200E+01 2.5613360E+01 + endloop + endfacet + facet normal 0.00734203774 -0.1482136983 0.98892810361 + outer loop + vertex -4.325217E+01 7.4091200E+01 2.5613360E+01 + vertex -3.939619E+01 7.0153813E+01 2.4994624E+01 + vertex -3.831823E+01 7.5268671E+01 2.5753200E+01 + endloop + endfacet + facet normal -0.2129905332 -0.1805530494 0.96022686337 + outer loop + vertex -4.886630E+01 6.7692530E+01 2.3378728E+01 + vertex -4.420961E+01 6.8923174E+01 2.4643041E+01 + vertex -4.805982E+01 7.2871725E+01 2.4531469E+01 + endloop + endfacet + facet normal -0.1809719813 -0.1489954799 0.9721365588 + outer loop + vertex -4.805982E+01 7.2871725E+01 2.4531469E+01 + vertex -4.420961E+01 6.8923174E+01 2.4643041E+01 + vertex -4.325217E+01 7.4091200E+01 2.5613360E+01 + endloop + endfacet + facet normal -0.3943135925 -0.1820528011 0.90076277028 + outer loop + vertex -5.319079E+01 6.6461735E+01 2.1236905E+01 + vertex -4.886630E+01 6.7692530E+01 2.3378728E+01 + vertex -5.272912E+01 7.1702551E+01 2.2498222E+01 + endloop + endfacet + facet normal -0.3634250207 -0.148123998 0.91977254554 + outer loop + vertex -5.272912E+01 7.1702551E+01 2.2498222E+01 + vertex -4.886630E+01 6.7692530E+01 2.3378728E+01 + vertex -4.805982E+01 7.2871725E+01 2.4531469E+01 + endloop + endfacet + facet normal -0.5565009502 -0.1902174703 0.80877933113 + outer loop + vertex -5.702739E+01 6.5230877E+01 1.8307547E+01 + vertex -5.319079E+01 6.6461735E+01 2.1236905E+01 + vertex -5.704916E+01 7.0757130E+01 1.9592296E+01 + endloop + endfacet + facet normal -0.5279414525 -0.1544812471 0.83511278702 + outer loop + vertex -5.704916E+01 7.0757130E+01 1.9592296E+01 + vertex -5.319079E+01 6.6461735E+01 2.1236905E+01 + vertex -5.272912E+01 7.1702551E+01 2.2498222E+01 + endloop + endfacet + facet normal -0.6934899103 -0.215042462 0.68762524953 + outer loop + vertex -6.022719E+01 6.3999982E+01 1.4695516E+01 + vertex -5.702739E+01 6.5230877E+01 1.8307547E+01 + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + endloop + endfacet + facet normal -0.6640870306 -0.1717809353 0.72765357561 + outer loop + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + vertex -5.702739E+01 6.5230877E+01 1.8307547E+01 + vertex -5.704916E+01 7.0757130E+01 1.9592296E+01 + endloop + endfacet + facet normal -0.8203555404 -0.191761668 0.53874321336 + outer loop + vertex -6.267207E+01 6.2769397E+01 1.0534632E+01 + vertex -6.022719E+01 6.3999982E+01 1.4695516E+01 + vertex -6.350483E+01 6.8424263E+01 1.1279385E+01 + endloop + endfacet + facet normal -0.825369339 -0.2053837756 0.52591155054 + outer loop + vertex -6.350483E+01 6.8424263E+01 1.1279385E+01 + vertex -6.022719E+01 6.3999982E+01 1.4695516E+01 + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + endloop + endfacet + facet normal -0.9074245376 -0.1943539882 0.37256843091 + outer loop + vertex -6.427690E+01 6.1538712E+01 5.9839269E+00 + vertex -6.267207E+01 6.2769397E+01 1.0534632E+01 + vertex -6.532550E+01 6.7295490E+01 6.4330406E+00 + endloop + endfacet + facet normal -0.9053258229 -0.1837513591 0.38291068461 + outer loop + vertex -6.532550E+01 6.7295490E+01 6.4330406E+00 + vertex -6.267207E+01 6.2769397E+01 1.0534632E+01 + vertex -6.350483E+01 6.8424263E+01 1.1279385E+01 + endloop + endfacet + facet normal -0.9620725582 -0.1955621054 0.19018899987 + outer loop + vertex -6.497083E+01 6.0307862E+01 1.2080350E+00 + vertex -6.427690E+01 6.1538712E+01 5.9839269E+00 + vertex -6.604174E+01 6.6054960E+01 1.7002994E+00 + endloop + endfacet + facet normal -0.9620223504 -0.1904865936 0.19551944915 + outer loop + vertex -6.604174E+01 6.6054960E+01 1.7002994E+00 + vertex -6.427690E+01 6.1538712E+01 5.9839269E+00 + vertex -6.532550E+01 6.7295490E+01 6.4330406E+00 + endloop + endfacet + facet normal -0.982357336 -0.1870125729 6.0160122E-04 + outer loop + vertex -6.473947E+01 5.9077013E+01 -3.613469E+00 + vertex -6.497083E+01 6.0307862E+01 1.2080350E+00 + vertex -6.577821E+01 6.4534947E+01 -3.129363E+00 + endloop + endfacet + facet normal -0.9830063432 -0.1835253303 0.00412096019 + outer loop + vertex -6.577821E+01 6.4534947E+01 -3.129363E+00 + vertex -6.497083E+01 6.0307862E+01 1.2080350E+00 + vertex -6.604174E+01 6.6054960E+01 1.7002994E+00 + endloop + endfacet + facet normal -0.9638746222 -0.1886499237 -0.1880343557 + outer loop + vertex -6.358462E+01 5.7846197E+01 -8.298428E+00 + vertex -6.473947E+01 5.9077013E+01 -3.613469E+00 + vertex -6.473641E+01 6.3329043E+01 -7.895090E+00 + endloop + endfacet + facet normal -0.9708400799 -0.1697531594 -0.1692731645 + outer loop + vertex -6.473641E+01 6.3329043E+01 -7.895090E+00 + vertex -6.473947E+01 5.9077013E+01 -3.613469E+00 + vertex -6.577821E+01 6.4534947E+01 -3.129363E+00 + endloop + endfacet + facet normal -0.9096421352 -0.1886627664 -0.3700777572 + outer loop + vertex -6.154916E+01 5.6615611E+01 -1.267419E+01 + vertex -6.358462E+01 5.7846197E+01 -8.298428E+00 + vertex -6.285683E+01 6.2075440E+01 -1.224336E+01 + endloop + endfacet + facet normal -0.9215969787 -0.1678555529 -0.3499764594 + outer loop + vertex -6.285683E+01 6.2075440E+01 -1.224336E+01 + vertex -6.358462E+01 5.7846197E+01 -8.298428E+00 + vertex -6.473641E+01 6.3329043E+01 -7.895090E+00 + endloop + endfacet + facet normal -0.8222790458 -0.1828676578 -0.5389031366 + outer loop + vertex -5.871553E+01 5.5384871E+01 -1.658022E+01 + vertex -6.154916E+01 5.6615611E+01 -1.267419E+01 + vertex -6.015500E+01 6.0632275E+01 -1.616445E+01 + endloop + endfacet + facet normal -0.8393704782 -0.1600440277 -0.5194642524 + outer loop + vertex -6.015500E+01 6.0632275E+01 -1.616445E+01 + vertex -6.154916E+01 5.6615611E+01 -1.267419E+01 + vertex -6.285683E+01 6.2075440E+01 -1.224336E+01 + endloop + endfacet + facet normal -0.701868149 -0.172579383 -0.6910842626 + outer loop + vertex -5.517912E+01 5.4153977E+01 -1.986444E+01 + vertex -5.871553E+01 5.5384871E+01 -1.658022E+01 + vertex -5.659856E+01 5.9060404E+01 -1.964809E+01 + endloop + endfacet + facet normal -0.7243618326 -0.1453080271 -0.6739328696 + outer loop + vertex -5.659856E+01 5.9060404E+01 -1.964809E+01 + vertex -5.871553E+01 5.5384871E+01 -1.658022E+01 + vertex -6.015500E+01 6.0632275E+01 -1.616445E+01 + endloop + endfacet + facet normal -0.556520351 -0.1694224003 -0.8133763884 + outer loop + vertex -5.107980E+01 5.2923169E+01 -2.241286E+01 + vertex -5.517912E+01 5.4153977E+01 -1.986444E+01 + vertex -5.231446E+01 5.7755292E+01 -2.257461E+01 + endloop + endfacet + facet normal -0.5865475171 -0.1344726068 -0.7986733551 + outer loop + vertex -5.231446E+01 5.7755292E+01 -2.257461E+01 + vertex -5.517912E+01 5.4153977E+01 -1.986444E+01 + vertex -5.659856E+01 5.9060404E+01 -1.964809E+01 + endloop + endfacet + facet normal -0.3909631043 -0.1777213748 -0.9030852474 + outer loop + vertex -4.656839E+01 5.1692422E+01 -2.412374E+01 + vertex -5.107980E+01 5.2923169E+01 -2.241286E+01 + vertex -4.752018E+01 5.6830983E+01 -2.472292E+01 + endloop + endfacet + facet normal -0.4271514222 -0.1390467643 -0.8934246806 + outer loop + vertex -4.752018E+01 5.6830983E+01 -2.472292E+01 + vertex -5.107980E+01 5.2923169E+01 -2.241286E+01 + vertex -5.231446E+01 5.7755292E+01 -2.257461E+01 + endloop + endfacet + facet normal -0.2110932543 -0.1836782375 -0.9600530939 + outer loop + vertex -4.181089E+01 5.0461822E+01 -2.493436E+01 + vertex -4.656839E+01 5.1692422E+01 -2.412374E+01 + vertex -4.269988E+01 5.5786767E+01 -2.575767E+01 + endloop + endfacet + facet normal -0.2395196412 -0.1561040846 -0.9582598062 + outer loop + vertex -4.269988E+01 5.5786767E+01 -2.575767E+01 + vertex -4.656839E+01 5.1692422E+01 -2.412374E+01 + vertex -4.752018E+01 5.6830983E+01 -2.472292E+01 + endloop + endfacet + facet normal -0.0234401434 -0.1822416712 -0.9829743298 + outer loop + vertex -3.698634E+01 4.9231016E+01 -2.482122E+01 + vertex -4.181089E+01 5.0461822E+01 -2.493436E+01 + vertex -3.756766E+01 5.4526140E+01 -2.578906E+01 + endloop + endfacet + facet normal -0.0453401593 -0.1600287267 -0.9860705231 + outer loop + vertex -3.756766E+01 5.4526140E+01 -2.578906E+01 + vertex -4.181089E+01 5.0461822E+01 -2.493436E+01 + vertex -4.269988E+01 5.5786767E+01 -2.575767E+01 + endloop + endfacet + facet normal 0.16517335594 -0.1893064808 -0.96792604 + outer loop + vertex -3.227444E+01 4.8000087E+01 -2.377640E+01 + vertex -3.698634E+01 4.9231016E+01 -2.482122E+01 + vertex -3.255985E+01 5.3528182E+01 -2.490629E+01 + endloop + endfacet + facet normal 0.13964615335 -0.1631839396 -0.9766626612 + outer loop + vertex -3.255985E+01 5.3528182E+01 -2.490629E+01 + vertex -3.698634E+01 4.9231016E+01 -2.482122E+01 + vertex -3.756766E+01 5.4526140E+01 -2.578906E+01 + endloop + endfacet + facet normal 0.34506086552 -0.1956259107 -0.9179670485 + outer loop + vertex -2.784871E+01 4.6769350E+01 -2.185051E+01 + vertex -3.227444E+01 4.8000087E+01 -2.377640E+01 + vertex -2.802617E+01 5.2473174E+01 -2.313274E+01 + endloop + endfacet + facet normal 0.32352980901 -0.1734180861 -0.9301906418 + outer loop + vertex -2.802617E+01 5.2473174E+01 -2.313274E+01 + vertex -3.227444E+01 4.8000087E+01 -2.377640E+01 + vertex -3.255985E+01 5.3528182E+01 -2.490629E+01 + endloop + endfacet + facet normal 0.51498963617 -0.1965812096 -0.834350947 + outer loop + vertex -2.387806E+01 4.5538652E+01 -1.910972E+01 + vertex -2.784871E+01 4.6769350E+01 -2.185051E+01 + vertex -2.389256E+01 5.1253983E+01 -2.046526E+01 + endloop + endfacet + facet normal 0.4966990841 -0.1756218795 -0.8499688084 + outer loop + vertex -2.389256E+01 5.1253983E+01 -2.046526E+01 + vertex -2.784871E+01 4.6769350E+01 -2.185051E+01 + vertex -2.802617E+01 5.2473174E+01 -2.313274E+01 + endloop + endfacet + facet normal 0.66411715782 -0.2021751819 -0.7197732952 + outer loop + vertex -2.050823E+01 4.4308019E+01 -1.565480E+01 + vertex -2.387806E+01 4.5538652E+01 -1.910972E+01 + vertex -2.012630E+01 5.0213382E+01 -1.696114E+01 + endloop + endfacet + facet normal 0.64432423181 -0.1749367572 -0.7444752617 + outer loop + vertex -2.012630E+01 5.0213382E+01 -1.696114E+01 + vertex -2.387806E+01 4.5538652E+01 -1.910972E+01 + vertex -2.389256E+01 5.1253983E+01 -2.046526E+01 + endloop + endfacet + facet normal 0.78879209439 -0.2040005822 -0.5798196222 + outer loop + vertex -1.786055E+01 4.3077152E+01 -1.161981E+01 + vertex -2.050823E+01 4.4308019E+01 -1.565480E+01 + vertex -1.727941E+01 4.9024673E+01 -1.292175E+01 + endloop + endfacet + facet normal 0.77730313121 -0.1833985059 -0.6018013212 + outer loop + vertex -1.727941E+01 4.9024673E+01 -1.292175E+01 + vertex -2.050823E+01 4.4308019E+01 -1.565480E+01 + vertex -2.012630E+01 5.0213382E+01 -1.696114E+01 + endloop + endfacet + facet normal 0.888193798 -0.1969610764 -0.4151121674 + outer loop + vertex -1.604378E+01 4.1846240E+01 -7.148521E+00 + vertex -1.786055E+01 4.3077152E+01 -1.161981E+01 + vertex -1.528870E+01 4.7581833E+01 -8.254311E+00 + endloop + endfacet + facet normal 0.88320411394 -0.1810096238 -0.4326499846 + outer loop + vertex -1.528870E+01 4.7581833E+01 -8.254311E+00 + vertex -1.786055E+01 4.3077152E+01 -1.161981E+01 + vertex -1.727941E+01 4.9024673E+01 -1.292175E+01 + endloop + endfacet + facet normal 0.95121342465 -0.1966883845 -0.23771138 + outer loop + vertex -1.511469E+01 4.0615559E+01 -2.412403E+00 + vertex -1.604378E+01 4.1846240E+01 -7.148521E+00 + vertex -1.417991E+01 4.6339728E+01 -3.408168E+00 + endloop + endfacet + facet normal 0.94895844563 -0.1754591718 -0.2620914869 + outer loop + vertex -1.417991E+01 4.6339728E+01 -3.408168E+00 + vertex -1.604378E+01 4.1846240E+01 -7.148521E+00 + vertex -1.528870E+01 4.7581833E+01 -8.254311E+00 + endloop + endfacet + facet normal 0.97919435941 -0.1966278064 -0.05015887 + outer loop + vertex -1.511467E+01 3.9384877E+01 2.4122615E+00 + vertex -1.511469E+01 4.0615559E+01 -2.412403E+00 + vertex -1.401743E+01 4.5087919E+01 1.4759505E+00 + endloop + endfacet + facet normal 0.98175918247 -0.1737531679 -0.077192903 + outer loop + vertex -1.401743E+01 4.5087919E+01 1.4759505E+00 + vertex -1.511469E+01 4.0615559E+01 -2.412403E+00 + vertex -1.417991E+01 4.6339728E+01 -3.408168E+00 + endloop + endfacet + facet normal 0.97051340645 -0.1967521944 0.13925624538 + outer loop + vertex -1.604374E+01 3.8154196E+01 7.1483847E+00 + vertex -1.511467E+01 3.9384877E+01 2.4122615E+00 + vertex -1.477447E+01 4.3865396E+01 6.3716861E+00 + endloop + endfacet + facet normal 0.97931935954 -0.170546918 0.1088454904 + outer loop + vertex -1.477447E+01 4.3865396E+01 6.3716861E+00 + vertex -1.511467E+01 3.9384877E+01 2.4122615E+00 + vertex -1.401743E+01 4.5087919E+01 1.4759505E+00 + endloop + endfacet + facet normal 0.92665232237 -0.1905275026 0.32405978495 + outer loop + vertex -1.786049E+01 3.6923284E+01 1.1619681E+01 + vertex -1.604374E+01 3.8154196E+01 7.1483847E+00 + vertex -1.646400E+01 4.2418625E+01 1.0857330E+01 + endloop + endfacet + facet normal 0.93917196558 -0.1679860182 0.2995608732 + outer loop + vertex -1.646400E+01 4.2418625E+01 1.0857330E+01 + vertex -1.604374E+01 3.8154196E+01 7.1483847E+00 + vertex -1.477447E+01 4.3865396E+01 6.3716861E+00 + endloop + endfacet + facet normal 0.8466557423 -0.182287138 0.49994545037 + outer loop + vertex -2.050814E+01 3.5692416E+01 1.5654686E+01 + vertex -1.786049E+01 3.6923284E+01 1.1619681E+01 + vertex -1.919167E+01 4.0939430E+01 1.5338382E+01 + endloop + endfacet + facet normal 0.86576474254 -0.1539509919 0.47618326583 + outer loop + vertex -1.919167E+01 4.0939430E+01 1.5338382E+01 + vertex -1.786049E+01 3.6923284E+01 1.1619681E+01 + vertex -1.646400E+01 4.2418625E+01 1.0857330E+01 + endloop + endfacet + facet normal 0.73557324737 -0.183048839 0.6522462114 + outer loop + vertex -2.387795E+01 3.4461782E+01 1.9109632E+01 + vertex -2.050814E+01 3.5692416E+01 1.5654686E+01 + vertex -2.256024E+01 3.9743453E+01 1.9105840E+01 + endloop + endfacet + facet normal 0.76032068601 -0.1527047585 0.63134278419 + outer loop + vertex -2.256024E+01 3.9743453E+01 1.9105840E+01 + vertex -2.050814E+01 3.5692416E+01 1.5654686E+01 + vertex -1.919167E+01 4.0939430E+01 1.5338382E+01 + endloop + endfacet + facet normal 0.59589920714 -0.1792463835 0.78279937974 + outer loop + vertex -2.784860E+01 3.3231084E+01 2.1850442E+01 + vertex -2.387795E+01 3.4461782E+01 1.9109632E+01 + vertex -2.659824E+01 3.8384256E+01 2.2078600E+01 + endloop + endfacet + facet normal 0.6188646569 -0.153846648 0.77028419778 + outer loop + vertex -2.659824E+01 3.8384256E+01 2.2078600E+01 + vertex -2.387795E+01 3.4461782E+01 1.9109632E+01 + vertex -2.256024E+01 3.9743453E+01 1.9105840E+01 + endloop + endfacet + facet normal 0.43397963879 -0.1788294182 0.88299587332 + outer loop + vertex -3.227431E+01 3.2000347E+01 2.3776362E+01 + vertex -2.784860E+01 3.3231084E+01 2.1850442E+01 + vertex -3.110143E+01 3.7150910E+01 2.4243031E+01 + endloop + endfacet + facet normal 0.46147708391 -0.1506800043 0.87426222457 + outer loop + vertex -3.110143E+01 3.7150910E+01 2.4243031E+01 + vertex -2.784860E+01 3.3231084E+01 2.1850442E+01 + vertex -2.659824E+01 3.8384256E+01 2.2078600E+01 + endloop + endfacet + facet normal 0.25695056953 -0.1771646469 0.95004688974 + outer loop + vertex -3.698621E+01 3.0769419E+01 2.4821201E+01 + vertex -3.227431E+01 3.2000347E+01 2.3776362E+01 + vertex -3.586385E+01 3.5850971E+01 2.5465256E+01 + endloop + endfacet + facet normal 0.28409247725 -0.1504886207 0.9469132164 + outer loop + vertex -3.586385E+01 3.5850971E+01 2.5465256E+01 + vertex -3.227431E+01 3.2000347E+01 2.3776362E+01 + vertex -3.110143E+01 3.7150910E+01 2.4243031E+01 + endloop + endfacet + facet normal 0.06754298546 -0.1744317804 0.98234998808 + outer loop + vertex -4.181074E+01 2.9538615E+01 2.4934371E+01 + vertex -3.698621E+01 3.0769419E+01 2.4821201E+01 + vertex -4.085619E+01 3.4536282E+01 2.5756154E+01 + endloop + endfacet + facet normal 0.09581090564 -0.1459584571 0.98464023844 + outer loop + vertex -4.085619E+01 3.4536282E+01 2.5756154E+01 + vertex -3.698621E+01 3.0769419E+01 2.4821201E+01 + vertex -3.586385E+01 3.5850971E+01 2.5465256E+01 + endloop + endfacet + facet normal -0.120544414 -0.1773515624 0.97673715377 + outer loop + vertex -4.656825E+01 2.8308016E+01 2.4123775E+01 + vertex -4.181074E+01 2.9538615E+01 2.4934371E+01 + vertex -4.606049E+01 3.3443408E+01 2.5118902E+01 + endloop + endfacet + facet normal -0.090247946 -0.1447851708 0.98533880598 + outer loop + vertex -4.606049E+01 3.3443408E+01 2.5118902E+01 + vertex -4.181074E+01 2.9538615E+01 2.4934371E+01 + vertex -4.085619E+01 3.4536282E+01 2.5756154E+01 + endloop + endfacet + facet normal -0.3052144777 -0.18086931 0.93494941857 + outer loop + vertex -5.107967E+01 2.7077267E+01 2.2412927E+01 + vertex -4.656825E+01 2.8308016E+01 2.4123775E+01 + vertex -5.072249E+01 3.2306189E+01 2.3541082E+01 + endloop + endfacet + facet normal -0.2824362878 -0.1555042863 0.94659820425 + outer loop + vertex -5.072249E+01 3.2306189E+01 2.3541082E+01 + vertex -4.656825E+01 2.8308016E+01 2.4123775E+01 + vertex -4.606049E+01 3.3443408E+01 2.5118902E+01 + endloop + endfacet + facet normal -0.480675418 -0.1772225349 0.85880342087 + outer loop + vertex -5.517901E+01 2.5846457E+01 1.9864523E+01 + vertex -5.107967E+01 2.7077267E+01 2.2412927E+01 + vertex -5.498804E+01 3.0961163E+01 2.1026880E+01 + endloop + endfacet + facet normal -0.4644848572 -0.1563374836 0.87167219107 + outer loop + vertex -5.498804E+01 3.0961163E+01 2.1026880E+01 + vertex -5.107967E+01 2.7077267E+01 2.2412927E+01 + vertex -5.072249E+01 3.2306189E+01 2.3541082E+01 + endloop + endfacet + facet normal -0.6352367302 -0.1792855606 0.75121966453 + outer loop + vertex -5.871544E+01 2.4615564E+01 1.6580327E+01 + vertex -5.517901E+01 2.5846457E+01 1.9864523E+01 + vertex -5.879829E+01 2.9796841E+01 1.7746828E+01 + endloop + endfacet + facet normal -0.617662517 -0.1522808652 0.77155917024 + outer loop + vertex -5.879829E+01 2.9796841E+01 1.7746828E+01 + vertex -5.517901E+01 2.5846457E+01 1.9864523E+01 + vertex -5.498804E+01 3.0961163E+01 2.1026880E+01 + endloop + endfacet + facet normal -0.7675510768 -0.1827093169 0.61439616693 + outer loop + vertex -6.154909E+01 2.3384825E+01 1.2674314E+01 + vertex -5.871544E+01 2.4615564E+01 1.6580327E+01 + vertex -6.184898E+01 2.8668492E+01 1.3870936E+01 + endloop + endfacet + facet normal -0.7536443625 -0.155812167 0.63854736974 + outer loop + vertex -6.184898E+01 2.8668492E+01 1.3870936E+01 + vertex -5.871544E+01 2.4615564E+01 1.6580327E+01 + vertex -5.879829E+01 2.9796841E+01 1.7746828E+01 + endloop + endfacet + facet normal -0.8692232275 -0.1881041213 0.45723934688 + outer loop + vertex -6.358458E+01 2.2154237E+01 8.2985547E+00 + vertex -6.154909E+01 2.3384825E+01 1.2674314E+01 + vertex -6.412595E+01 2.7602471E+01 9.5107523E+00 + endloop + endfacet + facet normal -0.8586270932 -0.1590915364 0.48728779768 + outer loop + vertex -6.412595E+01 2.7602471E+01 9.5107523E+00 + vertex -6.154909E+01 2.3384825E+01 1.2674314E+01 + vertex -6.184898E+01 2.8668492E+01 1.3870936E+01 + endloop + endfacet + facet normal -0.9421745119 -0.1834547711 0.28044881178 + outer loop + vertex -6.473945E+01 2.0923421E+01 3.6136031E+00 + vertex -6.358458E+01 2.2154237E+01 8.2985547E+00 + vertex -6.537716E+01 2.6190636E+01 4.9167184E+00 + endloop + endfacet + facet normal -0.9385685746 -0.1611562082 0.3051519414 + outer loop + vertex -6.537716E+01 2.6190636E+01 4.9167184E+00 + vertex -6.358458E+01 2.2154237E+01 8.2985547E+00 + vertex -6.412595E+01 2.7602471E+01 9.5107523E+00 + endloop + endfacet + facet normal -0.9812055394 -0.1703818818 0.09058534029 + outer loop + vertex -6.497084E+01 1.9692573E+01 -1.207896E+00 + vertex -6.473945E+01 2.0923421E+01 3.6136031E+00 + vertex -6.571138E+01 2.4543579E+01 -1.050588E-01 + endloop + endfacet + facet normal -0.9825764088 -0.1470757484 0.11363241242 + outer loop + vertex -6.571138E+01 2.4543579E+01 -1.050588E-01 + vertex -6.473945E+01 2.0923421E+01 3.6136031E+00 + vertex -6.537716E+01 2.6190636E+01 4.9167184E+00 + endloop + endfacet + facet normal -0.980601633 -0.16925845 -0.0988535 + outer loop + vertex -6.427693E+01 1.8461725E+01 -5.983786E+00 + vertex -6.497084E+01 1.9692573E+01 -1.207896E+00 + vertex -6.517802E+01 2.3319886E+01 -5.363426E+00 + endloop + endfacet + facet normal -0.9884209194 -0.135252816 -0.0687805338 + outer loop + vertex -6.517802E+01 2.3319886E+01 -5.363426E+00 + vertex -6.497084E+01 1.9692573E+01 -1.207896E+00 + vertex -6.571138E+01 2.4543579E+01 -1.050588E-01 + endloop + endfacet + facet normal -0.9416661922 -0.1826257235 -0.2826882162 + outer loop + vertex -6.267213E+01 1.7231039E+01 -1.053450E+01 + vertex -6.427693E+01 1.8461725E+01 -5.983786E+00 + vertex -6.372041E+01 2.2579668E+01 -1.049796E+01 + endloop + endfacet + facet normal -0.9570629529 -0.1455000588 -0.250719439 + outer loop + vertex -6.372041E+01 2.2579668E+01 -1.049796E+01 + vertex -6.427693E+01 1.8461725E+01 -5.983786E+00 + vertex -6.517802E+01 2.3319886E+01 -5.363426E+00 + endloop + endfacet + facet normal -0.869949554 -0.1907945309 -0.4547364297 + outer loop + vertex -6.022727E+01 1.6000452E+01 -1.469541E+01 + vertex -6.267213E+01 1.7231039E+01 -1.053450E+01 + vertex -6.138864E+01 2.1581527E+01 -1.481527E+01 + endloop + endfacet + facet normal -0.8829581551 -0.1700614328 -0.4375660011 + outer loop + vertex -6.138864E+01 2.1581527E+01 -1.481527E+01 + vertex -6.267213E+01 1.7231039E+01 -1.053450E+01 + vertex -6.372041E+01 2.2579668E+01 -1.049796E+01 + endloop + endfacet + facet normal -0.7661803878 -0.1930859955 -0.6129318165 + outer loop + vertex -5.702750E+01 1.4769560E+01 -1.830745E+01 + vertex -6.022727E+01 1.6000452E+01 -1.469541E+01 + vertex -5.796134E+01 2.0474486E+01 -1.893729E+01 + endloop + endfacet + facet normal -0.7796561579 -0.1751512685 -0.601214029 + outer loop + vertex -5.796134E+01 2.0474486E+01 -1.893729E+01 + vertex -6.022727E+01 1.6000452E+01 -1.469541E+01 + vertex -6.138864E+01 2.1581527E+01 -1.481527E+01 + endloop + endfacet + facet normal -0.6346678385 -0.2048957279 -0.7451271539 + outer loop + vertex -5.319091E+01 1.3538702E+01 -2.123683E+01 + vertex -5.702750E+01 1.4769560E+01 -1.830745E+01 + vertex -5.398457E+01 1.9610628E+01 -2.223049E+01 + endloop + endfacet + facet normal -0.6503370472 -0.1877201061 -0.7360861952 + outer loop + vertex -5.398457E+01 1.9610628E+01 -2.223049E+01 + vertex -5.702750E+01 1.4769560E+01 -1.830745E+01 + vertex -5.796134E+01 2.0474486E+01 -1.893729E+01 + endloop + endfacet + facet normal -0.4801994826 -0.2016496529 -0.8536661375 + outer loop + vertex -4.886642E+01 1.2307904E+01 -2.337868E+01 + vertex -5.319091E+01 1.3538702E+01 -2.123683E+01 + vertex -4.968131E+01 1.8237929E+01 -2.432106E+01 + endloop + endfacet + facet normal -0.4794144024 -0.202407809 -0.85392793 + outer loop + vertex -4.968131E+01 1.8237929E+01 -2.432106E+01 + vertex -5.319091E+01 1.3538702E+01 -2.123683E+01 + vertex -5.398457E+01 1.9610628E+01 -2.223049E+01 + endloop + endfacet + facet normal -0.303348029 -0.1881566949 -0.9341183177 + outer loop + vertex -4.420975E+01 1.1077259E+01 -2.464302E+01 + vertex -4.886642E+01 1.2307904E+01 -2.337868E+01 + vertex -4.497930E+01 1.6570991E+01 -2.549970E+01 + endloop + endfacet + facet normal -0.3015389396 -0.1899200997 -0.9343471644 + outer loop + vertex -4.497930E+01 1.6570991E+01 -2.549970E+01 + vertex -4.886642E+01 1.2307904E+01 -2.337868E+01 + vertex -4.968131E+01 1.8237929E+01 -2.432106E+01 + endloop + endfacet + facet normal -0.1174805878 -0.1804959806 -0.97653444 + outer loop + vertex -3.939633E+01 9.8466225E+00 -2.499463E+01 + vertex -4.420975E+01 1.1077259E+01 -2.464302E+01 + vertex -4.016478E+01 1.5075679E+01 -2.586868E+01 + endloop + endfacet + facet normal -0.1277637236 -0.1702607455 -0.9770812195 + outer loop + vertex -4.016478E+01 1.5075679E+01 -2.586868E+01 + vertex -4.420975E+01 1.1077259E+01 -2.464302E+01 + vertex -4.497930E+01 1.6570991E+01 -2.549970E+01 + endloop + endfacet + facet normal 0.07286358253 -0.1798446654 -0.9809927597 + outer loop + vertex -3.460586E+01 8.6156802E+00 -2.441315E+01 + vertex -3.939633E+01 9.8466225E+00 -2.499463E+01 + vertex -3.517680E+01 1.3819733E+01 -2.540961E+01 + endloop + endfacet + facet normal 0.05115255852 -0.1573330624 -0.9862199163 + outer loop + vertex -3.517680E+01 1.3819733E+01 -2.540961E+01 + vertex -3.939633E+01 9.8466225E+00 -2.499463E+01 + vertex -4.016478E+01 1.5075679E+01 -2.586868E+01 + endloop + endfacet + facet normal 0.26193325502 -0.1747213529 -0.9491382506 + outer loop + vertex -3.001576E+01 7.3848361E+00 -2.291984E+01 + vertex -3.460586E+01 8.6156802E+00 -2.441315E+01 + vertex -3.057964E+01 1.2405076E+01 -2.399960E+01 + endloop + endfacet + facet normal 0.24535774217 -0.1562788653 -0.9567531001 + outer loop + vertex -3.057964E+01 1.2405076E+01 -2.399960E+01 + vertex -3.460586E+01 8.6156802E+00 -2.441315E+01 + vertex -3.517680E+01 1.3819733E+01 -2.540961E+01 + endloop + endfacet + facet normal 0.43930891232 -0.1719703101 -0.8817221172 + outer loop + vertex -2.579664E+01 6.1540904E+00 -2.057766E+01 + vertex -3.001576E+01 7.3848361E+00 -2.291984E+01 + vertex -2.605338E+01 1.1097814E+01 -2.166980E+01 + endloop + endfacet + facet normal 0.41919847415 -0.1456569627 -0.8961343027 + outer loop + vertex -2.605338E+01 1.1097814E+01 -2.166980E+01 + vertex -3.001576E+01 7.3848361E+00 -2.291984E+01 + vertex -3.057964E+01 1.2405076E+01 -2.399960E+01 + endloop + endfacet + facet normal 0.60195342943 -0.1709447711 -0.7800192011 + outer loop + vertex -2.211074E+01 4.9234807E+00 -1.746350E+01 + vertex -2.579664E+01 6.1540904E+00 -2.057766E+01 + vertex -2.230249E+01 9.8070426E+00 -1.868173E+01 + endloop + endfacet + facet normal 0.58524331026 -0.145816194 -0.7976389568 + outer loop + vertex -2.230249E+01 9.8070426E+00 -1.868173E+01 + vertex -2.579664E+01 6.1540904E+00 -2.057766E+01 + vertex -2.605338E+01 1.1097814E+01 -2.166980E+01 + endloop + endfacet + facet normal 0.74225288484 -0.1630565747 -0.6499793907 + outer loop + vertex -1.908687E+01 3.6927710E+00 -1.370161E+01 + vertex -2.211074E+01 4.9234807E+00 -1.746350E+01 + vertex -1.915552E+01 8.3047763E+00 -1.493699E+01 + endloop + endfacet + facet normal 0.73020343776 -0.1382396552 -0.6690984511 + outer loop + vertex -1.915552E+01 8.3047763E+00 -1.493699E+01 + vertex -2.211074E+01 4.9234807E+00 -1.746350E+01 + vertex -2.230249E+01 9.8070426E+00 -1.868173E+01 + endloop + endfacet + facet normal 0.85431948688 -0.1601502664 -0.4944594084 + outer loop + vertex -1.684451E+01 2.4617024E+00 -9.428566E+00 + vertex -1.908687E+01 3.6927710E+00 -1.370161E+01 + vertex -1.655463E+01 7.0225607E+00 -1.040493E+01 + endloop + endfacet + facet normal 0.84440061894 -0.1268473733 -0.5204779905 + outer loop + vertex -1.655463E+01 7.0225607E+00 -1.040493E+01 + vertex -1.908687E+01 3.6927710E+00 -1.370161E+01 + vertex -1.915552E+01 8.3047763E+00 -1.493699E+01 + endloop + endfacet + facet normal 0.92814374791 -0.1818375872 -0.324783428 + outer loop + vertex -1.546703E+01 1.2308852E+00 -4.803006E+00 + vertex -1.684451E+01 2.4617024E+00 -9.428566E+00 + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + endloop + endfacet + facet normal 0.92127339924 -0.1365138165 -0.3641693311 + outer loop + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + vertex -1.684451E+01 2.4617024E+00 -9.428566E+00 + vertex -1.655463E+01 7.0225607E+00 -1.040493E+01 + endloop + endfacet + facet normal 0.974611641 -0.1828418451 -0.1292323834 + outer loop + vertex -1.410104E+01 5.1169753E+00 5.2342388E-04 + vertex -1.546703E+01 1.2308852E+00 -4.803006E+00 + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + endloop + endfacet + facet normal 0.84628528894 -0.4880345274 -0.2135966052 + outer loop + vertex -1.149450E+01 9.6369594E+00 3.7819579E-04 + vertex -1.410104E+01 5.1169753E+00 5.2342388E-04 + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + endloop + endfacet + facet normal -0.9354186653 -0.181207909 -0.303571432 + outer loop + vertex 1.2751978E+01 8.3316235E+01 1.2473118E+01 + vertex 1.2809051E+01 7.8199350E+01 1.5351628E+01 + vertex 1.1289863E+01 8.3208705E+01 1.7042637E+01 + endloop + endfacet + facet normal -0.928436841 -0.1700777205 -0.330270497 + outer loop + vertex 1.1289863E+01 8.3208705E+01 1.7042637E+01 + vertex 1.2809051E+01 7.8199350E+01 1.5351628E+01 + vertex 1.1425923E+01 7.7692987E+01 1.9500554E+01 + endloop + endfacet + facet normal -0.9076329293 -0.1893360228 -0.3746389409 + outer loop + vertex 1.1289863E+01 8.3208705E+01 1.7042637E+01 + vertex 1.1425923E+01 7.7692987E+01 1.9500554E+01 + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + endloop + endfacet + facet normal -0.8964461589 -0.171466059 -0.4086363601 + outer loop + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + vertex 1.1425923E+01 7.7692987E+01 1.9500554E+01 + vertex 9.4187110E+00 7.7106459E+01 2.4149986E+01 + endloop + endfacet + facet normal -0.8881894318 -0.1784650476 -0.423402598 + outer loop + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + vertex 9.4187110E+00 7.7106459E+01 2.4149986E+01 + vertex 7.6053207E+00 8.1068348E+01 2.6284066E+01 + endloop + endfacet + facet normal -0.864166894 -0.1343183789 -0.484947577 + outer loop + vertex 7.6053207E+00 8.1068348E+01 2.6284066E+01 + vertex 9.4187110E+00 7.7106459E+01 2.4149986E+01 + vertex 7.2735291E+00 7.6584103E+01 2.8117337E+01 + endloop + endfacet + facet normal -0.8329948086 -0.1554498684 -0.5309943383 + outer loop + vertex 7.6053207E+00 8.1068348E+01 2.6284066E+01 + vertex 7.2735291E+00 7.6584103E+01 2.8117337E+01 + vertex 5.0209062E+00 8.0419229E+01 3.0528386E+01 + endloop + endfacet + facet normal -0.8192251575 -0.1300503189 -0.5585311592 + outer loop + vertex 5.0209062E+00 8.0419229E+01 3.0528386E+01 + vertex 7.2735291E+00 7.6584103E+01 2.8117337E+01 + vertex 4.5026528E+00 7.6001461E+01 3.2317182E+01 + endloop + endfacet + facet normal -0.7803298471 -0.1538896448 -0.6061380263 + outer loop + vertex 5.0209062E+00 8.0419229E+01 3.0528386E+01 + vertex 4.5026528E+00 7.6001461E+01 3.2317182E+01 + vertex 2.0634948E+00 7.9848694E+01 3.4480548E+01 + endloop + endfacet + facet normal -0.764232552 -0.1292181149 -0.6318633438 + outer loop + vertex 2.0634948E+00 7.9848694E+01 3.4480548E+01 + vertex 4.5026528E+00 7.6001461E+01 3.2317182E+01 + vertex 1.2541659E+00 7.5400224E+01 3.6369150E+01 + endloop + endfacet + facet normal -0.7218899002 -0.1549923099 -0.6744274282 + outer loop + vertex 2.0634948E+00 7.9848694E+01 3.4480548E+01 + vertex 1.2541659E+00 7.5400224E+01 3.6369150E+01 + vertex -1.243674E+00 7.9310003E+01 3.8144255E+01 + endloop + endfacet + facet normal -0.702615268 -0.1313683564 -0.6993383588 + outer loop + vertex -1.243674E+00 7.9310003E+01 3.8144255E+01 + vertex 1.2541659E+00 7.5400224E+01 3.6369150E+01 + vertex -2.227730E+00 7.4819840E+01 3.9976384E+01 + endloop + endfacet + facet normal -0.6592977338 -0.155655053 -0.7355936396 + outer loop + vertex -1.243674E+00 7.9310003E+01 3.8144255E+01 + vertex -2.227730E+00 7.4819840E+01 3.9976384E+01 + vertex -4.858142E+00 7.8715498E+01 4.1509630E+01 + endloop + endfacet + facet normal -0.6367639562 -0.1308857108 -0.759868801 + outer loop + vertex -4.858142E+00 7.8715498E+01 4.1509630E+01 + vertex -2.227730E+00 7.4819840E+01 3.9976384E+01 + vertex -5.988730E+00 7.4244250E+01 4.3227216E+01 + endloop + endfacet + facet normal -0.5895361276 -0.1554196762 -0.7926486476 + outer loop + vertex -4.858142E+00 7.8715498E+01 4.1509630E+01 + vertex -5.988730E+00 7.4244250E+01 4.3227216E+01 + vertex -8.785587E+00 7.8120731E+01 4.4547305E+01 + endloop + endfacet + facet normal -0.5651281016 -0.1303186688 -0.8146454894 + outer loop + vertex -8.785587E+00 7.8120731E+01 4.4547305E+01 + vertex -5.988730E+00 7.4244250E+01 4.3227216E+01 + vertex -1.002897E+01 7.3668648E+01 4.6122052E+01 + endloop + endfacet + facet normal -0.5132728219 -0.1552100367 -0.8440739629 + outer loop + vertex -8.785587E+00 7.8120731E+01 4.4547305E+01 + vertex -1.002897E+01 7.3668648E+01 4.6122052E+01 + vertex -1.297026E+01 7.7554653E+01 4.7196053E+01 + endloop + endfacet + facet normal -0.4882159924 -0.1310622232 -0.8628254971 + outer loop + vertex -1.297026E+01 7.7554653E+01 4.7196053E+01 + vertex -1.002897E+01 7.3668648E+01 4.6122052E+01 + vertex -1.431717E+01 7.3093038E+01 4.8635898E+01 + endloop + endfacet + facet normal -0.4344779805 -0.1551569667 -0.8872176735 + outer loop + vertex -1.297026E+01 7.7554653E+01 4.7196053E+01 + vertex -1.431717E+01 7.3093038E+01 4.8635898E+01 + vertex -1.735492E+01 7.6983644E+01 4.9443117E+01 + endloop + endfacet + facet normal -0.4083780082 -0.1314416787 -0.9032997772 + outer loop + vertex -1.735492E+01 7.6983644E+01 4.9443117E+01 + vertex -1.431717E+01 7.3093038E+01 4.8635898E+01 + vertex -1.881437E+01 7.2517572E+01 5.0752801E+01 + endloop + endfacet + facet normal -0.3536549739 -0.1549414692 -0.9224539558 + outer loop + vertex -1.735492E+01 7.6983644E+01 4.9443117E+01 + vertex -1.881437E+01 7.2517572E+01 5.0752801E+01 + vertex -2.188842E+01 7.6404587E+01 5.1278455E+01 + endloop + endfacet + facet normal -0.3259569041 -0.1311720808 -0.9362403441 + outer loop + vertex -2.188842E+01 7.6404587E+01 5.1278455E+01 + vertex -1.881437E+01 7.2517572E+01 5.0752801E+01 + vertex -2.348316E+01 7.1942124E+01 5.2458885E+01 + endloop + endfacet + facet normal -0.2695512796 -0.1550796426 -0.9504169675 + outer loop + vertex -2.188842E+01 7.6404587E+01 5.1278455E+01 + vertex -2.348316E+01 7.1942124E+01 5.2458885E+01 + vertex -2.659283E+01 7.5835673E+01 5.2705521E+01 + endloop + endfacet + facet normal -0.2407422439 -0.1313584912 -0.961659045 + outer loop + vertex -2.659283E+01 7.5835673E+01 5.2705521E+01 + vertex -2.348316E+01 7.1942124E+01 5.2458885E+01 + vertex -2.828614E+01 7.1366579E+01 5.3739883E+01 + endloop + endfacet + facet normal -0.182797638 -0.1554259594 -0.9707872036 + outer loop + vertex -2.659283E+01 7.5835673E+01 5.2705521E+01 + vertex -2.828614E+01 7.1366579E+01 5.3739883E+01 + vertex -3.141880E+01 7.5261267E+01 5.3706207E+01 + endloop + endfacet + facet normal -0.152758683 -0.1313396424 -0.9794971583 + outer loop + vertex -3.141880E+01 7.5261267E+01 5.3706207E+01 + vertex -2.828614E+01 7.1366579E+01 5.3739883E+01 + vertex -3.318450E+01 7.0791001E+01 5.4580991E+01 + endloop + endfacet + facet normal -0.093065375 -0.1556839618 -0.9834131075 + outer loop + vertex -3.141880E+01 7.5261267E+01 5.3706207E+01 + vertex -3.318450E+01 7.0791001E+01 5.4580991E+01 + vertex -3.628546E+01 7.4704015E+01 5.4254982E+01 + endloop + endfacet + facet normal -0.0624420957 -0.1319056837 -0.9892936244 + outer loop + vertex -3.628546E+01 7.4704015E+01 5.4254982E+01 + vertex -3.318450E+01 7.0791001E+01 5.4580991E+01 + vertex -3.813975E+01 7.0215366E+01 5.4970507E+01 + endloop + endfacet + facet normal -0.0042646917 -0.1557001783 -0.9877951543 + outer loop + vertex -3.628546E+01 7.4704015E+01 5.4254982E+01 + vertex -3.813975E+01 7.0215366E+01 5.4970507E+01 + vertex -4.115617E+01 7.4128562E+01 5.4366716E+01 + endloop + endfacet + facet normal 0.02738244382 -0.1317846056 -0.9909001057 + outer loop + vertex -4.115617E+01 7.4128562E+01 5.4366716E+01 + vertex -3.813975E+01 7.0215366E+01 5.4970507E+01 + vertex -4.310997E+01 6.9639860E+01 5.4909700E+01 + endloop + endfacet + facet normal 0.08310296306 -0.1552486466 -0.9843737884 + outer loop + vertex -4.115617E+01 7.4128562E+01 5.4366716E+01 + vertex -4.310997E+01 6.9639860E+01 5.4909700E+01 + vertex -4.606731E+01 7.3508789E+01 5.4049853E+01 + endloop + endfacet + facet normal 0.11590959069 -0.130240706 -0.9846838707 + outer loop + vertex -4.606731E+01 7.3508789E+01 5.4049853E+01 + vertex -4.310997E+01 6.9639860E+01 5.4909700E+01 + vertex -4.805486E+01 6.9064430E+01 5.4403734E+01 + endloop + endfacet + facet normal 0.17254420438 -0.1546209994 -0.9727902364 + outer loop + vertex -4.606731E+01 7.3508789E+01 5.4049853E+01 + vertex -4.805486E+01 6.9064430E+01 5.4403734E+01 + vertex -5.096213E+01 7.2936855E+01 5.3272564E+01 + endloop + endfacet + facet normal 0.2035595632 -0.1306117128 -0.9703113339 + outer loop + vertex -5.096213E+01 7.2936855E+01 5.3272564E+01 + vertex -4.805486E+01 6.9064430E+01 5.4403734E+01 + vertex -5.293494E+01 6.8488930E+01 5.3457418E+01 + endloop + endfacet + facet normal 0.26140913711 -0.1555346053 -0.9526144286 + outer loop + vertex -5.096213E+01 7.2936855E+01 5.3272564E+01 + vertex -5.293494E+01 6.8488930E+01 5.3457418E+01 + vertex -5.575366E+01 7.2423873E+01 5.2041464E+01 + endloop + endfacet + facet normal 0.29031227674 -0.1330399708 -0.9476387224 + outer loop + vertex -5.575366E+01 7.2423873E+01 5.2041464E+01 + vertex -5.293494E+01 6.8488930E+01 5.3457418E+01 + vertex -5.770911E+01 6.7913401E+01 5.2075636E+01 + endloop + endfacet + facet normal 0.34688481656 -0.15739168 -0.924607367 + outer loop + vertex -5.575366E+01 7.2423873E+01 5.2041464E+01 + vertex -5.770911E+01 6.7913401E+01 5.2075636E+01 + vertex -6.037722E+01 7.1901243E+01 5.0395809E+01 + endloop + endfacet + facet normal 0.3757144097 -0.1348447933 -0.9168727088 + outer loop + vertex -6.037722E+01 7.1901243E+01 5.0395809E+01 + vertex -5.770911E+01 6.7913401E+01 5.2075636E+01 + vertex -6.233751E+01 6.7337760E+01 5.0263678E+01 + endloop + endfacet + facet normal 0.4288898705 -0.1584838658 -0.88934602 + outer loop + vertex -6.037722E+01 7.1901243E+01 5.0395809E+01 + vertex -6.233751E+01 6.7337760E+01 5.0263678E+01 + vertex -6.482447E+01 7.1343525E+01 4.8350494E+01 + endloop + endfacet + facet normal 0.45764424886 -0.1355661797 -0.8787397524 + outer loop + vertex -6.482447E+01 7.1343525E+01 4.8350494E+01 + vertex -6.233751E+01 6.7337760E+01 5.0263678E+01 + vertex -6.678190E+01 6.6762202E+01 4.8037847E+01 + endloop + endfacet + facet normal 0.50553056197 -0.1581105273 -0.8481980382 + outer loop + vertex -6.482447E+01 7.1343525E+01 4.8350494E+01 + vertex -6.678190E+01 6.6762202E+01 4.8037847E+01 + vertex -6.907453E+01 7.0724064E+01 4.5932909E+01 + endloop + endfacet + facet normal 0.53471233124 -0.1338729632 -0.8343624827 + outer loop + vertex -6.907453E+01 7.0724064E+01 4.5932909E+01 + vertex -6.678190E+01 6.6762202E+01 4.8037847E+01 + vertex -7.100830E+01 6.6186762E+01 4.5421634E+01 + endloop + endfacet + facet normal 0.57867093618 -0.1564327991 -0.8004178452 + outer loop + vertex -6.907453E+01 7.0724064E+01 4.5932909E+01 + vertex -7.100830E+01 6.6186762E+01 4.5421634E+01 + vertex -7.310857E+01 7.0080040E+01 4.3142326E+01 + endloop + endfacet + facet normal 0.60715260999 -0.1312621068 -0.7836682764 + outer loop + vertex -7.310857E+01 7.0080040E+01 4.3142326E+01 + vertex -7.100830E+01 6.6186762E+01 4.5421634E+01 + vertex -7.498413E+01 6.5611283E+01 4.2437721E+01 + endloop + endfacet + facet normal 0.64949609913 -0.1552333579 -0.7443503354 + outer loop + vertex -7.310857E+01 7.0080040E+01 4.3142326E+01 + vertex -7.498413E+01 6.5611283E+01 4.2437721E+01 + vertex -7.690295E+01 6.9489265E+01 3.9954676E+01 + endloop + endfacet + facet normal 0.67505437228 -0.1308799523 -0.7260661351 + outer loop + vertex -7.690295E+01 6.9489265E+01 3.9954676E+01 + vertex -7.498413E+01 6.5611283E+01 4.2437721E+01 + vertex -7.867547E+01 6.5035785E+01 3.9109469E+01 + endloop + endfacet + facet normal 0.7153446319 -0.1554176522 -0.6812689711 + outer loop + vertex -7.690295E+01 6.9489265E+01 3.9954676E+01 + vertex -7.867547E+01 6.5035785E+01 3.9109469E+01 + vertex -8.038092E+01 6.8937983E+01 3.6428511E+01 + endloop + endfacet + facet normal 0.73822071276 -0.1318681595 -0.6615443808 + outer loop + vertex -8.038092E+01 6.8937983E+01 3.6428511E+01 + vertex -7.867547E+01 6.5035785E+01 3.9109469E+01 + vertex -8.204923E+01 6.4460147E+01 3.5459409E+01 + endloop + endfacet + facet normal 0.77552686673 -0.1565788415 -0.6115890331 + outer loop + vertex -8.038092E+01 6.8937983E+01 3.6428511E+01 + vertex -8.204923E+01 6.4460147E+01 3.5459409E+01 + vertex -8.348829E+01 6.8429434E+01 3.2618392E+01 + endloop + endfacet + facet normal 0.79548615925 -0.1345029101 -0.5908559364 + outer loop + vertex -8.348829E+01 6.8429434E+01 3.2618392E+01 + vertex -8.204923E+01 6.4460147E+01 3.5459409E+01 + vertex -8.507545E+01 6.3884540E+01 3.1516162E+01 + endloop + endfacet + facet normal 0.8274441534 -0.1582937154 -0.5387757165 + outer loop + vertex -8.348829E+01 6.8429434E+01 3.2618392E+01 + vertex -8.507545E+01 6.3884540E+01 3.1516162E+01 + vertex -8.621412E+01 6.7922410E+01 2.8581064E+01 + endloop + endfacet + facet normal 0.84539884832 -0.1368903557 -0.51629625 + outer loop + vertex -8.621412E+01 6.7922410E+01 2.8581064E+01 + vertex -8.507545E+01 6.3884540E+01 3.1516162E+01 + vertex -8.773360E+01 6.3309086E+01 2.7316202E+01 + endloop + endfacet + facet normal 0.87057184633 -0.1590764878 -0.4656171511 + outer loop + vertex -8.621412E+01 6.7922410E+01 2.8581064E+01 + vertex -8.773360E+01 6.3309086E+01 2.7316202E+01 + vertex -8.859062E+01 6.7316183E+01 2.4344814E+01 + endloop + endfacet + facet normal 0.88831108122 -0.1354144322 -0.4388238308 + outer loop + vertex -8.859062E+01 6.7316183E+01 2.4344814E+01 + vertex -8.773360E+01 6.3309086E+01 2.7316202E+01 + vertex -9.000552E+01 6.2733619E+01 2.2894734E+01 + endloop + endfacet + facet normal 0.90851021401 -0.1581154634 -0.3867928273 + outer loop + vertex -8.859062E+01 6.7316183E+01 2.4344814E+01 + vertex -9.000552E+01 6.2733619E+01 2.2894734E+01 + vertex -9.060257E+01 6.6695724E+01 1.9872718E+01 + endloop + endfacet + facet normal 0.92419367394 -0.1336268042 -0.357784754 + outer loop + vertex -9.060257E+01 6.6695724E+01 1.9872718E+01 + vertex -9.000552E+01 6.2733619E+01 2.2894734E+01 + vertex -9.187212E+01 6.2158137E+01 1.8288048E+01 + endloop + endfacet + facet normal 0.94011956767 -0.1574622683 -0.3022926273 + outer loop + vertex -9.060257E+01 6.6695724E+01 1.9872718E+01 + vertex -9.187212E+01 6.2158137E+01 1.8288048E+01 + vertex -9.219752E+01 6.6118922E+01 1.5212929E+01 + endloop + endfacet + facet normal 0.95277060035 -0.1335038485 -0.2727726261 + outer loop + vertex -9.219752E+01 6.6118922E+01 1.5212929E+01 + vertex -9.187212E+01 6.2158137E+01 1.8288048E+01 + vertex -9.331454E+01 6.1582532E+01 1.3531543E+01 + endloop + endfacet + facet normal 0.96383180651 -0.1576965896 -0.214848864 + outer loop + vertex -9.219752E+01 6.6118922E+01 1.5212929E+01 + vertex -9.331454E+01 6.1582532E+01 1.3531543E+01 + vertex -9.335352E+01 6.5555320E+01 1.0440674E+01 + endloop + endfacet + facet normal 0.97368439782 -0.1339148853 -0.1844057942 + outer loop + vertex -9.335352E+01 6.5555320E+01 1.0440674E+01 + vertex -9.331454E+01 6.1582532E+01 1.3531543E+01 + vertex -9.431581E+01 6.1006880E+01 8.6627557E+00 + endloop + endfacet + facet normal 0.97937008293 -0.1579150577 -0.126083604 + outer loop + vertex -9.335352E+01 6.5555320E+01 1.0440674E+01 + vertex -9.431581E+01 6.1006880E+01 8.6627557E+00 + vertex -9.406484E+01 6.5003977E+01 5.6059788E+00 + endloop + endfacet + facet normal 0.98627722062 -0.1348112932 -0.09530561 + outer loop + vertex -9.406484E+01 6.5003977E+01 5.6059788E+00 + vertex -9.431581E+01 6.1006880E+01 8.6627557E+00 + vertex -9.487173E+01 6.0431413E+01 3.7237433E+00 + endloop + endfacet + facet normal 0.98663979231 -0.1583653196 -0.0382406297 + outer loop + vertex -9.406484E+01 6.5003977E+01 5.6059788E+00 + vertex -9.487173E+01 6.0431413E+01 3.7237433E+00 + vertex -9.434665E+01 6.4431540E+01 7.0552328E-01 + endloop + endfacet + facet normal 0.99082928767 -0.1349633915 -0.0064965873 + outer loop + vertex -9.434665E+01 6.4431540E+01 7.0552328E-01 + vertex -9.487173E+01 6.0431413E+01 3.7237433E+00 + vertex -9.498270E+01 5.9855948E+01 -1.245996E+00 + endloop + endfacet + facet normal 0.98608063192 -0.1584983775 0.05023197867 + outer loop + vertex -9.434665E+01 6.4431540E+01 7.0552328E-01 + vertex -9.498270E+01 5.9855948E+01 -1.245996E+00 + vertex -9.418828E+01 6.3856465E+01 -4.218076E+00 + endloop + endfacet + facet normal 0.98742724003 -0.1350424396 0.08216437879 + outer loop + vertex -9.418828E+01 6.3856465E+01 -4.218076E+00 + vertex -9.498270E+01 5.9855948E+01 -1.245996E+00 + vertex -9.464872E+01 5.9280483E+01 -6.205456E+00 + endloop + endfacet + facet normal 0.97734923081 -0.159002069 0.13966682883 + outer loop + vertex -9.418828E+01 6.3856465E+01 -4.218076E+00 + vertex -9.464872E+01 5.9280483E+01 -6.205456E+00 + vertex -9.357858E+01 6.3313613E+01 -9.102545E+00 + endloop + endfacet + facet normal 0.97583832633 -0.1362066799 0.17084291385 + outer loop + vertex -9.357858E+01 6.3313613E+01 -9.102545E+00 + vertex -9.464872E+01 5.9280483E+01 -6.205456E+00 + vertex -9.386963E+01 5.8704922E+01 -1.111442E+01 + endloop + endfacet + facet normal 0.96028166856 -0.1603358615 0.22836709164 + outer loop + vertex -9.357858E+01 6.3313613E+01 -9.102545E+00 + vertex -9.386963E+01 5.8704922E+01 -1.111442E+01 + vertex -9.252443E+01 6.2779404E+01 -1.391029E+01 + endloop + endfacet + facet normal 0.95593534286 -0.1376819191 0.25929001027 + outer loop + vertex -9.252443E+01 6.2779404E+01 -1.391029E+01 + vertex -9.386963E+01 5.8704922E+01 -1.111442E+01 + vertex -9.264583E+01 5.8129270E+01 -1.593193E+01 + endloop + endfacet + facet normal 0.93534054376 -0.1612933592 0.31483729046 + outer loop + vertex -9.252443E+01 6.2779404E+01 -1.391029E+01 + vertex -9.264583E+01 5.8129270E+01 -1.593193E+01 + vertex -9.104224E+01 6.2223530E+01 -1.859846E+01 + endloop + endfacet + facet normal 0.92818681444 -0.1386351142 0.34532527073 + outer loop + vertex -9.104224E+01 6.2223530E+01 -1.859846E+01 + vertex -9.264583E+01 5.8129270E+01 -1.593193E+01 + vertex -9.098848E+01 5.7553750E+01 -2.061770E+01 + endloop + endfacet + facet normal 0.90316469331 -0.1615810677 0.39772489904 + outer loop + vertex -9.104224E+01 6.2223530E+01 -1.859846E+01 + vertex -9.098848E+01 5.7553750E+01 -2.061770E+01 + vertex -8.914406E+01 6.1649679E+01 -2.314205E+01 + endloop + endfacet + facet normal 0.89334417864 -0.1388874071 0.42737157912 + outer loop + vertex -8.914406E+01 6.1649679E+01 -2.314205E+01 + vertex -9.098848E+01 5.7553750E+01 -2.061770E+01 + vertex -8.891635E+01 5.6978270E+01 -2.513616E+01 + endloop + endfacet + facet normal 0.86440716905 -0.1611679447 0.47626162945 + outer loop + vertex -8.914406E+01 6.1649679E+01 -2.314205E+01 + vertex -8.891635E+01 5.6978270E+01 -2.513616E+01 + vertex -8.686781E+01 6.1052380E+01 -2.747553E+01 + endloop + endfacet + facet normal 0.85171051906 -0.1379840291 0.50551913854 + outer loop + vertex -8.686781E+01 6.1052380E+01 -2.747553E+01 + vertex -8.891635E+01 5.6978270E+01 -2.513616E+01 + vertex -8.644852E+01 5.6402819E+01 -2.945108E+01 + endloop + endfacet + facet normal 0.82003326301 -0.1595779634 0.54961834134 + outer loop + vertex -8.686781E+01 6.1052380E+01 -2.747553E+01 + vertex -8.644852E+01 5.6402819E+01 -2.945108E+01 + vertex -8.424296E+01 6.0384980E+01 -3.158560E+01 + endloop + endfacet + facet normal 0.80357942808 -0.1342556936 0.57985818224 + outer loop + vertex -8.424296E+01 6.0384980E+01 -3.158560E+01 + vertex -8.644852E+01 5.6402819E+01 -2.945108E+01 + vertex -8.360365E+01 5.5827308E+01 -3.352680E+01 + endloop + endfacet + facet normal 0.76754051001 -0.1570331949 0.62146773142 + outer loop + vertex -8.424296E+01 6.0384980E+01 -3.158560E+01 + vertex -8.360365E+01 5.5827308E+01 -3.352680E+01 + vertex -8.123620E+01 5.9724142E+01 -3.546607E+01 + endloop + endfacet + facet normal 0.7481975976 -0.1308624317 0.65044244857 + outer loop + vertex -8.123620E+01 5.9724142E+01 -3.546607E+01 + vertex -8.360365E+01 5.5827308E+01 -3.352680E+01 + vertex -8.040028E+01 5.5251659E+01 -3.732743E+01 + endloop + endfacet + facet normal 0.7067478834 -0.1551718756 0.69023845035 + outer loop + vertex -8.123620E+01 5.9724142E+01 -3.546607E+01 + vertex -8.040028E+01 5.5251659E+01 -3.732743E+01 + vertex -7.784994E+01 5.9106374E+01 -3.907220E+01 + endloop + endfacet + facet normal 0.68582848783 -0.1296127344 0.71612835746 + outer loop + vertex -7.784994E+01 5.9106374E+01 -3.907220E+01 + vertex -8.040028E+01 5.5251659E+01 -3.732743E+01 + vertex -7.686315E+01 5.4676096E+01 -4.081908E+01 + endloop + endfacet + facet normal 0.64015871256 -0.154171654 0.75261406036 + outer loop + vertex -7.784994E+01 5.9106374E+01 -3.907220E+01 + vertex -7.686315E+01 5.4676096E+01 -4.081908E+01 + vertex -7.413786E+01 5.8526645E+01 -4.234837E+01 + endloop + endfacet + facet normal 0.61837707117 -0.1298315479 0.77508294202 + outer loop + vertex -7.413786E+01 5.8526645E+01 -4.234837E+01 + vertex -7.686315E+01 5.4676096E+01 -4.081908E+01 + vertex -7.302494E+01 5.4100601E+01 -4.397768E+01 + endloop + endfacet + facet normal 0.56852905954 -0.1544928352 0.80802640572 + outer loop + vertex -7.413786E+01 5.8526645E+01 -4.234837E+01 + vertex -7.302494E+01 5.4100601E+01 -4.397768E+01 + vertex -7.015865E+01 5.8002225E+01 -4.524842E+01 + endloop + endfacet + facet normal 0.54618683211 -0.131826322 0.82722534129 + outer loop + vertex -7.015865E+01 5.8002225E+01 -4.524842E+01 + vertex -7.302494E+01 5.4100601E+01 -4.397768E+01 + vertex -6.891934E+01 5.3525149E+01 -4.678016E+01 + endloop + endfacet + facet normal 0.49377577483 -0.1560016636 0.85548171526 + outer loop + vertex -7.015865E+01 5.8002225E+01 -4.524842E+01 + vertex -6.891934E+01 5.3525149E+01 -4.678016E+01 + vertex -6.594580E+01 5.7472785E+01 -4.777658E+01 + endloop + endfacet + facet normal 0.46964469578 -0.1334771777 0.87270711167 + outer loop + vertex -6.594580E+01 5.7472785E+01 -4.777658E+01 + vertex -6.891934E+01 5.3525149E+01 -4.678016E+01 + vertex -6.457977E+01 5.2949689E+01 -4.920350E+01 + endloop + endfacet + facet normal 0.41616326114 -0.1568690802 0.89565631341 + outer loop + vertex -6.594580E+01 5.7472785E+01 -4.777658E+01 + vertex -6.457977E+01 5.2949689E+01 -4.920350E+01 + vertex -6.154442E+01 5.6891131E+01 -4.992354E+01 + endloop + endfacet + facet normal 0.38893336001 -0.1329831629 0.91161741968 + outer loop + vertex -6.154442E+01 5.6891131E+01 -4.992354E+01 + vertex -6.457977E+01 5.2949689E+01 -4.920350E+01 + vertex -6.003862E+01 5.2374051E+01 -5.122491E+01 + endloop + endfacet + facet normal 0.33406937799 -0.156418345 0.92947886045 + outer loop + vertex -6.154442E+01 5.6891131E+01 -4.992354E+01 + vertex -6.003862E+01 5.2374051E+01 -5.122491E+01 + vertex -5.697863E+01 5.6278229E+01 -5.166770E+01 + endloop + endfacet + facet normal 0.30416062458 -0.1313845035 0.94351705162 + outer loop + vertex -5.697863E+01 5.6278229E+01 -5.166770E+01 + vertex -6.003862E+01 5.2374051E+01 -5.122491E+01 + vertex -5.533215E+01 5.1798456E+01 -5.282228E+01 + endloop + endfacet + facet normal 0.24883956346 -0.1549521495 0.95606940283 + outer loop + vertex -5.697863E+01 5.6278229E+01 -5.166770E+01 + vertex -5.533215E+01 5.1798456E+01 -5.282228E+01 + vertex -5.223975E+01 5.5641452E+01 -5.300431E+01 + endloop + endfacet + facet normal 0.21766536859 -0.129329326 0.96741703145 + outer loop + vertex -5.223975E+01 5.5641452E+01 -5.300431E+01 + vertex -5.533215E+01 5.1798456E+01 -5.282228E+01 + vertex -5.049984E+01 5.1222941E+01 -5.398647E+01 + endloop + endfacet + facet normal 0.16013547326 -0.1536818217 0.97505821769 + outer loop + vertex -5.223975E+01 5.5641452E+01 -5.300431E+01 + vertex -5.049984E+01 5.1222941E+01 -5.398647E+01 + vertex -4.735767E+01 5.5051530E+01 -5.389908E+01 + endloop + endfacet + facet normal 0.13006568806 -0.129185618 0.98305340286 + outer loop + vertex -4.735767E+01 5.5051530E+01 -5.389908E+01 + vertex -5.049984E+01 5.1222941E+01 -5.398647E+01 + vertex -4.558222E+01 5.0647475E+01 -5.471274E+01 + endloop + endfacet + facet normal 0.06957678729 -0.1540436738 0.98561129115 + outer loop + vertex -4.735767E+01 5.5051530E+01 -5.389908E+01 + vertex -4.558222E+01 5.0647475E+01 -5.471274E+01 + vertex -4.242156E+01 5.4532711E+01 -5.432862E+01 + endloop + endfacet + facet normal 0.04133219107 -0.131544799 0.99044818937 + outer loop + vertex -4.242156E+01 5.4532711E+01 -5.432862E+01 + vertex -4.558222E+01 5.0647475E+01 -5.471274E+01 + vertex -4.061985E+01 5.0072040E+01 -5.499625E+01 + endloop + endfacet + facet normal -0.0196214666 -0.1557388556 0.98760336517 + outer loop + vertex -4.242156E+01 5.4532711E+01 -5.432862E+01 + vertex -4.061985E+01 5.0072040E+01 -5.499625E+01 + vertex -3.751319E+01 5.4017392E+01 -5.431237E+01 + endloop + endfacet + facet normal -0.0482075583 -0.1336205848 0.98985936913 + outer loop + vertex -3.751319E+01 5.4017392E+01 -5.431237E+01 + vertex -4.061985E+01 5.0072040E+01 -5.499625E+01 + vertex -3.565175E+01 4.9496437E+01 -5.483199E+01 + endloop + endfacet + facet normal -0.1087422583 -0.1575841079 0.98150006122 + outer loop + vertex -3.751319E+01 5.4017392E+01 -5.431237E+01 + vertex -3.565175E+01 4.9496437E+01 -5.483199E+01 + vertex -3.262491E+01 5.3482168E+01 -5.385672E+01 + endloop + endfacet + facet normal -0.1384221502 -0.1349553643 0.9811352394 + outer loop + vertex -3.262491E+01 5.3482168E+01 -5.385672E+01 + vertex -3.565175E+01 4.9496437E+01 -5.483199E+01 + vertex -3.071997E+01 4.8920823E+01 -5.421537E+01 + endloop + endfacet + facet normal -0.1980299078 -0.1587577999 0.96725390492 + outer loop + vertex -3.262491E+01 5.3482168E+01 -5.385672E+01 + vertex -3.071997E+01 4.8920823E+01 -5.421537E+01 + vertex -2.779134E+01 5.2940862E+01 -5.295597E+01 + endloop + endfacet + facet normal -0.2273625177 -0.1364337446 0.96420543396 + outer loop + vertex -2.779134E+01 5.2940862E+01 -5.295597E+01 + vertex -3.071997E+01 4.8920823E+01 -5.421537E+01 + vertex -2.586475E+01 4.8345289E+01 -5.315194E+01 + endloop + endfacet + facet normal -0.2833839935 -0.1591307623 0.94571185501 + outer loop + vertex -2.779134E+01 5.2940862E+01 -5.295597E+01 + vertex -2.586475E+01 4.8345289E+01 -5.315194E+01 + vertex -2.307719E+01 5.2362097E+01 -5.164075E+01 + endloop + endfacet + facet normal -0.3131357746 -0.1362890832 0.93987832856 + outer loop + vertex -2.307719E+01 5.2362097E+01 -5.164075E+01 + vertex -2.586475E+01 4.8345289E+01 -5.315194E+01 + vertex -2.112419E+01 4.7769799E+01 -5.165599E+01 + endloop + endfacet + facet normal -0.3654558288 -0.1584644968 0.91724099364 + outer loop + vertex -2.307719E+01 5.2362097E+01 -5.164075E+01 + vertex -2.112419E+01 4.7769799E+01 -5.165599E+01 + vertex -1.851466E+01 5.1750717E+01 -4.992853E+01 + endloop + endfacet + facet normal -0.3958465814 -0.1346997144 0.90838398872 + outer loop + vertex -1.851466E+01 5.1750717E+01 -4.992853E+01 + vertex -2.112419E+01 4.7769799E+01 -5.165599E+01 + vertex -1.653676E+01 4.7194372E+01 -4.974226E+01 + endloop + endfacet + facet normal -0.4464821928 -0.1578095644 0.88076659384 + outer loop + vertex -1.851466E+01 5.1750717E+01 -4.992853E+01 + vertex -1.653676E+01 4.7194372E+01 -4.974226E+01 + vertex -1.409171E+01 5.1163049E+01 -4.779172E+01 + endloop + endfacet + facet normal -0.4757280725 -0.1341566013 0.86930133286 + outer loop + vertex -1.409171E+01 5.1163049E+01 -4.779172E+01 + vertex -1.653676E+01 4.7194372E+01 -4.974226E+01 + vertex -1.213935E+01 4.6618820E+01 -4.742458E+01 + endloop + endfacet + facet normal -0.5249653773 -0.1579741183 0.83633458052 + outer loop + vertex -1.409171E+01 5.1163049E+01 -4.779172E+01 + vertex -1.213935E+01 4.6618820E+01 -4.742458E+01 + vertex -9.857671E+00 5.0594732E+01 -4.524137E+01 + endloop + endfacet + facet normal -0.5526804516 -0.1344586839 0.8224750335 + outer loop + vertex -9.857671E+00 5.0594732E+01 -4.524137E+01 + vertex -1.213935E+01 4.6618820E+01 -4.742458E+01 + vertex -7.970895E+00 4.6043204E+01 -4.471760E+01 + endloop + endfacet + facet normal -0.6004753222 -0.1587299548 0.78373094166 + outer loop + vertex -9.857671E+00 5.0594732E+01 -4.524137E+01 + vertex -7.970895E+00 4.6043204E+01 -4.471760E+01 + vertex -5.901497E+00 5.0070765E+01 -4.231637E+01 + endloop + endfacet + facet normal -0.6255750864 -0.1365290661 0.768124746 + outer loop + vertex -5.901497E+00 5.0070765E+01 -4.231637E+01 + vertex -7.970895E+00 4.6043204E+01 -4.471760E+01 + vertex -4.067539E+00 4.5467646E+01 -4.164093E+01 + endloop + endfacet + facet normal -0.668778794 -0.1599145599 0.72605940405 + outer loop + vertex -5.901497E+00 5.0070765E+01 -4.231637E+01 + vertex -4.067539E+00 4.5467646E+01 -4.164093E+01 + vertex -2.268666E+00 4.9549505E+01 -3.908495E+01 + endloop + endfacet + facet normal -0.692340411 -0.1383388415 0.70818579504 + outer loop + vertex -2.268666E+00 4.9549505E+01 -3.908495E+01 + vertex -4.067539E+00 4.5467646E+01 -4.164093E+01 + vertex -4.572220E-01 4.4892118E+01 -3.822382E+01 + endloop + endfacet + facet normal -0.7285391374 -0.1602171878 0.6660038874 + outer loop + vertex -2.268666E+00 4.9549505E+01 -3.908495E+01 + vertex -4.572220E-01 4.4892118E+01 -3.822382E+01 + vertex 1.0806685E+00 4.8926681E+01 -3.557095E+01 + endloop + endfacet + facet normal -0.7530114249 -0.1362534616 0.64374590338 + outer loop + vertex 1.0806685E+00 4.8926681E+01 -3.557095E+01 + vertex -4.572220E-01 4.4892118E+01 -3.822382E+01 + vertex 2.8324701E+00 4.4316697E+01 -3.449755E+01 + endloop + endfacet + facet normal -0.7850972985 -0.1589513191 0.59862902535 + outer loop + vertex 1.0806685E+00 4.8926681E+01 -3.557095E+01 + vertex 2.8324701E+00 4.4316697E+01 -3.449755E+01 + vertex 4.1430449E+00 4.8301493E+01 -3.172067E+01 + endloop + endfacet + facet normal -0.8077000654 -0.1344030621 0.57407004912 + outer loop + vertex 4.1430449E+00 4.8301493E+01 -3.172067E+01 + vertex 2.8324701E+00 4.4316697E+01 -3.449755E+01 + vertex 5.7754257E+00 4.3741195E+01 -3.049163E+01 + endloop + endfacet + facet normal -0.8370827527 -0.1585211947 0.52360624139 + outer loop + vertex 4.1430449E+00 4.8301493E+01 -3.172067E+01 + vertex 5.7754257E+00 4.3741195E+01 -3.049163E+01 + vertex 6.8566674E+00 4.7734975E+01 -2.755395E+01 + endloop + endfacet + facet normal -0.8562183491 -0.1349945808 0.49866481918 + outer loop + vertex 6.8566674E+00 4.7734975E+01 -2.755395E+01 + vertex 5.7754257E+00 4.3741195E+01 -3.049163E+01 + vertex 8.3443595E+00 4.3165596E+01 -2.623654E+01 + endloop + endfacet + facet normal -0.8822951879 -0.1595861285 0.44281764756 + outer loop + vertex 6.8566674E+00 4.7734975E+01 -2.755395E+01 + vertex 8.3443595E+00 4.3165596E+01 -2.623654E+01 + vertex 9.1549720E+00 4.7219127E+01 -2.316058E+01 + endloop + endfacet + facet normal -0.8980467066 -0.137497185 0.41785959001 + outer loop + vertex 9.1549720E+00 4.7219127E+01 -2.316058E+01 + vertex 8.3443595E+00 4.3165596E+01 -2.623654E+01 + vertex 1.0513202E+01 4.2590017E+01 -2.176475E+01 + endloop + endfacet + facet normal -0.9188313899 -0.1609386505 0.36034376324 + outer loop + vertex 9.1549720E+00 4.7219127E+01 -2.316058E+01 + vertex 1.0513202E+01 4.2590017E+01 -2.176475E+01 + vertex 1.1019230E+01 4.6697909E+01 -1.863975E+01 + endloop + endfacet + facet normal -0.932062669 -0.1395339764 0.3343492941 + outer loop + vertex 1.1019230E+01 4.6697909E+01 -1.863975E+01 + vertex 1.0513202E+01 4.2590017E+01 -2.176475E+01 + vertex 1.2267787E+01 4.2014448E+01 -1.711371E+01 + endloop + endfacet + facet normal -0.9468111088 -0.1617707701 0.27817070684 + outer loop + vertex 1.1019230E+01 4.6697909E+01 -1.863975E+01 + vertex 1.2267787E+01 4.2014448E+01 -1.711371E+01 + vertex 1.2483716E+01 4.6120913E+01 -1.399062E+01 + endloop + endfacet + facet normal -0.9583169385 -0.1393148202 0.24943942407 + outer loop + vertex 1.2483716E+01 4.6120913E+01 -1.399062E+01 + vertex 1.2267787E+01 4.2014448E+01 -1.711371E+01 + vertex 1.3598033E+01 4.1439026E+01 -1.232444E+01 + endloop + endfacet + facet normal -0.9674988607 -0.1608217442 0.19514692201 + outer loop + vertex 1.2483716E+01 4.6120913E+01 -1.399062E+01 + vertex 1.3598033E+01 4.1439026E+01 -1.232444E+01 + vertex 1.3554472E+01 4.5467962E+01 -9.220135E+00 + endloop + endfacet + facet normal -0.9771418891 -0.1362804471 0.16316055976 + outer loop + vertex 1.3554472E+01 4.5467962E+01 -9.220135E+00 + vertex 1.3598033E+01 4.1439026E+01 -1.232444E+01 + vertex 1.4494668E+01 4.0863568E+01 -7.435288E+00 + endloop + endfacet + facet normal -0.981482704 -0.1590149767 0.10679859001 + outer loop + vertex 1.3554472E+01 4.5467962E+01 -9.220135E+00 + vertex 1.4494668E+01 4.0863568E+01 -7.435288E+00 + vertex 1.4186944E+01 4.4847202E+01 -4.331960E+00 + endloop + endfacet + facet normal -0.9880724083 -0.1346000941 0.07480461605 + outer loop + vertex 1.4186944E+01 4.4847202E+01 -4.331960E+00 + vertex 1.4494668E+01 4.0863568E+01 -7.435288E+00 + vertex 1.4947831E+01 4.0287982E+01 -2.485277E+00 + endloop + endfacet + facet normal -0.9872120389 -0.1587130498 0.01491838226 + outer loop + vertex 1.4186944E+01 4.4847202E+01 -4.331960E+00 + vertex 1.4947831E+01 4.0287982E+01 -2.485277E+00 + vertex 1.4350414E+01 4.4295129E+01 6.1217007E-01 + endloop + endfacet + facet normal -0.9906445806 -0.1355618107 -0.0156942789 + outer loop + vertex 1.4350414E+01 4.4295129E+01 6.1217007E-01 + vertex 1.4947831E+01 4.0287982E+01 -2.485277E+00 + vertex 1.4947859E+01 3.9712396E+01 2.4846649E+00 + endloop + endfacet + facet normal -0.9842630647 -0.159444738 -0.07618133 + outer loop + vertex 1.4350414E+01 4.4295129E+01 6.1217007E-01 + vertex 1.4947859E+01 3.9712396E+01 2.4846649E+00 + vertex 1.4057656E+01 4.3746254E+01 5.5433687E+00 + endloop + endfacet + facet normal -0.9848869463 -0.1369162671 -0.1060737426 + outer loop + vertex 1.4057656E+01 4.3746254E+01 5.5433687E+00 + vertex 1.4947859E+01 3.9712396E+01 2.4846649E+00 + vertex 1.4494752E+01 3.9136810E+01 7.4346813E+00 + endloop + endfacet + facet normal -0.973069251 -0.1602576212 -0.1656916643 + outer loop + vertex 1.4057656E+01 4.3746254E+01 5.5433687E+00 + vertex 1.4494752E+01 3.9136810E+01 7.4346813E+00 + vertex 1.3319644E+01 4.3227036E+01 1.0379736E+01 + endloop + endfacet + facet normal -0.9710217102 -0.1389802828 -0.1944256136 + outer loop + vertex 1.3319644E+01 4.3227036E+01 1.0379736E+01 + vertex 1.4494752E+01 3.9136810E+01 7.4346813E+00 + vertex 1.3598168E+01 3.8561351E+01 1.2323851E+01 + endloop + endfacet + facet normal -0.9545844362 -0.1613511162 -0.2504683044 + outer loop + vertex 1.3319644E+01 4.3227036E+01 1.0379736E+01 + vertex 1.3598168E+01 3.8561351E+01 1.2323851E+01 + vertex 1.2170182E+01 4.2660087E+01 1.5125792E+01 + endloop + endfacet + facet normal -0.9497187272 -0.1391294924 -0.2804947834 + outer loop + vertex 1.2170182E+01 4.2660087E+01 1.5125792E+01 + vertex 1.3598168E+01 3.8561351E+01 1.2323851E+01 + vertex 1.2267970E+01 3.7985927E+01 1.7113145E+01 + endloop + endfacet + facet normal -0.9294260752 -0.1606832814 -0.3321867754 + outer loop + vertex 1.2170182E+01 4.2660087E+01 1.5125792E+01 + vertex 1.2267970E+01 3.7985927E+01 1.7113145E+01 + vertex 1.0625965E+01 4.2012100E+01 1.9759800E+01 + endloop + endfacet + facet normal -0.921240438 -0.1361850954 -0.3643757336 + outer loop + vertex 1.0625965E+01 4.2012100E+01 1.9759800E+01 + vertex 1.2267970E+01 3.7985927E+01 1.7113145E+01 + vertex 1.0513435E+01 3.7410358E+01 2.1764203E+01 + endloop + endfacet + facet normal -0.8958057359 -0.1588898046 -0.4150736241 + outer loop + vertex 1.0625965E+01 4.2012100E+01 1.9759800E+01 + vertex 1.0513435E+01 3.7410358E+01 2.1764203E+01 + vertex 8.6471121E+00 4.1377140E+01 2.4273593E+01 + endloop + endfacet + facet normal -0.8847816808 -0.13391844 -0.4463487747 + outer loop + vertex 8.6471121E+00 4.1377140E+01 2.4273593E+01 + vertex 1.0513435E+01 3.7410358E+01 2.1764203E+01 + vertex 8.3446400E+00 3.6834779E+01 2.6236022E+01 + endloop + endfacet + facet normal -0.8530474762 -0.1580534473 -0.497321939 + outer loop + vertex 8.6471121E+00 4.1377140E+01 2.4273593E+01 + vertex 8.3446400E+00 3.6834779E+01 2.6236022E+01 + vertex 6.2258946E+00 4.0801721E+01 2.8609537E+01 + endloop + endfacet + facet normal -0.8401744465 -0.1343753348 -0.5254047666 + outer loop + vertex 6.2258946E+00 4.0801721E+01 2.8609537E+01 + vertex 8.3446400E+00 3.6834779E+01 2.6236022E+01 + vertex 5.7757455E+00 3.6259178E+01 3.0491153E+01 + endloop + endfacet + facet normal -0.8044724878 -0.1575140704 -0.5727244835 + outer loop + vertex 6.2258946E+00 4.0801721E+01 2.8609537E+01 + vertex 5.7757455E+00 3.6259178E+01 3.0491153E+01 + vertex 3.4533998E+00 4.0215444E+01 3.2665140E+01 + endloop + endfacet + facet normal -0.7893326655 -0.1341118304 -0.5991393495 + outer loop + vertex 3.4533998E+00 4.0215444E+01 3.2665140E+01 + vertex 5.7757455E+00 3.6259178E+01 3.0491153E+01 + vertex 2.8328240E+00 3.5683675E+01 3.4497108E+01 + endloop + endfacet + facet normal -0.7499657544 -0.1570559583 -0.6425611202 + outer loop + vertex 3.4533998E+00 4.0215444E+01 3.2665140E+01 + vertex 2.8328240E+00 3.5683675E+01 3.4497108E+01 + vertex 3.4853615E-01 3.9642135E+01 3.6429113E+01 + endloop + endfacet + facet normal -0.7325457641 -0.1340011094 -0.6673982366 + outer loop + vertex 3.4853615E-01 3.9642135E+01 3.6429113E+01 + vertex 2.8328240E+00 3.5683675E+01 3.4497108E+01 + vertex -4.568388E-01 3.5108253E+01 3.8223423E+01 + endloop + endfacet + facet normal -0.6910697701 -0.1565034818 -0.7056410086 + outer loop + vertex 3.4853615E-01 3.9642135E+01 3.6429113E+01 + vertex -4.568388E-01 3.5108253E+01 3.8223423E+01 + vertex -3.080227E+00 3.9009871E+01 3.9927303E+01 + endloop + endfacet + facet normal -0.6702662556 -0.1317311236 -0.7303355788 + outer loop + vertex -3.080227E+00 3.9009871E+01 3.9927303E+01 + vertex -4.568388E-01 3.5108253E+01 3.8223423E+01 + vertex -4.067108E+00 3.4532726E+01 4.1640560E+01 + endloop + endfacet + facet normal -0.6246359855 -0.1551848543 -0.7653414575 + outer loop + vertex -3.080227E+00 3.9009871E+01 3.9927303E+01 + vertex -4.067108E+00 3.4532726E+01 4.1640560E+01 + vertex -6.845246E+00 3.8389558E+01 4.3125914E+01 + endloop + endfacet + facet normal -0.6018773569 -0.1300957357 -0.7879205206 + outer loop + vertex -6.845246E+00 3.8389558E+01 4.3125914E+01 + vertex -4.067108E+00 3.4532726E+01 4.1640560E+01 + vertex -7.970414E+00 3.3957171E+01 4.4717252E+01 + endloop + endfacet + facet normal -0.5504557906 -0.1548052322 -0.8203863496 + outer loop + vertex -6.845246E+00 3.8389558E+01 4.3125914E+01 + vertex -7.970414E+00 3.3957171E+01 4.4717252E+01 + vertex -1.089474E+01 3.7840441E+01 4.5946627E+01 + endloop + endfacet + facet normal -0.5271344841 -0.1311606116 -0.8395987909 + outer loop + vertex -1.089474E+01 3.7840441E+01 4.5946627E+01 + vertex -7.970414E+00 3.3957171E+01 4.4717252E+01 + vertex -1.213884E+01 3.3381555E+01 4.7424283E+01 + endloop + endfacet + facet normal -0.4731831927 -0.1553472641 -0.8671590936 + outer loop + vertex -1.089474E+01 3.7840441E+01 4.5946627E+01 + vertex -1.213884E+01 3.3381555E+01 4.7424283E+01 + vertex -1.517515E+01 3.7283637E+01 4.8382069E+01 + endloop + endfacet + facet normal -0.4485951128 -0.1321009948 -0.883918408 + outer loop + vertex -1.517515E+01 3.7283637E+01 4.8382069E+01 + vertex -1.213884E+01 3.3381555E+01 4.7424283E+01 + vertex -1.653623E+01 3.2806003E+01 4.9742003E+01 + endloop + endfacet + facet normal -0.3928313163 -0.1558516498 -0.9063077955 + outer loop + vertex -1.517515E+01 3.7283637E+01 4.8382069E+01 + vertex -1.653623E+01 3.2806003E+01 4.9742003E+01 + vertex -1.964746E+01 3.6736471E+01 5.0414645E+01 + endloop + endfacet + facet normal -0.3673095308 -0.1332191298 -0.9205087572 + outer loop + vertex -1.964746E+01 3.6736471E+01 5.0414645E+01 + vertex -1.653623E+01 3.2806003E+01 4.9742003E+01 + vertex -2.112363E+01 3.2230576E+01 5.1655789E+01 + endloop + endfacet + facet normal -0.3104775383 -0.1565460657 -0.9376017425 + outer loop + vertex -1.964746E+01 3.6736471E+01 5.0414645E+01 + vertex -2.112363E+01 3.2230576E+01 5.1655789E+01 + vertex -2.425833E+01 3.6186238E+01 5.2033360E+01 + endloop + endfacet + facet normal -0.2834080842 -0.133949503 -0.9495985407 + outer loop + vertex -2.425833E+01 3.6186238E+01 5.2033360E+01 + vertex -2.112363E+01 3.2230576E+01 5.1655789E+01 + vertex -2.586418E+01 3.1655086E+01 5.3151784E+01 + endloop + endfacet + facet normal -0.2277400594 -0.1565077535 -0.9610618026 + outer loop + vertex -2.425833E+01 3.6186238E+01 5.2033360E+01 + vertex -2.586418E+01 3.1655086E+01 5.3151784E+01 + vertex -2.896998E+01 3.5569126E+01 5.3250361E+01 + endloop + endfacet + facet normal -0.1971445824 -0.1319684611 -0.9714516658 + outer loop + vertex -2.896998E+01 3.5569126E+01 5.3250361E+01 + vertex -2.586418E+01 3.1655086E+01 5.3151784E+01 + vertex -3.071936E+01 3.1079554E+01 5.4215271E+01 + endloop + endfacet + facet normal -0.1403647796 -0.1554614007 -0.9778187365 + outer loop + vertex -2.896998E+01 3.5569126E+01 5.3250361E+01 + vertex -3.071936E+01 3.1079554E+01 5.4215271E+01 + vertex -3.380806E+01 3.4947976E+01 5.4043618E+01 + endloop + endfacet + facet normal -0.108065762 -0.1300180917 -0.9856049345 + outer loop + vertex -3.380806E+01 3.4947976E+01 5.4043618E+01 + vertex -3.071936E+01 3.1079554E+01 5.4215271E+01 + vertex -3.565115E+01 3.0503939E+01 5.4831946E+01 + endloop + endfacet + facet normal -0.0495669828 -0.1544828398 -0.9867513194 + outer loop + vertex -3.380806E+01 3.4947976E+01 5.4043618E+01 + vertex -3.565115E+01 3.0503939E+01 5.4831946E+01 + vertex -3.872018E+01 3.4357761E+01 5.4382768E+01 + endloop + endfacet + facet normal -0.0177613629 -0.1296953589 -0.9913947992 + outer loop + vertex -3.872018E+01 3.4357761E+01 5.4382768E+01 + vertex -3.565115E+01 3.0503939E+01 5.4831946E+01 + vertex -4.061926E+01 2.9928335E+01 5.4996254E+01 + endloop + endfacet + facet normal 0.04019911291 -0.1539723502 -0.9872570824 + outer loop + vertex -3.872018E+01 3.4357761E+01 5.4382768E+01 + vertex -4.061926E+01 2.9928335E+01 5.4996254E+01 + vertex -4.362712E+01 3.3784379E+01 5.4272392E+01 + endloop + endfacet + facet normal 0.07154599323 -0.1298384984 -0.9889505221 + outer loop + vertex -4.362712E+01 3.3784379E+01 5.4272392E+01 + vertex -4.061926E+01 2.9928335E+01 5.4996254E+01 + vertex -4.558163E+01 2.9352900E+01 5.4712798E+01 + endloop + endfacet + facet normal 0.12891616772 -0.1542115736 -0.9795914517 + outer loop + vertex -4.362712E+01 3.3784379E+01 5.4272392E+01 + vertex -4.558163E+01 2.9352900E+01 5.4712798E+01 + vertex -4.849322E+01 3.3236848E+01 5.3718199E+01 + endloop + endfacet + facet normal 0.15979552559 -0.1307706713 -0.9784500097 + outer loop + vertex -4.849322E+01 3.3236848E+01 5.3718199E+01 + vertex -4.558163E+01 2.9352900E+01 5.4712798E+01 + vertex -5.049926E+01 2.8777434E+01 5.3986586E+01 + endloop + endfacet + facet normal 0.21580951315 -0.1551009387 -0.9640383565 + outer loop + vertex -4.849322E+01 3.3236848E+01 5.3718199E+01 + vertex -5.049926E+01 2.8777434E+01 5.3986586E+01 + vertex -5.330695E+01 3.2681499E+01 5.2729946E+01 + endloop + endfacet + facet normal 0.24694207613 -0.13143569 -0.9600751379 + outer loop + vertex -5.330695E+01 3.2681499E+01 5.2729946E+01 + vertex -5.049926E+01 2.8777434E+01 5.3986586E+01 + vertex -5.533158E+01 2.8201919E+01 5.2822449E+01 + endloop + endfacet + facet normal 0.30185643537 -0.1558516655 -0.940528017 + outer loop + vertex -5.330695E+01 3.2681499E+01 5.2729946E+01 + vertex -5.533158E+01 2.8201919E+01 5.2822449E+01 + vertex -5.802393E+01 3.2118218E+01 5.1309399E+01 + endloop + endfacet + facet normal 0.33299462957 -0.131796349 -0.9336724795 + outer loop + vertex -5.802393E+01 3.2118218E+01 5.1309399E+01 + vertex -5.533158E+01 2.8201919E+01 5.2822449E+01 + vertex -6.003807E+01 2.7626325E+01 5.1225128E+01 + endloop + endfacet + facet normal 0.38704181767 -0.1564995616 -0.9086839487 + outer loop + vertex -5.802393E+01 3.2118218E+01 5.1309399E+01 + vertex -6.003807E+01 2.7626325E+01 5.1225128E+01 + vertex -6.257628E+01 3.1571313E+01 4.9464579E+01 + endloop + endfacet + facet normal 0.41705863278 -0.1329134251 -0.899108513 + outer loop + vertex -6.257628E+01 3.1571313E+01 4.9464579E+01 + vertex -6.003807E+01 2.7626325E+01 5.1225128E+01 + vertex -6.457924E+01 2.7050687E+01 4.9203764E+01 + endloop + endfacet + facet normal 0.46756469314 -0.1569758795 -0.8699090935 + outer loop + vertex -6.257628E+01 3.1571313E+01 4.9464579E+01 + vertex -6.457924E+01 2.7050687E+01 4.9203764E+01 + vertex -6.693926E+01 3.1009010E+01 4.7221003E+01 + endloop + endfacet + facet normal 0.49662159313 -0.1335051065 -0.8576382569 + outer loop + vertex -6.693926E+01 3.1009010E+01 4.7221003E+01 + vertex -6.457924E+01 2.7050687E+01 4.9203764E+01 + vertex -6.891884E+01 2.6475226E+01 4.6780471E+01 + endloop + endfacet + facet normal 0.54258919311 -0.1567230674 -0.8252483552 + outer loop + vertex -6.693926E+01 3.1009010E+01 4.7221003E+01 + vertex -6.891884E+01 2.6475226E+01 4.6780471E+01 + vertex -7.109155E+01 3.0401190E+01 4.4606360E+01 + endloop + endfacet + facet normal 0.57139609453 -0.1323031166 -0.8099397437 + outer loop + vertex -7.109155E+01 3.0401190E+01 4.4606360E+01 + vertex -6.891884E+01 2.6475226E+01 4.6780471E+01 + vertex -7.302447E+01 2.5899773E+01 4.3978030E+01 + endloop + endfacet + facet normal 0.61382421729 -0.1555429617 -0.77396784 + outer loop + vertex -7.109155E+01 3.0401190E+01 4.4606360E+01 + vertex -7.302447E+01 2.5899773E+01 4.3978030E+01 + vertex -7.501159E+01 2.9771581E+01 4.1623956E+01 + endloop + endfacet + facet normal 0.64158464027 -0.1303114914 -0.7559021528 + outer loop + vertex -7.501159E+01 2.9771581E+01 4.1623956E+01 + vertex -7.302447E+01 2.5899773E+01 4.3978030E+01 + vertex -7.686273E+01 2.5324275E+01 4.0819454E+01 + endloop + endfacet + facet normal 0.68184919958 -0.1544707402 -0.7149968248 + outer loop + vertex -7.501159E+01 2.9771581E+01 4.1623956E+01 + vertex -7.686273E+01 2.5324275E+01 4.0819454E+01 + vertex -7.865237E+01 2.9174498E+01 3.8280965E+01 + endloop + endfacet + facet normal 0.70718558094 -0.1295482494 -0.6950581308 + outer loop + vertex -7.865237E+01 2.9174498E+01 3.8280965E+01 + vertex -7.686273E+01 2.5324275E+01 4.0819454E+01 + vertex -8.039989E+01 2.4748713E+01 3.7327848E+01 + endloop + endfacet + facet normal 0.74403472771 -0.1537567665 -0.6502085671 + outer loop + vertex -7.865237E+01 2.9174498E+01 3.8280965E+01 + vertex -8.039989E+01 2.4748713E+01 3.7327848E+01 + vertex -8.196241E+01 2.8563319E+01 3.4637809E+01 + endloop + endfacet + facet normal 0.76779665508 -0.1281793266 -0.6277406763 + outer loop + vertex -8.196241E+01 2.8563319E+01 3.4637809E+01 + vertex -8.039989E+01 2.4748713E+01 3.7327848E+01 + vertex -8.360329E+01 2.4173068E+01 3.3527281E+01 + endloop + endfacet + facet normal 0.80089570815 -0.1528904069 -0.5789564648 + outer loop + vertex -8.196241E+01 2.8563319E+01 3.4637809E+01 + vertex -8.360329E+01 2.4173068E+01 3.3527281E+01 + vertex -8.491297E+01 2.7988072E+01 3.0708077E+01 + endloop + endfacet + facet normal 0.82162687597 -0.1283557021 -0.5553864334 + outer loop + vertex -8.491297E+01 2.7988072E+01 3.0708077E+01 + vertex -8.360329E+01 2.4173068E+01 3.3527281E+01 + vertex -8.644820E+01 2.3597556E+01 2.9451580E+01 + endloop + endfacet + facet normal 0.85019598752 -0.153136687 -0.5037022314 + outer loop + vertex -8.491297E+01 2.7988072E+01 3.0708077E+01 + vertex -8.644820E+01 2.3597556E+01 2.9451580E+01 + vertex -8.749299E+01 2.7443111E+01 2.6518966E+01 + endloop + endfacet + facet normal 0.86808070899 -0.1295982975 -0.4792078505 + outer loop + vertex -8.749299E+01 2.7443111E+01 2.6518966E+01 + vertex -8.644820E+01 2.3597556E+01 2.9451580E+01 + vertex -8.891610E+01 2.3022100E+01 2.5136646E+01 + endloop + endfacet + facet normal 0.89165067103 -0.1538956376 -0.42576427 + outer loop + vertex -8.749299E+01 2.7443111E+01 2.6518966E+01 + vertex -8.891610E+01 2.3022100E+01 2.5136646E+01 + vertex -8.969732E+01 2.6879194E+01 2.2106403E+01 + endloop + endfacet + facet normal 0.90741799692 -0.1301265393 -0.3995743518 + outer loop + vertex -8.969732E+01 2.6879194E+01 2.2106403E+01 + vertex -8.891610E+01 2.3022100E+01 2.5136646E+01 + vertex -9.098828E+01 2.2446620E+01 2.0618210E+01 + endloop + endfacet + facet normal 0.92650868196 -0.1546771109 -0.3430111567 + outer loop + vertex -8.969732E+01 2.6879194E+01 2.2106403E+01 + vertex -9.098828E+01 2.2446620E+01 2.0618210E+01 + vertex -9.147679E+01 2.6354754E+01 1.7536355E+01 + endloop + endfacet + facet normal 0.93951282973 -0.1318463356 -0.3161205254 + outer loop + vertex -9.147679E+01 2.6354754E+01 1.7536355E+01 + vertex -9.098828E+01 2.2446620E+01 2.0618210E+01 + vertex -9.264567E+01 2.1871101E+01 1.5932465E+01 + endloop + endfacet + facet normal 0.95329881452 -0.1560110087 -0.2586154198 + outer loop + vertex -9.147679E+01 2.6354754E+01 1.7536355E+01 + vertex -9.264567E+01 2.1871101E+01 1.5932465E+01 + vertex -9.283751E+01 2.5805591E+01 1.2851808E+01 + endloop + endfacet + facet normal 0.96434020795 -0.1324110632 -0.2291621122 + outer loop + vertex -9.283751E+01 2.5805591E+01 1.2851808E+01 + vertex -9.264567E+01 2.1871101E+01 1.5932465E+01 + vertex -9.386951E+01 2.1295453E+01 1.1115006E+01 + endloop + endfacet + facet normal 0.97246336643 -0.1557575372 -0.1733625985 + outer loop + vertex -9.283751E+01 2.5805591E+01 1.2851808E+01 + vertex -9.386951E+01 2.1295453E+01 1.1115006E+01 + vertex -9.378694E+01 2.5180147E+01 8.0879716E+00 + endloop + endfacet + facet normal 0.98145035672 -0.1303833085 -0.1405538692 + outer loop + vertex -9.378694E+01 2.5180147E+01 8.0879716E+00 + vertex -9.386951E+01 2.1295453E+01 1.1115006E+01 + vertex -9.464785E+01 2.0720732E+01 6.2132523E+00 + endloop + endfacet + facet normal 0.9843500891 -0.1540704373 -0.0855406478 + outer loop + vertex -9.378694E+01 2.5180147E+01 8.0879716E+00 + vertex -9.464785E+01 2.0720732E+01 6.2132523E+00 + vertex -9.430502E+01 2.4561115E+01 3.2412388E+00 + endloop + endfacet + facet normal 0.99032111958 -0.1286725574 -0.0520331922 + outer loop + vertex -9.430502E+01 2.4561115E+01 3.2412388E+00 + vertex -9.464785E+01 2.0720732E+01 6.2132523E+00 + vertex -9.498219E+01 2.0146986E+01 1.2686913E+00 + endloop + endfacet + facet normal 0.98805630216 -0.1539980444 0.00541720157 + outer loop + vertex -9.430502E+01 2.4561115E+01 3.2412388E+00 + vertex -9.498219E+01 2.0146986E+01 1.2686913E+00 + vertex -9.435743E+01 2.4052976E+01 -1.644775E+00 + endloop + endfacet + facet normal 0.99043419995 -0.1340683385 0.03264622752 + outer loop + vertex -9.435743E+01 2.4052976E+01 -1.644775E+00 + vertex -9.498219E+01 2.0146986E+01 1.2686913E+00 + vertex -9.490513E+01 1.9631009E+01 -3.188063E+00 + endloop + endfacet + facet normal 0.98431689626 -0.1527287389 0.08828465354 + outer loop + vertex -9.435743E+01 2.4052976E+01 -1.644775E+00 + vertex -9.490513E+01 1.9631009E+01 -3.188063E+00 + vertex -9.402596E+01 2.3352207E+01 -6.552732E+00 + endloop + endfacet + facet normal 0.9849750311 -0.1244081306 0.11977814973 + outer loop + vertex -9.402596E+01 2.3352207E+01 -6.552732E+00 + vertex -9.490513E+01 1.9631009E+01 -3.188063E+00 + vertex -9.432851E+01 1.9002859E+01 -8.582261E+00 + endloop + endfacet + facet normal 0.97085879944 -0.1534372762 0.18409289449 + outer loop + vertex -9.402596E+01 2.3352207E+01 -6.552732E+00 + vertex -9.432851E+01 1.9002859E+01 -8.582261E+00 + vertex -9.316424E+01 2.2891497E+01 -1.148119E+01 + endloop + endfacet + facet normal 0.96803865491 -0.1298917166 0.21454441159 + outer loop + vertex -9.316424E+01 2.2891497E+01 -1.148119E+01 + vertex -9.432851E+01 1.9002859E+01 -8.582261E+00 + vertex -9.329166E+01 1.8407050E+01 -1.362131E+01 + endloop + endfacet + facet normal 0.94927737496 -0.1569907235 0.27244518372 + outer loop + vertex -9.316424E+01 2.2891497E+01 -1.148119E+01 + vertex -9.329166E+01 1.8407050E+01 -1.362131E+01 + vertex -9.187570E+01 2.2399983E+01 -1.625408E+01 + endloop + endfacet + facet normal 0.94335585054 -0.1345678677 0.30326758523 + outer loop + vertex -9.187570E+01 2.2399983E+01 -1.625408E+01 + vertex -9.329166E+01 1.8407050E+01 -1.362131E+01 + vertex -9.187116E+01 1.7841834E+01 -1.829078E+01 + endloop + endfacet + facet normal 0.9212165618 -0.1579488544 0.35554494184 + outer loop + vertex -9.187570E+01 2.2399983E+01 -1.625408E+01 + vertex -9.187116E+01 1.7841834E+01 -1.829078E+01 + vertex -9.019525E+01 2.1821185E+01 -2.086524E+01 + endloop + endfacet + facet normal 0.91245758076 -0.134211621 0.38653383304 + outer loop + vertex -9.019525E+01 2.1821185E+01 -2.086524E+01 + vertex -9.187116E+01 1.7841834E+01 -1.829078E+01 + vertex -9.000478E+01 1.7266482E+01 -2.289635E+01 + endloop + endfacet + facet normal 0.88571088693 -0.1576745572 0.43664053724 + outer loop + vertex -9.019525E+01 2.1821185E+01 -2.086524E+01 + vertex -9.000478E+01 1.7266482E+01 -2.289635E+01 + vertex -8.810882E+01 2.1238322E+01 -2.530797E+01 + endloop + endfacet + facet normal 0.87422443997 -0.1339535399 0.46667770217 + outer loop + vertex -8.810882E+01 2.1238322E+01 -2.530797E+01 + vertex -9.000478E+01 1.7266482E+01 -2.289635E+01 + vertex -8.773284E+01 1.6691045E+01 -2.731753E+01 + endloop + endfacet + facet normal 0.8439395647 -0.156917321 0.51297462462 + outer loop + vertex -8.810882E+01 2.1238322E+01 -2.530797E+01 + vertex -8.773284E+01 1.6691045E+01 -2.731753E+01 + vertex -8.565173E+01 2.0619638E+01 -2.953960E+01 + endloop + endfacet + facet normal 0.8292710676 -0.1321681867 0.54299269504 + outer loop + vertex -8.565173E+01 2.0619638E+01 -2.953960E+01 + vertex -8.773284E+01 1.6691045E+01 -2.731753E+01 + vertex -8.507422E+01 1.6115519E+01 -3.151792E+01 + endloop + endfacet + facet normal 0.79758154301 -0.1539112083 0.58324525049 + outer loop + vertex -8.565173E+01 2.0619638E+01 -2.953960E+01 + vertex -8.507422E+01 1.6115519E+01 -3.151792E+01 + vertex -8.286705E+01 1.9862614E+01 -3.354739E+01 + endloop + endfacet + facet normal 0.7760186264 -0.1219485071 0.61880825229 + outer loop + vertex -8.286705E+01 1.9862614E+01 -3.354739E+01 + vertex -8.507422E+01 1.6115519E+01 -3.151792E+01 + vertex -8.174266E+01 1.5485357E+01 -3.582007E+01 + endloop + endfacet + facet normal 0.73661171316 -0.1528443949 0.6588184689 + outer loop + vertex -8.286705E+01 1.9862614E+01 -3.354739E+01 + vertex -8.174266E+01 1.5485357E+01 -3.582007E+01 + vertex -7.964168E+01 1.9382627E+01 -3.726497E+01 + endloop + endfacet + facet normal 0.71413868291 -0.1299726672 0.68783213603 + outer loop + vertex -7.964168E+01 1.9382627E+01 -3.726497E+01 + vertex -8.174266E+01 1.5485357E+01 -3.582007E+01 + vertex -7.859793E+01 1.4951921E+01 -3.918586E+01 + endloop + endfacet + facet normal 0.67388221828 -0.154488773 0.72250673001 + outer loop + vertex -7.964168E+01 1.9382627E+01 -3.726497E+01 + vertex -7.859793E+01 1.4951921E+01 -3.918586E+01 + vertex -7.617587E+01 1.8901600E+01 -4.060039E+01 + endloop + endfacet + facet normal 0.65345859846 -0.1338996604 0.74502532914 + outer loop + vertex -7.617587E+01 1.8901600E+01 -4.060039E+01 + vertex -7.859793E+01 1.4951921E+01 -3.918586E+01 + vertex -7.523320E+01 1.4426449E+01 -4.223150E+01 + endloop + endfacet + facet normal 0.60691872163 -0.1561833951 0.77926658624 + outer loop + vertex -7.617587E+01 1.8901600E+01 -4.060039E+01 + vertex -7.523320E+01 1.4426449E+01 -4.223150E+01 + vertex -7.247671E+01 1.8454797E+01 -4.357097E+01 + endloop + endfacet + facet normal 0.58848633041 -0.1377801687 0.79668090477 + outer loop + vertex -7.247671E+01 1.8454797E+01 -4.357097E+01 + vertex -7.523320E+01 1.4426449E+01 -4.223150E+01 + vertex -7.151741E+01 1.3885157E+01 -4.506986E+01 + endloop + endfacet + facet normal 0.54005035264 -0.1577974629 0.82670767344 + outer loop + vertex -7.247671E+01 1.8454797E+01 -4.357097E+01 + vertex -7.151741E+01 1.3885157E+01 -4.506986E+01 + vertex -6.846328E+01 1.7835156E+01 -4.631103E+01 + endloop + endfacet + facet normal 0.51491121746 -0.1319763585 0.84702342289 + outer loop + vertex -6.846328E+01 1.7835156E+01 -4.631103E+01 + vertex -7.151741E+01 1.3885157E+01 -4.506986E+01 + vertex -6.695309E+01 1.3260821E+01 -4.794182E+01 + endloop + endfacet + facet normal 0.46148115001 -0.1588125138 0.87281941641 + outer loop + vertex -6.846328E+01 1.7835156E+01 -4.631103E+01 + vertex -6.695309E+01 1.3260821E+01 -4.794182E+01 + vertex -6.412038E+01 1.7291598E+01 -4.870613E+01 + endloop + endfacet + facet normal 0.43138231869 -0.1339920609 0.8921633386 + outer loop + vertex -6.412038E+01 1.7291598E+01 -4.870613E+01 + vertex -6.695309E+01 1.3260821E+01 -4.794182E+01 + vertex -6.233299E+01 1.2661974E+01 -5.026569E+01 + endloop + endfacet + facet normal 0.38150114816 -0.1594321857 0.9105153772 + outer loop + vertex -6.412038E+01 1.7291598E+01 -4.870613E+01 + vertex -6.233299E+01 1.2661974E+01 -5.026569E+01 + vertex -5.960151E+01 1.6688837E+01 -5.070506E+01 + endloop + endfacet + facet normal 0.34669870957 -0.1338767031 0.92837332639 + outer loop + vertex -5.960151E+01 1.6688837E+01 -5.070506E+01 + vertex -6.233299E+01 1.2661974E+01 -5.026569E+01 + vertex -5.770446E+01 1.2086337E+01 -5.207721E+01 + endloop + endfacet + facet normal 0.29745717963 -0.1581024653 0.94155341684 + outer loop + vertex -5.960151E+01 1.6688837E+01 -5.070506E+01 + vertex -5.770446E+01 1.2086337E+01 -5.207721E+01 + vertex -5.490591E+01 1.6034780E+01 -5.229833E+01 + endloop + endfacet + facet normal 0.26088141068 -0.1313474942 0.95639360377 + outer loop + vertex -5.490591E+01 1.6034780E+01 -5.229833E+01 + vertex -5.770446E+01 1.2086337E+01 -5.207721E+01 + vertex -5.293015E+01 1.1510806E+01 -5.345857E+01 + endloop + endfacet + facet normal 0.21000089189 -0.1558279045 0.96520323745 + outer loop + vertex -5.490591E+01 1.6034780E+01 -5.229833E+01 + vertex -5.293015E+01 1.1510806E+01 -5.345857E+01 + vertex -5.006736E+01 1.5390870E+01 -5.345501E+01 + endloop + endfacet + facet normal 0.17397178299 -0.1292550164 0.97623099698 + outer loop + vertex -5.006736E+01 1.5390870E+01 -5.345501E+01 + vertex -5.293015E+01 1.1510806E+01 -5.345857E+01 + vertex -4.804996E+01 1.0935303E+01 -5.440446E+01 + endloop + endfacet + facet normal 0.12037392554 -0.1544623762 0.98063830865 + outer loop + vertex -5.006736E+01 1.5390870E+01 -5.345501E+01 + vertex -4.804996E+01 1.0935303E+01 -5.440446E+01 + vertex -4.516256E+01 1.4809504E+01 -5.414865E+01 + endloop + endfacet + facet normal 0.085946994 -0.129282288 0.98787610773 + outer loop + vertex -4.516256E+01 1.4809504E+01 -5.414865E+01 + vertex -4.804996E+01 1.0935303E+01 -5.440446E+01 + vertex -4.310501E+01 1.0359873E+01 -5.490998E+01 + endloop + endfacet + facet normal 0.03085482946 -0.1546898076 0.98748116078 + outer loop + vertex -4.516256E+01 1.4809504E+01 -5.414865E+01 + vertex -4.310501E+01 1.0359873E+01 -5.490998E+01 + vertex -4.025729E+01 1.4269597E+01 -5.438650E+01 + endloop + endfacet + facet normal -0.0030712774 -0.1305094654 0.99144230628 + outer loop + vertex -4.025729E+01 1.4269597E+01 -5.438650E+01 + vertex -4.310501E+01 1.0359873E+01 -5.490998E+01 + vertex -3.813479E+01 9.7843666E+00 -5.497034E+01 + endloop + endfacet + facet normal -0.0570660116 -0.1553791851 0.9862052419 + outer loop + vertex -4.025729E+01 1.4269597E+01 -5.438650E+01 + vertex -3.813479E+01 9.7843666E+00 -5.497034E+01 + vertex -3.535356E+01 1.3689401E+01 -5.419416E+01 + endloop + endfacet + facet normal -0.0928017995 -0.1301146184 0.9871463985 + outer loop + vertex -3.535356E+01 1.3689401E+01 -5.419416E+01 + vertex -3.813479E+01 9.7843666E+00 -5.497034E+01 + vertex -3.317960E+01 9.2087337E+00 -5.458038E+01 + endloop + endfacet + facet normal -0.1470267942 -0.155534429 0.97682760157 + outer loop + vertex -3.535356E+01 1.3689401E+01 -5.419416E+01 + vertex -3.317960E+01 9.2087337E+00 -5.458038E+01 + vertex -3.045687E+01 1.3106240E+01 -5.354999E+01 + endloop + endfacet + facet normal -0.1827065166 -0.1300030437 0.97453452346 + outer loop + vertex -3.045687E+01 1.3106240E+01 -5.354999E+01 + vertex -3.317960E+01 9.2087337E+00 -5.458038E+01 + vertex -2.828132E+01 8.6331568E+00 -5.373883E+01 + endloop + endfacet + facet normal -0.2361065304 -0.1553289634 0.95923230735 + outer loop + vertex -3.045687E+01 1.3106240E+01 -5.354999E+01 + vertex -2.828132E+01 8.6331568E+00 -5.373883E+01 + vertex -2.564507E+01 1.2539448E+01 -5.245739E+01 + endloop + endfacet + facet normal -0.2701598916 -0.1306033652 0.95391634536 + outer loop + vertex -2.564507E+01 1.2539448E+01 -5.245739E+01 + vertex -2.828132E+01 8.6331568E+00 -5.373883E+01 + vertex -2.347845E+01 8.0576118E+00 -5.245740E+01 + endloop + endfacet + facet normal -0.321295115 -0.1553232083 0.93415424316 + outer loop + vertex -2.564507E+01 1.2539448E+01 -5.245739E+01 + vertex -2.347845E+01 8.0576118E+00 -5.245740E+01 + vertex -2.096036E+01 1.1962890E+01 -5.094199E+01 + endloop + endfacet + facet normal -0.354533907 -0.1306752971 0.92586698586 + outer loop + vertex -2.096036E+01 1.1962890E+01 -5.094199E+01 + vertex -2.347845E+01 8.0576118E+00 -5.245740E+01 + vertex -1.880982E+01 7.4821630E+00 -5.075090E+01 + endloop + endfacet + facet normal -0.4037824283 -0.1553485122 0.90156896042 + outer loop + vertex -2.096036E+01 1.1962890E+01 -5.094199E+01 + vertex -1.880982E+01 7.4821630E+00 -5.075090E+01 + vertex -1.644786E+01 1.1398219E+01 -4.901829E+01 + endloop + endfacet + facet normal -0.4359727811 -0.130981346 0.89037723528 + outer loop + vertex -1.644786E+01 1.1398219E+01 -4.901829E+01 + vertex -1.880982E+01 7.4821630E+00 -5.075090E+01 + vertex -1.431280E+01 6.9066970E+00 -4.863360E+01 + endloop + endfacet + facet normal -0.4831788996 -0.155891513 0.86153118757 + outer loop + vertex -1.644786E+01 1.1398219E+01 -4.901829E+01 + vertex -1.431280E+01 6.9066970E+00 -4.863360E+01 + vertex -1.212459E+01 1.0841056E+01 -4.669445E+01 + endloop + endfacet + facet normal -0.5144922944 -0.131487962 0.84735387816 + outer loop + vertex -1.212459E+01 1.0841056E+01 -4.669445E+01 + vertex -1.431280E+01 6.9066970E+00 -4.863360E+01 + vertex -1.002483E+01 6.3310868E+00 -4.611936E+01 + endloop + endfacet + facet normal -0.5590380958 -0.156449102 0.81424817216 + outer loop + vertex -1.212459E+01 1.0841056E+01 -4.669445E+01 + vertex -1.002483E+01 6.3310868E+00 -4.611936E+01 + vertex -8.014221E+00 1.0261337E+01 -4.398378E+01 + endloop + endfacet + facet normal -0.5897505729 -0.1312803063 0.79684361258 + outer loop + vertex -8.014221E+00 1.0261337E+01 -4.398378E+01 + vertex -1.002483E+01 6.3310868E+00 -4.611936E+01 + vertex -5.985044E+00 5.7555133E+00 -4.322431E+01 + endloop + endfacet + facet normal -0.631584472 -0.1564379498 0.75936040363 + outer loop + vertex -8.014221E+00 1.0261337E+01 -4.398378E+01 + vertex -5.985044E+00 5.7555133E+00 -4.322431E+01 + vertex -4.171738E+00 9.6976336E+00 -4.090400E+01 + endloop + endfacet + facet normal -0.6597534005 -0.1319697258 0.73980365096 + outer loop + vertex -4.171738E+00 9.6976336E+00 -4.090400E+01 + vertex -5.985044E+00 5.7555133E+00 -4.322431E+01 + vertex -2.224733E+00 5.1799895E+00 -3.997355E+01 + endloop + endfacet + facet normal -0.6978339785 -0.1568094303 0.6988837822 + outer loop + vertex -4.171738E+00 9.6976336E+00 -4.090400E+01 + vertex -2.224733E+00 5.1799895E+00 -3.997355E+01 + vertex -6.279403E-01 9.1464701E+00 -3.748919E+01 + endloop + endfacet + facet normal -0.7235007766 -0.1330129257 0.67738776775 + outer loop + vertex -6.279403E-01 9.1464701E+00 -3.748919E+01 + vertex -2.224733E+00 5.1799895E+00 -3.997355E+01 + vertex 1.2286533E+00 4.6045456E+00 -3.639807E+01 + endloop + endfacet + facet normal -0.757543006 -0.1574697795 0.63350758686 + outer loop + vertex -6.279403E-01 9.1464701E+00 -3.748919E+01 + vertex 1.2286533E+00 4.6045456E+00 -3.639807E+01 + vertex 2.6057600E+00 8.5845620E+00 -3.376203E+01 + endloop + endfacet + facet normal -0.7811546352 -0.1336421419 0.6098665541 + outer loop + vertex 2.6057600E+00 8.5845620E+00 -3.376203E+01 + vertex 1.2286533E+00 4.6045456E+00 -3.639807E+01 + vertex 4.3481849E+00 4.0291379E+00 -3.252847E+01 + endloop + endfacet + facet normal -0.8119183813 -0.15840653 0.5618682348 + outer loop + vertex 2.6057600E+00 8.5845620E+00 -3.376203E+01 + vertex 4.3481849E+00 4.0291379E+00 -3.252847E+01 + vertex 5.4953850E+00 8.0456965E+00 -2.973835E+01 + endloop + endfacet + facet normal -0.832717223 -0.1351561327 0.53694957518 + outer loop + vertex 5.4953850E+00 8.0456965E+00 -2.973835E+01 + vertex 4.3481849E+00 4.0291379E+00 -3.252847E+01 + vertex 7.1077712E+00 3.4535144E+00 -2.839371E+01 + endloop + endfacet + facet normal -0.8597487604 -0.1598411688 0.48505965591 + outer loop + vertex 5.4953850E+00 8.0456965E+00 -2.973835E+01 + vertex 7.1077712E+00 3.4535144E+00 -2.839371E+01 + vertex 8.0154544E+00 7.5021389E+00 -2.545074E+01 + endloop + endfacet + facet normal -0.8780384474 -0.1365723953 0.45868994513 + outer loop + vertex 8.0154544E+00 7.5021389E+00 -2.545074E+01 + vertex 7.1077712E+00 3.4535144E+00 -2.839371E+01 + vertex 9.4790431E+00 2.8778762E+00 -2.402595E+01 + endloop + endfacet + facet normal -0.9006011105 -0.160598674 0.40388823407 + outer loop + vertex 8.0154544E+00 7.5021389E+00 -2.545074E+01 + vertex 9.4790431E+00 2.8778762E+00 -2.402595E+01 + vertex 1.0176252E+01 6.8911262E+00 -2.087550E+01 + endloop + endfacet + facet normal -0.9162892941 -0.1364251062 0.37656622242 + outer loop + vertex 1.0176252E+01 6.8911262E+00 -2.087550E+01 + vertex 9.4790431E+00 2.8778762E+00 -2.402595E+01 + vertex 1.1441461E+01 2.3022261E+00 -1.945939E+01 + endloop + endfacet + facet normal -0.9371716051 -0.1632429298 0.30831984767 + outer loop + vertex 1.0176252E+01 6.8911262E+00 -2.087550E+01 + vertex 1.1441461E+01 2.3022261E+00 -1.945939E+01 + vertex 1.1913492E+01 6.5023684E+00 -1.580080E+01 + endloop + endfacet + facet normal -0.9454251478 -0.1470353544 0.29077808467 + outer loop + vertex 1.1913492E+01 6.5023684E+00 -1.580080E+01 + vertex 1.1441461E+01 2.3022261E+00 -1.945939E+01 + vertex 1.2984298E+01 1.7266613E+00 -1.473411E+01 + endloop + endfacet + facet normal -0.9646045986 -0.171551362 0.20027006416 + outer loop + vertex 1.1913492E+01 6.5023684E+00 -1.580080E+01 + vertex 1.2984298E+01 1.7266613E+00 -1.473411E+01 + vertex 1.3046198E+01 6.4609472E+00 -1.038058E+01 + endloop + endfacet + facet normal -0.9642514133 -0.1724266869 0.20121692183 + outer loop + vertex 1.3046198E+01 6.4609472E+00 -1.038058E+01 + vertex 1.2984298E+01 1.7266613E+00 -1.473411E+01 + vertex 1.4098081E+01 1.1511909E+00 -9.889885E+00 + endloop + endfacet + facet normal -0.9768187573 -0.1832918623 0.11058575232 + outer loop + vertex 1.3046198E+01 6.4609472E+00 -1.038058E+01 + vertex 1.4098081E+01 1.1511909E+00 -9.889885E+00 + vertex 1.3692891E+01 6.1356857E+00 -5.207363E+00 + endloop + endfacet + facet normal -0.9763277923 -0.1848601532 0.11229766546 + outer loop + vertex 1.3692891E+01 6.1356857E+00 -5.207363E+00 + vertex 1.4098081E+01 1.1511909E+00 -9.889885E+00 + vertex 1.4773485E+01 5.7567939E-01 -4.965230E+00 + endloop + endfacet + facet normal -0.981282987 -0.1891368724 0.03620694504 + outer loop + vertex 1.3692891E+01 6.1356857E+00 -5.207363E+00 + vertex 1.4773485E+01 5.7567939E-01 -4.965230E+00 + vertex 1.4060464E+01 5.2256358E+00 7.3727574E-04 + endloop + endfacet + facet normal -0.8638660967 -0.5030014617 -0.0269239018 + outer loop + vertex 1.3692891E+01 6.1356857E+00 -5.207363E+00 + vertex 1.4060464E+01 5.2256358E+00 7.3727574E-04 + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + endloop + endfacet + facet normal -0.8455442778 -0.5339027307 0.00165782133 + outer loop + vertex 1.3692891E+01 6.1356857E+00 -5.207363E+00 + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + endloop + endfacet + facet normal -0.6424182527 -0.7623554341 -0.0781855526 + outer loop + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + vertex 7.5556817E+00 1.2958002E+01 6.3780841E-04 + endloop + endfacet + facet normal -0.5821665769 -0.8126198353 -0.0270384896 + outer loop + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + vertex 7.5556817E+00 1.2958002E+01 6.3780841E-04 + vertex 5.8147868E+00 1.4355493E+01 -4.516570E+00 + endloop + endfacet + facet normal -0.3433138437 -0.9264580225 -0.1543085783 + outer loop + vertex 5.8147868E+00 1.4355493E+01 -4.516570E+00 + vertex 7.5556817E+00 1.2958002E+01 6.3780841E-04 + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + endloop + endfacet + facet normal -0.2270975767 -0.9713150839 -0.0705244524 + outer loop + vertex 5.8147868E+00 1.4355493E+01 -4.516570E+00 + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + vertex 1.7259454E-01 1.5647272E+01 -4.139337E+00 + endloop + endfacet + facet normal -0.0053648966 -0.9781174612 -0.207984254 + outer loop + vertex 1.7259454E-01 1.5647272E+01 -4.139337E+00 + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + vertex -2.548978E+00 1.4781908E+01 5.3679843E-04 + endloop + endfacet + facet normal 0.14742742967 -0.9830950623 -0.1085783198 + outer loop + vertex 1.7259454E-01 1.5647272E+01 -4.139337E+00 + vertex -2.548978E+00 1.4781908E+01 5.3679843E-04 + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + endloop + endfacet + facet normal 0.33161139042 -0.9118716753 -0.2419172038 + outer loop + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + vertex -2.548978E+00 1.4781908E+01 5.3679843E-04 + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + endloop + endfacet + facet normal 0.52889895625 -0.8395922014 -0.1238984639 + outer loop + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + vertex -1.086275E+01 1.1438960E+01 -3.842047E+00 + endloop + endfacet + facet normal 0.62407260844 -0.7418611946 -0.2453066393 + outer loop + vertex -1.086275E+01 1.1438960E+01 -3.842047E+00 + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + vertex -1.149450E+01 9.6369594E+00 3.7819579E-04 + endloop + endfacet + facet normal 0.80597829206 -0.5757544107 -0.1374985502 + outer loop + vertex -1.086275E+01 1.1438960E+01 -3.842047E+00 + vertex -1.149450E+01 9.6369594E+00 3.7819579E-04 + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + endloop + endfacet + facet normal -0.9143670181 -0.3867001099 -0.119983254 + outer loop + vertex 1.2603427E+01 8.7318273E+01 4.3551086E+00 + vertex 1.4429359E+01 8.3291362E+01 3.4186003E+00 + vertex 1.3765213E+01 8.3499701E+01 7.8084469E+00 + endloop + endfacet + facet normal -0.846510914 -0.5273894132 0.07266140097 + outer loop + vertex 1.3046198E+01 6.4609472E+00 -1.038058E+01 + vertex 1.3692891E+01 6.1356857E+00 -5.207363E+00 + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + endloop + endfacet + facet normal 0.78099458442 -0.4984890378 -0.3762394694 + outer loop + vertex -1.086275E+01 1.1438960E+01 -3.842047E+00 + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + vertex -1.364702E+01 1.0363705E+01 -8.196994E+00 + endloop + endfacet + facet normal 0.90247724798 -0.413114103 0.12194898443 + outer loop + vertex -1.592357E+01 8.1877120E+01 8.5788373E+00 + vertex -1.474699E+01 8.3155498E+01 4.2022889E+00 + vertex -1.396716E+01 8.6026013E+01 8.1553584E+00 + endloop + endfacet + facet normal 0.90126616716 -0.4152256718 0.12372120843 + outer loop + vertex -1.396716E+01 8.6026013E+01 8.1553584E+00 + vertex -1.474699E+01 8.3155498E+01 4.2022889E+00 + vertex -1.270926E+01 8.7495461E+01 3.9236715E+00 + endloop + endfacet + facet normal 0.76306400434 -0.6463184967 0.00239291703 + outer loop + vertex -1.396716E+01 8.6026013E+01 8.1553584E+00 + vertex -1.270926E+01 8.7495461E+01 3.9236715E+00 + vertex -1.093818E+01 8.9601938E+01 8.1053735E+00 + endloop + endfacet + facet normal 0.72926591789 -0.6833168796 0.03534491576 + outer loop + vertex -1.093818E+01 8.9601938E+01 8.1053735E+00 + vertex -1.270926E+01 8.7495461E+01 3.9236715E+00 + vertex -9.291996E+00 9.1148343E+01 4.0362430E+00 + endloop + endfacet + facet normal 0.54798675748 -0.8311681455 -0.0941808232 + outer loop + vertex -1.093818E+01 8.9601938E+01 8.1053735E+00 + vertex -9.291996E+00 9.1148343E+01 4.0362430E+00 + vertex -6.918200E+00 9.2228124E+01 8.3187418E+00 + endloop + endfacet + facet normal 0.47235736857 -0.8805072164 -0.0398190674 + outer loop + vertex -6.918200E+00 9.2228124E+01 8.3187418E+00 + vertex -9.291996E+00 9.1148343E+01 4.0362430E+00 + vertex -4.877712E+00 9.3507922E+01 4.2244320E+00 + endloop + endfacet + facet normal 0.86425902752 -0.414184412 0.28549536985 + outer loop + vertex -1.787378E+01 8.0717651E+01 1.2800471E+01 + vertex -1.592357E+01 8.1877120E+01 8.5788373E+00 + vertex -1.572492E+01 8.4864241E+01 1.2311072E+01 + endloop + endfacet + facet normal 0.88241521279 -0.3891078591 0.26445881757 + outer loop + vertex -1.572492E+01 8.4864241E+01 1.2311072E+01 + vertex -1.592357E+01 8.1877120E+01 8.5788373E+00 + vertex -1.396716E+01 8.6026013E+01 8.1553584E+00 + endloop + endfacet + facet normal 0.75552915707 -0.6398278983 0.14069809293 + outer loop + vertex -1.572492E+01 8.4864241E+01 1.2311072E+01 + vertex -1.396716E+01 8.6026013E+01 8.1553584E+00 + vertex -1.268812E+01 8.8427458E+01 1.2207727E+01 + endloop + endfacet + facet normal 0.7565184365 -0.6388532694 0.1398082811 + outer loop + vertex -1.268812E+01 8.8427458E+01 1.2207727E+01 + vertex -1.396716E+01 8.6026013E+01 8.1553584E+00 + vertex -1.093818E+01 8.9601938E+01 8.1053735E+00 + endloop + endfacet + facet normal 0.57339281938 -0.8192188826 0.01005470695 + outer loop + vertex -1.268812E+01 8.8427458E+01 1.2207727E+01 + vertex -1.093818E+01 8.9601938E+01 8.1053735E+00 + vertex -8.836359E+00 9.1125556E+01 1.2382545E+01 + endloop + endfacet + facet normal 0.54554202967 -0.8375367853 0.03026593949 + outer loop + vertex -8.836359E+00 9.1125556E+01 1.2382545E+01 + vertex -1.093818E+01 8.9601938E+01 8.1053735E+00 + vertex -6.918200E+00 9.2228124E+01 8.3187418E+00 + endloop + endfacet + facet normal -0.87185482 -0.4559940605 0.17871370848 + outer loop + vertex 1.1913492E+01 6.5023684E+00 -1.580080E+01 + vertex 1.3046198E+01 6.4609472E+00 -1.038058E+01 + vertex 1.0744369E+01 1.0318586E+01 -1.176715E+01 + endloop + endfacet + facet normal -0.8642248415 -0.5015731461 0.0392403171 + outer loop + vertex 1.0744369E+01 1.0318586E+01 -1.176715E+01 + vertex 1.3046198E+01 6.4609472E+00 -1.038058E+01 + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + endloop + endfacet + facet normal -0.692036581 -0.7191613075 0.06238897607 + outer loop + vertex 1.0744369E+01 1.0318586E+01 -1.176715E+01 + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + vertex 7.5088504E+00 1.3647972E+01 -9.278437E+00 + endloop + endfacet + facet normal -0.5901177175 -0.8022008108 -0.0907465625 + outer loop + vertex 7.5088504E+00 1.3647972E+01 -9.278437E+00 + vertex 1.0676286E+01 1.0911610E+01 -5.686537E+00 + vertex 5.8147868E+00 1.4355493E+01 -4.516570E+00 + endloop + endfacet + facet normal -0.419416171 -0.9076807052 -0.0143461786 + outer loop + vertex 7.5088504E+00 1.3647972E+01 -9.278437E+00 + vertex 5.8147868E+00 1.4355493E+01 -4.516570E+00 + vertex 2.8673301E+00 1.5780199E+01 -8.487442E+00 + endloop + endfacet + facet normal -0.230769254 -0.9576324645 -0.1722951374 + outer loop + vertex 2.8673301E+00 1.5780199E+01 -8.487442E+00 + vertex 5.8147868E+00 1.4355493E+01 -4.516570E+00 + vertex 1.7259454E-01 1.5647272E+01 -4.139337E+00 + endloop + endfacet + facet normal -0.1020342134 -0.9903758871 -0.0935126816 + outer loop + vertex 2.8673301E+00 1.5780199E+01 -8.487442E+00 + vertex 1.7259454E-01 1.5647272E+01 -4.139337E+00 + vertex -2.345625E+00 1.6286925E+01 -8.166090E+00 + endloop + endfacet + facet normal 0.14688610532 -0.9585546992 -0.2441257067 + outer loop + vertex -2.345625E+00 1.6286925E+01 -8.166090E+00 + vertex 1.7259454E-01 1.5647272E+01 -4.139337E+00 + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + endloop + endfacet + facet normal -0.8690719448 -0.4173765804 0.26553859376 + outer loop + vertex 1.0176252E+01 6.8911262E+00 -2.087550E+01 + vertex 1.1913492E+01 6.5023684E+00 -1.580080E+01 + vertex 9.5580947E+00 1.0415685E+01 -1.735870E+01 + endloop + endfacet + facet normal -0.8727949884 -0.4547570261 0.1772708533 + outer loop + vertex 9.5580947E+00 1.0415685E+01 -1.735870E+01 + vertex 1.1913492E+01 6.5023684E+00 -1.580080E+01 + vertex 1.0744369E+01 1.0318586E+01 -1.176715E+01 + endloop + endfacet + facet normal -0.7454252639 -0.6502114345 0.14685457581 + outer loop + vertex 9.5580947E+00 1.0415685E+01 -1.735870E+01 + vertex 1.0744369E+01 1.0318586E+01 -1.176715E+01 + vertex 7.8821610E+00 1.3078895E+01 -1.407404E+01 + endloop + endfacet + facet normal -0.7059093447 -0.7077070442 0.02902992767 + outer loop + vertex 7.8821610E+00 1.3078895E+01 -1.407404E+01 + vertex 1.0744369E+01 1.0318586E+01 -1.176715E+01 + vertex 7.5088504E+00 1.3647972E+01 -9.278437E+00 + endloop + endfacet + facet normal -0.5514165351 -0.8323585641 0.05584823663 + outer loop + vertex 7.8821610E+00 1.3078895E+01 -1.407404E+01 + vertex 7.5088504E+00 1.3647972E+01 -9.278437E+00 + vertex 4.3466185E+00 1.5465617E+01 -1.341062E+01 + endloop + endfacet + facet normal -0.4262946726 -0.9018356498 -0.0704649752 + outer loop + vertex 4.3466185E+00 1.5465617E+01 -1.341062E+01 + vertex 7.5088504E+00 1.3647972E+01 -9.278437E+00 + vertex 2.8673301E+00 1.5780199E+01 -8.487442E+00 + endloop + endfacet + facet normal -0.3062259268 -0.9514468776 -0.0312173177 + outer loop + vertex 4.3466185E+00 1.5465617E+01 -1.341062E+01 + vertex 2.8673301E+00 1.5780199E+01 -8.487442E+00 + vertex 1.9660643E-01 1.6771506E+01 -1.250224E+01 + endloop + endfacet + facet normal -0.1057825705 -0.9794918943 -0.1714808349 + outer loop + vertex 1.9660643E-01 1.6771506E+01 -1.250224E+01 + vertex 2.8673301E+00 1.5780199E+01 -8.487442E+00 + vertex -2.345625E+00 1.6286925E+01 -8.166090E+00 + endloop + endfacet + facet normal -0.8412562981 -0.4192752333 0.34131527896 + outer loop + vertex 8.0154544E+00 7.5021389E+00 -2.545074E+01 + vertex 1.0176252E+01 6.8911262E+00 -2.087550E+01 + vertex 7.6177119E+00 1.1132782E+01 -2.197116E+01 + endloop + endfacet + facet normal -0.850811019 -0.438352983 0.28977106861 + outer loop + vertex 7.6177119E+00 1.1132782E+01 -2.197116E+01 + vertex 1.0176252E+01 6.8911262E+00 -2.087550E+01 + vertex 9.5580947E+00 1.0415685E+01 -1.735870E+01 + endloop + endfacet + facet normal -0.720765191 -0.6636908894 0.20002985434 + outer loop + vertex 7.6177119E+00 1.1132782E+01 -2.197116E+01 + vertex 9.5580947E+00 1.0415685E+01 -1.735870E+01 + vertex 5.9888756E+00 1.4045546E+01 -1.817589E+01 + endloop + endfacet + facet normal -0.7214429688 -0.6699676802 0.1751095377 + outer loop + vertex 5.9888756E+00 1.4045546E+01 -1.817589E+01 + vertex 9.5580947E+00 1.0415685E+01 -1.735870E+01 + vertex 7.8821610E+00 1.3078895E+01 -1.407404E+01 + endloop + endfacet + facet normal -0.5510417372 -0.8324479466 0.05816717371 + outer loop + vertex 5.9888756E+00 1.4045546E+01 -1.817589E+01 + vertex 7.8821610E+00 1.3078895E+01 -1.407404E+01 + vertex 4.3466185E+00 1.5465617E+01 -1.341062E+01 + endloop + endfacet + facet normal -0.8050302852 -0.4189021323 0.4200562384 + outer loop + vertex 5.4953850E+00 8.0456965E+00 -2.973835E+01 + vertex 8.0154544E+00 7.5021389E+00 -2.545074E+01 + vertex 5.3721247E+00 1.1713446E+01 -2.631690E+01 + endloop + endfacet + facet normal -0.8204591356 -0.4398722772 0.36518377089 + outer loop + vertex 5.3721247E+00 1.1713446E+01 -2.631690E+01 + vertex 8.0154544E+00 7.5021389E+00 -2.545074E+01 + vertex 7.6177119E+00 1.1132782E+01 -2.197116E+01 + endloop + endfacet + facet normal -0.6951822414 -0.6661102484 0.27021988876 + outer loop + vertex 5.3721247E+00 1.1713446E+01 -2.631690E+01 + vertex 7.6177119E+00 1.1132782E+01 -2.197116E+01 + vertex 4.0896149E+00 1.4645972E+01 -2.238748E+01 + endloop + endfacet + facet normal -0.7012782434 -0.6782359095 0.21955608935 + outer loop + vertex 4.0896149E+00 1.4645972E+01 -2.238748E+01 + vertex 7.6177119E+00 1.1132782E+01 -2.197116E+01 + vertex 5.9888756E+00 1.4045546E+01 -1.817589E+01 + endloop + endfacet + facet normal -0.7646587369 -0.4142338269 0.49366724894 + outer loop + vertex 2.6057600E+00 8.5845620E+00 -3.376203E+01 + vertex 5.4953850E+00 8.0456965E+00 -2.973835E+01 + vertex 2.7705136E+00 1.2217922E+01 -3.045810E+01 + endloop + endfacet + facet normal -0.7847796261 -0.4366630747 0.43982530346 + outer loop + vertex 2.7705136E+00 1.2217922E+01 -3.045810E+01 + vertex 5.4953850E+00 8.0456965E+00 -2.973835E+01 + vertex 5.3721247E+00 1.1713446E+01 -2.631690E+01 + endloop + endfacet + facet normal -0.6707769176 -0.658525084 0.34117889825 + outer loop + vertex 2.7705136E+00 1.2217922E+01 -3.045810E+01 + vertex 5.3721247E+00 1.1713446E+01 -2.631690E+01 + vertex 1.8421420E+00 1.5122605E+01 -2.667687E+01 + endloop + endfacet + facet normal -0.6812392042 -0.6756207253 0.28186837761 + outer loop + vertex 1.8421420E+00 1.5122605E+01 -2.667687E+01 + vertex 5.3721247E+00 1.1713446E+01 -2.631690E+01 + vertex 4.0896149E+00 1.4645972E+01 -2.238748E+01 + endloop + endfacet + facet normal -0.7179895308 -0.4123517829 0.56076469289 + outer loop + vertex -6.279403E-01 9.1464701E+00 -3.748919E+01 + vertex 2.6057600E+00 8.5845620E+00 -3.376203E+01 + vertex -1.820424E-01 1.2773914E+01 -3.425087E+01 + endloop + endfacet + facet normal -0.7409031514 -0.4331410597 0.51327511402 + outer loop + vertex -1.820424E-01 1.2773914E+01 -3.425087E+01 + vertex 2.6057600E+00 8.5845620E+00 -3.376203E+01 + vertex 2.7705136E+00 1.2217922E+01 -3.045810E+01 + endloop + endfacet + facet normal -0.6389595919 -0.6563319098 0.40119703887 + outer loop + vertex -1.820424E-01 1.2773914E+01 -3.425087E+01 + vertex 2.7705136E+00 1.2217922E+01 -3.045810E+01 + vertex -8.677056E-01 1.5714226E+01 -3.053273E+01 + endloop + endfacet + facet normal -0.6515405448 -0.6704088794 0.35503077735 + outer loop + vertex -8.677056E-01 1.5714226E+01 -3.053273E+01 + vertex 2.7705136E+00 1.2217922E+01 -3.045810E+01 + vertex 1.8421420E+00 1.5122605E+01 -2.667687E+01 + endloop + endfacet + facet normal -0.6649949285 -0.4106180068 0.62383859896 + outer loop + vertex -4.171738E+00 9.6976336E+00 -4.090400E+01 + vertex -6.279403E-01 9.1464701E+00 -3.748919E+01 + vertex -3.430459E+00 1.3320939E+01 -3.772891E+01 + endloop + endfacet + facet normal -0.6921530606 -0.4314484924 0.5785985993 + outer loop + vertex -3.430459E+00 1.3320939E+01 -3.772891E+01 + vertex -6.279403E-01 9.1464701E+00 -3.748919E+01 + vertex -1.820424E-01 1.2773914E+01 -3.425087E+01 + endloop + endfacet + facet normal -0.5994634658 -0.6574724972 0.45647942854 + outer loop + vertex -3.430459E+00 1.3320939E+01 -3.772891E+01 + vertex -1.820424E-01 1.2773914E+01 -3.425087E+01 + vertex -3.838746E+00 1.6335840E+01 -3.392269E+01 + endloop + endfacet + facet normal -0.6150134476 -0.6697254717 0.41620457928 + outer loop + vertex -3.838746E+00 1.6335840E+01 -3.392269E+01 + vertex -1.820424E-01 1.2773914E+01 -3.425087E+01 + vertex -8.677056E-01 1.5714226E+01 -3.053273E+01 + endloop + endfacet + facet normal -0.6066981961 -0.4079383485 0.68227824428 + outer loop + vertex -8.014221E+00 1.0261337E+01 -4.398378E+01 + vertex -4.171738E+00 9.6976336E+00 -4.090400E+01 + vertex -6.985866E+00 1.3850560E+01 -4.092333E+01 + endloop + endfacet + facet normal -0.6381285556 -0.4294375943 0.63904248624 + outer loop + vertex -6.985866E+00 1.3850560E+01 -4.092333E+01 + vertex -4.171738E+00 9.6976336E+00 -4.090400E+01 + vertex -3.430459E+00 1.3320939E+01 -3.772891E+01 + endloop + endfacet + facet normal -0.5581360313 -0.6520863911 0.51309600376 + outer loop + vertex -6.985866E+00 1.3850560E+01 -4.092333E+01 + vertex -3.430459E+00 1.3320939E+01 -3.772891E+01 + vertex -6.961703E+00 1.6808038E+01 -3.713843E+01 + endloop + endfacet + facet normal -0.5809276748 -0.6672241451 0.46619199562 + outer loop + vertex -6.961703E+00 1.6808038E+01 -3.713843E+01 + vertex -3.430459E+00 1.3320939E+01 -3.772891E+01 + vertex -3.838746E+00 1.6335840E+01 -3.392269E+01 + endloop + endfacet + facet normal -0.5421567882 -0.407191242 0.73502469985 + outer loop + vertex -1.212459E+01 1.0841056E+01 -4.669445E+01 + vertex -8.014221E+00 1.0261337E+01 -4.398378E+01 + vertex -1.083768E+01 1.4418501E+01 -4.376338E+01 + endloop + endfacet + facet normal -0.5763221458 -0.4283257011 0.69598123396 + outer loop + vertex -1.083768E+01 1.4418501E+01 -4.376338E+01 + vertex -8.014221E+00 1.0261337E+01 -4.398378E+01 + vertex -6.985866E+00 1.3850560E+01 -4.092333E+01 + endloop + endfacet + facet normal -0.5116967502 -0.6477297096 0.56445784526 + outer loop + vertex -1.083768E+01 1.4418501E+01 -4.376338E+01 + vertex -6.985866E+00 1.3850560E+01 -4.092333E+01 + vertex -1.048159E+01 1.7319281E+01 -4.011186E+01 + endloop + endfacet + facet normal -0.5369048201 -0.6631000554 0.5215664201 + outer loop + vertex -1.048159E+01 1.7319281E+01 -4.011186E+01 + vertex -6.985866E+00 1.3850560E+01 -4.092333E+01 + vertex -6.961703E+00 1.6808038E+01 -3.713843E+01 + endloop + endfacet + facet normal -0.4725619181 -0.4074073718 0.78147582621 + outer loop + vertex -1.644786E+01 1.1398219E+01 -4.901829E+01 + vertex -1.212459E+01 1.0841056E+01 -4.669445E+01 + vertex -1.492055E+01 1.5000029E+01 -4.621698E+01 + endloop + endfacet + facet normal -0.5095086045 -0.428212768 0.74634764505 + outer loop + vertex -1.492055E+01 1.5000029E+01 -4.621698E+01 + vertex -1.212459E+01 1.0841056E+01 -4.669445E+01 + vertex -1.083768E+01 1.4418501E+01 -4.376338E+01 + endloop + endfacet + facet normal -0.45760675 -0.6491520165 0.60761642656 + outer loop + vertex -1.492055E+01 1.5000029E+01 -4.621698E+01 + vertex -1.083768E+01 1.4418501E+01 -4.376338E+01 + vertex -1.431040E+01 1.7939716E+01 -4.261683E+01 + endloop + endfacet + facet normal -0.482363663 -0.6623706192 0.57322810416 + outer loop + vertex -1.431040E+01 1.7939716E+01 -4.261683E+01 + vertex -1.083768E+01 1.4418501E+01 -4.376338E+01 + vertex -1.048159E+01 1.7319281E+01 -4.011186E+01 + endloop + endfacet + facet normal -0.4008966311 -0.4061077422 0.82119327379 + outer loop + vertex -2.096036E+01 1.1962890E+01 -5.094199E+01 + vertex -1.644786E+01 1.1398219E+01 -4.901829E+01 + vertex -1.915552E+01 1.5545686E+01 -4.828907E+01 + endloop + endfacet + facet normal -0.4412263625 -0.426843759 0.78938184828 + outer loop + vertex -1.915552E+01 1.5545686E+01 -4.828907E+01 + vertex -1.644786E+01 1.1398219E+01 -4.901829E+01 + vertex -1.492055E+01 1.5000029E+01 -4.621698E+01 + endloop + endfacet + facet normal -0.3995515178 -0.6513152708 0.64509456875 + outer loop + vertex -1.915552E+01 1.5545686E+01 -4.828907E+01 + vertex -1.492055E+01 1.5000029E+01 -4.621698E+01 + vertex -1.822482E+01 1.8557556E+01 -4.467171E+01 + endloop + endfacet + facet normal -0.4271597208 -0.6635407869 0.61420533784 + outer loop + vertex -1.822482E+01 1.8557556E+01 -4.467171E+01 + vertex -1.492055E+01 1.5000029E+01 -4.621698E+01 + vertex -1.431040E+01 1.7939716E+01 -4.261683E+01 + endloop + endfacet + facet normal -0.3261616907 -0.404540022 0.85438043173 + outer loop + vertex -2.564507E+01 1.2539448E+01 -5.245739E+01 + vertex -2.096036E+01 1.1962890E+01 -5.094199E+01 + vertex -2.358530E+01 1.6086516E+01 -4.999157E+01 + endloop + endfacet + facet normal -0.3694436915 -0.4255682829 0.82607687012 + outer loop + vertex -2.358530E+01 1.6086516E+01 -4.999157E+01 + vertex -2.096036E+01 1.1962890E+01 -5.094199E+01 + vertex -1.915552E+01 1.5545686E+01 -4.828907E+01 + endloop + endfacet + facet normal -0.3413201577 -0.6458405412 0.68292792096 + outer loop + vertex -2.358530E+01 1.6086516E+01 -4.999157E+01 + vertex -1.915552E+01 1.5545686E+01 -4.828907E+01 + vertex -2.223442E+01 1.9011748E+01 -4.655004E+01 + endloop + endfacet + facet normal -0.3783802726 -0.6611573097 0.64784209576 + outer loop + vertex -2.223442E+01 1.9011748E+01 -4.655004E+01 + vertex -1.915552E+01 1.5545686E+01 -4.828907E+01 + vertex -1.822482E+01 1.8557556E+01 -4.467171E+01 + endloop + endfacet + facet normal -0.2475404222 -0.4033196103 0.88094099196 + outer loop + vertex -3.045687E+01 1.3106240E+01 -5.354999E+01 + vertex -2.564507E+01 1.2539448E+01 -5.245739E+01 + vertex -2.821035E+01 1.6645129E+01 -5.129853E+01 + endloop + endfacet + facet normal -0.293321199 -0.424985494 0.85635857213 + outer loop + vertex -2.821035E+01 1.6645129E+01 -5.129853E+01 + vertex -2.564507E+01 1.2539448E+01 -5.245739E+01 + vertex -2.358530E+01 1.6086516E+01 -4.999157E+01 + endloop + endfacet + facet normal -0.2794552846 -0.6407807366 0.7150557961 + outer loop + vertex -2.821035E+01 1.6645129E+01 -5.129853E+01 + vertex -2.358530E+01 1.6086516E+01 -4.999157E+01 + vertex -2.655960E+01 1.9502017E+01 -4.809325E+01 + endloop + endfacet + facet normal -0.3183043907 -0.6570106897 0.68338808046 + outer loop + vertex -2.655960E+01 1.9502017E+01 -4.809325E+01 + vertex -2.358530E+01 1.6086516E+01 -4.999157E+01 + vertex -2.223442E+01 1.9011748E+01 -4.655004E+01 + endloop + endfacet + facet normal -0.1664298902 -0.4037709949 0.89959439489 + outer loop + vertex -3.535356E+01 1.3689401E+01 -5.419416E+01 + vertex -3.045687E+01 1.3106240E+01 -5.354999E+01 + vertex -3.291464E+01 1.7242204E+01 -5.214832E+01 + endloop + endfacet + facet normal -0.2128607071 -0.4247054451 0.8799520466 + outer loop + vertex -3.291464E+01 1.7242204E+01 -5.214832E+01 + vertex -3.045687E+01 1.3106240E+01 -5.354999E+01 + vertex -2.821035E+01 1.6645129E+01 -5.129853E+01 + endloop + endfacet + facet normal -0.2144452907 -0.6423171845 0.73582732468 + outer loop + vertex -3.291464E+01 1.7242204E+01 -5.214832E+01 + vertex -2.821035E+01 1.6645129E+01 -5.129853E+01 + vertex -3.105505E+01 2.0130498E+01 -4.908513E+01 + endloop + endfacet + facet normal -0.2489361768 -0.6557923961 0.71271811616 + outer loop + vertex -3.105505E+01 2.0130498E+01 -4.908513E+01 + vertex -2.821035E+01 1.6645129E+01 -5.129853E+01 + vertex -2.655960E+01 1.9502017E+01 -4.809325E+01 + endloop + endfacet + facet normal -0.0837059912 -0.4057524761 0.91014187639 + outer loop + vertex -4.025729E+01 1.4269597E+01 -5.438650E+01 + vertex -3.535356E+01 1.3689401E+01 -5.419416E+01 + vertex -3.762056E+01 1.7852266E+01 -5.254680E+01 + endloop + endfacet + facet normal -0.1309961476 -0.4256536793 0.89535409452 + outer loop + vertex -3.762056E+01 1.7852266E+01 -5.254680E+01 + vertex -3.535356E+01 1.3689401E+01 -5.419416E+01 + vertex -3.291464E+01 1.7242204E+01 -5.214832E+01 + endloop + endfacet + facet normal -0.1473006893 -0.6483599145 0.74694841065 + outer loop + vertex -3.762056E+01 1.7852266E+01 -5.254680E+01 + vertex -3.291464E+01 1.7242204E+01 -5.214832E+01 + vertex -3.550314E+01 2.0825195E+01 -4.954870E+01 + endloop + endfacet + facet normal -0.1790700994 -0.6592348539 0.73030357175 + outer loop + vertex -3.550314E+01 2.0825195E+01 -4.954870E+01 + vertex -3.291464E+01 1.7242204E+01 -5.214832E+01 + vertex -3.105505E+01 2.0130498E+01 -4.908513E+01 + endloop + endfacet + facet normal -2.237250E-04 -0.4048487267 0.91438364947 + outer loop + vertex -4.516256E+01 1.4809504E+01 -5.414865E+01 + vertex -4.025729E+01 1.4269597E+01 -5.438650E+01 + vertex -4.233196E+01 1.8405363E+01 -5.255587E+01 + endloop + endfacet + facet normal -0.0517259104 -0.4257958489 0.90333954038 + outer loop + vertex -4.233196E+01 1.8405363E+01 -5.255587E+01 + vertex -4.025729E+01 1.4269597E+01 -5.438650E+01 + vertex -3.762056E+01 1.7852266E+01 -5.254680E+01 + endloop + endfacet + facet normal -0.0777759764 -0.6501153542 0.75584451025 + outer loop + vertex -4.233196E+01 1.8405363E+01 -5.255587E+01 + vertex -3.762056E+01 1.7852266E+01 -5.254680E+01 + vertex -3.993116E+01 2.1422007E+01 -4.971416E+01 + endloop + endfacet + facet normal -0.1169569484 -0.6626777473 0.73971567203 + outer loop + vertex -3.993116E+01 2.1422007E+01 -4.971416E+01 + vertex -3.762056E+01 1.7852266E+01 -5.254680E+01 + vertex -3.550314E+01 2.0825195E+01 -4.954870E+01 + endloop + endfacet + facet normal 0.08174416321 -0.3996747833 0.91300490653 + outer loop + vertex -5.006736E+01 1.5390870E+01 -5.345501E+01 + vertex -4.516256E+01 1.4809504E+01 -5.414865E+01 + vertex -4.705182E+01 1.8864132E+01 -5.220456E+01 + endloop + endfacet + facet normal 0.02641261367 -0.4221627486 0.90613519274 + outer loop + vertex -4.705182E+01 1.8864132E+01 -5.220456E+01 + vertex -4.516256E+01 1.4809504E+01 -5.414865E+01 + vertex -4.233196E+01 1.8405363E+01 -5.255587E+01 + endloop + endfacet + facet normal -0.0057061471 -0.6443213205 0.76473359796 + outer loop + vertex -4.705182E+01 1.8864132E+01 -5.220456E+01 + vertex -4.233196E+01 1.8405363E+01 -5.255587E+01 + vertex -4.434383E+01 2.1885855E+01 -4.963842E+01 + endloop + endfacet + facet normal -0.0565629457 -0.66036918 0.74880783872 + outer loop + vertex -4.434383E+01 2.1885855E+01 -4.963842E+01 + vertex -4.233196E+01 1.8405363E+01 -5.255587E+01 + vertex -3.993116E+01 2.1422007E+01 -4.971416E+01 + endloop + endfacet + facet normal 0.16213646228 -0.4011506368 0.90154863108 + outer loop + vertex -5.490591E+01 1.6034780E+01 -5.229833E+01 + vertex -5.006736E+01 1.5390870E+01 -5.345501E+01 + vertex -5.183389E+01 1.9475556E+01 -5.131981E+01 + endloop + endfacet + facet normal 0.11255444564 -0.4216510342 0.89974546516 + outer loop + vertex -5.183389E+01 1.9475556E+01 -5.131981E+01 + vertex -5.006736E+01 1.5390870E+01 -5.345501E+01 + vertex -4.705182E+01 1.8864132E+01 -5.220456E+01 + endloop + endfacet + facet normal 0.06196150803 -0.6325500791 0.77203702564 + outer loop + vertex -5.183389E+01 1.9475556E+01 -5.131981E+01 + vertex -4.705182E+01 1.8864132E+01 -5.220456E+01 + vertex -4.877918E+01 2.2209771E+01 -4.932476E+01 + endloop + endfacet + facet normal 0.00620088346 -0.6505181681 0.75946537904 + outer loop + vertex -4.877918E+01 2.2209771E+01 -4.932476E+01 + vertex -4.705182E+01 1.8864132E+01 -5.220456E+01 + vertex -4.434383E+01 2.1885855E+01 -4.963842E+01 + endloop + endfacet + facet normal 0.24135899412 -0.4099322478 0.87960297192 + outer loop + vertex -5.960151E+01 1.6688837E+01 -5.070506E+01 + vertex -5.490591E+01 1.6034780E+01 -5.229833E+01 + vertex -5.649043E+01 2.0240269E+01 -4.990361E+01 + endloop + endfacet + facet normal 0.19801777764 -0.4276270519 0.88200003642 + outer loop + vertex -5.649043E+01 2.0240269E+01 -4.990361E+01 + vertex -5.490591E+01 1.6034780E+01 -5.229833E+01 + vertex -5.183389E+01 1.9475556E+01 -5.131981E+01 + endloop + endfacet + facet normal 0.12530126122 -0.6403674016 0.75777911354 + outer loop + vertex -5.649043E+01 2.0240269E+01 -4.990361E+01 + vertex -5.183389E+01 1.9475556E+01 -5.131981E+01 + vertex -5.332808E+01 2.2943946E+01 -4.814175E+01 + endloop + endfacet + facet normal 0.09083420197 -0.6512277386 0.75342655928 + outer loop + vertex -5.332808E+01 2.2943946E+01 -4.814175E+01 + vertex -5.183389E+01 1.9475556E+01 -5.131981E+01 + vertex -4.877918E+01 2.2209771E+01 -4.932476E+01 + endloop + endfacet + facet normal -0.5061460446 -0.8585948401 0.08143145612 + outer loop + vertex 5.9888756E+00 1.4045546E+01 -1.817589E+01 + vertex 4.3466185E+00 1.5465617E+01 -1.341062E+01 + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + endloop + endfacet + facet normal -0.310092399 -0.9492837238 -0.0519914976 + outer loop + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + vertex 4.3466185E+00 1.5465617E+01 -1.341062E+01 + vertex 1.9660643E-01 1.6771506E+01 -1.250224E+01 + endloop + endfacet + facet normal -0.5037940844 -0.8574243412 0.10495246377 + outer loop + vertex 4.0896149E+00 1.4645972E+01 -2.238748E+01 + vertex 5.9888756E+00 1.4045546E+01 -1.817589E+01 + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + endloop + endfacet + facet normal -0.5103979317 -0.8421825847 0.17384603902 + outer loop + vertex 1.8421420E+00 1.5122605E+01 -2.667687E+01 + vertex 4.0896149E+00 1.4645972E+01 -2.238748E+01 + vertex 1.9008572E-01 1.6958424E+01 -2.263370E+01 + endloop + endfacet + facet normal -0.5121787998 -0.8531652638 0.09890353726 + outer loop + vertex 1.9008572E-01 1.6958424E+01 -2.263370E+01 + vertex 4.0896149E+00 1.4645972E+01 -2.238748E+01 + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + endloop + endfacet + facet normal -0.4969988814 -0.8392653976 0.22051236759 + outer loop + vertex -8.677056E-01 1.5714226E+01 -3.053273E+01 + vertex 1.8421420E+00 1.5122605E+01 -2.667687E+01 + vertex -2.362693E+00 1.7614870E+01 -2.666838E+01 + endloop + endfacet + facet normal -0.5013315762 -0.8464354644 0.17948162923 + outer loop + vertex -2.362693E+00 1.7614870E+01 -2.666838E+01 + vertex 1.8421420E+00 1.5122605E+01 -2.667687E+01 + vertex 1.9008572E-01 1.6958424E+01 -2.263370E+01 + endloop + endfacet + facet normal -0.4656126113 -0.8481908616 0.25254139969 + outer loop + vertex -3.838746E+00 1.6335840E+01 -3.392269E+01 + vertex -8.677056E-01 1.5714226E+01 -3.053273E+01 + vertex -5.313451E+00 1.8387117E+01 -2.975216E+01 + endloop + endfacet + facet normal -0.469800604 -0.8504878277 0.23655411082 + outer loop + vertex -5.313451E+00 1.8387117E+01 -2.975216E+01 + vertex -8.677056E-01 1.5714226E+01 -3.053273E+01 + vertex -2.362693E+00 1.7614870E+01 -2.666838E+01 + endloop + endfacet + facet normal -0.4381160856 -0.8469891268 0.30110415917 + outer loop + vertex -6.961703E+00 1.6808038E+01 -3.713843E+01 + vertex -3.838746E+00 1.6335840E+01 -3.392269E+01 + vertex -8.120849E+00 1.8944556E+01 -3.281512E+01 + endloop + endfacet + facet normal -0.4525871265 -0.8531066097 0.25956503104 + outer loop + vertex -8.120849E+00 1.8944556E+01 -3.281512E+01 + vertex -3.838746E+00 1.6335840E+01 -3.392269E+01 + vertex -5.313451E+00 1.8387117E+01 -2.975216E+01 + endloop + endfacet + facet normal -0.4220761345 -0.8335997014 0.35631906282 + outer loop + vertex -1.048159E+01 1.7319281E+01 -4.011186E+01 + vertex -6.961703E+00 1.6808038E+01 -3.713843E+01 + vertex -1.090301E+01 1.9291558E+01 -3.599695E+01 + endloop + endfacet + facet normal -0.4457445753 -0.8442123341 0.29768659444 + outer loop + vertex -1.090301E+01 1.9291558E+01 -3.599695E+01 + vertex -6.961703E+00 1.6808038E+01 -3.713843E+01 + vertex -8.120849E+00 1.8944556E+01 -3.281512E+01 + endloop + endfacet + facet normal -0.3909864411 -0.8330860392 0.39127644201 + outer loop + vertex -1.431040E+01 1.7939716E+01 -4.261683E+01 + vertex -1.048159E+01 1.7319281E+01 -4.011186E+01 + vertex -1.448733E+01 1.9910974E+01 -3.859653E+01 + endloop + endfacet + facet normal -0.4066373772 -0.8393819407 0.36067159732 + outer loop + vertex -1.448733E+01 1.9910974E+01 -3.859653E+01 + vertex -1.048159E+01 1.7319281E+01 -4.011186E+01 + vertex -1.090301E+01 1.9291558E+01 -3.599695E+01 + endloop + endfacet + facet normal -0.3484239558 -0.8427481613 0.41033679295 + outer loop + vertex -1.822482E+01 1.8557556E+01 -4.467171E+01 + vertex -1.431040E+01 1.7939716E+01 -4.261683E+01 + vertex -1.820972E+01 2.0657671E+01 -4.034568E+01 + endloop + endfacet + facet normal -0.3567735231 -0.8448974711 0.39857360242 + outer loop + vertex -1.820972E+01 2.0657671E+01 -4.034568E+01 + vertex -1.431040E+01 1.7939716E+01 -4.261683E+01 + vertex -1.448733E+01 1.9910974E+01 -3.859653E+01 + endloop + endfacet + facet normal -0.3051085386 -0.8402991039 0.44811404313 + outer loop + vertex -2.223442E+01 1.9011748E+01 -4.655004E+01 + vertex -1.822482E+01 1.8557556E+01 -4.467171E+01 + vertex -2.181874E+01 2.1173181E+01 -4.221392E+01 + endloop + endfacet + facet normal -0.3345601196 -0.8472988152 0.41249756853 + outer loop + vertex -2.181874E+01 2.1173181E+01 -4.221392E+01 + vertex -1.822482E+01 1.8557556E+01 -4.467171E+01 + vertex -1.820972E+01 2.0657671E+01 -4.034568E+01 + endloop + endfacet + facet normal -0.2703845804 -0.8254010645 0.495585776 + outer loop + vertex -2.655960E+01 1.9502017E+01 -4.809325E+01 + vertex -2.223442E+01 1.9011748E+01 -4.655004E+01 + vertex -2.548719E+01 2.1481899E+01 -4.421065E+01 + endloop + endfacet + facet normal -0.3140362641 -0.8373358958 0.44749281839 + outer loop + vertex -2.548719E+01 2.1481899E+01 -4.421065E+01 + vertex -2.223442E+01 1.9011748E+01 -4.655004E+01 + vertex -2.181874E+01 2.1173181E+01 -4.221392E+01 + endloop + endfacet + facet normal -0.2296814942 -0.8230345021 0.5194811061 + outer loop + vertex -3.105505E+01 2.0130498E+01 -4.908513E+01 + vertex -2.655960E+01 1.9502017E+01 -4.809325E+01 + vertex -2.973856E+01 2.2062075E+01 -4.544278E+01 + endloop + endfacet + facet normal -0.2566188329 -0.8305006037 0.49438398216 + outer loop + vertex -2.973856E+01 2.2062075E+01 -4.544278E+01 + vertex -2.655960E+01 1.9502017E+01 -4.809325E+01 + vertex -2.548719E+01 2.1481899E+01 -4.421065E+01 + endloop + endfacet + facet normal -0.1844360248 -0.83520124 0.51809481889 + outer loop + vertex -3.550314E+01 2.0825195E+01 -4.954870E+01 + vertex -3.105505E+01 2.0130498E+01 -4.908513E+01 + vertex -3.394139E+01 2.2860877E+01 -4.571109E+01 + endloop + endfacet + facet normal -0.1917727952 -0.8366820746 0.51301686242 + outer loop + vertex -3.394139E+01 2.2860877E+01 -4.571109E+01 + vertex -3.105505E+01 2.0130498E+01 -4.908513E+01 + vertex -2.973856E+01 2.2062075E+01 -4.544278E+01 + endloop + endfacet + facet normal -0.1330534519 -0.8424324871 0.52211520144 + outer loop + vertex -3.993116E+01 2.1422007E+01 -4.971416E+01 + vertex -3.550314E+01 2.0825195E+01 -4.954870E+01 + vertex -3.812469E+01 2.3544923E+01 -4.582849E+01 + endloop + endfacet + facet normal -0.152670748 -0.8459825335 0.51088667594 + outer loop + vertex -3.812469E+01 2.3544923E+01 -4.582849E+01 + vertex -3.550314E+01 2.0825195E+01 -4.954870E+01 + vertex -3.394139E+01 2.2860877E+01 -4.571109E+01 + endloop + endfacet + facet normal -0.0791596667 -0.8405677465 0.5358914169 + outer loop + vertex -4.434383E+01 2.1885855E+01 -4.963842E+01 + vertex -3.993116E+01 2.1422007E+01 -4.971416E+01 + vertex -4.229195E+01 2.4096915E+01 -4.586719E+01 + endloop + endfacet + facet normal -0.1170810682 -0.8476206863 0.51752410151 + outer loop + vertex -4.229195E+01 2.4096915E+01 -4.586719E+01 + vertex -3.993116E+01 2.1422007E+01 -4.971416E+01 + vertex -3.812469E+01 2.3544923E+01 -4.582849E+01 + endloop + endfacet + facet normal -0.0208330651 -0.8279466224 0.56041981921 + outer loop + vertex -4.877918E+01 2.2209771E+01 -4.932476E+01 + vertex -4.434383E+01 2.1885855E+01 -4.963842E+01 + vertex -4.639054E+01 2.4480523E+01 -4.588122E+01 + endloop + endfacet + facet normal -0.0804706038 -0.84014596 0.53635738814 + outer loop + vertex -4.639054E+01 2.4480523E+01 -4.588122E+01 + vertex -4.434383E+01 2.1885855E+01 -4.963842E+01 + vertex -4.229195E+01 2.4096915E+01 -4.586719E+01 + endloop + endfacet + facet normal 0.02244572474 -0.8085026043 0.58806439122 + outer loop + vertex -5.332808E+01 2.2943946E+01 -4.814175E+01 + vertex -4.877918E+01 2.2209771E+01 -4.932476E+01 + vertex -5.029704E+01 2.4617347E+01 -4.595676E+01 + endloop + endfacet + facet normal -0.039769426 -0.8212697575 0.56915233306 + outer loop + vertex -5.029704E+01 2.4617347E+01 -4.595676E+01 + vertex -4.877918E+01 2.2209771E+01 -4.932476E+01 + vertex -4.639054E+01 2.4480523E+01 -4.588122E+01 + endloop + endfacet + facet normal 0.7932134768 -0.4218144886 0.43918665439 + outer loop + vertex -2.060752E+01 7.9625571E+01 1.6688978E+01 + vertex -1.787378E+01 8.0717651E+01 1.2800471E+01 + vertex -1.808533E+01 8.3857540E+01 1.6198239E+01 + endloop + endfacet + facet normal 0.83037834284 -0.3825019052 0.40517169233 + outer loop + vertex -1.808533E+01 8.3857540E+01 1.6198239E+01 + vertex -1.787378E+01 8.0717651E+01 1.2800471E+01 + vertex -1.572492E+01 8.4864241E+01 1.2311072E+01 + endloop + endfacet + facet normal 0.7163569913 -0.6441386575 0.26817541079 + outer loop + vertex -1.808533E+01 8.3857540E+01 1.6198239E+01 + vertex -1.572492E+01 8.4864241E+01 1.2311072E+01 + vertex -1.479716E+01 8.7481864E+01 1.6120160E+01 + endloop + endfacet + facet normal 0.74076637731 -0.624120293 0.24847340727 + outer loop + vertex -1.479716E+01 8.7481864E+01 1.6120160E+01 + vertex -1.572492E+01 8.4864241E+01 1.2311072E+01 + vertex -1.268812E+01 8.8427458E+01 1.2207727E+01 + endloop + endfacet + facet normal 0.56310883285 -0.819626724 0.10545366608 + outer loop + vertex -1.479716E+01 8.7481864E+01 1.6120160E+01 + vertex -1.268812E+01 8.8427458E+01 1.2207727E+01 + vertex -1.084202E+01 9.0226923E+01 1.6335935E+01 + endloop + endfacet + facet normal 0.56760200506 -0.8169267599 0.10226745706 + outer loop + vertex -1.084202E+01 9.0226923E+01 1.6335935E+01 + vertex -1.268812E+01 8.8427458E+01 1.2207727E+01 + vertex -8.836359E+00 9.1125556E+01 1.2382545E+01 + endloop + endfacet + facet normal 0.26915103869 -0.9492751242 -0.1625867672 + outer loop + vertex -6.918200E+00 9.2228124E+01 8.3187418E+00 + vertex -4.877712E+00 9.3507922E+01 4.2244320E+00 + vertex -2.161562E+00 9.3530947E+01 8.5863968E+00 + endloop + endfacet + facet normal 0.15962925733 -0.9826711166 -0.0942124025 + outer loop + vertex -2.161562E+00 9.3530947E+01 8.5863968E+00 + vertex -4.877712E+00 9.3507922E+01 4.2244320E+00 + vertex 1.0892664E-01 9.4304525E+01 4.3646970E+00 + endloop + endfacet + facet normal 0.32763587189 -0.9394710258 -0.1002443375 + outer loop + vertex -8.836359E+00 9.1125556E+01 1.2382545E+01 + vertex -6.918200E+00 9.2228124E+01 8.3187418E+00 + vertex -4.287829E+00 9.2679998E+01 1.2680902E+01 + endloop + endfacet + facet normal 0.26687630837 -0.9617795439 -0.0612955537 + outer loop + vertex -4.287829E+00 9.2679998E+01 1.2680902E+01 + vertex -6.918200E+00 9.2228124E+01 8.3187418E+00 + vertex -2.161562E+00 9.3530947E+01 8.5863968E+00 + endloop + endfacet + facet normal 0.34560428382 -0.9376190123 -0.0377924158 + outer loop + vertex -1.084202E+01 9.0226923E+01 1.6335935E+01 + vertex -8.836359E+00 9.1125556E+01 1.2382545E+01 + vertex -6.339785E+00 9.1873053E+01 1.6668048E+01 + endloop + endfacet + facet normal 0.32471195324 -0.9455021225 -0.0242463155 + outer loop + vertex -6.339785E+00 9.1873053E+01 1.6668048E+01 + vertex -8.836359E+00 9.1125556E+01 1.2382545E+01 + vertex -4.287829E+00 9.2679998E+01 1.2680902E+01 + endloop + endfacet + facet normal -0.0489138718 -0.9774521682 -0.205413466 + outer loop + vertex -2.161562E+00 9.3530947E+01 8.5863968E+00 + vertex 1.0892664E-01 9.4304525E+01 4.3646970E+00 + vertex 2.8609987E+00 9.3204689E+01 8.9428877E+00 + endloop + endfacet + facet normal -0.1754409131 -0.9760009826 -0.129006077 + outer loop + vertex 2.8609987E+00 9.3204689E+01 8.9428877E+00 + vertex 1.0892664E-01 9.4304525E+01 4.3646970E+00 + vertex 5.0800851E+00 9.3383679E+01 4.5708999E+00 + endloop + endfacet + facet normal -0.3750015051 -0.8987678156 -0.2271349486 + outer loop + vertex 2.8609987E+00 9.3204689E+01 8.9428877E+00 + vertex 5.0800851E+00 9.3383679E+01 4.5708999E+00 + vertex 7.5652986E+00 9.1193080E+01 9.1359454E+00 + endloop + endfacet + facet normal -0.4889771322 -0.8599161572 -0.1464430494 + outer loop + vertex 7.5652986E+00 9.1193080E+01 9.1359454E+00 + vertex 5.0800851E+00 9.3383679E+01 4.5708999E+00 + vertex 9.4108829E+00 9.0927979E+01 4.5301707E+00 + endloop + endfacet + facet normal -0.6629735074 -0.7141719548 -0.2245541081 + outer loop + vertex 7.5652986E+00 9.1193080E+01 9.1359454E+00 + vertex 9.4108829E+00 9.0927979E+01 4.5301707E+00 + vertex 1.1319753E+01 8.7774932E+01 8.9223751E+00 + endloop + endfacet + facet normal -0.7446998846 -0.6516462749 -0.1441499714 + outer loop + vertex 1.1319753E+01 8.7774932E+01 8.9223751E+00 + vertex 9.4108829E+00 9.0927979E+01 4.5301707E+00 + vertex 1.2603427E+01 8.7318273E+01 4.3551086E+00 + endloop + endfacet + facet normal -0.8720092118 -0.4465706391 -0.2004360216 + outer loop + vertex 1.1319753E+01 8.7774932E+01 8.9223751E+00 + vertex 1.2603427E+01 8.7318273E+01 4.3551086E+00 + vertex 1.3765213E+01 8.3499701E+01 7.8084469E+00 + endloop + endfacet + facet normal -0.8715153843 -0.4446316517 -0.2067936876 + outer loop + vertex 1.1319753E+01 8.7774932E+01 8.9223751E+00 + vertex 1.3765213E+01 8.3499701E+01 7.8084469E+00 + vertex 1.2751978E+01 8.3316235E+01 1.2473118E+01 + endloop + endfacet + facet normal 0.03214662472 -0.9817681558 -0.1873442896 + outer loop + vertex -4.287829E+00 9.2679998E+01 1.2680902E+01 + vertex -2.161562E+00 9.3530947E+01 8.5863968E+00 + vertex 6.9476453E-01 9.2773402E+01 1.3046392E+01 + endloop + endfacet + facet normal -0.0548455634 -0.9896024361 -0.1329623353 + outer loop + vertex 6.9476453E-01 9.2773402E+01 1.3046392E+01 + vertex -2.161562E+00 9.3530947E+01 8.5863968E+00 + vertex 2.8609987E+00 9.3204689E+01 8.9428877E+00 + endloop + endfacet + facet normal 0.07744483227 -0.9841831798 -0.1593291139 + outer loop + vertex -6.339785E+00 9.1873053E+01 1.6668048E+01 + vertex -4.287829E+00 9.2679998E+01 1.2680902E+01 + vertex -1.456115E+00 9.2200992E+01 1.7016147E+01 + endloop + endfacet + facet normal 0.02795981799 -0.9914052265 -0.1278042464 + outer loop + vertex -1.456115E+00 9.2200992E+01 1.7016147E+01 + vertex -4.287829E+00 9.2679998E+01 1.2680902E+01 + vertex 6.9476453E-01 9.2773402E+01 1.3046392E+01 + endloop + endfacet + facet normal -0.8336946284 -0.482172508 -0.2691894112 + outer loop + vertex 1.1319753E+01 8.7774932E+01 8.9223751E+00 + vertex 1.2751978E+01 8.3316235E+01 1.2473118E+01 + vertex 9.8638808E+00 8.7783124E+01 1.3416618E+01 + endloop + endfacet + facet normal -0.8324255668 -0.479567553 -0.2776376015 + outer loop + vertex 9.8638808E+00 8.7783124E+01 1.3416618E+01 + vertex 1.2751978E+01 8.3316235E+01 1.2473118E+01 + vertex 1.1289863E+01 8.3208705E+01 1.7042637E+01 + endloop + endfacet + facet normal -0.6642595157 -0.7162516932 -0.2138756832 + outer loop + vertex 7.5652986E+00 9.1193080E+01 9.1359454E+00 + vertex 1.1319753E+01 8.7774932E+01 8.9223751E+00 + vertex 9.8638808E+00 8.7783124E+01 1.3416618E+01 + endloop + endfacet + facet normal -0.3797837039 -0.9060607857 -0.1865963312 + outer loop + vertex 2.8609987E+00 9.3204689E+01 8.9428877E+00 + vertex 7.5652986E+00 9.1193080E+01 9.1359454E+00 + vertex 5.6705339E+00 9.1094953E+01 1.3468881E+01 + endloop + endfacet + facet normal -0.5974432405 -0.7520745812 -0.278290134 + outer loop + vertex 5.6705339E+00 9.1094953E+01 1.3468881E+01 + vertex 7.5652986E+00 9.1193080E+01 9.1359454E+00 + vertex 9.8638808E+00 8.7783124E+01 1.3416618E+01 + endloop + endfacet + facet normal -0.2903026535 -0.9236136375 -0.2503242256 + outer loop + vertex 6.9476453E-01 9.2773402E+01 1.3046392E+01 + vertex 2.8609987E+00 9.3204689E+01 8.9428877E+00 + vertex 5.6705339E+00 9.1094953E+01 1.3468881E+01 + endloop + endfacet + facet normal -0.2244517501 -0.9399456774 -0.2571449695 + outer loop + vertex -1.456115E+00 9.2200992E+01 1.7016147E+01 + vertex 6.9476453E-01 9.2773402E+01 1.3046392E+01 + vertex 3.5546195E+00 9.0909816E+01 1.7362129E+01 + endloop + endfacet + facet normal -0.2970557316 -0.9324219052 -0.2057845548 + outer loop + vertex 3.5546195E+00 9.0909816E+01 1.7362129E+01 + vertex 6.9476453E-01 9.2773402E+01 1.3046392E+01 + vertex 5.6705339E+00 9.1094953E+01 1.3468881E+01 + endloop + endfacet + facet normal -0.5344701058 -0.779145768 -0.3275264542 + outer loop + vertex 3.5546195E+00 9.0909816E+01 1.7362129E+01 + vertex 5.6705339E+00 9.1094953E+01 1.3468881E+01 + vertex 8.1572369E+00 8.7606858E+01 1.7708740E+01 + endloop + endfacet + facet normal -0.5989867165 -0.7541732471 -0.2691423912 + outer loop + vertex 5.6705339E+00 9.1094953E+01 1.3468881E+01 + vertex 9.8638808E+00 8.7783124E+01 1.3416618E+01 + vertex 8.1572369E+00 8.7606858E+01 1.7708740E+01 + endloop + endfacet + facet normal -0.7905965473 -0.5123135046 -0.3353982296 + outer loop + vertex 8.1572369E+00 8.7606858E+01 1.7708740E+01 + vertex 9.8638808E+00 8.7783124E+01 1.3416618E+01 + vertex 1.1289863E+01 8.3208705E+01 1.7042637E+01 + endloop + endfacet + facet normal -0.7851252704 -0.5048871281 -0.358702241 + outer loop + vertex 8.1572369E+00 8.7606858E+01 1.7708740E+01 + vertex 1.1289863E+01 8.3208705E+01 1.7042637E+01 + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + endloop + endfacet + facet normal -0.7601185236 -0.5590112361 -0.3312495554 + outer loop + vertex 5.8709515E+00 8.7916553E+01 2.1218417E+01 + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + vertex 6.5375370E+00 8.5053739E+01 2.4520040E+01 + endloop + endfacet + facet normal -0.7822780128 -0.4151551456 -0.4644214849 + outer loop + vertex 6.5375370E+00 8.5053739E+01 2.4520040E+01 + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + vertex 7.6053207E+00 8.1068348E+01 2.6284066E+01 + endloop + endfacet + facet normal -0.755787499 -0.4235395943 -0.4993991073 + outer loop + vertex 6.5375370E+00 8.5053739E+01 2.4520040E+01 + vertex 7.6053207E+00 8.1068348E+01 2.6284066E+01 + vertex 4.3577861E+00 8.4548051E+01 2.8247735E+01 + endloop + endfacet + facet normal -0.7509236469 -0.4076088955 -0.5195850892 + outer loop + vertex 4.3577861E+00 8.4548051E+01 2.8247735E+01 + vertex 7.6053207E+00 8.1068348E+01 2.6284066E+01 + vertex 5.0209062E+00 8.0419229E+01 3.0528386E+01 + endloop + endfacet + facet normal -0.7106218995 -0.4241892898 -0.5613198396 + outer loop + vertex 4.3577861E+00 8.4548051E+01 2.8247735E+01 + vertex 5.0209062E+00 8.0419229E+01 3.0528386E+01 + vertex 1.7298825E+00 8.4005820E+01 3.1984382E+01 + endloop + endfacet + facet normal -0.7021319205 -0.4071193268 -0.5841785857 + outer loop + vertex 1.7298825E+00 8.4005820E+01 3.1984382E+01 + vertex 5.0209062E+00 8.0419229E+01 3.0528386E+01 + vertex 2.0634948E+00 7.9848694E+01 3.4480548E+01 + endloop + endfacet + facet normal -0.6582924462 -0.4256355493 -0.6208747333 + outer loop + vertex 1.7298825E+00 8.4005820E+01 3.1984382E+01 + vertex 2.0634948E+00 7.9848694E+01 3.4480548E+01 + vertex -1.280748E+00 8.3453776E+01 3.5554902E+01 + endloop + endfacet + facet normal -0.646969548 -0.4082305414 -0.6440327856 + outer loop + vertex -1.280748E+00 8.3453776E+01 3.5554902E+01 + vertex 2.0634948E+00 7.9848694E+01 3.4480548E+01 + vertex -1.243674E+00 7.9310003E+01 3.8144255E+01 + endloop + endfacet + facet normal -0.6019027196 -0.4270476942 -0.6747913626 + outer loop + vertex -1.280748E+00 8.3453776E+01 3.5554902E+01 + vertex -1.243674E+00 7.9310003E+01 3.8144255E+01 + vertex -4.610789E+00 8.2824516E+01 3.8923475E+01 + endloop + endfacet + facet normal -0.5860744826 -0.4060323691 -0.7011807299 + outer loop + vertex -4.610789E+00 8.2824516E+01 3.8923475E+01 + vertex -1.243674E+00 7.9310003E+01 3.8144255E+01 + vertex -4.858142E+00 7.8715498E+01 4.1509630E+01 + endloop + endfacet + facet normal -0.5392997094 -0.4250724785 -0.7269588788 + outer loop + vertex -4.610789E+00 8.2824516E+01 3.8923475E+01 + vertex -4.858142E+00 7.8715498E+01 4.1509630E+01 + vertex -8.276955E+00 8.2190241E+01 4.2014125E+01 + endloop + endfacet + facet normal -0.5208677022 -0.4032448538 -0.752389809 + outer loop + vertex -8.276955E+00 8.2190241E+01 4.2014125E+01 + vertex -4.858142E+00 7.8715498E+01 4.1509630E+01 + vertex -8.785587E+00 7.8120731E+01 4.4547305E+01 + endloop + endfacet + facet normal -0.4686906733 -0.4238595321 -0.7750304186 + outer loop + vertex -8.276955E+00 8.2190241E+01 4.2014125E+01 + vertex -8.785587E+00 7.8120731E+01 4.4547305E+01 + vertex -1.226737E+01 8.1610895E+01 4.4744124E+01 + endloop + endfacet + facet normal -0.4497017006 -0.4036916528 -0.7967442688 + outer loop + vertex -1.226737E+01 8.1610895E+01 4.4744124E+01 + vertex -8.785587E+00 7.8120731E+01 4.4547305E+01 + vertex -1.297026E+01 7.7554653E+01 4.7196053E+01 + endloop + endfacet + facet normal -0.3930373649 -0.4248441417 -0.8154931545 + outer loop + vertex -1.226737E+01 8.1610895E+01 4.4744124E+01 + vertex -1.297026E+01 7.7554653E+01 4.7196053E+01 + vertex -1.649984E+01 8.1087844E+01 4.7056508E+01 + endloop + endfacet + facet normal -0.3741567097 -0.4066912889 -0.8334320321 + outer loop + vertex -1.649984E+01 8.1087844E+01 4.7056508E+01 + vertex -1.297026E+01 7.7554653E+01 4.7196053E+01 + vertex -1.735492E+01 7.6983644E+01 4.9443117E+01 + endloop + endfacet + facet normal -0.3171453657 -0.4264968569 -0.847065079 + outer loop + vertex -1.649984E+01 8.1087844E+01 4.7056508E+01 + vertex -1.735492E+01 7.6983644E+01 4.9443117E+01 + vertex -2.084384E+01 8.0573533E+01 4.8941877E+01 + endloop + endfacet + facet normal -0.2970267353 -0.4091376628 -0.8627754582 + outer loop + vertex -2.084384E+01 8.0573533E+01 4.8941877E+01 + vertex -1.735492E+01 7.6983644E+01 4.9443117E+01 + vertex -2.188842E+01 7.6404587E+01 5.1278455E+01 + endloop + endfacet + facet normal -0.2439505364 -0.4269146063 -0.8707652122 + outer loop + vertex -2.084384E+01 8.0573533E+01 4.8941877E+01 + vertex -2.188842E+01 7.6404587E+01 5.1278455E+01 + vertex -2.526391E+01 7.9967977E+01 5.0477078E+01 + endloop + endfacet + facet normal -0.2196314062 -0.4074040274 -0.8864445859 + outer loop + vertex -2.526391E+01 7.9967977E+01 5.0477078E+01 + vertex -2.188842E+01 7.6404587E+01 5.1278455E+01 + vertex -2.659283E+01 7.5835673E+01 5.2705521E+01 + endloop + endfacet + facet normal -0.164176509 -0.4267904569 -0.8893233269 + outer loop + vertex -2.526391E+01 7.9967977E+01 5.0477078E+01 + vertex -2.659283E+01 7.5835673E+01 5.2705521E+01 + vertex -2.990529E+01 7.9382145E+01 5.1615059E+01 + endloop + endfacet + facet normal -0.1387303694 -0.4071553476 -0.9027615452 + outer loop + vertex -2.990529E+01 7.9382145E+01 5.1615059E+01 + vertex -2.659283E+01 7.5835673E+01 5.2705521E+01 + vertex -3.141880E+01 7.5261267E+01 5.3706207E+01 + endloop + endfacet + facet normal -0.0801188856 -0.4275106869 -0.9004529842 + outer loop + vertex -2.990529E+01 7.9382145E+01 5.1615059E+01 + vertex -3.141880E+01 7.5261267E+01 5.3706207E+01 + vertex -3.461258E+01 7.8865671E+01 5.2279104E+01 + endloop + endfacet + facet normal -0.0557332283 -0.4098591358 -0.9104445596 + outer loop + vertex -3.461258E+01 7.8865671E+01 5.2279104E+01 + vertex -3.141880E+01 7.5261267E+01 5.3706207E+01 + vertex -3.628546E+01 7.4704015E+01 5.4254982E+01 + endloop + endfacet + facet normal 0.00196293664 -0.429538957 -0.9030461956 + outer loop + vertex -3.461258E+01 7.8865671E+01 5.2279104E+01 + vertex -3.628546E+01 7.4704015E+01 5.4254982E+01 + vertex -3.926724E+01 7.8352798E+01 5.2512937E+01 + endloop + endfacet + facet normal 0.02779507725 -0.4120918606 -0.9107182507 + outer loop + vertex -3.926724E+01 7.8352798E+01 5.2512937E+01 + vertex -3.628546E+01 7.4704015E+01 5.4254982E+01 + vertex -4.115617E+01 7.4128562E+01 5.4366716E+01 + endloop + endfacet + facet normal 0.07546148395 -0.4288076102 -0.9002386338 + outer loop + vertex -3.926724E+01 7.8352798E+01 5.2512937E+01 + vertex -4.115617E+01 7.4128562E+01 5.4366716E+01 + vertex -4.394707E+01 7.7647262E+01 5.2456721E+01 + endloop + endfacet + facet normal 0.10972802629 -0.4055500422 -0.9074629048 + outer loop + vertex -4.394707E+01 7.7647262E+01 5.2456721E+01 + vertex -4.115617E+01 7.4128562E+01 5.4366716E+01 + vertex -4.606731E+01 7.3508789E+01 5.4049853E+01 + endloop + endfacet + facet normal 0.15755849371 -0.4240381215 -0.8918335004 + outer loop + vertex -4.394707E+01 7.7647262E+01 5.2456721E+01 + vertex -4.606731E+01 7.3508789E+01 5.4049853E+01 + vertex -4.872672E+01 7.6992429E+01 5.1923663E+01 + endloop + endfacet + facet normal 0.18924543895 -0.40224467 -0.8957596716 + outer loop + vertex -4.872672E+01 7.6992429E+01 5.1923663E+01 + vertex -4.606731E+01 7.3508789E+01 5.4049853E+01 + vertex -5.096213E+01 7.2936855E+01 5.3272564E+01 + endloop + endfacet + facet normal 0.2434842422 -0.4242962648 -0.8721743538 + outer loop + vertex -4.872672E+01 7.6992429E+01 5.1923663E+01 + vertex -5.096213E+01 7.2936855E+01 5.3272564E+01 + vertex -5.345953E+01 7.6506981E+01 5.0838567E+01 + endloop + endfacet + facet normal 0.26793054324 -0.4077041999 -0.8729206776 + outer loop + vertex -5.345953E+01 7.6506981E+01 5.0838567E+01 + vertex -5.096213E+01 7.2936855E+01 5.3272564E+01 + vertex -5.575366E+01 7.2423873E+01 5.2041464E+01 + endloop + endfacet + facet normal 0.32487107512 -0.4306009263 -0.8420460954 + outer loop + vertex -5.345953E+01 7.6506981E+01 5.0838567E+01 + vertex -5.575366E+01 7.2423873E+01 5.2041464E+01 + vertex -5.796623E+01 7.6113008E+01 4.9301300E+01 + endloop + endfacet + facet normal 0.34626739592 -0.4166479316 -0.8405375611 + outer loop + vertex -5.796623E+01 7.6113008E+01 4.9301300E+01 + vertex -5.575366E+01 7.2423873E+01 5.2041464E+01 + vertex -6.037722E+01 7.1901243E+01 5.0395809E+01 + endloop + endfacet + facet normal 0.39642850722 -0.4367787894 -0.8075077262 + outer loop + vertex -5.796623E+01 7.6113008E+01 4.9301300E+01 + vertex -6.037722E+01 7.1901243E+01 5.0395809E+01 + vertex -6.231191E+01 7.5599910E+01 4.7445414E+01 + endloop + endfacet + facet normal 0.42214111401 -0.4200178052 -0.80335666 + outer loop + vertex -6.231191E+01 7.5599910E+01 4.7445414E+01 + vertex -6.037722E+01 7.1901243E+01 5.0395809E+01 + vertex -6.482447E+01 7.1343525E+01 4.8350494E+01 + endloop + endfacet + facet normal 0.46467069 -0.4379452802 -0.7696005986 + outer loop + vertex -6.231191E+01 7.5599910E+01 4.7445414E+01 + vertex -6.482447E+01 7.1343525E+01 4.8350494E+01 + vertex -6.651401E+01 7.4982858E+01 4.5259401E+01 + endloop + endfacet + facet normal 0.4944601462 -0.4178217655 -0.7621903542 + outer loop + vertex -6.651401E+01 7.4982858E+01 4.5259401E+01 + vertex -6.482447E+01 7.1343525E+01 4.8350494E+01 + vertex -6.907453E+01 7.0724064E+01 4.5932909E+01 + endloop + endfacet + facet normal 0.53022155971 -0.4339749862 -0.7283754588 + outer loop + vertex -6.651401E+01 7.4982858E+01 4.5259401E+01 + vertex -6.907453E+01 7.0724064E+01 4.5932909E+01 + vertex -7.053667E+01 7.4286750E+01 4.2745855E+01 + endloop + endfacet + facet normal 0.56206264034 -0.4112657099 -0.7175974527 + outer loop + vertex -7.053667E+01 7.4286750E+01 4.2745855E+01 + vertex -6.907453E+01 7.0724064E+01 4.5932909E+01 + vertex -7.310857E+01 7.0080040E+01 4.3142326E+01 + endloop + endfacet + facet normal 0.59375834539 -0.4272726447 -0.6818277747 + outer loop + vertex -7.053667E+01 7.4286750E+01 4.2745855E+01 + vertex -7.310857E+01 7.0080040E+01 4.3142326E+01 + vertex -7.432204E+01 7.3563730E+01 3.9902507E+01 + endloop + endfacet + facet normal 0.62444526182 -0.404102893 -0.6684077848 + outer loop + vertex -7.432204E+01 7.3563730E+01 3.9902507E+01 + vertex -7.310857E+01 7.0080040E+01 4.3142326E+01 + vertex -7.690295E+01 6.9489265E+01 3.9954676E+01 + endloop + endfacet + facet normal 0.6578025505 -0.4246392873 -0.6220749796 + outer loop + vertex -7.432204E+01 7.3563730E+01 3.9902507E+01 + vertex -7.690295E+01 6.9489265E+01 3.9954676E+01 + vertex -7.785140E+01 7.2998258E+01 3.6556454E+01 + endloop + endfacet + facet normal 0.68169600506 -0.4055014608 -0.6089820374 + outer loop + vertex -7.785140E+01 7.2998258E+01 3.6556454E+01 + vertex -7.690295E+01 6.9489265E+01 3.9954676E+01 + vertex -8.038092E+01 6.8937983E+01 3.6428511E+01 + endloop + endfacet + facet normal 0.71447737684 -0.4276648003 -0.5537372089 + outer loop + vertex -7.785140E+01 7.2998258E+01 3.6556454E+01 + vertex -8.038092E+01 6.8937983E+01 3.6428511E+01 + vertex -8.095254E+01 7.2567384E+01 3.2887874E+01 + endloop + endfacet + facet normal 0.7319247905 -0.4132434355 -0.5417711362 + outer loop + vertex -8.095254E+01 7.2567384E+01 3.2887874E+01 + vertex -8.038092E+01 6.8937983E+01 3.6428511E+01 + vertex -8.348829E+01 6.8429434E+01 3.2618392E+01 + endloop + endfacet + facet normal 0.7606769798 -0.4347530036 -0.4820377146 + outer loop + vertex -8.095254E+01 7.2567384E+01 3.2887874E+01 + vertex -8.348829E+01 6.8429434E+01 3.2618392E+01 + vertex -8.360728E+01 7.2191367E+01 2.9037713E+01 + endloop + endfacet + facet normal 0.77478853794 -0.4228497588 -0.4700008542 + outer loop + vertex -8.360728E+01 7.2191367E+01 2.9037713E+01 + vertex -8.348829E+01 6.8429434E+01 3.2618392E+01 + vertex -8.621412E+01 6.7922410E+01 2.8581064E+01 + endloop + endfacet + facet normal 0.79550514149 -0.441365354 -0.4151724872 + outer loop + vertex -8.360728E+01 7.2191367E+01 2.9037713E+01 + vertex -8.621412E+01 6.7922410E+01 2.8581064E+01 + vertex -8.600204E+01 7.1656513E+01 2.5017745E+01 + endloop + endfacet + facet normal 0.81431672354 -0.4242448645 -0.3961118134 + outer loop + vertex -8.600204E+01 7.1656513E+01 2.5017745E+01 + vertex -8.621412E+01 6.7922410E+01 2.8581064E+01 + vertex -8.859062E+01 6.7316183E+01 2.4344814E+01 + endloop + endfacet + facet normal 0.8274959014 -0.4393074667 -0.3496562353 + outer loop + vertex -8.600204E+01 7.1656513E+01 2.5017745E+01 + vertex -8.859062E+01 6.7316183E+01 2.4344814E+01 + vertex -8.812808E+01 7.0957470E+01 2.0864553E+01 + endloop + endfacet + facet normal 0.84894207555 -0.4175144778 -0.3240046499 + outer loop + vertex -8.812808E+01 7.0957470E+01 2.0864553E+01 + vertex -8.859062E+01 6.7316183E+01 2.4344814E+01 + vertex -9.060257E+01 6.6695724E+01 1.9872718E+01 + endloop + endfacet + facet normal 0.85816774984 -0.4347286066 -0.2730552174 + outer loop + vertex -8.812808E+01 7.0957470E+01 2.0864553E+01 + vertex -9.060257E+01 6.6695724E+01 1.9872718E+01 + vertex -8.984463E+01 7.0337323E+01 1.6457030E+01 + endloop + endfacet + facet normal 0.87530144873 -0.4150068325 -0.2482271194 + outer loop + vertex -8.984463E+01 7.0337323E+01 1.6457030E+01 + vertex -9.060257E+01 6.6695724E+01 1.9872718E+01 + vertex -9.219752E+01 6.6118922E+01 1.5212929E+01 + endloop + endfacet + facet normal 0.88010390544 -0.434350653 -0.191720176 + outer loop + vertex -8.984463E+01 7.0337323E+01 1.6457030E+01 + vertex -9.219752E+01 6.6118922E+01 1.5212929E+01 + vertex -9.110933E+01 6.9791199E+01 1.1888648E+01 + endloop + endfacet + facet normal 0.89370227993 -0.4162931029 -0.1673209112 + outer loop + vertex -9.110933E+01 6.9791199E+01 1.1888648E+01 + vertex -9.219752E+01 6.6118922E+01 1.5212929E+01 + vertex -9.335352E+01 6.5555320E+01 1.0440674E+01 + endloop + endfacet + facet normal 0.89331298194 -0.4360010263 -0.109064299 + outer loop + vertex -9.110933E+01 6.9791199E+01 1.1888648E+01 + vertex -9.335352E+01 6.5555320E+01 1.0440674E+01 + vertex -9.191335E+01 6.9295626E+01 7.2842866E+00 + endloop + endfacet + facet normal 0.90364617913 -0.4197431324 -0.0850839924 + outer loop + vertex -9.191335E+01 6.9295626E+01 7.2842866E+00 + vertex -9.335352E+01 6.5555320E+01 1.0440674E+01 + vertex -9.406484E+01 6.5003977E+01 5.6059788E+00 + endloop + endfacet + facet normal 0.89842903508 -0.4379659415 -0.031797846 + outer loop + vertex -9.191335E+01 6.9295626E+01 7.2842866E+00 + vertex -9.406484E+01 6.5003977E+01 5.6059788E+00 + vertex -9.236937E+01 6.8700565E+01 2.5956915E+00 + endloop + endfacet + facet normal 0.90793987303 -0.4190877782 -0.0032589996 + outer loop + vertex -9.236937E+01 6.8700565E+01 2.5956915E+00 + vertex -9.406484E+01 6.5003977E+01 5.6059788E+00 + vertex -9.434665E+01 6.4431540E+01 7.0552328E-01 + endloop + endfacet + facet normal 0.89790319287 -0.4374814879 0.04878323422 + outer loop + vertex -9.236937E+01 6.8700565E+01 2.5956915E+00 + vertex -9.434665E+01 6.4431540E+01 7.0552328E-01 + vertex -9.240323E+01 6.8098829E+01 -2.177352E+00 + endloop + endfacet + facet normal 0.904964422 -0.4182831247 0.07796552107 + outer loop + vertex -9.240323E+01 6.8098829E+01 -2.177352E+00 + vertex -9.434665E+01 6.4431540E+01 7.0552328E-01 + vertex -9.418828E+01 6.3856465E+01 -4.218076E+00 + endloop + endfacet + facet normal 0.88917586137 -0.437927072 0.1326128468 + outer loop + vertex -9.240323E+01 6.8098829E+01 -2.177352E+00 + vertex -9.418828E+01 6.3856465E+01 -4.218076E+00 + vertex -9.194828E+01 6.7582572E+01 -6.932640E+00 + endloop + endfacet + facet normal 0.89292103692 -0.421466176 0.15829808705 + outer loop + vertex -9.194828E+01 6.7582572E+01 -6.932640E+00 + vertex -9.418828E+01 6.3856465E+01 -4.218076E+00 + vertex -9.357858E+01 6.3313613E+01 -9.102545E+00 + endloop + endfacet + facet normal 0.87106030084 -0.441776469 0.21468000322 + outer loop + vertex -9.194828E+01 6.7582572E+01 -6.932640E+00 + vertex -9.357858E+01 6.3313613E+01 -9.102545E+00 + vertex -9.103505E+01 6.7109421E+01 -1.161173E+01 + endloop + endfacet + facet normal 0.87230674714 -0.4267469188 0.23867971466 + outer loop + vertex -9.103505E+01 6.7109421E+01 -1.161173E+01 + vertex -9.357858E+01 6.3313613E+01 -9.102545E+00 + vertex -9.252443E+01 6.2779404E+01 -1.391029E+01 + endloop + endfacet + facet normal 0.8453984066 -0.4464495178 0.29323090243 + outer loop + vertex -9.103505E+01 6.7109421E+01 -1.161173E+01 + vertex -9.252443E+01 6.2779404E+01 -1.391029E+01 + vertex -8.971411E+01 6.6618824E+01 -1.616699E+01 + endloop + endfacet + facet normal 0.8443811563 -0.4311044703 0.31807137345 + outer loop + vertex -8.971411E+01 6.6618824E+01 -1.616699E+01 + vertex -9.252443E+01 6.2779404E+01 -1.391029E+01 + vertex -9.104224E+01 6.2223530E+01 -1.859846E+01 + endloop + endfacet + facet normal 0.81455067567 -0.4491917708 0.36706123437 + outer loop + vertex -8.971411E+01 6.6618824E+01 -1.616699E+01 + vertex -9.104224E+01 6.2223530E+01 -1.859846E+01 + vertex -8.802243E+01 6.6078337E+01 -2.058246E+01 + endloop + endfacet + facet normal 0.81105119786 -0.4328415484 0.39350241227 + outer loop + vertex -8.802243E+01 6.6078337E+01 -2.058246E+01 + vertex -9.104224E+01 6.2223530E+01 -1.859846E+01 + vertex -8.914406E+01 6.1649679E+01 -2.314205E+01 + endloop + endfacet + facet normal 0.7792105597 -0.4496834818 0.43659554498 + outer loop + vertex -8.802243E+01 6.6078337E+01 -2.058246E+01 + vertex -8.914406E+01 6.1649679E+01 -2.314205E+01 + vertex -8.598361E+01 6.5477683E+01 -2.483988E+01 + endloop + endfacet + facet normal 0.77275405475 -0.4315812918 0.4653909748 + outer loop + vertex -8.598361E+01 6.5477683E+01 -2.483988E+01 + vertex -8.914406E+01 6.1649679E+01 -2.314205E+01 + vertex -8.686781E+01 6.1052380E+01 -2.747553E+01 + endloop + endfacet + facet normal 0.74097985628 -0.4466887025 0.50141605047 + outer loop + vertex -8.598361E+01 6.5477683E+01 -2.483988E+01 + vertex -8.686781E+01 6.1052380E+01 -2.747553E+01 + vertex -8.365313E+01 6.4776113E+01 -2.890880E+01 + endloop + endfacet + facet normal 0.73028729647 -0.4244130955 0.53530737802 + outer loop + vertex -8.365313E+01 6.4776113E+01 -2.890880E+01 + vertex -8.686781E+01 6.1052380E+01 -2.747553E+01 + vertex -8.424296E+01 6.0384980E+01 -3.158560E+01 + endloop + endfacet + facet normal 0.70096262604 -0.4375032946 0.56324263345 + outer loop + vertex -8.365313E+01 6.4776113E+01 -2.890880E+01 + vertex -8.424296E+01 6.0384980E+01 -3.158560E+01 + vertex -8.106255E+01 6.3943871E+01 -3.277926E+01 + endloop + endfacet + facet normal 0.68543705073 -0.4109350199 0.60108939344 + outer loop + vertex -8.106255E+01 6.3943871E+01 -3.277926E+01 + vertex -8.424296E+01 6.0384980E+01 -3.158560E+01 + vertex -8.123620E+01 5.9724142E+01 -3.546607E+01 + endloop + endfacet + facet normal 0.64906338461 -0.4274101687 0.62931492151 + outer loop + vertex -8.106255E+01 6.3943871E+01 -3.277926E+01 + vertex -8.123620E+01 5.9724142E+01 -3.546607E+01 + vertex -7.798987E+01 6.3180939E+01 -3.646652E+01 + endloop + endfacet + facet normal 0.6321437887 -0.4019294041 0.66245526985 + outer loop + vertex -7.798987E+01 6.3180939E+01 -3.646652E+01 + vertex -8.123620E+01 5.9724142E+01 -3.546607E+01 + vertex -7.784994E+01 5.9106374E+01 -3.907220E+01 + endloop + endfacet + facet normal 0.58673086442 -0.4218759211 0.69120734946 + outer loop + vertex -7.798987E+01 6.3180939E+01 -3.646652E+01 + vertex -7.784994E+01 5.9106374E+01 -3.907220E+01 + vertex -7.449231E+01 6.2563631E+01 -3.981219E+01 + endloop + endfacet + facet normal 0.57038920468 -0.4004541096 0.71714200914 + outer loop + vertex -7.449231E+01 6.2563631E+01 -3.981219E+01 + vertex -7.784994E+01 5.9106374E+01 -3.907220E+01 + vertex -7.413786E+01 5.8526645E+01 -4.234837E+01 + endloop + endfacet + facet normal 0.51792714142 -0.4219919115 0.74409293961 + outer loop + vertex -7.449231E+01 6.2563631E+01 -3.981219E+01 + vertex -7.413786E+01 5.8526645E+01 -4.234837E+01 + vertex -7.070808E+01 6.2086686E+01 -4.271670E+01 + endloop + endfacet + facet normal 0.50287798823 -0.4055024933 0.76333574324 + outer loop + vertex -7.070808E+01 6.2086686E+01 -4.271670E+01 + vertex -7.413786E+01 5.8526645E+01 -4.234837E+01 + vertex -7.015865E+01 5.8002225E+01 -4.524842E+01 + endloop + endfacet + facet normal 0.4470006816 -0.4270695432 0.78600381418 + outer loop + vertex -7.070808E+01 6.2086686E+01 -4.271670E+01 + vertex -7.015865E+01 5.8002225E+01 -4.524842E+01 + vertex -6.665801E+01 6.1604967E+01 -4.528171E+01 + endloop + endfacet + facet normal 0.43058046581 -0.410952395 0.8035661712 + outer loop + vertex -6.665801E+01 6.1604967E+01 -4.528171E+01 + vertex -7.015865E+01 5.8002225E+01 -4.524842E+01 + vertex -6.594580E+01 5.7472785E+01 -4.777658E+01 + endloop + endfacet + facet normal 0.37393185688 -0.4312879427 0.82107592636 + outer loop + vertex -6.665801E+01 6.1604967E+01 -4.528171E+01 + vertex -6.594580E+01 5.7472785E+01 -4.777658E+01 + vertex -6.242456E+01 6.1084896E+01 -4.748288E+01 + endloop + endfacet + facet normal 0.35440097321 -0.4136744118 0.83861399416 + outer loop + vertex -6.242456E+01 6.1084896E+01 -4.748288E+01 + vertex -6.594580E+01 5.7472785E+01 -4.777658E+01 + vertex -6.154442E+01 5.6891131E+01 -4.992354E+01 + endloop + endfacet + facet normal 0.30099139948 -0.4316955875 0.85031940889 + outer loop + vertex -6.242456E+01 6.1084896E+01 -4.748288E+01 + vertex -6.154442E+01 5.6891131E+01 -4.992354E+01 + vertex -5.809750E+01 6.0479335E+01 -4.932198E+01 + endloop + endfacet + facet normal 0.27657325776 -0.4112920602 0.8685309864 + outer loop + vertex -5.809750E+01 6.0479335E+01 -4.932198E+01 + vertex -6.154442E+01 5.6891131E+01 -4.992354E+01 + vertex -5.697863E+01 5.6278229E+01 -5.166770E+01 + endloop + endfacet + facet normal 0.22814926462 -0.4276276508 0.87468994812 + outer loop + vertex -5.809750E+01 6.0479335E+01 -4.932198E+01 + vertex -5.697863E+01 5.6278229E+01 -5.166770E+01 + vertex -5.365169E+01 5.9744078E+01 -5.084106E+01 + endloop + endfacet + facet normal 0.19786337026 -0.4030498093 0.89353284098 + outer loop + vertex -5.365169E+01 5.9744078E+01 -5.084106E+01 + vertex -5.697863E+01 5.6278229E+01 -5.166770E+01 + vertex -5.223975E+01 5.5641452E+01 -5.300431E+01 + endloop + endfacet + facet normal 0.14723378106 -0.4212117631 0.8949317652 + outer loop + vertex -5.365169E+01 5.9744078E+01 -5.084106E+01 + vertex -5.223975E+01 5.5641452E+01 -5.300431E+01 + vertex -4.894867E+01 5.9058188E+01 -5.193762E+01 + endloop + endfacet + facet normal 0.11859197908 -0.3982023909 0.90959925152 + outer loop + vertex -4.894867E+01 5.9058188E+01 -5.193762E+01 + vertex -5.223975E+01 5.5641452E+01 -5.300431E+01 + vertex -4.735767E+01 5.5051530E+01 -5.389908E+01 + endloop + endfacet + facet normal 0.05975557639 -0.4196623599 0.90571119834 + outer loop + vertex -4.894867E+01 5.9058188E+01 -5.193762E+01 + vertex -4.735767E+01 5.5051530E+01 -5.389908E+01 + vertex -4.413201E+01 5.8551505E+01 -5.249018E+01 + endloop + endfacet + facet normal 0.03728178118 -0.4025445759 0.91464087662 + outer loop + vertex -4.413201E+01 5.8551505E+01 -5.249018E+01 + vertex -4.735767E+01 5.5051530E+01 -5.389908E+01 + vertex -4.242156E+01 5.4532711E+01 -5.432862E+01 + endloop + endfacet + facet normal -0.02714825 -0.4253773945 0.90460877997 + outer loop + vertex -4.413201E+01 5.8551505E+01 -5.249018E+01 + vertex -4.242156E+01 5.4532711E+01 -5.432862E+01 + vertex -3.936519E+01 5.8165454E+01 -5.252866E+01 + endloop + endfacet + facet normal -0.0462661007 -0.4119740364 0.91002024223 + outer loop + vertex -3.936519E+01 5.8165454E+01 -5.252866E+01 + vertex -4.242156E+01 5.4532711E+01 -5.432862E+01 + vertex -3.751319E+01 5.4017392E+01 -5.431237E+01 + endloop + endfacet + facet normal -0.1061823312 -0.4324344012 0.89539142345 + outer loop + vertex -3.936519E+01 5.8165454E+01 -5.252866E+01 + vertex -3.751319E+01 5.4017392E+01 -5.431237E+01 + vertex -3.464066E+01 5.7679208E+01 -5.220323E+01 + endloop + endfacet + facet normal -0.1294937839 -0.4166776076 0.89978393588 + outer loop + vertex -3.464066E+01 5.7679208E+01 -5.220323E+01 + vertex -3.751319E+01 5.4017392E+01 -5.431237E+01 + vertex -3.262491E+01 5.3482168E+01 -5.385672E+01 + endloop + endfacet + facet normal -0.1870718853 -0.4365443361 0.88001883636 + outer loop + vertex -3.464066E+01 5.7679208E+01 -5.220323E+01 + vertex -3.262491E+01 5.3482168E+01 -5.385672E+01 + vertex -2.993294E+01 5.7161219E+01 -5.145943E+01 + endloop + endfacet + facet normal -0.2115036973 -0.420233808 0.88242264967 + outer loop + vertex -2.993294E+01 5.7161219E+01 -5.145943E+01 + vertex -3.262491E+01 5.3482168E+01 -5.385672E+01 + vertex -2.779134E+01 5.2940862E+01 -5.295597E+01 + endloop + endfacet + facet normal -0.2668732814 -0.4395488909 0.85765693852 + outer loop + vertex -2.993294E+01 5.7161219E+01 -5.145943E+01 + vertex -2.779134E+01 5.2940862E+01 -5.295597E+01 + vertex -2.528933E+01 5.6639522E+01 -5.028186E+01 + endloop + endfacet + facet normal -0.2913127386 -0.4232086112 0.85792270031 + outer loop + vertex -2.528933E+01 5.6639522E+01 -5.028186E+01 + vertex -2.779134E+01 5.2940862E+01 -5.295597E+01 + vertex -2.307719E+01 5.2362097E+01 -5.164075E+01 + endloop + endfacet + facet normal -0.3413449591 -0.4403432405 0.83041041022 + outer loop + vertex -2.528933E+01 5.6639522E+01 -5.028186E+01 + vertex -2.307719E+01 5.2362097E+01 -5.164075E+01 + vertex -2.083867E+01 5.6078970E+01 -4.874964E+01 + endloop + endfacet + facet normal -0.3675126712 -0.4229331267 0.82828860117 + outer loop + vertex -2.083867E+01 5.6078970E+01 -4.874964E+01 + vertex -2.307719E+01 5.2362097E+01 -5.164075E+01 + vertex -1.851466E+01 5.1750717E+01 -4.992853E+01 + endloop + endfacet + facet normal -0.4097377581 -0.437953582 0.80019474482 + outer loop + vertex -2.083867E+01 5.6078970E+01 -4.874964E+01 + vertex -1.851466E+01 5.1750717E+01 -4.992853E+01 + vertex -1.659579E+01 5.5422082E+01 -4.693661E+01 + endloop + endfacet + facet normal -0.4396075929 -0.4180745929 0.79495836311 + outer loop + vertex -1.659579E+01 5.5422082E+01 -4.693661E+01 + vertex -1.851466E+01 5.1750717E+01 -4.992853E+01 + vertex -1.409171E+01 5.1163049E+01 -4.779172E+01 + endloop + endfacet + facet normal -0.4812919683 -0.4356873421 0.76061460752 + outer loop + vertex -1.659579E+01 5.5422082E+01 -4.693661E+01 + vertex -1.409171E+01 5.1163049E+01 -4.779172E+01 + vertex -1.240411E+01 5.4794831E+01 -4.464354E+01 + endloop + endfacet + facet normal -0.5095134237 -0.416110477 0.75315877608 + outer loop + vertex -1.240411E+01 5.4794831E+01 -4.464354E+01 + vertex -1.409171E+01 5.1163049E+01 -4.779172E+01 + vertex -9.857671E+00 5.0594732E+01 -4.524137E+01 + endloop + endfacet + facet normal -0.5534177797 -0.4364955322 0.70936620408 + outer loop + vertex -1.240411E+01 5.4794831E+01 -4.464354E+01 + vertex -9.857671E+00 5.0594732E+01 -4.524137E+01 + vertex -8.464733E+00 5.4313423E+01 -4.186643E+01 + endloop + endfacet + facet normal -0.5745444734 -0.4215191932 0.70158407751 + outer loop + vertex -8.464733E+00 5.4313423E+01 -4.186643E+01 + vertex -9.857671E+00 5.0594732E+01 -4.524137E+01 + vertex -5.901497E+00 5.0070765E+01 -4.231637E+01 + endloop + endfacet + facet normal -0.6174380202 -0.4420345541 0.65067330067 + outer loop + vertex -8.464733E+00 5.4313423E+01 -4.186643E+01 + vertex -5.901497E+00 5.0070765E+01 -4.231637E+01 + vertex -4.948238E+00 5.3937577E+01 -3.878488E+01 + endloop + endfacet + facet normal -0.6335084442 -0.4308010572 0.64271105499 + outer loop + vertex -4.948238E+00 5.3937577E+01 -3.878488E+01 + vertex -5.901497E+00 5.0070765E+01 -4.231637E+01 + vertex -2.268666E+00 4.9549505E+01 -3.908495E+01 + endloop + endfacet + facet normal -0.6657071384 -0.4473544834 0.59725034286 + outer loop + vertex -4.948238E+00 5.3937577E+01 -3.878488E+01 + vertex -2.268666E+00 4.9549505E+01 -3.908495E+01 + vertex -1.643563E+00 5.3346573E+01 -3.554410E+01 + endloop + endfacet + facet normal -0.6905808085 -0.4291808569 0.58215284855 + outer loop + vertex -1.643563E+00 5.3346573E+01 -3.554410E+01 + vertex -2.268666E+00 4.9549505E+01 -3.908495E+01 + vertex 1.0806685E+00 4.8926681E+01 -3.557095E+01 + endloop + endfacet + facet normal -0.7130961757 -0.4428235977 0.54350814661 + outer loop + vertex -1.643563E+00 5.3346573E+01 -3.554410E+01 + vertex 1.0806685E+00 4.8926681E+01 -3.557095E+01 + vertex 1.4625918E+00 5.2585604E+01 -3.208875E+01 + endloop + endfacet + facet normal -0.7423695249 -0.419604478 0.52232132886 + outer loop + vertex 1.4625918E+00 5.2585604E+01 -3.208875E+01 + vertex 1.0806685E+00 4.8926681E+01 -3.557095E+01 + vertex 4.1430449E+00 4.8301493E+01 -3.172067E+01 + endloop + endfacet + facet normal -0.7633518516 -0.4367123074 0.47600032692 + outer loop + vertex 1.4625918E+00 5.2585604E+01 -3.208875E+01 + vertex 4.1430449E+00 4.8301493E+01 -3.172067E+01 + vertex 4.2832745E+00 5.1920895E+01 -2.817513E+01 + endloop + endfacet + facet normal -0.786818738 -0.4160683988 0.4558545393 + outer loop + vertex 4.2832745E+00 5.1920895E+01 -2.817513E+01 + vertex 4.1430449E+00 4.8301493E+01 -3.172067E+01 + vertex 6.8566674E+00 4.7734975E+01 -2.755395E+01 + endloop + endfacet + facet normal -0.8070154876 -0.4372282446 0.39693508894 + outer loop + vertex 4.2832745E+00 5.1920895E+01 -2.817513E+01 + vertex 6.8566674E+00 4.7734975E+01 -2.755395E+01 + vertex 6.6417626E+00 5.1445192E+01 -2.390403E+01 + endloop + endfacet + facet normal -0.822638472 -0.4222316042 0.38077081918 + outer loop + vertex 6.6417626E+00 5.1445192E+01 -2.390403E+01 + vertex 6.8566674E+00 4.7734975E+01 -2.755395E+01 + vertex 9.1549720E+00 4.7219127E+01 -2.316058E+01 + endloop + endfacet + facet normal -0.8394895322 -0.444176266 0.3129932429 + outer loop + vertex 6.6417626E+00 5.1445192E+01 -2.390403E+01 + vertex 9.1549720E+00 4.7219127E+01 -2.316058E+01 + vertex 8.4449758E+00 5.1119552E+01 -1.952970E+01 + endloop + endfacet + facet normal -0.8493803034 -0.4340797175 0.30021308941 + outer loop + vertex 8.4449758E+00 5.1119552E+01 -1.952970E+01 + vertex 9.1549720E+00 4.7219127E+01 -2.316058E+01 + vertex 1.1019230E+01 4.6697909E+01 -1.863975E+01 + endloop + endfacet + facet normal -0.8586833887 -0.4508776506 0.24366407648 + outer loop + vertex 8.4449758E+00 5.1119552E+01 -1.952970E+01 + vertex 1.1019230E+01 4.6697909E+01 -1.863975E+01 + vertex 9.9720512E+00 5.0560990E+01 -1.518178E+01 + endloop + endfacet + facet normal -0.8730793626 -0.4345715867 0.22108813302 + outer loop + vertex 9.9720512E+00 5.0560990E+01 -1.518178E+01 + vertex 1.1019230E+01 4.6697909E+01 -1.863975E+01 + vertex 1.2483716E+01 4.6120913E+01 -1.399062E+01 + endloop + endfacet + facet normal -0.876486677 -0.4497055683 0.17186042835 + outer loop + vertex 9.9720512E+00 5.0560990E+01 -1.518178E+01 + vertex 1.2483716E+01 4.6120913E+01 -1.399062E+01 + vertex 1.1211987E+01 4.9872220E+01 -1.066042E+01 + endloop + endfacet + facet normal -0.8924456696 -0.4283289529 0.14168639608 + outer loop + vertex 1.1211987E+01 4.9872220E+01 -1.066042E+01 + vertex 1.2483716E+01 4.6120913E+01 -1.399062E+01 + vertex 1.3554472E+01 4.5467962E+01 -9.220135E+00 + endloop + endfacet + facet normal -0.891525337 -0.4424838828 0.09690504062 + outer loop + vertex 1.1211987E+01 4.9872220E+01 -1.066042E+01 + vertex 1.3554472E+01 4.5467962E+01 -9.220135E+00 + vertex 1.2084049E+01 4.9125504E+01 -6.047085E+00 + endloop + endfacet + facet normal -0.9055175189 -0.4194706274 0.06389378421 + outer loop + vertex 1.2084049E+01 4.9125504E+01 -6.047085E+00 + vertex 1.3554472E+01 4.5467962E+01 -9.220135E+00 + vertex 1.4186944E+01 4.4847202E+01 -4.331960E+00 + endloop + endfacet + facet normal -0.8990861637 -0.4376413583 0.01068230911 + outer loop + vertex 1.2084049E+01 4.9125504E+01 -6.047085E+00 + vertex 1.4186944E+01 4.4847202E+01 -4.331960E+00 + vertex 1.2424623E+01 4.8542000E+01 -1.287788E+00 + endloop + endfacet + facet normal -0.9077634493 -0.4191463323 -0.0167890502 + outer loop + vertex 1.2424623E+01 4.8542000E+01 -1.287788E+00 + vertex 1.4186944E+01 4.4847202E+01 -4.331960E+00 + vertex 1.4350414E+01 4.4295129E+01 6.1217007E-01 + endloop + endfacet + facet normal -0.8949840145 -0.4396501799 -0.075573362 + outer loop + vertex 1.2424623E+01 4.8542000E+01 -1.287788E+00 + vertex 1.4350414E+01 4.4295129E+01 6.1217007E-01 + vertex 1.2269034E+01 4.8029115E+01 3.5385168E+00 + endloop + endfacet + facet normal -0.900471905 -0.4231296583 -0.1005566536 + outer loop + vertex 1.2269034E+01 4.8029115E+01 3.5385168E+00 + vertex 1.4350414E+01 4.4295129E+01 6.1217007E-01 + vertex 1.4057656E+01 4.3746254E+01 5.5433687E+00 + endloop + endfacet + facet normal -0.8817371211 -0.443496799 -0.1607800934 + outer loop + vertex 1.2269034E+01 4.8029115E+01 3.5385168E+00 + vertex 1.4057656E+01 4.3746254E+01 5.5433687E+00 + vertex 1.1627070E+01 4.7617419E+01 8.1947486E+00 + endloop + endfacet + facet normal -0.8839997817 -0.4309580905 -0.181161558 + outer loop + vertex 1.1627070E+01 4.7617419E+01 8.1947486E+00 + vertex 1.4057656E+01 4.3746254E+01 5.5433687E+00 + vertex 1.3319644E+01 4.3227036E+01 1.0379736E+01 + endloop + endfacet + facet normal -0.8622255692 -0.4490426524 -0.23436673 + outer loop + vertex 1.1627070E+01 4.7617419E+01 8.1947486E+00 + vertex 1.3319644E+01 4.3227036E+01 1.0379736E+01 + vertex 1.0658407E+01 4.7076228E+01 1.2795331E+01 + endloop + endfacet + facet normal -0.8628848274 -0.4329690263 -0.2607059585 + outer loop + vertex 1.0658407E+01 4.7076228E+01 1.2795331E+01 + vertex 1.3319644E+01 4.3227036E+01 1.0379736E+01 + vertex 1.2170182E+01 4.2660087E+01 1.5125792E+01 + endloop + endfacet + facet normal -0.8396860852 -0.4488098319 -0.3057728131 + outer loop + vertex 1.0658407E+01 4.7076228E+01 1.2795331E+01 + vertex 1.2170182E+01 4.2660087E+01 1.5125792E+01 + vertex 9.3666433E+00 4.6409859E+01 1.7320748E+01 + endloop + endfacet + facet normal -0.8378103514 -0.4279409339 -0.3390285713 + outer loop + vertex 9.3666433E+00 4.6409859E+01 1.7320748E+01 + vertex 1.2170182E+01 4.2660087E+01 1.5125792E+01 + vertex 1.0625965E+01 4.2012100E+01 1.9759800E+01 + endloop + endfacet + facet normal -0.814407974 -0.4418450659 -0.3761815912 + outer loop + vertex 9.3666433E+00 4.6409859E+01 1.7320748E+01 + vertex 1.0625965E+01 4.2012100E+01 1.9759800E+01 + vertex 7.7554345E+00 4.5630165E+01 2.1724698E+01 + endloop + endfacet + facet normal -0.8091837175 -0.4174494876 -0.4134702367 + outer loop + vertex 7.7554345E+00 4.5630165E+01 2.1724698E+01 + vertex 1.0625965E+01 4.2012100E+01 1.9759800E+01 + vertex 8.6471121E+00 4.1377140E+01 2.4273593E+01 + endloop + endfacet + facet normal -0.7780678569 -0.4348306104 -0.4533571995 + outer loop + vertex 7.7554345E+00 4.5630165E+01 2.1724698E+01 + vertex 8.6471121E+00 4.1377140E+01 2.4273593E+01 + vertex 5.6109351E+00 4.4934177E+01 2.6072711E+01 + endloop + endfacet + facet normal -0.7709129228 -0.4125983893 -0.4852379155 + outer loop + vertex 5.6109351E+00 4.4934177E+01 2.6072711E+01 + vertex 8.6471121E+00 4.1377140E+01 2.4273593E+01 + vertex 6.2258946E+00 4.0801721E+01 2.8609537E+01 + endloop + endfacet + facet normal -0.7289220275 -0.4336607357 -0.52972733 + outer loop + vertex 5.6109351E+00 4.4934177E+01 2.6072711E+01 + vertex 6.2258946E+00 4.0801721E+01 2.8609537E+01 + vertex 2.9407049E+00 4.4433522E+01 3.0156895E+01 + endloop + endfacet + facet normal -0.7212643574 -0.4166872831 -0.5533077217 + outer loop + vertex 2.9407049E+00 4.4433522E+01 3.0156895E+01 + vertex 6.2258946E+00 4.0801721E+01 2.8609537E+01 + vertex 3.4533998E+00 4.0215444E+01 3.2665140E+01 + endloop + endfacet + facet normal -0.6790764483 -0.4344074347 -0.5917308155 + outer loop + vertex 2.9407049E+00 4.4433522E+01 3.0156895E+01 + vertex 3.4533998E+00 4.0215444E+01 3.2665140E+01 + vertex 1.0091717E-01 4.3902895E+01 3.3805415E+01 + endloop + endfacet + facet normal -0.6686519503 -0.4176778359 -0.6151827328 + outer loop + vertex 1.0091717E-01 4.3902895E+01 3.3805415E+01 + vertex 3.4533998E+00 4.0215444E+01 3.2665140E+01 + vertex 3.4853615E-01 3.9642135E+01 3.6429113E+01 + endloop + endfacet + facet normal -0.6286770302 -0.4339285273 -0.645345818 + outer loop + vertex 1.0091717E-01 4.3902895E+01 3.3805415E+01 + vertex 3.4853615E-01 3.9642135E+01 3.6429113E+01 + vertex -3.010140E+00 4.3213105E+01 3.7299928E+01 + endloop + endfacet + facet normal -0.6125657393 -0.4115923885 -0.6747999116 + outer loop + vertex -3.010140E+00 4.3213105E+01 3.7299928E+01 + vertex 3.4853615E-01 3.9642135E+01 3.6429113E+01 + vertex -3.080227E+00 3.9009871E+01 3.9927303E+01 + endloop + endfacet + facet normal -0.5717179354 -0.4280039154 -0.6999651783 + outer loop + vertex -3.010140E+00 4.3213105E+01 3.7299928E+01 + vertex -3.080227E+00 3.9009871E+01 3.9927303E+01 + vertex -6.495552E+00 4.2471575E+01 4.0600164E+01 + endloop + endfacet + facet normal -0.5528074914 -0.4037052564 -0.728989673 + outer loop + vertex -6.495552E+00 4.2471575E+01 4.0600164E+01 + vertex -3.080227E+00 3.9009871E+01 3.9927303E+01 + vertex -6.845246E+00 3.8389558E+01 4.3125914E+01 + endloop + endfacet + facet normal -0.502471156 -0.4233892571 -0.7538330547 + outer loop + vertex -6.495552E+00 4.2471575E+01 4.0600164E+01 + vertex -6.845246E+00 3.8389558E+01 4.3125914E+01 + vertex -1.031270E+01 4.1912947E+01 4.3458256E+01 + endloop + endfacet + facet normal -0.4851994304 -0.4043682197 -0.7752856607 + outer loop + vertex -1.031270E+01 4.1912947E+01 4.3458256E+01 + vertex -6.845246E+00 3.8389558E+01 4.3125914E+01 + vertex -1.089474E+01 3.7840441E+01 4.5946627E+01 + endloop + endfacet + facet normal -0.4293722896 -0.42540742 -0.7966605073 + outer loop + vertex -1.031270E+01 4.1912947E+01 4.3458256E+01 + vertex -1.089474E+01 3.7840441E+01 4.5946627E+01 + vertex -1.442093E+01 4.1376613E+01 4.5958844E+01 + endloop + endfacet + facet normal -0.4111071268 -0.4071283309 -0.8156209 + outer loop + vertex -1.442093E+01 4.1376613E+01 4.5958844E+01 + vertex -1.089474E+01 3.7840441E+01 4.5946627E+01 + vertex -1.517515E+01 3.7283637E+01 4.8382069E+01 + endloop + endfacet + facet normal -0.3530593145 -0.4276175787 -0.8321612385 + outer loop + vertex -1.442093E+01 4.1376613E+01 4.5958844E+01 + vertex -1.517515E+01 3.7283637E+01 4.8382069E+01 + vertex -1.873962E+01 4.0871702E+01 4.8050580E+01 + endloop + endfacet + facet normal -0.3350045484 -0.411125453 -0.8477899589 + outer loop + vertex -1.873962E+01 4.0871702E+01 4.8050580E+01 + vertex -1.517515E+01 3.7283637E+01 4.8382069E+01 + vertex -1.964746E+01 3.6736471E+01 5.0414645E+01 + endloop + endfacet + facet normal -0.2754284354 -0.430828069 -0.8593755593 + outer loop + vertex -1.873962E+01 4.0871702E+01 4.8050580E+01 + vertex -1.964746E+01 3.6736471E+01 5.0414645E+01 + vertex -2.316190E+01 4.0387843E+01 4.9710485E+01 + endloop + endfacet + facet normal -0.2567748834 -0.4154302883 -0.8726306979 + outer loop + vertex -2.316190E+01 4.0387843E+01 4.9710485E+01 + vertex -1.964746E+01 3.6736471E+01 5.0414645E+01 + vertex -2.425833E+01 3.6186238E+01 5.2033360E+01 + endloop + endfacet + facet normal -0.2007524028 -0.4333420791 -0.8785858611 + outer loop + vertex -2.316190E+01 4.0387843E+01 4.9710485E+01 + vertex -2.425833E+01 3.6186238E+01 5.2033360E+01 + vertex -2.765803E+01 3.9811434E+01 5.1022128E+01 + endloop + endfacet + facet normal -0.1763376492 -0.4144216174 -0.8928380349 + outer loop + vertex -2.765803E+01 3.9811434E+01 5.1022128E+01 + vertex -2.425833E+01 3.6186238E+01 5.2033360E+01 + vertex -2.896998E+01 3.5569126E+01 5.3250361E+01 + endloop + endfacet + facet normal -0.1277794313 -0.4299302286 -0.8937742531 + outer loop + vertex -2.765803E+01 3.9811434E+01 5.1022128E+01 + vertex -2.896998E+01 3.5569126E+01 5.3250361E+01 + vertex -3.220366E+01 3.9094960E+01 5.2016645E+01 + endloop + endfacet + facet normal -0.0967488203 -0.406610939 -0.9084642041 + outer loop + vertex -3.220366E+01 3.9094960E+01 5.2016645E+01 + vertex -2.896998E+01 3.5569126E+01 5.3250361E+01 + vertex -3.380806E+01 3.4947976E+01 5.4043618E+01 + endloop + endfacet + facet normal -0.0449971983 -0.4245828469 -0.9042702352 + outer loop + vertex -3.220366E+01 3.9094960E+01 5.2016645E+01 + vertex -3.380806E+01 3.4947976E+01 5.4043618E+01 + vertex -3.692544E+01 3.8432395E+01 5.2562699E+01 + endloop + endfacet + facet normal -0.0148578262 -0.4023363721 -0.9153713392 + outer loop + vertex -3.692544E+01 3.8432395E+01 5.2562699E+01 + vertex -3.380806E+01 3.4947976E+01 5.4043618E+01 + vertex -3.872018E+01 3.4357761E+01 5.4382768E+01 + endloop + endfacet + facet normal 0.0400525553 -0.4221715351 -0.9056307127 + outer loop + vertex -3.692544E+01 3.8432395E+01 5.2562699E+01 + vertex -3.872018E+01 3.4357761E+01 5.4382768E+01 + vertex -4.168574E+01 3.7860057E+01 5.2618972E+01 + endloop + endfacet + facet normal 0.06757151769 -0.4025345987 -0.9129074361 + outer loop + vertex -4.168574E+01 3.7860057E+01 5.2618972E+01 + vertex -3.872018E+01 3.4357761E+01 5.4382768E+01 + vertex -4.362712E+01 3.3784379E+01 5.4272392E+01 + endloop + endfacet + facet normal 0.1226180685 -0.4226845699 -0.8979435192 + outer loop + vertex -4.168574E+01 3.7860057E+01 5.2618972E+01 + vertex -4.362712E+01 3.3784379E+01 5.4272392E+01 + vertex -4.635977E+01 3.7352433E+01 5.2219664E+01 + endloop + endfacet + facet normal 0.1483421813 -0.4053446354 -0.90204785 + outer loop + vertex -4.635977E+01 3.7352433E+01 5.2219664E+01 + vertex -4.362712E+01 3.3784379E+01 5.4272392E+01 + vertex -4.849322E+01 3.3236848E+01 5.3718199E+01 + endloop + endfacet + facet normal 0.20036679207 -0.4252405618 -0.8826231434 + outer loop + vertex -4.635977E+01 3.7352433E+01 5.2219664E+01 + vertex -4.849322E+01 3.3236848E+01 5.3718199E+01 + vertex -5.103101E+01 3.6793266E+01 5.1428635E+01 + endloop + endfacet + facet normal 0.22850630241 -0.406455764 -0.8846347165 + outer loop + vertex -5.103101E+01 3.6793266E+01 5.1428635E+01 + vertex -4.849322E+01 3.3236848E+01 5.3718199E+01 + vertex -5.330695E+01 3.2681499E+01 5.2729946E+01 + endloop + endfacet + facet normal 0.2789123592 -0.4266639819 -0.8603288571 + outer loop + vertex -5.103101E+01 3.6793266E+01 5.1428635E+01 + vertex -5.330695E+01 3.2681499E+01 5.2729946E+01 + vertex -5.567465E+01 3.6220331E+01 5.0207335E+01 + endloop + endfacet + facet normal 0.30761300549 -0.4072085143 -0.859974107 + outer loop + vertex -5.567465E+01 3.6220331E+01 5.0207335E+01 + vertex -5.330695E+01 3.2681499E+01 5.2729946E+01 + vertex -5.802393E+01 3.2118218E+01 5.1309399E+01 + endloop + endfacet + facet normal 0.35866140661 -0.4282408768 -0.8294406228 + outer loop + vertex -5.567465E+01 3.6220331E+01 5.0207335E+01 + vertex -5.802393E+01 3.2118218E+01 5.1309399E+01 + vertex -6.015404E+01 3.5716192E+01 4.8530675E+01 + endloop + endfacet + facet normal 0.38437727351 -0.410893868 -0.8266924101 + outer loop + vertex -6.015404E+01 3.5716192E+01 4.8530675E+01 + vertex -5.802393E+01 3.2118218E+01 5.1309399E+01 + vertex -6.257628E+01 3.1571313E+01 4.9464579E+01 + endloop + endfacet + facet normal 0.43243975532 -0.4311428743 -0.7919038325 + outer loop + vertex -6.015404E+01 3.5716192E+01 4.8530675E+01 + vertex -6.257628E+01 3.1571313E+01 4.9464579E+01 + vertex -6.444148E+01 3.5195453E+01 4.6472917E+01 + endloop + endfacet + facet normal 0.45793022323 -0.413813131 -0.7868027728 + outer loop + vertex -6.444148E+01 3.5195453E+01 4.6472917E+01 + vertex -6.257628E+01 3.1571313E+01 4.9464579E+01 + vertex -6.693926E+01 3.1009010E+01 4.7221003E+01 + endloop + endfacet + facet normal 0.49955106762 -0.4322057806 -0.7507642067 + outer loop + vertex -6.444148E+01 3.5195453E+01 4.6472917E+01 + vertex -6.693926E+01 3.1009010E+01 4.7221003E+01 + vertex -6.854651E+01 3.4591344E+01 4.4089248E+01 + endloop + endfacet + facet normal 0.52790687767 -0.4122789882 -0.7425229723 + outer loop + vertex -6.854651E+01 3.4591344E+01 4.4089248E+01 + vertex -6.693926E+01 3.1009010E+01 4.7221003E+01 + vertex -7.109155E+01 3.0401190E+01 4.4606360E+01 + endloop + endfacet + facet normal 0.56362669812 -0.429422376 -0.7056354357 + outer loop + vertex -6.854651E+01 3.4591344E+01 4.4089248E+01 + vertex -7.109155E+01 3.0401190E+01 4.4606360E+01 + vertex -7.242808E+01 3.3935759E+01 4.1387809E+01 + endloop + endfacet + facet normal 0.5934815304 -0.4075623016 -0.6940263996 + outer loop + vertex -7.242808E+01 3.3935759E+01 4.1387809E+01 + vertex -7.109155E+01 3.0401190E+01 4.4606360E+01 + vertex -7.501159E+01 2.9771581E+01 4.1623956E+01 + endloop + endfacet + facet normal 0.62424679508 -0.4244841421 -0.6558423224 + outer loop + vertex -7.242808E+01 3.3935759E+01 4.1387809E+01 + vertex -7.501159E+01 2.9771581E+01 4.1623956E+01 + vertex -7.607709E+01 3.3231190E+01 3.8370613E+01 + endloop + endfacet + facet normal 0.6543469214 -0.401229856 -0.6409716914 + outer loop + vertex -7.607709E+01 3.3231190E+01 3.8370613E+01 + vertex -7.501159E+01 2.9771581E+01 4.1623956E+01 + vertex -7.865237E+01 2.9174498E+01 3.8280965E+01 + endloop + endfacet + facet normal 0.68455041098 -0.4214239558 -0.5948046606 + outer loop + vertex -7.607709E+01 3.3231190E+01 3.8370613E+01 + vertex -7.865237E+01 2.9174498E+01 3.8280965E+01 + vertex -7.945765E+01 3.2625266E+01 3.4909284E+01 + endloop + endfacet + facet normal 0.71083289703 -0.3996450971 -0.578792181 + outer loop + vertex -7.945765E+01 3.2625266E+01 3.4909284E+01 + vertex -7.865237E+01 2.9174498E+01 3.8280965E+01 + vertex -8.196241E+01 2.8563319E+01 3.4637809E+01 + endloop + endfacet + facet normal 0.73674570826 -0.4188289774 -0.530837121 + outer loop + vertex -7.945765E+01 3.2625266E+01 3.4909284E+01 + vertex -8.196241E+01 2.8563319E+01 3.4637809E+01 + vertex -8.243045E+01 3.2024080E+01 3.1257693E+01 + endloop + endfacet + facet normal 0.7606358168 -0.3980247056 -0.5128445066 + outer loop + vertex -8.243045E+01 3.2024080E+01 3.1257693E+01 + vertex -8.196241E+01 2.8563319E+01 3.4637809E+01 + vertex -8.491297E+01 2.7988072E+01 3.0708077E+01 + endloop + endfacet + facet normal 0.7825493261 -0.4185805235 -0.460876228 + outer loop + vertex -8.243045E+01 3.2024080E+01 3.1257693E+01 + vertex -8.491297E+01 2.7988072E+01 3.0708077E+01 + vertex -8.503904E+01 3.1486972E+01 2.7316223E+01 + endloop + endfacet + facet normal 0.80273375705 -0.3999113089 -0.4423680146 + outer loop + vertex -8.503904E+01 3.1486972E+01 2.7316223E+01 + vertex -8.491297E+01 2.7988072E+01 3.0708077E+01 + vertex -8.749299E+01 2.7443111E+01 2.6518966E+01 + endloop + endfacet + facet normal 0.81978628292 -0.4209187281 -0.3883012679 + outer loop + vertex -8.503904E+01 3.1486972E+01 2.7316223E+01 + vertex -8.749299E+01 2.7443111E+01 2.6518966E+01 + vertex -8.733363E+01 3.0926842E+01 2.3079025E+01 + endloop + endfacet + facet normal 0.83880723154 -0.4014722312 -0.3677260882 + outer loop + vertex -8.733363E+01 3.0926842E+01 2.3079025E+01 + vertex -8.749299E+01 2.7443111E+01 2.6518966E+01 + vertex -8.969732E+01 2.6879194E+01 2.2106403E+01 + endloop + endfacet + facet normal 0.85166014392 -0.4229797463 -0.3094561899 + outer loop + vertex -8.733363E+01 3.0926842E+01 2.3079025E+01 + vertex -8.969732E+01 2.6879194E+01 2.2106403E+01 + vertex -8.915128E+01 3.0469549E+01 1.8701693E+01 + endloop + endfacet + facet normal 0.86595086874 -0.4071390208 -0.2904598262 + outer loop + vertex -8.915128E+01 3.0469549E+01 1.8701693E+01 + vertex -8.969732E+01 2.6879194E+01 2.2106403E+01 + vertex -9.147679E+01 2.6354754E+01 1.7536355E+01 + endloop + endfacet + facet normal 0.87359443474 -0.4282565323 -0.2311473689 + outer loop + vertex -8.915128E+01 3.0469549E+01 1.8701693E+01 + vertex -9.147679E+01 2.6354754E+01 1.7536355E+01 + vertex -9.058510E+01 2.9981471E+01 1.4187038E+01 + endloop + endfacet + facet normal 0.88702877936 -0.4114908298 -0.2094164311 + outer loop + vertex -9.058510E+01 2.9981471E+01 1.4187038E+01 + vertex -9.147679E+01 2.6354754E+01 1.7536355E+01 + vertex -9.283751E+01 2.5805591E+01 1.2851808E+01 + endloop + endfacet + facet normal 0.8893671357 -0.4304280419 -0.1541356502 + outer loop + vertex -9.058510E+01 2.9981471E+01 1.4187038E+01 + vertex -9.283751E+01 2.5805591E+01 1.2851808E+01 + vertex -9.166250E+01 2.9390200E+01 9.6215122E+00 + endloop + endfacet + facet normal 0.90336766791 -0.4098694642 -0.1262294693 + outer loop + vertex -9.166250E+01 2.9390200E+01 9.6215122E+00 + vertex -9.283751E+01 2.5805591E+01 1.2851808E+01 + vertex -9.378694E+01 2.5180147E+01 8.0879716E+00 + endloop + endfacet + facet normal 0.9013122021 -0.4257684248 -0.079734326 + outer loop + vertex -9.166250E+01 2.9390200E+01 9.6215122E+00 + vertex -9.378694E+01 2.5180147E+01 8.0879716E+00 + vertex -9.240742E+01 2.8669409E+01 5.0499312E+00 + endloop + endfacet + facet normal 0.91447999407 -0.4019606197 -0.0464112128 + outer loop + vertex -9.240742E+01 2.8669409E+01 5.0499312E+00 + vertex -9.378694E+01 2.5180147E+01 8.0879716E+00 + vertex -9.430502E+01 2.4561115E+01 3.2412388E+00 + endloop + endfacet + facet normal 0.9074830617 -0.4200834527 0.00209416484 + outer loop + vertex -9.240742E+01 2.8669409E+01 5.0499312E+00 + vertex -9.430502E+01 2.4561115E+01 3.2412388E+00 + vertex -9.270398E+01 2.8005128E+01 3.0856315E-01 + endloop + endfacet + facet normal 0.9163871954 -0.3990382574 0.03166981503 + outer loop + vertex -9.270398E+01 2.8005128E+01 3.0856315E-01 + vertex -9.430502E+01 2.4561115E+01 3.2412388E+00 + vertex -9.435743E+01 2.4052976E+01 -1.644775E+00 + endloop + endfacet + facet normal 0.90308967648 -0.4206281586 0.0866082471 + outer loop + vertex -9.270398E+01 2.8005128E+01 3.0856315E-01 + vertex -9.435743E+01 2.4052976E+01 -1.644775E+00 + vertex -9.251433E+01 2.7415838E+01 -4.530947E+00 + endloop + endfacet + facet normal 0.91003388187 -0.3973272618 0.11819213548 + outer loop + vertex -9.251433E+01 2.7415838E+01 -4.530947E+00 + vertex -9.435743E+01 2.4052976E+01 -1.644775E+00 + vertex -9.402596E+01 2.3352207E+01 -6.552732E+00 + endloop + endfacet + facet normal 0.89240526551 -0.417336581 0.17158968563 + outer loop + vertex -9.251433E+01 2.7415838E+01 -4.530947E+00 + vertex -9.402596E+01 2.3352207E+01 -6.552732E+00 + vertex -9.182629E+01 2.6959632E+01 -9.218882E+00 + endloop + endfacet + facet normal 0.89476189021 -0.4021810226 0.1940401631 + outer loop + vertex -9.182629E+01 2.6959632E+01 -9.218882E+00 + vertex -9.402596E+01 2.3352207E+01 -6.552732E+00 + vertex -9.316424E+01 2.2891497E+01 -1.148119E+01 + endloop + endfacet + facet normal 0.86843475999 -0.4263508835 0.25307309575 + outer loop + vertex -9.182629E+01 2.6959632E+01 -9.218882E+00 + vertex -9.316424E+01 2.2891497E+01 -1.148119E+01 + vertex -9.068670E+01 2.6521738E+01 -1.386718E+01 + endloop + endfacet + facet normal 0.86864443093 -0.4108845164 0.27682262692 + outer loop + vertex -9.068670E+01 2.6521738E+01 -1.386718E+01 + vertex -9.316424E+01 2.2891497E+01 -1.148119E+01 + vertex -9.187570E+01 2.2399983E+01 -1.625408E+01 + endloop + endfacet + facet normal 0.83894460765 -0.4329553676 0.3297295785 + outer loop + vertex -9.068670E+01 2.6521738E+01 -1.386718E+01 + vertex -9.187570E+01 2.2399983E+01 -1.625408E+01 + vertex -8.916110E+01 2.6009228E+01 -1.842179E+01 + endloop + endfacet + facet normal 0.83684748052 -0.4149639405 0.3570591302 + outer loop + vertex -8.916110E+01 2.6009228E+01 -1.842179E+01 + vertex -9.187570E+01 2.2399983E+01 -1.625408E+01 + vertex -9.019525E+01 2.1821185E+01 -2.086524E+01 + endloop + endfacet + facet normal 0.80587037064 -0.4339872162 0.40277542361 + outer loop + vertex -8.916110E+01 2.6009228E+01 -1.842179E+01 + vertex -9.019525E+01 2.1821185E+01 -2.086524E+01 + vertex -8.728115E+01 2.5444134E+01 -2.279206E+01 + endloop + endfacet + facet normal 0.80120481751 -0.4153512431 0.43076000889 + outer loop + vertex -8.728115E+01 2.5444134E+01 -2.279206E+01 + vertex -9.019525E+01 2.1821185E+01 -2.086524E+01 + vertex -8.810882E+01 2.1238322E+01 -2.530797E+01 + endloop + endfacet + facet normal 0.76760192674 -0.4334738425 0.47210984946 + outer loop + vertex -8.728115E+01 2.5444134E+01 -2.279206E+01 + vertex -8.810882E+01 2.1238322E+01 -2.530797E+01 + vertex -8.505357E+01 2.4840603E+01 -2.696801E+01 + endloop + endfacet + facet normal 0.75991889075 -0.4133320075 0.50167711834 + outer loop + vertex -8.505357E+01 2.4840603E+01 -2.696801E+01 + vertex -8.810882E+01 2.1238322E+01 -2.530797E+01 + vertex -8.565173E+01 2.0619638E+01 -2.953960E+01 + endloop + endfacet + facet normal 0.7255218923 -0.430118066 0.53723033522 + outer loop + vertex -8.505357E+01 2.4840603E+01 -2.696801E+01 + vertex -8.565173E+01 2.0619638E+01 -2.953960E+01 + vertex -8.252010E+01 2.4176101E+01 -3.092145E+01 + endloop + endfacet + facet normal 0.71297822673 -0.4055648816 0.57199578231 + outer loop + vertex -8.252010E+01 2.4176101E+01 -3.092145E+01 + vertex -8.565173E+01 2.0619638E+01 -2.953960E+01 + vertex -8.286705E+01 1.9862614E+01 -3.354739E+01 + endloop + endfacet + facet normal 0.68532860986 -0.4181054946 0.59624868295 + outer loop + vertex -8.252010E+01 2.4176101E+01 -3.092145E+01 + vertex -8.286705E+01 1.9862614E+01 -3.354739E+01 + vertex -7.984560E+01 2.3351617E+01 -3.457367E+01 + endloop + endfacet + facet normal 0.66866061708 -0.393469222 0.6309318113 + outer loop + vertex -7.984560E+01 2.3351617E+01 -3.457367E+01 + vertex -8.286705E+01 1.9862614E+01 -3.354739E+01 + vertex -7.964168E+01 1.9382627E+01 -3.726497E+01 + endloop + endfacet + facet normal 0.31981275598 -0.4195899154 0.84950815415 + outer loop + vertex -6.412038E+01 1.7291598E+01 -4.870613E+01 + vertex -5.960151E+01 1.6688837E+01 -5.070506E+01 + vertex -6.086963E+01 2.1017211E+01 -4.808978E+01 + endloop + endfacet + facet normal 0.27724109186 -0.4360709038 0.8561422451 + outer loop + vertex -6.086963E+01 2.1017211E+01 -4.808978E+01 + vertex -5.960151E+01 1.6688837E+01 -5.070506E+01 + vertex -5.649043E+01 2.0240269E+01 -4.990361E+01 + endloop + endfacet + facet normal 0.39680381028 -0.4218290746 0.8152343025 + outer loop + vertex -6.846328E+01 1.7835156E+01 -4.631103E+01 + vertex -6.412038E+01 1.7291598E+01 -4.870613E+01 + vertex -6.510156E+01 2.1648280E+01 -4.597426E+01 + endloop + endfacet + facet normal 0.34798893018 -0.4405409652 0.82754296713 + outer loop + vertex -6.510156E+01 2.1648280E+01 -4.597426E+01 + vertex -6.412038E+01 1.7291598E+01 -4.870613E+01 + vertex -6.086963E+01 2.1017211E+01 -4.808978E+01 + endloop + endfacet + facet normal 0.46606772817 -0.4213906511 0.77795294966 + outer loop + vertex -7.247671E+01 1.8454797E+01 -4.357097E+01 + vertex -6.846328E+01 1.7835156E+01 -4.631103E+01 + vertex -6.912778E+01 2.2196953E+01 -4.355030E+01 + endloop + endfacet + facet normal 0.41865706464 -0.4392928412 0.79482580599 + outer loop + vertex -6.912778E+01 2.2196953E+01 -4.355030E+01 + vertex -6.846328E+01 1.7835156E+01 -4.631103E+01 + vertex -6.510156E+01 2.1648280E+01 -4.597426E+01 + endloop + endfacet + facet normal 0.53781850834 -0.4173627807 0.73250226033 + outer loop + vertex -7.617587E+01 1.8901600E+01 -4.060039E+01 + vertex -7.247671E+01 1.8454797E+01 -4.357097E+01 + vertex -7.291588E+01 2.2660921E+01 -4.085197E+01 + endloop + endfacet + facet normal 0.48521022801 -0.4384034731 0.75655365269 + outer loop + vertex -7.291588E+01 2.2660921E+01 -4.085197E+01 + vertex -7.247671E+01 1.8454797E+01 -4.357097E+01 + vertex -6.912778E+01 2.2196953E+01 -4.355030E+01 + endloop + endfacet + facet normal 0.60603211229 -0.4001910371 0.68743887926 + outer loop + vertex -7.964168E+01 1.9382627E+01 -3.726497E+01 + vertex -7.617587E+01 1.8901600E+01 -4.060039E+01 + vertex -7.650751E+01 2.2858779E+01 -3.800436E+01 + endloop + endfacet + facet normal 0.54738982882 -0.4264964298 0.72004525602 + outer loop + vertex -7.650751E+01 2.2858779E+01 -3.800436E+01 + vertex -7.617587E+01 1.8901600E+01 -4.060039E+01 + vertex -7.291588E+01 2.2660921E+01 -4.085197E+01 + endloop + endfacet + facet normal 0.62030238706 -0.4181226446 0.66362519744 + outer loop + vertex -7.984560E+01 2.3351617E+01 -3.457367E+01 + vertex -7.964168E+01 1.9382627E+01 -3.726497E+01 + vertex -7.650751E+01 2.2858779E+01 -3.800436E+01 + endloop + endfacet + facet normal 0.18237295687 -0.6643131246 0.72486424735 + outer loop + vertex -6.086963E+01 2.1017211E+01 -4.808978E+01 + vertex -5.649043E+01 2.0240269E+01 -4.990361E+01 + vertex -5.738383E+01 2.3958730E+01 -4.627099E+01 + endloop + endfacet + facet normal 0.16726123992 -0.6681021979 0.72502629658 + outer loop + vertex -5.738383E+01 2.3958730E+01 -4.627099E+01 + vertex -5.649043E+01 2.0240269E+01 -4.990361E+01 + vertex -5.332808E+01 2.2943946E+01 -4.814175E+01 + endloop + endfacet + facet normal 0.03894656826 -0.8405236609 0.54037314914 + outer loop + vertex -5.738383E+01 2.3958730E+01 -4.627099E+01 + vertex -5.332808E+01 2.2943946E+01 -4.814175E+01 + vertex -5.365849E+01 2.5733641E+01 -4.377870E+01 + endloop + endfacet + facet normal 0.07242672448 -0.8377931396 0.54116266021 + outer loop + vertex -5.365849E+01 2.5733641E+01 -4.377870E+01 + vertex -5.332808E+01 2.2943946E+01 -4.814175E+01 + vertex -5.029704E+01 2.4617347E+01 -4.595676E+01 + endloop + endfacet + facet normal 0.2454195817 -0.677754149 0.69312231416 + outer loop + vertex -6.510156E+01 2.1648280E+01 -4.597426E+01 + vertex -6.086963E+01 2.1017211E+01 -4.808978E+01 + vertex -6.136634E+01 2.4753644E+01 -4.426031E+01 + endloop + endfacet + facet normal 0.21476892802 -0.6849750404 0.69619214411 + outer loop + vertex -6.136634E+01 2.4753644E+01 -4.426031E+01 + vertex -6.086963E+01 2.1017211E+01 -4.808978E+01 + vertex -5.738383E+01 2.3958730E+01 -4.627099E+01 + endloop + endfacet + facet normal 0.30829789859 -0.6793926564 0.66586637114 + outer loop + vertex -6.912778E+01 2.2196953E+01 -4.355030E+01 + vertex -6.510156E+01 2.1648280E+01 -4.597426E+01 + vertex -6.531798E+01 2.5360242E+01 -4.208670E+01 + endloop + endfacet + facet normal 0.26460505068 -0.6900742945 0.6736331607 + outer loop + vertex -6.531798E+01 2.5360242E+01 -4.208670E+01 + vertex -6.510156E+01 2.1648280E+01 -4.597426E+01 + vertex -6.136634E+01 2.4753644E+01 -4.426031E+01 + endloop + endfacet + facet normal 0.37233809152 -0.6735347934 0.63852582383 + outer loop + vertex -7.291588E+01 2.2660921E+01 -4.085197E+01 + vertex -6.912778E+01 2.2196953E+01 -4.355030E+01 + vertex -6.916117E+01 2.5846978E+01 -3.968068E+01 + endloop + endfacet + facet normal 0.32070807688 -0.6876381094 0.65138326655 + outer loop + vertex -6.916117E+01 2.5846978E+01 -3.968068E+01 + vertex -6.912778E+01 2.2196953E+01 -4.355030E+01 + vertex -6.531798E+01 2.5360242E+01 -4.208670E+01 + endloop + endfacet + facet normal 0.44565448204 -0.6572786511 0.60776381713 + outer loop + vertex -7.650751E+01 2.2858779E+01 -3.800436E+01 + vertex -7.291588E+01 2.2660921E+01 -4.085197E+01 + vertex -7.283136E+01 2.6187536E+01 -3.710001E+01 + endloop + endfacet + facet normal 0.37941312545 -0.6784162314 0.6291240714 + outer loop + vertex -7.283136E+01 2.6187536E+01 -3.710001E+01 + vertex -7.291588E+01 2.2660921E+01 -4.085197E+01 + vertex -6.916117E+01 2.5846978E+01 -3.968068E+01 + endloop + endfacet + facet normal 0.51431802643 -0.6225241449 0.58986494788 + outer loop + vertex -7.984560E+01 2.3351617E+01 -3.457367E+01 + vertex -7.650751E+01 2.2858779E+01 -3.800436E+01 + vertex -7.630152E+01 2.6014434E+01 -3.485359E+01 + endloop + endfacet + facet normal 0.43550354103 -0.6501121326 0.62264828013 + outer loop + vertex -7.630152E+01 2.6014434E+01 -3.485359E+01 + vertex -7.650751E+01 2.2858779E+01 -3.800436E+01 + vertex -7.283136E+01 2.6187536E+01 -3.710001E+01 + endloop + endfacet + facet normal 0.07584837659 -0.8667700219 0.49290643425 + outer loop + vertex -6.136634E+01 2.4753644E+01 -4.426031E+01 + vertex -5.738383E+01 2.3958730E+01 -4.627099E+01 + vertex -5.724807E+01 2.6646692E+01 -4.156513E+01 + endloop + endfacet + facet normal 0.08331108924 -0.8663450854 0.49244842923 + outer loop + vertex -5.724807E+01 2.6646692E+01 -4.156513E+01 + vertex -5.738383E+01 2.3958730E+01 -4.627099E+01 + vertex -5.365849E+01 2.5733641E+01 -4.377870E+01 + endloop + endfacet + facet normal 0.1219461647 -0.8762197948 0.46622741665 + outer loop + vertex -6.531798E+01 2.5360242E+01 -4.208670E+01 + vertex -6.136634E+01 2.4753644E+01 -4.426031E+01 + vertex -6.102074E+01 2.7360943E+01 -3.945060E+01 + endloop + endfacet + facet normal 0.09663984127 -0.8779141348 0.46896429825 + outer loop + vertex -6.102074E+01 2.7360943E+01 -3.945060E+01 + vertex -6.136634E+01 2.4753644E+01 -4.426031E+01 + vertex -5.724807E+01 2.6646692E+01 -4.156513E+01 + endloop + endfacet + facet normal 0.1749502108 -0.8726234007 0.45598335971 + outer loop + vertex -6.916117E+01 2.5846978E+01 -3.968068E+01 + vertex -6.531798E+01 2.5360242E+01 -4.208670E+01 + vertex -6.493056E+01 2.7939045E+01 -3.730024E+01 + endloop + endfacet + facet normal 0.12474360917 -0.8776620085 0.46276174305 + outer loop + vertex -6.493056E+01 2.7939045E+01 -3.730024E+01 + vertex -6.531798E+01 2.5360242E+01 -4.208670E+01 + vertex -6.102074E+01 2.7360943E+01 -3.945060E+01 + endloop + endfacet + facet normal 0.23996789971 -0.8578235645 0.45448227605 + outer loop + vertex -7.283136E+01 2.6187536E+01 -3.710001E+01 + vertex -6.916117E+01 2.5846978E+01 -3.968068E+01 + vertex -6.899476E+01 2.8391397E+01 -3.496602E+01 + endloop + endfacet + facet normal 0.16935877524 -0.8697959236 0.46343570917 + outer loop + vertex -6.899476E+01 2.8391397E+01 -3.496602E+01 + vertex -6.916117E+01 2.5846978E+01 -3.968068E+01 + vertex -6.493056E+01 2.7939045E+01 -3.730024E+01 + endloop + endfacet + facet normal 0.33819840473 -0.8214743331 0.45913152703 + outer loop + vertex -7.630152E+01 2.6014434E+01 -3.485359E+01 + vertex -7.283136E+01 2.6187536E+01 -3.710001E+01 + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + endloop + endfacet + facet normal 0.23182817057 -0.854209377 0.46538375512 + outer loop + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + vertex -7.283136E+01 2.6187536E+01 -3.710001E+01 + vertex -6.899476E+01 2.8391397E+01 -3.496602E+01 + endloop + endfacet + facet normal 0.53698323228 -0.6484343826 0.53961269422 + outer loop + vertex -8.252010E+01 2.4176101E+01 -3.092145E+01 + vertex -7.984560E+01 2.3351617E+01 -3.457367E+01 + vertex -7.843852E+01 2.7089064E+01 -3.148273E+01 + endloop + endfacet + facet normal 0.53112136514 -0.6497264109 0.54384343925 + outer loop + vertex -7.843852E+01 2.7089064E+01 -3.148273E+01 + vertex -7.984560E+01 2.3351617E+01 -3.457367E+01 + vertex -7.630152E+01 2.6014434E+01 -3.485359E+01 + endloop + endfacet + facet normal 0.32816544753 -0.819749593 0.46938048943 + outer loop + vertex -7.843852E+01 2.7089064E+01 -3.148273E+01 + vertex -7.630152E+01 2.6014434E+01 -3.485359E+01 + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + endloop + endfacet + facet normal 0.57839393512 -0.6586056742 0.48135124574 + outer loop + vertex -8.505357E+01 2.4840603E+01 -2.696801E+01 + vertex -8.252010E+01 2.4176101E+01 -3.092145E+01 + vertex -8.102111E+01 2.7771505E+01 -2.780325E+01 + endloop + endfacet + facet normal 0.54585541421 -0.6671742574 0.50687313708 + outer loop + vertex -8.102111E+01 2.7771505E+01 -2.780325E+01 + vertex -8.252010E+01 2.4176101E+01 -3.092145E+01 + vertex -7.843852E+01 2.7089064E+01 -3.148273E+01 + endloop + endfacet + facet normal 0.61643232289 -0.6630826946 0.42465577989 + outer loop + vertex -8.728115E+01 2.5444134E+01 -2.279206E+01 + vertex -8.505357E+01 2.4840603E+01 -2.696801E+01 + vertex -8.329302E+01 2.8407545E+01 -2.395400E+01 + endloop + endfacet + facet normal 0.58322935394 -0.6726586986 0.45538313083 + outer loop + vertex -8.329302E+01 2.8407545E+01 -2.395400E+01 + vertex -8.505357E+01 2.4840603E+01 -2.696801E+01 + vertex -8.102111E+01 2.7771505E+01 -2.780325E+01 + endloop + endfacet + facet normal 0.65399796582 -0.6615816686 0.36687376093 + outer loop + vertex -8.916110E+01 2.6009228E+01 -1.842179E+01 + vertex -8.728115E+01 2.5444134E+01 -2.279206E+01 + vertex -8.535694E+01 2.8952768E+01 -1.989510E+01 + endloop + endfacet + facet normal 0.61841898784 -0.6734908781 0.40492961433 + outer loop + vertex -8.535694E+01 2.8952768E+01 -1.989510E+01 + vertex -8.728115E+01 2.5444134E+01 -2.279206E+01 + vertex -8.329302E+01 2.8407545E+01 -2.395400E+01 + endloop + endfacet + facet normal 0.6898646502 -0.6565730139 0.30495678673 + outer loop + vertex -9.068670E+01 2.6521738E+01 -1.386718E+01 + vertex -8.916110E+01 2.6009228E+01 -1.842179E+01 + vertex -8.711895E+01 2.9458955E+01 -1.561421E+01 + endloop + endfacet + facet normal 0.65428955297 -0.6710774794 0.34865484009 + outer loop + vertex -8.711895E+01 2.9458955E+01 -1.561421E+01 + vertex -8.916110E+01 2.6009228E+01 -1.842179E+01 + vertex -8.535694E+01 2.8952768E+01 -1.989510E+01 + endloop + endfacet + facet normal 0.72203473636 -0.6495557682 0.23820819351 + outer loop + vertex -9.182629E+01 2.6959632E+01 -9.218882E+00 + vertex -9.068670E+01 2.6521738E+01 -1.386718E+01 + vertex -8.847796E+01 2.9947503E+01 -1.122059E+01 + endloop + endfacet + facet normal 0.68869822477 -0.6658018629 0.28705859082 + outer loop + vertex -8.847796E+01 2.9947503E+01 -1.122059E+01 + vertex -9.068670E+01 2.6521738E+01 -1.386718E+01 + vertex -8.711895E+01 2.9458955E+01 -1.561421E+01 + endloop + endfacet + facet normal 0.74827551862 -0.6406572943 0.1721684624 + outer loop + vertex -9.251433E+01 2.7415838E+01 -4.530947E+00 + vertex -9.182629E+01 2.6959632E+01 -9.218882E+00 + vertex -8.944005E+01 3.0385441E+01 -6.842119E+00 + endloop + endfacet + facet normal 0.72000175932 -0.6568585162 0.22390702608 + outer loop + vertex -8.944005E+01 3.0385441E+01 -6.842119E+00 + vertex -9.182629E+01 2.6959632E+01 -9.218882E+00 + vertex -8.847796E+01 2.9947503E+01 -1.122059E+01 + endloop + endfacet + facet normal 0.77072745043 -0.6281686433 0.1066927961 + outer loop + vertex -9.270398E+01 2.8005128E+01 3.0856315E-01 + vertex -9.251433E+01 2.7415838E+01 -4.530947E+00 + vertex -9.012945E+01 3.0695529E+01 -2.449256E+00 + endloop + endfacet + facet normal 0.74603372288 -0.6457361599 0.16266067778 + outer loop + vertex -9.012945E+01 3.0695529E+01 -2.449256E+00 + vertex -9.251433E+01 2.7415838E+01 -4.530947E+00 + vertex -8.944005E+01 3.0385441E+01 -6.842119E+00 + endloop + endfacet + facet normal 0.77211895673 -0.6341825124 0.04055684363 + outer loop + vertex -9.240742E+01 2.8669409E+01 5.0499312E+00 + vertex -9.270398E+01 2.8005128E+01 3.0856315E-01 + vertex -9.001369E+01 3.1398808E+01 2.1575463E+00 + endloop + endfacet + facet normal 0.75963540295 -0.6454776751 0.07945203248 + outer loop + vertex -9.001369E+01 3.1398808E+01 2.1575463E+00 + vertex -9.270398E+01 2.8005128E+01 3.0856315E-01 + vertex -9.012945E+01 3.0695529E+01 -2.449256E+00 + endloop + endfacet + facet normal 0.75823895645 -0.6516446256 -0.0208078538 + outer loop + vertex -9.166250E+01 2.9390200E+01 9.6215122E+00 + vertex -9.240742E+01 2.8669409E+01 5.0499312E+00 + vertex -8.926422E+01 3.2283789E+01 6.3958802E+00 + endloop + endfacet + facet normal 0.75385605912 -0.6570281231 0.00388426569 + outer loop + vertex -8.926422E+01 3.2283789E+01 6.3958802E+00 + vertex -9.240742E+01 2.8669409E+01 5.0499312E+00 + vertex -9.001369E+01 3.1398808E+01 2.1575463E+00 + endloop + endfacet + facet normal 0.74669879019 -0.658925298 -0.090875565 + outer loop + vertex -9.058510E+01 2.9981471E+01 1.4187038E+01 + vertex -9.166250E+01 2.9390200E+01 9.6215122E+00 + vertex -8.838711E+01 3.2951334E+01 1.0713260E+01 + endloop + endfacet + facet normal 0.74240060648 -0.668270357 -0.0474980995 + outer loop + vertex -8.838711E+01 3.2951334E+01 1.0713260E+01 + vertex -9.166250E+01 2.9390200E+01 9.6215122E+00 + vertex -8.926422E+01 3.2283789E+01 6.3958802E+00 + endloop + endfacet + facet normal 0.7371075594 -0.6557720702 -0.1632036696 + outer loop + vertex -8.915128E+01 3.0469549E+01 1.8701693E+01 + vertex -9.058510E+01 2.9981471E+01 1.4187038E+01 + vertex -8.727480E+01 3.3472819E+01 1.5109300E+01 + endloop + endfacet + facet normal 0.73545003058 -0.6691232131 -0.1067116594 + outer loop + vertex -8.727480E+01 3.3472819E+01 1.5109300E+01 + vertex -9.058510E+01 2.9981471E+01 1.4187038E+01 + vertex -8.838711E+01 3.2951334E+01 1.0713260E+01 + endloop + endfacet + facet normal 0.72524235107 -0.6476939448 -0.2334868008 + outer loop + vertex -8.733363E+01 3.0926842E+01 2.3079025E+01 + vertex -8.915128E+01 3.0469549E+01 1.8701693E+01 + vertex -8.585693E+01 3.3917486E+01 1.9369808E+01 + endloop + endfacet + facet normal 0.72864201211 -0.6625984133 -0.1733325152 + outer loop + vertex -8.585693E+01 3.3917486E+01 1.9369808E+01 + vertex -8.915128E+01 3.0469549E+01 1.8701693E+01 + vertex -8.727480E+01 3.3472819E+01 1.5109300E+01 + endloop + endfacet + facet normal 0.7111156391 -0.6353334173 -0.3011079485 + outer loop + vertex -8.503904E+01 3.1486972E+01 2.7316223E+01 + vertex -8.733363E+01 3.0926842E+01 2.3079025E+01 + vertex -8.417321E+01 3.4248274E+01 2.3534712E+01 + endloop + endfacet + facet normal 0.71960214655 -0.6519113028 -0.2391326076 + outer loop + vertex -8.417321E+01 3.4248274E+01 2.3534712E+01 + vertex -8.733363E+01 3.0926842E+01 2.3079025E+01 + vertex -8.585693E+01 3.3917486E+01 1.9369808E+01 + endloop + endfacet + facet normal 0.67879286937 -0.6387897263 -0.3621987384 + outer loop + vertex -8.243045E+01 3.2024080E+01 3.1257693E+01 + vertex -8.503904E+01 3.1486972E+01 2.7316223E+01 + vertex -8.172971E+01 3.4934888E+01 2.7437309E+01 + endloop + endfacet + facet normal 0.68971046718 -0.6508440485 -0.3173349902 + outer loop + vertex -8.172971E+01 3.4934888E+01 2.7437309E+01 + vertex -8.503904E+01 3.1486972E+01 2.7316223E+01 + vertex -8.417321E+01 3.4248274E+01 2.3534712E+01 + endloop + endfacet + facet normal 0.64481665237 -0.6387381632 -0.4197916671 + outer loop + vertex -7.945765E+01 3.2625266E+01 3.4909284E+01 + vertex -8.243045E+01 3.2024080E+01 3.1257693E+01 + vertex -7.929473E+01 3.5460061E+01 3.0846228E+01 + endloop + endfacet + facet normal 0.6625783563 -0.6493725917 -0.3732360632 + outer loop + vertex -7.929473E+01 3.5460061E+01 3.0846228E+01 + vertex -8.243045E+01 3.2024080E+01 3.1257693E+01 + vertex -8.172971E+01 3.4934888E+01 2.7437309E+01 + endloop + endfacet + facet normal 0.60628257159 -0.6330529776 -0.4813162899 + outer loop + vertex -7.607709E+01 3.3231190E+01 3.8370613E+01 + vertex -7.945765E+01 3.2625266E+01 3.4909284E+01 + vertex -7.634960E+01 3.5916734E+01 3.4495169E+01 + endloop + endfacet + facet normal 0.62992469417 -0.6485755806 -0.4272523796 + outer loop + vertex -7.634960E+01 3.5916734E+01 3.4495169E+01 + vertex -7.945765E+01 3.2625266E+01 3.4909284E+01 + vertex -7.929473E+01 3.5460061E+01 3.0846228E+01 + endloop + endfacet + facet normal 0.55663059465 -0.6460078602 -0.522337272 + outer loop + vertex -7.242808E+01 3.3935759E+01 4.1387809E+01 + vertex -7.607709E+01 3.3231190E+01 3.8370613E+01 + vertex -7.293765E+01 3.6748011E+01 3.7366693E+01 + endloop + endfacet + facet normal 0.57427119448 -0.6534348082 -0.4931891591 + outer loop + vertex -7.293765E+01 3.6748011E+01 3.7366693E+01 + vertex -7.607709E+01 3.3231190E+01 3.8370613E+01 + vertex -7.634960E+01 3.5916734E+01 3.4495169E+01 + endloop + endfacet + facet normal 0.50266684625 -0.6559559404 -0.5630700186 + outer loop + vertex -6.854651E+01 3.4591344E+01 4.4089248E+01 + vertex -7.242808E+01 3.3935759E+01 4.1387809E+01 + vertex -6.932607E+01 3.7484185E+01 4.0023261E+01 + endloop + endfacet + facet normal 0.52608518027 -0.6641567673 -0.5311592713 + outer loop + vertex -6.932607E+01 3.7484185E+01 4.0023261E+01 + vertex -7.242808E+01 3.3935759E+01 4.1387809E+01 + vertex -7.293765E+01 3.6748011E+01 3.7366693E+01 + endloop + endfacet + facet normal 0.44746255674 -0.6601693092 -0.6032857893 + outer loop + vertex -6.444148E+01 3.5195453E+01 4.6472917E+01 + vertex -6.854651E+01 3.4591344E+01 4.4089248E+01 + vertex -6.553151E+01 3.8124325E+01 4.2459396E+01 + endloop + endfacet + facet normal 0.47782768593 -0.6699144626 -0.5682387837 + outer loop + vertex -6.553151E+01 3.8124325E+01 4.2459396E+01 + vertex -6.854651E+01 3.4591344E+01 4.4089248E+01 + vertex -6.932607E+01 3.7484185E+01 4.0023261E+01 + endloop + endfacet + facet normal 0.38902888165 -0.6589048578 -0.6438174567 + outer loop + vertex -6.015404E+01 3.5716192E+01 4.8530675E+01 + vertex -6.444148E+01 3.5195453E+01 4.6472917E+01 + vertex -6.155400E+01 3.8681292E+01 4.4650159E+01 + endloop + endfacet + facet normal 0.42760572981 -0.6709653376 -0.6057712898 + outer loop + vertex -6.155400E+01 3.8681292E+01 4.4650159E+01 + vertex -6.444148E+01 3.5195453E+01 4.6472917E+01 + vertex -6.553151E+01 3.8124325E+01 4.2459396E+01 + endloop + endfacet + facet normal 0.32901633316 -0.6522343432 -0.6828898989 + outer loop + vertex -5.567465E+01 3.6220331E+01 5.0207335E+01 + vertex -6.015404E+01 3.5716192E+01 4.8530675E+01 + vertex -5.738851E+01 3.9158513E+01 4.6575313E+01 + endloop + endfacet + facet normal 0.37424997992 -0.6667615014 -0.6444889858 + outer loop + vertex -5.738851E+01 3.9158513E+01 4.6575313E+01 + vertex -6.015404E+01 3.5716192E+01 4.8530675E+01 + vertex -6.155400E+01 3.8681292E+01 4.4650159E+01 + endloop + endfacet + facet normal 0.26771134921 -0.6460165588 -0.7148379112 + outer loop + vertex -5.103101E+01 3.6793266E+01 5.1428635E+01 + vertex -5.567465E+01 3.6220331E+01 5.0207335E+01 + vertex -5.305041E+01 3.9632795E+01 4.8106204E+01 + endloop + endfacet + facet normal 0.31299369177 -0.6607594277 -0.682225716 + outer loop + vertex -5.305041E+01 3.9632795E+01 4.8106204E+01 + vertex -5.567465E+01 3.6220331E+01 5.0207335E+01 + vertex -5.738851E+01 3.9158513E+01 4.6575313E+01 + endloop + endfacet + facet normal 0.20193494605 -0.647800029 -0.7345593236 + outer loop + vertex -4.635977E+01 3.7352433E+01 5.2219664E+01 + vertex -5.103101E+01 3.6793266E+01 5.1428635E+01 + vertex -4.852220E+01 4.0273830E+01 4.9048849E+01 + endloop + endfacet + facet normal 0.24150852051 -0.6602949774 -0.7111147427 + outer loop + vertex -4.852220E+01 4.0273830E+01 4.9048849E+01 + vertex -5.103101E+01 3.6793266E+01 5.1428635E+01 + vertex -5.305041E+01 3.9632795E+01 4.8106204E+01 + endloop + endfacet + facet normal 0.1344492009 -0.6487806552 -0.7490040546 + outer loop + vertex -4.168574E+01 3.7860057E+01 5.2618972E+01 + vertex -4.635977E+01 3.7352433E+01 5.2219664E+01 + vertex -4.412506E+01 4.0881572E+01 4.9563895E+01 + endloop + endfacet + facet normal 0.17677399802 -0.660838589 -0.729412992 + outer loop + vertex -4.412506E+01 4.0881572E+01 4.9563895E+01 + vertex -4.635977E+01 3.7352433E+01 5.2219664E+01 + vertex -4.852220E+01 4.0273830E+01 4.9048849E+01 + endloop + endfacet + facet normal 0.06803933242 -0.6410655763 -0.7644642412 + outer loop + vertex -3.692544E+01 3.8432395E+01 5.2562699E+01 + vertex -4.168574E+01 3.7860057E+01 5.2618972E+01 + vertex -3.984866E+01 4.1265415E+01 4.9926806E+01 + endloop + endfacet + facet normal 0.12207848491 -0.6552273243 -0.7455025131 + outer loop + vertex -3.984866E+01 4.1265415E+01 4.9926806E+01 + vertex -4.168574E+01 3.7860057E+01 5.2618972E+01 + vertex -4.412506E+01 4.0881572E+01 4.9563895E+01 + endloop + endfacet + facet normal 0.00167240716 -0.6430633292 -0.7658111762 + outer loop + vertex -3.220366E+01 3.9094960E+01 5.2016645E+01 + vertex -3.692544E+01 3.8432395E+01 5.2562699E+01 + vertex -3.528806E+01 4.1881956E+01 4.9669626E+01 + endloop + endfacet + facet normal 0.04594857198 -0.6546338012 -0.7545484179 + outer loop + vertex -3.528806E+01 4.1881956E+01 4.9669626E+01 + vertex -3.692544E+01 3.8432395E+01 5.2562699E+01 + vertex -3.984866E+01 4.1265415E+01 4.9926806E+01 + endloop + endfacet + facet normal -0.0596924164 -0.6603580361 -0.7485746987 + outer loop + vertex -2.765803E+01 3.9811434E+01 5.1022128E+01 + vertex -3.220366E+01 3.9094960E+01 5.2016645E+01 + vertex -3.109505E+01 4.2764336E+01 4.8691287E+01 + endloop + endfacet + facet normal -0.0339328463 -0.6654826093 -0.7456416422 + outer loop + vertex -3.109505E+01 4.2764336E+01 4.8691287E+01 + vertex -3.220366E+01 3.9094960E+01 5.2016645E+01 + vertex -3.528806E+01 4.1881956E+01 4.9669626E+01 + endloop + endfacet + facet normal -0.1284982452 -0.6672241298 -0.7336894177 + outer loop + vertex -2.316190E+01 4.0387843E+01 4.9710485E+01 + vertex -2.765803E+01 3.9811434E+01 5.1022128E+01 + vertex -2.685319E+01 4.3420156E+01 4.7599363E+01 + endloop + endfacet + facet normal -0.0840161047 -0.6758048474 -0.732276657 + outer loop + vertex -2.685319E+01 4.3420156E+01 4.7599363E+01 + vertex -2.765803E+01 3.9811434E+01 5.1022128E+01 + vertex -3.109505E+01 4.2764336E+01 4.8691287E+01 + endloop + endfacet + facet normal -0.198516825 -0.662728458 -0.7220679061 + outer loop + vertex -1.873962E+01 4.0871702E+01 4.8050580E+01 + vertex -2.316190E+01 4.0387843E+01 4.9710485E+01 + vertex -2.256900E+01 4.3908323E+01 4.6316313E+01 + endloop + endfacet + facet normal -0.1400703798 -0.6749051915 -0.7244882823 + outer loop + vertex -2.256900E+01 4.3908323E+01 4.6316313E+01 + vertex -2.316190E+01 4.0387843E+01 4.9710485E+01 + vertex -2.685319E+01 4.3420156E+01 4.7599363E+01 + endloop + endfacet + facet normal -0.2675796686 -0.6516515321 -0.7097544658 + outer loop + vertex -1.442093E+01 4.1376613E+01 4.5958844E+01 + vertex -1.873962E+01 4.0871702E+01 4.8050580E+01 + vertex -1.830823E+01 4.4288386E+01 4.4750963E+01 + endloop + endfacet + facet normal -0.2039325138 -0.6666329723 -0.716946309 + outer loop + vertex -1.830823E+01 4.4288386E+01 4.4750963E+01 + vertex -1.873962E+01 4.0871702E+01 4.8050580E+01 + vertex -2.256900E+01 4.3908323E+01 4.6316313E+01 + endloop + endfacet + facet normal -0.3340835606 -0.6450673705 -0.6872235896 + outer loop + vertex -1.031270E+01 4.1912947E+01 4.3458256E+01 + vertex -1.442093E+01 4.1376613E+01 4.5958844E+01 + vertex -1.416262E+01 4.4776182E+01 4.2642241E+01 + endloop + endfacet + facet normal -0.2774558145 -0.6600172925 -0.6981371245 + outer loop + vertex -1.416262E+01 4.4776182E+01 4.2642241E+01 + vertex -1.442093E+01 4.1376613E+01 4.5958844E+01 + vertex -1.830823E+01 4.4288386E+01 4.4750963E+01 + endloop + endfacet + facet normal -0.3957754766 -0.6442042773 -0.654494172 + outer loop + vertex -6.495552E+00 4.2471575E+01 4.0600164E+01 + vertex -1.031270E+01 4.1912947E+01 4.3458256E+01 + vertex -1.035810E+01 4.5363418E+01 4.0089487E+01 + endloop + endfacet + facet normal -0.3472190999 -0.6574566784 -0.6687223734 + outer loop + vertex -1.035810E+01 4.5363418E+01 4.0089487E+01 + vertex -1.031270E+01 4.1912947E+01 4.3458256E+01 + vertex -1.416262E+01 4.4776182E+01 4.2642241E+01 + endloop + endfacet + facet normal -0.447871746 -0.6459895795 -0.6181491425 + outer loop + vertex -3.010140E+00 4.3213105E+01 3.7299928E+01 + vertex -6.495552E+00 4.2471575E+01 4.0600164E+01 + vertex -6.922096E+00 4.5940608E+01 3.7283938E+01 + endloop + endfacet + facet normal -0.407744903 -0.656654852 -0.6344670987 + outer loop + vertex -6.922096E+00 4.5940608E+01 3.7283938E+01 + vertex -6.495552E+00 4.2471575E+01 4.0600164E+01 + vertex -1.035810E+01 4.5363418E+01 4.0089487E+01 + endloop + endfacet + facet normal -0.4872737082 -0.6656658558 -0.5652020008 + outer loop + vertex 1.0091717E-01 4.3902895E+01 3.3805415E+01 + vertex -3.010140E+00 4.3213105E+01 3.7299928E+01 + vertex -3.969244E+00 4.6896108E+01 3.3789142E+01 + endloop + endfacet + facet normal -0.4655825512 -0.6711495938 -0.5768804996 + outer loop + vertex -3.969244E+00 4.6896108E+01 3.3789142E+01 + vertex -3.010140E+00 4.3213105E+01 3.7299928E+01 + vertex -6.922096E+00 4.5940608E+01 3.7283938E+01 + endloop + endfacet + facet normal -0.5297513366 -0.6770873453 -0.5107996164 + outer loop + vertex 2.9407049E+00 4.4433522E+01 3.0156895E+01 + vertex 1.0091717E-01 4.3902895E+01 3.3805415E+01 + vertex -1.471420E+00 4.7642566E+01 3.0478990E+01 + endloop + endfacet + facet normal -0.5003892013 -0.683318039 -0.5316832748 + outer loop + vertex -1.471420E+00 4.7642566E+01 3.0478990E+01 + vertex 1.0091717E-01 4.3902895E+01 3.3805415E+01 + vertex -3.969244E+00 4.6896108E+01 3.3789142E+01 + endloop + endfacet + facet normal -0.5917727915 -0.656760835 -0.4674079256 + outer loop + vertex 5.6109351E+00 4.4934177E+01 2.6072711E+01 + vertex 2.9407049E+00 4.4433522E+01 3.0156895E+01 + vertex 1.6013394E+00 4.7789698E+01 2.7136825E+01 + endloop + endfacet + facet normal -0.528332685 -0.6746705024 -0.515445717 + outer loop + vertex 1.6013394E+00 4.7789698E+01 2.7136825E+01 + vertex 2.9407049E+00 4.4433522E+01 3.0156895E+01 + vertex -1.471420E+00 4.7642566E+01 3.0478990E+01 + endloop + endfacet + facet normal -0.6290298924 -0.6570725324 -0.4154239782 + outer loop + vertex 7.7554345E+00 4.5630165E+01 2.1724698E+01 + vertex 5.6109351E+00 4.4934177E+01 2.6072711E+01 + vertex 3.9679529E+00 4.8427314E+01 2.3035430E+01 + endloop + endfacet + facet normal -0.5945906733 -0.6683246972 -0.446994441 + outer loop + vertex 3.9679529E+00 4.8427314E+01 2.3035430E+01 + vertex 5.6109351E+00 4.4934177E+01 2.6072711E+01 + vertex 1.6013394E+00 4.7789698E+01 2.7136825E+01 + endloop + endfacet + facet normal -0.6430990098 -0.6783301841 -0.355375611 + outer loop + vertex 9.3666433E+00 4.6409859E+01 1.7320748E+01 + vertex 7.7554345E+00 4.5630165E+01 2.1724698E+01 + vertex 5.3754367E+00 4.9396800E+01 1.8841979E+01 + endloop + endfacet + facet normal -0.631382979 -0.6817627689 -0.3695335718 + outer loop + vertex 5.3754367E+00 4.9396800E+01 1.8841979E+01 + vertex 7.7554345E+00 4.5630165E+01 2.1724698E+01 + vertex 3.9679529E+00 4.8427314E+01 2.3035430E+01 + endloop + endfacet + facet normal -0.6607120999 -0.6921415699 -0.2905160378 + outer loop + vertex 1.0658407E+01 4.7076228E+01 1.2795331E+01 + vertex 9.3666433E+00 4.6409859E+01 1.7320748E+01 + vertex 6.6177799E+00 5.0187026E+01 1.4573473E+01 + endloop + endfacet + facet normal -0.6427330729 -0.6977704582 -0.3162445014 + outer loop + vertex 6.6177799E+00 5.0187026E+01 1.4573473E+01 + vertex 9.3666433E+00 4.6409859E+01 1.7320748E+01 + vertex 5.3754367E+00 4.9396800E+01 1.8841979E+01 + endloop + endfacet + facet normal -0.6801114762 -0.6976413977 -0.2252661984 + outer loop + vertex 1.1627070E+01 4.7617419E+01 8.1947486E+00 + vertex 1.0658407E+01 4.7076228E+01 1.2795331E+01 + vertex 7.6245125E+00 5.0869656E+01 1.0206991E+01 + endloop + endfacet + facet normal -0.6584803889 -0.7054802026 -0.2621092542 + outer loop + vertex 7.6245125E+00 5.0869656E+01 1.0206991E+01 + vertex 1.0658407E+01 4.7076228E+01 1.2795331E+01 + vertex 6.6177799E+00 5.0187026E+01 1.4573473E+01 + endloop + endfacet + facet normal -0.7045294494 -0.6917938368 -0.1583020602 + outer loop + vertex 1.2269034E+01 4.8029115E+01 3.5385168E+00 + vertex 1.1627070E+01 4.7617419E+01 8.1947486E+00 + vertex 8.4738084E+00 5.1364790E+01 5.8521220E+00 + endloop + endfacet + facet normal -0.6783005933 -0.7034572667 -0.2122644084 + outer loop + vertex 8.4738084E+00 5.1364790E+01 5.8521220E+00 + vertex 1.1627070E+01 4.7617419E+01 8.1947486E+00 + vertex 7.6245125E+00 5.0869656E+01 1.0206991E+01 + endloop + endfacet + facet normal -0.7333955253 -0.6731070098 -0.0951732988 + outer loop + vertex 1.2424623E+01 4.8542000E+01 -1.287788E+00 + vertex 1.2269034E+01 4.8029115E+01 3.5385168E+00 + vertex 9.2700398E+00 5.1582944E+01 1.5142252E+00 + endloop + endfacet + facet normal -0.7057873508 -0.6891304436 -0.1642055028 + outer loop + vertex 9.2700398E+00 5.1582944E+01 1.5142252E+00 + vertex 1.2269034E+01 4.8029115E+01 3.5385168E+00 + vertex 8.4738084E+00 5.1364790E+01 5.8521220E+00 + endloop + endfacet + facet normal -0.7397713633 -0.6722123325 -0.0294772802 + outer loop + vertex 1.2084049E+01 4.9125504E+01 -6.047085E+00 + vertex 1.2424623E+01 4.8542000E+01 -1.287788E+00 + vertex 9.1859239E+00 5.2184922E+01 -3.083062E+00 + endloop + endfacet + facet normal -0.7262472883 -0.683200387 -0.0761715657 + outer loop + vertex 9.1859239E+00 5.2184922E+01 -3.083062E+00 + vertex 1.2424623E+01 4.8542000E+01 -1.287788E+00 + vertex 9.2700398E+00 5.1582944E+01 1.5142252E+00 + endloop + endfacet + facet normal -0.7325326561 -0.6801399051 0.02838339707 + outer loop + vertex 1.1211987E+01 4.9872220E+01 -1.066042E+01 + vertex 1.2084049E+01 4.9125504E+01 -6.047085E+00 + vertex 8.5611793E+00 5.2868976E+01 -7.263722E+00 + endloop + endfacet + facet normal -0.7276674808 -0.6859211618 -0.0034924593 + outer loop + vertex 8.5611793E+00 5.2868976E+01 -7.263722E+00 + vertex 1.2084049E+01 4.9125504E+01 -6.047085E+00 + vertex 9.1859239E+00 5.2184922E+01 -3.083062E+00 + endloop + endfacet + facet normal -0.7152935073 -0.6929258219 0.09060355289 + outer loop + vertex 9.9720512E+00 5.0560990E+01 -1.518178E+01 + vertex 1.1211987E+01 4.9872220E+01 -1.066042E+01 + vertex 7.4415249E+00 5.3645948E+01 -1.156627E+01 + endloop + endfacet + facet normal -0.7132645222 -0.6983648974 0.05949950828 + outer loop + vertex 7.4415249E+00 5.3645948E+01 -1.156627E+01 + vertex 1.1211987E+01 4.9872220E+01 -1.066042E+01 + vertex 8.5611793E+00 5.2868976E+01 -7.263722E+00 + endloop + endfacet + facet normal -0.6919243254 -0.7057109464 0.15235743505 + outer loop + vertex 8.4449758E+00 5.1119552E+01 -1.952970E+01 + vertex 9.9720512E+00 5.0560990E+01 -1.518178E+01 + vertex 5.9480873E+00 5.4433810E+01 -1.551775E+01 + endloop + endfacet + facet normal -0.6935958854 -0.7102082494 0.1205362608 + outer loop + vertex 5.9480873E+00 5.4433810E+01 -1.551775E+01 + vertex 9.9720512E+00 5.0560990E+01 -1.518178E+01 + vertex 7.4415249E+00 5.3645948E+01 -1.156627E+01 + endloop + endfacet + facet normal -0.6838341832 -0.6923201484 0.2303554253 + outer loop + vertex 6.6417626E+00 5.1445192E+01 -2.390403E+01 + vertex 8.4449758E+00 5.1119552E+01 -1.952970E+01 + vertex 4.6684445E+00 5.4765912E+01 -1.978180E+01 + endloop + endfacet + facet normal -0.6917171128 -0.7058596561 0.15260924515 + outer loop + vertex 4.6684445E+00 5.4765912E+01 -1.978180E+01 + vertex 8.4449758E+00 5.1119552E+01 -1.952970E+01 + vertex 5.9480873E+00 5.4433810E+01 -1.551775E+01 + endloop + endfacet + facet normal -0.6813225556 -0.666798688 0.30195874715 + outer loop + vertex 4.2832745E+00 5.1920895E+01 -2.817513E+01 + vertex 6.6417626E+00 5.1445192E+01 -2.390403E+01 + vertex 3.1999234E+00 5.4887766E+01 -2.406796E+01 + endloop + endfacet + facet normal -0.6952449034 -0.6846807551 0.21873908654 + outer loop + vertex 3.1999234E+00 5.4887766E+01 -2.406796E+01 + vertex 6.6417626E+00 5.1445192E+01 -2.390403E+01 + vertex 4.6684445E+00 5.4765912E+01 -1.978180E+01 + endloop + endfacet + facet normal -0.6551580946 -0.6645725192 0.35932052236 + outer loop + vertex 1.4625918E+00 5.2585604E+01 -3.208875E+01 + vertex 4.2832745E+00 5.1920895E+01 -2.817513E+01 + vertex 7.3461340E-01 5.5474911E+01 -2.807224E+01 + endloop + endfacet + facet normal -0.6677758431 -0.6758024612 0.31203598648 + outer loop + vertex 7.3461340E-01 5.5474911E+01 -2.807224E+01 + vertex 4.2832745E+00 5.1920895E+01 -2.817513E+01 + vertex 3.1999234E+00 5.4887766E+01 -2.406796E+01 + endloop + endfacet + facet normal -0.6103562932 -0.6849848982 0.3978201661 + outer loop + vertex -1.643563E+00 5.3346573E+01 -3.554410E+01 + vertex 1.4625918E+00 5.2585604E+01 -3.208875E+01 + vertex -2.272671E+00 5.6430051E+01 -3.120004E+01 + endloop + endfacet + facet normal -0.6167316398 -0.687742273 0.38295254333 + outer loop + vertex -2.272671E+00 5.6430051E+01 -3.120004E+01 + vertex 1.4625918E+00 5.2585604E+01 -3.208875E+01 + vertex 7.3461340E-01 5.5474911E+01 -2.807224E+01 + endloop + endfacet + facet normal -0.5620171235 -0.6965297219 0.44607521722 + outer loop + vertex -4.948238E+00 5.3937577E+01 -3.878488E+01 + vertex -1.643563E+00 5.3346573E+01 -3.554410E+01 + vertex -5.364786E+00 5.7171656E+01 -3.425980E+01 + endloop + endfacet + facet normal -0.5787315436 -0.7022379039 0.4146465082 + outer loop + vertex -5.364786E+00 5.7171656E+01 -3.425980E+01 + vertex -1.643563E+00 5.3346573E+01 -3.554410E+01 + vertex -2.272671E+00 5.6430051E+01 -3.120004E+01 + endloop + endfacet + facet normal -0.5170975599 -0.690436194 0.50587347778 + outer loop + vertex -8.464733E+00 5.4313423E+01 -4.186643E+01 + vertex -4.948238E+00 5.3937577E+01 -3.878488E+01 + vertex -8.466764E+00 5.7630522E+01 -3.734120E+01 + endloop + endfacet + facet normal -0.5516140902 -0.7017894752 0.45079200088 + outer loop + vertex -8.466764E+00 5.7630522E+01 -3.734120E+01 + vertex -4.948238E+00 5.3937577E+01 -3.878488E+01 + vertex -5.364786E+00 5.7171656E+01 -3.425980E+01 + endloop + endfacet + facet normal -0.4810953845 -0.6690843556 0.56645684403 + outer loop + vertex -1.240411E+01 5.4794831E+01 -4.464354E+01 + vertex -8.464733E+00 5.4313423E+01 -4.186643E+01 + vertex -1.163869E+01 5.7809564E+01 -4.043254E+01 + endloop + endfacet + facet normal -0.5278820582 -0.68510836 0.50196321342 + outer loop + vertex -1.163869E+01 5.7809564E+01 -4.043254E+01 + vertex -8.464733E+00 5.4313423E+01 -4.186643E+01 + vertex -8.466764E+00 5.7630522E+01 -3.734120E+01 + endloop + endfacet + facet normal -0.4319927478 -0.6667743477 0.60728431162 + outer loop + vertex -1.659579E+01 5.5422082E+01 -4.693661E+01 + vertex -1.240411E+01 5.4794831E+01 -4.464354E+01 + vertex -1.551707E+01 5.8384231E+01 -4.291693E+01 + endloop + endfacet + facet normal -0.4652782107 -0.6775267699 0.56962589713 + outer loop + vertex -1.551707E+01 5.8384231E+01 -4.291693E+01 + vertex -1.240411E+01 5.4794831E+01 -4.464354E+01 + vertex -1.163869E+01 5.7809564E+01 -4.043254E+01 + endloop + endfacet + facet normal -0.3742446015 -0.6814913035 0.62889632015 + outer loop + vertex -2.083867E+01 5.6078970E+01 -4.874964E+01 + vertex -1.659579E+01 5.5422082E+01 -4.693661E+01 + vertex -1.944147E+01 5.9222946E+01 -4.451128E+01 + endloop + endfacet + facet normal -0.3949307814 -0.6857774646 0.61134192302 + outer loop + vertex -1.944147E+01 5.9222946E+01 -4.451128E+01 + vertex -1.659579E+01 5.5422082E+01 -4.693661E+01 + vertex -1.551707E+01 5.8384231E+01 -4.291693E+01 + endloop + endfacet + facet normal -0.3136379893 -0.6807441359 0.66198084043 + outer loop + vertex -2.528933E+01 5.6639522E+01 -5.028186E+01 + vertex -2.083867E+01 5.6078970E+01 -4.874964E+01 + vertex -2.341173E+01 5.9724639E+01 -4.621972E+01 + endloop + endfacet + facet normal -0.3580306256 -0.6895620723 0.62953810012 + outer loop + vertex -2.341173E+01 5.9724639E+01 -4.621972E+01 + vertex -2.083867E+01 5.6078970E+01 -4.874964E+01 + vertex -1.944147E+01 5.9222946E+01 -4.451128E+01 + endloop + endfacet + facet normal -0.251955294 -0.6730056701 0.69540053049 + outer loop + vertex -2.993294E+01 5.7161219E+01 -5.145943E+01 + vertex -2.528933E+01 5.6639522E+01 -5.028186E+01 + vertex -2.773805E+01 6.0164939E+01 -4.775719E+01 + endloop + endfacet + facet normal -0.3047862759 -0.6853362324 0.66137702911 + outer loop + vertex -2.773805E+01 6.0164939E+01 -4.775719E+01 + vertex -2.528933E+01 5.6639522E+01 -5.028186E+01 + vertex -2.341173E+01 5.9724639E+01 -4.621972E+01 + endloop + endfacet + facet normal -0.1872923127 -0.6679157837 0.72028473225 + outer loop + vertex -3.464066E+01 5.7679208E+01 -5.220323E+01 + vertex -2.993294E+01 5.7161219E+01 -5.145943E+01 + vertex -3.226055E+01 6.0690095E+01 -4.879236E+01 + endloop + endfacet + facet normal -0.2376655276 -0.6805696815 0.6930656575 + outer loop + vertex -3.226055E+01 6.0690095E+01 -4.879236E+01 + vertex -2.993294E+01 5.7161219E+01 -5.145943E+01 + vertex -2.773805E+01 6.0164939E+01 -4.775719E+01 + endloop + endfacet + facet normal -0.1192117159 -0.6646497174 0.73758343254 + outer loop + vertex -3.936519E+01 5.8165454E+01 -5.252866E+01 + vertex -3.464066E+01 5.7679208E+01 -5.220323E+01 + vertex -3.671284E+01 6.1233592E+01 -4.933522E+01 + endloop + endfacet + facet normal -0.169954153 -0.6769377171 0.71615006317 + outer loop + vertex -3.671284E+01 6.1233592E+01 -4.933522E+01 + vertex -3.464066E+01 5.7679208E+01 -5.220323E+01 + vertex -3.226055E+01 6.0690095E+01 -4.879236E+01 + endloop + endfacet + facet normal -0.0467497516 -0.6526221531 0.7562398998 + outer loop + vertex -4.413201E+01 5.8551505E+01 -5.249018E+01 + vertex -3.936519E+01 5.8165454E+01 -5.252866E+01 + vertex -4.118163E+01 6.1603749E+01 -4.967376E+01 + endloop + endfacet + facet normal -0.1110879302 -0.668945593 0.73496344489 + outer loop + vertex -4.118163E+01 6.1603749E+01 -4.967376E+01 + vertex -3.936519E+01 5.8165454E+01 -5.252866E+01 + vertex -3.671284E+01 6.1233592E+01 -4.933522E+01 + endloop + endfacet + facet normal 0.0220208963 -0.6338273438 0.77316103007 + outer loop + vertex -4.894867E+01 5.9058188E+01 -5.193762E+01 + vertex -4.413201E+01 5.8551505E+01 -5.249018E+01 + vertex -4.569318E+01 6.1825298E+01 -4.976191E+01 + endloop + endfacet + facet normal -0.0468220696 -0.6525809383 0.75627099159 + outer loop + vertex -4.569318E+01 6.1825298E+01 -4.976191E+01 + vertex -4.413201E+01 5.8551505E+01 -5.249018E+01 + vertex -4.118163E+01 6.1603749E+01 -4.967376E+01 + endloop + endfacet + facet normal 0.08668548115 -0.6340786775 0.76839433761 + outer loop + vertex -5.365169E+01 5.9744078E+01 -5.084106E+01 + vertex -4.894867E+01 5.9058188E+01 -5.193762E+01 + vertex -5.029701E+01 6.2438976E+01 -4.899569E+01 + endloop + endfacet + facet normal 0.0405745797 -0.6466497237 0.7617071867 + outer loop + vertex -5.029701E+01 6.2438976E+01 -4.899569E+01 + vertex -4.894867E+01 5.9058188E+01 -5.193762E+01 + vertex -4.569318E+01 6.1825298E+01 -4.976191E+01 + endloop + endfacet + facet normal 0.14620259382 -0.6523889891 0.74364871308 + outer loop + vertex -5.809750E+01 6.0479335E+01 -4.932198E+01 + vertex -5.365169E+01 5.9744078E+01 -5.084106E+01 + vertex -5.441494E+01 6.3344638E+01 -4.753230E+01 + endloop + endfacet + facet normal 0.1195271364 -0.6579340958 0.74352941386 + outer loop + vertex -5.441494E+01 6.3344638E+01 -4.753230E+01 + vertex -5.365169E+01 5.9744078E+01 -5.084106E+01 + vertex -5.029701E+01 6.2438976E+01 -4.899569E+01 + endloop + endfacet + facet normal 0.21271277355 -0.6621894059 0.71851128502 + outer loop + vertex -6.242456E+01 6.1084896E+01 -4.748288E+01 + vertex -5.809750E+01 6.0479335E+01 -4.932198E+01 + vertex -5.851341E+01 6.4060476E+01 -4.589843E+01 + endloop + endfacet + facet normal 0.17074820443 -0.6704428979 0.72204665451 + outer loop + vertex -5.851341E+01 6.4060476E+01 -4.589843E+01 + vertex -5.809750E+01 6.0479335E+01 -4.932198E+01 + vertex -5.441494E+01 6.3344638E+01 -4.753230E+01 + endloop + endfacet + facet normal 0.28194483505 -0.6584394528 0.69782848675 + outer loop + vertex -6.665801E+01 6.1604967E+01 -4.528171E+01 + vertex -6.242456E+01 6.1084896E+01 -4.748288E+01 + vertex -6.265123E+01 6.4549028E+01 -4.412270E+01 + endloop + endfacet + facet normal 0.22411202046 -0.6709495618 0.70682422698 + outer loop + vertex -6.265123E+01 6.4549028E+01 -4.412270E+01 + vertex -6.242456E+01 6.1084896E+01 -4.748288E+01 + vertex -5.851341E+01 6.4060476E+01 -4.589843E+01 + endloop + endfacet + facet normal 0.34958262423 -0.6506093256 0.67416577652 + outer loop + vertex -7.070808E+01 6.2086686E+01 -4.271670E+01 + vertex -6.665801E+01 6.1604967E+01 -4.528171E+01 + vertex -6.674643E+01 6.5011218E+01 -4.194863E+01 + endloop + endfacet + facet normal 0.29002050878 -0.6654723877 0.68777511276 + outer loop + vertex -6.674643E+01 6.5011218E+01 -4.194863E+01 + vertex -6.665801E+01 6.1604967E+01 -4.528171E+01 + vertex -6.265123E+01 6.4549028E+01 -4.412270E+01 + endloop + endfacet + facet normal 0.4134412777 -0.6433720673 0.64431257392 + outer loop + vertex -7.449231E+01 6.2563631E+01 -3.981219E+01 + vertex -7.070808E+01 6.2086686E+01 -4.271670E+01 + vertex -7.056313E+01 6.5490955E+01 -3.941041E+01 + endloop + endfacet + facet normal 0.35765582211 -0.6584153657 0.66224732477 + outer loop + vertex -7.056313E+01 6.5490955E+01 -3.941041E+01 + vertex -7.070808E+01 6.2086686E+01 -4.271670E+01 + vertex -6.674643E+01 6.5011218E+01 -4.194863E+01 + endloop + endfacet + facet normal 0.47245587255 -0.6351046572 0.61108716468 + outer loop + vertex -7.798987E+01 6.3180939E+01 -3.646652E+01 + vertex -7.449231E+01 6.2563631E+01 -3.981219E+01 + vertex -7.408987E+01 6.5897248E+01 -3.665869E+01 + endloop + endfacet + facet normal 0.41949586011 -0.650032025 0.63362574897 + outer loop + vertex -7.408987E+01 6.5897248E+01 -3.665869E+01 + vertex -7.449231E+01 6.2563631E+01 -3.981219E+01 + vertex -7.056313E+01 6.5490955E+01 -3.941041E+01 + endloop + endfacet + facet normal 0.51674067756 -0.6441989491 0.56390317086 + outer loop + vertex -8.106255E+01 6.3943871E+01 -3.277926E+01 + vertex -7.798987E+01 6.3180939E+01 -3.646652E+01 + vertex -7.720938E+01 6.6656652E+01 -3.321110E+01 + endloop + endfacet + facet normal 0.48393002798 -0.6536469274 0.58185687441 + outer loop + vertex -7.720938E+01 6.6656652E+01 -3.321110E+01 + vertex -7.798987E+01 6.3180939E+01 -3.646652E+01 + vertex -7.408987E+01 6.5897248E+01 -3.665869E+01 + endloop + endfacet + facet normal 0.54112677287 -0.6712758784 0.50652789726 + outer loop + vertex -8.365313E+01 6.4776113E+01 -2.890880E+01 + vertex -8.106255E+01 6.3943871E+01 -3.277926E+01 + vertex -7.947544E+01 6.7714193E+01 -2.947816E+01 + endloop + endfacet + facet normal 0.53170122111 -0.6734630243 0.51355755893 + outer loop + vertex -7.947544E+01 6.7714193E+01 -2.947816E+01 + vertex -8.106255E+01 6.3943871E+01 -3.277926E+01 + vertex -7.720938E+01 6.6656652E+01 -3.321110E+01 + endloop + endfacet + facet normal 0.57039704291 -0.6899532941 0.44565868712 + outer loop + vertex -8.598361E+01 6.5477683E+01 -2.483988E+01 + vertex -8.365313E+01 6.4776113E+01 -2.890880E+01 + vertex -8.161566E+01 6.8577888E+01 -2.563077E+01 + endloop + endfacet + facet normal 0.55133470609 -0.6943108634 0.46256077094 + outer loop + vertex -8.161566E+01 6.8577888E+01 -2.563077E+01 + vertex -8.365313E+01 6.4776113E+01 -2.890880E+01 + vertex -7.947544E+01 6.7714193E+01 -2.947816E+01 + endloop + endfacet + facet normal 0.60279336447 -0.6977040476 0.38710363165 + outer loop + vertex -8.802243E+01 6.6078337E+01 -2.058246E+01 + vertex -8.598361E+01 6.5477683E+01 -2.483988E+01 + vertex -8.363632E+01 6.9284541E+01 -2.163369E+01 + endloop + endfacet + facet normal 0.57531160058 -0.7045953571 0.4154057594 + outer loop + vertex -8.363632E+01 6.9284541E+01 -2.163369E+01 + vertex -8.598361E+01 6.5477683E+01 -2.483988E+01 + vertex -8.161566E+01 6.8577888E+01 -2.563077E+01 + endloop + endfacet + facet normal 0.6360579243 -0.6979313102 0.329123386 + outer loop + vertex -8.971411E+01 6.6618824E+01 -1.616699E+01 + vertex -8.802243E+01 6.6078337E+01 -2.058246E+01 + vertex -8.544167E+01 6.9880761E+01 -1.750665E+01 + endloop + endfacet + facet normal 0.60470815203 -0.7070238335 0.36666790107 + outer loop + vertex -8.544167E+01 6.9880761E+01 -1.750665E+01 + vertex -8.802243E+01 6.6078337E+01 -2.058246E+01 + vertex -8.363632E+01 6.9284541E+01 -2.163369E+01 + endloop + endfacet + facet normal 0.67002198284 -0.6919597217 0.26881645426 + outer loop + vertex -9.103505E+01 6.7109421E+01 -1.161173E+01 + vertex -8.971411E+01 6.6618824E+01 -1.616699E+01 + vertex -8.699766E+01 7.0368774E+01 -1.328498E+01 + endloop + endfacet + facet normal 0.63635309988 -0.7037512219 0.31589389024 + outer loop + vertex -8.699766E+01 7.0368774E+01 -1.328498E+01 + vertex -8.971411E+01 6.6618824E+01 -1.616699E+01 + vertex -8.544167E+01 6.9880761E+01 -1.750665E+01 + endloop + endfacet + facet normal 0.70299415915 -0.6806964679 0.20603769251 + outer loop + vertex -9.194828E+01 6.7582572E+01 -6.932640E+00 + vertex -9.103505E+01 6.7109421E+01 -1.161173E+01 + vertex -8.827745E+01 7.0745042E+01 -9.009403E+00 + endloop + endfacet + facet normal 0.6695932629 -0.6951331097 0.26160050082 + outer loop + vertex -8.827745E+01 7.0745042E+01 -9.009403E+00 + vertex -9.103505E+01 6.7109421E+01 -1.161173E+01 + vertex -8.699766E+01 7.0368774E+01 -1.328498E+01 + endloop + endfacet + facet normal 0.72627043774 -0.6724785903 0.14249139224 + outer loop + vertex -9.240323E+01 6.8098829E+01 -2.177352E+00 + vertex -9.194828E+01 6.7582572E+01 -6.932640E+00 + vertex -8.906922E+01 7.1198434E+01 -4.542242E+00 + endloop + endfacet + facet normal 0.70097398597 -0.6863222834 0.19389995942 + outer loop + vertex -8.906922E+01 7.1198434E+01 -4.542242E+00 + vertex -9.194828E+01 6.7582572E+01 -6.932640E+00 + vertex -8.827745E+01 7.0745042E+01 -9.009403E+00 + endloop + endfacet + facet normal 0.73889083133 -0.669163998 0.0791194232 + outer loop + vertex -9.236937E+01 6.8700565E+01 2.5956915E+00 + vertex -9.240323E+01 6.8098829E+01 -2.177352E+00 + vertex -8.934998E+01 7.1723173E+01 -3.799457E-02 + endloop + endfacet + facet normal 0.7214795289 -0.6811824488 0.12432924352 + outer loop + vertex -8.934998E+01 7.1723173E+01 -3.799457E-02 + vertex -9.240323E+01 6.8098829E+01 -2.177352E+00 + vertex -8.906922E+01 7.1198434E+01 -4.542242E+00 + endloop + endfacet + facet normal 0.73885538216 -0.6737258728 0.01364450859 + outer loop + vertex -9.191335E+01 6.9295626E+01 7.2842866E+00 + vertex -9.236937E+01 6.8700565E+01 2.5956915E+00 + vertex -8.903668E+01 7.2392484E+01 4.4254937E+00 + endloop + endfacet + facet normal 0.72854395003 -0.6830761125 0.05129071405 + outer loop + vertex -8.903668E+01 7.2392484E+01 4.4254937E+00 + vertex -9.236937E+01 6.8700565E+01 2.5956915E+00 + vertex -8.934998E+01 7.1723173E+01 -3.799457E-02 + endloop + endfacet + facet normal 0.73493370582 -0.6758564819 -0.0555919412 + outer loop + vertex -9.110933E+01 6.9791199E+01 1.1888648E+01 + vertex -9.191335E+01 6.9295626E+01 7.2842866E+00 + vertex -8.837221E+01 7.3022586E+01 8.7883358E+00 + endloop + endfacet + facet normal 0.72724141635 -0.6862829735 -0.0116448511 + outer loop + vertex -8.837221E+01 7.3022586E+01 8.7883358E+00 + vertex -9.191335E+01 6.9295626E+01 7.2842866E+00 + vertex -8.903668E+01 7.2392484E+01 4.4254937E+00 + endloop + endfacet + facet normal 0.7344479619 -0.6673248219 -0.1235466445 + outer loop + vertex -8.984463E+01 7.0337323E+01 1.6457030E+01 + vertex -9.110933E+01 6.9791199E+01 1.1888648E+01 + vertex -8.765026E+01 7.3399120E+01 1.2963922E+01 + endloop + endfacet + facet normal 0.72990497682 -0.6804666984 -0.0648366966 + outer loop + vertex -8.765026E+01 7.3399120E+01 1.2963922E+01 + vertex -9.110933E+01 6.9791199E+01 1.1888648E+01 + vertex -8.837221E+01 7.3022586E+01 8.7883358E+00 + endloop + endfacet + facet normal 0.72128594101 -0.6668943161 -0.1870790274 + outer loop + vertex -8.812808E+01 7.0957470E+01 2.0864553E+01 + vertex -8.984463E+01 7.0337323E+01 1.6457030E+01 + vertex -8.629731E+01 7.3962706E+01 1.7210106E+01 + endloop + endfacet + facet normal 0.72210211352 -0.6774377322 -0.1401665316 + outer loop + vertex -8.629731E+01 7.3962706E+01 1.7210106E+01 + vertex -8.984463E+01 7.0337323E+01 1.6457030E+01 + vertex -8.765026E+01 7.3399120E+01 1.2963922E+01 + endloop + endfacet + facet normal 0.69523883588 -0.6768239325 -0.241975878 + outer loop + vertex -8.600204E+01 7.1656513E+01 2.5017745E+01 + vertex -8.812808E+01 7.0957470E+01 2.0864553E+01 + vertex -8.442737E+01 7.4693358E+01 2.1047783E+01 + endloop + endfacet + facet normal 0.6996140581 -0.6826812067 -0.2109183247 + outer loop + vertex -8.442737E+01 7.4693358E+01 2.1047783E+01 + vertex -8.812808E+01 7.0957470E+01 2.0864553E+01 + vertex -8.629731E+01 7.3962706E+01 1.7210106E+01 + endloop + endfacet + facet normal 0.66606345912 -0.6801037107 -0.3062979124 + outer loop + vertex -8.360728E+01 7.2191367E+01 2.9037713E+01 + vertex -8.600204E+01 7.1656513E+01 2.5017745E+01 + vertex -8.228812E+01 7.5305596E+01 2.4991466E+01 + endloop + endfacet + facet normal 0.67589848792 -0.6897768683 -0.2595555932 + outer loop + vertex -8.228812E+01 7.5305596E+01 2.4991466E+01 + vertex -8.600204E+01 7.1656513E+01 2.5017745E+01 + vertex -8.442737E+01 7.4693358E+01 2.1047783E+01 + endloop + endfacet + facet normal 0.63828557822 -0.6726091186 -0.3744175399 + outer loop + vertex -8.095254E+01 7.2567384E+01 3.2887874E+01 + vertex -8.360728E+01 7.2191367E+01 2.9037713E+01 + vertex -8.000166E+01 7.5760419E+01 2.8772867E+01 + endloop + endfacet + facet normal 0.65611117365 -0.6861484352 -0.3141949278 + outer loop + vertex -8.000166E+01 7.5760419E+01 2.8772867E+01 + vertex -8.360728E+01 7.2191367E+01 2.9037713E+01 + vertex -8.228812E+01 7.5305596E+01 2.4991466E+01 + endloop + endfacet + facet normal 0.61490607506 -0.6522862066 -0.4431853152 + outer loop + vertex -7.785140E+01 7.2998258E+01 3.6556454E+01 + vertex -8.095254E+01 7.2567384E+01 3.2887874E+01 + vertex -7.768128E+01 7.5947615E+01 3.2451587E+01 + endloop + endfacet + facet normal 0.64279616132 -0.6700061291 -0.3713554658 + outer loop + vertex -7.768128E+01 7.5947615E+01 3.2451587E+01 + vertex -8.095254E+01 7.2567384E+01 3.2887874E+01 + vertex -8.000166E+01 7.5760419E+01 2.8772867E+01 + endloop + endfacet + facet normal 0.58011784764 -0.640099091 -0.5037225789 + outer loop + vertex -7.432204E+01 7.3563730E+01 3.9902507E+01 + vertex -7.785140E+01 7.2998258E+01 3.6556454E+01 + vertex -7.464235E+01 7.6330305E+01 3.6018029E+01 + endloop + endfacet + facet normal 0.60718515035 -0.6569818936 -0.4468791611 + outer loop + vertex -7.464235E+01 7.6330305E+01 3.6018029E+01 + vertex -7.785140E+01 7.2998258E+01 3.6556454E+01 + vertex -7.768128E+01 7.5947615E+01 3.2451587E+01 + endloop + endfacet + facet normal 0.53124994043 -0.6514992625 -0.5415922929 + outer loop + vertex -7.053667E+01 7.4286750E+01 4.2745855E+01 + vertex -7.432204E+01 7.3563730E+01 3.9902507E+01 + vertex -7.112684E+01 7.7136302E+01 3.8739135E+01 + endloop + endfacet + facet normal 0.54915905171 -0.6586576751 -0.5143874055 + outer loop + vertex -7.112684E+01 7.7136302E+01 3.8739135E+01 + vertex -7.432204E+01 7.3563730E+01 3.9902507E+01 + vertex -7.464235E+01 7.6330305E+01 3.6018029E+01 + endloop + endfacet + facet normal 0.4759634592 -0.6626751333 -0.5782045081 + outer loop + vertex -6.651401E+01 7.4982858E+01 4.5259401E+01 + vertex -7.053667E+01 7.4286750E+01 4.2745855E+01 + vertex -6.735888E+01 7.7893532E+01 4.1228029E+01 + endloop + endfacet + facet normal 0.4980686988 -0.6703198192 -0.550089912 + outer loop + vertex -6.735888E+01 7.7893532E+01 4.1228029E+01 + vertex -7.053667E+01 7.4286750E+01 4.2745855E+01 + vertex -7.112684E+01 7.7136302E+01 3.8739135E+01 + endloop + endfacet + facet normal 0.41749390784 -0.6705282068 -0.6132623915 + outer loop + vertex -6.231191E+01 7.5599910E+01 4.7445414E+01 + vertex -6.651401E+01 7.4982858E+01 4.5259401E+01 + vertex -6.338296E+01 7.8607306E+01 4.3428044E+01 + endloop + endfacet + facet normal 0.44490747221 -0.6792563977 -0.5836677885 + outer loop + vertex -6.338296E+01 7.8607306E+01 4.3428044E+01 + vertex -6.651401E+01 7.4982858E+01 4.5259401E+01 + vertex -6.735888E+01 7.7893532E+01 4.1228029E+01 + endloop + endfacet + facet normal 0.35661672948 -0.6717051594 -0.6493355735 + outer loop + vertex -5.796623E+01 7.6113008E+01 4.9301300E+01 + vertex -6.231191E+01 7.5599910E+01 4.7445414E+01 + vertex -5.931769E+01 7.9214573E+01 4.5350660E+01 + endloop + endfacet + facet normal 0.39325182512 -0.6826681865 -0.615887286 + outer loop + vertex -5.931769E+01 7.9214573E+01 4.5350660E+01 + vertex -6.231191E+01 7.5599910E+01 4.7445414E+01 + vertex -6.338296E+01 7.8607306E+01 4.3428044E+01 + endloop + endfacet + facet normal 0.29326736839 -0.6615076913 -0.6902186791 + outer loop + vertex -5.345953E+01 7.6506981E+01 5.0838567E+01 + vertex -5.796623E+01 7.6113008E+01 4.9301300E+01 + vertex -5.520213E+01 7.9619531E+01 4.7115077E+01 + endloop + endfacet + facet normal 0.3452041425 -0.6772274667 -0.6497669262 + outer loop + vertex -5.520213E+01 7.9619531E+01 4.7115077E+01 + vertex -5.796623E+01 7.6113008E+01 4.9301300E+01 + vertex -5.931769E+01 7.9214573E+01 4.5350660E+01 + endloop + endfacet + facet normal 0.2332491062 -0.6425257957 -0.7299009908 + outer loop + vertex -4.872672E+01 7.6992429E+01 5.1923663E+01 + vertex -5.345953E+01 7.6506981E+01 5.0838567E+01 + vertex -5.099231E+01 7.9838960E+01 4.8693885E+01 + endloop + endfacet + facet normal 0.29333228319 -0.6614753863 -0.6902220548 + outer loop + vertex -5.099231E+01 7.9838960E+01 4.8693885E+01 + vertex -5.345953E+01 7.6506981E+01 5.0838567E+01 + vertex -5.520213E+01 7.9619531E+01 4.7115077E+01 + endloop + endfacet + facet normal 0.17124422814 -0.6405336138 -0.748593417 + outer loop + vertex -4.394707E+01 7.7647262E+01 5.2456721E+01 + vertex -4.872672E+01 7.6992429E+01 5.1923663E+01 + vertex -4.639356E+01 8.0413337E+01 4.9530285E+01 + endloop + endfacet + facet normal 0.2136815453 -0.6536640032 -0.725991438 + outer loop + vertex -4.639356E+01 8.0413337E+01 4.9530285E+01 + vertex -4.872672E+01 7.6992429E+01 5.1923663E+01 + vertex -5.099231E+01 7.9838960E+01 4.8693885E+01 + endloop + endfacet + facet normal 0.10802746476 -0.6571061149 -0.7460171718 + outer loop + vertex -3.926724E+01 7.8352798E+01 5.2512937E+01 + vertex -4.394707E+01 7.7647262E+01 5.2456721E+01 + vertex -4.202339E+01 8.1296848E+01 4.9520657E+01 + endloop + endfacet + facet normal 0.13235946123 -0.6627313138 -0.7370672824 + outer loop + vertex -4.202339E+01 8.1296848E+01 4.9520657E+01 + vertex -4.394707E+01 7.7647262E+01 5.2456721E+01 + vertex -4.639356E+01 8.0413337E+01 4.9530285E+01 + endloop + endfacet + facet normal 0.03571841212 -0.6644915605 -0.7464416662 + outer loop + vertex -3.461258E+01 7.8865671E+01 5.2279104E+01 + vertex -3.926724E+01 7.8352798E+01 5.2512937E+01 + vertex -3.766606E+01 8.1981196E+01 4.9359511E+01 + endloop + endfacet + facet normal 0.07859203253 -0.6734805419 -0.7350151373 + outer loop + vertex -3.766606E+01 8.1981196E+01 4.9359511E+01 + vertex -3.926724E+01 7.8352798E+01 5.2512937E+01 + vertex -4.202339E+01 8.1296848E+01 4.9520657E+01 + endloop + endfacet + facet normal -0.034954876 -0.6535354325 -0.7560883514 + outer loop + vertex -2.990529E+01 7.9382145E+01 5.1615059E+01 + vertex -3.461258E+01 7.8865671E+01 5.2279104E+01 + vertex -3.329386E+01 8.2316559E+01 4.9235315E+01 + endloop + endfacet + facet normal 0.03007845915 -0.6676265697 -0.7438884659 + outer loop + vertex -3.329386E+01 8.2316559E+01 4.9235315E+01 + vertex -3.461258E+01 7.8865671E+01 5.2279104E+01 + vertex -3.766606E+01 8.1981196E+01 4.9359511E+01 + endloop + endfacet + facet normal -0.1026282589 -0.6498346611 -0.7531150999 + outer loop + vertex -2.526391E+01 7.9967977E+01 5.0477078E+01 + vertex -2.990529E+01 7.9382145E+01 5.1615059E+01 + vertex -2.880148E+01 8.2838421E+01 4.8482350E+01 + endloop + endfacet + facet normal -0.0483914994 -0.6622581521 -0.7477114435 + outer loop + vertex -2.880148E+01 8.2838421E+01 4.8482350E+01 + vertex -2.990529E+01 7.9382145E+01 5.1615059E+01 + vertex -3.329386E+01 8.2316559E+01 4.9235315E+01 + endloop + endfacet + facet normal -0.1650173572 -0.6580452242 -0.7346739105 + outer loop + vertex -2.084384E+01 8.0573533E+01 4.8941877E+01 + vertex -2.526391E+01 7.9967977E+01 5.0477078E+01 + vertex -2.471493E+01 8.3561173E+01 4.7135356E+01 + endloop + endfacet + facet normal -0.1249094924 -0.6653843373 -0.7359764278 + outer loop + vertex -2.471493E+01 8.3561173E+01 4.7135356E+01 + vertex -2.526391E+01 7.9967977E+01 5.0477078E+01 + vertex -2.880148E+01 8.2838421E+01 4.8482350E+01 + endloop + endfacet + facet normal -0.2347648074 -0.6538550563 -0.7192767552 + outer loop + vertex -1.649984E+01 8.1087844E+01 4.7056508E+01 + vertex -2.084384E+01 8.0573533E+01 4.8941877E+01 + vertex -2.047828E+01 8.4033812E+01 4.5677015E+01 + endloop + endfacet + facet normal -0.1753745543 -0.6657696635 -0.7252547972 + outer loop + vertex -2.047828E+01 8.4033812E+01 4.5677015E+01 + vertex -2.084384E+01 8.0573533E+01 4.8941877E+01 + vertex -2.471493E+01 8.3561173E+01 4.7135356E+01 + endloop + endfacet + facet normal -0.3038833728 -0.6441744261 -0.7019217937 + outer loop + vertex -1.226737E+01 8.1610895E+01 4.4744124E+01 + vertex -1.649984E+01 8.1087844E+01 4.7056508E+01 + vertex -1.626836E+01 8.4434672E+01 4.3884811E+01 + endloop + endfacet + facet normal -0.2406976311 -0.6588155595 -0.7127599238 + outer loop + vertex -1.626836E+01 8.4434672E+01 4.3884811E+01 + vertex -1.649984E+01 8.1087844E+01 4.7056508E+01 + vertex -2.047828E+01 8.4033812E+01 4.5677015E+01 + endloop + endfacet + facet normal -0.3688162184 -0.6392763902 -0.6747594341 + outer loop + vertex -8.276955E+00 8.2190241E+01 4.2014125E+01 + vertex -1.226737E+01 8.1610895E+01 4.4744124E+01 + vertex -1.222416E+01 8.4947309E+01 4.1559540E+01 + endloop + endfacet + facet normal -0.3132935489 -0.653569432 -0.6889805148 + outer loop + vertex -1.222416E+01 8.4947309E+01 4.1559540E+01 + vertex -1.226737E+01 8.1610895E+01 4.4744124E+01 + vertex -1.626836E+01 8.4434672E+01 4.3884811E+01 + endloop + endfacet + facet normal -0.4260716689 -0.6422067644 -0.6372075052 + outer loop + vertex -4.610789E+00 8.2824516E+01 3.8923475E+01 + vertex -8.276955E+00 8.2190241E+01 4.2014125E+01 + vertex -8.540865E+00 8.5596391E+01 3.8757716E+01 + endloop + endfacet + facet normal -0.3816029607 -0.6540232908 -0.6531712757 + outer loop + vertex -8.540865E+00 8.5596391E+01 3.8757716E+01 + vertex -8.276955E+00 8.2190241E+01 4.2014125E+01 + vertex -1.222416E+01 8.4947309E+01 4.1559540E+01 + endloop + endfacet + facet normal -0.4766245513 -0.64944825 -0.5924913566 + outer loop + vertex -1.280748E+00 8.3453776E+01 3.5554902E+01 + vertex -4.610789E+00 8.2824516E+01 3.8923475E+01 + vertex -5.277032E+00 8.6306331E+01 3.5642902E+01 + endloop + endfacet + facet normal -0.4391700568 -0.6591764508 -0.61042286 + outer loop + vertex -5.277032E+00 8.6306331E+01 3.5642902E+01 + vertex -4.610789E+00 8.2824516E+01 3.8923475E+01 + vertex -8.540865E+00 8.5596391E+01 3.8757716E+01 + endloop + endfacet + facet normal -0.5261949658 -0.6530489793 -0.5446520802 + outer loop + vertex 1.7298825E+00 8.4005820E+01 3.1984382E+01 + vertex -1.280748E+00 8.3453776E+01 3.5554902E+01 + vertex -2.248711E+00 8.6948092E+01 3.2300306E+01 + endloop + endfacet + facet normal -0.4863719889 -0.6638563955 -0.5680994406 + outer loop + vertex -2.248711E+00 8.6948092E+01 3.2300306E+01 + vertex -1.280748E+00 8.3453776E+01 3.5554902E+01 + vertex -5.277032E+00 8.6306331E+01 3.5642902E+01 + endloop + endfacet + facet normal -0.5712719712 -0.6534867479 -0.4965917894 + outer loop + vertex 4.3577861E+00 8.4548051E+01 2.8247735E+01 + vertex 1.7298825E+00 8.4005820E+01 3.1984382E+01 + vertex 5.0480195E-01 8.7545058E+01 2.8736260E+01 + endloop + endfacet + facet normal -0.5331686469 -0.6647754853 -0.5232635551 + outer loop + vertex 5.0480195E-01 8.7545058E+01 2.8736260E+01 + vertex 1.7298825E+00 8.4005820E+01 3.1984382E+01 + vertex -2.248711E+00 8.6948092E+01 3.2300306E+01 + endloop + endfacet + facet normal -0.6125122522 -0.6521842326 -0.4466368409 + outer loop + vertex 6.5375370E+00 8.5053739E+01 2.4520040E+01 + vertex 4.3577861E+00 8.4548051E+01 2.8247735E+01 + vertex 2.9812732E+00 8.8096866E+01 2.4953448E+01 + endloop + endfacet + facet normal -0.5770881595 -0.6645268519 -0.474734999 + outer loop + vertex 2.9812732E+00 8.8096866E+01 2.4953448E+01 + vertex 4.3577861E+00 8.4548051E+01 2.8247735E+01 + vertex 5.0480195E-01 8.7545058E+01 2.8736260E+01 + endloop + endfacet + facet normal -0.6134336814 -0.6537742916 -0.4430330622 + outer loop + vertex 5.8709515E+00 8.7916553E+01 2.1218417E+01 + vertex 6.5375370E+00 8.5053739E+01 2.4520040E+01 + vertex 2.9812732E+00 8.8096866E+01 2.4953448E+01 + endloop + endfacet + facet normal -0.4611521537 -0.8134659692 -0.3544175618 + outer loop + vertex 3.5546195E+00 9.0909816E+01 1.7362129E+01 + vertex 5.8709515E+00 8.7916553E+01 2.1218417E+01 + vertex 1.2268923E+00 9.0581524E+01 2.1144365E+01 + endloop + endfacet + facet normal -0.4673708219 -0.8233975623 -0.3218399745 + outer loop + vertex 1.2268923E+00 9.0581524E+01 2.1144365E+01 + vertex 5.8709515E+00 8.7916553E+01 2.1218417E+01 + vertex 2.9812732E+00 8.8096866E+01 2.4953448E+01 + endloop + endfacet + facet normal -0.2287742878 -0.9475828999 -0.2230447781 + outer loop + vertex -1.456115E+00 9.2200992E+01 1.7016147E+01 + vertex 3.5546195E+00 9.0909816E+01 1.7362129E+01 + vertex 1.2268923E+00 9.0581524E+01 2.1144365E+01 + endloop + endfacet + facet normal -0.3883682172 -0.8434008658 -0.3712749756 + outer loop + vertex 1.2268923E+00 9.0581524E+01 2.1144365E+01 + vertex 2.9812732E+00 8.8096866E+01 2.4953448E+01 + vertex -1.361017E+00 9.0107066E+01 2.4929215E+01 + endloop + endfacet + facet normal -0.3874732061 -0.8415295583 -0.3764206649 + outer loop + vertex -1.361017E+00 9.0107066E+01 2.4929215E+01 + vertex 2.9812732E+00 8.8096866E+01 2.4953448E+01 + vertex 5.0480195E-01 8.7545058E+01 2.8736260E+01 + endloop + endfacet + facet normal -0.175373516 -0.9499138678 -0.2586653698 + outer loop + vertex -1.456115E+00 9.2200992E+01 1.7016147E+01 + vertex 1.2268923E+00 9.0581524E+01 2.1144365E+01 + vertex -3.671962E+00 9.1557653E+01 2.0881055E+01 + endloop + endfacet + facet normal -0.1772014849 -0.9542649464 -0.2407863073 + outer loop + vertex -3.671962E+00 9.1557653E+01 2.0881055E+01 + vertex 1.2268923E+00 9.0581524E+01 2.1144365E+01 + vertex -1.361017E+00 9.0107066E+01 2.4929215E+01 + endloop + endfacet + facet normal 0.07513259222 -0.9897228827 -0.121670494 + outer loop + vertex -6.339785E+00 9.1873053E+01 1.6668048E+01 + vertex -1.456115E+00 9.2200992E+01 1.7016147E+01 + vertex -3.671962E+00 9.1557653E+01 2.0881055E+01 + endloop + endfacet + facet normal -0.3530625101 -0.8471594542 -0.3970739518 + outer loop + vertex -1.361017E+00 9.0107066E+01 2.4929215E+01 + vertex 5.0480195E-01 8.7545058E+01 2.8736260E+01 + vertex -3.944468E+00 8.9485240E+01 2.8552985E+01 + endloop + endfacet + facet normal -0.3500341139 -0.8415669358 -0.4113893675 + outer loop + vertex -3.944468E+00 8.9485240E+01 2.8552985E+01 + vertex 5.0480195E-01 8.7545058E+01 2.8736260E+01 + vertex -2.248711E+00 8.6948092E+01 3.2300306E+01 + endloop + endfacet + facet normal -0.1366866958 -0.9547625999 -0.2640930233 + outer loop + vertex -3.671962E+00 9.1557653E+01 2.0881055E+01 + vertex -1.361017E+00 9.0107066E+01 2.4929215E+01 + vertex -6.133047E+00 9.0891614E+01 2.4562736E+01 + endloop + endfacet + facet normal -0.1369836936 -0.9554055575 -0.2616021567 + outer loop + vertex -6.133047E+00 9.0891614E+01 2.4562736E+01 + vertex -1.361017E+00 9.0107066E+01 2.4929215E+01 + vertex -3.944468E+00 8.9485240E+01 2.8552985E+01 + endloop + endfacet + facet normal 0.09927745019 -0.9856316691 -0.1366535793 + outer loop + vertex -6.339785E+00 9.1873053E+01 1.6668048E+01 + vertex -3.671962E+00 9.1557653E+01 2.0881055E+01 + vertex -8.534876E+00 9.1124332E+01 2.0473580E+01 + endloop + endfacet + facet normal 0.09762144645 -0.9887179581 -0.1136083292 + outer loop + vertex -8.534876E+00 9.1124332E+01 2.0473580E+01 + vertex -3.671962E+00 9.1557653E+01 2.0881055E+01 + vertex -6.133047E+00 9.0891614E+01 2.4562736E+01 + endloop + endfacet + facet normal 0.34253385889 -0.9394189293 0.0127526779 + outer loop + vertex -1.084202E+01 9.0226923E+01 1.6335935E+01 + vertex -6.339785E+00 9.1873053E+01 1.6668048E+01 + vertex -8.534876E+00 9.1124332E+01 2.0473580E+01 + endloop + endfacet + facet normal -0.3180605144 -0.8456483159 -0.428621552 + outer loop + vertex -3.944468E+00 8.9485240E+01 2.8552985E+01 + vertex -2.248711E+00 8.6948092E+01 3.2300306E+01 + vertex -6.746128E+00 8.8842880E+01 3.1899314E+01 + endloop + endfacet + facet normal -0.3136568864 -0.8387029588 -0.4451928846 + outer loop + vertex -6.746128E+00 8.8842880E+01 3.1899314E+01 + vertex -2.248711E+00 8.6948092E+01 3.2300306E+01 + vertex -5.277032E+00 8.6306331E+01 3.5642902E+01 + endloop + endfacet + facet normal -0.2862708219 -0.8416361793 -0.4579274596 + outer loop + vertex -6.746128E+00 8.8842880E+01 3.1899314E+01 + vertex -5.277032E+00 8.6306331E+01 3.5642902E+01 + vertex -9.678593E+00 8.8156008E+01 3.4994948E+01 + endloop + endfacet + facet normal -0.2784537694 -0.8311956392 -0.4812247995 + outer loop + vertex -9.678593E+00 8.8156008E+01 3.4994948E+01 + vertex -5.277032E+00 8.6306331E+01 3.5642902E+01 + vertex -8.540865E+00 8.5596391E+01 3.8757716E+01 + endloop + endfacet + facet normal -0.2593854469 -0.8332032033 -0.4883560299 + outer loop + vertex -9.678593E+00 8.8156008E+01 3.4994948E+01 + vertex -8.540865E+00 8.5596391E+01 3.8757716E+01 + vertex -1.268793E+01 8.7384731E+01 3.7909232E+01 + endloop + endfacet + facet normal -0.2480052669 -0.8199168699 -0.5159745285 + outer loop + vertex -1.268793E+01 8.7384731E+01 3.7909232E+01 + vertex -8.540865E+00 8.5596391E+01 3.8757716E+01 + vertex -1.222416E+01 8.4947309E+01 4.1559540E+01 + endloop + endfacet + facet normal -0.2053672178 -0.825764959 -0.5252966193 + outer loop + vertex -1.268793E+01 8.7384731E+01 3.7909232E+01 + vertex -1.222416E+01 8.4947309E+01 4.1559540E+01 + vertex -1.645584E+01 8.6796428E+01 4.0307126E+01 + endloop + endfacet + facet normal -0.2017743267 -0.8222206144 -0.5322033279 + outer loop + vertex -1.645584E+01 8.6796428E+01 4.0307126E+01 + vertex -1.222416E+01 8.4947309E+01 4.1559540E+01 + vertex -1.626836E+01 8.4434672E+01 4.3884811E+01 + endloop + endfacet + facet normal -0.1324092372 -0.8303854265 -0.5412280825 + outer loop + vertex -1.645584E+01 8.6796428E+01 4.0307126E+01 + vertex -1.626836E+01 8.4434672E+01 4.3884811E+01 + vertex -2.056324E+01 8.6462861E+01 4.1823763E+01 + endloop + endfacet + facet normal -0.1438444387 -0.8385730014 -0.5254560865 + outer loop + vertex -2.056324E+01 8.6462861E+01 4.1823763E+01 + vertex -1.626836E+01 8.4434672E+01 4.3884811E+01 + vertex -2.047828E+01 8.4033812E+01 4.5677015E+01 + endloop + endfacet + facet normal -0.0730827244 -0.8444068701 -0.5306938413 + outer loop + vertex -2.056324E+01 8.6462861E+01 4.1823763E+01 + vertex -2.047828E+01 8.4033812E+01 4.5677015E+01 + vertex -2.475416E+01 8.6046391E+01 4.3063563E+01 + endloop + endfacet + facet normal -0.0835707268 -0.8509427662 -0.518567587 + outer loop + vertex -2.475416E+01 8.6046391E+01 4.3063563E+01 + vertex -2.047828E+01 8.4033812E+01 4.5677015E+01 + vertex -2.471493E+01 8.3561173E+01 4.7135356E+01 + endloop + endfacet + facet normal -0.0254269512 -0.8534037982 -0.5206298371 + outer loop + vertex -2.475416E+01 8.6046391E+01 4.3063563E+01 + vertex -2.471493E+01 8.3561173E+01 4.7135356E+01 + vertex -2.891003E+01 8.5525261E+01 4.4120753E+01 + endloop + endfacet + facet normal -0.0221181428 -0.851453411 -0.5239636215 + outer loop + vertex -2.891003E+01 8.5525261E+01 4.4120753E+01 + vertex -2.471493E+01 8.3561173E+01 4.7135356E+01 + vertex -2.880148E+01 8.2838421E+01 4.8482350E+01 + endloop + endfacet + facet normal -0.0218983001 -0.85145509 -0.5239701271 + outer loop + vertex -2.891003E+01 8.5525261E+01 4.4120753E+01 + vertex -2.880148E+01 8.2838421E+01 4.8482350E+01 + vertex -3.227864E+01 8.4715841E+01 4.5576852E+01 + endloop + endfacet + facet normal 0.00548142834 -0.8368983549 -0.5473308848 + outer loop + vertex -3.227864E+01 8.4715841E+01 4.5576852E+01 + vertex -2.880148E+01 8.2838421E+01 4.8482350E+01 + vertex -3.329386E+01 8.2316559E+01 4.9235315E+01 + endloop + endfacet + facet normal 0.09210048539 -0.8441884618 -0.5280751287 + outer loop + vertex -3.227864E+01 8.4715841E+01 4.5576852E+01 + vertex -3.329386E+01 8.2316559E+01 4.9235315E+01 + vertex -3.627517E+01 8.4570689E+01 4.5111866E+01 + endloop + endfacet + facet normal 0.05155911987 -0.860123114 -0.5074740248 + outer loop + vertex -3.627517E+01 8.4570689E+01 4.5111866E+01 + vertex -3.329386E+01 8.2316559E+01 4.9235315E+01 + vertex -3.766606E+01 8.1981196E+01 4.9359511E+01 + endloop + endfacet + facet normal 0.10239087257 -0.8639060452 -0.4931353307 + outer loop + vertex -3.627517E+01 8.4570689E+01 4.5111866E+01 + vertex -3.766606E+01 8.1981196E+01 4.9359511E+01 + vertex -4.049193E+01 8.3957794E+01 4.5310038E+01 + endloop + endfacet + facet normal 0.11628827565 -0.8581644108 -0.5000308801 + outer loop + vertex -4.049193E+01 8.3957794E+01 4.5310038E+01 + vertex -3.766606E+01 8.1981196E+01 4.9359511E+01 + vertex -4.202339E+01 8.1296848E+01 4.9520657E+01 + endloop + endfacet + facet normal 0.1268384871 -0.8587009265 -0.4965326948 + outer loop + vertex -4.049193E+01 8.3957794E+01 4.5310038E+01 + vertex -4.202339E+01 8.1296848E+01 4.9520657E+01 + vertex -4.460002E+01 8.3165516E+01 4.5630795E+01 + endloop + endfacet + facet normal 0.16872366511 -0.8401861583 -0.5153829103 + outer loop + vertex -4.460002E+01 8.3165516E+01 4.5630795E+01 + vertex -4.202339E+01 8.1296848E+01 4.9520657E+01 + vertex -4.639356E+01 8.0413337E+01 4.9530285E+01 + endloop + endfacet + facet normal -0.1125050361 -0.9548838578 -0.2748443831 + outer loop + vertex -6.133047E+00 9.0891614E+01 2.4562736E+01 + vertex -3.944468E+00 8.9485240E+01 2.8552985E+01 + vertex -8.792730E+00 9.0227638E+01 2.7958287E+01 + endloop + endfacet + facet normal -0.1121398815 -0.9542830566 -0.277071281 + outer loop + vertex -8.792730E+00 9.0227638E+01 2.7958287E+01 + vertex -3.944468E+00 8.9485240E+01 2.8552985E+01 + vertex -6.746128E+00 8.8842880E+01 3.1899314E+01 + endloop + endfacet + facet normal 0.11286253922 -0.9860417341 -0.122408112 + outer loop + vertex -8.534876E+00 9.1124332E+01 2.0473580E+01 + vertex -6.133047E+00 9.0891614E+01 2.4562736E+01 + vertex -1.105797E+01 9.0399903E+01 2.3982778E+01 + endloop + endfacet + facet normal 0.1111555872 -0.98811738 -0.1061530909 + outer loop + vertex -1.105797E+01 9.0399903E+01 2.3982778E+01 + vertex -6.133047E+00 9.0891614E+01 2.4562736E+01 + vertex -8.792730E+00 9.0227638E+01 2.7958287E+01 + endloop + endfacet + facet normal 0.34300671526 -0.9392504083 0.01245246303 + outer loop + vertex -1.084202E+01 9.0226923E+01 1.6335935E+01 + vertex -8.534876E+00 9.1124332E+01 2.0473580E+01 + vertex -1.316639E+01 8.9426970E+01 2.0023224E+01 + endloop + endfacet + facet normal 0.33937103458 -0.9393176854 0.05009577616 + outer loop + vertex -1.316639E+01 8.9426970E+01 2.0023224E+01 + vertex -8.534876E+00 9.1124332E+01 2.0473580E+01 + vertex -1.105797E+01 9.0399903E+01 2.3982778E+01 + endloop + endfacet + facet normal 0.5551301842 -0.8134762356 0.173455737 + outer loop + vertex -1.479716E+01 8.7481864E+01 1.6120160E+01 + vertex -1.084202E+01 9.0226923E+01 1.6335935E+01 + vertex -1.316639E+01 8.9426970E+01 2.0023224E+01 + endloop + endfacet + facet normal -0.0935269364 -0.9535142305 -0.286466969 + outer loop + vertex -8.792730E+00 9.0227638E+01 2.7958287E+01 + vertex -6.746128E+00 8.8842880E+01 3.1899314E+01 + vertex -1.158549E+01 8.9569129E+01 3.1061947E+01 + endloop + endfacet + facet normal -0.0911940812 -0.9504277262 -0.2972722269 + outer loop + vertex -1.158549E+01 8.9569129E+01 3.1061947E+01 + vertex -6.746128E+00 8.8842880E+01 3.1899314E+01 + vertex -9.678593E+00 8.8156008E+01 3.4994948E+01 + endloop + endfacet + facet normal -0.0857191502 -0.9501362996 -0.2998220128 + outer loop + vertex -1.158549E+01 8.9569129E+01 3.1061947E+01 + vertex -9.678593E+00 8.8156008E+01 3.4994948E+01 + vertex -1.430200E+01 8.8900193E+01 3.3958458E+01 + endloop + endfacet + facet normal -0.0776599542 -0.9410457523 -0.3292443219 + outer loop + vertex -1.430200E+01 8.8900193E+01 3.3958458E+01 + vertex -9.678593E+00 8.8156008E+01 3.4994948E+01 + vertex -1.268793E+01 8.7384731E+01 3.7909232E+01 + endloop + endfacet + facet normal -0.0929869307 -0.9417350227 -0.32324693 + outer loop + vertex -1.430200E+01 8.8900193E+01 3.3958458E+01 + vertex -1.268793E+01 8.7384731E+01 3.7909232E+01 + vertex -1.670720E+01 8.8188630E+01 3.6723388E+01 + endloop + endfacet + facet normal -0.0811796784 -0.9309662579 -0.3559658501 + outer loop + vertex -1.670720E+01 8.8188630E+01 3.6723388E+01 + vertex -1.268793E+01 8.7384731E+01 3.7909232E+01 + vertex -1.645584E+01 8.6796428E+01 4.0307126E+01 + endloop + endfacet + facet normal -0.0046147272 -0.9322333581 -0.3618282331 + outer loop + vertex -1.670720E+01 8.8188630E+01 3.6723388E+01 + vertex -1.645584E+01 8.6796428E+01 4.0307126E+01 + vertex -2.059472E+01 8.7837222E+01 3.7678356E+01 + endloop + endfacet + facet normal -0.0389786748 -0.9485602875 -0.3141879118 + outer loop + vertex -2.059472E+01 8.7837222E+01 3.7678356E+01 + vertex -1.645584E+01 8.6796428E+01 4.0307126E+01 + vertex -2.056324E+01 8.6462861E+01 4.1823763E+01 + endloop + endfacet + facet normal 0.04685944639 -0.9480441772 -0.3146687629 + outer loop + vertex -2.059472E+01 8.7837222E+01 3.7678356E+01 + vertex -2.056324E+01 8.6462861E+01 4.1823763E+01 + vertex -2.475283E+01 8.7312343E+01 3.8640516E+01 + endloop + endfacet + facet normal 0.01413506408 -0.9613011818 -0.275136762 + outer loop + vertex -2.475283E+01 8.7312343E+01 3.8640516E+01 + vertex -2.056324E+01 8.6462861E+01 4.1823763E+01 + vertex -2.475416E+01 8.6046391E+01 4.3063563E+01 + endloop + endfacet + facet normal 0.08362518041 -0.9580352564 -0.2741811019 + outer loop + vertex -2.475283E+01 8.7312343E+01 3.8640516E+01 + vertex -2.475416E+01 8.6046391E+01 4.3063563E+01 + vertex -2.918733E+01 8.6664113E+01 3.9553019E+01 + endloop + endfacet + facet normal 0.05906104505 -0.967755018 -0.2448714316 + outer loop + vertex -2.918733E+01 8.6664113E+01 3.9553019E+01 + vertex -2.475416E+01 8.6046391E+01 4.3063563E+01 + vertex -2.891003E+01 8.5525261E+01 4.4120753E+01 + endloop + endfacet + facet normal 0.09932122752 -0.9640665558 -0.2463959612 + outer loop + vertex -2.918733E+01 8.6664113E+01 3.9553019E+01 + vertex -2.891003E+01 8.5525261E+01 4.4120753E+01 + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + endloop + endfacet + facet normal 0.11837443459 -0.9868338669 -0.1102107632 + outer loop + vertex -1.105797E+01 9.0399903E+01 2.3982778E+01 + vertex -8.792730E+00 9.0227638E+01 2.7958287E+01 + vertex -1.382878E+01 8.9707219E+01 2.7209067E+01 + endloop + endfacet + facet normal 0.11750504061 -0.9876312098 -0.1038130958 + outer loop + vertex -1.382878E+01 8.9707219E+01 2.7209067E+01 + vertex -8.792730E+00 9.0227638E+01 2.7958287E+01 + vertex -1.158549E+01 8.9569129E+01 3.1061947E+01 + endloop + endfacet + facet normal 0.11137919485 -0.9887050197 -0.1002848891 + outer loop + vertex -1.382878E+01 8.9707219E+01 2.7209067E+01 + vertex -1.158549E+01 8.9569129E+01 3.1061947E+01 + vertex -1.666366E+01 8.9074412E+01 3.0299385E+01 + endloop + endfacet + facet normal 0.11418394889 -0.9861064606 -0.120648556 + outer loop + vertex -1.666366E+01 8.9074412E+01 3.0299385E+01 + vertex -1.158549E+01 8.9569129E+01 3.1061947E+01 + vertex -1.430200E+01 8.8900193E+01 3.3958458E+01 + endloop + endfacet + facet normal 0.08527164191 -0.9910997281 -0.1022256133 + outer loop + vertex -1.666366E+01 8.9074412E+01 3.0299385E+01 + vertex -1.430200E+01 8.8900193E+01 3.3958458E+01 + vertex -1.923680E+01 8.8515512E+01 3.3571663E+01 + endloop + endfacet + facet normal 0.09008049672 -0.9806161773 -0.1740040715 + outer loop + vertex -1.923680E+01 8.8515512E+01 3.3571663E+01 + vertex -1.430200E+01 8.8900193E+01 3.3958458E+01 + vertex -1.670720E+01 8.8188630E+01 3.6723388E+01 + endloop + endfacet + facet normal 0.17195780311 -0.9795009215 -0.1049212028 + outer loop + vertex -1.923680E+01 8.8515512E+01 3.3571663E+01 + vertex -2.059472E+01 8.7837222E+01 3.7678356E+01 + vertex -2.372617E+01 8.7670391E+01 3.4103629E+01 + endloop + endfacet + facet normal 0.05356977674 -0.9879132103 -0.1454570999 + outer loop + vertex -1.923680E+01 8.8515512E+01 3.3571663E+01 + vertex -1.670720E+01 8.8188630E+01 3.6723388E+01 + vertex -2.059472E+01 8.7837222E+01 3.7678356E+01 + endloop + endfacet + facet normal 0.11304494739 -0.9921901368 -0.0527216487 + outer loop + vertex -2.372617E+01 8.7670391E+01 3.4103629E+01 + vertex -2.059472E+01 8.7837222E+01 3.7678356E+01 + vertex -2.475283E+01 8.7312343E+01 3.8640516E+01 + endloop + endfacet + facet normal 0.3321249716 -0.9416578804 0.05452925349 + outer loop + vertex -1.316639E+01 8.9426970E+01 2.0023224E+01 + vertex -1.105797E+01 9.0399903E+01 2.3982778E+01 + vertex -1.588150E+01 8.8665302E+01 2.3407180E+01 + endloop + endfacet + facet normal 0.32879822899 -0.9409757305 0.08035172156 + outer loop + vertex -1.588150E+01 8.8665302E+01 2.3407180E+01 + vertex -1.105797E+01 9.0399903E+01 2.3982778E+01 + vertex -1.382878E+01 8.9707219E+01 2.7209067E+01 + endloop + endfacet + facet normal 0.53456879865 -0.8240993066 0.18734068513 + outer loop + vertex -1.479716E+01 8.7481864E+01 1.6120160E+01 + vertex -1.316639E+01 8.9426970E+01 2.0023224E+01 + vertex -1.738679E+01 8.6621138E+01 1.9723291E+01 + endloop + endfacet + facet normal 0.52591009973 -0.8165099207 0.23818084807 + outer loop + vertex -1.738679E+01 8.6621138E+01 1.9723291E+01 + vertex -1.316639E+01 8.9426970E+01 2.0023224E+01 + vertex -1.588150E+01 8.8665302E+01 2.3407180E+01 + endloop + endfacet + facet normal 0.69705327027 -0.6248254378 0.35172419689 + outer loop + vertex -1.808533E+01 8.3857540E+01 1.6198239E+01 + vertex -1.479716E+01 8.7481864E+01 1.6120160E+01 + vertex -1.738679E+01 8.6621138E+01 1.9723291E+01 + endloop + endfacet + facet normal 0.30603894302 -0.9473290749 0.09438108531 + outer loop + vertex -1.588150E+01 8.8665302E+01 2.3407180E+01 + vertex -1.382878E+01 8.9707219E+01 2.7209067E+01 + vertex -1.880235E+01 8.8043595E+01 2.6638067E+01 + endloop + endfacet + facet normal 0.30694887645 -0.9476935752 0.08751728289 + outer loop + vertex -1.880235E+01 8.8043595E+01 2.6638067E+01 + vertex -1.382878E+01 8.9707219E+01 2.7209067E+01 + vertex -1.666366E+01 8.9074412E+01 3.0299385E+01 + endloop + endfacet + facet normal 0.25716793084 -0.9589176948 0.11975604341 + outer loop + vertex -1.880235E+01 8.8043595E+01 2.6638067E+01 + vertex -1.666366E+01 8.9074412E+01 3.0299385E+01 + vertex -2.160693E+01 8.7717179E+01 3.0046996E+01 + endloop + endfacet + facet normal 0.26254719374 -0.9640133282 0.0418004079 + outer loop + vertex -2.160693E+01 8.7717179E+01 3.0046996E+01 + vertex -1.666366E+01 8.9074412E+01 3.0299385E+01 + vertex -1.923680E+01 8.8515512E+01 3.3571663E+01 + endloop + endfacet + facet normal 0.19457580481 -0.9767143936 0.09038390051 + outer loop + vertex -2.160693E+01 8.7717179E+01 3.0046996E+01 + vertex -1.923680E+01 8.8515512E+01 3.3571663E+01 + vertex -2.372617E+01 8.7670391E+01 3.4103629E+01 + endloop + endfacet + facet normal 0.48987511711 -0.831700995 0.26133469822 + outer loop + vertex -1.738679E+01 8.6621138E+01 1.9723291E+01 + vertex -1.588150E+01 8.8665302E+01 2.3407180E+01 + vertex -2.042124E+01 8.5885539E+01 2.3070352E+01 + endloop + endfacet + facet normal 0.4860843881 -0.827790321 0.28015201611 + outer loop + vertex -2.042124E+01 8.5885539E+01 2.3070352E+01 + vertex -1.588150E+01 8.8665302E+01 2.3407180E+01 + vertex -1.880235E+01 8.8043595E+01 2.6638067E+01 + endloop + endfacet + facet normal 0.65422101865 -0.6527019037 0.38206685754 + outer loop + vertex -1.808533E+01 8.3857540E+01 1.6198239E+01 + vertex -1.738679E+01 8.6621138E+01 1.9723291E+01 + vertex -2.108233E+01 8.2940912E+01 1.9764140E+01 + endloop + endfacet + facet normal 0.63682019307 -0.6346092914 0.43787108712 + outer loop + vertex -2.108233E+01 8.2940912E+01 1.9764140E+01 + vertex -1.738679E+01 8.6621138E+01 1.9723291E+01 + vertex -2.042124E+01 8.5885539E+01 2.3070352E+01 + endloop + endfacet + facet normal 0.7525335777 -0.3866825108 0.5330758391 + outer loop + vertex -2.060752E+01 7.9625571E+01 1.6688978E+01 + vertex -1.808533E+01 8.3857540E+01 1.6198239E+01 + vertex -2.108233E+01 8.2940912E+01 1.9764140E+01 + endloop + endfacet + facet normal 0.68981071699 -0.4367761214 0.577397432 + outer loop + vertex -2.415239E+01 7.8658693E+01 2.0192605E+01 + vertex -2.060752E+01 7.9625571E+01 1.6688978E+01 + vertex -2.108233E+01 8.2940912E+01 1.9764140E+01 + endloop + endfacet + facet normal 0.41543219054 -0.849460703 0.32531924185 + outer loop + vertex -2.042124E+01 8.5885539E+01 2.3070352E+01 + vertex -1.880235E+01 8.8043595E+01 2.6638067E+01 + vertex -2.349446E+01 8.5665588E+01 2.6420517E+01 + endloop + endfacet + facet normal 0.42570258011 -0.8644321573 0.26745907868 + outer loop + vertex -2.349446E+01 8.5665588E+01 2.6420517E+01 + vertex -1.880235E+01 8.8043595E+01 2.6638067E+01 + vertex -2.160693E+01 8.7717179E+01 3.0046996E+01 + endloop + endfacet + facet normal 0.56194937942 -0.6703206285 0.48464744909 + outer loop + vertex -2.108233E+01 8.2940912E+01 1.9764140E+01 + vertex -2.042124E+01 8.5885539E+01 2.3070352E+01 + vertex -2.460237E+01 8.2373294E+01 2.3060560E+01 + endloop + endfacet + facet normal 0.5655324992 -0.674557825 0.47449418663 + outer loop + vertex -2.460237E+01 8.2373294E+01 2.3060560E+01 + vertex -2.042124E+01 8.5885539E+01 2.3070352E+01 + vertex -2.349446E+01 8.5665588E+01 2.6420517E+01 + endloop + endfacet + facet normal 0.65812430936 -0.4085535701 0.63242104152 + outer loop + vertex -2.415239E+01 7.8658693E+01 2.0192605E+01 + vertex -2.108233E+01 8.2940912E+01 1.9764140E+01 + vertex -2.460237E+01 8.2373294E+01 2.3060560E+01 + endloop + endfacet + facet normal 0.5402089425 -0.4723055873 0.69649244841 + outer loop + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + vertex -2.415239E+01 7.8658693E+01 2.0192605E+01 + vertex -2.460237E+01 8.2373294E+01 2.3060560E+01 + endloop + endfacet + facet normal 0.15153469275 -0.839066438 -0.5224985641 + outer loop + vertex -4.460002E+01 8.3165516E+01 4.5630795E+01 + vertex -4.639356E+01 8.0413337E+01 4.9530285E+01 + vertex -4.844969E+01 8.2184479E+01 4.6089740E+01 + endloop + endfacet + facet normal 0.20035471622 -0.8171958173 -0.5404155659 + outer loop + vertex -4.844969E+01 8.2184479E+01 4.6089740E+01 + vertex -4.639356E+01 8.0413337E+01 4.9530285E+01 + vertex -5.099231E+01 7.9838960E+01 4.8693885E+01 + endloop + endfacet + facet normal 0.26763936995 -0.83119274 -0.4873271966 + outer loop + vertex -4.844969E+01 8.2184479E+01 4.6089740E+01 + vertex -5.099231E+01 7.9838960E+01 4.8693885E+01 + vertex -5.202927E+01 8.2135964E+01 4.4206584E+01 + endloop + endfacet + facet normal 0.22583484139 -0.8450027844 -0.4847359269 + outer loop + vertex -5.202927E+01 8.2135964E+01 4.4206584E+01 + vertex -5.099231E+01 7.9838960E+01 4.8693885E+01 + vertex -5.520213E+01 7.9619531E+01 4.7115077E+01 + endloop + endfacet + facet normal 0.28724890841 -0.856899222 -0.4280324613 + outer loop + vertex -5.202927E+01 8.2135964E+01 4.4206584E+01 + vertex -5.520213E+01 7.9619531E+01 4.7115077E+01 + vertex -5.584190E+01 8.1787516E+01 4.2345535E+01 + endloop + endfacet + facet normal 0.26849204132 -0.8628634018 -0.4282274787 + outer loop + vertex -5.584190E+01 8.1787516E+01 4.2345535E+01 + vertex -5.520213E+01 7.9619531E+01 4.7115077E+01 + vertex -5.931769E+01 7.9214573E+01 4.5350660E+01 + endloop + endfacet + facet normal 0.306338393 -0.8686355908 -0.3893956848 + outer loop + vertex -5.584190E+01 8.1787516E+01 4.2345535E+01 + vertex -5.931769E+01 7.9214573E+01 4.5350660E+01 + vertex -5.977151E+01 8.1223345E+01 4.0512617E+01 + endloop + endfacet + facet normal 0.31340641311 -0.8662564766 -0.3890708638 + outer loop + vertex -5.977151E+01 8.1223345E+01 4.0512617E+01 + vertex -5.931769E+01 7.9214573E+01 4.5350660E+01 + vertex -6.338296E+01 7.8607306E+01 4.3428044E+01 + endloop + endfacet + facet normal 0.32994121498 -0.8682922045 -0.3704152294 + outer loop + vertex -5.977151E+01 8.1223345E+01 4.0512617E+01 + vertex -6.338296E+01 7.8607306E+01 4.3428044E+01 + vertex -6.373854E+01 8.0490981E+01 3.8695789E+01 + endloop + endfacet + facet normal 0.35789432976 -0.8580075973 -0.3684217851 + outer loop + vertex -6.373854E+01 8.0490981E+01 3.8695789E+01 + vertex -6.338296E+01 7.8607306E+01 4.3428044E+01 + vertex -6.735888E+01 7.7893532E+01 4.1228029E+01 + endloop + endfacet + facet normal 0.37027765877 -0.8595308853 -0.3522798782 + outer loop + vertex -6.373854E+01 8.0490981E+01 3.8695789E+01 + vertex -6.735888E+01 7.7893532E+01 4.1228029E+01 + vertex -6.757393E+01 7.9731822E+01 3.6516731E+01 + endloop + endfacet + facet normal 0.4006919812 -0.8471984872 -0.348856216 + outer loop + vertex -6.757393E+01 7.9731822E+01 3.6516731E+01 + vertex -6.735888E+01 7.7893532E+01 4.1228029E+01 + vertex -7.112684E+01 7.7136302E+01 3.8739135E+01 + endloop + endfacet + facet normal 0.41203376577 -0.8484553544 -0.3321922447 + outer loop + vertex -6.757393E+01 7.9731822E+01 3.6516731E+01 + vertex -7.112684E+01 7.7136302E+01 3.8739135E+01 + vertex -7.107153E+01 7.8991581E+01 3.4069145E+01 + endloop + endfacet + facet normal 0.44389790208 -0.8345579766 -0.3262937881 + outer loop + vertex -7.107153E+01 7.8991581E+01 3.4069145E+01 + vertex -7.112684E+01 7.7136302E+01 3.8739135E+01 + vertex -7.464235E+01 7.6330305E+01 3.6018029E+01 + endloop + endfacet + facet normal 0.4461558363 -0.8348219312 -0.3225171514 + outer loop + vertex -7.107153E+01 7.8991581E+01 3.4069145E+01 + vertex -7.464235E+01 7.6330305E+01 3.6018029E+01 + vertex -7.416639E+01 7.8191721E+01 3.1858260E+01 + endloop + endfacet + facet normal 0.47258920701 -0.8233150082 -0.3143435044 + outer loop + vertex -7.416639E+01 7.8191721E+01 3.1858260E+01 + vertex -7.464235E+01 7.6330305E+01 3.6018029E+01 + vertex -7.768128E+01 7.5947615E+01 3.2451587E+01 + endloop + endfacet + facet normal 0.50328948972 -0.8408974693 -0.1989752135 + outer loop + vertex -7.416639E+01 7.8191721E+01 3.1858260E+01 + vertex -7.768128E+01 7.5947615E+01 3.2451587E+01 + vertex -7.549556E+01 7.8327987E+01 2.7920375E+01 + endloop + endfacet + facet normal 0.4465285435 -0.862602845 -0.237757422 + outer loop + vertex -7.549556E+01 7.8327987E+01 2.7920375E+01 + vertex -7.768128E+01 7.5947615E+01 3.2451587E+01 + vertex -8.000166E+01 7.5760419E+01 2.8772867E+01 + endloop + endfacet + facet normal 0.46426188048 -0.8699652416 -0.1661968252 + outer loop + vertex -7.549556E+01 7.8327987E+01 2.7920375E+01 + vertex -8.000166E+01 7.5760419E+01 2.8772867E+01 + vertex -7.754999E+01 7.7875427E+01 2.4550358E+01 + endloop + endfacet + facet normal 0.45730531074 -0.8726050844 -0.1715582099 + outer loop + vertex -7.754999E+01 7.7875427E+01 2.4550358E+01 + vertex -8.000166E+01 7.5760419E+01 2.8772867E+01 + vertex -8.228812E+01 7.5305596E+01 2.4991466E+01 + endloop + endfacet + facet normal 0.46330568009 -0.8765760004 -0.130239634 + outer loop + vertex -7.754999E+01 7.7875427E+01 2.4550358E+01 + vertex -8.228812E+01 7.5305596E+01 2.4991466E+01 + vertex -7.985566E+01 7.7219652E+01 2.0762035E+01 + endloop + endfacet + facet normal 0.47420855374 -0.8719369454 -0.1218696467 + outer loop + vertex -7.985566E+01 7.7219652E+01 2.0762035E+01 + vertex -8.228812E+01 7.5305596E+01 2.4991466E+01 + vertex -8.442737E+01 7.4693358E+01 2.1047783E+01 + endloop + endfacet + facet normal 0.47911696663 -0.8749541952 -0.0700149163 + outer loop + vertex -7.985566E+01 7.7219652E+01 2.0762035E+01 + vertex -8.442737E+01 7.4693358E+01 2.1047783E+01 + vertex -8.129092E+01 7.6745020E+01 1.6871753E+01 + endloop + endfacet + facet normal 0.48113177401 -0.8740042663 -0.0680349799 + outer loop + vertex -8.129092E+01 7.6745020E+01 1.6871753E+01 + vertex -8.442737E+01 7.4693358E+01 2.1047783E+01 + vertex -8.629731E+01 7.3962706E+01 1.7210106E+01 + endloop + endfacet + facet normal 0.47972692204 -0.8734010366 -0.0838612515 + outer loop + vertex -8.129092E+01 7.6745020E+01 1.6871753E+01 + vertex -8.629731E+01 7.3962706E+01 1.7210106E+01 + vertex -8.329526E+01 7.5942589E+01 1.3763146E+01 + endloop + endfacet + facet normal 0.5103687007 -0.8585778749 -0.0486602715 + outer loop + vertex -8.329526E+01 7.5942589E+01 1.3763146E+01 + vertex -8.629731E+01 7.3962706E+01 1.7210106E+01 + vertex -8.765026E+01 7.3399120E+01 1.2963922E+01 + endloop + endfacet + facet normal 0.49825227223 -0.8660547112 0.04115714185 + outer loop + vertex -8.329526E+01 7.5942589E+01 1.3763146E+01 + vertex -8.765026E+01 7.3399120E+01 1.2963922E+01 + vertex -8.323601E+01 7.5803005E+01 1.0108603E+01 + endloop + endfacet + facet normal 0.47668261934 -0.8790698382 -0.003146411 + outer loop + vertex -8.323601E+01 7.5803005E+01 1.0108603E+01 + vertex -8.765026E+01 7.3399120E+01 1.2963922E+01 + vertex -8.837221E+01 7.3022586E+01 8.7883358E+00 + endloop + endfacet + facet normal 0.47138490025 -0.8816313337 0.02285754163 + outer loop + vertex -8.323601E+01 7.5803005E+01 1.0108603E+01 + vertex -8.837221E+01 7.3022586E+01 8.7883358E+00 + vertex -8.433764E+01 7.5115086E+01 6.2937803E+00 + endloop + endfacet + facet normal 0.4850229344 -0.8729418654 0.05220395239 + outer loop + vertex -8.433764E+01 7.5115086E+01 6.2937803E+00 + vertex -8.837221E+01 7.3022586E+01 8.7883358E+00 + vertex -8.903668E+01 7.2392484E+01 4.4254937E+00 + endloop + endfacet + facet normal 0.47929509952 -0.8749004933 0.06946462698 + outer loop + vertex -8.433764E+01 7.5115086E+01 6.2937803E+00 + vertex -8.903668E+01 7.2392484E+01 4.4254937E+00 + vertex -8.497923E+01 7.4435330E+01 2.1591929E+00 + endloop + endfacet + facet normal 0.48971582635 -0.866627453 0.09557859182 + outer loop + vertex -8.497923E+01 7.4435330E+01 2.1591929E+00 + vertex -8.903668E+01 7.2392484E+01 4.4254937E+00 + vertex -8.934998E+01 7.1723173E+01 -3.799457E-02 + endloop + endfacet + facet normal 0.48054429155 -0.8691407455 0.11692539653 + outer loop + vertex -8.497923E+01 7.4435330E+01 2.1591929E+00 + vertex -8.934998E+01 7.1723173E+01 -3.799457E-02 + vertex -8.508665E+01 7.3845193E+01 -1.786001E+00 + endloop + endfacet + facet normal 0.4842699911 -0.8650611621 0.13096473373 + outer loop + vertex -8.508665E+01 7.3845193E+01 -1.786001E+00 + vertex -8.934998E+01 7.1723173E+01 -3.799457E-02 + vertex -8.906922E+01 7.1198434E+01 -4.542242E+00 + endloop + endfacet + facet normal 0.46098276003 -0.8709257329 0.17024471434 + outer loop + vertex -8.508665E+01 7.3845193E+01 -1.786001E+00 + vertex -8.906922E+01 7.1198434E+01 -4.542242E+00 + vertex -8.454342E+01 7.3309066E+01 -5.999628E+00 + endloop + endfacet + facet normal 0.46095581189 -0.8709684282 0.17009919627 + outer loop + vertex -8.454342E+01 7.3309066E+01 -5.999628E+00 + vertex -8.906922E+01 7.1198434E+01 -4.542242E+00 + vertex -8.827745E+01 7.0745042E+01 -9.009403E+00 + endloop + endfacet + facet normal 0.41507632713 -0.8791760507 0.23401092817 + outer loop + vertex -8.454342E+01 7.3309066E+01 -5.999628E+00 + vertex -8.827745E+01 7.0745042E+01 -9.009403E+00 + vertex -8.310605E+01 7.2977732E+01 -9.793962E+00 + endloop + endfacet + facet normal 0.41387395231 -0.8876400432 0.20199877565 + outer loop + vertex -8.310605E+01 7.2977732E+01 -9.793962E+00 + vertex -8.827745E+01 7.0745042E+01 -9.009403E+00 + vertex -8.699766E+01 7.0368774E+01 -1.328498E+01 + endloop + endfacet + facet normal 0.37184393344 -0.8931599814 0.25297694929 + outer loop + vertex -8.310605E+01 7.2977732E+01 -9.793962E+00 + vertex -8.699766E+01 7.0368774E+01 -1.328498E+01 + vertex -8.163633E+01 7.2465199E+01 -1.376382E+01 + endloop + endfacet + facet normal 0.37203916847 -0.8964518938 0.24075061604 + outer loop + vertex -8.163633E+01 7.2465199E+01 -1.376382E+01 + vertex -8.699766E+01 7.0368774E+01 -1.328498E+01 + vertex -8.544167E+01 6.9880761E+01 -1.750665E+01 + endloop + endfacet + facet normal 0.33825118178 -0.8993357913 0.27709433872 + outer loop + vertex -8.163633E+01 7.2465199E+01 -1.376382E+01 + vertex -8.544167E+01 6.9880761E+01 -1.750665E+01 + vertex -7.992362E+01 7.1855237E+01 -1.783423E+01 + endloop + endfacet + facet normal 0.33821745401 -0.8991171589 0.27784400018 + outer loop + vertex -7.992362E+01 7.1855237E+01 -1.783423E+01 + vertex -8.544167E+01 6.9880761E+01 -1.750665E+01 + vertex -8.363632E+01 6.9284541E+01 -2.163369E+01 + endloop + endfacet + facet normal 0.31773180763 -0.8999857654 0.29844952746 + outer loop + vertex -7.992362E+01 7.1855237E+01 -1.783423E+01 + vertex -8.363632E+01 6.9284541E+01 -2.163369E+01 + vertex -7.812184E+01 7.1160669E+01 -2.184692E+01 + endloop + endfacet + facet normal 0.3163700615 -0.8937673072 0.31794651251 + outer loop + vertex -7.812184E+01 7.1160669E+01 -2.184692E+01 + vertex -8.363632E+01 6.9284541E+01 -2.163369E+01 + vertex -8.161566E+01 6.8577888E+01 -2.563077E+01 + endloop + endfacet + facet normal 0.31123265747 -0.8938504738 0.32274690305 + outer loop + vertex -7.812184E+01 7.1160669E+01 -2.184692E+01 + vertex -8.161566E+01 6.8577888E+01 -2.563077E+01 + vertex -7.631990E+01 7.0364755E+01 -2.578886E+01 + endloop + endfacet + facet normal 0.3071267839 -0.8776889094 0.36787948697 + outer loop + vertex -7.631990E+01 7.0364755E+01 -2.578886E+01 + vertex -8.161566E+01 6.8577888E+01 -2.563077E+01 + vertex -7.947544E+01 6.7714193E+01 -2.947816E+01 + endloop + endfacet + facet normal 0.32229137767 -0.8776139323 0.35485497562 + outer loop + vertex -7.631990E+01 7.0364755E+01 -2.578886E+01 + vertex -7.947544E+01 6.7714193E+01 -2.947816E+01 + vertex -7.469686E+01 6.9388456E+01 -2.967750E+01 + endloop + endfacet + facet normal 0.31438936697 -0.8460498038 0.43053345439 + outer loop + vertex -7.469686E+01 6.9388456E+01 -2.967750E+01 + vertex -7.947544E+01 6.7714193E+01 -2.947816E+01 + vertex -7.720938E+01 6.6656652E+01 -3.321110E+01 + endloop + endfacet + facet normal 0.34351629564 -0.8452932268 0.40923821338 + outer loop + vertex -7.469686E+01 6.9388456E+01 -2.967750E+01 + vertex -7.720938E+01 6.6656652E+01 -3.321110E+01 + vertex -7.318472E+01 6.8270145E+01 -3.325671E+01 + endloop + endfacet + facet normal 0.33133960257 -0.8129515967 0.47887761405 + outer loop + vertex -7.318472E+01 6.8270145E+01 -3.325671E+01 + vertex -7.720938E+01 6.6656652E+01 -3.321110E+01 + vertex -7.408987E+01 6.5897248E+01 -3.665869E+01 + endloop + endfacet + facet normal 0.27172792479 -0.8217563686 0.50087963174 + outer loop + vertex -7.318472E+01 6.8270145E+01 -3.325671E+01 + vertex -7.408987E+01 6.5897248E+01 -3.665869E+01 + vertex -6.978433E+01 6.8063874E+01 -3.543984E+01 + endloop + endfacet + facet normal 0.28089324429 -0.8296320954 0.48250344198 + outer loop + vertex -6.978433E+01 6.8063874E+01 -3.543984E+01 + vertex -7.408987E+01 6.5897248E+01 -3.665869E+01 + vertex -7.056313E+01 6.5490955E+01 -3.941041E+01 + endloop + endfacet + facet normal 0.23432127401 -0.8361792857 0.49588077467 + outer loop + vertex -6.978433E+01 6.8063874E+01 -3.543984E+01 + vertex -7.056313E+01 6.5490955E+01 -3.941041E+01 + vertex -6.646862E+01 6.7495182E+01 -3.796558E+01 + endloop + endfacet + facet normal 0.23006571917 -0.8328817775 0.50336637704 + outer loop + vertex -6.646862E+01 6.7495182E+01 -3.796558E+01 + vertex -7.056313E+01 6.5490955E+01 -3.941041E+01 + vertex -6.674643E+01 6.5011218E+01 -4.194863E+01 + endloop + endfacet + facet normal 0.17686039734 -0.8406345089 0.51191212355 + outer loop + vertex -6.646862E+01 6.7495182E+01 -3.796558E+01 + vertex -6.674643E+01 6.5011218E+01 -4.194863E+01 + vertex -6.254836E+01 6.6963629E+01 -4.019288E+01 + endloop + endfacet + facet normal 0.17687539434 -0.8406456471 0.51188865091 + outer loop + vertex -6.254836E+01 6.6963629E+01 -4.019288E+01 + vertex -6.674643E+01 6.5011218E+01 -4.194863E+01 + vertex -6.265123E+01 6.4549028E+01 -4.412270E+01 + endloop + endfacet + facet normal 0.10589742941 -0.8484639581 0.51855052432 + outer loop + vertex -6.254836E+01 6.6963629E+01 -4.019288E+01 + vertex -6.265123E+01 6.4549028E+01 -4.412270E+01 + vertex -5.835949E+01 6.6584809E+01 -4.166816E+01 + endloop + endfacet + facet normal 0.11615738846 -0.8547701376 0.50584135155 + outer loop + vertex -5.835949E+01 6.6584809E+01 -4.166816E+01 + vertex -6.265123E+01 6.4549028E+01 -4.412270E+01 + vertex -5.851341E+01 6.4060476E+01 -4.589843E+01 + endloop + endfacet + facet normal 0.0698927484 -0.8577459057 0.50930046622 + outer loop + vertex -5.835949E+01 6.6584809E+01 -4.166816E+01 + vertex -5.851341E+01 6.4060476E+01 -4.589843E+01 + vertex -5.433582E+01 6.5954933E+01 -4.328115E+01 + endloop + endfacet + facet normal 0.05924677211 -0.8511709877 0.52153405422 + outer loop + vertex -5.433582E+01 6.5954933E+01 -4.328115E+01 + vertex -5.851341E+01 6.4060476E+01 -4.589843E+01 + vertex -5.441494E+01 6.3344638E+01 -4.753230E+01 + endloop + endfacet + facet normal 0.04564587582 -0.8516669841 0.52209175651 + outer loop + vertex -5.433582E+01 6.5954933E+01 -4.328115E+01 + vertex -5.441494E+01 6.3344638E+01 -4.753230E+01 + vertex -5.055862E+01 6.5151882E+01 -4.492137E+01 + endloop + endfacet + facet normal 0.01421063482 -0.8318565006 0.55480881416 + outer loop + vertex -5.055862E+01 6.5151882E+01 -4.492137E+01 + vertex -5.441494E+01 6.3344638E+01 -4.753230E+01 + vertex -5.029701E+01 6.2438976E+01 -4.899569E+01 + endloop + endfacet + facet normal 0.03011148922 -0.8310912695 0.55532026792 + outer loop + vertex -5.055862E+01 6.5151882E+01 -4.492137E+01 + vertex -5.029701E+01 6.2438976E+01 -4.899569E+01 + vertex -4.711028E+01 6.4147117E+01 -4.661208E+01 + endloop + endfacet + facet normal -0.0092600917 -0.8068969943 0.59061958253 + outer loop + vertex -4.711028E+01 6.4147117E+01 -4.661208E+01 + vertex -5.029701E+01 6.2438976E+01 -4.899569E+01 + vertex -4.569318E+01 6.1825298E+01 -4.976191E+01 + endloop + endfacet + facet normal -0.0863552962 -0.8200998204 0.56566690504 + outer loop + vertex -4.711028E+01 6.4147117E+01 -4.661208E+01 + vertex -4.569318E+01 6.1825298E+01 -4.976191E+01 + vertex -4.309597E+01 6.4091243E+01 -4.608026E+01 + endloop + endfacet + facet normal -0.0516842212 -0.8338008061 0.54964075264 + outer loop + vertex -4.309597E+01 6.4091243E+01 -4.608026E+01 + vertex -4.569318E+01 6.1825298E+01 -4.976191E+01 + vertex -4.118163E+01 6.1603749E+01 -4.967376E+01 + endloop + endfacet + facet normal -0.1292826194 -0.8462253514 0.51690294926 + outer loop + vertex -4.309597E+01 6.4091243E+01 -4.608026E+01 + vertex -4.118163E+01 6.1603749E+01 -4.967376E+01 + vertex -3.891090E+01 6.3782466E+01 -4.553904E+01 + endloop + endfacet + facet normal -0.1092998378 -0.8533814901 0.50969949754 + outer loop + vertex -3.891090E+01 6.3782466E+01 -4.553904E+01 + vertex -4.118163E+01 6.1603749E+01 -4.967376E+01 + vertex -3.671284E+01 6.1233592E+01 -4.933522E+01 + endloop + endfacet + facet normal -0.165115219 -0.860414543 0.4821034938 + outer loop + vertex -3.891090E+01 6.3782466E+01 -4.553904E+01 + vertex -3.671284E+01 6.1233592E+01 -4.933522E+01 + vertex -3.467706E+01 6.3290793E+01 -4.496648E+01 + endloop + endfacet + facet normal -0.1638238892 -0.8608764632 0.48171926314 + outer loop + vertex -3.467706E+01 6.3290793E+01 -4.496648E+01 + vertex -3.671284E+01 6.1233592E+01 -4.933522E+01 + vertex -3.226055E+01 6.0690095E+01 -4.879236E+01 + endloop + endfacet + facet normal -0.1939666691 -0.8639315528 0.46475714442 + outer loop + vertex -3.467706E+01 6.3290793E+01 -4.496648E+01 + vertex -3.226055E+01 6.0690095E+01 -4.879236E+01 + vertex -3.045767E+01 6.2627929E+01 -4.443771E+01 + endloop + endfacet + facet normal -0.2068873733 -0.8591756993 0.46799009873 + outer loop + vertex -3.045767E+01 6.2627929E+01 -4.443771E+01 + vertex -3.226055E+01 6.0690095E+01 -4.879236E+01 + vertex -2.773805E+01 6.0164939E+01 -4.775719E+01 + endloop + endfacet + facet normal -0.2564898253 -0.8648508694 0.43156221252 + outer loop + vertex -3.045767E+01 6.2627929E+01 -4.443771E+01 + vertex -2.773805E+01 6.0164939E+01 -4.775719E+01 + vertex -2.619296E+01 6.2141216E+01 -4.287844E+01 + endloop + endfacet + facet normal -0.2410493599 -0.8705563898 0.42898342422 + outer loop + vertex -2.619296E+01 6.2141216E+01 -4.287844E+01 + vertex -2.773805E+01 6.0164939E+01 -4.775719E+01 + vertex -2.341173E+01 5.9724639E+01 -4.621972E+01 + endloop + endfacet + facet normal -0.3101429297 -0.8740384387 0.3739895331 + outer loop + vertex -2.619296E+01 6.2141216E+01 -4.287844E+01 + vertex -2.341173E+01 5.9724639E+01 -4.621972E+01 + vertex -2.257275E+01 6.1815810E+01 -4.063676E+01 + endloop + endfacet + facet normal -0.2726249899 -0.8868166853 0.37313775144 + outer loop + vertex -2.257275E+01 6.1815810E+01 -4.063676E+01 + vertex -2.341173E+01 5.9724639E+01 -4.621972E+01 + vertex -1.944147E+01 5.9222946E+01 -4.451128E+01 + endloop + endfacet + facet normal -0.2998147478 -0.8869732355 0.35126855325 + outer loop + vertex -2.257275E+01 6.1815810E+01 -4.063676E+01 + vertex -1.944147E+01 5.9222946E+01 -4.451128E+01 + vertex -1.892997E+01 6.1185094E+01 -3.912017E+01 + endloop + endfacet + facet normal -0.3296973835 -0.8766707775 0.3503540825 + outer loop + vertex -1.892997E+01 6.1185094E+01 -3.912017E+01 + vertex -1.944147E+01 5.9222946E+01 -4.451128E+01 + vertex -1.551707E+01 5.8384231E+01 -4.291693E+01 + endloop + endfacet + facet normal -0.2996389034 -0.8763477772 0.37713538807 + outer loop + vertex -1.892997E+01 6.1185094E+01 -3.912017E+01 + vertex -1.551707E+01 5.8384231E+01 -4.291693E+01 + vertex -1.518295E+01 6.0214955E+01 -3.839742E+01 + endloop + endfacet + facet normal -0.3650832665 -0.8531678576 0.37258397076 + outer loop + vertex -1.518295E+01 6.0214955E+01 -3.839742E+01 + vertex -1.551707E+01 5.8384231E+01 -4.291693E+01 + vertex -1.163869E+01 5.7809564E+01 -4.043254E+01 + endloop + endfacet + facet normal -0.4213501782 -0.8612391995 0.2841321323 + outer loop + vertex -1.518295E+01 6.0214955E+01 -3.839742E+01 + vertex -1.163869E+01 5.7809564E+01 -4.043254E+01 + vertex -1.285231E+01 6.0154201E+01 -3.512539E+01 + endloop + endfacet + facet normal -0.3517880722 -0.8833289925 0.30979839128 + outer loop + vertex -1.285231E+01 6.0154201E+01 -3.512539E+01 + vertex -1.163869E+01 5.7809564E+01 -4.043254E+01 + vertex -8.466764E+00 5.7630522E+01 -3.734120E+01 + endloop + endfacet + facet normal -0.3973522368 -0.8892963264 0.22641387729 + outer loop + vertex -1.285231E+01 6.0154201E+01 -3.512539E+01 + vertex -8.466764E+00 5.7630522E+01 -3.734120E+01 + vertex -1.011775E+01 5.9735722E+01 -3.196996E+01 + endloop + endfacet + facet normal -0.3696412566 -0.8980776682 0.23837332766 + outer loop + vertex -1.011775E+01 5.9735722E+01 -3.196996E+01 + vertex -8.466764E+00 5.7630522E+01 -3.734120E+01 + vertex -5.364786E+00 5.7171656E+01 -3.425980E+01 + endloop + endfacet + facet normal -0.3870850905 -0.8992993069 0.20353350903 + outer loop + vertex -1.011775E+01 5.9735722E+01 -3.196996E+01 + vertex -5.364786E+00 5.7171656E+01 -3.425980E+01 + vertex -7.018231E+00 5.9069010E+01 -2.902104E+01 + endloop + endfacet + facet normal -0.4068409442 -0.8924809227 0.19482876779 + outer loop + vertex -7.018231E+00 5.9069010E+01 -2.902104E+01 + vertex -5.364786E+00 5.7171656E+01 -3.425980E+01 + vertex -2.272671E+00 5.6430051E+01 -3.120004E+01 + endloop + endfacet + facet normal -0.4044395157 -0.8924293589 0.19999629359 + outer loop + vertex -7.018231E+00 5.9069010E+01 -2.902104E+01 + vertex -2.272671E+00 5.6430051E+01 -3.120004E+01 + vertex -3.877706E+00 5.8257314E+01 -2.629213E+01 + endloop + endfacet + facet normal -0.458342732 -0.8714641583 0.17456277039 + outer loop + vertex -3.877706E+00 5.8257314E+01 -2.629213E+01 + vertex -2.272671E+00 5.6430051E+01 -3.120004E+01 + vertex 7.3461340E-01 5.5474911E+01 -2.807224E+01 + endloop + endfacet + facet normal -0.4429769505 -0.8707857928 0.21331555127 + outer loop + vertex -3.877706E+00 5.8257314E+01 -2.629213E+01 + vertex 7.3461340E-01 5.5474911E+01 -2.807224E+01 + vertex -7.619357E-01 5.7253245E+01 -2.392059E+01 + endloop + endfacet + facet normal -0.4989581855 -0.847087509 0.18298492056 + outer loop + vertex -7.619357E-01 5.7253245E+01 -2.392059E+01 + vertex 7.3461340E-01 5.5474911E+01 -2.807224E+01 + vertex 3.1999234E+00 5.4887766E+01 -2.406796E+01 + endloop + endfacet + facet normal -0.5088195464 -0.857172056 0.07974167977 + outer loop + vertex -7.619357E-01 5.7253245E+01 -2.392059E+01 + vertex 3.1999234E+00 5.4887766E+01 -2.406796E+01 + vertex -4.436124E-02 5.7209637E+01 -1.981062E+01 + endloop + endfacet + facet normal -0.4569575623 -0.879706579 0.1315527316 + outer loop + vertex -4.436124E-02 5.7209637E+01 -1.981062E+01 + vertex 3.1999234E+00 5.4887766E+01 -2.406796E+01 + vertex 4.6684445E+00 5.4765912E+01 -1.978180E+01 + endloop + endfacet + facet normal -0.4603275913 -0.887518714 0.02022476295 + outer loop + vertex -4.436124E-02 5.7209637E+01 -1.981062E+01 + vertex 4.6684445E+00 5.4765912E+01 -1.978180E+01 + vertex 8.2869606E-01 5.6854646E+01 -1.551731E+01 + endloop + endfacet + facet normal -0.4267710384 -0.902511852 0.05778267721 + outer loop + vertex 8.2869606E-01 5.6854646E+01 -1.551731E+01 + vertex 4.6684445E+00 5.4765912E+01 -1.978180E+01 + vertex 5.9480873E+00 5.4433810E+01 -1.551775E+01 + endloop + endfacet + facet normal -0.4274495972 -0.9039336988 -0.0138097797 + outer loop + vertex 8.2869606E-01 5.6854646E+01 -1.551731E+01 + vertex 5.9480873E+00 5.4433810E+01 -1.551775E+01 + vertex 1.9030022E+00 5.6281248E+01 -1.123759E+01 + endloop + endfacet + facet normal -0.4304265472 -0.9024605877 -0.0172590599 + outer loop + vertex 1.9030022E+00 5.6281248E+01 -1.123759E+01 + vertex 5.9480873E+00 5.4433810E+01 -1.551775E+01 + vertex 7.4415249E+00 5.3645948E+01 -1.156627E+01 + endloop + endfacet + facet normal -0.4281913608 -0.9032843718 0.02700929741 + outer loop + vertex 1.9030022E+00 5.6281248E+01 -1.123759E+01 + vertex 7.4415249E+00 5.3645948E+01 -1.156627E+01 + vertex 3.9891765E+00 5.5388217E+01 -8.030511E+00 + endloop + endfacet + facet normal -0.4779219515 -0.8777387738 -0.0341358054 + outer loop + vertex 3.9891765E+00 5.5388217E+01 -8.030511E+00 + vertex 7.4415249E+00 5.3645948E+01 -1.156627E+01 + vertex 8.5611793E+00 5.2868976E+01 -7.263722E+00 + endloop + endfacet + facet normal -0.4699988951 -0.8786312857 -0.0843095624 + outer loop + vertex 3.9891765E+00 5.5388217E+01 -8.030511E+00 + vertex 8.5611793E+00 5.2868976E+01 -7.263722E+00 + vertex 4.0287937E+00 5.5007931E+01 -4.288220E+00 + endloop + endfacet + facet normal -0.4653199581 -0.8819783606 -0.0747763865 + outer loop + vertex 4.0287937E+00 5.5007931E+01 -4.288220E+00 + vertex 8.5611793E+00 5.2868976E+01 -7.263722E+00 + vertex 9.1859239E+00 5.2184922E+01 -3.083062E+00 + endloop + endfacet + facet normal -0.4720285358 -0.8805477038 -0.0427177087 + outer loop + vertex 4.0287937E+00 5.5007931E+01 -4.288220E+00 + vertex 9.1859239E+00 5.2184922E+01 -3.083062E+00 + vertex 5.4998381E+00 5.4041383E+01 -6.195595E-01 + endloop + endfacet + facet normal -0.5016099444 -0.8589056203 -0.103288911 + outer loop + vertex 5.4998381E+00 5.4041383E+01 -6.195595E-01 + vertex 9.1859239E+00 5.2184922E+01 -3.083062E+00 + vertex 9.2700398E+00 5.1582944E+01 1.5142252E+00 + endloop + endfacet + facet normal -0.4567982114 -0.8683133577 -0.1933062514 + outer loop + vertex 5.4998381E+00 5.4041383E+01 -6.195595E-01 + vertex 9.2700398E+00 5.1582944E+01 1.5142252E+00 + vertex 4.1054936E+00 5.3958483E+01 3.0477664E+00 + endloop + endfacet + facet normal -0.4452477723 -0.8864542509 -0.1263063039 + outer loop + vertex 4.1054936E+00 5.3958483E+01 3.0477664E+00 + vertex 9.2700398E+00 5.1582944E+01 1.5142252E+00 + vertex 8.4738084E+00 5.1364790E+01 5.8521220E+00 + endloop + endfacet + facet normal -0.4040005418 -0.8933156776 -0.1969026723 + outer loop + vertex 4.1054936E+00 5.3958483E+01 3.0477664E+00 + vertex 8.4738084E+00 5.1364790E+01 5.8521220E+00 + vertex 3.1687162E+00 5.3471510E+01 7.1791431E+00 + endloop + endfacet + facet normal -0.4016717015 -0.8978362624 -0.1804158812 + outer loop + vertex 3.1687162E+00 5.3471510E+01 7.1791431E+00 + vertex 8.4738084E+00 5.1364790E+01 5.8521220E+00 + vertex 7.6245125E+00 5.0869656E+01 1.0206991E+01 + endloop + endfacet + facet normal -0.3829851544 -0.899683822 -0.2095027253 + outer loop + vertex 3.1687162E+00 5.3471510E+01 7.1791431E+00 + vertex 7.6245125E+00 5.0869656E+01 1.0206991E+01 + vertex 2.4177122E+00 5.2785814E+01 1.1496668E+01 + endloop + endfacet + facet normal -0.385594528 -0.8938887705 -0.228647602 + outer loop + vertex 2.4177122E+00 5.2785814E+01 1.1496668E+01 + vertex 7.6245125E+00 5.0869656E+01 1.0206991E+01 + vertex 6.6177799E+00 5.0187026E+01 1.4573473E+01 + endloop + endfacet + facet normal -0.3784779886 -0.8942998514 -0.2387094215 + outer loop + vertex 2.4177122E+00 5.2785814E+01 1.1496668E+01 + vertex 6.6177799E+00 5.0187026E+01 1.4573473E+01 + vertex 1.5229057E+00 5.2032720E+01 1.5736789E+01 + endloop + endfacet + facet normal -0.3823212267 -0.8822809478 -0.2746102853 + outer loop + vertex 1.5229057E+00 5.2032720E+01 1.5736789E+01 + vertex 6.6177799E+00 5.0187026E+01 1.4573473E+01 + vertex 5.3754367E+00 4.9396800E+01 1.8841979E+01 + endloop + endfacet + facet normal -0.3868002453 -0.8820901487 -0.268891316 + outer loop + vertex 1.5229057E+00 5.2032720E+01 1.5736789E+01 + vertex 5.3754367E+00 4.9396800E+01 1.8841979E+01 + vertex 6.2641072E-01 5.1160266E+01 1.9888455E+01 + endloop + endfacet + facet normal -0.3916556254 -0.8588896519 -0.3300218734 + outer loop + vertex 6.2641072E-01 5.1160266E+01 1.9888455E+01 + vertex 5.3754367E+00 4.9396800E+01 1.8841979E+01 + vertex 3.9679529E+00 4.8427314E+01 2.3035430E+01 + endloop + endfacet + facet normal -0.4121615732 -0.857741132 -0.3072506926 + outer loop + vertex 6.2641072E-01 5.1160266E+01 1.9888455E+01 + vertex 3.9679529E+00 4.8427314E+01 2.3035430E+01 + vertex -1.444057E-01 5.0117641E+01 2.3833127E+01 + endloop + endfacet + facet normal -0.4136701901 -0.8326725522 -0.368148604 + outer loop + vertex -1.444057E-01 5.0117641E+01 2.3833127E+01 + vertex 3.9679529E+00 4.8427314E+01 2.3035430E+01 + vertex 1.6013394E+00 4.7789698E+01 2.7136825E+01 + endloop + endfacet + facet normal -0.3385265595 -0.8440626851 -0.4158821373 + outer loop + vertex -1.444057E-01 5.0117641E+01 2.3833127E+01 + vertex 1.6013394E+00 4.7789698E+01 2.7136825E+01 + vertex -3.322272E+00 5.0044947E+01 2.6567437E+01 + endloop + endfacet + facet normal -0.3531100847 -0.8624524371 -0.3626142052 + outer loop + vertex -3.322272E+00 5.0044947E+01 2.6567437E+01 + vertex 1.6013394E+00 4.7789698E+01 2.7136825E+01 + vertex -1.471420E+00 4.7642566E+01 3.0478990E+01 + endloop + endfacet + facet normal -0.2572358266 -0.8729669993 -0.4144373869 + outer loop + vertex -3.322272E+00 5.0044947E+01 2.6567437E+01 + vertex -1.471420E+00 4.7642566E+01 3.0478990E+01 + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + endloop + endfacet + facet normal -0.2632004106 -0.8793154818 -0.3969002738 + outer loop + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + vertex -1.471420E+00 4.7642566E+01 3.0478990E+01 + vertex -3.969244E+00 4.6896108E+01 3.3789142E+01 + endloop + endfacet + facet normal -0.3120283546 -0.8778430019 -0.3633592848 + outer loop + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + vertex -3.969244E+00 4.6896108E+01 3.3789142E+01 + vertex -8.034552E+00 4.8465808E+01 3.3487900E+01 + endloop + endfacet + facet normal -0.2872195785 -0.8342022862 -0.4707562634 + outer loop + vertex -8.034552E+00 4.8465808E+01 3.3487900E+01 + vertex -3.969244E+00 4.6896108E+01 3.3789142E+01 + vertex -6.922096E+00 4.5940608E+01 3.7283938E+01 + endloop + endfacet + facet normal -0.2569431625 -0.8376816961 -0.4819435519 + outer loop + vertex -8.034552E+00 4.8465808E+01 3.3487900E+01 + vertex -6.922096E+00 4.5940608E+01 3.7283938E+01 + vertex -1.115734E+01 4.8029910E+01 3.5910433E+01 + endloop + endfacet + facet normal -0.2553932268 -0.836464903 -0.4848719066 + outer loop + vertex -1.115734E+01 4.8029910E+01 3.5910433E+01 + vertex -6.922096E+00 4.5940608E+01 3.7283938E+01 + vertex -1.035810E+01 4.5363418E+01 4.0089487E+01 + endloop + endfacet + facet normal -0.2315573838 -0.8395777586 -0.4914166921 + outer loop + vertex -1.115734E+01 4.8029910E+01 3.5910433E+01 + vertex -1.035810E+01 4.5363418E+01 4.0089487E+01 + vertex -1.426626E+01 4.7319859E+01 3.8588477E+01 + endloop + endfacet + facet normal -0.2174207155 -0.8292806456 -0.5148027226 + outer loop + vertex -1.426626E+01 4.7319859E+01 3.8588477E+01 + vertex -1.035810E+01 4.5363418E+01 4.0089487E+01 + vertex -1.416262E+01 4.4776182E+01 4.2642241E+01 + endloop + endfacet + facet normal -0.1761678114 -0.8358245803 -0.5199636268 + outer loop + vertex -1.426626E+01 4.7319859E+01 3.8588477E+01 + vertex -1.416262E+01 4.4776182E+01 4.2642241E+01 + vertex -1.812837E+01 4.6716611E+01 4.0866692E+01 + endloop + endfacet + facet normal -0.1706740508 -0.8319307759 -0.5279787424 + outer loop + vertex -1.812837E+01 4.6716611E+01 4.0866692E+01 + vertex -1.416262E+01 4.4776182E+01 4.2642241E+01 + vertex -1.830823E+01 4.4288386E+01 4.4750963E+01 + endloop + endfacet + facet normal -0.09873357 -0.8417392917 -0.5307792828 + outer loop + vertex -1.812837E+01 4.6716611E+01 4.0866692E+01 + vertex -1.830823E+01 4.4288386E+01 4.4750963E+01 + vertex -2.226837E+01 4.6404604E+01 4.2131598E+01 + endloop + endfacet + facet normal -0.1134102682 -0.8496608123 -0.5149899174 + outer loop + vertex -2.226837E+01 4.6404604E+01 4.2131598E+01 + vertex -1.830823E+01 4.4288386E+01 4.4750963E+01 + vertex -2.256900E+01 4.3908323E+01 4.6316313E+01 + endloop + endfacet + facet normal -0.0440420919 -0.856578819 -0.5141332715 + outer loop + vertex -2.226837E+01 4.6404604E+01 4.2131598E+01 + vertex -2.256900E+01 4.3908323E+01 4.6316313E+01 + vertex -2.645109E+01 4.5969995E+01 4.3213987E+01 + endloop + endfacet + facet normal -0.0532919742 -0.8611303957 -0.5055832345 + outer loop + vertex -2.645109E+01 4.5969995E+01 4.3213987E+01 + vertex -2.256900E+01 4.3908323E+01 4.6316313E+01 + vertex -2.685319E+01 4.3420156E+01 4.7599363E+01 + endloop + endfacet + facet normal -0.0050229773 -0.8642787933 -0.5029880089 + outer loop + vertex -2.645109E+01 4.5969995E+01 4.3213987E+01 + vertex -2.685319E+01 4.3420156E+01 4.7599363E+01 + vertex -3.056706E+01 4.5390337E+01 4.4251110E+01 + endloop + endfacet + facet normal 0.0021009797 -0.8608421697 -0.5088677084 + outer loop + vertex -3.056706E+01 4.5390337E+01 4.4251110E+01 + vertex -2.685319E+01 4.3420156E+01 4.7599363E+01 + vertex -3.109505E+01 4.2764336E+01 4.8691287E+01 + endloop + endfacet + facet normal 0.01867119588 -0.8615558166 -0.5073193879 + outer loop + vertex -3.056706E+01 4.5390337E+01 4.4251110E+01 + vertex -3.109505E+01 4.2764336E+01 4.8691287E+01 + vertex -3.451810E+01 4.4629368E+01 4.5398014E+01 + endloop + endfacet + facet normal 0.05320216464 -0.844199691 -0.5333820501 + outer loop + vertex -3.451810E+01 4.4629368E+01 4.5398014E+01 + vertex -3.109505E+01 4.2764336E+01 4.8691287E+01 + vertex -3.528806E+01 4.1881956E+01 4.9669626E+01 + endloop + endfacet + facet normal 0.03204103125 -0.8432410641 -0.5365797984 + outer loop + vertex -3.451810E+01 4.4629368E+01 4.5398014E+01 + vertex -3.528806E+01 4.1881956E+01 4.9669626E+01 + vertex -3.808292E+01 4.3648784E+01 4.6726145E+01 + endloop + endfacet + facet normal 0.07886607065 -0.8199090994 -0.5670354588 + outer loop + vertex -3.808292E+01 4.3648784E+01 4.6726145E+01 + vertex -3.528806E+01 4.1881956E+01 4.9669626E+01 + vertex -3.984866E+01 4.1265415E+01 4.9926806E+01 + endloop + endfacet + facet normal 0.15442576792 -0.831347014 -0.5338677968 + outer loop + vertex -3.808292E+01 4.3648784E+01 4.6726145E+01 + vertex -3.984866E+01 4.1265415E+01 4.9926806E+01 + vertex -4.183092E+01 4.3588996E+01 4.5735107E+01 + endloop + endfacet + facet normal 0.12015814718 -0.8430921429 -0.5241733094 + outer loop + vertex -4.183092E+01 4.3588996E+01 4.5735107E+01 + vertex -3.984866E+01 4.1265415E+01 4.9926806E+01 + vertex -4.412506E+01 4.0881572E+01 4.9563895E+01 + endloop + endfacet + facet normal 0.15202374298 -0.8476526379 -0.508304817 + outer loop + vertex -4.183092E+01 4.3588996E+01 4.5735107E+01 + vertex -4.412506E+01 4.0881572E+01 4.9563895E+01 + vertex -4.571192E+01 4.2965701E+01 4.5613788E+01 + endloop + endfacet + facet normal 0.17622772072 -0.8396208263 -0.5137904811 + outer loop + vertex -4.571192E+01 4.2965701E+01 4.5613788E+01 + vertex -4.412506E+01 4.0881572E+01 4.9563895E+01 + vertex -4.852220E+01 4.0273830E+01 4.9048849E+01 + endloop + endfacet + facet normal 0.19002883525 -0.8422190067 -0.5045356147 + outer loop + vertex -4.571192E+01 4.2965701E+01 4.5613788E+01 + vertex -4.852220E+01 4.0273830E+01 4.9048849E+01 + vertex -5.016782E+01 4.2142423E+01 4.5309807E+01 + endloop + endfacet + facet normal 0.22407131649 -0.8287568228 -0.512790575 + outer loop + vertex -5.016782E+01 4.2142423E+01 4.5309807E+01 + vertex -4.852220E+01 4.0273830E+01 4.9048849E+01 + vertex -5.305041E+01 3.9632795E+01 4.8106204E+01 + endloop + endfacet + facet normal 0.25981396426 -0.8363332356 -0.4827457125 + outer loop + vertex -5.016782E+01 4.2142423E+01 4.5309807E+01 + vertex -5.305041E+01 3.9632795E+01 4.8106204E+01 + vertex -5.430206E+01 4.1658835E+01 4.3922551E+01 + endloop + endfacet + facet normal 0.2617926136 -0.8355836767 -0.4829746854 + outer loop + vertex -5.430206E+01 4.1658835E+01 4.3922551E+01 + vertex -5.305041E+01 3.9632795E+01 4.8106204E+01 + vertex -5.738851E+01 3.9158513E+01 4.6575313E+01 + endloop + endfacet + facet normal 0.30286252871 -0.8438336324 -0.4429662397 + outer loop + vertex -5.430206E+01 4.1658835E+01 4.3922551E+01 + vertex -5.738851E+01 3.9158513E+01 4.6575313E+01 + vertex -5.833909E+01 4.1168011E+01 4.2097374E+01 + endloop + endfacet + facet normal 0.30143356227 -0.844376478 -0.4429065036 + outer loop + vertex -5.833909E+01 4.1168011E+01 4.2097374E+01 + vertex -5.738851E+01 3.9158513E+01 4.6575313E+01 + vertex -6.155400E+01 3.8681292E+01 4.4650159E+01 + endloop + endfacet + facet normal 0.340489743 -0.8508903301 -0.400065471 + outer loop + vertex -5.833909E+01 4.1168011E+01 4.2097374E+01 + vertex -6.155400E+01 3.8681292E+01 4.4650159E+01 + vertex -6.219158E+01 4.0661572E+01 3.9895712E+01 + endloop + endfacet + facet normal 0.33956421642 -0.8512483505 -0.4000904757 + outer loop + vertex -6.219158E+01 4.0661572E+01 3.9895712E+01 + vertex -6.155400E+01 3.8681292E+01 4.4650159E+01 + vertex -6.553151E+01 3.8124325E+01 4.2459396E+01 + endloop + endfacet + facet normal 0.36663638514 -0.8544813498 -0.3680209016 + outer loop + vertex -6.219158E+01 4.0661572E+01 3.9895712E+01 + vertex -6.553151E+01 3.8124325E+01 4.2459396E+01 + vertex -6.584516E+01 4.0049846E+01 3.7676195E+01 + endloop + endfacet + facet normal 0.3788646373 -0.8496284955 -0.366869195 + outer loop + vertex -6.584516E+01 4.0049846E+01 3.7676195E+01 + vertex -6.553151E+01 3.8124325E+01 4.2459396E+01 + vertex -6.932607E+01 3.7484185E+01 4.0023261E+01 + endloop + endfacet + facet normal 0.39544460576 -0.8515046059 -0.3443304661 + outer loop + vertex -6.584516E+01 4.0049846E+01 3.7676195E+01 + vertex -6.932607E+01 3.7484185E+01 4.0023261E+01 + vertex -6.945971E+01 3.9323830E+01 3.5320469E+01 + endloop + endfacet + facet normal 0.42185616366 -0.8402271572 -0.34066949 + outer loop + vertex -6.945971E+01 3.9323830E+01 3.5320469E+01 + vertex -6.932607E+01 3.7484185E+01 4.0023261E+01 + vertex -7.293765E+01 3.6748011E+01 3.7366693E+01 + endloop + endfacet + facet normal 0.43126044967 -0.841271821 -0.3260002267 + outer loop + vertex -6.945971E+01 3.9323830E+01 3.5320469E+01 + vertex -7.293765E+01 3.6748011E+01 3.7366693E+01 + vertex -7.294799E+01 3.8503875E+01 3.2821844E+01 + endloop + endfacet + facet normal 0.46922458926 -0.8233807492 -0.3191746022 + outer loop + vertex -7.294799E+01 3.8503875E+01 3.2821844E+01 + vertex -7.293765E+01 3.6748011E+01 3.7366693E+01 + vertex -7.634960E+01 3.5916734E+01 3.4495169E+01 + endloop + endfacet + facet normal 0.47352244505 -0.8239362431 -0.3112965809 + outer loop + vertex -7.294799E+01 3.8503875E+01 3.2821844E+01 + vertex -7.634960E+01 3.5916734E+01 3.4495169E+01 + vertex -7.603031E+01 3.7665648E+01 3.0351858E+01 + endloop + endfacet + facet normal 0.50148977333 -0.8102356439 -0.3033582182 + outer loop + vertex -7.603031E+01 3.7665648E+01 3.0351858E+01 + vertex -7.634960E+01 3.5916734E+01 3.4495169E+01 + vertex -7.929473E+01 3.5460061E+01 3.0846228E+01 + endloop + endfacet + facet normal 0.52767154433 -0.8256985224 -0.1994610023 + outer loop + vertex -7.603031E+01 3.7665648E+01 3.0351858E+01 + vertex -7.929473E+01 3.5460061E+01 3.0846228E+01 + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + endloop + endfacet + facet normal 0.49172221544 -0.8421082617 -0.2215015538 + outer loop + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + vertex -7.929473E+01 3.5460061E+01 3.0846228E+01 + vertex -8.172971E+01 3.4934888E+01 2.7437309E+01 + endloop + endfacet + facet normal 0.48842081393 -0.8414397865 -0.2311367436 + outer loop + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + vertex -8.172971E+01 3.4934888E+01 2.7437309E+01 + vertex -8.058305E+01 3.6636034E+01 2.3667412E+01 + endloop + endfacet + facet normal 0.5477137231 -0.8124092388 -0.2000022658 + outer loop + vertex -8.058305E+01 3.6636034E+01 2.3667412E+01 + vertex -8.172971E+01 3.4934888E+01 2.7437309E+01 + vertex -8.417321E+01 3.4248274E+01 2.3534712E+01 + endloop + endfacet + facet normal 0.55226085221 -0.8229572112 -0.1332267978 + outer loop + vertex -8.058305E+01 3.6636034E+01 2.3667412E+01 + vertex -8.417321E+01 3.4248274E+01 2.3534712E+01 + vertex -8.178681E+01 3.6456265E+01 1.9787952E+01 + endloop + endfacet + facet normal 0.53430339074 -0.8318902012 -0.1499285822 + outer loop + vertex -8.178681E+01 3.6456265E+01 1.9787952E+01 + vertex -8.417321E+01 3.4248274E+01 2.3534712E+01 + vertex -8.585693E+01 3.3917486E+01 1.9369808E+01 + endloop + endfacet + facet normal 0.53352160157 -0.84176884 -0.0823402731 + outer loop + vertex -8.178681E+01 3.6456265E+01 1.9787952E+01 + vertex -8.585693E+01 3.3917486E+01 1.9369808E+01 + vertex -8.304789E+01 3.6049194E+01 1.5778330E+01 + endloop + endfacet + facet normal 0.52854271094 -0.8443570958 -0.0877707099 + outer loop + vertex -8.304789E+01 3.6049194E+01 1.5778330E+01 + vertex -8.585693E+01 3.3917486E+01 1.9369808E+01 + vertex -8.727480E+01 3.3472819E+01 1.5109300E+01 + endloop + endfacet + facet normal 0.52446072439 -0.850586614 -0.0379915859 + outer loop + vertex -8.304789E+01 3.6049194E+01 1.5778330E+01 + vertex -8.727480E+01 3.3472819E+01 1.5109300E+01 + vertex -8.426673E+01 3.5482881E+01 1.1631721E+01 + endloop + endfacet + facet normal 0.52854772736 -0.8482576341 -0.0331102114 + outer loop + vertex -8.426673E+01 3.5482881E+01 1.1631721E+01 + vertex -8.727480E+01 3.3472819E+01 1.5109300E+01 + vertex -8.838711E+01 3.2951334E+01 1.0713260E+01 + endloop + endfacet + facet normal 0.52089362824 -0.8534787047 0.01561821667 + outer loop + vertex -8.426673E+01 3.5482881E+01 1.1631721E+01 + vertex -8.838711E+01 3.2951334E+01 1.0713260E+01 + vertex -8.508538E+01 3.4902648E+01 7.2273120E+00 + endloop + endfacet + facet normal 0.5274205304 -0.8492607476 0.02416126259 + outer loop + vertex -8.508538E+01 3.4902648E+01 7.2273120E+00 + vertex -8.838711E+01 3.2951334E+01 1.0713260E+01 + vertex -8.926422E+01 3.2283789E+01 6.3958802E+00 + endloop + endfacet + facet normal 0.52452199618 -0.8503520588 0.04216694852 + outer loop + vertex -8.508538E+01 3.4902648E+01 7.2273120E+00 + vertex -8.926422E+01 3.2283789E+01 6.3958802E+00 + vertex -8.598687E+01 3.4148412E+01 3.2309358E+00 + endloop + endfacet + facet normal 0.54815664331 -0.8328268341 0.07696595877 + outer loop + vertex -8.598687E+01 3.4148412E+01 3.2309358E+00 + vertex -8.926422E+01 3.2283789E+01 6.3958802E+00 + vertex -9.001369E+01 3.1398808E+01 2.1575463E+00 + endloop + endfacet + facet normal 0.55322741047 -0.8312795309 0.05397938345 + outer loop + vertex -8.598687E+01 3.4148412E+01 3.2309358E+00 + vertex -9.001369E+01 3.1398808E+01 2.1575463E+00 + vertex -8.725797E+01 3.3063677E+01 -4.465542E-01 + endloop + endfacet + facet normal 0.58672846539 -0.8025790948 0.1077798891 + outer loop + vertex -8.725797E+01 3.3063677E+01 -4.465542E-01 + vertex -9.001369E+01 3.1398808E+01 2.1575463E+00 + vertex -9.012945E+01 3.0695529E+01 -2.449256E+00 + endloop + endfacet + facet normal 0.55622920546 -0.814387898 0.16547332902 + outer loop + vertex -8.725797E+01 3.3063677E+01 -4.465542E-01 + vertex -9.012945E+01 3.0695529E+01 -2.449256E+00 + vertex -8.633715E+01 3.2919807E+01 -4.249909E+00 + endloop + endfacet + facet normal 0.55075762585 -0.8220685565 0.14446219554 + outer loop + vertex -8.633715E+01 3.2919807E+01 -4.249909E+00 + vertex -9.012945E+01 3.0695529E+01 -2.449256E+00 + vertex -8.944005E+01 3.0385441E+01 -6.842119E+00 + endloop + endfacet + facet normal 0.51560788418 -0.833663477 0.19787298145 + outer loop + vertex -8.633715E+01 3.2919807E+01 -4.249909E+00 + vertex -8.944005E+01 3.0385441E+01 -6.842119E+00 + vertex -8.544075E+01 3.2507865E+01 -8.321261E+00 + endloop + endfacet + facet normal 0.51538712044 -0.8340838705 0.19667285783 + outer loop + vertex -8.544075E+01 3.2507865E+01 -8.321261E+00 + vertex -8.944005E+01 3.0385441E+01 -6.842119E+00 + vertex -8.847796E+01 2.9947503E+01 -1.122059E+01 + endloop + endfacet + facet normal 0.4855419665 -0.8420447114 0.2349674503 + outer loop + vertex -8.544075E+01 3.2507865E+01 -8.321261E+00 + vertex -8.847796E+01 2.9947503E+01 -1.122059E+01 + vertex -8.437915E+01 3.1953490E+01 -1.250167E+01 + endloop + endfacet + facet normal 0.48673773908 -0.8388288518 0.24382889649 + outer loop + vertex -8.437915E+01 3.1953490E+01 -1.250167E+01 + vertex -8.847796E+01 2.9947503E+01 -1.122059E+01 + vertex -8.711895E+01 2.9458955E+01 -1.561421E+01 + endloop + endfacet + facet normal 0.4512577778 -0.8468386865 0.28147940774 + outer loop + vertex -8.437915E+01 3.1953490E+01 -1.250167E+01 + vertex -8.711895E+01 2.9458955E+01 -1.561421E+01 + vertex -8.277636E+01 3.1408260E+01 -1.671155E+01 + endloop + endfacet + facet normal 0.45161584462 -0.8451914756 0.28582249458 + outer loop + vertex -8.277636E+01 3.1408260E+01 -1.671155E+01 + vertex -8.711895E+01 2.9458955E+01 -1.561421E+01 + vertex -8.535694E+01 2.8952768E+01 -1.989510E+01 + endloop + endfacet + facet normal 0.40844792057 -0.8524291305 0.32639680388 + outer loop + vertex -8.277636E+01 3.1408260E+01 -1.671155E+01 + vertex -8.535694E+01 2.8952768E+01 -1.989510E+01 + vertex -8.061555E+01 3.0926905E+01 -2.067268E+01 + endloop + endfacet + facet normal 0.40842891869 -0.8539604069 0.32239330294 + outer loop + vertex -8.061555E+01 3.0926905E+01 -2.067268E+01 + vertex -8.535694E+01 2.8952768E+01 -1.989510E+01 + vertex -8.329302E+01 2.8407545E+01 -2.395400E+01 + endloop + endfacet + facet normal 0.37171518261 -0.8576981909 0.35522054597 + outer loop + vertex -8.061555E+01 3.0926905E+01 -2.067268E+01 + vertex -8.329302E+01 2.8407545E+01 -2.395400E+01 + vertex -7.838355E+01 3.0378544E+01 -2.433237E+01 + endloop + endfacet + facet normal 0.37130462111 -0.8556546756 0.36053842292 + outer loop + vertex -7.838355E+01 3.0378544E+01 -2.433237E+01 + vertex -8.329302E+01 2.8407545E+01 -2.395400E+01 + vertex -8.102111E+01 2.7771505E+01 -2.780325E+01 + endloop + endfacet + facet normal 0.35497364641 -0.8568678688 0.37385982098 + outer loop + vertex -7.838355E+01 3.0378544E+01 -2.433237E+01 + vertex -8.102111E+01 2.7771505E+01 -2.780325E+01 + vertex -7.629321E+01 2.9576290E+01 -2.815583E+01 + endloop + endfacet + facet normal 0.35238130223 -0.8442062469 0.40390992871 + outer loop + vertex -7.629321E+01 2.9576290E+01 -2.815583E+01 + vertex -8.102111E+01 2.7771505E+01 -2.780325E+01 + vertex -7.843852E+01 2.7089064E+01 -3.148273E+01 + endloop + endfacet + facet normal 0.3277189168 -0.8457904108 0.42099749704 + outer loop + vertex -7.629321E+01 2.9576290E+01 -2.815583E+01 + vertex -7.843852E+01 2.7089064E+01 -3.148273E+01 + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + endloop + endfacet + facet normal 0.19370929452 -0.9594430861 -0.20480643 + outer loop + vertex -2.345625E+00 1.6286925E+01 -8.166090E+00 + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + vertex -7.165850E+00 1.5547190E+01 -9.259752E+00 + endloop + endfacet + facet normal 0.45104276828 -0.8516559228 -0.2669131138 + outer loop + vertex -7.165850E+00 1.5547190E+01 -9.259752E+00 + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + vertex -9.900415E+00 1.3429368E+01 -7.123289E+00 + endloop + endfacet + facet normal 0.43419661684 -0.8529455364 -0.2897537056 + outer loop + vertex -7.165850E+00 1.5547190E+01 -9.259752E+00 + vertex -9.900415E+00 1.3429368E+01 -7.123289E+00 + vertex -1.191785E+01 1.3761853E+01 -1.112516E+01 + endloop + endfacet + facet normal 0.64839205737 -0.6587624769 -0.3816015448 + outer loop + vertex -1.191785E+01 1.3761853E+01 -1.112516E+01 + vertex -9.900415E+00 1.3429368E+01 -7.123289E+00 + vertex -1.364702E+01 1.0363705E+01 -8.196994E+00 + endloop + endfacet + facet normal 0.61855727597 -0.6693585742 -0.4115167012 + outer loop + vertex -1.191785E+01 1.3761853E+01 -1.112516E+01 + vertex -1.364702E+01 1.0363705E+01 -8.196994E+00 + vertex -1.579896E+01 1.1210991E+01 -1.280977E+01 + endloop + endfacet + facet normal 0.72030465222 -0.4385368388 -0.5374445543 + outer loop + vertex -1.579896E+01 1.1210991E+01 -1.280977E+01 + vertex -1.655463E+01 7.0225607E+00 -1.040493E+01 + vertex -1.915552E+01 8.3047763E+00 -1.493699E+01 + endloop + endfacet + facet normal -0.0354676182 -0.9906806256 -0.1315064492 + outer loop + vertex 1.9660643E-01 1.6771506E+01 -1.250224E+01 + vertex -2.345625E+00 1.6286925E+01 -8.166090E+00 + vertex -4.677120E+00 1.6938032E+01 -1.244228E+01 + endloop + endfacet + facet normal 0.20286765006 -0.9455338088 -0.2545791291 + outer loop + vertex -4.677120E+00 1.6938032E+01 -1.244228E+01 + vertex -2.345625E+00 1.6286925E+01 -8.166090E+00 + vertex -7.165850E+00 1.5547190E+01 -9.259752E+00 + endloop + endfacet + facet normal -0.2432155081 -0.9694712487 -0.0311723369 + outer loop + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + vertex 1.9660643E-01 1.6771506E+01 -1.250224E+01 + vertex -2.279567E+00 1.7499336E+01 -1.581822E+01 + endloop + endfacet + facet normal -0.0358531294 -0.9813925815 -0.1886349757 + outer loop + vertex -2.279567E+00 1.7499336E+01 -1.581822E+01 + vertex 1.9660643E-01 1.6771506E+01 -1.250224E+01 + vertex -4.677120E+00 1.6938032E+01 -1.244228E+01 + endloop + endfacet + facet normal -0.2918246505 -0.9563522757 0.01512276854 + outer loop + vertex 1.9008572E-01 1.6958424E+01 -2.263370E+01 + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + vertex -2.992233E+00 1.7978353E+01 -1.954354E+01 + endloop + endfacet + facet normal -0.2628313622 -0.962044047 -0.0734229298 + outer loop + vertex -2.992233E+00 1.7978353E+01 -1.954354E+01 + vertex 1.8018282E+00 1.6541759E+01 -1.788143E+01 + vertex -2.279567E+00 1.7499336E+01 -1.581822E+01 + endloop + endfacet + facet normal -0.323589296 -0.9448213863 0.05101485608 + outer loop + vertex -2.362693E+00 1.7614870E+01 -2.666838E+01 + vertex 1.9008572E-01 1.6958424E+01 -2.263370E+01 + vertex -4.086177E+00 1.8395331E+01 -2.314596E+01 + endloop + endfacet + facet normal -0.3170365768 -0.9483173238 -0.013493048 + outer loop + vertex -4.086177E+00 1.8395331E+01 -2.314596E+01 + vertex 1.9008572E-01 1.6958424E+01 -2.263370E+01 + vertex -2.992233E+00 1.7978353E+01 -1.954354E+01 + endloop + endfacet + facet normal -0.2847581153 -0.958046322 0.03255857114 + outer loop + vertex -5.313451E+00 1.8387117E+01 -2.975216E+01 + vertex -2.362693E+00 1.7614870E+01 -2.666838E+01 + vertex -7.401580E+00 1.9155185E+01 -2.541434E+01 + endloop + endfacet + facet normal -0.273488311 -0.9586589647 0.07859474001 + outer loop + vertex -7.401580E+00 1.9155185E+01 -2.541434E+01 + vertex -2.362693E+00 1.7614870E+01 -2.666838E+01 + vertex -4.086177E+00 1.8395331E+01 -2.314596E+01 + endloop + endfacet + facet normal -0.2555858961 -0.9650065814 0.05863571945 + outer loop + vertex -8.120849E+00 1.8944556E+01 -3.281512E+01 + vertex -5.313451E+00 1.8387117E+01 -2.975216E+01 + vertex -1.023082E+01 1.9787982E+01 -2.813140E+01 + endloop + endfacet + facet normal -0.2597084818 -0.9646014289 0.04577759118 + outer loop + vertex -1.023082E+01 1.9787982E+01 -2.813140E+01 + vertex -5.313451E+00 1.8387117E+01 -2.975216E+01 + vertex -7.401580E+00 1.9155185E+01 -2.541434E+01 + endloop + endfacet + facet normal -0.2594012599 -0.9579892764 0.12234186783 + outer loop + vertex -1.090301E+01 1.9291558E+01 -3.599695E+01 + vertex -8.120849E+00 1.8944556E+01 -3.281512E+01 + vertex -1.268534E+01 2.0354829E+01 -3.145015E+01 + endloop + endfacet + facet normal -0.2825093287 -0.9581952642 0.04528040214 + outer loop + vertex -1.268534E+01 2.0354829E+01 -3.145015E+01 + vertex -8.120849E+00 1.8944556E+01 -3.281512E+01 + vertex -1.023082E+01 1.9787982E+01 -2.813140E+01 + endloop + endfacet + facet normal -0.2864690775 -0.9428265049 0.17033393467 + outer loop + vertex -1.448733E+01 1.9910974E+01 -3.859653E+01 + vertex -1.090301E+01 1.9291558E+01 -3.599695E+01 + vertex -1.484799E+01 2.0738659E+01 -3.462171E+01 + endloop + endfacet + facet normal -0.3122409302 -0.9448762137 0.0985623778 + outer loop + vertex -1.484799E+01 2.0738659E+01 -3.462171E+01 + vertex -1.090301E+01 1.9291558E+01 -3.599695E+01 + vertex -1.268534E+01 2.0354829E+01 -3.145015E+01 + endloop + endfacet + facet normal -0.2578189236 -0.9559087592 0.1405981748 + outer loop + vertex -1.820972E+01 2.0657671E+01 -4.034568E+01 + vertex -1.448733E+01 1.9910974E+01 -3.859653E+01 + vertex -1.868812E+01 2.1491269E+01 -3.555541E+01 + endloop + endfacet + facet normal -0.2308047544 -0.9565353804 0.17823925341 + outer loop + vertex -1.868812E+01 2.1491269E+01 -3.555541E+01 + vertex -1.448733E+01 1.9910974E+01 -3.859653E+01 + vertex -1.484799E+01 2.0738659E+01 -3.462171E+01 + endloop + endfacet + facet normal -0.220660135 -0.9620014563 0.16081760736 + outer loop + vertex -2.181874E+01 2.1173181E+01 -4.221392E+01 + vertex -1.820972E+01 2.0657671E+01 -4.034568E+01 + vertex -2.223057E+01 2.2112059E+01 -3.716269E+01 + endloop + endfacet + facet normal -0.2338312162 -0.961557919 0.14397684116 + outer loop + vertex -2.223057E+01 2.2112059E+01 -3.716269E+01 + vertex -1.820972E+01 2.0657671E+01 -4.034568E+01 + vertex -1.868812E+01 2.1491269E+01 -3.555541E+01 + endloop + endfacet + facet normal -0.2039236657 -0.9522026376 0.22743191415 + outer loop + vertex -2.548719E+01 2.1481899E+01 -4.421065E+01 + vertex -2.181874E+01 2.1173181E+01 -4.221392E+01 + vertex -2.554827E+01 2.2626075E+01 -3.947503E+01 + endloop + endfacet + facet normal -0.2567334256 -0.9537529589 0.15634334536 + outer loop + vertex -2.554827E+01 2.2626075E+01 -3.947503E+01 + vertex -2.181874E+01 2.1173181E+01 -4.221392E+01 + vertex -2.223057E+01 2.2112059E+01 -3.716269E+01 + endloop + endfacet + facet normal -0.2105087178 -0.9347626132 0.28619038554 + outer loop + vertex -2.973856E+01 2.2062075E+01 -4.544278E+01 + vertex -2.548719E+01 2.1481899E+01 -4.421065E+01 + vertex -2.863791E+01 2.2952669E+01 -4.172431E+01 + endloop + endfacet + facet normal -0.2619245578 -0.9388615298 0.22346040774 + outer loop + vertex -2.863791E+01 2.2952669E+01 -4.172431E+01 + vertex -2.548719E+01 2.1481899E+01 -4.421065E+01 + vertex -2.554827E+01 2.2626075E+01 -3.947503E+01 + endloop + endfacet + facet normal -0.1962224272 -0.9470790883 0.25404322374 + outer loop + vertex -3.394139E+01 2.2860877E+01 -4.571109E+01 + vertex -2.973856E+01 2.2062075E+01 -4.544278E+01 + vertex -3.251879E+01 2.3715185E+01 -4.142740E+01 + endloop + endfacet + facet normal -0.1649772333 -0.9469969537 0.27564339678 + outer loop + vertex -3.251879E+01 2.3715185E+01 -4.142740E+01 + vertex -2.973856E+01 2.2062075E+01 -4.544278E+01 + vertex -2.863791E+01 2.2952669E+01 -4.172431E+01 + endloop + endfacet + facet normal -0.1632451373 -0.9575621172 0.2375411899 + outer loop + vertex -3.812469E+01 2.3544923E+01 -4.582849E+01 + vertex -3.394139E+01 2.2860877E+01 -4.571109E+01 + vertex -3.658534E+01 2.4404546E+01 -4.130534E+01 + endloop + endfacet + facet normal -0.1550676608 -0.9576808102 0.242490178 + outer loop + vertex -3.658534E+01 2.4404546E+01 -4.130534E+01 + vertex -3.394139E+01 2.2860877E+01 -4.571109E+01 + vertex -3.251879E+01 2.3715185E+01 -4.142740E+01 + endloop + endfacet + facet normal -0.12954789 -0.960851435 0.24491195163 + outer loop + vertex -4.229195E+01 2.4096915E+01 -4.586719E+01 + vertex -3.812469E+01 2.3544923E+01 -4.582849E+01 + vertex -4.076730E+01 2.5062927E+01 -4.127080E+01 + endloop + endfacet + facet normal -0.1493400857 -0.9608368126 0.23343127098 + outer loop + vertex -4.076730E+01 2.5062927E+01 -4.127080E+01 + vertex -3.812469E+01 2.3544923E+01 -4.582849E+01 + vertex -3.658534E+01 2.4404546E+01 -4.130534E+01 + endloop + endfacet + facet normal -0.0903533195 -0.9550277136 0.28241519757 + outer loop + vertex -4.639054E+01 2.4480523E+01 -4.588122E+01 + vertex -4.229195E+01 2.4096915E+01 -4.586719E+01 + vertex -4.502658E+01 2.5666664E+01 -4.143374E+01 + endloop + endfacet + facet normal -0.1452554024 -0.9574432316 0.24940594696 + outer loop + vertex -4.502658E+01 2.5666664E+01 -4.143374E+01 + vertex -4.229195E+01 2.4096915E+01 -4.586719E+01 + vertex -4.076730E+01 2.5062927E+01 -4.127080E+01 + endloop + endfacet + facet normal -0.0395712113 -0.9344600469 0.35386231784 + outer loop + vertex -5.029704E+01 2.4617347E+01 -4.595676E+01 + vertex -4.639054E+01 2.4480523E+01 -4.588122E+01 + vertex -4.932858E+01 2.6097483E+01 -4.193980E+01 + endloop + endfacet + facet normal -0.1292794461 -0.9475315382 0.2923539105 + outer loop + vertex -4.932858E+01 2.6097483E+01 -4.193980E+01 + vertex -4.639054E+01 2.4480523E+01 -4.588122E+01 + vertex -4.502658E+01 2.5666664E+01 -4.143374E+01 + endloop + endfacet + facet normal -0.0245457982 -0.9681041421 0.24934288406 + outer loop + vertex -5.365849E+01 2.5733641E+01 -4.377870E+01 + vertex -4.932858E+01 2.6097483E+01 -4.193980E+01 + vertex -5.275046E+01 2.6998831E+01 -3.877706E+01 + endloop + endfacet + facet normal -0.0750480148 -0.9296759836 0.36065268742 + outer loop + vertex -5.365849E+01 2.5733641E+01 -4.377870E+01 + vertex -5.029704E+01 2.4617347E+01 -4.595676E+01 + vertex -4.932858E+01 2.6097483E+01 -4.193980E+01 + endloop + endfacet + facet normal -0.0851209451 -0.962163027 0.25883727367 + outer loop + vertex -5.724807E+01 2.6646692E+01 -4.156513E+01 + vertex -5.365849E+01 2.5733641E+01 -4.377870E+01 + vertex -5.275046E+01 2.6998831E+01 -3.877706E+01 + endloop + endfacet + facet normal 0.21121899758 -0.9454504723 -0.2480119746 + outer loop + vertex -4.677120E+00 1.6938032E+01 -1.244228E+01 + vertex -7.165850E+00 1.5547190E+01 -9.259752E+00 + vertex -9.438794E+00 1.6226837E+01 -1.378639E+01 + endloop + endfacet + facet normal 0.44632589272 -0.8244742443 -0.3479014486 + outer loop + vertex -9.438794E+00 1.6226837E+01 -1.378639E+01 + vertex -7.165850E+00 1.5547190E+01 -9.259752E+00 + vertex -1.191785E+01 1.3761853E+01 -1.112516E+01 + endloop + endfacet + facet normal 0.40176244735 -0.8274985568 -0.3922155968 + outer loop + vertex -9.438794E+00 1.6226837E+01 -1.378639E+01 + vertex -1.191785E+01 1.3761853E+01 -1.112516E+01 + vertex -1.400711E+01 1.4784856E+01 -1.542361E+01 + endloop + endfacet + facet normal 0.61856961457 -0.6417287864 -0.4533826161 + outer loop + vertex -1.400711E+01 1.4784856E+01 -1.542361E+01 + vertex -1.191785E+01 1.3761853E+01 -1.112516E+01 + vertex -1.579896E+01 1.1210991E+01 -1.280977E+01 + endloop + endfacet + facet normal -0.0120379848 -0.9849681258 -0.1723162154 + outer loop + vertex -2.279567E+00 1.7499336E+01 -1.581822E+01 + vertex -4.677120E+00 1.6938032E+01 -1.244228E+01 + vertex -6.734591E+00 1.7724321E+01 -1.679301E+01 + endloop + endfacet + facet normal 0.21680384286 -0.9375654245 -0.271969058 + outer loop + vertex -6.734591E+00 1.7724321E+01 -1.679301E+01 + vertex -4.677120E+00 1.6938032E+01 -1.244228E+01 + vertex -9.438794E+00 1.6226837E+01 -1.378639E+01 + endloop + endfacet + facet normal -0.0231592838 -0.9921190282 -0.1231400888 + outer loop + vertex -2.992233E+00 1.7978353E+01 -1.954354E+01 + vertex -2.279567E+00 1.7499336E+01 -1.581822E+01 + vertex -6.734591E+00 1.7724321E+01 -1.679301E+01 + endloop + endfacet + facet normal -0.0988039758 -0.9914904767 -0.0847608934 + outer loop + vertex -4.086177E+00 1.8395331E+01 -2.314596E+01 + vertex -2.992233E+00 1.7978353E+01 -1.954354E+01 + vertex -7.952764E+00 1.8596952E+01 -2.099722E+01 + endloop + endfacet + facet normal -0.0684514073 -0.9805960669 -0.1837001862 + outer loop + vertex -7.952764E+00 1.8596952E+01 -2.099722E+01 + vertex -2.992233E+00 1.7978353E+01 -1.954354E+01 + vertex -6.734591E+00 1.7724321E+01 -1.679301E+01 + endloop + endfacet + facet normal -0.1290848978 -0.9816766822 -0.1401712553 + outer loop + vertex -7.401580E+00 1.9155185E+01 -2.541434E+01 + vertex -4.086177E+00 1.8395331E+01 -2.314596E+01 + vertex -7.952764E+00 1.8596952E+01 -2.099722E+01 + endloop + endfacet + facet normal 0.17461914872 -0.9350132689 -0.3086394982 + outer loop + vertex -6.734591E+00 1.7724321E+01 -1.679301E+01 + vertex -9.438794E+00 1.6226837E+01 -1.378639E+01 + vertex -1.142530E+01 1.7361025E+01 -1.834629E+01 + endloop + endfacet + facet normal 0.39979234567 -0.8334527183 -0.3814743068 + outer loop + vertex -1.142530E+01 1.7361025E+01 -1.834629E+01 + vertex -9.438794E+00 1.6226837E+01 -1.378639E+01 + vertex -1.400711E+01 1.4784856E+01 -1.542361E+01 + endloop + endfacet + facet normal 0.15481480624 -0.9574435186 -0.243586298 + outer loop + vertex -7.952764E+00 1.8596952E+01 -2.099722E+01 + vertex -6.734591E+00 1.7724321E+01 -1.679301E+01 + vertex -1.142530E+01 1.7361025E+01 -1.834629E+01 + endloop + endfacet + facet normal 0.71489575472 -0.4123208614 -0.5647260992 + outer loop + vertex -1.579896E+01 1.1210991E+01 -1.280977E+01 + vertex -1.915552E+01 8.3047763E+00 -1.493699E+01 + vertex -1.831995E+01 1.2710936E+01 -1.709628E+01 + endloop + endfacet + facet normal 0.59113802969 -0.4425566409 -0.6743140585 + outer loop + vertex -1.831995E+01 1.2710936E+01 -1.709628E+01 + vertex -1.915552E+01 8.3047763E+00 -1.493699E+01 + vertex -2.230249E+01 9.8070426E+00 -1.868173E+01 + endloop + endfacet + facet normal 0.52556329218 -0.6579570277 -0.539329005 + outer loop + vertex -1.400711E+01 1.4784856E+01 -1.542361E+01 + vertex -1.579896E+01 1.1210991E+01 -1.280977E+01 + vertex -1.831995E+01 1.2710936E+01 -1.709628E+01 + endloop + endfacet + facet normal 0.30996549041 -0.8322086214 -0.4597284037 + outer loop + vertex -1.142530E+01 1.7361025E+01 -1.834629E+01 + vertex -1.400711E+01 1.4784856E+01 -1.542361E+01 + vertex -1.608554E+01 1.6356523E+01 -1.967002E+01 + endloop + endfacet + facet normal 0.5253161807 -0.6815918653 -0.5093873177 + outer loop + vertex -1.608554E+01 1.6356523E+01 -1.967002E+01 + vertex -1.400711E+01 1.4784856E+01 -1.542361E+01 + vertex -1.831995E+01 1.2710936E+01 -1.709628E+01 + endloop + endfacet + facet normal 0.08987235302 -0.9425607098 -0.3217176846 + outer loop + vertex -7.952764E+00 1.8596952E+01 -2.099722E+01 + vertex -1.142530E+01 1.7361025E+01 -1.834629E+01 + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + endloop + endfacet + facet normal 0.29093101556 -0.8912405127 -0.3479216761 + outer loop + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + vertex -1.142530E+01 1.7361025E+01 -1.834629E+01 + vertex -1.608554E+01 1.6356523E+01 -1.967002E+01 + endloop + endfacet + facet normal -0.0068594999 -0.9919783691 -0.1262214818 + outer loop + vertex -7.401580E+00 1.9155185E+01 -2.541434E+01 + vertex -7.952764E+00 1.8596952E+01 -2.099722E+01 + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + endloop + endfacet + facet normal -0.03640667 -0.9809997244 -0.1905625751 + outer loop + vertex -1.023082E+01 1.9787982E+01 -2.813140E+01 + vertex -7.401580E+00 1.9155185E+01 -2.541434E+01 + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + endloop + endfacet + facet normal -0.0577655072 -0.9902933771 -0.1264206212 + outer loop + vertex -1.268534E+01 2.0354829E+01 -3.145015E+01 + vertex -1.023082E+01 1.9787982E+01 -2.813140E+01 + vertex -1.507675E+01 1.9950746E+01 -2.719213E+01 + endloop + endfacet + facet normal -0.0726552441 -0.9759072883 -0.2057332744 + outer loop + vertex -1.507675E+01 1.9950746E+01 -2.719213E+01 + vertex -1.023082E+01 1.9787982E+01 -2.813140E+01 + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + endloop + endfacet + facet normal -0.1202361283 -0.9920151473 -0.0380686355 + outer loop + vertex -1.484799E+01 2.0738659E+01 -3.462171E+01 + vertex -1.268534E+01 2.0354829E+01 -3.145015E+01 + vertex -1.763286E+01 2.0942861E+01 -3.114715E+01 + endloop + endfacet + facet normal -0.1263145314 -0.9783751838 -0.1637883969 + outer loop + vertex -1.763286E+01 2.0942861E+01 -3.114715E+01 + vertex -1.268534E+01 2.0354829E+01 -3.145015E+01 + vertex -1.507675E+01 1.9950746E+01 -2.719213E+01 + endloop + endfacet + facet normal -0.1727505381 -0.9816484623 -0.0807684838 + outer loop + vertex -1.868812E+01 2.1491269E+01 -3.555541E+01 + vertex -1.484799E+01 2.0738659E+01 -3.462171E+01 + vertex -1.763286E+01 2.0942861E+01 -3.114715E+01 + endloop + endfacet + facet normal 0.5932302134 -0.4486367318 -0.6684332403 + outer loop + vertex -1.831995E+01 1.2710936E+01 -1.709628E+01 + vertex -2.230249E+01 9.8070426E+00 -1.868173E+01 + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + endloop + endfacet + facet normal 0.44801550707 -0.4653113141 -0.7633920921 + outer loop + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + vertex -2.230249E+01 9.8070426E+00 -1.868173E+01 + vertex -2.605338E+01 1.1097814E+01 -2.166980E+01 + endloop + endfacet + facet normal 0.39841204069 -0.6792926986 -0.6163029089 + outer loop + vertex -1.608554E+01 1.6356523E+01 -1.967002E+01 + vertex -1.831995E+01 1.2710936E+01 -1.709628E+01 + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + endloop + endfacet + facet normal 0.16447996116 -0.8699298283 -0.4649391748 + outer loop + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + vertex -1.608554E+01 1.6356523E+01 -1.967002E+01 + vertex -1.765828E+01 1.8092146E+01 -2.347386E+01 + endloop + endfacet + facet normal 0.4027334579 -0.758359105 -0.5125399787 + outer loop + vertex -1.765828E+01 1.8092146E+01 -2.347386E+01 + vertex -1.608554E+01 1.6356523E+01 -1.967002E+01 + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + endloop + endfacet + facet normal 0.16524264495 -0.9232759988 -0.3467798989 + outer loop + vertex -1.507675E+01 1.9950746E+01 -2.719213E+01 + vertex -1.244344E+01 1.8900958E+01 -2.314236E+01 + vertex -1.765828E+01 1.8092146E+01 -2.347386E+01 + endloop + endfacet + facet normal 0.05343212644 -0.959867834 -0.2753157263 + outer loop + vertex -1.763286E+01 2.0942861E+01 -3.114715E+01 + vertex -1.507675E+01 1.9950746E+01 -2.719213E+01 + vertex -2.012706E+01 1.9802670E+01 -2.765602E+01 + endloop + endfacet + facet normal 0.0643423803 -0.9097749771 -0.4100848072 + outer loop + vertex -2.012706E+01 1.9802670E+01 -2.765602E+01 + vertex -1.507675E+01 1.9950746E+01 -2.719213E+01 + vertex -1.765828E+01 1.8092146E+01 -2.347386E+01 + endloop + endfacet + facet normal 0.23551966301 -0.8429031069 -0.4837818111 + outer loop + vertex -2.012706E+01 1.9802670E+01 -2.765602E+01 + vertex -1.765828E+01 1.8092146E+01 -2.347386E+01 + vertex -2.209293E+01 1.7396359E+01 -2.442050E+01 + endloop + endfacet + facet normal 0.25190364725 -0.7082017454 -0.6595413864 + outer loop + vertex -2.209293E+01 1.7396359E+01 -2.442050E+01 + vertex -1.765828E+01 1.8092146E+01 -2.347386E+01 + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + endloop + endfacet + facet normal 0.29495967418 -0.6941751568 -0.6565970166 + outer loop + vertex -2.209293E+01 1.7396359E+01 -2.442050E+01 + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + vertex -2.622866E+01 1.5272605E+01 -2.403307E+01 + endloop + endfacet + facet normal 0.42880877932 -0.431335659 -0.7937711131 + outer loop + vertex -2.622866E+01 1.5272605E+01 -2.403307E+01 + vertex -2.135856E+01 1.4410177E+01 -2.093352E+01 + vertex -2.605338E+01 1.1097814E+01 -2.166980E+01 + endloop + endfacet + facet normal 0.29730379786 -0.4608685597 -0.8361881501 + outer loop + vertex -2.622866E+01 1.5272605E+01 -2.403307E+01 + vertex -2.605338E+01 1.1097814E+01 -2.166980E+01 + vertex -3.057964E+01 1.2405076E+01 -2.399960E+01 + endloop + endfacet + facet normal 0.36475994402 -0.5449078922 0.75500037894 + outer loop + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + vertex -2.788027E+01 8.3021581E+01 2.6434484E+01 + vertex -3.214162E+01 8.1024529E+01 2.7051915E+01 + endloop + endfacet + facet normal 0.43071400058 -0.711525598 0.55517274162 + outer loop + vertex -2.788027E+01 8.3021581E+01 2.6434484E+01 + vertex -2.460237E+01 8.2373294E+01 2.3060560E+01 + vertex -2.349446E+01 8.5665588E+01 2.6420517E+01 + endloop + endfacet + facet normal 0.43103666781 -0.474601592 0.7674377629 + outer loop + vertex -3.330885E+01 7.6521894E+01 2.4922962E+01 + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + vertex -3.214162E+01 8.1024529E+01 2.7051915E+01 + endloop + endfacet + facet normal 0.46856848862 -0.7750105281 0.42403095742 + outer loop + vertex -2.788027E+01 8.3021581E+01 2.6434484E+01 + vertex -2.349446E+01 8.5665588E+01 2.6420517E+01 + vertex -2.622009E+01 8.6106593E+01 3.0238472E+01 + endloop + endfacet + facet normal 0.32309631762 -0.8858510965 0.33298138741 + outer loop + vertex -2.622009E+01 8.6106593E+01 3.0238472E+01 + vertex -2.349446E+01 8.5665588E+01 2.6420517E+01 + vertex -2.160693E+01 8.7717179E+01 3.0046996E+01 + endloop + endfacet + facet normal 0.33124407162 -0.9294770541 0.16232612492 + outer loop + vertex -2.622009E+01 8.6106593E+01 3.0238472E+01 + vertex -2.160693E+01 8.7717179E+01 3.0046996E+01 + vertex -2.372617E+01 8.7670391E+01 3.4103629E+01 + endloop + endfacet + facet normal 0.23497278202 -0.9442915112 0.23043726613 + outer loop + vertex -2.622009E+01 8.6106593E+01 3.0238472E+01 + vertex -2.372617E+01 8.7670391E+01 3.4103629E+01 + vertex -2.814848E+01 8.6732824E+01 3.4770997E+01 + endloop + endfacet + facet normal 0.20276596871 -0.9787250754 -0.0313558408 + outer loop + vertex -2.814848E+01 8.6732824E+01 3.4770997E+01 + vertex -2.372617E+01 8.7670391E+01 3.4103629E+01 + vertex -2.475283E+01 8.7312343E+01 3.8640516E+01 + endloop + endfacet + facet normal 0.14824302023 -0.988787193 0.01799705369 + outer loop + vertex -2.814848E+01 8.6732824E+01 3.4770997E+01 + vertex -2.475283E+01 8.7312343E+01 3.8640516E+01 + vertex -2.918733E+01 8.6664113E+01 3.9553019E+01 + endloop + endfacet + facet normal 0.29808993905 -0.4620505024 -0.8352554828 + outer loop + vertex -2.622866E+01 1.5272605E+01 -2.403307E+01 + vertex -3.057964E+01 1.2405076E+01 -2.399960E+01 + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + endloop + endfacet + facet normal 0.11877441219 -0.4802308087 -0.8690632942 + outer loop + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + vertex -3.057964E+01 1.2405076E+01 -2.399960E+01 + vertex -3.517680E+01 1.3819733E+01 -2.540961E+01 + endloop + endfacet + facet normal 0.29190873568 -0.6893955849 -0.6629653215 + outer loop + vertex -2.209293E+01 1.7396359E+01 -2.442050E+01 + vertex -2.622866E+01 1.5272605E+01 -2.403307E+01 + vertex -2.521631E+01 1.8980206E+01 -2.744274E+01 + endloop + endfacet + facet normal 0.12670260394 -0.6899806217 -0.7126522236 + outer loop + vertex -2.521631E+01 1.8980206E+01 -2.744274E+01 + vertex -2.622866E+01 1.5272605E+01 -2.403307E+01 + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + endloop + endfacet + facet normal 0.11090001546 -0.8285489616 -0.5488240199 + outer loop + vertex -2.012706E+01 1.9802670E+01 -2.765602E+01 + vertex -2.209293E+01 1.7396359E+01 -2.442050E+01 + vertex -2.521631E+01 1.8980206E+01 -2.744274E+01 + endloop + endfacet + facet normal -0.0313152526 -0.9433029848 -0.3304524682 + outer loop + vertex -1.763286E+01 2.0942861E+01 -3.114715E+01 + vertex -2.012706E+01 1.9802670E+01 -2.765602E+01 + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + endloop + endfacet + facet normal 0.12830178596 -0.9012380014 -0.4138945719 + outer loop + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + vertex -2.012706E+01 1.9802670E+01 -2.765602E+01 + vertex -2.521631E+01 1.8980206E+01 -2.744274E+01 + endloop + endfacet + facet normal -0.0635186402 -0.9920960802 -0.1082162187 + outer loop + vertex -1.868812E+01 2.1491269E+01 -3.555541E+01 + vertex -1.763286E+01 2.0942861E+01 -3.114715E+01 + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + endloop + endfacet + facet normal -0.10385339 -0.9830921243 -0.1508122957 + outer loop + vertex -2.223057E+01 2.2112059E+01 -3.716269E+01 + vertex -1.868812E+01 2.1491269E+01 -3.555541E+01 + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + endloop + endfacet + facet normal -0.1038152381 -0.9920184724 -0.0715663802 + outer loop + vertex -2.554827E+01 2.2626075E+01 -3.947503E+01 + vertex -2.223057E+01 2.2112059E+01 -3.716269E+01 + vertex -2.649804E+01 2.2380865E+01 -3.469830E+01 + endloop + endfacet + facet normal -0.1503860439 -0.9765758019 -0.1538952273 + outer loop + vertex -2.649804E+01 2.2380865E+01 -3.469830E+01 + vertex -2.223057E+01 2.2112059E+01 -3.716269E+01 + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + endloop + endfacet + facet normal -0.1351683189 -0.9899350149 0.04193079888 + outer loop + vertex -2.863791E+01 2.2952669E+01 -4.172431E+01 + vertex -2.554827E+01 2.2626075E+01 -3.947503E+01 + vertex -2.994376E+01 2.3303067E+01 -3.766139E+01 + endloop + endfacet + facet normal -0.1867583587 -0.9785135186 -0.0873648066 + outer loop + vertex -2.994376E+01 2.3303067E+01 -3.766139E+01 + vertex -2.554827E+01 2.2626075E+01 -3.947503E+01 + vertex -2.649804E+01 2.2380865E+01 -3.469830E+01 + endloop + endfacet + facet normal -0.1123820192 -0.9931548217 -0.0318399409 + outer loop + vertex -3.251879E+01 2.3715185E+01 -4.142740E+01 + vertex -2.994376E+01 2.3303067E+01 -3.766139E+01 + vertex -3.460910E+01 2.3802412E+01 -3.677028E+01 + endloop + endfacet + facet normal -0.1910299815 -0.981309225 0.02323254478 + outer loop + vertex -3.251879E+01 2.3715185E+01 -4.142740E+01 + vertex -2.863791E+01 2.2952669E+01 -4.172431E+01 + vertex -2.994376E+01 2.3303067E+01 -3.766139E+01 + endloop + endfacet + facet normal -0.1685308544 -0.9840345837 -0.0572126662 + outer loop + vertex -3.658534E+01 2.4404546E+01 -4.130534E+01 + vertex -3.251879E+01 2.3715185E+01 -4.142740E+01 + vertex -3.460910E+01 2.3802412E+01 -3.677028E+01 + endloop + endfacet + facet normal 0.01771871382 -0.9333578768 -0.3585095829 + outer loop + vertex -2.649804E+01 2.2380865E+01 -3.469830E+01 + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + vertex -2.794371E+01 2.0703925E+01 -3.040394E+01 + endloop + endfacet + facet normal -0.023482649 -0.8732560659 -0.486695396 + outer loop + vertex -2.794371E+01 2.0703925E+01 -3.040394E+01 + vertex -2.269473E+01 2.1337503E+01 -3.179400E+01 + vertex -2.521631E+01 1.8980206E+01 -2.744274E+01 + endloop + endfacet + facet normal 0.17168389264 -0.7744267534 -0.608923513 + outer loop + vertex -2.794371E+01 2.0703925E+01 -3.040394E+01 + vertex -2.521631E+01 1.8980206E+01 -2.744274E+01 + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + endloop + endfacet + facet normal -0.0604525217 -0.9708680485 -0.2318635913 + outer loop + vertex -2.994376E+01 2.3303067E+01 -3.766139E+01 + vertex -2.649804E+01 2.2380865E+01 -3.469830E+01 + vertex -3.156393E+01 2.2420932E+01 -3.354527E+01 + endloop + endfacet + facet normal -0.0959971854 -0.915821334 -0.3899433606 + outer loop + vertex -3.156393E+01 2.2420932E+01 -3.354527E+01 + vertex -2.649804E+01 2.2380865E+01 -3.469830E+01 + vertex -2.794371E+01 2.0703925E+01 -3.040394E+01 + endloop + endfacet + facet normal -0.1523791207 -0.9523859357 -0.264086412 + outer loop + vertex -3.460910E+01 2.3802412E+01 -3.677028E+01 + vertex -2.994376E+01 2.3303067E+01 -3.766139E+01 + vertex -3.156393E+01 2.2420932E+01 -3.354527E+01 + endloop + endfacet + facet normal 0.02046087988 -0.8671824588 -0.4975700308 + outer loop + vertex -3.156393E+01 2.2420932E+01 -3.354527E+01 + vertex -2.794371E+01 2.0703925E+01 -3.040394E+01 + vertex -3.262671E+01 2.0304074E+01 -2.989964E+01 + endloop + endfacet + facet normal -0.0123868303 -0.7243349424 -0.6893369696 + outer loop + vertex -3.262671E+01 2.0304074E+01 -2.989964E+01 + vertex -2.794371E+01 2.0703925E+01 -3.040394E+01 + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + endloop + endfacet + facet normal 0.00926819258 -0.7175747739 -0.6964198048 + outer loop + vertex -3.262671E+01 2.0304074E+01 -2.989964E+01 + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + vertex -3.613823E+01 1.8256739E+01 -2.783684E+01 + endloop + endfacet + facet normal 0.10118757758 -0.4604981355 -0.8818744476 + outer loop + vertex -3.613823E+01 1.8256739E+01 -2.783684E+01 + vertex -3.056672E+01 1.7144694E+01 -2.661687E+01 + vertex -3.517680E+01 1.3819733E+01 -2.540961E+01 + endloop + endfacet + facet normal -0.0421873124 -0.4865193392 -0.8726506536 + outer loop + vertex -3.613823E+01 1.8256739E+01 -2.783684E+01 + vertex -3.517680E+01 1.3819733E+01 -2.540961E+01 + vertex -4.016478E+01 1.5075679E+01 -2.586868E+01 + endloop + endfacet + facet normal -0.1556738603 -0.984749262 -0.0776823025 + outer loop + vertex -4.076730E+01 2.5062927E+01 -4.127080E+01 + vertex -3.658534E+01 2.4404546E+01 -4.130534E+01 + vertex -3.907879E+01 2.4415397E+01 -3.644606E+01 + endloop + endfacet + facet normal -0.1405131412 -0.9876084963 -0.06989646 + outer loop + vertex -3.907879E+01 2.4415397E+01 -3.644606E+01 + vertex -3.658534E+01 2.4404546E+01 -4.130534E+01 + vertex -3.460910E+01 2.3802412E+01 -3.677028E+01 + endloop + endfacet + facet normal -0.1387726108 -0.9895545306 -0.0390383575 + outer loop + vertex -4.502658E+01 2.5666664E+01 -4.143374E+01 + vertex -4.076730E+01 2.5062927E+01 -4.127080E+01 + vertex -4.372401E+01 2.5291924E+01 -3.656507E+01 + endloop + endfacet + facet normal -0.1833306846 -0.9807336168 -0.0674643094 + outer loop + vertex -4.372401E+01 2.5291924E+01 -3.656507E+01 + vertex -4.076730E+01 2.5062927E+01 -4.127080E+01 + vertex -3.907879E+01 2.4415397E+01 -3.644606E+01 + endloop + endfacet + facet normal -0.106132213 -0.9927103244 0.05711536721 + outer loop + vertex -4.932858E+01 2.6097483E+01 -4.193980E+01 + vertex -4.502658E+01 2.5666664E+01 -4.143374E+01 + vertex -4.825338E+01 2.6260715E+01 -3.710474E+01 + endloop + endfacet + facet normal -0.2068445675 -0.9781703929 -0.019950119 + outer loop + vertex -4.825338E+01 2.6260715E+01 -3.710474E+01 + vertex -4.502658E+01 2.5666664E+01 -4.143374E+01 + vertex -4.372401E+01 2.5291924E+01 -3.656507E+01 + endloop + endfacet + facet normal -0.1886055768 -0.9791849142 0.07499893448 + outer loop + vertex -5.275046E+01 2.6998831E+01 -3.877706E+01 + vertex -4.932858E+01 2.6097483E+01 -4.193980E+01 + vertex -4.825338E+01 2.6260715E+01 -3.710474E+01 + endloop + endfacet + facet normal -0.1527738344 -0.9095298604 -0.3865431263 + outer loop + vertex -3.907879E+01 2.4415397E+01 -3.644606E+01 + vertex -3.460910E+01 2.3802412E+01 -3.677028E+01 + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + endloop + endfacet + facet normal -0.0562795964 -0.9358923436 -0.3477615969 + outer loop + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + vertex -3.460910E+01 2.3802412E+01 -3.677028E+01 + vertex -3.156393E+01 2.2420932E+01 -3.354527E+01 + endloop + endfacet + facet normal -0.110868373 -0.8450784392 -0.5230206836 + outer loop + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + vertex -3.156393E+01 2.2420932E+01 -3.354527E+01 + vertex -3.262671E+01 2.0304074E+01 -2.989964E+01 + endloop + endfacet + facet normal 0.01930461786 -0.7258666853 -0.6875644602 + outer loop + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + vertex -3.262671E+01 2.0304074E+01 -2.989964E+01 + vertex -3.613823E+01 1.8256739E+01 -2.783684E+01 + endloop + endfacet + facet normal -0.1523323932 -0.7346180037 -0.6611590056 + outer loop + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + vertex -3.613823E+01 1.8256739E+01 -2.783684E+01 + vertex -4.101143E+01 1.9816536E+01 -2.844715E+01 + endloop + endfacet + facet normal -0.0452884189 -0.4835262832 -0.8741574758 + outer loop + vertex -4.101143E+01 1.9816536E+01 -2.844715E+01 + vertex -3.613823E+01 1.8256739E+01 -2.783684E+01 + vertex -4.016478E+01 1.5075679E+01 -2.586868E+01 + endloop + endfacet + facet normal -0.2184748075 -0.4960670127 -0.8403489022 + outer loop + vertex -4.101143E+01 1.9816536E+01 -2.844715E+01 + vertex -4.016478E+01 1.5075679E+01 -2.586868E+01 + vertex -4.497930E+01 1.6570991E+01 -2.549970E+01 + endloop + endfacet + facet normal -0.1635106868 -0.9162046967 -0.3658322143 + outer loop + vertex -4.372401E+01 2.5291924E+01 -3.656507E+01 + vertex -3.907879E+01 2.4415397E+01 -3.644606E+01 + vertex -4.223649E+01 2.3247747E+01 -3.211040E+01 + endloop + endfacet + facet normal -0.1781095421 -0.9098549189 -0.3747546097 + outer loop + vertex -4.223649E+01 2.3247747E+01 -3.211040E+01 + vertex -3.907879E+01 2.4415397E+01 -3.644606E+01 + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + endloop + endfacet + facet normal -0.1380397044 -0.7454711848 -0.6520872278 + outer loop + vertex -4.223649E+01 2.3247747E+01 -3.211040E+01 + vertex -3.697664E+01 2.2168556E+01 -3.199012E+01 + vertex -4.101143E+01 1.9816536E+01 -2.844715E+01 + endloop + endfacet + facet normal -0.2593665129 -0.7466282804 -0.612597113 + outer loop + vertex -4.223649E+01 2.3247747E+01 -3.211040E+01 + vertex -4.101143E+01 1.9816536E+01 -2.844715E+01 + vertex -4.622795E+01 2.1334640E+01 -2.808879E+01 + endloop + endfacet + facet normal -0.2053953604 -0.5083679424 -0.8362863032 + outer loop + vertex -4.622795E+01 2.1334640E+01 -2.808879E+01 + vertex -4.101143E+01 1.9816536E+01 -2.844715E+01 + vertex -4.497930E+01 1.6570991E+01 -2.549970E+01 + endloop + endfacet + facet normal -0.3759781281 -0.516639169 -0.7692362551 + outer loop + vertex -4.622795E+01 2.1334640E+01 -2.808879E+01 + vertex -4.497930E+01 1.6570991E+01 -2.549970E+01 + vertex -4.968131E+01 1.8237929E+01 -2.432106E+01 + endloop + endfacet + facet normal -0.2501092149 -0.9089386028 -0.3335805703 + outer loop + vertex -4.372401E+01 2.5291924E+01 -3.656507E+01 + vertex -4.223649E+01 2.3247747E+01 -3.211040E+01 + vertex -4.732872E+01 2.4614878E+01 -3.201754E+01 + endloop + endfacet + facet normal -0.2196721212 -0.7782695187 -0.5882522549 + outer loop + vertex -4.732872E+01 2.4614878E+01 -3.201754E+01 + vertex -4.223649E+01 2.3247747E+01 -3.211040E+01 + vertex -4.622795E+01 2.1334640E+01 -2.808879E+01 + endloop + endfacet + facet normal -0.1695953183 -0.9462755742 -0.2753179357 + outer loop + vertex -4.825338E+01 2.6260715E+01 -3.710474E+01 + vertex -4.372401E+01 2.5291924E+01 -3.656507E+01 + vertex -4.732872E+01 2.4614878E+01 -3.201754E+01 + endloop + endfacet + facet normal -0.3269497626 -0.5608434307 -0.76063033 + outer loop + vertex -4.622795E+01 2.1334640E+01 -2.808879E+01 + vertex -4.968131E+01 1.8237929E+01 -2.432106E+01 + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + endloop + endfacet + facet normal -0.4994983617 -0.5626603289 -0.6587220514 + outer loop + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + vertex -4.968131E+01 1.8237929E+01 -2.432106E+01 + vertex -5.398457E+01 1.9610628E+01 -2.223049E+01 + endloop + endfacet + facet normal -0.3737207827 -0.7608335667 -0.530532808 + outer loop + vertex -4.732872E+01 2.4614878E+01 -3.201754E+01 + vertex -4.622795E+01 2.1334640E+01 -2.808879E+01 + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + endloop + endfacet + facet normal -0.5113480922 -0.5533710609 -0.6574979829 + outer loop + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + vertex -5.398457E+01 1.9610628E+01 -2.223049E+01 + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + endloop + endfacet + facet normal -0.5962926802 -0.5628120264 -0.5724313604 + outer loop + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + vertex -5.398457E+01 1.9610628E+01 -2.223049E+01 + vertex -5.796134E+01 2.0474486E+01 -1.893729E+01 + endloop + endfacet + facet normal -0.6687587672 -0.5029371945 -0.5475544627 + outer loop + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + vertex -5.796134E+01 2.0474486E+01 -1.893729E+01 + vertex -6.078594E+01 2.4816434E+01 -1.947560E+01 + endloop + endfacet + facet normal -0.7187182186 -0.5241867429 -0.4568067214 + outer loop + vertex -6.078594E+01 2.4816434E+01 -1.947560E+01 + vertex -5.796134E+01 2.0474486E+01 -1.893729E+01 + vertex -6.138864E+01 2.1581527E+01 -1.481527E+01 + endloop + endfacet + facet normal -0.7280920331 -0.5154080383 -0.4519253759 + outer loop + vertex -6.078594E+01 2.4816434E+01 -1.947560E+01 + vertex -6.138864E+01 2.1581527E+01 -1.481527E+01 + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + endloop + endfacet + facet normal -0.7897371006 -0.5332489855 -0.3032504433 + outer loop + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + vertex -6.138864E+01 2.1581527E+01 -1.481527E+01 + vertex -6.372041E+01 2.2579668E+01 -1.049796E+01 + endloop + endfacet + facet normal -0.8488104263 -0.4699012751 -0.2423090009 + outer loop + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + vertex -6.372041E+01 2.2579668E+01 -1.049796E+01 + vertex -6.618201E+01 2.6657822E+01 -9.783557E+00 + endloop + endfacet + facet normal -0.8563373207 -0.486594553 -0.1729512481 + outer loop + vertex -6.618201E+01 2.6657822E+01 -9.783557E+00 + vertex -6.372041E+01 2.2579668E+01 -1.049796E+01 + vertex -6.517802E+01 2.3319886E+01 -5.363426E+00 + endloop + endfacet + facet normal -0.9002872335 -0.4203823376 -0.1129671966 + outer loop + vertex -6.618201E+01 2.6657822E+01 -9.783557E+00 + vertex -6.517802E+01 2.3319886E+01 -5.363426E+00 + vertex -6.725710E+01 2.7438275E+01 -4.119955E+00 + endloop + endfacet + facet normal -0.8907154231 -0.4543012154 0.01537662887 + outer loop + vertex -6.725710E+01 2.7438275E+01 -4.119955E+00 + vertex -6.517802E+01 2.3319886E+01 -5.363426E+00 + vertex -6.571138E+01 2.4543579E+01 -1.050588E-01 + endloop + endfacet + facet normal -0.9043795116 -0.4246560572 0.04201109432 + outer loop + vertex -6.725710E+01 2.7438275E+01 -4.119955E+00 + vertex -6.571138E+01 2.4543579E+01 -1.050588E-01 + vertex -6.772624E+01 2.8976064E+01 1.3250567E+00 + endloop + endfacet + facet normal -0.8633575546 -0.459632295 0.20821115813 + outer loop + vertex -6.772624E+01 2.8976064E+01 1.3250567E+00 + vertex -6.571138E+01 2.4543579E+01 -1.050588E-01 + vertex -6.537716E+01 2.6190636E+01 4.9167184E+00 + endloop + endfacet + facet normal -0.8584356524 -0.475285204 0.19285280807 + outer loop + vertex -6.772624E+01 2.8976064E+01 1.3250567E+00 + vertex -6.537716E+01 2.6190636E+01 4.9167184E+00 + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + endloop + endfacet + facet normal -0.7837577354 -0.5007710581 0.36735835304 + outer loop + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + vertex -6.537716E+01 2.6190636E+01 4.9167184E+00 + vertex -6.412595E+01 2.7602471E+01 9.5107523E+00 + endloop + endfacet + facet normal -0.3028470175 -0.9215161878 -0.2430876378 + outer loop + vertex -4.825338E+01 2.6260715E+01 -3.710474E+01 + vertex -4.732872E+01 2.4614878E+01 -3.201754E+01 + vertex -5.179613E+01 2.6377959E+01 -3.313552E+01 + endloop + endfacet + facet normal -0.2348521469 -0.8699927753 -0.4335401251 + outer loop + vertex -5.179613E+01 2.6377959E+01 -3.313552E+01 + vertex -4.732872E+01 2.4614878E+01 -3.201754E+01 + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + endloop + endfacet + facet normal -0.1298645679 -0.9877308173 -0.0867353826 + outer loop + vertex -5.275046E+01 2.6998831E+01 -3.877706E+01 + vertex -4.825338E+01 2.6260715E+01 -3.710474E+01 + vertex -5.179613E+01 2.6377959E+01 -3.313552E+01 + endloop + endfacet + facet normal -0.04456375 -0.9796662245 0.19562249538 + outer loop + vertex -5.724807E+01 2.6646692E+01 -4.156513E+01 + vertex -5.275046E+01 2.6998831E+01 -3.877706E+01 + vertex -5.632881E+01 2.7698719E+01 -3.608723E+01 + endloop + endfacet + facet normal -0.2391940815 -0.9687159354 -0.0661485285 + outer loop + vertex -5.632881E+01 2.7698719E+01 -3.608723E+01 + vertex -5.275046E+01 2.6998831E+01 -3.877706E+01 + vertex -5.179613E+01 2.6377959E+01 -3.313552E+01 + endloop + endfacet + facet normal -0.0729493681 -0.977098381 0.1998928299 + outer loop + vertex -6.102074E+01 2.7360943E+01 -3.945060E+01 + vertex -5.724807E+01 2.6646692E+01 -4.156513E+01 + vertex -5.632881E+01 2.7698719E+01 -3.608723E+01 + endloop + endfacet + facet normal -0.198489687 -0.9714589563 -0.129882025 + outer loop + vertex -5.632881E+01 2.7698719E+01 -3.608723E+01 + vertex -5.179613E+01 2.6377959E+01 -3.313552E+01 + vertex -5.560504E+01 2.6751178E+01 -3.010614E+01 + endloop + endfacet + facet normal -0.4004178416 -0.8234417465 -0.4020065202 + outer loop + vertex -5.560504E+01 2.6751178E+01 -3.010614E+01 + vertex -5.179613E+01 2.6377959E+01 -3.313552E+01 + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + endloop + endfacet + facet normal -0.4038488615 -0.8239401632 -0.3975282438 + outer loop + vertex -5.560504E+01 2.6751178E+01 -3.010614E+01 + vertex -5.152544E+01 2.3422336E+01 -2.735105E+01 + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + endloop + endfacet + facet normal -0.0381475015 -0.980227141 0.19416364252 + outer loop + vertex -6.493056E+01 2.7939045E+01 -3.730024E+01 + vertex -6.102074E+01 2.7360943E+01 -3.945060E+01 + vertex -6.018161E+01 2.8399591E+01 -3.404216E+01 + endloop + endfacet + facet normal -0.0722179249 -0.9773556359 0.19889829614 + outer loop + vertex -6.018161E+01 2.8399591E+01 -3.404216E+01 + vertex -6.102074E+01 2.7360943E+01 -3.945060E+01 + vertex -5.632881E+01 2.7698719E+01 -3.608723E+01 + endloop + endfacet + facet normal -0.2406357789 -0.9627391842 -0.1234005068 + outer loop + vertex -6.018161E+01 2.8399591E+01 -3.404216E+01 + vertex -5.632881E+01 2.7698719E+01 -3.608723E+01 + vertex -5.560504E+01 2.6751178E+01 -3.010614E+01 + endloop + endfacet + facet normal -0.2900274325 -0.9549613174 -0.0627134001 + outer loop + vertex -6.018161E+01 2.8399591E+01 -3.404216E+01 + vertex -5.560504E+01 2.6751178E+01 -3.010614E+01 + vertex -5.989289E+01 2.7955267E+01 -2.861146E+01 + endloop + endfacet + facet normal -0.3740133002 -0.8375839351 -0.3982049761 + outer loop + vertex -5.989289E+01 2.7955267E+01 -2.861146E+01 + vertex -5.560504E+01 2.6751178E+01 -3.010614E+01 + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + endloop + endfacet + facet normal -0.5252006851 -0.8103674698 -0.2597475778 + outer loop + vertex -5.989289E+01 2.7955267E+01 -2.861146E+01 + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + vertex -6.096107E+01 2.7150800E+01 -2.394185E+01 + endloop + endfacet + facet normal -0.509340501 -0.7707108343 -0.3828538414 + outer loop + vertex -6.096107E+01 2.7150800E+01 -2.394185E+01 + vertex -5.655016E+01 2.4394530E+01 -2.426147E+01 + vertex -6.078594E+01 2.4816434E+01 -1.947560E+01 + endloop + endfacet + facet normal 0.0185510821 -0.975039721 0.2212541522 + outer loop + vertex -6.899476E+01 2.8391397E+01 -3.496602E+01 + vertex -6.493056E+01 2.7939045E+01 -3.730024E+01 + vertex -6.433664E+01 2.9120929E+01 -3.214162E+01 + endloop + endfacet + facet normal -0.0634826012 -0.9711627236 0.22981062546 + outer loop + vertex -6.433664E+01 2.9120929E+01 -3.214162E+01 + vertex -6.493056E+01 2.7939045E+01 -3.730024E+01 + vertex -6.018161E+01 2.8399591E+01 -3.404216E+01 + endloop + endfacet + facet normal -0.2012975104 -0.9770798808 -0.0692402974 + outer loop + vertex -6.433664E+01 2.9120929E+01 -3.214162E+01 + vertex -6.018161E+01 2.8399591E+01 -3.404216E+01 + vertex -5.989289E+01 2.7955267E+01 -2.861146E+01 + endloop + endfacet + facet normal 0.10102307432 -0.9606612106 0.25869746191 + outer loop + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + vertex -6.899476E+01 2.8391397E+01 -3.496602E+01 + vertex -6.848210E+01 2.9751233E+01 -3.011653E+01 + endloop + endfacet + facet normal -0.0137864311 -0.9623906184 0.2713194277 + outer loop + vertex -6.848210E+01 2.9751233E+01 -3.011653E+01 + vertex -6.899476E+01 2.8391397E+01 -3.496602E+01 + vertex -6.433664E+01 2.9120929E+01 -3.214162E+01 + endloop + endfacet + facet normal 0.12842601196 -0.9447334921 0.30163784312 + outer loop + vertex -7.629321E+01 2.9576290E+01 -2.815583E+01 + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + vertex -7.199145E+01 3.0212792E+01 -2.799383E+01 + endloop + endfacet + facet normal 0.06903839785 -0.9450259284 0.3196243018 + outer loop + vertex -7.199145E+01 3.0212792E+01 -2.799383E+01 + vertex -7.330729E+01 2.8638574E+01 -3.236406E+01 + vertex -6.848210E+01 2.9751233E+01 -3.011653E+01 + endloop + endfacet + facet normal -0.2657789227 -0.9638965013 0.01628186078 + outer loop + vertex -6.433664E+01 2.9120929E+01 -3.214162E+01 + vertex -5.989289E+01 2.7955267E+01 -2.861146E+01 + vertex -6.444258E+01 2.9239726E+01 -2.683804E+01 + endloop + endfacet + facet normal -0.3481061521 -0.9072804083 -0.2359329728 + outer loop + vertex -6.444258E+01 2.9239726E+01 -2.683804E+01 + vertex -5.989289E+01 2.7955267E+01 -2.861146E+01 + vertex -6.096107E+01 2.7150800E+01 -2.394185E+01 + endloop + endfacet + facet normal -0.1410434208 -0.9898142139 0.01935395264 + outer loop + vertex -6.848210E+01 2.9751233E+01 -3.011653E+01 + vertex -6.433664E+01 2.9120929E+01 -3.214162E+01 + vertex -6.444258E+01 2.9239726E+01 -2.683804E+01 + endloop + endfacet + facet normal -0.0758601804 -0.9930027565 0.09050281004 + outer loop + vertex -7.199145E+01 3.0212792E+01 -2.799383E+01 + vertex -6.848210E+01 2.9751233E+01 -3.011653E+01 + vertex -6.837487E+01 3.0253315E+01 -2.451777E+01 + endloop + endfacet + facet normal -0.1976954482 -0.976001377 0.09131167424 + outer loop + vertex -6.837487E+01 3.0253315E+01 -2.451777E+01 + vertex -6.848210E+01 2.9751233E+01 -3.011653E+01 + vertex -6.444258E+01 2.9239726E+01 -2.683804E+01 + endloop + endfacet + facet normal -0.3240857594 -0.9355257258 -0.1405703982 + outer loop + vertex -6.837487E+01 3.0253315E+01 -2.451777E+01 + vertex -6.444258E+01 2.9239726E+01 -2.683804E+01 + vertex -6.467160E+01 2.8446903E+01 -2.103361E+01 + endloop + endfacet + facet normal -0.4219076074 -0.8959170665 -0.1390200734 + outer loop + vertex -6.467160E+01 2.8446903E+01 -2.103361E+01 + vertex -6.444258E+01 2.9239726E+01 -2.683804E+01 + vertex -6.096107E+01 2.7150800E+01 -2.394185E+01 + endloop + endfacet + facet normal -0.5509723009 -0.7482683967 -0.3694914481 + outer loop + vertex -6.467160E+01 2.8446903E+01 -2.103361E+01 + vertex -6.096107E+01 2.7150800E+01 -2.394185E+01 + vertex -6.078594E+01 2.4816434E+01 -1.947560E+01 + endloop + endfacet + facet normal -0.6127589017 -0.7554258745 -0.23207386 + outer loop + vertex -6.467160E+01 2.8446903E+01 -2.103361E+01 + vertex -6.078594E+01 2.4816434E+01 -1.947560E+01 + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + endloop + endfacet + facet normal -0.7840779472 -0.4816117473 0.39149954982 + outer loop + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + vertex -6.412595E+01 2.7602471E+01 9.5107523E+00 + vertex -6.582464E+01 3.2252935E+01 1.1829564E+01 + endloop + endfacet + facet normal -0.7084015059 -0.5047526902 0.49334777605 + outer loop + vertex -6.582464E+01 3.2252935E+01 1.1829564E+01 + vertex -6.412595E+01 2.7602471E+01 9.5107523E+00 + vertex -6.184898E+01 2.8668492E+01 1.3870936E+01 + endloop + endfacet + facet normal -0.7010305112 -0.4742158997 0.53261196271 + outer loop + vertex -6.582464E+01 3.2252935E+01 1.1829564E+01 + vertex -6.184898E+01 2.8668492E+01 1.3870936E+01 + vertex -6.315862E+01 3.3247692E+01 1.6224303E+01 + endloop + endfacet + facet normal -0.6078119654 -0.4935366041 0.62208217714 + outer loop + vertex -6.315862E+01 3.3247692E+01 1.6224303E+01 + vertex -6.184898E+01 2.8668492E+01 1.3870936E+01 + vertex -5.879829E+01 2.9796841E+01 1.7746828E+01 + endloop + endfacet + facet normal -0.594225336 -0.4596264758 0.66003011509 + outer loop + vertex -6.315862E+01 3.3247692E+01 1.6224303E+01 + vertex -5.879829E+01 2.9796841E+01 1.7746828E+01 + vertex -5.945579E+01 3.4214604E+01 2.0231287E+01 + endloop + endfacet + facet normal -0.4818604 -0.4829102037 0.73116912549 + outer loop + vertex -5.945579E+01 3.4214604E+01 2.0231287E+01 + vertex -5.879829E+01 2.9796841E+01 1.7746828E+01 + vertex -5.498804E+01 3.0961163E+01 2.1026880E+01 + endloop + endfacet + facet normal -0.468434382 -0.4586096393 0.75514662711 + outer loop + vertex -5.945579E+01 3.4214604E+01 2.0231287E+01 + vertex -5.498804E+01 3.0961163E+01 2.1026880E+01 + vertex -5.531394E+01 3.5465817E+01 2.3560447E+01 + endloop + endfacet + facet normal -0.3276130272 -0.4810583102 0.81317440105 + outer loop + vertex -5.531394E+01 3.5465817E+01 2.3560447E+01 + vertex -5.498804E+01 3.0961163E+01 2.1026880E+01 + vertex -5.072249E+01 3.2306189E+01 2.3541082E+01 + endloop + endfacet + facet normal -0.3229992863 -0.474389 0.81891790661 + outer loop + vertex -5.531394E+01 3.5465817E+01 2.3560447E+01 + vertex -5.072249E+01 3.2306189E+01 2.3541082E+01 + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + endloop + endfacet + facet normal -0.1681538279 -0.4941139914 0.85298045328 + outer loop + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + vertex -5.072249E+01 3.2306189E+01 2.3541082E+01 + vertex -4.606049E+01 3.3443408E+01 2.5118902E+01 + endloop + endfacet + facet normal -0.1206393633 -0.4429575902 0.88838883228 + outer loop + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + vertex -4.606049E+01 3.3443408E+01 2.5118902E+01 + vertex -4.477149E+01 3.7611185E+01 2.7372028E+01 + endloop + endfacet + facet normal -0.0084045938 -0.473532297 0.88073635469 + outer loop + vertex -4.477149E+01 3.7611185E+01 2.7372028E+01 + vertex -4.606049E+01 3.3443408E+01 2.5118902E+01 + vertex -4.085619E+01 3.4536282E+01 2.5756154E+01 + endloop + endfacet + facet normal 0.02430229846 -0.4406236513 0.89736291222 + outer loop + vertex -4.477149E+01 3.7611185E+01 2.7372028E+01 + vertex -4.085619E+01 3.4536282E+01 2.5756154E+01 + vertex -3.931721E+01 3.9121045E+01 2.7965688E+01 + endloop + endfacet + facet normal 0.1752298779 -0.4745403061 0.86261578224 + outer loop + vertex -3.931721E+01 3.9121045E+01 2.7965688E+01 + vertex -4.085619E+01 3.4536282E+01 2.5756154E+01 + vertex -3.586385E+01 3.5850971E+01 2.5465256E+01 + endloop + endfacet + facet normal 0.08805701199 -0.9641198629 0.25043732284 + outer loop + vertex -7.838355E+01 3.0378544E+01 -2.433237E+01 + vertex -7.629321E+01 2.9576290E+01 -2.815583E+01 + vertex -7.302104E+01 3.1006448E+01 -2.380063E+01 + endloop + endfacet + facet normal 0.1349381639 -0.9669891573 0.21615656742 + outer loop + vertex -7.302104E+01 3.1006448E+01 -2.380063E+01 + vertex -7.629321E+01 2.9576290E+01 -2.815583E+01 + vertex -7.199145E+01 3.0212792E+01 -2.799383E+01 + endloop + endfacet + facet normal -0.135227058 -0.979069494 0.15210709594 + outer loop + vertex -7.302104E+01 3.1006448E+01 -2.380063E+01 + vertex -7.199145E+01 3.0212792E+01 -2.799383E+01 + vertex -6.837487E+01 3.0253315E+01 -2.451777E+01 + endloop + endfacet + facet normal 0.11089091364 -0.9707209864 0.21308207787 + outer loop + vertex -8.061555E+01 3.0926905E+01 -2.067268E+01 + vertex -7.838355E+01 3.0378544E+01 -2.433237E+01 + vertex -7.499287E+01 3.1632152E+01 -2.038597E+01 + endloop + endfacet + facet normal 0.09066160914 -0.9689798878 0.22990965556 + outer loop + vertex -7.499287E+01 3.1632152E+01 -2.038597E+01 + vertex -7.838355E+01 3.0378544E+01 -2.433237E+01 + vertex -7.302104E+01 3.1006448E+01 -2.380063E+01 + endloop + endfacet + facet normal 0.1769197384 -0.9608406361 0.21327137202 + outer loop + vertex -8.277636E+01 3.1408260E+01 -1.671155E+01 + vertex -8.061555E+01 3.0926905E+01 -2.067268E+01 + vertex -7.790022E+01 3.2205342E+01 -1.716551E+01 + endloop + endfacet + facet normal 0.10654730498 -0.9578788129 0.26667555486 + outer loop + vertex -7.790022E+01 3.2205342E+01 -1.716551E+01 + vertex -8.061555E+01 3.0926905E+01 -2.067268E+01 + vertex -7.499287E+01 3.1632152E+01 -2.038597E+01 + endloop + endfacet + facet normal 0.22158743108 -0.9527520661 0.20775589269 + outer loop + vertex -8.437915E+01 3.1953490E+01 -1.250167E+01 + vertex -8.277636E+01 3.1408260E+01 -1.671155E+01 + vertex -8.000081E+01 3.2821264E+01 -1.319196E+01 + endloop + endfacet + facet normal 0.17843962944 -0.9536870207 0.24215772804 + outer loop + vertex -8.000081E+01 3.2821264E+01 -1.319196E+01 + vertex -8.277636E+01 3.1408260E+01 -1.671155E+01 + vertex -7.790022E+01 3.2205342E+01 -1.716551E+01 + endloop + endfacet + facet normal 0.24112784966 -0.9522069033 0.1875083289 + outer loop + vertex -8.544075E+01 3.2507865E+01 -8.321261E+00 + vertex -8.437915E+01 3.1953490E+01 -1.250167E+01 + vertex -8.102705E+01 3.3483856E+01 -9.040810E+00 + endloop + endfacet + facet normal 0.221489972 -0.9529683775 0.20686581086 + outer loop + vertex -8.102705E+01 3.3483856E+01 -9.040810E+00 + vertex -8.437915E+01 3.1953490E+01 -1.250167E+01 + vertex -8.000081E+01 3.2821264E+01 -1.319196E+01 + endloop + endfacet + facet normal 0.27980882274 -0.9470600642 0.1574301671 + outer loop + vertex -8.633715E+01 3.2919807E+01 -4.249909E+00 + vertex -8.544075E+01 3.2507865E+01 -8.321261E+00 + vertex -8.204752E+01 3.4085789E+01 -4.859847E+00 + endloop + endfacet + facet normal 0.24206843608 -0.9502780363 0.19589417036 + outer loop + vertex -8.204752E+01 3.4085789E+01 -4.859847E+00 + vertex -8.544075E+01 3.2507865E+01 -8.321261E+00 + vertex -8.102705E+01 3.3483856E+01 -9.040810E+00 + endloop + endfacet + facet normal 0.35228399809 -0.9281164552 0.12039863033 + outer loop + vertex -8.725797E+01 3.3063677E+01 -4.465542E-01 + vertex -8.633715E+01 3.2919807E+01 -4.249909E+00 + vertex -8.331945E+01 3.4537683E+01 -6.079264E-01 + endloop + endfacet + facet normal 0.28213389677 -0.9414751966 0.18445844648 + outer loop + vertex -8.331945E+01 3.4537683E+01 -6.079264E-01 + vertex -8.633715E+01 3.2919807E+01 -4.249909E+00 + vertex -8.204752E+01 3.4085789E+01 -4.859847E+00 + endloop + endfacet + facet normal 0.35191492845 -0.9237963946 0.15085126583 + outer loop + vertex -8.598687E+01 3.4148412E+01 3.2309358E+00 + vertex -8.725797E+01 3.3063677E+01 -4.465542E-01 + vertex -8.331945E+01 3.4537683E+01 -6.079264E-01 + endloop + endfacet + facet normal -0.1609678477 -0.9869389226 -0.0063964823 + outer loop + vertex -7.302104E+01 3.1006448E+01 -2.380063E+01 + vertex -6.837487E+01 3.0253315E+01 -2.451777E+01 + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + endloop + endfacet + facet normal -0.4124504073 -0.9103601503 -0.0336014614 + outer loop + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + vertex -6.837487E+01 3.0253315E+01 -2.451777E+01 + vertex -6.467160E+01 2.8446903E+01 -2.103361E+01 + endloop + endfacet + facet normal -0.2228337942 -0.973587542 0.04972321566 + outer loop + vertex -7.499287E+01 3.1632152E+01 -2.038597E+01 + vertex -7.302104E+01 3.1006448E+01 -2.380063E+01 + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + endloop + endfacet + facet normal -0.481592925 -0.8364029957 -0.261721767 + outer loop + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + vertex -6.467160E+01 2.8446903E+01 -2.103361E+01 + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + endloop + endfacet + facet normal -0.6121151627 -0.7888568751 -0.0549532365 + outer loop + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + vertex -6.845929E+01 2.9555383E+01 -1.364608E+01 + endloop + endfacet + facet normal -0.6406868729 -0.7459544672 -0.181857812 + outer loop + vertex -6.845929E+01 2.9555383E+01 -1.364608E+01 + vertex -6.453782E+01 2.6642615E+01 -1.551369E+01 + vertex -6.618201E+01 2.6657822E+01 -9.783557E+00 + endloop + endfacet + facet normal -0.2377838298 -0.9619773016 0.13438199841 + outer loop + vertex -7.499287E+01 3.1632152E+01 -2.038597E+01 + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + vertex -7.253209E+01 3.1606286E+01 -1.621688E+01 + endloop + endfacet + facet normal -0.4019322755 -0.9112181522 -0.0901771871 + outer loop + vertex -7.253209E+01 3.1606286E+01 -1.621688E+01 + vertex -6.893966E+01 3.0310549E+01 -1.913577E+01 + vertex -6.845929E+01 2.9555383E+01 -1.364608E+01 + endloop + endfacet + facet normal -0.122171352 -0.9903143689 0.0659667459 + outer loop + vertex -7.790022E+01 3.2205342E+01 -1.716551E+01 + vertex -7.499287E+01 3.1632152E+01 -2.038597E+01 + vertex -7.253209E+01 3.1606286E+01 -1.621688E+01 + endloop + endfacet + facet normal -0.0430969796 -0.9904786143 0.13074695027 + outer loop + vertex -8.000081E+01 3.2821264E+01 -1.319196E+01 + vertex -7.790022E+01 3.2205342E+01 -1.716551E+01 + vertex -7.574918E+01 3.2583513E+01 -1.359163E+01 + endloop + endfacet + facet normal -0.1417000302 -0.9718694028 0.18812486629 + outer loop + vertex -7.574918E+01 3.2583513E+01 -1.359163E+01 + vertex -7.790022E+01 3.2205342E+01 -1.716551E+01 + vertex -7.253209E+01 3.1606286E+01 -1.621688E+01 + endloop + endfacet + facet normal -0.270834609 -0.9622664513 0.02630382683 + outer loop + vertex -7.574918E+01 3.2583513E+01 -1.359163E+01 + vertex -7.253209E+01 3.1606286E+01 -1.621688E+01 + vertex -7.217603E+01 3.1641561E+01 -1.126029E+01 + endloop + endfacet + facet normal -0.4694217478 -0.8820676383 0.03999880248 + outer loop + vertex -7.217603E+01 3.1641561E+01 -1.126029E+01 + vertex -7.253209E+01 3.1606286E+01 -1.621688E+01 + vertex -6.845929E+01 2.9555383E+01 -1.364608E+01 + endloop + endfacet + facet normal -0.5070816564 -0.861103392 -0.0370019187 + outer loop + vertex -7.217603E+01 3.1641561E+01 -1.126029E+01 + vertex -6.845929E+01 2.9555383E+01 -1.364608E+01 + vertex -6.932165E+01 2.9823399E+01 -8.065255E+00 + endloop + endfacet + facet normal -0.7291114546 -0.6797005823 -0.0800225288 + outer loop + vertex -6.932165E+01 2.9823399E+01 -8.065255E+00 + vertex -6.845929E+01 2.9555383E+01 -1.364608E+01 + vertex -6.618201E+01 2.6657822E+01 -9.783557E+00 + endloop + endfacet + facet normal -0.7205448348 -0.692171671 -0.0413946721 + outer loop + vertex -6.932165E+01 2.9823399E+01 -8.065255E+00 + vertex -6.618201E+01 2.6657822E+01 -9.783557E+00 + vertex -6.725710E+01 2.7438275E+01 -4.119955E+00 + endloop + endfacet + facet normal -0.0454725056 -0.9881670822 0.14648572957 + outer loop + vertex -8.102705E+01 3.3483856E+01 -9.040810E+00 + vertex -8.000081E+01 3.2821264E+01 -1.319196E+01 + vertex -7.650464E+01 3.3187613E+01 -9.635352E+00 + endloop + endfacet + facet normal -0.0418536372 -0.9888377038 0.14299744247 + outer loop + vertex -7.650464E+01 3.3187613E+01 -9.635352E+00 + vertex -8.000081E+01 3.2821264E+01 -1.319196E+01 + vertex -7.574918E+01 3.2583513E+01 -1.359163E+01 + endloop + endfacet + facet normal -0.3062210485 -0.9480418173 0.08628662714 + outer loop + vertex -7.650464E+01 3.3187613E+01 -9.635352E+00 + vertex -7.574918E+01 3.2583513E+01 -1.359163E+01 + vertex -7.217603E+01 3.1641561E+01 -1.126029E+01 + endloop + endfacet + facet normal -0.0146831764 -0.990187227 0.13897359368 + outer loop + vertex -8.204752E+01 3.4085789E+01 -4.859847E+00 + vertex -8.102705E+01 3.3483856E+01 -9.040810E+00 + vertex -7.751883E+01 3.3941584E+01 -5.408838E+00 + endloop + endfacet + facet normal -0.0427839382 -0.9852815493 0.16549865049 + outer loop + vertex -7.751883E+01 3.3941584E+01 -5.408838E+00 + vertex -8.102705E+01 3.3483856E+01 -9.040810E+00 + vertex -7.650464E+01 3.3187613E+01 -9.635352E+00 + endloop + endfacet + facet normal 0.06838895223 -0.9897152608 0.12564495107 + outer loop + vertex -8.331945E+01 3.4537683E+01 -6.079264E-01 + vertex -8.204752E+01 3.4085789E+01 -4.859847E+00 + vertex -7.889377E+01 3.4786562E+01 -1.056396E+00 + endloop + endfacet + facet normal -0.008484696 -0.982134249 0.187990231 + outer loop + vertex -7.889377E+01 3.4786562E+01 -1.056396E+00 + vertex -8.204752E+01 3.4085789E+01 -4.859847E+00 + vertex -7.751883E+01 3.3941584E+01 -5.408838E+00 + endloop + endfacet + facet normal -0.3048734508 -0.9481342664 0.08996439226 + outer loop + vertex -7.650464E+01 3.3187613E+01 -9.635352E+00 + vertex -7.217603E+01 3.1641561E+01 -1.126029E+01 + vertex -7.309685E+01 3.2390966E+01 -6.482823E+00 + endloop + endfacet + facet normal -0.5555237312 -0.8311739775 0.02330671946 + outer loop + vertex -7.309685E+01 3.2390966E+01 -6.482823E+00 + vertex -7.217603E+01 3.1641561E+01 -1.126029E+01 + vertex -6.932165E+01 2.9823399E+01 -8.065255E+00 + endloop + endfacet + facet normal -0.3088563055 -0.9463811482 0.09471274889 + outer loop + vertex -7.751883E+01 3.3941584E+01 -5.408838E+00 + vertex -7.650464E+01 3.3187613E+01 -9.635352E+00 + vertex -7.309685E+01 3.2390966E+01 -6.482823E+00 + endloop + endfacet + facet normal -0.5375542438 -0.8394614785 0.07962324497 + outer loop + vertex -7.309685E+01 3.2390966E+01 -6.482823E+00 + vertex -6.932165E+01 2.9823399E+01 -8.065255E+00 + vertex -7.023404E+01 3.0905463E+01 -2.816858E+00 + endloop + endfacet + facet normal -0.7582213449 -0.6519920021 0.00261175293 + outer loop + vertex -6.932165E+01 2.9823399E+01 -8.065255E+00 + vertex -6.725710E+01 2.7438275E+01 -4.119955E+00 + vertex -7.023404E+01 3.0905463E+01 -2.816858E+00 + endloop + endfacet + facet normal -0.7283611728 -0.6732482308 0.12738454246 + outer loop + vertex -7.023404E+01 3.0905463E+01 -2.816858E+00 + vertex -6.725710E+01 2.7438275E+01 -4.119955E+00 + vertex -6.772624E+01 2.8976064E+01 1.3250567E+00 + endloop + endfacet + facet normal -0.2924963736 -0.9432084782 0.1574917076 + outer loop + vertex -7.751883E+01 3.3941584E+01 -5.408838E+00 + vertex -7.309685E+01 3.2390966E+01 -6.482823E+00 + vertex -7.417115E+01 3.3489958E+01 -1.896218E+00 + endloop + endfacet + facet normal -0.534610939 -0.8416337553 0.07644452786 + outer loop + vertex -7.417115E+01 3.3489958E+01 -1.896218E+00 + vertex -7.309685E+01 3.2390966E+01 -6.482823E+00 + vertex -7.023404E+01 3.0905463E+01 -2.816858E+00 + endloop + endfacet + facet normal -0.2449835515 -0.9633095712 0.10962540506 + outer loop + vertex -7.889377E+01 3.4786562E+01 -1.056396E+00 + vertex -7.751883E+01 3.3941584E+01 -5.408838E+00 + vertex -7.417115E+01 3.3489958E+01 -1.896218E+00 + endloop + endfacet + facet normal 0.2595068315 -0.9621896166 0.08274869298 + outer loop + vertex -8.598687E+01 3.4148412E+01 3.2309358E+00 + vertex -8.331945E+01 3.4537683E+01 -6.079264E-01 + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + endloop + endfacet + facet normal 0.07399587661 -0.9796528885 0.18656052198 + outer loop + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + vertex -8.331945E+01 3.4537683E+01 -6.079264E-01 + vertex -7.889377E+01 3.4786562E+01 -1.056396E+00 + endloop + endfacet + facet normal 0.25639256441 -0.9587019017 0.12309962034 + outer loop + vertex -8.508538E+01 3.4902648E+01 7.2273120E+00 + vertex -8.598687E+01 3.4148412E+01 3.2309358E+00 + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + endloop + endfacet + facet normal 0.26638654554 -0.9607809799 0.0770591787 + outer loop + vertex -8.426673E+01 3.5482881E+01 1.1631721E+01 + vertex -8.508538E+01 3.4902648E+01 7.2273120E+00 + vertex -8.069466E+01 3.6212905E+01 8.3854078E+00 + endloop + endfacet + facet normal 0.25444101554 -0.9595013159 0.1209007629 + outer loop + vertex -8.069466E+01 3.6212905E+01 8.3854078E+00 + vertex -8.508538E+01 3.4902648E+01 7.2273120E+00 + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + endloop + endfacet + facet normal 0.26748897703 -0.9621146488 0.0527735694 + outer loop + vertex -8.304789E+01 3.6049194E+01 1.5778330E+01 + vertex -8.426673E+01 3.5482881E+01 1.1631721E+01 + vertex -7.928119E+01 3.6921368E+01 1.2586939E+01 + endloop + endfacet + facet normal 0.26343410892 -0.9618682437 0.07356597029 + outer loop + vertex -7.928119E+01 3.6921368E+01 1.2586939E+01 + vertex -8.426673E+01 3.5482881E+01 1.1631721E+01 + vertex -8.069466E+01 3.6212905E+01 8.3854078E+00 + endloop + endfacet + facet normal 0.28686939218 -0.9579439105 0.00702966234 + outer loop + vertex -8.178681E+01 3.6456265E+01 1.9787952E+01 + vertex -8.304789E+01 3.6049194E+01 1.5778330E+01 + vertex -7.807142E+01 3.7546080E+01 1.6679533E+01 + endloop + endfacet + facet normal 0.27670384378 -0.9587841332 0.06455980819 + outer loop + vertex -7.807142E+01 3.7546080E+01 1.6679533E+01 + vertex -8.304789E+01 3.6049194E+01 1.5778330E+01 + vertex -7.928119E+01 3.6921368E+01 1.2586939E+01 + endloop + endfacet + facet normal 0.34003364765 -0.9383654941 -0.0620267519 + outer loop + vertex -8.058305E+01 3.6636034E+01 2.3667412E+01 + vertex -8.178681E+01 3.6456265E+01 1.9787952E+01 + vertex -7.729614E+01 3.8001463E+01 2.1029659E+01 + endloop + endfacet + facet normal 0.31434967655 -0.9483215456 0.04324959033 + outer loop + vertex -7.729614E+01 3.8001463E+01 2.1029659E+01 + vertex -8.178681E+01 3.6456265E+01 1.9787952E+01 + vertex -7.807142E+01 3.7546080E+01 1.6679533E+01 + endloop + endfacet + facet normal 0.36083769764 -0.932050479 -0.0328338329 + outer loop + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + vertex -8.058305E+01 3.6636034E+01 2.3667412E+01 + vertex -7.729614E+01 3.8001463E+01 2.1029659E+01 + endloop + endfacet + facet normal -0.1053106656 -0.9893490497 0.10048941022 + outer loop + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + vertex -7.889377E+01 3.4786562E+01 -1.056396E+00 + vertex -7.564402E+01 3.4776087E+01 2.2461389E+00 + endloop + endfacet + facet normal -0.2225947547 -0.9506766884 0.21602177951 + outer loop + vertex -7.564402E+01 3.4776087E+01 2.2461389E+00 + vertex -7.889377E+01 3.4786562E+01 -1.056396E+00 + vertex -7.417115E+01 3.3489958E+01 -1.896218E+00 + endloop + endfacet + facet normal -0.0109501978 -0.988919291 0.14804975204 + outer loop + vertex -8.069466E+01 3.6212905E+01 8.3854078E+00 + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + vertex -7.707302E+01 3.5798520E+01 5.8853280E+00 + endloop + endfacet + facet normal -0.0696860637 -0.967176033 0.2443652464 + outer loop + vertex -7.707302E+01 3.5798520E+01 5.8853280E+00 + vertex -8.111460E+01 3.5484889E+01 3.4914573E+00 + vertex -7.564402E+01 3.4776087E+01 2.2461389E+00 + endloop + endfacet + facet normal -0.021924678 -0.9846073318 0.17340043445 + outer loop + vertex -7.928119E+01 3.6921368E+01 1.2586939E+01 + vertex -8.069466E+01 3.6212905E+01 8.3854078E+00 + vertex -7.534607E+01 3.6320055E+01 9.6701004E+00 + endloop + endfacet + facet normal -0.0145207059 -0.9896171537 0.14299314051 + outer loop + vertex -7.534607E+01 3.6320055E+01 9.6701004E+00 + vertex -8.069466E+01 3.6212905E+01 8.3854078E+00 + vertex -7.707302E+01 3.5798520E+01 5.8853280E+00 + endloop + endfacet + facet normal -0.0137068665 -0.987844322 0.15484094198 + outer loop + vertex -7.807142E+01 3.7546080E+01 1.6679533E+01 + vertex -7.928119E+01 3.6921368E+01 1.2586939E+01 + vertex -7.368774E+01 3.7026136E+01 1.3750478E+01 + endloop + endfacet + facet normal -0.0185562433 -0.9838921504 0.1777973629 + outer loop + vertex -7.368774E+01 3.7026136E+01 1.3750478E+01 + vertex -7.928119E+01 3.6921368E+01 1.2586939E+01 + vertex -7.534607E+01 3.6320055E+01 9.6701004E+00 + endloop + endfacet + facet normal 0.06474028145 -0.9936080648 0.09247545378 + outer loop + vertex -7.729614E+01 3.8001463E+01 2.1029659E+01 + vertex -7.807142E+01 3.7546080E+01 1.6679533E+01 + vertex -7.305227E+01 3.8001960E+01 1.8063950E+01 + endloop + endfacet + facet normal 0.02891714194 -0.9758533107 0.21650430682 + outer loop + vertex -7.305227E+01 3.8001960E+01 1.8063950E+01 + vertex -7.807142E+01 3.7546080E+01 1.6679533E+01 + vertex -7.368774E+01 3.7026136E+01 1.3750478E+01 + endloop + endfacet + facet normal -0.4373410662 -0.891095597 0.1211669458 + outer loop + vertex -7.564402E+01 3.4776087E+01 2.2461389E+00 + vertex -7.417115E+01 3.3489958E+01 -1.896218E+00 + vertex -7.097319E+01 3.2463064E+01 2.0944407E+00 + endloop + endfacet + facet normal -0.5072778537 -0.8405259644 0.19022429452 + outer loop + vertex -7.097319E+01 3.2463064E+01 2.0944407E+00 + vertex -7.417115E+01 3.3489958E+01 -1.896218E+00 + vertex -7.023404E+01 3.0905463E+01 -2.816858E+00 + endloop + endfacet + facet normal -0.7149311535 -0.6902760662 0.1113211493 + outer loop + vertex -7.097319E+01 3.2463064E+01 2.0944407E+00 + vertex -7.023404E+01 3.0905463E+01 -2.816858E+00 + vertex -6.772624E+01 2.8976064E+01 1.3250567E+00 + endloop + endfacet + facet normal -0.6712082105 -0.6866304029 0.27931743209 + outer loop + vertex -7.097319E+01 3.2463064E+01 2.0944407E+00 + vertex -6.772624E+01 2.8976064E+01 1.3250567E+00 + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + endloop + endfacet + facet normal -0.2876004754 -0.9454981266 0.15270644742 + outer loop + vertex -7.707302E+01 3.5798520E+01 5.8853280E+00 + vertex -7.564402E+01 3.4776087E+01 2.2461389E+00 + vertex -7.222939E+01 3.4374626E+01 6.1914160E+00 + endloop + endfacet + facet normal -0.4194729824 -0.8651040358 0.2750225886 + outer loop + vertex -7.222939E+01 3.4374626E+01 6.1914160E+00 + vertex -7.564402E+01 3.4776087E+01 2.2461389E+00 + vertex -7.097319E+01 3.2463064E+01 2.0944407E+00 + endloop + endfacet + facet normal -0.5851146486 -0.7887162724 0.18859345094 + outer loop + vertex -7.222939E+01 3.4374626E+01 6.1914160E+00 + vertex -7.097319E+01 3.2463064E+01 2.0944407E+00 + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + endloop + endfacet + facet normal -0.2874565613 -0.9223188767 0.258256878 + outer loop + vertex -7.534607E+01 3.6320055E+01 9.6701004E+00 + vertex -7.707302E+01 3.5798520E+01 5.8853280E+00 + vertex -7.222939E+01 3.4374626E+01 6.1914160E+00 + endloop + endfacet + facet normal -0.5702229855 -0.7458983551 0.34421125886 + outer loop + vertex -7.222939E+01 3.4374626E+01 6.1914160E+00 + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + vertex -7.013596E+01 3.4787801E+01 1.0554737E+01 + endloop + endfacet + facet normal -0.5496964988 -0.7524149795 0.36291246577 + outer loop + vertex -7.013596E+01 3.4787801E+01 1.0554737E+01 + vertex -6.773288E+01 3.1148241E+01 6.6488610E+00 + vertex -6.582464E+01 3.2252935E+01 1.1829564E+01 + endloop + endfacet + facet normal -0.310868605 -0.9206044015 0.23632233574 + outer loop + vertex -7.534607E+01 3.6320055E+01 9.6701004E+00 + vertex -7.222939E+01 3.4374626E+01 6.1914160E+00 + vertex -7.013596E+01 3.4787801E+01 1.0554737E+01 + endloop + endfacet + facet normal -0.3146341876 -0.9055517903 0.28457210516 + outer loop + vertex -7.368774E+01 3.7026136E+01 1.3750478E+01 + vertex -7.534607E+01 3.6320055E+01 9.6701004E+00 + vertex -7.013596E+01 3.4787801E+01 1.0554737E+01 + endloop + endfacet + facet normal -0.2526102167 -0.9350468078 0.2487479561 + outer loop + vertex -7.305227E+01 3.8001960E+01 1.8063950E+01 + vertex -7.368774E+01 3.7026136E+01 1.3750478E+01 + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + endloop + endfacet + facet normal -0.2729663974 -0.9037834508 0.329643474 + outer loop + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + vertex -7.368774E+01 3.7026136E+01 1.3750478E+01 + vertex -7.013596E+01 3.4787801E+01 1.0554737E+01 + endloop + endfacet + facet normal -0.5496384216 -0.7371017882 0.39316479924 + outer loop + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + vertex -7.013596E+01 3.4787801E+01 1.0554737E+01 + vertex -6.582464E+01 3.2252935E+01 1.1829564E+01 + endloop + endfacet + facet normal -0.4744176754 -0.7517922708 0.45796970512 + outer loop + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + vertex -6.582464E+01 3.2252935E+01 1.1829564E+01 + vertex -6.315862E+01 3.3247692E+01 1.6224303E+01 + endloop + endfacet + facet normal -0.4632111949 -0.7137818251 0.52531028463 + outer loop + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + vertex -6.315862E+01 3.3247692E+01 1.6224303E+01 + vertex -6.425850E+01 3.6542714E+01 1.9731652E+01 + endloop + endfacet + facet normal -0.40925947 -0.7255337624 0.55326977672 + outer loop + vertex -6.425850E+01 3.6542714E+01 1.9731652E+01 + vertex -6.315862E+01 3.3247692E+01 1.6224303E+01 + vertex -5.945579E+01 3.4214604E+01 2.0231287E+01 + endloop + endfacet + facet normal -0.1737039891 -0.9097286992 0.37712148963 + outer loop + vertex -7.305227E+01 3.8001960E+01 1.8063950E+01 + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + vertex -6.887935E+01 3.8198749E+01 2.0460730E+01 + endloop + endfacet + facet normal -0.264091599 -0.8950774098 0.35929383221 + outer loop + vertex -6.887935E+01 3.8198749E+01 2.0460730E+01 + vertex -6.825421E+01 3.6024895E+01 1.5504691E+01 + vertex -6.425850E+01 3.6542714E+01 1.9731652E+01 + endloop + endfacet + facet normal 0.12104528414 -0.9774466127 0.17304958393 + outer loop + vertex -7.729614E+01 3.8001463E+01 2.1029659E+01 + vertex -7.305227E+01 3.8001960E+01 1.8063950E+01 + vertex -7.343690E+01 3.8814828E+01 2.2924364E+01 + endloop + endfacet + facet normal -0.0461113704 -0.9858398153 0.16122530832 + outer loop + vertex -7.343690E+01 3.8814828E+01 2.2924364E+01 + vertex -7.305227E+01 3.8001960E+01 1.8063950E+01 + vertex -6.887935E+01 3.8198749E+01 2.0460730E+01 + endloop + endfacet + facet normal 0.22465888353 -0.9736310889 -0.0396344396 + outer loop + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + vertex -7.729614E+01 3.8001463E+01 2.1029659E+01 + vertex -7.343690E+01 3.8814828E+01 2.2924364E+01 + endloop + endfacet + facet normal 0.33640358495 -0.931934715 -0.1353894936 + outer loop + vertex -7.603031E+01 3.7665648E+01 3.0351858E+01 + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + vertex -7.321926E+01 3.9069825E+01 2.7671022E+01 + endloop + endfacet + facet normal 0.28346049799 -0.9582115867 0.03847987982 + outer loop + vertex -7.321926E+01 3.9069825E+01 2.7671022E+01 + vertex -7.747645E+01 3.7750390E+01 2.6175307E+01 + vertex -7.343690E+01 3.8814828E+01 2.2924364E+01 + endloop + endfacet + facet normal 0.3044079352 -0.9449704402 -0.1198610698 + outer loop + vertex -7.294799E+01 3.8503875E+01 3.2821844E+01 + vertex -7.321926E+01 3.9069825E+01 2.7671022E+01 + vertex -6.967985E+01 3.9870034E+01 3.0351229E+01 + endloop + endfacet + facet normal 0.34926389549 -0.9292446156 -0.1204955423 + outer loop + vertex -7.294799E+01 3.8503875E+01 3.2821844E+01 + vertex -7.603031E+01 3.7665648E+01 3.0351858E+01 + vertex -7.321926E+01 3.9069825E+01 2.7671022E+01 + endloop + endfacet + facet normal 0.30615887818 -0.9447133609 -0.1174027555 + outer loop + vertex -6.945971E+01 3.9323830E+01 3.5320469E+01 + vertex -7.294799E+01 3.8503875E+01 3.2821844E+01 + vertex -6.967985E+01 3.9870034E+01 3.0351229E+01 + endloop + endfacet + facet normal 0.13268149315 -0.9900388585 0.04710286704 + outer loop + vertex -7.321926E+01 3.9069825E+01 2.7671022E+01 + vertex -7.343690E+01 3.8814828E+01 2.2924364E+01 + vertex -6.949985E+01 3.9450570E+01 2.5196747E+01 + endloop + endfacet + facet normal 0.00801258205 -0.9665067243 0.25651617962 + outer loop + vertex -6.949985E+01 3.9450570E+01 2.5196747E+01 + vertex -7.343690E+01 3.8814828E+01 2.2924364E+01 + vertex -6.887935E+01 3.8198749E+01 2.0460730E+01 + endloop + endfacet + facet normal -0.0553190059 -0.9670840361 0.24837124358 + outer loop + vertex -6.949985E+01 3.9450570E+01 2.5196747E+01 + vertex -6.887935E+01 3.8198749E+01 2.0460730E+01 + vertex -6.492252E+01 3.8897489E+01 2.4062709E+01 + endloop + endfacet + facet normal 0.15762650636 -0.9837849273 0.08556343427 + outer loop + vertex -6.967985E+01 3.9870034E+01 3.0351229E+01 + vertex -7.321926E+01 3.9069825E+01 2.7671022E+01 + vertex -6.949985E+01 3.9450570E+01 2.5196747E+01 + endloop + endfacet + facet normal -0.4012026312 -0.701154388 0.58942257585 + outer loop + vertex -6.425850E+01 3.6542714E+01 1.9731652E+01 + vertex -5.945579E+01 3.4214604E+01 2.0231287E+01 + vertex -6.034083E+01 3.7728740E+01 2.3809145E+01 + endloop + endfacet + facet normal -0.2916922711 -0.7174885416 0.63255498706 + outer loop + vertex -6.034083E+01 3.7728740E+01 2.3809145E+01 + vertex -5.945579E+01 3.4214604E+01 2.0231287E+01 + vertex -5.531394E+01 3.5465817E+01 2.3560447E+01 + endloop + endfacet + facet normal -0.2423327978 -0.8674666269 0.43448413819 + outer loop + vertex -6.887935E+01 3.8198749E+01 2.0460730E+01 + vertex -6.425850E+01 3.6542714E+01 1.9731652E+01 + vertex -6.492252E+01 3.8897489E+01 2.4062709E+01 + endloop + endfacet + facet normal 0.13104388859 -0.9877296946 0.08495616273 + outer loop + vertex -6.967985E+01 3.9870034E+01 3.0351229E+01 + vertex -6.949985E+01 3.9450570E+01 2.5196747E+01 + vertex -6.615653E+01 4.0146423E+01 2.8129940E+01 + endloop + endfacet + facet normal -0.0463957334 -0.9587794282 0.28033808884 + outer loop + vertex -6.615653E+01 4.0146423E+01 2.8129940E+01 + vertex -6.949985E+01 3.9450570E+01 2.5196747E+01 + vertex -6.492252E+01 3.8897489E+01 2.4062709E+01 + endloop + endfacet + facet normal 0.25828917502 -0.9589748899 -0.1168497434 + outer loop + vertex -6.945971E+01 3.9323830E+01 3.5320469E+01 + vertex -6.967985E+01 3.9870034E+01 3.0351229E+01 + vertex -6.571028E+01 4.0670138E+01 3.2559346E+01 + endloop + endfacet + facet normal 0.14164044538 -0.9846336974 0.1021492347 + outer loop + vertex -6.571028E+01 4.0670138E+01 3.2559346E+01 + vertex -6.967985E+01 3.9870034E+01 3.0351229E+01 + vertex -6.615653E+01 4.0146423E+01 2.8129940E+01 + endloop + endfacet + facet normal 0.26369369981 -0.9584018733 -0.1092313233 + outer loop + vertex -6.584516E+01 4.0049846E+01 3.7676195E+01 + vertex -6.945971E+01 3.9323830E+01 3.5320469E+01 + vertex -6.571028E+01 4.0670138E+01 3.2559346E+01 + endloop + endfacet + facet normal 0.23179692902 -0.9659008188 -0.115350734 + outer loop + vertex -6.219158E+01 4.0661572E+01 3.9895712E+01 + vertex -6.584516E+01 4.0049846E+01 3.7676195E+01 + vertex -6.209478E+01 4.1338543E+01 3.4421543E+01 + endloop + endfacet + facet normal 0.23558313324 -0.9655134939 -0.1108344732 + outer loop + vertex -6.209478E+01 4.1338543E+01 3.4421543E+01 + vertex -6.584516E+01 4.0049846E+01 3.7676195E+01 + vertex -6.571028E+01 4.0670138E+01 3.2559346E+01 + endloop + endfacet + facet normal 0.21957843378 -0.9618882002 -0.1629613507 + outer loop + vertex -5.833909E+01 4.1168011E+01 4.2097374E+01 + vertex -6.219158E+01 4.0661572E+01 3.9895712E+01 + vertex -5.860361E+01 4.1965883E+01 3.7031476E+01 + endloop + endfacet + facet normal 0.25770518046 -0.9594634048 -0.114096515 + outer loop + vertex -5.860361E+01 4.1965883E+01 3.7031476E+01 + vertex -6.219158E+01 4.0661572E+01 3.9895712E+01 + vertex -6.209478E+01 4.1338543E+01 3.4421543E+01 + endloop + endfacet + facet normal 0.21120003316 -0.9545168079 -0.210457144 + outer loop + vertex -5.430206E+01 4.1658835E+01 4.3922551E+01 + vertex -5.833909E+01 4.1168011E+01 4.2097374E+01 + vertex -5.478873E+01 4.2578838E+01 3.9261539E+01 + endloop + endfacet + facet normal 0.2488809443 -0.9546591702 -0.1633528219 + outer loop + vertex -5.478873E+01 4.2578838E+01 3.9261539E+01 + vertex -5.833909E+01 4.1168011E+01 4.2097374E+01 + vertex -5.860361E+01 4.1965883E+01 3.7031476E+01 + endloop + endfacet + facet normal 0.19513715237 -0.9481046381 -0.2510360273 + outer loop + vertex -5.016782E+01 4.2142423E+01 4.5309807E+01 + vertex -5.430206E+01 4.1658835E+01 4.3922551E+01 + vertex -5.080541E+01 4.3177259E+01 4.0905857E+01 + endloop + endfacet + facet normal 0.23002215714 -0.9499215994 -0.2115153947 + outer loop + vertex -5.080541E+01 4.3177259E+01 4.0905857E+01 + vertex -5.430206E+01 4.1658835E+01 4.3922551E+01 + vertex -5.478873E+01 4.2578838E+01 3.9261539E+01 + endloop + endfacet + facet normal 0.19271489966 -0.9434545333 -0.2697304414 + outer loop + vertex -4.571192E+01 4.2965701E+01 4.5613788E+01 + vertex -5.016782E+01 4.2142423E+01 4.5309807E+01 + vertex -4.705163E+01 4.3705589E+01 4.2068645E+01 + endloop + endfacet + facet normal 0.21110783026 -0.9442989365 -0.252453961 + outer loop + vertex -4.705163E+01 4.3705589E+01 4.2068645E+01 + vertex -5.016782E+01 4.2142423E+01 4.5309807E+01 + vertex -5.080541E+01 4.3177259E+01 4.0905857E+01 + endloop + endfacet + facet normal 0.16143961263 -0.9649168633 -0.2070572344 + outer loop + vertex -4.183092E+01 4.3588996E+01 4.5735107E+01 + vertex -4.571192E+01 4.2965701E+01 4.5613788E+01 + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + endloop + endfacet + facet normal 0.10553503132 -0.9647145801 -0.2412221718 + outer loop + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + vertex -4.571192E+01 4.2965701E+01 4.5613788E+01 + vertex -4.705163E+01 4.3705589E+01 4.2068645E+01 + endloop + endfacet + facet normal 0.09625734605 -0.9468575511 -0.3069125304 + outer loop + vertex -3.808292E+01 4.3648784E+01 4.6726145E+01 + vertex -4.183092E+01 4.3588996E+01 4.5735107E+01 + vertex -3.847094E+01 4.5052558E+01 4.2273657E+01 + endloop + endfacet + facet normal 0.19933972065 -0.956920828 -0.2111070932 + outer loop + vertex -3.847094E+01 4.5052558E+01 4.2273657E+01 + vertex -4.183092E+01 4.3588996E+01 4.5735107E+01 + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + endloop + endfacet + facet normal 0.14352432294 -0.9401928982 -0.3089305471 + outer loop + vertex -3.451810E+01 4.4629368E+01 4.5398014E+01 + vertex -3.808292E+01 4.3648784E+01 4.6726145E+01 + vertex -3.847094E+01 4.5052558E+01 4.2273657E+01 + endloop + endfacet + facet normal 0.19634952715 -0.4562797654 0.86790301235 + outer loop + vertex -3.931721E+01 3.9121045E+01 2.7965688E+01 + vertex -3.586385E+01 3.5850971E+01 2.5465256E+01 + vertex -3.423554E+01 4.0483802E+01 2.7532477E+01 + endloop + endfacet + facet normal 0.33871659548 -0.4801125338 0.80917428459 + outer loop + vertex -3.423554E+01 4.0483802E+01 2.7532477E+01 + vertex -3.586385E+01 3.5850971E+01 2.5465256E+01 + vertex -3.110143E+01 3.7150910E+01 2.4243031E+01 + endloop + endfacet + facet normal 0.36353143459 -0.458512741 0.8109321565 + outer loop + vertex -3.423554E+01 4.0483802E+01 2.7532477E+01 + vertex -3.110143E+01 3.7150910E+01 2.4243031E+01 + vertex -2.909432E+01 4.1679197E+01 2.5903626E+01 + endloop + endfacet + facet normal 0.48327535598 -0.4821733117 0.73072144337 + outer loop + vertex -2.909432E+01 4.1679197E+01 2.5903626E+01 + vertex -3.110143E+01 3.7150910E+01 2.4243031E+01 + vertex -2.659824E+01 3.8384256E+01 2.2078600E+01 + endloop + endfacet + facet normal 0.50830453658 -0.460050227 0.72799744966 + outer loop + vertex -2.909432E+01 4.1679197E+01 2.5903626E+01 + vertex -2.659824E+01 3.8384256E+01 2.2078600E+01 + vertex -2.434907E+01 4.2933174E+01 2.3382819E+01 + endloop + endfacet + facet normal 0.61865867101 -0.4834502272 0.61930390488 + outer loop + vertex -2.434907E+01 4.2933174E+01 2.3382819E+01 + vertex -2.659824E+01 3.8384256E+01 2.2078600E+01 + vertex -2.256024E+01 3.9743453E+01 1.9105840E+01 + endloop + endfacet + facet normal 0.63330301806 -0.4696299964 0.61512190158 + outer loop + vertex -2.434907E+01 4.2933174E+01 2.3382819E+01 + vertex -2.256024E+01 3.9743453E+01 1.9105840E+01 + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + endloop + endfacet + facet normal 0.71971414689 -0.4956256639 0.486175635 + outer loop + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + vertex -2.256024E+01 3.9743453E+01 1.9105840E+01 + vertex -1.919167E+01 4.0939430E+01 1.5338382E+01 + endloop + endfacet + facet normal 0.76676226347 -0.4495316017 0.45825426395 + outer loop + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + vertex -1.919167E+01 4.0939430E+01 1.5338382E+01 + vertex -1.639219E+01 4.5342502E+01 1.4973483E+01 + endloop + endfacet + facet normal 0.80836499275 -0.4864895992 0.33147233427 + outer loop + vertex -1.639219E+01 4.5342502E+01 1.4973483E+01 + vertex -1.919167E+01 4.0939430E+01 1.5338382E+01 + vertex -1.646400E+01 4.2418625E+01 1.0857330E+01 + endloop + endfacet + facet normal 0.80000387114 -0.4956474337 0.33812339111 + outer loop + vertex -1.639219E+01 4.5342502E+01 1.4973483E+01 + vertex -1.646400E+01 4.2418625E+01 1.0857330E+01 + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + endloop + endfacet + facet normal 0.83733780817 -0.5269918247 0.14541324459 + outer loop + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + vertex -1.646400E+01 4.2418625E+01 1.0857330E+01 + vertex -1.477447E+01 4.3865396E+01 6.3716861E+00 + endloop + endfacet + facet normal 0.85311491038 -0.5074290164 0.1212878518 + outer loop + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + vertex -1.477447E+01 4.3865396E+01 6.3716861E+00 + vertex -1.170997E+01 4.8779591E+01 5.3760540E+00 + endloop + endfacet + facet normal 0.84844287045 -0.5292860738 -9.734505E-04 + outer loop + vertex -1.170997E+01 4.8779591E+01 5.3760540E+00 + vertex -1.477447E+01 4.3865396E+01 6.3716861E+00 + vertex -1.401743E+01 4.5087919E+01 1.4759505E+00 + endloop + endfacet + facet normal 0.85636566133 -0.5160493886 -0.0181901782 + outer loop + vertex -1.170997E+01 4.8779591E+01 5.3760540E+00 + vertex -1.401743E+01 4.5087919E+01 1.4759505E+00 + vertex -1.097229E+01 5.0187102E+01 1.7439486E-01 + endloop + endfacet + facet normal 0.82767869278 -0.5363942093 -0.1650128291 + outer loop + vertex -1.097229E+01 5.0187102E+01 1.7439486E-01 + vertex -1.401743E+01 4.5087919E+01 1.4759505E+00 + vertex -1.417991E+01 4.6339728E+01 -3.408168E+00 + endloop + endfacet + facet normal 0.83255394458 -0.5223173941 -0.184495174 + outer loop + vertex -1.097229E+01 5.0187102E+01 1.7439486E-01 + vertex -1.417991E+01 4.6339728E+01 -3.408168E+00 + vertex -1.139401E+01 5.1337747E+01 -4.986201E+00 + endloop + endfacet + facet normal 0.78257303398 -0.5361248207 -0.3164642526 + outer loop + vertex -1.139401E+01 5.1337747E+01 -4.986201E+00 + vertex -1.417991E+01 4.6339728E+01 -3.408168E+00 + vertex -1.528870E+01 4.7581833E+01 -8.254311E+00 + endloop + endfacet + facet normal 0.78501352117 -0.5167731003 -0.3416128428 + outer loop + vertex -1.139401E+01 5.1337747E+01 -4.986201E+00 + vertex -1.528870E+01 4.7581833E+01 -8.254311E+00 + vertex -1.301631E+01 5.2436701E+01 -1.037663E+01 + endloop + endfacet + facet normal 0.70553590088 -0.5339367201 -0.4659728227 + outer loop + vertex -1.301631E+01 5.2436701E+01 -1.037663E+01 + vertex -1.528870E+01 4.7581833E+01 -8.254311E+00 + vertex -1.727941E+01 4.9024673E+01 -1.292175E+01 + endloop + endfacet + facet normal 0.70589799769 -0.5404674613 -0.4578241367 + outer loop + vertex -1.301631E+01 5.2436701E+01 -1.037663E+01 + vertex -1.727941E+01 4.9024673E+01 -1.292175E+01 + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + endloop + endfacet + facet normal 0.59124295546 -0.5591071546 -0.5812322748 + outer loop + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + vertex -1.727941E+01 4.9024673E+01 -1.292175E+01 + vertex -2.012630E+01 5.0213382E+01 -1.696114E+01 + endloop + endfacet + facet normal 0.57374297223 -0.5222913909 -0.6308967465 + outer loop + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + vertex -2.012630E+01 5.0213382E+01 -1.696114E+01 + vertex -1.919436E+01 5.4960398E+01 -2.004347E+01 + endloop + endfacet + facet normal 0.48806968849 -0.5407000548 -0.6851506622 + outer loop + vertex -1.919436E+01 5.4960398E+01 -2.004347E+01 + vertex -2.012630E+01 5.0213382E+01 -1.696114E+01 + vertex -2.389256E+01 5.1253983E+01 -2.046526E+01 + endloop + endfacet + facet normal 0.47227975004 -0.5174496586 -0.7135808913 + outer loop + vertex -1.919436E+01 5.4960398E+01 -2.004347E+01 + vertex -2.389256E+01 5.1253983E+01 -2.046526E+01 + vertex -2.323466E+01 5.6289458E+01 -2.368128E+01 + endloop + endfacet + facet normal 0.33963644277 -0.5373821419 -0.7719245561 + outer loop + vertex -2.323466E+01 5.6289458E+01 -2.368128E+01 + vertex -2.389256E+01 5.1253983E+01 -2.046526E+01 + vertex -2.802617E+01 5.2473174E+01 -2.313274E+01 + endloop + endfacet + facet normal 0.32724964377 -0.5239106645 -0.7864002075 + outer loop + vertex -2.323466E+01 5.6289458E+01 -2.368128E+01 + vertex -2.802617E+01 5.2473174E+01 -2.313274E+01 + vertex -2.764141E+01 5.7460560E+01 -2.629530E+01 + endloop + endfacet + facet normal 0.19652556259 -0.5358454948 -0.8211256353 + outer loop + vertex -2.764141E+01 5.7460560E+01 -2.629530E+01 + vertex -2.802617E+01 5.2473174E+01 -2.313274E+01 + vertex -3.255985E+01 5.3528182E+01 -2.490629E+01 + endloop + endfacet + facet normal 0.1602121451 -0.5008328715 -0.8505871522 + outer loop + vertex -2.764141E+01 5.7460560E+01 -2.629530E+01 + vertex -3.255985E+01 5.3528182E+01 -2.490629E+01 + vertex -3.288709E+01 5.8097937E+01 -2.765864E+01 + endloop + endfacet + facet normal 0.04891535331 -0.5127511924 -0.8571426386 + outer loop + vertex -3.288709E+01 5.8097937E+01 -2.765864E+01 + vertex -3.255985E+01 5.3528182E+01 -2.490629E+01 + vertex -3.756766E+01 5.4526140E+01 -2.578906E+01 + endloop + endfacet + facet normal 0.00735551104 -0.4712772873 -0.881954429 + outer loop + vertex -3.288709E+01 5.8097937E+01 -2.765864E+01 + vertex -3.756766E+01 5.4526140E+01 -2.578906E+01 + vertex -3.866582E+01 5.8951730E+01 -2.816306E+01 + endloop + endfacet + facet normal -0.1263830089 -0.4930886234 -0.8607502219 + outer loop + vertex -3.866582E+01 5.8951730E+01 -2.816306E+01 + vertex -3.756766E+01 5.4526140E+01 -2.578906E+01 + vertex -4.269988E+01 5.5786767E+01 -2.575767E+01 + endloop + endfacet + facet normal -0.1374975604 -0.4822750017 -0.8651619754 + outer loop + vertex -3.866582E+01 5.8951730E+01 -2.816306E+01 + vertex -4.269988E+01 5.5786767E+01 -2.575767E+01 + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + endloop + endfacet + facet normal -0.2842952344 -0.5044870178 -0.8152723891 + outer loop + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + vertex -4.269988E+01 5.5786767E+01 -2.575767E+01 + vertex -4.752018E+01 5.6830983E+01 -2.472292E+01 + endloop + endfacet + facet normal -0.3570463101 -0.446437455 -0.8204946869 + outer loop + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + vertex -4.752018E+01 5.6830983E+01 -2.472292E+01 + vertex -4.973085E+01 6.0962257E+01 -2.600879E+01 + endloop + endfacet + facet normal -0.4347214545 -0.471446349 -0.7673041098 + outer loop + vertex -4.973085E+01 6.0962257E+01 -2.600879E+01 + vertex -4.752018E+01 5.6830983E+01 -2.472292E+01 + vertex -5.231446E+01 5.7755292E+01 -2.257461E+01 + endloop + endfacet + facet normal -0.4977113738 -0.4147528746 -0.7617502487 + outer loop + vertex -4.973085E+01 6.0962257E+01 -2.600879E+01 + vertex -5.231446E+01 5.7755292E+01 -2.257461E+01 + vertex -5.475625E+01 6.1997551E+01 -2.328899E+01 + endloop + endfacet + facet normal -0.5928084264 -0.4533066374 -0.6656510062 + outer loop + vertex -5.475625E+01 6.1997551E+01 -2.328899E+01 + vertex -5.231446E+01 5.7755292E+01 -2.257461E+01 + vertex -5.659856E+01 5.9060404E+01 -1.964809E+01 + endloop + endfacet + facet normal -0.6198277146 -0.4272022529 -0.6582642625 + outer loop + vertex -5.475625E+01 6.1997551E+01 -2.328899E+01 + vertex -5.659856E+01 5.9060404E+01 -1.964809E+01 + vertex -5.919378E+01 6.3628434E+01 -2.016898E+01 + endloop + endfacet + facet normal -0.7156410911 -0.4659123732 -0.5203686089 + outer loop + vertex -5.919378E+01 6.3628434E+01 -2.016898E+01 + vertex -5.659856E+01 5.9060404E+01 -1.964809E+01 + vertex -6.015500E+01 6.0632275E+01 -1.616445E+01 + endloop + endfacet + facet normal -0.7116501696 -0.46981423 -0.5223299966 + outer loop + vertex -5.919378E+01 6.3628434E+01 -2.016898E+01 + vertex -6.015500E+01 6.0632275E+01 -1.616445E+01 + vertex -6.307215E+01 6.5596361E+01 -1.665496E+01 + endloop + endfacet + facet normal -0.7884930971 -0.4989001566 -0.3596905191 + outer loop + vertex -6.307215E+01 6.5596361E+01 -1.665496E+01 + vertex -6.015500E+01 6.0632275E+01 -1.616445E+01 + vertex -6.285683E+01 6.2075440E+01 -1.224336E+01 + endloop + endfacet + facet normal -0.7861607824 -0.5011787238 -0.361622885 + outer loop + vertex -6.307215E+01 6.5596361E+01 -1.665496E+01 + vertex -6.285683E+01 6.2075440E+01 -1.224336E+01 + vertex -6.582536E+01 6.7036195E+01 -1.266501E+01 + endloop + endfacet + facet normal -0.8308508757 -0.5150884719 -0.2106435105 + outer loop + vertex -6.582536E+01 6.7036195E+01 -1.266501E+01 + vertex -6.285683E+01 6.2075440E+01 -1.224336E+01 + vertex -6.473641E+01 6.3329043E+01 -7.895090E+00 + endloop + endfacet + facet normal -0.8397360115 -0.5046277536 -0.2004850652 + outer loop + vertex -6.582536E+01 6.7036195E+01 -1.266501E+01 + vertex -6.473641E+01 6.3329043E+01 -7.895090E+00 + vertex -6.757553E+01 6.8072872E+01 -7.943741E+00 + endloop + endfacet + facet normal -0.8563923803 -0.5131286275 -0.0573681325 + outer loop + vertex -6.757553E+01 6.8072872E+01 -7.943741E+00 + vertex -6.473641E+01 6.3329043E+01 -7.895090E+00 + vertex -6.577821E+01 6.4534947E+01 -3.129363E+00 + endloop + endfacet + facet normal -0.857888493 -0.5108678922 -0.0551482573 + outer loop + vertex -6.757553E+01 6.8072872E+01 -7.943741E+00 + vertex -6.577821E+01 6.4534947E+01 -3.129363E+00 + vertex -6.861940E+01 6.9289340E+01 -2.974148E+00 + endloop + endfacet + facet normal -0.8510722498 -0.5123430186 0.11480704177 + outer loop + vertex -6.861940E+01 6.9289340E+01 -2.974148E+00 + vertex -6.577821E+01 6.4534947E+01 -3.129363E+00 + vertex -6.604174E+01 6.6054960E+01 1.7002994E+00 + endloop + endfacet + facet normal -0.829540274 -0.553457171 0.07448552652 + outer loop + vertex -6.861940E+01 6.9289340E+01 -2.974148E+00 + vertex -6.604174E+01 6.6054960E+01 1.7002994E+00 + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + endloop + endfacet + facet normal -0.7958423129 -0.5452330352 0.26335517885 + outer loop + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + vertex -6.604174E+01 6.6054960E+01 1.7002994E+00 + vertex -6.532550E+01 6.7295490E+01 6.4330406E+00 + endloop + endfacet + facet normal -0.7980361434 -0.5377243183 0.27201263097 + outer loop + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + vertex -6.532550E+01 6.7295490E+01 6.4330406E+00 + vertex -6.808453E+01 7.1935078E+01 7.5102665E+00 + endloop + endfacet + facet normal -0.7422393507 -0.5350650498 0.40346764276 + outer loop + vertex -6.808453E+01 7.1935078E+01 7.5102665E+00 + vertex -6.532550E+01 6.7295490E+01 6.4330406E+00 + vertex -6.350483E+01 6.8424263E+01 1.1279385E+01 + endloop + endfacet + facet normal -0.7411454029 -0.5430829054 0.39467005154 + outer loop + vertex -6.808453E+01 7.1935078E+01 7.5102665E+00 + vertex -6.350483E+01 6.8424263E+01 1.1279385E+01 + vertex -6.637204E+01 7.3123034E+01 1.2360795E+01 + endloop + endfacet + facet normal -0.6421942482 -0.5212264202 0.56205833016 + outer loop + vertex -6.637204E+01 7.3123034E+01 1.2360795E+01 + vertex -6.350483E+01 6.8424263E+01 1.1279385E+01 + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + endloop + endfacet + facet normal -0.6284897216 -0.6363000507 0.44735099785 + outer loop + vertex -6.637204E+01 7.3123034E+01 1.2360795E+01 + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + vertex -6.544674E+01 7.5205103E+01 1.6622243E+01 + endloop + endfacet + facet normal -0.5376238538 -0.5541694764 0.63549727244 + outer loop + vertex -6.112928E+01 7.4896207E+01 1.9749931E+01 + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + vertex -5.704916E+01 7.0757130E+01 1.9592296E+01 + endloop + endfacet + facet normal -0.4677532155 -0.4891283733 0.73617957308 + outer loop + vertex -6.112928E+01 7.4896207E+01 1.9749931E+01 + vertex -5.704916E+01 7.0757130E+01 1.9592296E+01 + vertex -5.683761E+01 7.5425214E+01 2.2828248E+01 + endloop + endfacet + facet normal -0.4006337368 -0.5096581259 0.76140738351 + outer loop + vertex -5.683761E+01 7.5425214E+01 2.2828248E+01 + vertex -5.704916E+01 7.0757130E+01 1.9592296E+01 + vertex -5.272912E+01 7.1702551E+01 2.2498222E+01 + endloop + endfacet + facet normal -0.3502160937 -0.4589037006 0.81655133418 + outer loop + vertex -5.683761E+01 7.5425214E+01 2.2828248E+01 + vertex -5.272912E+01 7.1702551E+01 2.2498222E+01 + vertex -5.207876E+01 7.6261690E+01 2.5339407E+01 + endloop + endfacet + facet normal -0.2429438955 -0.4878473923 0.83844092543 + outer loop + vertex -5.207876E+01 7.6261690E+01 2.5339407E+01 + vertex -5.272912E+01 7.1702551E+01 2.2498222E+01 + vertex -4.805982E+01 7.2871725E+01 2.4531469E+01 + endloop + endfacet + facet normal -0.2119624266 -0.4571522834 0.86376137875 + outer loop + vertex -5.207876E+01 7.6261690E+01 2.5339407E+01 + vertex -4.805982E+01 7.2871725E+01 2.4531469E+01 + vertex -4.715880E+01 7.7599117E+01 2.7254581E+01 + endloop + endfacet + facet normal -0.0721643159 -0.4874763896 0.87014888442 + outer loop + vertex -4.715880E+01 7.7599117E+01 2.7254581E+01 + vertex -4.805982E+01 7.2871725E+01 2.4531469E+01 + vertex -4.325217E+01 7.4091200E+01 2.5613360E+01 + endloop + endfacet + facet normal -0.0436710556 -0.4628591346 0.88535544299 + outer loop + vertex -4.715880E+01 7.7599117E+01 2.7254581E+01 + vertex -4.325217E+01 7.4091200E+01 2.5613360E+01 + vertex -4.219962E+01 7.8747993E+01 2.8099825E+01 + endloop + endfacet + facet normal 0.09109085803 -0.4849924554 0.86976133153 + outer loop + vertex -4.219962E+01 7.8747993E+01 2.8099825E+01 + vertex -4.325217E+01 7.4091200E+01 2.5613360E+01 + vertex -3.831823E+01 7.5268671E+01 2.5753200E+01 + endloop + endfacet + facet normal 0.12392758652 -0.4561109575 0.88125180725 + outer loop + vertex -4.219962E+01 7.8747993E+01 2.8099825E+01 + vertex -3.831823E+01 7.5268671E+01 2.5753200E+01 + vertex -3.701010E+01 7.9726965E+01 2.7876728E+01 + endloop + endfacet + facet normal 0.25843174791 -0.476174757 0.84051807386 + outer loop + vertex -3.701010E+01 7.9726965E+01 2.7876728E+01 + vertex -3.831823E+01 7.5268671E+01 2.5753200E+01 + vertex -3.330885E+01 7.6521894E+01 2.4922962E+01 + endloop + endfacet + facet normal 0.26737853202 -0.467665021 0.84249519211 + outer loop + vertex -3.701010E+01 7.9726965E+01 2.7876728E+01 + vertex -3.330885E+01 7.6521894E+01 2.4922962E+01 + vertex -3.214162E+01 8.1024529E+01 2.7051915E+01 + endloop + endfacet + facet normal 0.29800635621 -0.719017965 0.62785776861 + outer loop + vertex -3.701010E+01 7.9726965E+01 2.7876728E+01 + vertex -3.214162E+01 8.1024529E+01 2.7051915E+01 + vertex -3.525073E+01 8.3361675E+01 3.1204102E+01 + endloop + endfacet + facet normal 0.31981576817 -0.7993464539 0.50868764581 + outer loop + vertex -3.065160E+01 8.4627932E+01 3.0701042E+01 + vertex -2.788027E+01 8.3021581E+01 2.6434484E+01 + vertex -2.622009E+01 8.6106593E+01 3.0238472E+01 + endloop + endfacet + facet normal 0.32997956365 -0.9058680295 0.26554961988 + outer loop + vertex -3.065160E+01 8.4627932E+01 3.0701042E+01 + vertex -2.622009E+01 8.6106593E+01 3.0238472E+01 + vertex -2.814848E+01 8.6732824E+01 3.4770997E+01 + endloop + endfacet + facet normal 0.02064258599 -0.9931113516 0.11534178294 + outer loop + vertex -6.571028E+01 4.0670138E+01 3.2559346E+01 + vertex -6.615653E+01 4.0146423E+01 2.8129940E+01 + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + endloop + endfacet + facet normal 1.0860179E-03 -0.9558523706 0.29384530979 + outer loop + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + vertex -6.615653E+01 4.0146423E+01 2.8129940E+01 + vertex -6.492252E+01 3.8897489E+01 2.4062709E+01 + endloop + endfacet + facet normal 0.08722133904 -0.9793866935 0.18219259732 + outer loop + vertex -6.209478E+01 4.1338543E+01 3.4421543E+01 + vertex -6.571028E+01 4.0670138E+01 3.2559346E+01 + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + endloop + endfacet + facet normal -0.0895228652 -0.887754511 0.45152805549 + outer loop + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + vertex -6.034083E+01 3.7728740E+01 2.3809145E+01 + vertex -5.655470E+01 3.8958488E+01 2.6977630E+01 + endloop + endfacet + facet normal -0.2928935986 -0.7198059462 0.62935899113 + outer loop + vertex -5.655470E+01 3.8958488E+01 2.6977630E+01 + vertex -6.034083E+01 3.7728740E+01 2.3809145E+01 + vertex -5.531394E+01 3.5465817E+01 2.3560447E+01 + endloop + endfacet + facet normal -0.1587091626 -0.7187071387 0.67695749537 + outer loop + vertex -5.655470E+01 3.8958488E+01 2.6977630E+01 + vertex -5.531394E+01 3.5465817E+01 2.3560447E+01 + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + endloop + endfacet + facet normal 0.07592354164 -0.9878121696 0.13587764157 + outer loop + vertex -5.860361E+01 4.1965883E+01 3.7031476E+01 + vertex -6.209478E+01 4.1338543E+01 3.4421543E+01 + vertex -5.805799E+01 4.1264520E+01 3.1627790E+01 + endloop + endfacet + facet normal 0.10902732721 -0.9769692858 0.1834231623 + outer loop + vertex -5.805799E+01 4.1264520E+01 3.1627790E+01 + vertex -6.209478E+01 4.1338543E+01 3.4421543E+01 + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + endloop + endfacet + facet normal -0.1056353674 -0.9040482081 0.41417147011 + outer loop + vertex -5.805799E+01 4.1264520E+01 3.1627790E+01 + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + vertex -5.655470E+01 3.8958488E+01 2.6977630E+01 + endloop + endfacet + facet normal 0.00535356452 -0.8951874939 0.44565759283 + outer loop + vertex -5.805799E+01 4.1264520E+01 3.1627790E+01 + vertex -5.655470E+01 3.8958488E+01 2.6977630E+01 + vertex -5.327561E+01 4.0349464E+01 2.9732277E+01 + endloop + endfacet + facet normal -0.1847963587 -0.7710755417 0.60933801355 + outer loop + vertex -5.327561E+01 4.0349464E+01 2.9732277E+01 + vertex -5.655470E+01 3.8958488E+01 2.6977630E+01 + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + endloop + endfacet + facet normal -0.0231716614 -0.7274368182 0.68578331104 + outer loop + vertex -5.327561E+01 4.0349464E+01 2.9732277E+01 + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + vertex -4.805973E+01 4.0055700E+01 2.9596908E+01 + endloop + endfacet + facet normal -0.0568308694 -0.7127469103 0.6991152224 + outer loop + vertex -4.805973E+01 4.0055700E+01 2.9596908E+01 + vertex -5.072269E+01 3.6988452E+01 2.6253382E+01 + vertex -4.477149E+01 3.7611185E+01 2.7372028E+01 + endloop + endfacet + facet normal 0.11467098418 -0.990485785 0.0760820294 + outer loop + vertex -5.478873E+01 4.2578838E+01 3.9261539E+01 + vertex -5.860361E+01 4.1965883E+01 3.7031476E+01 + vertex -5.473300E+01 4.2217792E+01 3.4477203E+01 + endloop + endfacet + facet normal 0.15779752452 -0.9770983796 0.14275397682 + outer loop + vertex -5.473300E+01 4.2217792E+01 3.4477203E+01 + vertex -5.860361E+01 4.1965883E+01 3.7031476E+01 + vertex -5.805799E+01 4.1264520E+01 3.1627790E+01 + endloop + endfacet + facet normal -0.037499807 -0.9336860884 0.35612364815 + outer loop + vertex -5.473300E+01 4.2217792E+01 3.4477203E+01 + vertex -5.805799E+01 4.1264520E+01 3.1627790E+01 + vertex -5.327561E+01 4.0349464E+01 2.9732277E+01 + endloop + endfacet + facet normal 0.10122240517 -0.9146984868 0.39125529127 + outer loop + vertex -5.473300E+01 4.2217792E+01 3.4477203E+01 + vertex -5.327561E+01 4.0349464E+01 2.9732277E+01 + vertex -5.071748E+01 4.1902379E+01 3.2700952E+01 + endloop + endfacet + facet normal -0.0364685782 -0.8722495038 0.4876995448 + outer loop + vertex -5.071748E+01 4.1902379E+01 3.2700952E+01 + vertex -5.327561E+01 4.0349464E+01 2.9732277E+01 + vertex -4.805973E+01 4.0055700E+01 2.9596908E+01 + endloop + endfacet + facet normal 0.16885933157 -0.9826960121 0.07612538294 + outer loop + vertex -5.478873E+01 4.2578838E+01 3.9261539E+01 + vertex -5.473300E+01 4.2217792E+01 3.4477203E+01 + vertex -5.069000E+01 4.3080128E+01 3.6640965E+01 + endloop + endfacet + facet normal 0.0512091986 -0.9569514422 0.28569486401 + outer loop + vertex -5.069000E+01 4.3080128E+01 3.6640965E+01 + vertex -5.473300E+01 4.2217792E+01 3.4477203E+01 + vertex -5.071748E+01 4.1902379E+01 3.2700952E+01 + endloop + endfacet + facet normal 0.13789554511 -0.9900980563 0.02628036445 + outer loop + vertex -5.080541E+01 4.3177259E+01 4.0905857E+01 + vertex -5.478873E+01 4.2578838E+01 3.9261539E+01 + vertex -5.069000E+01 4.3080128E+01 3.6640965E+01 + endloop + endfacet + facet normal 0.14281870004 -0.9896834672 -0.0113777669 + outer loop + vertex -4.705163E+01 4.3705589E+01 4.2068645E+01 + vertex -5.080541E+01 4.3177259E+01 4.0905857E+01 + vertex -4.634806E+01 4.3855489E+01 3.7861406E+01 + endloop + endfacet + facet normal 0.16837054452 -0.9853540088 0.02699698231 + outer loop + vertex -4.634806E+01 4.3855489E+01 3.7861406E+01 + vertex -5.080541E+01 4.3177259E+01 4.0905857E+01 + vertex -5.069000E+01 4.3080128E+01 3.6640965E+01 + endloop + endfacet + facet normal 0.19135546886 -0.9815163085 -0.0029699765 + outer loop + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + vertex -4.705163E+01 4.3705589E+01 4.2068645E+01 + vertex -4.634806E+01 4.3855489E+01 3.7861406E+01 + endloop + endfacet + facet normal 0.09362488413 -0.9569171946 0.27485243987 + outer loop + vertex -4.634806E+01 4.3855489E+01 3.7861406E+01 + vertex -5.069000E+01 4.3080128E+01 3.6640965E+01 + vertex -4.649701E+01 4.2600347E+01 3.3542284E+01 + endloop + endfacet + facet normal 0.1009993518 -0.9534043451 0.28428732951 + outer loop + vertex -4.649701E+01 4.2600347E+01 3.3542284E+01 + vertex -5.069000E+01 4.3080128E+01 3.6640965E+01 + vertex -5.071748E+01 4.1902379E+01 3.2700952E+01 + endloop + endfacet + facet normal 0.03380363081 -0.8459352412 0.53221319239 + outer loop + vertex -4.649701E+01 4.2600347E+01 3.3542284E+01 + vertex -5.071748E+01 4.1902379E+01 3.2700952E+01 + vertex -4.805973E+01 4.0055700E+01 2.9596908E+01 + endloop + endfacet + facet normal 0.09233780804 -0.8530401719 0.51361093676 + outer loop + vertex -4.649701E+01 4.2600347E+01 3.3542284E+01 + vertex -4.805973E+01 4.0055700E+01 2.9596908E+01 + vertex -4.275542E+01 4.1285421E+01 3.0685696E+01 + endloop + endfacet + facet normal 0.00324515886 -0.6707076948 0.74171467366 + outer loop + vertex -4.275542E+01 4.1285421E+01 3.0685696E+01 + vertex -4.805973E+01 4.0055700E+01 2.9596908E+01 + vertex -4.477149E+01 3.7611185E+01 2.7372028E+01 + endloop + endfacet + facet normal 0.11700626594 -0.6997676644 0.7047231723 + outer loop + vertex -4.275542E+01 4.1285421E+01 3.0685696E+01 + vertex -4.477149E+01 3.7611185E+01 2.7372028E+01 + vertex -3.931721E+01 3.9121045E+01 2.7965688E+01 + endloop + endfacet + facet normal 0.23671685559 -0.9147223136 0.327487739 + outer loop + vertex -3.065160E+01 8.4627932E+01 3.0701042E+01 + vertex -2.814848E+01 8.6732824E+01 3.4770997E+01 + vertex -3.268941E+01 8.5810761E+01 3.5477848E+01 + endloop + endfacet + facet normal 0.20340604529 -0.9786308624 0.03012666448 + outer loop + vertex -3.268941E+01 8.5810761E+01 3.5477848E+01 + vertex -2.814848E+01 8.6732824E+01 3.4770997E+01 + vertex -2.918733E+01 8.6664113E+01 3.9553019E+01 + endloop + endfacet + facet normal 0.17031055031 -0.9835860348 0.05960560929 + outer loop + vertex -3.268941E+01 8.5810761E+01 3.5477848E+01 + vertex -2.918733E+01 8.6664113E+01 3.9553019E+01 + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + endloop + endfacet + facet normal 0.1144420049 -0.9568395805 -0.2671348811 + outer loop + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + vertex -2.891003E+01 8.5525261E+01 4.4120753E+01 + vertex -3.227864E+01 8.4715841E+01 4.5576852E+01 + endloop + endfacet + facet normal 0.06446429392 -0.9653927387 -0.2527077656 + outer loop + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + vertex -3.227864E+01 8.4715841E+01 4.5576852E+01 + vertex -3.627517E+01 8.4570689E+01 4.5111866E+01 + endloop + endfacet + facet normal 0.2707907803 -0.7379549656 0.61813819005 + outer loop + vertex -3.214162E+01 8.1024529E+01 2.7051915E+01 + vertex -3.065160E+01 8.4627932E+01 3.0701042E+01 + vertex -3.525073E+01 8.3361675E+01 3.1204102E+01 + endloop + endfacet + facet normal 0.28403380916 -0.8954055422 0.34289023073 + outer loop + vertex -3.525073E+01 8.3361675E+01 3.1204102E+01 + vertex -3.065160E+01 8.4627932E+01 3.0701042E+01 + vertex -3.268941E+01 8.5810761E+01 3.5477848E+01 + endloop + endfacet + facet normal 0.16577769228 -0.7269162144 0.66641621677 + outer loop + vertex -4.219962E+01 7.8747993E+01 2.8099825E+01 + vertex -3.701010E+01 7.9726965E+01 2.7876728E+01 + vertex -4.031931E+01 8.2298080E+01 3.1504460E+01 + endloop + endfacet + facet normal 0.1893736506 -0.7113140192 0.67688255003 + outer loop + vertex -4.031931E+01 8.2298080E+01 3.1504460E+01 + vertex -3.701010E+01 7.9726965E+01 2.7876728E+01 + vertex -3.525073E+01 8.3361675E+01 3.1204102E+01 + endloop + endfacet + facet normal 0.15051676899 -0.9664659869 -0.2080581613 + outer loop + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + vertex -3.627517E+01 8.4570689E+01 4.5111866E+01 + vertex -3.896355E+01 8.5154226E+01 4.0456369E+01 + endloop + endfacet + facet normal 0.1318767046 -0.9713102303 -0.1979014181 + outer loop + vertex -3.896355E+01 8.5154226E+01 4.0456369E+01 + vertex -3.627517E+01 8.4570689E+01 4.5111866E+01 + vertex -4.049193E+01 8.3957794E+01 4.5310038E+01 + endloop + endfacet + facet normal 0.19692539118 -0.9782020476 0.06588736181 + outer loop + vertex -3.268941E+01 8.5810761E+01 3.5477848E+01 + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + vertex -3.738334E+01 8.4886172E+01 3.5780153E+01 + endloop + endfacet + facet normal 0.20201233903 -0.8970730873 0.39300240578 + outer loop + vertex -3.525073E+01 8.3361675E+01 3.1204102E+01 + vertex -3.268941E+01 8.5810761E+01 3.5477848E+01 + vertex -3.738334E+01 8.4886172E+01 3.5780153E+01 + endloop + endfacet + facet normal 0.14406643907 -0.9839722762 0.10508768157 + outer loop + vertex -3.738334E+01 8.4886172E+01 3.5780153E+01 + vertex -3.391871E+01 8.5908458E+01 4.0602450E+01 + vertex -3.896355E+01 8.5154226E+01 4.0456369E+01 + endloop + endfacet + facet normal 0.21099513747 -0.8936580171 0.39605100743 + outer loop + vertex -4.031931E+01 8.2298080E+01 3.1504460E+01 + vertex -3.525073E+01 8.3361675E+01 3.1204102E+01 + vertex -3.738334E+01 8.4886172E+01 3.5780153E+01 + endloop + endfacet + facet normal 0.1420655847 -0.9705586569 -0.1945077458 + outer loop + vertex -3.896355E+01 8.5154226E+01 4.0456369E+01 + vertex -4.049193E+01 8.3957794E+01 4.5310038E+01 + vertex -4.353730E+01 8.4418343E+01 4.0787692E+01 + endloop + endfacet + facet normal 0.16909190425 -0.9625537016 -0.2118921882 + outer loop + vertex -4.353730E+01 8.4418343E+01 4.0787692E+01 + vertex -4.049193E+01 8.3957794E+01 4.5310038E+01 + vertex -4.460002E+01 8.3165516E+01 4.5630795E+01 + endloop + endfacet + facet normal 0.1320126316 -0.9662985635 -0.2209971748 + outer loop + vertex -4.353730E+01 8.4418343E+01 4.0787692E+01 + vertex -4.460002E+01 8.3165516E+01 4.5630795E+01 + vertex -4.789814E+01 8.3599609E+01 4.1762616E+01 + endloop + endfacet + facet normal 0.20550570397 -0.9376142858 -0.2804404691 + outer loop + vertex -4.789814E+01 8.3599609E+01 4.1762616E+01 + vertex -4.460002E+01 8.3165516E+01 4.5630795E+01 + vertex -4.844969E+01 8.2184479E+01 4.6089740E+01 + endloop + endfacet + facet normal 0.17534728347 -0.9777316212 0.11530050783 + outer loop + vertex -3.738334E+01 8.4886172E+01 3.5780153E+01 + vertex -3.896355E+01 8.5154226E+01 4.0456369E+01 + vertex -4.241132E+01 8.3980781E+01 3.5749035E+01 + endloop + endfacet + facet normal 0.16627842578 -0.9784863444 0.1221309089 + outer loop + vertex -4.241132E+01 8.3980781E+01 3.5749035E+01 + vertex -3.896355E+01 8.5154226E+01 4.0456369E+01 + vertex -4.353730E+01 8.4418343E+01 4.0787692E+01 + endloop + endfacet + facet normal 0.11292516772 -0.9873860128 0.11098093624 + outer loop + vertex -4.241132E+01 8.3980781E+01 3.5749035E+01 + vertex -4.353730E+01 8.4418343E+01 4.0787692E+01 + vertex -4.709860E+01 8.3549004E+01 3.6676956E+01 + endloop + endfacet + facet normal 0.15742008416 -0.8889917257 0.43001468424 + outer loop + vertex -4.031931E+01 8.2298080E+01 3.1504460E+01 + vertex -3.738334E+01 8.4886172E+01 3.5780153E+01 + vertex -4.241132E+01 8.3980781E+01 3.5749035E+01 + endloop + endfacet + facet normal 0.23699390051 -0.9561595343 -0.1720256845 + outer loop + vertex -4.789814E+01 8.3599609E+01 4.1762616E+01 + vertex -5.202927E+01 8.2135964E+01 4.4206584E+01 + vertex -5.168100E+01 8.3128475E+01 3.9169772E+01 + endloop + endfacet + facet normal 0.16412183041 -0.9435649961 -0.2876614726 + outer loop + vertex -4.789814E+01 8.3599609E+01 4.1762616E+01 + vertex -4.844969E+01 8.2184479E+01 4.6089740E+01 + vertex -5.202927E+01 8.2135964E+01 4.4206584E+01 + endloop + endfacet + facet normal 0.17566802452 -0.9681091713 -0.1786207648 + outer loop + vertex -5.168100E+01 8.3128475E+01 3.9169772E+01 + vertex -5.202927E+01 8.2135964E+01 4.4206584E+01 + vertex -5.584190E+01 8.1787516E+01 4.2345535E+01 + endloop + endfacet + facet normal 0.05688871636 -0.7392468674 0.67102737869 + outer loop + vertex -4.715880E+01 7.7599117E+01 2.7254581E+01 + vertex -4.219962E+01 7.8747993E+01 2.8099825E+01 + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + endloop + endfacet + facet normal 0.09437820789 -0.7146633542 0.6930721781 + outer loop + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + vertex -4.219962E+01 7.8747993E+01 2.8099825E+01 + vertex -4.031931E+01 8.2298080E+01 3.1504460E+01 + endloop + endfacet + facet normal 0.12251308276 -0.900448618 0.41735216653 + outer loop + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + vertex -4.031931E+01 8.2298080E+01 3.1504460E+01 + vertex -4.241132E+01 8.3980781E+01 3.5749035E+01 + endloop + endfacet + facet normal 0.16062789386 -0.906969642 0.38936454412 + outer loop + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + vertex -4.241132E+01 8.3980781E+01 3.5749035E+01 + vertex -4.709860E+01 8.3549004E+01 3.6676956E+01 + endloop + endfacet + facet normal 0.19302744367 -0.9803735117 0.04010216276 + outer loop + vertex -4.709860E+01 8.3549004E+01 3.6676956E+01 + vertex -4.353730E+01 8.4418343E+01 4.0787692E+01 + vertex -4.789814E+01 8.3599609E+01 4.1762616E+01 + endloop + endfacet + facet normal 0.10564015722 -0.994051269 0.02649965661 + outer loop + vertex -4.709860E+01 8.3549004E+01 3.6676956E+01 + vertex -4.789814E+01 8.3599609E+01 4.1762616E+01 + vertex -5.168100E+01 8.3128475E+01 3.9169772E+01 + endloop + endfacet + facet normal -0.0708844685 -0.7231202229 0.6870753491 + outer loop + vertex -5.207876E+01 7.6261690E+01 2.5339407E+01 + vertex -4.715880E+01 7.7599117E+01 2.7254581E+01 + vertex -5.124194E+01 7.9942259E+01 2.9299398E+01 + endloop + endfacet + facet normal -0.0686559318 -0.7211960329 0.68932042268 + outer loop + vertex -5.124194E+01 7.9942259E+01 2.9299398E+01 + vertex -4.715880E+01 7.7599117E+01 2.7254581E+01 + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + endloop + endfacet + facet normal 0.07459001133 -0.8851010182 0.45938275732 + outer loop + vertex -5.124194E+01 7.9942259E+01 2.9299398E+01 + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + vertex -5.105651E+01 8.2358725E+01 3.3925139E+01 + endloop + endfacet + facet normal 0.02310214416 -0.9292553847 0.36871495883 + outer loop + vertex -5.105651E+01 8.2358725E+01 3.3925139E+01 + vertex -4.598426E+01 8.1506586E+01 3.1459724E+01 + vertex -4.709860E+01 8.3549004E+01 3.6676956E+01 + endloop + endfacet + facet normal 0.1780528483 -0.9703233634 0.16361464967 + outer loop + vertex -5.105651E+01 8.2358725E+01 3.3925139E+01 + vertex -4.709860E+01 8.3549004E+01 3.6676956E+01 + vertex -5.168100E+01 8.3128475E+01 3.9169772E+01 + endloop + endfacet + facet normal 0.08555547298 -0.9842585465 0.15464596557 + outer loop + vertex -5.105651E+01 8.2358725E+01 3.3925139E+01 + vertex -5.168100E+01 8.3128475E+01 3.9169772E+01 + vertex -5.564057E+01 8.2455242E+01 3.7075487E+01 + endloop + endfacet + facet normal 0.22484239818 -0.9677010685 -0.1140199015 + outer loop + vertex -5.564057E+01 8.2455242E+01 3.7075487E+01 + vertex -5.168100E+01 8.3128475E+01 3.9169772E+01 + vertex -5.584190E+01 8.1787516E+01 4.2345535E+01 + endloop + endfacet + facet normal 0.19396734327 -0.9741240163 -0.1160132348 + outer loop + vertex -5.564057E+01 8.2455242E+01 3.7075487E+01 + vertex -5.584190E+01 8.1787516E+01 4.2345535E+01 + vertex -5.977151E+01 8.1223345E+01 4.0512617E+01 + endloop + endfacet + facet normal -0.023823721 -0.8857023115 0.46364193698 + outer loop + vertex -5.124194E+01 7.9942259E+01 2.9299398E+01 + vertex -5.105651E+01 8.2358725E+01 3.3925139E+01 + vertex -5.558556E+01 8.1408036E+01 3.1876302E+01 + endloop + endfacet + facet normal 0.11510100514 -0.973560778 0.19730983283 + outer loop + vertex -5.558556E+01 8.1408036E+01 3.1876302E+01 + vertex -5.105651E+01 8.2358725E+01 3.3925139E+01 + vertex -5.564057E+01 8.2455242E+01 3.7075487E+01 + endloop + endfacet + facet normal 0.08223320302 -0.9768235925 0.19761925371 + outer loop + vertex -5.558556E+01 8.1408036E+01 3.1876302E+01 + vertex -5.564057E+01 8.2455242E+01 3.7075487E+01 + vertex -5.975857E+01 8.1740871E+01 3.5257962E+01 + endloop + endfacet + facet normal 0.21082882932 -0.972866688 -0.0952974923 + outer loop + vertex -5.975857E+01 8.1740871E+01 3.5257962E+01 + vertex -5.564057E+01 8.2455242E+01 3.7075487E+01 + vertex -5.977151E+01 8.1223345E+01 4.0512617E+01 + endloop + endfacet + facet normal 0.22263607375 -0.9702607611 -0.0950117575 + outer loop + vertex -5.975857E+01 8.1740871E+01 3.5257962E+01 + vertex -5.977151E+01 8.1223345E+01 4.0512617E+01 + vertex -6.373854E+01 8.0490981E+01 3.8695789E+01 + endloop + endfacet + facet normal 0.21333881268 -0.9711981995 -0.1061160136 + outer loop + vertex -5.975857E+01 8.1740871E+01 3.5257962E+01 + vertex -6.373854E+01 8.0490981E+01 3.8695789E+01 + vertex -6.378738E+01 8.1032416E+01 3.3642253E+01 + endloop + endfacet + facet normal 0.25044097308 -0.9623633134 -0.1055280626 + outer loop + vertex -6.378738E+01 8.1032416E+01 3.3642253E+01 + vertex -6.373854E+01 8.0490981E+01 3.8695789E+01 + vertex -6.757393E+01 7.9731822E+01 3.6516731E+01 + endloop + endfacet + facet normal 0.25034819258 -0.9623735361 -0.1056549076 + outer loop + vertex -6.378738E+01 8.1032416E+01 3.3642253E+01 + vertex -6.757393E+01 7.9731822E+01 3.6516731E+01 + vertex -6.761188E+01 8.0296258E+01 3.1285559E+01 + endloop + endfacet + facet normal 0.27576024268 -0.9554640715 -0.1050937513 + outer loop + vertex -6.761188E+01 8.0296258E+01 3.1285559E+01 + vertex -6.757393E+01 7.9731822E+01 3.6516731E+01 + vertex -7.107153E+01 7.8991581E+01 3.4069145E+01 + endloop + endfacet + facet normal 0.27850773765 -0.9550568602 -0.1014880966 + outer loop + vertex -6.761188E+01 8.0296258E+01 3.1285559E+01 + vertex -7.107153E+01 7.8991581E+01 3.4069145E+01 + vertex -7.106563E+01 7.9571603E+01 2.8627033E+01 + endloop + endfacet + facet normal 0.31547920542 -0.9436243517 -0.1002295057 + outer loop + vertex -7.106563E+01 7.9571603E+01 2.8627033E+01 + vertex -7.107153E+01 7.8991581E+01 3.4069145E+01 + vertex -7.416639E+01 7.8191721E+01 3.1858260E+01 + endloop + endfacet + facet normal 0.28712945937 -0.9490625895 -0.1297569836 + outer loop + vertex -7.106563E+01 7.9571603E+01 2.8627033E+01 + vertex -7.416639E+01 7.8191721E+01 3.1858260E+01 + vertex -7.549556E+01 7.8327987E+01 2.7920375E+01 + endloop + endfacet + facet normal -0.1738390681 -0.7027359321 0.68988563411 + outer loop + vertex -5.207876E+01 7.6261690E+01 2.5339407E+01 + vertex -5.124194E+01 7.9942259E+01 2.9299398E+01 + vertex -5.626198E+01 7.8907861E+01 2.6980768E+01 + endloop + endfacet + facet normal -0.02831307 -0.888633992 0.4577422837 + outer loop + vertex -5.626198E+01 7.8907861E+01 2.6980768E+01 + vertex -5.124194E+01 7.9942259E+01 2.9299398E+01 + vertex -5.558556E+01 8.1408036E+01 3.1876302E+01 + endloop + endfacet + facet normal -0.2113521043 -0.7342704167 0.64511800714 + outer loop + vertex -5.683761E+01 7.5425214E+01 2.2828248E+01 + vertex -5.207876E+01 7.6261690E+01 2.5339407E+01 + vertex -5.626198E+01 7.8907861E+01 2.6980768E+01 + endloop + endfacet + facet normal -0.0657253548 -0.8849477038 0.46102900039 + outer loop + vertex -5.626198E+01 7.8907861E+01 2.6980768E+01 + vertex -5.558556E+01 8.1408036E+01 3.1876302E+01 + vertex -5.990210E+01 8.0690916E+01 2.9884411E+01 + endloop + endfacet + facet normal 0.07530293575 -0.9790305765 0.18928443699 + outer loop + vertex -5.990210E+01 8.0690916E+01 2.9884411E+01 + vertex -5.558556E+01 8.1408036E+01 3.1876302E+01 + vertex -5.975857E+01 8.1740871E+01 3.5257962E+01 + endloop + endfacet + facet normal 0.09631135698 -0.9773590977 0.18839670008 + outer loop + vertex -5.990210E+01 8.0690916E+01 2.9884411E+01 + vertex -5.975857E+01 8.1740871E+01 3.5257962E+01 + vertex -6.378738E+01 8.1032416E+01 3.3642253E+01 + endloop + endfacet + facet normal 0.04472581662 -0.9896738798 0.13618080996 + outer loop + vertex -5.990210E+01 8.0690916E+01 2.9884411E+01 + vertex -6.378738E+01 8.1032416E+01 3.3642253E+01 + vertex -6.385720E+01 8.0355229E+01 2.8743823E+01 + endloop + endfacet + facet normal 0.10663822625 -0.9851355378 0.13467093577 + outer loop + vertex -6.385720E+01 8.0355229E+01 2.8743823E+01 + vertex -6.378738E+01 8.1032416E+01 3.3642253E+01 + vertex -6.761188E+01 8.0296258E+01 3.1285559E+01 + endloop + endfacet + facet normal 0.10765794586 -0.9848164804 0.13618467828 + outer loop + vertex -6.385720E+01 8.0355229E+01 2.8743823E+01 + vertex -6.761188E+01 8.0296258E+01 3.1285559E+01 + vertex -6.688695E+01 7.9617054E+01 2.5800831E+01 + endloop + endfacet + facet normal 0.1024105377 -0.9854606118 0.13557088311 + outer loop + vertex -6.688695E+01 7.9617054E+01 2.5800831E+01 + vertex -6.761188E+01 8.0296258E+01 3.1285559E+01 + vertex -7.106563E+01 7.9571603E+01 2.8627033E+01 + endloop + endfacet + facet normal -0.1138645059 -0.9038971727 0.41231635369 + outer loop + vertex -5.626198E+01 7.8907861E+01 2.6980768E+01 + vertex -5.990210E+01 8.0690916E+01 2.9884411E+01 + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + endloop + endfacet + facet normal -0.0368824909 -0.9167697129 0.39770966216 + outer loop + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + vertex -5.990210E+01 8.0690916E+01 2.9884411E+01 + vertex -6.385720E+01 8.0355229E+01 2.8743823E+01 + endloop + endfacet + facet normal -0.2461626192 -0.7255531731 0.64263252166 + outer loop + vertex -5.683761E+01 7.5425214E+01 2.2828248E+01 + vertex -5.626198E+01 7.8907861E+01 2.6980768E+01 + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + endloop + endfacet + facet normal -0.1181162465 -0.9276513624 0.3542760252 + outer loop + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + vertex -6.385720E+01 8.0355229E+01 2.8743823E+01 + vertex -6.688695E+01 7.9617054E+01 2.5800831E+01 + endloop + endfacet + facet normal -0.3063751024 -0.7701377074 0.55948387663 + outer loop + vertex -6.112928E+01 7.4896207E+01 1.9749931E+01 + vertex -5.683761E+01 7.5425214E+01 2.2828248E+01 + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + endloop + endfacet + facet normal -0.3071803569 -0.7699439412 0.55930899837 + outer loop + vertex -6.112928E+01 7.4896207E+01 1.9749931E+01 + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + vertex -6.586493E+01 7.7892951E+01 2.1274359E+01 + endloop + endfacet + facet normal -0.1262143906 -0.9361780085 0.32808636657 + outer loop + vertex -6.586493E+01 7.7892951E+01 2.1274359E+01 + vertex -6.131189E+01 7.8400141E+01 2.4473152E+01 + vertex -6.688695E+01 7.9617054E+01 2.5800831E+01 + endloop + endfacet + facet normal -0.5101180524 -0.5651759131 0.64834848644 + outer loop + vertex -6.110548E+01 7.0331996E+01 1.5789962E+01 + vertex -6.112928E+01 7.4896207E+01 1.9749931E+01 + vertex -6.544674E+01 7.5205103E+01 1.6622243E+01 + endloop + endfacet + facet normal -0.3757659112 -0.8166451219 0.43805333564 + outer loop + vertex -6.544674E+01 7.5205103E+01 1.6622243E+01 + vertex -6.112928E+01 7.4896207E+01 1.9749931E+01 + vertex -6.586493E+01 7.7892951E+01 2.1274359E+01 + endloop + endfacet + facet normal -0.4881195463 -0.7921691013 0.36634331353 + outer loop + vertex -6.808453E+01 7.1935078E+01 7.5102665E+00 + vertex -6.637204E+01 7.3123034E+01 1.2360795E+01 + vertex -7.205797E+01 7.5354055E+01 9.6090991E+00 + endloop + endfacet + facet normal -0.3975770286 -0.7874284263 0.4710509312 + outer loop + vertex -7.104541E+01 7.6476086E+01 1.4021474E+01 + vertex -6.637204E+01 7.3123034E+01 1.2360795E+01 + vertex -6.544674E+01 7.5205103E+01 1.6622243E+01 + endloop + endfacet + facet normal -0.5242279902 -0.8149162427 0.247177126 + outer loop + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + vertex -6.808453E+01 7.1935078E+01 7.5102665E+00 + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + endloop + endfacet + facet normal -0.5346509096 -0.7958398159 0.28423123018 + outer loop + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + vertex -6.808453E+01 7.1935078E+01 7.5102665E+00 + vertex -7.205797E+01 7.5354055E+01 9.6090991E+00 + endloop + endfacet + facet normal -0.6242439243 -0.7599400056 0.18113727095 + outer loop + vertex -6.861940E+01 6.9289340E+01 -2.974148E+00 + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + vertex -7.288110E+01 7.2574532E+01 -3.878392E+00 + endloop + endfacet + facet normal -0.5363169322 -0.8132305516 0.22587655519 + outer loop + vertex -7.474610E+01 7.3989188E+01 -3.350047E-01 + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + endloop + endfacet + facet normal -0.6399861173 -0.7665421228 0.05320661219 + outer loop + vertex -6.757553E+01 6.8072872E+01 -7.943741E+00 + vertex -6.861940E+01 6.9289340E+01 -2.974148E+00 + vertex -7.177618E+01 7.1545328E+01 -8.443145E+00 + endloop + endfacet + facet normal -0.6141373824 -0.7886601426 0.02916256258 + outer loop + vertex -7.177618E+01 7.1545328E+01 -8.443145E+00 + vertex -6.861940E+01 6.9289340E+01 -2.974148E+00 + vertex -7.288110E+01 7.2574532E+01 -3.878392E+00 + endloop + endfacet + facet normal -0.6290499195 -0.7748029692 -0.0630599533 + outer loop + vertex -6.582536E+01 6.7036195E+01 -1.266501E+01 + vertex -6.757553E+01 6.8072872E+01 -7.943741E+00 + vertex -7.016595E+01 7.0598741E+01 -1.313798E+01 + endloop + endfacet + facet normal -0.6316539026 -0.7728613225 -0.0608171316 + outer loop + vertex -7.016595E+01 7.0598741E+01 -1.313798E+01 + vertex -6.757553E+01 6.8072872E+01 -7.943741E+00 + vertex -7.177618E+01 7.1545328E+01 -8.443145E+00 + endloop + endfacet + facet normal -0.6230849574 -0.7670108627 -0.1531648538 + outer loop + vertex -6.307215E+01 6.5596361E+01 -1.665496E+01 + vertex -6.582536E+01 6.7036195E+01 -1.266501E+01 + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + endloop + endfacet + facet normal -0.6161322465 -0.7716544347 -0.1578939147 + outer loop + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + vertex -6.582536E+01 6.7036195E+01 -1.266501E+01 + vertex -7.016595E+01 7.0598741E+01 -1.313798E+01 + endloop + endfacet + facet normal -0.6354843836 -0.7098061882 -0.3038663741 + outer loop + vertex -5.919378E+01 6.3628434E+01 -2.016898E+01 + vertex -6.307215E+01 6.5596361E+01 -1.665496E+01 + vertex -6.289779E+01 6.7422726E+01 -2.128583E+01 + endloop + endfacet + facet normal -0.5690422212 -0.7574280557 -0.3201463586 + outer loop + vertex -6.289779E+01 6.7422726E+01 -2.128583E+01 + vertex -6.307215E+01 6.5596361E+01 -1.665496E+01 + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + endloop + endfacet + facet normal -0.5718337998 -0.6810974175 -0.4572881075 + outer loop + vertex -5.475625E+01 6.1997551E+01 -2.328899E+01 + vertex -5.919378E+01 6.3628434E+01 -2.016898E+01 + vertex -5.816045E+01 6.5663149E+01 -2.449172E+01 + endloop + endfacet + facet normal -0.5649158887 -0.6863122395 -0.4580890182 + outer loop + vertex -5.816045E+01 6.5663149E+01 -2.449172E+01 + vertex -5.919378E+01 6.3628434E+01 -2.016898E+01 + vertex -6.289779E+01 6.7422726E+01 -2.128583E+01 + endloop + endfacet + facet normal -0.4513517657 -0.6833624173 -0.5738443954 + outer loop + vertex -4.973085E+01 6.0962257E+01 -2.600879E+01 + vertex -5.475625E+01 6.1997551E+01 -2.328899E+01 + vertex -5.331089E+01 6.4306884E+01 -2.717589E+01 + endloop + endfacet + facet normal -0.4987815384 -0.6509705407 -0.5722362554 + outer loop + vertex -5.331089E+01 6.4306884E+01 -2.717589E+01 + vertex -5.475625E+01 6.1997551E+01 -2.328899E+01 + vertex -5.816045E+01 6.5663149E+01 -2.449172E+01 + endloop + endfacet + facet normal -0.2962617942 -0.7235886514 -0.6234167249 + outer loop + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + vertex -4.973085E+01 6.0962257E+01 -2.600879E+01 + vertex -4.839599E+01 6.3832087E+01 -2.997411E+01 + endloop + endfacet + facet normal -0.4175339478 -0.6635443432 -0.6207852342 + outer loop + vertex -4.839599E+01 6.3832087E+01 -2.997411E+01 + vertex -4.973085E+01 6.0962257E+01 -2.600879E+01 + vertex -5.331089E+01 6.4306884E+01 -2.717589E+01 + endloop + endfacet + facet normal -0.2109241072 -0.7260991565 -0.6544394822 + outer loop + vertex -3.866582E+01 5.8951730E+01 -2.816306E+01 + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + vertex -3.979830E+01 6.2409388E+01 -3.163433E+01 + endloop + endfacet + facet normal -0.1459778495 -0.7855375757 -0.6013494696 + outer loop + vertex -3.979830E+01 6.2409388E+01 -3.163433E+01 + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + vertex -4.454937E+01 6.4233821E+01 -3.286425E+01 + endloop + endfacet + facet normal -0.0516715627 -0.743583992 -0.6666430052 + outer loop + vertex -3.288709E+01 5.8097937E+01 -2.765864E+01 + vertex -3.866582E+01 5.8951730E+01 -2.816306E+01 + vertex -3.416576E+01 6.1277327E+01 -3.110587E+01 + endloop + endfacet + facet normal -0.0797700258 -0.719128042 -0.6902837113 + outer loop + vertex -3.416576E+01 6.1277327E+01 -3.110587E+01 + vertex -3.866582E+01 5.8951730E+01 -2.816306E+01 + vertex -3.979830E+01 6.2409388E+01 -3.163433E+01 + endloop + endfacet + facet normal 0.06306921502 -0.7887793241 -0.6114322955 + outer loop + vertex -2.764141E+01 5.7460560E+01 -2.629530E+01 + vertex -3.288709E+01 5.8097937E+01 -2.765864E+01 + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + endloop + endfacet + facet normal -0.0066195344 -0.7362934314 -0.6766300057 + outer loop + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + vertex -3.288709E+01 5.8097937E+01 -2.765864E+01 + vertex -3.416576E+01 6.1277327E+01 -3.110587E+01 + endloop + endfacet + facet normal 0.13384658312 -0.8004578734 -0.5842536137 + outer loop + vertex -2.323466E+01 5.6289458E+01 -2.368128E+01 + vertex -2.764141E+01 5.7460560E+01 -2.629530E+01 + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + endloop + endfacet + facet normal 0.11499734486 -0.7839650206 -0.6100610273 + outer loop + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + vertex -2.764141E+01 5.7460560E+01 -2.629530E+01 + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + endloop + endfacet + facet normal 0.24889677674 -0.7873162667 -0.5640775574 + outer loop + vertex -1.919436E+01 5.4960398E+01 -2.004347E+01 + vertex -2.323466E+01 5.6289458E+01 -2.368128E+01 + vertex -1.812102E+01 5.8680297E+01 -2.476194E+01 + endloop + endfacet + facet normal 0.25411937578 -0.7934806867 -0.5530024798 + outer loop + vertex -1.812102E+01 5.8680297E+01 -2.476194E+01 + vertex -2.323466E+01 5.6289458E+01 -2.368128E+01 + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + endloop + endfacet + facet normal 0.36116159762 -0.8026012531 -0.4747562838 + outer loop + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + vertex -1.919436E+01 5.4960398E+01 -2.004347E+01 + vertex -1.430514E+01 5.7713865E+01 -2.097898E+01 + endloop + endfacet + facet normal 0.33435117296 -0.7755995219 -0.5354014146 + outer loop + vertex -1.430514E+01 5.7713865E+01 -2.097898E+01 + vertex -1.919436E+01 5.4960398E+01 -2.004347E+01 + vertex -1.812102E+01 5.8680297E+01 -2.476194E+01 + endloop + endfacet + facet normal 0.44603787333 -0.7804169384 -0.4381776099 + outer loop + vertex -1.301631E+01 5.2436701E+01 -1.037663E+01 + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + vertex -9.498437E+00 5.5889886E+01 -1.294595E+01 + endloop + endfacet + facet normal 0.41197610653 -0.8496363369 -0.3292321106 + outer loop + vertex -9.498437E+00 5.5889886E+01 -1.294595E+01 + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + vertex -1.009873E+01 5.7539804E+01 -1.795499E+01 + endloop + endfacet + facet normal 0.52541033588 -0.7888087889 -0.3189430567 + outer loop + vertex -1.139401E+01 5.1337747E+01 -4.986201E+00 + vertex -1.301631E+01 5.2436701E+01 -1.037663E+01 + vertex -7.783519E+00 5.4774957E+01 -7.539360E+00 + endloop + endfacet + facet normal 0.528170569 -0.782827733 -0.3289629014 + outer loop + vertex -7.783519E+00 5.4774957E+01 -7.539360E+00 + vertex -1.301631E+01 5.2436701E+01 -1.037663E+01 + vertex -9.498437E+00 5.5889886E+01 -1.294595E+01 + endloop + endfacet + facet normal 0.55329016521 -0.8022785307 -0.2240963014 + outer loop + vertex -1.097229E+01 5.0187102E+01 1.7439486E-01 + vertex -1.139401E+01 5.1337747E+01 -4.986201E+00 + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + endloop + endfacet + facet normal 0.56470879081 -0.7842001247 -0.2571656004 + outer loop + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + vertex -1.139401E+01 5.1337747E+01 -4.986201E+00 + vertex -7.783519E+00 5.4774957E+01 -7.539360E+00 + endloop + endfacet + facet normal 0.60850725409 -0.7835267386 -0.1257170297 + outer loop + vertex -1.170997E+01 4.8779591E+01 5.3760540E+00 + vertex -1.097229E+01 5.0187102E+01 1.7439486E-01 + vertex -7.170063E+00 5.2550305E+01 3.8497197E+00 + endloop + endfacet + facet normal 0.59645012019 -0.7956973713 -0.1054179652 + outer loop + vertex -7.170063E+00 5.2550305E+01 3.8497197E+00 + vertex -1.097229E+01 5.0187102E+01 1.7439486E-01 + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + endloop + endfacet + facet normal 0.6148332572 -0.7886373791 0.00558122602 + outer loop + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + vertex -1.170997E+01 4.8779591E+01 5.3760540E+00 + vertex -8.208661E+00 5.1534369E+01 8.9231188E+00 + endloop + endfacet + facet normal 0.63372262841 -0.7731533645 -0.025089941 + outer loop + vertex -8.208661E+00 5.1534369E+01 8.9231188E+00 + vertex -1.170997E+01 4.8779591E+01 5.3760540E+00 + vertex -7.170063E+00 5.2550305E+01 3.8497197E+00 + endloop + endfacet + facet normal 0.6854076132 -0.7171259887 0.1262803235 + outer loop + vertex -1.639219E+01 4.5342502E+01 1.4973483E+01 + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + vertex -1.260027E+01 4.9136391E+01 1.5937095E+01 + endloop + endfacet + facet normal 0.5326340905 -0.8293168744 0.1689214238 + outer loop + vertex -1.260027E+01 4.9136391E+01 1.5937095E+01 + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + vertex -8.639426E+00 5.1219033E+01 1.3672660E+01 + endloop + endfacet + facet normal 0.62345848954 -0.7182322185 0.30893687404 + outer loop + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + vertex -1.639219E+01 4.5342502E+01 1.4973483E+01 + vertex -1.590231E+01 4.7538971E+01 1.9091320E+01 + endloop + endfacet + facet normal 0.63417026679 -0.7110055502 0.30380780164 + outer loop + vertex -1.590231E+01 4.7538971E+01 1.9091320E+01 + vertex -1.639219E+01 4.5342502E+01 1.4973483E+01 + vertex -1.260027E+01 4.9136391E+01 1.5937095E+01 + endloop + endfacet + facet normal 0.5594630986 -0.7210913783 0.40869091682 + outer loop + vertex -2.434907E+01 4.2933174E+01 2.3382819E+01 + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + vertex -2.119611E+01 4.6360334E+01 2.5113544E+01 + endloop + endfacet + facet normal 0.62660536671 -0.7407147072 0.24229617595 + outer loop + vertex -1.677027E+01 4.8264247E+01 2.3553189E+01 + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + vertex -1.590231E+01 4.7538971E+01 1.9091320E+01 + endloop + endfacet + facet normal 0.46312653176 -0.723521711 0.5118888056 + outer loop + vertex -2.909432E+01 4.1679197E+01 2.5903626E+01 + vertex -2.434907E+01 4.2933174E+01 2.3382819E+01 + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + endloop + endfacet + facet normal 0.48658841646 -0.7068990143 0.51334734495 + outer loop + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + vertex -2.434907E+01 4.2933174E+01 2.3382819E+01 + vertex -2.119611E+01 4.6360334E+01 2.5113544E+01 + endloop + endfacet + facet normal 0.35594389712 -0.721376456 0.59407066147 + outer loop + vertex -3.423554E+01 4.0483802E+01 2.7532477E+01 + vertex -2.909432E+01 4.1679197E+01 2.5903626E+01 + vertex -3.171179E+01 4.3969310E+01 3.0252776E+01 + endloop + endfacet + facet normal 0.36955122561 -0.7118506993 0.59724406535 + outer loop + vertex -3.171179E+01 4.3969310E+01 3.0252776E+01 + vertex -2.909432E+01 4.1679197E+01 2.5903626E+01 + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + endloop + endfacet + facet normal 0.24904330822 -0.724281919 0.64295655565 + outer loop + vertex -3.931721E+01 3.9121045E+01 2.7965688E+01 + vertex -3.423554E+01 4.0483802E+01 2.7532477E+01 + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + endloop + endfacet + facet normal 0.27435354317 -0.7072044029 0.6516072942 + outer loop + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + vertex -3.423554E+01 4.0483802E+01 2.7532477E+01 + vertex -3.171179E+01 4.3969310E+01 3.0252776E+01 + endloop + endfacet + facet normal 0.10800351599 -0.7069002064 0.69901884006 + outer loop + vertex -4.275542E+01 4.1285421E+01 3.0685696E+01 + vertex -3.931721E+01 3.9121045E+01 2.7965688E+01 + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + endloop + endfacet + facet normal 0.07133028389 -0.8672953303 0.49265687924 + outer loop + vertex -4.649701E+01 4.2600347E+01 3.3542284E+01 + vertex -4.275542E+01 4.1285421E+01 3.0685696E+01 + vertex -4.201742E+01 4.3794784E+01 3.4996439E+01 + endloop + endfacet + facet normal 0.1997735195 -0.8612991161 0.46717702592 + outer loop + vertex -4.201742E+01 4.3794784E+01 3.4996439E+01 + vertex -4.275542E+01 4.1285421E+01 3.0685696E+01 + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + endloop + endfacet + facet normal 0.16529585318 -0.9485780372 0.26995738243 + outer loop + vertex -4.634806E+01 4.3855489E+01 3.7861406E+01 + vertex -4.649701E+01 4.2600347E+01 3.3542284E+01 + vertex -4.201742E+01 4.3794784E+01 3.4996439E+01 + endloop + endfacet + facet normal 0.08447533733 -0.9852874562 0.14856832122 + outer loop + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + vertex -4.634806E+01 4.3855489E+01 3.7861406E+01 + vertex -4.201742E+01 4.3794784E+01 3.4996439E+01 + endloop + endfacet + facet normal 0.10997522286 -0.9938860854 0.00979283598 + outer loop + vertex -3.847094E+01 4.5052558E+01 4.2273657E+01 + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + vertex -3.819419E+01 4.5032038E+01 3.7083024E+01 + endloop + endfacet + facet normal 0.2239230464 -0.9614190443 0.15978701595 + outer loop + vertex -4.259644E+01 4.4578840E+01 4.0525428E+01 + vertex -4.201742E+01 4.3794784E+01 3.4996439E+01 + vertex -3.819419E+01 4.5032038E+01 3.7083024E+01 + endloop + endfacet + facet normal 0.1073223324 -0.9289893866 0.35420422998 + outer loop + vertex -3.819419E+01 4.5032038E+01 3.7083024E+01 + vertex -4.201742E+01 4.3794784E+01 3.4996439E+01 + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + endloop + endfacet + facet normal 0.25348798746 -0.8961121191 0.3643170462 + outer loop + vertex -3.819419E+01 4.5032038E+01 3.7083024E+01 + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + vertex -3.369182E+01 4.5473946E+01 3.5037285E+01 + endloop + endfacet + facet normal 0.23796918507 -0.8940086856 0.37963026358 + outer loop + vertex -3.369182E+01 4.5473946E+01 3.5037285E+01 + vertex -3.737219E+01 4.3051769E+01 3.1640212E+01 + vertex -3.171179E+01 4.3969310E+01 3.0252776E+01 + endloop + endfacet + facet normal 0.08267359986 -0.9682908168 -0.2357498039 + outer loop + vertex -3.451810E+01 4.4629368E+01 4.5398014E+01 + vertex -3.847094E+01 4.5052558E+01 4.2273657E+01 + vertex -3.437193E+01 4.5859597E+01 4.0396377E+01 + endloop + endfacet + facet normal 0.1995518501 -0.9797797855 0.01451313574 + outer loop + vertex -3.437193E+01 4.5859597E+01 4.0396377E+01 + vertex -3.847094E+01 4.5052558E+01 4.2273657E+01 + vertex -3.819419E+01 4.5032038E+01 3.7083024E+01 + endloop + endfacet + facet normal 0.11796846975 -0.9650709298 -0.233926357 + outer loop + vertex -3.056706E+01 4.5390337E+01 4.4251110E+01 + vertex -3.451810E+01 4.4629368E+01 4.5398014E+01 + vertex -3.437193E+01 4.5859597E+01 4.0396377E+01 + endloop + endfacet + facet normal 0.13699644329 -0.9866205152 0.08838514263 + outer loop + vertex -3.437193E+01 4.5859597E+01 4.0396377E+01 + vertex -3.819419E+01 4.5032038E+01 3.7083024E+01 + vertex -3.369182E+01 4.5473946E+01 3.5037285E+01 + endloop + endfacet + facet normal 0.08296000724 -0.9731573718 -0.2146680391 + outer loop + vertex -2.645109E+01 4.5969995E+01 4.3213987E+01 + vertex -3.056706E+01 4.5390337E+01 4.4251110E+01 + vertex -3.015601E+01 4.6566853E+01 3.9076449E+01 + endloop + endfacet + facet normal 0.0962865626 -0.9722098035 -0.213393992 + outer loop + vertex -3.015601E+01 4.6566853E+01 3.9076449E+01 + vertex -3.056706E+01 4.5390337E+01 4.4251110E+01 + vertex -3.437193E+01 4.5859597E+01 4.0396377E+01 + endloop + endfacet + facet normal 0.19350614788 -0.9765054373 0.0948288016 + outer loop + vertex -3.015601E+01 4.6566853E+01 3.9076449E+01 + vertex -3.437193E+01 4.5859597E+01 4.0396377E+01 + vertex -3.369182E+01 4.5473946E+01 3.5037285E+01 + endloop + endfacet + facet normal 0.03816561626 -0.9695693556 -0.2418235934 + outer loop + vertex -2.226837E+01 4.6404604E+01 4.2131598E+01 + vertex -2.645109E+01 4.5969995E+01 4.3213987E+01 + vertex -2.589952E+01 4.7225866E+01 3.8265740E+01 + endloop + endfacet + facet normal 0.10516426824 -0.966626868 -0.2336085931 + outer loop + vertex -2.589952E+01 4.7225866E+01 3.8265740E+01 + vertex -2.645109E+01 4.5969995E+01 4.3213987E+01 + vertex -3.015601E+01 4.6566853E+01 3.9076449E+01 + endloop + endfacet + facet normal 0.16749173324 -0.9825672121 0.08067337229 + outer loop + vertex -2.589952E+01 4.7225866E+01 3.8265740E+01 + vertex -3.015601E+01 4.6566853E+01 3.9076449E+01 + vertex -2.887775E+01 4.6347360E+01 3.3749224E+01 + endloop + endfacet + facet normal 0.2006534272 -0.9756706048 0.0883463249 + outer loop + vertex -2.887775E+01 4.6347360E+01 3.3749224E+01 + vertex -3.015601E+01 4.6566853E+01 3.9076449E+01 + vertex -3.369182E+01 4.5473946E+01 3.5037285E+01 + endloop + endfacet + facet normal 0.26385076548 -0.8835066546 0.38703845403 + outer loop + vertex -2.887775E+01 4.6347360E+01 3.3749224E+01 + vertex -3.369182E+01 4.5473946E+01 3.5037285E+01 + vertex -3.171179E+01 4.3969310E+01 3.0252776E+01 + endloop + endfacet + facet normal 0.32450591916 -0.8834854056 0.33786009907 + outer loop + vertex -2.887775E+01 4.6347360E+01 3.3749224E+01 + vertex -3.171179E+01 4.3969310E+01 3.0252776E+01 + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + endloop + endfacet + facet normal -0.0153802904 -0.9579197165 -0.2866239057 + outer loop + vertex -1.812837E+01 4.6716611E+01 4.0866692E+01 + vertex -2.226837E+01 4.6404604E+01 4.2131598E+01 + vertex -2.173420E+01 4.7792869E+01 3.7463242E+01 + endloop + endfacet + facet normal 0.0772254671 -0.9580326139 -0.2760611127 + outer loop + vertex -2.173420E+01 4.7792869E+01 3.7463242E+01 + vertex -2.226837E+01 4.6404604E+01 4.2131598E+01 + vertex -2.589952E+01 4.7225866E+01 3.8265740E+01 + endloop + endfacet + facet normal -0.0518150531 -0.9401557891 -0.3367822627 + outer loop + vertex -1.426626E+01 4.7319859E+01 3.8588477E+01 + vertex -1.812837E+01 4.6716611E+01 4.0866692E+01 + vertex -1.781824E+01 4.8160131E+01 3.6789271E+01 + endloop + endfacet + facet normal 0.03139138341 -0.9429526116 -0.3314437408 + outer loop + vertex -1.781824E+01 4.8160131E+01 3.6789271E+01 + vertex -1.812837E+01 4.6716611E+01 4.0866692E+01 + vertex -2.173420E+01 4.7792869E+01 3.7463242E+01 + endloop + endfacet + facet normal -0.0416672643 -0.9527216689 -0.3009738537 + outer loop + vertex -1.115734E+01 4.8029910E+01 3.5910433E+01 + vertex -1.426626E+01 4.7319859E+01 3.8588477E+01 + vertex -1.522361E+01 4.8949691E+01 3.3561842E+01 + endloop + endfacet + facet normal -0.0762575562 -0.9526468391 -0.2943616568 + outer loop + vertex -1.522361E+01 4.8949691E+01 3.3561842E+01 + vertex -1.426626E+01 4.7319859E+01 3.8588477E+01 + vertex -1.781824E+01 4.8160131E+01 3.6789271E+01 + endloop + endfacet + facet normal -0.0883090028 -0.9542878669 -0.2855454205 + outer loop + vertex -8.034552E+00 4.8465808E+01 3.3487900E+01 + vertex -1.115734E+01 4.8029910E+01 3.5910433E+01 + vertex -1.188758E+01 4.9588286E+01 3.0928204E+01 + endloop + endfacet + facet normal -0.0475256577 -0.9552870481 -0.2918355145 + outer loop + vertex -1.188758E+01 4.9588286E+01 3.0928204E+01 + vertex -1.115734E+01 4.8029910E+01 3.5910433E+01 + vertex -1.522361E+01 4.8949691E+01 3.3561842E+01 + endloop + endfacet + facet normal -0.0654107901 -0.9463271021 -0.3165224231 + outer loop + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + vertex -8.034552E+00 4.8465808E+01 3.3487900E+01 + vertex -1.188758E+01 4.9588286E+01 3.0928204E+01 + endloop + endfacet + facet normal 0.1349578252 -0.9908512598 4.0782045E-04 + outer loop + vertex -2.173420E+01 4.7792869E+01 3.7463242E+01 + vertex -2.589952E+01 4.7225866E+01 3.8265740E+01 + vertex -2.446792E+01 4.7418802E+01 3.3278286E+01 + endloop + endfacet + facet normal 0.23911832618 -0.9704924627 0.03109350405 + outer loop + vertex -2.446792E+01 4.7418802E+01 3.3278286E+01 + vertex -2.589952E+01 4.7225866E+01 3.8265740E+01 + vertex -2.887775E+01 4.6347360E+01 3.3749224E+01 + endloop + endfacet + facet normal 0.25562284042 -0.9153750402 0.31103938532 + outer loop + vertex -2.446792E+01 4.7418802E+01 3.3278286E+01 + vertex -2.887775E+01 4.6347360E+01 3.3749224E+01 + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + endloop + endfacet + facet normal 0.39106840467 -0.8867896137 0.24631216749 + outer loop + vertex -2.446792E+01 4.7418802E+01 3.3278286E+01 + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + vertex -2.185328E+01 4.7485815E+01 2.9368304E+01 + endloop + endfacet + facet normal 0.37805702746 -0.8788975518 0.29088138044 + outer loop + vertex -2.185328E+01 4.7485815E+01 2.9368304E+01 + vertex -2.631660E+01 4.5264841E+01 2.8458578E+01 + vertex -2.119611E+01 4.6360334E+01 2.5113544E+01 + endloop + endfacet + facet normal 0.07370956753 -0.9909994083 -0.11174557 + outer loop + vertex -1.781824E+01 4.8160131E+01 3.6789271E+01 + vertex -2.173420E+01 4.7792869E+01 3.7463242E+01 + vertex -1.971915E+01 4.8454438E+01 3.2925375E+01 + endloop + endfacet + facet normal 0.2093080385 -0.9765994354 -0.0494336708 + outer loop + vertex -1.971915E+01 4.8454438E+01 3.2925375E+01 + vertex -2.173420E+01 4.7792869E+01 3.7463242E+01 + vertex -2.446792E+01 4.7418802E+01 3.3278286E+01 + endloop + endfacet + facet normal 0.22051998825 -0.9665592155 0.13089773772 + outer loop + vertex -1.971915E+01 4.8454438E+01 3.2925375E+01 + vertex -2.446792E+01 4.7418802E+01 3.3278286E+01 + vertex -2.185328E+01 4.7485815E+01 2.9368304E+01 + endloop + endfacet + facet normal 0.12769224395 -0.9822176211 -0.1376344277 + outer loop + vertex -1.522361E+01 4.8949691E+01 3.3561842E+01 + vertex -1.781824E+01 4.8160131E+01 3.6789271E+01 + vertex -1.971915E+01 4.8454438E+01 3.2925375E+01 + endloop + endfacet + facet normal 0.11501607392 -0.992555753 -0.0400547104 + outer loop + vertex -1.522361E+01 4.8949691E+01 3.3561842E+01 + vertex -1.971915E+01 4.8454438E+01 3.2925375E+01 + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + endloop + endfacet + facet normal 0.29847381827 -0.9510667204 0.07990915526 + outer loop + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + vertex -1.971915E+01 4.8454438E+01 3.2925375E+01 + vertex -2.185328E+01 4.7485815E+01 2.9368304E+01 + endloop + endfacet + facet normal 0.14841790803 -0.9875846651 -0.0514650746 + outer loop + vertex -1.188758E+01 4.9588286E+01 3.0928204E+01 + vertex -1.522361E+01 4.8949691E+01 3.3561842E+01 + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + endloop + endfacet + facet normal 0.3201562956 -0.9024719096 0.28817425082 + outer loop + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + vertex -2.185328E+01 4.7485815E+01 2.9368304E+01 + vertex -2.119611E+01 4.6360334E+01 2.5113544E+01 + endloop + endfacet + facet normal 0.43233976443 -0.8908933164 0.13925310361 + outer loop + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + vertex -2.119611E+01 4.6360334E+01 2.5113544E+01 + vertex -1.677027E+01 4.8264247E+01 2.3553189E+01 + endloop + endfacet + facet normal 0.17828840324 -0.9770106347 -0.1168908251 + outer loop + vertex -1.188758E+01 4.9588286E+01 3.0928204E+01 + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + vertex -1.218410E+01 5.0074260E+01 2.6414010E+01 + endloop + endfacet + facet normal 0.28555280032 -0.9478002423 0.14189538047 + outer loop + vertex -1.218410E+01 5.0074260E+01 2.6414010E+01 + vertex -1.694817E+01 4.8953510E+01 2.8515173E+01 + vertex -1.677027E+01 4.8264247E+01 2.3553189E+01 + endloop + endfacet + facet normal 4.6637192E-04 -0.9942517661 -0.107066372 + outer loop + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + vertex -1.188758E+01 4.9588286E+01 3.0928204E+01 + vertex -1.218410E+01 5.0074260E+01 2.6414010E+01 + endloop + endfacet + facet normal -0.0764994304 -0.9774787173 -0.1966804371 + outer loop + vertex -3.322272E+00 5.0044947E+01 2.6567437E+01 + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + vertex -7.958100E+00 5.0870827E+01 2.4266030E+01 + endloop + endfacet + facet normal 0.06862463705 -0.9718485764 -0.2253907798 + outer loop + vertex -7.958100E+00 5.0870827E+01 2.4266030E+01 + vertex -6.899622E+00 4.9755443E+01 2.9397660E+01 + vertex -1.218410E+01 5.0074260E+01 2.6414010E+01 + endloop + endfacet + facet normal -0.1830165878 -0.9538502489 -0.2380643425 + outer loop + vertex -1.444057E-01 5.0117641E+01 2.3833127E+01 + vertex -3.322272E+00 5.0044947E+01 2.6567437E+01 + vertex -4.102202E+00 5.1419149E+01 2.1661020E+01 + endloop + endfacet + facet normal -0.0409214051 -0.9638072505 -0.2634407381 + outer loop + vertex -4.102202E+00 5.1419149E+01 2.1661020E+01 + vertex -3.322272E+00 5.0044947E+01 2.6567437E+01 + vertex -7.958100E+00 5.0870827E+01 2.4266030E+01 + endloop + endfacet + facet normal -0.1571508935 -0.9467683168 -0.2809507982 + outer loop + vertex 6.2641072E-01 5.1160266E+01 1.9888455E+01 + vertex -1.444057E-01 5.0117641E+01 2.3833127E+01 + vertex -4.102202E+00 5.1419149E+01 2.1661020E+01 + endloop + endfacet + facet normal 0.3595228007 -0.9330317139 0.0139705629 + outer loop + vertex -1.218410E+01 5.0074260E+01 2.6414010E+01 + vertex -1.677027E+01 4.8264247E+01 2.3553189E+01 + vertex -1.228979E+01 4.9958116E+01 2.1377021E+01 + endloop + endfacet + facet normal 0.50913819817 -0.8548475738 0.10006957935 + outer loop + vertex -1.228979E+01 4.9958116E+01 2.1377021E+01 + vertex -1.590231E+01 4.7538971E+01 1.9091320E+01 + vertex -1.260027E+01 4.9136391E+01 1.5937095E+01 + endloop + endfacet + facet normal 0.19428951932 -0.9807690447 0.01853816477 + outer loop + vertex -7.958100E+00 5.0870827E+01 2.4266030E+01 + vertex -1.218410E+01 5.0074260E+01 2.6414010E+01 + vertex -1.228979E+01 4.9958116E+01 2.1377021E+01 + endloop + endfacet + facet normal 0.09227942002 -0.9930943871 -0.0724434051 + outer loop + vertex -4.102202E+00 5.1419149E+01 2.1661020E+01 + vertex -7.958100E+00 5.0870827E+01 2.4266030E+01 + vertex -8.424896E+00 5.1222714E+01 1.8847559E+01 + endloop + endfacet + facet normal 0.25928123697 -0.9620704439 -0.0848156895 + outer loop + vertex -7.958100E+00 5.0870827E+01 2.4266030E+01 + vertex -1.228979E+01 4.9958116E+01 2.1377021E+01 + vertex -8.424896E+00 5.1222714E+01 1.8847559E+01 + endloop + endfacet + facet normal 0.37730383079 -0.9186397135 0.1172300984 + outer loop + vertex -8.424896E+00 5.1222714E+01 1.8847559E+01 + vertex -1.228979E+01 4.9958116E+01 2.1377021E+01 + vertex -1.260027E+01 4.9136391E+01 1.5937095E+01 + endloop + endfacet + facet normal 0.45709232619 -0.8892306274 -0.0183165691 + outer loop + vertex -8.424896E+00 5.1222714E+01 1.8847559E+01 + vertex -1.260027E+01 4.9136391E+01 1.5937095E+01 + vertex -8.639426E+00 5.1219033E+01 1.3672660E+01 + endloop + endfacet + facet normal -0.1173001879 -0.978434826 -0.1700175202 + outer loop + vertex 6.2641072E-01 5.1160266E+01 1.9888455E+01 + vertex -4.102202E+00 5.1419149E+01 2.1661020E+01 + vertex -3.845574E+00 5.2210282E+01 1.6931071E+01 + endloop + endfacet + facet normal -0.0814780338 -0.9716845934 -0.2217890462 + outer loop + vertex 1.5229057E+00 5.2032720E+01 1.5736789E+01 + vertex 6.2641072E-01 5.1160266E+01 1.9888455E+01 + vertex -3.845574E+00 5.2210282E+01 1.6931071E+01 + endloop + endfacet + facet normal -0.0438075577 -0.9820128754 -0.1836616741 + outer loop + vertex 2.4177122E+00 5.2785814E+01 1.1496668E+01 + vertex 1.5229057E+00 5.2032720E+01 1.5736789E+01 + vertex -3.311664E+00 5.2865635E+01 1.2436467E+01 + endloop + endfacet + facet normal -0.0663614332 -0.9861995034 -0.1516795952 + outer loop + vertex -3.311664E+00 5.2865635E+01 1.2436467E+01 + vertex 1.5229057E+00 5.2032720E+01 1.5736789E+01 + vertex -3.845574E+00 5.2210282E+01 1.6931071E+01 + endloop + endfacet + facet normal 0.27075935391 -0.9566456566 -0.1073240882 + outer loop + vertex -3.311664E+00 5.2865635E+01 1.2436467E+01 + vertex -3.845574E+00 5.2210282E+01 1.6931071E+01 + vertex -8.639426E+00 5.1219033E+01 1.3672660E+01 + endloop + endfacet + facet normal 0.3241991582 -0.9411815544 -0.0952480308 + outer loop + vertex -3.311664E+00 5.2865635E+01 1.2436467E+01 + vertex -8.208661E+00 5.1534369E+01 8.9231188E+00 + vertex -2.609805E+00 5.3563244E+01 7.9320700E+00 + endloop + endfacet + facet normal -0.0368901676 -0.9859361285 -0.1630002026 + outer loop + vertex 3.1687162E+00 5.3471510E+01 7.1791431E+00 + vertex 2.4177122E+00 5.2785814E+01 1.1496668E+01 + vertex -2.609805E+00 5.3563244E+01 7.9320700E+00 + endloop + endfacet + facet normal -0.0398217782 -0.9864777972 -0.158983589 + outer loop + vertex -2.609805E+00 5.3563244E+01 7.9320700E+00 + vertex 2.4177122E+00 5.2785814E+01 1.1496668E+01 + vertex -3.311664E+00 5.2865635E+01 1.2436467E+01 + endloop + endfacet + facet normal 0.31880359445 -0.9398148716 -0.1229319942 + outer loop + vertex -2.609805E+00 5.3563244E+01 7.9320700E+00 + vertex -8.208661E+00 5.1534369E+01 8.9231188E+00 + vertex -7.170063E+00 5.2550305E+01 3.8497197E+00 + endloop + endfacet + facet normal -0.0721953571 -0.9884984022 -0.1328861894 + outer loop + vertex 4.1054936E+00 5.3958483E+01 3.0477664E+00 + vertex 3.1687162E+00 5.3471510E+01 7.1791431E+00 + vertex -1.824936E+00 5.4371022E+01 3.2009469E+00 + endloop + endfacet + facet normal -0.0383378545 -0.9839363425 -0.1743544744 + outer loop + vertex -1.824936E+00 5.4371022E+01 3.2009469E+00 + vertex 3.1687162E+00 5.3471510E+01 7.1791431E+00 + vertex -2.609805E+00 5.3563244E+01 7.9320700E+00 + endloop + endfacet + facet normal 0.30847141902 -0.9448351991 -0.1101445876 + outer loop + vertex -1.824936E+00 5.4371022E+01 3.2009469E+00 + vertex -2.609805E+00 5.3563244E+01 7.9320700E+00 + vertex -7.170063E+00 5.2550305E+01 3.8497197E+00 + endloop + endfacet + facet normal 0.29560197505 -0.9359652745 -0.1912811472 + outer loop + vertex -1.824936E+00 5.4371022E+01 3.2009469E+00 + vertex -7.170063E+00 5.2550305E+01 3.8497197E+00 + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + endloop + endfacet + facet normal -0.1886586502 -0.9775502169 -0.0938268996 + outer loop + vertex 5.4998381E+00 5.4041383E+01 -6.195595E-01 + vertex 4.1054936E+00 5.3958483E+01 3.0477664E+00 + vertex -1.330325E-01 5.5175819E+01 -1.112793E+00 + endloop + endfacet + facet normal -0.0732514323 -0.974824197 -0.2105991753 + outer loop + vertex -1.330325E-01 5.5175819E+01 -1.112793E+00 + vertex 4.1054936E+00 5.3958483E+01 3.0477664E+00 + vertex -1.824936E+00 5.4371022E+01 3.2009469E+00 + endloop + endfacet + facet normal 0.20011607126 -0.9743129094 -0.1032855878 + outer loop + vertex -1.330325E-01 5.5175819E+01 -1.112793E+00 + vertex -1.824936E+00 5.4371022E+01 3.2009469E+00 + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + endloop + endfacet + facet normal -0.1786666418 -0.966731191 -0.1830547332 + outer loop + vertex 4.0287937E+00 5.5007931E+01 -4.288220E+00 + vertex 5.4998381E+00 5.4041383E+01 -6.195595E-01 + vertex -1.330325E-01 5.5175819E+01 -1.112793E+00 + endloop + endfacet + facet normal 0.20843501475 -0.9523911145 -0.2224994598 + outer loop + vertex -1.330325E-01 5.5175819E+01 -1.112793E+00 + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + endloop + endfacet + facet normal 0.23832743414 -0.9518427071 -0.1928613363 + outer loop + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + vertex -6.240912E+00 5.3989616E+01 -1.757138E+00 + vertex -7.783519E+00 5.4774957E+01 -7.539360E+00 + endloop + endfacet + facet normal -0.1209062051 -0.9869578157 -0.1062824522 + outer loop + vertex 4.0287937E+00 5.5007931E+01 -4.288220E+00 + vertex -1.330325E-01 5.5175819E+01 -1.112793E+00 + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + endloop + endfacet + facet normal -0.1231650783 -0.9874319992 -0.099037419 + outer loop + vertex 3.9891765E+00 5.5388217E+01 -8.030511E+00 + vertex 4.0287937E+00 5.5007931E+01 -4.288220E+00 + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + endloop + endfacet + facet normal -0.1467029484 -0.9734626305 -0.1756381276 + outer loop + vertex 1.9030022E+00 5.6281248E+01 -1.123759E+01 + vertex 3.9891765E+00 5.5388217E+01 -8.030511E+00 + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + endloop + endfacet + facet normal -0.0862793462 -0.9900690645 -0.1109915401 + outer loop + vertex 8.2869606E-01 5.6854646E+01 -1.551731E+01 + vertex 1.9030022E+00 5.6281248E+01 -1.123759E+01 + vertex -3.755087E+00 5.6776266E+01 -1.125493E+01 + endloop + endfacet + facet normal -0.0860085347 -0.9876684623 -0.1308187317 + outer loop + vertex -3.755087E+00 5.6776266E+01 -1.125493E+01 + vertex 1.9030022E+00 5.6281248E+01 -1.123759E+01 + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + endloop + endfacet + facet normal 0.2470340065 -0.939299612 -0.2380975401 + outer loop + vertex -3.755087E+00 5.6776266E+01 -1.125493E+01 + vertex -1.972335E+00 5.5938025E+01 -6.098391E+00 + vertex -7.783519E+00 5.4774957E+01 -7.539360E+00 + endloop + endfacet + facet normal 0.2225999486 -0.9384479064 -0.2641302516 + outer loop + vertex -3.755087E+00 5.6776266E+01 -1.125493E+01 + vertex -7.783519E+00 5.4774957E+01 -7.539360E+00 + vertex -9.498437E+00 5.5889886E+01 -1.294595E+01 + endloop + endfacet + facet normal -0.140624619 -0.9886353958 -0.0531485721 + outer loop + vertex -4.436124E-02 5.7209637E+01 -1.981062E+01 + vertex 8.2869606E-01 5.6854646E+01 -1.551731E+01 + vertex -4.735600E+00 5.7678654E+01 -1.612254E+01 + endloop + endfacet + facet normal -0.1281021321 -0.9794512235 -0.1557727334 + outer loop + vertex -4.735600E+00 5.7678654E+01 -1.612254E+01 + vertex 8.2869606E-01 5.6854646E+01 -1.551731E+01 + vertex -3.755087E+00 5.6776266E+01 -1.125493E+01 + endloop + endfacet + facet normal 0.21153225368 -0.952476406 -0.2191866823 + outer loop + vertex -4.735600E+00 5.7678654E+01 -1.612254E+01 + vertex -3.755087E+00 5.6776266E+01 -1.125493E+01 + vertex -9.498437E+00 5.5889886E+01 -1.294595E+01 + endloop + endfacet + facet normal 0.13512980698 -0.9361643118 -0.3245555679 + outer loop + vertex -4.735600E+00 5.7678654E+01 -1.612254E+01 + vertex -9.498437E+00 5.5889886E+01 -1.294595E+01 + vertex -1.009873E+01 5.7539804E+01 -1.795499E+01 + endloop + endfacet + facet normal -0.2421397017 -0.9697139757 0.03198703253 + outer loop + vertex -7.619357E-01 5.7253245E+01 -2.392059E+01 + vertex -4.436124E-02 5.7209637E+01 -1.981062E+01 + vertex -5.016617E+00 5.8413700E+01 -2.094808E+01 + endloop + endfacet + facet normal -0.2037145225 -0.9695628589 -0.1358243572 + outer loop + vertex -5.016617E+00 5.8413700E+01 -2.094808E+01 + vertex -4.436124E-02 5.7209637E+01 -1.981062E+01 + vertex -4.735600E+00 5.7678654E+01 -1.612254E+01 + endloop + endfacet + facet normal 0.07831443744 -0.9848714551 -0.154580289 + outer loop + vertex -5.016617E+00 5.8413700E+01 -2.094808E+01 + vertex -4.735600E+00 5.7678654E+01 -1.612254E+01 + vertex -1.009873E+01 5.7539804E+01 -1.795499E+01 + endloop + endfacet + facet normal -0.28406594 -0.9582538547 -0.0324975644 + outer loop + vertex -3.877706E+00 5.8257314E+01 -2.629213E+01 + vertex -7.619357E-01 5.7253245E+01 -2.392059E+01 + vertex -5.016617E+00 5.8413700E+01 -2.094808E+01 + endloop + endfacet + facet normal -0.1613894319 -0.9868753876 -0.0055154924 + outer loop + vertex -3.877706E+00 5.8257314E+01 -2.629213E+01 + vertex -5.016617E+00 5.8413700E+01 -2.094808E+01 + vertex -8.949177E+00 5.9070576E+01 -2.341050E+01 + endloop + endfacet + facet normal 0.0073697538 -0.9631925873 -0.2687112324 + outer loop + vertex -8.949177E+00 5.9070576E+01 -2.341050E+01 + vertex -5.016617E+00 5.8413700E+01 -2.094808E+01 + vertex -1.009873E+01 5.7539804E+01 -1.795499E+01 + endloop + endfacet + facet normal -0.1948740672 -0.978551213 -0.0667953701 + outer loop + vertex -7.018231E+00 5.9069010E+01 -2.902104E+01 + vertex -3.877706E+00 5.8257314E+01 -2.629213E+01 + vertex -8.949177E+00 5.9070576E+01 -2.341050E+01 + endloop + endfacet + facet normal 0.0929248961 -0.9424513861 -0.3211702795 + outer loop + vertex -8.949177E+00 5.9070576E+01 -2.341050E+01 + vertex -1.430514E+01 5.7713865E+01 -2.097898E+01 + vertex -1.244963E+01 5.9759908E+01 -2.644609E+01 + endloop + endfacet + facet normal -0.1499294604 -0.9873636323 -0.0513245998 + outer loop + vertex -7.018231E+00 5.9069010E+01 -2.902104E+01 + vertex -8.949177E+00 5.9070576E+01 -2.341050E+01 + vertex -1.244963E+01 5.9759908E+01 -2.644609E+01 + endloop + endfacet + facet normal 0.08301886002 -0.942250224 -0.3244570607 + outer loop + vertex -1.244963E+01 5.9759908E+01 -2.644609E+01 + vertex -1.430514E+01 5.7713865E+01 -2.097898E+01 + vertex -1.812102E+01 5.8680297E+01 -2.476194E+01 + endloop + endfacet + facet normal -0.1542711824 -0.9861556341 -0.0608068049 + outer loop + vertex -1.011775E+01 5.9735722E+01 -3.196996E+01 + vertex -7.018231E+00 5.9069010E+01 -2.902104E+01 + vertex -1.244963E+01 5.9759908E+01 -2.644609E+01 + endloop + endfacet + facet normal -0.145231069 -0.9893832793 -0.0053537998 + outer loop + vertex -1.285231E+01 6.0154201E+01 -3.512539E+01 + vertex -1.011775E+01 5.9735722E+01 -3.196996E+01 + vertex -1.584983E+01 6.0565160E+01 -2.975795E+01 + endloop + endfacet + facet normal -0.1680288197 -0.9835279807 -0.0666260227 + outer loop + vertex -1.584983E+01 6.0565160E+01 -2.975795E+01 + vertex -1.011775E+01 5.9735722E+01 -3.196996E+01 + vertex -1.244963E+01 5.9759908E+01 -2.644609E+01 + endloop + endfacet + facet normal 0.08551903547 -0.944418452 -0.3174276012 + outer loop + vertex -1.584983E+01 6.0565160E+01 -2.975795E+01 + vertex -1.244963E+01 5.9759908E+01 -2.644609E+01 + vertex -1.812102E+01 5.8680297E+01 -2.476194E+01 + endloop + endfacet + facet normal 0.01019990391 -0.9371017403 -0.3489072802 + outer loop + vertex -1.584983E+01 6.0565160E+01 -2.975795E+01 + vertex -1.812102E+01 5.8680297E+01 -2.476194E+01 + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + endloop + endfacet + facet normal -0.1861229556 -0.9758373008 0.11445439162 + outer loop + vertex -1.518295E+01 6.0214955E+01 -3.839742E+01 + vertex -1.285231E+01 6.0154201E+01 -3.512539E+01 + vertex -1.809395E+01 6.1325268E+01 -3.366470E+01 + endloop + endfacet + facet normal -0.2323944627 -0.9710405206 -0.055435738 + outer loop + vertex -1.809395E+01 6.1325268E+01 -3.366470E+01 + vertex -1.285231E+01 6.0154201E+01 -3.512539E+01 + vertex -1.584983E+01 6.0565160E+01 -2.975795E+01 + endloop + endfacet + facet normal 0.03792689488 -0.9765787032 -0.2117913765 + outer loop + vertex -1.809395E+01 6.1325268E+01 -3.366470E+01 + vertex -1.584983E+01 6.0565160E+01 -2.975795E+01 + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + endloop + endfacet + facet normal -0.1347483799 -0.9898077305 0.04608178356 + outer loop + vertex -1.892997E+01 6.1185094E+01 -3.912017E+01 + vertex -1.809395E+01 6.1325268E+01 -3.366470E+01 + vertex -2.267076E+01 6.1923066E+01 -3.420749E+01 + endloop + endfacet + facet normal -0.26182399 -0.9629334021 0.06486494788 + outer loop + vertex -1.892997E+01 6.1185094E+01 -3.912017E+01 + vertex -1.518295E+01 6.0214955E+01 -3.839742E+01 + vertex -1.809395E+01 6.1325268E+01 -3.366470E+01 + endloop + endfacet + facet normal -0.0875184372 -0.9479713651 -0.3060895524 + outer loop + vertex -2.267076E+01 6.1923066E+01 -3.420749E+01 + vertex -1.809395E+01 6.1325268E+01 -3.366470E+01 + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + endloop + endfacet + facet normal -0.0228583921 -0.9496625032 -0.3124397924 + outer loop + vertex -2.267076E+01 6.1923066E+01 -3.420749E+01 + vertex -2.217054E+01 6.0073211E+01 -2.862144E+01 + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + endloop + endfacet + facet normal -0.1761363481 -0.9842699529 0.01373486848 + outer loop + vertex -2.257275E+01 6.1815810E+01 -4.063676E+01 + vertex -1.892997E+01 6.1185094E+01 -3.912017E+01 + vertex -2.267076E+01 6.1923066E+01 -3.420749E+01 + endloop + endfacet + facet normal -0.2166699365 -0.9761586016 0.0129816463 + outer loop + vertex -2.257275E+01 6.1815810E+01 -4.063676E+01 + vertex -2.267076E+01 6.1923066E+01 -3.420749E+01 + vertex -2.626017E+01 6.2687688E+01 -3.662048E+01 + endloop + endfacet + facet normal -0.0077211197 -0.9565063317 -0.2916093648 + outer loop + vertex -2.626017E+01 6.2687688E+01 -3.662048E+01 + vertex -2.267076E+01 6.1923066E+01 -3.420749E+01 + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + endloop + endfacet + facet normal -0.1410592092 -0.9863781163 0.08461980344 + outer loop + vertex -2.619296E+01 6.2141216E+01 -4.287844E+01 + vertex -2.257275E+01 6.1815810E+01 -4.063676E+01 + vertex -2.626017E+01 6.2687688E+01 -3.662048E+01 + endloop + endfacet + facet normal -0.1518601236 -0.933851691 -0.3238202003 + outer loop + vertex -2.626017E+01 6.2687688E+01 -3.662048E+01 + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + vertex -3.099802E+01 6.2863845E+01 -3.490661E+01 + endloop + endfacet + facet normal -0.030624715 -0.913066525 -0.4066591296 + outer loop + vertex -3.099802E+01 6.2863845E+01 -3.490661E+01 + vertex -2.784370E+01 6.0919320E+01 -3.077814E+01 + vertex -3.416576E+01 6.1277327E+01 -3.110587E+01 + endloop + endfacet + facet normal -0.2718542563 -0.9589387712 0.08081891145 + outer loop + vertex -2.619296E+01 6.2141216E+01 -4.287844E+01 + vertex -2.626017E+01 6.2687688E+01 -3.662048E+01 + vertex -2.924333E+01 6.3270015E+01 -3.974561E+01 + endloop + endfacet + facet normal -0.0770279714 -0.9908198711 -0.1110975906 + outer loop + vertex -2.924333E+01 6.3270015E+01 -3.974561E+01 + vertex -2.626017E+01 6.2687688E+01 -3.662048E+01 + vertex -3.099802E+01 6.2863845E+01 -3.490661E+01 + endloop + endfacet + facet normal -0.1755597668 -0.968254966 0.17793563213 + outer loop + vertex -3.045767E+01 6.2627929E+01 -4.443771E+01 + vertex -2.619296E+01 6.2141216E+01 -4.287844E+01 + vertex -2.924333E+01 6.3270015E+01 -3.974561E+01 + endloop + endfacet + facet normal -0.1736114811 -0.970180949 0.16913893653 + outer loop + vertex -3.467706E+01 6.3290793E+01 -4.496648E+01 + vertex -3.045767E+01 6.2627929E+01 -4.443771E+01 + vertex -3.319479E+01 6.3915752E+01 -3.986026E+01 + endloop + endfacet + facet normal -0.16373247 -0.9708180741 0.17522541288 + outer loop + vertex -3.319479E+01 6.3915752E+01 -3.986026E+01 + vertex -3.045767E+01 6.2627929E+01 -4.443771E+01 + vertex -2.924333E+01 6.3270015E+01 -3.974561E+01 + endloop + endfacet + facet normal -0.1558041715 -0.9780175452 -0.1385883882 + outer loop + vertex -3.319479E+01 6.3915752E+01 -3.986026E+01 + vertex -2.924333E+01 6.3270015E+01 -3.974561E+01 + vertex -3.099802E+01 6.2863845E+01 -3.490661E+01 + endloop + endfacet + facet normal -0.1357735922 -0.9796506299 -0.1478180469 + outer loop + vertex -3.319479E+01 6.3915752E+01 -3.986026E+01 + vertex -3.099802E+01 6.2863845E+01 -3.490661E+01 + vertex -3.600647E+01 6.3633041E+01 -3.540403E+01 + endloop + endfacet + facet normal -0.0920879139 -0.8892965398 -0.4479637044 + outer loop + vertex -3.600647E+01 6.3633041E+01 -3.540403E+01 + vertex -3.099802E+01 6.2863845E+01 -3.490661E+01 + vertex -3.416576E+01 6.1277327E+01 -3.110587E+01 + endloop + endfacet + facet normal -0.1390424676 -0.8922984602 -0.4295004658 + outer loop + vertex -3.600647E+01 6.3633041E+01 -3.540403E+01 + vertex -3.416576E+01 6.1277327E+01 -3.110587E+01 + vertex -3.979830E+01 6.2409388E+01 -3.163433E+01 + endloop + endfacet + facet normal -0.139351878 -0.9704245335 0.19712249709 + outer loop + vertex -3.891090E+01 6.3782466E+01 -4.553904E+01 + vertex -3.467706E+01 6.3290793E+01 -4.496648E+01 + vertex -3.741656E+01 6.4580372E+01 -4.055459E+01 + endloop + endfacet + facet normal -0.1805996933 -0.9685826555 0.17097189888 + outer loop + vertex -3.741656E+01 6.4580372E+01 -4.055459E+01 + vertex -3.467706E+01 6.3290793E+01 -4.496648E+01 + vertex -3.319479E+01 6.3915752E+01 -3.986026E+01 + endloop + endfacet + facet normal -0.1306198929 -0.9808249011 -0.1446407857 + outer loop + vertex -3.741656E+01 6.4580372E+01 -4.055459E+01 + vertex -3.319479E+01 6.3915752E+01 -3.986026E+01 + vertex -3.600647E+01 6.3633041E+01 -3.540403E+01 + endloop + endfacet + facet normal -0.104261737 -0.9604295445 0.25827229869 + outer loop + vertex -4.309597E+01 6.4091243E+01 -4.608026E+01 + vertex -3.891090E+01 6.3782466E+01 -4.553904E+01 + vertex -4.174608E+01 6.5195525E+01 -4.142887E+01 + endloop + endfacet + facet normal -0.1785565855 -0.9618019651 0.20749584498 + outer loop + vertex -4.174608E+01 6.5195525E+01 -4.142887E+01 + vertex -3.891090E+01 6.3782466E+01 -4.553904E+01 + vertex -3.741656E+01 6.4580372E+01 -4.055459E+01 + endloop + endfacet + facet normal -0.0597060874 -0.9338830051 0.35255881199 + outer loop + vertex -4.711028E+01 6.4147117E+01 -4.661208E+01 + vertex -4.309597E+01 6.4091243E+01 -4.608026E+01 + vertex -4.612443E+01 6.5596783E+01 -4.260515E+01 + endloop + endfacet + facet normal -0.1599720132 -0.9489865019 0.27172334129 + outer loop + vertex -4.612443E+01 6.5596783E+01 -4.260515E+01 + vertex -4.309597E+01 6.4091243E+01 -4.608026E+01 + vertex -4.174608E+01 6.5195525E+01 -4.142887E+01 + endloop + endfacet + facet normal -0.0474509499 -0.9601937568 0.27527505635 + outer loop + vertex -5.055862E+01 6.5151882E+01 -4.492137E+01 + vertex -4.612443E+01 6.5596783E+01 -4.260515E+01 + vertex -4.987573E+01 6.6464186E+01 -4.022618E+01 + endloop + endfacet + facet normal -0.0944468104 -0.9284870243 0.35915406951 + outer loop + vertex -5.055862E+01 6.5151882E+01 -4.492137E+01 + vertex -4.711028E+01 6.4147117E+01 -4.661208E+01 + vertex -4.612443E+01 6.5596783E+01 -4.260515E+01 + endloop + endfacet + facet normal -0.0820969905 -0.9566785877 0.27933163803 + outer loop + vertex -5.433582E+01 6.5954933E+01 -4.328115E+01 + vertex -5.055862E+01 6.5151882E+01 -4.492137E+01 + vertex -4.987573E+01 6.6464186E+01 -4.022618E+01 + endloop + endfacet + facet normal -0.1918121806 -0.9732457882 -0.1264939646 + outer loop + vertex -3.741656E+01 6.4580372E+01 -4.055459E+01 + vertex -3.600647E+01 6.3633041E+01 -3.540403E+01 + vertex -4.068297E+01 6.4684941E+01 -3.640603E+01 + endloop + endfacet + facet normal -0.1156525437 -0.904720887 -0.4100056168 + outer loop + vertex -4.068297E+01 6.4684941E+01 -3.640603E+01 + vertex -3.600647E+01 6.3633041E+01 -3.540403E+01 + vertex -3.979830E+01 6.2409388E+01 -3.163433E+01 + endloop + endfacet + facet normal -0.1256267784 -0.9893155793 -0.0739770037 + outer loop + vertex -4.174608E+01 6.5195525E+01 -4.142887E+01 + vertex -3.741656E+01 6.4580372E+01 -4.055459E+01 + vertex -4.068297E+01 6.4684941E+01 -3.640603E+01 + endloop + endfacet + facet normal -0.1058842902 -0.9928316348 0.05544242139 + outer loop + vertex -4.612443E+01 6.5596783E+01 -4.260515E+01 + vertex -4.174608E+01 6.5195525E+01 -4.142887E+01 + vertex -4.533584E+01 6.5781062E+01 -3.779914E+01 + endloop + endfacet + facet normal -0.2136407932 -0.9754222224 -0.0539360685 + outer loop + vertex -4.533584E+01 6.5781062E+01 -3.779914E+01 + vertex -4.174608E+01 6.5195525E+01 -4.142887E+01 + vertex -4.068297E+01 6.4684941E+01 -3.640603E+01 + endloop + endfacet + facet normal -0.1837790705 -0.9806295984 0.06775576773 + outer loop + vertex -4.987573E+01 6.6464186E+01 -4.022618E+01 + vertex -4.612443E+01 6.5596783E+01 -4.260515E+01 + vertex -4.533584E+01 6.5781062E+01 -3.779914E+01 + endloop + endfacet + facet normal -0.2441599028 -0.892109652 -0.3801661618 + outer loop + vertex -4.068297E+01 6.4684941E+01 -3.640603E+01 + vertex -3.979830E+01 6.2409388E+01 -3.163433E+01 + vertex -4.454937E+01 6.4233821E+01 -3.286425E+01 + endloop + endfacet + facet normal -0.3442309206 -0.7516328437 -0.5626305552 + outer loop + vertex -4.454937E+01 6.4233821E+01 -3.286425E+01 + vertex -4.425813E+01 6.0606658E+01 -2.819681E+01 + vertex -4.839599E+01 6.3832087E+01 -2.997411E+01 + endloop + endfacet + facet normal -0.1414872968 -0.9508142074 -0.275560679 + outer loop + vertex -4.533584E+01 6.5781062E+01 -3.779914E+01 + vertex -4.068297E+01 6.4684941E+01 -3.640603E+01 + vertex -4.454937E+01 6.4233821E+01 -3.286425E+01 + endloop + endfacet + facet normal -0.1305990797 -0.9908316238 -0.0345915262 + outer loop + vertex -4.987573E+01 6.6464186E+01 -4.022618E+01 + vertex -4.533584E+01 6.5781062E+01 -3.779914E+01 + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + endloop + endfacet + facet normal -0.2636453682 -0.9316388427 -0.2500803601 + outer loop + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + vertex -4.533584E+01 6.5781062E+01 -3.779914E+01 + vertex -4.454937E+01 6.4233821E+01 -3.286425E+01 + endloop + endfacet + facet normal -0.1941342007 -0.9027508213 -0.3838656885 + outer loop + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + vertex -4.454937E+01 6.4233821E+01 -3.286425E+01 + vertex -4.839599E+01 6.3832087E+01 -2.997411E+01 + endloop + endfacet + facet normal -0.3616841348 -0.8719792224 -0.3299042623 + outer loop + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + vertex -4.839599E+01 6.3832087E+01 -2.997411E+01 + vertex -5.244035E+01 6.5971609E+01 -3.119518E+01 + endloop + endfacet + facet normal -0.0634488062 -0.9652433408 0.25353410433 + outer loop + vertex -5.433582E+01 6.5954933E+01 -4.328115E+01 + vertex -4.987573E+01 6.6464186E+01 -4.022618E+01 + vertex -5.400927E+01 6.7189407E+01 -3.849960E+01 + endloop + endfacet + facet normal -0.1853415025 -0.9821797023 -0.0311698559 + outer loop + vertex -5.400927E+01 6.7189407E+01 -3.849960E+01 + vertex -4.987573E+01 6.6464186E+01 -4.022618E+01 + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + endloop + endfacet + facet normal -0.0498887383 -0.9662160022 0.25285915215 + outer loop + vertex -5.835949E+01 6.6584809E+01 -4.166816E+01 + vertex -5.433582E+01 6.5954933E+01 -4.328115E+01 + vertex -5.400927E+01 6.7189407E+01 -3.849960E+01 + endloop + endfacet + facet normal -0.2057689074 -0.9785923501 -0.0040210793 + outer loop + vertex -5.400927E+01 6.7189407E+01 -3.849960E+01 + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + vertex -5.535107E+01 6.7452935E+01 -3.396957E+01 + endloop + endfacet + facet normal -0.242639217 -0.9382978743 -0.2464210004 + outer loop + vertex -5.535107E+01 6.7452935E+01 -3.396957E+01 + vertex -4.958662E+01 6.6245269E+01 -3.504713E+01 + vertex -5.244035E+01 6.5971609E+01 -3.119518E+01 + endloop + endfacet + facet normal -0.2958900346 -0.9362451136 -0.18945758 + outer loop + vertex -5.535107E+01 6.7452935E+01 -3.396957E+01 + vertex -5.244035E+01 6.5971609E+01 -3.119518E+01 + vertex -5.708537E+01 6.7021928E+01 -2.913108E+01 + endloop + endfacet + facet normal -0.4245007808 -0.8376560079 -0.3437026324 + outer loop + vertex -5.708537E+01 6.7021928E+01 -2.913108E+01 + vertex -5.331089E+01 6.4306884E+01 -2.717589E+01 + vertex -5.816045E+01 6.5663149E+01 -2.449172E+01 + endloop + endfacet + facet normal -0.0611876956 -0.9616148315 0.26749389097 + outer loop + vertex -5.835949E+01 6.6584809E+01 -4.166816E+01 + vertex -5.400927E+01 6.7189407E+01 -3.849960E+01 + vertex -5.861062E+01 6.7898934E+01 -3.700145E+01 + endloop + endfacet + facet normal -0.1480320509 -0.9888879503 0.01367968363 + outer loop + vertex -5.861062E+01 6.7898934E+01 -3.700145E+01 + vertex -5.400927E+01 6.7189407E+01 -3.849960E+01 + vertex -5.535107E+01 6.7452935E+01 -3.396957E+01 + endloop + endfacet + facet normal 0.00857416784 -0.9624082883 0.2714714906 + outer loop + vertex -6.254836E+01 6.6963629E+01 -4.019288E+01 + vertex -5.835949E+01 6.6584809E+01 -4.166816E+01 + vertex -5.861062E+01 6.7898934E+01 -3.700145E+01 + endloop + endfacet + facet normal -0.1783681259 -0.9828318365 0.04718466756 + outer loop + vertex -5.861062E+01 6.7898934E+01 -3.700145E+01 + vertex -5.535107E+01 6.7452935E+01 -3.396957E+01 + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + endloop + endfacet + facet normal 0.05123754227 -0.9472888813 0.31625699941 + outer loop + vertex -6.646862E+01 6.7495182E+01 -3.796558E+01 + vertex -6.254836E+01 6.6963629E+01 -4.019288E+01 + vertex -6.263679E+01 6.8359985E+01 -3.599603E+01 + endloop + endfacet + facet normal -0.0299704747 -0.9486218894 0.31498933572 + outer loop + vertex -6.263679E+01 6.8359985E+01 -3.599603E+01 + vertex -6.254836E+01 6.6963629E+01 -4.019288E+01 + vertex -5.861062E+01 6.7898934E+01 -3.700145E+01 + endloop + endfacet + facet normal -0.0931282476 -0.9922643211 0.0820892598 + outer loop + vertex -6.263679E+01 6.8359985E+01 -3.599603E+01 + vertex -5.861062E+01 6.7898934E+01 -3.700145E+01 + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + endloop + endfacet + facet normal -0.2656347373 -0.9471990708 -0.179588715 + outer loop + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + vertex -5.535107E+01 6.7452935E+01 -3.396957E+01 + vertex -5.708537E+01 6.7021928E+01 -2.913108E+01 + endloop + endfacet + facet normal -0.3110375673 -0.9434457135 -0.114742396 + outer loop + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + vertex -5.708537E+01 6.7021928E+01 -2.913108E+01 + vertex -6.183740E+01 6.8254658E+01 -2.638539E+01 + endloop + endfacet + facet normal -0.416626818 -0.8418440092 -0.3431045884 + outer loop + vertex -6.183740E+01 6.8254658E+01 -2.638539E+01 + vertex -5.708537E+01 6.7021928E+01 -2.913108E+01 + vertex -5.816045E+01 6.5663149E+01 -2.449172E+01 + endloop + endfacet + facet normal -0.4751494631 -0.8473752424 -0.237040474 + outer loop + vertex -6.183740E+01 6.8254658E+01 -2.638539E+01 + vertex -5.816045E+01 6.5663149E+01 -2.449172E+01 + vertex -6.289779E+01 6.7422726E+01 -2.128583E+01 + endloop + endfacet + facet normal 0.0658208623 -0.9514645844 0.30063725438 + outer loop + vertex -6.978433E+01 6.8063874E+01 -3.543984E+01 + vertex -6.646862E+01 6.7495182E+01 -3.796558E+01 + vertex -6.566800E+01 6.9065368E+01 -3.317150E+01 + endloop + endfacet + facet normal 0.05968603023 -0.9515373666 0.3016856272 + outer loop + vertex -6.566800E+01 6.9065368E+01 -3.317150E+01 + vertex -6.646862E+01 6.7495182E+01 -3.796558E+01 + vertex -6.263679E+01 6.8359985E+01 -3.599603E+01 + endloop + endfacet + facet normal -0.1352012245 -0.9856510898 0.10105720216 + outer loop + vertex -6.566800E+01 6.9065368E+01 -3.317150E+01 + vertex -6.263679E+01 6.8359985E+01 -3.599603E+01 + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + endloop + endfacet + facet normal -0.1369661418 -0.9847187701 0.10756030761 + outer loop + vertex -6.566800E+01 6.9065368E+01 -3.317150E+01 + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + vertex -6.564072E+01 6.9570518E+01 -2.851210E+01 + endloop + endfacet + facet normal -0.271173488 -0.9565751345 -0.106906274 + outer loop + vertex -6.564072E+01 6.9570518E+01 -2.851210E+01 + vertex -6.069348E+01 6.8529315E+01 -3.174459E+01 + vertex -6.183740E+01 6.8254658E+01 -2.638539E+01 + endloop + endfacet + facet normal -0.3095458649 -0.9502629021 -0.0343769458 + outer loop + vertex -6.564072E+01 6.9570518E+01 -2.851210E+01 + vertex -6.183740E+01 6.8254658E+01 -2.638539E+01 + vertex -6.682657E+01 6.9771243E+01 -2.338272E+01 + endloop + endfacet + facet normal 0.14566014854 -0.9376885278 0.31547320947 + outer loop + vertex -7.318472E+01 6.8270145E+01 -3.325671E+01 + vertex -6.978433E+01 6.8063874E+01 -3.543984E+01 + vertex -6.975804E+01 6.9604434E+01 -3.087293E+01 + endloop + endfacet + facet normal 0.05449473969 -0.9462276732 0.3188785251 + outer loop + vertex -6.975804E+01 6.9604434E+01 -3.087293E+01 + vertex -6.978433E+01 6.8063874E+01 -3.543984E+01 + vertex -6.566800E+01 6.9065368E+01 -3.317150E+01 + endloop + endfacet + facet normal -0.0700516837 -0.9916880202 0.10792419699 + outer loop + vertex -6.975804E+01 6.9604434E+01 -3.087293E+01 + vertex -6.566800E+01 6.9065368E+01 -3.317150E+01 + vertex -6.564072E+01 6.9570518E+01 -2.851210E+01 + endloop + endfacet + facet normal 0.12378855799 -0.9310667044 0.34320720411 + outer loop + vertex -7.469686E+01 6.9388456E+01 -2.967750E+01 + vertex -7.318472E+01 6.8270145E+01 -3.325671E+01 + vertex -6.975804E+01 6.9604434E+01 -3.087293E+01 + endloop + endfacet + facet normal -0.4065863892 -0.8844888697 -0.228838256 + outer loop + vertex -6.183740E+01 6.8254658E+01 -2.638539E+01 + vertex -6.289779E+01 6.7422726E+01 -2.128583E+01 + vertex -6.682657E+01 6.9771243E+01 -2.338272E+01 + endloop + endfacet + facet normal -0.4698308457 -0.8768664089 -0.1018050946 + outer loop + vertex -6.682657E+01 6.9771243E+01 -2.338272E+01 + vertex -6.289779E+01 6.7422726E+01 -2.128583E+01 + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + endloop + endfacet + facet normal -0.1040407904 -0.9803901548 0.1673638498 + outer loop + vertex -6.975804E+01 6.9604434E+01 -3.087293E+01 + vertex -6.564072E+01 6.9570518E+01 -2.851210E+01 + vertex -7.082125E+01 7.0464773E+01 -2.649415E+01 + endloop + endfacet + facet normal 0.09430012812 -0.9722865107 0.21393089305 + outer loop + vertex -7.469686E+01 6.9388456E+01 -2.967750E+01 + vertex -6.975804E+01 6.9604434E+01 -3.087293E+01 + vertex -7.082125E+01 7.0464773E+01 -2.649415E+01 + endloop + endfacet + facet normal 0.05129194329 -0.9633569814 0.2632726019 + outer loop + vertex -7.631990E+01 7.0364755E+01 -2.578886E+01 + vertex -7.469686E+01 6.9388456E+01 -2.967750E+01 + vertex -7.082125E+01 7.0464773E+01 -2.649415E+01 + endloop + endfacet + facet normal 1.1352797E-04 -0.9802091176 0.1979648272 + outer loop + vertex -7.812184E+01 7.1160669E+01 -2.184692E+01 + vertex -7.631990E+01 7.0364755E+01 -2.578886E+01 + vertex -7.210724E+01 7.1140797E+01 -2.194876E+01 + endloop + endfacet + facet normal 0.03815794717 -0.986772585 0.1575558202 + outer loop + vertex -7.210724E+01 7.1140797E+01 -2.194876E+01 + vertex -7.631990E+01 7.0364755E+01 -2.578886E+01 + vertex -7.082125E+01 7.0464773E+01 -2.649415E+01 + endloop + endfacet + facet normal -0.2688494392 -0.9604296438 -0.0727659152 + outer loop + vertex -7.210724E+01 7.1140797E+01 -2.194876E+01 + vertex -6.682657E+01 6.9771243E+01 -2.338272E+01 + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + endloop + endfacet + facet normal -0.3414917155 -0.9397680732 0.01481137435 + outer loop + vertex -7.210724E+01 7.1140797E+01 -2.194876E+01 + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + vertex -7.375825E+01 7.1807854E+01 -1.769051E+01 + endloop + endfacet + facet normal -0.0114379914 -0.9861339027 0.16555693359 + outer loop + vertex -7.992362E+01 7.1855237E+01 -1.783423E+01 + vertex -7.812184E+01 7.1160669E+01 -2.184692E+01 + vertex -7.375825E+01 7.1807854E+01 -1.769051E+01 + endloop + endfacet + facet normal -6.478234E-04 -0.9879897772 0.15451789722 + outer loop + vertex -7.375825E+01 7.1807854E+01 -1.769051E+01 + vertex -7.812184E+01 7.1160669E+01 -2.184692E+01 + vertex -7.210724E+01 7.1140797E+01 -2.194876E+01 + endloop + endfacet + facet normal -0.3412993246 -0.9397477216 0.01972284872 + outer loop + vertex -7.375825E+01 7.1807854E+01 -1.769051E+01 + vertex -6.768785E+01 6.9598396E+01 -1.791914E+01 + vertex -7.016595E+01 7.0598741E+01 -1.313798E+01 + endloop + endfacet + facet normal 0.01329570023 -0.9880351894 0.15365444658 + outer loop + vertex -8.163633E+01 7.2465199E+01 -1.376382E+01 + vertex -7.992362E+01 7.1855237E+01 -1.783423E+01 + vertex -7.571140E+01 7.2591461E+01 -1.346461E+01 + endloop + endfacet + facet normal -0.0116912374 -0.9841265114 0.17708281846 + outer loop + vertex -7.571140E+01 7.2591461E+01 -1.346461E+01 + vertex -7.992362E+01 7.1855237E+01 -1.783423E+01 + vertex -7.375825E+01 7.1807854E+01 -1.769051E+01 + endloop + endfacet + facet normal -0.339043324 -0.9406039513 0.01771528135 + outer loop + vertex -7.571140E+01 7.2591461E+01 -1.346461E+01 + vertex -7.375825E+01 7.1807854E+01 -1.769051E+01 + vertex -7.016595E+01 7.0598741E+01 -1.313798E+01 + endloop + endfacet + facet normal -0.3410481182 -0.9372840241 0.0720058278 + outer loop + vertex -7.571140E+01 7.2591461E+01 -1.346461E+01 + vertex -7.016595E+01 7.0598741E+01 -1.313798E+01 + vertex -7.177618E+01 7.1545328E+01 -8.443145E+00 + endloop + endfacet + facet normal 0.0487012188 -0.9881433087 0.14560560658 + outer loop + vertex -8.310605E+01 7.2977732E+01 -9.793962E+00 + vertex -8.163633E+01 7.2465199E+01 -1.376382E+01 + vertex -7.716930E+01 7.3345714E+01 -9.282364E+00 + endloop + endfacet + facet normal 0.0117917125 -0.9833293958 0.18145042004 + outer loop + vertex -7.716930E+01 7.3345714E+01 -9.282364E+00 + vertex -8.163633E+01 7.2465199E+01 -1.376382E+01 + vertex -7.571140E+01 7.2591461E+01 -1.346461E+01 + endloop + endfacet + facet normal -0.3241430038 -0.9442710362 0.05730203476 + outer loop + vertex -7.716930E+01 7.3345714E+01 -9.282364E+00 + vertex -7.571140E+01 7.2591461E+01 -1.346461E+01 + vertex -7.177618E+01 7.1545328E+01 -8.443145E+00 + endloop + endfacet + facet normal 0.1124455281 -0.9852963402 0.12863562935 + outer loop + vertex -8.454342E+01 7.3309066E+01 -5.999628E+00 + vertex -8.310605E+01 7.2977732E+01 -9.793962E+00 + vertex -7.855143E+01 7.4049499E+01 -5.566042E+00 + endloop + endfacet + facet normal 0.0432969698 -0.9785482301 0.201416816 + outer loop + vertex -7.855143E+01 7.4049499E+01 -5.566042E+00 + vertex -8.310605E+01 7.2977732E+01 -9.793962E+00 + vertex -7.716930E+01 7.3345714E+01 -9.282364E+00 + endloop + endfacet + facet normal -0.2731582054 -0.9586406687 0.07995413188 + outer loop + vertex -7.855143E+01 7.4049499E+01 -5.566042E+00 + vertex -7.716930E+01 7.3345714E+01 -9.282364E+00 + vertex -7.288110E+01 7.2574532E+01 -3.878392E+00 + endloop + endfacet + facet normal -0.332130145 -0.9341989279 0.13023797396 + outer loop + vertex -7.716930E+01 7.3345714E+01 -9.282364E+00 + vertex -7.177618E+01 7.1545328E+01 -8.443145E+00 + vertex -7.288110E+01 7.2574532E+01 -3.878392E+00 + endloop + endfacet + facet normal 0.17992273595 -0.9726422786 0.14695171627 + outer loop + vertex -8.508665E+01 7.3845193E+01 -1.786001E+00 + vertex -8.454342E+01 7.3309066E+01 -5.999628E+00 + vertex -8.044916E+01 7.4570121E+01 -2.665836E+00 + endloop + endfacet + facet normal 0.10192944016 -0.9654070996 0.23999900254 + outer loop + vertex -8.044916E+01 7.4570121E+01 -2.665836E+00 + vertex -8.454342E+01 7.3309066E+01 -5.999628E+00 + vertex -7.855143E+01 7.4049499E+01 -5.566042E+00 + endloop + endfacet + facet normal -0.1364234819 -0.9867463613 0.08786496515 + outer loop + vertex -8.044916E+01 7.4570121E+01 -2.665836E+00 + vertex -7.855143E+01 7.4049499E+01 -5.566042E+00 + vertex -7.474610E+01 7.3989188E+01 -3.350047E-01 + endloop + endfacet + facet normal 0.15385921711 -0.9778247903 0.1420775167 + outer loop + vertex -8.497923E+01 7.4435330E+01 2.1591929E+00 + vertex -8.508665E+01 7.3845193E+01 -1.786001E+00 + vertex -7.937025E+01 7.5163743E+01 1.0982759E+00 + endloop + endfacet + facet normal 0.17298252482 -0.979326673 0.10486330968 + outer loop + vertex -7.937025E+01 7.5163743E+01 1.0982759E+00 + vertex -8.508665E+01 7.3845193E+01 -1.786001E+00 + vertex -8.044916E+01 7.4570121E+01 -2.665836E+00 + endloop + endfacet + facet normal -0.1812485978 -0.962113545 0.20368228297 + outer loop + vertex -7.937025E+01 7.5163743E+01 1.0982759E+00 + vertex -8.044916E+01 7.4570121E+01 -2.665836E+00 + vertex -7.474610E+01 7.3989188E+01 -3.350047E-01 + endloop + endfacet + facet normal -0.1974984388 -0.9678218057 0.15593370084 + outer loop + vertex -7.937025E+01 7.5163743E+01 1.0982759E+00 + vertex -7.474610E+01 7.3989188E+01 -3.350047E-01 + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + endloop + endfacet + facet normal 0.18080031172 -0.9745978636 0.13217507917 + outer loop + vertex -8.433764E+01 7.5115086E+01 6.2937803E+00 + vertex -8.497923E+01 7.4435330E+01 2.1591929E+00 + vertex -7.980224E+01 7.5701661E+01 4.4150062E+00 + endloop + endfacet + facet normal 0.1598096222 -0.9709154928 0.17828065089 + outer loop + vertex -7.980224E+01 7.5701661E+01 4.4150062E+00 + vertex -8.497923E+01 7.4435330E+01 2.1591929E+00 + vertex -7.937025E+01 7.5163743E+01 1.0982759E+00 + endloop + endfacet + facet normal -0.1847906456 -0.9736220885 0.13383738661 + outer loop + vertex -7.980224E+01 7.5701661E+01 4.4150062E+00 + vertex -7.937025E+01 7.5163743E+01 1.0982759E+00 + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + endloop + endfacet + facet normal 0.14025917419 -0.980682704 0.13634074247 + outer loop + vertex -8.323601E+01 7.5803005E+01 1.0108603E+01 + vertex -8.433764E+01 7.5115086E+01 6.2937803E+00 + vertex -7.792044E+01 7.6267873E+01 7.9840083E+00 + endloop + endfacet + facet normal 0.1576504046 -0.9847848742 0.07311020033 + outer loop + vertex -7.792044E+01 7.6267873E+01 7.9840083E+00 + vertex -8.433764E+01 7.5115086E+01 6.2937803E+00 + vertex -7.980224E+01 7.5701661E+01 4.4150062E+00 + endloop + endfacet + facet normal -0.1849940504 -0.950831863 0.24838673386 + outer loop + vertex -7.792044E+01 7.6267873E+01 7.9840083E+00 + vertex -7.980224E+01 7.5701661E+01 4.4150062E+00 + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + endloop + endfacet + facet normal -0.208944967 -0.9533993609 0.21765031457 + outer loop + vertex -7.792044E+01 7.6267873E+01 7.9840083E+00 + vertex -7.346719E+01 7.4532800E+01 4.6588066E+00 + vertex -7.205797E+01 7.5354055E+01 9.6090991E+00 + endloop + endfacet + facet normal 0.18928989525 -0.9810839599 0.04054132736 + outer loop + vertex -8.329526E+01 7.5942589E+01 1.3763146E+01 + vertex -8.323601E+01 7.5803005E+01 1.0108603E+01 + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + endloop + endfacet + facet normal 0.14571029015 -0.9777959664 0.15061062161 + outer loop + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + vertex -8.323601E+01 7.5803005E+01 1.0108603E+01 + vertex -7.792044E+01 7.6267873E+01 7.9840083E+00 + endloop + endfacet + facet normal -0.202034357 -0.9610871522 0.18839746408 + outer loop + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + vertex -7.792044E+01 7.6267873E+01 7.9840083E+00 + vertex -7.205797E+01 7.5354055E+01 9.6090991E+00 + endloop + endfacet + facet normal 0.20574048617 -0.9714532618 0.11810763075 + outer loop + vertex -8.129092E+01 7.6745020E+01 1.6871753E+01 + vertex -8.329526E+01 7.5942589E+01 1.3763146E+01 + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + endloop + endfacet + facet normal 0.18612245665 -0.9773444292 0.10077845879 + outer loop + vertex -8.129092E+01 7.6745020E+01 1.6871753E+01 + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + vertex -7.583893E+01 7.7761526E+01 1.6660775E+01 + endloop + endfacet + facet normal -0.1390672597 -0.9660103607 0.2179088808 + outer loop + vertex -7.583893E+01 7.7761526E+01 1.6660775E+01 + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + vertex -7.104541E+01 7.6476086E+01 1.4021474E+01 + endloop + endfacet + facet normal 0.18497027137 -0.9813941802 0.05149234682 + outer loop + vertex -7.985566E+01 7.7219652E+01 2.0762035E+01 + vertex -8.129092E+01 7.6745020E+01 1.6871753E+01 + vertex -7.583893E+01 7.7761526E+01 1.6660775E+01 + endloop + endfacet + facet normal -0.0917746001 -0.9506663591 0.29632903408 + outer loop + vertex -7.583893E+01 7.7761526E+01 1.6660775E+01 + vertex -7.104541E+01 7.6476086E+01 1.4021474E+01 + vertex -7.030402E+01 7.7817338E+01 1.8554017E+01 + endloop + endfacet + facet normal -0.3479003046 -0.8819889468 0.31790073255 + outer loop + vertex -7.030402E+01 7.7817338E+01 1.8554017E+01 + vertex -7.104541E+01 7.6476086E+01 1.4021474E+01 + vertex -6.544674E+01 7.5205103E+01 1.6622243E+01 + endloop + endfacet + facet normal -0.2696353363 -0.8441001066 0.46345635776 + outer loop + vertex -7.030402E+01 7.7817338E+01 1.8554017E+01 + vertex -6.544674E+01 7.5205103E+01 1.6622243E+01 + vertex -6.586493E+01 7.7892951E+01 2.1274359E+01 + endloop + endfacet + facet normal -0.1153105606 -0.9697561347 0.21511976623 + outer loop + vertex -7.030402E+01 7.7817338E+01 1.8554017E+01 + vertex -6.586493E+01 7.7892951E+01 2.1274359E+01 + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + endloop + endfacet + facet normal -0.0536215127 -0.9371289723 0.34483912582 + outer loop + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + vertex -6.586493E+01 7.7892951E+01 2.1274359E+01 + vertex -6.688695E+01 7.9617054E+01 2.5800831E+01 + endloop + endfacet + facet normal 0.07215272892 -0.9932603263 0.09070781639 + outer loop + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + vertex -6.688695E+01 7.9617054E+01 2.5800831E+01 + vertex -7.106563E+01 7.9571603E+01 2.8627033E+01 + endloop + endfacet + facet normal 0.25887782034 -0.9632051206 0.0722369003 + outer loop + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + vertex -7.106563E+01 7.9571603E+01 2.8627033E+01 + vertex -7.549556E+01 7.8327987E+01 2.7920375E+01 + endloop + endfacet + facet normal 0.19728734016 -0.9802797591 0.01137098253 + outer loop + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + vertex -7.549556E+01 7.8327987E+01 2.7920375E+01 + vertex -7.754999E+01 7.7875427E+01 2.4550358E+01 + endloop + endfacet + facet normal -0.0075331773 -0.9706803077 0.24025609546 + outer loop + vertex -7.030402E+01 7.7817338E+01 1.8554017E+01 + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + vertex -7.496618E+01 7.8390705E+01 2.0724347E+01 + endloop + endfacet + facet normal 0.19567898463 -0.9806680017 7.3548781E-05 + outer loop + vertex -7.496618E+01 7.8390705E+01 2.0724347E+01 + vertex -7.148040E+01 7.9086465E+01 2.3644644E+01 + vertex -7.754999E+01 7.7875427E+01 2.4550358E+01 + endloop + endfacet + facet normal -0.0456145614 -0.9856681698 0.16241173261 + outer loop + vertex -7.583893E+01 7.7761526E+01 1.6660775E+01 + vertex -7.030402E+01 7.7817338E+01 1.8554017E+01 + vertex -7.496618E+01 7.8390705E+01 2.0724347E+01 + endloop + endfacet + facet normal 0.2330289699 -0.9721100336 0.02644960875 + outer loop + vertex -7.754999E+01 7.7875427E+01 2.4550358E+01 + vertex -7.985566E+01 7.7219652E+01 2.0762035E+01 + vertex -7.496618E+01 7.8390705E+01 2.0724347E+01 + endloop + endfacet + facet normal 0.23248122915 -0.9674603075 0.09986506627 + outer loop + vertex -7.496618E+01 7.8390705E+01 2.0724347E+01 + vertex -7.985566E+01 7.7219652E+01 2.0762035E+01 + vertex -7.583893E+01 7.7761526E+01 1.6660775E+01 + endloop + endfacet + facet normal -0.5445631153 -0.7887622544 -0.2851405258 + outer loop + vertex 3.5546195E+00 9.0909816E+01 1.7362129E+01 + vertex 8.1572369E+00 8.7606858E+01 1.7708740E+01 + vertex 5.8709515E+00 8.7916553E+01 2.1218417E+01 + endloop + endfacet + facet normal -0.7259406808 -0.5405737018 -0.4251943095 + outer loop + vertex 9.5302417E+00 8.2752505E+01 2.1536203E+01 + vertex 5.8709515E+00 8.7916553E+01 2.1218417E+01 + vertex 8.1572369E+00 8.7606858E+01 1.7708740E+01 + endloop + endfacet + facet normal -0.1982310354 -0.8735443434 0.44455003851 + outer loop + vertex -6.425850E+01 3.6542714E+01 1.9731652E+01 + vertex -6.034083E+01 3.7728740E+01 2.3809145E+01 + vertex -6.492252E+01 3.8897489E+01 2.4062709E+01 + endloop + endfacet + facet normal -0.2025697177 -0.8850383892 0.41913310419 + outer loop + vertex -6.165004E+01 4.0293862E+01 2.8592888E+01 + vertex -6.492252E+01 3.8897489E+01 2.4062709E+01 + vertex -6.034083E+01 3.7728740E+01 2.3809145E+01 + endloop + endfacet + facet normal -0.4756180886 -0.8202645077 0.31773191717 + outer loop + vertex -6.637204E+01 7.3123034E+01 1.2360795E+01 + vertex -7.104541E+01 7.6476086E+01 1.4021474E+01 + vertex -7.205797E+01 7.5354055E+01 9.6090991E+00 + endloop + endfacet + facet normal -0.152667636 -0.9488617586 0.27632219601 + outer loop + vertex -7.740652E+01 7.7021616E+01 1.2380263E+01 + vertex -7.205797E+01 7.5354055E+01 9.6090991E+00 + vertex -7.104541E+01 7.6476086E+01 1.4021474E+01 + endloop + endfacet + facet normal 0.47846088649 -0.7770540872 0.40897692567 + outer loop + vertex -2.119611E+01 4.6360334E+01 2.5113544E+01 + vertex -1.989089E+01 4.4444706E+01 1.9946882E+01 + vertex -1.677027E+01 4.8264247E+01 2.3553189E+01 + endloop + endfacet + facet normal 0.43882920616 -0.8695026378 0.22670264825 + outer loop + vertex -1.228979E+01 4.9958116E+01 2.1377021E+01 + vertex -1.677027E+01 4.8264247E+01 2.3553189E+01 + vertex -1.590231E+01 4.7538971E+01 1.9091320E+01 + endloop + endfacet + facet normal 0.14562050602 -0.9770406433 -0.1555192903 + outer loop + vertex -4.102202E+00 5.1419149E+01 2.1661020E+01 + vertex -8.424896E+00 5.1222714E+01 1.8847559E+01 + vertex -3.845574E+00 5.2210282E+01 1.6931071E+01 + endloop + endfacet + facet normal 0.20763977404 -0.9781733608 -0.0079120376 + outer loop + vertex -8.639426E+00 5.1219033E+01 1.3672660E+01 + vertex -3.845574E+00 5.2210282E+01 1.6931071E+01 + vertex -8.424896E+00 5.1222714E+01 1.8847559E+01 + endloop + endfacet + facet normal -0.3215957446 -0.8481612535 -0.420949718 + outer loop + vertex -4.839599E+01 6.3832087E+01 -2.997411E+01 + vertex -5.331089E+01 6.4306884E+01 -2.717589E+01 + vertex -5.244035E+01 6.5971609E+01 -3.119518E+01 + endloop + endfacet + facet normal -0.3745040116 -0.8251740918 -0.42288824 + outer loop + vertex -5.708537E+01 6.7021928E+01 -2.913108E+01 + vertex -5.244035E+01 6.5971609E+01 -3.119518E+01 + vertex -5.331089E+01 6.4306884E+01 -2.717589E+01 + endloop + endfacet + facet normal -0.1704200608 -0.9853711478 -8.389789E-04 + outer loop + vertex -6.564072E+01 6.9570518E+01 -2.851210E+01 + vertex -6.682657E+01 6.9771243E+01 -2.338272E+01 + vertex -7.082125E+01 7.0464773E+01 -2.649415E+01 + endloop + endfacet + facet normal -0.2300606968 -0.9699506728 0.07916923767 + outer loop + vertex -7.210724E+01 7.1140797E+01 -2.194876E+01 + vertex -7.082125E+01 7.0464773E+01 -2.649415E+01 + vertex -6.682657E+01 6.9771243E+01 -2.338272E+01 + endloop + endfacet + facet normal -0.3043502626 -0.9289675142 0.21068999768 + outer loop + vertex -7.855143E+01 7.4049499E+01 -5.566042E+00 + vertex -7.288110E+01 7.2574532E+01 -3.878392E+00 + vertex -7.474610E+01 7.3989188E+01 -3.350047E-01 + endloop + endfacet + facet normal -0.4982720179 -0.8631032598 0.08232714628 + outer loop + vertex -6.939327E+01 7.1129084E+01 2.0773286E+00 + vertex -7.474610E+01 7.3989188E+01 -3.350047E-01 + vertex -7.288110E+01 7.2574532E+01 -3.878392E+00 + endloop + endfacet + facet normal 0.28711778943 -0.9571606467 -0.0375082832 + outer loop + vertex -3.311664E+00 5.2865635E+01 1.2436467E+01 + vertex -8.639426E+00 5.1219033E+01 1.3672660E+01 + vertex -8.208661E+00 5.1534369E+01 8.9231188E+00 + endloop + endfacet + facet normal 0.61434225141 -0.7890326322 0.00333218983 + outer loop + vertex -1.306591E+01 4.7759786E+01 1.0646903E+01 + vertex -8.208661E+00 5.1534369E+01 8.9231188E+00 + vertex -8.639426E+00 5.1219033E+01 1.3672660E+01 + endloop + endfacet + facet normal 0.48710326205 -0.8027125614 -0.344068243 + outer loop + vertex -5.644559E+00 1.4789502E+01 -4.271401E+00 + vertex -1.086275E+01 1.1438960E+01 -3.842047E+00 + vertex -9.900415E+00 1.3429368E+01 -7.123289E+00 + endloop + endfacet + facet normal 0.65504591458 -0.7157632167 -0.2420699639 + outer loop + vertex -1.364702E+01 1.0363705E+01 -8.196994E+00 + vertex -9.900415E+00 1.3429368E+01 -7.123289E+00 + vertex -1.086275E+01 1.1438960E+01 -3.842047E+00 + endloop + endfacet + facet normal 0.41916035552 -0.7257569587 0.54551025041 + outer loop + vertex -3.065160E+01 8.4627932E+01 3.0701042E+01 + vertex -3.214162E+01 8.1024529E+01 2.7051915E+01 + vertex -2.788027E+01 8.3021581E+01 2.6434484E+01 + endloop + endfacet + facet normal 0.5695851356 -0.5030258028 0.65002908783 + outer loop + vertex -2.460237E+01 8.2373294E+01 2.3060560E+01 + vertex -2.788027E+01 8.3021581E+01 2.6434484E+01 + vertex -2.851094E+01 7.8264617E+01 2.3305925E+01 + endloop + endfacet + facet normal 0.13383235258 -0.961131469 -0.2414854048 + outer loop + vertex -8.949177E+00 5.9070576E+01 -2.341050E+01 + vertex -1.009873E+01 5.7539804E+01 -1.795499E+01 + vertex -1.430514E+01 5.7713865E+01 -2.097898E+01 + endloop + endfacet + facet normal 0.31735379789 -0.8129639094 -0.4882379021 + outer loop + vertex -1.510034E+01 5.4254831E+01 -1.573622E+01 + vertex -1.430514E+01 5.7713865E+01 -2.097898E+01 + vertex -1.009873E+01 5.7539804E+01 -1.795499E+01 + endloop + endfacet + facet normal 0.79984100598 -0.4008208344 -0.4467628273 + outer loop + vertex -1.579896E+01 1.1210991E+01 -1.280977E+01 + vertex -1.364702E+01 1.0363705E+01 -8.196994E+00 + vertex -1.655463E+01 7.0225607E+00 -1.040493E+01 + endloop + endfacet + facet normal 0.80898051953 -0.4768286884 -0.3437803382 + outer loop + vertex -1.447606E+01 6.6598833E+00 -5.010607E+00 + vertex -1.655463E+01 7.0225607E+00 -1.040493E+01 + vertex -1.364702E+01 1.0363705E+01 -8.196994E+00 + endloop + endfacet + facet normal 0.97573303051 0.1694931431 0.13862585476 + outer loop + vertex -1.411356E+01 7.4906560E+01 -3.709127E-04 + vertex -1.499841E+01 8.0000217E+01 -6.878976E-05 + vertex -1.546701E+01 7.8769551E+01 4.8028659E+00 + endloop + endfacet + facet normal -0.9837244229 0.1783616712 -0.0217571622 + outer loop + vertex 1.4799017E+01 7.9458027E+01 4.6778042E+00 + vertex 1.5000771E+01 8.0000153E+01 -4.200713E-09 + vertex 1.4046551E+01 7.4737307E+01 -6.347181E-06 + endloop + endfacet + facet normal -0.98289663 0.18375777913 -0.0121364475 + outer loop + vertex 1.3988095E+01 -5.416525E+00 -7.712367E-06 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + vertex 1.4432323E+01 -3.268118E+00 -3.447789E+00 + endloop + endfacet + facet normal -0.9921022072 0.11106635881 0.05828785882 + outer loop + vertex 1.4432323E+01 -3.268118E+00 -3.447789E+00 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + vertex 1.4773485E+01 5.7567939E-01 -4.965230E+00 + endloop + endfacet + facet normal 0.98613885669 0.15610823005 -0.0562172201 + outer loop + vertex -1.546703E+01 1.2308852E+00 -4.803006E+00 + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + vertex -1.472005E+01 -3.248147E+00 -4.137361E+00 + endloop + endfacet + facet normal 0.98240525085 0.17319421435 -0.0698833829 + outer loop + vertex -1.472005E+01 -3.248147E+00 -4.137361E+00 + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + vertex -1.408814E+01 -5.163223E+00 -3.965313E-04 + endloop + endfacet + facet normal -0.9786369404 0.14456991232 0.14618234931 + outer loop + vertex 1.4432323E+01 -3.268118E+00 -3.447789E+00 + vertex 1.4773485E+01 5.7567939E-01 -4.965230E+00 + vertex 1.3727451E+01 -3.602261E+00 -7.836187E+00 + endloop + endfacet + facet normal -0.9784128196 0.14140141093 0.1507116301 + outer loop + vertex 1.3727451E+01 -3.602261E+00 -7.836187E+00 + vertex 1.4773485E+01 5.7567939E-01 -4.965230E+00 + vertex 1.4098081E+01 1.1511909E+00 -9.889885E+00 + endloop + endfacet + facet normal -0.8566391854 0.51362910985 0.04852260797 + outer loop + vertex 1.1370608E+01 -9.782019E+00 6.1258170E-05 + vertex 1.3988095E+01 -5.416525E+00 -7.712367E-06 + vertex 1.2579325E+01 -7.353329E+00 -4.369267E+00 + endloop + endfacet + facet normal -0.9139162924 0.38674248631 0.12323660051 + outer loop + vertex 1.2579325E+01 -7.353329E+00 -4.369267E+00 + vertex 1.3988095E+01 -5.416525E+00 -7.712367E-06 + vertex 1.4432323E+01 -3.268118E+00 -3.447789E+00 + endloop + endfacet + facet normal -0.6447144693 0.75919857317 0.08922320058 + outer loop + vertex 7.8103629E+00 -1.280539E+01 7.2319062E-05 + vertex 1.1370608E+01 -9.782019E+00 6.1258170E-05 + vertex 9.4450524E+00 -1.086616E+01 -4.688796E+00 + endloop + endfacet + facet normal -0.7440880819 0.64977255032 0.1553337026 + outer loop + vertex 9.4450524E+00 -1.086616E+01 -4.688796E+00 + vertex 1.1370608E+01 -9.782019E+00 6.1258170E-05 + vertex 1.2579325E+01 -7.353329E+00 -4.369267E+00 + endloop + endfacet + facet normal -0.355742363 0.92991992677 0.0932539594 + outer loop + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + vertex 7.8103629E+00 -1.280539E+01 7.2319062E-05 + vertex 5.1948921E+00 -1.335610E+01 -4.485713E+00 + endloop + endfacet + facet normal -0.4906303501 0.85226957101 0.18143439 + outer loop + vertex 5.1948921E+00 -1.335610E+01 -4.485713E+00 + vertex 7.8103629E+00 -1.280539E+01 7.2319062E-05 + vertex 9.4450524E+00 -1.086616E+01 -4.688796E+00 + endloop + endfacet + facet normal -0.0055517108 0.99456372076 0.10398165151 + outer loop + vertex -2.553372E+00 -1.477975E+01 2.1571448E-04 + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + vertex 1.5397020E-01 -1.431787E+01 -4.273011E+00 + endloop + endfacet + facet normal -0.1752396461 0.96337403002 0.20298163636 + outer loop + vertex 1.5397020E-01 -1.431787E+01 -4.273011E+00 + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + vertex 5.1948921E+00 -1.335610E+01 -4.485713E+00 + endloop + endfacet + facet normal 0.95740137564 0.154367846 -0.2440351902 + outer loop + vertex -1.684451E+01 2.4617024E+00 -9.428566E+00 + vertex -1.546703E+01 1.2308852E+00 -4.803006E+00 + vertex -1.594506E+01 -1.908905E+00 -8.664500E+00 + endloop + endfacet + facet normal 0.96624676459 0.12791251144 -0.2236192732 + outer loop + vertex -1.594506E+01 -1.908905E+00 -8.664500E+00 + vertex -1.546703E+01 1.2308852E+00 -4.803006E+00 + vertex -1.472005E+01 -3.248147E+00 -4.137361E+00 + endloop + endfacet + facet normal -0.9607708001 0.1696906056 0.21937312503 + outer loop + vertex 1.3727451E+01 -3.602261E+00 -7.836187E+00 + vertex 1.4098081E+01 1.1511909E+00 -9.889885E+00 + vertex 1.2693441E+01 -3.506868E+00 -1.243855E+01 + endloop + endfacet + facet normal -0.9580483597 0.15810030056 0.23905571622 + outer loop + vertex 1.2693441E+01 -3.506868E+00 -1.243855E+01 + vertex 1.4098081E+01 1.1511909E+00 -9.889885E+00 + vertex 1.2984298E+01 1.7266613E+00 -1.473411E+01 + endloop + endfacet + facet normal -0.9421569381 0.17716099737 0.28452466509 + outer loop + vertex 1.2693441E+01 -3.506868E+00 -1.243855E+01 + vertex 1.2984298E+01 1.7266613E+00 -1.473411E+01 + vertex 1.1428604E+01 -2.856484E+00 -1.703181E+01 + endloop + endfacet + facet normal -0.9334701307 0.15461382923 0.32361717953 + outer loop + vertex 1.1428604E+01 -2.856484E+00 -1.703181E+01 + vertex 1.2984298E+01 1.7266613E+00 -1.473411E+01 + vertex 1.1441461E+01 2.3022261E+00 -1.945939E+01 + endloop + endfacet + facet normal 0.33906921923 0.93600504144 0.09448082859 + outer loop + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + vertex -2.553372E+00 -1.477975E+01 2.1571448E-04 + vertex -4.851806E+00 -1.352817E+01 -4.150446E+00 + endloop + endfacet + facet normal 0.15742422464 0.96619465734 0.20417026626 + outer loop + vertex -4.851806E+00 -1.352817E+01 -4.150446E+00 + vertex -2.553372E+00 -1.477975E+01 2.1571448E-04 + vertex 1.5397020E-01 -1.431787E+01 -4.273011E+00 + endloop + endfacet + facet normal -0.9173730826 0.17134607958 0.35925916609 + outer loop + vertex 1.1428604E+01 -2.856484E+00 -1.703181E+01 + vertex 1.1441461E+01 2.3022261E+00 -1.945939E+01 + vertex 9.7372972E+00 -1.828809E+00 -2.184073E+01 + endloop + endfacet + facet normal -0.9033970895 0.13879821166 0.40572004529 + outer loop + vertex 9.7372972E+00 -1.828809E+00 -2.184073E+01 + vertex 1.1441461E+01 2.3022261E+00 -1.945939E+01 + vertex 9.4790431E+00 2.8778762E+00 -2.402595E+01 + endloop + endfacet + facet normal 0.64269094992 0.76331023116 0.06561885315 + outer loop + vertex -1.147702E+01 -9.650491E+00 6.9667353E-04 + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + vertex -9.245718E+00 -1.117775E+01 -4.087519E+00 + endloop + endfacet + facet normal 0.4655783076 0.86539992966 0.18525604234 + outer loop + vertex -9.245718E+00 -1.117775E+01 -4.087519E+00 + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + vertex -4.851806E+00 -1.352817E+01 -4.150446E+00 + endloop + endfacet + facet normal 0.86428775671 0.5029272143 0.00841966276 + outer loop + vertex -1.408814E+01 -5.163223E+00 -3.965313E-04 + vertex -1.147702E+01 -9.650491E+00 6.9667353E-04 + vertex -1.262248E+01 -7.614102E+00 -4.055080E+00 + endloop + endfacet + facet normal 0.71951979023 0.6805257099 0.13847754197 + outer loop + vertex -1.262248E+01 -7.614102E+00 -4.055080E+00 + vertex -1.147702E+01 -9.650491E+00 6.9667353E-04 + vertex -9.245718E+00 -1.117775E+01 -4.087519E+00 + endloop + endfacet + facet normal 0.89910339631 0.43315280223 0.06318016042 + outer loop + vertex -1.472005E+01 -3.248147E+00 -4.137361E+00 + vertex -1.408814E+01 -5.163223E+00 -3.965313E-04 + vertex -1.262248E+01 -7.614102E+00 -4.055080E+00 + endloop + endfacet + facet normal -0.8766456102 0.16220355507 0.45297072848 + outer loop + vertex 9.7372972E+00 -1.828809E+00 -2.184073E+01 + vertex 9.4790431E+00 2.8778762E+00 -2.402595E+01 + vertex 7.5137955E+00 -1.155467E+00 -2.638504E+01 + endloop + endfacet + facet normal -0.8630486275 0.13598317024 0.48647265492 + outer loop + vertex 7.5137955E+00 -1.155467E+00 -2.638504E+01 + vertex 9.4790431E+00 2.8778762E+00 -2.402595E+01 + vertex 7.1077712E+00 3.4535144E+00 -2.839371E+01 + endloop + endfacet + facet normal -0.8302357503 0.15961752213 0.53407007554 + outer loop + vertex 7.5137955E+00 -1.155467E+00 -2.638504E+01 + vertex 7.1077712E+00 3.4535144E+00 -2.839371E+01 + vertex 4.9021186E+00 -5.415618E-01 -3.062849E+01 + endloop + endfacet + facet normal -0.8153309205 0.13521386776 0.56298552379 + outer loop + vertex 4.9021186E+00 -5.415618E-01 -3.062849E+01 + vertex 7.1077712E+00 3.4535144E+00 -2.839371E+01 + vertex 4.3481849E+00 4.0291379E+00 -3.252847E+01 + endloop + endfacet + facet normal -0.7781760768 0.1583294474 0.60776128504 + outer loop + vertex 4.9021186E+00 -5.415618E-01 -3.062849E+01 + vertex 4.3481849E+00 4.0291379E+00 -3.252847E+01 + vertex 1.9397735E+00 5.3272323E-02 -3.457643E+01 + endloop + endfacet + facet normal -0.7615350624 0.13475393253 0.63396035086 + outer loop + vertex 1.9397735E+00 5.3272323E-02 -3.457643E+01 + vertex 4.3481849E+00 4.0291379E+00 -3.252847E+01 + vertex 1.2286533E+00 4.6045456E+00 -3.639807E+01 + endloop + endfacet + facet normal -0.7205788614 0.15766322537 0.67520990206 + outer loop + vertex 1.9397735E+00 5.3272323E-02 -3.457643E+01 + vertex 1.2286533E+00 4.6045456E+00 -3.639807E+01 + vertex -1.360327E+00 6.4811916E-01 -3.823717E+01 + endloop + endfacet + facet normal -0.7019048609 0.13414062077 0.69952545354 + outer loop + vertex -1.360327E+00 6.4811916E-01 -3.823717E+01 + vertex 1.2286533E+00 4.6045456E+00 -3.639807E+01 + vertex -2.224733E+00 5.1799895E+00 -3.997355E+01 + endloop + endfacet + facet normal -0.6573823729 0.15699908125 0.73702083033 + outer loop + vertex -1.360327E+00 6.4811916E-01 -3.823717E+01 + vertex -2.224733E+00 5.1799895E+00 -3.997355E+01 + vertex -4.977106E+00 1.2574658E+00 -4.159294E+01 + endloop + endfacet + facet normal -0.6364650675 0.13293235755 0.75976391476 + outer loop + vertex -4.977106E+00 1.2574658E+00 -4.159294E+01 + vertex -2.224733E+00 5.1799895E+00 -3.997355E+01 + vertex -5.985044E+00 5.7555133E+00 -4.322431E+01 + endloop + endfacet + facet normal -0.5873259648 0.15639534284 0.79409615776 + outer loop + vertex -4.977106E+00 1.2574658E+00 -4.159294E+01 + vertex -5.985044E+00 5.7555133E+00 -4.322431E+01 + vertex -8.898704E+00 1.8497084E+00 -4.461006E+01 + endloop + endfacet + facet normal -0.5648447441 0.1323823484 0.81450925649 + outer loop + vertex -8.898704E+00 1.8497084E+00 -4.461006E+01 + vertex -5.985044E+00 5.7555133E+00 -4.322431E+01 + vertex -1.002483E+01 6.3310868E+00 -4.611936E+01 + endloop + endfacet + facet normal -0.511598158 0.1560123832 0.84494228268 + outer loop + vertex -8.898704E+00 1.8497084E+00 -4.461006E+01 + vertex -1.002483E+01 6.3310868E+00 -4.611936E+01 + vertex -1.306755E+01 2.4272106E+00 -4.724086E+01 + endloop + endfacet + facet normal -0.4880432525 0.13255341199 0.86269541361 + outer loop + vertex -1.306755E+01 2.4272106E+00 -4.724086E+01 + vertex -1.002483E+01 6.3310868E+00 -4.611936E+01 + vertex -1.431280E+01 6.9066970E+00 -4.863360E+01 + endloop + endfacet + facet normal -0.4335701314 0.15544323142 0.88761159467 + outer loop + vertex -1.306755E+01 2.4272106E+00 -4.724086E+01 + vertex -1.431280E+01 6.9066970E+00 -4.863360E+01 + vertex -1.744408E+01 3.0298009E+00 -4.948418E+01 + endloop + endfacet + facet normal -0.4084170858 0.13169780183 0.90324480239 + outer loop + vertex -1.744408E+01 3.0298009E+00 -4.948418E+01 + vertex -1.431280E+01 6.9066970E+00 -4.863360E+01 + vertex -1.880982E+01 7.4821630E+00 -5.075090E+01 + endloop + endfacet + facet normal -0.3519968175 0.15466315001 0.92313463293 + outer loop + vertex -1.744408E+01 3.0298009E+00 -4.948418E+01 + vertex -1.880982E+01 7.4821630E+00 -5.075090E+01 + vertex -2.199922E+01 3.6155155E+00 -5.131922E+01 + endloop + endfacet + facet normal -0.3260180826 0.13131438633 0.93619909299 + outer loop + vertex -2.199922E+01 3.6155155E+00 -5.131922E+01 + vertex -1.880982E+01 7.4821630E+00 -5.075090E+01 + vertex -2.347845E+01 8.0576118E+00 -5.245740E+01 + endloop + endfacet + facet normal -0.2674679372 0.15462446179 0.95107948058 + outer loop + vertex -2.199922E+01 3.6155155E+00 -5.131922E+01 + vertex -2.347845E+01 8.0576118E+00 -5.245740E+01 + vertex -2.670882E+01 4.1811861E+00 -5.273564E+01 + endloop + endfacet + facet normal -0.2407876337 0.13163488133 0.96160988633 + outer loop + vertex -2.670882E+01 4.1811861E+00 -5.273564E+01 + vertex -2.347845E+01 8.0576118E+00 -5.245740E+01 + vertex -2.828132E+01 8.6331568E+00 -5.373883E+01 + endloop + endfacet + facet normal -0.1810134271 0.15490982875 0.97120393542 + outer loop + vertex -2.670882E+01 4.1811861E+00 -5.273564E+01 + vertex -2.828132E+01 8.6331568E+00 -5.373883E+01 + vertex -3.152989E+01 4.7630916E+00 -5.372701E+01 + endloop + endfacet + facet normal -0.1528532108 0.1312972136 0.9794880998 + outer loop + vertex -3.152989E+01 4.7630916E+00 -5.372701E+01 + vertex -2.828132E+01 8.6331568E+00 -5.373883E+01 + vertex -3.317960E+01 9.2087337E+00 -5.458038E+01 + endloop + endfacet + facet normal -0.0911982394 0.15498465144 0.9836984492 + outer loop + vertex -3.152989E+01 4.7630916E+00 -5.372701E+01 + vertex -3.317960E+01 9.2087337E+00 -5.458038E+01 + vertex -3.640875E+01 5.3292075E+00 -5.426852E+01 + endloop + endfacet + facet normal -0.0625696207 0.13160768226 0.98932525518 + outer loop + vertex -3.640875E+01 5.3292075E+00 -5.426852E+01 + vertex -3.317960E+01 9.2087337E+00 -5.458038E+01 + vertex -3.813479E+01 9.7843666E+00 -5.497034E+01 + endloop + endfacet + facet normal -0.001345543 0.15510243996 0.98789747577 + outer loop + vertex -3.640875E+01 5.3292075E+00 -5.426852E+01 + vertex -3.813479E+01 9.7843666E+00 -5.497034E+01 + vertex -4.131324E+01 5.8928121E+00 -5.436369E+01 + endloop + endfacet + facet normal 0.02733389163 0.13213923597 0.99085421768 + outer loop + vertex -4.131324E+01 5.8928121E+00 -5.436369E+01 + vertex -3.813479E+01 9.7843666E+00 -5.497034E+01 + vertex -4.310501E+01 1.0359873E+01 -5.490998E+01 + endloop + endfacet + facet normal 0.0866492134 0.15510390258 0.98409079521 + outer loop + vertex -4.131324E+01 5.8928121E+00 -5.436369E+01 + vertex -4.310501E+01 1.0359873E+01 -5.490998E+01 + vertex -4.622258E+01 6.4853672E+00 -5.402482E+01 + endloop + endfacet + facet normal 0.11596090707 0.13161116876 0.98449559079 + outer loop + vertex -4.622258E+01 6.4853672E+00 -5.402482E+01 + vertex -4.310501E+01 1.0359873E+01 -5.490998E+01 + vertex -4.804996E+01 1.0935303E+01 -5.440446E+01 + endloop + endfacet + facet normal 0.17512467542 0.1548656625 0.97229006713 + outer loop + vertex -4.622258E+01 6.4853672E+00 -5.402482E+01 + vertex -4.804996E+01 1.0935303E+01 -5.440446E+01 + vertex -5.109175E+01 7.0554853E+00 -5.323861E+01 + endloop + endfacet + facet normal 0.20358678042 0.13190247976 0.97013100078 + outer loop + vertex -5.109175E+01 7.0554853E+00 -5.323861E+01 + vertex -4.804996E+01 1.0935303E+01 -5.440446E+01 + vertex -5.293015E+01 1.1510806E+01 -5.345857E+01 + endloop + endfacet + facet normal 0.26162901097 0.15498906976 0.9526429808 + outer loop + vertex -5.109175E+01 7.0554853E+00 -5.323861E+01 + vertex -5.293015E+01 1.1510806E+01 -5.345857E+01 + vertex -5.586372E+01 7.6364639E+00 -5.202258E+01 + endloop + endfacet + facet normal 0.29012488571 0.13165100784 0.9478900584 + outer loop + vertex -5.586372E+01 7.6364639E+00 -5.202258E+01 + vertex -5.293015E+01 1.1510806E+01 -5.345857E+01 + vertex -5.770446E+01 1.2086337E+01 -5.207721E+01 + endloop + endfacet + facet normal 0.34731181985 0.15502411603 0.92484702694 + outer loop + vertex -5.586372E+01 7.6364639E+00 -5.202258E+01 + vertex -5.770446E+01 1.2086337E+01 -5.207721E+01 + vertex -6.051116E+01 8.2192934E+00 -5.037500E+01 + endloop + endfacet + facet normal 0.37542921571 0.13137913056 0.91749246757 + outer loop + vertex -6.051116E+01 8.2192934E+00 -5.037500E+01 + vertex -5.770446E+01 1.2086337E+01 -5.207721E+01 + vertex -6.233299E+01 1.2661974E+01 -5.026569E+01 + endloop + endfacet + facet normal 0.43050887121 0.15466118868 0.88923676742 + outer loop + vertex -6.051116E+01 8.2192934E+00 -5.037500E+01 + vertex -6.233299E+01 1.2661974E+01 -5.026569E+01 + vertex -6.501589E+01 8.8201408E+00 -4.829862E+01 + endloop + endfacet + facet normal 0.45891465595 0.12957343324 0.87898126485 + outer loop + vertex -6.501589E+01 8.8201408E+00 -4.829862E+01 + vertex -6.233299E+01 1.2661974E+01 -5.026569E+01 + vertex -6.695309E+01 1.3260821E+01 -4.794182E+01 + endloop + endfacet + facet normal 0.89235064705 0.1583090676 -0.4226683828 + outer loop + vertex -1.908687E+01 3.6927710E+00 -1.370161E+01 + vertex -1.684451E+01 2.4617024E+00 -9.428566E+00 + vertex -1.798416E+01 -7.799946E-01 -1.304879E+01 + endloop + endfacet + facet normal 0.91165285522 0.1188406093 -0.3934030772 + outer loop + vertex -1.798416E+01 -7.799946E-01 -1.304879E+01 + vertex -1.684451E+01 2.4617024E+00 -9.428566E+00 + vertex -1.594506E+01 -1.908905E+00 -8.664500E+00 + endloop + endfacet + facet normal 0.50947340574 0.15423483456 0.84655092266 + outer loop + vertex -6.501589E+01 8.8201408E+00 -4.829862E+01 + vertex -6.695309E+01 1.3260821E+01 -4.794182E+01 + vertex -6.932910E+01 9.4356872E+00 -4.581497E+01 + endloop + endfacet + facet normal 0.54062794908 0.12661394124 0.83167922336 + outer loop + vertex -6.932910E+01 9.4356872E+00 -4.581497E+01 + vertex -6.695309E+01 1.3260821E+01 -4.794182E+01 + vertex -7.151741E+01 1.3885157E+01 -4.506986E+01 + endloop + endfacet + facet normal 0.79442599429 0.16670931766 -0.5840336831 + outer loop + vertex -2.211074E+01 4.9234807E+00 -1.746350E+01 + vertex -1.908687E+01 3.6927710E+00 -1.370161E+01 + vertex -2.080683E+01 1.6341795E-01 -1.704861E+01 + endloop + endfacet + facet normal 0.82426618555 0.12253281277 -0.5527847367 + outer loop + vertex -2.080683E+01 1.6341795E-01 -1.704861E+01 + vertex -1.908687E+01 3.6927710E+00 -1.370161E+01 + vertex -1.798416E+01 -7.799946E-01 -1.304879E+01 + endloop + endfacet + facet normal 0.66895797934 0.17640698218 -0.7220635696 + outer loop + vertex -2.579664E+01 6.1540904E+00 -2.057766E+01 + vertex -2.211074E+01 4.9234807E+00 -1.746350E+01 + vertex -2.425318E+01 1.0945848E+00 -2.038380E+01 + endloop + endfacet + facet normal 0.70758288755 0.13334142931 -0.6939355305 + outer loop + vertex -2.425318E+01 1.0945848E+00 -2.038380E+01 + vertex -2.211074E+01 4.9234807E+00 -1.746350E+01 + vertex -2.080683E+01 1.6341795E-01 -1.704861E+01 + endloop + endfacet + facet normal 0.51743987275 0.18305000264 -0.8359118821 + outer loop + vertex -3.001576E+01 7.3848361E+00 -2.291984E+01 + vertex -2.579664E+01 6.1540904E+00 -2.057766E+01 + vertex -2.828771E+01 2.1088611E+00 -2.300550E+01 + endloop + endfacet + facet normal 0.5641070579 0.14091418288 -0.8135886063 + outer loop + vertex -2.828771E+01 2.1088611E+00 -2.300550E+01 + vertex -2.579664E+01 6.1540904E+00 -2.057766E+01 + vertex -2.425318E+01 1.0945848E+00 -2.038380E+01 + endloop + endfacet + facet normal 0.34961256712 0.19097522638 -0.917223809 + outer loop + vertex -3.460586E+01 8.6156802E+00 -2.441315E+01 + vertex -3.001576E+01 7.3848361E+00 -2.291984E+01 + vertex -3.286750E+01 3.0767051E+00 -2.490382E+01 + endloop + endfacet + facet normal 0.40514117362 0.1473467287 -0.9023023722 + outer loop + vertex -3.286750E+01 3.0767051E+00 -2.490382E+01 + vertex -3.001576E+01 7.3848361E+00 -2.291984E+01 + vertex -2.828771E+01 2.1088611E+00 -2.300550E+01 + endloop + endfacet + facet normal 0.16605288076 0.189039818 -0.9678276644 + outer loop + vertex -3.939633E+01 9.8466225E+00 -2.499463E+01 + vertex -3.460586E+01 8.6156802E+00 -2.441315E+01 + vertex -3.757400E+01 4.3730408E+00 -2.575109E+01 + endloop + endfacet + facet normal 0.21578753319 0.15315049659 -0.9643550518 + outer loop + vertex -3.757400E+01 4.3730408E+00 -2.575109E+01 + vertex -3.460586E+01 8.6156802E+00 -2.441315E+01 + vertex -3.286750E+01 3.0767051E+00 -2.490382E+01 + endloop + endfacet + facet normal -0.0267767865 0.17639579805 -0.9839550427 + outer loop + vertex -4.420975E+01 1.1077259E+01 -2.464302E+01 + vertex -3.939633E+01 9.8466225E+00 -2.499463E+01 + vertex -4.264029E+01 6.0125278E+00 -2.559369E+01 + endloop + endfacet + facet normal 0.01514913556 0.14183228984 -0.989774775 + outer loop + vertex -4.264029E+01 6.0125278E+00 -2.559369E+01 + vertex -3.939633E+01 9.8466225E+00 -2.499463E+01 + vertex -3.757400E+01 4.3730408E+00 -2.575109E+01 + endloop + endfacet + facet normal -0.2148147782 0.17441793718 -0.9609542103 + outer loop + vertex -4.886642E+01 1.2307904E+01 -2.337868E+01 + vertex -4.420975E+01 1.1077259E+01 -2.464302E+01 + vertex -4.773790E+01 7.3176595E+00 -2.453671E+01 + endloop + endfacet + facet normal -0.1690164445 0.13098894364 -0.9768701747 + outer loop + vertex -4.773790E+01 7.3176595E+00 -2.453671E+01 + vertex -4.420975E+01 1.1077259E+01 -2.464302E+01 + vertex -4.264029E+01 6.0125278E+00 -2.559369E+01 + endloop + endfacet + facet normal -0.3932382219 0.18546084789 -0.9005376032 + outer loop + vertex -5.319091E+01 1.3538702E+01 -2.123683E+01 + vertex -4.886642E+01 1.2307904E+01 -2.337868E+01 + vertex -5.248428E+01 8.1814359E+00 -2.264870E+01 + endloop + endfacet + facet normal -0.3443675725 0.1376332895 -0.928691581 + outer loop + vertex -5.248428E+01 8.1814359E+00 -2.264870E+01 + vertex -4.886642E+01 1.2307904E+01 -2.337868E+01 + vertex -4.773790E+01 7.3176595E+00 -2.453671E+01 + endloop + endfacet + facet normal -0.5572746711 0.18786739831 -0.8087958838 + outer loop + vertex -5.702750E+01 1.4769560E+01 -1.830745E+01 + vertex -5.319091E+01 1.3538702E+01 -2.123683E+01 + vertex -5.643248E+01 9.3312453E+00 -1.998064E+01 + endloop + endfacet + facet normal -0.5225868284 0.15215508234 -0.8388991821 + outer loop + vertex -5.643248E+01 9.3312453E+00 -1.998064E+01 + vertex -5.319091E+01 1.3538702E+01 -2.123683E+01 + vertex -5.248428E+01 8.1814359E+00 -2.264870E+01 + endloop + endfacet + facet normal -0.7056857695 0.17800460721 -0.6858002293 + outer loop + vertex -6.022727E+01 1.6000452E+01 -1.469541E+01 + vertex -5.702750E+01 1.4769560E+01 -1.830745E+01 + vertex -5.983518E+01 1.0898753E+01 -1.642306E+01 + endloop + endfacet + facet normal -0.682045821 0.14585523645 -0.7166168768 + outer loop + vertex -5.983518E+01 1.0898753E+01 -1.642306E+01 + vertex -5.702750E+01 1.4769560E+01 -1.830745E+01 + vertex -5.643248E+01 9.3312453E+00 -1.998064E+01 + endloop + endfacet + facet normal -0.8253851029 0.17504488275 -0.5367482845 + outer loop + vertex -6.267213E+01 1.7231039E+01 -1.053450E+01 + vertex -6.022727E+01 1.6000452E+01 -1.469541E+01 + vertex -6.260113E+01 1.2213435E+01 -1.228004E+01 + endloop + endfacet + facet normal -0.8039143347 0.13440945813 -0.5793581276 + outer loop + vertex -6.260113E+01 1.2213435E+01 -1.228004E+01 + vertex -6.022727E+01 1.6000452E+01 -1.469541E+01 + vertex -5.983518E+01 1.0898753E+01 -1.642306E+01 + endloop + endfacet + facet normal -0.9113960748 0.17999488194 -0.3700797716 + outer loop + vertex -6.427693E+01 1.8461725E+01 -5.983786E+00 + vertex -6.267213E+01 1.7231039E+01 -1.053450E+01 + vertex -6.460335E+01 1.3287711E+01 -7.696400E+00 + endloop + endfacet + facet normal -0.8961193675 0.13445743168 -0.4229554093 + outer loop + vertex -6.460335E+01 1.3287711E+01 -7.696400E+00 + vertex -6.267213E+01 1.7231039E+01 -1.053450E+01 + vertex -6.260113E+01 1.2213435E+01 -1.228004E+01 + endloop + endfacet + facet normal -0.9658253642 0.17981971331 -0.1866714667 + outer loop + vertex -6.497084E+01 1.9692573E+01 -1.207896E+00 + vertex -6.427693E+01 1.8461725E+01 -5.983786E+00 + vertex -6.559478E+01 1.4519633E+01 -2.962738E+00 + endloop + endfacet + facet normal -0.9613258641 0.13929134215 -0.23759315 + outer loop + vertex -6.559478E+01 1.4519633E+01 -2.962738E+00 + vertex -6.427693E+01 1.8461725E+01 -5.983786E+00 + vertex -6.460335E+01 1.3287711E+01 -7.696400E+00 + endloop + endfacet + facet normal -0.9855702979 0.16921693344 0.00410088589 + outer loop + vertex -6.473945E+01 2.0923421E+01 3.6136031E+00 + vertex -6.497084E+01 1.9692573E+01 -1.207896E+00 + vertex -6.557337E+01 1.6103811E+01 2.0702576E+00 + endloop + endfacet + facet normal -0.9905238812 0.13215496836 -0.0373832188 + outer loop + vertex -6.557337E+01 1.6103811E+01 2.0702576E+00 + vertex -6.497084E+01 1.9692573E+01 -1.207896E+00 + vertex -6.559478E+01 1.4519633E+01 -2.962738E+00 + endloop + endfacet + facet normal -0.966642225 0.16664836261 0.19450226755 + outer loop + vertex -6.358458E+01 2.2154237E+01 8.2985547E+00 + vertex -6.473945E+01 2.0923421E+01 3.6136031E+00 + vertex -6.464849E+01 1.7435640E+01 7.0539465E+00 + endloop + endfacet + facet normal -0.9812160716 0.12189730593 0.14951945542 + outer loop + vertex -6.464849E+01 1.7435640E+01 7.0539465E+00 + vertex -6.473945E+01 2.0923421E+01 3.6136031E+00 + vertex -6.557337E+01 1.6103811E+01 2.0702576E+00 + endloop + endfacet + facet normal -0.9110067467 0.16854759208 0.37637536667 + outer loop + vertex -6.154909E+01 2.3384825E+01 1.2674314E+01 + vertex -6.358458E+01 2.2154237E+01 8.2985547E+00 + vertex -6.279418E+01 1.8577977E+01 1.1813197E+01 + endloop + endfacet + facet normal -0.9343538321 0.12239752995 0.33466664181 + outer loop + vertex -6.279418E+01 1.8577977E+01 1.1813197E+01 + vertex -6.358458E+01 2.2154237E+01 8.2985547E+00 + vertex -6.464849E+01 1.7435640E+01 7.0539465E+00 + endloop + endfacet + facet normal -0.822336135 0.17386972018 0.54178649075 + outer loop + vertex -5.871544E+01 2.4615564E+01 1.6580327E+01 + vertex -6.154909E+01 2.3384825E+01 1.2674314E+01 + vertex -6.016629E+01 1.9641662E+01 1.5974420E+01 + endloop + endfacet + facet normal -0.853001844 0.13041781662 0.50535042016 + outer loop + vertex -6.016629E+01 1.9641662E+01 1.5974420E+01 + vertex -6.154909E+01 2.3384825E+01 1.2674314E+01 + vertex -6.279418E+01 1.8577977E+01 1.1813197E+01 + endloop + endfacet + facet normal -0.7021049602 0.17671337497 0.6897978022 + outer loop + vertex -5.517901E+01 2.5846457E+01 1.9864523E+01 + vertex -5.871544E+01 2.4615564E+01 1.6580327E+01 + vertex -5.683841E+01 2.0779621E+01 1.9473544E+01 + endloop + endfacet + facet normal -0.739560016 0.13540574786 0.65933016474 + outer loop + vertex -5.683841E+01 2.0779621E+01 1.9473544E+01 + vertex -5.871544E+01 2.4615564E+01 1.6580327E+01 + vertex -6.016629E+01 1.9641662E+01 1.5974420E+01 + endloop + endfacet + facet normal -0.557339036 0.17641379044 0.81132692149 + outer loop + vertex -5.107967E+01 2.7077267E+01 2.2412927E+01 + vertex -5.517901E+01 2.5846457E+01 1.9864523E+01 + vertex -5.280949E+01 2.2014747E+01 2.2325418E+01 + endloop + endfacet + facet normal -0.599774274 0.13557578108 0.78860004301 + outer loop + vertex -5.280949E+01 2.2014747E+01 2.2325418E+01 + vertex -5.517901E+01 2.5846457E+01 1.9864523E+01 + vertex -5.683841E+01 2.0779621E+01 1.9473544E+01 + endloop + endfacet + facet normal -0.3918904755 0.18323610483 0.90157993826 + outer loop + vertex -4.656825E+01 2.8308016E+01 2.4123775E+01 + vertex -5.107967E+01 2.7077267E+01 2.2412927E+01 + vertex -4.817767E+01 2.3032648E+01 2.4496368E+01 + endloop + endfacet + facet normal -0.44488869 0.1367154029 0.88508923399 + outer loop + vertex -4.817767E+01 2.3032648E+01 2.4496368E+01 + vertex -5.107967E+01 2.7077267E+01 2.2412927E+01 + vertex -5.280949E+01 2.2014747E+01 2.2325418E+01 + endloop + endfacet + facet normal -0.212306463 0.189285332 0.95869548287 + outer loop + vertex -4.181074E+01 2.9538615E+01 2.4934371E+01 + vertex -4.656825E+01 2.8308016E+01 2.4123775E+01 + vertex -4.328479E+01 2.4055106E+01 2.5690606E+01 + endloop + endfacet + facet normal -0.2635416333 0.14772995189 0.95326893835 + outer loop + vertex -4.328479E+01 2.4055106E+01 2.5690606E+01 + vertex -4.656825E+01 2.8308016E+01 2.4123775E+01 + vertex -4.817767E+01 2.3032648E+01 2.4496368E+01 + endloop + endfacet + facet normal -0.0248800885 0.18780824066 0.98189054682 + outer loop + vertex -3.698621E+01 3.0769419E+01 2.4821201E+01 + vertex -4.181074E+01 2.9538615E+01 2.4934371E+01 + vertex -3.825109E+01 2.5339593E+01 2.5827724E+01 + endloop + endfacet + facet normal -0.0660847641 0.1537307784 0.98590042688 + outer loop + vertex -3.825109E+01 2.5339593E+01 2.5827724E+01 + vertex -4.181074E+01 2.9538615E+01 2.4934371E+01 + vertex -4.328479E+01 2.4055106E+01 2.5690606E+01 + endloop + endfacet + facet normal 0.16628155785 0.18554277303 0.96846493116 + outer loop + vertex -3.227431E+01 3.2000347E+01 2.3776362E+01 + vertex -3.698621E+01 3.0769419E+01 2.4821201E+01 + vertex -3.353862E+01 2.6642563E+01 2.5019906E+01 + endloop + endfacet + facet normal 0.12590646995 0.1523816719 0.98026903802 + outer loop + vertex -3.353862E+01 2.6642563E+01 2.5019906E+01 + vertex -3.698621E+01 3.0769419E+01 2.4821201E+01 + vertex -3.825109E+01 2.5339593E+01 2.5827724E+01 + endloop + endfacet + facet normal 0.34968157552 0.18099067138 0.91921987174 + outer loop + vertex -2.784860E+01 3.3231084E+01 2.1850442E+01 + vertex -3.227431E+01 3.2000347E+01 2.3776362E+01 + vertex -2.890196E+01 2.8016455E+01 2.3277892E+01 + endloop + endfacet + facet normal 0.31007394956 0.14491250609 0.93960337982 + outer loop + vertex -2.890196E+01 2.8016455E+01 2.3277892E+01 + vertex -3.227431E+01 3.2000347E+01 2.3776362E+01 + vertex -3.353862E+01 2.6642563E+01 2.5019906E+01 + endloop + endfacet + facet normal 0.51908841979 0.18407476286 0.83466382102 + outer loop + vertex -2.387795E+01 3.4461782E+01 1.9109632E+01 + vertex -2.784860E+01 3.3231084E+01 2.1850442E+01 + vertex -2.454801E+01 2.9159783E+01 2.0695640E+01 + endloop + endfacet + facet normal 0.47736841231 0.14099026707 0.86731836342 + outer loop + vertex -2.454801E+01 2.9159783E+01 2.0695640E+01 + vertex -2.784860E+01 3.3231084E+01 2.1850442E+01 + vertex -2.890196E+01 2.8016455E+01 2.3277892E+01 + endloop + endfacet + facet normal 0.66997962492 0.18433621835 0.71912965507 + outer loop + vertex -2.050814E+01 3.5692416E+01 1.5654686E+01 + vertex -2.387795E+01 3.4461782E+01 1.9109632E+01 + vertex -2.100457E+01 3.0362767E+01 1.7483340E+01 + endloop + endfacet + facet normal 0.63677876199 0.14599863195 0.75709788518 + outer loop + vertex -2.100457E+01 3.0362767E+01 1.7483340E+01 + vertex -2.387795E+01 3.4461782E+01 1.9109632E+01 + vertex -2.454801E+01 2.9159783E+01 2.0695640E+01 + endloop + endfacet + facet normal 0.79859147907 0.17248386554 0.57662896709 + outer loop + vertex -1.786049E+01 3.6923284E+01 1.1619681E+01 + vertex -2.050814E+01 3.5692416E+01 1.5654686E+01 + vertex -1.798992E+01 3.1999544E+01 1.3271741E+01 + endloop + endfacet + facet normal 0.77947880301 0.13711829771 0.61123757091 + outer loop + vertex -1.798992E+01 3.1999544E+01 1.3271741E+01 + vertex -2.050814E+01 3.5692416E+01 1.5654686E+01 + vertex -2.100457E+01 3.0362767E+01 1.7483340E+01 + endloop + endfacet + facet normal 0.89556744395 0.17070724856 0.41087466291 + outer loop + vertex -1.604374E+01 3.8154196E+01 7.1483847E+00 + vertex -1.786049E+01 3.6923284E+01 1.1619681E+01 + vertex -1.575418E+01 3.3272007E+01 8.5456416E+00 + endloop + endfacet + facet normal 0.8826398796 0.12850575277 0.45214280316 + outer loop + vertex -1.575418E+01 3.3272007E+01 8.5456416E+00 + vertex -1.786049E+01 3.6923284E+01 1.1619681E+01 + vertex -1.798992E+01 3.1999544E+01 1.3271741E+01 + endloop + endfacet + facet normal 0.95606702503 0.17713681985 0.23357737625 + outer loop + vertex -1.511467E+01 3.9384877E+01 2.4122615E+00 + vertex -1.604374E+01 3.8154196E+01 7.1483847E+00 + vertex -1.442546E+01 3.4262859E+01 3.4755432E+00 + endloop + endfacet + facet normal 0.95161816571 0.13538816702 0.27584943522 + outer loop + vertex -1.442546E+01 3.4262859E+01 3.4755432E+00 + vertex -1.604374E+01 3.8154196E+01 7.1483847E+00 + vertex -1.575418E+01 3.3272007E+01 8.5456416E+00 + endloop + endfacet + facet normal 0.98306956655 0.1775482219 0.04528638002 + outer loop + vertex -1.511469E+01 4.0615559E+01 -2.412403E+00 + vertex -1.511467E+01 3.9384877E+01 2.4122615E+00 + vertex -1.423511E+01 3.5496899E+01 -1.438032E+00 + endloop + endfacet + facet normal 0.98605260326 0.14834697587 0.07545487631 + outer loop + vertex -1.423511E+01 3.5496899E+01 -1.438032E+00 + vertex -1.511467E+01 3.9384877E+01 2.4122615E+00 + vertex -1.442546E+01 3.4262859E+01 3.4755432E+00 + endloop + endfacet + facet normal 0.97424576797 0.17132865968 -0.1466003887 + outer loop + vertex -1.604378E+01 4.1846240E+01 -7.148521E+00 + vertex -1.511469E+01 4.0615559E+01 -2.412403E+00 + vertex -1.506033E+01 3.6912483E+01 -6.378872E+00 + endloop + endfacet + facet normal 0.98177996882 0.14542315807 -0.1223118879 + outer loop + vertex -1.506033E+01 3.6912483E+01 -6.378872E+00 + vertex -1.511469E+01 4.0615559E+01 -2.412403E+00 + vertex -1.423511E+01 3.5496899E+01 -1.438032E+00 + endloop + endfacet + facet normal 0.92784174495 0.17710061044 -0.3282454419 + outer loop + vertex -1.786055E+01 4.3077152E+01 -1.161981E+01 + vertex -1.604378E+01 4.1846240E+01 -7.148521E+00 + vertex -1.673111E+01 3.7950197E+01 -1.119342E+01 + endloop + endfacet + facet normal 0.94424768084 0.14187158223 -0.2971006082 + outer loop + vertex -1.673111E+01 3.7950197E+01 -1.119342E+01 + vertex -1.604378E+01 4.1846240E+01 -7.148521E+00 + vertex -1.506033E+01 3.6912483E+01 -6.378872E+00 + endloop + endfacet + facet normal 0.84674358797 0.17843465467 -0.5011849661 + outer loop + vertex -2.050823E+01 4.4308019E+01 -1.565480E+01 + vertex -1.786055E+01 4.3077152E+01 -1.161981E+01 + vertex -1.918362E+01 3.9164287E+01 -1.524818E+01 + endloop + endfacet + facet normal 0.86522185768 0.15083770539 -0.4781622357 + outer loop + vertex -1.918362E+01 3.9164287E+01 -1.524818E+01 + vertex -1.786055E+01 4.3077152E+01 -1.161981E+01 + vertex -1.673111E+01 3.7950197E+01 -1.119342E+01 + endloop + endfacet + facet normal 0.73500808353 0.16947566616 -0.6565372158 + outer loop + vertex -2.387806E+01 4.5538652E+01 -1.910972E+01 + vertex -2.050823E+01 4.4308019E+01 -1.565480E+01 + vertex -2.246557E+01 4.0695628E+01 -1.877857E+01 + endloop + endfacet + facet normal 0.75513662777 0.14390408355 -0.6395782111 + outer loop + vertex -2.246557E+01 4.0695628E+01 -1.877857E+01 + vertex -2.050823E+01 4.4308019E+01 -1.565480E+01 + vertex -1.918362E+01 3.9164287E+01 -1.524818E+01 + endloop + endfacet + facet normal 0.59456746295 0.16643816688 -0.7866307066 + outer loop + vertex -2.784871E+01 4.6769350E+01 -2.185051E+01 + vertex -2.387806E+01 4.5538652E+01 -1.910972E+01 + vertex -2.638333E+01 4.2044441E+01 -2.174263E+01 + endloop + endfacet + facet normal 0.62631869372 0.13011141691 -0.7686324955 + outer loop + vertex -2.638333E+01 4.2044441E+01 -2.174263E+01 + vertex -2.387806E+01 4.5538652E+01 -1.910972E+01 + vertex -2.246557E+01 4.0695628E+01 -1.877857E+01 + endloop + endfacet + facet normal 0.43200158975 0.16643806269 -0.8863819706 + outer loop + vertex -3.227444E+01 4.8000087E+01 -2.377640E+01 + vertex -2.784871E+01 4.6769350E+01 -2.185051E+01 + vertex -3.088429E+01 4.3254118E+01 -2.399004E+01 + endloop + endfacet + facet normal 0.47003830168 0.1258304744 -0.8736307496 + outer loop + vertex -3.088429E+01 4.3254118E+01 -2.399004E+01 + vertex -2.784871E+01 4.6769350E+01 -2.185051E+01 + vertex -2.638333E+01 4.2044441E+01 -2.174263E+01 + endloop + endfacet + facet normal 0.25657087091 0.17536118851 -0.950484004 + outer loop + vertex -3.698634E+01 4.9231016E+01 -2.482122E+01 + vertex -3.227444E+01 4.8000087E+01 -2.377640E+01 + vertex -3.577762E+01 4.4186791E+01 -2.542558E+01 + endloop + endfacet + facet normal 0.30198067442 0.1309595325 -0.9442760577 + outer loop + vertex -3.577762E+01 4.4186791E+01 -2.542558E+01 + vertex -3.227444E+01 4.8000087E+01 -2.377640E+01 + vertex -3.088429E+01 4.3254118E+01 -2.399004E+01 + endloop + endfacet + facet normal 0.06819346637 0.17705069043 -0.9818363938 + outer loop + vertex -4.181089E+01 5.0461822E+01 -2.493436E+01 + vertex -3.698634E+01 4.9231016E+01 -2.482122E+01 + vertex -4.050998E+01 4.5377919E+01 -2.576077E+01 + endloop + endfacet + facet normal 0.10574960853 0.14323883581 -0.9840221828 + outer loop + vertex -4.050998E+01 4.5377919E+01 -2.576077E+01 + vertex -3.698634E+01 4.9231016E+01 -2.482122E+01 + vertex -3.577762E+01 4.4186791E+01 -2.542558E+01 + endloop + endfacet + facet normal -0.1234520952 0.16708546706 -0.9781830232 + outer loop + vertex -4.656839E+01 5.1692422E+01 -2.412374E+01 + vertex -4.181089E+01 5.0461822E+01 -2.493436E+01 + vertex -4.549701E+01 4.6928117E+01 -2.507275E+01 + endloop + endfacet + facet normal -0.0936784574 0.13634251054 -0.9862226252 + outer loop + vertex -4.549701E+01 4.6928117E+01 -2.507275E+01 + vertex -4.181089E+01 5.0461822E+01 -2.493436E+01 + vertex -4.050998E+01 4.5377919E+01 -2.576077E+01 + endloop + endfacet + facet normal -0.3082848646 0.17085497813 -0.9358253142 + outer loop + vertex -5.107980E+01 5.2923169E+01 -2.241286E+01 + vertex -4.656839E+01 5.1692422E+01 -2.412374E+01 + vertex -5.053332E+01 4.8007503E+01 -2.349035E+01 + endloop + endfacet + facet normal -0.2720290813 0.12878343028 -0.9536325325 + outer loop + vertex -5.053332E+01 4.8007503E+01 -2.349035E+01 + vertex -4.656839E+01 5.1692422E+01 -2.412374E+01 + vertex -4.549701E+01 4.6928117E+01 -2.507275E+01 + endloop + endfacet + facet normal -0.4814503261 0.17479444381 -0.858866978 + outer loop + vertex -5.517912E+01 5.4153977E+01 -1.986444E+01 + vertex -5.107980E+01 5.2923169E+01 -2.241286E+01 + vertex -5.481925E+01 4.9110672E+01 -2.109257E+01 + endloop + endfacet + facet normal -0.455186695 0.14206553142 -0.8789894524 + outer loop + vertex -5.481925E+01 4.9110672E+01 -2.109257E+01 + vertex -5.107980E+01 5.2923169E+01 -2.241286E+01 + vertex -5.053332E+01 4.8007503E+01 -2.349035E+01 + endloop + endfacet + facet normal -0.6371606509 0.17322547134 -0.7510121444 + outer loop + vertex -5.871553E+01 5.5384871E+01 -1.658022E+01 + vertex -5.517912E+01 5.4153977E+01 -1.986444E+01 + vertex -5.856229E+01 5.0401952E+01 -1.785957E+01 + endloop + endfacet + facet normal -0.6178914401 0.14413377628 -0.7729395984 + outer loop + vertex -5.856229E+01 5.0401952E+01 -1.785957E+01 + vertex -5.517912E+01 5.4153977E+01 -1.986444E+01 + vertex -5.481925E+01 4.9110672E+01 -2.109257E+01 + endloop + endfacet + facet normal -0.7700936071 0.17442210444 -0.6136226575 + outer loop + vertex -6.154916E+01 5.6615611E+01 -1.267419E+01 + vertex -5.871553E+01 5.5384871E+01 -1.658022E+01 + vertex -6.160588E+01 5.1600470E+01 -1.402857E+01 + endloop + endfacet + facet normal -0.7529776096 0.1418243028 -0.6425811906 + outer loop + vertex -6.160588E+01 5.1600470E+01 -1.402857E+01 + vertex -5.871553E+01 5.5384871E+01 -1.658022E+01 + vertex -5.856229E+01 5.0401952E+01 -1.785957E+01 + endloop + endfacet + facet normal -0.8732312526 0.17407711717 -0.4551530915 + outer loop + vertex -6.358462E+01 5.7846197E+01 -8.298428E+00 + vertex -6.154916E+01 5.6615611E+01 -1.267419E+01 + vertex -6.388616E+01 5.2840343E+01 -9.634441E+00 + endloop + endfacet + facet normal -0.8618360898 0.14129345653 -0.4871085232 + outer loop + vertex -6.388616E+01 5.2840343E+01 -9.634441E+00 + vertex -6.154916E+01 5.6615611E+01 -1.267419E+01 + vertex -6.160588E+01 5.1600470E+01 -1.402857E+01 + endloop + endfacet + facet normal -0.9436564105 0.17755782745 -0.279259372 + outer loop + vertex -6.473947E+01 5.9077013E+01 -3.613469E+00 + vertex -6.358462E+01 5.7846197E+01 -8.298428E+00 + vertex -6.538260E+01 5.3949361E+01 -4.700475E+00 + endloop + endfacet + facet normal -0.9381660575 0.14090652436 -0.3162116379 + outer loop + vertex -6.538260E+01 5.3949361E+01 -4.700475E+00 + vertex -6.358462E+01 5.7846197E+01 -8.298428E+00 + vertex -6.388616E+01 5.2840343E+01 -9.634441E+00 + endloop + endfacet + facet normal -0.9797242975 0.17777323346 -0.0923957706 + outer loop + vertex -6.497083E+01 6.0307862E+01 1.2080350E+00 + vertex -6.473947E+01 5.9077013E+01 -3.613469E+00 + vertex -6.580178E+01 5.5176645E+01 1.4639602E-01 + endloop + endfacet + facet normal -0.9811986772 0.14905686941 -0.1226018166 + outer loop + vertex -6.580178E+01 5.5176645E+01 1.4639602E-01 + vertex -6.473947E+01 5.9077013E+01 -3.613469E+00 + vertex -6.538260E+01 5.3949361E+01 -4.700475E+00 + endloop + endfacet + facet normal -0.980290151 0.17139261131 0.09826389316 + outer loop + vertex -6.427690E+01 6.1538712E+01 5.9839269E+00 + vertex -6.497083E+01 6.0307862E+01 1.2080350E+00 + vertex -6.522802E+01 5.6621631E+01 5.0718973E+00 + endloop + endfacet + facet normal -0.9868021691 0.14480919715 0.07246913414 + outer loop + vertex -6.522802E+01 5.6621631E+01 5.0718973E+00 + vertex -6.497083E+01 6.0307862E+01 1.2080350E+00 + vertex -6.580178E+01 5.5176645E+01 1.4639602E-01 + endloop + endfacet + facet normal -0.9425883183 0.17309401703 0.28559713496 + outer loop + vertex -6.267207E+01 6.2769397E+01 1.0534632E+01 + vertex -6.427690E+01 6.1538712E+01 5.9839269E+00 + vertex -6.378495E+01 5.7788553E+01 9.8804581E+00 + endloop + endfacet + facet normal -0.9573491188 0.1381080062 0.253788974 + outer loop + vertex -6.378495E+01 5.7788553E+01 9.8804581E+00 + vertex -6.427690E+01 6.1538712E+01 5.9839269E+00 + vertex -6.522802E+01 5.6621631E+01 5.0718973E+00 + endloop + endfacet + facet normal -0.8705920916 0.17546161138 0.45965490637 + outer loop + vertex -6.022719E+01 6.3999982E+01 1.4695516E+01 + vertex -6.267207E+01 6.2769397E+01 1.0534632E+01 + vertex -6.149985E+01 5.8947162E+01 1.4213881E+01 + endloop + endfacet + facet normal -0.8907409066 0.14232710865 0.43165221112 + outer loop + vertex -6.149985E+01 5.8947162E+01 1.4213881E+01 + vertex -6.267207E+01 6.2769397E+01 1.0534632E+01 + vertex -6.378495E+01 5.7788553E+01 9.8804581E+00 + endloop + endfacet + facet normal -0.7658115825 0.1746641325 0.61889018482 + outer loop + vertex -5.702739E+01 6.5230877E+01 1.8307547E+01 + vertex -6.022719E+01 6.3999982E+01 1.4695516E+01 + vertex -5.841970E+01 6.0223518E+01 1.7997897E+01 + endloop + endfacet + facet normal -0.7906159859 0.14236624279 0.59553187639 + outer loop + vertex -5.841970E+01 6.0223518E+01 1.7997897E+01 + vertex -6.022719E+01 6.3999982E+01 1.4695516E+01 + vertex -6.149985E+01 5.8947162E+01 1.4213881E+01 + endloop + endfacet + facet normal -0.6320238288 0.17135499906 0.75576672598 + outer loop + vertex -5.319079E+01 6.6461735E+01 2.1236905E+01 + vertex -5.702739E+01 6.5230877E+01 1.8307547E+01 + vertex -5.450541E+01 6.1538170E+01 2.1253846E+01 + endloop + endfacet + facet normal -0.6603558413 0.13796576699 0.73817044776 + outer loop + vertex -5.450541E+01 6.1538170E+01 2.1253846E+01 + vertex -5.702739E+01 6.5230877E+01 1.8307547E+01 + vertex -5.841970E+01 6.0223518E+01 1.7997897E+01 + endloop + endfacet + facet normal -0.4783236322 0.18774815099 0.85787944062 + outer loop + vertex -4.886630E+01 6.7692530E+01 2.3378728E+01 + vertex -5.319079E+01 6.6461735E+01 2.1236905E+01 + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + endloop + endfacet + facet normal -0.5217620841 0.14220819635 0.84115465667 + outer loop + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + vertex -5.319079E+01 6.6461735E+01 2.1236905E+01 + vertex -5.450541E+01 6.1538170E+01 2.1253846E+01 + endloop + endfacet + facet normal -0.3003596259 0.17284607754 0.93803428968 + outer loop + vertex -4.420961E+01 6.8923174E+01 2.4643041E+01 + vertex -4.886630E+01 6.7692530E+01 2.3378728E+01 + vertex -4.515505E+01 6.3916637E+01 2.5262836E+01 + endloop + endfacet + facet normal -0.3050805702 0.16789439519 0.93740989845 + outer loop + vertex -4.515505E+01 6.3916637E+01 2.5262836E+01 + vertex -4.886630E+01 6.7692530E+01 2.3378728E+01 + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + endloop + endfacet + facet normal -0.1156408284 0.17286400402 0.97813354656 + outer loop + vertex -3.939619E+01 7.0153813E+01 2.4994624E+01 + vertex -4.420961E+01 6.8923174E+01 2.4643041E+01 + vertex -4.042623E+01 6.5174963E+01 2.5752751E+01 + endloop + endfacet + facet normal -0.1407428264 0.14777002232 0.97895632044 + outer loop + vertex -4.042623E+01 6.5174963E+01 2.5752751E+01 + vertex -4.420961E+01 6.8923174E+01 2.4643041E+01 + vertex -4.515505E+01 6.3916637E+01 2.5262836E+01 + endloop + endfacet + facet normal 0.07430326312 0.1746557272 0.98182198083 + outer loop + vertex -3.460572E+01 7.1384757E+01 2.4413114E+01 + vertex -3.939619E+01 7.0153813E+01 2.4994624E+01 + vertex -3.565708E+01 6.6378134E+01 2.5383305E+01 + endloop + endfacet + facet normal 0.04074833864 0.14216509225 0.98900387231 + outer loop + vertex -3.565708E+01 6.6378134E+01 2.5383305E+01 + vertex -3.939619E+01 7.0153813E+01 2.4994624E+01 + vertex -4.042623E+01 6.5174963E+01 2.5752751E+01 + endloop + endfacet + facet normal 0.26074443523 0.1786798406 0.94872854603 + outer loop + vertex -3.001563E+01 7.2615600E+01 2.2919780E+01 + vertex -3.460572E+01 7.1384757E+01 2.4413114E+01 + vertex -3.087743E+01 6.7468764E+01 2.4125970E+01 + endloop + endfacet + facet normal 0.22179581679 0.14041007062 0.96493089272 + outer loop + vertex -3.087743E+01 6.7468764E+01 2.4125970E+01 + vertex -3.460572E+01 7.1384757E+01 2.4413114E+01 + vertex -3.565708E+01 6.6378134E+01 2.5383305E+01 + endloop + endfacet + facet normal 0.43745368676 0.17787685514 0.8814726861 + outer loop + vertex -2.579653E+01 7.3846343E+01 2.0577584E+01 + vertex -3.001563E+01 7.2615600E+01 2.2919780E+01 + vertex -2.650941E+01 6.8738404E+01 2.1962127E+01 + endloop + endfacet + facet normal 0.40544779366 0.14367634284 0.90275644286 + outer loop + vertex -2.650941E+01 6.8738404E+01 2.1962127E+01 + vertex -3.001563E+01 7.2615600E+01 2.2919780E+01 + vertex -3.087743E+01 6.7468764E+01 2.4125970E+01 + endloop + endfacet + facet normal 0.60241254811 0.16949444584 0.77998125279 + outer loop + vertex -2.211065E+01 7.5076954E+01 1.7463405E+01 + vertex -2.579653E+01 7.3846343E+01 2.0577584E+01 + vertex -2.249657E+01 7.0232775E+01 1.8814135E+01 + endloop + endfacet + facet normal 0.57933549253 0.13694123348 0.80350325803 + outer loop + vertex -2.249657E+01 7.0232775E+01 1.8814135E+01 + vertex -2.579653E+01 7.3846343E+01 2.0577584E+01 + vertex -2.650941E+01 6.8738404E+01 2.1962127E+01 + endloop + endfacet + facet normal 0.7394247231 0.17246001357 0.65077540103 + outer loop + vertex -1.908679E+01 7.6307665E+01 1.3701486E+01 + vertex -2.211065E+01 7.5076954E+01 1.7463405E+01 + vertex -1.905544E+01 7.1342596E+01 1.4981646E+01 + endloop + endfacet + facet normal 0.71793459845 0.13331239437 0.68322596398 + outer loop + vertex -1.905544E+01 7.1342596E+01 1.4981646E+01 + vertex -2.211065E+01 7.5076954E+01 1.7463405E+01 + vertex -2.249657E+01 7.0232775E+01 1.8814135E+01 + endloop + endfacet + facet normal 0.84792565537 0.18276543988 0.49761318004 + outer loop + vertex -1.684446E+01 7.7538734E+01 9.4284328E+00 + vertex -1.908679E+01 7.6307665E+01 1.3701486E+01 + vertex -1.633906E+01 7.2225898E+01 1.0518560E+01 + endloop + endfacet + facet normal 0.83257483424 0.14321734851 0.5350775051 + outer loop + vertex -1.633906E+01 7.2225898E+01 1.0518560E+01 + vertex -1.908679E+01 7.6307665E+01 1.3701486E+01 + vertex -1.905544E+01 7.1342596E+01 1.4981646E+01 + endloop + endfacet + facet normal 0.92234047048 0.20308288895 0.32870259618 + outer loop + vertex -1.546701E+01 7.8769551E+01 4.8028659E+00 + vertex -1.684446E+01 7.7538734E+01 9.4284328E+00 + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + endloop + endfacet + facet normal 0.91448473164 0.16298291462 0.37034341513 + outer loop + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + vertex -1.684446E+01 7.7538734E+01 9.4284328E+00 + vertex -1.633906E+01 7.2225898E+01 1.0518560E+01 + endloop + endfacet + facet normal 0.97371559245 0.19518116946 0.11739785395 + outer loop + vertex -1.411356E+01 7.4906560E+01 -3.709127E-04 + vertex -1.546701E+01 7.8769551E+01 4.8028659E+00 + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + endloop + endfacet + facet normal 0.84404893441 0.4847983793 0.22924207236 + outer loop + vertex -1.153880E+01 7.0423331E+01 6.8807064E-04 + vertex -1.411356E+01 7.4906560E+01 -3.709127E-04 + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + endloop + endfacet + facet normal 0.58660159634 0.15539552512 0.79482752716 + outer loop + vertex -6.932910E+01 9.4356872E+00 -4.581497E+01 + vertex -7.151741E+01 1.3885157E+01 -4.506986E+01 + vertex -7.330251E+01 9.8965487E+00 -4.297261E+01 + endloop + endfacet + facet normal 0.61381069936 0.13433812759 0.77793938892 + outer loop + vertex -7.330251E+01 9.8965487E+00 -4.297261E+01 + vertex -7.151741E+01 1.3885157E+01 -4.506986E+01 + vertex -7.523320E+01 1.4426449E+01 -4.223150E+01 + endloop + endfacet + facet normal 0.65037142781 0.15555201646 0.74351904889 + outer loop + vertex -7.330251E+01 9.8965487E+00 -4.297261E+01 + vertex -7.523320E+01 1.4426449E+01 -4.223150E+01 + vertex -7.690684E+01 1.0499906E+01 -3.994605E+01 + endloop + endfacet + facet normal 0.67645020424 0.13326760354 0.72433063378 + outer loop + vertex -7.690684E+01 1.0499906E+01 -3.994605E+01 + vertex -7.523320E+01 1.4426449E+01 -4.223150E+01 + vertex -7.859793E+01 1.4951921E+01 -3.918586E+01 + endloop + endfacet + facet normal 0.71234845402 0.15365349089 0.68479944859 + outer loop + vertex -7.690684E+01 1.0499906E+01 -3.994605E+01 + vertex -7.859793E+01 1.4951921E+01 -3.918586E+01 + vertex -8.027403E+01 1.1126968E+01 -3.658411E+01 + endloop + endfacet + facet normal 0.73467387374 0.13086474291 0.66567914066 + outer loop + vertex -8.027403E+01 1.1126968E+01 -3.658411E+01 + vertex -7.859793E+01 1.4951921E+01 -3.918586E+01 + vertex -8.174266E+01 1.5485357E+01 -3.582007E+01 + endloop + endfacet + facet normal 0.77079065214 0.1512394936 0.61887671321 + outer loop + vertex -8.027403E+01 1.1126968E+01 -3.658411E+01 + vertex -8.174266E+01 1.5485357E+01 -3.582007E+01 + vertex -8.340200E+01 1.1779589E+01 -3.284780E+01 + endloop + endfacet + facet normal 0.79328191646 0.12305253512 0.59629009267 + outer loop + vertex -8.340200E+01 1.1779589E+01 -3.284780E+01 + vertex -8.174266E+01 1.5485357E+01 -3.582007E+01 + vertex -8.507422E+01 1.6115519E+01 -3.151792E+01 + endloop + endfacet + facet normal 0.82734706556 0.15334683803 0.54035319965 + outer loop + vertex -8.340200E+01 1.1779589E+01 -3.284780E+01 + vertex -8.507422E+01 1.6115519E+01 -3.151792E+01 + vertex -8.613226E+01 1.2165255E+01 -2.877688E+01 + endloop + endfacet + facet normal 0.84563043758 0.13232017678 0.51710785514 + outer loop + vertex -8.613226E+01 1.2165255E+01 -2.877688E+01 + vertex -8.507422E+01 1.6115519E+01 -3.151792E+01 + vertex -8.773284E+01 1.6691045E+01 -2.731753E+01 + endloop + endfacet + facet normal 0.86968675954 0.15663288668 0.46809302397 + outer loop + vertex -8.613226E+01 1.2165255E+01 -2.877688E+01 + vertex -8.773284E+01 1.6691045E+01 -2.731753E+01 + vertex -8.852518E+01 1.2730630E+01 -2.452019E+01 + endloop + endfacet + facet normal 0.88849558835 0.13255007111 0.43932455898 + outer loop + vertex -8.852518E+01 1.2730630E+01 -2.452019E+01 + vertex -8.773284E+01 1.6691045E+01 -2.731753E+01 + vertex -9.000478E+01 1.7266482E+01 -2.289635E+01 + endloop + endfacet + facet normal 0.90748294427 0.15644859041 0.38986990705 + outer loop + vertex -8.852518E+01 1.2730630E+01 -2.452019E+01 + vertex -9.000478E+01 1.7266482E+01 -2.289635E+01 + vertex -9.054717E+01 1.3337668E+01 -2.005729E+01 + endloop + endfacet + facet normal 0.92437485694 0.13123295068 0.35820250768 + outer loop + vertex -9.054717E+01 1.3337668E+01 -2.005729E+01 + vertex -9.000478E+01 1.7266482E+01 -2.289635E+01 + vertex -9.187116E+01 1.7841834E+01 -1.829078E+01 + endloop + endfacet + facet normal 0.93940521745 0.156520575 0.30499040481 + outer loop + vertex -9.054717E+01 1.3337668E+01 -2.005729E+01 + vertex -9.187116E+01 1.7841834E+01 -1.829078E+01 + vertex -9.215871E+01 1.3894049E+01 -1.537908E+01 + endloop + endfacet + facet normal 0.95262520056 0.13252174867 0.27375758142 + outer loop + vertex -9.215871E+01 1.3894049E+01 -1.537908E+01 + vertex -9.187116E+01 1.7841834E+01 -1.829078E+01 + vertex -9.329166E+01 1.8407050E+01 -1.362131E+01 + endloop + endfacet + facet normal 0.96304582192 0.15634180977 0.21931708416 + outer loop + vertex -9.215871E+01 1.3894049E+01 -1.537908E+01 + vertex -9.329166E+01 1.8407050E+01 -1.362131E+01 + vertex -9.335420E+01 1.4519460E+01 -1.057541E+01 + endloop + endfacet + facet normal 0.97415561367 0.12939020121 0.18514593212 + outer loop + vertex -9.335420E+01 1.4519460E+01 -1.057541E+01 + vertex -9.329166E+01 1.8407050E+01 -1.362131E+01 + vertex -9.432851E+01 1.9002859E+01 -8.582261E+00 + endloop + endfacet + facet normal 0.97935267252 0.15528273001 0.12944348798 + outer loop + vertex -9.335420E+01 1.4519460E+01 -1.057541E+01 + vertex -9.432851E+01 1.9002859E+01 -8.582261E+00 + vertex -9.410323E+01 1.5135351E+01 -5.647162E+00 + endloop + endfacet + facet normal 0.98779707382 0.12649493546 0.09086238081 + outer loop + vertex -9.410323E+01 1.5135351E+01 -5.647162E+00 + vertex -9.432851E+01 1.9002859E+01 -8.582261E+00 + vertex -9.490513E+01 1.9631009E+01 -3.188063E+00 + endloop + endfacet + facet normal 0.98696026399 0.1572552756 0.03435426601 + outer loop + vertex -9.410323E+01 1.5135351E+01 -5.647162E+00 + vertex -9.490513E+01 1.9631009E+01 -3.188063E+00 + vertex -9.433888E+01 1.5541286E+01 -7.353923E-01 + endloop + endfacet + facet normal 0.99045435293 0.13783618067 0.00116707003 + outer loop + vertex -9.433888E+01 1.5541286E+01 -7.353923E-01 + vertex -9.490513E+01 1.9631009E+01 -3.188063E+00 + vertex -9.498219E+01 2.0146986E+01 1.2686913E+00 + endloop + endfacet + facet normal 0.98636250881 0.15793206921 -0.0463299334 + outer loop + vertex -9.433888E+01 1.5541286E+01 -7.353923E-01 + vertex -9.498219E+01 2.0146986E+01 1.2686913E+00 + vertex -9.421680E+01 1.6205769E+01 4.1286788E+00 + endloop + endfacet + facet normal 0.98781015722 0.13222915899 -0.082137341 + outer loop + vertex -9.421680E+01 1.6205769E+01 4.1286788E+00 + vertex -9.498219E+01 2.0146986E+01 1.2686913E+00 + vertex -9.464785E+01 2.0720732E+01 6.2132523E+00 + endloop + endfacet + facet normal 0.97815589804 0.15653473197 -0.136776887 + outer loop + vertex -9.421680E+01 1.6205769E+01 4.1286788E+00 + vertex -9.464785E+01 2.0720732E+01 6.2132523E+00 + vertex -9.362895E+01 1.6763529E+01 8.9710063E+00 + endloop + endfacet + facet normal 0.97639164209 0.1325258895 -0.1705762289 + outer loop + vertex -9.362895E+01 1.6763529E+01 8.9710063E+00 + vertex -9.464785E+01 2.0720732E+01 6.2132523E+00 + vertex -9.386951E+01 2.1295453E+01 1.1115006E+01 + endloop + endfacet + facet normal 0.96173932486 0.15720094103 -0.2243776619 + outer loop + vertex -9.362895E+01 1.6763529E+01 8.9710063E+00 + vertex -9.386951E+01 2.1295453E+01 1.1115006E+01 + vertex -9.260496E+01 1.7328151E+01 1.3755682E+01 + endloop + endfacet + facet normal 0.95675360265 0.13262998802 -0.25890506 + outer loop + vertex -9.260496E+01 1.7328151E+01 1.3755682E+01 + vertex -9.386951E+01 2.1295453E+01 1.1115006E+01 + vertex -9.264567E+01 2.1871101E+01 1.5932465E+01 + endloop + endfacet + facet normal 0.93753984219 0.15711977415 -0.310374646 + outer loop + vertex -9.260496E+01 1.7328151E+01 1.3755682E+01 + vertex -9.264567E+01 2.1871101E+01 1.5932465E+01 + vertex -9.115283E+01 1.7923901E+01 1.8443655E+01 + endloop + endfacet + facet normal 0.92930089796 0.13202728146 -0.3449183063 + outer loop + vertex -9.115283E+01 1.7923901E+01 1.8443655E+01 + vertex -9.264567E+01 2.1871101E+01 1.5932465E+01 + vertex -9.098828E+01 2.2446620E+01 2.0618210E+01 + endloop + endfacet + facet normal 0.9056039298 0.15656869178 -0.3941671816 + outer loop + vertex -9.115283E+01 1.7923901E+01 1.8443655E+01 + vertex -9.098828E+01 2.2446620E+01 2.0618210E+01 + vertex -8.926742E+01 1.8513570E+01 2.3009632E+01 + endloop + endfacet + facet normal 0.89458121696 0.13175716166 -0.4270415631 + outer loop + vertex -8.926742E+01 1.8513570E+01 2.3009632E+01 + vertex -9.098828E+01 2.2446620E+01 2.0618210E+01 + vertex -8.891610E+01 2.3022100E+01 2.5136646E+01 + endloop + endfacet + facet normal 0.86627908942 0.15633695832 -0.47446738 + outer loop + vertex -8.926742E+01 1.8513570E+01 2.3009632E+01 + vertex -8.891610E+01 2.3022100E+01 2.5136646E+01 + vertex -8.697817E+01 1.9081909E+01 2.7376603E+01 + endloop + endfacet + facet normal 0.85274407063 0.13212860085 -0.505341056 + outer loop + vertex -8.697817E+01 1.9081909E+01 2.7376603E+01 + vertex -8.891610E+01 2.3022100E+01 2.5136646E+01 + vertex -8.644820E+01 2.3597556E+01 2.9451580E+01 + endloop + endfacet + facet normal 0.82046198875 0.15639009326 -0.5498947752 + outer loop + vertex -8.697817E+01 1.9081909E+01 2.7376603E+01 + vertex -8.644820E+01 2.3597556E+01 2.9451580E+01 + vertex -8.431678E+01 1.9665026E+01 3.1513329E+01 + endloop + endfacet + facet normal 0.8040128492 0.1317830582 -0.5798245975 + outer loop + vertex -8.431678E+01 1.9665026E+01 3.1513329E+01 + vertex -8.644820E+01 2.3597556E+01 2.9451580E+01 + vertex -8.360329E+01 2.4173068E+01 3.3527281E+01 + endloop + endfacet + facet normal 0.76717114987 0.15648350344 -0.6220621673 + outer loop + vertex -8.431678E+01 1.9665026E+01 3.1513329E+01 + vertex -8.360329E+01 2.4173068E+01 3.3527281E+01 + vertex -8.129447E+01 2.0232137E+01 3.5383320E+01 + endloop + endfacet + facet normal 0.74800902502 0.13188638423 -0.6504525195 + outer loop + vertex -8.129447E+01 2.0232137E+01 3.5383320E+01 + vertex -8.360329E+01 2.4173068E+01 3.3527281E+01 + vertex -8.039989E+01 2.4748713E+01 3.7327848E+01 + endloop + endfacet + facet normal 0.70677546061 0.15699287657 -0.689798293 + outer loop + vertex -8.129447E+01 2.0232137E+01 3.5383320E+01 + vertex -8.039989E+01 2.4748713E+01 3.7327848E+01 + vertex -7.792639E+01 2.0788240E+01 3.8960855E+01 + endloop + endfacet + facet normal 0.68527202889 0.13272152823 -0.7160916438 + outer loop + vertex -7.792639E+01 2.0788240E+01 3.8960855E+01 + vertex -8.039989E+01 2.4748713E+01 3.7327848E+01 + vertex -7.686273E+01 2.5324275E+01 4.0819454E+01 + endloop + endfacet + facet normal 0.64175397807 0.15708620257 -0.7506502225 + outer loop + vertex -7.792639E+01 2.0788240E+01 3.8960855E+01 + vertex -7.686273E+01 2.5324275E+01 4.0819454E+01 + vertex -7.425035E+01 2.1369658E+01 4.2225286E+01 + endloop + endfacet + facet normal 0.61787591323 0.13265485743 -0.7750045449 + outer loop + vertex -7.425035E+01 2.1369658E+01 4.2225286E+01 + vertex -7.686273E+01 2.5324275E+01 4.0819454E+01 + vertex -7.302447E+01 2.5899773E+01 4.3978030E+01 + endloop + endfacet + facet normal 0.57169170395 0.15688562166 -0.805329434 + outer loop + vertex -7.425035E+01 2.1369658E+01 4.2225286E+01 + vertex -7.302447E+01 2.5899773E+01 4.3978030E+01 + vertex -7.030120E+01 2.1941344E+01 4.5140097E+01 + endloop + endfacet + facet normal 0.54601045037 0.13280147572 -0.8271858051 + outer loop + vertex -7.030120E+01 2.1941344E+01 4.5140097E+01 + vertex -7.302447E+01 2.5899773E+01 4.3978030E+01 + vertex -6.891884E+01 2.6475226E+01 4.6780471E+01 + endloop + endfacet + facet normal 0.49738696517 0.15703763049 -0.8531971574 + outer loop + vertex -7.030120E+01 2.1941344E+01 4.5140097E+01 + vertex -6.891884E+01 2.6475226E+01 4.6780471E+01 + vertex -6.610967E+01 2.2509572E+01 4.7688218E+01 + endloop + endfacet + facet normal 0.4697210797 0.13296546386 -0.8727441164 + outer loop + vertex -6.610967E+01 2.2509572E+01 4.7688218E+01 + vertex -6.891884E+01 2.6475226E+01 4.6780471E+01 + vertex -6.457924E+01 2.7050687E+01 4.9203764E+01 + endloop + endfacet + facet normal 0.4192404707 0.15713023985 -0.8941742087 + outer loop + vertex -6.610967E+01 2.2509572E+01 4.7688218E+01 + vertex -6.457924E+01 2.7050687E+01 4.9203764E+01 + vertex -6.169614E+01 2.3103352E+01 4.9861877E+01 + endloop + endfacet + facet normal 0.38905532369 0.13216386235 -0.9116845225 + outer loop + vertex -6.169614E+01 2.3103352E+01 4.9861877E+01 + vertex -6.457924E+01 2.7050687E+01 4.9203764E+01 + vertex -6.003807E+01 2.7626325E+01 5.1225128E+01 + endloop + endfacet + facet normal 0.33533190807 0.15705228064 -0.9289171613 + outer loop + vertex -6.169614E+01 2.3103352E+01 4.9861877E+01 + vertex -6.003807E+01 2.7626325E+01 5.1225128E+01 + vertex -5.709774E+01 2.3676037E+01 5.1618687E+01 + endloop + endfacet + facet normal 0.30401141401 0.13229271351 -0.9434382323 + outer loop + vertex -5.709774E+01 2.3676037E+01 5.1618687E+01 + vertex -6.003807E+01 2.7626325E+01 5.1225128E+01 + vertex -5.533158E+01 2.8201919E+01 5.2822449E+01 + endloop + endfacet + facet normal 0.24871409144 0.15714476879 -0.9557441197 + outer loop + vertex -5.709774E+01 2.3676037E+01 5.1618687E+01 + vertex -5.533158E+01 2.8201919E+01 5.2822449E+01 + vertex -5.236413E+01 2.4232943E+01 5.2942087E+01 + endloop + endfacet + facet normal 0.21710202611 0.1331696755 -0.9670225167 + outer loop + vertex -5.236413E+01 2.4232943E+01 5.2942087E+01 + vertex -5.533158E+01 2.8201919E+01 5.2822449E+01 + vertex -5.049926E+01 2.8777434E+01 5.3986586E+01 + endloop + endfacet + facet normal 0.16279845747 0.15707470995 -0.9740760739 + outer loop + vertex -5.236413E+01 2.4232943E+01 5.2942087E+01 + vertex -5.049926E+01 2.8777434E+01 5.3986586E+01 + vertex -4.754298E+01 2.4825381E+01 5.3843384E+01 + endloop + endfacet + facet normal 0.1296035102 0.13255493086 -0.9826658234 + outer loop + vertex -4.754298E+01 2.4825381E+01 5.3843384E+01 + vertex -5.049926E+01 2.8777434E+01 5.3986586E+01 + vertex -4.558163E+01 2.9352900E+01 5.4712798E+01 + endloop + endfacet + facet normal 0.0738966992 0.15710007828 -0.9848141161 + outer loop + vertex -4.754298E+01 2.4825381E+01 5.3843384E+01 + vertex -4.558163E+01 2.9352900E+01 5.4712798E+01 + vertex -4.263037E+01 2.5384182E+01 5.4301149E+01 + endloop + endfacet + facet normal 0.04110784341 0.13327862444 -0.9902257083 + outer loop + vertex -4.263037E+01 2.5384182E+01 5.4301149E+01 + vertex -4.558163E+01 2.9352900E+01 5.4712798E+01 + vertex -4.061926E+01 2.9928335E+01 5.4996254E+01 + endloop + endfacet + facet normal -0.0156306025 0.15794561198 -0.9873240947 + outer loop + vertex -4.263037E+01 2.5384182E+01 5.4301149E+01 + vertex -4.061926E+01 2.9928335E+01 5.4996254E+01 + vertex -3.768848E+01 2.5931026E+01 5.4310392E+01 + endloop + endfacet + facet normal -0.0483055206 0.13440472268 -0.9897484262 + outer loop + vertex -3.768848E+01 2.5931026E+01 5.4310392E+01 + vertex -4.061926E+01 2.9928335E+01 5.4996254E+01 + vertex -3.565115E+01 3.0503939E+01 5.4831946E+01 + endloop + endfacet + facet normal -0.1063702143 0.15933048252 -0.9814780562 + outer loop + vertex -3.768848E+01 2.5931026E+01 5.4310392E+01 + vertex -3.565115E+01 3.0503939E+01 5.4831946E+01 + vertex -3.278999E+01 2.6448357E+01 5.3863488E+01 + endloop + endfacet + facet normal -0.1385809823 0.13646891846 -0.9809034334 + outer loop + vertex -3.278999E+01 2.6448357E+01 5.3863488E+01 + vertex -3.565115E+01 3.0503939E+01 5.4831946E+01 + vertex -3.071936E+01 3.1079554E+01 5.4215271E+01 + endloop + endfacet + facet normal -0.1955126748 0.16089845607 -0.96741226 + outer loop + vertex -3.278999E+01 2.6448357E+01 5.3863488E+01 + vertex -3.071936E+01 3.1079554E+01 5.4215271E+01 + vertex -2.799281E+01 2.6965997E+01 5.2980077E+01 + endloop + endfacet + facet normal -0.2275523501 0.138592974 -0.963852642 + outer loop + vertex -2.799281E+01 2.6965997E+01 5.2980077E+01 + vertex -3.071936E+01 3.1079554E+01 5.4215271E+01 + vertex -2.586418E+01 3.1655086E+01 5.3151784E+01 + endloop + endfacet + facet normal -0.2787792278 0.16122044891 -0.9467259947 + outer loop + vertex -2.799281E+01 2.6965997E+01 5.2980077E+01 + vertex -2.586418E+01 3.1655086E+01 5.3151784E+01 + vertex -2.329765E+01 2.7578044E+01 5.1701738E+01 + endloop + endfacet + facet normal -0.3131991656 0.13706952498 -0.9397437033 + outer loop + vertex -2.329765E+01 2.7578044E+01 5.1701738E+01 + vertex -2.586418E+01 3.1655086E+01 5.3151784E+01 + vertex -2.112363E+01 3.2230576E+01 5.1655789E+01 + endloop + endfacet + facet normal -0.362243336 0.16019933947 -0.9182134486 + outer loop + vertex -2.329765E+01 2.7578044E+01 5.1701738E+01 + vertex -2.112363E+01 3.2230576E+01 5.1655789E+01 + vertex -1.868764E+01 2.8189845E+01 4.9989787E+01 + endloop + endfacet + facet normal -0.3959136159 0.13577040096 -0.9081953573 + outer loop + vertex -1.868764E+01 2.8189845E+01 4.9989787E+01 + vertex -2.112363E+01 3.2230576E+01 5.1655789E+01 + vertex -1.653623E+01 3.2806003E+01 4.9742003E+01 + endloop + endfacet + facet normal -0.4442454938 0.15972617145 -0.881551752 + outer loop + vertex -1.868764E+01 2.8189845E+01 4.9989787E+01 + vertex -1.653623E+01 3.2806003E+01 4.9742003E+01 + vertex -1.423522E+01 2.8764734E+01 4.7850215E+01 + endloop + endfacet + facet normal -0.4758029103 0.13587901982 -0.8689927977 + outer loop + vertex -1.423522E+01 2.8764734E+01 4.7850215E+01 + vertex -1.653623E+01 3.2806003E+01 4.9742003E+01 + vertex -1.213884E+01 3.3381555E+01 4.7424283E+01 + endloop + endfacet + facet normal -0.522115298 0.15978847263 -0.8377727971 + outer loop + vertex -1.423522E+01 2.8764734E+01 4.7850215E+01 + vertex -1.213884E+01 3.3381555E+01 4.7424283E+01 + vertex -1.002585E+01 2.9336879E+01 4.5335984E+01 + endloop + endfacet + facet normal -0.5527182303 0.13577770441 -0.8222329189 + outer loop + vertex -1.002585E+01 2.9336879E+01 4.5335984E+01 + vertex -1.213884E+01 3.3381555E+01 4.7424283E+01 + vertex -7.970414E+00 3.3957171E+01 4.4717252E+01 + endloop + endfacet + facet normal -0.5957757365 0.15963403181 -0.7871265766 + outer loop + vertex -1.002585E+01 2.9336879E+01 4.5335984E+01 + vertex -7.970414E+00 3.3957171E+01 4.4717252E+01 + vertex -6.091025E+00 2.9919288E+01 4.2475836E+01 + endloop + endfacet + facet normal -0.625577423 0.13533183634 -0.768334681 + outer loop + vertex -6.091025E+00 2.9919288E+01 4.2475836E+01 + vertex -7.970414E+00 3.3957171E+01 4.4717252E+01 + vertex -4.067108E+00 3.4532726E+01 4.1640560E+01 + endloop + endfacet + facet normal -0.6632498021 0.15854366617 -0.731412063 + outer loop + vertex -6.091025E+00 2.9919288E+01 4.2475836E+01 + vertex -4.067108E+00 3.4532726E+01 4.1640560E+01 + vertex -2.408475E+00 3.0552341E+01 3.9273696E+01 + endloop + endfacet + facet normal -0.6924067299 0.13313681631 -0.7091174152 + outer loop + vertex -2.408475E+00 3.0552341E+01 3.9273696E+01 + vertex -4.067108E+00 3.4532726E+01 4.1640560E+01 + vertex -4.568388E-01 3.5108253E+01 3.8223423E+01 + endloop + endfacet + facet normal -0.7259998766 0.1566326829 -0.6696195799 + outer loop + vertex -2.408475E+00 3.0552341E+01 3.9273696E+01 + vertex -4.568388E-01 3.5108253E+01 3.8223423E+01 + vertex 1.0016781E+00 3.1197463E+01 3.5727318E+01 + endloop + endfacet + facet normal -0.7531625848 0.13062020347 -0.6447359795 + outer loop + vertex 1.0016781E+00 3.1197463E+01 3.5727318E+01 + vertex -4.568388E-01 3.5108253E+01 3.8223423E+01 + vertex 2.8328240E+00 3.5683675E+01 3.4497108E+01 + endloop + endfacet + facet normal -0.7840239884 0.1552065238 -0.6010135777 + outer loop + vertex 1.0016781E+00 3.1197463E+01 3.5727318E+01 + vertex 2.8328240E+00 3.5683675E+01 3.4497108E+01 + vertex 4.0799912E+00 3.1795759E+01 3.1866155E+01 + endloop + endfacet + facet normal -0.8078897323 0.12984682348 -0.5748512702 + outer loop + vertex 4.0799912E+00 3.1795759E+01 3.1866155E+01 + vertex 2.8328240E+00 3.5683675E+01 3.4497108E+01 + vertex 5.7757455E+00 3.6259178E+01 3.0491153E+01 + endloop + endfacet + facet normal -0.8357340131 0.15524920515 -0.5267317568 + outer loop + vertex 4.0799912E+00 3.1795759E+01 3.1866155E+01 + vertex 5.7757455E+00 3.6259178E+01 3.0491153E+01 + vertex 6.7788036E+00 3.2344546E+01 2.7745859E+01 + endloop + endfacet + facet normal -0.8564632396 0.1307521122 -0.4993742127 + outer loop + vertex 6.7788036E+00 3.2344546E+01 2.7745859E+01 + vertex 5.7757455E+00 3.6259178E+01 3.0491153E+01 + vertex 8.3446400E+00 3.6834779E+01 2.6236022E+01 + endloop + endfacet + facet normal -0.8799963036 0.15602339814 -0.4486236784 + outer loop + vertex 6.7788036E+00 3.2344546E+01 2.7745859E+01 + vertex 8.3446400E+00 3.6834779E+01 2.6236022E+01 + vertex 9.0807257E+00 3.2901435E+01 2.3424207E+01 + endloop + endfacet + facet normal -0.8985053275 0.13128910521 -0.4188691291 + outer loop + vertex 9.0807257E+00 3.2901435E+01 2.3424207E+01 + vertex 8.3446400E+00 3.6834779E+01 2.6236022E+01 + vertex 1.0513435E+01 3.7410358E+01 2.1764203E+01 + endloop + endfacet + facet normal -0.9169352728 0.15616443644 -0.3672088974 + outer loop + vertex 9.0807257E+00 3.2901435E+01 2.3424207E+01 + vertex 1.0513435E+01 3.7410358E+01 2.1764203E+01 + vertex 1.0989371E+01 3.3480901E+01 1.8904675E+01 + endloop + endfacet + facet normal -0.9327996081 0.13126885654 -0.3356387617 + outer loop + vertex 1.0989371E+01 3.3480901E+01 1.8904675E+01 + vertex 1.0513435E+01 3.7410358E+01 2.1764203E+01 + vertex 1.2267970E+01 3.7985927E+01 1.7113145E+01 + endloop + endfacet + facet normal -0.9463149904 0.15599178209 -0.2831157057 + outer loop + vertex 1.0989371E+01 3.3480901E+01 1.8904675E+01 + vertex 1.2267970E+01 3.7985927E+01 1.7113145E+01 + vertex 1.2488048E+01 3.4059714E+01 1.4214261E+01 + endloop + endfacet + facet normal -0.9591419851 0.1312818524 -0.2506226799 + outer loop + vertex 1.2488048E+01 3.4059714E+01 1.4214261E+01 + vertex 1.2267970E+01 3.7985927E+01 1.7113145E+01 + vertex 1.3598168E+01 3.8561351E+01 1.2323851E+01 + endloop + endfacet + facet normal -0.9679249046 0.15598673611 -0.1969505448 + outer loop + vertex 1.2488048E+01 3.4059714E+01 1.4214261E+01 + vertex 1.3598168E+01 3.8561351E+01 1.2323851E+01 + vertex 1.3561046E+01 3.4635197E+01 9.3967367E+00 + endloop + endfacet + facet normal -0.97770052 0.13138502612 -0.1638281665 + outer loop + vertex 1.3561046E+01 3.4635197E+01 9.3967367E+00 + vertex 1.3598168E+01 3.8561351E+01 1.2323851E+01 + vertex 1.4494752E+01 3.9136810E+01 7.4346813E+00 + endloop + endfacet + facet normal -0.98173566 0.15643701912 -0.1082707385 + outer loop + vertex 1.3561046E+01 3.4635197E+01 9.3967367E+00 + vertex 1.4494752E+01 3.9136810E+01 7.4346813E+00 + vertex 1.4189862E+01 3.5188905E+01 4.4950358E+00 + endloop + endfacet + facet normal -0.9883682934 0.13224581009 -0.0750943564 + outer loop + vertex 1.4189862E+01 3.5188905E+01 4.4950358E+00 + vertex 1.4494752E+01 3.9136810E+01 7.4346813E+00 + vertex 1.4947859E+01 3.9712396E+01 2.4846649E+00 + endloop + endfacet + facet normal -0.9873884963 0.15723050794 -0.0185074256 + outer loop + vertex 1.4189862E+01 3.5188905E+01 4.4950358E+00 + vertex 1.4947859E+01 3.9712396E+01 2.4846649E+00 + vertex 1.4369092E+01 3.5737216E+01 -4.088740E-01 + endloop + endfacet + facet normal -0.9909878568 0.13306170301 0.01541592878 + outer loop + vertex 1.4369092E+01 3.5737216E+01 -4.088740E-01 + vertex 1.4947859E+01 3.9712396E+01 2.4846649E+00 + vertex 1.4947831E+01 4.0287982E+01 -2.485277E+00 + endloop + endfacet + facet normal -0.9849795418 0.15752799102 0.0707123351 + outer loop + vertex 1.4369092E+01 3.5737216E+01 -4.088740E-01 + vertex 1.4947831E+01 4.0287982E+01 -2.485277E+00 + vertex 1.4111315E+01 3.6321680E+01 -5.301583E+00 + endloop + endfacet + facet normal -0.9854919656 0.13281852103 0.1056637407 + outer loop + vertex 1.4111315E+01 3.6321680E+01 -5.301583E+00 + vertex 1.4947831E+01 4.0287982E+01 -2.485277E+00 + vertex 1.4494668E+01 4.0863568E+01 -7.435288E+00 + endloop + endfacet + facet normal -0.9746518577 0.15709752414 0.15929257408 + outer loop + vertex 1.4111315E+01 3.6321680E+01 -5.301583E+00 + vertex 1.4494668E+01 4.0863568E+01 -7.435288E+00 + vertex 1.3411610E+01 3.6905129E+01 -1.015823E+01 + endloop + endfacet + facet normal -0.9720254715 0.13259433899 0.19386909011 + outer loop + vertex 1.3411610E+01 3.6905129E+01 -1.015823E+01 + vertex 1.4494668E+01 4.0863568E+01 -7.435288E+00 + vertex 1.3598033E+01 4.1439026E+01 -1.232444E+01 + endloop + endfacet + facet normal -0.9564208341 0.15696267647 0.2462151627 + outer loop + vertex 1.3411610E+01 3.6905129E+01 -1.015823E+01 + vertex 1.3598033E+01 4.1439026E+01 -1.232444E+01 + vertex 1.2272826E+01 3.7480968E+01 -1.494892E+01 + endloop + endfacet + facet normal -0.9507831692 0.13265743773 0.28002387271 + outer loop + vertex 1.2272826E+01 3.7480968E+01 -1.494892E+01 + vertex 1.3598033E+01 4.1439026E+01 -1.232444E+01 + vertex 1.2267787E+01 4.2014448E+01 -1.711371E+01 + endloop + endfacet + facet normal -0.9305282717 0.15696295947 0.33087726551 + outer loop + vertex 1.2272826E+01 3.7480968E+01 -1.494892E+01 + vertex 1.2267787E+01 4.2014448E+01 -1.711371E+01 + vertex 1.0711156E+01 3.8059601E+01 -1.961531E+01 + endloop + endfacet + facet normal -0.9218615806 0.13249594107 0.36416486885 + outer loop + vertex 1.0711156E+01 3.8059601E+01 -1.961531E+01 + vertex 1.2267787E+01 4.2014448E+01 -1.711371E+01 + vertex 1.0513202E+01 4.2590017E+01 -2.176475E+01 + endloop + endfacet + facet normal -0.8966868656 0.15715851977 0.41382830336 + outer loop + vertex 1.0711156E+01 3.8059601E+01 -1.961531E+01 + vertex 1.0513202E+01 4.2590017E+01 -2.176475E+01 + vertex 8.7372610E+00 3.8622116E+01 -2.410599E+01 + endloop + endfacet + facet normal -0.884978454 0.1327545586 0.44630635574 + outer loop + vertex 8.7372610E+00 3.8622116E+01 -2.410599E+01 + vertex 1.0513202E+01 4.2590017E+01 -2.176475E+01 + vertex 8.3443595E+00 4.3165596E+01 -2.623654E+01 + endloop + endfacet + facet normal -0.8552128436 0.15757262178 0.4937427073 + outer loop + vertex 8.7372610E+00 3.8622116E+01 -2.410599E+01 + vertex 8.3443595E+00 4.3165596E+01 -2.623654E+01 + vertex 6.3635995E+00 3.9192607E+01 -2.839948E+01 + endloop + endfacet + facet normal -0.8404164748 0.13297541702 0.52537385489 + outer loop + vertex 6.3635995E+00 3.9192607E+01 -2.839948E+01 + vertex 8.3443595E+00 4.3165596E+01 -2.623654E+01 + vertex 5.7754257E+00 4.3741195E+01 -3.049163E+01 + endloop + endfacet + facet normal -0.80731297 0.15722689974 0.56879299434 + outer loop + vertex 6.3635995E+00 3.9192607E+01 -2.839948E+01 + vertex 5.7754257E+00 4.3741195E+01 -3.049163E+01 + vertex 3.6087514E+00 3.9790835E+01 -3.247492E+01 + endloop + endfacet + facet normal -0.7896478316 0.13230989934 0.59912468869 + outer loop + vertex 3.6087514E+00 3.9790835E+01 -3.247492E+01 + vertex 5.7754257E+00 4.3741195E+01 -3.049163E+01 + vertex 2.8324701E+00 4.4316697E+01 -3.449755E+01 + endloop + endfacet + facet normal -0.7525769216 0.1567465625 0.63957680714 + outer loop + vertex 3.6087514E+00 3.9790835E+01 -3.247492E+01 + vertex 2.8324701E+00 4.4316697E+01 -3.449755E+01 + vertex 4.8755201E-01 4.0367752E+01 -3.628896E+01 + endloop + endfacet + facet normal -0.732826678 0.13239187646 0.66741100608 + outer loop + vertex 4.8755201E-01 4.0367752E+01 -3.628896E+01 + vertex 2.8324701E+00 4.4316697E+01 -3.449755E+01 + vertex -4.572220E-01 4.4892118E+01 -3.822382E+01 + endloop + endfacet + facet normal -0.6914306147 0.15717066478 0.70513905523 + outer loop + vertex 4.8755201E-01 4.0367752E+01 -3.628896E+01 + vertex -4.572220E-01 4.4892118E+01 -3.822382E+01 + vertex -2.974905E+00 4.0914117E+01 -3.980589E+01 + endloop + endfacet + facet normal -0.6699351866 0.13355644461 0.73030782674 + outer loop + vertex -2.974905E+00 4.0914117E+01 -3.980589E+01 + vertex -4.572220E-01 4.4892118E+01 -3.822382E+01 + vertex -4.067539E+00 4.5467646E+01 -4.164093E+01 + endloop + endfacet + facet normal -0.6247698149 0.15821793548 0.7646108574 + outer loop + vertex -2.974905E+00 4.0914117E+01 -3.980589E+01 + vertex -4.067539E+00 4.5467646E+01 -4.164093E+01 + vertex -6.736711E+00 4.1459989E+01 -4.299265E+01 + endloop + endfacet + facet normal -0.6010772324 0.13462703422 0.78777009487 + outer loop + vertex -6.736711E+00 4.1459989E+01 -4.299265E+01 + vertex -4.067539E+00 4.5467646E+01 -4.164093E+01 + vertex -7.970895E+00 4.6043204E+01 -4.471760E+01 + endloop + endfacet + facet normal -0.5523195162 0.1592402719 0.81828215662 + outer loop + vertex -6.736711E+00 4.1459989E+01 -4.299265E+01 + vertex -7.970895E+00 4.6043204E+01 -4.471760E+01 + vertex -1.075041E+01 4.2003969E+01 -4.580765E+01 + endloop + endfacet + facet normal -0.5263507397 0.13567878425 0.83937248368 + outer loop + vertex -1.075041E+01 4.2003969E+01 -4.580765E+01 + vertex -7.970895E+00 4.6043204E+01 -4.471760E+01 + vertex -1.213935E+01 4.6618820E+01 -4.742458E+01 + endloop + endfacet + facet normal -0.4776085087 0.15900057715 0.86406534989 + outer loop + vertex -1.075041E+01 4.2003969E+01 -4.580765E+01 + vertex -1.213935E+01 4.6618820E+01 -4.742458E+01 + vertex -1.496762E+01 4.2618824E+01 -4.825184E+01 + endloop + endfacet + facet normal -0.4482441196 0.13415941648 0.88378643358 + outer loop + vertex -1.496762E+01 4.2618824E+01 -4.825184E+01 + vertex -1.213935E+01 4.6618820E+01 -4.742458E+01 + vertex -1.653676E+01 4.7194372E+01 -4.974226E+01 + endloop + endfacet + facet normal -0.3986561156 0.15757424115 0.90346204129 + outer loop + vertex -1.496762E+01 4.2618824E+01 -4.825184E+01 + vertex -1.653676E+01 4.7194372E+01 -4.974226E+01 + vertex -1.941904E+01 4.3247196E+01 -5.032564E+01 + endloop + endfacet + facet normal -0.3674527185 0.13225757623 0.92059026346 + outer loop + vertex -1.941904E+01 4.3247196E+01 -5.032564E+01 + vertex -1.653676E+01 4.7194372E+01 -4.974226E+01 + vertex -2.112419E+01 4.7769799E+01 -5.165599E+01 + endloop + endfacet + facet normal -0.3148342288 0.15666660046 0.93612765406 + outer loop + vertex -1.941904E+01 4.3247196E+01 -5.032564E+01 + vertex -2.112419E+01 4.7769799E+01 -5.165599E+01 + vertex -2.408451E+01 4.3833885E+01 -5.199289E+01 + endloop + endfacet + facet normal -0.2836826525 0.13206794568 0.94978008527 + outer loop + vertex -2.408451E+01 4.3833885E+01 -5.199289E+01 + vertex -2.112419E+01 4.7769799E+01 -5.165599E+01 + vertex -2.586475E+01 4.8345289E+01 -5.315194E+01 + endloop + endfacet + facet normal -0.2278249493 0.15698332315 0.96096411418 + outer loop + vertex -2.408451E+01 4.3833885E+01 -5.199289E+01 + vertex -2.586475E+01 4.8345289E+01 -5.315194E+01 + vertex -2.887885E+01 4.4378026E+01 -5.321843E+01 + endloop + endfacet + facet normal -0.1969383575 0.13334416868 0.97130562442 + outer loop + vertex -2.887885E+01 4.4378026E+01 -5.321843E+01 + vertex -2.586475E+01 4.8345289E+01 -5.315194E+01 + vertex -3.071997E+01 4.8920823E+01 -5.421537E+01 + endloop + endfacet + facet normal -0.1386274566 0.1583582455 0.97760170537 + outer loop + vertex -2.887885E+01 4.4378026E+01 -5.321843E+01 + vertex -3.071997E+01 4.8920823E+01 -5.421537E+01 + vertex -3.371735E+01 4.4888699E+01 -5.398726E+01 + endloop + endfacet + facet normal -0.1073312684 0.13550886664 0.98494535173 + outer loop + vertex -3.371735E+01 4.4888699E+01 -5.398726E+01 + vertex -3.071997E+01 4.8920823E+01 -5.421537E+01 + vertex -3.565175E+01 4.9496437E+01 -5.483199E+01 + endloop + endfacet + facet normal -0.0501642609 0.15968225435 0.9858930594 + outer loop + vertex -3.371735E+01 4.4888699E+01 -5.398726E+01 + vertex -3.565175E+01 4.9496437E+01 -5.483199E+01 + vertex -3.857628E+01 4.5440106E+01 -5.432381E+01 + endloop + endfacet + facet normal -0.0169543201 0.13631831277 0.99051999911 + outer loop + vertex -3.857628E+01 4.5440106E+01 -5.432381E+01 + vertex -3.565175E+01 4.9496437E+01 -5.483199E+01 + vertex -4.061985E+01 5.0072040E+01 -5.499625E+01 + endloop + endfacet + facet normal 0.03582127968 0.15903671036 0.98662260296 + outer loop + vertex -3.857628E+01 4.5440106E+01 -5.432381E+01 + vertex -4.061985E+01 5.0072040E+01 -5.499625E+01 + vertex -4.343240E+01 4.6074489E+01 -5.424975E+01 + endloop + endfacet + facet normal 0.07199607455 0.13391238035 0.98837444303 + outer loop + vertex -4.343240E+01 4.6074489E+01 -5.424975E+01 + vertex -4.061985E+01 5.0072040E+01 -5.499625E+01 + vertex -4.558222E+01 5.0647475E+01 -5.471274E+01 + endloop + endfacet + facet normal 0.12306121729 0.15705987713 0.97989189801 + outer loop + vertex -4.343240E+01 4.6074489E+01 -5.424975E+01 + vertex -4.558222E+01 5.0647475E+01 -5.471274E+01 + vertex -4.830832E+01 4.6722948E+01 -5.374134E+01 + endloop + endfacet + facet normal 0.15984104501 0.13114039619 0.97839308911 + outer loop + vertex -4.830832E+01 4.6722948E+01 -5.374134E+01 + vertex -4.558222E+01 5.0647475E+01 -5.471274E+01 + vertex -5.049984E+01 5.1222941E+01 -5.398647E+01 + endloop + endfacet + facet normal 0.21148030025 0.1555552664 0.9649241637 + outer loop + vertex -4.830832E+01 4.6722948E+01 -5.374134E+01 + vertex -5.049984E+01 5.1222941E+01 -5.398647E+01 + vertex -5.315486E+01 4.7331086E+01 -5.277717E+01 + endloop + endfacet + facet normal 0.24683557071 0.129998511 0.9602981767 + outer loop + vertex -5.315486E+01 4.7331086E+01 -5.277717E+01 + vertex -5.049984E+01 5.1222941E+01 -5.398647E+01 + vertex -5.533215E+01 5.1798456E+01 -5.282228E+01 + endloop + endfacet + facet normal 0.29868567613 0.15508078926 0.94166704077 + outer loop + vertex -5.315486E+01 4.7331086E+01 -5.277717E+01 + vertex -5.533215E+01 5.1798456E+01 -5.282228E+01 + vertex -5.787533E+01 4.7906372E+01 -5.137464E+01 + endloop + endfacet + facet normal 0.33287708962 0.12988116652 0.93398272242 + outer loop + vertex -5.787533E+01 4.7906372E+01 -5.137464E+01 + vertex -5.533215E+01 5.1798456E+01 -5.282228E+01 + vertex -6.003862E+01 5.2374051E+01 -5.122491E+01 + endloop + endfacet + facet normal 0.38380341349 0.15533536407 0.91025593349 + outer loop + vertex -5.787533E+01 4.7906372E+01 -5.137464E+01 + vertex -6.003862E+01 5.2374051E+01 -5.122491E+01 + vertex -6.241744E+01 4.8461002E+01 -4.955413E+01 + endloop + endfacet + facet normal 0.41694994658 0.13059193964 0.8994990202 + outer loop + vertex -6.241744E+01 4.8461002E+01 -4.955413E+01 + vertex -6.003862E+01 5.2374051E+01 -5.122491E+01 + vertex -6.457977E+01 5.2949689E+01 -4.920350E+01 + endloop + endfacet + facet normal 0.46451596848 0.15567151635 0.87177479547 + outer loop + vertex -6.241744E+01 4.8461002E+01 -4.955413E+01 + vertex -6.457977E+01 5.2949689E+01 -4.920350E+01 + vertex -6.678968E+01 4.9026983E+01 -4.732550E+01 + endloop + endfacet + facet normal 0.49654489919 0.13106141926 0.85805947782 + outer loop + vertex -6.678968E+01 4.9026983E+01 -4.732550E+01 + vertex -6.457977E+01 5.2949689E+01 -4.920350E+01 + vertex -6.891934E+01 5.3525149E+01 -4.678016E+01 + endloop + endfacet + facet normal 0.54056591655 0.15569680586 0.82676900916 + outer loop + vertex -6.678968E+01 4.9026983E+01 -4.732550E+01 + vertex -6.891934E+01 5.3525149E+01 -4.678016E+01 + vertex -7.096074E+01 4.9610862E+01 -4.470830E+01 + endloop + endfacet + facet normal 0.57137600586 0.13085287731 0.8101894744 + outer loop + vertex -7.096074E+01 4.9610862E+01 -4.470830E+01 + vertex -6.891934E+01 5.3525149E+01 -4.678016E+01 + vertex -7.302494E+01 5.4100601E+01 -4.397768E+01 + endloop + endfacet + facet normal 0.61295567488 0.1557589764 0.77461247208 + outer loop + vertex -7.096074E+01 4.9610862E+01 -4.470830E+01 + vertex -7.302494E+01 5.4100601E+01 -4.397768E+01 + vertex -7.489634E+01 5.0182316E+01 -4.170894E+01 + endloop + endfacet + facet normal 0.64159626242 0.13115617894 0.75574618278 + outer loop + vertex -7.489634E+01 5.0182316E+01 -4.170894E+01 + vertex -7.302494E+01 5.4100601E+01 -4.397768E+01 + vertex -7.686315E+01 5.4676096E+01 -4.081908E+01 + endloop + endfacet + facet normal 0.68074749713 0.15622864335 0.71566434601 + outer loop + vertex -7.489634E+01 5.0182316E+01 -4.170894E+01 + vertex -7.686315E+01 5.4676096E+01 -4.081908E+01 + vertex -7.852443E+01 5.0731285E+01 -3.837770E+01 + endloop + endfacet + facet normal 0.70716365061 0.13207096902 0.69460552143 + outer loop + vertex -7.852443E+01 5.0731285E+01 -3.837770E+01 + vertex -7.686315E+01 5.4676096E+01 -4.081908E+01 + vertex -8.040028E+01 5.5251659E+01 -3.732743E+01 + endloop + endfacet + facet normal 0.74265956696 0.15692687628 0.6510228284 + outer loop + vertex -7.852443E+01 5.0731285E+01 -3.837770E+01 + vertex -8.040028E+01 5.5251659E+01 -3.732743E+01 + vertex -8.182911E+01 5.1300794E+01 -3.474514E+01 + endloop + endfacet + facet normal 0.76769454688 0.13219299325 0.62703277045 + outer loop + vertex -8.182911E+01 5.1300794E+01 -3.474514E+01 + vertex -8.040028E+01 5.5251659E+01 -3.732743E+01 + vertex -8.360365E+01 5.5827308E+01 -3.352680E+01 + endloop + endfacet + facet normal 0.7988917491 0.15690809934 0.58064776034 + outer loop + vertex -8.182911E+01 5.1300794E+01 -3.474514E+01 + vertex -8.360365E+01 5.5827308E+01 -3.352680E+01 + vertex -8.478634E+01 5.1872993E+01 -3.083102E+01 + endloop + endfacet + facet normal 0.82145650475 0.13245337013 0.5546758653 + outer loop + vertex -8.478634E+01 5.1872993E+01 -3.083102E+01 + vertex -8.360365E+01 5.5827308E+01 -3.352680E+01 + vertex -8.644852E+01 5.6402819E+01 -2.945108E+01 + endloop + endfacet + facet normal 0.84813747866 0.15708687251 0.50595111599 + outer loop + vertex -8.478634E+01 5.1872993E+01 -3.083102E+01 + vertex -8.644852E+01 5.6402819E+01 -2.945108E+01 + vertex -8.738415E+01 5.2433702E+01 -2.665034E+01 + endloop + endfacet + facet normal 0.86787631377 0.13313900322 0.47860705157 + outer loop + vertex -8.738415E+01 5.2433702E+01 -2.665034E+01 + vertex -8.644852E+01 5.6402819E+01 -2.945108E+01 + vertex -8.891635E+01 5.6978270E+01 -2.513616E+01 + endloop + endfacet + facet normal 0.89002933064 0.15752838545 0.42782309238 + outer loop + vertex -8.738415E+01 5.2433702E+01 -2.665034E+01 + vertex -8.891635E+01 5.6978270E+01 -2.513616E+01 + vertex -8.960150E+01 5.2998302E+01 -2.224532E+01 + endloop + endfacet + facet normal 0.90716071219 0.13364201671 0.39899781156 + outer loop + vertex -8.960150E+01 5.2998302E+01 -2.224532E+01 + vertex -8.891635E+01 5.6978270E+01 -2.513616E+01 + vertex -9.098848E+01 5.7553750E+01 -2.061770E+01 + endloop + endfacet + facet normal 0.92496462555 0.15814585843 0.34558693399 + outer loop + vertex -8.960150E+01 5.2998302E+01 -2.224532E+01 + vertex -9.098848E+01 5.7553750E+01 -2.061770E+01 + vertex -9.140306E+01 5.3542864E+01 -1.767264E+01 + endloop + endfacet + facet normal 0.93925942972 0.13470102721 0.31566969596 + outer loop + vertex -9.140306E+01 5.3542864E+01 -1.767264E+01 + vertex -9.098848E+01 5.7553750E+01 -2.061770E+01 + vertex -9.264583E+01 5.8129270E+01 -1.593193E+01 + endloop + endfacet + facet normal 0.95213063797 0.1588763384 0.26116193698 + outer loop + vertex -9.140306E+01 5.3542864E+01 -1.767264E+01 + vertex -9.264583E+01 5.8129270E+01 -1.593193E+01 + vertex -9.278294E+01 5.4107668E+01 -1.298554E+01 + endloop + endfacet + facet normal 0.96409807716 0.13476487381 0.22880849287 + outer loop + vertex -9.278294E+01 5.4107668E+01 -1.298554E+01 + vertex -9.264583E+01 5.8129270E+01 -1.593193E+01 + vertex -9.386963E+01 5.8704922E+01 -1.111442E+01 + endloop + endfacet + facet normal 0.97177838521 0.1586550371 0.17457190276 + outer loop + vertex -9.278294E+01 5.4107668E+01 -1.298554E+01 + vertex -9.386963E+01 5.8704922E+01 -1.111442E+01 + vertex -9.374544E+01 5.4717846E+01 -8.182212E+00 + endloop + endfacet + facet normal 0.98109594718 0.133555776 0.14004855277 + outer loop + vertex -9.374544E+01 5.4717846E+01 -8.182212E+00 + vertex -9.386963E+01 5.8704922E+01 -1.111442E+01 + vertex -9.464872E+01 5.9280483E+01 -6.205456E+00 + endloop + endfacet + facet normal 0.98376620724 0.15748230315 0.08604285954 + outer loop + vertex -9.374544E+01 5.4717846E+01 -8.182212E+00 + vertex -9.464872E+01 5.9280483E+01 -6.205456E+00 + vertex -9.427077E+01 5.5327254E+01 -3.291248E+00 + endloop + endfacet + facet normal 0.98986218598 0.13244670795 0.05129056751 + outer loop + vertex -9.427077E+01 5.5327254E+01 -3.291248E+00 + vertex -9.464872E+01 5.9280483E+01 -6.205456E+00 + vertex -9.498270E+01 5.9855948E+01 -1.245996E+00 + endloop + endfacet + facet normal 0.98762339669 0.15680650381 -0.0034273415 + outer loop + vertex -9.427077E+01 5.5327254E+01 -3.291248E+00 + vertex -9.498270E+01 5.9855948E+01 -1.245996E+00 + vertex -9.434542E+01 5.5905098E+01 1.6349197E+00 + endloop + endfacet + facet normal 0.99048106678 0.13245540754 -0.037454257 + outer loop + vertex -9.434542E+01 5.5905098E+01 1.6349197E+00 + vertex -9.498270E+01 5.9855948E+01 -1.245996E+00 + vertex -9.487173E+01 6.0431413E+01 3.7237433E+00 + endloop + endfacet + facet normal 0.98331393092 0.15685766114 -0.0921378717 + outer loop + vertex -9.434542E+01 5.5905098E+01 1.6349197E+00 + vertex -9.487173E+01 6.0431413E+01 3.7237433E+00 + vertex -9.397662E+01 5.6475912E+01 6.5426560E+00 + endloop + endfacet + facet normal 0.9831140085 0.13260385792 -0.1261073477 + outer loop + vertex -9.397662E+01 5.6475912E+01 6.5426560E+00 + vertex -9.487173E+01 6.0431413E+01 3.7237433E+00 + vertex -9.431581E+01 6.1006880E+01 8.6627557E+00 + endloop + endfacet + facet normal 0.97078239238 0.15741767449 -0.1811110775 + outer loop + vertex -9.397662E+01 5.6475912E+01 6.5426560E+00 + vertex -9.431581E+01 6.1006880E+01 8.6627557E+00 + vertex -9.315900E+01 5.7033446E+01 1.1409801E+01 + endloop + endfacet + facet normal 0.96754355814 0.13323312405 -0.2147286608 + outer loop + vertex -9.315900E+01 5.7033446E+01 1.1409801E+01 + vertex -9.431581E+01 6.1006880E+01 8.6627557E+00 + vertex -9.331454E+01 6.1582532E+01 1.3531543E+01 + endloop + endfacet + facet normal 0.94999083171 0.15808826219 -0.2693056275 + outer loop + vertex -9.315900E+01 5.7033446E+01 1.1409801E+01 + vertex -9.331454E+01 6.1582532E+01 1.3531543E+01 + vertex -9.190260E+01 5.7591469E+01 1.6169404E+01 + endloop + endfacet + facet normal 0.943716241 0.13399618644 -0.3023982118 + outer loop + vertex -9.190260E+01 5.7591469E+01 1.6169404E+01 + vertex -9.331454E+01 6.1582532E+01 1.3531543E+01 + vertex -9.187212E+01 6.2158137E+01 1.8288048E+01 + endloop + endfacet + facet normal 0.92139983996 0.15847295572 -0.3548360991 + outer loop + vertex -9.190260E+01 5.7591469E+01 1.6169404E+01 + vertex -9.187212E+01 6.2158137E+01 1.8288048E+01 + vertex -9.022199E+01 5.8140752E+01 2.0778747E+01 + endloop + endfacet + facet normal 0.9123241563 0.13508694562 -0.3865438538 + outer loop + vertex -9.022199E+01 5.8140752E+01 2.0778747E+01 + vertex -9.187212E+01 6.2158137E+01 1.8288048E+01 + vertex -9.000552E+01 6.2733619E+01 2.2894734E+01 + endloop + endfacet + facet normal 0.8860405317 0.15889348265 -0.4355284576 + outer loop + vertex -9.022199E+01 5.8140752E+01 2.0778747E+01 + vertex -9.000552E+01 6.2733619E+01 2.2894734E+01 + vertex -8.814539E+01 5.8705997E+01 2.5209603E+01 + endloop + endfacet + facet normal 0.8739838825 0.13540380306 -0.466709742 + outer loop + vertex -8.814539E+01 5.8705997E+01 2.5209603E+01 + vertex -9.000552E+01 6.2733619E+01 2.2894734E+01 + vertex -8.773360E+01 6.3309086E+01 2.7316202E+01 + endloop + endfacet + facet normal 0.844900324 0.15826379158 -0.510975552 + outer loop + vertex -8.814539E+01 5.8705997E+01 2.5209603E+01 + vertex -8.773360E+01 6.3309086E+01 2.7316202E+01 + vertex -8.570774E+01 5.9335575E+01 2.9435256E+01 + endloop + endfacet + facet normal 0.82911685263 0.13314364398 -0.5429898846 + outer loop + vertex -8.570774E+01 5.9335575E+01 2.9435256E+01 + vertex -8.773360E+01 6.3309086E+01 2.7316202E+01 + vertex -8.507545E+01 6.3884540E+01 3.1516162E+01 + endloop + endfacet + facet normal 0.79600320157 0.15679520287 -0.5846316511 + outer loop + vertex -8.570774E+01 5.9335575E+01 2.9435256E+01 + vertex -8.507545E+01 6.3884540E+01 3.1516162E+01 + vertex -8.287899E+01 5.9967109E+01 3.3456103E+01 + endloop + endfacet + facet normal 0.77715805965 0.1309251345 -0.6155355063 + outer loop + vertex -8.287899E+01 5.9967109E+01 3.3456103E+01 + vertex -8.507545E+01 6.3884540E+01 3.1516162E+01 + vertex -8.204923E+01 6.4460147E+01 3.5459409E+01 + endloop + endfacet + facet normal 0.73858919306 0.15602400123 -0.65585251 + outer loop + vertex -8.287899E+01 5.9967109E+01 3.3456103E+01 + vertex -8.204923E+01 6.4460147E+01 3.5459409E+01 + vertex -7.966432E+01 6.0553107E+01 3.7215719E+01 + endloop + endfacet + facet normal 0.71770741658 0.13063263952 -0.6839818548 + outer loop + vertex -7.966432E+01 6.0553107E+01 3.7215719E+01 + vertex -8.204923E+01 6.4460147E+01 3.5459409E+01 + vertex -7.867547E+01 6.5035785E+01 3.9109469E+01 + endloop + endfacet + facet normal 0.67467991598 0.15595184269 -0.7214471801 + outer loop + vertex -7.966432E+01 6.0553107E+01 3.7215719E+01 + vertex -7.867547E+01 6.5035785E+01 3.9109469E+01 + vertex -7.612398E+01 6.1106451E+01 4.0646170E+01 + endloop + endfacet + facet normal 0.65239243973 0.13174328221 -0.7463429588 + outer loop + vertex -7.612398E+01 6.1106451E+01 4.0646170E+01 + vertex -7.867547E+01 6.5035785E+01 3.9109469E+01 + vertex -7.498413E+01 6.5611283E+01 4.2437721E+01 + endloop + endfacet + facet normal 0.60610329371 0.15675594248 -0.7797861065 + outer loop + vertex -7.612398E+01 6.1106451E+01 4.0646170E+01 + vertex -7.498413E+01 6.5611283E+01 4.2437721E+01 + vertex -7.230581E+01 6.1628487E+01 4.3718859E+01 + endloop + endfacet + facet normal 0.5824143677 0.13373980968 -0.801814921 + outer loop + vertex -7.230581E+01 6.1628487E+01 4.3718859E+01 + vertex -7.498413E+01 6.5611283E+01 4.2437721E+01 + vertex -7.100830E+01 6.6186762E+01 4.5421634E+01 + endloop + endfacet + facet normal 0.53456186736 0.15797677695 -0.8302330684 + outer loop + vertex -7.230581E+01 6.1628487E+01 4.3718859E+01 + vertex -7.100830E+01 6.6186762E+01 4.5421634E+01 + vertex -6.824528E+01 6.2174339E+01 4.6437172E+01 + endloop + endfacet + facet normal 0.50821989248 0.13467427095 -0.8506323422 + outer loop + vertex -6.824528E+01 6.2174339E+01 4.6437172E+01 + vertex -7.100830E+01 6.6186762E+01 4.5421634E+01 + vertex -6.678190E+01 6.6762202E+01 4.8037847E+01 + endloop + endfacet + facet normal 0.46039109437 0.15792777788 -0.8735552972 + outer loop + vertex -6.824528E+01 6.2174339E+01 4.6437172E+01 + vertex -6.678190E+01 6.6762202E+01 4.8037847E+01 + vertex -6.398190E+01 6.2790426E+01 4.8795490E+01 + endloop + endfacet + facet normal 0.43002699355 0.13281389119 -0.8929934239 + outer loop + vertex -6.398190E+01 6.2790426E+01 4.8795490E+01 + vertex -6.678190E+01 6.6762202E+01 4.8037847E+01 + vertex -6.233751E+01 6.7337760E+01 5.0263678E+01 + endloop + endfacet + facet normal 0.38027346623 0.1567773674 -0.9114894119 + outer loop + vertex -6.398190E+01 6.2790426E+01 4.8795490E+01 + vertex -6.233751E+01 6.7337760E+01 5.0263678E+01 + vertex -5.949408E+01 6.3418570E+01 5.0775852E+01 + endloop + endfacet + facet normal 0.3472958819 0.13061361511 -0.9286149116 + outer loop + vertex -5.949408E+01 6.3418570E+01 5.0775852E+01 + vertex -6.233751E+01 6.7337760E+01 5.0263678E+01 + vertex -5.770911E+01 6.7913401E+01 5.2075636E+01 + endloop + endfacet + facet normal 0.29445778178 0.15572487288 -0.9428914989 + outer loop + vertex -5.949408E+01 6.3418570E+01 5.0775852E+01 + vertex -5.770911E+01 6.7913401E+01 5.2075636E+01 + vertex -5.481067E+01 6.4017221E+01 5.2337315E+01 + endloop + endfacet + facet normal 0.26116114156 0.13004121522 -0.9564957608 + outer loop + vertex -5.481067E+01 6.4017221E+01 5.2337315E+01 + vertex -5.770911E+01 6.7913401E+01 5.2075636E+01 + vertex -5.293494E+01 6.8488930E+01 5.3457418E+01 + endloop + endfacet + facet normal 0.20705543812 0.15510623615 -0.9659555378 + outer loop + vertex -5.481067E+01 6.4017221E+01 5.2337315E+01 + vertex -5.293494E+01 6.8488930E+01 5.3457418E+01 + vertex -5.001149E+01 6.4592749E+01 5.3458448E+01 + endloop + endfacet + facet normal 0.17392172954 0.13024206508 -0.9761087216 + outer loop + vertex -5.001149E+01 6.4592749E+01 5.3458448E+01 + vertex -5.293494E+01 6.8488930E+01 5.3457418E+01 + vertex -4.805486E+01 6.9064430E+01 5.4403734E+01 + endloop + endfacet + facet normal 0.11878268463 0.15533807367 -0.9806940179 + outer loop + vertex -5.001149E+01 6.4592749E+01 5.3458448E+01 + vertex -4.805486E+01 6.9064430E+01 5.4403734E+01 + vertex -4.515525E+01 6.5134661E+01 5.4132477E+01 + endloop + endfacet + facet normal 0.08575651697 0.13144669195 -0.9876070003 + outer loop + vertex -4.515525E+01 6.5134661E+01 5.4132477E+01 + vertex -4.805486E+01 6.9064430E+01 5.4403734E+01 + vertex -4.310997E+01 6.9639860E+01 5.4909700E+01 + endloop + endfacet + facet normal 0.03094242705 0.15626637582 -0.9872301586 + outer loop + vertex -4.515525E+01 6.5134661E+01 5.4132477E+01 + vertex -4.310997E+01 6.9639860E+01 5.4909700E+01 + vertex -4.025380E+01 6.5688249E+01 5.4373728E+01 + endloop + endfacet + facet normal -0.0031746834 0.13214884682 -0.9912247998 + outer loop + vertex -4.025380E+01 6.5688249E+01 5.4373728E+01 + vertex -4.310997E+01 6.9639860E+01 5.4909700E+01 + vertex -3.813975E+01 7.0215366E+01 5.4970507E+01 + endloop + endfacet + facet normal -0.0573716791 0.15676460439 -0.9859682293 + outer loop + vertex -4.025380E+01 6.5688249E+01 5.4373728E+01 + vertex -3.813975E+01 7.0215366E+01 5.4970507E+01 + vertex -3.534156E+01 6.6269632E+01 5.4180331E+01 + endloop + endfacet + facet normal -0.0928857304 0.13176960039 -0.9869189498 + outer loop + vertex -3.534156E+01 6.6269632E+01 5.4180331E+01 + vertex -3.813975E+01 7.0215366E+01 5.4970507E+01 + vertex -3.318450E+01 7.0791001E+01 5.4580991E+01 + endloop + endfacet + facet normal -0.1476927722 0.15699325604 -0.9764937084 + outer loop + vertex -3.534156E+01 6.6269632E+01 5.4180331E+01 + vertex -3.318450E+01 7.0791001E+01 5.4580991E+01 + vertex -3.044202E+01 6.6844455E+01 5.3531701E+01 + endloop + endfacet + facet normal -0.1828008742 0.13199952436 -0.9742484108 + outer loop + vertex -3.044202E+01 6.6844455E+01 5.3531701E+01 + vertex -3.318450E+01 7.0791001E+01 5.4580991E+01 + vertex -2.828614E+01 7.1366579E+01 5.3739883E+01 + endloop + endfacet + facet normal -0.2366608323 0.15696696712 -0.9588289846 + outer loop + vertex -3.044202E+01 6.6844455E+01 5.3531701E+01 + vertex -2.828614E+01 7.1366579E+01 5.3739883E+01 + vertex -2.563627E+01 6.7405738E+01 5.2437417E+01 + endloop + endfacet + facet normal -0.270242551 0.13277832874 -0.9535926169 + outer loop + vertex -2.563627E+01 6.7405738E+01 5.2437417E+01 + vertex -2.828614E+01 7.1366579E+01 5.3739883E+01 + vertex -2.348316E+01 7.1942124E+01 5.2458885E+01 + endloop + endfacet + facet normal -0.321479099 0.15700321046 -0.9338100346 + outer loop + vertex -2.563627E+01 6.7405738E+01 5.2437417E+01 + vertex -2.348316E+01 7.1942124E+01 5.2458885E+01 + vertex -2.095859E+01 6.7985723E+01 5.0924567E+01 + endloop + endfacet + facet normal -0.3545773192 0.13268566967 -0.9255643888 + outer loop + vertex -2.095859E+01 6.7985723E+01 5.0924567E+01 + vertex -2.348316E+01 7.1942124E+01 5.2458885E+01 + vertex -1.881437E+01 7.2517572E+01 5.0752801E+01 + endloop + endfacet + facet normal -0.4037094786 0.15685037491 -0.901341565 + outer loop + vertex -2.095859E+01 6.7985723E+01 5.0924567E+01 + vertex -1.881437E+01 7.2517572E+01 5.0752801E+01 + vertex -1.644819E+01 6.8560317E+01 4.9004356E+01 + endloop + endfacet + facet normal -0.4359704768 0.13260997431 -0.890137258 + outer loop + vertex -1.644819E+01 6.8560317E+01 4.9004356E+01 + vertex -1.881437E+01 7.2517572E+01 5.0752801E+01 + vertex -1.431717E+01 7.3093038E+01 4.8635898E+01 + endloop + endfacet + facet normal -0.4830342101 0.15707277236 -0.8613977572 + outer loop + vertex -1.644819E+01 6.8560317E+01 4.9004356E+01 + vertex -1.431717E+01 7.3093038E+01 4.8635898E+01 + vertex -1.212139E+01 6.9130280E+01 4.6682001E+01 + endloop + endfacet + facet normal -0.5144528717 0.13266062758 -0.8471950193 + outer loop + vertex -1.212139E+01 6.9130280E+01 4.6682001E+01 + vertex -1.431717E+01 7.3093038E+01 4.8635898E+01 + vertex -1.002897E+01 7.3668648E+01 4.6122052E+01 + endloop + endfacet + facet normal -0.5590454258 0.15730603306 -0.8140780207 + outer loop + vertex -1.212139E+01 6.9130280E+01 4.6682001E+01 + vertex -1.002897E+01 7.3668648E+01 4.6122052E+01 + vertex -8.003428E+00 6.9720132E+01 4.3968087E+01 + endloop + endfacet + facet normal -0.589693153 0.13212916225 -0.7967458 + outer loop + vertex -8.003428E+00 6.9720132E+01 4.3968087E+01 + vertex -1.002897E+01 7.3668648E+01 4.6122052E+01 + vertex -5.988730E+00 7.4244250E+01 4.3227216E+01 + endloop + endfacet + facet normal -0.6321640747 0.15727197598 -0.7587055478 + outer loop + vertex -8.003428E+00 6.9720132E+01 4.3968087E+01 + vertex -5.988730E+00 7.4244250E+01 4.3227216E+01 + vertex -4.145066E+00 7.0279349E+01 4.0869166E+01 + endloop + endfacet + facet normal -0.6596928954 0.13313729451 -0.7396483925 + outer loop + vertex -4.145066E+00 7.0279349E+01 4.0869166E+01 + vertex -5.988730E+00 7.4244250E+01 4.3227216E+01 + vertex -2.227730E+00 7.4819840E+01 3.9976384E+01 + endloop + endfacet + facet normal -0.699098037 0.15809835252 -0.6973283628 + outer loop + vertex -4.145066E+00 7.0279349E+01 4.0869166E+01 + vertex -2.227730E+00 7.4819840E+01 3.9976384E+01 + vertex -5.782948E-01 7.0812659E+01 3.7414255E+01 + endloop + endfacet + facet normal -0.7236769469 0.1348755221 -0.6768310499 + outer loop + vertex -5.782948E-01 7.0812659E+01 3.7414255E+01 + vertex -2.227730E+00 7.4819840E+01 3.9976384E+01 + vertex 1.2541659E+00 7.5400224E+01 3.6369150E+01 + endloop + endfacet + facet normal -0.7586759236 0.15912904363 -0.6317347469 + outer loop + vertex -5.782948E-01 7.0812659E+01 3.7414255E+01 + vertex 1.2541659E+00 7.5400224E+01 3.6369150E+01 + vertex 2.6742567E+00 7.1382085E+01 3.3651567E+01 + endloop + endfacet + facet normal -0.7827807914 0.13430794334 -0.6076311455 + outer loop + vertex 2.6742567E+00 7.1382085E+01 3.3651567E+01 + vertex 1.2541659E+00 7.5400224E+01 3.6369150E+01 + vertex 4.5026528E+00 7.6001461E+01 3.2317182E+01 + endloop + endfacet + facet normal -0.813356278 0.16039492531 -0.5592182337 + outer loop + vertex 2.6742567E+00 7.1382085E+01 3.3651567E+01 + vertex 4.5026528E+00 7.6001461E+01 3.2317182E+01 + vertex 5.5449758E+00 7.1903678E+01 2.9625847E+01 + endloop + endfacet + facet normal -0.8354615982 0.13702222381 -0.5321924727 + outer loop + vertex 5.5449758E+00 7.1903678E+01 2.9625847E+01 + vertex 4.5026528E+00 7.6001461E+01 3.2317182E+01 + vertex 7.2735291E+00 7.6584103E+01 2.8117337E+01 + endloop + endfacet + facet normal -0.8606990697 0.16234737468 -0.4825354301 + outer loop + vertex 5.5449758E+00 7.1903678E+01 2.9625847E+01 + vertex 7.2735291E+00 7.6584103E+01 2.8117337E+01 + vertex 8.0029674E+00 7.2405281E+01 2.5410287E+01 + endloop + endfacet + facet normal -0.8784167259 0.14222187388 -0.4562422539 + outer loop + vertex 8.0029674E+00 7.2405281E+01 2.5410287E+01 + vertex 7.2735291E+00 7.6584103E+01 2.8117337E+01 + vertex 9.4187110E+00 7.7106459E+01 2.4149986E+01 + endloop + endfacet + facet normal -0.898798341 0.16140944972 -0.4075641442 + outer loop + vertex 8.0029674E+00 7.2405281E+01 2.5410287E+01 + vertex 9.4187110E+00 7.7106459E+01 2.4149986E+01 + vertex 1.0152857E+01 7.3131147E+01 2.0956619E+01 + endloop + endfacet + facet normal -0.915793118 0.13480513506 -0.3783524027 + outer loop + vertex 1.0152857E+01 7.3131147E+01 2.0956619E+01 + vertex 9.4187110E+00 7.7106459E+01 2.4149986E+01 + vertex 1.1425923E+01 7.7692987E+01 1.9500554E+01 + endloop + endfacet + facet normal -0.9374043564 0.16345073205 -0.3075011068 + outer loop + vertex 1.0152857E+01 7.3131147E+01 2.0956619E+01 + vertex 1.1425923E+01 7.7692987E+01 1.9500554E+01 + vertex 1.1848559E+01 7.3411618E+01 1.5936423E+01 + endloop + endfacet + facet normal -0.9429489512 0.15305519512 -0.2956710718 + outer loop + vertex 1.1848559E+01 7.3411618E+01 1.5936423E+01 + vertex 1.1425923E+01 7.7692987E+01 1.9500554E+01 + vertex 1.2809051E+01 7.8199350E+01 1.5351628E+01 + endloop + endfacet + facet normal -0.9635374112 0.16784747424 -0.2083815791 + outer loop + vertex 1.1848559E+01 7.3411618E+01 1.5936423E+01 + vertex 1.2809051E+01 7.8199350E+01 1.5351628E+01 + vertex 1.3043553E+01 7.3611247E+01 1.0571679E+01 + endloop + endfacet + facet normal -0.9637755317 0.16721605709 -0.2077871863 + outer loop + vertex 1.3043553E+01 7.3611247E+01 1.0571679E+01 + vertex 1.2809051E+01 7.8199350E+01 1.5351628E+01 + vertex 1.4093750E+01 7.8846338E+01 9.9134921E+00 + endloop + endfacet + facet normal -0.9770035705 0.18203475549 -0.1110286944 + outer loop + vertex 1.3043553E+01 7.3611247E+01 1.0571679E+01 + vertex 1.4093750E+01 7.8846338E+01 9.9134921E+00 + vertex 1.3696176E+01 7.3881472E+01 5.2719256E+00 + endloop + endfacet + facet normal -0.977174096 0.18148511766 -0.1104261662 + outer loop + vertex 1.3696176E+01 7.3881472E+01 5.2719256E+00 + vertex 1.4093750E+01 7.8846338E+01 9.9134921E+00 + vertex 1.4799017E+01 7.9458027E+01 4.6778042E+00 + endloop + endfacet + facet normal -0.9811121816 0.19037432316 -0.0343002072 + outer loop + vertex 1.3696176E+01 7.3881472E+01 5.2719256E+00 + vertex 1.4799017E+01 7.9458027E+01 4.6778042E+00 + vertex 1.4046551E+01 7.4737307E+01 -6.347181E-06 + endloop + endfacet + facet normal -0.8622394787 0.50589229509 0.02482070094 + outer loop + vertex 1.3696176E+01 7.3881472E+01 5.2719256E+00 + vertex 1.4046551E+01 7.4737307E+01 -6.347181E-06 + vertex 1.1448683E+01 7.0309515E+01 5.9932898E-05 + endloop + endfacet + facet normal -0.8460519484 0.53310021138 -5.150834E-04 + outer loop + vertex 1.3696176E+01 7.3881472E+01 5.2719256E+00 + vertex 1.1448683E+01 7.0309515E+01 5.9932898E-05 + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + endloop + endfacet + facet normal -0.6385324293 0.7657864862 0.0764682567 + outer loop + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + vertex 1.1448683E+01 7.0309515E+01 5.9932898E-05 + vertex 7.4754918E+00 6.6996562E+01 1.0283424E-04 + endloop + endfacet + facet normal -0.5843297607 0.81095750112 0.03011083146 + outer loop + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + vertex 7.4754918E+00 6.6996562E+01 1.0283424E-04 + vertex 5.8286615E+00 6.5636125E+01 4.6816346E+00 + endloop + endfacet + facet normal -0.3478872057 0.92598607754 0.14671154125 + outer loop + vertex 5.8286615E+00 6.5636125E+01 4.6816346E+00 + vertex 7.4754918E+00 6.6996562E+01 1.0283424E-04 + vertex 2.9289029E+00 6.5288458E+01 -3.031409E-05 + endloop + endfacet + facet normal -0.2320021038 0.97007209266 0.0716600228 + outer loop + vertex 5.8286615E+00 6.5636125E+01 4.6816346E+00 + vertex 2.9289029E+00 6.5288458E+01 -3.031409E-05 + vertex 2.7465827E-01 6.4338257E+01 4.2697567E+00 + endloop + endfacet + facet normal -0.0118509156 0.97758949965 0.21018640767 + outer loop + vertex 2.7465827E-01 6.4338257E+01 4.2697567E+00 + vertex 2.9289029E+00 6.5288458E+01 -3.031409E-05 + vertex -2.562602E+00 6.5221834E+01 2.1650598E-04 + endloop + endfacet + facet normal 0.13451777058 0.98429611325 0.11430717752 + outer loop + vertex 2.7465827E-01 6.4338257E+01 4.2697567E+00 + vertex -2.562602E+00 6.5221834E+01 2.1650598E-04 + vertex -5.351937E+00 6.5107300E+01 4.2689809E+00 + endloop + endfacet + facet normal 0.33076702114 0.91252228536 0.24061640936 + outer loop + vertex -5.351937E+00 6.5107300E+01 4.2689809E+00 + vertex -2.562602E+00 6.5221834E+01 2.1650598E-04 + vertex -7.520809E+00 6.7019211E+01 -3.457585E-04 + endloop + endfacet + facet normal 0.48863034779 0.86157171622 0.1376029107 + outer loop + vertex -5.351937E+00 6.5107300E+01 4.2689809E+00 + vertex -7.520809E+00 6.7019211E+01 -3.457585E-04 + vertex -1.044205E+01 6.7961157E+01 4.4752197E+00 + endloop + endfacet + facet normal 0.62544384662 0.73815531207 0.25287690679 + outer loop + vertex -1.044205E+01 6.7961157E+01 4.4752197E+00 + vertex -7.520809E+00 6.7019211E+01 -3.457585E-04 + vertex -1.153880E+01 7.0423331E+01 6.8807064E-04 + endloop + endfacet + facet normal 0.78167916083 0.60718057683 0.14251118075 + outer loop + vertex -1.044205E+01 6.7961157E+01 4.4752197E+00 + vertex -1.153880E+01 7.0423331E+01 6.8807064E-04 + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + endloop + endfacet + facet normal -0.9140962617 0.38817055246 0.11726741432 + outer loop + vertex 1.2579325E+01 -7.353329E+00 -4.369267E+00 + vertex 1.4432323E+01 -3.268118E+00 -3.447789E+00 + vertex 1.3727451E+01 -3.602261E+00 -7.836187E+00 + endloop + endfacet + facet normal -0.8471576548 0.52565652851 -0.0775185267 + outer loop + vertex 1.3043553E+01 7.3611247E+01 1.0571679E+01 + vertex 1.3696176E+01 7.3881472E+01 5.2719256E+00 + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + endloop + endfacet + facet normal 0.75279751244 0.54453721389 0.36983121549 + outer loop + vertex -1.044205E+01 6.7961157E+01 4.4752197E+00 + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + vertex -1.282309E+01 6.8231901E+01 8.9232274E+00 + endloop + endfacet + facet normal 0.90079627487 0.41724040611 -0.1203183888 + outer loop + vertex -1.594506E+01 -1.908905E+00 -8.664500E+00 + vertex -1.472005E+01 -3.248147E+00 -4.137361E+00 + vertex -1.399668E+01 -6.009754E+00 -8.298409E+00 + endloop + endfacet + facet normal 0.89487622456 0.42751577323 -0.1281671032 + outer loop + vertex -1.399668E+01 -6.009754E+00 -8.298409E+00 + vertex -1.472005E+01 -3.248147E+00 -4.137361E+00 + vertex -1.262248E+01 -7.614102E+00 -4.055080E+00 + endloop + endfacet + facet normal -0.8722401468 0.45579726081 -0.1773301535 + outer loop + vertex 1.1848559E+01 7.3411618E+01 1.5936423E+01 + vertex 1.3043553E+01 7.3611247E+01 1.0571679E+01 + vertex 1.0721541E+01 6.9667603E+01 1.1856570E+01 + endloop + endfacet + facet normal -0.8667628797 0.49704647285 -0.0408278597 + outer loop + vertex 1.0721541E+01 6.9667603E+01 1.1856570E+01 + vertex 1.3043553E+01 7.3611247E+01 1.0571679E+01 + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + endloop + endfacet + facet normal -0.8675774925 0.41781436818 -0.2697043721 + outer loop + vertex 1.0152857E+01 7.3131147E+01 2.0956619E+01 + vertex 1.1848559E+01 7.3411618E+01 1.5936423E+01 + vertex 9.5364046E+00 6.9588040E+01 1.7450776E+01 + endloop + endfacet + facet normal -0.8716771144 0.45654536663 -0.17817221 + outer loop + vertex 9.5364046E+00 6.9588040E+01 1.7450776E+01 + vertex 1.1848559E+01 7.3411618E+01 1.5936423E+01 + vertex 1.0721541E+01 6.9667603E+01 1.1856570E+01 + endloop + endfacet + facet normal -0.8413632593 0.42228200993 -0.3373214638 + outer loop + vertex 8.0029674E+00 7.2405281E+01 2.5410287E+01 + vertex 1.0152857E+01 7.3131147E+01 2.0956619E+01 + vertex 7.5768756E+00 6.8812814E+01 2.1975770E+01 + endloop + endfacet + facet normal -0.8499458916 0.43784942926 -0.2930526549 + outer loop + vertex 7.5768756E+00 6.8812814E+01 2.1975770E+01 + vertex 1.0152857E+01 7.3131147E+01 2.0956619E+01 + vertex 9.5364046E+00 6.9588040E+01 1.7450776E+01 + endloop + endfacet + facet normal -0.8018756448 0.42830791103 -0.4165906667 + outer loop + vertex 5.5449758E+00 7.1903678E+01 2.9625847E+01 + vertex 8.0029674E+00 7.2405281E+01 2.5410287E+01 + vertex 5.3042681E+00 6.8126668E+01 2.6205929E+01 + endloop + endfacet + facet normal -0.8163052487 0.44680243808 -0.3660783007 + outer loop + vertex 5.3042681E+00 6.8126668E+01 2.6205929E+01 + vertex 8.0029674E+00 7.2405281E+01 2.5410287E+01 + vertex 7.5768756E+00 6.8812814E+01 2.1975770E+01 + endloop + endfacet + facet normal 0.85889921039 0.42147999613 -0.2909411611 + outer loop + vertex -1.798416E+01 -7.799946E-01 -1.304879E+01 + vertex -1.594506E+01 -1.908905E+00 -8.664500E+00 + vertex -1.587369E+01 -4.823085E+00 -1.267552E+01 + endloop + endfacet + facet normal 0.87877136259 0.39339721192 -0.2701842444 + outer loop + vertex -1.587369E+01 -4.823085E+00 -1.267552E+01 + vertex -1.594506E+01 -1.908905E+00 -8.664500E+00 + vertex -1.399668E+01 -6.009754E+00 -8.298409E+00 + endloop + endfacet + facet normal 0.7622604443 0.64726691483 -0.0021344829 + outer loop + vertex -1.399668E+01 -6.009754E+00 -8.298409E+00 + vertex -1.262248E+01 -7.614102E+00 -4.055080E+00 + vertex -1.097075E+01 -9.573098E+00 -8.246551E+00 + endloop + endfacet + facet normal 0.72526403873 0.68755277612 -0.035542287 + outer loop + vertex -1.097075E+01 -9.573098E+00 -8.246551E+00 + vertex -1.262248E+01 -7.614102E+00 -4.055080E+00 + vertex -9.245718E+00 -1.117775E+01 -4.087519E+00 + endloop + endfacet + facet normal 0.75291990436 0.64100250076 -0.1490886033 + outer loop + vertex -1.587369E+01 -4.823085E+00 -1.267552E+01 + vertex -1.399668E+01 -6.009754E+00 -8.298409E+00 + vertex -1.287764E+01 -8.300889E+00 -1.249777E+01 + endloop + endfacet + facet normal 0.75497500013 0.63896574601 -0.1474297276 + outer loop + vertex -1.287764E+01 -8.300889E+00 -1.249777E+01 + vertex -1.399668E+01 -6.009754E+00 -8.298409E+00 + vertex -1.097075E+01 -9.573098E+00 -8.246551E+00 + endloop + endfacet + facet normal 0.54932312594 0.83046644673 0.09257204848 + outer loop + vertex -1.097075E+01 -9.573098E+00 -8.246551E+00 + vertex -9.245718E+00 -1.117775E+01 -4.087519E+00 + vertex -6.988968E+00 -1.219926E+01 -8.315125E+00 + endloop + endfacet + facet normal 0.47175690958 0.88086624304 0.03898820501 + outer loop + vertex -6.988968E+00 -1.219926E+01 -8.315125E+00 + vertex -9.245718E+00 -1.117775E+01 -4.087519E+00 + vertex -4.851806E+00 -1.352817E+01 -4.150446E+00 + endloop + endfacet + facet normal 0.57913901313 0.81507458565 -0.0158563328 + outer loop + vertex -1.287764E+01 -8.300889E+00 -1.249777E+01 + vertex -1.097075E+01 -9.573098E+00 -8.246551E+00 + vertex -9.058033E+00 -1.101475E+01 -1.249225E+01 + endloop + endfacet + facet normal 0.54979788102 0.83453522022 -0.0356827163 + outer loop + vertex -9.058033E+00 -1.101475E+01 -1.249225E+01 + vertex -1.097075E+01 -9.573098E+00 -8.246551E+00 + vertex -6.988968E+00 -1.219926E+01 -8.315125E+00 + endloop + endfacet + facet normal -0.6909982413 0.7200659526 -0.0634543489 + outer loop + vertex 1.0721541E+01 6.9667603E+01 1.1856570E+01 + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + vertex 7.4525115E+00 6.6314568E+01 9.4057928E+00 + endloop + endfacet + facet normal -0.5909669212 0.80188433077 0.08797509899 + outer loop + vertex 7.4525115E+00 6.6314568E+01 9.4057928E+00 + vertex 1.0675178E+01 6.9087513E+01 5.7787217E+00 + vertex 5.8286615E+00 6.5636125E+01 4.6816346E+00 + endloop + endfacet + facet normal -0.7450497694 0.65024725357 -0.1485912187 + outer loop + vertex 9.5364046E+00 6.9588040E+01 1.7450776E+01 + vertex 1.0721541E+01 6.9667603E+01 1.1856570E+01 + vertex 7.8516735E+00 6.6906227E+01 1.4162339E+01 + endloop + endfacet + facet normal -0.7050525188 0.70856310995 -0.0289700685 + outer loop + vertex 7.8516735E+00 6.6906227E+01 1.4162339E+01 + vertex 1.0721541E+01 6.9667603E+01 1.1856570E+01 + vertex 7.4525115E+00 6.6314568E+01 9.4057928E+00 + endloop + endfacet + facet normal -0.4139385275 0.91023137378 0.01156467334 + outer loop + vertex 7.4525115E+00 6.6314568E+01 9.4057928E+00 + vertex 5.8286615E+00 6.5636125E+01 4.6816346E+00 + vertex 2.6318865E+00 6.4130590E+01 8.7558256E+00 + endloop + endfacet + facet normal -0.236125254 0.95702382527 0.16837536124 + outer loop + vertex 2.6318865E+00 6.4130590E+01 8.7558256E+00 + vertex 5.8286615E+00 6.5636125E+01 4.6816346E+00 + vertex 2.7465827E-01 6.4338257E+01 4.2697567E+00 + endloop + endfacet + facet normal -0.7207878317 0.66417097516 -0.1983477184 + outer loop + vertex 7.5768756E+00 6.8812814E+01 2.1975770E+01 + vertex 9.5364046E+00 6.9588040E+01 1.7450776E+01 + vertex 5.9844162E+00 6.5954788E+01 1.8192550E+01 + endloop + endfacet + facet normal -0.7216101291 0.6694794292 -0.1762841894 + outer loop + vertex 5.9844162E+00 6.5954788E+01 1.8192550E+01 + vertex 9.5364046E+00 6.9588040E+01 1.7450776E+01 + vertex 7.8516735E+00 6.6906227E+01 1.4162339E+01 + endloop + endfacet + facet normal -0.6882231451 0.67735980048 -0.2598703585 + outer loop + vertex 5.3042681E+00 6.8126668E+01 2.6205929E+01 + vertex 7.5768756E+00 6.8812814E+01 2.1975770E+01 + vertex 3.8794621E+00 6.5159665E+01 2.2245709E+01 + endloop + endfacet + facet normal -0.6930047291 0.68473338946 -0.2255762195 + outer loop + vertex 3.8794621E+00 6.5159665E+01 2.2245709E+01 + vertex 7.5768756E+00 6.8812814E+01 2.1975770E+01 + vertex 5.9844162E+00 6.5954788E+01 1.8192550E+01 + endloop + endfacet + facet normal -0.0879331021 0.99185773168 0.09211954006 + outer loop + vertex 2.6318865E+00 6.4130590E+01 8.7558256E+00 + vertex 2.7465827E-01 6.4338257E+01 4.2697567E+00 + vertex -2.727933E+00 6.3679096E+01 8.5008540E+00 + endloop + endfacet + facet normal 0.13133127987 0.96111234828 0.24293033758 + outer loop + vertex -2.727933E+00 6.3679096E+01 8.5008540E+00 + vertex 2.7465827E-01 6.4338257E+01 4.2697567E+00 + vertex -5.351937E+00 6.5107300E+01 4.2689809E+00 + endloop + endfacet + facet normal -0.7626088058 0.42351672543 -0.488939048 + outer loop + vertex 2.6742567E+00 7.1382085E+01 3.3651567E+01 + vertex 5.5449758E+00 7.1903678E+01 2.9625847E+01 + vertex 2.7627034E+00 6.7612607E+01 3.0248511E+01 + endloop + endfacet + facet normal -0.7828001368 0.4443422966 -0.4356419048 + outer loop + vertex 2.7627034E+00 6.7612607E+01 3.0248511E+01 + vertex 5.5449758E+00 7.1903678E+01 2.9625847E+01 + vertex 5.3042681E+00 6.8126668E+01 2.6205929E+01 + endloop + endfacet + facet normal -0.6571266411 0.67927504639 -0.3267567734 + outer loop + vertex 2.7627034E+00 6.7612607E+01 3.0248511E+01 + vertex 5.3042681E+00 6.8126668E+01 2.6205929E+01 + vertex 1.5902587E+00 6.4547488E+01 2.6234473E+01 + endloop + endfacet + facet normal -0.6678161442 0.69076202788 -0.2772533469 + outer loop + vertex 1.5902587E+00 6.4547488E+01 2.6234473E+01 + vertex 5.3042681E+00 6.8126668E+01 2.6205929E+01 + vertex 3.8794621E+00 6.5159665E+01 2.2245709E+01 + endloop + endfacet + facet normal -0.7175181262 0.41832367648 -0.5569318094 + outer loop + vertex -5.782948E-01 7.0812659E+01 3.7414255E+01 + vertex 2.6742567E+00 7.1382085E+01 3.3651567E+01 + vertex -1.297820E-01 6.7130005E+01 3.4070296E+01 + endloop + endfacet + facet normal -0.7420664281 0.43951521554 -0.5061262605 + outer loop + vertex -1.297820E-01 6.7130005E+01 3.4070296E+01 + vertex 2.6742567E+00 7.1382085E+01 3.3651567E+01 + vertex 2.7627034E+00 6.7612607E+01 3.0248511E+01 + endloop + endfacet + facet normal -0.6647932791 0.41283102974 -0.6225917097 + outer loop + vertex -4.145066E+00 7.0279349E+01 4.0869166E+01 + vertex -5.782948E-01 7.0812659E+01 3.7414255E+01 + vertex -3.379121E+00 6.6660068E+01 3.7651412E+01 + endloop + endfacet + facet normal -0.6943356758 0.43559769997 -0.572846064 + outer loop + vertex -3.379121E+00 6.6660068E+01 3.7651412E+01 + vertex -5.782948E-01 7.0812659E+01 3.7414255E+01 + vertex -1.297820E-01 6.7130005E+01 3.4070296E+01 + endloop + endfacet + facet normal -0.6068346952 0.4084696938 -0.6818388093 + outer loop + vertex -8.003428E+00 6.9720132E+01 4.3968087E+01 + vertex -4.145066E+00 7.0279349E+01 4.0869166E+01 + vertex -6.965451E+00 6.6153731E+01 4.0907764E+01 + endloop + endfacet + facet normal -0.639180759 0.4310024601 -0.6369339343 + outer loop + vertex -6.965451E+00 6.6153731E+01 4.0907764E+01 + vertex -4.145066E+00 7.0279349E+01 4.0869166E+01 + vertex -3.379121E+00 6.6660068E+01 3.7651412E+01 + endloop + endfacet + facet normal -0.6292453857 0.67142708535 -0.3914535907 + outer loop + vertex -1.297820E-01 6.7130005E+01 3.4070296E+01 + vertex 2.7627034E+00 6.7612607E+01 3.0248511E+01 + vertex -9.201909E-01 6.4079165E+01 3.0107999E+01 + endloop + endfacet + facet normal -0.6455167961 0.68615781046 -0.3354035257 + outer loop + vertex -9.201909E-01 6.4079165E+01 3.0107999E+01 + vertex 2.7627034E+00 6.7612607E+01 3.0248511E+01 + vertex 1.5902587E+00 6.4547488E+01 2.6234473E+01 + endloop + endfacet + facet normal -0.5972929088 0.66025052258 -0.4553135497 + outer loop + vertex -3.379121E+00 6.6660068E+01 3.7651412E+01 + vertex -1.297820E-01 6.7130005E+01 3.4070296E+01 + vertex -3.742262E+00 6.3670606E+01 3.3792770E+01 + endloop + endfacet + facet normal -0.6182399199 0.67755608249 -0.3983681168 + outer loop + vertex -3.742262E+00 6.3670606E+01 3.3792770E+01 + vertex -1.297820E-01 6.7130005E+01 3.4070296E+01 + vertex -9.201909E-01 6.4079165E+01 3.0107999E+01 + endloop + endfacet + facet normal -0.5594555498 0.64930176705 -0.5151860859 + outer loop + vertex -6.965451E+00 6.6153731E+01 4.0907764E+01 + vertex -3.379121E+00 6.6660068E+01 3.7651412E+01 + vertex -6.894830E+00 6.3268600E+01 3.7194872E+01 + endloop + endfacet + facet normal -0.5838611138 0.66746418688 -0.4621663759 + outer loop + vertex -6.894830E+00 6.3268600E+01 3.7194872E+01 + vertex -3.379121E+00 6.6660068E+01 3.7651412E+01 + vertex -3.742262E+00 6.3670606E+01 3.3792770E+01 + endloop + endfacet + facet normal -0.542339532 0.40858647093 -0.7341150644 + outer loop + vertex -1.212139E+01 6.9130280E+01 4.6682001E+01 + vertex -8.003428E+00 6.9720132E+01 4.3968087E+01 + vertex -1.083947E+01 6.5563159E+01 4.3749614E+01 + endloop + endfacet + facet normal -0.5758221492 0.42941198234 -0.6957256657 + outer loop + vertex -1.083947E+01 6.5563159E+01 4.3749614E+01 + vertex -8.003428E+00 6.9720132E+01 4.3968087E+01 + vertex -6.965451E+00 6.6153731E+01 4.0907764E+01 + endloop + endfacet + facet normal -0.5130581027 0.64605142781 -0.5651450573 + outer loop + vertex -1.083947E+01 6.5563159E+01 4.3749614E+01 + vertex -6.965451E+00 6.6153731E+01 4.0907764E+01 + vertex -1.046530E+01 6.2725069E+01 4.0165534E+01 + endloop + endfacet + facet normal -0.5366987109 0.66129090509 -0.5240694922 + outer loop + vertex -1.046530E+01 6.2725069E+01 4.0165534E+01 + vertex -6.965451E+00 6.6153731E+01 4.0907764E+01 + vertex -6.894830E+00 6.3268600E+01 3.7194872E+01 + endloop + endfacet + facet normal -0.4726242472 0.41054430003 -0.7797946516 + outer loop + vertex -1.644819E+01 6.8560317E+01 4.9004356E+01 + vertex -1.212139E+01 6.9130280E+01 4.6682001E+01 + vertex -1.494383E+01 6.4944253E+01 4.6188802E+01 + endloop + endfacet + facet normal -0.5082037631 0.43054022295 -0.745898151 + outer loop + vertex -1.494383E+01 6.4944253E+01 4.6188802E+01 + vertex -1.212139E+01 6.9130280E+01 4.6682001E+01 + vertex -1.083947E+01 6.5563159E+01 4.3749614E+01 + endloop + endfacet + facet normal -0.4581486837 0.65038181168 -0.6058904874 + outer loop + vertex -1.494383E+01 6.4944253E+01 4.6188802E+01 + vertex -1.083947E+01 6.5563159E+01 4.3749614E+01 + vertex -1.434494E+01 6.2051287E+01 4.2630546E+01 + endloop + endfacet + facet normal -0.4802662328 0.66254672978 -0.574783591 + outer loop + vertex -1.434494E+01 6.2051287E+01 4.2630546E+01 + vertex -1.083947E+01 6.5563159E+01 4.3749614E+01 + vertex -1.046530E+01 6.2725069E+01 4.0165534E+01 + endloop + endfacet + facet normal -0.4009054591 0.41122944248 -0.8186361576 + outer loop + vertex -2.095859E+01 6.7985723E+01 5.0924567E+01 + vertex -1.644819E+01 6.8560317E+01 4.9004356E+01 + vertex -1.918884E+01 6.4356974E+01 4.8235031E+01 + endloop + endfacet + facet normal -0.4395234404 0.43083185032 -0.7881643623 + outer loop + vertex -1.918884E+01 6.4356974E+01 4.8235031E+01 + vertex -1.644819E+01 6.8560317E+01 4.9004356E+01 + vertex -1.494383E+01 6.4944253E+01 4.6188802E+01 + endloop + endfacet + facet normal -0.3991113739 0.65722032245 -0.6393524528 + outer loop + vertex -1.918884E+01 6.4356974E+01 4.8235031E+01 + vertex -1.494383E+01 6.4944253E+01 4.6188802E+01 + vertex -1.833075E+01 6.1342766E+01 4.4600925E+01 + endloop + endfacet + facet normal -0.4219788684 0.66738208192 -0.6136244709 + outer loop + vertex -1.833075E+01 6.1342766E+01 4.4600925E+01 + vertex -1.494383E+01 6.4944253E+01 4.6188802E+01 + vertex -1.434494E+01 6.2051287E+01 4.2630546E+01 + endloop + endfacet + facet normal -0.3262674346 0.41111186125 -0.8511971561 + outer loop + vertex -2.563627E+01 6.7405738E+01 5.2437417E+01 + vertex -2.095859E+01 6.7985723E+01 5.0924567E+01 + vertex -2.360312E+01 6.3788026E+01 4.9910816E+01 + endloop + endfacet + facet normal -0.3682825272 0.43096345915 -0.8237951669 + outer loop + vertex -2.360312E+01 6.3788026E+01 4.9910816E+01 + vertex -2.095859E+01 6.7985723E+01 5.0924567E+01 + vertex -1.918884E+01 6.4356974E+01 4.8235031E+01 + endloop + endfacet + facet normal -0.3401095313 0.65695471219 -0.6728566064 + outer loop + vertex -2.360312E+01 6.3788026E+01 4.9910816E+01 + vertex -1.918884E+01 6.4356974E+01 4.8235031E+01 + vertex -2.235523E+01 6.0791122E+01 4.6353970E+01 + endloop + endfacet + facet normal -0.3718807154 0.66945301592 -0.6430687312 + outer loop + vertex -2.235523E+01 6.0791122E+01 4.6353970E+01 + vertex -1.918884E+01 6.4356974E+01 4.8235031E+01 + vertex -1.833075E+01 6.1342766E+01 4.4600925E+01 + endloop + endfacet + facet normal -0.2477596617 0.40989863541 -0.8778372621 + outer loop + vertex -3.044202E+01 6.6844455E+01 5.3531701E+01 + vertex -2.563627E+01 6.7405738E+01 5.2437417E+01 + vertex -2.819900E+01 6.3232520E+01 5.1212072E+01 + endloop + endfacet + facet normal -0.2936754483 0.43088551587 -0.8532833077 + outer loop + vertex -2.819900E+01 6.3232520E+01 5.1212072E+01 + vertex -2.563627E+01 6.7405738E+01 5.2437417E+01 + vertex -2.360312E+01 6.3788026E+01 4.9910816E+01 + endloop + endfacet + facet normal -0.2782023376 0.65419029717 -0.7033054204 + outer loop + vertex -2.819900E+01 6.3232520E+01 5.1212072E+01 + vertex -2.360312E+01 6.3788026E+01 4.9910816E+01 + vertex -2.661342E+01 6.0266428E+01 4.7825914E+01 + endloop + endfacet + facet normal -0.3152483854 0.66835281462 -0.6737380579 + outer loop + vertex -2.661342E+01 6.0266428E+01 4.7825914E+01 + vertex -2.360312E+01 6.3788026E+01 4.9910816E+01 + vertex -2.235523E+01 6.0791122E+01 4.6353970E+01 + endloop + endfacet + facet normal -0.1667546926 0.4089567494 -0.8971885251 + outer loop + vertex -3.534156E+01 6.6269632E+01 5.4180331E+01 + vertex -3.044202E+01 6.6844455E+01 5.3531701E+01 + vertex -3.288913E+01 6.2665368E+01 5.2081616E+01 + endloop + endfacet + facet normal -0.2145831708 0.42995147473 -0.8769810672 + outer loop + vertex -3.288913E+01 6.2665368E+01 5.2081616E+01 + vertex -3.044202E+01 6.6844455E+01 5.3531701E+01 + vertex -2.819900E+01 6.3232520E+01 5.1212072E+01 + endloop + endfacet + facet normal -0.2136483542 0.65357020402 -0.7260856486 + outer loop + vertex -3.288913E+01 6.2665368E+01 5.2081616E+01 + vertex -2.819900E+01 6.3232520E+01 5.1212072E+01 + vertex -3.103559E+01 5.9685506E+01 4.8853960E+01 + endloop + endfacet + facet normal -0.2507290235 0.66696765225 -0.7016331717 + outer loop + vertex -3.103559E+01 5.9685506E+01 4.8853960E+01 + vertex -2.819900E+01 6.3232520E+01 5.1212072E+01 + vertex -2.661342E+01 6.0266428E+01 4.7825914E+01 + endloop + endfacet + facet normal -0.0842407246 0.40960110171 -0.908366907 + outer loop + vertex -4.025380E+01 6.5688249E+01 5.4373728E+01 + vertex -3.534156E+01 6.6269632E+01 5.4180331E+01 + vertex -3.760693E+01 6.2082166E+01 5.2502204E+01 + endloop + endfacet + facet normal -0.1327462856 0.42974036476 -0.893141446 + outer loop + vertex -3.760693E+01 6.2082166E+01 5.2502204E+01 + vertex -3.534156E+01 6.6269632E+01 5.4180331E+01 + vertex -3.288913E+01 6.2665368E+01 5.2081616E+01 + endloop + endfacet + facet normal -0.147063459 0.65541126789 -0.7408160426 + outer loop + vertex -3.760693E+01 6.2082166E+01 5.2502204E+01 + vertex -3.288913E+01 6.2665368E+01 5.2081616E+01 + vertex -3.545313E+01 5.9071808E+01 4.9411333E+01 + endloop + endfacet + facet normal -0.1837716149 0.66738480062 -0.7216824242 + outer loop + vertex -3.545313E+01 5.9071808E+01 4.9411333E+01 + vertex -3.288913E+01 6.2665368E+01 5.2081616E+01 + vertex -3.103559E+01 5.9685506E+01 4.8853960E+01 + endloop + endfacet + facet normal -0.0012952235 0.40912160405 -0.9124789507 + outer loop + vertex -4.515525E+01 6.5134661E+01 5.4132477E+01 + vertex -4.025380E+01 6.5688249E+01 5.4373728E+01 + vertex -4.235352E+01 6.1518020E+01 5.2506933E+01 + endloop + endfacet + facet normal -0.051970143 0.4297087558 -0.9014707369 + outer loop + vertex -4.235352E+01 6.1518020E+01 5.2506933E+01 + vertex -4.025380E+01 6.5688249E+01 5.4373728E+01 + vertex -3.760693E+01 6.2082166E+01 5.2502204E+01 + endloop + endfacet + facet normal -0.0784542102 0.65378743949 -0.7526001069 + outer loop + vertex -4.235352E+01 6.1518020E+01 5.2506933E+01 + vertex -3.760693E+01 6.2082166E+01 5.2502204E+01 + vertex -3.993746E+01 5.8536345E+01 4.9664876E+01 + endloop + endfacet + facet normal -0.1212455636 0.66753870781 -0.7346370443 + outer loop + vertex -3.993746E+01 5.8536345E+01 4.9664876E+01 + vertex -3.760693E+01 6.2082166E+01 5.2502204E+01 + vertex -3.545313E+01 5.9071808E+01 4.9411333E+01 + endloop + endfacet + facet normal 0.08101748882 0.40611323493 -0.9102242619 + outer loop + vertex -5.001149E+01 6.4592749E+01 5.3458448E+01 + vertex -4.515525E+01 6.5134661E+01 5.4132477E+01 + vertex -4.706750E+01 6.1003498E+01 5.2119077E+01 + endloop + endfacet + facet normal 0.02767612095 0.42755814832 -0.9035640886 + outer loop + vertex -4.706750E+01 6.1003498E+01 5.2119077E+01 + vertex -4.515525E+01 6.5134661E+01 5.4132477E+01 + vertex -4.235352E+01 6.1518020E+01 5.2506933E+01 + endloop + endfacet + facet normal -0.0085232858 0.65055040564 -0.7594152509 + outer loop + vertex -4.706750E+01 6.1003498E+01 5.2119077E+01 + vertex -4.235352E+01 6.1518020E+01 5.2506933E+01 + vertex -4.444024E+01 5.8016717E+01 4.9530975E+01 + endloop + endfacet + facet normal -0.0546447568 0.6653700383 -0.7445110225 + outer loop + vertex -4.444024E+01 5.8016717E+01 4.9530975E+01 + vertex -4.235352E+01 6.1518020E+01 5.2506933E+01 + vertex -3.993746E+01 5.8536345E+01 4.9664876E+01 + endloop + endfacet + facet normal 0.16231229634 0.40196988676 -0.9011520008 + outer loop + vertex -5.481067E+01 6.4017221E+01 5.2337315E+01 + vertex -5.001149E+01 6.4592749E+01 5.3458448E+01 + vertex -5.173280E+01 6.0518515E+01 5.1331050E+01 + endloop + endfacet + facet normal 0.10781475632 0.42398921185 -0.8992269605 + outer loop + vertex -5.173280E+01 6.0518515E+01 5.1331050E+01 + vertex -5.001149E+01 6.4592749E+01 5.3458448E+01 + vertex -4.706750E+01 6.1003498E+01 5.2119077E+01 + endloop + endfacet + facet normal 0.06161628121 0.64496864398 -0.7617210002 + outer loop + vertex -5.173280E+01 6.0518515E+01 5.1331050E+01 + vertex -4.706750E+01 6.1003498E+01 5.2119077E+01 + vertex -4.888752E+01 5.7530568E+01 4.9031236E+01 + endloop + endfacet + facet normal 0.01208087403 0.66086733976 -0.7504054982 + outer loop + vertex -4.888752E+01 5.7530568E+01 4.9031236E+01 + vertex -4.706750E+01 6.1003498E+01 5.2119077E+01 + vertex -4.444024E+01 5.8016717E+01 4.9530975E+01 + endloop + endfacet + facet normal 0.24281996091 0.40250733242 -0.8826246733 + outer loop + vertex -5.949408E+01 6.3418570E+01 5.0775852E+01 + vertex -5.481067E+01 6.4017221E+01 5.2337315E+01 + vertex -5.637544E+01 5.9922096E+01 5.0039311E+01 + endloop + endfacet + facet normal 0.19192959247 0.42347749674 -0.8853416523 + outer loop + vertex -5.637544E+01 5.9922096E+01 5.0039311E+01 + vertex -5.481067E+01 6.4017221E+01 5.2337315E+01 + vertex -5.173280E+01 6.0518515E+01 5.1331050E+01 + endloop + endfacet + facet normal 0.13019283487 0.63526633081 -0.7612401163 + outer loop + vertex -5.637544E+01 5.9922096E+01 5.0039311E+01 + vertex -5.173280E+01 6.0518515E+01 5.1331050E+01 + vertex -5.325088E+01 5.7168094E+01 4.8275440E+01 + endloop + endfacet + facet normal 0.07632078811 0.65278722432 -0.7536869224 + outer loop + vertex -5.325088E+01 5.7168094E+01 4.8275440E+01 + vertex -5.173280E+01 6.0518515E+01 5.1331050E+01 + vertex -4.888752E+01 5.7530568E+01 4.9031236E+01 + endloop + endfacet + facet normal 0.31997947012 0.40867288621 -0.8547511982 + outer loop + vertex -6.398190E+01 6.2790426E+01 4.8795490E+01 + vertex -5.949408E+01 6.3418570E+01 5.0775852E+01 + vertex -6.080708E+01 5.9218488E+01 4.8276184E+01 + endloop + endfacet + facet normal 0.2750031016 0.42676986143 -0.8615339688 + outer loop + vertex -6.080708E+01 5.9218488E+01 4.8276184E+01 + vertex -5.949408E+01 6.3418570E+01 5.0775852E+01 + vertex -5.637544E+01 5.9922096E+01 5.0039311E+01 + endloop + endfacet + facet normal 0.19266836152 0.64328415822 -0.740988795 + outer loop + vertex -6.080708E+01 5.9218488E+01 4.8276184E+01 + vertex -5.637544E+01 5.9922096E+01 5.0039311E+01 + vertex -5.760345E+01 5.6425479E+01 4.6684446E+01 + endloop + endfacet + facet normal 0.15880936599 0.65393446964 -0.7396954067 + outer loop + vertex -5.760345E+01 5.6425479E+01 4.6684446E+01 + vertex -5.637544E+01 5.9922096E+01 5.0039311E+01 + vertex -5.325088E+01 5.7168094E+01 4.8275440E+01 + endloop + endfacet + facet normal 0.39306025224 0.41700885056 -0.8195164774 + outer loop + vertex -6.824528E+01 6.2174339E+01 4.6437172E+01 + vertex -6.398190E+01 6.2790426E+01 4.8795490E+01 + vertex -6.495886E+01 5.8486125E+01 4.6136683E+01 + endloop + endfacet + facet normal 0.35138164507 0.43299799394 -0.8300865477 + outer loop + vertex -6.495886E+01 5.8486125E+01 4.6136683E+01 + vertex -6.398190E+01 6.2790426E+01 4.8795490E+01 + vertex -6.080708E+01 5.9218488E+01 4.8276184E+01 + endloop + endfacet + facet normal 0.24690824288 0.66350505637 -0.7062558741 + outer loop + vertex -6.495886E+01 5.8486125E+01 4.6136683E+01 + vertex -6.080708E+01 5.9218488E+01 4.8276184E+01 + vertex -6.141104E+01 5.5485807E+01 4.4558305E+01 + endloop + endfacet + facet normal 0.23045931772 0.6677329433 -0.7078285239 + outer loop + vertex -6.141104E+01 5.5485807E+01 4.4558305E+01 + vertex -6.080708E+01 5.9218488E+01 4.8276184E+01 + vertex -5.760345E+01 5.6425479E+01 4.6684446E+01 + endloop + endfacet + facet normal 0.46587447252 0.41806948977 -0.779858242 + outer loop + vertex -7.230581E+01 6.1628487E+01 4.3718859E+01 + vertex -6.824528E+01 6.2174339E+01 4.6437172E+01 + vertex -6.896994E+01 5.7901860E+01 4.3713868E+01 + endloop + endfacet + facet normal 0.41756330549 0.43698145654 -0.7966731403 + outer loop + vertex -6.896994E+01 5.7901860E+01 4.3713868E+01 + vertex -6.824528E+01 6.2174339E+01 4.6437172E+01 + vertex -6.495886E+01 5.8486125E+01 4.6136683E+01 + endloop + endfacet + facet normal 0.30893359104 0.67161911037 -0.6734150332 + outer loop + vertex -6.896994E+01 5.7901860E+01 4.3713868E+01 + vertex -6.495886E+01 5.8486125E+01 4.6136683E+01 + vertex -6.521460E+01 5.4795042E+01 4.2338121E+01 + endloop + endfacet + facet normal 0.27318180297 0.68064323008 -0.6797767986 + outer loop + vertex -6.521460E+01 5.4795042E+01 4.2338121E+01 + vertex -6.495886E+01 5.8486125E+01 4.6136683E+01 + vertex -6.141104E+01 5.5485807E+01 4.4558305E+01 + endloop + endfacet + facet normal 0.53598914192 0.41315094225 -0.7362213924 + outer loop + vertex -7.612398E+01 6.1106451E+01 4.0646170E+01 + vertex -7.230581E+01 6.1628487E+01 4.3718859E+01 + vertex -7.280885E+01 5.7426728E+01 4.0994701E+01 + endloop + endfacet + facet normal 0.4841904093 0.43443761936 -0.7594890404 + outer loop + vertex -7.280885E+01 5.7426728E+01 4.0994701E+01 + vertex -7.230581E+01 6.1628487E+01 4.3718859E+01 + vertex -6.896994E+01 5.7901860E+01 4.3713868E+01 + endloop + endfacet + facet normal 0.37354234738 0.66761096592 -0.6440199631 + outer loop + vertex -7.280885E+01 5.7426728E+01 4.0994701E+01 + vertex -6.896994E+01 5.7901860E+01 4.3713868E+01 + vertex -6.900684E+01 5.4287997E+01 3.9946223E+01 + endloop + endfacet + facet normal 0.32312278587 0.68138553157 -0.6567384735 + outer loop + vertex -6.900684E+01 5.4287997E+01 3.9946223E+01 + vertex -6.896994E+01 5.7901860E+01 4.3713868E+01 + vertex -6.521460E+01 5.4795042E+01 4.2338121E+01 + endloop + endfacet + facet normal 0.60244333739 0.40594234522 -0.687221098 + outer loop + vertex -7.966432E+01 6.0553107E+01 3.7215719E+01 + vertex -7.612398E+01 6.1106451E+01 4.0646170E+01 + vertex -7.643232E+01 5.7001476E+01 3.7951053E+01 + endloop + endfacet + facet normal 0.55106999588 0.4286583188 -0.715942669 + outer loop + vertex -7.643232E+01 5.7001476E+01 3.7951053E+01 + vertex -7.612398E+01 6.1106451E+01 4.0646170E+01 + vertex -7.280885E+01 5.7426728E+01 4.0994701E+01 + endloop + endfacet + facet normal 0.43830289438 0.65682574575 -0.6135719294 + outer loop + vertex -7.643232E+01 5.7001476E+01 3.7951053E+01 + vertex -7.280885E+01 5.7426728E+01 4.0994701E+01 + vertex -7.262006E+01 5.3892300E+01 3.7345970E+01 + endloop + endfacet + facet normal 0.38164487419 0.67369130124 -0.6328405965 + outer loop + vertex -7.262006E+01 5.3892300E+01 3.7345970E+01 + vertex -7.280885E+01 5.7426728E+01 4.0994701E+01 + vertex -6.900684E+01 5.4287997E+01 3.9946223E+01 + endloop + endfacet + facet normal 0.6634361765 0.40343147424 -0.630155128 + outer loop + vertex -8.287899E+01 5.9967109E+01 3.3456103E+01 + vertex -7.966432E+01 6.0553107E+01 3.7215719E+01 + vertex -7.978323E+01 5.6465641E+01 3.4473696E+01 + endloop + endfacet + facet normal 0.61799170412 0.42550260281 -0.6610853112 + outer loop + vertex -7.978323E+01 5.6465641E+01 3.4473696E+01 + vertex -7.966432E+01 6.0553107E+01 3.7215719E+01 + vertex -7.643232E+01 5.7001476E+01 3.7951053E+01 + endloop + endfacet + facet normal 0.50112232005 0.64076218093 -0.5816358378 + outer loop + vertex -7.978323E+01 5.6465641E+01 3.4473696E+01 + vertex -7.643232E+01 5.7001476E+01 3.7951053E+01 + vertex -7.607166E+01 5.3638547E+01 3.4557000E+01 + endloop + endfacet + facet normal 0.44208271386 0.66021763789 -0.6071865815 + outer loop + vertex -7.607166E+01 5.3638547E+01 3.4557000E+01 + vertex -7.643232E+01 5.7001476E+01 3.7951053E+01 + vertex -7.262006E+01 5.3892300E+01 3.7345970E+01 + endloop + endfacet + facet normal 0.71502898336 0.40864773899 -0.567221807 + outer loop + vertex -8.570774E+01 5.9335575E+01 2.9435256E+01 + vertex -8.287899E+01 5.9967109E+01 3.3456103E+01 + vertex -8.269838E+01 5.5780162E+01 3.0667351E+01 + endloop + endfacet + facet normal 0.67915868805 0.42695763847 -0.5970348829 + outer loop + vertex -8.269838E+01 5.5780162E+01 3.0667351E+01 + vertex -8.287899E+01 5.9967109E+01 3.3456103E+01 + vertex -7.978323E+01 5.6465641E+01 3.4473696E+01 + endloop + endfacet + facet normal 0.54752106401 0.64327933851 -0.5351750901 + outer loop + vertex -8.269838E+01 5.5780162E+01 3.0667351E+01 + vertex -7.978323E+01 5.6465641E+01 3.4473696E+01 + vertex -7.908859E+01 5.2996037E+01 3.1013902E+01 + endloop + endfacet + facet normal 0.51195758859 0.65577666259 -0.554848084 + outer loop + vertex -7.908859E+01 5.2996037E+01 3.1013902E+01 + vertex -7.978323E+01 5.6465641E+01 3.4473696E+01 + vertex -7.607166E+01 5.3638547E+01 3.4557000E+01 + endloop + endfacet + facet normal 0.75873394388 0.4176261338 -0.4999112069 + outer loop + vertex -8.814539E+01 5.8705997E+01 2.5209603E+01 + vertex -8.570774E+01 5.9335575E+01 2.9435256E+01 + vertex -8.516073E+01 5.5032128E+01 2.6670372E+01 + endloop + endfacet + facet normal 0.72889027709 0.43323880185 -0.5301161236 + outer loop + vertex -8.516073E+01 5.5032128E+01 2.6670372E+01 + vertex -8.570774E+01 5.9335575E+01 2.9435256E+01 + vertex -8.269838E+01 5.5780162E+01 3.0667351E+01 + endloop + endfacet + facet normal 0.57593928772 0.66259424192 -0.4788139591 + outer loop + vertex -8.516073E+01 5.5032128E+01 2.6670372E+01 + vertex -8.269838E+01 5.5780162E+01 3.0667351E+01 + vertex -8.130095E+01 5.2066719E+01 2.7209495E+01 + endloop + endfacet + facet normal 0.56153263218 0.66713058226 -0.489507803 + outer loop + vertex -8.130095E+01 5.2066719E+01 2.7209495E+01 + vertex -8.269838E+01 5.5780162E+01 3.0667351E+01 + vertex -7.908859E+01 5.2996037E+01 3.1013902E+01 + endloop + endfacet + facet normal 0.79989276107 0.42020101974 -0.4284888258 + outer loop + vertex -9.022199E+01 5.8140752E+01 2.0778747E+01 + vertex -8.814539E+01 5.8705997E+01 2.5209603E+01 + vertex -8.734166E+01 5.4417397E+01 2.2504339E+01 + endloop + endfacet + facet normal 0.76807322992 0.43838870839 -0.4667749499 + outer loop + vertex -8.734166E+01 5.4417397E+01 2.2504339E+01 + vertex -8.814539E+01 5.8705997E+01 2.5209603E+01 + vertex -8.516073E+01 5.5032128E+01 2.6670372E+01 + endloop + endfacet + facet normal 0.61037801224 0.67237555172 -0.4187478951 + outer loop + vertex -8.734166E+01 5.4417397E+01 2.2504339E+01 + vertex -8.516073E+01 5.5032128E+01 2.6670372E+01 + vertex -8.340951E+01 5.1344288E+01 2.3301511E+01 + endloop + endfacet + facet normal 0.58465562694 0.68076008807 -0.4412975191 + outer loop + vertex -8.340951E+01 5.1344288E+01 2.3301511E+01 + vertex -8.516073E+01 5.5032128E+01 2.6670372E+01 + vertex -8.130095E+01 5.2066719E+01 2.7209495E+01 + endloop + endfacet + facet normal 0.83641836416 0.41779657557 -0.3547539169 + outer loop + vertex -9.190260E+01 5.7591469E+01 1.6169404E+01 + vertex -9.022199E+01 5.8140752E+01 2.0778747E+01 + vertex -8.920683E+01 5.3890809E+01 1.8167031E+01 + endloop + endfacet + facet normal 0.80538931763 0.43788568423 -0.3995049119 + outer loop + vertex -8.920683E+01 5.3890809E+01 1.8167031E+01 + vertex -9.022199E+01 5.8140752E+01 2.0778747E+01 + vertex -8.734166E+01 5.4417397E+01 2.2504339E+01 + endloop + endfacet + facet normal 0.64763847374 0.67152127414 -0.3600327564 + outer loop + vertex -8.920683E+01 5.3890809E+01 1.8167031E+01 + vertex -8.734166E+01 5.4417397E+01 2.2504339E+01 + vertex -8.538084E+01 5.0783859E+01 1.9254361E+01 + endloop + endfacet + facet normal 0.61424948556 0.68377944689 -0.3938822635 + outer loop + vertex -8.538084E+01 5.0783859E+01 1.9254361E+01 + vertex -8.734166E+01 5.4417397E+01 2.2504339E+01 + vertex -8.340951E+01 5.1344288E+01 2.3301511E+01 + endloop + endfacet + facet normal 0.86726434214 0.41340170738 -0.2774014946 + outer loop + vertex -9.315900E+01 5.7033446E+01 1.1409801E+01 + vertex -9.190260E+01 5.7591469E+01 1.6169404E+01 + vertex -9.071253E+01 5.3400940E+01 1.3645025E+01 + endloop + endfacet + facet normal 0.83913321081 0.43500872882 -0.326531561 + outer loop + vertex -9.071253E+01 5.3400940E+01 1.3645025E+01 + vertex -9.190260E+01 5.7591469E+01 1.6169404E+01 + vertex -8.920683E+01 5.3890809E+01 1.8167031E+01 + endloop + endfacet + facet normal 0.6845952274 0.66436202618 -0.2999207775 + outer loop + vertex -9.071253E+01 5.3400940E+01 1.3645025E+01 + vertex -8.920683E+01 5.3890809E+01 1.8167031E+01 + vertex -8.710154E+01 5.0322243E+01 1.5067722E+01 + endloop + endfacet + facet normal 0.64905551747 0.67968167709 -0.3417012629 + outer loop + vertex -8.710154E+01 5.0322243E+01 1.5067722E+01 + vertex -8.920683E+01 5.3890809E+01 1.8167031E+01 + vertex -8.538084E+01 5.0783859E+01 1.9254361E+01 + endloop + endfacet + facet normal 0.8904560014 0.41041125908 -0.1965978331 + outer loop + vertex -9.397662E+01 5.6475912E+01 6.5426560E+00 + vertex -9.315900E+01 5.7033446E+01 1.1409801E+01 + vertex -9.178563E+01 5.2878519E+01 8.9565453E+00 + endloop + endfacet + facet normal 0.86731328228 0.43233555732 -0.246685298 + outer loop + vertex -9.178563E+01 5.2878519E+01 8.9565453E+00 + vertex -9.315900E+01 5.7033446E+01 1.1409801E+01 + vertex -9.071253E+01 5.3400940E+01 1.3645025E+01 + endloop + endfacet + facet normal 0.71778065957 0.65460989504 -0.2372273383 + outer loop + vertex -9.178563E+01 5.2878519E+01 8.9565453E+00 + vertex -9.071253E+01 5.3400940E+01 1.3645025E+01 + vertex -8.849427E+01 4.9918884E+01 1.0748378E+01 + endloop + endfacet + facet normal 0.68440345366 0.6717662703 -0.2834113454 + outer loop + vertex -8.849427E+01 4.9918884E+01 1.0748378E+01 + vertex -9.071253E+01 5.3400940E+01 1.3645025E+01 + vertex -8.710154E+01 5.0322243E+01 1.5067722E+01 + endloop + endfacet + facet normal 0.90453519865 0.41039974189 -0.1157070709 + outer loop + vertex -9.434542E+01 5.5905098E+01 1.6349197E+00 + vertex -9.397662E+01 5.6475912E+01 6.5426560E+00 + vertex -9.237766E+01 5.2289292E+01 4.1929838E+00 + endloop + endfacet + facet normal 0.88751186739 0.43076943828 -0.1635859905 + outer loop + vertex -9.237766E+01 5.2289292E+01 4.1929838E+00 + vertex -9.397662E+01 5.6475912E+01 6.5426560E+00 + vertex -9.178563E+01 5.2878519E+01 8.9565453E+00 + endloop + endfacet + facet normal 0.73815492753 0.65222681579 -0.1724165993 + outer loop + vertex -9.237766E+01 5.2289292E+01 4.1929838E+00 + vertex -9.178563E+01 5.2878519E+01 8.9565453E+00 + vertex -8.932431E+01 4.9365711E+01 6.2055949E+00 + endloop + endfacet + facet normal 0.71470090971 0.66660365348 -0.2117597196 + outer loop + vertex -8.932431E+01 4.9365711E+01 6.2055949E+00 + vertex -9.178563E+01 5.2878519E+01 8.9565453E+00 + vertex -8.849427E+01 4.9918884E+01 1.0748378E+01 + endloop + endfacet + facet normal 0.91166325238 0.40951074223 -0.0342208452 + outer loop + vertex -9.427077E+01 5.5327254E+01 -3.291248E+00 + vertex -9.434542E+01 5.5905098E+01 1.6349197E+00 + vertex -9.255436E+01 5.1735658E+01 -5.445966E-01 + endloop + endfacet + facet normal 0.89895535719 0.42995491084 -0.0837737454 + outer loop + vertex -9.255436E+01 5.1735658E+01 -5.445966E-01 + vertex -9.434542E+01 5.5905098E+01 1.6349197E+00 + vertex -9.237766E+01 5.2289292E+01 4.1929838E+00 + endloop + endfacet + facet normal 0.74762046084 0.6558488381 -0.1045272601 + outer loop + vertex -9.255436E+01 5.1735658E+01 -5.445966E-01 + vertex -9.237766E+01 5.2289292E+01 4.1929838E+00 + vertex -8.957865E+01 4.8694409E+01 1.6567679E+00 + endloop + endfacet + facet normal 0.73124139582 0.66771730143 -0.1394260607 + outer loop + vertex -8.957865E+01 4.8694409E+01 1.6567679E+00 + vertex -9.237766E+01 5.2289292E+01 4.1929838E+00 + vertex -8.932431E+01 4.9365711E+01 6.2055949E+00 + endloop + endfacet + facet normal 0.91008161734 0.41181903436 0.04643848327 + outer loop + vertex -9.374544E+01 5.4717846E+01 -8.182212E+00 + vertex -9.427077E+01 5.5327254E+01 -3.291248E+00 + vertex -9.225960E+01 5.1109617E+01 -5.303007E+00 + endloop + endfacet + facet normal 0.90248868198 0.43071289352 -7.630492E-04 + outer loop + vertex -9.225960E+01 5.1109617E+01 -5.303007E+00 + vertex -9.427077E+01 5.5327254E+01 -3.291248E+00 + vertex -9.255436E+01 5.1735658E+01 -5.445966E-01 + endloop + endfacet + facet normal 0.75517362104 0.65434507911 -0.0393105524 + outer loop + vertex -9.225960E+01 5.1109617E+01 -5.303007E+00 + vertex -9.255436E+01 5.1735658E+01 -5.445966E-01 + vertex -8.958662E+01 4.8183332E+01 -2.663424E+00 + endloop + endfacet + facet normal 0.74088062895 0.66682482787 -0.0802529911 + outer loop + vertex -8.958662E+01 4.8183332E+01 -2.663424E+00 + vertex -9.255436E+01 5.1735658E+01 -5.445966E-01 + vertex -8.957865E+01 4.8694409E+01 1.6567679E+00 + endloop + endfacet + facet normal 0.89999749138 0.41686569547 0.12738723423 + outer loop + vertex -9.278294E+01 5.4107668E+01 -1.298554E+01 + vertex -9.374544E+01 5.4717846E+01 -8.182212E+00 + vertex -9.150746E+01 5.0433225E+01 -9.972539E+00 + endloop + endfacet + facet normal 0.89699627289 0.43445007171 0.08155256962 + outer loop + vertex -9.150746E+01 5.0433225E+01 -9.972539E+00 + vertex -9.374544E+01 5.4717846E+01 -8.182212E+00 + vertex -9.225960E+01 5.1109617E+01 -5.303007E+00 + endloop + endfacet + facet normal 0.74959111554 0.66143149916 0.02493053179 + outer loop + vertex -9.150746E+01 5.0433225E+01 -9.972539E+00 + vertex -9.225960E+01 5.1109617E+01 -5.303007E+00 + vertex -8.899888E+01 4.7483017E+01 -7.126650E+00 + endloop + endfacet + facet normal 0.74170676386 0.67068165914 -0.0075623108 + outer loop + vertex -8.899888E+01 4.7483017E+01 -7.126650E+00 + vertex -9.225960E+01 5.1109617E+01 -5.303007E+00 + vertex -8.958662E+01 4.8183332E+01 -2.663424E+00 + endloop + endfacet + facet normal 0.88327267277 0.41945607572 0.20948982334 + outer loop + vertex -9.140306E+01 5.3542864E+01 -1.767264E+01 + vertex -9.278294E+01 5.4107668E+01 -1.298554E+01 + vertex -9.038543E+01 4.9817191E+01 -1.450348E+01 + endloop + endfacet + facet normal 0.88473275341 0.43794026701 0.1595502353 + outer loop + vertex -9.038543E+01 4.9817191E+01 -1.450348E+01 + vertex -9.278294E+01 5.4107668E+01 -1.298554E+01 + vertex -9.150746E+01 5.0433225E+01 -9.972539E+00 + endloop + endfacet + facet normal 0.73380071349 0.67335467368 0.09016649222 + outer loop + vertex -9.038543E+01 4.9817191E+01 -1.450348E+01 + vertex -9.150746E+01 5.0433225E+01 -9.972539E+00 + vertex -8.791842E+01 4.6700697E+01 -1.130701E+01 + endloop + endfacet + facet normal 0.73035045449 0.68030263239 0.06145357582 + outer loop + vertex -8.791842E+01 4.6700697E+01 -1.130701E+01 + vertex -9.150746E+01 5.0433225E+01 -9.972539E+00 + vertex -8.899888E+01 4.7483017E+01 -7.126650E+00 + endloop + endfacet + facet normal 0.86204682084 0.41556302331 0.29014246903 + outer loop + vertex -8.960150E+01 5.2998302E+01 -2.224532E+01 + vertex -9.140306E+01 5.3542864E+01 -1.767264E+01 + vertex -8.891669E+01 4.9325438E+01 -1.901943E+01 + endloop + endfacet + facet normal 0.8683079462 0.43691934666 0.23482503077 + outer loop + vertex -8.891669E+01 4.9325438E+01 -1.901943E+01 + vertex -9.140306E+01 5.3542864E+01 -1.767264E+01 + vertex -9.038543E+01 4.9817191E+01 -1.450348E+01 + endloop + endfacet + facet normal 0.7264396429 0.66747845468 0.16357859808 + outer loop + vertex -8.891669E+01 4.9325438E+01 -1.901943E+01 + vertex -9.038543E+01 4.9817191E+01 -1.450348E+01 + vertex -8.686728E+01 4.6262091E+01 -1.562080E+01 + endloop + endfacet + facet normal 0.72331090718 0.68219986277 0.10688628908 + outer loop + vertex -8.686728E+01 4.6262091E+01 -1.562080E+01 + vertex -9.038543E+01 4.9817191E+01 -1.450348E+01 + vertex -8.791842E+01 4.6700697E+01 -1.130701E+01 + endloop + endfacet + facet normal 0.83387505831 0.41236005283 0.36689449976 + outer loop + vertex -8.738415E+01 5.2433702E+01 -2.665034E+01 + vertex -8.960150E+01 5.2998302E+01 -2.224532E+01 + vertex -8.701107E+01 4.8805209E+01 -2.342013E+01 + endloop + endfacet + facet normal 0.84446800715 0.43360690138 0.31441825643 + outer loop + vertex -8.701107E+01 4.8805209E+01 -2.342013E+01 + vertex -8.960150E+01 5.2998302E+01 -2.224532E+01 + vertex -8.891669E+01 4.9325438E+01 -1.901943E+01 + endloop + endfacet + facet normal 0.71593654389 0.65842663733 0.23218360917 + outer loop + vertex -8.701107E+01 4.8805209E+01 -2.342013E+01 + vertex -8.891669E+01 4.9325438E+01 -1.901943E+01 + vertex -8.538618E+01 4.5829357E+01 -1.999154E+01 + endloop + endfacet + facet normal 0.7166944884 0.67479931007 0.17605368904 + outer loop + vertex -8.538618E+01 4.5829357E+01 -1.999154E+01 + vertex -8.891669E+01 4.9325438E+01 -1.901943E+01 + vertex -8.686728E+01 4.6262091E+01 -1.562080E+01 + endloop + endfacet + facet normal 0.79791073508 0.41130247966 0.44064580908 + outer loop + vertex -8.478634E+01 5.1872993E+01 -3.083102E+01 + vertex -8.738415E+01 5.2433702E+01 -2.665034E+01 + vertex -8.468739E+01 4.8238852E+01 -2.761806E+01 + endloop + endfacet + facet normal 0.8124821274 0.4320194224 0.39144860622 + outer loop + vertex -8.468739E+01 4.8238852E+01 -2.761806E+01 + vertex -8.738415E+01 5.2433702E+01 -2.665034E+01 + vertex -8.701107E+01 4.8805209E+01 -2.342013E+01 + endloop + endfacet + facet normal 0.694362133 0.65599954552 0.29584763736 + outer loop + vertex -8.468739E+01 4.8238852E+01 -2.761806E+01 + vertex -8.701107E+01 4.8805209E+01 -2.342013E+01 + vertex -8.334808E+01 4.5261429E+01 -2.415945E+01 + endloop + endfacet + facet normal 0.69879486387 0.670061602 0.25040604576 + outer loop + vertex -8.334808E+01 4.5261429E+01 -2.415945E+01 + vertex -8.701107E+01 4.8805209E+01 -2.342013E+01 + vertex -8.538618E+01 4.5829357E+01 -1.999154E+01 + endloop + endfacet + facet normal 0.75520814283 0.4111949882 0.51046972748 + outer loop + vertex -8.182911E+01 5.1300794E+01 -3.474514E+01 + vertex -8.478634E+01 5.1872993E+01 -3.083102E+01 + vertex -8.201592E+01 4.7659065E+01 -3.153527E+01 + endloop + endfacet + facet normal 0.7738383354 0.43122303489 0.463919093 + outer loop + vertex -8.201592E+01 4.7659065E+01 -3.153527E+01 + vertex -8.478634E+01 5.1872993E+01 -3.083102E+01 + vertex -8.468739E+01 4.8238852E+01 -2.761806E+01 + endloop + endfacet + facet normal 0.66338269404 0.65875655916 0.35491294287 + outer loop + vertex -8.201592E+01 4.7659065E+01 -3.153527E+01 + vertex -8.468739E+01 4.8238852E+01 -2.761806E+01 + vertex -8.091475E+01 4.4615940E+01 -2.794514E+01 + endloop + endfacet + facet normal 0.67106713788 0.67017498199 0.31707158494 + outer loop + vertex -8.091475E+01 4.4615940E+01 -2.794514E+01 + vertex -8.468739E+01 4.8238852E+01 -2.761806E+01 + vertex -8.334808E+01 4.5261429E+01 -2.415945E+01 + endloop + endfacet + facet normal 0.7056509408 0.41038285487 0.57761809371 + outer loop + vertex -7.852443E+01 5.0731285E+01 -3.837770E+01 + vertex -8.182911E+01 5.1300794E+01 -3.474514E+01 + vertex -7.902480E+01 4.7102052E+01 -3.518795E+01 + endloop + endfacet + facet normal 0.72924559342 0.43101150138 0.53144138919 + outer loop + vertex -7.902480E+01 4.7102052E+01 -3.518795E+01 + vertex -8.182911E+01 5.1300794E+01 -3.474514E+01 + vertex -8.201592E+01 4.7659065E+01 -3.153527E+01 + endloop + endfacet + facet normal 0.62868702926 0.65799498298 0.41448187128 + outer loop + vertex -7.902480E+01 4.7102052E+01 -3.518795E+01 + vertex -8.201592E+01 4.7659065E+01 -3.153527E+01 + vertex -7.825438E+01 4.4058407E+01 -3.152469E+01 + endloop + endfacet + facet normal 0.64128997254 0.6710365597 0.37209824867 + outer loop + vertex -7.825438E+01 4.4058407E+01 -3.152469E+01 + vertex -8.201592E+01 4.7659065E+01 -3.153527E+01 + vertex -8.091475E+01 4.4615940E+01 -2.794514E+01 + endloop + endfacet + facet normal 0.65035668846 0.40732968146 0.64118539314 + outer loop + vertex -7.489634E+01 5.0182316E+01 -4.170894E+01 + vertex -7.852443E+01 5.0731285E+01 -3.837770E+01 + vertex -7.571708E+01 4.6594745E+01 -3.859736E+01 + endloop + endfacet + facet normal 0.67928567053 0.42940869194 0.59512952632 + outer loop + vertex -7.571708E+01 4.6594745E+01 -3.859736E+01 + vertex -7.852443E+01 5.0731285E+01 -3.837770E+01 + vertex -7.902480E+01 4.7102052E+01 -3.518795E+01 + endloop + endfacet + facet normal 0.5898009105 0.65305043401 0.47503685817 + outer loop + vertex -7.571708E+01 4.6594745E+01 -3.859736E+01 + vertex -7.902480E+01 4.7102052E+01 -3.518795E+01 + vertex -7.534490E+01 4.3577795E+01 -3.491195E+01 + endloop + endfacet + facet normal 0.60830317069 0.66865694053 0.42762734759 + outer loop + vertex -7.534490E+01 4.3577795E+01 -3.491195E+01 + vertex -7.902480E+01 4.7102052E+01 -3.518795E+01 + vertex -7.825438E+01 4.4058407E+01 -3.152469E+01 + endloop + endfacet + facet normal 0.59076228542 0.40456644377 0.69808732599 + outer loop + vertex -7.096074E+01 4.9610862E+01 -4.470830E+01 + vertex -7.489634E+01 5.0182316E+01 -4.170894E+01 + vertex -7.208699E+01 4.6071169E+01 -4.170382E+01 + endloop + endfacet + facet normal 0.62282380589 0.42642315311 0.65593734557 + outer loop + vertex -7.208699E+01 4.6071169E+01 -4.170382E+01 + vertex -7.489634E+01 5.0182316E+01 -4.170894E+01 + vertex -7.571708E+01 4.6594745E+01 -3.859736E+01 + endloop + endfacet + facet normal 0.54829585253 0.64528379308 0.53195910038 + outer loop + vertex -7.208699E+01 4.6071169E+01 -4.170382E+01 + vertex -7.571708E+01 4.6594745E+01 -3.859736E+01 + vertex -7.217685E+01 4.3152287E+01 -3.807050E+01 + endloop + endfacet + facet normal 0.57180650878 0.66217132186 0.48432061388 + outer loop + vertex -7.217685E+01 4.3152287E+01 -3.807050E+01 + vertex -7.571708E+01 4.6594745E+01 -3.859736E+01 + vertex -7.534490E+01 4.3577795E+01 -3.491195E+01 + endloop + endfacet + facet normal 0.52602188086 0.40460743687 0.74806002626 + outer loop + vertex -6.678968E+01 4.9026983E+01 -4.732550E+01 + vertex -7.096074E+01 4.9610862E+01 -4.470830E+01 + vertex -6.816444E+01 4.5492161E+01 -4.444690E+01 + endloop + endfacet + facet normal 0.55998893843 0.42531646312 0.71099809777 + outer loop + vertex -6.816444E+01 4.5492161E+01 -4.444690E+01 + vertex -7.096074E+01 4.9610862E+01 -4.470830E+01 + vertex -7.208699E+01 4.6071169E+01 -4.170382E+01 + endloop + endfacet + facet normal 0.50099705938 0.64141168989 0.58102752995 + outer loop + vertex -6.816444E+01 4.5492161E+01 -4.444690E+01 + vertex -7.208699E+01 4.6071169E+01 -4.170382E+01 + vertex -6.860127E+01 4.2640643E+01 -4.092237E+01 + endloop + endfacet + facet normal 0.52532526211 0.65696152734 0.54077252202 + outer loop + vertex -6.860127E+01 4.2640643E+01 -4.092237E+01 + vertex -7.208699E+01 4.6071169E+01 -4.170382E+01 + vertex -7.217685E+01 4.3152287E+01 -3.807050E+01 + endloop + endfacet + facet normal 0.45624500793 0.40546154128 0.79211200678 + outer loop + vertex -6.241744E+01 4.8461002E+01 -4.955413E+01 + vertex -6.678968E+01 4.9026983E+01 -4.732550E+01 + vertex -6.402855E+01 4.4894746E+01 -4.680069E+01 + endloop + endfacet + facet normal 0.49320645218 0.42589333362 0.75852637654 + outer loop + vertex -6.402855E+01 4.4894746E+01 -4.680069E+01 + vertex -6.678968E+01 4.9026983E+01 -4.732550E+01 + vertex -6.816444E+01 4.5492161E+01 -4.444690E+01 + endloop + endfacet + facet normal 0.44681026361 0.64315790784 0.62185890193 + outer loop + vertex -6.402855E+01 4.4894746E+01 -4.680069E+01 + vertex -6.816444E+01 4.5492161E+01 -4.444690E+01 + vertex -6.472140E+01 4.2022531E+01 -4.333228E+01 + endloop + endfacet + facet normal 0.47071812459 0.65647496855 0.58946167208 + outer loop + vertex -6.472140E+01 4.2022531E+01 -4.333228E+01 + vertex -6.816444E+01 4.5492161E+01 -4.444690E+01 + vertex -6.860127E+01 4.2640643E+01 -4.092237E+01 + endloop + endfacet + facet normal 0.38234587146 0.40487274917 0.83059598575 + outer loop + vertex -5.787533E+01 4.7906372E+01 -5.137464E+01 + vertex -6.241744E+01 4.8461002E+01 -4.955413E+01 + vertex -5.976189E+01 4.4331203E+01 -4.876350E+01 + endloop + endfacet + facet normal 0.42397601316 0.42567054902 0.79940535648 + outer loop + vertex -5.976189E+01 4.4331203E+01 -4.876350E+01 + vertex -6.241744E+01 4.8461002E+01 -4.955413E+01 + vertex -6.402855E+01 4.4894746E+01 -4.680069E+01 + endloop + endfacet + facet normal 0.38756008914 0.6469272103 0.65672091628 + outer loop + vertex -5.976189E+01 4.4331203E+01 -4.876350E+01 + vertex -6.402855E+01 4.4894746E+01 -4.680069E+01 + vertex -6.072358E+01 4.1372842E+01 -4.528172E+01 + endloop + endfacet + facet normal 0.41347224457 0.65898976257 0.62830979286 + outer loop + vertex -6.072358E+01 4.1372842E+01 -4.528172E+01 + vertex -6.402855E+01 4.4894746E+01 -4.680069E+01 + vertex -6.472140E+01 4.2022531E+01 -4.333228E+01 + endloop + endfacet + facet normal 0.30546544352 0.40162256771 0.86335981834 + outer loop + vertex -5.315486E+01 4.7331086E+01 -5.277717E+01 + vertex -5.787533E+01 4.7906372E+01 -5.137464E+01 + vertex -5.533715E+01 4.3835882E+01 -5.037914E+01 + endloop + endfacet + facet normal 0.35215607554 0.42369066624 0.83454917039 + outer loop + vertex -5.533715E+01 4.3835882E+01 -5.037914E+01 + vertex -5.787533E+01 4.7906372E+01 -5.137464E+01 + vertex -5.976189E+01 4.4331203E+01 -4.876350E+01 + endloop + endfacet + facet normal 0.32493586462 0.64420888224 0.69239555164 + outer loop + vertex -5.533715E+01 4.3835882E+01 -5.037914E+01 + vertex -5.976189E+01 4.4331203E+01 -4.876350E+01 + vertex -5.667287E+01 4.0853027E+01 -4.697703E+01 + endloop + endfacet + facet normal 0.36072433789 0.65923322133 0.65976473985 + outer loop + vertex -5.667287E+01 4.0853027E+01 -4.697703E+01 + vertex -5.976189E+01 4.4331203E+01 -4.876350E+01 + vertex -6.072358E+01 4.1372842E+01 -4.528172E+01 + endloop + endfacet + facet normal 0.22692479 0.40223543444 0.88696775306 + outer loop + vertex -4.830832E+01 4.6722948E+01 -5.374134E+01 + vertex -5.315486E+01 4.7331086E+01 -5.277717E+01 + vertex -5.067105E+01 4.3246279E+01 -5.156020E+01 + endloop + endfacet + facet normal 0.27221115824 0.42301020419 0.86427047414 + outer loop + vertex -5.067105E+01 4.3246279E+01 -5.156020E+01 + vertex -5.315486E+01 4.7331086E+01 -5.277717E+01 + vertex -5.533715E+01 4.3835882E+01 -5.037914E+01 + endloop + endfacet + facet normal 0.26403427767 0.63460658384 0.72633352116 + outer loop + vertex -5.067105E+01 4.3246279E+01 -5.156020E+01 + vertex -5.533715E+01 4.3835882E+01 -5.037914E+01 + vertex -5.254166E+01 4.0498766E+01 -4.847967E+01 + endloop + endfacet + facet normal 0.30788444877 0.65219960618 0.69270689321 + outer loop + vertex -5.254166E+01 4.0498766E+01 -4.847967E+01 + vertex -5.533715E+01 4.3835882E+01 -5.037914E+01 + vertex -5.667287E+01 4.0853027E+01 -4.697703E+01 + endloop + endfacet + facet normal 0.14840097801 0.41044634892 0.89972826141 + outer loop + vertex -4.343240E+01 4.6074489E+01 -5.424975E+01 + vertex -4.830832E+01 4.6722948E+01 -5.374134E+01 + vertex -4.593734E+01 4.2500437E+01 -5.220615E+01 + endloop + endfacet + facet normal 0.18798367426 0.42711429555 0.88444079324 + outer loop + vertex -4.593734E+01 4.2500437E+01 -5.220615E+01 + vertex -4.830832E+01 4.6722948E+01 -5.374134E+01 + vertex -5.067105E+01 4.3246279E+01 -5.156020E+01 + endloop + endfacet + facet normal 0.20210644686 0.64281221916 0.73888120496 + outer loop + vertex -4.593734E+01 4.2500437E+01 -5.220615E+01 + vertex -5.067105E+01 4.3246279E+01 -5.156020E+01 + vertex -4.799107E+01 3.9763306E+01 -4.926314E+01 + endloop + endfacet + facet normal 0.22978328551 0.65284310826 0.72180019236 + outer loop + vertex -4.799107E+01 3.9763306E+01 -4.926314E+01 + vertex -5.067105E+01 4.3246279E+01 -5.156020E+01 + vertex -5.254166E+01 4.0498766E+01 -4.847967E+01 + endloop + endfacet + facet normal 0.06881628575 0.42121420394 0.90434667756 + outer loop + vertex -3.857628E+01 4.5440106E+01 -5.432381E+01 + vertex -4.343240E+01 4.6074489E+01 -5.424975E+01 + vertex -4.130114E+01 4.1722362E+01 -5.238486E+01 + endloop + endfacet + facet normal 0.10755671458 0.43561636347 0.89368335389 + outer loop + vertex -4.130114E+01 4.1722362E+01 -5.238486E+01 + vertex -4.343240E+01 4.6074489E+01 -5.424975E+01 + vertex -4.593734E+01 4.2500437E+01 -5.220615E+01 + endloop + endfacet + facet normal 0.14032266704 0.66833324806 0.73050682314 + outer loop + vertex -4.130114E+01 4.1722362E+01 -5.238486E+01 + vertex -4.593734E+01 4.2500437E+01 -5.220615E+01 + vertex -4.363096E+01 3.8724115E+01 -4.919426E+01 + endloop + endfacet + facet normal 0.1483029363 0.67041888297 0.72701083928 + outer loop + vertex -4.363096E+01 3.8724115E+01 -4.919426E+01 + vertex -4.593734E+01 4.2500437E+01 -5.220615E+01 + vertex -4.799107E+01 3.9763306E+01 -4.926314E+01 + endloop + endfacet + facet normal -0.0146591173 0.42361771148 0.90572244357 + outer loop + vertex -3.371735E+01 4.4888699E+01 -5.398726E+01 + vertex -3.857628E+01 4.5440106E+01 -5.432381E+01 + vertex -3.666155E+01 4.1118205E+01 -5.227141E+01 + endloop + endfacet + facet normal 0.03557031863 0.44151444526 0.89654879792 + outer loop + vertex -3.666155E+01 4.1118205E+01 -5.227141E+01 + vertex -3.857628E+01 4.5440106E+01 -5.432381E+01 + vertex -4.130114E+01 4.1722362E+01 -5.238486E+01 + endloop + endfacet + facet normal 0.07068958519 0.67991386475 0.72987678348 + outer loop + vertex -3.666155E+01 4.1118205E+01 -5.227141E+01 + vertex -4.130114E+01 4.1722362E+01 -5.238486E+01 + vertex -3.933553E+01 3.7993800E+01 -4.910190E+01 + endloop + endfacet + facet normal 0.10133164621 0.6869899778 0.71956700027 + outer loop + vertex -3.933553E+01 3.7993800E+01 -4.910190E+01 + vertex -4.130114E+01 4.1722362E+01 -5.238486E+01 + vertex -4.363096E+01 3.8724115E+01 -4.919426E+01 + endloop + endfacet + facet normal -0.0993588516 0.41805800866 0.90297027637 + outer loop + vertex -2.887885E+01 4.4378026E+01 -5.321843E+01 + vertex -3.371735E+01 4.4888699E+01 -5.398726E+01 + vertex -3.199037E+01 4.0659173E+01 -5.183905E+01 + endloop + endfacet + facet normal -0.0398703486 0.43949768852 0.89735842175 + outer loop + vertex -3.199037E+01 4.0659173E+01 -5.183905E+01 + vertex -3.371735E+01 4.4888699E+01 -5.398726E+01 + vertex -3.666155E+01 4.1118205E+01 -5.227141E+01 + endloop + endfacet + facet normal -0.0019387211 0.67511849848 0.73770675364 + outer loop + vertex -3.199037E+01 4.0659173E+01 -5.183905E+01 + vertex -3.666155E+01 4.1118205E+01 -5.227141E+01 + vertex -3.492123E+01 3.7519430E+01 -4.897339E+01 + endloop + endfacet + facet normal 0.05292615177 0.68847322394 0.72332803234 + outer loop + vertex -3.492123E+01 3.7519430E+01 -4.897339E+01 + vertex -3.666155E+01 4.1118205E+01 -5.227141E+01 + vertex -3.933553E+01 3.7993800E+01 -4.910190E+01 + endloop + endfacet + facet normal -0.1822116673 0.4087100494 0.89429022349 + outer loop + vertex -2.408451E+01 4.3833885E+01 -5.199289E+01 + vertex -2.887885E+01 4.4378026E+01 -5.321843E+01 + vertex -2.727992E+01 4.0274202E+01 -5.101711E+01 + endloop + endfacet + facet normal -0.1205927322 0.4323505413 0.89360528333 + outer loop + vertex -2.727992E+01 4.0274202E+01 -5.101711E+01 + vertex -2.887885E+01 4.4378026E+01 -5.321843E+01 + vertex -3.199037E+01 4.0659173E+01 -5.183905E+01 + endloop + endfacet + facet normal -0.0766784101 0.65909785429 0.74813798185 + outer loop + vertex -2.727992E+01 4.0274202E+01 -5.101711E+01 + vertex -3.199037E+01 4.0659173E+01 -5.183905E+01 + vertex -3.035986E+01 3.7207368E+01 -4.863095E+01 + endloop + endfacet + facet normal -0.0087216622 0.67853675113 0.73451467649 + outer loop + vertex -3.035986E+01 3.7207368E+01 -4.863095E+01 + vertex -3.199037E+01 4.0659173E+01 -5.183905E+01 + vertex -3.492123E+01 3.7519430E+01 -4.897339E+01 + endloop + endfacet + facet normal -0.261646013 0.40672036439 0.8752827595 + outer loop + vertex -1.941904E+01 4.3247196E+01 -5.032564E+01 + vertex -2.408451E+01 4.3833885E+01 -5.199289E+01 + vertex -2.260716E+01 3.9718293E+01 -4.963887E+01 + endloop + endfacet + facet normal -0.2084283362 0.42814713921 0.87934501526 + outer loop + vertex -2.260716E+01 3.9718293E+01 -4.963887E+01 + vertex -2.408451E+01 4.3833885E+01 -5.199289E+01 + vertex -2.727992E+01 4.0274202E+01 -5.101711E+01 + endloop + endfacet + facet normal -0.1454999962 0.64241506017 0.75241786366 + outer loop + vertex -2.260716E+01 3.9718293E+01 -4.963887E+01 + vertex -2.727992E+01 4.0274202E+01 -5.101711E+01 + vertex -2.586048E+01 3.6938762E+01 -4.789482E+01 + endloop + endfacet + facet normal -0.0823244706 0.66217873119 0.74481004927 + outer loop + vertex -2.586048E+01 3.6938762E+01 -4.789482E+01 + vertex -2.727992E+01 4.0274202E+01 -5.101711E+01 + vertex -3.035986E+01 3.7207368E+01 -4.863095E+01 + endloop + endfacet + facet normal -0.3361460948 0.41267959465 0.84658216088 + outer loop + vertex -1.496762E+01 4.2618824E+01 -4.825184E+01 + vertex -1.941904E+01 4.3247196E+01 -5.032564E+01 + vertex -1.819961E+01 3.9010775E+01 -4.777634E+01 + endloop + endfacet + facet normal -0.2919745435 0.43003557452 0.85429518938 + outer loop + vertex -1.819961E+01 3.9010775E+01 -4.777634E+01 + vertex -1.941904E+01 4.3247196E+01 -5.032564E+01 + vertex -2.260716E+01 3.9718293E+01 -4.963887E+01 + endloop + endfacet + facet normal -0.204835919 0.65012792552 0.73169387503 + outer loop + vertex -1.819961E+01 3.9010775E+01 -4.777634E+01 + vertex -2.260716E+01 3.9718293E+01 -4.963887E+01 + vertex -2.148834E+01 3.6178979E+01 -4.618089E+01 + endloop + endfacet + facet normal -0.1719477722 0.66008624609 0.73124558894 + outer loop + vertex -2.148834E+01 3.6178979E+01 -4.618089E+01 + vertex -2.260716E+01 3.9718293E+01 -4.963887E+01 + vertex -2.586048E+01 3.6938762E+01 -4.789482E+01 + endloop + endfacet + facet normal -0.4082586023 0.42057605187 0.81021028028 + outer loop + vertex -1.075041E+01 4.2003969E+01 -4.580765E+01 + vertex -1.496762E+01 4.2618824E+01 -4.825184E+01 + vertex -1.408998E+01 3.8283734E+01 -4.555928E+01 + endloop + endfacet + facet normal -0.3661980721 0.43634509426 0.82188924477 + outer loop + vertex -1.408998E+01 3.8283734E+01 -4.555928E+01 + vertex -1.496762E+01 4.2618824E+01 -4.825184E+01 + vertex -1.819961E+01 3.9010775E+01 -4.777634E+01 + endloop + endfacet + facet normal -0.2568338567 0.67056350361 0.69597482547 + outer loop + vertex -1.408998E+01 3.8283734E+01 -4.555928E+01 + vertex -1.819961E+01 3.9010775E+01 -4.777634E+01 + vertex -1.774462E+01 3.5231824E+01 -4.396746E+01 + endloop + endfacet + facet normal -0.2419948345 0.67418310394 0.69779340958 + outer loop + vertex -1.774462E+01 3.5231824E+01 -4.396746E+01 + vertex -1.819961E+01 3.9010775E+01 -4.777634E+01 + vertex -2.148834E+01 3.6178979E+01 -4.618089E+01 + endloop + endfacet + facet normal -0.4822058629 0.4201529798 0.7687320595 + outer loop + vertex -6.736711E+00 4.1459989E+01 -4.299265E+01 + vertex -1.075041E+01 4.2003969E+01 -4.580765E+01 + vertex -1.010694E+01 3.7728574E+01 -4.306729E+01 + endloop + endfacet + facet normal -0.4314588063 0.43989374095 0.7876146235 + outer loop + vertex -1.010694E+01 3.7728574E+01 -4.306729E+01 + vertex -1.075041E+01 4.2003969E+01 -4.580765E+01 + vertex -1.408998E+01 3.8283734E+01 -4.555928E+01 + endloop + endfacet + facet normal -0.3207298272 0.67616989233 0.66326966964 + outer loop + vertex -1.010694E+01 3.7728574E+01 -4.306729E+01 + vertex -1.408998E+01 3.8283734E+01 -4.555928E+01 + vertex -1.396910E+01 3.4590604E+01 -4.173587E+01 + endloop + endfacet + facet normal -0.2803736035 0.68596146781 0.67145179062 + outer loop + vertex -1.396910E+01 3.4590604E+01 -4.173587E+01 + vertex -1.408998E+01 3.8283734E+01 -4.555928E+01 + vertex -1.774462E+01 3.5231824E+01 -4.396746E+01 + endloop + endfacet + facet normal -0.5524331051 0.41459672575 0.72313706821 + outer loop + vertex -2.974905E+00 4.0914117E+01 -3.980589E+01 + vertex -6.736711E+00 4.1459989E+01 -4.299265E+01 + vertex -6.272359E+00 3.7267134E+01 -4.023402E+01 + endloop + endfacet + facet normal -0.5000272356 0.43666682283 0.74786018043 + outer loop + vertex -6.272359E+00 3.7267134E+01 -4.023402E+01 + vertex -6.736711E+00 4.1459989E+01 -4.299265E+01 + vertex -1.010694E+01 3.7728574E+01 -4.306729E+01 + endloop + endfacet + facet normal -0.388878938 0.6674738644 0.63502111138 + outer loop + vertex -6.272359E+00 3.7267134E+01 -4.023402E+01 + vertex -1.010694E+01 3.7728574E+01 -4.306729E+01 + vertex -1.013525E+01 3.4170599E+01 -3.934482E+01 + endloop + endfacet + facet normal -0.3309514124 0.68341758931 0.65070082312 + outer loop + vertex -1.013525E+01 3.4170599E+01 -3.934482E+01 + vertex -1.010694E+01 3.7728574E+01 -4.306729E+01 + vertex -1.396910E+01 3.4590604E+01 -4.173587E+01 + endloop + endfacet + facet normal -0.6172098452 0.41024010347 0.67138294921 + outer loop + vertex 4.8755201E-01 4.0367752E+01 -3.628896E+01 + vertex -2.974905E+00 4.0914117E+01 -3.980589E+01 + vertex -2.691784E+00 3.6769145E+01 -3.701288E+01 + endloop + endfacet + facet normal -0.569063284 0.43241780924 0.69941533944 + outer loop + vertex -2.691784E+00 3.6769145E+01 -3.701288E+01 + vertex -2.974905E+00 4.0914117E+01 -3.980589E+01 + vertex -6.272359E+00 3.7267134E+01 -4.023402E+01 + endloop + endfacet + facet normal -0.4528426974 0.65521516666 0.60467063494 + outer loop + vertex -2.691784E+00 3.6769145E+01 -3.701288E+01 + vertex -6.272359E+00 3.7267134E+01 -4.023402E+01 + vertex -6.474623E+00 3.3807865E+01 -3.663706E+01 + endloop + endfacet + facet normal -0.3956057846 0.67298056925 0.62497457276 + outer loop + vertex -6.474623E+00 3.3807865E+01 -3.663706E+01 + vertex -6.272359E+00 3.7267134E+01 -4.023402E+01 + vertex -1.013525E+01 3.4170599E+01 -3.934482E+01 + endloop + endfacet + facet normal -0.6750456017 0.40868663945 0.61423828141 + outer loop + vertex 3.6087514E+00 3.9790835E+01 -3.247492E+01 + vertex 4.8755201E-01 4.0367752E+01 -3.628896E+01 + vertex 5.5233282E-01 3.6210472E+01 -3.345170E+01 + endloop + endfacet + facet normal -0.6329608621 0.42966215106 0.64401163267 + outer loop + vertex 5.5233282E-01 3.6210472E+01 -3.345170E+01 + vertex 4.8755201E-01 4.0367752E+01 -3.628896E+01 + vertex -2.691784E+00 3.6769145E+01 -3.701288E+01 + endloop + endfacet + facet normal -0.5087601057 0.64928644951 0.56532314766 + outer loop + vertex 5.5233282E-01 3.6210472E+01 -3.345170E+01 + vertex -2.691784E+00 3.6769145E+01 -3.701288E+01 + vertex -3.121674E+00 3.3314697E+01 -3.343224E+01 + endloop + endfacet + facet normal -0.4624780898 0.66518149395 0.58621463353 + outer loop + vertex -3.121674E+00 3.3314697E+01 -3.343224E+01 + vertex -2.691784E+00 3.6769145E+01 -3.701288E+01 + vertex -6.474623E+00 3.3807865E+01 -3.663706E+01 + endloop + endfacet + facet normal -0.7263441655 0.41055074966 0.55124607501 + outer loop + vertex 6.3635995E+00 3.9192607E+01 -2.839948E+01 + vertex 3.6087514E+00 3.9790835E+01 -3.247492E+01 + vertex 3.3993929E+00 3.5591153E+01 -2.962299E+01 + endloop + endfacet + facet normal -0.6898113402 0.42995122587 0.58249657362 + outer loop + vertex 3.3993929E+00 3.5591153E+01 -2.962299E+01 + vertex 3.6087514E+00 3.9790835E+01 -3.247492E+01 + vertex 5.5233282E-01 3.6210472E+01 -3.345170E+01 + endloop + endfacet + facet normal -0.554547043 0.65147305802 0.51774552804 + outer loop + vertex 3.3993929E+00 3.5591153E+01 -2.962299E+01 + vertex 5.5233282E-01 3.6210472E+01 -3.345170E+01 + vertex -2.294461E-01 3.2675814E+01 -2.984143E+01 + endloop + endfacet + facet normal -0.5203487731 0.66380071829 0.53722040234 + outer loop + vertex -2.294461E-01 3.2675814E+01 -2.984143E+01 + vertex 5.5233282E-01 3.6210472E+01 -3.345170E+01 + vertex -3.121674E+00 3.3314697E+01 -3.343224E+01 + endloop + endfacet + facet normal -0.7728768564 0.41259269434 0.48210852859 + outer loop + vertex 8.7372610E+00 3.8622116E+01 -2.410599E+01 + vertex 6.3635995E+00 3.9192607E+01 -2.839948E+01 + vertex 5.8714176E+00 3.4970449E+01 -2.557515E+01 + endloop + endfacet + facet normal -0.7386278692 0.43217568569 0.51735195719 + outer loop + vertex 5.8714176E+00 3.4970449E+01 -2.557515E+01 + vertex 6.3635995E+00 3.9192607E+01 -2.839948E+01 + vertex 3.3993929E+00 3.5591153E+01 -2.962299E+01 + endloop + endfacet + facet normal -0.5934929928 0.65807707889 0.46335798869 + outer loop + vertex 5.8714176E+00 3.4970449E+01 -2.557515E+01 + vertex 3.3993929E+00 3.5591153E+01 -2.962299E+01 + vertex 2.1773165E+00 3.1969694E+01 -2.604497E+01 + endloop + endfacet + facet normal -0.5658822075 0.66818443083 0.48301852303 + outer loop + vertex 2.1773165E+00 3.1969694E+01 -2.604497E+01 + vertex 3.3993929E+00 3.5591153E+01 -2.962299E+01 + vertex -2.294461E-01 3.2675814E+01 -2.984143E+01 + endloop + endfacet + facet normal -0.8140095416 0.41203072763 0.40941317221 + outer loop + vertex 1.0711156E+01 3.8059601E+01 -1.961531E+01 + vertex 8.7372610E+00 3.8622116E+01 -2.410599E+01 + vertex 7.9917236E+00 3.4408139E+01 -2.134737E+01 + endloop + endfacet + facet normal -0.7815746249 0.43253666864 0.44950321014 + outer loop + vertex 7.9917236E+00 3.4408139E+01 -2.134737E+01 + vertex 8.7372610E+00 3.8622116E+01 -2.410599E+01 + vertex 5.8714176E+00 3.4970449E+01 -2.557515E+01 + endloop + endfacet + facet normal -0.632213489 0.66056229021 0.4049241473 + outer loop + vertex 7.9917236E+00 3.4408139E+01 -2.134737E+01 + vertex 5.8714176E+00 3.4970449E+01 -2.557515E+01 + vertex 4.3017572E+00 3.1350628E+01 -2.212078E+01 + endloop + endfacet + facet normal -0.6011980371 0.6725396097 0.43156852708 + outer loop + vertex 4.3017572E+00 3.1350628E+01 -2.212078E+01 + vertex 5.8714176E+00 3.4970449E+01 -2.557515E+01 + vertex 2.1773165E+00 3.1969694E+01 -2.604497E+01 + endloop + endfacet + facet normal -0.8482485455 0.41037451002 0.33476434473 + outer loop + vertex 1.2272826E+01 3.7480968E+01 -1.494892E+01 + vertex 1.0711156E+01 3.8059601E+01 -1.961531E+01 + vertex 9.7369590E+00 3.3874004E+01 -1.695284E+01 + endloop + endfacet + facet normal -0.8194216039 0.43104981675 0.37781515399 + outer loop + vertex 9.7369590E+00 3.3874004E+01 -1.695284E+01 + vertex 1.0711156E+01 3.8059601E+01 -1.961531E+01 + vertex 7.9917236E+00 3.4408139E+01 -2.134737E+01 + endloop + endfacet + facet normal -0.6690169077 0.6579754649 0.34566553887 + outer loop + vertex 9.7369590E+00 3.3874004E+01 -1.695284E+01 + vertex 7.9917236E+00 3.4408139E+01 -2.134737E+01 + vertex 6.1610996E+00 3.0827187E+01 -1.807409E+01 + endloop + endfacet + facet normal -0.6362074935 0.67188222915 0.379228553 + outer loop + vertex 6.1610996E+00 3.0827187E+01 -1.807409E+01 + vertex 7.9917236E+00 3.4408139E+01 -2.134737E+01 + vertex 4.3017572E+00 3.1350628E+01 -2.212078E+01 + endloop + endfacet + facet normal -0.8751675679 0.40973958245 0.2572842838 + outer loop + vertex 1.3411610E+01 3.6905129E+01 -1.015823E+01 + vertex 1.2272826E+01 3.7480968E+01 -1.494892E+01 + vertex 1.1082588E+01 3.3309235E+01 -1.235387E+01 + endloop + endfacet + facet normal -0.8506897431 0.43042473262 0.30176399798 + outer loop + vertex 1.1082588E+01 3.3309235E+01 -1.235387E+01 + vertex 1.2272826E+01 3.7480968E+01 -1.494892E+01 + vertex 9.7369590E+00 3.3874004E+01 -1.695284E+01 + endloop + endfacet + facet normal -0.7021834135 0.65222667209 0.28555003405 + outer loop + vertex 1.1082588E+01 3.3309235E+01 -1.235387E+01 + vertex 9.7369590E+00 3.3874004E+01 -1.695284E+01 + vertex 7.7317064E+00 3.0368166E+01 -1.387616E+01 + endloop + endfacet + facet normal -0.6703876557 0.6676241562 0.32381843234 + outer loop + vertex 7.7317064E+00 3.0368166E+01 -1.387616E+01 + vertex 9.7369590E+00 3.3874004E+01 -1.695284E+01 + vertex 6.1610996E+00 3.0827187E+01 -1.807409E+01 + endloop + endfacet + facet normal -0.893821572 0.41149082916 0.17820857138 + outer loop + vertex 1.4111315E+01 3.6321680E+01 -5.301583E+00 + vertex 1.3411610E+01 3.6905129E+01 -1.015823E+01 + vertex 1.1970132E+01 3.2686687E+01 -7.647540E+00 + endloop + endfacet + facet normal -0.8746424796 0.43097257438 0.22195308738 + outer loop + vertex 1.1970132E+01 3.2686687E+01 -7.647540E+00 + vertex 1.3411610E+01 3.6905129E+01 -1.015823E+01 + vertex 1.1082588E+01 3.3309235E+01 -1.235387E+01 + endloop + endfacet + facet normal -0.7239616203 0.65284120689 0.22288546589 + outer loop + vertex 1.1970132E+01 3.2686687E+01 -7.647540E+00 + vertex 1.1082588E+01 3.3309235E+01 -1.235387E+01 + vertex 8.8009298E+00 2.9768070E+01 -9.392773E+00 + endloop + endfacet + facet normal -0.7007663984 0.66578445075 0.25623723371 + outer loop + vertex 8.8009298E+00 2.9768070E+01 -9.392773E+00 + vertex 1.1082588E+01 3.3309235E+01 -1.235387E+01 + vertex 7.7317064E+00 3.0368166E+01 -1.387616E+01 + endloop + endfacet + facet normal -0.9055200743 0.41305525772 0.09705023981 + outer loop + vertex 1.4369092E+01 3.5737216E+01 -4.088740E-01 + vertex 1.4111315E+01 3.6321680E+01 -5.301583E+00 + vertex 1.2427823E+01 3.2082988E+01 -2.968993E+00 + endloop + endfacet + facet normal -0.8903608287 0.43225390761 0.14287810894 + outer loop + vertex 1.2427823E+01 3.2082988E+01 -2.968993E+00 + vertex 1.4111315E+01 3.6321680E+01 -5.301583E+00 + vertex 1.1970132E+01 3.2686687E+01 -7.647540E+00 + endloop + endfacet + facet normal -0.7343683849 0.66033249952 0.15704797122 + outer loop + vertex 1.2427823E+01 3.2082988E+01 -2.968993E+00 + vertex 1.1970132E+01 3.2686687E+01 -7.647540E+00 + vertex 9.2812853E+00 2.9031646E+01 -4.852607E+00 + endloop + endfacet + facet normal -0.7188837772 0.67012813628 0.18475496179 + outer loop + vertex 9.2812853E+00 2.9031646E+01 -4.852607E+00 + vertex 1.1970132E+01 3.2686687E+01 -7.647540E+00 + vertex 8.8009298E+00 2.9768070E+01 -9.392773E+00 + endloop + endfacet + facet normal -0.9112199845 0.41172326855 0.01273145642 + outer loop + vertex 1.4189862E+01 3.5188905E+01 4.4950358E+00 + vertex 1.4369092E+01 3.5737216E+01 -4.088740E-01 + vertex 1.2503647E+01 3.1542516E+01 1.7294680E+00 + endloop + endfacet + facet normal -0.8992522235 0.43268116222 0.06428413797 + outer loop + vertex 1.2503647E+01 3.1542516E+01 1.7294680E+00 + vertex 1.4369092E+01 3.5737216E+01 -4.088740E-01 + vertex 1.2427823E+01 3.2082988E+01 -2.968993E+00 + endloop + endfacet + facet normal -0.7450803724 0.66113384934 0.08807537672 + outer loop + vertex 1.2503647E+01 3.1542516E+01 1.7294680E+00 + vertex 1.2427823E+01 3.2082988E+01 -2.968993E+00 + vertex 9.5003872E+00 2.8459720E+01 -5.359624E-01 + endloop + endfacet + facet normal -0.7284963233 0.67332734212 0.12618794416 + outer loop + vertex 9.5003872E+00 2.8459720E+01 -5.359624E-01 + vertex 1.2427823E+01 3.2082988E+01 -2.968993E+00 + vertex 9.2812853E+00 2.9031646E+01 -4.852607E+00 + endloop + endfacet + facet normal -0.9105890248 0.40720095772 -0.0708167203 + outer loop + vertex 1.3561046E+01 3.4635197E+01 9.3967367E+00 + vertex 1.4189862E+01 3.5188905E+01 4.4950358E+00 + vertex 1.2191729E+01 3.1063044E+01 6.4638262E+00 + endloop + endfacet + facet normal -0.902863751 0.42962995536 -0.0159733728 + outer loop + vertex 1.2191729E+01 3.1063044E+01 6.4638262E+00 + vertex 1.4189862E+01 3.5188905E+01 4.4950358E+00 + vertex 1.2503647E+01 3.1542516E+01 1.7294680E+00 + endloop + endfacet + facet normal -0.7572903482 0.65287672392 0.01622688605 + outer loop + vertex 1.2191729E+01 3.1063044E+01 6.4638262E+00 + vertex 1.2503647E+01 3.1542516E+01 1.7294680E+00 + vertex 9.5435191E+00 2.8056113E+01 3.8565197E+00 + endloop + endfacet + facet normal -0.7393893719 0.66975349436 0.06880126106 + outer loop + vertex 9.5435191E+00 2.8056113E+01 3.8565197E+00 + vertex 1.2503647E+01 3.1542516E+01 1.7294680E+00 + vertex 9.5003872E+00 2.8459720E+01 -5.359624E-01 + endloop + endfacet + facet normal -0.90173722 0.40448277528 -0.152524328 + outer loop + vertex 1.2488048E+01 3.4059714E+01 1.4214261E+01 + vertex 1.3561046E+01 3.4635197E+01 9.3967367E+00 + vertex 1.1419591E+01 3.0540932E+01 1.1199533E+01 + endloop + endfacet + facet normal -0.8990428464 0.42638780361 -0.0995761079 + outer loop + vertex 1.1419591E+01 3.0540932E+01 1.1199533E+01 + vertex 1.3561046E+01 3.4635197E+01 9.3967367E+00 + vertex 1.2191729E+01 3.1063044E+01 6.4638262E+00 + endloop + endfacet + facet normal -0.7649205688 0.64186112183 -0.0539520495 + outer loop + vertex 1.1419591E+01 3.0540932E+01 1.1199533E+01 + vertex 1.2191729E+01 3.1063044E+01 6.4638262E+00 + vertex 9.2222653E+00 2.7686076E+01 8.3888573E+00 + endloop + endfacet + facet normal -0.7507605492 0.66057405556 7.1753670E-04 + outer loop + vertex 9.2222653E+00 2.7686076E+01 8.3888573E+00 + vertex 1.2191729E+01 3.1063044E+01 6.4638262E+00 + vertex 9.5435191E+00 2.8056113E+01 3.8565197E+00 + endloop + endfacet + facet normal -0.8840842073 0.40541474302 -0.2324521468 + outer loop + vertex 1.0989371E+01 3.3480901E+01 1.8904675E+01 + vertex 1.2488048E+01 3.4059714E+01 1.4214261E+01 + vertex 1.0173013E+01 2.9936873E+01 1.5828465E+01 + endloop + endfacet + facet normal -0.8860725693 0.42587531784 -0.1830453922 + outer loop + vertex 1.0173013E+01 2.9936873E+01 1.5828465E+01 + vertex 1.2488048E+01 3.4059714E+01 1.4214261E+01 + vertex 1.1419591E+01 3.0540932E+01 1.1199533E+01 + endloop + endfacet + facet normal -0.7586082704 0.64026147851 -0.1207424166 + outer loop + vertex 1.0173013E+01 2.9936873E+01 1.5828465E+01 + vertex 1.1419591E+01 3.0540932E+01 1.1199533E+01 + vertex 8.2709769E+00 2.7125841E+01 1.2872624E+01 + endloop + endfacet + facet normal -0.7516561923 0.65496986163 -0.0776366466 + outer loop + vertex 8.2709769E+00 2.7125841E+01 1.2872624E+01 + vertex 1.1419591E+01 3.0540932E+01 1.1199533E+01 + vertex 9.2222653E+00 2.7686076E+01 8.3888573E+00 + endloop + endfacet + facet normal -0.8592180502 0.40642373762 -0.3107476271 + outer loop + vertex 9.0807257E+00 3.2901435E+01 2.3424207E+01 + vertex 1.0989371E+01 3.3480901E+01 1.8904675E+01 + vertex 8.5272522E+00 2.9337396E+01 2.0293192E+01 + endloop + endfacet + facet normal -0.8656849876 0.4266639303 -0.2618155702 + outer loop + vertex 8.5272522E+00 2.9337396E+01 2.0293192E+01 + vertex 1.0989371E+01 3.3480901E+01 1.8904675E+01 + vertex 1.0173013E+01 2.9936873E+01 1.5828465E+01 + endloop + endfacet + facet normal -0.7420381767 0.64371990452 -0.1870936364 + outer loop + vertex 8.5272522E+00 2.9337396E+01 2.0293192E+01 + vertex 1.0173013E+01 2.9936873E+01 1.5828465E+01 + vertex 6.8186028E+00 2.6474281E+01 1.7219004E+01 + endloop + endfacet + facet normal -0.7394231398 0.65662520358 -0.1486497976 + outer loop + vertex 6.8186028E+00 2.6474281E+01 1.7219004E+01 + vertex 1.0173013E+01 2.9936873E+01 1.5828465E+01 + vertex 8.2709769E+00 2.7125841E+01 1.2872624E+01 + endloop + endfacet + facet normal -0.8269759577 0.40683962678 -0.388062216 + outer loop + vertex 6.7788036E+00 3.2344546E+01 2.7745859E+01 + vertex 9.0807257E+00 3.2901435E+01 2.3424207E+01 + vertex 6.5098757E+00 2.8751863E+01 2.4552431E+01 + endloop + endfacet + facet normal -0.838361268 0.42741522587 -0.338329143 + outer loop + vertex 6.5098757E+00 2.8751863E+01 2.4552431E+01 + vertex 9.0807257E+00 3.2901435E+01 2.3424207E+01 + vertex 8.5272522E+00 2.9337396E+01 2.0293192E+01 + endloop + endfacet + facet normal -0.7185189077 0.64857373609 -0.2511626725 + outer loop + vertex 6.5098757E+00 2.8751863E+01 2.4552431E+01 + vertex 8.5272522E+00 2.9337396E+01 2.0293192E+01 + vertex 4.9820704E+00 2.5799743E+01 2.1299915E+01 + endloop + endfacet + facet normal -0.7197558861 0.6601633002 -0.2147926475 + outer loop + vertex 4.9820704E+00 2.5799743E+01 2.1299915E+01 + vertex 8.5272522E+00 2.9337396E+01 2.0293192E+01 + vertex 6.8186028E+00 2.6474281E+01 1.7219004E+01 + endloop + endfacet + facet normal -0.7893473284 0.40274867864 -0.4633835312 + outer loop + vertex 4.0799912E+00 3.1795759E+01 3.1866155E+01 + vertex 6.7788036E+00 3.2344546E+01 2.7745859E+01 + vertex 4.1730218E+00 2.8271103E+01 2.8644236E+01 + endloop + endfacet + facet normal -0.8065078591 0.4253620944 -0.4106241126 + outer loop + vertex 4.1730218E+00 2.8271103E+01 2.8644236E+01 + vertex 6.7788036E+00 3.2344546E+01 2.7745859E+01 + vertex 6.5098757E+00 2.8751863E+01 2.4552431E+01 + endloop + endfacet + facet normal -0.692913929 0.64621799945 -0.3198008508 + outer loop + vertex 4.1730218E+00 2.8271103E+01 2.8644236E+01 + vertex 6.5098757E+00 2.8751863E+01 2.4552431E+01 + vertex 2.9576091E+00 2.5272453E+01 2.5218339E+01 + endloop + endfacet + facet normal -0.698892826 0.66145624741 -0.2720743475 + outer loop + vertex 2.9576091E+00 2.5272453E+01 2.5218339E+01 + vertex 6.5098757E+00 2.8751863E+01 2.4552431E+01 + vertex 4.9820704E+00 2.5799743E+01 2.1299915E+01 + endloop + endfacet + facet normal -0.7455004329 0.40127603355 -0.5321716353 + outer loop + vertex 1.0016781E+00 3.1197463E+01 3.5727318E+01 + vertex 4.0799912E+00 3.1795759E+01 3.1866155E+01 + vertex 1.3974610E+00 2.7723008E+01 3.2553020E+01 + endloop + endfacet + facet normal -0.7658522314 0.42271294664 -0.4845452759 + outer loop + vertex 1.3974610E+00 2.7723008E+01 3.2553020E+01 + vertex 4.0799912E+00 3.1795759E+01 3.1866155E+01 + vertex 4.1730218E+00 2.8271103E+01 2.8644236E+01 + endloop + endfacet + facet normal -0.6690264452 0.63514137602 -0.3860039482 + outer loop + vertex 1.3974610E+00 2.7723008E+01 3.2553020E+01 + vertex 4.1730218E+00 2.8271103E+01 2.8644236E+01 + vertex 7.8339833E-01 2.4938406E+01 2.9035460E+01 + endloop + endfacet + facet normal -0.6808022049 0.65362442132 -0.33058051 + outer loop + vertex 7.8339833E-01 2.4938406E+01 2.9035460E+01 + vertex 4.1730218E+00 2.8271103E+01 2.8644236E+01 + vertex 2.9576091E+00 2.5272453E+01 2.5218339E+01 + endloop + endfacet + facet normal -0.6941510165 0.40753911722 -0.5933516953 + outer loop + vertex -2.408475E+00 3.0552341E+01 3.9273696E+01 + vertex 1.0016781E+00 3.1197463E+01 3.5727318E+01 + vertex -1.805004E+00 2.7014438E+01 3.6137724E+01 + endloop + endfacet + facet normal -0.7150707539 0.42536362533 -0.5547428261 + outer loop + vertex -1.805004E+00 2.7014438E+01 3.6137724E+01 + vertex 1.0016781E+00 3.1197463E+01 3.5727318E+01 + vertex 1.3974610E+00 2.7723008E+01 3.2553020E+01 + endloop + endfacet + facet normal -0.6318612044 0.63938985257 -0.4381004848 + outer loop + vertex -1.805004E+00 2.7014438E+01 3.6137724E+01 + vertex 1.3974610E+00 2.7723008E+01 3.2553020E+01 + vertex -2.136339E+00 2.4270343E+01 3.2610706E+01 + endloop + endfacet + facet normal -0.6428523372 0.65122066808 -0.4033020135 + outer loop + vertex -2.136339E+00 2.4270343E+01 3.2610706E+01 + vertex 1.3974610E+00 2.7723008E+01 3.2553020E+01 + vertex 7.8339833E-01 2.4938406E+01 2.9035460E+01 + endloop + endfacet + facet normal -0.6357984227 0.4187256591 -0.6484051111 + outer loop + vertex -6.091025E+00 2.9919288E+01 4.2475836E+01 + vertex -2.408475E+00 3.0552341E+01 3.9273696E+01 + vertex -5.285359E+00 2.6213645E+01 3.9292812E+01 + endloop + endfacet + facet normal -0.6579484391 0.43355673146 -0.6157372914 + outer loop + vertex -5.285359E+00 2.6213645E+01 3.9292812E+01 + vertex -2.408475E+00 3.0552341E+01 3.9273696E+01 + vertex -1.805004E+00 2.7014438E+01 3.6137724E+01 + endloop + endfacet + facet normal -0.58116236 0.6622087554 -0.4730009256 + outer loop + vertex -5.285359E+00 2.6213645E+01 3.9292812E+01 + vertex -1.805004E+00 2.7014438E+01 3.6137724E+01 + vertex -5.495195E+00 2.3278223E+01 3.5440994E+01 + endloop + endfacet + facet normal -0.5861852456 0.66520745074 -0.4624780052 + outer loop + vertex -5.495195E+00 2.3278223E+01 3.5440994E+01 + vertex -1.805004E+00 2.7014438E+01 3.6137724E+01 + vertex -2.136339E+00 2.4270343E+01 3.2610706E+01 + endloop + endfacet + facet normal -0.5725689266 0.42483910123 -0.7011965219 + outer loop + vertex -1.002585E+01 2.9336879E+01 4.5335984E+01 + vertex -6.091025E+00 2.9919288E+01 4.2475836E+01 + vertex -8.932164E+00 2.5527942E+01 4.2135178E+01 + endloop + endfacet + facet normal -0.60184748 0.4410347681 -0.6657837067 + outer loop + vertex -8.932164E+00 2.5527942E+01 4.2135178E+01 + vertex -6.091025E+00 2.9919288E+01 4.2475836E+01 + vertex -5.285359E+00 2.6213645E+01 3.9292812E+01 + endloop + endfacet + facet normal -0.5249922753 0.68211753046 -0.5090174708 + outer loop + vertex -8.932164E+00 2.5527942E+01 4.2135178E+01 + vertex -5.285359E+00 2.6213645E+01 3.9292812E+01 + vertex -9.020290E+00 2.2372862E+01 3.7998052E+01 + endloop + endfacet + facet normal -0.5343541915 0.68606955663 -0.4937349101 + outer loop + vertex -9.020290E+00 2.2372862E+01 3.7998052E+01 + vertex -5.285359E+00 2.6213645E+01 3.9292812E+01 + vertex -5.495195E+00 2.3278223E+01 3.5440994E+01 + endloop + endfacet + facet normal -0.5063626944 0.4228252293 -0.7515421792 + outer loop + vertex -1.423522E+01 2.8764734E+01 4.7850215E+01 + vertex -1.002585E+01 2.9336879E+01 4.5335984E+01 + vertex -1.276862E+01 2.5019167E+01 4.4754777E+01 + endloop + endfacet + facet normal -0.5450439469 0.44212248198 -0.7123586223 + outer loop + vertex -1.276862E+01 2.5019167E+01 4.4754777E+01 + vertex -1.002585E+01 2.9336879E+01 4.5335984E+01 + vertex -8.932164E+00 2.5527942E+01 4.2135178E+01 + endloop + endfacet + facet normal -0.4694894482 0.68745792951 -0.5540588896 + outer loop + vertex -1.276862E+01 2.5019167E+01 4.4754777E+01 + vertex -8.932164E+00 2.5527942E+01 4.2135178E+01 + vertex -1.252570E+01 2.1727437E+01 4.0464672E+01 + endloop + endfacet + facet normal -0.4943949762 0.69622458717 -0.5204276431 + outer loop + vertex -1.252570E+01 2.1727437E+01 4.0464672E+01 + vertex -8.932164E+00 2.5527942E+01 4.2135178E+01 + vertex -9.020290E+00 2.2372862E+01 3.7998052E+01 + endloop + endfacet + facet normal -0.4365240302 0.42035735156 -0.7954536241 + outer loop + vertex -1.868764E+01 2.8189845E+01 4.9989787E+01 + vertex -1.423522E+01 2.8764734E+01 4.7850215E+01 + vertex -1.696360E+01 2.4492274E+01 4.7089699E+01 + endloop + endfacet + facet normal -0.4782030399 0.44061354643 -0.7597246576 + outer loop + vertex -1.696360E+01 2.4492274E+01 4.7089699E+01 + vertex -1.423522E+01 2.8764734E+01 4.7850215E+01 + vertex -1.276862E+01 2.5019167E+01 4.4754777E+01 + endloop + endfacet + facet normal -0.4223171398 0.67338908722 -0.6067910436 + outer loop + vertex -1.696360E+01 2.4492274E+01 4.7089699E+01 + vertex -1.276862E+01 2.5019167E+01 4.4754777E+01 + vertex -1.603613E+01 2.1453668E+01 4.3072084E+01 + endloop + endfacet + facet normal -0.46601133 0.68901673404 -0.5550579974 + outer loop + vertex -1.603613E+01 2.1453668E+01 4.3072084E+01 + vertex -1.276862E+01 2.5019167E+01 4.4754777E+01 + vertex -1.252570E+01 2.1727437E+01 4.0464672E+01 + endloop + endfacet + facet normal -0.3642324966 0.42332428413 -0.8295367616 + outer loop + vertex -2.329765E+01 2.7578044E+01 5.1701738E+01 + vertex -1.868764E+01 2.8189845E+01 4.9989787E+01 + vertex -2.139524E+01 2.3842657E+01 4.8960207E+01 + endloop + endfacet + facet normal -0.4031065676 0.44098963146 -0.8018935342 + outer loop + vertex -2.139524E+01 2.3842657E+01 4.8960207E+01 + vertex -1.868764E+01 2.8189845E+01 4.9989787E+01 + vertex -1.696360E+01 2.4492274E+01 4.7089699E+01 + endloop + endfacet + facet normal -0.3694681567 0.67176184305 -0.6420508604 + outer loop + vertex -2.139524E+01 2.3842657E+01 4.8960207E+01 + vertex -1.696360E+01 2.4492274E+01 4.7089699E+01 + vertex -2.024570E+01 2.0870857E+01 4.5189383E+01 + endloop + endfacet + facet normal -0.401280722 0.68359239059 -0.6096517249 + outer loop + vertex -2.024570E+01 2.0870857E+01 4.5189383E+01 + vertex -1.696360E+01 2.4492274E+01 4.7089699E+01 + vertex -1.603613E+01 2.1453668E+01 4.3072084E+01 + endloop + endfacet + facet normal -0.2889287368 0.43125585181 -0.8547154938 + outer loop + vertex -2.799281E+01 2.6965997E+01 5.2980077E+01 + vertex -2.329765E+01 2.7578044E+01 5.1701738E+01 + vertex -2.585794E+01 2.3108005E+01 5.0311814E+01 + endloop + endfacet + facet normal -0.3258890946 0.44587842723 -0.8336598384 + outer loop + vertex -2.585794E+01 2.3108005E+01 5.0311814E+01 + vertex -2.329765E+01 2.7578044E+01 5.1701738E+01 + vertex -2.139524E+01 2.3842657E+01 4.8960207E+01 + endloop + endfacet + facet normal -0.3112549802 0.69158528841 -0.6517899402 + outer loop + vertex -2.585794E+01 2.3108005E+01 5.0311814E+01 + vertex -2.139524E+01 2.3842657E+01 4.8960207E+01 + vertex -2.448765E+01 1.9913435E+01 4.6267830E+01 + endloop + endfacet + facet normal -0.3205381887 0.69401339157 -0.6446709873 + outer loop + vertex -2.448765E+01 1.9913435E+01 4.6267830E+01 + vertex -2.139524E+01 2.3842657E+01 4.8960207E+01 + vertex -2.024570E+01 2.0870857E+01 4.5189383E+01 + endloop + endfacet + facet normal -0.2081816023 0.43028469981 -0.8783595491 + outer loop + vertex -3.278999E+01 2.6448357E+01 5.3863488E+01 + vertex -2.799281E+01 2.6965997E+01 5.2980077E+01 + vertex -3.038060E+01 2.2566257E+01 5.1390700E+01 + endloop + endfacet + facet normal -0.2578670193 0.44899724149 -0.8555150948 + outer loop + vertex -3.038060E+01 2.2566257E+01 5.1390700E+01 + vertex -2.799281E+01 2.6965997E+01 5.2980077E+01 + vertex -2.585794E+01 2.3108005E+01 5.0311814E+01 + endloop + endfacet + facet normal -0.2441699029 0.69822539632 -0.6729504844 + outer loop + vertex -3.038060E+01 2.2566257E+01 5.1390700E+01 + vertex -2.585794E+01 2.3108005E+01 5.0311814E+01 + vertex -2.871937E+01 1.9250594E+01 4.7347751E+01 + endloop + endfacet + facet normal -0.2769116944 0.70615555317 -0.6516626798 + outer loop + vertex -2.871937E+01 1.9250594E+01 4.7347751E+01 + vertex -2.585794E+01 2.3108005E+01 5.0311814E+01 + vertex -2.448765E+01 1.9913435E+01 4.6267830E+01 + endloop + endfacet + facet normal -0.1263882741 0.4206768378 -0.8983635134 + outer loop + vertex -3.768848E+01 2.5931026E+01 5.4310392E+01 + vertex -3.278999E+01 2.6448357E+01 5.3863488E+01 + vertex -3.499173E+01 2.2196061E+01 5.2182021E+01 + endloop + endfacet + facet normal -0.1860681024 0.44310851431 -0.8769455546 + outer loop + vertex -3.499173E+01 2.2196061E+01 5.2182021E+01 + vertex -3.278999E+01 2.6448357E+01 5.3863488E+01 + vertex -3.038060E+01 2.2566257E+01 5.1390700E+01 + endloop + endfacet + facet normal -0.1760857245 0.6876308249 -0.7043846011 + outer loop + vertex -3.499173E+01 2.2196061E+01 5.2182021E+01 + vertex -3.038060E+01 2.2566257E+01 5.1390700E+01 + vertex -3.297118E+01 1.8862964E+01 4.8423094E+01 + endloop + endfacet + facet normal -0.234047262 0.70239339764 -0.672209338 + outer loop + vertex -3.297118E+01 1.8862964E+01 4.8423094E+01 + vertex -3.038060E+01 2.2566257E+01 5.1390700E+01 + vertex -2.871937E+01 1.9250594E+01 4.7347751E+01 + endloop + endfacet + facet normal -0.0440025805 0.41303395585 -0.9096519797 + outer loop + vertex -4.263037E+01 2.5384182E+01 5.4301149E+01 + vertex -3.768848E+01 2.5931026E+01 5.4310392E+01 + vertex -3.980155E+01 2.1766560E+01 5.2521703E+01 + endloop + endfacet + facet normal -0.1020721802 0.43586433535 -0.8942055419 + outer loop + vertex -3.980155E+01 2.1766560E+01 5.2521703E+01 + vertex -3.768848E+01 2.5931026E+01 5.4310392E+01 + vertex -3.499173E+01 2.2196061E+01 5.2182021E+01 + endloop + endfacet + facet normal -0.1114922567 0.66334254855 -0.7399636072 + outer loop + vertex -3.980155E+01 2.1766560E+01 5.2521703E+01 + vertex -3.499173E+01 2.2196061E+01 5.2182021E+01 + vertex -3.728672E+01 1.8746103E+01 4.9435089E+01 + endloop + endfacet + facet normal -0.1840032492 0.68425500224 -0.7056471471 + outer loop + vertex -3.728672E+01 1.8746103E+01 4.9435089E+01 + vertex -3.499173E+01 2.2196061E+01 5.2182021E+01 + vertex -3.297118E+01 1.8862964E+01 4.8423094E+01 + endloop + endfacet + facet normal 0.03817382282 0.4106710374 -0.9109841153 + outer loop + vertex -4.754298E+01 2.4825381E+01 5.3843384E+01 + vertex -4.263037E+01 2.5384182E+01 5.4301149E+01 + vertex -4.462301E+01 2.1221626E+01 5.2341171E+01 + endloop + endfacet + facet normal -0.0150395037 0.4318333373 -0.9018280225 + outer loop + vertex -4.462301E+01 2.1221626E+01 5.2341171E+01 + vertex -4.263037E+01 2.5384182E+01 5.4301149E+01 + vertex -3.980155E+01 2.1766560E+01 5.2521703E+01 + endloop + endfacet + facet normal -0.0455161484 0.65313145457 -0.7558753755 + outer loop + vertex -4.462301E+01 2.1221626E+01 5.2341171E+01 + vertex -3.980155E+01 2.1766560E+01 5.2521703E+01 + vertex -4.194908E+01 1.8317039E+01 4.9670382E+01 + endloop + endfacet + facet normal -0.0987805986 0.66980849128 -0.7359340856 + outer loop + vertex -4.194908E+01 1.8317039E+01 4.9670382E+01 + vertex -3.980155E+01 2.1766560E+01 5.2521703E+01 + vertex -3.728672E+01 1.8746103E+01 4.9435089E+01 + endloop + endfacet + facet normal 0.118198203 0.41237180548 -0.9033153817 + outer loop + vertex -5.236413E+01 2.4232943E+01 5.2942087E+01 + vertex -4.754298E+01 2.4825381E+01 5.3843384E+01 + vertex -4.927910E+01 2.0610675E+01 5.1692162E+01 + endloop + endfacet + facet normal 0.06888120934 0.43088007915 -0.8997764925 + outer loop + vertex -4.927910E+01 2.0610675E+01 5.1692162E+01 + vertex -4.754298E+01 2.4825381E+01 5.3843384E+01 + vertex -4.462301E+01 2.1221626E+01 5.2341171E+01 + endloop + endfacet + facet normal 0.01789559151 0.66075215668 -0.7503907883 + outer loop + vertex -4.927910E+01 2.0610675E+01 5.1692162E+01 + vertex -4.462301E+01 2.1221626E+01 5.2341171E+01 + vertex -4.625903E+01 1.7583987E+01 4.9099054E+01 + endloop + endfacet + facet normal -0.0153108139 0.6691069291 -0.7430084094 + outer loop + vertex -4.625903E+01 1.7583987E+01 4.9099054E+01 + vertex -4.462301E+01 2.1221626E+01 5.2341171E+01 + vertex -4.194908E+01 1.8317039E+01 4.9670382E+01 + endloop + endfacet + facet normal 0.2002690067 0.41108717891 -0.8893253939 + outer loop + vertex -5.709774E+01 2.3676037E+01 5.1618687E+01 + vertex -5.236413E+01 2.4232943E+01 5.2942087E+01 + vertex -5.391479E+01 2.0066415E+01 5.0666929E+01 + endloop + endfacet + facet normal 0.14618064177 0.43164994481 -0.8901177142 + outer loop + vertex -5.391479E+01 2.0066415E+01 5.0666929E+01 + vertex -5.236413E+01 2.4232943E+01 5.2942087E+01 + vertex -4.927910E+01 2.0610675E+01 5.1692162E+01 + endloop + endfacet + facet normal 0.08820400274 0.65778899322 -0.7480198489 + outer loop + vertex -5.391479E+01 2.0066415E+01 5.0666929E+01 + vertex -4.927910E+01 2.0610675E+01 5.1692162E+01 + vertex -5.060668E+01 1.7098501E+01 4.8447104E+01 + endloop + endfacet + facet normal 0.03618168748 0.67076788992 -0.7407842623 + outer loop + vertex -5.060668E+01 1.7098501E+01 4.8447104E+01 + vertex -4.927910E+01 2.0610675E+01 5.1692162E+01 + vertex -4.625903E+01 1.7583987E+01 4.9099054E+01 + endloop + endfacet + facet normal 0.28074358581 0.40913990182 -0.8682094101 + outer loop + vertex -6.169614E+01 2.3103352E+01 4.9861877E+01 + vertex -5.709774E+01 2.3676037E+01 5.1618687E+01 + vertex -5.847950E+01 1.9520367E+01 4.9213540E+01 + endloop + endfacet + facet normal 0.22672293067 0.4303064642 -0.8737465648 + outer loop + vertex -5.847950E+01 1.9520367E+01 4.9213540E+01 + vertex -5.709774E+01 2.3676037E+01 5.1618687E+01 + vertex -5.391479E+01 2.0066415E+01 5.0666929E+01 + endloop + endfacet + facet normal 0.15801217065 0.65226734688 -0.7413362679 + outer loop + vertex -5.847950E+01 1.9520367E+01 4.9213540E+01 + vertex -5.391479E+01 2.0066415E+01 5.0666929E+01 + vertex -5.505057E+01 1.6617059E+01 4.7389916E+01 + endloop + endfacet + facet normal 0.10327601984 0.66699614271 -0.7378686938 + outer loop + vertex -5.505057E+01 1.6617059E+01 4.7389916E+01 + vertex -5.391479E+01 2.0066415E+01 5.0666929E+01 + vertex -5.060668E+01 1.7098501E+01 4.8447104E+01 + endloop + endfacet + facet normal 0.35785549872 0.41044639341 -0.8387330923 + outer loop + vertex -6.610967E+01 2.2509572E+01 4.7688218E+01 + vertex -6.169614E+01 2.3103352E+01 4.9861877E+01 + vertex -6.285592E+01 1.8916718E+01 4.7318254E+01 + endloop + endfacet + facet normal 0.30813718819 0.43017170353 -0.8485303641 + outer loop + vertex -6.285592E+01 1.8916718E+01 4.7318254E+01 + vertex -6.169614E+01 2.3103352E+01 4.9861877E+01 + vertex -5.847950E+01 1.9520367E+01 4.9213540E+01 + endloop + endfacet + facet normal 0.22369252162 0.65222926448 -0.7242642075 + outer loop + vertex -6.285592E+01 1.8916718E+01 4.7318254E+01 + vertex -5.847950E+01 1.9520367E+01 4.9213540E+01 + vertex -5.935332E+01 1.6022336E+01 4.5793541E+01 + endloop + endfacet + facet normal 0.17724457997 0.66502446622 -0.7254838511 + outer loop + vertex -5.935332E+01 1.6022336E+01 4.5793541E+01 + vertex -5.847950E+01 1.9520367E+01 4.9213540E+01 + vertex -5.505057E+01 1.6617059E+01 4.7389916E+01 + endloop + endfacet + facet normal 0.4316769679 0.41264720567 -0.802108022 + outer loop + vertex -7.030120E+01 2.1941344E+01 4.5140097E+01 + vertex -6.610967E+01 2.2509572E+01 4.7688218E+01 + vertex -6.701339E+01 1.8295037E+01 4.5033672E+01 + endloop + endfacet + facet normal 0.38394683991 0.43175428489 -0.8161942548 + outer loop + vertex -6.701339E+01 1.8295037E+01 4.5033672E+01 + vertex -6.610967E+01 2.2509572E+01 4.7688218E+01 + vertex -6.285592E+01 1.8916718E+01 4.7318254E+01 + endloop + endfacet + facet normal 0.28445224494 0.65843141827 -0.6968177579 + outer loop + vertex -6.701339E+01 1.8295037E+01 4.5033672E+01 + vertex -6.285592E+01 1.8916718E+01 4.7318254E+01 + vertex -6.332657E+01 1.5325784E+01 4.3733007E+01 + endloop + endfacet + facet normal 0.246773232 0.66830624161 -0.7017618822 + outer loop + vertex -6.332657E+01 1.5325784E+01 4.3733007E+01 + vertex -6.285592E+01 1.8916718E+01 4.7318254E+01 + vertex -5.935332E+01 1.6022336E+01 4.5793541E+01 + endloop + endfacet + facet normal 0.50173702286 0.41202093333 -0.760591027 + outer loop + vertex -7.425035E+01 2.1369658E+01 4.2225286E+01 + vertex -7.030120E+01 2.1941344E+01 4.5140097E+01 + vertex -7.095650E+01 1.7734459E+01 4.2428904E+01 + endloop + endfacet + facet normal 0.45361961013 0.43177599372 -0.779614482 + outer loop + vertex -7.095650E+01 1.7734459E+01 4.2428904E+01 + vertex -7.030120E+01 2.1941344E+01 4.5140097E+01 + vertex -6.701339E+01 1.8295037E+01 4.5033672E+01 + endloop + endfacet + facet normal 0.34538998776 0.66188009152 -0.6652973026 + outer loop + vertex -7.095650E+01 1.7734459E+01 4.2428904E+01 + vertex -6.701339E+01 1.8295037E+01 4.5033672E+01 + vertex -6.711947E+01 1.4687099E+01 4.1389193E+01 + endloop + endfacet + facet normal 0.30369527829 0.67266100624 -0.6747565106 + outer loop + vertex -6.711947E+01 1.4687099E+01 4.1389193E+01 + vertex -6.701339E+01 1.8295037E+01 4.5033672E+01 + vertex -6.332657E+01 1.5325784E+01 4.3733007E+01 + endloop + endfacet + facet normal 0.56792058636 0.41151994094 -0.7128236428 + outer loop + vertex -7.792639E+01 2.0788240E+01 3.8960855E+01 + vertex -7.425035E+01 2.1369658E+01 4.2225286E+01 + vertex -7.466294E+01 1.7170504E+01 3.9472356E+01 + endloop + endfacet + facet normal 0.52156690704 0.43135852863 -0.7361370669 + outer loop + vertex -7.466294E+01 1.7170504E+01 3.9472356E+01 + vertex -7.425035E+01 2.1369658E+01 4.2225286E+01 + vertex -7.095650E+01 1.7734459E+01 4.2428904E+01 + endloop + endfacet + facet normal 0.40519492705 0.65899830804 -0.6336704988 + outer loop + vertex -7.466294E+01 1.7170504E+01 3.9472356E+01 + vertex -7.095650E+01 1.7734459E+01 4.2428904E+01 + vertex -7.076653E+01 1.4176031E+01 3.8849715E+01 + endloop + endfacet + facet normal 0.35764140849 0.67167768892 -0.6488002043 + outer loop + vertex -7.076653E+01 1.4176031E+01 3.8849715E+01 + vertex -7.095650E+01 1.7734459E+01 4.2428904E+01 + vertex -6.711947E+01 1.4687099E+01 4.1389193E+01 + endloop + endfacet + facet normal 0.63123509664 0.41045511848 -0.6580796673 + outer loop + vertex -8.129447E+01 2.0232137E+01 3.5383320E+01 + vertex -7.792639E+01 2.0788240E+01 3.8960855E+01 + vertex -7.811291E+01 1.6611646E+01 3.6176933E+01 + endloop + endfacet + facet normal 0.58567263951 0.43128652945 -0.6862794539 + outer loop + vertex -7.811291E+01 1.6611646E+01 3.6176933E+01 + vertex -7.792639E+01 2.0788240E+01 3.8960855E+01 + vertex -7.466294E+01 1.7170504E+01 3.9472356E+01 + endloop + endfacet + facet normal 0.46298345217 0.65610583772 -0.595962627 + outer loop + vertex -7.811291E+01 1.6611646E+01 3.6176933E+01 + vertex -7.466294E+01 1.7170504E+01 3.9472356E+01 + vertex -7.423855E+01 1.3647987E+01 3.5924049E+01 + endloop + endfacet + facet normal 0.4163675529 0.6696507453 -0.614984504 + outer loop + vertex -7.423855E+01 1.3647987E+01 3.5924049E+01 + vertex -7.466294E+01 1.7170504E+01 3.9472356E+01 + vertex -7.076653E+01 1.4176031E+01 3.8849715E+01 + endloop + endfacet + facet normal 0.68926375568 0.40876153877 -0.5981884983 + outer loop + vertex -8.431678E+01 1.9665026E+01 3.1513329E+01 + vertex -8.129447E+01 2.0232137E+01 3.5383320E+01 + vertex -8.123565E+01 1.6071273E+01 3.2607841E+01 + endloop + endfacet + facet normal 0.64631682084 0.42974242513 -0.630552151 + outer loop + vertex -8.123565E+01 1.6071273E+01 3.2607841E+01 + vertex -8.129447E+01 2.0232137E+01 3.5383320E+01 + vertex -7.811291E+01 1.6611646E+01 3.6176933E+01 + endloop + endfacet + facet normal 0.51694091002 0.6547548241 -0.5514238078 + outer loop + vertex -8.123565E+01 1.6071273E+01 3.2607841E+01 + vertex -7.811291E+01 1.6611646E+01 3.6176933E+01 + vertex -7.737438E+01 1.3085263E+01 3.2682087E+01 + endloop + endfacet + facet normal 0.47354641932 0.66804062375 -0.5739995764 + outer loop + vertex -7.737438E+01 1.3085263E+01 3.2682087E+01 + vertex -7.811291E+01 1.6611646E+01 3.6176933E+01 + vertex -7.423855E+01 1.3647987E+01 3.5924049E+01 + endloop + endfacet + facet normal 0.74038770729 0.4083836145 -0.5338996781 + outer loop + vertex -8.697817E+01 1.9081909E+01 2.7376603E+01 + vertex -8.431678E+01 1.9665026E+01 3.1513329E+01 + vertex -8.400448E+01 1.5508458E+01 2.8767022E+01 + endloop + endfacet + facet normal 0.70195479235 0.42858095988 -0.5688390197 + outer loop + vertex -8.400448E+01 1.5508458E+01 2.8767022E+01 + vertex -8.431678E+01 1.9665026E+01 3.1513329E+01 + vertex -8.123565E+01 1.6071273E+01 3.2607841E+01 + endloop + endfacet + facet normal 0.56651220711 0.65200464738 -0.5039383484 + outer loop + vertex -8.400448E+01 1.5508458E+01 2.8767022E+01 + vertex -8.123565E+01 1.6071273E+01 3.2607841E+01 + vertex -8.017877E+01 1.2574408E+01 2.9271642E+01 + endloop + endfacet + facet normal 0.52469845491 0.66529131712 -0.5311110946 + outer loop + vertex -8.017877E+01 1.2574408E+01 2.9271642E+01 + vertex -8.123565E+01 1.6071273E+01 3.2607841E+01 + vertex -7.737438E+01 1.3085263E+01 3.2682087E+01 + endloop + endfacet + facet normal 0.78598036839 0.4073900403 -0.465046466 + outer loop + vertex -8.926742E+01 1.8513570E+01 2.3009632E+01 + vertex -8.697817E+01 1.9081909E+01 2.7376603E+01 + vertex -8.645408E+01 1.4951061E+01 2.4643667E+01 + endloop + endfacet + facet normal 0.75024691796 0.42837224578 -0.5036137222 + outer loop + vertex -8.645408E+01 1.4951061E+01 2.4643667E+01 + vertex -8.697817E+01 1.9081909E+01 2.7376603E+01 + vertex -8.400448E+01 1.5508458E+01 2.8767022E+01 + endloop + endfacet + facet normal 0.61366583673 0.64733600035 -0.4520733828 + outer loop + vertex -8.645408E+01 1.4951061E+01 2.4643667E+01 + vertex -8.400448E+01 1.5508458E+01 2.8767022E+01 + vertex -8.278662E+01 1.2086193E+01 2.5519777E+01 + endloop + endfacet + facet normal 0.57190736895 0.6625147194 -0.4837315453 + outer loop + vertex -8.278662E+01 1.2086193E+01 2.5519777E+01 + vertex -8.400448E+01 1.5508458E+01 2.8767022E+01 + vertex -8.017877E+01 1.2574408E+01 2.9271642E+01 + endloop + endfacet + facet normal 0.82415485001 0.40783798812 -0.3929846799 + outer loop + vertex -9.115283E+01 1.7923901E+01 1.8443655E+01 + vertex -8.926742E+01 1.8513570E+01 2.3009632E+01 + vertex -8.849505E+01 1.4357476E+01 2.0316250E+01 + endloop + endfacet + facet normal 0.79337348393 0.42797807574 -0.4328894566 + outer loop + vertex -8.849505E+01 1.4357476E+01 2.0316250E+01 + vertex -8.926742E+01 1.8513570E+01 2.3009632E+01 + vertex -8.645408E+01 1.4951061E+01 2.4643667E+01 + endloop + endfacet + facet normal 0.65122206879 0.647408513 -0.395944484 + outer loop + vertex -8.849505E+01 1.4357476E+01 2.0316250E+01 + vertex -8.645408E+01 1.4951061E+01 2.4643667E+01 + vertex -8.495073E+01 1.1488439E+01 2.1454537E+01 + endloop + endfacet + facet normal 0.61793722759 0.660743034 -0.4261129261 + outer loop + vertex -8.495073E+01 1.1488439E+01 2.1454537E+01 + vertex -8.645408E+01 1.4951061E+01 2.4643667E+01 + vertex -8.278662E+01 1.2086193E+01 2.5519777E+01 + endloop + endfacet + facet normal 0.85505926397 0.41034267318 -0.3170055925 + outer loop + vertex -9.260496E+01 1.7328151E+01 1.3755682E+01 + vertex -9.115283E+01 1.7923901E+01 1.8443655E+01 + vertex -9.010156E+01 1.3732097E+01 1.5853249E+01 + endloop + endfacet + facet normal 0.82887333604 0.42944105676 -0.3585378244 + outer loop + vertex -9.010156E+01 1.3732097E+01 1.5853249E+01 + vertex -9.115283E+01 1.7923901E+01 1.8443655E+01 + vertex -8.849505E+01 1.4357476E+01 2.0316250E+01 + endloop + endfacet + facet normal 0.6793680339 0.65237253792 -0.3359600367 + outer loop + vertex -9.010156E+01 1.3732097E+01 1.5853249E+01 + vertex -8.849505E+01 1.4357476E+01 2.0316250E+01 + vertex -8.660214E+01 1.0813026E+01 1.7261368E+01 + endloop + endfacet + facet normal 0.65382121836 0.66316818748 -0.3643154808 + outer loop + vertex -8.660214E+01 1.0813026E+01 1.7261368E+01 + vertex -8.849505E+01 1.4357476E+01 2.0316250E+01 + vertex -8.495073E+01 1.1488439E+01 2.1454537E+01 + endloop + endfacet + facet normal 0.8799558409 0.41176344092 -0.2369147247 + outer loop + vertex -9.362895E+01 1.6763529E+01 8.9710063E+00 + vertex -9.260496E+01 1.7328151E+01 1.3755682E+01 + vertex -9.130871E+01 1.3128344E+01 1.1270890E+01 + endloop + endfacet + facet normal 0.85668591297 0.43157699724 -0.2825429914 + outer loop + vertex -9.130871E+01 1.3128344E+01 1.1270890E+01 + vertex -9.260496E+01 1.7328151E+01 1.3755682E+01 + vertex -9.010156E+01 1.3732097E+01 1.5853249E+01 + endloop + endfacet + facet normal 0.70467714164 0.65532990216 -0.2719794944 + outer loop + vertex -9.130871E+01 1.3128344E+01 1.1270890E+01 + vertex -9.010156E+01 1.3732097E+01 1.5853249E+01 + vertex -8.793121E+01 1.0187363E+01 1.2935486E+01 + endloop + endfacet + facet normal 0.67941650479 0.66724640552 -0.3052465353 + outer loop + vertex -8.793121E+01 1.0187363E+01 1.2935486E+01 + vertex -9.010156E+01 1.3732097E+01 1.5853249E+01 + vertex -8.660214E+01 1.0813026E+01 1.7261368E+01 + endloop + endfacet + facet normal 0.89847663167 0.41024563056 -0.1563274287 + outer loop + vertex -9.421680E+01 1.6205769E+01 4.1286788E+00 + vertex -9.362895E+01 1.6763529E+01 8.9710063E+00 + vertex -9.213250E+01 1.2592279E+01 6.6252416E+00 + endloop + endfacet + facet normal 0.87871722135 0.43082782103 -0.2055320742 + outer loop + vertex -9.213250E+01 1.2592279E+01 6.6252416E+00 + vertex -9.362895E+01 1.6763529E+01 8.9710063E+00 + vertex -9.130871E+01 1.3128344E+01 1.1270890E+01 + endloop + endfacet + facet normal 0.90878901168 0.4097506418 -0.0787841595 + outer loop + vertex -9.433888E+01 1.5541286E+01 -7.353923E-01 + vertex -9.421680E+01 1.6205769E+01 4.1286788E+00 + vertex -9.253850E+01 1.2058065E+01 1.9163113E+00 + endloop + endfacet + facet normal 0.89448433631 0.42903778557 -0.1257948753 + outer loop + vertex -9.253850E+01 1.2058065E+01 1.9163113E+00 + vertex -9.421680E+01 1.6205769E+01 4.1286788E+00 + vertex -9.213250E+01 1.2592279E+01 6.6252416E+00 + endloop + endfacet + facet normal 0.72716639793 0.65527496227 -0.2045574578 + outer loop + vertex -9.213250E+01 1.2592279E+01 6.6252416E+00 + vertex -9.130871E+01 1.3128344E+01 1.1270890E+01 + vertex -8.891534E+01 9.6096431E+00 8.5071582E+00 + endloop + endfacet + facet normal 0.70238820223 0.66889922238 -0.2433611384 + outer loop + vertex -8.891534E+01 9.6096431E+00 8.5071582E+00 + vertex -9.130871E+01 1.3128344E+01 1.1270890E+01 + vertex -8.793121E+01 1.0187363E+01 1.2935486E+01 + endloop + endfacet + facet normal 0.74594868013 0.6515014342 -0.1382260751 + outer loop + vertex -9.253850E+01 1.2058065E+01 1.9163113E+00 + vertex -9.213250E+01 1.2592279E+01 6.6252416E+00 + vertex -8.955829E+01 9.0983531E+00 4.0492574E+00 + endloop + endfacet + facet normal 0.72345501132 0.66628744222 -0.1807592071 + outer loop + vertex -8.955829E+01 9.0983531E+00 4.0492574E+00 + vertex -9.213250E+01 1.2592279E+01 6.6252416E+00 + vertex -8.891534E+01 9.6096431E+00 8.5071582E+00 + endloop + endfacet + facet normal 0.91250618196 0.40894111602 0.00998155858 + outer loop + vertex -9.410323E+01 1.5135351E+01 -5.647162E+00 + vertex -9.433888E+01 1.5541286E+01 -7.353923E-01 + vertex -9.248847E+01 1.1465682E+01 -2.922069E+00 + endloop + endfacet + facet normal 0.90066368254 0.43232209549 -0.0436180778 + outer loop + vertex -9.248847E+01 1.1465682E+01 -2.922069E+00 + vertex -9.433888E+01 1.5541286E+01 -7.353923E-01 + vertex -9.253850E+01 1.2058065E+01 1.9163113E+00 + endloop + endfacet + facet normal 0.76205268318 0.64361935637 -0.0709213097 + outer loop + vertex -9.248847E+01 1.1465682E+01 -2.922069E+00 + vertex -9.253850E+01 1.2058065E+01 1.9163113E+00 + vertex -8.991702E+01 8.6968791E+00 -4.190062E-01 + endloop + endfacet + facet normal 0.741203112 0.66067233292 -0.1188697408 + outer loop + vertex -8.991702E+01 8.6968791E+00 -4.190062E-01 + vertex -9.253850E+01 1.2058065E+01 1.9163113E+00 + vertex -8.955829E+01 9.0983531E+00 4.0492574E+00 + endloop + endfacet + facet normal 0.9104908363 0.40408261938 0.08788443387 + outer loop + vertex -9.335420E+01 1.4519460E+01 -1.057541E+01 + vertex -9.410323E+01 1.5135351E+01 -5.647162E+00 + vertex -9.205838E+01 1.0954037E+01 -7.606739E+00 + endloop + endfacet + facet normal 0.90438991486 0.42513469186 0.03659748183 + outer loop + vertex -9.205838E+01 1.0954037E+01 -7.606739E+00 + vertex -9.410323E+01 1.5135351E+01 -5.647162E+00 + vertex -9.248847E+01 1.1465682E+01 -2.922069E+00 + endloop + endfacet + facet normal 0.89779634409 0.40603918856 0.17056934628 + outer loop + vertex -9.215871E+01 1.3894049E+01 -1.537908E+01 + vertex -9.335420E+01 1.4519460E+01 -1.057541E+01 + vertex -9.115446E+01 1.0361718E+01 -1.225630E+01 + endloop + endfacet + facet normal 0.89676422435 0.42590360966 0.12008347597 + outer loop + vertex -9.115446E+01 1.0361718E+01 -1.225630E+01 + vertex -9.335420E+01 1.4519460E+01 -1.057541E+01 + vertex -9.205838E+01 1.0954037E+01 -7.606739E+00 + endloop + endfacet + facet normal 0.87792108518 0.40577580082 0.25416641728 + outer loop + vertex -9.054717E+01 1.3337668E+01 -2.005729E+01 + vertex -9.215871E+01 1.3894049E+01 -1.537908E+01 + vertex -8.982172E+01 9.7966177E+00 -1.690979E+01 + endloop + endfacet + facet normal 0.8813627485 0.4277992787 0.2004681588 + outer loop + vertex -8.982172E+01 9.7966177E+00 -1.690979E+01 + vertex -9.215871E+01 1.3894049E+01 -1.537908E+01 + vertex -9.115446E+01 1.0361718E+01 -1.225630E+01 + endloop + endfacet + facet normal 0.85058063152 0.40969228473 0.32964347576 + outer loop + vertex -8.852518E+01 1.2730630E+01 -2.452019E+01 + vertex -9.054717E+01 1.3337668E+01 -2.005729E+01 + vertex -8.804523E+01 9.1344953E+00 -2.128919E+01 + endloop + endfacet + facet normal 0.8582704645 0.42780114088 0.28347485537 + outer loop + vertex -8.804523E+01 9.1344953E+00 -2.128919E+01 + vertex -9.054717E+01 1.3337668E+01 -2.005729E+01 + vertex -8.982172E+01 9.7966177E+00 -1.690979E+01 + endloop + endfacet + facet normal 0.81634247807 0.41266001286 0.40409982959 + outer loop + vertex -8.613226E+01 1.2165255E+01 -2.877688E+01 + vertex -8.852518E+01 1.2730630E+01 -2.452019E+01 + vertex -8.590976E+01 8.5031409E+00 -2.548669E+01 + endloop + endfacet + facet normal 0.82874575286 0.43115339392 0.35677335666 + outer loop + vertex -8.590976E+01 8.5031409E+00 -2.548669E+01 + vertex -8.852518E+01 1.2730630E+01 -2.452019E+01 + vertex -8.804523E+01 9.1344953E+00 -2.128919E+01 + endloop + endfacet + facet normal 0.76033885337 0.64952562724 -0.0011347319 + outer loop + vertex -9.205838E+01 1.0954037E+01 -7.606739E+00 + vertex -9.248847E+01 1.1465682E+01 -2.922069E+00 + vertex -8.948940E+01 7.9512421E+00 -5.046927E+00 + endloop + endfacet + facet normal 0.74886459301 0.66166631594 -0.0374099943 + outer loop + vertex -8.948940E+01 7.9512421E+00 -5.046927E+00 + vertex -9.248847E+01 1.1465682E+01 -2.922069E+00 + vertex -8.991702E+01 8.6968791E+00 -4.190062E-01 + endloop + endfacet + facet normal 0.7582972462 0.64868200926 0.06478377321 + outer loop + vertex -9.115446E+01 1.0361718E+01 -1.225630E+01 + vertex -9.205838E+01 1.0954037E+01 -7.606739E+00 + vertex -8.890219E+01 7.4227827E+00 -9.191618E+00 + endloop + endfacet + facet normal 0.7503098461 0.66071817494 0.02205964974 + outer loop + vertex -8.890219E+01 7.4227827E+00 -9.191618E+00 + vertex -9.205838E+01 1.0954037E+01 -7.606739E+00 + vertex -8.948940E+01 7.9512421E+00 -5.046927E+00 + endloop + endfacet + facet normal 0.75436328301 0.64176381694 0.13811314385 + outer loop + vertex -8.982172E+01 9.7966177E+00 -1.690979E+01 + vertex -9.115446E+01 1.0361718E+01 -1.225630E+01 + vertex -8.801222E+01 6.9888517E+00 -1.374643E+01 + endloop + endfacet + facet normal 0.74720658399 0.65936591844 0.08317996416 + outer loop + vertex -8.801222E+01 6.9888517E+00 -1.374643E+01 + vertex -9.115446E+01 1.0361718E+01 -1.225630E+01 + vertex -8.890219E+01 7.4227827E+00 -9.191618E+00 + endloop + endfacet + facet normal 0.73218159945 0.65154271608 0.19849986034 + outer loop + vertex -8.804523E+01 9.1344953E+00 -2.128919E+01 + vertex -8.982172E+01 9.7966177E+00 -1.690979E+01 + vertex -8.637512E+01 6.2155759E+00 -1.786865E+01 + endloop + endfacet + facet normal 0.73234670363 0.6601329616 0.16701131306 + outer loop + vertex -8.637512E+01 6.2155759E+00 -1.786865E+01 + vertex -8.982172E+01 9.7966177E+00 -1.690979E+01 + vertex -8.801222E+01 6.9888517E+00 -1.374643E+01 + endloop + endfacet + facet normal 0.70570454269 0.65912045606 0.25988713479 + outer loop + vertex -8.590976E+01 8.5031409E+00 -2.548669E+01 + vertex -8.804523E+01 9.1344953E+00 -2.128919E+01 + vertex -8.445035E+01 5.5166371E+00 -2.187529E+01 + endloop + endfacet + facet normal 0.70922410693 0.66841419194 0.22410630102 + outer loop + vertex -8.445035E+01 5.5166371E+00 -2.187529E+01 + vertex -8.804523E+01 9.1344953E+00 -2.128919E+01 + vertex -8.637512E+01 6.2155759E+00 -1.786865E+01 + endloop + endfacet + facet normal 0.24516691319 0.95444273699 0.17009481614 + outer loop + vertex -2.727933E+00 6.3679096E+01 8.5008540E+00 + vertex -5.351937E+00 6.5107300E+01 4.2689809E+00 + vertex -8.096452E+00 6.5052851E+01 8.5303264E+00 + endloop + endfacet + facet normal 0.47374652794 0.82216031639 0.31562104084 + outer loop + vertex -8.096452E+00 6.5052851E+01 8.5303264E+00 + vertex -5.351937E+00 6.5107300E+01 4.2689809E+00 + vertex -1.044205E+01 6.7961157E+01 4.4752197E+00 + endloop + endfacet + facet normal 0.55471579867 0.79402963028 0.24861079812 + outer loop + vertex -8.096452E+00 6.5052851E+01 8.5303264E+00 + vertex -1.044205E+01 6.7961157E+01 4.4752197E+00 + vertex -1.282309E+01 6.8231901E+01 8.9232274E+00 + endloop + endfacet + facet normal 0.76780773579 0.53529829716 0.35203268872 + outer loop + vertex -1.282309E+01 6.8231901E+01 8.9232274E+00 + vertex -1.432369E+01 7.2763487E+01 5.3054409E+00 + vertex -1.633906E+01 7.2225898E+01 1.0518560E+01 + endloop + endfacet + facet normal 0.74715489955 0.47002418467 0.46993278446 + outer loop + vertex -1.282309E+01 6.8231901E+01 8.9232274E+00 + vertex -1.633906E+01 7.2225898E+01 1.0518560E+01 + vertex -1.534708E+01 6.7726466E+01 1.3441709E+01 + endloop + endfacet + facet normal 0.6967733537 0.49244497309 0.5215408345 + outer loop + vertex -1.534708E+01 6.7726466E+01 1.3441709E+01 + vertex -1.633906E+01 7.2225898E+01 1.0518560E+01 + vertex -1.905544E+01 7.1342596E+01 1.4981646E+01 + endloop + endfacet + facet normal 0.77957672867 0.43912570764 -0.4465744473 + outer loop + vertex -2.080683E+01 1.6341795E-01 -1.704861E+01 + vertex -1.798416E+01 -7.799946E-01 -1.304879E+01 + vertex -1.842975E+01 -3.927518E+00 -1.692168E+01 + endloop + endfacet + facet normal 0.82257336175 0.39128262485 -0.4126390336 + outer loop + vertex -1.842975E+01 -3.927518E+00 -1.692168E+01 + vertex -1.798416E+01 -7.799946E-01 -1.304879E+01 + vertex -1.587369E+01 -4.823085E+00 -1.267552E+01 + endloop + endfacet + facet normal 0.7019455739 0.65277904392 -0.2848717801 + outer loop + vertex -1.842975E+01 -3.927518E+00 -1.692168E+01 + vertex -1.587369E+01 -4.823085E+00 -1.267552E+01 + vertex -1.520544E+01 -7.329841E+00 -1.677309E+01 + endloop + endfacet + facet normal 0.73802656195 0.62248025988 -0.2604517612 + outer loop + vertex -1.520544E+01 -7.329841E+00 -1.677309E+01 + vertex -1.587369E+01 -4.823085E+00 -1.267552E+01 + vertex -1.287764E+01 -8.300889E+00 -1.249777E+01 + endloop + endfacet + facet normal 0.56402260251 0.81675916318 -0.1215852508 + outer loop + vertex -1.520544E+01 -7.329841E+00 -1.677309E+01 + vertex -1.287764E+01 -8.300889E+00 -1.249777E+01 + vertex -1.125357E+01 -1.003910E+01 -1.664042E+01 + endloop + endfacet + facet normal 0.57552026656 0.80978157061 -0.1141500358 + outer loop + vertex -1.125357E+01 -1.003910E+01 -1.664042E+01 + vertex -1.287764E+01 -8.300889E+00 -1.249777E+01 + vertex -9.058033E+00 -1.101475E+01 -1.249225E+01 + endloop + endfacet + facet normal 0.6733197962 0.43630550686 0.59689023842 + outer loop + vertex -1.534708E+01 6.7726466E+01 1.3441709E+01 + vertex -1.905544E+01 7.1342596E+01 1.4981646E+01 + vertex -1.851794E+01 6.7000635E+01 1.7549135E+01 + endloop + endfacet + facet normal 0.58788338441 0.46443175247 0.66234150831 + outer loop + vertex -1.851794E+01 6.7000635E+01 1.7549135E+01 + vertex -1.905544E+01 7.1342596E+01 1.4981646E+01 + vertex -2.249657E+01 7.0232775E+01 1.8814135E+01 + endloop + endfacet + facet normal 0.27448217439 0.94791330308 0.16161653933 + outer loop + vertex -6.988968E+00 -1.219926E+01 -8.315125E+00 + vertex -4.851806E+00 -1.352817E+01 -4.150446E+00 + vertex -2.313214E+00 -1.353243E+01 -8.436928E+00 + endloop + endfacet + facet normal 0.15736977374 0.98322404663 0.09222379545 + outer loop + vertex -2.313214E+00 -1.353243E+01 -8.436928E+00 + vertex -4.851806E+00 -1.352817E+01 -4.150446E+00 + vertex 1.5397020E-01 -1.431787E+01 -4.273011E+00 + endloop + endfacet + facet normal 0.34017333457 0.93537284804 0.09674573684 + outer loop + vertex -9.058033E+00 -1.101475E+01 -1.249225E+01 + vertex -6.988968E+00 -1.219926E+01 -8.315125E+00 + vertex -4.599874E+00 -1.262497E+01 -1.259961E+01 + endloop + endfacet + facet normal 0.27513151259 0.95965155046 0.0580650711 + outer loop + vertex -4.599874E+00 -1.262497E+01 -1.259961E+01 + vertex -6.988968E+00 -1.219926E+01 -8.315125E+00 + vertex -2.313214E+00 -1.353243E+01 -8.436928E+00 + endloop + endfacet + facet normal 0.36081458825 0.93220858108 0.02828416978 + outer loop + vertex -1.125357E+01 -1.003910E+01 -1.664042E+01 + vertex -9.058033E+00 -1.101475E+01 -1.249225E+01 + vertex -6.805157E+00 -1.175857E+01 -1.671615E+01 + endloop + endfacet + facet normal 0.34000021076 0.94029331418 0.01575880648 + outer loop + vertex -6.805157E+00 -1.175857E+01 -1.671615E+01 + vertex -9.058033E+00 -1.101475E+01 -1.249225E+01 + vertex -4.599874E+00 -1.262497E+01 -1.259961E+01 + endloop + endfacet + facet normal -0.0373986694 0.97771311224 0.20658753515 + outer loop + vertex -2.313214E+00 -1.353243E+01 -8.436928E+00 + vertex 1.5397020E-01 -1.431787E+01 -4.273011E+00 + vertex 2.7059922E+00 -1.329351E+01 -8.658996E+00 + endloop + endfacet + facet normal -0.1810051528 0.97581250619 0.12258502118 + outer loop + vertex 2.7059922E+00 -1.329351E+01 -8.658996E+00 + vertex 1.5397020E-01 -1.431787E+01 -4.273011E+00 + vertex 5.1948921E+00 -1.335610E+01 -4.485713E+00 + endloop + endfacet + facet normal -0.3652294165 0.90171386975 0.23134297135 + outer loop + vertex 2.7059922E+00 -1.329351E+01 -8.658996E+00 + vertex 5.1948921E+00 -1.335610E+01 -4.485713E+00 + vertex 7.5184790E+00 -1.120230E+01 -9.212336E+00 + endloop + endfacet + facet normal -0.4947509363 0.85650014925 0.14706802973 + outer loop + vertex 7.5184790E+00 -1.120230E+01 -9.212336E+00 + vertex 5.1948921E+00 -1.335610E+01 -4.485713E+00 + vertex 9.4450524E+00 -1.086616E+01 -4.688796E+00 + endloop + endfacet + facet normal -0.6588370435 0.7171221761 0.22730933699 + outer loop + vertex 7.5184790E+00 -1.120230E+01 -9.212336E+00 + vertex 9.4450524E+00 -1.086616E+01 -4.688796E+00 + vertex 1.1232669E+01 -7.822811E+00 -9.108785E+00 + endloop + endfacet + facet normal -0.7446606818 0.65103296292 0.14709367842 + outer loop + vertex 1.1232669E+01 -7.822811E+00 -9.108785E+00 + vertex 9.4450524E+00 -1.086616E+01 -4.688796E+00 + vertex 1.2579325E+01 -7.353329E+00 -4.369267E+00 + endloop + endfacet + facet normal -0.8685805877 0.45252290161 0.20196729001 + outer loop + vertex 1.1232669E+01 -7.822811E+00 -9.108785E+00 + vertex 1.2579325E+01 -7.353329E+00 -4.369267E+00 + vertex 1.3727451E+01 -3.602261E+00 -7.836187E+00 + endloop + endfacet + facet normal -0.8684330269 0.4516803321 0.20447238279 + outer loop + vertex 1.1232669E+01 -7.822811E+00 -9.108785E+00 + vertex 1.3727451E+01 -3.602261E+00 -7.836187E+00 + vertex 1.2693441E+01 -3.506868E+00 -1.243855E+01 + endloop + endfacet + facet normal 0.05861576745 0.98158978842 0.18178470528 + outer loop + vertex -4.599874E+00 -1.262497E+01 -1.259961E+01 + vertex -2.313214E+00 -1.353243E+01 -8.436928E+00 + vertex 2.1299529E-01 -1.288604E+01 -1.274180E+01 + endloop + endfacet + facet normal -0.0416847421 0.99135711381 0.12439234372 + outer loop + vertex 2.1299529E-01 -1.288604E+01 -1.274180E+01 + vertex -2.313214E+00 -1.353243E+01 -8.436928E+00 + vertex 2.7059922E+00 -1.329351E+01 -8.658996E+00 + endloop + endfacet + facet normal 0.11058462681 0.98284322191 0.14761518033 + outer loop + vertex -6.805157E+00 -1.175857E+01 -1.671615E+01 + vertex -4.599874E+00 -1.262497E+01 -1.259961E+01 + vertex -2.144555E+00 -1.225703E+01 -1.688882E+01 + endloop + endfacet + facet normal 0.05725729235 0.99138278116 0.11782098158 + outer loop + vertex -2.144555E+00 -1.225703E+01 -1.688882E+01 + vertex -4.599874E+00 -1.262497E+01 -1.259961E+01 + vertex 2.1299529E-01 -1.288604E+01 -1.274180E+01 + endloop + endfacet + facet normal -0.8267795605 0.4912581944 0.27404551595 + outer loop + vertex 1.1232669E+01 -7.822811E+00 -9.108785E+00 + vertex 1.2693441E+01 -3.506868E+00 -1.243855E+01 + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + endloop + endfacet + facet normal -0.8245773406 0.48251496026 0.29538368687 + outer loop + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + vertex 1.2693441E+01 -3.506868E+00 -1.243855E+01 + vertex 1.1428604E+01 -2.856484E+00 -1.703181E+01 + endloop + endfacet + facet normal -0.6599751049 0.7186239554 0.21911748368 + outer loop + vertex 7.5184790E+00 -1.120230E+01 -9.212336E+00 + vertex 1.1232669E+01 -7.822811E+00 -9.108785E+00 + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + endloop + endfacet + facet normal -0.8205635802 0.48525973916 0.3019907224 + outer loop + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + vertex 1.1428604E+01 -2.856484E+00 -1.703181E+01 + vertex 8.6938693E+00 -6.134112E+00 -1.919586E+01 + endloop + endfacet + facet normal -0.8180801895 0.43169836073 0.37997543199 + outer loop + vertex 8.6938693E+00 -6.134112E+00 -1.919586E+01 + vertex 1.1428604E+01 -2.856484E+00 -1.703181E+01 + vertex 9.7372972E+00 -1.828809E+00 -2.184073E+01 + endloop + endfacet + facet normal -0.3769609791 0.91130950412 0.16557598837 + outer loop + vertex 2.7059922E+00 -1.329351E+01 -8.658996E+00 + vertex 7.5184790E+00 -1.120230E+01 -9.212336E+00 + vertex 5.1067597E+00 -1.152193E+01 -1.294385E+01 + endloop + endfacet + facet normal -0.5647213252 0.76917331621 0.29910238128 + outer loop + vertex 5.1067597E+00 -1.152193E+01 -1.294385E+01 + vertex 7.5184790E+00 -1.120230E+01 -9.212336E+00 + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + endloop + endfacet + facet normal -0.2507622998 0.93612704141 0.2465449885 + outer loop + vertex 2.1299529E-01 -1.288604E+01 -1.274180E+01 + vertex 2.7059922E+00 -1.329351E+01 -8.658996E+00 + vertex 5.1067597E+00 -1.152193E+01 -1.294385E+01 + endloop + endfacet + facet normal -0.5920338078 0.77900619691 0.20650742252 + outer loop + vertex 5.1067597E+00 -1.152193E+01 -1.294385E+01 + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + vertex 6.4412928E+00 -9.477290E+00 -1.683085E+01 + endloop + endfacet + facet normal -0.6556646488 0.6775271489 0.33325790434 + outer loop + vertex 6.4412928E+00 -9.477290E+00 -1.683085E+01 + vertex 9.6507600E+00 -7.817521E+00 -1.389080E+01 + vertex 8.6938693E+00 -6.134112E+00 -1.919586E+01 + endloop + endfacet + facet normal -0.2566279002 0.94830609457 0.18670209386 + outer loop + vertex 2.1299529E-01 -1.288604E+01 -1.274180E+01 + vertex 5.1067597E+00 -1.152193E+01 -1.294385E+01 + vertex 2.3986519E+00 -1.146038E+01 -1.697883E+01 + endloop + endfacet + facet normal -0.4288617463 0.85181058069 0.30082609125 + outer loop + vertex 2.3986519E+00 -1.146038E+01 -1.697883E+01 + vertex 5.1067597E+00 -1.152193E+01 -1.294385E+01 + vertex 6.4412928E+00 -9.477290E+00 -1.683085E+01 + endloop + endfacet + facet normal -0.1631751187 0.95746254963 0.23799022397 + outer loop + vertex -2.144555E+00 -1.225703E+01 -1.688882E+01 + vertex 2.1299529E-01 -1.288604E+01 -1.274180E+01 + vertex 2.3986519E+00 -1.146038E+01 -1.697883E+01 + endloop + endfacet + facet normal -0.7950171617 0.44555022607 0.41162204588 + outer loop + vertex 8.6938693E+00 -6.134112E+00 -1.919586E+01 + vertex 9.7372972E+00 -1.828809E+00 -2.184073E+01 + vertex 6.7299798E+00 -5.381650E+00 -2.380345E+01 + endloop + endfacet + facet normal -0.7889752037 0.42017459167 0.44829838325 + outer loop + vertex 6.7299798E+00 -5.381650E+00 -2.380345E+01 + vertex 9.7372972E+00 -1.828809E+00 -2.184073E+01 + vertex 7.5137955E+00 -1.155467E+00 -2.638504E+01 + endloop + endfacet + facet normal -0.6377042419 0.68241433685 0.35727296665 + outer loop + vertex 6.4412928E+00 -9.477290E+00 -1.683085E+01 + vertex 8.6938693E+00 -6.134112E+00 -1.919586E+01 + vertex 4.7905628E+00 -8.901002E+00 -2.087802E+01 + endloop + endfacet + facet normal -0.6383294517 0.66870115441 0.38127978864 + outer loop + vertex 4.7905628E+00 -8.901002E+00 -2.087802E+01 + vertex 8.6938693E+00 -6.134112E+00 -1.919586E+01 + vertex 6.7299798E+00 -5.381650E+00 -2.380345E+01 + endloop + endfacet + facet normal -0.4006556144 0.85920242857 0.3181921831 + outer loop + vertex 2.3986519E+00 -1.146038E+01 -1.697883E+01 + vertex 4.7905628E+00 -8.901002E+00 -2.087802E+01 + vertex 4.3088815E-01 -1.084922E+01 -2.110685E+01 + endloop + endfacet + facet normal -0.4293224888 0.85306673074 0.29657942189 + outer loop + vertex 2.3986519E+00 -1.146038E+01 -1.697883E+01 + vertex 6.4412928E+00 -9.477290E+00 -1.683085E+01 + vertex 4.7905628E+00 -8.901002E+00 -2.087802E+01 + endloop + endfacet + facet normal -0.1642160393 0.9614361793 0.22062086384 + outer loop + vertex -2.144555E+00 -1.225703E+01 -1.688882E+01 + vertex 2.3986519E+00 -1.146038E+01 -1.697883E+01 + vertex 4.3088815E-01 -1.084922E+01 -2.110685E+01 + endloop + endfacet + facet normal -0.7538374178 0.43864477202 0.48920334363 + outer loop + vertex 6.7299798E+00 -5.381650E+00 -2.380345E+01 + vertex 7.5137955E+00 -1.155467E+00 -2.638504E+01 + vertex 4.3398067E+00 -4.741005E+00 -2.806102E+01 + endloop + endfacet + facet normal -0.7457146728 0.41736779434 0.51933972595 + outer loop + vertex 4.3398067E+00 -4.741005E+00 -2.806102E+01 + vertex 7.5137955E+00 -1.155467E+00 -2.638504E+01 + vertex 4.9021186E+00 -5.415618E-01 -3.062849E+01 + endloop + endfacet + facet normal -0.60700784 0.67846674008 0.41379265909 + outer loop + vertex 4.7905628E+00 -8.901002E+00 -2.087802E+01 + vertex 6.7299798E+00 -5.381650E+00 -2.380345E+01 + vertex 2.7356113E+00 -8.272791E+00 -2.492254E+01 + endloop + endfacet + facet normal -0.6042429413 0.6647925922 0.43925081357 + outer loop + vertex 2.7356113E+00 -8.272791E+00 -2.492254E+01 + vertex 6.7299798E+00 -5.381650E+00 -2.380345E+01 + vertex 4.3398067E+00 -4.741005E+00 -2.806102E+01 + endloop + endfacet + facet normal -0.3989869295 0.85346100637 0.33528158422 + outer loop + vertex 4.3088815E-01 -1.084922E+01 -2.110685E+01 + vertex 4.7905628E+00 -8.901002E+00 -2.087802E+01 + vertex 2.7356113E+00 -8.272791E+00 -2.492254E+01 + endloop + endfacet + facet normal -0.7061312834 0.43576932516 0.55810725295 + outer loop + vertex 4.3398067E+00 -4.741005E+00 -2.806102E+01 + vertex 4.9021186E+00 -5.415618E-01 -3.062849E+01 + vertex 1.5865641E+00 -4.128871E+00 -3.202245E+01 + endloop + endfacet + facet normal -0.6961415458 0.41607072519 0.58504025494 + outer loop + vertex 1.5865641E+00 -4.128871E+00 -3.202245E+01 + vertex 4.9021186E+00 -5.415618E-01 -3.062849E+01 + vertex 1.9397735E+00 5.3272323E-02 -3.457643E+01 + endloop + endfacet + facet normal -0.5690860081 0.67534480931 0.46909541027 + outer loop + vertex 2.7356113E+00 -8.272791E+00 -2.492254E+01 + vertex 4.3398067E+00 -4.741005E+00 -2.806102E+01 + vertex 2.9684178E-01 -7.619668E+00 -2.882143E+01 + endloop + endfacet + facet normal -0.5639959142 0.66156144905 0.49421155182 + outer loop + vertex 2.9684178E-01 -7.619668E+00 -2.882143E+01 + vertex 4.3398067E+00 -4.741005E+00 -2.806102E+01 + vertex 1.5865641E+00 -4.128871E+00 -3.202245E+01 + endloop + endfacet + facet normal -0.6532487618 0.43403416061 0.62038730051 + outer loop + vertex 1.5865641E+00 -4.128871E+00 -3.202245E+01 + vertex 1.9397735E+00 5.3272323E-02 -3.457643E+01 + vertex -1.503842E+00 -3.517456E+00 -3.570431E+01 + endloop + endfacet + facet normal -0.6413641912 0.41462349792 0.64555350613 + outer loop + vertex -1.503842E+00 -3.517456E+00 -3.570431E+01 + vertex 1.9397735E+00 5.3272323E-02 -3.457643E+01 + vertex -1.360327E+00 6.4811916E-01 -3.823717E+01 + endloop + endfacet + facet normal -0.5255082271 0.67228600351 0.52141407033 + outer loop + vertex 2.9684178E-01 -7.619668E+00 -2.882143E+01 + vertex 1.5865641E+00 -4.128871E+00 -3.202245E+01 + vertex -2.530098E+00 -6.961343E+00 -3.251938E+01 + endloop + endfacet + facet normal -0.5189309099 0.65859958408 0.54493788509 + outer loop + vertex -2.530098E+00 -6.961343E+00 -3.251938E+01 + vertex 1.5865641E+00 -4.128871E+00 -3.202245E+01 + vertex -1.503842E+00 -3.517456E+00 -3.570431E+01 + endloop + endfacet + facet normal -0.5957290124 0.43217385888 0.67700273226 + outer loop + vertex -1.503842E+00 -3.517456E+00 -3.570431E+01 + vertex -1.360327E+00 6.4811916E-01 -3.823717E+01 + vertex -4.904834E+00 -2.884118E+00 -3.910131E+01 + endloop + endfacet + facet normal -0.5815193264 0.41191080725 0.70154455303 + outer loop + vertex -4.904834E+00 -2.884118E+00 -3.910131E+01 + vertex -1.360327E+00 6.4811916E-01 -3.823717E+01 + vertex -4.977106E+00 1.2574658E+00 -4.159294E+01 + endloop + endfacet + facet normal -0.4762453264 0.66931105558 0.57027458294 + outer loop + vertex -2.530098E+00 -6.961343E+00 -3.251938E+01 + vertex -1.503842E+00 -3.517456E+00 -3.570431E+01 + vertex -5.723841E+00 -6.322918E+00 -3.593582E+01 + endloop + endfacet + facet normal -0.4686384936 0.65611596574 0.59151483654 + outer loop + vertex -5.723841E+00 -6.322918E+00 -3.593582E+01 + vertex -1.503842E+00 -3.517456E+00 -3.570431E+01 + vertex -4.904834E+00 -2.884118E+00 -3.910131E+01 + endloop + endfacet + facet normal -0.532423949 0.42952818342 0.72940405689 + outer loop + vertex -4.904834E+00 -2.884118E+00 -3.910131E+01 + vertex -4.977106E+00 1.2574658E+00 -4.159294E+01 + vertex -8.580219E+00 -2.271082E+00 -4.214514E+01 + endloop + endfacet + facet normal -0.5165402297 0.40979903684 0.75183172354 + outer loop + vertex -8.580219E+00 -2.271082E+00 -4.214514E+01 + vertex -4.977106E+00 1.2574658E+00 -4.159294E+01 + vertex -8.898704E+00 1.8497084E+00 -4.461006E+01 + endloop + endfacet + facet normal -0.4215392145 0.66645514563 0.6149327032 + outer loop + vertex -5.723841E+00 -6.322918E+00 -3.593582E+01 + vertex -4.904834E+00 -2.884118E+00 -3.910131E+01 + vertex -9.205368E+00 -5.739038E+00 -3.895523E+01 + endloop + endfacet + facet normal -0.413764432 0.65559923157 0.63165547757 + outer loop + vertex -9.205368E+00 -5.739038E+00 -3.895523E+01 + vertex -4.904834E+00 -2.884118E+00 -3.910131E+01 + vertex -8.580219E+00 -2.271082E+00 -4.214514E+01 + endloop + endfacet + facet normal -0.4630739401 0.42835038835 0.7759371565 + outer loop + vertex -8.580219E+00 -2.271082E+00 -4.214514E+01 + vertex -8.898704E+00 1.8497084E+00 -4.461006E+01 + vertex -1.252939E+01 -1.680472E+00 -4.482802E+01 + endloop + endfacet + facet normal -0.4457209755 0.40925591857 0.79614220156 + outer loop + vertex -1.252939E+01 -1.680472E+00 -4.482802E+01 + vertex -8.898704E+00 1.8497084E+00 -4.461006E+01 + vertex -1.306755E+01 2.4272106E+00 -4.724086E+01 + endloop + endfacet + facet normal -0.3906070657 0.42766351214 0.81518711999 + outer loop + vertex -1.252939E+01 -1.680472E+00 -4.482802E+01 + vertex -1.306755E+01 2.4272106E+00 -4.724086E+01 + vertex -1.670883E+01 -1.081123E+00 -4.714508E+01 + endloop + endfacet + facet normal -0.3712988414 0.40813724693 0.83400309235 + outer loop + vertex -1.670883E+01 -1.081123E+00 -4.714508E+01 + vertex -1.306755E+01 2.4272106E+00 -4.724086E+01 + vertex -1.744408E+01 3.0298009E+00 -4.948418E+01 + endloop + endfacet + facet normal -0.3660084664 0.66489297087 0.65111837617 + outer loop + vertex -9.205368E+00 -5.739038E+00 -3.895523E+01 + vertex -8.580219E+00 -2.271082E+00 -4.214514E+01 + vertex -1.281367E+01 -5.128468E+00 -4.160702E+01 + endloop + endfacet + facet normal -0.3561045381 0.65340298002 0.6680225323 + outer loop + vertex -1.281367E+01 -5.128468E+00 -4.160702E+01 + vertex -8.580219E+00 -2.271082E+00 -4.214514E+01 + vertex -1.252939E+01 -1.680472E+00 -4.482802E+01 + endloop + endfacet + facet normal -0.3062041113 0.66321187213 0.6829268298 + outer loop + vertex -1.281367E+01 -5.128468E+00 -4.160702E+01 + vertex -1.252939E+01 -1.680472E+00 -4.482802E+01 + vertex -1.668966E+01 -4.502108E+00 -4.395318E+01 + endloop + endfacet + facet normal -0.2944704242 0.65107073268 0.69956705918 + outer loop + vertex -1.668966E+01 -4.502108E+00 -4.395318E+01 + vertex -1.252939E+01 -1.680472E+00 -4.482802E+01 + vertex -1.670883E+01 -1.081123E+00 -4.714508E+01 + endloop + endfacet + facet normal -0.3170025407 0.42557469709 0.84758218856 + outer loop + vertex -1.670883E+01 -1.081123E+00 -4.714508E+01 + vertex -1.744408E+01 3.0298009E+00 -4.948418E+01 + vertex -2.102949E+01 -4.690242E-01 -4.906838E+01 + endloop + endfacet + facet normal -0.2960551818 0.40612324049 0.8645318056 + outer loop + vertex -2.102949E+01 -4.690242E-01 -4.906838E+01 + vertex -1.744408E+01 3.0298009E+00 -4.948418E+01 + vertex -2.199922E+01 3.6155155E+00 -5.131922E+01 + endloop + endfacet + facet normal -0.2426277422 0.66109010767 0.70999411845 + outer loop + vertex -1.668966E+01 -4.502108E+00 -4.395318E+01 + vertex -1.670883E+01 -1.081123E+00 -4.714508E+01 + vertex -2.076303E+01 -3.913032E+00 -4.589368E+01 + endloop + endfacet + facet normal -0.2303575343 0.64985118747 0.72431266767 + outer loop + vertex -2.076303E+01 -3.913032E+00 -4.589368E+01 + vertex -1.670883E+01 -1.081123E+00 -4.714508E+01 + vertex -2.102949E+01 -4.690242E-01 -4.906838E+01 + endloop + endfacet + facet normal -0.2394742821 0.42436176557 0.87325205991 + outer loop + vertex -2.102949E+01 -4.690242E-01 -4.906838E+01 + vertex -2.199922E+01 3.6155155E+00 -5.131922E+01 + vertex -2.552841E+01 1.1243336E-01 -5.058469E+01 + endloop + endfacet + facet normal -0.21816803 0.40588471995 0.8875022844 + outer loop + vertex -2.552841E+01 1.1243336E-01 -5.058469E+01 + vertex -2.199922E+01 3.6155155E+00 -5.131922E+01 + vertex -2.670882E+01 4.1811861E+00 -5.273564E+01 + endloop + endfacet + facet normal -0.1596636735 0.42476628411 0.89111229104 + outer loop + vertex -2.552841E+01 1.1243336E-01 -5.058469E+01 + vertex -2.670882E+01 4.1811861E+00 -5.273564E+01 + vertex -3.018360E+01 6.9377286E-01 -5.169589E+01 + endloop + endfacet + facet normal -0.1368465124 0.40577575511 0.90366977851 + outer loop + vertex -3.018360E+01 6.9377286E-01 -5.169589E+01 + vertex -2.670882E+01 4.1811861E+00 -5.273564E+01 + vertex -3.152989E+01 4.7630916E+00 -5.372701E+01 + endloop + endfacet + facet normal -0.1809837588 0.65897498492 0.73006633143 + outer loop + vertex -2.076303E+01 -3.913032E+00 -4.589368E+01 + vertex -2.102949E+01 -4.690242E-01 -4.906838E+01 + vertex -2.488446E+01 -3.308475E+00 -4.746107E+01 + endloop + endfacet + facet normal -0.1669186654 0.64751205722 0.74354979315 + outer loop + vertex -2.488446E+01 -3.308475E+00 -4.746107E+01 + vertex -2.102949E+01 -4.690242E-01 -4.906838E+01 + vertex -2.552841E+01 1.1243336E-01 -5.058469E+01 + endloop + endfacet + facet normal -0.1167229828 0.65761026218 0.7442610351 + outer loop + vertex -2.488446E+01 -3.308475E+00 -4.746107E+01 + vertex -2.552841E+01 1.1243336E-01 -5.058469E+01 + vertex -2.924319E+01 -2.667366E+00 -4.871112E+01 + endloop + endfacet + facet normal -0.1003471958 0.64480530851 0.75773118876 + outer loop + vertex -2.924319E+01 -2.667366E+00 -4.871112E+01 + vertex -2.552841E+01 1.1243336E-01 -5.058469E+01 + vertex -3.018360E+01 6.9377286E-01 -5.169589E+01 + endloop + endfacet + facet normal -0.0769433395 0.42477268523 0.90202432804 + outer loop + vertex -3.018360E+01 6.9377286E-01 -5.169589E+01 + vertex -3.152989E+01 4.7630916E+00 -5.372701E+01 + vertex -3.489239E+01 1.2471856E+00 -5.235816E+01 + endloop + endfacet + facet normal -0.0540252565 0.40672039293 0.91195383306 + outer loop + vertex -3.489239E+01 1.2471856E+00 -5.235816E+01 + vertex -3.152989E+01 4.7630916E+00 -5.372701E+01 + vertex -3.640875E+01 5.3292075E+00 -5.426852E+01 + endloop + endfacet + facet normal -0.0437635039 0.65649136833 0.75306297149 + outer loop + vertex -2.924319E+01 -2.667366E+00 -4.871112E+01 + vertex -3.018360E+01 6.9377286E-01 -5.169589E+01 + vertex -3.375624E+01 -2.128611E+00 -4.944306E+01 + endloop + endfacet + facet normal -0.0310521884 0.64725078046 0.76164439786 + outer loop + vertex -3.375624E+01 -2.128611E+00 -4.944306E+01 + vertex -3.018360E+01 6.9377286E-01 -5.169589E+01 + vertex -3.489239E+01 1.2471856E+00 -5.235816E+01 + endloop + endfacet + facet normal 0.00607479199 0.42571523513 0.90483680047 + outer loop + vertex -3.489239E+01 1.2471856E+00 -5.235816E+01 + vertex -3.640875E+01 5.3292075E+00 -5.426852E+01 + vertex -3.962112E+01 1.7903076E+00 -5.258194E+01 + endloop + endfacet + facet normal 0.02921664549 0.40830302884 0.91237877237 + outer loop + vertex -3.962112E+01 1.7903076E+00 -5.258194E+01 + vertex -3.640875E+01 5.3292075E+00 -5.426852E+01 + vertex -4.131324E+01 5.8928121E+00 -5.436369E+01 + endloop + endfacet + facet normal 0.08530449676 0.42630000702 0.90055063536 + outer loop + vertex -3.962112E+01 1.7903076E+00 -5.258194E+01 + vertex -4.131324E+01 5.8928121E+00 -5.436369E+01 + vertex -4.435983E+01 2.3983890E+00 -5.242092E+01 + endloop + endfacet + facet normal 0.11167772165 0.40672490229 0.90669892486 + outer loop + vertex -4.435983E+01 2.3983890E+00 -5.242092E+01 + vertex -4.131324E+01 5.8928121E+00 -5.436369E+01 + vertex -4.622258E+01 6.4853672E+00 -5.402482E+01 + endloop + endfacet + facet normal 0.02872377637 0.6588237196 0.75174879525 + outer loop + vertex -3.375624E+01 -2.128611E+00 -4.944306E+01 + vertex -3.489239E+01 1.2471856E+00 -5.235816E+01 + vertex -3.822816E+01 -1.651035E+00 -4.969073E+01 + endloop + endfacet + facet normal 0.03904846497 0.65198279668 0.75722760793 + outer loop + vertex -3.822816E+01 -1.651035E+00 -4.969073E+01 + vertex -3.489239E+01 1.2471856E+00 -5.235816E+01 + vertex -3.962112E+01 1.7903076E+00 -5.258194E+01 + endloop + endfacet + facet normal 0.0910020675 0.66192243997 0.74402775968 + outer loop + vertex -3.822816E+01 -1.651035E+00 -4.969073E+01 + vertex -3.962112E+01 1.7903076E+00 -5.258194E+01 + vertex -4.267795E+01 -1.056340E+00 -4.967555E+01 + endloop + endfacet + facet normal 0.10900722123 0.65042722538 0.75170595993 + outer loop + vertex -4.267795E+01 -1.056340E+00 -4.967555E+01 + vertex -3.962112E+01 1.7903076E+00 -5.258194E+01 + vertex -4.435983E+01 2.3983890E+00 -5.242092E+01 + endloop + endfacet + facet normal 0.16583845839 0.42483707515 0.88995003528 + outer loop + vertex -4.435983E+01 2.3983890E+00 -5.242092E+01 + vertex -4.622258E+01 6.4853672E+00 -5.402482E+01 + vertex -4.910615E+01 3.0037109E+00 -5.182543E+01 + endloop + endfacet + facet normal 0.19179676804 0.40568381829 0.89366360525 + outer loop + vertex -4.910615E+01 3.0037109E+00 -5.182543E+01 + vertex -4.622258E+01 6.4853672E+00 -5.402482E+01 + vertex -5.109175E+01 7.0554853E+00 -5.323861E+01 + endloop + endfacet + facet normal 0.15295183673 0.65939685585 0.73607168274 + outer loop + vertex -4.267795E+01 -1.056340E+00 -4.967555E+01 + vertex -4.435983E+01 2.3983890E+00 -5.242092E+01 + vertex -4.712875E+01 -3.823839E-01 -4.935445E+01 + endloop + endfacet + facet normal 0.17557588047 0.6451659144 0.74359535575 + outer loop + vertex -4.712875E+01 -3.823839E-01 -4.935445E+01 + vertex -4.435983E+01 2.3983890E+00 -5.242092E+01 + vertex -4.910615E+01 3.0037109E+00 -5.182543E+01 + endloop + endfacet + facet normal 0.24685928986 0.42476230008 0.87099797901 + outer loop + vertex -4.910615E+01 3.0037109E+00 -5.182543E+01 + vertex -5.109175E+01 7.0554853E+00 -5.323861E+01 + vertex -5.379513E+01 3.5694143E+00 -5.077235E+01 + endloop + endfacet + facet normal 0.27177453826 0.40639298474 0.87234359189 + outer loop + vertex -5.379513E+01 3.5694143E+00 -5.077235E+01 + vertex -5.109175E+01 7.0554853E+00 -5.323861E+01 + vertex -5.586372E+01 7.6364639E+00 -5.202258E+01 + endloop + endfacet + facet normal 0.32525508509 0.42509400274 0.84469178903 + outer loop + vertex -5.379513E+01 3.5694143E+00 -5.077235E+01 + vertex -5.586372E+01 7.6364639E+00 -5.202258E+01 + vertex -5.833764E+01 4.1292085E+00 -4.930494E+01 + endloop + endfacet + facet normal 0.3501370269 0.4068108446 0.84374699947 + outer loop + vertex -5.833764E+01 4.1292085E+00 -4.930494E+01 + vertex -5.586372E+01 7.6364639E+00 -5.202258E+01 + vertex -6.051116E+01 8.2192934E+00 -5.037500E+01 + endloop + endfacet + facet normal 0.22222369515 0.6560845529 0.72122790348 + outer loop + vertex -4.712875E+01 -3.823839E-01 -4.935445E+01 + vertex -4.910615E+01 3.0037109E+00 -5.182543E+01 + vertex -5.165683E+01 2.2805477E-01 -4.851457E+01 + endloop + endfacet + facet normal 0.24074422907 0.64445979627 0.72575049925 + outer loop + vertex -5.165683E+01 2.2805477E-01 -4.851457E+01 + vertex -4.910615E+01 3.0037109E+00 -5.182543E+01 + vertex -5.379513E+01 3.5694143E+00 -5.077235E+01 + endloop + endfacet + facet normal 0.29196030304 0.65669390053 0.69535048893 + outer loop + vertex -5.165683E+01 2.2805477E-01 -4.851457E+01 + vertex -5.379513E+01 3.5694143E+00 -5.077235E+01 + vertex -5.603563E+01 7.2788569E-01 -4.714806E+01 + endloop + endfacet + facet normal 0.30516613763 0.64866186081 0.69721690941 + outer loop + vertex -5.603563E+01 7.2788569E-01 -4.714806E+01 + vertex -5.379513E+01 3.5694143E+00 -5.077235E+01 + vertex -5.833764E+01 4.1292085E+00 -4.930494E+01 + endloop + endfacet + facet normal 0.40026936561 0.42510220647 0.81183283317 + outer loop + vertex -5.833764E+01 4.1292085E+00 -4.930494E+01 + vertex -6.051116E+01 8.2192934E+00 -5.037500E+01 + vertex -6.268569E+01 4.7096264E+00 -4.746509E+01 + endloop + endfacet + facet normal 0.42667947204 0.40577874022 0.80826248343 + outer loop + vertex -6.268569E+01 4.7096264E+00 -4.746509E+01 + vertex -6.051116E+01 8.2192934E+00 -5.037500E+01 + vertex -6.501589E+01 8.8201408E+00 -4.829862E+01 + endloop + endfacet + facet normal 0.353763994 0.65981779104 0.66294156544 + outer loop + vertex -5.603563E+01 7.2788569E-01 -4.714806E+01 + vertex -5.833764E+01 4.1292085E+00 -4.930494E+01 + vertex -6.012981E+01 1.2169214E+00 -4.545002E+01 + endloop + endfacet + facet normal 0.3676886738 0.6517644321 0.66333111205 + outer loop + vertex -6.012981E+01 1.2169214E+00 -4.545002E+01 + vertex -5.833764E+01 4.1292085E+00 -4.930494E+01 + vertex -6.268569E+01 4.7096264E+00 -4.746509E+01 + endloop + endfacet + facet normal 0.47190854131 0.4242408556 0.7728661107 + outer loop + vertex -6.268569E+01 4.7096264E+00 -4.746509E+01 + vertex -6.501589E+01 8.8201408E+00 -4.829862E+01 + vertex -6.689599E+01 5.3046195E+00 -4.522090E+01 + endloop + endfacet + facet normal 0.49906751116 0.4041733202 0.76653476538 + outer loop + vertex -6.689599E+01 5.3046195E+00 -4.522090E+01 + vertex -6.501589E+01 8.8201408E+00 -4.829862E+01 + vertex -6.932910E+01 9.4356872E+00 -4.581497E+01 + endloop + endfacet + facet normal 0.54144088208 0.42335431902 0.72636966606 + outer loop + vertex -6.689599E+01 5.3046195E+00 -4.522090E+01 + vertex -6.932910E+01 9.4356872E+00 -4.581497E+01 + vertex -7.085717E+01 5.8310521E+00 -4.257503E+01 + endloop + endfacet + facet normal 0.5619480664 0.40835109089 0.7193495376 + outer loop + vertex -7.085717E+01 5.8310521E+00 -4.257503E+01 + vertex -6.932910E+01 9.4356872E+00 -4.581497E+01 + vertex -7.330251E+01 9.8965487E+00 -4.297261E+01 + endloop + endfacet + facet normal 0.40522174751 0.66093965714 0.63162813819 + outer loop + vertex -6.012981E+01 1.2169214E+00 -4.545002E+01 + vertex -6.268569E+01 4.7096264E+00 -4.746509E+01 + vertex -6.411997E+01 1.8572186E+00 -4.356014E+01 + endloop + endfacet + facet normal 0.42755998649 0.64795856921 0.63035081545 + outer loop + vertex -6.411997E+01 1.8572186E+00 -4.356014E+01 + vertex -6.268569E+01 4.7096264E+00 -4.746509E+01 + vertex -6.689599E+01 5.3046195E+00 -4.522090E+01 + endloop + endfacet + facet normal 0.46313994183 0.65863637242 0.59304259814 + outer loop + vertex -6.411997E+01 1.8572186E+00 -4.356014E+01 + vertex -6.689599E+01 5.3046195E+00 -4.522090E+01 + vertex -6.804332E+01 2.4680264E+00 -4.117455E+01 + endloop + endfacet + facet normal 0.48066427789 0.64814235234 0.59065501189 + outer loop + vertex -6.804332E+01 2.4680264E+00 -4.117455E+01 + vertex -6.689599E+01 5.3046195E+00 -4.522090E+01 + vertex -7.085717E+01 5.8310521E+00 -4.257503E+01 + endloop + endfacet + facet normal 0.77568587816 0.40790044068 0.48158971014 + outer loop + vertex -8.340200E+01 1.1779589E+01 -3.284780E+01 + vertex -8.613226E+01 1.2165255E+01 -2.877688E+01 + vertex -8.350034E+01 7.9956349E+00 -2.948445E+01 + endloop + endfacet + facet normal 0.79619765605 0.43041315575 0.42522206887 + outer loop + vertex -8.350034E+01 7.9956349E+00 -2.948445E+01 + vertex -8.613226E+01 1.2165255E+01 -2.877688E+01 + vertex -8.590976E+01 8.5031409E+00 -2.548669E+01 + endloop + endfacet + facet normal 0.67630682775 0.66173456826 0.32359919022 + outer loop + vertex -8.350034E+01 7.9956349E+00 -2.948445E+01 + vertex -8.590976E+01 8.5031409E+00 -2.548669E+01 + vertex -8.223789E+01 4.8873035E+00 -2.576662E+01 + endloop + endfacet + facet normal 0.68430414744 0.67321632715 0.28019209598 + outer loop + vertex -8.223789E+01 4.8873035E+00 -2.576662E+01 + vertex -8.590976E+01 8.5031409E+00 -2.548669E+01 + vertex -8.445035E+01 5.5166371E+00 -2.187529E+01 + endloop + endfacet + facet normal 0.7370976651 0.39542967423 0.54801679248 + outer loop + vertex -8.027403E+01 1.1126968E+01 -3.658411E+01 + vertex -8.340200E+01 1.1779589E+01 -3.284780E+01 + vertex -8.094310E+01 7.7161957E+00 -3.322310E+01 + endloop + endfacet + facet normal 0.76437429339 0.4171412881 0.49165545392 + outer loop + vertex -8.094310E+01 7.7161957E+00 -3.322310E+01 + vertex -8.340200E+01 1.1779589E+01 -3.284780E+01 + vertex -8.350034E+01 7.9956349E+00 -2.948445E+01 + endloop + endfacet + facet normal 0.68382964959 0.39986944236 0.61031257517 + outer loop + vertex -7.690684E+01 1.0499906E+01 -3.994605E+01 + vertex -8.027403E+01 1.1126968E+01 -3.658411E+01 + vertex -7.781713E+01 7.1095391E+00 -3.670479E+01 + endloop + endfacet + facet normal 0.71101628514 0.41783981151 0.56556673716 + outer loop + vertex -7.781713E+01 7.1095391E+00 -3.670479E+01 + vertex -8.027403E+01 1.1126968E+01 -3.658411E+01 + vertex -8.094310E+01 7.7161957E+00 -3.322310E+01 + endloop + endfacet + facet normal 0.62550061922 0.41152173306 0.66287166071 + outer loop + vertex -7.330251E+01 9.8965487E+00 -4.297261E+01 + vertex -7.690684E+01 1.0499906E+01 -3.994605E+01 + vertex -7.448569E+01 6.3384237E+00 -3.964719E+01 + endloop + endfacet + facet normal 0.65255231253 0.42472194016 0.62752430467 + outer loop + vertex -7.448569E+01 6.3384237E+00 -3.964719E+01 + vertex -7.690684E+01 1.0499906E+01 -3.994605E+01 + vertex -7.781713E+01 7.1095391E+00 -3.670479E+01 + endloop + endfacet + facet normal 0.60293098524 0.42846626086 0.67297168613 + outer loop + vertex -7.085717E+01 5.8310521E+00 -4.257503E+01 + vertex -7.330251E+01 9.8965487E+00 -4.297261E+01 + vertex -7.448569E+01 6.3384237E+00 -3.964719E+01 + endloop + endfacet + facet normal 0.51899043018 0.66029293675 0.54282793873 + outer loop + vertex -6.804332E+01 2.4680264E+00 -4.117455E+01 + vertex -7.085717E+01 5.8310521E+00 -4.257503E+01 + vertex -7.166238E+01 2.9549983E+00 -3.830676E+01 + endloop + endfacet + facet normal 0.52795104239 0.65481055454 0.54082421775 + outer loop + vertex -7.166238E+01 2.9549983E+00 -3.830676E+01 + vertex -7.085717E+01 5.8310521E+00 -4.257503E+01 + vertex -7.448569E+01 6.3384237E+00 -3.964719E+01 + endloop + endfacet + facet normal 0.56373922629 0.66466659622 0.49032275146 + outer loop + vertex -7.166238E+01 2.9549983E+00 -3.830676E+01 + vertex -7.448569E+01 6.3384237E+00 -3.964719E+01 + vertex -7.487164E+01 3.4293201E+00 -3.525995E+01 + endloop + endfacet + facet normal 0.57990656998 0.65455608547 0.4850409272 + outer loop + vertex -7.487164E+01 3.4293201E+00 -3.525995E+01 + vertex -7.448569E+01 6.3384237E+00 -3.964719E+01 + vertex -7.781713E+01 7.1095391E+00 -3.670479E+01 + endloop + endfacet + facet normal 0.58679300616 0.65600454679 0.47469148141 + outer loop + vertex -7.487164E+01 3.4293201E+00 -3.525995E+01 + vertex -7.781713E+01 7.1095391E+00 -3.670479E+01 + vertex -7.786101E+01 4.4283705E+00 -3.294527E+01 + endloop + endfacet + facet normal 0.62980160847 0.62891221013 0.45587209382 + outer loop + vertex -7.786101E+01 4.4283705E+00 -3.294527E+01 + vertex -7.781713E+01 7.1095391E+00 -3.670479E+01 + vertex -8.094310E+01 7.7161957E+00 -3.322310E+01 + endloop + endfacet + facet normal 0.65776630836 0.64892034998 0.38242105455 + outer loop + vertex -7.786101E+01 4.4283705E+00 -3.294527E+01 + vertex -8.094310E+01 7.7161957E+00 -3.322310E+01 + vertex -7.983865E+01 4.3709637E+00 -2.944632E+01 + endloop + endfacet + facet normal 0.64506974171 0.65578453788 0.3922138042 + outer loop + vertex -7.983865E+01 4.3709637E+00 -2.944632E+01 + vertex -8.094310E+01 7.7161957E+00 -3.322310E+01 + vertex -8.350034E+01 7.9956349E+00 -2.948445E+01 + endloop + endfacet + facet normal 0.6606749113 0.67096427405 0.33662383238 + outer loop + vertex -7.983865E+01 4.3709637E+00 -2.944632E+01 + vertex -8.350034E+01 7.9956349E+00 -2.948445E+01 + vertex -8.223789E+01 4.8873035E+00 -2.576662E+01 + endloop + endfacet + facet normal -0.5473534505 0.83489501675 -0.0579181426 + outer loop + vertex 7.8516735E+00 6.6906227E+01 1.4162339E+01 + vertex 7.4525115E+00 6.6314568E+01 9.4057928E+00 + vertex 4.2100624E+00 6.4469548E+01 1.3452316E+01 + endloop + endfacet + facet normal -0.4199510328 0.90437184138 0.07584657233 + outer loop + vertex 4.2100624E+00 6.4469548E+01 1.3452316E+01 + vertex 7.4525115E+00 6.6314568E+01 9.4057928E+00 + vertex 2.6318865E+00 6.4130590E+01 8.7558256E+00 + endloop + endfacet + facet normal -0.5475721672 0.83484120472 -0.0566117003 + outer loop + vertex 5.9844162E+00 6.5954788E+01 1.8192550E+01 + vertex 7.8516735E+00 6.6906227E+01 1.4162339E+01 + vertex 4.2100624E+00 6.4469548E+01 1.3452316E+01 + endloop + endfacet + facet normal -0.290752177 0.9563684961 0.02867875913 + outer loop + vertex 4.2100624E+00 6.4469548E+01 1.3452316E+01 + vertex 2.6318865E+00 6.4130590E+01 8.7558256E+00 + vertex -4.421520E-01 6.3068252E+01 1.3016930E+01 + endloop + endfacet + facet normal -0.0910226642 0.97970513682 0.17858532828 + outer loop + vertex -4.421520E-01 6.3068252E+01 1.3016930E+01 + vertex 2.6318865E+00 6.4130590E+01 8.7558256E+00 + vertex -2.727933E+00 6.3679096E+01 8.5008540E+00 + endloop + endfacet + facet normal 0.00199289742 0.99110753388 0.13304842969 + outer loop + vertex -4.421520E-01 6.3068252E+01 1.3016930E+01 + vertex -2.727933E+00 6.3679096E+01 8.5008540E+00 + vertex -5.648025E+00 6.3109536E+01 1.2787373E+01 + endloop + endfacet + facet normal 0.23901346753 0.92790648521 0.28611556588 + outer loop + vertex -5.648025E+00 6.3109536E+01 1.2787373E+01 + vertex -2.727933E+00 6.3679096E+01 8.5008540E+00 + vertex -8.096452E+00 6.5052851E+01 8.5303264E+00 + endloop + endfacet + facet normal 0.29609392147 0.92173423592 0.25046833734 + outer loop + vertex -5.648025E+00 6.3109536E+01 1.2787373E+01 + vertex -8.096452E+00 6.5052851E+01 8.5303264E+00 + vertex -1.082009E+01 6.4770153E+01 1.2790449E+01 + endloop + endfacet + facet normal 0.53562701985 0.74791737593 0.39207562331 + outer loop + vertex -1.082009E+01 6.4770153E+01 1.2790449E+01 + vertex -8.096452E+00 6.5052851E+01 8.5303264E+00 + vertex -1.282309E+01 6.8231901E+01 8.9232274E+00 + endloop + endfacet + facet normal 0.54262010108 0.7457626808 0.38652483728 + outer loop + vertex -1.082009E+01 6.4770153E+01 1.2790449E+01 + vertex -1.282309E+01 6.8231901E+01 8.9232274E+00 + vertex -1.534708E+01 6.7726466E+01 1.3441709E+01 + endloop + endfacet + facet normal 0.5281111099 0.70413001693 0.4746573236 + outer loop + vertex -1.082009E+01 6.4770153E+01 1.2790449E+01 + vertex -1.534708E+01 6.7726466E+01 1.3441709E+01 + vertex -1.377947E+01 6.4175871E+01 1.6964683E+01 + endloop + endfacet + facet normal 0.48758352874 0.71392672136 0.50256436307 + outer loop + vertex -1.377947E+01 6.4175871E+01 1.6964683E+01 + vertex -1.534708E+01 6.7726466E+01 1.3441709E+01 + vertex -1.851794E+01 6.7000635E+01 1.7549135E+01 + endloop + endfacet + facet normal 0.56732758097 0.42146883308 0.70746267648 + outer loop + vertex -1.851794E+01 6.7000635E+01 1.7549135E+01 + vertex -2.249657E+01 7.0232775E+01 1.8814135E+01 + vertex -2.238529E+01 6.5891962E+01 2.1310926E+01 + endloop + endfacet + facet normal 0.43754147764 0.45673737413 0.77456337792 + outer loop + vertex -2.238529E+01 6.5891962E+01 2.1310926E+01 + vertex -2.249657E+01 7.0232775E+01 1.8814135E+01 + vertex -2.650941E+01 6.8738404E+01 2.1962127E+01 + endloop + endfacet + facet normal 0.47205425945 0.67438402124 0.5677772169 + outer loop + vertex -1.377947E+01 6.4175871E+01 1.6964683E+01 + vertex -1.851794E+01 6.7000635E+01 1.7549135E+01 + vertex -1.731464E+01 6.3556752E+01 2.0639222E+01 + endloop + endfacet + facet normal 0.39670824389 0.68594487576 0.61000180053 + outer loop + vertex -1.731464E+01 6.3556752E+01 2.0639222E+01 + vertex -1.851794E+01 6.7000635E+01 1.7549135E+01 + vertex -2.238529E+01 6.5891962E+01 2.1310926E+01 + endloop + endfacet + facet normal 0.67688918146 0.46683591003 -0.5691091891 + outer loop + vertex -2.425318E+01 1.0945848E+00 -2.038380E+01 + vertex -2.080683E+01 1.6341795E-01 -1.704861E+01 + vertex -2.161636E+01 -3.375152E+00 -2.091410E+01 + endloop + endfacet + facet normal 0.73886053414 0.4127975176 -0.5326193017 + outer loop + vertex -2.161636E+01 -3.375152E+00 -2.091410E+01 + vertex -2.080683E+01 1.6341795E-01 -1.704861E+01 + vertex -1.842975E+01 -3.927518E+00 -1.692168E+01 + endloop + endfacet + facet normal 0.55873097139 0.48665286546 -0.671556915 + outer loop + vertex -2.828771E+01 2.1088611E+00 -2.300550E+01 + vertex -2.425318E+01 1.0945848E+00 -2.038380E+01 + vertex -2.536365E+01 -2.630852E+00 -2.400740E+01 + endloop + endfacet + facet normal 0.62137490665 0.44322119224 -0.646102314 + outer loop + vertex -2.536365E+01 -2.630852E+00 -2.400740E+01 + vertex -2.425318E+01 1.0945848E+00 -2.038380E+01 + vertex -2.161636E+01 -3.375152E+00 -2.091410E+01 + endloop + endfacet + facet normal 0.41974977805 0.49834744696 -0.7585907631 + outer loop + vertex -3.286750E+01 3.0767051E+00 -2.490382E+01 + vertex -2.828771E+01 2.1088611E+00 -2.300550E+01 + vertex -2.994835E+01 -1.566673E+00 -2.633898E+01 + endloop + endfacet + facet normal 0.48519916552 0.45692394795 -0.7455214789 + outer loop + vertex -2.994835E+01 -1.566673E+00 -2.633898E+01 + vertex -2.828771E+01 2.1088611E+00 -2.300550E+01 + vertex -2.536365E+01 -2.630852E+00 -2.400740E+01 + endloop + endfacet + facet normal 0.28707030617 0.51387714369 -0.808406408 + outer loop + vertex -3.757400E+01 4.3730408E+00 -2.575109E+01 + vertex -3.286750E+01 3.0767051E+00 -2.490382E+01 + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + endloop + endfacet + facet normal 0.35468156961 0.47236865105 -0.80688837 + outer loop + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + vertex -3.286750E+01 3.0767051E+00 -2.490382E+01 + vertex -2.994835E+01 -1.566673E+00 -2.633898E+01 + endloop + endfacet + facet normal 0.12704645287 0.47612990648 -0.8701491314 + outer loop + vertex -4.264029E+01 6.0125278E+00 -2.559369E+01 + vertex -3.757400E+01 4.3730408E+00 -2.575109E+01 + vertex -4.072388E+01 1.3093928E+00 -2.788736E+01 + endloop + endfacet + facet normal 0.1309637206 0.47291817474 -0.8713190598 + outer loop + vertex -4.072388E+01 1.3093928E+00 -2.788736E+01 + vertex -3.757400E+01 4.3730408E+00 -2.575109E+01 + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + endloop + endfacet + facet normal -0.0652057949 0.46174006105 -0.8846153516 + outer loop + vertex -4.773790E+01 7.3176595E+00 -2.453671E+01 + vertex -4.264029E+01 6.0125278E+00 -2.559369E+01 + vertex -4.633007E+01 2.9674651E+00 -2.691114E+01 + endloop + endfacet + facet normal -0.0307027111 0.4279976454 -0.9032581907 + outer loop + vertex -4.633007E+01 2.9674651E+00 -2.691114E+01 + vertex -4.264029E+01 6.0125278E+00 -2.559369E+01 + vertex -4.072388E+01 1.3093928E+00 -2.788736E+01 + endloop + endfacet + facet normal -0.2462083638 0.48335054072 -0.8400914809 + outer loop + vertex -5.248428E+01 8.1814359E+00 -2.264870E+01 + vertex -4.773790E+01 7.3176595E+00 -2.453671E+01 + vertex -5.159646E+01 3.8002551E+00 -2.542962E+01 + endloop + endfacet + facet normal -0.1822282712 0.42498839035 -0.886666637 + outer loop + vertex -5.159646E+01 3.8002551E+00 -2.542962E+01 + vertex -4.773790E+01 7.3176595E+00 -2.453671E+01 + vertex -4.633007E+01 2.9674651E+00 -2.691114E+01 + endloop + endfacet + facet normal -0.3746608432 0.51007376839 -0.7742441497 + outer loop + vertex -5.643248E+01 9.3312453E+00 -1.998064E+01 + vertex -5.248428E+01 8.1814359E+00 -2.264870E+01 + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + endloop + endfacet + facet normal -0.3212660865 0.46023195402 -0.8276319533 + outer loop + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + vertex -5.248428E+01 8.1814359E+00 -2.264870E+01 + vertex -5.159646E+01 3.8002551E+00 -2.542962E+01 + endloop + endfacet + facet normal -0.5188407898 0.47968526495 -0.7076060213 + outer loop + vertex -5.983518E+01 1.0898753E+01 -1.642306E+01 + vertex -5.643248E+01 9.3312453E+00 -1.998064E+01 + vertex -6.036284E+01 6.1621766E+00 -1.924707E+01 + endloop + endfacet + facet normal -0.5174896777 0.47742825082 -0.7101173838 + outer loop + vertex -6.036284E+01 6.1621766E+00 -1.924707E+01 + vertex -5.643248E+01 9.3312453E+00 -1.998064E+01 + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + endloop + endfacet + facet normal -0.6584880089 0.46912772121 -0.5884834095 + outer loop + vertex -6.260113E+01 1.2213435E+01 -1.228004E+01 + vertex -5.983518E+01 1.0898753E+01 -1.642306E+01 + vertex -6.339592E+01 7.5799123E+00 -1.508445E+01 + endloop + endfacet + facet normal -0.6462527434 0.44262647398 -0.6216423379 + outer loop + vertex -6.339592E+01 7.5799123E+00 -1.508445E+01 + vertex -5.983518E+01 1.0898753E+01 -1.642306E+01 + vertex -6.036284E+01 6.1621766E+00 -1.924707E+01 + endloop + endfacet + facet normal -0.7609425194 0.47366244723 -0.4434076773 + outer loop + vertex -6.460335E+01 1.3287711E+01 -7.696400E+00 + vertex -6.260113E+01 1.2213435E+01 -1.228004E+01 + vertex -6.577381E+01 8.7326714E+00 -1.055358E+01 + endloop + endfacet + facet normal -0.7483088697 0.43268256043 -0.5028117316 + outer loop + vertex -6.577381E+01 8.7326714E+00 -1.055358E+01 + vertex -6.260113E+01 1.2213435E+01 -1.228004E+01 + vertex -6.339592E+01 7.5799123E+00 -1.508445E+01 + endloop + endfacet + facet normal -0.8209233206 0.48674132898 -0.298609746 + outer loop + vertex -6.559478E+01 1.4519633E+01 -2.962738E+00 + vertex -6.460335E+01 1.3287711E+01 -7.696400E+00 + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + endloop + endfacet + facet normal -0.8172222119 0.44198867954 -0.3698565444 + outer loop + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + vertex -6.460335E+01 1.3287711E+01 -7.696400E+00 + vertex -6.577381E+01 8.7326714E+00 -1.055358E+01 + endloop + endfacet + facet normal -0.879924649 0.45425294966 -0.1392367404 + outer loop + vertex -6.557337E+01 1.6103811E+01 2.0702576E+00 + vertex -6.559478E+01 1.4519633E+01 -2.962738E+00 + vertex -6.759976E+01 1.1609079E+01 2.1242185E-01 + endloop + endfacet + facet normal -0.8845644162 0.43974603838 -0.1554645144 + outer loop + vertex -6.759976E+01 1.1609079E+01 2.1242185E-01 + vertex -6.559478E+01 1.4519633E+01 -2.962738E+00 + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + endloop + endfacet + facet normal -0.8953697159 0.44274587501 0.04784518814 + outer loop + vertex -6.464849E+01 1.7435640E+01 7.0539465E+00 + vertex -6.557337E+01 1.6103811E+01 2.0702576E+00 + vertex -6.686580E+01 1.3108866E+01 5.5981769E+00 + endloop + endfacet + facet normal -0.9132875892 0.40716472987 0.01107529335 + outer loop + vertex -6.686580E+01 1.3108866E+01 5.5981769E+00 + vertex -6.557337E+01 1.6103811E+01 2.0702576E+00 + vertex -6.759976E+01 1.1609079E+01 2.1242185E-01 + endloop + endfacet + facet normal -0.8657213 0.44419643219 0.23068628142 + outer loop + vertex -6.279418E+01 1.8577977E+01 1.1813197E+01 + vertex -6.464849E+01 1.7435640E+01 7.0539465E+00 + vertex -6.519448E+01 1.4411077E+01 1.0828902E+01 + endloop + endfacet + facet normal -0.8983051061 0.39703208712 0.18818463844 + outer loop + vertex -6.519448E+01 1.4411077E+01 1.0828902E+01 + vertex -6.464849E+01 1.7435640E+01 7.0539465E+00 + vertex -6.686580E+01 1.3108866E+01 5.5981769E+00 + endloop + endfacet + facet normal -0.7984208987 0.46198506883 0.38612674689 + outer loop + vertex -6.016629E+01 1.9641662E+01 1.5974420E+01 + vertex -6.279418E+01 1.8577977E+01 1.1813197E+01 + vertex -6.283334E+01 1.5177386E+01 1.5800908E+01 + endloop + endfacet + facet normal -0.8474914081 0.40797172574 0.33958413422 + outer loop + vertex -6.283334E+01 1.5177386E+01 1.5800908E+01 + vertex -6.279418E+01 1.8577977E+01 1.1813197E+01 + vertex -6.519448E+01 1.4411077E+01 1.0828902E+01 + endloop + endfacet + facet normal -0.7098064574 0.47423554745 0.52084108765 + outer loop + vertex -5.683841E+01 2.0779621E+01 1.9473544E+01 + vertex -6.016629E+01 1.9641662E+01 1.5974420E+01 + vertex -5.976611E+01 1.6055542E+01 1.9785018E+01 + endloop + endfacet + facet normal -0.757664343 0.43368816336 0.48770823278 + outer loop + vertex -5.976611E+01 1.6055542E+01 1.9785018E+01 + vertex -6.016629E+01 1.9641662E+01 1.5974420E+01 + vertex -6.283334E+01 1.5177386E+01 1.5800908E+01 + endloop + endfacet + facet normal -0.601098585 0.47244242637 0.64457632979 + outer loop + vertex -5.280949E+01 2.2014747E+01 2.2325418E+01 + vertex -5.683841E+01 2.0779621E+01 1.9473544E+01 + vertex -5.580587E+01 1.7329333E+01 2.2965325E+01 + endloop + endfacet + facet normal -0.6440084665 0.44036286196 0.62556665898 + outer loop + vertex -5.580587E+01 1.7329333E+01 2.2965325E+01 + vertex -5.683841E+01 2.0779621E+01 1.9473544E+01 + vertex -5.976611E+01 1.6055542E+01 1.9785018E+01 + endloop + endfacet + facet normal -0.4565915991 0.47989083226 0.74915212123 + outer loop + vertex -4.817767E+01 2.3032648E+01 2.4496368E+01 + vertex -5.280949E+01 2.2014747E+01 2.2325418E+01 + vertex -5.119055E+01 1.8532197E+01 2.5542975E+01 + endloop + endfacet + facet normal -0.5228342631 0.43451895686 0.73337412652 + outer loop + vertex -5.119055E+01 1.8532197E+01 2.5542975E+01 + vertex -5.280949E+01 2.2014747E+01 2.2325418E+01 + vertex -5.580587E+01 1.7329333E+01 2.2965325E+01 + endloop + endfacet + facet normal -0.3028579916 0.50600170403 0.80761334341 + outer loop + vertex -4.328479E+01 2.4055106E+01 2.5690606E+01 + vertex -4.817767E+01 2.3032648E+01 2.4496368E+01 + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + endloop + endfacet + facet normal -0.3912670687 0.44878192361 0.80343317456 + outer loop + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + vertex -4.817767E+01 2.3032648E+01 2.4496368E+01 + vertex -5.119055E+01 1.8532197E+01 2.5542975E+01 + endloop + endfacet + facet normal -0.1514965147 0.50284630488 0.85099612202 + outer loop + vertex -3.825109E+01 2.5339593E+01 2.5827724E+01 + vertex -4.328479E+01 2.4055106E+01 2.5690606E+01 + vertex -3.981360E+01 2.0598125E+01 2.8351257E+01 + endloop + endfacet + facet normal -0.1917666612 0.4703935803 0.86136834587 + outer loop + vertex -3.981360E+01 2.0598125E+01 2.8351257E+01 + vertex -4.328479E+01 2.4055106E+01 2.5690606E+01 + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + endloop + endfacet + facet normal 0.00702693844 0.50843517209 0.8610715986 + outer loop + vertex -3.353862E+01 2.6642563E+01 2.5019906E+01 + vertex -3.825109E+01 2.5339593E+01 2.5827724E+01 + vertex -3.449227E+01 2.1481645E+01 2.8075045E+01 + endloop + endfacet + facet normal -0.0338495644 0.47822741045 0.87758347231 + outer loop + vertex -3.449227E+01 2.1481645E+01 2.8075045E+01 + vertex -3.825109E+01 2.5339593E+01 2.5827724E+01 + vertex -3.981360E+01 2.0598125E+01 2.8351257E+01 + endloop + endfacet + facet normal 0.17619467832 0.48875543457 0.85444342148 + outer loop + vertex -2.890196E+01 2.8016455E+01 2.3277892E+01 + vertex -3.353862E+01 2.6642563E+01 2.5019906E+01 + vertex -2.995755E+01 2.3163922E+01 2.6271293E+01 + endloop + endfacet + facet normal 0.16483463666 0.47970926864 0.86180540735 + outer loop + vertex -2.995755E+01 2.3163922E+01 2.6271293E+01 + vertex -3.353862E+01 2.6642563E+01 2.5019906E+01 + vertex -3.449227E+01 2.1481645E+01 2.8075045E+01 + endloop + endfacet + facet normal 0.3486494463 0.4844356337 0.8023500984 + outer loop + vertex -2.454801E+01 2.9159783E+01 2.0695640E+01 + vertex -2.890196E+01 2.8016455E+01 2.3277892E+01 + vertex -2.512319E+01 2.4609930E+01 2.3692643E+01 + endloop + endfacet + facet normal 0.31247095562 0.4485648048 0.83734790725 + outer loop + vertex -2.512319E+01 2.4609930E+01 2.3692643E+01 + vertex -2.890196E+01 2.8016455E+01 2.3277892E+01 + vertex -2.995755E+01 2.3163922E+01 2.6271293E+01 + endloop + endfacet + facet normal 0.47893812046 0.50557391705 0.71764426505 + outer loop + vertex -2.100457E+01 3.0362767E+01 1.7483340E+01 + vertex -2.454801E+01 2.9159783E+01 2.0695640E+01 + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + endloop + endfacet + facet normal 0.4268736511 0.45919784054 0.77904828428 + outer loop + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + vertex -2.454801E+01 2.9159783E+01 2.0695640E+01 + vertex -2.512319E+01 2.4609930E+01 2.3692643E+01 + endloop + endfacet + facet normal 0.62498063975 0.46408002878 0.62771723477 + outer loop + vertex -1.798992E+01 3.1999544E+01 1.3271741E+01 + vertex -2.100457E+01 3.0362767E+01 1.7483340E+01 + vertex -1.748462E+01 2.7503106E+01 1.6092927E+01 + endloop + endfacet + facet normal 0.62339498732 0.45985997873 0.63238239203 + outer loop + vertex -1.748462E+01 2.7503106E+01 1.6092927E+01 + vertex -2.100457E+01 3.0362767E+01 1.7483340E+01 + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + endloop + endfacet + facet normal 0.74981982002 0.45757295581 0.47790922529 + outer loop + vertex -1.575418E+01 3.3272007E+01 8.5456416E+00 + vertex -1.798992E+01 3.1999544E+01 1.3271741E+01 + vertex -1.462394E+01 2.8942179E+01 1.0917926E+01 + endloop + endfacet + facet normal 0.74330330522 0.41347479192 0.52586955882 + outer loop + vertex -1.462394E+01 2.8942179E+01 1.0917926E+01 + vertex -1.798992E+01 3.1999544E+01 1.3271741E+01 + vertex -1.748462E+01 2.7503106E+01 1.6092927E+01 + endloop + endfacet + facet normal 0.82597803519 0.47169575828 0.30864769074 + outer loop + vertex -1.442546E+01 3.4262859E+01 3.4755432E+00 + vertex -1.575418E+01 3.3272007E+01 8.5456416E+00 + vertex -1.276293E+01 3.0022038E+01 5.5075361E+00 + endloop + endfacet + facet normal 0.82975095413 0.41876094483 0.36898865186 + outer loop + vertex -1.276293E+01 3.0022038E+01 5.5075361E+00 + vertex -1.575418E+01 3.3272007E+01 8.5456416E+00 + vertex -1.462394E+01 2.8942179E+01 1.0917926E+01 + endloop + endfacet + facet normal 0.8605142142 0.48521109948 0.1551949616 + outer loop + vertex -1.423511E+01 3.5496899E+01 -1.438032E+00 + vertex -1.442546E+01 3.4262859E+01 3.4755432E+00 + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + endloop + endfacet + facet normal 0.8746041793 0.44021703073 0.20316617684 + outer loop + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + vertex -1.442546E+01 3.4262859E+01 3.4755432E+00 + vertex -1.276293E+01 3.0022038E+01 5.5075361E+00 + endloop + endfacet + facet normal 0.88555309658 0.46429979865 -0.0148798557 + outer loop + vertex -1.506033E+01 3.6912483E+01 -6.378872E+00 + vertex -1.423511E+01 3.5496899E+01 -1.438032E+00 + vertex -1.275288E+01 3.2528617E+01 -5.844992E+00 + endloop + endfacet + facet normal 0.88457663322 0.46610558242 -0.0164245545 + outer loop + vertex -1.275288E+01 3.2528617E+01 -5.844992E+00 + vertex -1.423511E+01 3.5496899E+01 -1.438032E+00 + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + endloop + endfacet + facet normal 0.85867077294 0.47361096544 -0.1959008859 + outer loop + vertex -1.673111E+01 3.7950197E+01 -1.119342E+01 + vertex -1.506033E+01 3.6912483E+01 -6.378872E+00 + vertex -1.433047E+01 3.3699258E+01 -1.094807E+01 + endloop + endfacet + facet normal 0.88034179298 0.442589812 -0.1706241069 + outer loop + vertex -1.433047E+01 3.3699258E+01 -1.094807E+01 + vertex -1.506033E+01 3.6912483E+01 -6.378872E+00 + vertex -1.275288E+01 3.2528617E+01 -5.844992E+00 + endloop + endfacet + facet normal 0.80391222923 0.48786523395 -0.3401656085 + outer loop + vertex -1.918362E+01 3.9164287E+01 -1.524818E+01 + vertex -1.673111E+01 3.7950197E+01 -1.119342E+01 + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + endloop + endfacet + facet normal 0.83428756113 0.45301121533 -0.3142373372 + outer loop + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + vertex -1.673111E+01 3.7950197E+01 -1.119342E+01 + vertex -1.433047E+01 3.3699258E+01 -1.094807E+01 + endloop + endfacet + facet normal 0.74152663069 0.45719057099 -0.4910346605 + outer loop + vertex -2.246557E+01 4.0695628E+01 -1.877857E+01 + vertex -1.918362E+01 3.9164287E+01 -1.524818E+01 + vertex -2.026270E+01 3.6205399E+01 -1.963269E+01 + endloop + endfacet + facet normal 0.72495125394 0.47490493178 -0.4989097966 + outer loop + vertex -2.026270E+01 3.6205399E+01 -1.963269E+01 + vertex -1.918362E+01 3.9164287E+01 -1.524818E+01 + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + endloop + endfacet + facet normal 0.63250470053 0.44680347185 -0.6326961841 + outer loop + vertex -2.638333E+01 4.2044441E+01 -2.174263E+01 + vertex -2.246557E+01 4.0695628E+01 -1.877857E+01 + vertex -2.420069E+01 3.7655517E+01 -2.266005E+01 + endloop + endfacet + facet normal 0.64393597173 0.43555623994 -0.6289970001 + outer loop + vertex -2.420069E+01 3.7655517E+01 -2.266005E+01 + vertex -2.246557E+01 4.0695628E+01 -1.877857E+01 + vertex -2.026270E+01 3.6205399E+01 -1.963269E+01 + endloop + endfacet + facet normal 0.49290508661 0.44575326054 -0.7472272789 + outer loop + vertex -3.088429E+01 4.3254118E+01 -2.399004E+01 + vertex -2.638333E+01 4.2044441E+01 -2.174263E+01 + vertex -2.864313E+01 3.8977608E+01 -2.506279E+01 + endloop + endfacet + facet normal 0.52528512671 0.41635298071 -0.7421089752 + outer loop + vertex -2.864313E+01 3.8977608E+01 -2.506279E+01 + vertex -2.638333E+01 4.2044441E+01 -2.174263E+01 + vertex -2.420069E+01 3.7655517E+01 -2.266005E+01 + endloop + endfacet + facet normal 0.32959489586 0.4616193455 -0.8235743952 + outer loop + vertex -3.577762E+01 4.4186791E+01 -2.542558E+01 + vertex -3.088429E+01 4.3254118E+01 -2.399004E+01 + vertex -3.367550E+01 4.0012380E+01 -2.692410E+01 + endloop + endfacet + facet normal 0.38938679236 0.410852861 -0.8243651209 + outer loop + vertex -3.367550E+01 4.0012380E+01 -2.692410E+01 + vertex -3.088429E+01 4.3254118E+01 -2.399004E+01 + vertex -2.864313E+01 3.8977608E+01 -2.506279E+01 + endloop + endfacet + facet normal 0.18264069172 0.48496424457 -0.8552497058 + outer loop + vertex -4.050998E+01 4.5377919E+01 -2.576077E+01 + vertex -3.577762E+01 4.4186791E+01 -2.542558E+01 + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + endloop + endfacet + facet normal 0.24632004338 0.43495290119 -0.8661076203 + outer loop + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + vertex -3.577762E+01 4.4186791E+01 -2.542558E+01 + vertex -3.367550E+01 4.0012380E+01 -2.692410E+01 + endloop + endfacet + facet normal 0.01730724024 0.45159321433 -0.8920560679 + outer loop + vertex -4.549701E+01 4.6928117E+01 -2.507275E+01 + vertex -4.050998E+01 4.5377919E+01 -2.576077E+01 + vertex -4.434205E+01 4.2555844E+01 -2.726376E+01 + endloop + endfacet + facet normal 0.01298967435 0.4562354427 -0.8897642886 + outer loop + vertex -4.434205E+01 4.2555844E+01 -2.726376E+01 + vertex -4.050998E+01 4.5377919E+01 -2.576077E+01 + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + endloop + endfacet + facet normal -0.1773755791 0.45312822691 -0.8736204633 + outer loop + vertex -5.053332E+01 4.8007503E+01 -2.349035E+01 + vertex -4.549701E+01 4.6928117E+01 -2.507275E+01 + vertex -4.970655E+01 4.4006881E+01 -2.573325E+01 + endloop + endfacet + facet normal -0.1450545867 0.41237973496 -0.8993898604 + outer loop + vertex -4.970655E+01 4.4006881E+01 -2.573325E+01 + vertex -4.549701E+01 4.6928117E+01 -2.507275E+01 + vertex -4.434205E+01 4.2555844E+01 -2.726376E+01 + endloop + endfacet + facet normal -0.3329481565 0.47586053047 -0.8140652803 + outer loop + vertex -5.481925E+01 4.9110672E+01 -2.109257E+01 + vertex -5.053332E+01 4.8007503E+01 -2.349035E+01 + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + endloop + endfacet + facet normal -0.2928139245 0.42083805211 -0.8585775093 + outer loop + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + vertex -5.053332E+01 4.8007503E+01 -2.349035E+01 + vertex -4.970655E+01 4.4006881E+01 -2.573325E+01 + endloop + endfacet + facet normal -0.4808275911 0.4659250154 -0.7427776973 + outer loop + vertex -5.856229E+01 5.0401952E+01 -1.785957E+01 + vertex -5.481925E+01 4.9110672E+01 -2.109257E+01 + vertex -5.935512E+01 4.6027191E+01 -2.009052E+01 + endloop + endfacet + facet normal -0.4772068717 0.45831156589 -0.7498160509 + outer loop + vertex -5.935512E+01 4.6027191E+01 -2.009052E+01 + vertex -5.481925E+01 4.9110672E+01 -2.109257E+01 + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + endloop + endfacet + facet normal -0.6126814157 0.47151824438 -0.634264951 + outer loop + vertex -6.160588E+01 5.1600470E+01 -1.402857E+01 + vertex -5.856229E+01 5.0401952E+01 -1.785957E+01 + vertex -6.287965E+01 4.7073947E+01 -1.616320E+01 + endloop + endfacet + facet normal -0.6036120912 0.44629944544 -0.6606581933 + outer loop + vertex -6.287965E+01 4.7073947E+01 -1.616320E+01 + vertex -5.856229E+01 5.0401952E+01 -1.785957E+01 + vertex -5.935512E+01 4.6027191E+01 -2.009052E+01 + endloop + endfacet + facet normal -0.7205041152 0.47277962664 -0.5072999552 + outer loop + vertex -6.388616E+01 5.2840343E+01 -9.634441E+00 + vertex -6.160588E+01 5.1600470E+01 -1.402857E+01 + vertex -6.538974E+01 4.8267338E+01 -1.176078E+01 + endloop + endfacet + facet normal -0.7165843555 0.45211854194 -0.5311268074 + outer loop + vertex -6.538974E+01 4.8267338E+01 -1.176078E+01 + vertex -6.160588E+01 5.1600470E+01 -1.402857E+01 + vertex -6.287965E+01 4.7073947E+01 -1.616320E+01 + endloop + endfacet + facet normal -0.8069363576 0.474704487 -0.3514389915 + outer loop + vertex -6.538260E+01 5.3949361E+01 -4.700475E+00 + vertex -6.388616E+01 5.2840343E+01 -9.634441E+00 + vertex -6.707827E+01 4.9663345E+01 -6.596375E+00 + endloop + endfacet + facet normal -0.8088103989 0.44479919276 -0.3846809284 + outer loop + vertex -6.707827E+01 4.9663345E+01 -6.596375E+00 + vertex -6.388616E+01 5.2840343E+01 -9.634441E+00 + vertex -6.538974E+01 4.8267338E+01 -1.176078E+01 + endloop + endfacet + facet normal -0.8510613177 0.48676613385 -0.1968587425 + outer loop + vertex -6.580178E+01 5.5176645E+01 1.4639602E-01 + vertex -6.538260E+01 5.3949361E+01 -4.700475E+00 + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + endloop + endfacet + facet normal -0.8614965723 0.44720693346 -0.240477888 + outer loop + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + vertex -6.538260E+01 5.3949361E+01 -4.700475E+00 + vertex -6.707827E+01 4.9663345E+01 -6.596375E+00 + endloop + endfacet + facet normal -0.8860603347 0.46243299828 -0.0324469616 + outer loop + vertex -6.522802E+01 5.6621631E+01 5.0718973E+00 + vertex -6.580178E+01 5.5176645E+01 1.4639602E-01 + vertex -6.750770E+01 5.2210328E+01 4.4557439E+00 + endloop + endfacet + facet normal -0.8826053986 0.46937842207 -0.0262984282 + outer loop + vertex -6.750770E+01 5.2210328E+01 4.4557439E+00 + vertex -6.580178E+01 5.5176645E+01 1.4639602E-01 + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + endloop + endfacet + facet normal -0.8727519366 0.46483270453 0.1491127558 + outer loop + vertex -6.378495E+01 5.7788553E+01 9.8804581E+00 + vertex -6.522802E+01 5.6621631E+01 5.0718973E+00 + vertex -6.615082E+01 5.3451852E+01 9.5520119E+00 + endloop + endfacet + facet normal -0.8881917883 0.44097669886 0.12905385786 + outer loop + vertex -6.615082E+01 5.3451852E+01 9.5520119E+00 + vertex -6.522802E+01 5.6621631E+01 5.0718973E+00 + vertex -6.750770E+01 5.2210328E+01 4.4557439E+00 + endloop + endfacet + facet normal -0.824467726 0.47488786843 0.30778967032 + outer loop + vertex -6.149985E+01 5.8947162E+01 1.4213881E+01 + vertex -6.378495E+01 5.7788553E+01 9.8804581E+00 + vertex -6.403192E+01 5.4387729E+01 1.4466026E+01 + endloop + endfacet + facet normal -0.8509201709 0.44281429859 0.28257805959 + outer loop + vertex -6.403192E+01 5.4387729E+01 1.4466026E+01 + vertex -6.378495E+01 5.7788553E+01 9.8804581E+00 + vertex -6.615082E+01 5.3451852E+01 9.5520119E+00 + endloop + endfacet + facet normal -0.753734303 0.4761886087 0.4529117015 + outer loop + vertex -5.841970E+01 6.0223518E+01 1.7997897E+01 + vertex -6.149985E+01 5.8947162E+01 1.4213881E+01 + vertex -6.107923E+01 5.5527428E+01 1.8509366E+01 + endloop + endfacet + facet normal -0.7753988278 0.45484050507 0.43803741021 + outer loop + vertex -6.107923E+01 5.5527428E+01 1.8509366E+01 + vertex -6.149985E+01 5.8947162E+01 1.4213881E+01 + vertex -6.403192E+01 5.4387729E+01 1.4466026E+01 + endloop + endfacet + facet normal -0.6524898442 0.46945510837 0.5948688128 + outer loop + vertex -5.450541E+01 6.1538170E+01 2.1253846E+01 + vertex -5.841970E+01 6.0223518E+01 1.7997897E+01 + vertex -5.725738E+01 5.6970308E+01 2.1840154E+01 + endloop + endfacet + facet normal -0.6776110451 0.44732602287 0.58373170282 + outer loop + vertex -5.725738E+01 5.6970308E+01 2.1840154E+01 + vertex -5.841970E+01 6.0223518E+01 1.7997897E+01 + vertex -6.107923E+01 5.5527428E+01 1.8509366E+01 + endloop + endfacet + facet normal -0.4959977972 0.49189495594 0.71555959741 + outer loop + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + vertex -5.450541E+01 6.1538170E+01 2.1253846E+01 + vertex -5.306590E+01 5.8008604E+01 2.4677981E+01 + endloop + endfacet + facet normal -0.576120038 0.43584395684 0.69146637455 + outer loop + vertex -5.306590E+01 5.8008604E+01 2.4677981E+01 + vertex -5.450541E+01 6.1538170E+01 2.1253846E+01 + vertex -5.725738E+01 5.6970308E+01 2.1840154E+01 + endloop + endfacet + facet normal -0.3789722122 0.46397484882 0.80069182712 + outer loop + vertex -4.515505E+01 6.3916637E+01 2.5262836E+01 + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + vertex -4.543611E+01 5.9461508E+01 2.7711413E+01 + endloop + endfacet + facet normal -0.4987442302 0.4935752976 0.7124869251 + outer loop + vertex -4.910991E+01 5.7575736E+01 2.7747063E+01 + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + vertex -5.306590E+01 5.8008604E+01 2.4677981E+01 + endloop + endfacet + facet normal -0.2134716089 0.46844642694 0.85731430485 + outer loop + vertex -4.042623E+01 6.5174963E+01 2.5752751E+01 + vertex -4.515505E+01 6.3916637E+01 2.5262836E+01 + vertex -4.116259E+01 6.0663040E+01 2.8034762E+01 + endloop + endfacet + facet normal -0.1999640274 0.48158577519 0.85328162342 + outer loop + vertex -4.116259E+01 6.0663040E+01 2.8034762E+01 + vertex -4.515505E+01 6.3916637E+01 2.5262836E+01 + vertex -4.543611E+01 5.9461508E+01 2.7711413E+01 + endloop + endfacet + facet normal -0.0508242884 0.4717527161 0.88026488432 + outer loop + vertex -3.565708E+01 6.6378134E+01 2.5383305E+01 + vertex -4.042623E+01 6.5174963E+01 2.5752751E+01 + vertex -3.661454E+01 6.1794222E+01 2.7784639E+01 + endloop + endfacet + facet normal -0.0653902047 0.45884212711 0.88610835879 + outer loop + vertex -3.661454E+01 6.1794222E+01 2.7784639E+01 + vertex -4.042623E+01 6.5174963E+01 2.5752751E+01 + vertex -4.116259E+01 6.0663040E+01 2.8034762E+01 + endloop + endfacet + facet normal 0.12010302715 0.47724097335 0.87052645923 + outer loop + vertex -3.087743E+01 6.7468764E+01 2.4125970E+01 + vertex -3.565708E+01 6.6378134E+01 2.5383305E+01 + vertex -3.186906E+01 6.2958296E+01 2.6735514E+01 + endloop + endfacet + facet normal 0.08682212043 0.44800075752 0.88980741774 + outer loop + vertex -3.186906E+01 6.2958296E+01 2.6735514E+01 + vertex -3.565708E+01 6.6378134E+01 2.5383305E+01 + vertex -3.661454E+01 6.1794222E+01 2.7784639E+01 + endloop + endfacet + facet normal 0.27119677793 0.4844671128 0.8317114429 + outer loop + vertex -2.650941E+01 6.8738404E+01 2.1962127E+01 + vertex -3.087743E+01 6.7468764E+01 2.4125970E+01 + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + endloop + endfacet + facet normal 0.23378100462 0.44788613594 0.86298577689 + outer loop + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + vertex -3.087743E+01 6.7468764E+01 2.4125970E+01 + vertex -3.186906E+01 6.2958296E+01 2.6735514E+01 + endloop + endfacet + facet normal 0.43193044049 0.44653886144 0.78360649551 + outer loop + vertex -2.238529E+01 6.5891962E+01 2.1310926E+01 + vertex -2.650941E+01 6.8738404E+01 2.1962127E+01 + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + endloop + endfacet + facet normal 0.61517258788 0.68128734344 -0.3967495971 + outer loop + vertex -2.161636E+01 -3.375152E+00 -2.091410E+01 + vertex -1.842975E+01 -3.927518E+00 -1.692168E+01 + vertex -1.805826E+01 -6.643383E+00 -2.100927E+01 + endloop + endfacet + facet normal 0.68528263129 0.63375929203 -0.3587992127 + outer loop + vertex -1.805826E+01 -6.643383E+00 -2.100927E+01 + vertex -1.842975E+01 -3.927518E+00 -1.692168E+01 + vertex -1.520544E+01 -7.329841E+00 -1.677309E+01 + endloop + endfacet + facet normal -0.5036750361 0.86009172419 -0.0809548266 + outer loop + vertex 5.9844162E+00 6.5954788E+01 1.8192550E+01 + vertex 4.2100624E+00 6.4469548E+01 1.3452316E+01 + vertex 1.7691197E+00 6.3441581E+01 1.7717611E+01 + endloop + endfacet + facet normal -0.2931814532 0.95403476823 0.06214737721 + outer loop + vertex 1.7691197E+00 6.3441581E+01 1.7717611E+01 + vertex 4.2100624E+00 6.4469548E+01 1.3452316E+01 + vertex -4.421520E-01 6.3068252E+01 1.3016930E+01 + endloop + endfacet + facet normal -0.5022402262 0.85980292573 -0.0921611856 + outer loop + vertex 3.8794621E+00 6.5159665E+01 2.2245709E+01 + vertex 5.9844162E+00 6.5954788E+01 1.8192550E+01 + vertex 1.7691197E+00 6.3441581E+01 1.7717611E+01 + endloop + endfacet + facet normal -0.2412022652 0.96979032924 0.0364442664 + outer loop + vertex 1.7691197E+00 6.3441581E+01 1.7717611E+01 + vertex -4.421520E-01 6.3068252E+01 1.3016930E+01 + vertex -3.173818E+00 6.2230484E+01 1.7230908E+01 + endloop + endfacet + facet normal -7.974957E-04 0.9809034936 0.19449344526 + outer loop + vertex -3.173818E+00 6.2230484E+01 1.7230908E+01 + vertex -4.421520E-01 6.3068252E+01 1.3016930E+01 + vertex -5.648025E+00 6.3109536E+01 1.2787373E+01 + endloop + endfacet + facet normal 0.03569108715 0.98396025013 0.17478092707 + outer loop + vertex -3.173818E+00 6.2230484E+01 1.7230908E+01 + vertex -5.648025E+00 6.3109536E+01 1.2787373E+01 + vertex -8.571079E+00 6.2472669E+01 1.6969631E+01 + endloop + endfacet + facet normal 0.28792652549 0.89613492455 0.33769884945 + outer loop + vertex -8.571079E+00 6.2472669E+01 1.6969631E+01 + vertex -5.648025E+00 6.3109536E+01 1.2787373E+01 + vertex -1.082009E+01 6.4770153E+01 1.2790449E+01 + endloop + endfacet + facet normal 0.29257446145 0.89566504551 0.33493926427 + outer loop + vertex -8.571079E+00 6.2472669E+01 1.6969631E+01 + vertex -1.082009E+01 6.4770153E+01 1.2790449E+01 + vertex -1.377947E+01 6.4175871E+01 1.6964683E+01 + endloop + endfacet + facet normal -0.4731164282 0.87012706155 -0.1379845718 + outer loop + vertex 1.5902587E+00 6.4547488E+01 2.6234473E+01 + vertex 3.8794621E+00 6.5159665E+01 2.2245709E+01 + vertex -6.087914E-01 6.2646143E+01 2.1784665E+01 + endloop + endfacet + facet normal -0.4772301967 0.87205858179 -0.1084673652 + outer loop + vertex -6.087914E-01 6.2646143E+01 2.1784665E+01 + vertex 3.8794621E+00 6.5159665E+01 2.2245709E+01 + vertex 1.7691197E+00 6.3441581E+01 1.7717611E+01 + endloop + endfacet + facet normal -0.2421540046 0.9690524188 0.04794629968 + outer loop + vertex -6.087914E-01 6.2646143E+01 2.1784665E+01 + vertex 1.7691197E+00 6.3441581E+01 1.7717611E+01 + vertex -3.173818E+00 6.2230484E+01 1.7230908E+01 + endloop + endfacet + facet normal -0.4606786539 0.86613964663 -0.1938486275 + outer loop + vertex -9.201909E-01 6.4079165E+01 3.0107999E+01 + vertex 1.5902587E+00 6.4547488E+01 2.6234473E+01 + vertex -2.839199E+00 6.2072538E+01 2.5702636E+01 + endloop + endfacet + facet normal -0.4700984028 0.87143433168 -0.1400346288 + outer loop + vertex -2.839199E+00 6.2072538E+01 2.5702636E+01 + vertex 1.5902587E+00 6.4547488E+01 2.6234473E+01 + vertex -6.087914E-01 6.2646143E+01 2.1784665E+01 + endloop + endfacet + facet normal -0.2232580025 0.97406277507 0.03684527874 + outer loop + vertex -6.087914E-01 6.2646143E+01 2.1784665E+01 + vertex -3.173818E+00 6.2230484E+01 1.7230908E+01 + vertex -5.836765E+00 6.1470858E+01 2.1177122E+01 + endloop + endfacet + facet normal 0.03363536241 0.97695958486 0.21075728206 + outer loop + vertex -5.836765E+00 6.1470858E+01 2.1177122E+01 + vertex -3.173818E+00 6.2230484E+01 1.7230908E+01 + vertex -8.571079E+00 6.2472669E+01 1.6969631E+01 + endloop + endfacet + facet normal -0.2211657057 0.97509062353 0.01685249267 + outer loop + vertex -2.839199E+00 6.2072538E+01 2.5702636E+01 + vertex -6.087914E-01 6.2646143E+01 2.1784665E+01 + vertex -5.836765E+00 6.1470858E+01 2.1177122E+01 + endloop + endfacet + facet normal -0.4551385635 0.8534386293 -0.2539515584 + outer loop + vertex -3.742262E+00 6.3670606E+01 3.3792770E+01 + vertex -9.201909E-01 6.4079165E+01 3.0107999E+01 + vertex -5.203422E+00 6.1621475E+01 2.9525116E+01 + endloop + endfacet + facet normal -0.4693403191 0.86266458189 -0.188492663 + outer loop + vertex -5.203422E+00 6.1621475E+01 2.9525116E+01 + vertex -9.201909E-01 6.4079165E+01 3.0107999E+01 + vertex -2.839199E+00 6.2072538E+01 2.5702636E+01 + endloop + endfacet + facet normal -0.4458769195 0.8381613462 -0.3141326636 + outer loop + vertex -6.894830E+00 6.3268600E+01 3.7194872E+01 + vertex -3.742262E+00 6.3670606E+01 3.3792770E+01 + vertex -7.876466E+00 6.1219140E+01 3.3119875E+01 + endloop + endfacet + facet normal -0.4635400847 0.85021562759 -0.2495275064 + outer loop + vertex -7.876466E+00 6.1219140E+01 3.3119875E+01 + vertex -3.742262E+00 6.3670606E+01 3.3792770E+01 + vertex -5.203422E+00 6.1621475E+01 2.9525116E+01 + endloop + endfacet + facet normal -0.4290678858 0.82646932052 -0.3644848579 + outer loop + vertex -1.046530E+01 6.2725069E+01 4.0165534E+01 + vertex -6.894830E+00 6.3268600E+01 3.7194872E+01 + vertex -1.081093E+01 6.0815623E+01 3.6242736E+01 + endloop + endfacet + facet normal -0.4483176228 0.837250338 -0.3130865386 + outer loop + vertex -1.081093E+01 6.0815623E+01 3.6242736E+01 + vertex -6.894830E+00 6.3268600E+01 3.7194872E+01 + vertex -7.876466E+00 6.1219140E+01 3.3119875E+01 + endloop + endfacet + facet normal -0.3953696855 0.82892263544 -0.3956893683 + outer loop + vertex -1.434494E+01 6.2051287E+01 4.2630546E+01 + vertex -1.046530E+01 6.2725069E+01 4.0165534E+01 + vertex -1.443106E+01 6.0161122E+01 3.8756923E+01 + endloop + endfacet + facet normal -0.4080223622 0.83452160155 -0.3702586238 + outer loop + vertex -1.443106E+01 6.0161122E+01 3.8756923E+01 + vertex -1.046530E+01 6.2725069E+01 4.0165534E+01 + vertex -1.081093E+01 6.0815623E+01 3.6242736E+01 + endloop + endfacet + facet normal -0.3509500502 0.84350533558 -0.406611376 + outer loop + vertex -1.833075E+01 6.1342766E+01 4.4600925E+01 + vertex -1.434494E+01 6.2051287E+01 4.2630546E+01 + vertex -1.826310E+01 5.9336471E+01 4.0380529E+01 + endloop + endfacet + facet normal -0.3527943711 0.84399509041 -0.4039906176 + outer loop + vertex -1.826310E+01 5.9336471E+01 4.0380529E+01 + vertex -1.434494E+01 6.2051287E+01 4.2630546E+01 + vertex -1.443106E+01 6.0161122E+01 3.8756923E+01 + endloop + endfacet + facet normal -0.3032158262 0.85128875579 -0.4282144521 + outer loop + vertex -2.235523E+01 6.0791122E+01 4.6353970E+01 + vertex -1.833075E+01 6.1342766E+01 4.4600925E+01 + vertex -2.204345E+01 5.8652853E+01 4.1882327E+01 + endloop + endfacet + facet normal -0.3178549793 0.85432096194 -0.4112224533 + outer loop + vertex -2.204345E+01 5.8652853E+01 4.1882327E+01 + vertex -1.833075E+01 6.1342766E+01 4.4600925E+01 + vertex -1.826310E+01 5.9336471E+01 4.0380529E+01 + endloop + endfacet + facet normal -0.2647025287 0.84507713711 -0.464518249 + outer loop + vertex -2.661342E+01 6.0266428E+01 4.7825914E+01 + vertex -2.235523E+01 6.0791122E+01 4.6353970E+01 + vertex -2.569759E+01 5.8210173E+01 4.3563188E+01 + endloop + endfacet + facet normal -0.3003194509 0.85219786598 -0.428447225 + outer loop + vertex -2.569759E+01 5.8210173E+01 4.3563188E+01 + vertex -2.235523E+01 6.0791122E+01 4.6353970E+01 + vertex -2.204345E+01 5.8652853E+01 4.1882327E+01 + endloop + endfacet + facet normal -0.224560203 0.84231049969 -0.489985446 + outer loop + vertex -3.103559E+01 5.9685506E+01 4.8853960E+01 + vertex -2.661342E+01 6.0266428E+01 4.7825914E+01 + vertex -2.977098E+01 5.7657371E+01 4.4787919E+01 + endloop + endfacet + facet normal -0.2546493767 0.84845179657 -0.463986254 + outer loop + vertex -2.977098E+01 5.7657371E+01 4.4787919E+01 + vertex -2.661342E+01 6.0266428E+01 4.7825914E+01 + vertex -2.569759E+01 5.8210173E+01 4.3563188E+01 + endloop + endfacet + facet normal -0.1806553219 0.84823283287 -0.4978601369 + outer loop + vertex -3.545313E+01 5.9071808E+01 4.9411333E+01 + vertex -3.103559E+01 5.9685506E+01 4.8853960E+01 + vertex -3.383273E+01 5.6973932E+01 4.5249076E+01 + endloop + endfacet + facet normal -0.1983971884 0.85102929037 -0.4861971848 + outer loop + vertex -3.383273E+01 5.6973932E+01 4.5249076E+01 + vertex -3.103559E+01 5.9685506E+01 4.8853960E+01 + vertex -2.977098E+01 5.7657371E+01 4.4787919E+01 + endloop + endfacet + facet normal -0.1302604805 0.84633413236 -0.5164791802 + outer loop + vertex -3.993746E+01 5.8536345E+01 4.9664876E+01 + vertex -3.545313E+01 5.9071808E+01 4.9411333E+01 + vertex -3.801336E+01 5.6434361E+01 4.5735165E+01 + endloop + endfacet + facet normal -0.1675905978 0.85259378858 -0.4949719418 + outer loop + vertex -3.801336E+01 5.6434361E+01 4.5735165E+01 + vertex -3.545313E+01 5.9071808E+01 4.9411333E+01 + vertex -3.383273E+01 5.6973932E+01 4.5249076E+01 + endloop + endfacet + facet normal -0.0812002716 0.84133578666 -0.534378714 + outer loop + vertex -4.444024E+01 5.8016717E+01 4.9530975E+01 + vertex -3.993746E+01 5.8536345E+01 4.9664876E+01 + vertex -4.227056E+01 5.5922357E+01 4.5903887E+01 + endloop + endfacet + facet normal -0.1224760884 0.84895831215 -0.514071388 + outer loop + vertex -4.227056E+01 5.5922357E+01 4.5903887E+01 + vertex -3.993746E+01 5.8536345E+01 4.9664876E+01 + vertex -3.801336E+01 5.6434361E+01 4.5735165E+01 + endloop + endfacet + facet normal -0.0298502898 0.83611832536 -0.5477363473 + outer loop + vertex -4.888752E+01 5.7530568E+01 4.9031236E+01 + vertex -4.444024E+01 5.8016717E+01 4.9530975E+01 + vertex -4.651866E+01 5.5406661E+01 4.5659999E+01 + endloop + endfacet + facet normal -0.072046107 0.84448039668 -0.5307185865 + outer loop + vertex -4.651866E+01 5.5406661E+01 4.5659999E+01 + vertex -4.444024E+01 5.8016717E+01 4.9530975E+01 + vertex -4.227056E+01 5.5922357E+01 4.5903887E+01 + endloop + endfacet + facet normal 0.02845819161 0.8272883927 -0.5610561885 + outer loop + vertex -5.325088E+01 5.7168094E+01 4.8275440E+01 + vertex -4.888752E+01 5.7530568E+01 4.9031236E+01 + vertex -5.066314E+01 5.4945494E+01 4.5129429E+01 + endloop + endfacet + facet normal -0.023550475 0.83830747995 -0.5446888508 + outer loop + vertex -5.066314E+01 5.4945494E+01 4.5129429E+01 + vertex -4.888752E+01 5.7530568E+01 4.9031236E+01 + vertex -4.651866E+01 5.5406661E+01 4.5659999E+01 + endloop + endfacet + facet normal 0.07341454203 0.81155406321 -0.5796467092 + outer loop + vertex -5.760345E+01 5.6425479E+01 4.6684446E+01 + vertex -5.325088E+01 5.7168094E+01 4.8275440E+01 + vertex -5.451200E+01 5.4748835E+01 4.4728548E+01 + endloop + endfacet + facet normal 0.01705134241 0.82317446021 -0.5675324306 + outer loop + vertex -5.451200E+01 5.4748835E+01 4.4728548E+01 + vertex -5.325088E+01 5.7168094E+01 4.8275440E+01 + vertex -5.066314E+01 5.4945494E+01 4.5129429E+01 + endloop + endfacet + facet normal 0.0864357801 0.84474753101 -0.5281386795 + outer loop + vertex -6.141104E+01 5.5485807E+01 4.4558305E+01 + vertex -5.760345E+01 5.6425479E+01 4.6684446E+01 + vertex -5.763707E+01 5.3608470E+01 4.2173193E+01 + endloop + endfacet + facet normal 0.12332679337 0.84132325244 -0.5262752958 + outer loop + vertex -5.763707E+01 5.3608470E+01 4.2173193E+01 + vertex -5.760345E+01 5.6425479E+01 4.6684446E+01 + vertex -5.451200E+01 5.4748835E+01 4.4728548E+01 + endloop + endfacet + facet normal 0.12694971185 0.8644416383 -0.4864405664 + outer loop + vertex -6.521460E+01 5.4795042E+01 4.2338121E+01 + vertex -6.141104E+01 5.5485807E+01 4.4558305E+01 + vertex -6.109041E+01 5.2793580E+01 3.9857690E+01 + endloop + endfacet + facet normal 0.12243975982 0.86480254236 -0.4869548931 + outer loop + vertex -6.109041E+01 5.2793580E+01 3.9857690E+01 + vertex -6.141104E+01 5.5485807E+01 4.4558305E+01 + vertex -5.763707E+01 5.3608470E+01 4.2173193E+01 + endloop + endfacet + facet normal 0.17928212833 0.86550512015 -0.4677165867 + outer loop + vertex -6.900684E+01 5.4287997E+01 3.9946223E+01 + vertex -6.521460E+01 5.4795042E+01 4.2338121E+01 + vertex -6.487595E+01 5.2178595E+01 3.7626222E+01 + endloop + endfacet + facet normal 0.13762218335 0.87010395187 -0.4732644584 + outer loop + vertex -6.487595E+01 5.2178595E+01 3.7626222E+01 + vertex -6.521460E+01 5.4795042E+01 4.2338121E+01 + vertex -6.109041E+01 5.2793580E+01 3.9857690E+01 + endloop + endfacet + facet normal 0.23483971003 0.85796521677 -0.4568872918 + outer loop + vertex -7.262006E+01 5.3892300E+01 3.7345970E+01 + vertex -6.900684E+01 5.4287997E+01 3.9946223E+01 + vertex -6.850922E+01 5.1659743E+01 3.5266536E+01 + endloop + endfacet + facet normal 0.17974052465 0.86573696203 -0.467111182 + outer loop + vertex -6.850922E+01 5.1659743E+01 3.5266536E+01 + vertex -6.900684E+01 5.4287997E+01 3.9946223E+01 + vertex -6.487595E+01 5.2178595E+01 3.7626222E+01 + endloop + endfacet + facet normal 0.30125883543 0.8410250586 -0.4493550544 + outer loop + vertex -7.607166E+01 5.3638547E+01 3.4557000E+01 + vertex -7.262006E+01 5.3892300E+01 3.7345970E+01 + vertex -7.196988E+01 5.1309169E+01 3.2947210E+01 + endloop + endfacet + facet normal 0.22711380189 0.85406253936 -0.4679706186 + outer loop + vertex -7.196988E+01 5.1309169E+01 3.2947210E+01 + vertex -7.262006E+01 5.3892300E+01 3.7345970E+01 + vertex -6.850922E+01 5.1659743E+01 3.5266536E+01 + endloop + endfacet + facet normal 0.35753730598 0.81690787422 -0.4525799375 + outer loop + vertex -7.908859E+01 5.2996037E+01 3.1013902E+01 + vertex -7.607166E+01 5.3638547E+01 3.4557000E+01 + vertex -7.527469E+01 5.1234444E+01 3.0847195E+01 + endloop + endfacet + facet normal 0.2846434332 0.83123374015 -0.477523387 + outer loop + vertex -7.527469E+01 5.1234444E+01 3.0847195E+01 + vertex -7.607166E+01 5.3638547E+01 3.4557000E+01 + vertex -7.196988E+01 5.1309169E+01 3.2947210E+01 + endloop + endfacet + facet normal 0.34841199803 0.84356233698 -0.4086706048 + outer loop + vertex -8.130095E+01 5.2066719E+01 2.7209495E+01 + vertex -7.908859E+01 5.2996037E+01 3.1013902E+01 + vertex -7.681303E+01 5.0200547E+01 2.7183586E+01 + endloop + endfacet + facet normal 0.3713073767 0.8411084739 -0.3932777226 + outer loop + vertex -7.681303E+01 5.0200547E+01 2.7183586E+01 + vertex -7.908859E+01 5.2996037E+01 3.1013902E+01 + vertex -7.527469E+01 5.1234444E+01 3.0847195E+01 + endloop + endfacet + facet normal 0.36061478135 0.86289109435 -0.3540846492 + outer loop + vertex -8.340951E+01 5.1344288E+01 2.3301511E+01 + vertex -8.130095E+01 5.2066719E+01 2.7209495E+01 + vertex -7.863218E+01 4.9380702E+01 2.3381756E+01 + endloop + endfacet + facet normal 0.3569018736 0.86326117304 -0.3569330466 + outer loop + vertex -7.863218E+01 4.9380702E+01 2.3381756E+01 + vertex -8.130095E+01 5.2066719E+01 2.7209495E+01 + vertex -7.681303E+01 5.0200547E+01 2.7183586E+01 + endloop + endfacet + facet normal 0.38939052232 0.8674150004 -0.3097841801 + outer loop + vertex -8.538084E+01 5.0783859E+01 1.9254361E+01 + vertex -8.340951E+01 5.1344288E+01 2.3301511E+01 + vertex -8.059638E+01 4.8721774E+01 1.9494331E+01 + endloop + endfacet + facet normal 0.36345581039 0.87073695714 -0.331235604 + outer loop + vertex -8.059638E+01 4.8721774E+01 1.9494331E+01 + vertex -8.340951E+01 5.1344288E+01 2.3301511E+01 + vertex -7.863218E+01 4.9380702E+01 2.3381756E+01 + endloop + endfacet + facet normal 0.42883234038 0.8616967836 -0.2712590588 + outer loop + vertex -8.710154E+01 5.0322243E+01 1.5067722E+01 + vertex -8.538084E+01 5.0783859E+01 1.9254361E+01 + vertex -8.250336E+01 4.8184763E+01 1.5546919E+01 + endloop + endfacet + facet normal 0.38968181877 0.86848428002 -0.30640355 + outer loop + vertex -8.250336E+01 4.8184763E+01 1.5546919E+01 + vertex -8.538084E+01 5.0783859E+01 1.9254361E+01 + vertex -8.059638E+01 4.8721774E+01 1.9494331E+01 + endloop + endfacet + facet normal 0.47191339471 0.85068054906 -0.2316038673 + outer loop + vertex -8.849427E+01 4.9918884E+01 1.0748378E+01 + vertex -8.710154E+01 5.0322243E+01 1.5067722E+01 + vertex -8.414599E+01 4.7734726E+01 1.1585960E+01 + endloop + endfacet + facet normal 0.42868169447 0.8604140337 -0.2755352889 + outer loop + vertex -8.414599E+01 4.7734726E+01 1.1585960E+01 + vertex -8.710154E+01 5.0322243E+01 1.5067722E+01 + vertex -8.250336E+01 4.8184763E+01 1.5546919E+01 + endloop + endfacet + facet normal 0.50972697837 0.83790703608 -0.1951671243 + outer loop + vertex -8.932431E+01 4.9365711E+01 6.2055949E+00 + vertex -8.849427E+01 4.9918884E+01 1.0748378E+01 + vertex -8.549751E+01 4.7366811E+01 7.6183820E+00 + endloop + endfacet + facet normal 0.47224379983 0.84829947498 -0.2395282744 + outer loop + vertex -8.549751E+01 4.7366811E+01 7.6183820E+00 + vertex -8.849427E+01 4.9918884E+01 1.0748378E+01 + vertex -8.414599E+01 4.7734726E+01 1.1585960E+01 + endloop + endfacet + facet normal 0.51917707892 0.84083896688 -0.1531175773 + outer loop + vertex -8.957865E+01 4.8694409E+01 1.6567679E+00 + vertex -8.932431E+01 4.9365711E+01 6.2055949E+00 + vertex -8.589154E+01 4.6699800E+01 3.2053506E+00 + endloop + endfacet + facet normal 0.50541019195 0.84537867751 -0.1729029482 + outer loop + vertex -8.589154E+01 4.6699800E+01 3.2053506E+00 + vertex -8.932431E+01 4.9365711E+01 6.2055949E+00 + vertex -8.549751E+01 4.7366811E+01 7.6183820E+00 + endloop + endfacet + facet normal 0.51224688858 0.85278011029 -0.1018293112 + outer loop + vertex -8.958662E+01 4.8183332E+01 -2.663424E+00 + vertex -8.957865E+01 4.8694409E+01 1.6567679E+00 + vertex -8.542405E+01 4.5884083E+01 -9.791296E-01 + endloop + endfacet + facet normal 0.50819859951 0.85421915489 -0.1097443341 + outer loop + vertex -8.542405E+01 4.5884083E+01 -9.791296E-01 + vertex -8.957865E+01 4.8694409E+01 1.6567679E+00 + vertex -8.589154E+01 4.6699800E+01 3.2053506E+00 + endloop + endfacet + facet normal 0.53453822606 0.8428771691 -0.0618624497 + outer loop + vertex -8.899888E+01 4.7483017E+01 -7.126650E+00 + vertex -8.958662E+01 4.8183332E+01 -2.663424E+00 + vertex -8.574624E+01 4.5604230E+01 -4.619892E+00 + endloop + endfacet + facet normal 0.51452822252 0.85027297484 -0.1108899296 + outer loop + vertex -8.574624E+01 4.5604230E+01 -4.619892E+00 + vertex -8.958662E+01 4.8183332E+01 -2.663424E+00 + vertex -8.542405E+01 4.5884083E+01 -9.791296E-01 + endloop + endfacet + facet normal 0.49914604095 0.86588796127 -0.0330343507 + outer loop + vertex -8.791842E+01 4.6700697E+01 -1.130701E+01 + vertex -8.899888E+01 4.7483017E+01 -7.126650E+00 + vertex -8.419254E+01 4.4671880E+01 -8.188185E+00 + endloop + endfacet + facet normal 0.50381625598 0.86378767616 -0.0063269845 + outer loop + vertex -8.419254E+01 4.4671880E+01 -8.188185E+00 + vertex -8.899888E+01 4.7483017E+01 -7.126650E+00 + vertex -8.574624E+01 4.5604230E+01 -4.619892E+00 + endloop + endfacet + facet normal 0.49697031103 0.86714251207 0.03292983026 + outer loop + vertex -8.686728E+01 4.6262091E+01 -1.562080E+01 + vertex -8.791842E+01 4.6700697E+01 -1.130701E+01 + vertex -8.334470E+01 4.4117060E+01 -1.229769E+01 + endloop + endfacet + facet normal 0.48899889678 0.87212150182 -0.016857195 + outer loop + vertex -8.334470E+01 4.4117060E+01 -1.229769E+01 + vertex -8.791842E+01 4.6700697E+01 -1.130701E+01 + vertex -8.419254E+01 4.4671880E+01 -8.188185E+00 + endloop + endfacet + facet normal 0.5181840863 0.85037102211 0.09140228369 + outer loop + vertex -8.538618E+01 4.5829357E+01 -1.999154E+01 + vertex -8.686728E+01 4.6262091E+01 -1.562080E+01 + vertex -8.265293E+01 4.3790636E+01 -1.651960E+01 + endloop + endfacet + facet normal 0.50845264442 0.86092709887 0.01674630769 + outer loop + vertex -8.265293E+01 4.3790636E+01 -1.651960E+01 + vertex -8.686728E+01 4.6262091E+01 -1.562080E+01 + vertex -8.334470E+01 4.4117060E+01 -1.229769E+01 + endloop + endfacet + facet normal 0.51932779137 0.84318556828 0.13905661635 + outer loop + vertex -8.334808E+01 4.5261429E+01 -2.415945E+01 + vertex -8.538618E+01 4.5829357E+01 -1.999154E+01 + vertex -8.101746E+01 4.3255635E+01 -2.070113E+01 + endloop + endfacet + facet normal 0.51657003319 0.85116425 0.09313871554 + outer loop + vertex -8.101746E+01 4.3255635E+01 -2.070113E+01 + vertex -8.538618E+01 4.5829357E+01 -1.999154E+01 + vertex -8.265293E+01 4.3790636E+01 -1.651960E+01 + endloop + endfacet + facet normal 0.4961380609 0.85065866567 0.17385873302 + outer loop + vertex -8.091475E+01 4.4615940E+01 -2.794514E+01 + vertex -8.334808E+01 4.5261429E+01 -2.415945E+01 + vertex -7.861821E+01 4.2513557E+01 -2.421217E+01 + endloop + endfacet + facet normal 0.49723536069 0.85282226574 0.15953425691 + outer loop + vertex -7.861821E+01 4.2513557E+01 -2.421217E+01 + vertex -8.334808E+01 4.5261429E+01 -2.415945E+01 + vertex -8.101746E+01 4.3255635E+01 -2.070113E+01 + endloop + endfacet + facet normal 0.47388486528 0.85282573496 0.21936590495 + outer loop + vertex -7.825438E+01 4.4058407E+01 -3.152469E+01 + vertex -8.091475E+01 4.4615940E+01 -2.794514E+01 + vertex -7.618042E+01 4.1901008E+01 -2.761766E+01 + endloop + endfacet + facet normal 0.47871126196 0.85751161336 0.18843927568 + outer loop + vertex -7.618042E+01 4.1901008E+01 -2.761766E+01 + vertex -8.091475E+01 4.4615940E+01 -2.794514E+01 + vertex -7.861821E+01 4.2513557E+01 -2.421217E+01 + endloop + endfacet + facet normal 0.45562768646 0.84789914806 0.27105432305 + outer loop + vertex -7.534490E+01 4.3577795E+01 -3.491195E+01 + vertex -7.825438E+01 4.4058407E+01 -3.152469E+01 + vertex -7.365212E+01 4.1396744E+01 -3.093476E+01 + endloop + endfacet + facet normal 0.46600705356 0.8556639113 0.22511485277 + outer loop + vertex -7.365212E+01 4.1396744E+01 -3.093476E+01 + vertex -7.825438E+01 4.4058407E+01 -3.152469E+01 + vertex -7.618042E+01 4.1901008E+01 -2.761766E+01 + endloop + endfacet + facet normal 0.43747770462 0.83809932262 0.32588768523 + outer loop + vertex -7.217685E+01 4.3152287E+01 -3.807050E+01 + vertex -7.534490E+01 4.3577795E+01 -3.491195E+01 + vertex -7.098413E+01 4.0974618E+01 -3.407123E+01 + endloop + endfacet + facet normal 0.45403471874 0.84844115596 0.27202955548 + outer loop + vertex -7.098413E+01 4.0974618E+01 -3.407123E+01 + vertex -7.534490E+01 4.3577795E+01 -3.491195E+01 + vertex -7.365212E+01 4.1396744E+01 -3.093476E+01 + endloop + endfacet + facet normal 0.42017553822 0.82456677539 0.37886956859 + outer loop + vertex -6.860127E+01 4.2640643E+01 -4.092237E+01 + vertex -7.217685E+01 4.3152287E+01 -3.807050E+01 + vertex -6.818290E+01 4.0649742E+01 -3.705338E+01 + endloop + endfacet + facet normal 0.44176618356 0.83665015927 0.3238196258 + outer loop + vertex -6.818290E+01 4.0649742E+01 -3.705338E+01 + vertex -7.217685E+01 4.3152287E+01 -3.807050E+01 + vertex -7.098413E+01 4.0974618E+01 -3.407123E+01 + endloop + endfacet + facet normal 0.38881659587 0.82255152686 0.41500679565 + outer loop + vertex -6.472140E+01 4.2022531E+01 -4.333228E+01 + vertex -6.860127E+01 4.2640643E+01 -4.092237E+01 + vertex -6.463998E+01 4.0085274E+01 -3.956887E+01 + endloop + endfacet + facet normal 0.40454601448 0.83023413397 0.38347595096 + outer loop + vertex -6.463998E+01 4.0085274E+01 -3.956887E+01 + vertex -6.860127E+01 4.2640643E+01 -4.092237E+01 + vertex -6.818290E+01 4.0649742E+01 -3.705338E+01 + endloop + endfacet + facet normal 0.34642780452 0.83209995556 0.43312520154 + outer loop + vertex -6.072358E+01 4.1372842E+01 -4.528172E+01 + vertex -6.472140E+01 4.2022531E+01 -4.333228E+01 + vertex -6.082833E+01 3.9336031E+01 -4.128490E+01 + endloop + endfacet + facet normal 0.35403435628 0.83462432494 0.42197382714 + outer loop + vertex -6.082833E+01 3.9336031E+01 -4.128490E+01 + vertex -6.472140E+01 4.2022531E+01 -4.333228E+01 + vertex -6.463998E+01 4.0085274E+01 -3.956887E+01 + endloop + endfacet + facet normal 0.30015349246 0.83501943688 0.46114034847 + outer loop + vertex -5.667287E+01 4.0853027E+01 -4.697703E+01 + vertex -6.072358E+01 4.1372842E+01 -4.528172E+01 + vertex -5.702363E+01 3.8720918E+01 -4.288796E+01 + endloop + endfacet + facet normal 0.31996971842 0.84071695191 0.43682306036 + outer loop + vertex -5.702363E+01 3.8720918E+01 -4.288796E+01 + vertex -6.072358E+01 4.1372842E+01 -4.528172E+01 + vertex -6.082833E+01 3.9336031E+01 -4.128490E+01 + endloop + endfacet + facet normal 0.25345486349 0.82698306183 0.50185620214 + outer loop + vertex -5.254166E+01 4.0498766E+01 -4.847967E+01 + vertex -5.667287E+01 4.0853027E+01 -4.697703E+01 + vertex -5.327536E+01 3.8275188E+01 -4.444500E+01 + endloop + endfacet + facet normal 0.29145507631 0.83772823144 0.461806614 + outer loop + vertex -5.327536E+01 3.8275188E+01 -4.444500E+01 + vertex -5.667287E+01 4.0853027E+01 -4.697703E+01 + vertex -5.702363E+01 3.8720918E+01 -4.288796E+01 + endloop + endfacet + facet normal 0.2241638005 0.81046797305 0.54119520988 + outer loop + vertex -4.799107E+01 3.9763306E+01 -4.926314E+01 + vertex -5.254166E+01 4.0498766E+01 -4.847967E+01 + vertex -4.977379E+01 3.8097368E+01 -4.602990E+01 + endloop + endfacet + facet normal 0.26893622543 0.82202747112 0.5019403783 + outer loop + vertex -4.977379E+01 3.8097368E+01 -4.602990E+01 + vertex -5.254166E+01 4.0498766E+01 -4.847967E+01 + vertex -5.327536E+01 3.8275188E+01 -4.444500E+01 + endloop + endfacet + facet normal 0.19306257423 0.84327575901 0.50161024381 + outer loop + vertex -4.363096E+01 3.8724115E+01 -4.919426E+01 + vertex -4.799107E+01 3.9763306E+01 -4.926314E+01 + vertex -4.587535E+01 3.6976742E+01 -4.539285E+01 + endloop + endfacet + facet normal 0.1566490646 0.84013868034 0.51925722754 + outer loop + vertex -4.587535E+01 3.6976742E+01 -4.539285E+01 + vertex -4.799107E+01 3.9763306E+01 -4.926314E+01 + vertex -4.977379E+01 3.8097368E+01 -4.602990E+01 + endloop + endfacet + facet normal 0.13845813552 0.87340131068 0.46690416062 + outer loop + vertex -3.933553E+01 3.7993800E+01 -4.910190E+01 + vertex -4.363096E+01 3.8724115E+01 -4.919426E+01 + vertex -4.177365E+01 3.6010039E+01 -4.466803E+01 + endloop + endfacet + facet normal 0.12203115435 0.87251052919 0.47311074161 + outer loop + vertex -4.177365E+01 3.6010039E+01 -4.466803E+01 + vertex -4.363096E+01 3.8724115E+01 -4.919426E+01 + vertex -4.587535E+01 3.6976742E+01 -4.539285E+01 + endloop + endfacet + facet normal 0.08022050615 0.87556490218 0.47639350591 + outer loop + vertex -3.492123E+01 3.7519430E+01 -4.897339E+01 + vertex -3.933553E+01 3.7993800E+01 -4.910190E+01 + vertex -3.768472E+01 3.5442420E+01 -4.469070E+01 + endloop + endfacet + facet normal 0.12449479218 0.87838475487 0.46145559822 + outer loop + vertex -3.768472E+01 3.5442420E+01 -4.469070E+01 + vertex -3.933553E+01 3.7993800E+01 -4.910190E+01 + vertex -4.177365E+01 3.6010039E+01 -4.466803E+01 + endloop + endfacet + facet normal 0.01985999322 0.85641713894 0.51590237913 + outer loop + vertex -3.035986E+01 3.7207368E+01 -4.863095E+01 + vertex -3.492123E+01 3.7519430E+01 -4.897339E+01 + vertex -3.313119E+01 3.5097383E+01 -4.502161E+01 + endloop + endfacet + facet normal 0.10110230127 0.86798405277 0.48619132943 + outer loop + vertex -3.313119E+01 3.5097383E+01 -4.502161E+01 + vertex -3.492123E+01 3.7519430E+01 -4.897339E+01 + vertex -3.768472E+01 3.5442420E+01 -4.469070E+01 + endloop + endfacet + facet normal -0.0394485307 0.8366027209 0.54638786664 + outer loop + vertex -2.586048E+01 3.6938762E+01 -4.789482E+01 + vertex -3.035986E+01 3.7207368E+01 -4.863095E+01 + vertex -2.866567E+01 3.4732062E+01 -4.471856E+01 + endloop + endfacet + facet normal 0.03408923046 0.85117973347 0.52376615555 + outer loop + vertex -2.866567E+01 3.4732062E+01 -4.471856E+01 + vertex -3.035986E+01 3.7207368E+01 -4.863095E+01 + vertex -3.313119E+01 3.5097383E+01 -4.502161E+01 + endloop + endfacet + facet normal -0.0801366282 0.81936239614 0.56764723605 + outer loop + vertex -2.148834E+01 3.6178979E+01 -4.618089E+01 + vertex -2.586048E+01 3.6938762E+01 -4.789482E+01 + vertex -2.470613E+01 3.4515019E+01 -4.423334E+01 + endloop + endfacet + facet normal -0.0227186509 0.8303315659 0.55680638787 + outer loop + vertex -2.470613E+01 3.4515019E+01 -4.423334E+01 + vertex -2.586048E+01 3.6938762E+01 -4.789482E+01 + vertex -2.866567E+01 3.4732062E+01 -4.471856E+01 + endloop + endfacet + facet normal -0.0866039974 0.85452407513 0.51214094999 + outer loop + vertex -1.774462E+01 3.5231824E+01 -4.396746E+01 + vertex -2.148834E+01 3.6178979E+01 -4.618089E+01 + vertex -2.166849E+01 3.3330922E+01 -4.145928E+01 + endloop + endfacet + facet normal -0.1324316564 0.85096796082 0.50824736698 + outer loop + vertex -2.166849E+01 3.3330922E+01 -4.145928E+01 + vertex -2.148834E+01 3.6178979E+01 -4.618089E+01 + vertex -2.470613E+01 3.4515019E+01 -4.423334E+01 + endloop + endfacet + facet normal -0.1297991436 0.87285315369 0.47040360799 + outer loop + vertex -1.396910E+01 3.4590604E+01 -4.173587E+01 + vertex -1.774462E+01 3.5231824E+01 -4.396746E+01 + vertex -1.827299E+01 3.2551014E+01 -3.913890E+01 + endloop + endfacet + facet normal -0.1216621925 0.8733852215 0.4715894038 + outer loop + vertex -1.827299E+01 3.2551014E+01 -3.913890E+01 + vertex -1.774462E+01 3.5231824E+01 -4.396746E+01 + vertex -2.166849E+01 3.3330922E+01 -4.145928E+01 + endloop + endfacet + facet normal -0.1920294736 0.86681703291 0.46016617946 + outer loop + vertex -1.013525E+01 3.4170599E+01 -3.934482E+01 + vertex -1.396910E+01 3.4590604E+01 -4.173587E+01 + vertex -1.437507E+01 3.2044387E+01 -3.710896E+01 + endloop + endfacet + facet normal -0.1308052343 0.87337824204 0.46914862999 + outer loop + vertex -1.437507E+01 3.2044387E+01 -3.710896E+01 + vertex -1.396910E+01 3.4590604E+01 -4.173587E+01 + vertex -1.827299E+01 3.2551014E+01 -3.913890E+01 + endloop + endfacet + facet normal -0.253636857 0.85248710259 0.457093081 + outer loop + vertex -6.474623E+00 3.3807865E+01 -3.663706E+01 + vertex -1.013525E+01 3.4170599E+01 -3.934482E+01 + vertex -1.064803E+01 3.1632807E+01 -3.489632E+01 + endloop + endfacet + facet normal -0.1843003006 0.86271069055 0.47091789477 + outer loop + vertex -1.064803E+01 3.1632807E+01 -3.489632E+01 + vertex -1.013525E+01 3.4170599E+01 -3.934482E+01 + vertex -1.437507E+01 3.2044387E+01 -3.710896E+01 + endloop + endfacet + facet normal -0.3105222453 0.83544689798 0.45343623127 + outer loop + vertex -3.121674E+00 3.3314697E+01 -3.343224E+01 + vertex -6.474623E+00 3.3807865E+01 -3.663706E+01 + vertex -7.139421E+00 3.1320994E+01 -3.251032E+01 + endloop + endfacet + facet normal -0.2450899224 0.8473263339 0.47113587618 + outer loop + vertex -7.139421E+00 3.1320994E+01 -3.251032E+01 + vertex -6.474623E+00 3.3807865E+01 -3.663706E+01 + vertex -1.064803E+01 3.1632807E+01 -3.489632E+01 + endloop + endfacet + facet normal -0.348252266 0.83357165504 0.42881074511 + outer loop + vertex -2.294461E-01 3.2675814E+01 -2.984143E+01 + vertex -3.121674E+00 3.3314697E+01 -3.343224E+01 + vertex -4.148609E+00 3.0727233E+01 -2.923644E+01 + endloop + endfacet + facet normal -0.315770215 0.8402026204 0.44085000621 + outer loop + vertex -4.148609E+00 3.0727233E+01 -2.923644E+01 + vertex -3.121674E+00 3.3314697E+01 -3.343224E+01 + vertex -7.139421E+00 3.1320994E+01 -3.251032E+01 + endloop + endfacet + facet normal -0.3652779094 0.84578136541 0.38887778388 + outer loop + vertex 2.1773165E+00 3.1969694E+01 -2.604497E+01 + vertex -2.294461E-01 3.2675814E+01 -2.984143E+01 + vertex -2.043024E+00 2.9925558E+01 -2.556334E+01 + endloop + endfacet + facet normal -0.3605167005 0.84663852586 0.39144720614 + outer loop + vertex -2.043024E+00 2.9925558E+01 -2.556334E+01 + vertex -2.294461E-01 3.2675814E+01 -2.984143E+01 + vertex -4.148609E+00 3.0727233E+01 -2.923644E+01 + endloop + endfacet + facet normal -0.3904890416 0.85311960734 0.34598445623 + outer loop + vertex 4.3017572E+00 3.1350628E+01 -2.212078E+01 + vertex 2.1773165E+00 3.1969694E+01 -2.604497E+01 + vertex -7.915082E-02 2.9238119E+01 -2.185624E+01 + endloop + endfacet + facet normal -0.3739176039 0.8560691706 0.35683497679 + outer loop + vertex -7.915082E-02 2.9238119E+01 -2.185624E+01 + vertex 2.1773165E+00 3.1969694E+01 -2.604497E+01 + vertex -2.043024E+00 2.9925558E+01 -2.556334E+01 + endloop + endfacet + facet normal -0.4229865627 0.85335805598 0.30473331963 + outer loop + vertex 6.1610996E+00 3.0827187E+01 -1.807409E+01 + vertex 4.3017572E+00 3.1350628E+01 -2.212078E+01 + vertex 1.7551542E+00 2.8652567E+01 -1.810010E+01 + endloop + endfacet + facet normal -0.3944671443 0.85893428291 0.32653877218 + outer loop + vertex 1.7551542E+00 2.8652567E+01 -1.810010E+01 + vertex 4.3017572E+00 3.1350628E+01 -2.212078E+01 + vertex -7.915082E-02 2.9238119E+01 -2.185624E+01 + endloop + endfacet + facet normal -0.461072849 0.84683698414 0.2651017733 + outer loop + vertex 7.7317064E+00 3.0368166E+01 -1.387616E+01 + vertex 6.1610996E+00 3.0827187E+01 -1.807409E+01 + vertex 3.4403678E+00 2.8170620E+01 -1.431998E+01 + endloop + endfacet + facet normal -0.4238940042 0.85527691077 0.29801892399 + outer loop + vertex 3.4403678E+00 2.8170620E+01 -1.431998E+01 + vertex 6.1610996E+00 3.0827187E+01 -1.807409E+01 + vertex 1.7551542E+00 2.8652567E+01 -1.810010E+01 + endloop + endfacet + facet normal -0.4965981577 0.83683179108 0.23044049815 + outer loop + vertex 8.8009298E+00 2.9768070E+01 -9.392773E+00 + vertex 7.7317064E+00 3.0368166E+01 -1.387616E+01 + vertex 4.9473608E+00 2.7784544E+01 -1.049413E+01 + endloop + endfacet + facet normal -0.4609882121 0.84629158339 0.26698393986 + outer loop + vertex 4.9473608E+00 2.7784544E+01 -1.049413E+01 + vertex 7.7317064E+00 3.0368166E+01 -1.387616E+01 + vertex 3.4403678E+00 2.8170620E+01 -1.431998E+01 + endloop + endfacet + facet normal -0.5028607391 0.84323172499 0.18997719612 + outer loop + vertex 9.2812853E+00 2.9031646E+01 -4.852607E+00 + vertex 8.8009298E+00 2.9768070E+01 -9.392773E+00 + vertex 5.5252783E+00 2.7070952E+01 -6.091855E+00 + endloop + endfacet + facet normal -0.4932344346 0.84614040281 0.2019064417 + outer loop + vertex 5.5252783E+00 2.7070952E+01 -6.091855E+00 + vertex 8.8009298E+00 2.9768070E+01 -9.392773E+00 + vertex 4.9473608E+00 2.7784544E+01 -1.049413E+01 + endloop + endfacet + facet normal -0.4919817972 0.8594626526 0.13884473345 + outer loop + vertex 9.5003872E+00 2.8459720E+01 -5.359624E-01 + vertex 9.2812853E+00 2.9031646E+01 -4.852607E+00 + vertex 5.1720235E+00 2.6188724E+01 -1.815378E+00 + endloop + endfacet + facet normal -0.4934378251 0.85901103065 0.13645205016 + outer loop + vertex 5.1720235E+00 2.6188724E+01 -1.815378E+00 + vertex 9.2812853E+00 2.9031646E+01 -4.852607E+00 + vertex 5.5252783E+00 2.7070952E+01 -6.091855E+00 + endloop + endfacet + facet normal -0.5212580799 0.84933758656 0.0831605568 + outer loop + vertex 9.5435191E+00 2.8056113E+01 3.8565197E+00 + vertex 9.5003872E+00 2.8459720E+01 -5.359624E-01 + vertex 5.6334553E+00 2.5843659E+01 1.9441651E+00 + endloop + endfacet + facet normal -0.4920502263 0.85935514067 0.13926707082 + outer loop + vertex 5.6334553E+00 2.5843659E+01 1.9441651E+00 + vertex 9.5003872E+00 2.8459720E+01 -5.359624E-01 + vertex 5.1720235E+00 2.6188724E+01 -1.815378E+00 + endloop + endfacet + facet normal -0.5587159268 0.82888390155 0.02807117462 + outer loop + vertex 9.2222653E+00 2.7686076E+01 8.3888573E+00 + vertex 9.5435191E+00 2.8056113E+01 3.8565197E+00 + vertex 6.0229001E+00 2.5605663E+01 6.1404550E+00 + endloop + endfacet + facet normal -0.5255669674 0.84523702582 0.09671469852 + outer loop + vertex 6.0229001E+00 2.5605663E+01 6.1404550E+00 + vertex 9.5435191E+00 2.8056113E+01 3.8565197E+00 + vertex 5.6334553E+00 2.5843659E+01 1.9441651E+00 + endloop + endfacet + facet normal -0.5726232986 0.81959648764 -0.0190828538 + outer loop + vertex 8.2709769E+00 2.7125841E+01 1.2872624E+01 + vertex 9.2222653E+00 2.7686076E+01 8.3888573E+00 + vertex 5.5805334E+00 2.5184411E+01 1.0222149E+01 + endloop + endfacet + facet normal -0.557373308 0.82987824743 0.02524064096 + outer loop + vertex 5.5805334E+00 2.5184411E+01 1.0222149E+01 + vertex 9.2222653E+00 2.7686076E+01 8.3888573E+00 + vertex 6.0229001E+00 2.5605663E+01 6.1404550E+00 + endloop + endfacet + facet normal -0.5671302252 0.82094365462 -0.066444139 + outer loop + vertex 6.8186028E+00 2.6474281E+01 1.7219004E+01 + vertex 8.2709769E+00 2.7125841E+01 1.2872624E+01 + vertex 4.3880068E+00 2.4568135E+01 1.4414032E+01 + endloop + endfacet + facet normal -0.5600791247 0.82758242179 -0.0376657571 + outer loop + vertex 4.3880068E+00 2.4568135E+01 1.4414032E+01 + vertex 8.2709769E+00 2.7125841E+01 1.2872624E+01 + vertex 5.5805334E+00 2.5184411E+01 1.0222149E+01 + endloop + endfacet + facet normal -0.5436593146 0.83244897135 -0.1070666135 + outer loop + vertex 4.9820704E+00 2.5799743E+01 2.1299915E+01 + vertex 6.8186028E+00 2.6474281E+01 1.7219004E+01 + vertex 2.5156282E+00 2.3787649E+01 1.8179790E+01 + endloop + endfacet + facet normal -0.542592291 0.83439447314 -0.0968476584 + outer loop + vertex 2.5156282E+00 2.3787649E+01 1.8179790E+01 + vertex 6.8186028E+00 2.6474281E+01 1.7219004E+01 + vertex 4.3880068E+00 2.4568135E+01 1.4414032E+01 + endloop + endfacet + facet normal -0.5244180648 0.83660445386 -0.1583624989 + outer loop + vertex 2.9576091E+00 2.5272453E+01 2.5218339E+01 + vertex 4.9820704E+00 2.5799743E+01 2.1299915E+01 + vertex 5.7965969E-01 2.3148326E+01 2.1871494E+01 + endloop + endfacet + facet normal -0.5238447828 0.84200553289 -0.1288926922 + outer loop + vertex 5.7965969E-01 2.3148326E+01 2.1871494E+01 + vertex 4.9820704E+00 2.5799743E+01 2.1299915E+01 + vertex 2.5156282E+00 2.3787649E+01 1.8179790E+01 + endloop + endfacet + facet normal -0.5149861815 0.8282599881 -0.2208497793 + outer loop + vertex 7.8339833E-01 2.4938406E+01 2.9035460E+01 + vertex 2.9576091E+00 2.5272453E+01 2.5218339E+01 + vertex -1.295074E+00 2.2701839E+01 2.5494254E+01 + endloop + endfacet + facet normal -0.5180474074 0.8393579292 -0.1646364186 + outer loop + vertex -1.295074E+00 2.2701839E+01 2.5494254E+01 + vertex 2.9576091E+00 2.5272453E+01 2.5218339E+01 + vertex 5.7965969E-01 2.3148326E+01 2.1871494E+01 + endloop + endfacet + facet normal -0.5200058388 0.80920613976 -0.2734581338 + outer loop + vertex -2.136339E+00 2.4270343E+01 3.2610706E+01 + vertex 7.8339833E-01 2.4938406E+01 2.9035460E+01 + vertex -2.902321E+00 2.2560325E+01 2.9007075E+01 + endloop + endfacet + facet normal -0.529056896 0.82246390844 -0.2089304192 + outer loop + vertex -2.902321E+00 2.2560325E+01 2.9007075E+01 + vertex 7.8339833E-01 2.4938406E+01 2.9035460E+01 + vertex -1.295074E+00 2.2701839E+01 2.5494254E+01 + endloop + endfacet + facet normal -0.4739790682 0.83858796034 -0.2685406407 + outer loop + vertex -5.495195E+00 2.3278223E+01 3.5440994E+01 + vertex -2.136339E+00 2.4270343E+01 3.2610706E+01 + vertex -6.189372E+00 2.1491611E+01 3.1087068E+01 + endloop + endfacet + facet normal -0.4607279663 0.83577942378 -0.2986678688 + outer loop + vertex -6.189372E+00 2.1491611E+01 3.1087068E+01 + vertex -2.136339E+00 2.4270343E+01 3.2610706E+01 + vertex -2.902321E+00 2.2560325E+01 2.9007075E+01 + endloop + endfacet + facet normal -0.4175278686 0.86818090837 -0.2682021425 + outer loop + vertex -9.020290E+00 2.2372862E+01 3.7998052E+01 + vertex -5.495195E+00 2.3278223E+01 3.5440994E+01 + vertex -9.724291E+00 2.0530547E+01 3.3130371E+01 + endloop + endfacet + facet normal -0.4041446396 0.86705212951 -0.291354964 + outer loop + vertex -9.724291E+00 2.0530547E+01 3.3130371E+01 + vertex -5.495195E+00 2.3278223E+01 3.5440994E+01 + vertex -6.189372E+00 2.1491611E+01 3.1087068E+01 + endloop + endfacet + facet normal -0.3605572123 0.88985690494 -0.2795589122 + outer loop + vertex -1.252570E+01 2.1727437E+01 4.0464672E+01 + vertex -9.020290E+00 2.2372862E+01 3.7998052E+01 + vertex -1.342799E+01 1.9672191E+01 3.5086379E+01 + endloop + endfacet + facet normal -0.3567509677 0.88962969567 -0.2851100694 + outer loop + vertex -1.342799E+01 1.9672191E+01 3.5086379E+01 + vertex -9.020290E+00 2.2372862E+01 3.7998052E+01 + vertex -9.724291E+00 2.0530547E+01 3.3130371E+01 + endloop + endfacet + facet normal -0.3185316891 0.88645038525 -0.3357726575 + outer loop + vertex -1.603613E+01 2.1453668E+01 4.3072084E+01 + vertex -1.252570E+01 2.1727437E+01 4.0464672E+01 + vertex -1.667346E+01 1.9144848E+01 3.7581341E+01 + endloop + endfacet + facet normal -0.3597262113 0.89011801149 -0.2797981032 + outer loop + vertex -1.667346E+01 1.9144848E+01 3.7581341E+01 + vertex -1.252570E+01 2.1727437E+01 4.0464672E+01 + vertex -1.342799E+01 1.9672191E+01 3.5086379E+01 + endloop + endfacet + facet normal -0.3230885101 0.85428087347 -0.4072075685 + outer loop + vertex -2.024570E+01 2.0870857E+01 4.5189383E+01 + vertex -1.603613E+01 2.1453668E+01 4.3072084E+01 + vertex -1.945213E+01 1.9108327E+01 4.0862138E+01 + endloop + endfacet + facet normal -0.3876683247 0.86495035644 -0.3187069985 + outer loop + vertex -1.945213E+01 1.9108327E+01 4.0862138E+01 + vertex -1.603613E+01 2.1453668E+01 4.3072084E+01 + vertex -1.667346E+01 1.9144848E+01 3.7581341E+01 + endloop + endfacet + facet normal -0.2937295003 0.87942172592 -0.3746203527 + outer loop + vertex -2.448765E+01 1.9913435E+01 4.6267830E+01 + vertex -2.024570E+01 2.0870857E+01 4.5189383E+01 + vertex -2.347504E+01 1.8078414E+01 4.1166156E+01 + endloop + endfacet + facet normal -0.2553869118 0.87814926852 -0.4045137667 + outer loop + vertex -2.347504E+01 1.8078414E+01 4.1166156E+01 + vertex -2.024570E+01 2.0870857E+01 4.5189383E+01 + vertex -1.945213E+01 1.9108327E+01 4.0862138E+01 + endloop + endfacet + facet normal -0.2352002075 0.89877044409 -0.3699899339 + outer loop + vertex -2.871937E+01 1.9250594E+01 4.7347751E+01 + vertex -2.448765E+01 1.9913435E+01 4.6267830E+01 + vertex -2.769164E+01 1.7273412E+01 4.1891508E+01 + endloop + endfacet + facet normal -0.2352297735 0.89877138365 -0.3699688549 + outer loop + vertex -2.769164E+01 1.7273412E+01 4.1891508E+01 + vertex -2.448765E+01 1.9913435E+01 4.6267830E+01 + vertex -2.347504E+01 1.8078414E+01 4.1166156E+01 + endloop + endfacet + facet normal -0.1833404984 0.89734511034 -0.4014449086 + outer loop + vertex -3.297118E+01 1.8862964E+01 4.8423094E+01 + vertex -2.871937E+01 1.9250594E+01 4.7347751E+01 + vertex -3.180492E+01 1.6686500E+01 4.3025437E+01 + endloop + endfacet + facet normal -0.2303327656 0.90019476199 -0.3695892416 + outer loop + vertex -3.180492E+01 1.6686500E+01 4.3025437E+01 + vertex -2.871937E+01 1.9250594E+01 4.7347751E+01 + vertex -2.769164E+01 1.7273412E+01 4.1891508E+01 + endloop + endfacet + facet normal -0.1330009484 0.87464163019 -0.466168174 + outer loop + vertex -3.728672E+01 1.8746103E+01 4.9435089E+01 + vertex -3.297118E+01 1.8862964E+01 4.8423094E+01 + vertex -3.577151E+01 1.6374830E+01 4.4553720E+01 + endloop + endfacet + facet normal -0.225967856 0.88554310183 -0.4058964682 + outer loop + vertex -3.577151E+01 1.6374830E+01 4.4553720E+01 + vertex -3.297118E+01 1.8862964E+01 4.8423094E+01 + vertex -3.180492E+01 1.6686500E+01 4.3025437E+01 + endloop + endfacet + facet normal -0.1041433888 0.83745137412 -0.5364972978 + outer loop + vertex -4.194908E+01 1.8317039E+01 4.9670382E+01 + vertex -3.728672E+01 1.8746103E+01 4.9435089E+01 + vertex -3.954552E+01 1.6439236E+01 4.6272631E+01 + endloop + endfacet + facet normal -0.2031959096 0.85445029424 -0.4781486348 + outer loop + vertex -3.954552E+01 1.6439236E+01 4.6272631E+01 + vertex -3.728672E+01 1.8746103E+01 4.9435089E+01 + vertex -3.577151E+01 1.6374830E+01 4.4553720E+01 + endloop + endfacet + facet normal -0.0762867833 0.85209162376 -0.5178032362 + outer loop + vertex -4.625903E+01 1.7583987E+01 4.9099054E+01 + vertex -4.194908E+01 1.8317039E+01 4.9670382E+01 + vertex -4.324489E+01 1.5584196E+01 4.5364151E+01 + endloop + endfacet + facet normal -0.0692252054 0.85159337547 -0.5196119646 + outer loop + vertex -4.324489E+01 1.5584196E+01 4.5364151E+01 + vertex -4.194908E+01 1.8317039E+01 4.9670382E+01 + vertex -3.954552E+01 1.6439236E+01 4.6272631E+01 + endloop + endfacet + facet normal -0.0181229148 0.85603250316 -0.5166042136 + outer loop + vertex -5.060668E+01 1.7098501E+01 4.8447104E+01 + vertex -4.625903E+01 1.7583987E+01 4.9099054E+01 + vertex -4.724119E+01 1.5004294E+01 4.4858862E+01 + endloop + endfacet + facet normal -0.0603311924 0.85890233337 -0.5085734253 + outer loop + vertex -4.724119E+01 1.5004294E+01 4.4858862E+01 + vertex -4.625903E+01 1.7583987E+01 4.9099054E+01 + vertex -4.324489E+01 1.5584196E+01 4.5364151E+01 + endloop + endfacet + facet normal 0.0367499302 0.84214910952 -0.5379910036 + outer loop + vertex -5.505057E+01 1.6617059E+01 4.7389916E+01 + vertex -5.060668E+01 1.7098501E+01 4.8447104E+01 + vertex -5.146484E+01 1.4662026E+01 4.4574525E+01 + endloop + endfacet + facet normal -0.0333476434 0.84925520796 -0.5269283883 + outer loop + vertex -5.146484E+01 1.4662026E+01 4.4574525E+01 + vertex -5.060668E+01 1.7098501E+01 4.8447104E+01 + vertex -4.724119E+01 1.5004294E+01 4.4858862E+01 + endloop + endfacet + facet normal 0.0849309175 0.83691377317 -0.5407051651 + outer loop + vertex -5.935332E+01 1.6022336E+01 4.5793541E+01 + vertex -5.505057E+01 1.6617059E+01 4.7389916E+01 + vertex -5.571116E+01 1.4120398E+01 4.3421773E+01 + endloop + endfacet + facet normal 0.03818212904 0.84291123845 -0.5366961609 + outer loop + vertex -5.571116E+01 1.4120398E+01 4.3421773E+01 + vertex -5.505057E+01 1.6617059E+01 4.7389916E+01 + vertex -5.146484E+01 1.4662026E+01 4.4574525E+01 + endloop + endfacet + facet normal 0.11996298727 0.84711941026 -0.5176848331 + outer loop + vertex -6.332657E+01 1.5325784E+01 4.3733007E+01 + vertex -5.935332E+01 1.6022336E+01 4.5793541E+01 + vertex -5.930926E+01 1.3359943E+01 4.1447113E+01 + endloop + endfacet + facet normal 0.10532087764 0.84846888473 -0.5186598735 + outer loop + vertex -5.930926E+01 1.3359943E+01 4.1447113E+01 + vertex -5.935332E+01 1.6022336E+01 4.5793541E+01 + vertex -5.571116E+01 1.4120398E+01 4.3421773E+01 + endloop + endfacet + facet normal 0.16070339071 0.85502803009 -0.4930532304 + outer loop + vertex -6.711947E+01 1.4687099E+01 4.1389193E+01 + vertex -6.332657E+01 1.5325784E+01 4.3733007E+01 + vertex -6.285293E+01 1.2672190E+01 3.9285655E+01 + endloop + endfacet + facet normal 0.13669358197 0.8570297674 -0.496804632 + outer loop + vertex -6.285293E+01 1.2672190E+01 3.9285655E+01 + vertex -6.332657E+01 1.5325784E+01 4.3733007E+01 + vertex -5.930926E+01 1.3359943E+01 4.1447113E+01 + endloop + endfacet + facet normal 0.20761513533 0.85749806245 -0.470736687 + outer loop + vertex -7.076653E+01 1.4176031E+01 3.8849715E+01 + vertex -6.711947E+01 1.4687099E+01 4.1389193E+01 + vertex -6.632717E+01 1.2046932E+01 3.6929279E+01 + endloop + endfacet + facet normal 0.17021525657 0.86092567731 -0.4794097877 + outer loop + vertex -6.632717E+01 1.2046932E+01 3.6929279E+01 + vertex -6.711947E+01 1.4687099E+01 4.1389193E+01 + vertex -6.285293E+01 1.2672190E+01 3.9285655E+01 + endloop + endfacet + facet normal 0.25947563237 0.84857029305 -0.4610866014 + outer loop + vertex -7.423855E+01 1.3647987E+01 3.5924049E+01 + vertex -7.076653E+01 1.4176031E+01 3.8849715E+01 + vertex -6.981631E+01 1.1622788E+01 3.4685540E+01 + endloop + endfacet + facet normal 0.20327395312 0.85469968005 -0.4776695059 + outer loop + vertex -6.981631E+01 1.1622788E+01 3.4685540E+01 + vertex -7.076653E+01 1.4176031E+01 3.8849715E+01 + vertex -6.632717E+01 1.2046932E+01 3.6929279E+01 + endloop + endfacet + facet normal 0.30283341874 0.84555710725 -0.4396875014 + outer loop + vertex -7.737438E+01 1.3085263E+01 3.2682087E+01 + vertex -7.423855E+01 1.3647987E+01 3.5924049E+01 + vertex -7.299442E+01 1.1064975E+01 3.1813584E+01 + endloop + endfacet + facet normal 0.26213272713 0.85085568418 -0.4553361814 + outer loop + vertex -7.299442E+01 1.1064975E+01 3.1813584E+01 + vertex -7.423855E+01 1.3647987E+01 3.5924049E+01 + vertex -6.981631E+01 1.1622788E+01 3.4685540E+01 + endloop + endfacet + facet normal 0.34072647056 0.84744393913 -0.4071169884 + outer loop + vertex -8.017877E+01 1.2574408E+01 2.9271642E+01 + vertex -7.737438E+01 1.3085263E+01 3.2682087E+01 + vertex -7.556584E+01 1.0457789E+01 2.8726423E+01 + endloop + endfacet + facet normal 0.30851044404 0.85129462116 -0.424404022 + outer loop + vertex -7.556584E+01 1.0457789E+01 2.8726423E+01 + vertex -7.737438E+01 1.3085263E+01 3.2682087E+01 + vertex -7.299442E+01 1.1064975E+01 3.1813584E+01 + endloop + endfacet + facet normal 0.39543096488 0.83462048334 -0.3834618636 + outer loop + vertex -8.278662E+01 1.2086193E+01 2.5519777E+01 + vertex -8.017877E+01 1.2574408E+01 2.9271642E+01 + vertex -7.845150E+01 1.0121601E+01 2.5714191E+01 + endloop + endfacet + facet normal 0.33768664543 0.8435300809 -0.4176418706 + outer loop + vertex -7.845150E+01 1.0121601E+01 2.5714191E+01 + vertex -8.017877E+01 1.2574408E+01 2.9271642E+01 + vertex -7.556584E+01 1.0457789E+01 2.8726423E+01 + endloop + endfacet + facet normal 0.43395017491 0.82894426837 -0.3529003338 + outer loop + vertex -8.495073E+01 1.1488439E+01 2.1454537E+01 + vertex -8.278662E+01 1.2086193E+01 2.5519777E+01 + vertex -8.087877E+01 9.5982983E+00 2.2021862E+01 + endloop + endfacet + facet normal 0.3960400598 0.83641673474 -0.3788922233 + outer loop + vertex -8.087877E+01 9.5982983E+00 2.2021862E+01 + vertex -8.278662E+01 1.2086193E+01 2.5519777E+01 + vertex -7.845150E+01 1.0121601E+01 2.5714191E+01 + endloop + endfacet + facet normal 0.44914744147 0.83730177292 -0.3117568233 + outer loop + vertex -8.660214E+01 1.0813026E+01 1.7261368E+01 + vertex -8.495073E+01 1.1488439E+01 2.1454537E+01 + vertex -8.238286E+01 8.8615027E+00 1.8098765E+01 + endloop + endfacet + facet normal 0.43507173358 0.83987272719 -0.3245402729 + outer loop + vertex -8.238286E+01 8.8615027E+00 1.8098765E+01 + vertex -8.495073E+01 1.1488439E+01 2.1454537E+01 + vertex -8.087877E+01 9.5982983E+00 2.2021862E+01 + endloop + endfacet + facet normal 0.46975700606 0.84174534031 -0.2660697978 + outer loop + vertex -8.793121E+01 1.0187363E+01 1.2935486E+01 + vertex -8.660214E+01 1.0813026E+01 1.7261368E+01 + vertex -8.376784E+01 8.2163018E+00 1.4050371E+01 + endloop + endfacet + facet normal 0.44851443764 0.84601130099 -0.2882701473 + outer loop + vertex -8.376784E+01 8.2163018E+00 1.4050371E+01 + vertex -8.660214E+01 1.0813026E+01 1.7261368E+01 + vertex -8.238286E+01 8.8615027E+00 1.8098765E+01 + endloop + endfacet + facet normal 0.49242022997 0.84227220138 -0.2193167934 + outer loop + vertex -8.891534E+01 9.6096431E+00 8.5071582E+00 + vertex -8.793121E+01 1.0187363E+01 1.2935486E+01 + vertex -8.491118E+01 7.6094313E+00 9.8158087E+00 + endloop + endfacet + facet normal 0.46797760934 0.8482525487 -0.2479204928 + outer loop + vertex -8.491118E+01 7.6094313E+00 9.8158087E+00 + vertex -8.793121E+01 1.0187363E+01 1.2935486E+01 + vertex -8.376784E+01 8.2163018E+00 1.4050371E+01 + endloop + endfacet + facet normal 0.51470426353 0.84022303479 -0.1706012102 + outer loop + vertex -8.955829E+01 9.0983531E+00 4.0492574E+00 + vertex -8.891534E+01 9.6096431E+00 8.5071582E+00 + vertex -8.569876E+01 7.0276726E+00 5.4951972E+00 + endloop + endfacet + facet normal 0.48993769267 0.84768525482 -0.2034472071 + outer loop + vertex -8.569876E+01 7.0276726E+00 5.4951972E+00 + vertex -8.891534E+01 9.6096431E+00 8.5071582E+00 + vertex -8.491118E+01 7.6094313E+00 9.8158087E+00 + endloop + endfacet + facet normal 0.54155643096 0.83230446093 -0.1182620666 + outer loop + vertex -8.991702E+01 8.6968791E+00 -4.190062E-01 + vertex -8.955829E+01 9.0983531E+00 4.0492574E+00 + vertex -8.624402E+01 6.5470257E+00 1.2705340E+00 + endloop + endfacet + facet normal 0.5129867792 0.84294972442 -0.1621120799 + outer loop + vertex -8.624402E+01 6.5470257E+00 1.2705340E+00 + vertex -8.955829E+01 9.0983531E+00 4.0492574E+00 + vertex -8.569876E+01 7.0276726E+00 5.4951972E+00 + endloop + endfacet + facet normal 0.56726492073 0.81967477402 -0.0796478157 + outer loop + vertex -8.948940E+01 7.9512421E+00 -5.046927E+00 + vertex -8.991702E+01 8.6968791E+00 -4.190062E-01 + vertex -8.672906E+01 6.2700558E+00 -2.688840E+00 + endloop + endfacet + facet normal 0.54328300027 0.83024697713 -0.1246336174 + outer loop + vertex -8.672906E+01 6.2700558E+00 -2.688840E+00 + vertex -8.991702E+01 8.6968791E+00 -4.190062E-01 + vertex -8.624402E+01 6.5470257E+00 1.2705340E+00 + endloop + endfacet + facet normal -0.2444200804 0.96896959538 -0.0368340537 + outer loop + vertex -5.203422E+00 6.1621475E+01 2.9525116E+01 + vertex -2.839199E+00 6.2072538E+01 2.5702636E+01 + vertex -7.646341E+00 6.0835287E+01 2.5053872E+01 + endloop + endfacet + facet normal -0.2540939008 0.96635932173 0.03982399856 + outer loop + vertex -7.646341E+00 6.0835287E+01 2.5053872E+01 + vertex -2.839199E+00 6.2072538E+01 2.5702636E+01 + vertex -5.836765E+00 6.1470858E+01 2.1177122E+01 + endloop + endfacet + facet normal -0.2762520206 0.95603282208 -0.0984178045 + outer loop + vertex -7.876466E+00 6.1219140E+01 3.3119875E+01 + vertex -5.203422E+00 6.1621475E+01 2.9525116E+01 + vertex -9.740564E+00 6.0258408E+01 2.9019699E+01 + endloop + endfacet + facet normal -0.2864812201 0.95801162055 -0.0119266673 + outer loop + vertex -9.740564E+00 6.0258408E+01 2.9019699E+01 + vertex -5.203422E+00 6.1621475E+01 2.9525116E+01 + vertex -7.646341E+00 6.0835287E+01 2.5053872E+01 + endloop + endfacet + facet normal -0.2848741722 0.94749496533 -0.1452583791 + outer loop + vertex -1.081093E+01 6.0815623E+01 3.6242736E+01 + vertex -7.876466E+00 6.1219140E+01 3.3119875E+01 + vertex -1.237855E+01 5.9708704E+01 3.2096850E+01 + endloop + endfacet + facet normal -0.299118558 0.95027158146 -0.086671851 + outer loop + vertex -1.237855E+01 5.9708704E+01 3.2096850E+01 + vertex -7.876466E+00 6.1219140E+01 3.3119875E+01 + vertex -9.740564E+00 6.0258408E+01 2.9019699E+01 + endloop + endfacet + facet normal -0.2983068355 0.93620927298 -0.1858096582 + outer loop + vertex -1.443106E+01 6.0161122E+01 3.8756923E+01 + vertex -1.081093E+01 6.0815623E+01 3.6242736E+01 + vertex -1.469681E+01 5.9323591E+01 3.4963644E+01 + endloop + endfacet + facet normal -0.317599002 0.9391792642 -0.1306643931 + outer loop + vertex -1.469681E+01 5.9323591E+01 3.4963644E+01 + vertex -1.081093E+01 6.0815623E+01 3.6242736E+01 + vertex -1.237855E+01 5.9708704E+01 3.2096850E+01 + endloop + endfacet + facet normal -0.2698242247 0.95050428732 -0.1540665036 + outer loop + vertex -1.826310E+01 5.9336471E+01 4.0380529E+01 + vertex -1.443106E+01 6.0161122E+01 3.8756923E+01 + vertex -1.838756E+01 5.8570836E+01 3.5874954E+01 + endloop + endfacet + facet normal -0.2416238039 0.95097482605 -0.1930409739 + outer loop + vertex -1.838756E+01 5.8570836E+01 3.5874954E+01 + vertex -1.443106E+01 6.0161122E+01 3.8756923E+01 + vertex -1.469681E+01 5.9323591E+01 3.4963644E+01 + endloop + endfacet + facet normal -0.2298700372 0.96306322196 -0.1402461996 + outer loop + vertex -2.204345E+01 5.8652853E+01 4.1882327E+01 + vertex -1.826310E+01 5.9336471E+01 4.0380529E+01 + vertex -2.213081E+01 5.7906120E+01 3.6897732E+01 + endloop + endfacet + facet normal -0.2143086595 0.96392203001 -0.1578800764 + outer loop + vertex -2.213081E+01 5.7906120E+01 3.6897732E+01 + vertex -1.826310E+01 5.9336471E+01 4.0380529E+01 + vertex -1.838756E+01 5.8570836E+01 3.5874954E+01 + endloop + endfacet + facet normal -0.1920921015 0.96779271485 -0.1627202681 + outer loop + vertex -2.569759E+01 5.8210173E+01 4.3563188E+01 + vertex -2.204345E+01 5.8652853E+01 4.1882327E+01 + vertex -2.579836E+01 5.7287208E+01 3.8192732E+01 + endloop + endfacet + facet normal -0.2129763554 0.96681469577 -0.1411042738 + outer loop + vertex -2.579836E+01 5.7287208E+01 3.8192732E+01 + vertex -2.204345E+01 5.8652853E+01 4.1882327E+01 + vertex -2.213081E+01 5.7906120E+01 3.6897732E+01 + endloop + endfacet + facet normal -0.1944749262 0.95709767526 -0.2148104818 + outer loop + vertex -2.977098E+01 5.7657371E+01 4.4787919E+01 + vertex -2.569759E+01 5.8210173E+01 4.3563188E+01 + vertex -2.881679E+01 5.6831436E+01 4.0244068E+01 + endloop + endfacet + facet normal -0.2523717024 0.95442885088 -0.1592924745 + outer loop + vertex -2.881679E+01 5.6831436E+01 4.0244068E+01 + vertex -2.569759E+01 5.8210173E+01 4.3563188E+01 + vertex -2.579836E+01 5.7287208E+01 3.8192732E+01 + endloop + endfacet + facet normal -0.1842336583 0.96334583785 -0.1949942457 + outer loop + vertex -3.383273E+01 5.6973932E+01 4.5249076E+01 + vertex -2.977098E+01 5.7657371E+01 4.4787919E+01 + vertex -3.238852E+01 5.6219870E+01 4.0159219E+01 + endloop + endfacet + facet normal -0.1602148028 0.96470250162 -0.2089983262 + outer loop + vertex -3.238852E+01 5.6219870E+01 4.0159219E+01 + vertex -2.977098E+01 5.7657371E+01 4.4787919E+01 + vertex -2.881679E+01 5.6831436E+01 4.0244068E+01 + endloop + endfacet + facet normal -0.1496526973 0.96483213265 -0.216108829 + outer loop + vertex -3.801336E+01 5.6434361E+01 4.5735165E+01 + vertex -3.383273E+01 5.6973932E+01 4.5249076E+01 + vertex -3.637178E+01 5.5601074E+01 4.0878124E+01 + endloop + endfacet + facet normal -0.1848525167 0.9631962067 -0.1951476734 + outer loop + vertex -3.637178E+01 5.5601074E+01 4.0878124E+01 + vertex -3.383273E+01 5.6973932E+01 4.5249076E+01 + vertex -3.238852E+01 5.6219870E+01 4.0159219E+01 + endloop + endfacet + facet normal -0.1253581471 0.96066667109 -0.2478000848 + outer loop + vertex -4.227056E+01 5.5922357E+01 4.5903887E+01 + vertex -3.801336E+01 5.6434361E+01 4.5735165E+01 + vertex -4.046135E+01 5.4995697E+01 4.1396175E+01 + endloop + endfacet + facet normal -0.1702631972 0.96000865282 -0.2222472276 + outer loop + vertex -4.046135E+01 5.4995697E+01 4.1396175E+01 + vertex -3.801336E+01 5.6434361E+01 4.5735165E+01 + vertex -3.637178E+01 5.5601074E+01 4.0878124E+01 + endloop + endfacet + facet normal -0.1001249213 0.9556970519 -0.2767998286 + outer loop + vertex -4.651866E+01 5.5406661E+01 4.5659999E+01 + vertex -4.227056E+01 5.5922357E+01 4.5903887E+01 + vertex -4.458890E+01 5.4402113E+01 4.1493590E+01 + endloop + endfacet + facet normal -0.1435447827 0.95643218318 -0.2542289801 + outer loop + vertex -4.458890E+01 5.4402113E+01 4.1493590E+01 + vertex -4.227056E+01 5.5922357E+01 4.5903887E+01 + vertex -4.046135E+01 5.4995697E+01 4.1396175E+01 + endloop + endfacet + facet normal -0.066285655 0.94929021776 -0.3073341738 + outer loop + vertex -5.066314E+01 5.4945494E+01 4.5129429E+01 + vertex -4.651866E+01 5.5406661E+01 4.5659999E+01 + vertex -4.880386E+01 5.3823526E+01 4.1262900E+01 + endloop + endfacet + facet normal -0.115220902 0.95218987335 -0.2829462649 + outer loop + vertex -4.880386E+01 5.3823526E+01 4.1262900E+01 + vertex -4.651866E+01 5.5406661E+01 4.5659999E+01 + vertex -4.458890E+01 5.4402113E+01 4.1493590E+01 + endloop + endfacet + facet normal -0.0106460247 0.93436564432 -0.3561565735 + outer loop + vertex -5.451200E+01 5.4748835E+01 4.4728548E+01 + vertex -5.066314E+01 5.4945494E+01 4.5129429E+01 + vertex -5.329090E+01 5.3302820E+01 4.0898472E+01 + endloop + endfacet + facet normal -0.0841456283 0.94542090823 -0.3147996498 + outer loop + vertex -5.329090E+01 5.3302820E+01 4.0898472E+01 + vertex -5.066314E+01 5.4945494E+01 4.5129429E+01 + vertex -4.880386E+01 5.3823526E+01 4.1262900E+01 + endloop + endfacet + facet normal -0.0414671834 0.93030002925 -0.3644479775 + outer loop + vertex -5.763707E+01 5.3608470E+01 4.2173193E+01 + vertex -5.451200E+01 5.4748835E+01 4.4728548E+01 + vertex -5.329090E+01 5.3302820E+01 4.0898472E+01 + endloop + endfacet + facet normal 0.52381174749 0.85114280675 -0.0343099941 + outer loop + vertex -8.890219E+01 7.4227827E+00 -9.191618E+00 + vertex -8.948940E+01 7.9512421E+00 -5.046927E+00 + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + endloop + endfacet + facet normal 0.52877754756 0.84864596497 -0.0139402777 + outer loop + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + vertex -8.948940E+01 7.9512421E+00 -5.046927E+00 + vertex -8.672906E+01 6.2700558E+00 -2.688840E+00 + endloop + endfacet + facet normal 0.56970108695 0.82118593243 0.03308074838 + outer loop + vertex -8.801222E+01 6.9888517E+00 -1.374643E+01 + vertex -8.890219E+01 7.4227827E+00 -9.191618E+00 + vertex -8.554835E+01 5.1553038E+00 -1.066258E+01 + endloop + endfacet + facet normal 0.53879850963 0.83983539427 -0.0661262169 + outer loop + vertex -8.554835E+01 5.1553038E+00 -1.066258E+01 + vertex -8.890219E+01 7.4227827E+00 -9.191618E+00 + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + endloop + endfacet + facet normal 0.54653428592 0.83525813727 0.06036653414 + outer loop + vertex -8.637512E+01 6.2155759E+00 -1.786865E+01 + vertex -8.801222E+01 6.9888517E+00 -1.374643E+01 + vertex -8.385768E+01 4.3029445E+00 -1.419653E+01 + endloop + endfacet + facet normal 0.54651803798 0.83529574002 0.05999217326 + outer loop + vertex -8.385768E+01 4.3029445E+00 -1.419653E+01 + vertex -8.801222E+01 6.9888517E+00 -1.374643E+01 + vertex -8.554835E+01 5.1553038E+00 -1.066258E+01 + endloop + endfacet + facet normal 0.52007643502 0.84801823579 0.10190963403 + outer loop + vertex -8.445035E+01 5.5166371E+00 -2.187529E+01 + vertex -8.637512E+01 6.2155759E+00 -1.786865E+01 + vertex -8.204589E+01 3.5633841E+00 -1.789247E+01 + endloop + endfacet + facet normal 0.5208236741 0.84938672995 0.08535152882 + outer loop + vertex -8.204589E+01 3.5633841E+00 -1.789247E+01 + vertex -8.637512E+01 6.2155759E+00 -1.786865E+01 + vertex -8.385768E+01 4.3029445E+00 -1.419653E+01 + endloop + endfacet + facet normal 0.49892471605 0.85434428425 0.14549904361 + outer loop + vertex -8.223789E+01 4.8873035E+00 -2.576662E+01 + vertex -8.445035E+01 5.5166371E+00 -2.187529E+01 + vertex -8.000456E+01 2.8851732E+00 -2.166869E+01 + endloop + endfacet + facet normal 0.50179814769 0.85698839156 0.11734357971 + outer loop + vertex -8.000456E+01 2.8851732E+00 -2.166869E+01 + vertex -8.445035E+01 5.5166371E+00 -2.187529E+01 + vertex -8.204589E+01 3.5633841E+00 -1.789247E+01 + endloop + endfacet + facet normal 0.48116118022 0.85495090869 0.19375980588 + outer loop + vertex -7.983865E+01 4.3709637E+00 -2.944632E+01 + vertex -8.223789E+01 4.8873035E+00 -2.576662E+01 + vertex -7.764403E+01 2.2442801E+00 -2.551235E+01 + endloop + endfacet + facet normal 0.48618185382 0.85996686777 0.15519082242 + outer loop + vertex -7.764403E+01 2.2442801E+00 -2.551235E+01 + vertex -8.223789E+01 4.8873035E+00 -2.576662E+01 + vertex -8.000456E+01 2.8851732E+00 -2.166869E+01 + endloop + endfacet + facet normal 0.47197400442 0.83580720823 0.28047611274 + outer loop + vertex -7.786101E+01 4.4283705E+00 -3.294527E+01 + vertex -7.983865E+01 4.3709637E+00 -2.944632E+01 + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + endloop + endfacet + facet normal 0.47903165634 0.85577462822 0.19539308565 + outer loop + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + vertex -7.983865E+01 4.3709637E+00 -2.944632E+01 + vertex -7.764403E+01 2.2442801E+00 -2.551235E+01 + endloop + endfacet + facet normal 0.48501834567 0.83275986836 0.26696105711 + outer loop + vertex -7.487164E+01 3.4293201E+00 -3.525995E+01 + vertex -7.786101E+01 4.4283705E+00 -3.294527E+01 + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + endloop + endfacet + facet normal 0.28624302144 0.87645521527 0.38715783383 + outer loop + vertex -8.571079E+00 6.2472669E+01 1.6969631E+01 + vertex -1.377947E+01 6.4175871E+01 1.6964683E+01 + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + endloop + endfacet + facet normal 0.26255013504 0.87787433256 0.40050478502 + outer loop + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + vertex -1.377947E+01 6.4175871E+01 1.6964683E+01 + vertex -1.731464E+01 6.3556752E+01 2.0639222E+01 + endloop + endfacet + facet normal 0.03288035478 0.97688324307 0.21122976039 + outer loop + vertex -5.836765E+00 6.1470858E+01 2.1177122E+01 + vertex -8.571079E+00 6.2472669E+01 1.6969631E+01 + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + endloop + endfacet + facet normal 0.03427223258 0.98356928196 0.17724807942 + outer loop + vertex -7.646341E+00 6.0835287E+01 2.5053872E+01 + vertex -5.836765E+00 6.1470858E+01 2.1177122E+01 + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + endloop + endfacet + facet normal -0.0705994041 0.99175134522 0.10698127592 + outer loop + vertex -9.740564E+00 6.0258408E+01 2.9019699E+01 + vertex -7.646341E+00 6.0835287E+01 2.5053872E+01 + vertex -1.201985E+01 6.0499467E+01 2.5280853E+01 + endloop + endfacet + facet normal -0.0600849769 0.96215672305 0.26578983394 + outer loop + vertex -1.201985E+01 6.0499467E+01 2.5280853E+01 + vertex -7.646341E+00 6.0835287E+01 2.5053872E+01 + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + endloop + endfacet + facet normal 0.09705754561 0.95592254644 0.27711354721 + outer loop + vertex -1.201985E+01 6.0499467E+01 2.5280853E+01 + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + vertex -1.633554E+01 6.1260561E+01 2.4166955E+01 + endloop + endfacet + facet normal 0.24600712437 0.84214297256 0.47987051224 + outer loop + vertex -1.633554E+01 6.1260561E+01 2.4166955E+01 + vertex -1.166235E+01 6.1708426E+01 2.0985250E+01 + vertex -1.731464E+01 6.3556752E+01 2.0639222E+01 + endloop + endfacet + facet normal -0.1059394489 0.99063387076 0.08614735776 + outer loop + vertex -1.237855E+01 5.9708704E+01 3.2096850E+01 + vertex -9.740564E+00 6.0258408E+01 2.9019699E+01 + vertex -1.475684E+01 5.9785282E+01 2.8291566E+01 + endloop + endfacet + facet normal -0.1120272852 0.9849261598 0.13179661266 + outer loop + vertex -1.475684E+01 5.9785282E+01 2.8291566E+01 + vertex -9.740564E+00 6.0258408E+01 2.9019699E+01 + vertex -1.201985E+01 6.0499467E+01 2.5280853E+01 + endloop + endfacet + facet normal 0.08841384257 0.94814626672 0.30528945173 + outer loop + vertex -1.475684E+01 5.9785282E+01 2.8291566E+01 + vertex -1.201985E+01 6.0499467E+01 2.5280853E+01 + vertex -1.633554E+01 6.1260561E+01 2.4166955E+01 + endloop + endfacet + facet normal -0.1430534754 0.98956458217 0.01725227159 + outer loop + vertex -1.469681E+01 5.9323591E+01 3.4963644E+01 + vertex -1.237855E+01 5.9708704E+01 3.2096850E+01 + vertex -1.722720E+01 5.9016623E+01 3.1589321E+01 + endloop + endfacet + facet normal -0.152140972 0.98166404347 0.1148426332 + outer loop + vertex -1.722720E+01 5.9016623E+01 3.1589321E+01 + vertex -1.237855E+01 5.9708704E+01 3.2096850E+01 + vertex -1.475684E+01 5.9785282E+01 2.8291566E+01 + endloop + endfacet + facet normal -0.1874049473 0.98094248296 0.05129552466 + outer loop + vertex -1.838756E+01 5.8570836E+01 3.5874954E+01 + vertex -1.469681E+01 5.9323591E+01 3.4963644E+01 + vertex -1.722720E+01 5.9016623E+01 3.1589321E+01 + endloop + endfacet + facet normal 0.21737652442 0.84454421273 0.48937972922 + outer loop + vertex -1.633554E+01 6.1260561E+01 2.4166955E+01 + vertex -1.731464E+01 6.3556752E+01 2.0639222E+01 + vertex -2.145472E+01 6.2530934E+01 2.4248490E+01 + endloop + endfacet + facet normal 0.39050807879 0.6647525976 0.63687316193 + outer loop + vertex -2.145472E+01 6.2530934E+01 2.4248490E+01 + vertex -1.731464E+01 6.3556752E+01 2.0639222E+01 + vertex -2.238529E+01 6.5891962E+01 2.1310926E+01 + endloop + endfacet + facet normal 0.25470034355 0.67539719656 0.69207395694 + outer loop + vertex -2.145472E+01 6.2530934E+01 2.4248490E+01 + vertex -2.238529E+01 6.5891962E+01 2.1310926E+01 + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + endloop + endfacet + facet normal 0.02431350713 0.94421904007 0.32841933218 + outer loop + vertex -1.475684E+01 5.9785282E+01 2.8291566E+01 + vertex -1.633554E+01 6.1260561E+01 2.4166955E+01 + vertex -1.952678E+01 6.0096717E+01 2.7749306E+01 + endloop + endfacet + facet normal 0.21933401722 0.85350430609 0.47267640979 + outer loop + vertex -1.952678E+01 6.0096717E+01 2.7749306E+01 + vertex -1.633554E+01 6.1260561E+01 2.4166955E+01 + vertex -2.145472E+01 6.2530934E+01 2.4248490E+01 + endloop + endfacet + facet normal 0.03457904405 0.9672754381 0.25136132669 + outer loop + vertex -1.722720E+01 5.9016623E+01 3.1589321E+01 + vertex -1.475684E+01 5.9785282E+01 2.8291566E+01 + vertex -1.952678E+01 6.0096717E+01 2.7749306E+01 + endloop + endfacet + facet normal 0.09889886175 0.84170766694 0.53079866104 + outer loop + vertex -1.952678E+01 6.0096717E+01 2.7749306E+01 + vertex -2.145472E+01 6.2530934E+01 2.4248490E+01 + vertex -2.430667E+01 6.0444618E+01 2.8088219E+01 + endloop + endfacet + facet normal 0.26426967953 0.75143138884 0.60457621881 + outer loop + vertex -2.430667E+01 6.0444618E+01 2.8088219E+01 + vertex -2.145472E+01 6.2530934E+01 2.4248490E+01 + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + endloop + endfacet + facet normal 0.12277085203 0.72171852037 0.68121193122 + outer loop + vertex -2.430667E+01 6.0444618E+01 2.8088219E+01 + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + vertex -2.878614E+01 6.0028115E+01 2.9336796E+01 + endloop + endfacet + facet normal 0.11476640668 0.72430175721 0.67986442501 + outer loop + vertex -2.878614E+01 6.0028115E+01 2.9336796E+01 + vertex -2.678061E+01 6.3909087E+01 2.4863608E+01 + vertex -3.186906E+01 6.2958296E+01 2.6735514E+01 + endloop + endfacet + facet normal -0.053437717 0.95247092129 0.29990590939 + outer loop + vertex -1.722720E+01 5.9016623E+01 3.1589321E+01 + vertex -1.952678E+01 6.0096717E+01 2.7749306E+01 + vertex -2.157247E+01 5.8655812E+01 3.1960972E+01 + endloop + endfacet + facet normal 0.09319731642 0.92730470737 0.36251929591 + outer loop + vertex -2.157247E+01 5.8655812E+01 3.1960972E+01 + vertex -1.952678E+01 6.0096717E+01 2.7749306E+01 + vertex -2.430667E+01 6.0444618E+01 2.8088219E+01 + endloop + endfacet + facet normal -0.0754176826 0.99369641296 0.08294342663 + outer loop + vertex -1.838756E+01 5.8570836E+01 3.5874954E+01 + vertex -1.722720E+01 5.9016623E+01 3.1589321E+01 + vertex -2.157247E+01 5.8655812E+01 3.1960972E+01 + endloop + endfacet + facet normal -0.1378155722 0.98142624716 0.13345182446 + outer loop + vertex -2.213081E+01 5.7906120E+01 3.6897732E+01 + vertex -1.838756E+01 5.8570836E+01 3.5874954E+01 + vertex -2.157247E+01 5.8655812E+01 3.1960972E+01 + endloop + endfacet + facet normal -0.005100316 0.90644866873 0.422285209 + outer loop + vertex -2.157247E+01 5.8655812E+01 3.1960972E+01 + vertex -2.430667E+01 6.0444618E+01 2.8088219E+01 + vertex -2.577997E+01 5.8157945E+01 3.2978843E+01 + endloop + endfacet + facet normal 0.03673085416 0.90096948108 0.43232492239 + outer loop + vertex -2.577997E+01 5.8157945E+01 3.2978843E+01 + vertex -2.430667E+01 6.0444618E+01 2.8088219E+01 + vertex -2.878614E+01 6.0028115E+01 2.9336796E+01 + endloop + endfacet + facet normal -0.0827638453 0.98662009838 0.14046681952 + outer loop + vertex -2.213081E+01 5.7906120E+01 3.6897732E+01 + vertex -2.157247E+01 5.8655812E+01 3.1960972E+01 + vertex -2.577997E+01 5.8157945E+01 3.2978843E+01 + endloop + endfacet + facet normal -0.1077953849 0.98065445618 0.16339214353 + outer loop + vertex -2.579836E+01 5.7287208E+01 3.8192732E+01 + vertex -2.213081E+01 5.7906120E+01 3.6897732E+01 + vertex -2.577997E+01 5.8157945E+01 3.2978843E+01 + endloop + endfacet + facet normal -0.0827579254 0.99168375535 0.09856193568 + outer loop + vertex -2.881679E+01 5.6831436E+01 4.0244068E+01 + vertex -2.579836E+01 5.7287208E+01 3.8192732E+01 + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + endloop + endfacet + facet normal -0.1343105748 0.97747997761 0.16276843326 + outer loop + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + vertex -2.579836E+01 5.7287208E+01 3.8192732E+01 + vertex -2.577997E+01 5.8157945E+01 3.2978843E+01 + endloop + endfacet + facet normal -0.1421487639 0.98126050514 0.13008285813 + outer loop + vertex -3.238852E+01 5.6219870E+01 4.0159219E+01 + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + vertex -3.462266E+01 5.6503502E+01 3.5578325E+01 + endloop + endfacet + facet normal -0.1703090176 0.97837824814 0.11734923136 + outer loop + vertex -3.238852E+01 5.6219870E+01 4.0159219E+01 + vertex -2.881679E+01 5.6831436E+01 4.0244068E+01 + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + endloop + endfacet + facet normal -0.1303409413 0.98362509713 0.1244705078 + outer loop + vertex -3.637178E+01 5.5601074E+01 4.0878124E+01 + vertex -3.238852E+01 5.6219870E+01 4.0159219E+01 + vertex -3.462266E+01 5.6503502E+01 3.5578325E+01 + endloop + endfacet + facet normal 0.06880516502 0.70182581835 0.70901789115 + outer loop + vertex -2.878614E+01 6.0028115E+01 2.9336796E+01 + vertex -3.186906E+01 6.2958296E+01 2.6735514E+01 + vertex -3.320660E+01 5.9024522E+01 3.0759184E+01 + endloop + endfacet + facet normal -0.022618517 0.7186145786 0.69504063918 + outer loop + vertex -3.320660E+01 5.9024522E+01 3.0759184E+01 + vertex -3.186906E+01 6.2958296E+01 2.6735514E+01 + vertex -3.661454E+01 6.1794222E+01 2.7784639E+01 + endloop + endfacet + facet normal 0.00512665472 0.8912754129 0.45343340831 + outer loop + vertex -2.577997E+01 5.8157945E+01 3.2978843E+01 + vertex -2.878614E+01 6.0028115E+01 2.9336796E+01 + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + endloop + endfacet + facet normal -0.0617809542 0.89583465997 0.44007201194 + outer loop + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + vertex -2.878614E+01 6.0028115E+01 2.9336796E+01 + vertex -3.320660E+01 5.9024522E+01 3.0759184E+01 + endloop + endfacet + facet normal -0.0711440021 0.8922687045 0.44586442999 + outer loop + vertex -3.462266E+01 5.6503502E+01 3.5578325E+01 + vertex -3.005869E+01 5.7271988E+01 3.4768668E+01 + vertex -3.320660E+01 5.9024522E+01 3.0759184E+01 + endloop + endfacet + facet normal -0.124364155 0.89374219212 0.43099704288 + outer loop + vertex -3.462266E+01 5.6503502E+01 3.5578325E+01 + vertex -3.320660E+01 5.9024522E+01 3.0759184E+01 + vertex -3.765378E+01 5.8033070E+01 3.1531890E+01 + endloop + endfacet + facet normal -0.0362278002 0.71033880405 0.70292697341 + outer loop + vertex -3.765378E+01 5.8033070E+01 3.1531890E+01 + vertex -3.320660E+01 5.9024522E+01 3.0759184E+01 + vertex -3.661454E+01 6.1794222E+01 2.7784639E+01 + endloop + endfacet + facet normal -0.1411039214 0.7180288739 0.68156013645 + outer loop + vertex -3.765378E+01 5.8033070E+01 3.1531890E+01 + vertex -3.661454E+01 6.1794222E+01 2.7784639E+01 + vertex -4.116259E+01 6.0663040E+01 2.8034762E+01 + endloop + endfacet + facet normal -0.1770139763 0.97824811732 0.10815115879 + outer loop + vertex -3.637178E+01 5.5601074E+01 4.0878124E+01 + vertex -3.462266E+01 5.6503502E+01 3.5578325E+01 + vertex -3.887041E+01 5.5653485E+01 3.6314479E+01 + endloop + endfacet + facet normal -0.1073101628 0.90075067574 0.42087141636 + outer loop + vertex -3.887041E+01 5.5653485E+01 3.6314479E+01 + vertex -3.462266E+01 5.6503502E+01 3.5578325E+01 + vertex -3.765378E+01 5.8033070E+01 3.1531890E+01 + endloop + endfacet + facet normal -0.1353022348 0.98711574419 0.0854155304 + outer loop + vertex -4.046135E+01 5.4995697E+01 4.1396175E+01 + vertex -3.637178E+01 5.5601074E+01 4.0878124E+01 + vertex -3.887041E+01 5.5653485E+01 3.6314479E+01 + endloop + endfacet + facet normal -0.1413040816 0.98915386796 0.04009715732 + outer loop + vertex -4.458890E+01 5.4402113E+01 4.1493590E+01 + vertex -4.046135E+01 5.4995697E+01 4.1396175E+01 + vertex -4.291700E+01 5.4834839E+01 3.6710562E+01 + endloop + endfacet + facet normal -0.191562404 0.97920606696 0.0667781688 + outer loop + vertex -4.291700E+01 5.4834839E+01 3.6710562E+01 + vertex -4.046135E+01 5.4995697E+01 4.1396175E+01 + vertex -3.887041E+01 5.5653485E+01 3.6314479E+01 + endloop + endfacet + facet normal -0.1482772816 0.91476053978 0.37580181295 + outer loop + vertex -4.291700E+01 5.4834839E+01 3.6710562E+01 + vertex -3.887041E+01 5.5653485E+01 3.6314479E+01 + vertex -4.183116E+01 5.7012498E+01 3.1838226E+01 + endloop + endfacet + facet normal -0.1900473281 0.89741201091 0.39816290103 + outer loop + vertex -4.183116E+01 5.7012498E+01 3.1838226E+01 + vertex -3.887041E+01 5.5653485E+01 3.6314479E+01 + vertex -3.765378E+01 5.8033070E+01 3.1531890E+01 + endloop + endfacet + facet normal -0.1280366092 0.72667125351 0.67494852843 + outer loop + vertex -4.183116E+01 5.7012498E+01 3.1838226E+01 + vertex -3.765378E+01 5.8033070E+01 3.1531890E+01 + vertex -4.116259E+01 6.0663040E+01 2.8034762E+01 + endloop + endfacet + facet normal -0.2513747525 0.71999105874 0.64685671454 + outer loop + vertex -4.183116E+01 5.7012498E+01 3.1838226E+01 + vertex -4.116259E+01 6.0663040E+01 2.8034762E+01 + vertex -4.543611E+01 5.9461508E+01 2.7711413E+01 + endloop + endfacet + facet normal -0.1353513049 0.99072744167 -0.011796635 + outer loop + vertex -4.880386E+01 5.3823526E+01 4.1262900E+01 + vertex -4.458890E+01 5.4402113E+01 4.1493590E+01 + vertex -4.694033E+01 5.4025626E+01 3.6854429E+01 + endloop + endfacet + facet normal -0.1964535369 0.98030874063 0.02001951241 + outer loop + vertex -4.694033E+01 5.4025626E+01 3.6854429E+01 + vertex -4.458890E+01 5.4402113E+01 4.1493590E+01 + vertex -4.291700E+01 5.4834839E+01 3.6710562E+01 + endloop + endfacet + facet normal -0.1765549571 0.93337113524 0.31248467327 + outer loop + vertex -4.694033E+01 5.4025626E+01 3.6854429E+01 + vertex -4.291700E+01 5.4834839E+01 3.6710562E+01 + vertex -4.565450E+01 5.5892483E+01 3.2004751E+01 + endloop + endfacet + facet normal -0.1076916868 0.99020391652 -0.088874655 + outer loop + vertex -5.329090E+01 5.3302820E+01 4.0898472E+01 + vertex -4.880386E+01 5.3823526E+01 4.1262900E+01 + vertex -5.124833E+01 5.3180593E+01 3.7061631E+01 + endloop + endfacet + facet normal -0.1940718065 0.98028563069 -0.0370973877 + outer loop + vertex -5.124833E+01 5.3180593E+01 3.7061631E+01 + vertex -4.880386E+01 5.3823526E+01 4.1262900E+01 + vertex -4.694033E+01 5.4025626E+01 3.6854429E+01 + endloop + endfacet + facet normal -0.2936859708 0.9156130466 0.27459297046 + outer loop + vertex -4.694033E+01 5.4025626E+01 3.6854429E+01 + vertex -4.565450E+01 5.5892483E+01 3.2004751E+01 + vertex -4.937786E+01 5.4585765E+01 3.2379664E+01 + endloop + endfacet + facet normal -0.2365883828 0.82252236545 0.5171874858 + outer loop + vertex -4.937786E+01 5.4585765E+01 3.2379664E+01 + vertex -4.565450E+01 5.5892483E+01 3.2004751E+01 + vertex -4.910991E+01 5.7575736E+01 2.7747063E+01 + endloop + endfacet + facet normal -0.1778371108 0.95983095225 0.21702190008 + outer loop + vertex -5.124833E+01 5.3180593E+01 3.7061631E+01 + vertex -4.694033E+01 5.4025626E+01 3.6854429E+01 + vertex -4.937786E+01 5.4585765E+01 3.2379664E+01 + endloop + endfacet + facet normal -0.4115867412 0.77639389659 0.47729327652 + outer loop + vertex -4.937786E+01 5.4585765E+01 3.2379664E+01 + vertex -4.910991E+01 5.7575736E+01 2.7747063E+01 + vertex -5.277889E+01 5.4932568E+01 2.8882704E+01 + endloop + endfacet + facet normal -0.3587167363 0.74153316412 0.56696637434 + outer loop + vertex -5.277889E+01 5.4932568E+01 2.8882704E+01 + vertex -4.910991E+01 5.7575736E+01 2.7747063E+01 + vertex -5.306590E+01 5.8008604E+01 2.4677981E+01 + endloop + endfacet + facet normal -0.3041776876 0.93903038548 0.1603055504 + outer loop + vertex -5.124833E+01 5.3180593E+01 3.7061631E+01 + vertex -4.937786E+01 5.4585765E+01 3.2379664E+01 + vertex -5.323618E+01 5.3160347E+01 3.3408303E+01 + endloop + endfacet + facet normal -0.2479488631 0.91031768377 0.33142582258 + outer loop + vertex -5.323618E+01 5.3160347E+01 3.3408303E+01 + vertex -4.937786E+01 5.4585765E+01 3.2379664E+01 + vertex -5.277889E+01 5.4932568E+01 2.8882704E+01 + endloop + endfacet + facet normal -0.4729344424 0.69542594125 0.54103213716 + outer loop + vertex -5.277889E+01 5.4932568E+01 2.8882704E+01 + vertex -5.306590E+01 5.8008604E+01 2.4677981E+01 + vertex -5.666978E+01 5.4310442E+01 2.6281206E+01 + endloop + endfacet + facet normal -0.5078206336 0.70777399421 0.49109487599 + outer loop + vertex -5.666978E+01 5.4310442E+01 2.6281206E+01 + vertex -5.306590E+01 5.8008604E+01 2.4677981E+01 + vertex -5.725738E+01 5.6970308E+01 2.1840154E+01 + endloop + endfacet + facet normal -0.3338624072 0.88868849081 0.31427481501 + outer loop + vertex -5.323618E+01 5.3160347E+01 3.3408303E+01 + vertex -5.277889E+01 5.4932568E+01 2.8882704E+01 + vertex -5.672407E+01 5.2540184E+01 3.1456687E+01 + endloop + endfacet + facet normal 0.51489031603 0.83058924061 -0.212154368 + outer loop + vertex -1.805826E+01 -6.643383E+00 -2.100927E+01 + vertex -1.520544E+01 -7.329841E+00 -1.677309E+01 + vertex -1.370529E+01 -9.254604E+00 -2.066778E+01 + endloop + endfacet + facet normal 0.56002178879 0.80788876584 -0.1835520038 + outer loop + vertex -1.370529E+01 -9.254604E+00 -2.066778E+01 + vertex -1.520544E+01 -7.329841E+00 -1.677309E+01 + vertex -1.125357E+01 -1.003910E+01 -1.664042E+01 + endloop + endfacet + facet normal 0.34833439268 0.93690435198 -0.0295531069 + outer loop + vertex -1.370529E+01 -9.254604E+00 -2.066778E+01 + vertex -1.125357E+01 -1.003910E+01 -1.664042E+01 + vertex -9.010693E+00 -1.099989E+01 -2.066368E+01 + endloop + endfacet + facet normal 0.36012772067 0.9326444803 -0.021961288 + outer loop + vertex -9.010693E+00 -1.099989E+01 -2.066368E+01 + vertex -1.125357E+01 -1.003910E+01 -1.664042E+01 + vertex -6.805157E+00 -1.175857E+01 -1.671615E+01 + endloop + endfacet + facet normal 0.1222845282 0.98509106886 0.1210044636 + outer loop + vertex -9.010693E+00 -1.099989E+01 -2.066368E+01 + vertex -6.805157E+00 -1.175857E+01 -1.671615E+01 + vertex -4.244715E+00 -1.155859E+01 -2.093172E+01 + endloop + endfacet + facet normal 0.10981448418 0.98744567482 0.11354214344 + outer loop + vertex -4.244715E+00 -1.155859E+01 -2.093172E+01 + vertex -6.805157E+00 -1.175857E+01 -1.671615E+01 + vertex -2.144555E+00 -1.225703E+01 -1.688882E+01 + endloop + endfacet + facet normal -0.1370201921 0.96171949404 0.23732063064 + outer loop + vertex -4.244715E+00 -1.155859E+01 -2.093172E+01 + vertex -2.144555E+00 -1.225703E+01 -1.688882E+01 + vertex 4.3088815E-01 -1.084922E+01 -2.110685E+01 + endloop + endfacet + facet normal -0.1367715357 0.96091478902 0.24069963703 + outer loop + vertex -4.244715E+00 -1.155859E+01 -2.093172E+01 + vertex 4.3088815E-01 -1.084922E+01 -2.110685E+01 + vertex -1.735918E+00 -1.017128E+01 -2.504456E+01 + endloop + endfacet + facet normal -0.3737538347 0.85759867763 0.35331654242 + outer loop + vertex -1.735918E+00 -1.017128E+01 -2.504456E+01 + vertex 4.3088815E-01 -1.084922E+01 -2.110685E+01 + vertex 2.7356113E+00 -8.272791E+00 -2.492254E+01 + endloop + endfacet + facet normal -0.3710167647 0.84979529629 0.37442557969 + outer loop + vertex -1.735918E+00 -1.017128E+01 -2.504456E+01 + vertex 2.7356113E+00 -8.272791E+00 -2.492254E+01 + vertex 2.9684178E-01 -7.619668E+00 -2.882143E+01 + endloop + endfacet + facet normal -0.3473768916 0.85306942864 0.3893608161 + outer loop + vertex -1.735918E+00 -1.017128E+01 -2.504456E+01 + vertex 2.9684178E-01 -7.619668E+00 -2.882143E+01 + vertex -4.169051E+00 -9.446339E+00 -2.880364E+01 + endloop + endfacet + facet normal -0.343424747 0.84363473302 0.4127225223 + outer loop + vertex -4.169051E+00 -9.446339E+00 -2.880364E+01 + vertex 2.9684178E-01 -7.619668E+00 -2.882143E+01 + vertex -2.530098E+00 -6.961343E+00 -3.251938E+01 + endloop + endfacet + facet normal -0.1240168065 0.96068519682 0.24840246441 + outer loop + vertex -4.244715E+00 -1.155859E+01 -2.093172E+01 + vertex -1.735918E+00 -1.017128E+01 -2.504456E+01 + vertex -6.458666E+00 -1.085560E+01 -2.475584E+01 + endloop + endfacet + facet normal -0.1225069115 0.9567642761 0.2638070822 + outer loop + vertex -6.458666E+00 -1.085560E+01 -2.475584E+01 + vertex -1.735918E+00 -1.017128E+01 -2.504456E+01 + vertex -4.169051E+00 -9.446339E+00 -2.880364E+01 + endloop + endfacet + facet normal 0.12185634225 0.98634698206 0.11077302398 + outer loop + vertex -9.010693E+00 -1.099989E+01 -2.066368E+01 + vertex -4.244715E+00 -1.155859E+01 -2.093172E+01 + vertex -6.458666E+00 -1.085560E+01 -2.475584E+01 + endloop + endfacet + facet normal -0.3116369184 0.84763357852 0.42941791724 + outer loop + vertex -4.169051E+00 -9.446339E+00 -2.880364E+01 + vertex -2.530098E+00 -6.961343E+00 -3.251938E+01 + vertex -7.134057E+00 -8.763755E+00 -3.230276E+01 + endloop + endfacet + facet normal -0.3081883917 0.84072209747 0.44520362764 + outer loop + vertex -7.134057E+00 -8.763755E+00 -3.230276E+01 + vertex -2.530098E+00 -6.961343E+00 -3.251938E+01 + vertex -5.723841E+00 -6.322918E+00 -3.593582E+01 + endloop + endfacet + facet normal -0.2646379016 0.84488473964 0.46490489106 + outer loop + vertex -7.134057E+00 -8.763755E+00 -3.230276E+01 + vertex -5.723841E+00 -6.322918E+00 -3.593582E+01 + vertex -1.054162E+01 -8.192501E+00 -3.528061E+01 + endloop + endfacet + facet normal -0.2638578521 0.84374992582 0.4674024995 + outer loop + vertex -1.054162E+01 -8.192501E+00 -3.528061E+01 + vertex -5.723841E+00 -6.322918E+00 -3.593582E+01 + vertex -9.205368E+00 -5.739038E+00 -3.895523E+01 + endloop + endfacet + facet normal -0.212986535 0.84657950833 0.48779080759 + outer loop + vertex -1.054162E+01 -8.192501E+00 -3.528061E+01 + vertex -9.205368E+00 -5.739038E+00 -3.895523E+01 + vertex -1.409579E+01 -7.684800E+00 -3.771361E+01 + endloop + endfacet + facet normal -0.2137734452 0.84741253883 0.48599681392 + outer loop + vertex -1.409579E+01 -7.684800E+00 -3.771361E+01 + vertex -9.205368E+00 -5.739038E+00 -3.895523E+01 + vertex -1.281367E+01 -5.128468E+00 -4.160702E+01 + endloop + endfacet + facet normal -0.1834168558 0.8483670543 0.49662017495 + outer loop + vertex -1.409579E+01 -7.684800E+00 -3.771361E+01 + vertex -1.281367E+01 -5.128468E+00 -4.160702E+01 + vertex -1.735907E+01 -7.009163E+00 -4.007302E+01 + endloop + endfacet + facet normal -0.1746524294 0.84048083656 0.51292152645 + outer loop + vertex -1.735907E+01 -7.009163E+00 -4.007302E+01 + vertex -1.281367E+01 -5.128468E+00 -4.160702E+01 + vertex -1.668966E+01 -4.502108E+00 -4.395318E+01 + endloop + endfacet + facet normal -0.1346716775 0.84270664257 0.52125718589 + outer loop + vertex -1.735907E+01 -7.009163E+00 -4.007302E+01 + vertex -1.668966E+01 -4.502108E+00 -4.395318E+01 + vertex -2.112571E+01 -6.398325E+00 -4.203370E+01 + endloop + endfacet + facet normal -0.1302086378 0.83916017706 0.52806809019 + outer loop + vertex -2.112571E+01 -6.398325E+00 -4.203370E+01 + vertex -1.668966E+01 -4.502108E+00 -4.395318E+01 + vertex -2.076303E+01 -3.913032E+00 -4.589368E+01 + endloop + endfacet + facet normal -0.0810705677 0.84147664533 0.5341765798 + outer loop + vertex -2.112571E+01 -6.398325E+00 -4.203370E+01 + vertex -2.076303E+01 -3.913032E+00 -4.589368E+01 + vertex -2.493396E+01 -5.898603E+00 -4.339887E+01 + endloop + endfacet + facet normal -0.0801883898 0.84091026211 0.53520066631 + outer loop + vertex -2.493396E+01 -5.898603E+00 -4.339887E+01 + vertex -2.076303E+01 -3.913032E+00 -4.589368E+01 + vertex -2.488446E+01 -3.308475E+00 -4.746107E+01 + endloop + endfacet + facet normal -0.0569904115 0.84212714722 0.5362592292 + outer loop + vertex -2.493396E+01 -5.898603E+00 -4.339887E+01 + vertex -2.488446E+01 -3.308475E+00 -4.746107E+01 + vertex -2.863462E+01 -5.146631E+00 -4.497303E+01 + endloop + endfacet + facet normal -0.0375460706 0.82995093972 0.55657140624 + outer loop + vertex -2.863462E+01 -5.146631E+00 -4.497303E+01 + vertex -2.488446E+01 -3.308475E+00 -4.746107E+01 + vertex -2.924319E+01 -2.667366E+00 -4.871112E+01 + endloop + endfacet + facet normal 0.00344454791 0.83361820135 0.55233036262 + outer loop + vertex -2.863462E+01 -5.146631E+00 -4.497303E+01 + vertex -2.924319E+01 -2.667366E+00 -4.871112E+01 + vertex -3.288316E+01 -4.544311E+00 -4.585560E+01 + endloop + endfacet + facet normal 0.00879073952 0.83043187188 0.55705083166 + outer loop + vertex -3.288316E+01 -4.544311E+00 -4.585560E+01 + vertex -2.924319E+01 -2.667366E+00 -4.871112E+01 + vertex -3.375624E+01 -2.128611E+00 -4.944306E+01 + endloop + endfacet + facet normal 0.07104249006 0.83530293191 0.54518068248 + outer loop + vertex -3.288316E+01 -4.544311E+00 -4.585560E+01 + vertex -3.375624E+01 -2.128611E+00 -4.944306E+01 + vertex -3.705175E+01 -4.152278E+00 -4.591305E+01 + endloop + endfacet + facet normal 0.05999478781 0.84079668495 0.53801631946 + outer loop + vertex -3.705175E+01 -4.152278E+00 -4.591305E+01 + vertex -3.375624E+01 -2.128611E+00 -4.944306E+01 + vertex -3.822816E+01 -1.651035E+00 -4.969073E+01 + endloop + endfacet + facet normal 0.10964092255 0.84414980432 0.52477611985 + outer loop + vertex -3.705175E+01 -4.152278E+00 -4.591305E+01 + vertex -3.822816E+01 -1.651035E+00 -4.969073E+01 + vertex -4.119986E+01 -3.603179E+00 -4.592966E+01 + endloop + endfacet + facet normal 0.11432076337 0.84193743234 0.52732544324 + outer loop + vertex -4.119986E+01 -3.603179E+00 -4.592966E+01 + vertex -3.822816E+01 -1.651035E+00 -4.969073E+01 + vertex -4.267795E+01 -1.056340E+00 -4.967555E+01 + endloop + endfacet + facet normal 0.1470561075 0.84399071346 0.51580439784 + outer loop + vertex -4.119986E+01 -3.603179E+00 -4.592966E+01 + vertex -4.267795E+01 -1.056340E+00 -4.967555E+01 + vertex -4.536000E+01 -2.944004E+00 -4.582218E+01 + endloop + endfacet + facet normal 0.16435376998 0.83581218298 0.52383760181 + outer loop + vertex -4.536000E+01 -2.944004E+00 -4.582218E+01 + vertex -4.267795E+01 -1.056340E+00 -4.967555E+01 + vertex -4.712875E+01 -3.823839E-01 -4.935445E+01 + endloop + endfacet + facet normal 0.18523788137 0.83727832689 0.5144433211 + outer loop + vertex -4.536000E+01 -2.944004E+00 -4.582218E+01 + vertex -4.712875E+01 -3.823839E-01 -4.935445E+01 + vertex -4.949770E+01 -2.186807E+00 -4.556468E+01 + endloop + endfacet + facet normal 0.20848450192 0.82604484926 0.52362593468 + outer loop + vertex -4.949770E+01 -2.186807E+00 -4.556468E+01 + vertex -4.712875E+01 -3.823839E-01 -4.935445E+01 + vertex -5.165683E+01 2.2805477E-01 -4.851457E+01 + endloop + endfacet + facet normal 0.25180776145 0.83101744578 0.4959867499 + outer loop + vertex -4.949770E+01 -2.186807E+00 -4.556468E+01 + vertex -5.165683E+01 2.2805477E-01 -4.851457E+01 + vertex -5.374296E+01 -1.667079E+00 -4.428019E+01 + endloop + endfacet + facet normal 0.24956557036 0.83207083838 0.49535355657 + outer loop + vertex -5.374296E+01 -1.667079E+00 -4.428019E+01 + vertex -5.165683E+01 2.2805477E-01 -4.851457E+01 + vertex -5.603563E+01 7.2788569E-01 -4.714806E+01 + endloop + endfacet + facet normal 0.30718294855 0.83679035408 0.4532334271 + outer loop + vertex -5.374296E+01 -1.667079E+00 -4.428019E+01 + vertex -5.603563E+01 7.2788569E-01 -4.714806E+01 + vertex -5.746085E+01 -1.328308E+00 -4.238582E+01 + endloop + endfacet + facet normal 0.28793922692 0.84483066389 0.45094584038 + outer loop + vertex -5.746085E+01 -1.328308E+00 -4.238582E+01 + vertex -5.603563E+01 7.2788569E-01 -4.714806E+01 + vertex -6.012981E+01 1.2169214E+00 -4.545002E+01 + endloop + endfacet + facet normal 0.32500968086 0.84707273318 0.42051931235 + outer loop + vertex -5.746085E+01 -1.328308E+00 -4.238582E+01 + vertex -6.012981E+01 1.2169214E+00 -4.545002E+01 + vertex -6.113074E+01 -7.612943E-01 -4.069161E+01 + endloop + endfacet + facet normal 0.33464921882 0.84311932706 0.4209034339 + outer loop + vertex -6.113074E+01 -7.612943E-01 -4.069161E+01 + vertex -6.012981E+01 1.2169214E+00 -4.545002E+01 + vertex -6.411997E+01 1.8572186E+00 -4.356014E+01 + endloop + endfacet + facet normal 0.34874701062 0.84415514954 0.40715796208 + outer loop + vertex -6.113074E+01 -7.612943E-01 -4.069161E+01 + vertex -6.411997E+01 1.8572186E+00 -4.356014E+01 + vertex -6.491726E+01 2.5691865E-02 -3.907995E+01 + endloop + endfacet + facet normal 0.37709540266 0.83186766746 0.40717961777 + outer loop + vertex -6.491726E+01 2.5691865E-02 -3.907995E+01 + vertex -6.411997E+01 1.8572186E+00 -4.356014E+01 + vertex -6.804332E+01 2.4680264E+00 -4.117455E+01 + endloop + endfacet + facet normal 0.40531100765 0.8360039313 0.36989243561 + outer loop + vertex -6.491726E+01 2.5691865E-02 -3.907995E+01 + vertex -6.804332E+01 2.4680264E+00 -4.117455E+01 + vertex -6.859805E+01 6.2494477E-01 -3.640111E+01 + endloop + endfacet + facet normal 0.40556928026 0.8358856024 0.36987676137 + outer loop + vertex -6.859805E+01 6.2494477E-01 -3.640111E+01 + vertex -6.804332E+01 2.4680264E+00 -4.117455E+01 + vertex -7.166238E+01 2.9549983E+00 -3.830676E+01 + endloop + endfacet + facet normal 0.44566027086 0.83975959909 0.31014631824 + outer loop + vertex -6.859805E+01 6.2494477E-01 -3.640111E+01 + vertex -7.166238E+01 2.9549983E+00 -3.830676E+01 + vertex -7.170718E+01 1.0324780E+00 -3.303694E+01 + endloop + endfacet + facet normal 0.42339873914 0.84991198058 0.31366085659 + outer loop + vertex -7.170718E+01 1.0324780E+00 -3.303694E+01 + vertex -7.166238E+01 2.9549983E+00 -3.830676E+01 + vertex -7.487164E+01 3.4293201E+00 -3.525995E+01 + endloop + endfacet + facet normal 0.45315284253 0.84934063144 0.27068984666 + outer loop + vertex -7.170718E+01 1.0324780E+00 -3.303694E+01 + vertex -7.487164E+01 3.4293201E+00 -3.525995E+01 + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + endloop + endfacet + facet normal 0.34812375332 0.93629816593 -0.0464284056 + outer loop + vertex -1.370529E+01 -9.254604E+00 -2.066778E+01 + vertex -9.010693E+00 -1.099989E+01 -2.066368E+01 + vertex -1.128371E+01 -1.033669E+01 -2.433260E+01 + endloop + endfacet + facet normal 0.11558022348 0.98752896622 0.10690066801 + outer loop + vertex -1.128371E+01 -1.033669E+01 -2.433260E+01 + vertex -9.010693E+00 -1.099989E+01 -2.066368E+01 + vertex -6.458666E+00 -1.085560E+01 -2.475584E+01 + endloop + endfacet + facet normal 0.11654275916 0.98592974907 0.11983453251 + outer loop + vertex -1.128371E+01 -1.033669E+01 -2.433260E+01 + vertex -6.458666E+00 -1.085560E+01 -2.475584E+01 + vertex -8.776700E+00 -1.014088E+01 -2.838182E+01 + endloop + endfacet + facet normal -0.1199259444 0.95669436285 0.26524265107 + outer loop + vertex -8.776700E+00 -1.014088E+01 -2.838182E+01 + vertex -6.458666E+00 -1.085560E+01 -2.475584E+01 + vertex -4.169051E+00 -9.446339E+00 -2.880364E+01 + endloop + endfacet + facet normal -0.1173099226 0.95132745704 0.28498149334 + outer loop + vertex -8.776700E+00 -1.014088E+01 -2.838182E+01 + vertex -4.169051E+00 -9.446339E+00 -2.880364E+01 + vertex -7.134057E+00 -8.763755E+00 -3.230276E+01 + endloop + endfacet + facet normal -0.0845159153 0.9506641885 0.29848728744 + outer loop + vertex -8.776700E+00 -1.014088E+01 -2.838182E+01 + vertex -7.134057E+00 -8.763755E+00 -3.230276E+01 + vertex -1.211766E+01 -9.487247E+00 -3.140958E+01 + endloop + endfacet + facet normal -0.0877915413 0.95490254516 0.28364374578 + outer loop + vertex -1.211766E+01 -9.487247E+00 -3.140958E+01 + vertex -7.134057E+00 -8.763755E+00 -3.230276E+01 + vertex -1.054162E+01 -8.192501E+00 -3.528061E+01 + endloop + endfacet + facet normal 0.08866598569 0.99074159294 0.10280777699 + outer loop + vertex -1.128371E+01 -1.033669E+01 -2.433260E+01 + vertex -8.776700E+00 -1.014088E+01 -2.838182E+01 + vertex -1.323247E+01 -9.817828E+00 -2.765214E+01 + endloop + endfacet + facet normal 0.09037701883 0.98937752489 0.11386003558 + outer loop + vertex -1.323247E+01 -9.817828E+00 -2.765214E+01 + vertex -8.776700E+00 -1.014088E+01 -2.838182E+01 + vertex -1.211766E+01 -9.487247E+00 -3.140958E+01 + endloop + endfacet + facet normal 0.31328649795 0.94688162128 -0.0725724843 + outer loop + vertex -1.370529E+01 -9.254604E+00 -2.066778E+01 + vertex -1.128371E+01 -1.033669E+01 -2.433260E+01 + vertex -1.632938E+01 -8.687760E+00 -2.459985E+01 + endloop + endfacet + facet normal 0.31211247608 0.94940652772 -0.0348288299 + outer loop + vertex -1.632938E+01 -8.687760E+00 -2.459985E+01 + vertex -1.128371E+01 -1.033669E+01 -2.433260E+01 + vertex -1.323247E+01 -9.817828E+00 -2.765214E+01 + endloop + endfacet + facet normal 0.51421725226 0.82794276404 -0.2238110742 + outer loop + vertex -1.805826E+01 -6.643383E+00 -2.100927E+01 + vertex -1.370529E+01 -9.254604E+00 -2.066778E+01 + vertex -1.632938E+01 -8.687760E+00 -2.459985E+01 + endloop + endfacet + facet normal -0.0241594438 0.9510000293 0.30824546315 + outer loop + vertex -1.211766E+01 -9.487247E+00 -3.140958E+01 + vertex -1.054162E+01 -8.192501E+00 -3.528061E+01 + vertex -1.586915E+01 -8.929511E+00 -3.342434E+01 + endloop + endfacet + facet normal -0.0419303044 0.96404207238 0.26242090666 + outer loop + vertex -1.586915E+01 -8.929511E+00 -3.342434E+01 + vertex -1.054162E+01 -8.192501E+00 -3.528061E+01 + vertex -1.409579E+01 -7.684800E+00 -3.771361E+01 + endloop + endfacet + facet normal 0.180645084 0.97363995476 0.13925728754 + outer loop + vertex -1.323247E+01 -9.817828E+00 -2.765214E+01 + vertex -1.211766E+01 -9.487247E+00 -3.140958E+01 + vertex -1.728827E+01 -8.885313E+00 -2.891077E+01 + endloop + endfacet + facet normal 0.13050099608 0.99095312828 0.03132710613 + outer loop + vertex -1.728827E+01 -8.885313E+00 -2.891077E+01 + vertex -1.211766E+01 -9.487247E+00 -3.140958E+01 + vertex -1.586915E+01 -8.929511E+00 -3.342434E+01 + endloop + endfacet + facet normal 0.25238918018 0.96241934844 -0.1002432016 + outer loop + vertex -1.632938E+01 -8.687760E+00 -2.459985E+01 + vertex -1.323247E+01 -9.817828E+00 -2.765214E+01 + vertex -1.728827E+01 -8.885313E+00 -2.891077E+01 + endloop + endfacet + facet normal 0.0082558314 0.95942851978 0.28183107827 + outer loop + vertex -1.586915E+01 -8.929511E+00 -3.342434E+01 + vertex -1.409579E+01 -7.684800E+00 -3.771361E+01 + vertex -1.941848E+01 -8.322557E+00 -3.538660E+01 + endloop + endfacet + facet normal 0.00322358419 0.96252619276 0.27116957195 + outer loop + vertex -1.941848E+01 -8.322557E+00 -3.538660E+01 + vertex -1.409579E+01 -7.684800E+00 -3.771361E+01 + vertex -1.735907E+01 -7.009163E+00 -4.007302E+01 + endloop + endfacet + facet normal -0.022674925 0.9651974636 0.2605373371 + outer loop + vertex -1.941848E+01 -8.322557E+00 -3.538660E+01 + vertex -1.735907E+01 -7.009163E+00 -4.007302E+01 + vertex -2.183879E+01 -7.718173E+00 -3.783627E+01 + endloop + endfacet + facet normal -0.0013220663 0.95401450367 0.29975753357 + outer loop + vertex -2.183879E+01 -7.718173E+00 -3.783627E+01 + vertex -1.735907E+01 -7.009163E+00 -4.007302E+01 + vertex -2.112571E+01 -6.398325E+00 -4.203370E+01 + endloop + endfacet + facet normal 0.06683147157 0.94851344446 0.30960587864 + outer loop + vertex -2.183879E+01 -7.718173E+00 -3.783627E+01 + vertex -2.112571E+01 -6.398325E+00 -4.203370E+01 + vertex -2.552240E+01 -7.247154E+00 -3.848414E+01 + endloop + endfacet + facet normal 0.03033996439 0.96297876236 0.26786449895 + outer loop + vertex -2.552240E+01 -7.247154E+00 -3.848414E+01 + vertex -2.112571E+01 -6.398325E+00 -4.203370E+01 + vertex -2.493396E+01 -5.898603E+00 -4.339887E+01 + endloop + endfacet + facet normal 0.04464854244 0.96201694427 0.26931376978 + outer loop + vertex -2.552240E+01 -7.247154E+00 -3.848414E+01 + vertex -2.493396E+01 -5.898603E+00 -4.339887E+01 + vertex -2.892828E+01 -6.619138E+00 -4.016283E+01 + endloop + endfacet + facet normal 0.06778067142 0.95283529831 0.29582203243 + outer loop + vertex -2.892828E+01 -6.619138E+00 -4.016283E+01 + vertex -2.493396E+01 -5.898603E+00 -4.339887E+01 + vertex -2.863462E+01 -5.146631E+00 -4.497303E+01 + endloop + endfacet + facet normal 0.03160051076 0.95518087776 0.29433127335 + outer loop + vertex -2.892828E+01 -6.619138E+00 -4.016283E+01 + vertex -2.863462E+01 -5.146631E+00 -4.497303E+01 + vertex -3.198472E+01 -5.930605E+00 -4.206915E+01 + endloop + endfacet + facet normal 0.06510890767 0.94193819469 0.32941352054 + outer loop + vertex -3.198472E+01 -5.930605E+00 -4.206915E+01 + vertex -2.863462E+01 -5.146631E+00 -4.497303E+01 + vertex -3.288316E+01 -4.544311E+00 -4.585560E+01 + endloop + endfacet + facet normal 0.14311345522 0.93985643922 0.31014256817 + outer loop + vertex -3.198472E+01 -5.930605E+00 -4.206915E+01 + vertex -3.288316E+01 -4.544311E+00 -4.585560E+01 + vertex -3.576284E+01 -5.552063E+00 -4.147289E+01 + endloop + endfacet + facet normal 0.08619497626 0.95708147289 0.27670468068 + outer loop + vertex -3.576284E+01 -5.552063E+00 -4.147289E+01 + vertex -3.288316E+01 -4.544311E+00 -4.585560E+01 + vertex -3.705175E+01 -4.152278E+00 -4.591305E+01 + endloop + endfacet + facet normal 0.14316272527 0.95506422047 0.2595318263 + outer loop + vertex -3.576284E+01 -5.552063E+00 -4.147289E+01 + vertex -3.705175E+01 -4.152278E+00 -4.591305E+01 + vertex -3.962450E+01 -4.989299E+00 -4.141367E+01 + endloop + endfacet + facet normal 0.12605315862 0.95983944154 0.2506368841 + outer loop + vertex -3.962450E+01 -4.989299E+00 -4.141367E+01 + vertex -3.705175E+01 -4.152278E+00 -4.591305E+01 + vertex -4.119986E+01 -3.603179E+00 -4.592966E+01 + endloop + endfacet + facet normal 0.14808803302 0.95875286225 0.24261674222 + outer loop + vertex -3.962450E+01 -4.989299E+00 -4.141367E+01 + vertex -4.119986E+01 -3.603179E+00 -4.592966E+01 + vertex -4.365193E+01 -4.348970E+00 -4.148582E+01 + endloop + endfacet + facet normal 0.15786250891 0.95593148749 0.24753670335 + outer loop + vertex -4.365193E+01 -4.348970E+00 -4.148582E+01 + vertex -4.119986E+01 -3.603179E+00 -4.592966E+01 + vertex -4.536000E+01 -2.944004E+00 -4.582218E+01 + endloop + endfacet + facet normal 0.16047720108 0.95577529669 0.24645618305 + outer loop + vertex -4.365193E+01 -4.348970E+00 -4.148582E+01 + vertex -4.536000E+01 -2.944004E+00 -4.582218E+01 + vertex -4.772068E+01 -3.666194E+00 -4.148435E+01 + endloop + endfacet + facet normal 0.18946072593 0.94664430556 0.26070901803 + outer loop + vertex -4.772068E+01 -3.666194E+00 -4.148435E+01 + vertex -4.536000E+01 -2.944004E+00 -4.582218E+01 + vertex -4.949770E+01 -2.186807E+00 -4.556468E+01 + endloop + endfacet + facet normal 0.17516332948 0.94756758849 0.26727041223 + outer loop + vertex -4.772068E+01 -3.666194E+00 -4.148435E+01 + vertex -4.949770E+01 -2.186807E+00 -4.556468E+01 + vertex -5.134994E+01 -2.995833E+00 -4.148248E+01 + endloop + endfacet + facet normal 0.19877634534 0.94022321982 0.27652895227 + outer loop + vertex -5.134994E+01 -2.995833E+00 -4.148248E+01 + vertex -4.949770E+01 -2.186807E+00 -4.556468E+01 + vertex -5.374296E+01 -1.667079E+00 -4.428019E+01 + endloop + endfacet + facet normal 0.27875192297 0.93779587705 0.20696922095 + outer loop + vertex -5.134994E+01 -2.995833E+00 -4.148248E+01 + vertex -5.374296E+01 -1.667079E+00 -4.428019E+01 + vertex -5.446868E+01 -2.660153E+00 -3.880306E+01 + endloop + endfacet + facet normal 0.18920832501 0.96147824386 0.19939858658 + outer loop + vertex -5.446868E+01 -2.660153E+00 -3.880306E+01 + vertex -5.374296E+01 -1.667079E+00 -4.428019E+01 + vertex -5.746085E+01 -1.328308E+00 -4.238582E+01 + endloop + endfacet + facet normal 0.24791732463 0.95728423693 0.14880823185 + outer loop + vertex -5.446868E+01 -2.660153E+00 -3.880306E+01 + vertex -5.746085E+01 -1.328308E+00 -4.238582E+01 + vertex -5.779827E+01 -2.104872E+00 -3.682803E+01 + endloop + endfacet + facet normal 0.21739199549 0.96479805134 0.14800486621 + outer loop + vertex -5.779827E+01 -2.104872E+00 -3.682803E+01 + vertex -5.746085E+01 -1.328308E+00 -4.238582E+01 + vertex -6.113074E+01 -7.612943E-01 -4.069161E+01 + endloop + endfacet + facet normal 0.21761159652 0.96477861851 0.14780869501 + outer loop + vertex -5.779827E+01 -2.104872E+00 -3.682803E+01 + vertex -6.113074E+01 -7.612943E-01 -4.069161E+01 + vertex -6.156278E+01 -1.443674E+00 -3.560150E+01 + endloop + endfacet + facet normal 0.26200180254 0.95333229337 0.15004197375 + outer loop + vertex -6.156278E+01 -1.443674E+00 -3.560150E+01 + vertex -6.113074E+01 -7.612943E-01 -4.069161E+01 + vertex -6.491726E+01 2.5691865E-02 -3.907995E+01 + endloop + endfacet + facet normal 0.2363923208 0.95563785875 0.17571270187 + outer loop + vertex -6.156278E+01 -1.443674E+00 -3.560150E+01 + vertex -6.491726E+01 2.5691865E-02 -3.907995E+01 + vertex -6.519069E+01 -7.296819E-01 -3.460390E+01 + endloop + endfacet + facet normal 0.28190543816 0.94309118256 0.17637558028 + outer loop + vertex -6.519069E+01 -7.296819E-01 -3.460390E+01 + vertex -6.491726E+01 2.5691865E-02 -3.907995E+01 + vertex -6.859805E+01 6.2494477E-01 -3.640111E+01 + endloop + endfacet + facet normal 0.31907709909 0.94189435014 0.10499922865 + outer loop + vertex -6.519069E+01 -7.296819E-01 -3.460390E+01 + vertex -6.859805E+01 6.2494477E-01 -3.640111E+01 + vertex -6.752470E+01 -3.118650E-01 -3.125920E+01 + endloop + endfacet + facet normal 0.25672594851 0.95886647883 0.12110682531 + outer loop + vertex -6.752470E+01 -3.118650E-01 -3.125920E+01 + vertex -6.859805E+01 6.2494477E-01 -3.640111E+01 + vertex -7.170718E+01 1.0324780E+00 -3.303694E+01 + endloop + endfacet + facet normal 0.20922954183 0.97624886133 0.0562241903 + outer loop + vertex -1.728827E+01 -8.885313E+00 -2.891077E+01 + vertex -1.586915E+01 -8.929511E+00 -3.342434E+01 + vertex -2.122115E+01 -7.941825E+00 -3.065740E+01 + endloop + endfacet + facet normal 0.17523409768 0.98444795937 -0.0124589846 + outer loop + vertex -2.122115E+01 -7.941825E+00 -3.065740E+01 + vertex -1.586915E+01 -8.929511E+00 -3.342434E+01 + vertex -1.941848E+01 -8.322557E+00 -3.538660E+01 + endloop + endfacet + facet normal 0.18358518953 0.98296116179 -0.0091560139 + outer loop + vertex -2.122115E+01 -7.941825E+00 -3.065740E+01 + vertex -1.941848E+01 -8.322557E+00 -3.538660E+01 + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + endloop + endfacet + facet normal 0.20178383108 0.97852667641 0.04205744973 + outer loop + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + vertex -1.941848E+01 -8.322557E+00 -3.538660E+01 + vertex -2.183879E+01 -7.718173E+00 -3.783627E+01 + endloop + endfacet + facet normal 0.1290233808 0.9915602097 -0.0127010922 + outer loop + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + vertex -2.183879E+01 -7.718173E+00 -3.783627E+01 + vertex -2.552240E+01 -7.247154E+00 -3.848414E+01 + endloop + endfacet + facet normal 0.28383165057 0.95723166913 0.05609924913 + outer loop + vertex -6.752470E+01 -3.118650E-01 -3.125920E+01 + vertex -7.170718E+01 1.0324780E+00 -3.303694E+01 + vertex -7.025752E+01 3.0275853E-01 -2.792006E+01 + endloop + endfacet + facet normal 0.26813273654 0.96143948564 0.0611469627 + outer loop + vertex -7.025752E+01 3.0275853E-01 -2.792006E+01 + vertex -7.170718E+01 1.0324780E+00 -3.303694E+01 + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + endloop + endfacet + facet normal 0.28039479764 0.95954250926 0.025630653 + outer loop + vertex -7.025752E+01 3.0275853E-01 -2.792006E+01 + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + vertex -7.282842E+01 9.6000890E-01 -2.440062E+01 + endloop + endfacet + facet normal 0.24874448213 0.96772435239 0.04044453478 + outer loop + vertex -7.282842E+01 9.6000890E-01 -2.440062E+01 + vertex -7.508544E+01 1.7601605E+00 -2.966475E+01 + vertex -7.764403E+01 2.2442801E+00 -2.551235E+01 + endloop + endfacet + facet normal 0.26115185415 0.965160748 -0.016261599 + outer loop + vertex -7.282842E+01 9.6000890E-01 -2.440062E+01 + vertex -7.764403E+01 2.2442801E+00 -2.551235E+01 + vertex -7.511944E+01 1.6442677E+00 -2.058088E+01 + endloop + endfacet + facet normal 0.24810203041 0.96869068 -0.0091514475 + outer loop + vertex -7.511944E+01 1.6442677E+00 -2.058088E+01 + vertex -7.764403E+01 2.2442801E+00 -2.551235E+01 + vertex -8.000456E+01 2.8851732E+00 -2.166869E+01 + endloop + endfacet + facet normal 0.25287767387 0.96694940956 -0.0325840669 + outer loop + vertex -7.511944E+01 1.6442677E+00 -2.058088E+01 + vertex -8.000456E+01 2.8851732E+00 -2.166869E+01 + vertex -7.721428E+01 2.3171951E+00 -1.686903E+01 + endloop + endfacet + facet normal 0.25650819278 0.96591475628 -0.0348171026 + outer loop + vertex -7.721428E+01 2.3171951E+00 -1.686903E+01 + vertex -8.000456E+01 2.8851732E+00 -2.166869E+01 + vertex -8.204589E+01 3.5633841E+00 -1.789247E+01 + endloop + endfacet + facet normal 0.25687458054 0.9657456651 -0.03675269 + outer loop + vertex -7.721428E+01 2.3171951E+00 -1.686903E+01 + vertex -8.204589E+01 3.5633841E+00 -1.789247E+01 + vertex -7.923605E+01 2.9917980E+00 -1.327329E+01 + endloop + endfacet + facet normal 0.28236930703 0.95782722074 -0.0532408645 + outer loop + vertex -7.923605E+01 2.9917980E+00 -1.327329E+01 + vertex -8.204589E+01 3.5633841E+00 -1.789247E+01 + vertex -8.385768E+01 4.3029445E+00 -1.419653E+01 + endloop + endfacet + facet normal 0.2786418003 0.95987255614 -0.0316768542 + outer loop + vertex -7.923605E+01 2.9917980E+00 -1.327329E+01 + vertex -8.385768E+01 4.3029445E+00 -1.419653E+01 + vertex -8.148687E+01 3.7621044E+00 -9.730479E+00 + endloop + endfacet + facet normal 0.33713944245 0.93919188938 -0.0652348929 + outer loop + vertex -8.148687E+01 3.7621044E+00 -9.730479E+00 + vertex -8.385768E+01 4.3029445E+00 -1.419653E+01 + vertex -8.554835E+01 5.1553038E+00 -1.066258E+01 + endloop + endfacet + facet normal 0.33141518216 0.94284164178 -0.0348369853 + outer loop + vertex -8.148687E+01 3.7621044E+00 -9.730479E+00 + vertex -8.554835E+01 5.1553038E+00 -1.066258E+01 + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + endloop + endfacet + facet normal 0.43316659517 0.85693289994 -0.2793433476 + outer loop + vertex -1.805826E+01 -6.643383E+00 -2.100927E+01 + vertex -1.632938E+01 -8.687760E+00 -2.459985E+01 + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + endloop + endfacet + facet normal 0.42530502576 0.89483301345 -0.1356079389 + outer loop + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + vertex -1.632938E+01 -8.687760E+00 -2.459985E+01 + vertex -1.728827E+01 -8.885313E+00 -2.891077E+01 + endloop + endfacet + facet normal 0.33057221874 0.90917197674 -0.2532357102 + outer loop + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + vertex -1.728827E+01 -8.885313E+00 -2.891077E+01 + vertex -2.122115E+01 -7.941825E+00 -3.065740E+01 + endloop + endfacet + facet normal 0.61035945851 0.6764939899 -0.4120888412 + outer loop + vertex -2.161636E+01 -3.375152E+00 -2.091410E+01 + vertex -1.805826E+01 -6.643383E+00 -2.100927E+01 + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + endloop + endfacet + facet normal 0.51830168282 0.7251088413 -0.4534098961 + outer loop + vertex -2.536365E+01 -2.630852E+00 -2.400740E+01 + vertex -2.161636E+01 -3.375152E+00 -2.091410E+01 + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + endloop + endfacet + facet normal 0.48472306547 0.71034689906 -0.5103438378 + outer loop + vertex -2.536365E+01 -2.630852E+00 -2.400740E+01 + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + vertex -2.564913E+01 -5.465241E+00 -2.822372E+01 + endloop + endfacet + facet normal 0.36443290244 0.89709016249 -0.249835746 + outer loop + vertex -2.564913E+01 -5.465241E+00 -2.822372E+01 + vertex -2.122589E+01 -6.488950E+00 -2.544745E+01 + vertex -2.122115E+01 -7.941825E+00 -3.065740E+01 + endloop + endfacet + facet normal 0.34457962644 0.89486479485 -0.283693285 + outer loop + vertex -2.564913E+01 -5.465241E+00 -2.822372E+01 + vertex -2.122115E+01 -7.941825E+00 -3.065740E+01 + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + endloop + endfacet + facet normal 0.43575759451 0.73303413963 -0.5222798761 + outer loop + vertex -2.994835E+01 -1.566673E+00 -2.633898E+01 + vertex -2.536365E+01 -2.630852E+00 -2.400740E+01 + vertex -2.564913E+01 -5.465241E+00 -2.822372E+01 + endloop + endfacet + facet normal 0.30810173184 0.90585028331 -0.2907036069 + outer loop + vertex -2.564913E+01 -5.465241E+00 -2.822372E+01 + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + vertex -3.022766E+01 -4.575955E+00 -3.030521E+01 + endloop + endfacet + facet normal 0.18407988828 0.98278307038 -0.0158754937 + outer loop + vertex -2.964398E+01 -6.419010E+00 -3.500789E+01 + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + vertex -2.552240E+01 -7.247154E+00 -3.848414E+01 + endloop + endfacet + facet normal 0.1871126197 0.98226325426 -0.01215594 + outer loop + vertex -2.964398E+01 -6.419010E+00 -3.500789E+01 + vertex -2.552240E+01 -7.247154E+00 -3.848414E+01 + vertex -2.892828E+01 -6.619138E+00 -4.016283E+01 + endloop + endfacet + facet normal 0.3991810814 0.71667260894 -0.5718695969 + outer loop + vertex -2.994835E+01 -1.566673E+00 -2.633898E+01 + vertex -2.564913E+01 -5.465241E+00 -2.822372E+01 + vertex -3.022766E+01 -4.575955E+00 -3.030521E+01 + endloop + endfacet + facet normal 0.2906354474 0.90256595268 -0.317656635 + outer loop + vertex -3.022766E+01 -4.575955E+00 -3.030521E+01 + vertex -2.521518E+01 -7.219845E+00 -3.323126E+01 + vertex -2.964398E+01 -6.419010E+00 -3.500789E+01 + endloop + endfacet + facet normal 0.31312825362 0.74584023888 -0.5879396524 + outer loop + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + vertex -2.994835E+01 -1.566673E+00 -2.633898E+01 + vertex -3.022766E+01 -4.575955E+00 -3.030521E+01 + endloop + endfacet + facet normal 0.12647800408 0.99174831906 -0.0209424477 + outer loop + vertex -2.964398E+01 -6.419010E+00 -3.500789E+01 + vertex -2.892828E+01 -6.619138E+00 -4.016283E+01 + vertex -3.322761E+01 -6.014417E+00 -3.749071E+01 + endloop + endfacet + facet normal 0.1795051026 0.98149349824 0.06669655948 + outer loop + vertex -3.322761E+01 -6.014417E+00 -3.749071E+01 + vertex -2.892828E+01 -6.619138E+00 -4.016283E+01 + vertex -3.198472E+01 -5.930605E+00 -4.206915E+01 + endloop + endfacet + facet normal 0.21952575422 0.97524596509 -0.026528302 + outer loop + vertex -3.322761E+01 -6.014417E+00 -3.749071E+01 + vertex -3.576284E+01 -5.552063E+00 -4.147289E+01 + vertex -3.752338E+01 -5.018321E+00 -3.641995E+01 + endloop + endfacet + facet normal 0.10695739747 0.99314188541 0.0472155755 + outer loop + vertex -3.322761E+01 -6.014417E+00 -3.749071E+01 + vertex -3.198472E+01 -5.930605E+00 -4.206915E+01 + vertex -3.576284E+01 -5.552063E+00 -4.147289E+01 + endloop + endfacet + facet normal 0.1431749763 0.98819576541 -0.0544982145 + outer loop + vertex -3.752338E+01 -5.018321E+00 -3.641995E+01 + vertex -3.576284E+01 -5.552063E+00 -4.147289E+01 + vertex -3.962450E+01 -4.989299E+00 -4.141367E+01 + endloop + endfacet + facet normal 0.22332071515 0.91663451387 -0.3315253024 + outer loop + vertex -3.022766E+01 -4.575955E+00 -3.030521E+01 + vertex -2.964398E+01 -6.419010E+00 -3.500789E+01 + vertex -3.448161E+01 -4.369963E+00 -3.260119E+01 + endloop + endfacet + facet normal 0.27337546168 0.93073036594 -0.2429132414 + outer loop + vertex -3.448161E+01 -4.369963E+00 -3.260119E+01 + vertex -2.964398E+01 -6.419010E+00 -3.500789E+01 + vertex -3.322761E+01 -6.014417E+00 -3.749071E+01 + endloop + endfacet + facet normal 0.33689871215 0.75982263173 -0.556029519 + outer loop + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + vertex -3.022766E+01 -4.575955E+00 -3.030521E+01 + vertex -3.448161E+01 -4.369963E+00 -3.260119E+01 + endloop + endfacet + facet normal 0.14994783691 0.94809629201 -0.2804087504 + outer loop + vertex -3.448161E+01 -4.369963E+00 -3.260119E+01 + vertex -3.322761E+01 -6.014417E+00 -3.749071E+01 + vertex -3.752338E+01 -5.018321E+00 -3.641995E+01 + endloop + endfacet + facet normal 0.23851888891 0.71390808394 -0.658364631 + outer loop + vertex -4.072388E+01 1.3093928E+00 -2.788736E+01 + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + endloop + endfacet + facet normal 0.16606711178 0.78134588639 -0.6015981385 + outer loop + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + vertex -3.520416E+01 -8.510300E-01 -2.823031E+01 + vertex -3.448161E+01 -4.369963E+00 -3.260119E+01 + endloop + endfacet + facet normal 0.25907912258 0.896807759 -0.358627734 + outer loop + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + vertex -3.448161E+01 -4.369963E+00 -3.260119E+01 + vertex -3.752338E+01 -5.018321E+00 -3.641995E+01 + endloop + endfacet + facet normal 0.17619323766 0.90220908422 -0.3936682758 + outer loop + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + vertex -3.752338E+01 -5.018321E+00 -3.641995E+01 + vertex -4.159902E+01 -4.382409E+00 -3.678669E+01 + endloop + endfacet + facet normal 0.15925356556 0.98533398832 -0.0612799585 + outer loop + vertex -4.159902E+01 -4.382409E+00 -3.678669E+01 + vertex -3.752338E+01 -5.018321E+00 -3.641995E+01 + vertex -3.962450E+01 -4.989299E+00 -4.141367E+01 + endloop + endfacet + facet normal 0.15780070982 0.9855273672 -0.0619253138 + outer loop + vertex -4.159902E+01 -4.382409E+00 -3.678669E+01 + vertex -3.962450E+01 -4.989299E+00 -4.141367E+01 + vertex -4.365193E+01 -4.348970E+00 -4.148582E+01 + endloop + endfacet + facet normal 0.13424298737 0.98960385008 -0.0516046534 + outer loop + vertex -4.159902E+01 -4.382409E+00 -3.678669E+01 + vertex -4.365193E+01 -4.348970E+00 -4.148582E+01 + vertex -4.616538E+01 -3.787678E+00 -3.726056E+01 + endloop + endfacet + facet normal 0.16539648008 0.98568977419 -0.0325526255 + outer loop + vertex -4.616538E+01 -3.787678E+00 -3.726056E+01 + vertex -4.365193E+01 -4.348970E+00 -4.148582E+01 + vertex -4.772068E+01 -3.666194E+00 -4.148435E+01 + endloop + endfacet + facet normal 0.14141913729 0.98966824526 -0.0236091494 + outer loop + vertex -4.616538E+01 -3.787678E+00 -3.726056E+01 + vertex -4.772068E+01 -3.666194E+00 -4.148435E+01 + vertex -5.058998E+01 -3.149776E+00 -3.702388E+01 + endloop + endfacet + facet normal 0.18163832841 0.98336084915 0.00299299378 + outer loop + vertex -5.058998E+01 -3.149776E+00 -3.702388E+01 + vertex -4.772068E+01 -3.666194E+00 -4.148435E+01 + vertex -5.134994E+01 -2.995833E+00 -4.148248E+01 + endloop + endfacet + facet normal 0.11889801492 0.99280758193 0.01401311186 + outer loop + vertex -5.058998E+01 -3.149776E+00 -3.702388E+01 + vertex -5.134994E+01 -2.995833E+00 -4.148248E+01 + vertex -5.446868E+01 -2.660153E+00 -3.880306E+01 + endloop + endfacet + facet normal 0.08331661642 0.92783060418 -0.3635776552 + outer loop + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + vertex -4.159902E+01 -4.382409E+00 -3.678669E+01 + vertex -4.398698E+01 -2.884111E+00 -3.351033E+01 + endloop + endfacet + facet normal 0.15467356955 0.93626036671 -0.3154244959 + outer loop + vertex -4.398698E+01 -2.884111E+00 -3.351033E+01 + vertex -4.159902E+01 -4.382409E+00 -3.678669E+01 + vertex -4.616538E+01 -3.787678E+00 -3.726056E+01 + endloop + endfacet + facet normal 0.05690692804 0.70160763785 -0.7102874939 + outer loop + vertex -4.072388E+01 1.3093928E+00 -2.788736E+01 + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + vertex -4.476984E+01 -4.952963E-01 -2.999415E+01 + endloop + endfacet + facet normal 0.16037762012 0.83269114801 -0.5300042179 + outer loop + vertex -4.476984E+01 -4.952963E-01 -2.999415E+01 + vertex -3.940587E+01 -2.541108E+00 -3.158521E+01 + vertex -4.398698E+01 -2.884111E+00 -3.351033E+01 + endloop + endfacet + facet normal 0.07489080603 0.68170966088 -0.7277797094 + outer loop + vertex -4.633007E+01 2.9674651E+00 -2.691114E+01 + vertex -4.072388E+01 1.3093928E+00 -2.788736E+01 + vertex -4.476984E+01 -4.952963E-01 -2.999415E+01 + endloop + endfacet + facet normal 0.11348800098 0.94887633304 -0.2945406224 + outer loop + vertex -4.398698E+01 -2.884111E+00 -3.351033E+01 + vertex -4.616538E+01 -3.787678E+00 -3.726056E+01 + vertex -4.861848E+01 -2.175887E+00 -3.301329E+01 + endloop + endfacet + facet normal 0.12133463326 0.94925711227 -0.2901531347 + outer loop + vertex -4.861848E+01 -2.175887E+00 -3.301329E+01 + vertex -4.616538E+01 -3.787678E+00 -3.726056E+01 + vertex -5.058998E+01 -3.149776E+00 -3.702388E+01 + endloop + endfacet + facet normal 0.06821368195 0.83223339152 -0.5502131184 + outer loop + vertex -4.476984E+01 -4.952963E-01 -2.999415E+01 + vertex -4.398698E+01 -2.884111E+00 -3.351033E+01 + vertex -4.861848E+01 -2.175887E+00 -3.301329E+01 + endloop + endfacet + facet normal -0.027883814 0.65766964661 -0.752790229 + outer loop + vertex -4.633007E+01 2.9674651E+00 -2.691114E+01 + vertex -4.476984E+01 -4.952963E-01 -2.999415E+01 + vertex -5.018552E+01 2.2373526E-01 -2.916537E+01 + endloop + endfacet + facet normal 0.03401094612 0.85419549838 -0.51883842 + outer loop + vertex -5.018552E+01 2.2373526E-01 -2.916537E+01 + vertex -4.476984E+01 -4.952963E-01 -2.999415E+01 + vertex -4.861848E+01 -2.175887E+00 -3.301329E+01 + endloop + endfacet + facet normal -0.087443408 0.70286233317 -0.7059307268 + outer loop + vertex -5.159646E+01 3.8002551E+00 -2.542962E+01 + vertex -4.633007E+01 2.9674651E+00 -2.691114E+01 + vertex -5.018552E+01 2.2373526E-01 -2.916537E+01 + endloop + endfacet + facet normal 0.19385756702 0.96853381292 -0.1560816996 + outer loop + vertex -5.058998E+01 -3.149776E+00 -3.702388E+01 + vertex -5.446868E+01 -2.660153E+00 -3.880306E+01 + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + endloop + endfacet + facet normal 0.07911925237 0.98641712631 -0.1439492856 + outer loop + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + vertex -5.446868E+01 -2.660153E+00 -3.880306E+01 + vertex -5.779827E+01 -2.104872E+00 -3.682803E+01 + endloop + endfacet + facet normal 0.05647773919 0.96348810296 -0.2617268432 + outer loop + vertex -4.861848E+01 -2.175887E+00 -3.301329E+01 + vertex -5.058998E+01 -3.149776E+00 -3.702388E+01 + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + endloop + endfacet + facet normal 0.04940691762 0.85640012354 -0.5139433674 + outer loop + vertex -5.018552E+01 2.2373526E-01 -2.916537E+01 + vertex -4.861848E+01 -2.175887E+00 -3.301329E+01 + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + endloop + endfacet + facet normal 0.08921804212 0.98395258462 -0.1545233063 + outer loop + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + vertex -5.779827E+01 -2.104872E+00 -3.682803E+01 + vertex -5.824094E+01 -1.236670E+00 -3.155520E+01 + endloop + endfacet + facet normal 0.12301820865 0.98082313691 -0.1511704152 + outer loop + vertex -5.824094E+01 -1.236670E+00 -3.155520E+01 + vertex -5.779827E+01 -2.104872E+00 -3.682803E+01 + vertex -6.156278E+01 -1.443674E+00 -3.560150E+01 + endloop + endfacet + facet normal 0.06972787876 0.9917049799 -0.1079780337 + outer loop + vertex -5.824094E+01 -1.236670E+00 -3.155520E+01 + vertex -6.156278E+01 -1.443674E+00 -3.560150E+01 + vertex -6.269709E+01 -8.251045E-01 -3.065285E+01 + endloop + endfacet + facet normal 0.17021292198 0.9818450667 -0.08371276 + outer loop + vertex -6.269709E+01 -8.251045E-01 -3.065285E+01 + vertex -6.156278E+01 -1.443674E+00 -3.560150E+01 + vertex -6.519069E+01 -7.296819E-01 -3.460390E+01 + endloop + endfacet + facet normal 0.11135294395 0.99270166368 -0.0463025788 + outer loop + vertex -6.269709E+01 -8.251045E-01 -3.065285E+01 + vertex -6.519069E+01 -7.296819E-01 -3.460390E+01 + vertex -6.752470E+01 -3.118650E-01 -3.125920E+01 + endloop + endfacet + facet normal -0.1268135504 0.69214020638 -0.7105351913 + outer loop + vertex -5.159646E+01 3.8002551E+00 -2.542962E+01 + vertex -5.018552E+01 2.2373526E-01 -2.916537E+01 + vertex -5.500689E+01 7.0064619E-01 -2.784031E+01 + endloop + endfacet + facet normal -0.0364613611 0.89064931832 -0.453226611 + outer loop + vertex -5.500689E+01 7.0064619E-01 -2.784031E+01 + vertex -5.018552E+01 2.2373526E-01 -2.916537E+01 + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + endloop + endfacet + facet normal -0.0181705381 0.8929237539 -0.4498410844 + outer loop + vertex -5.500689E+01 7.0064619E-01 -2.784031E+01 + vertex -5.373214E+01 -1.872216E+00 -3.299887E+01 + vertex -5.824094E+01 -1.236670E+00 -3.155520E+01 + endloop + endfacet + facet normal -0.2161944183 0.73643211015 -0.6410364425 + outer loop + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + vertex -5.159646E+01 3.8002551E+00 -2.542962E+01 + vertex -5.500689E+01 7.0064619E-01 -2.784031E+01 + endloop + endfacet + facet normal -0.0978523723 0.91479769159 -0.391880207 + outer loop + vertex -5.500689E+01 7.0064619E-01 -2.784031E+01 + vertex -5.824094E+01 -1.236670E+00 -3.155520E+01 + vertex -5.972704E+01 7.1056417E-01 -2.663853E+01 + endloop + endfacet + facet normal 0.01205947828 0.93091330548 -0.3650410753 + outer loop + vertex -5.972704E+01 7.1056417E-01 -2.663853E+01 + vertex -5.824094E+01 -1.236670E+00 -3.155520E+01 + vertex -6.269709E+01 -8.251045E-01 -3.065285E+01 + endloop + endfacet + facet normal -0.1601068819 0.75567022216 -0.6350813347 + outer loop + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + vertex -5.500689E+01 7.0064619E-01 -2.784031E+01 + vertex -5.972704E+01 7.1056417E-01 -2.663853E+01 + endloop + endfacet + facet normal -0.3009678924 0.718251707 -0.6273219374 + outer loop + vertex -6.036284E+01 6.1621766E+00 -1.924707E+01 + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + vertex -6.212173E+01 2.4657272E+00 -2.263546E+01 + endloop + endfacet + facet normal -0.3134252091 0.78640042218 -0.5322959837 + outer loop + vertex -6.212173E+01 2.4657272E+00 -2.263546E+01 + vertex -5.671365E+01 4.2398370E+00 -2.319882E+01 + vertex -5.972704E+01 7.1056417E-01 -2.663853E+01 + endloop + endfacet + facet normal -0.432093419 0.70962470374 -0.5565321708 + outer loop + vertex -6.339592E+01 7.5799123E+00 -1.508445E+01 + vertex -6.036284E+01 6.1621766E+00 -1.924707E+01 + vertex -6.504587E+01 3.7001593E+00 -1.875043E+01 + endloop + endfacet + facet normal -0.4330690851 0.71233528162 -0.5522948615 + outer loop + vertex -6.504587E+01 3.7001593E+00 -1.875043E+01 + vertex -6.036284E+01 6.1621766E+00 -1.924707E+01 + vertex -6.212173E+01 2.4657272E+00 -2.263546E+01 + endloop + endfacet + facet normal -0.5339612275 0.70902065226 -0.4606247086 + outer loop + vertex -6.577381E+01 8.7326714E+00 -1.055358E+01 + vertex -6.339592E+01 7.5799123E+00 -1.508445E+01 + vertex -6.751670E+01 4.7464560E+00 -1.466902E+01 + endloop + endfacet + facet normal -0.525518805 0.69163695867 -0.4954475785 + outer loop + vertex -6.751670E+01 4.7464560E+00 -1.466902E+01 + vertex -6.339592E+01 7.5799123E+00 -1.508445E+01 + vertex -6.504587E+01 3.7001593E+00 -1.875043E+01 + endloop + endfacet + facet normal -0.6089640795 0.71772513787 -0.3376882827 + outer loop + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + vertex -6.577381E+01 8.7326714E+00 -1.055358E+01 + vertex -6.951791E+01 5.6188245E+00 -1.041993E+01 + endloop + endfacet + facet normal -0.5892988084 0.69057569297 -0.4193234154 + outer loop + vertex -6.951791E+01 5.6188245E+00 -1.041993E+01 + vertex -6.577381E+01 8.7326714E+00 -1.055358E+01 + vertex -6.751670E+01 4.7464560E+00 -1.466902E+01 + endloop + endfacet + facet normal -0.6870875171 0.68409554904 -0.2447938391 + outer loop + vertex -6.759976E+01 1.1609079E+01 2.1242185E-01 + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + vertex -7.051763E+01 7.9682021E+00 -1.772389E+00 + endloop + endfacet + facet normal -0.640832611 0.74556065091 -0.1829559522 + outer loop + vertex -7.051763E+01 7.9682021E+00 -1.772389E+00 + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + vertex -7.171731E+01 5.7153796E+00 -6.750763E+00 + endloop + endfacet + facet normal -0.7377662624 0.66956657135 -0.0859159394 + outer loop + vertex -6.686580E+01 1.3108866E+01 5.5981769E+00 + vertex -6.759976E+01 1.1609079E+01 2.1242185E-01 + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + endloop + endfacet + facet normal -0.7485519824 0.65525641492 -0.1015330505 + outer loop + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + vertex -6.759976E+01 1.1609079E+01 2.1242185E-01 + vertex -7.051763E+01 7.9682021E+00 -1.772389E+00 + endloop + endfacet + facet normal -0.7471651496 0.66047147833 0.07430791007 + outer loop + vertex -6.519448E+01 1.4411077E+01 1.0828902E+01 + vertex -6.686580E+01 1.3108866E+01 5.5981769E+00 + vertex -6.842905E+01 1.0904129E+01 9.4761003E+00 + endloop + endfacet + facet normal -0.7697763142 0.63623956896 0.0514163111 + outer loop + vertex -6.842905E+01 1.0904129E+01 9.4761003E+00 + vertex -6.686580E+01 1.3108866E+01 5.5981769E+00 + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + endloop + endfacet + facet normal -0.6988425234 0.67818341422 0.2273463967 + outer loop + vertex -6.283334E+01 1.5177386E+01 1.5800908E+01 + vertex -6.519448E+01 1.4411077E+01 1.0828902E+01 + vertex -6.635776E+01 1.1873974E+01 1.4821336E+01 + endloop + endfacet + facet normal -0.756657998 0.62879717703 0.17911667765 + outer loop + vertex -6.635776E+01 1.1873974E+01 1.4821336E+01 + vertex -6.519448E+01 1.4411077E+01 1.0828902E+01 + vertex -6.842905E+01 1.0904129E+01 9.4761003E+00 + endloop + endfacet + facet normal -0.6201497328 0.716468159 0.31951163673 + outer loop + vertex -5.976611E+01 1.6055542E+01 1.9785018E+01 + vertex -6.283334E+01 1.5177386E+01 1.5800908E+01 + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + endloop + endfacet + facet normal -0.6975595827 0.66543774094 0.2657127048 + outer loop + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + vertex -6.283334E+01 1.5177386E+01 1.5800908E+01 + vertex -6.635776E+01 1.1873974E+01 1.4821336E+01 + endloop + endfacet + facet normal -0.563427911 0.71400696324 0.41562368256 + outer loop + vertex -5.580587E+01 1.7329333E+01 2.2965325E+01 + vertex -5.976611E+01 1.6055542E+01 1.9785018E+01 + vertex -6.003899E+01 1.3348409E+01 2.4065727E+01 + endloop + endfacet + facet normal -0.5918900352 0.69773739312 0.40352040401 + outer loop + vertex -6.003899E+01 1.3348409E+01 2.4065727E+01 + vertex -5.976611E+01 1.6055542E+01 1.9785018E+01 + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + endloop + endfacet + facet normal -0.4749848615 0.7108302002 0.51875794724 + outer loop + vertex -5.119055E+01 1.8532197E+01 2.5542975E+01 + vertex -5.580587E+01 1.7329333E+01 2.2965325E+01 + vertex -5.569753E+01 1.4527344E+01 2.6903967E+01 + endloop + endfacet + facet normal -0.5178127248 0.69029846136 0.50532961153 + outer loop + vertex -5.569753E+01 1.4527344E+01 2.6903967E+01 + vertex -5.580587E+01 1.7329333E+01 2.2965325E+01 + vertex -6.003899E+01 1.3348409E+01 2.4065727E+01 + endloop + endfacet + facet normal -0.3414437002 0.72094960759 0.60303222374 + outer loop + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + vertex -5.119055E+01 1.8532197E+01 2.5542975E+01 + vertex -5.124033E+01 1.5456385E+01 2.9192047E+01 + endloop + endfacet + facet normal -0.4392159047 0.68985596876 0.57548947116 + outer loop + vertex -5.124033E+01 1.5456385E+01 2.9192047E+01 + vertex -5.119055E+01 1.8532197E+01 2.5542975E+01 + vertex -5.569753E+01 1.4527344E+01 2.6903967E+01 + endloop + endfacet + facet normal -0.2318128847 0.73563766108 0.63647467984 + outer loop + vertex -3.981360E+01 2.0598125E+01 2.8351257E+01 + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + vertex -4.196044E+01 1.7216570E+01 3.1477747E+01 + endloop + endfacet + facet normal -0.2090028907 0.75422651884 0.62246297075 + outer loop + vertex -4.196044E+01 1.7216570E+01 3.1477747E+01 + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + vertex -4.739271E+01 1.5504816E+01 3.1727868E+01 + endloop + endfacet + facet normal -0.094522308 0.76750992136 0.63403001026 + outer loop + vertex -3.449227E+01 2.1481645E+01 2.8075045E+01 + vertex -3.981360E+01 2.0598125E+01 2.8351257E+01 + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + endloop + endfacet + facet normal -0.1636954123 0.72373815881 0.670378169 + outer loop + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + vertex -3.981360E+01 2.0598125E+01 2.8351257E+01 + vertex -4.196044E+01 1.7216570E+01 3.1477747E+01 + endloop + endfacet + facet normal -0.0161902868 0.75118506723 0.6598930742 + outer loop + vertex -2.995755E+01 2.3163922E+01 2.6271293E+01 + vertex -3.449227E+01 2.1481645E+01 2.8075045E+01 + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + endloop + endfacet + facet normal -0.0066670276 0.75797966244 0.65224411233 + outer loop + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + vertex -3.449227E+01 2.1481645E+01 2.8075045E+01 + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + endloop + endfacet + facet normal 0.1536326343 0.71067256558 0.68654316558 + outer loop + vertex -2.512319E+01 2.4609930E+01 2.3692643E+01 + vertex -2.995755E+01 2.3163922E+01 2.6271293E+01 + vertex -2.628903E+01 2.1023418E+01 2.7666097E+01 + endloop + endfacet + facet normal 0.18170295745 0.7362096642 0.65190441445 + outer loop + vertex -2.628903E+01 2.1023418E+01 2.7666097E+01 + vertex -2.995755E+01 2.3163922E+01 2.6271293E+01 + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + endloop + endfacet + facet normal 0.28953186671 0.7425399635 0.60399147409 + outer loop + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + vertex -2.512319E+01 2.4609930E+01 2.3692643E+01 + vertex -2.173014E+01 2.1147554E+01 2.6322742E+01 + endloop + endfacet + facet normal 0.18354380167 0.70232631361 0.68778588389 + outer loop + vertex -2.173014E+01 2.1147554E+01 2.6322742E+01 + vertex -2.512319E+01 2.4609930E+01 2.3692643E+01 + vertex -2.628903E+01 2.1023418E+01 2.7666097E+01 + endloop + endfacet + facet normal 0.39182857743 0.69721582924 0.60030030265 + outer loop + vertex -1.748462E+01 2.7503106E+01 1.6092927E+01 + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + vertex -1.610878E+01 2.3670496E+01 1.9646254E+01 + endloop + endfacet + facet normal 0.38625128052 0.78385699557 0.48618737004 + outer loop + vertex -1.610878E+01 2.3670496E+01 1.9646254E+01 + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + vertex -1.764452E+01 2.1102496E+01 2.5006585E+01 + endloop + endfacet + facet normal 0.54556924229 0.67950205454 0.49054170031 + outer loop + vertex -1.462394E+01 2.8942179E+01 1.0917926E+01 + vertex -1.748462E+01 2.7503106E+01 1.6092927E+01 + vertex -1.339993E+01 2.5473231E+01 1.4361831E+01 + endloop + endfacet + facet normal 0.54623330312 0.66648646989 0.50737063772 + outer loop + vertex -1.339993E+01 2.5473231E+01 1.4361831E+01 + vertex -1.748462E+01 2.7503106E+01 1.6092927E+01 + vertex -1.610878E+01 2.3670496E+01 1.9646254E+01 + endloop + endfacet + facet normal 0.62534882784 0.69547567735 0.35391019445 + outer loop + vertex -1.276293E+01 3.0022038E+01 5.5075361E+00 + vertex -1.462394E+01 2.8942179E+01 1.0917926E+01 + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + endloop + endfacet + facet normal 0.63351324407 0.64612138984 0.4256619776 + outer loop + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + vertex -1.462394E+01 2.8942179E+01 1.0917926E+01 + vertex -1.339993E+01 2.5473231E+01 1.4361831E+01 + endloop + endfacet + facet normal 0.66695544257 0.71677996734 0.20346232093 + outer loop + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + vertex -1.276293E+01 3.0022038E+01 5.5075361E+00 + vertex -9.220311E+00 2.7522905E+01 2.6989469E+00 + endloop + endfacet + facet normal 0.69048744756 0.6686193317 0.27599868486 + outer loop + vertex -9.220311E+00 2.7522905E+01 2.6989469E+00 + vertex -1.276293E+01 3.0022038E+01 5.5075361E+00 + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + endloop + endfacet + facet normal 0.71798462348 0.69033403943 0.0890898111 + outer loop + vertex -1.275288E+01 3.2528617E+01 -5.844992E+00 + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + vertex -9.399088E+00 2.9123163E+01 -6.485574E+00 + endloop + endfacet + facet normal 0.66922253929 0.71551617299 0.20044400487 + outer loop + vertex -7.608504E+00 2.7542640E+01 -2.752843E+00 + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + vertex -9.220311E+00 2.7522905E+01 2.6989469E+00 + endloop + endfacet + facet normal 0.70964989547 0.70213696126 -0.0583156368 + outer loop + vertex -1.433047E+01 3.3699258E+01 -1.094807E+01 + vertex -1.275288E+01 3.2528617E+01 -5.844992E+00 + vertex -1.087008E+01 3.0196154E+01 -1.101648E+01 + endloop + endfacet + facet normal 0.70530110963 0.70621439567 -0.0617379308 + outer loop + vertex -1.087008E+01 3.0196154E+01 -1.101648E+01 + vertex -1.275288E+01 3.2528617E+01 -5.844992E+00 + vertex -9.399088E+00 2.9123163E+01 -6.485574E+00 + endloop + endfacet + facet normal 0.65344310138 0.730661139 -0.1978545254 + outer loop + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + vertex -1.433047E+01 3.3699258E+01 -1.094807E+01 + vertex -1.269648E+01 3.0994551E+01 -1.553984E+01 + endloop + endfacet + facet normal 0.70067649266 0.69526246216 -0.1601953849 + outer loop + vertex -1.269648E+01 3.0994551E+01 -1.553984E+01 + vertex -1.433047E+01 3.3699258E+01 -1.094807E+01 + vertex -1.087008E+01 3.0196154E+01 -1.101648E+01 + endloop + endfacet + facet normal 0.65340835856 0.68947616689 -0.3125382093 + outer loop + vertex -2.026270E+01 3.6205399E+01 -1.963269E+01 + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + vertex -1.778876E+01 3.2732752E+01 -2.212138E+01 + endloop + endfacet + facet normal 0.65367112209 0.73178787864 -0.1928744795 + outer loop + vertex -1.415656E+01 3.1036708E+01 -2.032824E+01 + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + vertex -1.269648E+01 3.0994551E+01 -1.553984E+01 + endloop + endfacet + facet normal 0.58706720457 0.68123899661 -0.4373391439 + outer loop + vertex -2.420069E+01 3.7655517E+01 -2.266005E+01 + vertex -2.026270E+01 3.6205399E+01 -1.963269E+01 + vertex -2.158978E+01 3.3998852E+01 -2.485123E+01 + endloop + endfacet + facet normal 0.55190750454 0.70843968085 -0.4398992214 + outer loop + vertex -2.158978E+01 3.3998852E+01 -2.485123E+01 + vertex -2.026270E+01 3.6205399E+01 -1.963269E+01 + vertex -1.778876E+01 3.2732752E+01 -2.212138E+01 + endloop + endfacet + facet normal 0.49597575395 0.67593758304 -0.5450838792 + outer loop + vertex -2.864313E+01 3.8977608E+01 -2.506279E+01 + vertex -2.420069E+01 3.7655517E+01 -2.266005E+01 + vertex -2.578736E+01 3.5233959E+01 -2.710666E+01 + endloop + endfacet + facet normal 0.49253986082 0.67836725744 -0.5451810246 + outer loop + vertex -2.578736E+01 3.5233959E+01 -2.710666E+01 + vertex -2.420069E+01 3.7655517E+01 -2.266005E+01 + vertex -2.158978E+01 3.3998852E+01 -2.485123E+01 + endloop + endfacet + facet normal 0.37331974531 0.67953987923 -0.6315519933 + outer loop + vertex -3.367550E+01 4.0012380E+01 -2.692410E+01 + vertex -2.864313E+01 3.8977608E+01 -2.506279E+01 + vertex -3.047327E+01 3.6452398E+01 -2.886170E+01 + endloop + endfacet + facet normal 0.40818936895 0.65726782563 -0.6335459292 + outer loop + vertex -3.047327E+01 3.6452398E+01 -2.886170E+01 + vertex -2.864313E+01 3.8977608E+01 -2.506279E+01 + vertex -2.578736E+01 3.5233959E+01 -2.710666E+01 + endloop + endfacet + facet normal 0.22179640909 0.70979485342 -0.6685788054 + outer loop + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + vertex -3.367550E+01 4.0012380E+01 -2.692410E+01 + vertex -3.557494E+01 3.7176620E+01 -3.056480E+01 + endloop + endfacet + facet normal 0.32069980361 0.65884615395 -0.6804949532 + outer loop + vertex -3.557494E+01 3.7176620E+01 -3.056480E+01 + vertex -3.367550E+01 4.0012380E+01 -2.692410E+01 + vertex -3.047327E+01 3.6452398E+01 -2.886170E+01 + endloop + endfacet + facet normal 0.13558526507 0.68037832376 -0.7202096726 + outer loop + vertex -4.434205E+01 4.2555844E+01 -2.726376E+01 + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + vertex -4.387683E+01 3.8888794E+01 -3.064042E+01 + endloop + endfacet + facet normal 0.05502034526 0.77771007613 -0.6262106667 + outer loop + vertex -4.387683E+01 3.8888794E+01 -3.064042E+01 + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + vertex -4.003524E+01 3.6776980E+01 -3.292561E+01 + endloop + endfacet + facet normal -0.0313884358 0.66809016611 -0.743417982 + outer loop + vertex -4.970655E+01 4.4006881E+01 -2.573325E+01 + vertex -4.434205E+01 4.2555844E+01 -2.726376E+01 + vertex -4.866202E+01 4.0517133E+01 -2.891350E+01 + endloop + endfacet + facet normal -0.0366468353 0.67440474304 -0.7374518642 + outer loop + vertex -4.866202E+01 4.0517133E+01 -2.891350E+01 + vertex -4.434205E+01 4.2555844E+01 -2.726376E+01 + vertex -4.387683E+01 3.8888794E+01 -3.064042E+01 + endloop + endfacet + facet normal -0.2015792654 0.69583480251 -0.6893328132 + outer loop + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + vertex -4.970655E+01 4.4006881E+01 -2.573325E+01 + vertex -5.374612E+01 4.1451067E+01 -2.713189E+01 + endloop + endfacet + facet normal -0.145748328 0.642192115 -0.7525601054 + outer loop + vertex -5.374612E+01 4.1451067E+01 -2.713189E+01 + vertex -4.970655E+01 4.4006881E+01 -2.573325E+01 + vertex -4.866202E+01 4.0517133E+01 -2.891350E+01 + endloop + endfacet + facet normal -0.3041001173 0.69491452369 -0.6516263679 + outer loop + vertex -5.935512E+01 4.6027191E+01 -2.009052E+01 + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + vertex -6.148116E+01 4.2616078E+01 -2.273606E+01 + endloop + endfacet + facet normal -0.1791423328 0.7045049127 -0.6867174474 + outer loop + vertex -5.904870E+01 4.1164527E+01 -2.604258E+01 + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + vertex -5.374612E+01 4.1451067E+01 -2.713189E+01 + endloop + endfacet + facet normal -0.4205826891 0.70876692445 -0.5663564677 + outer loop + vertex -6.287965E+01 4.7073947E+01 -1.616320E+01 + vertex -5.935512E+01 4.6027191E+01 -2.009052E+01 + vertex -6.477823E+01 4.3646466E+01 -1.904262E+01 + endloop + endfacet + facet normal -0.4199250674 0.704989144 -0.5715358647 + outer loop + vertex -6.477823E+01 4.3646466E+01 -1.904262E+01 + vertex -5.935512E+01 4.6027191E+01 -2.009052E+01 + vertex -6.148116E+01 4.2616078E+01 -2.273606E+01 + endloop + endfacet + facet normal -0.5008870529 0.71975367108 -0.4806940952 + outer loop + vertex -6.538974E+01 4.8267338E+01 -1.176078E+01 + vertex -6.287965E+01 4.7073947E+01 -1.616320E+01 + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + endloop + endfacet + facet normal -0.4999703188 0.70247281418 -0.5065191267 + outer loop + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + vertex -6.287965E+01 4.7073947E+01 -1.616320E+01 + vertex -6.477823E+01 4.3646466E+01 -1.904262E+01 + endloop + endfacet + facet normal -0.5957524094 0.70472490078 -0.3852815606 + outer loop + vertex -6.707827E+01 4.9663345E+01 -6.596375E+00 + vertex -6.538974E+01 4.8267338E+01 -1.176078E+01 + vertex -6.964769E+01 4.6014294E+01 -9.297875E+00 + endloop + endfacet + facet normal -0.5941047379 0.71048246673 -0.3771660441 + outer loop + vertex -6.964769E+01 4.6014294E+01 -9.297875E+00 + vertex -6.538974E+01 4.8267338E+01 -1.176078E+01 + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + endloop + endfacet + facet normal -0.6483284715 0.7252372096 -0.2317351566 + outer loop + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + vertex -6.707827E+01 4.9663345E+01 -6.596375E+00 + vertex -7.095811E+01 4.7020244E+01 -4.013553E+00 + endloop + endfacet + facet normal -0.6643707796 0.6865311482 -0.2954428028 + outer loop + vertex -7.095811E+01 4.7020244E+01 -4.013553E+00 + vertex -6.707827E+01 4.9663345E+01 -6.596375E+00 + vertex -6.964769E+01 4.6014294E+01 -9.297875E+00 + endloop + endfacet + facet normal -0.7125049758 0.69004483545 -0.1271801263 + outer loop + vertex -6.750770E+01 5.2210328E+01 4.4557439E+00 + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + vertex -7.090354E+01 4.8794251E+01 4.9456335E+00 + endloop + endfacet + facet normal -0.6495307309 0.72466909504 -0.2301402448 + outer loop + vertex -7.265348E+01 4.7119111E+01 1.0826617E+00 + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + vertex -7.095811E+01 4.7020244E+01 -4.013553E+00 + endloop + endfacet + facet normal -0.7181449096 0.69555329207 0.02176020956 + outer loop + vertex -6.615082E+01 5.3451852E+01 9.5520119E+00 + vertex -6.750770E+01 5.2210328E+01 4.4557439E+00 + vertex -6.951835E+01 4.9970339E+01 9.6991805E+00 + endloop + endfacet + facet normal -0.7066356874 0.70689729478 0.03101966988 + outer loop + vertex -6.951835E+01 4.9970339E+01 9.6991805E+00 + vertex -6.750770E+01 5.2210328E+01 4.4557439E+00 + vertex -7.090354E+01 4.8794251E+01 4.9456335E+00 + endloop + endfacet + facet normal -0.6847953538 0.71098235954 0.1598730991 + outer loop + vertex -6.403192E+01 5.4387729E+01 1.4466026E+01 + vertex -6.615082E+01 5.3451852E+01 9.5520119E+00 + vertex -6.754228E+01 5.0969887E+01 1.4629574E+01 + endloop + endfacet + facet normal -0.7082663498 0.69115479939 0.1437491602 + outer loop + vertex -6.754228E+01 5.0969887E+01 1.4629574E+01 + vertex -6.615082E+01 5.3451852E+01 9.5520119E+00 + vertex -6.951835E+01 4.9970339E+01 9.6991805E+00 + endloop + endfacet + facet normal -0.6361797227 0.72648313093 0.25980304246 + outer loop + vertex -6.107923E+01 5.5527428E+01 1.8509366E+01 + vertex -6.403192E+01 5.4387729E+01 1.4466026E+01 + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + endloop + endfacet + facet normal -0.6712028506 0.7009160861 0.24125375367 + outer loop + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + vertex -6.403192E+01 5.4387729E+01 1.4466026E+01 + vertex -6.754228E+01 5.0969887E+01 1.4629574E+01 + endloop + endfacet + facet normal -0.5976163683 0.70609638981 0.37984544838 + outer loop + vertex -5.725738E+01 5.6970308E+01 2.1840154E+01 + vertex -6.107923E+01 5.5527428E+01 1.8509366E+01 + vertex -6.075462E+01 5.3197939E+01 2.3350374E+01 + endloop + endfacet + facet normal -0.5822815424 0.71664177538 0.38389161386 + outer loop + vertex -6.075462E+01 5.3197939E+01 2.3350374E+01 + vertex -6.107923E+01 5.5527428E+01 1.8509366E+01 + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + endloop + endfacet + facet normal -0.5360699855 0.69106641198 0.48482593256 + outer loop + vertex -5.666978E+01 5.4310442E+01 2.6281206E+01 + vertex -5.725738E+01 5.6970308E+01 2.1840154E+01 + vertex -6.075462E+01 5.3197939E+01 2.3350374E+01 + endloop + endfacet + facet normal 0.12602532335 0.97607308621 -0.1771974838 + outer loop + vertex -6.269709E+01 -8.251045E-01 -3.065285E+01 + vertex -6.752470E+01 -3.118650E-01 -3.125920E+01 + vertex -6.497643E+01 1.8538080E-01 -2.670780E+01 + endloop + endfacet + facet normal 0.05368136428 0.98896228913 -0.1381010565 + outer loop + vertex -6.497643E+01 1.8538080E-01 -2.670780E+01 + vertex -6.752470E+01 -3.118650E-01 -3.125920E+01 + vertex -7.025752E+01 3.0275853E-01 -2.792006E+01 + endloop + endfacet + facet normal -0.0912107142 0.95075311846 -0.2962247683 + outer loop + vertex -5.972704E+01 7.1056417E-01 -2.663853E+01 + vertex -6.269709E+01 -8.251045E-01 -3.065285E+01 + vertex -6.497643E+01 1.8538080E-01 -2.670780E+01 + endloop + endfacet + facet normal -0.0835430679 0.89329216742 -0.441644268 + outer loop + vertex -6.212173E+01 2.4657272E+00 -2.263546E+01 + vertex -5.972704E+01 7.1056417E-01 -2.663853E+01 + vertex -6.497643E+01 1.8538080E-01 -2.670780E+01 + endloop + endfacet + facet normal -0.1861142036 0.88728284992 -0.422007876 + outer loop + vertex -6.504587E+01 3.7001593E+00 -1.875043E+01 + vertex -6.212173E+01 2.4657272E+00 -2.263546E+01 + vertex -6.753733E+01 1.1300144E+00 -2.305544E+01 + endloop + endfacet + facet normal 0.06862953963 0.97647224157 -0.2044307896 + outer loop + vertex -6.497643E+01 1.8538080E-01 -2.670780E+01 + vertex -7.025752E+01 3.0275853E-01 -2.792006E+01 + vertex -6.753733E+01 1.1300144E+00 -2.305544E+01 + endloop + endfacet + facet normal 0.01274394505 0.98456460774 -0.1745569392 + outer loop + vertex -6.753733E+01 1.1300144E+00 -2.305544E+01 + vertex -7.025752E+01 3.0275853E-01 -2.792006E+01 + vertex -7.282842E+01 9.6000890E-01 -2.440062E+01 + endloop + endfacet + facet normal -0.1950631693 0.90769615792 -0.3715347156 + outer loop + vertex -6.212173E+01 2.4657272E+00 -2.263546E+01 + vertex -6.497643E+01 1.8538080E-01 -2.670780E+01 + vertex -6.753733E+01 1.1300144E+00 -2.305544E+01 + endloop + endfacet + facet normal 0.0215958927 0.9777801928 -0.2085174141 + outer loop + vertex -6.753733E+01 1.1300144E+00 -2.305544E+01 + vertex -7.282842E+01 9.6000890E-01 -2.440062E+01 + vertex -7.005251E+01 1.9794100E+00 -1.933295E+01 + endloop + endfacet + facet normal -0.018846153 0.9821333472 -0.187240249 + outer loop + vertex -7.005251E+01 1.9794100E+00 -1.933295E+01 + vertex -7.282842E+01 9.6000890E-01 -2.440062E+01 + vertex -7.511944E+01 1.6442677E+00 -2.058088E+01 + endloop + endfacet + facet normal -0.2610483543 0.88782789358 -0.3789662097 + outer loop + vertex -6.504587E+01 3.7001593E+00 -1.875043E+01 + vertex -6.753733E+01 1.1300144E+00 -2.305544E+01 + vertex -7.005251E+01 1.9794100E+00 -1.933295E+01 + endloop + endfacet + facet normal -0.2597547998 0.88588853376 -0.384355239 + outer loop + vertex -6.751670E+01 4.7464560E+00 -1.466902E+01 + vertex -6.504587E+01 3.7001593E+00 -1.875043E+01 + vertex -7.005251E+01 1.9794100E+00 -1.933295E+01 + endloop + endfacet + facet normal -0.0133331671 0.97793227964 -0.2084962424 + outer loop + vertex -7.005251E+01 1.9794100E+00 -1.933295E+01 + vertex -7.511944E+01 1.6442677E+00 -2.058088E+01 + vertex -7.219156E+01 2.7799394E+00 -1.544135E+01 + endloop + endfacet + facet normal -0.0342799586 0.97980844736 -0.1969778945 + outer loop + vertex -7.219156E+01 2.7799394E+00 -1.544135E+01 + vertex -7.511944E+01 1.6442677E+00 -2.058088E+01 + vertex -7.721428E+01 2.3171951E+00 -1.686903E+01 + endloop + endfacet + facet normal -0.3125776416 0.8817848879 -0.3532005512 + outer loop + vertex -6.751670E+01 4.7464560E+00 -1.466902E+01 + vertex -7.005251E+01 1.9794100E+00 -1.933295E+01 + vertex -7.219156E+01 2.7799394E+00 -1.544135E+01 + endloop + endfacet + facet normal -0.0387753723 0.98252567151 -0.1820433336 + outer loop + vertex -7.219156E+01 2.7799394E+00 -1.544135E+01 + vertex -7.721428E+01 2.3171951E+00 -1.686903E+01 + vertex -7.423518E+01 3.3760230E+00 -1.178887E+01 + endloop + endfacet + facet normal -0.017771481 0.98083879911 -0.1940088261 + outer loop + vertex -7.423518E+01 3.3760230E+00 -1.178887E+01 + vertex -7.721428E+01 2.3171951E+00 -1.686903E+01 + vertex -7.923605E+01 2.9917980E+00 -1.327329E+01 + endloop + endfacet + facet normal -0.318544906 0.88775748534 -0.332288715 + outer loop + vertex -6.751670E+01 4.7464560E+00 -1.466902E+01 + vertex -7.219156E+01 2.7799394E+00 -1.544135E+01 + vertex -6.951791E+01 5.6188245E+00 -1.041993E+01 + endloop + endfacet + facet normal -0.3265451439 0.88666278675 -0.327410097 + outer loop + vertex -6.951791E+01 5.6188245E+00 -1.041993E+01 + vertex -7.219156E+01 2.7799394E+00 -1.544135E+01 + vertex -7.423518E+01 3.3760230E+00 -1.178887E+01 + endloop + endfacet + facet normal -0.0354914667 0.98997957898 -0.1366776828 + outer loop + vertex -7.423518E+01 3.3760230E+00 -1.178887E+01 + vertex -7.923605E+01 2.9917980E+00 -1.327329E+01 + vertex -7.663053E+01 3.7466760E+00 -8.482162E+00 + endloop + endfacet + facet normal 0.04986386878 0.98206148756 -0.1818483688 + outer loop + vertex -7.663053E+01 3.7466760E+00 -8.482162E+00 + vertex -7.923605E+01 2.9917980E+00 -1.327329E+01 + vertex -8.148687E+01 3.7621044E+00 -9.730479E+00 + endloop + endfacet + facet normal -0.2642693188 0.9184233268 -0.2943812493 + outer loop + vertex -7.171731E+01 5.7153796E+00 -6.750763E+00 + vertex -7.423518E+01 3.3760230E+00 -1.178887E+01 + vertex -7.663053E+01 3.7466760E+00 -8.482162E+00 + endloop + endfacet + facet normal -0.4242063392 0.85904570895 -0.2865125681 + outer loop + vertex -7.051763E+01 7.9682021E+00 -1.772389E+00 + vertex -7.171731E+01 5.7153796E+00 -6.750763E+00 + vertex -7.485339E+01 5.1315362E+00 -3.858057E+00 + endloop + endfacet + facet normal -0.3190635607 0.93459227059 -0.157275974 + outer loop + vertex -7.485339E+01 5.1315362E+00 -3.858057E+00 + vertex -7.171731E+01 5.7153796E+00 -6.750763E+00 + vertex -7.663053E+01 3.7466760E+00 -8.482162E+00 + endloop + endfacet + facet normal 0.02845895936 0.99473795741 -0.0984199356 + outer loop + vertex -7.663053E+01 3.7466760E+00 -8.482162E+00 + vertex -8.148687E+01 3.7621044E+00 -9.730479E+00 + vertex -7.981604E+01 4.1379807E+00 -5.448334E+00 + endloop + endfacet + facet normal 0.21457578238 0.96211945712 -0.1681766448 + outer loop + vertex -7.981604E+01 4.1379807E+00 -5.448334E+00 + vertex -8.148687E+01 3.7621044E+00 -9.730479E+00 + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + endloop + endfacet + facet normal -0.1144659869 0.9628986797 -0.2443842681 + outer loop + vertex -7.485339E+01 5.1315362E+00 -3.858057E+00 + vertex -7.663053E+01 3.7466760E+00 -8.482162E+00 + vertex -7.981604E+01 4.1379807E+00 -5.448334E+00 + endloop + endfacet + facet normal 0.19617836662 0.9784922188 -0.0637732407 + outer loop + vertex -7.981604E+01 4.1379807E+00 -5.448334E+00 + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + vertex -8.278739E+01 4.9454323E+00 -2.199774E+00 + endloop + endfacet + facet normal 0.33049455229 0.93441738595 -0.1328062489 + outer loop + vertex -8.278739E+01 4.9454323E+00 -2.199774E+00 + vertex -8.494913E+01 5.0983480E+00 -6.503467E+00 + vertex -8.672906E+01 6.2700558E+00 -2.688840E+00 + endloop + endfacet + facet normal -0.1574039862 0.98007801052 -0.1211242273 + outer loop + vertex -7.485339E+01 5.1315362E+00 -3.858057E+00 + vertex -7.981604E+01 4.1379807E+00 -5.448334E+00 + vertex -7.829983E+01 4.9320347E+00 -9.935966E-01 + endloop + endfacet + facet normal 0.05487818104 0.97960525348 -0.1932923501 + outer loop + vertex -7.829983E+01 4.9320347E+00 -9.935966E-01 + vertex -7.981604E+01 4.1379807E+00 -5.448334E+00 + vertex -8.278739E+01 4.9454323E+00 -2.199774E+00 + endloop + endfacet + facet normal 0.27710914334 0.94722949095 -0.1611422171 + outer loop + vertex -8.278739E+01 4.9454323E+00 -2.199774E+00 + vertex -8.624402E+01 6.5470257E+00 1.2705340E+00 + vertex -8.207836E+01 5.4816514E+00 2.1715330E+00 + endloop + endfacet + facet normal 0.32853979767 0.93853423558 -0.105901322 + outer loop + vertex -8.278739E+01 4.9454323E+00 -2.199774E+00 + vertex -8.672906E+01 6.2700558E+00 -2.688840E+00 + vertex -8.624402E+01 6.5470257E+00 1.2705340E+00 + endloop + endfacet + facet normal 0.03726176068 0.99112258035 -0.1276228502 + outer loop + vertex -7.829983E+01 4.9320347E+00 -9.935966E-01 + vertex -8.278739E+01 4.9454323E+00 -2.199774E+00 + vertex -8.207836E+01 5.4816514E+00 2.1715330E+00 + endloop + endfacet + facet normal 0.2742442169 0.95088134281 -0.1435784851 + outer loop + vertex -8.207836E+01 5.4816514E+00 2.1715330E+00 + vertex -8.624402E+01 6.5470257E+00 1.2705340E+00 + vertex -8.569876E+01 7.0276726E+00 5.4951972E+00 + endloop + endfacet + facet normal -0.4952803832 0.8578426623 -0.1371251571 + outer loop + vertex -7.051763E+01 7.9682021E+00 -1.772389E+00 + vertex -7.485339E+01 5.1315362E+00 -3.858057E+00 + vertex -7.380747E+01 6.4736821E+00 7.6053840E-01 + endloop + endfacet + facet normal -0.2383115285 0.94574200266 -0.2208612229 + outer loop + vertex -7.380747E+01 6.4736821E+00 7.6053840E-01 + vertex -7.485339E+01 5.1315362E+00 -3.858057E+00 + vertex -7.829983E+01 4.9320347E+00 -9.935966E-01 + endloop + endfacet + facet normal -0.5114905802 0.84290622788 -0.1669924471 + outer loop + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + vertex -7.051763E+01 7.9682021E+00 -1.772389E+00 + vertex -7.380747E+01 6.4736821E+00 7.6053840E-01 + endloop + endfacet + facet normal -0.2722489689 0.95206096096 -0.1395006292 + outer loop + vertex -7.380747E+01 6.4736821E+00 7.6053840E-01 + vertex -7.829983E+01 4.9320347E+00 -9.935966E-01 + vertex -7.784168E+01 5.7068187E+00 3.4000183E+00 + endloop + endfacet + facet normal -0.00204522 0.98483942025 -0.1734564308 + outer loop + vertex -7.784168E+01 5.7068187E+00 3.4000183E+00 + vertex -7.829983E+01 4.9320347E+00 -9.935966E-01 + vertex -8.207836E+01 5.4816514E+00 2.1715330E+00 + endloop + endfacet + facet normal -0.0108460455 0.98952354495 -0.1439635971 + outer loop + vertex -7.784168E+01 5.7068187E+00 3.4000183E+00 + vertex -8.207836E+01 5.4816514E+00 2.1715330E+00 + vertex -8.142552E+01 6.1319762E+00 6.5923109E+00 + endloop + endfacet + facet normal 0.24511600307 0.95330428319 -0.176434375 + outer loop + vertex -8.142552E+01 6.1319762E+00 6.5923109E+00 + vertex -8.207836E+01 5.4816514E+00 2.1715330E+00 + vertex -8.569876E+01 7.0276726E+00 5.4951972E+00 + endloop + endfacet + facet normal 0.24440872009 0.95411121124 -0.1730207332 + outer loop + vertex -8.142552E+01 6.1319762E+00 6.5923109E+00 + vertex -8.569876E+01 7.0276726E+00 5.4951972E+00 + vertex -8.491118E+01 7.6094313E+00 9.8158087E+00 + endloop + endfacet + facet normal -0.5355770751 0.83429333627 -0.130812177 + outer loop + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + vertex -7.380747E+01 6.4736821E+00 7.6053840E-01 + vertex -7.393454E+01 7.0443104E+00 4.9201493E+00 + endloop + endfacet + facet normal -0.2719144929 0.9522388437 -0.1389377309 + outer loop + vertex -7.393454E+01 7.0443104E+00 4.9201493E+00 + vertex -7.380747E+01 6.4736821E+00 7.6053840E-01 + vertex -7.784168E+01 5.7068187E+00 3.4000183E+00 + endloop + endfacet + facet normal -0.5690550262 0.82022444551 -0.0583801 + outer loop + vertex -6.842905E+01 1.0904129E+01 9.4761003E+00 + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + vertex -7.220886E+01 8.2247148E+00 8.6743571E+00 + endloop + endfacet + facet normal -0.5212383261 0.85293232384 -0.028584233 + outer loop + vertex -7.220886E+01 8.2247148E+00 8.6743571E+00 + vertex -7.005644E+01 9.3817584E+00 3.9500153E+00 + vertex -7.393454E+01 7.0443104E+00 4.9201493E+00 + endloop + endfacet + facet normal -0.2816577514 0.95268431825 -0.1142869233 + outer loop + vertex -7.393454E+01 7.0443104E+00 4.9201493E+00 + vertex -7.784168E+01 5.7068187E+00 3.4000183E+00 + vertex -7.697659E+01 6.5005619E+00 7.8845818E+00 + endloop + endfacet + facet normal -0.0328111611 0.98523205205 -0.1680512758 + outer loop + vertex -7.697659E+01 6.5005619E+00 7.8845818E+00 + vertex -7.784168E+01 5.7068187E+00 3.4000183E+00 + vertex -8.142552E+01 6.1319762E+00 6.5923109E+00 + endloop + endfacet + facet normal -0.314087033 0.93741088223 -0.1503667968 + outer loop + vertex -7.220886E+01 8.2247148E+00 8.6743571E+00 + vertex -7.393454E+01 7.0443104E+00 4.9201493E+00 + vertex -7.697659E+01 6.5005619E+00 7.8845818E+00 + endloop + endfacet + facet normal -0.0407944607 0.98907404303 -0.1416628017 + outer loop + vertex -7.697659E+01 6.5005619E+00 7.8845818E+00 + vertex -8.142552E+01 6.1319762E+00 6.5923109E+00 + vertex -8.039201E+01 6.7923312E+00 1.0905217E+01 + endloop + endfacet + facet normal 0.22062756227 0.95482814589 -0.1990645387 + outer loop + vertex -8.039201E+01 6.7923312E+00 1.0905217E+01 + vertex -8.142552E+01 6.1319762E+00 6.5923109E+00 + vertex -8.491118E+01 7.6094313E+00 9.8158087E+00 + endloop + endfacet + facet normal 0.22009976075 0.95550879405 -0.1963645584 + outer loop + vertex -8.039201E+01 6.7923312E+00 1.0905217E+01 + vertex -8.491118E+01 7.6094313E+00 9.8158087E+00 + vertex -8.376784E+01 8.2163018E+00 1.4050371E+01 + endloop + endfacet + facet normal 0.19705693087 0.95517121521 -0.2209445986 + outer loop + vertex -8.039201E+01 6.7923312E+00 1.0905217E+01 + vertex -8.376784E+01 8.2163018E+00 1.4050371E+01 + vertex -7.897399E+01 7.4313271E+00 1.4932388E+01 + endloop + endfacet + facet normal 0.19687137434 0.9555119458 -0.2196328377 + outer loop + vertex -7.897399E+01 7.4313271E+00 1.4932388E+01 + vertex -8.376784E+01 8.2163018E+00 1.4050371E+01 + vertex -8.238286E+01 8.8615027E+00 1.8098765E+01 + endloop + endfacet + facet normal 0.18757177317 0.95507618764 -0.2294478278 + outer loop + vertex -7.897399E+01 7.4313271E+00 1.4932388E+01 + vertex -8.238286E+01 8.8615027E+00 1.8098765E+01 + vertex -7.762376E+01 8.0833468E+00 1.8750223E+01 + endloop + endfacet + facet normal 0.18956437668 0.94925539341 -0.2509572577 + outer loop + vertex -7.762376E+01 8.0833468E+00 1.8750223E+01 + vertex -8.238286E+01 8.8615027E+00 1.8098765E+01 + vertex -8.087877E+01 9.5982983E+00 2.2021862E+01 + endloop + endfacet + facet normal 0.20262622843 0.9498361638 -0.2382307148 + outer loop + vertex -7.762376E+01 8.0833468E+00 1.8750223E+01 + vertex -8.087877E+01 9.5982983E+00 2.2021862E+01 + vertex -7.662812E+01 8.7608419E+00 2.2298257E+01 + endloop + endfacet + facet normal 0.20296835536 0.94209484511 -0.2669478405 + outer loop + vertex -7.662812E+01 8.7608419E+00 2.2298257E+01 + vertex -8.087877E+01 9.5982983E+00 2.2021862E+01 + vertex -7.845150E+01 1.0121601E+01 2.5714191E+01 + endloop + endfacet + facet normal 0.11876962517 0.94259854231 -0.3120925571 + outer loop + vertex -7.662812E+01 8.7608419E+00 2.2298257E+01 + vertex -7.845150E+01 1.0121601E+01 2.5714191E+01 + vertex -7.336464E+01 9.1216850E+00 2.4630042E+01 + endloop + endfacet + facet normal 0.1379021343 0.9610847739 -0.239372218 + outer loop + vertex -7.336464E+01 9.1216850E+00 2.4630042E+01 + vertex -7.845150E+01 1.0121601E+01 2.5714191E+01 + vertex -7.556584E+01 1.0457789E+01 2.8726423E+01 + endloop + endfacet + facet normal 0.06286673163 0.95829437017 -0.2787824854 + outer loop + vertex -7.336464E+01 9.1216850E+00 2.4630042E+01 + vertex -7.556584E+01 1.0457789E+01 2.8726423E+01 + vertex -7.032012E+01 9.6802851E+00 2.7236742E+01 + endloop + endfacet + facet normal 0.07212275434 0.96556082741 -0.249981193 + outer loop + vertex -7.032012E+01 9.6802851E+00 2.7236742E+01 + vertex -7.556584E+01 1.0457789E+01 2.8726423E+01 + vertex -7.299442E+01 1.1064975E+01 3.1813584E+01 + endloop + endfacet + facet normal 0.08510252804 0.9663755509 -0.2426434716 + outer loop + vertex -7.032012E+01 9.6802851E+00 2.7236742E+01 + vertex -7.299442E+01 1.1064975E+01 3.1813584E+01 + vertex -6.843671E+01 1.0284503E+01 3.0303731E+01 + endloop + endfacet + facet normal 0.07509827706 0.96004757462 -0.2695717033 + outer loop + vertex -6.843671E+01 1.0284503E+01 3.0303731E+01 + vertex -7.299442E+01 1.1064975E+01 3.1813584E+01 + vertex -6.981631E+01 1.1622788E+01 3.4685540E+01 + endloop + endfacet + facet normal -0.0072720269 0.95572102732 -0.2941843564 + outer loop + vertex -6.843671E+01 1.0284503E+01 3.0303731E+01 + vertex -6.981631E+01 1.1622788E+01 3.4685540E+01 + vertex -6.496454E+01 1.0771496E+01 3.1800004E+01 + endloop + endfacet + facet normal 0.03182734434 0.97190383871 -0.233216527 + outer loop + vertex -6.496454E+01 1.0771496E+01 3.1800004E+01 + vertex -6.981631E+01 1.1622788E+01 3.4685540E+01 + vertex -6.632717E+01 1.2046932E+01 3.6929279E+01 + endloop + endfacet + facet normal -0.0136140462 0.96950527534 -0.2446920081 + outer loop + vertex -6.496454E+01 1.0771496E+01 3.1800004E+01 + vertex -6.632717E+01 1.2046932E+01 3.6929279E+01 + vertex -6.154480E+01 1.1432418E+01 3.4228403E+01 + endloop + endfacet + facet normal -0.0113117035 0.97049858885 -0.2408413054 + outer loop + vertex -6.154480E+01 1.1432418E+01 3.4228403E+01 + vertex -6.632717E+01 1.2046932E+01 3.6929279E+01 + vertex -6.285293E+01 1.2672190E+01 3.9285655E+01 + endloop + endfacet + facet normal -0.0242393627 0.9694879826 -0.243937502 + outer loop + vertex -6.154480E+01 1.1432418E+01 3.4228403E+01 + vertex -6.285293E+01 1.2672190E+01 3.9285655E+01 + vertex -5.811419E+01 1.2086231E+01 3.6485985E+01 + endloop + endfacet + facet normal -0.031577121 0.96624592262 -0.255678905 + outer loop + vertex -5.811419E+01 1.2086231E+01 3.6485985E+01 + vertex -6.285293E+01 1.2672190E+01 3.9285655E+01 + vertex -5.930926E+01 1.3359943E+01 4.1447113E+01 + endloop + endfacet + facet normal -0.0250098576 0.96681681044 -0.2542435094 + outer loop + vertex -5.811419E+01 1.2086231E+01 3.6485985E+01 + vertex -5.930926E+01 1.3359943E+01 4.1447113E+01 + vertex -5.486829E+01 1.2718718E+01 3.8571856E+01 + endloop + endfacet + facet normal -0.046099446 0.95749606 -0.2847387156 + outer loop + vertex -5.486829E+01 1.2718718E+01 3.8571856E+01 + vertex -5.930926E+01 1.3359943E+01 4.1447113E+01 + vertex -5.571116E+01 1.4120398E+01 4.3421773E+01 + endloop + endfacet + facet normal -0.0125651179 0.96002244255 -0.2796408904 + outer loop + vertex -5.486829E+01 1.2718718E+01 3.8571856E+01 + vertex -5.571116E+01 1.4120398E+01 4.3421773E+01 + vertex -5.200297E+01 1.3366274E+01 4.0666203E+01 + endloop + endfacet + facet normal -0.0370595 0.95005469585 -0.3098752464 + outer loop + vertex -5.200297E+01 1.3366274E+01 4.0666203E+01 + vertex -5.571116E+01 1.4120398E+01 4.3421773E+01 + vertex -5.146484E+01 1.4662026E+01 4.4574525E+01 + endloop + endfacet + facet normal -0.1290649012 0.94642678867 -0.2960043664 + outer loop + vertex -5.200297E+01 1.3366274E+01 4.0666203E+01 + vertex -5.146484E+01 1.4662026E+01 4.4574525E+01 + vertex -4.790016E+01 1.3805938E+01 4.0283037E+01 + endloop + endfacet + facet normal -0.0619565609 0.96766815876 -0.2444989143 + outer loop + vertex -4.790016E+01 1.3805938E+01 4.0283037E+01 + vertex -5.146484E+01 1.4662026E+01 4.4574525E+01 + vertex -4.724119E+01 1.5004294E+01 4.4858862E+01 + endloop + endfacet + facet normal -0.1393896415 0.96266757651 -0.232038068 + outer loop + vertex -4.790016E+01 1.3805938E+01 4.0283037E+01 + vertex -4.724119E+01 1.5004294E+01 4.4858862E+01 + vertex -4.361389E+01 1.4442230E+01 4.0348006E+01 + endloop + endfacet + facet normal -0.1139506403 0.97048203717 -0.2125555624 + outer loop + vertex -4.361389E+01 1.4442230E+01 4.0348006E+01 + vertex -4.724119E+01 1.5004294E+01 4.4858862E+01 + vertex -4.324489E+01 1.5584196E+01 4.5364151E+01 + endloop + endfacet + facet normal -0.1095724671 0.97089492688 -0.2129716305 + outer loop + vertex -4.361389E+01 1.4442230E+01 4.0348006E+01 + vertex -4.324489E+01 1.5584196E+01 4.5364151E+01 + vertex -3.946599E+01 1.5154988E+01 4.1463261E+01 + endloop + endfacet + facet normal -0.06592462 0.98331907706 -0.1695214947 + outer loop + vertex -7.697659E+01 6.5005619E+00 7.8845818E+00 + vertex -8.039201E+01 6.7923312E+00 1.0905217E+01 + vertex -7.539467E+01 7.3113963E+00 1.1972685E+01 + endloop + endfacet + facet normal -0.07480493 0.98861889783 -0.1305254661 + outer loop + vertex -7.539467E+01 7.3113963E+00 1.1972685E+01 + vertex -8.039201E+01 6.7923312E+00 1.0905217E+01 + vertex -7.897399E+01 7.4313271E+00 1.4932388E+01 + endloop + endfacet + facet normal -0.3308631482 0.9418465775 -0.0587758591 + outer loop + vertex -7.220886E+01 8.2247148E+00 8.6743571E+00 + vertex -7.697659E+01 6.5005619E+00 7.8845818E+00 + vertex -7.539467E+01 7.3113963E+00 1.1972685E+01 + endloop + endfacet + facet normal -0.0853359704 0.9860143163 -0.1431556503 + outer loop + vertex -7.539467E+01 7.3113963E+00 1.1972685E+01 + vertex -7.897399E+01 7.4313271E+00 1.4932388E+01 + vertex -7.379641E+01 8.0559401E+00 1.6148155E+01 + endloop + endfacet + facet normal -0.0866576823 0.98665408653 -0.1378555753 + outer loop + vertex -7.379641E+01 8.0559401E+00 1.6148155E+01 + vertex -7.897399E+01 7.4313271E+00 1.4932388E+01 + vertex -7.762376E+01 8.0833468E+00 1.8750223E+01 + endloop + endfacet + facet normal -0.3419269967 0.93705650427 -0.0707886764 + outer loop + vertex -7.220886E+01 8.2247148E+00 8.6743571E+00 + vertex -7.539467E+01 7.3113963E+00 1.1972685E+01 + vertex -7.059207E+01 9.1593842E+00 1.3237451E+01 + endloop + endfacet + facet normal -0.3515163589 0.93562492104 -0.0322839983 + outer loop + vertex -7.059207E+01 9.1593842E+00 1.3237451E+01 + vertex -7.539467E+01 7.3113963E+00 1.1972685E+01 + vertex -7.379641E+01 8.0559401E+00 1.6148155E+01 + endloop + endfacet + facet normal -0.5835571155 0.81105482945 0.04063442561 + outer loop + vertex -6.842905E+01 1.0904129E+01 9.4761003E+00 + vertex -7.220886E+01 8.2247148E+00 8.6743571E+00 + vertex -7.059207E+01 9.1593842E+00 1.3237451E+01 + endloop + endfacet + facet normal -0.5556691158 0.82886402091 0.06493280048 + outer loop + vertex -6.635776E+01 1.1873974E+01 1.4821336E+01 + vertex -6.842905E+01 1.0904129E+01 9.4761003E+00 + vertex -7.059207E+01 9.1593842E+00 1.3237451E+01 + endloop + endfacet + facet normal -0.0718257301 0.990639269 -0.1160814507 + outer loop + vertex -7.379641E+01 8.0559401E+00 1.6148155E+01 + vertex -7.762376E+01 8.0833468E+00 1.8750223E+01 + vertex -7.262948E+01 8.6288506E+00 2.0315330E+01 + endloop + endfacet + facet normal -0.0532546503 0.98350636941 -0.172855904 + outer loop + vertex -7.262948E+01 8.6288506E+00 2.0315330E+01 + vertex -7.762376E+01 8.0833468E+00 1.8750223E+01 + vertex -7.662812E+01 8.7608419E+00 2.2298257E+01 + endloop + endfacet + facet normal -0.0256266528 0.99271186468 -0.1177557999 + outer loop + vertex -7.262948E+01 8.6288506E+00 2.0315330E+01 + vertex -7.662812E+01 8.7608419E+00 2.2298257E+01 + vertex -7.336464E+01 9.1216850E+00 2.4630042E+01 + endloop + endfacet + facet normal -0.3314086863 0.94345999672 -0.0071775518 + outer loop + vertex -7.059207E+01 9.1593842E+00 1.3237451E+01 + vertex -7.379641E+01 8.0559401E+00 1.6148155E+01 + vertex -6.877407E+01 9.8342092E+00 1.7998276E+01 + endloop + endfacet + facet normal -0.320219943 0.94647915464 -0.0404524156 + outer loop + vertex -6.877407E+01 9.8342092E+00 1.7998276E+01 + vertex -7.379641E+01 8.0559401E+00 1.6148155E+01 + vertex -7.262948E+01 8.6288506E+00 2.0315330E+01 + endloop + endfacet + facet normal -0.562968781 0.82056750645 0.09866670661 + outer loop + vertex -6.635776E+01 1.1873974E+01 1.4821336E+01 + vertex -7.059207E+01 9.1593842E+00 1.3237451E+01 + vertex -6.877407E+01 9.8342092E+00 1.7998276E+01 + endloop + endfacet + facet normal -0.4581338222 0.88701406167 0.05761471439 + outer loop + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + vertex -6.877407E+01 9.8342092E+00 1.7998276E+01 + vertex -6.829493E+01 9.7737474E+00 2.2739114E+01 + endloop + endfacet + facet normal -0.4958084523 0.85168477935 0.16972629516 + outer loop + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + vertex -6.635776E+01 1.1873974E+01 1.4821336E+01 + vertex -6.877407E+01 9.8342092E+00 1.7998276E+01 + endloop + endfacet + facet normal -0.2760962109 0.96029097712 0.0401512339 + outer loop + vertex -6.829493E+01 9.7737474E+00 2.2739114E+01 + vertex -6.877407E+01 9.8342092E+00 1.7998276E+01 + vertex -7.262948E+01 8.6288506E+00 2.0315330E+01 + endloop + endfacet + facet normal -0.178049077 0.9737854056 -0.1415645084 + outer loop + vertex -6.829493E+01 9.7737474E+00 2.2739114E+01 + vertex -7.262948E+01 8.6288506E+00 2.0315330E+01 + vertex -7.336464E+01 9.1216850E+00 2.4630042E+01 + endloop + endfacet + facet normal -0.1436166746 0.98864927544 -0.0441232471 + outer loop + vertex -6.829493E+01 9.7737474E+00 2.2739114E+01 + vertex -7.336464E+01 9.1216850E+00 2.4630042E+01 + vertex -7.032012E+01 9.6802851E+00 2.7236742E+01 + endloop + endfacet + facet normal -0.2001942326 0.97726417146 -0.0698355812 + outer loop + vertex -6.829493E+01 9.7737474E+00 2.2739114E+01 + vertex -7.032012E+01 9.6802851E+00 2.7236742E+01 + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + endloop + endfacet + facet normal -0.2001534963 0.97728792136 -0.0696196573 + outer loop + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + vertex -7.032012E+01 9.6802851E+00 2.7236742E+01 + vertex -6.843671E+01 1.0284503E+01 3.0303731E+01 + endloop + endfacet + facet normal -0.4004554373 0.8997384907 0.17351106913 + outer loop + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + vertex -6.829493E+01 9.7737474E+00 2.2739114E+01 + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + endloop + endfacet + facet normal -0.4270711737 0.88853277794 0.1676893412 + outer loop + vertex -6.003899E+01 1.3348409E+01 2.4065727E+01 + vertex -6.399126E+01 1.2152633E+01 2.0336116E+01 + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + endloop + endfacet + facet normal -0.1347011839 0.99083672679 -0.009908173 + outer loop + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + vertex -6.843671E+01 1.0284503E+01 3.0303731E+01 + vertex -6.496454E+01 1.0771496E+01 3.1800004E+01 + endloop + endfacet + facet normal -0.3910543797 0.88620484753 0.24842995059 + outer loop + vertex -6.003899E+01 1.3348409E+01 2.4065727E+01 + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + vertex -6.050318E+01 1.1774015E+01 2.8951248E+01 + endloop + endfacet + facet normal -0.2282866528 0.97347945622 -0.0149315928 + outer loop + vertex -6.050318E+01 1.1774015E+01 2.8951248E+01 + vertex -6.465304E+01 1.0756337E+01 2.6049229E+01 + vertex -6.496454E+01 1.0771496E+01 3.1800004E+01 + endloop + endfacet + facet normal -0.2052982741 0.97843353065 0.02281325798 + outer loop + vertex -6.050318E+01 1.1774015E+01 2.8951248E+01 + vertex -6.496454E+01 1.0771496E+01 3.1800004E+01 + vertex -6.154480E+01 1.1432418E+01 3.4228403E+01 + endloop + endfacet + facet normal -0.4006737135 0.88248948325 0.24631867014 + outer loop + vertex -5.569753E+01 1.4527344E+01 2.6903967E+01 + vertex -6.003899E+01 1.3348409E+01 2.4065727E+01 + vertex -6.050318E+01 1.1774015E+01 2.8951248E+01 + endloop + endfacet + facet normal -0.3730783505 0.87678321447 0.30342007058 + outer loop + vertex -5.569753E+01 1.4527344E+01 2.6903967E+01 + vertex -6.050318E+01 1.1774015E+01 2.8951248E+01 + vertex -5.653328E+01 1.2599748E+01 3.1446454E+01 + endloop + endfacet + facet normal -0.2159682187 0.97618387085 0.02056158545 + outer loop + vertex -5.653328E+01 1.2599748E+01 3.1446454E+01 + vertex -6.050318E+01 1.1774015E+01 2.8951248E+01 + vertex -6.154480E+01 1.1432418E+01 3.4228403E+01 + endloop + endfacet + facet normal -0.2087224003 0.97737968079 0.03411625988 + outer loop + vertex -5.653328E+01 1.2599748E+01 3.1446454E+01 + vertex -6.154480E+01 1.1432418E+01 3.4228403E+01 + vertex -5.811419E+01 1.2086231E+01 3.6485985E+01 + endloop + endfacet + facet normal -0.1871210765 0.98146790707 0.04130920144 + outer loop + vertex -5.653328E+01 1.2599748E+01 3.1446454E+01 + vertex -5.811419E+01 1.2086231E+01 3.6485985E+01 + vertex -5.286979E+01 1.3203988E+01 3.3685057E+01 + endloop + endfacet + facet normal -0.2006480909 0.97954523711 0.01521420556 + outer loop + vertex -5.286979E+01 1.3203988E+01 3.3685057E+01 + vertex -5.811419E+01 1.2086231E+01 3.6485985E+01 + vertex -5.486829E+01 1.2718718E+01 3.8571856E+01 + endloop + endfacet + facet normal -0.3447883134 0.88523694392 0.31221238293 + outer loop + vertex -5.569753E+01 1.4527344E+01 2.6903967E+01 + vertex -5.653328E+01 1.2599748E+01 3.1446454E+01 + vertex -5.124033E+01 1.5456385E+01 2.9192047E+01 + endloop + endfacet + facet normal -0.3410547286 0.88407852314 0.31951030817 + outer loop + vertex -5.124033E+01 1.5456385E+01 2.9192047E+01 + vertex -5.653328E+01 1.2599748E+01 3.1446454E+01 + vertex -5.286979E+01 1.3203988E+01 3.3685057E+01 + endloop + endfacet + facet normal -0.1381889026 0.98952558731 0.04174852381 + outer loop + vertex -5.286979E+01 1.3203988E+01 3.3685057E+01 + vertex -5.486829E+01 1.2718718E+01 3.8571856E+01 + vertex -4.974049E+01 1.3531895E+01 3.6271069E+01 + endloop + endfacet + facet normal -0.1808906266 0.9819009869 -0.0561162464 + outer loop + vertex -4.974049E+01 1.3531895E+01 3.6271069E+01 + vertex -5.486829E+01 1.2718718E+01 3.8571856E+01 + vertex -5.200297E+01 1.3366274E+01 4.0666203E+01 + endloop + endfacet + facet normal -0.2995399506 0.92193955129 0.24556726531 + outer loop + vertex -4.739271E+01 1.5504816E+01 3.1727868E+01 + vertex -5.286979E+01 1.3203988E+01 3.3685057E+01 + vertex -4.974049E+01 1.3531895E+01 3.6271069E+01 + endloop + endfacet + facet normal -0.1082190314 0.99395949658 -0.0182526819 + outer loop + vertex -4.974049E+01 1.3531895E+01 3.6271069E+01 + vertex -5.200297E+01 1.3366274E+01 4.0666203E+01 + vertex -4.790016E+01 1.3805938E+01 4.0283037E+01 + endloop + endfacet + facet normal -0.2652589569 0.89441634384 0.36007928245 + outer loop + vertex -4.196044E+01 1.7216570E+01 3.1477747E+01 + vertex -4.739271E+01 1.5504816E+01 3.1727868E+01 + vertex -4.485171E+01 1.4699912E+01 3.5599082E+01 + endloop + endfacet + facet normal -0.1799757374 0.93284915343 0.31209163861 + outer loop + vertex -4.485171E+01 1.4699912E+01 3.5599082E+01 + vertex -4.739271E+01 1.5504816E+01 3.1727868E+01 + vertex -4.974049E+01 1.3531895E+01 3.6271069E+01 + endloop + endfacet + facet normal -0.2272942271 0.9730924864 0.03779348138 + outer loop + vertex -4.485171E+01 1.4699912E+01 3.5599082E+01 + vertex -4.974049E+01 1.3531895E+01 3.6271069E+01 + vertex -4.790016E+01 1.3805938E+01 4.0283037E+01 + endloop + endfacet + facet normal -0.1475809583 0.98477096462 0.09190216541 + outer loop + vertex -4.485171E+01 1.4699912E+01 3.5599082E+01 + vertex -4.790016E+01 1.3805938E+01 4.0283037E+01 + vertex -4.361389E+01 1.4442230E+01 4.0348006E+01 + endloop + endfacet + facet normal -0.0026513065 0.97034560005 -0.2417072341 + outer loop + vertex -5.763707E+01 5.3608470E+01 4.2173193E+01 + vertex -5.329090E+01 5.3302820E+01 4.0898472E+01 + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + endloop + endfacet + facet normal -0.1561275672 0.98109314208 -0.1143697046 + outer loop + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + vertex -5.329090E+01 5.3302820E+01 4.0898472E+01 + vertex -5.124833E+01 5.3180593E+01 3.7061631E+01 + endloop + endfacet + facet normal -0.0581332126 0.96567896501 -0.2531494936 + outer loop + vertex -6.109041E+01 5.2793580E+01 3.9857690E+01 + vertex -5.763707E+01 5.3608470E+01 4.2173193E+01 + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + endloop + endfacet + facet normal -0.1544692888 0.98486675241 0.07859210402 + outer loop + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + vertex -5.124833E+01 5.3180593E+01 3.7061631E+01 + vertex -5.323618E+01 5.3160347E+01 3.3408303E+01 + endloop + endfacet + facet normal -0.1967797054 0.97961545636 0.0403894191 + outer loop + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + vertex -5.323618E+01 5.3160347E+01 3.3408303E+01 + vertex -5.672407E+01 5.2540184E+01 3.1456687E+01 + endloop + endfacet + facet normal -0.3433435306 0.88975935122 0.3007382864 + outer loop + vertex -5.672407E+01 5.2540184E+01 3.1456687E+01 + vertex -5.277889E+01 5.4932568E+01 2.8882704E+01 + vertex -5.666978E+01 5.4310442E+01 2.6281206E+01 + endloop + endfacet + facet normal -0.377061019 0.87754567803 0.29620697311 + outer loop + vertex -5.672407E+01 5.2540184E+01 3.1456687E+01 + vertex -5.666978E+01 5.4310442E+01 2.6281206E+01 + vertex -6.047351E+01 5.1791470E+01 2.8901929E+01 + endloop + endfacet + facet normal -0.4134811365 0.87742390052 0.24322962096 + outer loop + vertex -6.047351E+01 5.1791470E+01 2.8901929E+01 + vertex -5.666978E+01 5.4310442E+01 2.6281206E+01 + vertex -6.075462E+01 5.3197939E+01 2.3350374E+01 + endloop + endfacet + facet normal -0.0242564188 0.97355554217 -0.2271590466 + outer loop + vertex -6.487595E+01 5.2178595E+01 3.7626222E+01 + vertex -6.109041E+01 5.2793580E+01 3.9857690E+01 + vertex -6.057553E+01 5.1595794E+01 3.4669256E+01 + endloop + endfacet + facet normal -0.0429917998 0.97252810728 -0.2287810868 + outer loop + vertex -6.057553E+01 5.1595794E+01 3.4669256E+01 + vertex -6.109041E+01 5.2793580E+01 3.9857690E+01 + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + endloop + endfacet + facet normal -0.2057977669 0.9777477936 0.04070050669 + outer loop + vertex -6.057553E+01 5.1595794E+01 3.4669256E+01 + vertex -5.648997E+01 5.2353594E+01 3.7122850E+01 + vertex -5.672407E+01 5.2540184E+01 3.1456687E+01 + endloop + endfacet + facet normal -0.2149101774 0.97619363385 0.02931901928 + outer loop + vertex -6.057553E+01 5.1595794E+01 3.4669256E+01 + vertex -5.672407E+01 5.2540184E+01 3.1456687E+01 + vertex -6.047351E+01 5.1791470E+01 2.8901929E+01 + endloop + endfacet + facet normal 0.01056946957 0.97307741049 -0.2302360517 + outer loop + vertex -6.850922E+01 5.1659743E+01 3.5266536E+01 + vertex -6.487595E+01 5.2178595E+01 3.7626222E+01 + vertex -6.439614E+01 5.0871184E+01 3.2122561E+01 + endloop + endfacet + facet normal -0.0287635669 0.97195562893 -0.2333986131 + outer loop + vertex -6.439614E+01 5.0871184E+01 3.2122561E+01 + vertex -6.487595E+01 5.2178595E+01 3.7626222E+01 + vertex -6.057553E+01 5.1595794E+01 3.4669256E+01 + endloop + endfacet + facet normal -0.2052400941 0.97826514256 0.02956035565 + outer loop + vertex -6.439614E+01 5.0871184E+01 3.2122561E+01 + vertex -6.057553E+01 5.1595794E+01 3.4669256E+01 + vertex -6.047351E+01 5.1791470E+01 2.8901929E+01 + endloop + endfacet + facet normal 0.06916795156 0.96597474671 -0.2492159369 + outer loop + vertex -7.196988E+01 5.1309169E+01 3.2947210E+01 + vertex -6.850922E+01 5.1659743E+01 3.5266536E+01 + vertex -6.811600E+01 5.0214147E+01 2.9772461E+01 + endloop + endfacet + facet normal -0.009618828 0.9668694211 -0.2550901815 + outer loop + vertex -6.811600E+01 5.0214147E+01 2.9772461E+01 + vertex -6.850922E+01 5.1659743E+01 3.5266536E+01 + vertex -6.439614E+01 5.0871184E+01 3.2122561E+01 + endloop + endfacet + facet normal 0.16320459176 0.94288895266 -0.2903871281 + outer loop + vertex -7.527469E+01 5.1234444E+01 3.0847195E+01 + vertex -7.196988E+01 5.1309169E+01 3.2947210E+01 + vertex -7.205330E+01 4.9765584E+01 2.7888300E+01 + endloop + endfacet + facet normal 0.0309148205 0.95586784249 -0.2921659487 + outer loop + vertex -7.205330E+01 4.9765584E+01 2.7888300E+01 + vertex -7.196988E+01 5.1309169E+01 3.2947210E+01 + vertex -6.811600E+01 5.0214147E+01 2.9772461E+01 + endloop + endfacet + facet normal 0.1331645778 0.93781635173 -0.320573994 + outer loop + vertex -7.681303E+01 5.0200547E+01 2.7183586E+01 + vertex -7.527469E+01 5.1234444E+01 3.0847195E+01 + vertex -7.205330E+01 4.9765584E+01 2.7888300E+01 + endloop + endfacet + facet normal -0.1716635161 0.98514866454 -0.0037075589 + outer loop + vertex -6.811600E+01 5.0214147E+01 2.9772461E+01 + vertex -6.439614E+01 5.0871184E+01 3.2122561E+01 + vertex -6.433904E+01 5.0858349E+01 2.6068240E+01 + endloop + endfacet + facet normal -0.2317099267 0.972775651 -0.0042476676 + outer loop + vertex -6.433904E+01 5.0858349E+01 2.6068240E+01 + vertex -6.439614E+01 5.0871184E+01 3.2122561E+01 + vertex -6.047351E+01 5.1791470E+01 2.8901929E+01 + endloop + endfacet + facet normal -0.3931762505 0.88636793651 0.24446741531 + outer loop + vertex -6.433904E+01 5.0858349E+01 2.6068240E+01 + vertex -6.047351E+01 5.1791470E+01 2.8901929E+01 + vertex -6.075462E+01 5.3197939E+01 2.3350374E+01 + endloop + endfacet + facet normal -0.4525954051 0.87751900387 0.15848595244 + outer loop + vertex -6.433904E+01 5.0858349E+01 2.6068240E+01 + vertex -6.075462E+01 5.3197939E+01 2.3350374E+01 + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + endloop + endfacet + facet normal -0.0747962856 0.99395790828 -0.0803317634 + outer loop + vertex -7.205330E+01 4.9765584E+01 2.7888300E+01 + vertex -6.811600E+01 5.0214147E+01 2.9772461E+01 + vertex -6.840988E+01 4.9733557E+01 2.4099668E+01 + endloop + endfacet + facet normal -0.2340680986 0.96969510136 -0.0700252499 + outer loop + vertex -6.840988E+01 4.9733557E+01 2.4099668E+01 + vertex -6.811600E+01 5.0214147E+01 2.9772461E+01 + vertex -6.433904E+01 5.0858349E+01 2.6068240E+01 + endloop + endfacet + facet normal -0.3317394406 0.93067565634 0.15424579815 + outer loop + vertex -6.840988E+01 4.9733557E+01 2.4099668E+01 + vertex -6.433904E+01 5.0858349E+01 2.6068240E+01 + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + endloop + endfacet + facet normal -0.4343046123 0.89908559551 0.05499632437 + outer loop + vertex -6.840988E+01 4.9733557E+01 2.4099668E+01 + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + vertex -6.989085E+01 4.9315837E+01 1.9233406E+01 + endloop + endfacet + facet normal -0.4373717777 0.89391993399 0.09804631397 + outer loop + vertex -6.989085E+01 4.9315837E+01 1.9233406E+01 + vertex -6.491749E+01 5.1679205E+01 1.9871327E+01 + vertex -6.754228E+01 5.0969887E+01 1.4629574E+01 + endloop + endfacet + facet normal -0.1412604436 0.9794249932 -0.1441255347 + outer loop + vertex -7.205330E+01 4.9765584E+01 2.7888300E+01 + vertex -6.840988E+01 4.9733557E+01 2.4099668E+01 + vertex -7.337704E+01 4.8918825E+01 2.3431461E+01 + endloop + endfacet + facet normal -0.1569057545 0.98692154331 -0.0369655455 + outer loop + vertex -7.337704E+01 4.8918825E+01 2.3431461E+01 + vertex -6.840988E+01 4.9733557E+01 2.4099668E+01 + vertex -6.989085E+01 4.9315837E+01 1.9233406E+01 + endloop + endfacet + facet normal 0.12101023038 0.96799858568 -0.2198528195 + outer loop + vertex -7.681303E+01 5.0200547E+01 2.7183586E+01 + vertex -7.205330E+01 4.9765584E+01 2.7888300E+01 + vertex -7.337704E+01 4.8918825E+01 2.3431461E+01 + endloop + endfacet + facet normal 0.0871235707 0.96440689738 -0.2496574047 + outer loop + vertex -7.863218E+01 4.9380702E+01 2.3381756E+01 + vertex -7.681303E+01 5.0200547E+01 2.7183586E+01 + vertex -7.337704E+01 4.8918825E+01 2.3431461E+01 + endloop + endfacet + facet normal 0.08757374631 0.97382175828 -0.2097665895 + outer loop + vertex -7.863218E+01 4.9380702E+01 2.3381756E+01 + vertex -7.337704E+01 4.8918825E+01 2.3431461E+01 + vertex -7.523147E+01 4.8190330E+01 1.9275298E+01 + endloop + endfacet + facet normal -0.2061641066 0.97532581861 -0.0789677701 + outer loop + vertex -7.523147E+01 4.8190330E+01 1.9275298E+01 + vertex -7.337704E+01 4.8918825E+01 2.3431461E+01 + vertex -6.989085E+01 4.9315837E+01 1.9233406E+01 + endloop + endfacet + facet normal 0.08791602133 0.97385016195 -0.2094913728 + outer loop + vertex -8.059638E+01 4.8721774E+01 1.9494331E+01 + vertex -7.863218E+01 4.9380702E+01 2.3381756E+01 + vertex -7.523147E+01 4.8190330E+01 1.9275298E+01 + endloop + endfacet + facet normal 0.12028330804 0.97426136702 -0.1906481433 + outer loop + vertex -8.250336E+01 4.8184763E+01 1.5546919E+01 + vertex -8.059638E+01 4.8721774E+01 1.9494331E+01 + vertex -7.725797E+01 4.7474555E+01 1.5226982E+01 + endloop + endfacet + facet normal 0.08752770614 0.97251491892 -0.2157629095 + outer loop + vertex -7.725797E+01 4.7474555E+01 1.5226982E+01 + vertex -8.059638E+01 4.8721774E+01 1.9494331E+01 + vertex -7.523147E+01 4.8190330E+01 1.9275298E+01 + endloop + endfacet + facet normal 0.16600601364 0.96973840329 -0.1790235532 + outer loop + vertex -8.414599E+01 4.7734726E+01 1.1585960E+01 + vertex -8.250336E+01 4.8184763E+01 1.5546919E+01 + vertex -7.904506E+01 4.6815071E+01 1.1334378E+01 + endloop + endfacet + facet normal 0.117855121 0.96875407896 -0.2182331436 + outer loop + vertex -7.904506E+01 4.6815071E+01 1.1334378E+01 + vertex -8.250336E+01 4.8184763E+01 1.5546919E+01 + vertex -7.725797E+01 4.7474555E+01 1.5226982E+01 + endloop + endfacet + facet normal 0.2215139139 0.96116755084 -0.1645859203 + outer loop + vertex -8.549751E+01 4.7366811E+01 7.6183820E+00 + vertex -8.414599E+01 4.7734726E+01 1.1585960E+01 + vertex -8.060522E+01 4.6248181E+01 7.6701405E+00 + endloop + endfacet + facet normal 0.16272628645 0.9622518917 -0.218154653 + outer loop + vertex -8.060522E+01 4.6248181E+01 7.6701405E+00 + vertex -8.414599E+01 4.7734726E+01 1.1585960E+01 + vertex -7.904506E+01 4.6815071E+01 1.1334378E+01 + endloop + endfacet + facet normal 0.26828881123 0.94869195372 -0.1673460209 + outer loop + vertex -8.589154E+01 4.6699800E+01 3.2053506E+00 + vertex -8.549751E+01 4.7366811E+01 7.6183820E+00 + vertex -8.215225E+01 4.5845253E+01 4.3557220E+00 + endloop + endfacet + facet normal 0.21972340222 0.95085836824 -0.2181513009 + outer loop + vertex -8.215225E+01 4.5845253E+01 4.3557220E+00 + vertex -8.549751E+01 4.7366811E+01 7.6183820E+00 + vertex -8.060522E+01 4.6248181E+01 7.6701405E+00 + endloop + endfacet + facet normal 0.22281801068 0.96122334993 -0.1624863245 + outer loop + vertex -8.542405E+01 4.5884083E+01 -9.791296E-01 + vertex -8.589154E+01 4.6699800E+01 3.2053506E+00 + vertex -8.105377E+01 4.5066615E+01 1.7793631E-01 + endloop + endfacet + facet normal 0.25406877654 0.96065152199 -0.112239521 + outer loop + vertex -8.105377E+01 4.5066615E+01 1.7793631E-01 + vertex -8.589154E+01 4.6699800E+01 3.2053506E+00 + vertex -8.215225E+01 4.5845253E+01 4.3557220E+00 + endloop + endfacet + facet normal 0.23631432384 0.96699766637 -0.0952420788 + outer loop + vertex -8.574624E+01 4.5604230E+01 -4.619892E+00 + vertex -8.542405E+01 4.5884083E+01 -9.791296E-01 + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + endloop + endfacet + facet normal 0.21472740944 0.96840042508 -0.1268572282 + outer loop + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + vertex -8.542405E+01 4.5884083E+01 -9.791296E-01 + vertex -8.105377E+01 4.5066615E+01 1.7793631E-01 + endloop + endfacet + facet normal 0.23618264696 0.96035756346 -0.1480915513 + outer loop + vertex -8.419254E+01 4.4671880E+01 -8.188185E+00 + vertex -8.574624E+01 4.5604230E+01 -4.619892E+00 + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + endloop + endfacet + facet normal -0.1992625448 0.97722077439 -0.0730342134 + outer loop + vertex -7.725797E+01 4.7474555E+01 1.5226982E+01 + vertex -7.523147E+01 4.8190330E+01 1.9275298E+01 + vertex -7.209143E+01 4.8489231E+01 1.4707563E+01 + endloop + endfacet + facet normal -0.2061733815 0.97540944076 -0.0779035278 + outer loop + vertex -7.209143E+01 4.8489231E+01 1.4707563E+01 + vertex -7.523147E+01 4.8190330E+01 1.9275298E+01 + vertex -6.989085E+01 4.9315837E+01 1.9233406E+01 + endloop + endfacet + facet normal -0.4765688735 0.8762094513 0.07168756023 + outer loop + vertex -7.209143E+01 4.8489231E+01 1.4707563E+01 + vertex -6.989085E+01 4.9315837E+01 1.9233406E+01 + vertex -6.754228E+01 5.0969887E+01 1.4629574E+01 + endloop + endfacet + facet normal -0.4785203386 0.87796809164 0.01379549291 + outer loop + vertex -7.209143E+01 4.8489231E+01 1.4707563E+01 + vertex -6.754228E+01 5.0969887E+01 1.4629574E+01 + vertex -6.951835E+01 4.9970339E+01 9.6991805E+00 + endloop + endfacet + facet normal -0.1654677221 0.98206194962 -0.0904143796 + outer loop + vertex -7.904506E+01 4.6815071E+01 1.1334378E+01 + vertex -7.725797E+01 4.7474555E+01 1.5226982E+01 + vertex -7.391703E+01 4.7590071E+01 1.0367420E+01 + endloop + endfacet + facet normal -0.2026427587 0.9723336233 -0.1162034308 + outer loop + vertex -7.391703E+01 4.7590071E+01 1.0367420E+01 + vertex -7.725797E+01 4.7474555E+01 1.5226982E+01 + vertex -7.209143E+01 4.8489231E+01 1.4707563E+01 + endloop + endfacet + facet normal -0.4738624646 0.88043633028 0.01691842205 + outer loop + vertex -7.391703E+01 4.7590071E+01 1.0367420E+01 + vertex -7.209143E+01 4.8489231E+01 1.4707563E+01 + vertex -6.951835E+01 4.9970339E+01 9.6991805E+00 + endloop + endfacet + facet normal -0.1051060244 0.98855870354 -0.1081869367 + outer loop + vertex -8.060522E+01 4.6248181E+01 7.6701405E+00 + vertex -7.904506E+01 4.6815071E+01 1.1334378E+01 + vertex -7.553769E+01 4.6648420E+01 6.4041114E+00 + endloop + endfacet + facet normal -0.176704473 0.97141130541 -0.1585421235 + outer loop + vertex -7.553769E+01 4.6648420E+01 6.4041114E+00 + vertex -7.904506E+01 4.6815071E+01 1.1334378E+01 + vertex -7.391703E+01 4.7590071E+01 1.0367420E+01 + endloop + endfacet + facet normal -0.4298410082 0.90208093348 -0.0385577119 + outer loop + vertex -7.553769E+01 4.6648420E+01 6.4041114E+00 + vertex -7.391703E+01 4.7590071E+01 1.0367420E+01 + vertex -7.090354E+01 4.8794251E+01 4.9456335E+00 + endloop + endfacet + facet normal -0.4833639 0.87220588287 -0.0749415642 + outer loop + vertex -7.391703E+01 4.7590071E+01 1.0367420E+01 + vertex -6.951835E+01 4.9970339E+01 9.6991805E+00 + vertex -7.090354E+01 4.8794251E+01 4.9456335E+00 + endloop + endfacet + facet normal -0.0017774724 0.99278899019 -0.1198618436 + outer loop + vertex -8.215225E+01 4.5845253E+01 4.3557220E+00 + vertex -8.060522E+01 4.6248181E+01 7.6701405E+00 + vertex -7.753083E+01 4.5675237E+01 2.8789856E+00 + endloop + endfacet + facet normal -0.126040859 0.97223904522 -0.1971419306 + outer loop + vertex -7.753083E+01 4.5675237E+01 2.8789856E+00 + vertex -8.060522E+01 4.6248181E+01 7.6701405E+00 + vertex -7.553769E+01 4.6648420E+01 6.4041114E+00 + endloop + endfacet + facet normal -0.3115292889 0.94641499047 -0.0851361731 + outer loop + vertex -7.753083E+01 4.5675237E+01 2.8789856E+00 + vertex -7.553769E+01 4.6648420E+01 6.4041114E+00 + vertex -7.265348E+01 4.7119111E+01 1.0826617E+00 + endloop + endfacet + facet normal -0.024397181 0.98160417828 -0.189362126 + outer loop + vertex -8.105377E+01 4.5066615E+01 1.7793631E-01 + vertex -8.215225E+01 4.5845253E+01 4.3557220E+00 + vertex -7.753083E+01 4.5675237E+01 2.8789856E+00 + endloop + endfacet + facet normal -0.3461651378 0.91576738331 -0.2038131425 + outer loop + vertex -7.753083E+01 4.5675237E+01 2.8789856E+00 + vertex -7.265348E+01 4.7119111E+01 1.0826617E+00 + vertex -7.597247E+01 4.5197857E+01 -1.912745E+00 + endloop + endfacet + facet normal -0.3920048007 0.90797632863 -0.1480243996 + outer loop + vertex -7.597247E+01 4.5197857E+01 -1.912745E+00 + vertex -7.265348E+01 4.7119111E+01 1.0826617E+00 + vertex -7.095811E+01 4.7020244E+01 -4.013553E+00 + endloop + endfacet + facet normal -0.0763250603 0.9894182285 -0.1233938989 + outer loop + vertex -8.105377E+01 4.5066615E+01 1.7793631E-01 + vertex -7.753083E+01 4.5675237E+01 2.8789856E+00 + vertex -7.597247E+01 4.5197857E+01 -1.912745E+00 + endloop + endfacet + facet normal -0.0959772459 0.98045938354 -0.1717200206 + outer loop + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + vertex -8.105377E+01 4.5066615E+01 1.7793631E-01 + vertex -7.597247E+01 4.5197857E+01 -1.912745E+00 + endloop + endfacet + facet normal -0.1016154423 0.98149612591 -0.1622949682 + outer loop + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + vertex -7.597247E+01 4.5197857E+01 -1.912745E+00 + vertex -7.468140E+01 4.4555933E+01 -6.603205E+00 + endloop + endfacet + facet normal -0.417480277 0.87776180642 -0.2350413357 + outer loop + vertex -7.468140E+01 4.4555933E+01 -6.603205E+00 + vertex -7.597247E+01 4.5197857E+01 -1.912745E+00 + vertex -7.095811E+01 4.7020244E+01 -4.013553E+00 + endloop + endfacet + facet normal -0.3967685648 0.87863718547 -0.2656527851 + outer loop + vertex -7.468140E+01 4.4555933E+01 -6.603205E+00 + vertex -7.095811E+01 4.7020244E+01 -4.013553E+00 + vertex -6.964769E+01 4.6014294E+01 -9.297875E+00 + endloop + endfacet + facet normal 0.19217820695 0.97606332568 -0.1018229887 + outer loop + vertex -8.419254E+01 4.4671880E+01 -8.188185E+00 + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + vertex -7.892290E+01 4.3536659E+01 -9.124479E+00 + endloop + endfacet + facet normal 0.19408835463 0.97667769138 -0.0918171975 + outer loop + vertex -8.334470E+01 4.4117060E+01 -1.229769E+01 + vertex -8.419254E+01 4.4671880E+01 -8.188185E+00 + vertex -7.892290E+01 4.3536659E+01 -9.124479E+00 + endloop + endfacet + facet normal 0.2325846615 0.97187085417 -0.037032662 + outer loop + vertex -8.265293E+01 4.3790636E+01 -1.651960E+01 + vertex -8.334470E+01 4.4117060E+01 -1.229769E+01 + vertex -7.829649E+01 4.2865667E+01 -1.343335E+01 + endloop + endfacet + facet normal 0.21335912817 0.96957999352 -0.1199688234 + outer loop + vertex -7.829649E+01 4.2865667E+01 -1.343335E+01 + vertex -8.334470E+01 4.4117060E+01 -1.229769E+01 + vertex -7.892290E+01 4.3536659E+01 -9.124479E+00 + endloop + endfacet + facet normal -0.0890774174 0.98211329252 -0.1658875956 + outer loop + vertex -7.829649E+01 4.2865667E+01 -1.343335E+01 + vertex -7.892290E+01 4.3536659E+01 -9.124479E+00 + vertex -7.342507E+01 4.3641565E+01 -1.145559E+01 + endloop + endfacet + facet normal -0.397825276 0.87734630789 -0.2683253729 + outer loop + vertex -7.342507E+01 4.3641565E+01 -1.145559E+01 + vertex -7.468140E+01 4.4555933E+01 -6.603205E+00 + vertex -6.964769E+01 4.6014294E+01 -9.297875E+00 + endloop + endfacet + facet normal -0.3441566023 0.86968136588 -0.353851035 + outer loop + vertex -7.342507E+01 4.3641565E+01 -1.145559E+01 + vertex -6.964769E+01 4.6014294E+01 -9.297875E+00 + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + endloop + endfacet + facet normal 0.2956124774 0.95528511849 -0.0066034527 + outer loop + vertex -8.101746E+01 4.3255635E+01 -2.070113E+01 + vertex -8.265293E+01 4.3790636E+01 -1.651960E+01 + vertex -7.825263E+01 4.2423110E+01 -1.736632E+01 + endloop + endfacet + facet normal 0.27678126165 0.95524464235 -0.1044021382 + outer loop + vertex -7.825263E+01 4.2423110E+01 -1.736632E+01 + vertex -8.265293E+01 4.3790636E+01 -1.651960E+01 + vertex -7.829649E+01 4.2865667E+01 -1.343335E+01 + endloop + endfacet + facet normal 0.02159919308 0.99352348006 -0.1115552304 + outer loop + vertex -7.825263E+01 4.2423110E+01 -1.736632E+01 + vertex -7.829649E+01 4.2865667E+01 -1.343335E+01 + vertex -7.339163E+01 4.2486014E+01 -1.586491E+01 + endloop + endfacet + facet normal -0.0509213905 0.96598331297 -0.2535414188 + outer loop + vertex -7.339163E+01 4.2486014E+01 -1.586491E+01 + vertex -7.829649E+01 4.2865667E+01 -1.343335E+01 + vertex -7.342507E+01 4.3641565E+01 -1.145559E+01 + endloop + endfacet + facet normal -0.2878152402 0.92586369766 -0.2448240202 + outer loop + vertex -7.339163E+01 4.2486014E+01 -1.586491E+01 + vertex -7.342507E+01 4.3641565E+01 -1.145559E+01 + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + endloop + endfacet + facet normal 0.2717023449 0.96221848172 -0.0177039324 + outer loop + vertex -7.861821E+01 4.2513557E+01 -2.421217E+01 + vertex -8.101746E+01 4.3255635E+01 -2.070113E+01 + vertex -7.560203E+01 4.1733555E+01 -2.031630E+01 + endloop + endfacet + facet normal 0.26941967541 0.96287268512 0.01700678541 + outer loop + vertex -7.560203E+01 4.1733555E+01 -2.031630E+01 + vertex -8.101746E+01 4.3255635E+01 -2.070113E+01 + vertex -7.825263E+01 4.2423110E+01 -1.736632E+01 + endloop + endfacet + facet normal 0.04550446468 0.98103213105 -0.1884285051 + outer loop + vertex -7.560203E+01 4.1733555E+01 -2.031630E+01 + vertex -7.825263E+01 4.2423110E+01 -1.736632E+01 + vertex -7.339163E+01 4.2486014E+01 -1.586491E+01 + endloop + endfacet + facet normal 0.25028996351 0.96815788607 0.00502412267 + outer loop + vertex -7.618042E+01 4.1901008E+01 -2.761766E+01 + vertex -7.861821E+01 4.2513557E+01 -2.421217E+01 + vertex -7.309139E+01 4.1081129E+01 -2.351391E+01 + endloop + endfacet + facet normal 0.25094419242 0.96800143934 -4.751121E-04 + outer loop + vertex -7.309139E+01 4.1081129E+01 -2.351391E+01 + vertex -7.861821E+01 4.2513557E+01 -2.421217E+01 + vertex -7.560203E+01 4.1733555E+01 -2.031630E+01 + endloop + endfacet + facet normal 0.25113900906 0.96693094987 0.04442675216 + outer loop + vertex -7.365212E+01 4.1396744E+01 -3.093476E+01 + vertex -7.618042E+01 4.1901008E+01 -2.761766E+01 + vertex -7.076482E+01 4.0458339E+01 -2.683232E+01 + endloop + endfacet + facet normal 0.25752148849 0.9662722439 -7.960116E-04 + outer loop + vertex -7.076482E+01 4.0458339E+01 -2.683232E+01 + vertex -7.618042E+01 4.1901008E+01 -2.761766E+01 + vertex -7.309139E+01 4.1081129E+01 -2.351391E+01 + endloop + endfacet + facet normal 0.26049718745 0.96105798692 0.09224294615 + outer loop + vertex -7.098413E+01 4.0974618E+01 -3.407123E+01 + vertex -7.365212E+01 4.1396744E+01 -3.093476E+01 + vertex -6.842499E+01 3.9889035E+01 -2.998786E+01 + endloop + endfacet + facet normal 0.27228106591 0.96179934918 0.02837310446 + outer loop + vertex -6.842499E+01 3.9889035E+01 -2.998786E+01 + vertex -7.365212E+01 4.1396744E+01 -3.093476E+01 + vertex -7.076482E+01 4.0458339E+01 -2.683232E+01 + endloop + endfacet + facet normal 0.27239050443 0.95004623708 0.15236653344 + outer loop + vertex -6.818290E+01 4.0649742E+01 -3.705338E+01 + vertex -7.098413E+01 4.0974618E+01 -3.407123E+01 + vertex -6.615794E+01 3.9416553E+01 -3.298420E+01 + endloop + endfacet + facet normal 0.29203096057 0.95380314089 0.07055130403 + outer loop + vertex -6.615794E+01 3.9416553E+01 -3.298420E+01 + vertex -7.098413E+01 4.0974618E+01 -3.407123E+01 + vertex -6.842499E+01 3.9889035E+01 -2.998786E+01 + endloop + endfacet + facet normal 0.29343481284 0.93402650631 0.20369216021 + outer loop + vertex -6.463998E+01 4.0085274E+01 -3.956887E+01 + vertex -6.818290E+01 4.0649742E+01 -3.705338E+01 + vertex -6.414139E+01 3.9127799E+01 -3.589666E+01 + endloop + endfacet + facet normal 0.31760271359 0.93971607928 0.12673676125 + outer loop + vertex -6.414139E+01 3.9127799E+01 -3.589666E+01 + vertex -6.818290E+01 4.0649742E+01 -3.705338E+01 + vertex -6.615794E+01 3.9416553E+01 -3.298420E+01 + endloop + endfacet + facet normal 0.27004803305 0.94441675629 0.18748613356 + outer loop + vertex -6.082833E+01 3.9336031E+01 -4.128490E+01 + vertex -6.463998E+01 4.0085274E+01 -3.956887E+01 + vertex -6.048170E+01 3.8399288E+01 -3.706555E+01 + endloop + endfacet + facet normal 0.25531203396 0.94347977125 0.2113331175 + outer loop + vertex -6.048170E+01 3.8399288E+01 -3.706555E+01 + vertex -6.463998E+01 4.0085274E+01 -3.956887E+01 + vertex -6.414139E+01 3.9127799E+01 -3.589666E+01 + endloop + endfacet + facet normal 0.23626539909 0.95181223184 0.19553039792 + outer loop + vertex -5.702363E+01 3.8720918E+01 -4.288796E+01 + vertex -6.082833E+01 3.9336031E+01 -4.128490E+01 + vertex -5.671230E+01 3.7735894E+01 -3.846921E+01 + endloop + endfacet + facet normal 0.23892290625 0.9519259567 0.19171024448 + outer loop + vertex -5.671230E+01 3.7735894E+01 -3.846921E+01 + vertex -6.082833E+01 3.9336031E+01 -4.128490E+01 + vertex -6.048170E+01 3.8399288E+01 -3.706555E+01 + endloop + endfacet + facet normal 0.20899772663 0.95021591996 0.23110529139 + outer loop + vertex -5.327536E+01 3.8275188E+01 -4.444500E+01 + vertex -5.702363E+01 3.8720918E+01 -4.288796E+01 + vertex -5.287272E+01 3.7126204E+01 -4.008495E+01 + endloop + endfacet + facet normal 0.23364525066 0.95239421201 0.19584473897 + outer loop + vertex -5.287272E+01 3.7126204E+01 -4.008495E+01 + vertex -5.702363E+01 3.8720918E+01 -4.288796E+01 + vertex -5.671230E+01 3.7735894E+01 -3.846921E+01 + endloop + endfacet + facet normal 0.18578204681 0.93383301561 0.30568109206 + outer loop + vertex -4.977379E+01 3.8097368E+01 -4.602990E+01 + vertex -5.327536E+01 3.8275188E+01 -4.444500E+01 + vertex -4.905556E+01 3.6660931E+01 -4.207821E+01 + endloop + endfacet + facet normal 0.23400588468 0.94524664884 0.22748630463 + outer loop + vertex -4.905556E+01 3.6660931E+01 -4.207821E+01 + vertex -5.327536E+01 3.8275188E+01 -4.444500E+01 + vertex -5.287272E+01 3.7126204E+01 -4.008495E+01 + endloop + endfacet + facet normal 0.21839993837 0.9292211777 0.29807628189 + outer loop + vertex -4.587535E+01 3.6976742E+01 -4.539285E+01 + vertex -4.977379E+01 3.8097368E+01 -4.602990E+01 + vertex -4.905556E+01 3.6660931E+01 -4.207821E+01 + endloop + endfacet + facet normal -0.0205822 0.98743268803 -0.1566941596 + outer loop + vertex -7.560203E+01 4.1733555E+01 -2.031630E+01 + vertex -7.339163E+01 4.2486014E+01 -1.586491E+01 + vertex -7.007248E+01 4.2034596E+01 -1.914557E+01 + endloop + endfacet + facet normal -0.245570647 0.8953068461 -0.3716459453 + outer loop + vertex -7.007248E+01 4.2034596E+01 -1.914557E+01 + vertex -7.339163E+01 4.2486014E+01 -1.586491E+01 + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + endloop + endfacet + facet normal -0.0094311368 0.97829293453 -0.2070120477 + outer loop + vertex -7.309139E+01 4.1081129E+01 -2.351391E+01 + vertex -7.560203E+01 4.1733555E+01 -2.031630E+01 + vertex -7.007248E+01 4.2034596E+01 -1.914557E+01 + endloop + endfacet + facet normal -0.2649856404 0.89351046206 -0.3625212608 + outer loop + vertex -7.007248E+01 4.2034596E+01 -1.914557E+01 + vertex -6.815686E+01 4.4449299E+01 -1.459424E+01 + vertex -6.477823E+01 4.3646466E+01 -1.904262E+01 + endloop + endfacet + facet normal -0.0028238551 0.9824759752 -0.1863678727 + outer loop + vertex -7.076482E+01 4.0458339E+01 -2.683232E+01 + vertex -7.309139E+01 4.1081129E+01 -2.351391E+01 + vertex -6.738199E+01 4.1236831E+01 -2.277960E+01 + endloop + endfacet + facet normal 8.5879488E-04 0.97687409384 -0.2138136274 + outer loop + vertex -6.738199E+01 4.1236831E+01 -2.277960E+01 + vertex -7.309139E+01 4.1081129E+01 -2.351391E+01 + vertex -7.007248E+01 4.2034596E+01 -1.914557E+01 + endloop + endfacet + facet normal -0.261569444 0.8838976072 -0.3876937528 + outer loop + vertex -6.738199E+01 4.1236831E+01 -2.277960E+01 + vertex -7.007248E+01 4.2034596E+01 -1.914557E+01 + vertex -6.477823E+01 4.3646466E+01 -1.904262E+01 + endloop + endfacet + facet normal -0.2028314704 0.88125150793 -0.4269135444 + outer loop + vertex -6.738199E+01 4.1236831E+01 -2.277960E+01 + vertex -6.477823E+01 4.3646466E+01 -1.904262E+01 + vertex -6.148116E+01 4.2616078E+01 -2.273606E+01 + endloop + endfacet + facet normal 0.03437229171 0.98767410978 -0.1527036294 + outer loop + vertex -6.842499E+01 3.9889035E+01 -2.998786E+01 + vertex -7.076482E+01 4.0458339E+01 -2.683232E+01 + vertex -6.495048E+01 4.0367873E+01 -2.610869E+01 + endloop + endfacet + facet normal 0.04289185765 0.97390184217 -0.2228799909 + outer loop + vertex -6.495048E+01 4.0367873E+01 -2.610869E+01 + vertex -7.076482E+01 4.0458339E+01 -2.683232E+01 + vertex -6.738199E+01 4.1236831E+01 -2.277960E+01 + endloop + endfacet + facet normal -0.2072605174 0.89890906609 -0.3860123946 + outer loop + vertex -6.495048E+01 4.0367873E+01 -2.610869E+01 + vertex -6.738199E+01 4.1236831E+01 -2.277960E+01 + vertex -6.148116E+01 4.2616078E+01 -2.273606E+01 + endloop + endfacet + facet normal 0.08365362273 0.99213138466 -0.0931524931 + outer loop + vertex -6.615794E+01 3.9416553E+01 -3.298420E+01 + vertex -6.842499E+01 3.9889035E+01 -2.998786E+01 + vertex -6.281598E+01 3.9476166E+01 -2.934811E+01 + endloop + endfacet + facet normal 0.09512876411 0.97403564072 -0.2054387715 + outer loop + vertex -6.281598E+01 3.9476166E+01 -2.934811E+01 + vertex -6.842499E+01 3.9889035E+01 -2.998786E+01 + vertex -6.495048E+01 4.0367873E+01 -2.610869E+01 + endloop + endfacet + facet normal -0.1222118544 0.93337459601 -0.3374553691 + outer loop + vertex -6.281598E+01 3.9476166E+01 -2.934811E+01 + vertex -6.495048E+01 4.0367873E+01 -2.610869E+01 + vertex -5.904870E+01 4.1164527E+01 -2.604258E+01 + endloop + endfacet + facet normal 0.14595816655 0.98928628225 0.00297747559 + outer loop + vertex -6.414139E+01 3.9127799E+01 -3.589666E+01 + vertex -6.615794E+01 3.9416553E+01 -3.298420E+01 + vertex -6.109342E+01 3.8668899E+01 -3.283793E+01 + endloop + endfacet + facet normal -0.0233098262 0.90082823614 -0.4335494677 + outer loop + vertex -6.281598E+01 3.9476166E+01 -2.934811E+01 + vertex -5.904870E+01 4.1164527E+01 -2.604258E+01 + vertex -5.754605E+01 3.9423804E+01 -2.974025E+01 + endloop + endfacet + facet normal -0.1433730917 0.87168667478 -0.4686219132 + outer loop + vertex -5.754605E+01 3.9423804E+01 -2.974025E+01 + vertex -5.904870E+01 4.1164527E+01 -2.604258E+01 + vertex -5.374612E+01 4.1451067E+01 -2.713189E+01 + endloop + endfacet + facet normal 0.14864476278 0.97703946004 -0.1526388811 + outer loop + vertex -6.615794E+01 3.9416553E+01 -3.298420E+01 + vertex -6.281598E+01 3.9476166E+01 -2.934811E+01 + vertex -6.109342E+01 3.8668899E+01 -3.283793E+01 + endloop + endfacet + facet normal -0.00735341 0.97344399525 -0.2288071578 + outer loop + vertex -6.109342E+01 3.8668899E+01 -3.283793E+01 + vertex -6.281598E+01 3.9476166E+01 -2.934811E+01 + vertex -5.754605E+01 3.9423804E+01 -2.974025E+01 + endloop + endfacet + facet normal 0.18402991593 0.98226063709 -0.0360143148 + outer loop + vertex -6.048170E+01 3.8399288E+01 -3.706555E+01 + vertex -6.414139E+01 3.9127799E+01 -3.589666E+01 + vertex -6.109342E+01 3.8668899E+01 -3.283793E+01 + endloop + endfacet + facet normal 0.1463302347 0.98651721575 -0.0732887811 + outer loop + vertex -5.671230E+01 3.7735894E+01 -3.846921E+01 + vertex -6.048170E+01 3.8399288E+01 -3.706555E+01 + vertex -5.673720E+01 3.8076887E+01 -3.392892E+01 + endloop + endfacet + facet normal 0.12335858603 0.99132442446 -0.0453711881 + outer loop + vertex -5.673720E+01 3.8076887E+01 -3.392892E+01 + vertex -6.048170E+01 3.8399288E+01 -3.706555E+01 + vertex -6.109342E+01 3.8668899E+01 -3.283793E+01 + endloop + endfacet + facet normal 0.05548105187 0.95359800829 -0.2959268346 + outer loop + vertex -5.673720E+01 3.8076887E+01 -3.392892E+01 + vertex -6.109342E+01 3.8668899E+01 -3.283793E+01 + vertex -5.754605E+01 3.9423804E+01 -2.974025E+01 + endloop + endfacet + facet normal 0.01657863449 0.95278941469 -0.3031789573 + outer loop + vertex -5.673720E+01 3.8076887E+01 -3.392892E+01 + vertex -5.754605E+01 3.9423804E+01 -2.974025E+01 + vertex -5.280129E+01 3.8917202E+01 -3.107287E+01 + endloop + endfacet + facet normal -0.0658487523 0.83206007986 -0.5507630755 + outer loop + vertex -5.280129E+01 3.8917202E+01 -3.107287E+01 + vertex -5.754605E+01 3.9423804E+01 -2.974025E+01 + vertex -5.374612E+01 4.1451067E+01 -2.713189E+01 + endloop + endfacet + facet normal -0.0379940723 0.83636582334 -0.5468534173 + outer loop + vertex -5.280129E+01 3.8917202E+01 -3.107287E+01 + vertex -5.374612E+01 4.1451067E+01 -2.713189E+01 + vertex -4.866202E+01 4.0517133E+01 -2.891350E+01 + endloop + endfacet + facet normal 0.13283066471 0.98945707336 -0.0577123426 + outer loop + vertex -5.287272E+01 3.7126204E+01 -4.008495E+01 + vertex -5.671230E+01 3.7735894E+01 -3.846921E+01 + vertex -5.257904E+01 3.7354642E+01 -3.549253E+01 + endloop + endfacet + facet normal 0.14384025276 0.9868803046 -0.0733297081 + outer loop + vertex -5.257904E+01 3.7354642E+01 -3.549253E+01 + vertex -5.671230E+01 3.7735894E+01 -3.846921E+01 + vertex -5.673720E+01 3.8076887E+01 -3.392892E+01 + endloop + endfacet + facet normal 0.03915352404 0.94270492094 -0.3313222504 + outer loop + vertex -5.257904E+01 3.7354642E+01 -3.549253E+01 + vertex -5.673720E+01 3.8076887E+01 -3.392892E+01 + vertex -5.280129E+01 3.8917202E+01 -3.107287E+01 + endloop + endfacet + facet normal 0.13147314807 0.99110923325 0.02042790005 + outer loop + vertex -4.905556E+01 3.6660931E+01 -4.207821E+01 + vertex -5.287272E+01 3.7126204E+01 -4.008495E+01 + vertex -4.850332E+01 3.6494425E+01 -3.755400E+01 + endloop + endfacet + facet normal 0.17690295589 0.98238680364 -0.0601790016 + outer loop + vertex -4.850332E+01 3.6494425E+01 -3.755400E+01 + vertex -5.287272E+01 3.7126204E+01 -4.008495E+01 + vertex -5.257904E+01 3.7354642E+01 -3.549253E+01 + endloop + endfacet + facet normal 0.09004319256 0.94039523693 -0.3279466753 + outer loop + vertex -5.257904E+01 3.7354642E+01 -3.549253E+01 + vertex -5.280129E+01 3.8917202E+01 -3.107287E+01 + vertex -4.827229E+01 3.7832392E+01 -3.294008E+01 + endloop + endfacet + facet normal -0.0305810039 0.83025878258 -0.5565385487 + outer loop + vertex -4.827229E+01 3.7832392E+01 -3.294008E+01 + vertex -5.280129E+01 3.8917202E+01 -3.107287E+01 + vertex -4.866202E+01 4.0517133E+01 -2.891350E+01 + endloop + endfacet + facet normal 0.06015141109 0.95788428823 -0.2807837212 + outer loop + vertex -4.850332E+01 3.6494425E+01 -3.755400E+01 + vertex -5.257904E+01 3.7354642E+01 -3.549253E+01 + vertex -4.827229E+01 3.7832392E+01 -3.294008E+01 + endloop + endfacet + facet normal 0.0859988486 0.83275609492 -0.5469199982 + outer loop + vertex -4.827229E+01 3.7832392E+01 -3.294008E+01 + vertex -4.866202E+01 4.0517133E+01 -2.891350E+01 + vertex -4.387683E+01 3.8888794E+01 -3.064042E+01 + endloop + endfacet + facet normal 0.16262854692 0.94543920745 -0.2823059701 + outer loop + vertex -4.850332E+01 3.6494425E+01 -3.755400E+01 + vertex -4.827229E+01 3.7832392E+01 -3.294008E+01 + vertex -4.409928E+01 3.6362738E+01 -3.545797E+01 + endloop + endfacet + facet normal 0.03081487811 0.88463040196 -0.4652735703 + outer loop + vertex -4.409928E+01 3.6362738E+01 -3.545797E+01 + vertex -4.827229E+01 3.7832392E+01 -3.294008E+01 + vertex -4.387683E+01 3.8888794E+01 -3.064042E+01 + endloop + endfacet + facet normal 0.19996118067 0.86392286724 -0.4622259249 + outer loop + vertex -4.409928E+01 3.6362738E+01 -3.545797E+01 + vertex -4.387683E+01 3.8888794E+01 -3.064042E+01 + vertex -4.003524E+01 3.6776980E+01 -3.292561E+01 + endloop + endfacet + facet normal 0.26701659751 0.73080844332 -0.6281887899 + outer loop + vertex -4.003524E+01 3.6776980E+01 -3.292561E+01 + vertex -3.917293E+01 4.0477604E+01 -2.825393E+01 + vertex -3.557494E+01 3.7176620E+01 -3.056480E+01 + endloop + endfacet + facet normal 0.19859686083 0.98000991433 0.01182601698 + outer loop + vertex -4.905556E+01 3.6660931E+01 -4.207821E+01 + vertex -4.850332E+01 3.6494425E+01 -3.755400E+01 + vertex -4.468373E+01 3.5756508E+01 -4.054666E+01 + endloop + endfacet + facet normal 0.0904751655 0.98763212892 -0.1280508585 + outer loop + vertex -4.468373E+01 3.5756508E+01 -4.054666E+01 + vertex -4.850332E+01 3.6494425E+01 -3.755400E+01 + vertex -4.409928E+01 3.6362738E+01 -3.545797E+01 + endloop + endfacet + facet normal 0.12581519338 0.96891153678 0.21302809911 + outer loop + vertex -4.587535E+01 3.6976742E+01 -4.539285E+01 + vertex -4.905556E+01 3.6660931E+01 -4.207821E+01 + vertex -4.468373E+01 3.5756508E+01 -4.054666E+01 + endloop + endfacet + facet normal 0.19223750323 0.96179878318 0.1949047024 + outer loop + vertex -4.177365E+01 3.6010039E+01 -4.466803E+01 + vertex -4.587535E+01 3.6976742E+01 -4.539285E+01 + vertex -4.468373E+01 3.5756508E+01 -4.054666E+01 + endloop + endfacet + facet normal 0.19573466622 0.97087798694 -0.1381443987 + outer loop + vertex -4.468373E+01 3.5756508E+01 -4.054666E+01 + vertex -4.409928E+01 3.6362738E+01 -3.545797E+01 + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + endloop + endfacet + facet normal 0.07050265068 0.96021468488 -0.2702168299 + outer loop + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + vertex -4.409928E+01 3.6362738E+01 -3.545797E+01 + vertex -4.003524E+01 3.6776980E+01 -3.292561E+01 + endloop + endfacet + facet normal 0.10654756036 0.98498680458 0.13582566831 + outer loop + vertex -4.177365E+01 3.6010039E+01 -4.466803E+01 + vertex -4.468373E+01 3.5756508E+01 -4.054666E+01 + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + endloop + endfacet + facet normal 0.13707956495 0.98240644236 0.12683365044 + outer loop + vertex -3.768472E+01 3.5442420E+01 -4.469070E+01 + vertex -4.177365E+01 3.6010039E+01 -4.466803E+01 + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + endloop + endfacet + facet normal 0.08942999171 0.97205268092 0.21706188542 + outer loop + vertex -3.313119E+01 3.5097383E+01 -4.502161E+01 + vertex -3.768472E+01 3.5442420E+01 -4.469070E+01 + vertex -3.558670E+01 3.4336000E+01 -4.060029E+01 + endloop + endfacet + facet normal 0.20517339864 0.96619517743 0.15611135639 + outer loop + vertex -3.558670E+01 3.4336000E+01 -4.060029E+01 + vertex -3.768472E+01 3.5442420E+01 -4.469070E+01 + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + endloop + endfacet + facet normal 0.11818261931 0.98659635165 -0.1125189202 + outer loop + vertex -3.558670E+01 3.4336000E+01 -4.060029E+01 + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + vertex -3.645827E+01 3.5034204E+01 -3.539369E+01 + endloop + endfacet + facet normal 0.26769378492 0.92607091477 -0.2659561963 + outer loop + vertex -3.645827E+01 3.5034204E+01 -3.539369E+01 + vertex -4.019928E+01 3.5065202E+01 -3.905121E+01 + vertex -4.003524E+01 3.6776980E+01 -3.292561E+01 + endloop + endfacet + facet normal 0.14384289904 0.89454810416 -0.4231937024 + outer loop + vertex -3.645827E+01 3.5034204E+01 -3.539369E+01 + vertex -4.003524E+01 3.6776980E+01 -3.292561E+01 + vertex -3.557494E+01 3.7176620E+01 -3.056480E+01 + endloop + endfacet + facet normal 0.28490993741 0.85578820272 -0.4318018986 + outer loop + vertex -3.645827E+01 3.5034204E+01 -3.539369E+01 + vertex -3.557494E+01 3.7176620E+01 -3.056480E+01 + vertex -3.185608E+01 3.4725892E+01 -3.296814E+01 + endloop + endfacet + facet normal 0.27081084077 0.85141886664 -0.4491630016 + outer loop + vertex -3.185608E+01 3.4725892E+01 -3.296814E+01 + vertex -3.557494E+01 3.7176620E+01 -3.056480E+01 + vertex -3.047327E+01 3.6452398E+01 -2.886170E+01 + endloop + endfacet + facet normal 0.05851408089 0.95539231236 0.28948511501 + outer loop + vertex -2.866567E+01 3.4732062E+01 -4.471856E+01 + vertex -3.313119E+01 3.5097383E+01 -4.502161E+01 + vertex -3.071581E+01 3.3711147E+01 -4.093482E+01 + endloop + endfacet + facet normal 0.1398260296 0.9599060271 0.24295905125 + outer loop + vertex -3.071581E+01 3.3711147E+01 -4.093482E+01 + vertex -3.313119E+01 3.5097383E+01 -4.502161E+01 + vertex -3.558670E+01 3.4336000E+01 -4.060029E+01 + endloop + endfacet + facet normal 0.1282789265 0.99161542462 0.01560021378 + outer loop + vertex -3.071581E+01 3.3711147E+01 -4.093482E+01 + vertex -3.558670E+01 3.4336000E+01 -4.060029E+01 + vertex -3.264331E+01 3.3902018E+01 -3.721768E+01 + endloop + endfacet + facet normal 0.24421781758 0.96566310692 -0.08861389 + outer loop + vertex -3.264331E+01 3.3902018E+01 -3.721768E+01 + vertex -3.558670E+01 3.4336000E+01 -4.060029E+01 + vertex -3.645827E+01 3.5034204E+01 -3.539369E+01 + endloop + endfacet + facet normal 0.17978418122 0.95896742971 -0.2192238968 + outer loop + vertex -3.264331E+01 3.3902018E+01 -3.721768E+01 + vertex -3.645827E+01 3.5034204E+01 -3.539369E+01 + vertex -3.185608E+01 3.4725892E+01 -3.296814E+01 + endloop + endfacet + facet normal 0.01032404598 0.94148771781 0.33688913798 + outer loop + vertex -2.470613E+01 3.4515019E+01 -4.423334E+01 + vertex -2.866567E+01 3.4732062E+01 -4.471856E+01 + vertex -2.609163E+01 3.3109892E+01 -4.026404E+01 + endloop + endfacet + facet normal 0.08010010073 0.95060522906 0.29988943354 + outer loop + vertex -2.609163E+01 3.3109892E+01 -4.026404E+01 + vertex -2.866567E+01 3.4732062E+01 -4.471856E+01 + vertex -3.071581E+01 3.3711147E+01 -4.093482E+01 + endloop + endfacet + facet normal 0.04723373902 0.93632441372 0.3479447746 + outer loop + vertex -2.166849E+01 3.3330922E+01 -4.145928E+01 + vertex -2.470613E+01 3.4515019E+01 -4.423334E+01 + vertex -2.609163E+01 3.3109892E+01 -4.026404E+01 + endloop + endfacet + facet normal 0.1197819556 0.99083759309 0.06239508985 + outer loop + vertex -2.609163E+01 3.3109892E+01 -4.026404E+01 + vertex -3.071581E+01 3.3711147E+01 -4.093482E+01 + vertex -2.824244E+01 3.3120773E+01 -3.630785E+01 + endloop + endfacet + facet normal 0.16740914391 0.98522197689 0.03621925993 + outer loop + vertex -2.824244E+01 3.3120773E+01 -3.630785E+01 + vertex -3.071581E+01 3.3711147E+01 -4.093482E+01 + vertex -3.264331E+01 3.3902018E+01 -3.721768E+01 + endloop + endfacet + facet normal 0.21507420839 0.95053177143 -0.2241259387 + outer loop + vertex -2.824244E+01 3.3120773E+01 -3.630785E+01 + vertex -3.264331E+01 3.3902018E+01 -3.721768E+01 + vertex -3.185608E+01 3.4725892E+01 -3.296814E+01 + endloop + endfacet + facet normal 0.25860750442 0.9496983878 -0.1766214338 + outer loop + vertex -2.824244E+01 3.3120773E+01 -3.630785E+01 + vertex -3.185608E+01 3.4725892E+01 -3.296814E+01 + vertex -2.692955E+01 3.3593494E+01 -3.184368E+01 + endloop + endfacet + facet normal 0.29666676882 0.84054201811 -0.4532967506 + outer loop + vertex -2.692955E+01 3.3593494E+01 -3.184368E+01 + vertex -3.185608E+01 3.4725892E+01 -3.296814E+01 + vertex -3.047327E+01 3.6452398E+01 -2.886170E+01 + endloop + endfacet + facet normal 0.36394231466 0.8495084114 -0.381944303 + outer loop + vertex -2.692955E+01 3.3593494E+01 -3.184368E+01 + vertex -3.047327E+01 3.6452398E+01 -2.886170E+01 + vertex -2.578736E+01 3.5233959E+01 -2.710666E+01 + endloop + endfacet + facet normal -0.1892298523 0.89148948664 0.41162915132 + outer loop + vertex -4.196044E+01 1.7216570E+01 3.1477747E+01 + vertex -4.485171E+01 1.4699912E+01 3.5599082E+01 + vertex -3.987940E+01 1.5554902E+01 3.6033195E+01 + endloop + endfacet + facet normal -0.1335427553 0.9098400284 0.39288351356 + outer loop + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + vertex -4.196044E+01 1.7216570E+01 3.1477747E+01 + vertex -3.987940E+01 1.5554902E+01 3.6033195E+01 + endloop + endfacet + facet normal -0.1770386875 0.97918401316 0.09927724563 + outer loop + vertex -3.987940E+01 1.5554902E+01 3.6033195E+01 + vertex -4.485171E+01 1.4699912E+01 3.5599082E+01 + vertex -4.361389E+01 1.4442230E+01 4.0348006E+01 + endloop + endfacet + facet normal -0.1912818862 0.97771005121 0.08656960066 + outer loop + vertex -3.987940E+01 1.5554902E+01 3.6033195E+01 + vertex -4.361389E+01 1.4442230E+01 4.0348006E+01 + vertex -3.946599E+01 1.5154988E+01 4.1463261E+01 + endloop + endfacet + facet normal -0.1572151233 0.95348163763 -0.2572084207 + outer loop + vertex -3.946599E+01 1.5154988E+01 4.1463261E+01 + vertex -4.324489E+01 1.5584196E+01 4.5364151E+01 + vertex -3.954552E+01 1.6439236E+01 4.6272631E+01 + endloop + endfacet + facet normal -0.1012162861 0.96076720701 -0.2582278787 + outer loop + vertex -3.946599E+01 1.5154988E+01 4.1463261E+01 + vertex -3.954552E+01 1.6439236E+01 4.6272631E+01 + vertex -3.577151E+01 1.6374830E+01 4.4553720E+01 + endloop + endfacet + facet normal -0.2302918502 0.96727690219 -0.1064944046 + outer loop + vertex -3.946599E+01 1.5154988E+01 4.1463261E+01 + vertex -3.577151E+01 1.6374830E+01 4.4553720E+01 + vertex -3.547813E+01 1.5788675E+01 3.8595310E+01 + endloop + endfacet + facet normal -0.1172743407 0.98774963425 -0.1029436207 + outer loop + vertex -3.547813E+01 1.5788675E+01 3.8595310E+01 + vertex -3.577151E+01 1.6374830E+01 4.4553720E+01 + vertex -3.180492E+01 1.6686500E+01 4.3025437E+01 + endloop + endfacet + facet normal -0.0996108918 0.99175467217 0.08062468892 + outer loop + vertex -3.987940E+01 1.5554902E+01 3.6033195E+01 + vertex -3.946599E+01 1.5154988E+01 4.1463261E+01 + vertex -3.547813E+01 1.5788675E+01 3.8595310E+01 + endloop + endfacet + facet normal -0.2240053625 0.92719992233 0.30020310054 + outer loop + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + vertex -3.987940E+01 1.5554902E+01 3.6033195E+01 + vertex -3.547813E+01 1.5788675E+01 3.8595310E+01 + endloop + endfacet + facet normal -0.109498573 0.93295178568 0.3429446429 + outer loop + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + vertex -3.124214E+01 1.6659171E+01 3.6735651E+01 + endloop + endfacet + facet normal -0.2109697787 0.97721906553 -0.0231225098 + outer loop + vertex -3.547813E+01 1.5788675E+01 3.8595310E+01 + vertex -3.180492E+01 1.6686500E+01 4.3025437E+01 + vertex -3.124214E+01 1.6659171E+01 3.6735651E+01 + endloop + endfacet + facet normal -0.1459221397 0.98914385218 -0.0173542164 + outer loop + vertex -3.124214E+01 1.6659171E+01 3.6735651E+01 + vertex -3.180492E+01 1.6686500E+01 4.3025437E+01 + vertex -2.769164E+01 1.7273412E+01 4.1891508E+01 + endloop + endfacet + facet normal -0.0642979229 0.95202811896 0.2991792737 + outer loop + vertex -3.581340E+01 1.7692542E+01 3.2464897E+01 + vertex -3.547813E+01 1.5788675E+01 3.8595310E+01 + vertex -3.124214E+01 1.6659171E+01 3.6735651E+01 + endloop + endfacet + facet normal -0.1470478568 0.98899073242 -0.0165607666 + outer loop + vertex -3.124214E+01 1.6659171E+01 3.6735651E+01 + vertex -2.769164E+01 1.7273412E+01 4.1891508E+01 + vertex -2.644467E+01 1.7361453E+01 3.6077051E+01 + endloop + endfacet + facet normal -0.1918212344 0.98107789493 -0.0262826578 + outer loop + vertex -2.644467E+01 1.7361453E+01 3.6077051E+01 + vertex -2.769164E+01 1.7273412E+01 4.1891508E+01 + vertex -2.347504E+01 1.8078414E+01 4.1166156E+01 + endloop + endfacet + facet normal -0.0889504422 0.93347325657 0.34744135924 + outer loop + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + vertex -3.124214E+01 1.6659171E+01 3.6735651E+01 + vertex -2.644467E+01 1.7361453E+01 3.6077051E+01 + endloop + endfacet + facet normal -1.034062E-03 0.95734932476 0.28893113555 + outer loop + vertex -2.397797E+01 1.8782825E+01 3.1376279E+01 + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + vertex -2.644467E+01 1.7361453E+01 3.6077051E+01 + endloop + endfacet + facet normal -0.1345846262 0.98903487946 -0.0608028421 + outer loop + vertex -2.644467E+01 1.7361453E+01 3.6077051E+01 + vertex -2.347504E+01 1.8078414E+01 4.1166156E+01 + vertex -2.137164E+01 1.8049768E+01 3.6044412E+01 + endloop + endfacet + facet normal -0.2542937288 0.96087305651 -0.1098074168 + outer loop + vertex -2.137164E+01 1.8049768E+01 3.6044412E+01 + vertex -2.347504E+01 1.8078414E+01 4.1166156E+01 + vertex -1.945213E+01 1.9108327E+01 4.0862138E+01 + endloop + endfacet + facet normal -0.1296156724 0.96591995003 0.22405005603 + outer loop + vertex -2.397797E+01 1.8782825E+01 3.1376279E+01 + vertex -2.644467E+01 1.7361453E+01 3.6077051E+01 + vertex -2.137164E+01 1.8049768E+01 3.6044412E+01 + endloop + endfacet + facet normal -0.1804174847 0.97329032317 -0.14196999 + outer loop + vertex -2.137164E+01 1.8049768E+01 3.6044412E+01 + vertex -1.945213E+01 1.9108327E+01 4.0862138E+01 + vertex -1.667346E+01 1.9144848E+01 3.7581341E+01 + endloop + endfacet + facet normal -0.0313742726 0.98457464997 0.17212906105 + outer loop + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + vertex -2.397797E+01 1.8782825E+01 3.1376279E+01 + vertex -2.137164E+01 1.8049768E+01 3.6044412E+01 + endloop + endfacet + facet normal -0.239611741 0.9699886396 0.04133101277 + outer loop + vertex -2.137164E+01 1.8049768E+01 3.6044412E+01 + vertex -1.667346E+01 1.9144848E+01 3.7581341E+01 + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + endloop + endfacet + facet normal -0.1494162979 0.98866650841 0.01460496687 + outer loop + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + vertex -1.667346E+01 1.9144848E+01 3.7581341E+01 + vertex -1.342799E+01 1.9672191E+01 3.5086379E+01 + endloop + endfacet + facet normal -0.0275480252 0.91004656914 0.41358958922 + outer loop + vertex -2.173014E+01 2.1147554E+01 2.6322742E+01 + vertex -2.397797E+01 1.8782825E+01 3.1376279E+01 + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + endloop + endfacet + facet normal -0.1437983652 0.98958337109 0.00683972334 + outer loop + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + vertex -1.342799E+01 1.9672191E+01 3.5086379E+01 + vertex -1.408815E+01 1.9615159E+01 2.9458605E+01 + endloop + endfacet + facet normal -0.2178841691 0.97584883943 0.01566944302 + outer loop + vertex -1.408815E+01 1.9615159E+01 2.9458605E+01 + vertex -1.342799E+01 1.9672191E+01 3.5086379E+01 + vertex -9.724291E+00 2.0530547E+01 3.3130371E+01 + endloop + endfacet + facet normal -0.003466008 0.94762913976 0.31935403592 + outer loop + vertex -1.764452E+01 2.1102496E+01 2.5006585E+01 + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + vertex -1.408815E+01 1.9615159E+01 2.9458605E+01 + endloop + endfacet + facet normal 0.15599878494 0.87265047157 0.46275861263 + outer loop + vertex -1.610878E+01 2.3670496E+01 1.9646254E+01 + vertex -1.764452E+01 2.1102496E+01 2.5006585E+01 + vertex -1.338603E+01 2.0983993E+01 2.3794490E+01 + endloop + endfacet + facet normal 0.09660879966 0.96467097193 0.24510539719 + outer loop + vertex -1.338603E+01 2.0983993E+01 2.3794490E+01 + vertex -1.764452E+01 2.1102496E+01 2.5006585E+01 + vertex -1.408815E+01 1.9615159E+01 2.9458605E+01 + endloop + endfacet + facet normal -0.1723674029 0.98419943689 -0.0405086019 + outer loop + vertex -1.408815E+01 1.9615159E+01 2.9458605E+01 + vertex -9.724291E+00 2.0530547E+01 3.3130371E+01 + vertex -9.993995E+00 2.0266937E+01 2.7873291E+01 + endloop + endfacet + facet normal -0.2803094984 0.95931711881 -0.0337231471 + outer loop + vertex -9.993995E+00 2.0266937E+01 2.7873291E+01 + vertex -9.724291E+00 2.0530547E+01 3.3130371E+01 + vertex -6.189372E+00 2.1491611E+01 3.1087068E+01 + endloop + endfacet + facet normal -0.0669778304 0.9716995359 0.22652589733 + outer loop + vertex -1.338603E+01 2.0983993E+01 2.3794490E+01 + vertex -1.408815E+01 1.9615159E+01 2.9458605E+01 + vertex -9.993995E+00 2.0266937E+01 2.7873291E+01 + endloop + endfacet + facet normal -0.2375516778 0.96743188888 -0.087434208 + outer loop + vertex -9.993995E+00 2.0266937E+01 2.7873291E+01 + vertex -6.189372E+00 2.1491611E+01 3.1087068E+01 + vertex -5.922701E+00 2.1128545E+01 2.6345340E+01 + endloop + endfacet + facet normal -0.3597019628 0.92858678379 -0.0913295291 + outer loop + vertex -5.922701E+00 2.1128545E+01 2.6345340E+01 + vertex -6.189372E+00 2.1491611E+01 3.1087068E+01 + vertex -2.902321E+00 2.2560325E+01 2.9007075E+01 + endloop + endfacet + facet normal 0.02269634164 0.98769104765 0.15476198003 + outer loop + vertex -1.338603E+01 2.0983993E+01 2.3794490E+01 + vertex -9.993995E+00 2.0266937E+01 2.7873291E+01 + vertex -9.056591E+00 2.1037060E+01 2.2820889E+01 + endloop + endfacet + facet normal -0.3250928291 0.94547358161 -0.0198584732 + outer loop + vertex -5.922701E+00 2.1128545E+01 2.6345340E+01 + vertex -1.295074E+00 2.2701839E+01 2.5494254E+01 + vertex -4.338316E+00 2.1587376E+01 2.2253392E+01 + endloop + endfacet + facet normal -0.3389553731 0.93343847932 -0.1174813192 + outer loop + vertex -5.922701E+00 2.1128545E+01 2.6345340E+01 + vertex -2.902321E+00 2.2560325E+01 2.9007075E+01 + vertex -1.295074E+00 2.2701839E+01 2.5494254E+01 + endloop + endfacet + facet normal -0.3051402189 0.95143961884 -0.0406460145 + outer loop + vertex -4.338316E+00 2.1587376E+01 2.2253392E+01 + vertex -1.295074E+00 2.2701839E+01 2.5494254E+01 + vertex 5.7965969E-01 2.3148326E+01 2.1871494E+01 + endloop + endfacet + facet normal -0.1625756068 0.97947738704 0.11913530273 + outer loop + vertex -9.993995E+00 2.0266937E+01 2.7873291E+01 + vertex -5.922701E+00 2.1128545E+01 2.6345340E+01 + vertex -9.056591E+00 2.1037060E+01 2.2820889E+01 + endloop + endfacet + facet normal -0.1072977165 0.9917833359 0.0696635821 + outer loop + vertex -9.056591E+00 2.1037060E+01 2.2820889E+01 + vertex -5.922701E+00 2.1128545E+01 2.6345340E+01 + vertex -4.338316E+00 2.1587376E+01 2.2253392E+01 + endloop + endfacet + facet normal 0.30037121518 0.8784062203 0.37172522812 + outer loop + vertex -1.610878E+01 2.3670496E+01 1.9646254E+01 + vertex -1.338603E+01 2.0983993E+01 2.3794490E+01 + vertex -1.174924E+01 2.2595694E+01 1.8663359E+01 + endloop + endfacet + facet normal 0.05954120942 0.94676411239 0.31637408218 + outer loop + vertex -1.174924E+01 2.2595694E+01 1.8663359E+01 + vertex -1.338603E+01 2.0983993E+01 2.3794490E+01 + vertex -9.056591E+00 2.1037060E+01 2.2820889E+01 + endloop + endfacet + facet normal 0.30764530458 0.84120276643 0.44467097085 + outer loop + vertex -1.339993E+01 2.5473231E+01 1.4361831E+01 + vertex -1.610878E+01 2.3670496E+01 1.9646254E+01 + vertex -1.174924E+01 2.2595694E+01 1.8663359E+01 + endloop + endfacet + facet normal 0.00579328363 0.97925916267 0.20252883792 + outer loop + vertex -2.166849E+01 3.3330922E+01 -4.145928E+01 + vertex -2.609163E+01 3.3109892E+01 -4.026404E+01 + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + endloop + endfacet + facet normal 0.16868365715 0.98164338042 0.08900616549 + outer loop + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + vertex -2.609163E+01 3.3109892E+01 -4.026404E+01 + vertex -2.824244E+01 3.3120773E+01 -3.630785E+01 + endloop + endfacet + facet normal 0.0735897533 0.97287615271 0.21930923303 + outer loop + vertex -1.827299E+01 3.2551014E+01 -3.913890E+01 + vertex -2.166849E+01 3.3330922E+01 -4.145928E+01 + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + endloop + endfacet + facet normal 0.18062767912 0.97110848347 -0.155954977 + outer loop + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + vertex -2.824244E+01 3.3120773E+01 -3.630785E+01 + vertex -2.692955E+01 3.3593494E+01 -3.184368E+01 + endloop + endfacet + facet normal 0.26119142393 0.96201194122 -0.0794485054 + outer loop + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + vertex -2.692955E+01 3.3593494E+01 -3.184368E+01 + vertex -2.253130E+01 3.2520713E+01 -3.037412E+01 + endloop + endfacet + facet normal 0.33699207508 0.8615799684 -0.3796265262 + outer loop + vertex -2.253130E+01 3.2520713E+01 -3.037412E+01 + vertex -2.692955E+01 3.3593494E+01 -3.184368E+01 + vertex -2.578736E+01 3.5233959E+01 -2.710666E+01 + endloop + endfacet + facet normal 0.41427427158 0.85909585904 -0.3005513815 + outer loop + vertex -2.253130E+01 3.2520713E+01 -3.037412E+01 + vertex -2.578736E+01 3.5233959E+01 -2.710666E+01 + vertex -2.158978E+01 3.3998852E+01 -2.485123E+01 + endloop + endfacet + facet normal 0.01789434933 0.97761706447 0.20962983451 + outer loop + vertex -1.437507E+01 3.2044387E+01 -3.710896E+01 + vertex -1.827299E+01 3.2551014E+01 -3.913890E+01 + vertex -1.876731E+01 3.1442750E+01 -3.392827E+01 + endloop + endfacet + facet normal 0.06999115228 0.97434992292 0.21387722253 + outer loop + vertex -1.876731E+01 3.1442750E+01 -3.392827E+01 + vertex -1.827299E+01 3.2551014E+01 -3.913890E+01 + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + endloop + endfacet + facet normal 0.20873688255 0.97511567826 -0.0746882044 + outer loop + vertex -1.876731E+01 3.1442750E+01 -3.392827E+01 + vertex -2.312012E+01 3.2214383E+01 -3.601911E+01 + vertex -2.253130E+01 3.2520713E+01 -3.037412E+01 + endloop + endfacet + facet normal -0.0320146542 0.97155294422 0.2346485425 + outer loop + vertex -1.064803E+01 3.1632807E+01 -3.489632E+01 + vertex -1.437507E+01 3.2044387E+01 -3.710896E+01 + vertex -1.485803E+01 3.0759727E+01 -3.185577E+01 + endloop + endfacet + facet normal 0.04167163604 0.96964113818 0.24095546871 + outer loop + vertex -1.485803E+01 3.0759727E+01 -3.185577E+01 + vertex -1.437507E+01 3.2044387E+01 -3.710896E+01 + vertex -1.876731E+01 3.1442750E+01 -3.392827E+01 + endloop + endfacet + facet normal -0.093327314 0.96034275529 0.2627390432 + outer loop + vertex -7.139421E+00 3.1320994E+01 -3.251032E+01 + vertex -1.064803E+01 3.1632807E+01 -3.489632E+01 + vertex -1.130963E+01 3.0202499E+01 -2.990339E+01 + endloop + endfacet + facet normal -5.211793E-04 0.96135094615 0.27532541967 + outer loop + vertex -1.130963E+01 3.0202499E+01 -2.990339E+01 + vertex -1.064803E+01 3.1632807E+01 -3.489632E+01 + vertex -1.485803E+01 3.0759727E+01 -3.185577E+01 + endloop + endfacet + facet normal -0.1386014946 0.94447787235 0.29791135317 + outer loop + vertex -4.148609E+00 3.0727233E+01 -2.923644E+01 + vertex -7.139421E+00 3.1320994E+01 -3.251032E+01 + vertex -8.020046E+00 2.9842226E+01 -2.823184E+01 + endloop + endfacet + facet normal -0.0566847439 0.94716421052 0.31570048798 + outer loop + vertex -8.020046E+00 2.9842226E+01 -2.823184E+01 + vertex -7.139421E+00 3.1320994E+01 -3.251032E+01 + vertex -1.130963E+01 3.0202499E+01 -2.990339E+01 + endloop + endfacet + facet normal -0.1129893101 0.95527980172 0.27326528546 + outer loop + vertex -2.043024E+00 2.9925558E+01 -2.556334E+01 + vertex -4.148609E+00 3.0727233E+01 -2.923644E+01 + vertex -6.555183E+00 2.9114904E+01 -2.459514E+01 + endloop + endfacet + facet normal -0.152847149 0.955410297 0.252643847 + outer loop + vertex -6.555183E+00 2.9114904E+01 -2.459514E+01 + vertex -4.148609E+00 3.0727233E+01 -2.923644E+01 + vertex -8.020046E+00 2.9842226E+01 -2.823184E+01 + endloop + endfacet + facet normal -0.111518939 0.96484237575 0.2379973029 + outer loop + vertex -7.915082E-02 2.9238119E+01 -2.185624E+01 + vertex -2.043024E+00 2.9925558E+01 -2.556334E+01 + vertex -4.898819E+00 2.8444886E+01 -2.089883E+01 + endloop + endfacet + facet normal -0.123941126 0.96514933637 0.23048938324 + outer loop + vertex -4.898819E+00 2.8444886E+01 -2.089883E+01 + vertex -2.043024E+00 2.9925558E+01 -2.556334E+01 + vertex -6.555183E+00 2.9114904E+01 -2.459514E+01 + endloop + endfacet + facet normal -0.1280444255 0.96851248824 0.21351389937 + outer loop + vertex 1.7551542E+00 2.8652567E+01 -1.810010E+01 + vertex -7.915082E-02 2.9238119E+01 -2.185624E+01 + vertex -3.198392E+00 2.7795565E+01 -1.718333E+01 + endloop + endfacet + facet normal -0.1152612651 0.96822007236 0.22195659988 + outer loop + vertex -3.198392E+00 2.7795565E+01 -1.718333E+01 + vertex -7.915082E-02 2.9238119E+01 -2.185624E+01 + vertex -4.898819E+00 2.8444886E+01 -2.089883E+01 + endloop + endfacet + facet normal -0.1630810363 0.96695127827 0.19598418567 + outer loop + vertex 3.4403678E+00 2.8170620E+01 -1.431998E+01 + vertex 1.7551542E+00 2.8652567E+01 -1.810010E+01 + vertex -1.516744E+00 2.7178195E+01 -1.354841E+01 + endloop + endfacet + facet normal -0.1260713553 0.96674235478 0.22252018523 + outer loop + vertex -1.516744E+00 2.7178195E+01 -1.354841E+01 + vertex 1.7551542E+00 2.8652567E+01 -1.810010E+01 + vertex -3.198392E+00 2.7795565E+01 -1.718333E+01 + endloop + endfacet + facet normal -0.2134260301 0.96005545342 0.18094987162 + outer loop + vertex 4.9473608E+00 2.7784544E+01 -1.049413E+01 + vertex 3.4403678E+00 2.8170620E+01 -1.431998E+01 + vertex 1.0574321E-01 2.6632790E+01 -1.009391E+01 + endloop + endfacet + facet normal -0.1573473238 0.96140790631 0.22569150929 + outer loop + vertex 1.0574321E-01 2.6632790E+01 -1.009391E+01 + vertex 3.4403678E+00 2.8170620E+01 -1.431998E+01 + vertex -1.516744E+00 2.7178195E+01 -1.354841E+01 + endloop + endfacet + facet normal -0.2539516661 0.94893667008 0.1871570128 + outer loop + vertex 5.5252783E+00 2.7070952E+01 -6.091855E+00 + vertex 4.9473608E+00 2.7784544E+01 -1.049413E+01 + vertex 1.7611342E+00 2.6238226E+01 -6.977244E+00 + endloop + endfacet + facet normal -0.2071368881 0.95079731307 0.2303883223 + outer loop + vertex 1.7611342E+00 2.6238226E+01 -6.977244E+00 + vertex 4.9473608E+00 2.7784544E+01 -1.049413E+01 + vertex 1.0574321E-01 2.6632790E+01 -1.009391E+01 + endloop + endfacet + facet normal -0.198272719 0.96304523136 0.18229594417 + outer loop + vertex 5.1720235E+00 2.6188724E+01 -1.815378E+00 + vertex 5.5252783E+00 2.7070952E+01 -6.091855E+00 + vertex 7.3713040E-01 2.5461868E+01 -2.799069E+00 + endloop + endfacet + facet normal -0.2412338725 0.96304138347 0.11982283793 + outer loop + vertex 7.3713040E-01 2.5461868E+01 -2.799069E+00 + vertex 5.5252783E+00 2.7070952E+01 -6.091855E+00 + vertex 1.7611342E+00 2.6238226E+01 -6.977244E+00 + endloop + endfacet + facet normal -0.1915922616 0.9749479508 0.11299955099 + outer loop + vertex 5.6334553E+00 2.5843659E+01 1.9441651E+00 + vertex 5.1720235E+00 2.6188724E+01 -1.815378E+00 + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + endloop + endfacet + facet normal -0.1865860521 0.97498547817 0.1207847777 + outer loop + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + vertex 5.1720235E+00 2.6188724E+01 -1.815378E+00 + vertex 7.3713040E-01 2.5461868E+01 -2.799069E+00 + endloop + endfacet + facet normal -0.3051612705 0.94875243369 0.08213049724 + outer loop + vertex 6.0229001E+00 2.5605663E+01 6.1404550E+00 + vertex 5.6334553E+00 2.5843659E+01 1.9441651E+00 + vertex 2.1897002E+00 2.4501678E+01 4.6509271E+00 + endloop + endfacet + facet normal -0.1941716865 0.95453061447 0.22620491195 + outer loop + vertex 2.1897002E+00 2.4501678E+01 4.6509271E+00 + vertex 5.6334553E+00 2.5843659E+01 1.9441651E+00 + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + endloop + endfacet + facet normal -0.3300875848 0.94194869696 0.06143971569 + outer loop + vertex 5.5805334E+00 2.5184411E+01 1.0222149E+01 + vertex 6.0229001E+00 2.5605663E+01 6.1404550E+00 + vertex 1.7867987E+00 2.3981167E+01 8.2873863E+00 + endloop + endfacet + facet normal -0.3113080248 0.94495162359 0.10076578169 + outer loop + vertex 1.7867987E+00 2.3981167E+01 8.2873863E+00 + vertex 6.0229001E+00 2.5605663E+01 6.1404550E+00 + vertex 2.1897002E+00 2.4501678E+01 4.6509271E+00 + endloop + endfacet + facet normal -0.365059727 0.93040151885 0.03293037255 + outer loop + vertex 4.3880068E+00 2.4568135E+01 1.4414032E+01 + vertex 5.5805334E+00 2.5184411E+01 1.0222149E+01 + vertex 1.8007620E+00 2.3644050E+01 1.1841062E+01 + endloop + endfacet + facet normal -0.3425366362 0.93517788404 0.09006096847 + outer loop + vertex 1.8007620E+00 2.3644050E+01 1.1841062E+01 + vertex 5.5805334E+00 2.5184411E+01 1.0222149E+01 + vertex 1.7867987E+00 2.3981167E+01 8.2873863E+00 + endloop + endfacet + facet normal -0.3308258684 0.94318275852 0.03099239912 + outer loop + vertex 2.5156282E+00 2.3787649E+01 1.8179790E+01 + vertex 4.3880068E+00 2.4568135E+01 1.4414032E+01 + vertex -3.315851E-01 2.2893283E+01 1.5005431E+01 + endloop + endfacet + facet normal -0.3346524782 0.94233963183 -0.0019331583 + outer loop + vertex -3.315851E-01 2.2893283E+01 1.5005431E+01 + vertex 4.3880068E+00 2.4568135E+01 1.4414032E+01 + vertex 1.8007620E+00 2.3644050E+01 1.1841062E+01 + endloop + endfacet + facet normal -0.3054042056 0.95221098295 0.00474501113 + outer loop + vertex 5.7965969E-01 2.3148326E+01 2.1871494E+01 + vertex 2.5156282E+00 2.3787649E+01 1.8179790E+01 + vertex -2.392636E+00 2.2211786E+01 1.8506371E+01 + endloop + endfacet + facet normal -0.3053515082 0.95222326075 0.00559625702 + outer loop + vertex -2.392636E+00 2.2211786E+01 1.8506371E+01 + vertex 2.5156282E+00 2.3787649E+01 1.8179790E+01 + vertex -3.315851E-01 2.2893283E+01 1.5005431E+01 + endloop + endfacet + facet normal -0.3023954357 0.95318083119 0.00181755323 + outer loop + vertex -4.338316E+00 2.1587376E+01 2.2253392E+01 + vertex 5.7965969E-01 2.3148326E+01 2.1871494E+01 + vertex -2.392636E+00 2.2211786E+01 1.8506371E+01 + endloop + endfacet + facet normal -0.0950238114 0.98214475854 0.16236424646 + outer loop + vertex -9.056591E+00 2.1037060E+01 2.2820889E+01 + vertex -4.338316E+00 2.1587376E+01 2.2253392E+01 + vertex -7.249023E+00 2.1944752E+01 1.8388121E+01 + endloop + endfacet + facet normal -0.0576755463 0.98918058013 0.13488999685 + outer loop + vertex -7.249023E+00 2.1944752E+01 1.8388121E+01 + vertex -4.338316E+00 2.1587376E+01 2.2253392E+01 + vertex -2.392636E+00 2.2211786E+01 1.8506371E+01 + endloop + endfacet + facet normal 0.15374845473 0.95383050485 0.25800926473 + outer loop + vertex -1.174924E+01 2.2595694E+01 1.8663359E+01 + vertex -9.056591E+00 2.1037060E+01 2.2820889E+01 + vertex -7.249023E+00 2.1944752E+01 1.8388121E+01 + endloop + endfacet + facet normal 0.40870526862 0.8232858431 0.39390407963 + outer loop + vertex -1.339993E+01 2.5473231E+01 1.4361831E+01 + vertex -1.174924E+01 2.2595694E+01 1.8663359E+01 + vertex -9.372149E+00 2.3733235E+01 1.3819406E+01 + endloop + endfacet + facet normal 0.15446675038 0.94227460051 0.29708349037 + outer loop + vertex -9.372149E+00 2.3733235E+01 1.3819406E+01 + vertex -1.174924E+01 2.2595694E+01 1.8663359E+01 + vertex -7.249023E+00 2.1944752E+01 1.8388121E+01 + endloop + endfacet + facet normal 0.41107278332 0.84470976129 0.34276024565 + outer loop + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + vertex -1.339993E+01 2.5473231E+01 1.4361831E+01 + vertex -9.372149E+00 2.3733235E+01 1.3819406E+01 + endloop + endfacet + facet normal 0.18729945954 0.98185341768 -0.0297115909 + outer loop + vertex -1.485803E+01 3.0759727E+01 -3.185577E+01 + vertex -1.876731E+01 3.1442750E+01 -3.392827E+01 + vertex -1.850846E+01 3.1568777E+01 -2.813182E+01 + endloop + endfacet + facet normal 0.2470576458 0.96846931136 -0.0320891354 + outer loop + vertex -1.850846E+01 3.1568777E+01 -2.813182E+01 + vertex -1.876731E+01 3.1442750E+01 -3.392827E+01 + vertex -2.253130E+01 3.2520713E+01 -3.037412E+01 + endloop + endfacet + facet normal 0.37425969913 0.8778802666 -0.2987572846 + outer loop + vertex -1.850846E+01 3.1568777E+01 -2.813182E+01 + vertex -2.253130E+01 3.2520713E+01 -3.037412E+01 + vertex -2.158978E+01 3.3998852E+01 -2.485123E+01 + endloop + endfacet + facet normal 0.13989128056 0.98976409753 0.02823934962 + outer loop + vertex -1.130963E+01 3.0202499E+01 -2.990339E+01 + vertex -1.485803E+01 3.0759727E+01 -3.185577E+01 + vertex -1.482019E+01 3.0588830E+01 -2.605343E+01 + endloop + endfacet + facet normal 0.24246020259 0.96978606943 0.02698202533 + outer loop + vertex -1.482019E+01 3.0588830E+01 -2.605343E+01 + vertex -1.485803E+01 3.0759727E+01 -3.185577E+01 + vertex -1.850846E+01 3.1568777E+01 -2.813182E+01 + endloop + endfacet + facet normal 0.3638992883 0.9053500396 -0.2189032064 + outer loop + vertex -1.482019E+01 3.0588830E+01 -2.605343E+01 + vertex -1.850846E+01 3.1568777E+01 -2.813182E+01 + vertex -1.778876E+01 3.2732752E+01 -2.212138E+01 + endloop + endfacet + facet normal 0.44758789241 0.86640353867 -0.2213819928 + outer loop + vertex -1.850846E+01 3.1568777E+01 -2.813182E+01 + vertex -2.158978E+01 3.3998852E+01 -2.485123E+01 + vertex -1.778876E+01 3.2732752E+01 -2.212138E+01 + endloop + endfacet + facet normal 0.05547754988 0.99294127567 0.10483255469 + outer loop + vertex -8.020046E+00 2.9842226E+01 -2.823184E+01 + vertex -1.130963E+01 3.0202499E+01 -2.990339E+01 + vertex -1.108110E+01 2.9625979E+01 -2.456370E+01 + endloop + endfacet + facet normal 0.21221355904 0.97250458112 0.09591790792 + outer loop + vertex -1.108110E+01 2.9625979E+01 -2.456370E+01 + vertex -1.130963E+01 3.0202499E+01 -2.990339E+01 + vertex -1.482019E+01 3.0588830E+01 -2.605343E+01 + endloop + endfacet + facet normal 0.28798995465 0.9515442494 -0.1078208118 + outer loop + vertex -1.108110E+01 2.9625979E+01 -2.456370E+01 + vertex -1.482019E+01 3.0588830E+01 -2.605343E+01 + vertex -1.415656E+01 3.1036708E+01 -2.032824E+01 + endloop + endfacet + facet normal 0.11241791238 0.99171268986 0.06219448326 + outer loop + vertex -6.555183E+00 2.9114904E+01 -2.459514E+01 + vertex -1.108110E+01 2.9625979E+01 -2.456370E+01 + vertex -9.775125E+00 2.9200558E+01 -2.014080E+01 + endloop + endfacet + facet normal 0.11195420258 0.98212380422 0.15132445179 + outer loop + vertex -6.555183E+00 2.9114904E+01 -2.459514E+01 + vertex -8.020046E+00 2.9842226E+01 -2.823184E+01 + vertex -1.108110E+01 2.9625979E+01 -2.456370E+01 + endloop + endfacet + facet normal 0.38731533491 0.921588445 -0.0257209912 + outer loop + vertex -9.775125E+00 2.9200558E+01 -2.014080E+01 + vertex -1.108110E+01 2.9625979E+01 -2.456370E+01 + vertex -1.415656E+01 3.1036708E+01 -2.032824E+01 + endloop + endfacet + facet normal 0.38815914223 0.91496773275 -0.1103019869 + outer loop + vertex -9.775125E+00 2.9200558E+01 -2.014080E+01 + vertex -1.415656E+01 3.1036708E+01 -2.032824E+01 + vertex -1.269648E+01 3.0994551E+01 -1.553984E+01 + endloop + endfacet + facet normal 0.16787447414 0.98046524124 0.10249913002 + outer loop + vertex -4.898819E+00 2.8444886E+01 -2.089883E+01 + vertex -6.555183E+00 2.9114904E+01 -2.459514E+01 + vertex -9.775125E+00 2.9200558E+01 -2.014080E+01 + endloop + endfacet + facet normal 0.16410547138 0.98357585821 0.07515268063 + outer loop + vertex -4.898819E+00 2.8444886E+01 -2.089883E+01 + vertex -9.775125E+00 2.9200558E+01 -2.014080E+01 + vertex -8.178723E+00 2.8621901E+01 -1.605345E+01 + endloop + endfacet + facet normal 0.45947028902 0.88655348368 -0.0539441756 + outer loop + vertex -8.178723E+00 2.8621901E+01 -1.605345E+01 + vertex -9.775125E+00 2.9200558E+01 -2.014080E+01 + vertex -1.269648E+01 3.0994551E+01 -1.553984E+01 + endloop + endfacet + facet normal 0.18237856668 0.9793113214 0.08767778623 + outer loop + vertex -3.198392E+00 2.7795565E+01 -1.718333E+01 + vertex -4.898819E+00 2.8444886E+01 -2.089883E+01 + vertex -8.178723E+00 2.8621901E+01 -1.605345E+01 + endloop + endfacet + facet normal 0.46206349963 0.88633504065 -0.0301250398 + outer loop + vertex -8.178723E+00 2.8621901E+01 -1.605345E+01 + vertex -1.269648E+01 3.0994551E+01 -1.553984E+01 + vertex -1.087008E+01 3.0196154E+01 -1.101648E+01 + endloop + endfacet + facet normal -0.0578526942 0.98764611239 0.1456304311 + outer loop + vertex -7.249023E+00 2.1944752E+01 1.8388121E+01 + vertex -2.392636E+00 2.2211786E+01 1.8506371E+01 + vertex -4.961553E+00 2.2659268E+01 1.4451084E+01 + endloop + endfacet + facet normal -0.068025324 0.98605240806 0.15189866314 + outer loop + vertex -4.961553E+00 2.2659268E+01 1.4451084E+01 + vertex -2.392636E+00 2.2211786E+01 1.8506371E+01 + vertex -3.315851E-01 2.2893283E+01 1.5005431E+01 + endloop + endfacet + facet normal 0.18895918082 0.94104853345 0.28057456349 + outer loop + vertex -9.372149E+00 2.3733235E+01 1.3819406E+01 + vertex -7.249023E+00 2.1944752E+01 1.8388121E+01 + vertex -4.961553E+00 2.2659268E+01 1.4451084E+01 + endloop + endfacet + facet normal -0.0633398784 0.99187728984 0.11030639921 + outer loop + vertex -4.961553E+00 2.2659268E+01 1.4451084E+01 + vertex -3.315851E-01 2.2893283E+01 1.5005431E+01 + vertex -2.220393E+00 2.3228103E+01 1.0910130E+01 + endloop + endfacet + facet normal -0.1343489071 0.98068653582 0.14214179401 + outer loop + vertex -2.220393E+00 2.3228103E+01 1.0910130E+01 + vertex -3.315851E-01 2.2893283E+01 1.5005431E+01 + vertex 1.8007620E+00 2.3644050E+01 1.1841062E+01 + endloop + endfacet + facet normal -0.1239848366 0.9878031987 0.09419448452 + outer loop + vertex -2.220393E+00 2.3228103E+01 1.0910130E+01 + vertex 1.8007620E+00 2.3644050E+01 1.1841062E+01 + vertex 1.7867987E+00 2.3981167E+01 8.2873863E+00 + endloop + endfacet + facet normal 0.38698220335 0.85231519019 0.35185734448 + outer loop + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + vertex -9.372149E+00 2.3733235E+01 1.3819406E+01 + vertex -6.388284E+00 2.4061606E+01 9.7422493E+00 + endloop + endfacet + facet normal 0.20028276971 0.9539271132 0.22340518091 + outer loop + vertex -6.388284E+00 2.4061606E+01 9.7422493E+00 + vertex -9.372149E+00 2.3733235E+01 1.3819406E+01 + vertex -4.961553E+00 2.2659268E+01 1.4451084E+01 + endloop + endfacet + facet normal 0.12234398099 0.96073289232 0.24904670232 + outer loop + vertex -6.388284E+00 2.4061606E+01 9.7422493E+00 + vertex -4.961553E+00 2.2659268E+01 1.4451084E+01 + vertex -2.220393E+00 2.3228103E+01 1.0910130E+01 + endloop + endfacet + facet normal 0.44119761455 0.8588756679 0.26014851913 + outer loop + vertex -9.220311E+00 2.7522905E+01 2.6989469E+00 + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + vertex -5.852496E+00 2.5173061E+01 4.7452831E+00 + endloop + endfacet + facet normal 0.42719582168 0.87180253062 0.23971666096 + outer loop + vertex -5.852496E+00 2.5173061E+01 4.7452831E+00 + vertex -1.048525E+01 2.6363176E+01 8.6730360E+00 + vertex -6.388284E+00 2.4061606E+01 9.7422493E+00 + endloop + endfacet + facet normal 0.19316018747 0.95316852114 0.23272067439 + outer loop + vertex -5.852496E+00 2.5173061E+01 4.7452831E+00 + vertex -6.388284E+00 2.4061606E+01 9.7422493E+00 + vertex -2.220458E+00 2.4013961E+01 6.4780592E+00 + endloop + endfacet + facet normal 0.14639540714 0.97403350044 0.17270531199 + outer loop + vertex -2.220458E+00 2.4013961E+01 6.4780592E+00 + vertex -6.388284E+00 2.4061606E+01 9.7422493E+00 + vertex -2.220393E+00 2.3228103E+01 1.0910130E+01 + endloop + endfacet + facet normal -0.0705948733 0.98218471769 0.17415379467 + outer loop + vertex -2.220458E+00 2.4013961E+01 6.4780592E+00 + vertex -2.220393E+00 2.3228103E+01 1.0910130E+01 + vertex 1.7867987E+00 2.3981167E+01 8.2873863E+00 + endloop + endfacet + facet normal -0.0531811604 0.9893194819 0.13571561043 + outer loop + vertex -2.220458E+00 2.4013961E+01 6.4780592E+00 + vertex 1.7867987E+00 2.3981167E+01 8.2873863E+00 + vertex 2.1897002E+00 2.4501678E+01 4.6509271E+00 + endloop + endfacet + facet normal 0.1616472114 0.98254197818 0.09209473465 + outer loop + vertex -1.516744E+00 2.7178195E+01 -1.354841E+01 + vertex -3.198392E+00 2.7795565E+01 -1.718333E+01 + vertex -6.508417E+00 2.7860902E+01 -1.207056E+01 + endloop + endfacet + facet normal 0.18658632614 0.97644902544 0.10831825153 + outer loop + vertex -6.508417E+00 2.7860902E+01 -1.207056E+01 + vertex -3.198392E+00 2.7795565E+01 -1.718333E+01 + vertex -8.178723E+00 2.8621901E+01 -1.605345E+01 + endloop + endfacet + facet normal 0.46678601869 0.88396229912 -0.0268601284 + outer loop + vertex -6.508417E+00 2.7860902E+01 -1.207056E+01 + vertex -8.178723E+00 2.8621901E+01 -1.605345E+01 + vertex -1.087008E+01 3.0196154E+01 -1.101648E+01 + endloop + endfacet + facet normal 0.10930729848 0.98847594795 0.104724471 + outer loop + vertex 1.0574321E-01 2.6632790E+01 -1.009391E+01 + vertex -1.516744E+00 2.7178195E+01 -1.354841E+01 + vertex -4.870013E+00 2.6996318E+01 -8.331689E+00 + endloop + endfacet + facet normal 0.17678081335 0.97312607131 0.14756081242 + outer loop + vertex -4.870013E+00 2.6996318E+01 -8.331689E+00 + vertex -1.516744E+00 2.7178195E+01 -1.354841E+01 + vertex -6.508417E+00 2.7860902E+01 -1.207056E+01 + endloop + endfacet + facet normal 0.43147815455 0.90191297788 0.01948287666 + outer loop + vertex -4.870013E+00 2.6996318E+01 -8.331689E+00 + vertex -6.508417E+00 2.7860902E+01 -1.207056E+01 + vertex -9.399088E+00 2.9123163E+01 -6.485574E+00 + endloop + endfacet + facet normal 0.48096621855 0.8752473245 0.05112355192 + outer loop + vertex -6.508417E+00 2.7860902E+01 -1.207056E+01 + vertex -1.087008E+01 3.0196154E+01 -1.101648E+01 + vertex -9.399088E+00 2.9123163E+01 -6.485574E+00 + endloop + endfacet + facet normal 0.01278513964 0.99282404407 0.11889893913 + outer loop + vertex 1.7611342E+00 2.6238226E+01 -6.977244E+00 + vertex 1.0574321E-01 2.6632790E+01 -1.009391E+01 + vertex -2.816774E+00 2.6065856E+01 -5.045672E+00 + endloop + endfacet + facet normal 0.13799119214 0.97221977239 0.18906915418 + outer loop + vertex -2.816774E+00 2.6065856E+01 -5.045672E+00 + vertex 1.0574321E-01 2.6632790E+01 -1.009391E+01 + vertex -4.870013E+00 2.6996318E+01 -8.331689E+00 + endloop + endfacet + facet normal 0.32252633276 0.94426726919 0.06584898643 + outer loop + vertex -2.816774E+00 2.6065856E+01 -5.045672E+00 + vertex -4.870013E+00 2.6996318E+01 -8.331689E+00 + vertex -7.608504E+00 2.7542640E+01 -2.752843E+00 + endloop + endfacet + facet normal 0.04454695429 0.98017769524 0.19304728598 + outer loop + vertex 7.3713040E-01 2.5461868E+01 -2.799069E+00 + vertex 1.7611342E+00 2.6238226E+01 -6.977244E+00 + vertex -2.816774E+00 2.6065856E+01 -5.045672E+00 + endloop + endfacet + facet normal 0.37136355018 0.90866226098 0.19084551102 + outer loop + vertex -2.816774E+00 2.6065856E+01 -5.045672E+00 + vertex -7.608504E+00 2.7542640E+01 -2.752843E+00 + vertex -4.423583E+00 2.5692619E+01 -1.419303E-01 + endloop + endfacet + facet normal 0.41835338116 0.89937005022 0.12694077851 + outer loop + vertex -4.423583E+00 2.5692619E+01 -1.419303E-01 + vertex -7.608504E+00 2.7542640E+01 -2.752843E+00 + vertex -9.220311E+00 2.7522905E+01 2.6989469E+00 + endloop + endfacet + facet normal 0.4612710107 0.85797353768 0.22607623343 + outer loop + vertex -4.423583E+00 2.5692619E+01 -1.419303E-01 + vertex -9.220311E+00 2.7522905E+01 2.6989469E+00 + vertex -5.852496E+00 2.5173061E+01 4.7452831E+00 + endloop + endfacet + facet normal 0.09983221168 0.98912594748 0.10799717374 + outer loop + vertex 7.3713040E-01 2.5461868E+01 -2.799069E+00 + vertex -2.816774E+00 2.6065856E+01 -5.045672E+00 + vertex -4.423583E+00 2.5692619E+01 -1.419303E-01 + endloop + endfacet + facet normal 0.13922878555 0.97264584232 0.18594464417 + outer loop + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + vertex 7.3713040E-01 2.5461868E+01 -2.799069E+00 + vertex -4.423583E+00 2.5692619E+01 -1.419303E-01 + endloop + endfacet + facet normal 0.15519963254 0.97655224592 0.14919378352 + outer loop + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + vertex -4.423583E+00 2.5692619E+01 -1.419303E-01 + vertex -5.852496E+00 2.5173061E+01 4.7452831E+00 + endloop + endfacet + facet normal 0.19618101489 0.95395161187 0.22691260787 + outer loop + vertex -5.852496E+00 2.5173061E+01 4.7452831E+00 + vertex -2.220458E+00 2.4013961E+01 6.4780592E+00 + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + endloop + endfacet + facet normal -0.0580837099 0.99055423286 0.12421189313 + outer loop + vertex -1.506402E-01 2.4745232E+01 1.6142638E+00 + vertex -2.220458E+00 2.4013961E+01 6.4780592E+00 + vertex 2.1897002E+00 2.4501678E+01 4.6509271E+00 + endloop + endfacet + facet normal 0.11710012466 0.93617633734 0.33145350534 + outer loop + vertex -1.848381E+01 1.8963379E+01 3.1344946E+01 + vertex -1.764452E+01 2.1102496E+01 2.5006585E+01 + vertex -2.173014E+01 2.1147554E+01 2.6322742E+01 + endloop + endfacet + facet normal 0.20365493406 0.76906459857 0.6058583259 + outer loop + vertex -2.062885E+01 2.5091550E+01 2.0946120E+01 + vertex -2.173014E+01 2.1147554E+01 2.6322742E+01 + vertex -1.764452E+01 2.1102496E+01 2.5006585E+01 + endloop + endfacet + facet normal -0.1130711966 0.87648831781 -0.4679563369 + outer loop + vertex -6.495048E+01 4.0367873E+01 -2.610869E+01 + vertex -6.148116E+01 4.2616078E+01 -2.273606E+01 + vertex -5.904870E+01 4.1164527E+01 -2.604258E+01 + endloop + endfacet + facet normal -0.3139120743 0.76253740018 -0.5656818213 + outer loop + vertex -5.535598E+01 4.4535828E+01 -2.354727E+01 + vertex -5.904870E+01 4.1164527E+01 -2.604258E+01 + vertex -6.148116E+01 4.2616078E+01 -2.273606E+01 + endloop + endfacet + facet normal -0.3594350331 0.90199419777 -0.2391922326 + outer loop + vertex -7.423518E+01 3.3760230E+00 -1.178887E+01 + vertex -7.171731E+01 5.7153796E+00 -6.750763E+00 + vertex -6.951791E+01 5.6188245E+00 -1.041993E+01 + endloop + endfacet + facet normal -0.5743227584 0.73346581547 -0.363567417 + outer loop + vertex -6.762416E+01 9.5405920E+00 -5.499626E+00 + vertex -6.951791E+01 5.6188245E+00 -1.041993E+01 + vertex -7.171731E+01 5.7153796E+00 -6.750763E+00 + endloop + endfacet + facet normal -0.2488544561 0.89898233625 0.36041950391 + outer loop + vertex -5.286979E+01 1.3203988E+01 3.3685057E+01 + vertex -4.739271E+01 1.5504816E+01 3.1727868E+01 + vertex -5.124033E+01 1.5456385E+01 2.9192047E+01 + endloop + endfacet + facet normal -0.3727342616 0.746418662 0.55129697194 + outer loop + vertex -4.584972E+01 1.9196425E+01 2.7772901E+01 + vertex -5.124033E+01 1.5456385E+01 2.9192047E+01 + vertex -4.739271E+01 1.5504816E+01 3.1727868E+01 + endloop + endfacet + facet normal -0.4577961312 0.87246642135 -0.1709533442 + outer loop + vertex -7.553769E+01 4.6648420E+01 6.4041114E+00 + vertex -7.090354E+01 4.8794251E+01 4.9456335E+00 + vertex -7.265348E+01 4.7119111E+01 1.0826617E+00 + endloop + endfacet + facet normal -0.619471992 0.78281086929 -0.0588353127 + outer loop + vertex -6.830309E+01 5.0420184E+01 -8.011000E-01 + vertex -7.265348E+01 4.7119111E+01 1.0826617E+00 + vertex -7.090354E+01 4.8794251E+01 4.9456335E+00 + endloop + endfacet + facet normal -0.1080160458 0.97149278313 -0.2110315288 + outer loop + vertex -7.342507E+01 4.3641565E+01 -1.145559E+01 + vertex -7.892290E+01 4.3536659E+01 -9.124479E+00 + vertex -7.468140E+01 4.4555933E+01 -6.603205E+00 + endloop + endfacet + facet normal -0.1151607383 0.9730760521 -0.1996522006 + outer loop + vertex -8.041164E+01 4.4315207E+01 -4.471229E+00 + vertex -7.468140E+01 4.4555933E+01 -6.603205E+00 + vertex -7.892290E+01 4.3536659E+01 -9.124479E+00 + endloop + endfacet + facet normal 0.46901466133 0.87461355855 -0.1227858732 + outer loop + vertex -1.482019E+01 3.0588830E+01 -2.605343E+01 + vertex -1.778876E+01 3.2732752E+01 -2.212138E+01 + vertex -1.415656E+01 3.1036708E+01 -2.032824E+01 + endloop + endfacet + facet normal 0.52487193762 0.79058635714 -0.3154087206 + outer loop + vertex -1.663984E+01 3.4363648E+01 -1.612155E+01 + vertex -1.415656E+01 3.1036708E+01 -2.032824E+01 + vertex -1.778876E+01 3.2732752E+01 -2.212138E+01 + endloop + endfacet + facet normal 0.46824504002 0.87170581092 0.14448377666 + outer loop + vertex -4.870013E+00 2.6996318E+01 -8.331689E+00 + vertex -9.399088E+00 2.9123163E+01 -6.485574E+00 + vertex -7.608504E+00 2.7542640E+01 -2.752843E+00 + endloop + endfacet + facet normal 0.62746628039 0.77812269694 0.02848044028 + outer loop + vertex -1.174157E+01 3.0795402E+01 -5.650234E-01 + vertex -7.608504E+00 2.7542640E+01 -2.752843E+00 + vertex -9.399088E+00 2.9123163E+01 -6.485574E+00 + endloop + endfacet + facet normal -0.2495299207 0.90358330092 0.34824134872 + outer loop + vertex -4.291700E+01 5.4834839E+01 3.6710562E+01 + vertex -4.183116E+01 5.7012498E+01 3.1838226E+01 + vertex -4.565450E+01 5.5892483E+01 3.2004751E+01 + endloop + endfacet + facet normal -0.1953059546 0.75904399619 0.62105377862 + outer loop + vertex -4.543611E+01 5.9461508E+01 2.7711413E+01 + vertex -4.565450E+01 5.5892483E+01 3.2004751E+01 + vertex -4.183116E+01 5.7012498E+01 3.1838226E+01 + endloop + endfacet + facet normal -0.3662865036 0.72462317818 0.58374262044 + outer loop + vertex -4.565450E+01 5.5892483E+01 3.2004751E+01 + vertex -4.543611E+01 5.9461508E+01 2.7711413E+01 + vertex -4.910991E+01 5.7575736E+01 2.7747063E+01 + endloop + endfacet + facet normal -0.285729193 0.57119517042 0.7694770338 + outer loop + vertex -4.980707E+01 6.2198631E+01 2.4056538E+01 + vertex -4.910991E+01 5.7575736E+01 2.7747063E+01 + vertex -4.543611E+01 5.9461508E+01 2.7711413E+01 + endloop + endfacet + facet normal 0.11206179411 0.87997320758 0.46161597485 + outer loop + vertex -2.173014E+01 2.1147554E+01 2.6322742E+01 + vertex -2.628903E+01 2.1023418E+01 2.7666097E+01 + vertex -2.397797E+01 1.8782825E+01 3.1376279E+01 + endloop + endfacet + facet normal -0.0083656529 0.8536707319 0.52074590477 + outer loop + vertex -3.008654E+01 1.8828385E+01 3.1203460E+01 + vertex -2.397797E+01 1.8782825E+01 3.1376279E+01 + vertex -2.628903E+01 2.1023418E+01 2.7666097E+01 + endloop + endfacet + facet normal -0.7630475584 -0.6458880871 -0.0242281369 + outer loop + vertex 1.1555636E+01 8.9563023E+01 -5.986200E-04 + vertex 9.7898325E+00 9.1799147E+01 -3.999852E+00 + vertex 1.2659685E+01 8.8407612E+01 -3.970211E+00 + endloop + endfacet + facet normal -0.9876862767 -0.1511166761 -0.0404915913 + outer loop + vertex 1.4301401E+01 8.5366976E+01 -6.497830E+00 + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + vertex 1.5000000E+01 8.0455767E+01 -5.209445E+00 + endloop + endfacet + facet normal -0.9831530231 -0.1821018844 -0.0157809039 + outer loop + vertex 1.5000000E+01 8.0455767E+01 -5.209445E+00 + vertex 1.5000771E+01 8.0000153E+01 -4.200713E-09 + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + endloop + endfacet + facet normal -0.8928600571 -0.4485213903 -0.0403668296 + outer loop + vertex 1.2659685E+01 8.8407612E+01 -3.970211E+00 + vertex 1.4301401E+01 8.5366976E+01 -6.497830E+00 + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + endloop + endfacet + facet normal -0.6974960656 -0.6098744179 -0.3762345449 + outer loop + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + vertex 1.2232370E+01 9.0370244E+01 -8.315617E+00 + vertex 8.9514257E+00 9.3868442E+01 -7.903681E+00 + endloop + endfacet + facet normal -0.74505554 -0.6323074656 -0.2123193614 + outer loop + vertex 1.2232370E+01 9.0370244E+01 -8.315617E+00 + vertex 1.2659685E+01 8.8407612E+01 -3.970211E+00 + vertex 9.7898325E+00 9.1799147E+01 -3.999852E+00 + endloop + endfacet + facet normal -0.9870153942 -0.1315768606 -0.0921311097 + outer loop + vertex 1.5000000E+01 8.7018667E+01 -1.928363E+01 + vertex 1.5000000E+01 8.4019238E+01 -1.500000E+01 + vertex 1.4242067E+01 9.0363009E+01 -1.593999E+01 + endloop + endfacet + facet normal -0.8777054033 -0.4038377491 -0.2579695667 + outer loop + vertex 1.4242067E+01 9.0363009E+01 -1.593999E+01 + vertex 1.4189890E+01 8.7679123E+01 -1.156098E+01 + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + endloop + endfacet + facet normal -0.9858849888 -0.1517376561 -0.0707564311 + outer loop + vertex 1.5000000E+01 8.4019238E+01 -1.500000E+01 + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + vertex 1.4189890E+01 8.7679123E+01 -1.156098E+01 + endloop + endfacet + facet normal -0.885130954 -0.4303523006 -0.1770313294 + outer loop + vertex 1.4189890E+01 8.7679123E+01 -1.156098E+01 + vertex 1.4301401E+01 8.5366976E+01 -6.497830E+00 + vertex 1.2232370E+01 9.0370244E+01 -8.315617E+00 + endloop + endfacet + facet normal -0.2033302033 -0.9778588578 -0.0494861859 + outer loop + vertex 2.6026676E+00 9.4772734E+01 -4.787211E-04 + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + vertex 5.6517975E+00 9.4326118E+01 -3.703577E+00 + endloop + endfacet + facet normal -0.5230565453 -0.8509844913 -0.0472995338 + outer loop + vertex 7.3642280E+00 9.3067752E+01 -5.374219E-04 + vertex 5.6517975E+00 9.4326118E+01 -3.703577E+00 + vertex 9.7898325E+00 9.1799147E+01 -3.999852E+00 + endloop + endfacet + facet normal -0.1518139792 -0.8032490212 -0.5759718097 + outer loop + vertex 3.1866849E+00 9.8217139E+01 -9.826171E+00 + vertex 4.6102142E+00 9.5909304E+01 -6.982881E+00 + vertex 4.9724752E-01 9.6797814E+01 -7.137905E+00 + endloop + endfacet + facet normal -0.1954623612 -0.9060442148 -0.3753376429 + outer loop + vertex 4.6102142E+00 9.5909304E+01 -6.982881E+00 + vertex 5.6517975E+00 9.4326118E+01 -3.703577E+00 + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + endloop + endfacet + facet normal -0.4516345502 -0.7279352297 -0.5158842258 + outer loop + vertex 7.7469655E+00 9.6650646E+01 -1.077504E+01 + vertex 8.9514257E+00 9.3868442E+01 -7.903681E+00 + vertex 4.6102142E+00 9.5909304E+01 -6.982881E+00 + endloop + endfacet + facet normal -0.5110525763 -0.8000216905 -0.3143096546 + outer loop + vertex 8.9514257E+00 9.3868442E+01 -7.903681E+00 + vertex 9.7898325E+00 9.1799147E+01 -3.999852E+00 + vertex 5.6517975E+00 9.4326118E+01 -3.703577E+00 + endloop + endfacet + facet normal -0.987009769 -0.0920141137 -0.1317008683 + outer loop + vertex 1.4242067E+01 9.0363009E+01 -1.593999E+01 + vertex 1.4584596E+01 9.3218741E+01 -2.050220E+01 + vertex 1.5000000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal -0.9258457962 -0.2851428026 -0.2479982739 + outer loop + vertex 1.2953854E+01 9.5769280E+01 -1.734674E+01 + vertex 1.4584596E+01 9.3218741E+01 -2.050220E+01 + vertex 1.4242067E+01 9.0363009E+01 -1.593999E+01 + endloop + endfacet + facet normal -0.8764728844 -0.2976068265 -0.3784513969 + outer loop + vertex 1.2953854E+01 9.5769280E+01 -1.734674E+01 + vertex 1.1793506E+01 1.0066875E+02 -1.851228E+01 + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + endloop + endfacet + facet normal -0.9874175574 -0.1122642006 -0.1113701783 + outer loop + vertex 1.4584596E+01 9.3218741E+01 -2.050220E+01 + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + vertex 1.5000000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal -0.7698566806 -0.484384052 -0.41556321 + outer loop + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + vertex 9.9898212E+00 9.8087445E+01 -1.455776E+01 + vertex 1.2953854E+01 9.5769280E+01 -1.734674E+01 + endloop + endfacet + facet normal -0.6790399308 -0.4333248474 -0.5925659026 + outer loop + vertex 9.9898212E+00 9.8087445E+01 -1.455776E+01 + vertex 8.3067064E+00 1.0236806E+02 -1.575930E+01 + vertex 1.1793506E+01 1.0066875E+02 -1.851228E+01 + endloop + endfacet + facet normal -0.9901416783 -0.0121211786 -0.1395440214 + outer loop + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + vertex 1.4561603E+01 1.0253648E+02 -2.532307E+01 + vertex 1.5000000E+01 9.9739396E+01 -2.819078E+01 + endloop + endfacet + facet normal -0.9293315407 -0.1593674318 -0.3330839371 + outer loop + vertex 1.2996232E+01 1.0419342E+02 -2.174834E+01 + vertex 1.4561603E+01 1.0253648E+02 -2.532307E+01 + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + endloop + endfacet + facet normal -0.8908652092 -0.0178094858 -0.4539184962 + outer loop + vertex 1.4265848E+01 1.1000000E+02 -2.536475E+01 + vertex 1.4327577E+01 1.0682586E+02 -2.536136E+01 + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + endloop + endfacet + facet normal -0.9236177504 -0.0537796749 -0.3795233822 + outer loop + vertex 1.4327577E+01 1.0682586E+02 -2.536136E+01 + vertex 1.4561603E+01 1.0253648E+02 -2.532307E+01 + vertex 1.2996232E+01 1.0419342E+02 -2.174834E+01 + endloop + endfacet + facet normal -0.9882324038 -0.0133313294 -0.1523777926 + outer loop + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + vertex 1.5000000E+01 1.0479055E+02 -2.954423E+01 + vertex 1.4327577E+01 1.0682586E+02 -2.536136E+01 + endloop + endfacet + facet normal -0.9922198952 -0.0322223781 -0.1202555523 + outer loop + vertex 1.5000000E+01 1.0479055E+02 -2.954423E+01 + vertex 1.5000000E+01 9.9739396E+01 -2.819078E+01 + vertex 1.4561603E+01 1.0253648E+02 -2.532307E+01 + endloop + endfacet + facet normal -0.5662930203 -0.3152794362 -0.7615189376 + outer loop + vertex 8.3067064E+00 1.0236806E+02 -1.575930E+01 + vertex 6.5271631E+00 1.0635601E+02 -1.608704E+01 + vertex 1.0341824E+01 1.0566441E+02 -1.863742E+01 + endloop + endfacet + facet normal -0.7916652364 -0.2440789052 -0.5600818168 + outer loop + vertex 1.1793506E+01 1.0066875E+02 -1.851228E+01 + vertex 1.0341824E+01 1.0566441E+02 -1.863742E+01 + vertex 1.2996232E+01 1.0419342E+02 -2.174834E+01 + endloop + endfacet + facet normal -0.4490058407 -0.1477794201 -0.88122358 + outer loop + vertex 6.5271631E+00 1.0635601E+02 -1.608704E+01 + vertex 4.6352549E+00 1.1000000E+02 -1.573415E+01 + vertex 8.8167788E+00 1.1000000E+02 -1.786475E+01 + endloop + endfacet + facet normal -0.7018427869 -0.1217924667 -0.7018427869 + outer loop + vertex 1.0341824E+01 1.0566441E+02 -1.863742E+01 + vertex 8.8167788E+00 1.1000000E+02 -1.786475E+01 + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + endloop + endfacet + facet normal 0.09119609706 -0.4735091436 -0.8760549998 + outer loop + vertex -1.027590E+00 1.0349830E+02 -1.355678E+01 + vertex 1.0494518E+00 1.0075034E+02 -1.185529E+01 + vertex -3.833844E+00 1.0042968E+02 -1.219031E+01 + endloop + endfacet + facet normal -0.0511634756 -0.6502957755 -0.7579562673 + outer loop + vertex 1.0494518E+00 1.0075034E+02 -1.185529E+01 + vertex 3.1866849E+00 9.8217139E+01 -9.826171E+00 + vertex -1.693099E+00 9.8380247E+01 -9.636716E+00 + endloop + endfacet + facet normal -0.5206398853 -0.4142621826 -0.7465393184 + outer loop + vertex 8.3067064E+00 1.0236806E+02 -1.575930E+01 + vertex 9.9898212E+00 9.8087445E+01 -1.455776E+01 + vertex 5.8413664E+00 1.0000388E+02 -1.272806E+01 + endloop + endfacet + facet normal -0.2281069687 -0.4627358882 -0.856646198 + outer loop + vertex 3.8703718E+00 1.0333542E+02 -1.400282E+01 + vertex 5.8413664E+00 1.0000388E+02 -1.272806E+01 + vertex 1.0494518E+00 1.0075034E+02 -1.185529E+01 + endloop + endfacet + facet normal -0.6456148819 -0.5035985908 -0.5740817743 + outer loop + vertex 9.9898212E+00 9.8087445E+01 -1.455776E+01 + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + vertex 7.7469655E+00 9.6650646E+01 -1.077504E+01 + endloop + endfacet + facet normal -0.3572486488 -0.613303908 -0.704437165 + outer loop + vertex 5.8413664E+00 1.0000388E+02 -1.272806E+01 + vertex 7.7469655E+00 9.6650646E+01 -1.077504E+01 + vertex 3.1866849E+00 9.8217139E+01 -9.826171E+00 + endloop + endfacet + facet normal 0.33439903643 -0.0605356105 -0.9404853663 + outer loop + vertex -4.635255E+00 1.1000000E+02 -1.573415E+01 + vertex -2.859592E+00 1.0655203E+02 -1.488086E+01 + vertex -7.187450E+00 1.0618453E+02 -1.639602E+01 + endloop + endfacet + facet normal 0.22918742017 -0.2682195649 -0.9356983442 + outer loop + vertex -2.859592E+00 1.0655203E+02 -1.488086E+01 + vertex -1.027590E+00 1.0349830E+02 -1.355678E+01 + vertex -5.878727E+00 1.0296190E+02 -1.459125E+01 + endloop + endfacet + facet normal -0.2820503409 -0.05367335 -0.9578970596 + outer loop + vertex 4.6352549E+00 1.1000000E+02 -1.573415E+01 + vertex 6.5271631E+00 1.0635601E+02 -1.608704E+01 + vertex 1.9221707E+00 1.0664770E+02 -1.474745E+01 + endloop + endfacet + facet normal 0.02901144638 -0.0585393918 -0.9978634554 + outer loop + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + vertex 1.9221707E+00 1.0664770E+02 -1.474745E+01 + vertex -2.859592E+00 1.0655203E+02 -1.488086E+01 + endloop + endfacet + facet normal -0.4032732297 -0.2522415434 -0.8796277087 + outer loop + vertex 6.5271631E+00 1.0635601E+02 -1.608704E+01 + vertex 8.3067064E+00 1.0236806E+02 -1.575930E+01 + vertex 3.8703718E+00 1.0333542E+02 -1.400282E+01 + endloop + endfacet + facet normal -0.0962385327 -0.2718621657 -0.957511936 + outer loop + vertex 1.9221707E+00 1.0664770E+02 -1.474745E+01 + vertex 3.8703718E+00 1.0333542E+02 -1.400282E+01 + vertex -1.027590E+00 1.0349830E+02 -1.355678E+01 + endloop + endfacet + facet normal 0.98922875718 -0.0378853674 -0.141390116 + outer loop + vertex -1.439041E+01 1.0355843E+02 -2.494909E+01 + vertex -1.500000E+01 9.9739396E+01 -2.819078E+01 + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + endloop + endfacet + facet normal 0.98759585004 -0.0136849606 -0.156419816 + outer loop + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + vertex -1.500000E+01 1.1000000E+02 -3.000000E+01 + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + endloop + endfacet + facet normal 0.90761818269 -0.0444859801 -0.4174329072 + outer loop + vertex -1.276475E+01 1.0515130E+02 -2.158421E+01 + vertex -1.439041E+01 1.0355843E+02 -2.494909E+01 + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + endloop + endfacet + facet normal 0.99144160479 -0.0597080422 -0.1160969163 + outer loop + vertex -1.439041E+01 1.0355843E+02 -2.494909E+01 + vertex -1.455112E+01 9.8379203E+01 -2.365788E+01 + vertex -1.500000E+01 9.9739396E+01 -2.819078E+01 + endloop + endfacet + facet normal 0.92815883816 -0.1168931374 -0.3533513345 + outer loop + vertex -1.307369E+01 9.9966461E+01 -2.030215E+01 + vertex -1.455112E+01 9.8379203E+01 -2.365788E+01 + vertex -1.439041E+01 1.0355843E+02 -2.494909E+01 + endloop + endfacet + facet normal 0.87425001492 -0.2200070523 -0.4327629933 + outer loop + vertex -1.307369E+01 9.9966461E+01 -2.030215E+01 + vertex -1.176611E+01 9.7167398E+01 -1.623766E+01 + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + endloop + endfacet + facet normal 0.99038349153 -0.0406565452 -0.132240633 + outer loop + vertex -1.455112E+01 9.8379203E+01 -2.365788E+01 + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal 0.7757981879 -0.1946391949 -0.6002105926 + outer loop + vertex -1.276475E+01 1.0515130E+02 -2.158421E+01 + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + vertex -1.307369E+01 9.9966461E+01 -2.030215E+01 + endloop + endfacet + facet normal 0.66714438346 -0.3507635928 -0.6571782662 + outer loop + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + vertex -8.248445E+00 9.9271924E+01 -1.378992E+01 + vertex -1.176611E+01 9.7167398E+01 -1.623766E+01 + endloop + endfacet + facet normal 0.6044397521 -0.0479895361 -0.7952041188 + outer loop + vertex -8.816779E+00 1.1000000E+02 -1.786475E+01 + vertex -7.187450E+00 1.0618453E+02 -1.639602E+01 + vertex -1.036980E+01 1.0645715E+02 -1.883140E+01 + endloop + endfacet + facet normal 0.76435549897 -0.0460464991 -0.6431488095 + outer loop + vertex -1.213525E+01 1.1000000E+02 -2.118322E+01 + vertex -1.036980E+01 1.0645715E+02 -1.883140E+01 + vertex -1.276475E+01 1.0515130E+02 -2.158421E+01 + endloop + endfacet + facet normal 0.5741318967 -0.2533287803 -0.7785866004 + outer loop + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + vertex -1.036980E+01 1.0645715E+02 -1.883140E+01 + vertex -7.187450E+00 1.0618453E+02 -1.639602E+01 + endloop + endfacet + facet normal 0.78292011276 -0.1814241204 -0.5950809908 + outer loop + vertex -1.276475E+01 1.0515130E+02 -2.158421E+01 + vertex -1.036980E+01 1.0645715E+02 -1.883140E+01 + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + endloop + endfacet + facet normal 0.40540491072 -0.4349574847 -0.8040266443 + outer loop + vertex -5.878727E+00 1.0296190E+02 -1.459125E+01 + vertex -3.833844E+00 1.0042968E+02 -1.219031E+01 + vertex -8.248445E+00 9.9271924E+01 -1.378992E+01 + endloop + endfacet + facet normal 0.98670611362 -0.1328531959 -0.0936006072 + outer loop + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + vertex -1.455604E+01 8.9625169E+01 -1.675246E+01 + vertex -1.500000E+01 9.0716372E+01 -2.298133E+01 + endloop + endfacet + facet normal 0.924281143 -0.2496208744 -0.2887798257 + outer loop + vertex -1.292766E+01 9.2647480E+01 -1.415307E+01 + vertex -1.455604E+01 8.9625169E+01 -1.675246E+01 + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + endloop + endfacet + facet normal 0.86608686283 -0.3952141786 -0.3061034124 + outer loop + vertex -1.292766E+01 9.2647480E+01 -1.415307E+01 + vertex -1.158617E+01 9.1637237E+01 -9.053137E+00 + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + endloop + endfacet + facet normal 0.98660209231 -0.1144719702 -0.1162431911 + outer loop + vertex -1.455604E+01 8.9625169E+01 -1.675246E+01 + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + vertex -1.500000E+01 8.4019238E+01 -1.500000E+01 + endloop + endfacet + facet normal 0.76911049248 -0.419875769 -0.4818437391 + outer loop + vertex -1.176611E+01 9.7167398E+01 -1.623766E+01 + vertex -9.982084E+00 9.5400363E+01 -1.185024E+01 + vertex -1.292766E+01 9.2647480E+01 -1.415307E+01 + endloop + endfacet + facet normal 0.65627139843 -0.6099146738 -0.444198089 + outer loop + vertex -9.982084E+00 9.5400363E+01 -1.185024E+01 + vertex -7.923277E+00 9.4457859E+01 -7.514379E+00 + vertex -1.158617E+01 9.1637237E+01 -9.053137E+00 + endloop + endfacet + facet normal 0.98809434056 -0.1520310133 -0.0235827297 + outer loop + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + vertex -1.444159E+01 8.4812438E+01 -6.224642E+00 + vertex -1.500000E+01 8.1809221E+01 -1.026060E+01 + endloop + endfacet + facet normal 0.91655251981 -0.3684008972 -0.1556028835 + outer loop + vertex -1.278180E+01 8.8418652E+01 -4.985864E+00 + vertex -1.444159E+01 8.4812438E+01 -6.224642E+00 + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + endloop + endfacet + facet normal 0.91281003646 -0.4064333414 -0.0398719996 + outer loop + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + vertex -1.444159E+01 8.4812438E+01 -6.224642E+00 + vertex -1.278180E+01 8.8418652E+01 -4.985864E+00 + endloop + endfacet + facet normal 0.9883393148 -0.1516622302 -0.0135634345 + outer loop + vertex -1.499841E+01 8.0000217E+01 -6.878976E-05 + vertex -1.500000E+01 8.0455767E+01 -5.209445E+00 + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + endloop + endfacet + facet normal 0.99013237332 -0.1353602399 -0.036269667 + outer loop + vertex -1.500000E+01 8.0455767E+01 -5.209445E+00 + vertex -1.500000E+01 8.1809221E+01 -1.026060E+01 + vertex -1.444159E+01 8.4812438E+01 -6.224642E+00 + endloop + endfacet + facet normal 0.49639071916 -0.7993434982 -0.3385944859 + outer loop + vertex -7.923277E+00 9.4457859E+01 -7.514379E+00 + vertex -5.192392E+00 9.4471941E+01 -3.544055E+00 + vertex -9.636888E+00 9.1963242E+01 -4.137374E+00 + endloop + endfacet + facet normal 0.7525106021 -0.6058468521 -0.2582196459 + outer loop + vertex -1.158617E+01 9.1637237E+01 -9.053137E+00 + vertex -9.636888E+00 9.1963242E+01 -4.137374E+00 + vertex -1.278180E+01 8.8418652E+01 -4.985864E+00 + endloop + endfacet + facet normal 0.34302748523 -0.9250103896 -0.1633643889 + outer loop + vertex -5.192392E+00 9.4471941E+01 -3.544055E+00 + vertex -2.780990E+00 9.4740329E+01 -3.512263E-04 + vertex -7.492129E+00 9.2993314E+01 -6.117290E-04 + endloop + endfacet + facet normal 0.63929878921 -0.7554814211 -0.1433348545 + outer loop + vertex -9.636888E+00 9.1963242E+01 -4.137374E+00 + vertex -7.492129E+00 9.2993314E+01 -6.117290E-04 + vertex -1.158085E+01 8.9533324E+01 -3.210717E-04 + endloop + endfacet + facet normal 0.26561945501 -0.8361922774 -0.479821613 + outer loop + vertex -3.584665E+00 9.6101557E+01 -6.712741E+00 + vertex -6.096768E+00 9.7334940E+01 -1.025283E+01 + vertex -1.693099E+00 9.8380247E+01 -9.636716E+00 + endloop + endfacet + facet normal 0.40096677197 -0.6785263767 -0.6154897269 + outer loop + vertex -6.096768E+00 9.7334940E+01 -1.025283E+01 + vertex -8.248445E+00 9.9271924E+01 -1.378992E+01 + vertex -3.833844E+00 1.0042968E+02 -1.219031E+01 + endloop + endfacet + facet normal 0.53645401957 -0.7351125598 -0.4145197333 + outer loop + vertex -7.923277E+00 9.4457859E+01 -7.514379E+00 + vertex -9.982084E+00 9.5400363E+01 -1.185024E+01 + vertex -6.096768E+00 9.7334940E+01 -1.025283E+01 + endloop + endfacet + facet normal 0.6731408883 -0.5494197557 -0.4949942187 + outer loop + vertex -9.982084E+00 9.5400363E+01 -1.185024E+01 + vertex -1.176611E+01 9.7167398E+01 -1.623766E+01 + vertex -8.248445E+00 9.9271924E+01 -1.378992E+01 + endloop + endfacet + facet normal 0.15560772546 -0.9083439483 -0.3881977684 + outer loop + vertex -5.192392E+00 9.4471941E+01 -3.544055E+00 + vertex -3.584665E+00 9.6101557E+01 -6.712741E+00 + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + endloop + endfacet + facet normal 0.38378880744 -0.8858159851 -0.2608374815 + outer loop + vertex -7.923277E+00 9.4457859E+01 -7.514379E+00 + vertex -3.584665E+00 9.6101557E+01 -6.712741E+00 + vertex -5.192392E+00 9.4471941E+01 -3.544055E+00 + endloop + endfacet + facet normal 0.00591131934 -0.9828161669 -0.1844923805 + outer loop + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + vertex 2.6026676E+00 9.4772734E+01 -4.787211E-04 + vertex -2.780990E+00 9.4740329E+01 -3.512263E-04 + endloop + endfacet + facet normal 0.17169630529 -0.9842417308 -0.0422917738 + outer loop + vertex -2.780990E+00 9.4740329E+01 -3.512263E-04 + vertex -5.192392E+00 9.4471941E+01 -3.544055E+00 + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + endloop + endfacet + facet normal 0.12187624052 -0.9285790968 -0.3505524826 + outer loop + vertex -3.584665E+00 9.6101557E+01 -6.712741E+00 + vertex 4.9724752E-01 9.6797814E+01 -7.137905E+00 + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + endloop + endfacet + facet normal 0.53766968561 -0.5576165375 -0.6324358515 + outer loop + vertex -8.248445E+00 9.9271924E+01 -1.378992E+01 + vertex -6.096768E+00 9.7334940E+01 -1.025283E+01 + vertex -9.982084E+00 9.5400363E+01 -1.185024E+01 + endloop + endfacet + facet normal 0.383980011 -0.7527390116 -0.5347366937 + outer loop + vertex -6.096768E+00 9.7334940E+01 -1.025283E+01 + vertex -3.584665E+00 9.6101557E+01 -6.712741E+00 + vertex -7.923277E+00 9.4457859E+01 -7.514379E+00 + endloop + endfacet + facet normal 0.2533640382 -0.6396183463 -0.7257375801 + outer loop + vertex -3.833844E+00 1.0042968E+02 -1.219031E+01 + vertex -1.693099E+00 9.8380247E+01 -9.636716E+00 + vertex -6.096768E+00 9.7334940E+01 -1.025283E+01 + endloop + endfacet + facet normal 0.077657213 -0.8101195978 -0.58109861 + outer loop + vertex -1.693099E+00 9.8380247E+01 -9.636716E+00 + vertex 4.9724752E-01 9.6797814E+01 -7.137905E+00 + vertex -3.584665E+00 9.6101557E+01 -6.712741E+00 + endloop + endfacet + facet normal 0.75159290411 -0.6587627217 -0.0337606714 + outer loop + vertex -1.158085E+01 8.9533324E+01 -3.210717E-04 + vertex -1.278180E+01 8.8418652E+01 -4.985864E+00 + vertex -9.636888E+00 9.1963242E+01 -4.137374E+00 + endloop + endfacet + facet normal 0.49525786785 -0.8677926334 -0.0406889392 + outer loop + vertex -7.492129E+00 9.2993314E+01 -6.117290E-04 + vertex -9.636888E+00 9.1963242E+01 -4.137374E+00 + vertex -5.192392E+00 9.4471941E+01 -3.544055E+00 + endloop + endfacet + facet normal 0.86441633746 -0.4856283593 -0.1301902155 + outer loop + vertex -1.278180E+01 8.8418652E+01 -4.985864E+00 + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + vertex -1.158617E+01 9.1637237E+01 -9.053137E+00 + endloop + endfacet + facet normal 0.65030306796 -0.7302329637 -0.209441492 + outer loop + vertex -9.636888E+00 9.1963242E+01 -4.137374E+00 + vertex -1.158617E+01 9.1637237E+01 -9.053137E+00 + vertex -7.923277E+00 9.4457859E+01 -7.514379E+00 + endloop + endfacet + facet normal 0.99065406131 -0.1334966574 -0.0279852329 + outer loop + vertex -1.500000E+01 8.0455767E+01 -5.209445E+00 + vertex -1.444159E+01 8.4812438E+01 -6.224642E+00 + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + endloop + endfacet + facet normal 0.87432622226 -0.4739214666 -0.1046522842 + outer loop + vertex -1.430744E+01 8.4503099E+01 -3.032544E-04 + vertex -1.278180E+01 8.8418652E+01 -4.985864E+00 + vertex -1.158085E+01 8.9533324E+01 -3.210717E-04 + endloop + endfacet + facet normal 0.98453436332 -0.1587774873 -0.0740391583 + outer loop + vertex -1.500000E+01 8.1809221E+01 -1.026060E+01 + vertex -1.500000E+01 8.4019238E+01 -1.500000E+01 + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + endloop + endfacet + facet normal 0.76748946484 -0.5596054941 -0.3127324932 + outer loop + vertex -1.158617E+01 9.1637237E+01 -9.053137E+00 + vertex -1.292766E+01 9.2647480E+01 -1.415307E+01 + vertex -9.982084E+00 9.5400363E+01 -1.185024E+01 + endloop + endfacet + facet normal 0.87347922201 -0.3702680532 -0.3161259519 + outer loop + vertex -1.292766E+01 9.2647480E+01 -1.415307E+01 + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + vertex -1.176611E+01 9.7167398E+01 -1.623766E+01 + endloop + endfacet + facet normal 0.99242729205 -0.1006193169 -0.0704544042 + outer loop + vertex -1.500000E+01 8.4019238E+01 -1.500000E+01 + vertex -1.500000E+01 8.7018667E+01 -1.928363E+01 + vertex -1.455604E+01 8.9625169E+01 -1.675246E+01 + endloop + endfacet + facet normal 0.92299395112 -0.3360625224 -0.1874677232 + outer loop + vertex -1.411620E+01 8.7684832E+01 -1.110858E+01 + vertex -1.455604E+01 8.9625169E+01 -1.675246E+01 + vertex -1.292766E+01 9.2647480E+01 -1.415307E+01 + endloop + endfacet + facet normal 0.99261550622 -0.0857742876 -0.0857742876 + outer loop + vertex -1.455604E+01 8.9625169E+01 -1.675246E+01 + vertex -1.500000E+01 8.7018667E+01 -1.928363E+01 + vertex -1.500000E+01 9.0716372E+01 -2.298133E+01 + endloop + endfacet + facet normal 0.52903640621 -0.4901799212 -0.6927078214 + outer loop + vertex -8.248445E+00 9.9271924E+01 -1.378992E+01 + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + vertex -5.878727E+00 1.0296190E+02 -1.459125E+01 + endloop + endfacet + facet normal 0.54808549009 -0.2280904191 -0.804721726 + outer loop + vertex -7.187450E+00 1.0618453E+02 -1.639602E+01 + vertex -5.878727E+00 1.0296190E+02 -1.459125E+01 + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + endloop + endfacet + facet normal 0.88829923707 -0.0778953561 -0.452611068 + outer loop + vertex -1.276475E+01 1.0515130E+02 -2.158421E+01 + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + vertex -1.213525E+01 1.1000000E+02 -2.118322E+01 + endloop + endfacet + facet normal 0.70231359215 -0.1162378448 -0.7023135921 + outer loop + vertex -1.036980E+01 1.0645715E+02 -1.883140E+01 + vertex -1.213525E+01 1.1000000E+02 -2.118322E+01 + vertex -8.816779E+00 1.1000000E+02 -1.786475E+01 + endloop + endfacet + facet normal 0.7904783971 -0.3552432705 -0.4989450095 + outer loop + vertex -1.176611E+01 9.7167398E+01 -1.623766E+01 + vertex -1.307369E+01 9.9966461E+01 -2.030215E+01 + vertex -1.021595E+01 1.0211697E+02 -1.730579E+01 + endloop + endfacet + facet normal 0.91610512926 -0.1468372845 -0.3730820339 + outer loop + vertex -1.307369E+01 9.9966461E+01 -2.030215E+01 + vertex -1.439041E+01 1.0355843E+02 -2.494909E+01 + vertex -1.276475E+01 1.0515130E+02 -2.158421E+01 + endloop + endfacet + facet normal 0.986011859 -0.0956009528 -0.1365323102 + outer loop + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + vertex -1.500000E+01 9.0716372E+01 -2.298133E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal 0.92704964521 -0.2180399446 -0.3050205532 + outer loop + vertex -1.419134E+01 9.4449387E+01 -1.975524E+01 + vertex -1.455112E+01 9.8379203E+01 -2.365788E+01 + vertex -1.307369E+01 9.9966461E+01 -2.030215E+01 + endloop + endfacet + facet normal 0.99202662927 -0.0532619188 -0.1142205534 + outer loop + vertex -1.455112E+01 9.8379203E+01 -2.365788E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + vertex -1.500000E+01 9.9739396E+01 -2.819078E+01 + endloop + endfacet + facet normal 0.98991356708 -0.0281015941 -0.1388575894 + outer loop + vertex -1.439041E+01 1.0355843E+02 -2.494909E+01 + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + endloop + endfacet + facet normal 0.03339835478 -0.3806550293 -0.9241137909 + outer loop + vertex -1.027590E+00 1.0349830E+02 -1.355678E+01 + vertex -2.859592E+00 1.0655203E+02 -1.488086E+01 + vertex 1.9221707E+00 1.0664770E+02 -1.474745E+01 + endloop + endfacet + facet normal -0.281292391 -0.3649690087 -0.8875089934 + outer loop + vertex 3.8703718E+00 1.0333542E+02 -1.400282E+01 + vertex 1.9221707E+00 1.0664770E+02 -1.474745E+01 + vertex 6.5271631E+00 1.0635601E+02 -1.608704E+01 + endloop + endfacet + facet normal 0.15437552575 -0.1617099768 -0.9746887095 + outer loop + vertex -2.859592E+00 1.0655203E+02 -1.488086E+01 + vertex -4.635255E+00 1.1000000E+02 -1.573415E+01 + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + endloop + endfacet + facet normal -0.1543696442 -0.161939248 -0.9746515751 + outer loop + vertex 1.9221707E+00 1.0664770E+02 -1.474745E+01 + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + vertex 4.6352549E+00 1.1000000E+02 -1.573415E+01 + endloop + endfacet + facet normal 0.33572901742 -0.3527903606 -0.8733985278 + outer loop + vertex -5.878727E+00 1.0296190E+02 -1.459125E+01 + vertex -7.187450E+00 1.0618453E+02 -1.639602E+01 + vertex -2.859592E+00 1.0655203E+02 -1.488086E+01 + endloop + endfacet + facet normal 0.44902588349 -0.147483655 -0.8812629162 + outer loop + vertex -7.187450E+00 1.0618453E+02 -1.639602E+01 + vertex -8.816779E+00 1.1000000E+02 -1.786475E+01 + vertex -4.635255E+00 1.1000000E+02 -1.573415E+01 + endloop + endfacet + facet normal -0.2313416612 -0.7196085777 -0.654709501 + outer loop + vertex 3.1866849E+00 9.8217139E+01 -9.826171E+00 + vertex 1.0494518E+00 1.0075034E+02 -1.185529E+01 + vertex 5.8413664E+00 1.0000388E+02 -1.272806E+01 + endloop + endfacet + facet normal -0.5380067864 -0.6311635043 -0.5587318933 + outer loop + vertex 7.7469655E+00 9.6650646E+01 -1.077504E+01 + vertex 5.8413664E+00 1.0000388E+02 -1.272806E+01 + vertex 9.9898212E+00 9.8087445E+01 -1.455776E+01 + endloop + endfacet + facet normal -0.0931717416 -0.5741066261 -0.8134621124 + outer loop + vertex 1.0494518E+00 1.0075034E+02 -1.185529E+01 + vertex -1.027590E+00 1.0349830E+02 -1.355678E+01 + vertex 3.8703718E+00 1.0333542E+02 -1.400282E+01 + endloop + endfacet + facet normal -0.4097050758 -0.5272323637 -0.744424466 + outer loop + vertex 5.8413664E+00 1.0000388E+02 -1.272806E+01 + vertex 3.8703718E+00 1.0333542E+02 -1.400282E+01 + vertex 8.3067064E+00 1.0236806E+02 -1.575930E+01 + endloop + endfacet + facet normal 0.09431869246 -0.7363263935 -0.6700204672 + outer loop + vertex -1.693099E+00 9.8380247E+01 -9.636716E+00 + vertex -3.833844E+00 1.0042968E+02 -1.219031E+01 + vertex 1.0494518E+00 1.0075034E+02 -1.185529E+01 + endloop + endfacet + facet normal 0.23138036939 -0.5644460523 -0.7923785577 + outer loop + vertex -3.833844E+00 1.0042968E+02 -1.219031E+01 + vertex -5.878727E+00 1.0296190E+02 -1.459125E+01 + vertex -1.027590E+00 1.0349830E+02 -1.355678E+01 + endloop + endfacet + facet normal -0.7718405954 -0.0527792163 -0.6336216929 + outer loop + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + vertex 1.2996232E+01 1.0419342E+02 -2.174834E+01 + vertex 1.0341824E+01 1.0566441E+02 -1.863742E+01 + endloop + endfacet + facet normal -0.561375953 -0.0502501694 -0.8260338733 + outer loop + vertex 8.8167788E+00 1.1000000E+02 -1.786475E+01 + vertex 1.0341824E+01 1.0566441E+02 -1.863742E+01 + vertex 6.5271631E+00 1.0635601E+02 -1.608704E+01 + endloop + endfacet + facet normal -0.8731208164 -0.1327382413 -0.4690848529 + outer loop + vertex 1.2996232E+01 1.0419342E+02 -2.174834E+01 + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + vertex 1.1793506E+01 1.0066875E+02 -1.851228E+01 + endloop + endfacet + facet normal -0.6671119339 -0.2117466183 -0.7142303811 + outer loop + vertex 1.0341824E+01 1.0566441E+02 -1.863742E+01 + vertex 1.1793506E+01 1.0066875E+02 -1.851228E+01 + vertex 8.3067064E+00 1.0236806E+02 -1.575930E+01 + endloop + endfacet + facet normal -0.9896795787 -0.0551767737 -0.1322492158 + outer loop + vertex 1.4561603E+01 1.0253648E+02 -2.532307E+01 + vertex 1.4327577E+01 1.0682586E+02 -2.536136E+01 + vertex 1.5000000E+01 1.0479055E+02 -2.954423E+01 + endloop + endfacet + facet normal -0.9875030091 -0.0193713215 -0.1564051114 + outer loop + vertex 1.4327577E+01 1.0682586E+02 -2.536136E+01 + vertex 1.4265848E+01 1.1000000E+02 -2.536475E+01 + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + endloop + endfacet + facet normal -0.9094614978 -0.0954665655 -0.4046800205 + outer loop + vertex 1.4327577E+01 1.0682586E+02 -2.536136E+01 + vertex 1.2996232E+01 1.0419342E+02 -2.174834E+01 + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + endloop + endfacet + facet normal -0.9859469437 -0.0706020764 -0.1514066415 + outer loop + vertex 1.5000000E+01 9.9739396E+01 -2.819078E+01 + vertex 1.5000000E+01 9.5000000E+01 -2.598076E+01 + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + endloop + endfacet + facet normal -0.769275204 -0.3144934181 -0.5561560486 + outer loop + vertex 1.1793506E+01 1.0066875E+02 -1.851228E+01 + vertex 1.2953854E+01 9.5769280E+01 -1.734674E+01 + vertex 9.9898212E+00 9.8087445E+01 -1.455776E+01 + endloop + endfacet + facet normal -0.8845039698 -0.3030556882 -0.3546970218 + outer loop + vertex 1.2953854E+01 9.5769280E+01 -1.734674E+01 + vertex 1.4242067E+01 9.0363009E+01 -1.593999E+01 + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + endloop + endfacet + facet normal -0.9928946803 -0.0682535564 -0.0974761806 + outer loop + vertex 1.5000000E+01 9.5000000E+01 -2.598076E+01 + vertex 1.5000000E+01 9.0716372E+01 -2.298133E+01 + vertex 1.4584596E+01 9.3218741E+01 -2.050220E+01 + endloop + endfacet + facet normal -0.925996842 -0.1846929764 -0.3292694233 + outer loop + vertex 1.4194511E+01 9.8500445E+01 -2.236777E+01 + vertex 1.4584596E+01 9.3218741E+01 -2.050220E+01 + vertex 1.2953854E+01 9.5769280E+01 -1.734674E+01 + endloop + endfacet + facet normal -0.9931179385 -0.0828153372 -0.0828153372 + outer loop + vertex 1.4584596E+01 9.3218741E+01 -2.050220E+01 + vertex 1.5000000E+01 9.0716372E+01 -2.298133E+01 + vertex 1.5000000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal -0.4557207015 -0.8496250187 -0.2654354344 + outer loop + vertex 5.6517975E+00 9.4326118E+01 -3.703577E+00 + vertex 4.6102142E+00 9.5909304E+01 -6.982881E+00 + vertex 8.9514257E+00 9.3868442E+01 -7.903681E+00 + endloop + endfacet + facet normal -0.3726183286 -0.8029643536 -0.4651922485 + outer loop + vertex 4.6102142E+00 9.5909304E+01 -6.982881E+00 + vertex 3.1866849E+00 9.8217139E+01 -9.826171E+00 + vertex 7.7469655E+00 9.6650646E+01 -1.077504E+01 + endloop + endfacet + facet normal -0.1838168656 -0.9140028987 -0.3616767355 + outer loop + vertex 3.0299682E-01 9.5432512E+01 -3.588887E+00 + vertex 4.9724752E-01 9.6797814E+01 -7.137905E+00 + vertex 4.6102142E+00 9.5909304E+01 -6.982881E+00 + endloop + endfacet + facet normal -0.0483872092 -0.8624802263 -0.5037723069 + outer loop + vertex 4.9724752E-01 9.6797814E+01 -7.137905E+00 + vertex -1.693099E+00 9.8380247E+01 -9.636716E+00 + vertex 3.1866849E+00 9.8217139E+01 -9.826171E+00 + endloop + endfacet + facet normal -0.6347658687 -0.7591325241 -0.1441877346 + outer loop + vertex 9.7898325E+00 9.1799147E+01 -3.999852E+00 + vertex 1.1555636E+01 8.9563023E+01 -5.986200E-04 + vertex 7.3642280E+00 9.3067752E+01 -5.374219E-04 + endloop + endfacet + facet normal -0.3326682612 -0.929047859 -0.1618700208 + outer loop + vertex 5.6517975E+00 9.4326118E+01 -3.703577E+00 + vertex 7.3642280E+00 9.3067752E+01 -5.374219E-04 + vertex 2.6026676E+00 9.4772734E+01 -4.787211E-04 + endloop + endfacet + facet normal -0.9070410109 -0.4099600478 -0.09596543 + outer loop + vertex 1.4301401E+01 8.5366976E+01 -6.497830E+00 + vertex 1.2659685E+01 8.8407612E+01 -3.970211E+00 + vertex 1.2232370E+01 9.0370244E+01 -8.315617E+00 + endloop + endfacet + facet normal -0.9882025648 -0.1463686216 -0.0450767965 + outer loop + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + vertex 1.4301401E+01 8.5366976E+01 -6.497830E+00 + vertex 1.4189890E+01 8.7679123E+01 -1.156098E+01 + endloop + endfacet + facet normal -0.892642644 -0.4009839287 -0.2059150288 + outer loop + vertex 1.2232370E+01 9.0370244E+01 -8.315617E+00 + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + vertex 1.4189890E+01 8.7679123E+01 -1.156098E+01 + endloop + endfacet + facet normal -0.9869823075 -0.1316168869 -0.092427917 + outer loop + vertex 1.5000000E+01 8.4019238E+01 -1.500000E+01 + vertex 1.4189890E+01 8.7679123E+01 -1.156098E+01 + vertex 1.4242067E+01 9.0363009E+01 -1.593999E+01 + endloop + endfacet + facet normal -0.7269001688 -0.6590053439 -0.193204817 + outer loop + vertex 9.7898325E+00 9.1799147E+01 -3.999852E+00 + vertex 8.9514257E+00 9.3868442E+01 -7.903681E+00 + vertex 1.2232370E+01 9.0370244E+01 -8.315617E+00 + endloop + endfacet + facet normal -0.6680365222 -0.6545368127 -0.353989782 + outer loop + vertex 8.9514257E+00 9.3868442E+01 -7.903681E+00 + vertex 7.7469655E+00 9.6650646E+01 -1.077504E+01 + vertex 1.1827468E+01 9.3448738E+01 -1.255520E+01 + endloop + endfacet + facet normal -0.9873348841 -0.1521952035 -0.0447933765 + outer loop + vertex 1.4301401E+01 8.5366976E+01 -6.497830E+00 + vertex 1.5000000E+01 8.0455767E+01 -5.209445E+00 + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + endloop + endfacet + facet normal -0.8596391177 -0.5023920301 -0.0928592237 + outer loop + vertex 1.2659685E+01 8.8407612E+01 -3.970211E+00 + vertex 1.4006182E+01 8.5369910E+01 -5.920056E-04 + vertex 1.1555636E+01 8.9563023E+01 -5.986200E-04 + endloop + endfacet + facet normal 0.99090970259 0.05738823727 0.12167395589 + outer loop + vertex -1.444737E+01 9.7749480E+01 -3.175279E+01 + vertex -1.461639E+01 1.0207261E+02 -3.241535E+01 + vertex -1.500000E+01 9.9739396E+01 -2.819078E+01 + endloop + endfacet + facet normal 0.93320164037 0.08981094009 0.3479492685 + outer loop + vertex -1.310635E+01 1.0133504E+02 -3.627490E+01 + vertex -1.461639E+01 1.0207261E+02 -3.241535E+01 + vertex -1.444737E+01 9.7749480E+01 -3.175279E+01 + endloop + endfacet + facet normal 0.8518392029 0.06561163058 0.51967786784 + outer loop + vertex -1.213525E+01 1.1000000E+02 -3.881678E+01 + vertex -1.389468E+01 1.0586761E+02 -3.541105E+01 + vertex -1.131528E+01 1.0545250E+02 -3.958671E+01 + endloop + endfacet + facet normal 0.93304218515 0.09620963967 0.34666408231 + outer loop + vertex -1.389468E+01 1.0586761E+02 -3.541105E+01 + vertex -1.461639E+01 1.0207261E+02 -3.241535E+01 + vertex -1.310635E+01 1.0133504E+02 -3.627490E+01 + endloop + endfacet + facet normal 0.89099447319 -0.0052009735 0.45398435945 + outer loop + vertex -1.389468E+01 1.0586761E+02 -3.541105E+01 + vertex -1.213525E+01 1.1000000E+02 -3.881678E+01 + vertex -1.426585E+01 1.1000000E+02 -3.463525E+01 + endloop + endfacet + facet normal 0.98759585004 0.01368496065 0.15641981598 + outer loop + vertex -1.426585E+01 1.1000000E+02 -3.463525E+01 + vertex -1.500000E+01 1.1000000E+02 -3.000000E+01 + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + endloop + endfacet + facet normal 0.98315013262 -0.0476616606 0.17647714536 + outer loop + vertex -1.461639E+01 1.0207261E+02 -3.241535E+01 + vertex -1.389468E+01 1.0586761E+02 -3.541105E+01 + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + endloop + endfacet + facet normal 0.57266897972 0.20768372923 0.79304332056 + outer loop + vertex -9.437832E+00 9.5786010E+01 -3.915887E+01 + vertex -6.623838E+00 9.9901570E+01 -4.226869E+01 + vertex -1.034956E+01 1.0061357E+02 -3.976475E+01 + endloop + endfacet + facet normal 0.79069044188 0.14916363182 0.59376665118 + outer loop + vertex -1.244828E+01 9.6672072E+01 -3.597981E+01 + vertex -1.034956E+01 1.0061357E+02 -3.976475E+01 + vertex -1.310635E+01 1.0133504E+02 -3.627490E+01 + endloop + endfacet + facet normal 0.3748597515 0.08211427611 0.92343782268 + outer loop + vertex -4.635255E+00 1.1000000E+02 -4.426585E+01 + vertex -7.719523E+00 1.0502504E+02 -4.257144E+01 + vertex -3.414102E+00 1.0469875E+02 -4.429016E+01 + endloop + endfacet + facet normal 0.57184550993 0.16971932066 0.80261327236 + outer loop + vertex -7.719523E+00 1.0502504E+02 -4.257144E+01 + vertex -1.034956E+01 1.0061357E+02 -3.976475E+01 + vertex -6.623838E+00 9.9901570E+01 -4.226869E+01 + endloop + endfacet + facet normal 0.64215979015 0.07474277677 0.76291829263 + outer loop + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + vertex -1.131528E+01 1.0545250E+02 -3.958671E+01 + vertex -7.719523E+00 1.0502504E+02 -4.257144E+01 + endloop + endfacet + facet normal 0.7908954475 0.13588851968 0.59667302716 + outer loop + vertex -1.131528E+01 1.0545250E+02 -3.958671E+01 + vertex -1.310635E+01 1.0133504E+02 -3.627490E+01 + vertex -1.034956E+01 1.0061357E+02 -3.976475E+01 + endloop + endfacet + facet normal -0.3026416879 0.28315296936 0.91007274692 + outer loop + vertex 3.2947198E+00 9.3061124E+01 -4.129456E+01 + vertex 6.7756111E+00 9.8535164E+01 -4.184015E+01 + vertex 2.3578182E+00 9.8794643E+01 -4.339000E+01 + endloop + endfacet + facet normal 4.2436844E-04 0.28365763608 0.95892552652 + outer loop + vertex -1.262895E+00 9.3640323E+01 -4.186371E+01 + vertex 2.3578182E+00 9.8794643E+01 -4.339000E+01 + vertex -2.236861E+00 9.9284492E+01 -4.353287E+01 + endloop + endfacet + facet normal 0.30055104428 0.25244310445 0.91975080799 + outer loop + vertex -5.506633E+00 9.4724511E+01 -4.121282E+01 + vertex -2.236861E+00 9.9284492E+01 -4.353287E+01 + vertex -6.623838E+00 9.9901570E+01 -4.226869E+01 + endloop + endfacet + facet normal -0.5312777612 0.08380283919 0.84304271816 + outer loop + vertex 8.8167788E+00 1.1000000E+02 -4.213525E+01 + vertex 5.8422431E+00 1.0430018E+02 -4.344319E+01 + vertex 9.8327318E+00 1.0419408E+02 -4.091787E+01 + endloop + endfacet + facet normal -0.3130151998 0.20705943176 0.92690230143 + outer loop + vertex 5.8422431E+00 1.0430018E+02 -4.344319E+01 + vertex 2.3578182E+00 9.8794643E+01 -4.339000E+01 + vertex 6.7756111E+00 9.8535164E+01 -4.184015E+01 + endloop + endfacet + facet normal 0.07141727012 0.08705452617 0.99364031873 + outer loop + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + vertex -3.414102E+00 1.0469875E+02 -4.429016E+01 + vertex 1.2554305E+00 1.0446595E+02 -4.460539E+01 + endloop + endfacet + facet normal -0.2416571221 0.08829897075 0.96633592871 + outer loop + vertex 4.6352549E+00 1.1000000E+02 -4.426585E+01 + vertex 1.2554305E+00 1.0446595E+02 -4.460539E+01 + vertex 5.8422431E+00 1.0430018E+02 -4.344319E+01 + endloop + endfacet + facet normal 0.29683279359 0.19528428234 0.9347482772 + outer loop + vertex -3.414102E+00 1.0469875E+02 -4.429016E+01 + vertex -6.623838E+00 9.9901570E+01 -4.226869E+01 + vertex -2.236861E+00 9.9284492E+01 -4.353287E+01 + endloop + endfacet + facet normal -0.0082368283 0.20800758014 0.97809253206 + outer loop + vertex 1.2554305E+00 1.0446595E+02 -4.460539E+01 + vertex -2.236861E+00 9.9284492E+01 -4.353287E+01 + vertex 2.3578182E+00 9.8794643E+01 -4.339000E+01 + endloop + endfacet + facet normal 0.9880599382 0.11657987623 0.10073078467 + outer loop + vertex -1.426405E+01 8.7015733E+01 -2.591733E+01 + vertex -1.454612E+01 9.1053888E+01 -2.782403E+01 + vertex -1.500000E+01 9.0716372E+01 -2.298133E+01 + endloop + endfacet + facet normal 0.91944078968 0.21857116897 0.32688725635 + outer loop + vertex -1.269658E+01 8.8570033E+01 -3.136544E+01 + vertex -1.454612E+01 9.1053888E+01 -2.782403E+01 + vertex -1.426405E+01 8.7015733E+01 -2.591733E+01 + endloop + endfacet + facet normal 0.85500573351 0.24303221122 0.45814903686 + outer loop + vertex -1.244828E+01 9.6672072E+01 -3.597981E+01 + vertex -1.389950E+01 9.3604792E+01 -3.164444E+01 + vertex -1.142404E+01 9.1716217E+01 -3.526237E+01 + endloop + endfacet + facet normal 0.91938804028 0.23705743447 0.31389393773 + outer loop + vertex -1.389950E+01 9.3604792E+01 -3.164444E+01 + vertex -1.454612E+01 9.1053888E+01 -2.782403E+01 + vertex -1.269658E+01 8.8570033E+01 -3.136544E+01 + endloop + endfacet + facet normal 0.90871391393 0.13048549909 0.39650038734 + outer loop + vertex -1.389950E+01 9.3604792E+01 -3.164444E+01 + vertex -1.244828E+01 9.6672072E+01 -3.597981E+01 + vertex -1.444737E+01 9.7749480E+01 -3.175279E+01 + endloop + endfacet + facet normal 0.99090411458 0.05687166225 0.12196167328 + outer loop + vertex -1.444737E+01 9.7749480E+01 -3.175279E+01 + vertex -1.500000E+01 9.9739396E+01 -2.819078E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal 0.9825057814 0.02693106216 0.18427454355 + outer loop + vertex -1.454612E+01 9.1053888E+01 -2.782403E+01 + vertex -1.389950E+01 9.3604792E+01 -3.164444E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal 0.4477107106 0.5192969802 0.72793252844 + outer loop + vertex -7.503657E+00 8.1452725E+01 -3.214101E+01 + vertex -4.192308E+00 8.4226970E+01 -3.615674E+01 + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + endloop + endfacet + facet normal 0.73472407101 0.37384587379 0.5660563595 + outer loop + vertex -1.154931E+01 8.4024220E+01 -2.985233E+01 + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + vertex -1.269658E+01 8.8570033E+01 -3.136544E+01 + endloop + endfacet + facet normal 0.66073102879 0.36495992704 0.65592587939 + outer loop + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + vertex -8.341538E+00 9.1174170E+01 -3.806585E+01 + vertex -1.142404E+01 9.1716217E+01 -3.526237E+01 + endloop + endfacet + facet normal 0.46444431995 0.46038956338 0.75652688227 + outer loop + vertex -4.908995E+00 8.9183324E+01 -3.896161E+01 + vertex -8.341538E+00 9.1174170E+01 -3.806585E+01 + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + endloop + endfacet + facet normal 0.23569303251 0.38750030127 0.89123078433 + outer loop + vertex -4.908995E+00 8.9183324E+01 -3.896161E+01 + vertex -1.262895E+00 9.3640323E+01 -4.186371E+01 + vertex -5.506633E+00 9.4724511E+01 -4.121282E+01 + endloop + endfacet + facet normal 0.50472305314 0.31085417644 0.8053721628 + outer loop + vertex -8.341538E+00 9.1174170E+01 -3.806585E+01 + vertex -5.506633E+00 9.4724511E+01 -4.121282E+01 + vertex -9.437832E+00 9.5786010E+01 -3.915887E+01 + endloop + endfacet + facet normal 0.18424897739 0.50412871557 0.8437455496 + outer loop + vertex -4.192308E+00 8.4226970E+01 -3.615674E+01 + vertex -3.691065E-01 8.8113349E+01 -3.931368E+01 + vertex -4.908995E+00 8.9183324E+01 -3.896161E+01 + endloop + endfacet + facet normal -0.0615519366 0.40992057716 0.91004202074 + outer loop + vertex -3.691065E-01 8.8113349E+01 -3.931368E+01 + vertex 3.2947198E+00 9.3061124E+01 -4.129456E+01 + vertex -1.262895E+00 9.3640323E+01 -4.186371E+01 + endloop + endfacet + facet normal -0.4207057015 0.42717926683 0.80032779952 + outer loop + vertex 4.2356472E+00 8.7575376E+01 -3.830886E+01 + vertex 8.1588476E+00 8.8130780E+01 -3.654301E+01 + vertex 7.5399349E+00 9.2939643E+01 -3.943511E+01 + endloop + endfacet + facet normal -0.2352851153 0.60055432939 0.76418283935 + outer loop + vertex 3.0457978E+00 7.8945093E+01 -3.213358E+01 + vertex 6.0438299E+00 8.3086429E+01 -3.446509E+01 + vertex 9.7358197E-01 8.3060508E+01 -3.600581E+01 + endloop + endfacet + facet normal -0.2408719626 0.57345783642 0.78302414232 + outer loop + vertex 6.0438299E+00 8.3086429E+01 -3.446509E+01 + vertex 4.2356472E+00 8.7575376E+01 -3.830886E+01 + vertex 9.7358197E-01 8.3060508E+01 -3.600581E+01 + endloop + endfacet + facet normal -0.3969970723 0.65141015601 0.64657415136 + outer loop + vertex 6.0438299E+00 8.3086429E+01 -3.446509E+01 + vertex 3.0457978E+00 7.8945093E+01 -3.213358E+01 + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + endloop + endfacet + facet normal -0.1387975084 0.45494735771 0.87963523882 + outer loop + vertex 3.2947198E+00 9.3061124E+01 -4.129456E+01 + vertex -3.691065E-01 8.8113349E+01 -3.931368E+01 + vertex 4.2356472E+00 8.7575376E+01 -3.830886E+01 + endloop + endfacet + facet normal 0.10338358952 0.56387430001 0.81936414811 + outer loop + vertex -3.691065E-01 8.8113349E+01 -3.931368E+01 + vertex -4.192308E+00 8.4226970E+01 -3.615674E+01 + vertex 9.7358197E-01 8.3060508E+01 -3.600581E+01 + endloop + endfacet + facet normal 0.33581046648 0.62247130687 0.70693762294 + outer loop + vertex -4.192308E+00 8.4226970E+01 -3.615674E+01 + vertex -7.503657E+00 8.1452725E+01 -3.214101E+01 + vertex -2.477165E+00 7.9562129E+01 -3.286399E+01 + endloop + endfacet + facet normal -0.6312933478 0.28824814966 0.71998730072 + outer loop + vertex 1.0961213E+01 9.2812400E+01 -3.638435E+01 + vertex 1.0493410E+01 9.8397953E+01 -3.903071E+01 + vertex 7.5399349E+00 9.2939643E+01 -3.943511E+01 + endloop + endfacet + facet normal -0.5770037851 0.25472196932 0.776004736 + outer loop + vertex 7.5399349E+00 9.2939643E+01 -3.943511E+01 + vertex 1.0493410E+01 9.8397953E+01 -3.903071E+01 + vertex 6.7756111E+00 9.8535164E+01 -4.184015E+01 + endloop + endfacet + facet normal -0.7608722294 0.12085022278 0.63754895822 + outer loop + vertex 9.8327318E+00 1.0419408E+02 -4.091787E+01 + vertex 1.0493410E+01 9.8397953E+01 -3.903071E+01 + vertex 1.2786464E+01 1.0424482E+02 -3.740241E+01 + endloop + endfacet + facet normal -0.5875503642 0.1891883133 0.78676066985 + outer loop + vertex 6.7756111E+00 9.8535164E+01 -4.184015E+01 + vertex 1.0493410E+01 9.8397953E+01 -3.903071E+01 + vertex 9.8327318E+00 1.0419408E+02 -4.091787E+01 + endloop + endfacet + facet normal -0.8909550266 0.01075131852 0.45396426041 + outer loop + vertex 1.2786464E+01 1.0424482E+02 -3.740241E+01 + vertex 1.4265848E+01 1.1000000E+02 -3.463525E+01 + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + endloop + endfacet + facet normal 0.98685011389 0.15115419107 0.05726485165 + outer loop + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + vertex -1.445285E+01 8.2177296E+01 -1.956718E+01 + vertex -1.500000E+01 8.4019238E+01 -1.500000E+01 + endloop + endfacet + facet normal 0.90789315735 0.34588508784 0.23684070775 + outer loop + vertex -1.242834E+01 7.8554915E+01 -2.203767E+01 + vertex -1.445285E+01 8.2177296E+01 -1.956718E+01 + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + endloop + endfacet + facet normal 0.80846080854 0.4449683257 0.38521982059 + outer loop + vertex -1.154931E+01 8.4024220E+01 -2.985233E+01 + vertex -1.354382E+01 8.2982009E+01 -2.446261E+01 + vertex -1.028994E+01 7.9542840E+01 -2.731891E+01 + endloop + endfacet + facet normal 0.90783209497 0.35285065126 0.22657737142 + outer loop + vertex -1.354382E+01 8.2982009E+01 -2.446261E+01 + vertex -1.445285E+01 8.2177296E+01 -1.956718E+01 + vertex -1.242834E+01 7.8554915E+01 -2.203767E+01 + endloop + endfacet + facet normal 0.87650459749 0.29397938327 0.38120311225 + outer loop + vertex -1.354382E+01 8.2982009E+01 -2.446261E+01 + vertex -1.154931E+01 8.4024220E+01 -2.985233E+01 + vertex -1.426405E+01 8.7015733E+01 -2.591733E+01 + endloop + endfacet + facet normal 0.98792514823 0.10955341503 0.10955341503 + outer loop + vertex -1.426405E+01 8.7015733E+01 -2.591733E+01 + vertex -1.500000E+01 9.0716372E+01 -2.298133E+01 + vertex -1.500000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal 0.97535772651 0.09867329874 0.19733445073 + outer loop + vertex -1.445285E+01 8.2177296E+01 -1.956718E+01 + vertex -1.354382E+01 8.2982009E+01 -2.446261E+01 + vertex -1.500000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal 0.71371242334 0.56651475114 0.41191699833 + outer loop + vertex -1.106745E+01 7.4737167E+01 -1.914503E+01 + vertex -8.638692E+00 7.5328549E+01 -2.416658E+01 + vertex -1.242834E+01 7.8554915E+01 -2.203767E+01 + endloop + endfacet + facet normal 0.54495003326 0.62858885106 0.55489234773 + outer loop + vertex -8.638692E+00 7.5328549E+01 -2.416658E+01 + vertex -5.792148E+00 7.6995769E+01 -2.885077E+01 + vertex -1.028994E+01 7.9542840E+01 -2.731891E+01 + endloop + endfacet + facet normal 0.3397403149 0.63954765644 0.68960518674 + outer loop + vertex -5.792148E+00 7.6995769E+01 -2.885077E+01 + vertex -2.477165E+00 7.9562129E+01 -3.286399E+01 + vertex -7.503657E+00 8.1452725E+01 -3.214101E+01 + endloop + endfacet + facet normal -0.2440509522 0.83083544793 0.50015156821 + outer loop + vertex 3.9674266E+00 6.9780272E+01 -1.896263E+01 + vertex 6.0813065E+00 7.2932825E+01 -2.316807E+01 + vertex 1.2411881E+00 7.2279704E+01 -2.444488E+01 + endloop + endfacet + facet normal 0.09379313363 0.84329133401 0.52920938584 + outer loop + vertex -1.509355E+00 6.9689985E+01 -1.983070E+01 + vertex 1.2411881E+00 7.2279704E+01 -2.444488E+01 + vertex -3.909372E+00 7.3103436E+01 -2.484465E+01 + endloop + endfacet + facet normal 0.42561084111 0.75057227621 0.50546678438 + outer loop + vertex -6.754779E+00 7.1618254E+01 -2.024341E+01 + vertex -3.909372E+00 7.3103436E+01 -2.484465E+01 + vertex -8.638692E+00 7.5328549E+01 -2.416658E+01 + endloop + endfacet + facet normal 0.08745103894 0.8207730794 0.56452091894 + outer loop + vertex -5.495715E-01 7.5601726E+01 -2.899746E+01 + vertex -3.909372E+00 7.3103436E+01 -2.484465E+01 + vertex 1.2411881E+00 7.2279704E+01 -2.444488E+01 + endloop + endfacet + facet normal -0.3979356517 0.63920197841 0.65807905899 + outer loop + vertex 3.0457978E+00 7.8945093E+01 -3.213358E+01 + vertex 4.9216161E+00 7.5770081E+01 -2.791535E+01 + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + endloop + endfacet + facet normal -0.2510347238 0.8026565664 0.54103974334 + outer loop + vertex 4.9216161E+00 7.5770081E+01 -2.791535E+01 + vertex 1.2411881E+00 7.2279704E+01 -2.444488E+01 + vertex 6.0813065E+00 7.2932825E+01 -2.316807E+01 + endloop + endfacet + facet normal 0.21314090712 0.7336651422 0.64521811261 + outer loop + vertex -2.477165E+00 7.9562129E+01 -3.286399E+01 + vertex -5.792148E+00 7.6995769E+01 -2.885077E+01 + vertex -5.495715E-01 7.5601726E+01 -2.899746E+01 + endloop + endfacet + facet normal 0.42339087745 0.74109986905 0.52106731713 + outer loop + vertex -5.792148E+00 7.6995769E+01 -2.885077E+01 + vertex -8.638692E+00 7.5328549E+01 -2.416658E+01 + vertex -3.909372E+00 7.3103436E+01 -2.484465E+01 + endloop + endfacet + facet normal 0.86166955752 0.4252360618 0.27694740544 + outer loop + vertex -1.249613E+01 7.4465857E+01 -1.428336E+01 + vertex -1.106745E+01 7.4737167E+01 -1.914503E+01 + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + endloop + endfacet + facet normal 0.98634565714 0.14925831207 0.06960029396 + outer loop + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + vertex -1.500000E+01 8.4019238E+01 -1.500000E+01 + vertex -1.500000E+01 8.1809221E+01 -1.026060E+01 + endloop + endfacet + facet normal 0.90348036392 0.39951838039 0.15526846343 + outer loop + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + vertex -1.249613E+01 7.4465857E+01 -1.428336E+01 + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + endloop + endfacet + facet normal 0.46841496851 0.82972283827 0.30355794986 + outer loop + vertex -7.745404E+00 6.8429844E+01 -1.037618E+01 + vertex -4.580225E+00 6.8513621E+01 -1.548931E+01 + vertex -9.209921E+00 7.1056186E+01 -1.529496E+01 + endloop + endfacet + facet normal 0.73328610304 0.63340829279 0.24715465947 + outer loop + vertex -1.151816E+01 7.1698469E+01 -1.009265E+01 + vertex -9.209921E+00 7.1056186E+01 -1.529496E+01 + vertex -1.249613E+01 7.4465857E+01 -1.428336E+01 + endloop + endfacet + facet normal 0.28122322344 0.85729970949 0.43122002121 + outer loop + vertex -4.580225E+00 6.8513621E+01 -1.548931E+01 + vertex -1.509355E+00 6.9689985E+01 -1.983070E+01 + vertex -6.754779E+00 7.1618254E+01 -2.024341E+01 + endloop + endfacet + facet normal 0.60371438558 0.70124978292 0.37918027717 + outer loop + vertex -9.209921E+00 7.1056186E+01 -1.529496E+01 + vertex -6.754779E+00 7.1618254E+01 -2.024341E+01 + vertex -1.106745E+01 7.4737167E+01 -1.914503E+01 + endloop + endfacet + facet normal 0.98470917934 0.1710626288 -0.0329455483 + outer loop + vertex -1.411356E+01 7.4906560E+01 -3.709127E-04 + vertex -1.457190E+01 7.6717893E+01 -4.294710E+00 + vertex -1.499841E+01 8.0000217E+01 -6.878976E-05 + endloop + endfacet + facet normal 0.9271810977 0.37022092743 0.0571985748 + outer loop + vertex -1.294559E+01 7.2781255E+01 -5.176861E+00 + vertex -1.457190E+01 7.6717893E+01 -4.294710E+00 + vertex -1.411356E+01 7.4906560E+01 -3.709127E-04 + endloop + endfacet + facet normal 0.87047250345 0.46897555503 0.14946420815 + outer loop + vertex -1.294559E+01 7.2781255E+01 -5.176861E+00 + vertex -1.151816E+01 7.1698469E+01 -1.009265E+01 + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + endloop + endfacet + facet normal 0.98972920495 0.12862228163 0.06238917805 + outer loop + vertex -1.457190E+01 7.6717893E+01 -4.294710E+00 + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + vertex -1.500000E+01 8.0455767E+01 -5.209445E+00 + endloop + endfacet + facet normal 0.76794010398 0.63541499073 0.08072042032 + outer loop + vertex -1.153880E+01 7.0423331E+01 6.8807064E-04 + vertex -9.769765E+00 6.8938047E+01 -5.137350E+00 + vertex -1.294559E+01 7.2781255E+01 -5.176861E+00 + endloop + endfacet + facet normal 0.65177150275 0.73664913347 0.18039390889 + outer loop + vertex -9.769765E+00 6.8938047E+01 -5.137350E+00 + vertex -7.745404E+00 6.8429844E+01 -1.037618E+01 + vertex -1.151816E+01 7.1698469E+01 -1.009265E+01 + endloop + endfacet + facet normal 0.18142101018 0.97774135541 0.10539572565 + outer loop + vertex -6.802637E-02 6.5420268E+01 -6.134627E+00 + vertex -5.378408E+00 6.6295695E+01 -5.114904E+00 + vertex -2.562602E+00 6.5221834E+01 2.1650598E-04 + endloop + endfacet + facet normal 0.18519885855 0.97432937064 0.12799867304 + outer loop + vertex -3.339673E+00 6.6599005E+01 -1.037352E+01 + vertex -5.378408E+00 6.6295695E+01 -5.114904E+00 + vertex -6.802637E-02 6.5420268E+01 -6.134627E+00 + endloop + endfacet + facet normal 0.51171562296 0.85140436254 0.11514222798 + outer loop + vertex -7.745404E+00 6.8429844E+01 -1.037618E+01 + vertex -9.769765E+00 6.8938047E+01 -5.137350E+00 + vertex -5.378408E+00 6.6295695E+01 -5.114904E+00 + endloop + endfacet + facet normal 0.6464144729 0.76298382824 0.00200176886 + outer loop + vertex -9.769765E+00 6.8938047E+01 -5.137350E+00 + vertex -1.153880E+01 7.0423331E+01 6.8807064E-04 + vertex -7.520809E+00 6.7019211E+01 -3.457585E-04 + endloop + endfacet + facet normal 0.37193071047 0.89537040989 0.24490687148 + outer loop + vertex -7.745404E+00 6.8429844E+01 -1.037618E+01 + vertex -3.339673E+00 6.6599005E+01 -1.037352E+01 + vertex -4.580225E+00 6.8513621E+01 -1.548931E+01 + endloop + endfacet + facet normal 0.04779452694 0.97125481348 0.2331947051 + outer loop + vertex -3.339673E+00 6.6599005E+01 -1.037352E+01 + vertex -6.802637E-02 6.5420268E+01 -6.134627E+00 + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + endloop + endfacet + facet normal -0.0791793589 0.91096817168 0.40480565621 + outer loop + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + vertex 3.9674266E+00 6.9780272E+01 -1.896263E+01 + vertex -1.509355E+00 6.9689985E+01 -1.983070E+01 + endloop + endfacet + facet normal -0.8644709608 0.47757073316 0.15689535592 + outer loop + vertex 1.1432972E+01 7.2316460E+01 -1.252387E+01 + vertex 1.2876086E+01 7.2786584E+01 -6.003521E+00 + vertex 1.4091520E+01 7.6475430E+01 -1.053506E+01 + endloop + endfacet + facet normal -0.983151389 0.16322112844 0.08229343589 + outer loop + vertex 1.4091520E+01 7.6475430E+01 -1.053506E+01 + vertex 1.4648265E+01 7.7199212E+01 -5.319240E+00 + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + endloop + endfacet + facet normal -0.9942068517 0.10706204264 0.00951078936 + outer loop + vertex 1.5000000E+01 8.0455767E+01 -5.209445E+00 + vertex 1.4648265E+01 7.7199212E+01 -5.319240E+00 + vertex 1.5000771E+01 8.0000153E+01 -4.200713E-09 + endloop + endfacet + facet normal -0.9294554341 0.36349860986 0.06309799286 + outer loop + vertex 1.4648265E+01 7.7199212E+01 -5.319240E+00 + vertex 1.2876086E+01 7.2786584E+01 -6.003521E+00 + vertex 1.4046551E+01 7.4737307E+01 -6.347181E-06 + endloop + endfacet + facet normal -0.6263008436 0.74547824199 0.22805579144 + outer loop + vertex 7.0154973E+00 6.8925115E+01 -1.356964E+01 + vertex 9.4887413E+00 6.8953723E+01 -6.870985E+00 + vertex 1.1432972E+01 7.2316460E+01 -1.252387E+01 + endloop + endfacet + facet normal -0.7561939935 0.64843670102 0.08775242972 + outer loop + vertex 9.4887413E+00 6.8953723E+01 -6.870985E+00 + vertex 1.1448683E+01 7.0309515E+01 5.9932898E-05 + vertex 1.2876086E+01 7.2786584E+01 -6.003521E+00 + endloop + endfacet + facet normal -0.1474868407 0.96863067671 0.20000560979 + outer loop + vertex -6.802637E-02 6.5420268E+01 -6.134627E+00 + vertex 4.8411113E+00 6.6415564E+01 -7.334796E+00 + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + endloop + endfacet + facet normal -0.4852953384 0.85655188412 0.17552009677 + outer loop + vertex 4.8411113E+00 6.6415564E+01 -7.334796E+00 + vertex 9.4887413E+00 6.8953723E+01 -6.870985E+00 + vertex 7.0154973E+00 6.8925115E+01 -1.356964E+01 + endloop + endfacet + facet normal -0.0121255734 0.9995509918 0.02740046103 + outer loop + vertex -6.802637E-02 6.5420268E+01 -6.134627E+00 + vertex -2.562602E+00 6.5221834E+01 2.1650598E-04 + vertex 2.9289029E+00 6.5288458E+01 -3.031409E-05 + endloop + endfacet + facet normal -0.3512128122 0.93484547008 0.05209133894 + outer loop + vertex 2.9289029E+00 6.5288458E+01 -3.031409E-05 + vertex 7.4754918E+00 6.6996562E+01 1.0283424E-04 + vertex 4.8411113E+00 6.6415564E+01 -7.334796E+00 + endloop + endfacet + facet normal -0.6400978308 0.76766326907 0.03111064605 + outer loop + vertex 7.4754918E+00 6.6996562E+01 1.0283424E-04 + vertex 1.1448683E+01 7.0309515E+01 5.9932898E-05 + vertex 9.4887413E+00 6.8953723E+01 -6.870985E+00 + endloop + endfacet + facet normal -0.9888846497 0.10667979232 0.10356916284 + outer loop + vertex 1.4319815E+01 8.4454716E+01 -2.313712E+01 + vertex 1.4479414E+01 8.1872278E+01 -1.895326E+01 + vertex 1.5000000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal -0.9116322362 0.33329689678 0.24049915712 + outer loop + vertex 1.2518973E+01 7.8365785E+01 -2.152499E+01 + vertex 1.4479414E+01 8.1872278E+01 -1.895326E+01 + vertex 1.4319815E+01 8.4454716E+01 -2.313712E+01 + endloop + endfacet + facet normal -0.7998741531 0.52949469522 0.28255390085 + outer loop + vertex 1.1432972E+01 7.2316460E+01 -1.252387E+01 + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + endloop + endfacet + facet normal -0.9116090727 0.33602321234 0.2367642272 + outer loop + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + vertex 1.4479414E+01 8.1872278E+01 -1.895326E+01 + vertex 1.2518973E+01 7.8365785E+01 -2.152499E+01 + endloop + endfacet + facet normal -0.864532259 0.4771261128 0.15790707923 + outer loop + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + vertex 1.1432972E+01 7.2316460E+01 -1.252387E+01 + vertex 1.4091520E+01 7.6475430E+01 -1.053506E+01 + endloop + endfacet + facet normal -0.9781115981 0.18858542867 0.0879388296 + outer loop + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + vertex 1.5000000E+01 8.4019238E+01 -1.500000E+01 + endloop + endfacet + facet normal -0.980093606 0.19732440507 0.02189983243 + outer loop + vertex 1.4479414E+01 8.1872278E+01 -1.895326E+01 + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + vertex 1.5000000E+01 8.4019238E+01 -1.500000E+01 + endloop + endfacet + facet normal -0.4943348756 0.66774846443 0.55654740948 + outer loop + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + vertex 4.9216161E+00 7.5770081E+01 -2.791535E+01 + vertex 9.4486038E+00 7.6650600E+01 -2.495085E+01 + endloop + endfacet + facet normal -0.747544083 0.52468836403 0.4072836414 + outer loop + vertex 1.2209355E+01 8.1829124E+01 -2.655496E+01 + vertex 9.4486038E+00 7.6650600E+01 -2.495085E+01 + vertex 1.2518973E+01 7.8365785E+01 -2.152499E+01 + endloop + endfacet + facet normal -0.554500649 0.71021469194 0.4337327767 + outer loop + vertex 9.4486038E+00 7.6650600E+01 -2.495085E+01 + vertex 6.0813065E+00 7.2932825E+01 -2.316807E+01 + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + endloop + endfacet + facet normal -0.4678098412 0.79305282218 0.39015532001 + outer loop + vertex 7.0154973E+00 6.8925115E+01 -1.356964E+01 + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + vertex 3.9674266E+00 6.9780272E+01 -1.896263E+01 + endloop + endfacet + facet normal -0.4719174295 0.80274188338 0.36455371122 + outer loop + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + vertex 6.0813065E+00 7.2932825E+01 -2.316807E+01 + vertex 3.9674266E+00 6.9780272E+01 -1.896263E+01 + endloop + endfacet + facet normal -0.9903983378 0.08580108951 0.10839421371 + outer loop + vertex 1.4448373E+01 9.3192344E+01 -2.959010E+01 + vertex 1.4342901E+01 8.8329313E+01 -2.670439E+01 + vertex 1.5000000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal -0.9886899318 0.10472761549 0.10735150319 + outer loop + vertex 1.4342901E+01 8.8329313E+01 -2.670439E+01 + vertex 1.4319815E+01 8.4454716E+01 -2.313712E+01 + vertex 1.5000000E+01 9.0716372E+01 -2.298133E+01 + endloop + endfacet + facet normal -0.7908152479 0.32046392542 0.52145384853 + outer loop + vertex 1.0961213E+01 9.2812400E+01 -3.638435E+01 + vertex 1.0399265E+01 8.6418618E+01 -3.330723E+01 + vertex 1.3086539E+01 9.2567830E+01 -3.301087E+01 + endloop + endfacet + facet normal -0.659097171 0.37238470734 0.65339157392 + outer loop + vertex 8.1588476E+00 8.8130780E+01 -3.654301E+01 + vertex 1.0399265E+01 8.6418618E+01 -3.330723E+01 + vertex 1.0961213E+01 9.2812400E+01 -3.638435E+01 + endloop + endfacet + facet normal -0.5609272646 0.50531443171 0.65575752297 + outer loop + vertex 8.1588476E+00 8.8130780E+01 -3.654301E+01 + vertex 6.0438299E+00 8.3086429E+01 -3.446509E+01 + vertex 1.0399265E+01 8.6418618E+01 -3.330723E+01 + endloop + endfacet + facet normal -0.9006751149 0.30279063563 0.31161220832 + outer loop + vertex 1.2504623E+01 8.6413061E+01 -3.015570E+01 + vertex 1.2209355E+01 8.1829124E+01 -2.655496E+01 + vertex 1.4342901E+01 8.8329313E+01 -2.670439E+01 + endloop + endfacet + facet normal -0.990784646 0.05724221267 0.12275632122 + outer loop + vertex 1.5000000E+01 9.5000000E+01 -2.598076E+01 + vertex 1.5000000E+01 9.9739396E+01 -2.819078E+01 + vertex 1.4448373E+01 9.3192344E+01 -2.959010E+01 + endloop + endfacet + facet normal -0.9266144714 0.14661942255 0.34624899475 + outer loop + vertex 1.3086539E+01 9.2567830E+01 -3.301087E+01 + vertex 1.4542188E+01 9.8887480E+01 -3.179139E+01 + vertex 1.3110389E+01 9.8613953E+01 -3.550728E+01 + endloop + endfacet + facet normal -0.9924254852 0.03179542855 0.11866215478 + outer loop + vertex 1.5000000E+01 9.9739396E+01 -2.819078E+01 + vertex 1.5000000E+01 1.0479055E+02 -2.954423E+01 + vertex 1.4542188E+01 9.8887480E+01 -3.179139E+01 + endloop + endfacet + facet normal -0.9313204149 0.09361429881 0.35196398651 + outer loop + vertex 1.4542188E+01 9.8887480E+01 -3.179139E+01 + vertex 1.4492359E+01 1.0453635E+02 -3.342571E+01 + vertex 1.3110389E+01 9.8613953E+01 -3.550728E+01 + endloop + endfacet + facet normal -0.9876686405 -0.0063159206 0.15643134486 + outer loop + vertex 1.4265848E+01 1.1000000E+02 -3.463525E+01 + vertex 1.4492359E+01 1.0453635E+02 -3.342571E+01 + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + endloop + endfacet + facet normal -0.9192148377 0.04839987236 0.3907704371 + outer loop + vertex 1.2786464E+01 1.0424482E+02 -3.740241E+01 + vertex 1.4492359E+01 1.0453635E+02 -3.342571E+01 + vertex 1.4265848E+01 1.1000000E+02 -3.463525E+01 + endloop + endfacet + facet normal -0.9915874096 0.01128133685 0.12894627021 + outer loop + vertex 1.4492359E+01 1.0453635E+02 -3.342571E+01 + vertex 1.5000000E+01 1.0479055E+02 -2.954423E+01 + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + endloop + endfacet + facet normal -0.9182780218 0.07783100123 0.38821103774 + outer loop + vertex 1.2786464E+01 1.0424482E+02 -3.740241E+01 + vertex 1.3110389E+01 9.8613953E+01 -3.550728E+01 + vertex 1.4492359E+01 1.0453635E+02 -3.342571E+01 + endloop + endfacet + facet normal -0.9913966039 0.02823284101 0.12781111234 + outer loop + vertex 1.5000000E+01 1.0479055E+02 -2.954423E+01 + vertex 1.4492359E+01 1.0453635E+02 -3.342571E+01 + vertex 1.4542188E+01 9.8887480E+01 -3.179139E+01 + endloop + endfacet + facet normal -0.8175130714 0.2225438647 0.53117474192 + outer loop + vertex 1.3110389E+01 9.8613953E+01 -3.550728E+01 + vertex 1.0961213E+01 9.2812400E+01 -3.638435E+01 + vertex 1.3086539E+01 9.2567830E+01 -3.301087E+01 + endloop + endfacet + facet normal -0.991916012 0.05963424916 0.11201063062 + outer loop + vertex 1.5000000E+01 9.9739396E+01 -2.819078E+01 + vertex 1.4542188E+01 9.8887480E+01 -3.179139E+01 + vertex 1.4448373E+01 9.3192344E+01 -2.959010E+01 + endloop + endfacet + facet normal -0.8972675028 0.30191364526 0.32211671662 + outer loop + vertex 1.2209355E+01 8.1829124E+01 -2.655496E+01 + vertex 1.4319815E+01 8.4454716E+01 -2.313712E+01 + vertex 1.4342901E+01 8.8329313E+01 -2.670439E+01 + endloop + endfacet + facet normal -0.7157174644 0.45934004253 0.52607531442 + outer loop + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + vertex 1.2209355E+01 8.1829124E+01 -2.655496E+01 + vertex 1.2504623E+01 8.6413061E+01 -3.015570E+01 + endloop + endfacet + facet normal -0.9061470802 0.23020652512 0.35482731685 + outer loop + vertex 1.2504623E+01 8.6413061E+01 -3.015570E+01 + vertex 1.4342901E+01 8.8329313E+01 -2.670439E+01 + vertex 1.4448373E+01 9.3192344E+01 -2.959010E+01 + endloop + endfacet + facet normal -0.9889519306 0.1048190795 0.1048190795 + outer loop + vertex 1.4319815E+01 8.4454716E+01 -2.313712E+01 + vertex 1.5000000E+01 8.7018667E+01 -1.928363E+01 + vertex 1.5000000E+01 9.0716372E+01 -2.298133E+01 + endloop + endfacet + facet normal -0.9891239748 0.08436403234 0.12048432462 + outer loop + vertex 1.4342901E+01 8.8329313E+01 -2.670439E+01 + vertex 1.5000000E+01 9.0716372E+01 -2.298133E+01 + vertex 1.5000000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal -0.2782574238 0.91184129674 0.30185800576 + outer loop + vertex 3.9674266E+00 6.9780272E+01 -1.896263E+01 + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + vertex 7.0154973E+00 6.8925115E+01 -1.356964E+01 + endloop + endfacet + facet normal -0.7302751135 0.57711915746 0.36555674897 + outer loop + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + vertex 1.2518973E+01 7.8365785E+01 -2.152499E+01 + vertex 9.4486038E+00 7.6650600E+01 -2.495085E+01 + endloop + endfacet + facet normal -0.4840250023 0.69398890497 0.53300956553 + outer loop + vertex 6.0813065E+00 7.2932825E+01 -2.316807E+01 + vertex 9.4486038E+00 7.6650600E+01 -2.495085E+01 + vertex 4.9216161E+00 7.5770081E+01 -2.791535E+01 + endloop + endfacet + facet normal -0.894134096 0.34122351003 0.28998402468 + outer loop + vertex 1.2518973E+01 7.8365785E+01 -2.152499E+01 + vertex 1.4319815E+01 8.4454716E+01 -2.313712E+01 + vertex 1.2209355E+01 8.1829124E+01 -2.655496E+01 + endloop + endfacet + facet normal -0.7003943815 0.52363501466 0.48502998028 + outer loop + vertex 9.4486038E+00 7.6650600E+01 -2.495085E+01 + vertex 1.2209355E+01 8.1829124E+01 -2.655496E+01 + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + endloop + endfacet + facet normal -0.9807514657 0.16139150996 0.10990606459 + outer loop + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + vertex 1.4091520E+01 7.6475430E+01 -1.053506E+01 + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + endloop + endfacet + facet normal -0.7977365536 0.54934346193 0.24867278065 + outer loop + vertex 1.2518973E+01 7.8365785E+01 -2.152499E+01 + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + vertex 1.3656922E+01 7.7440430E+01 -1.583027E+01 + endloop + endfacet + facet normal -0.6260080779 0.73559321713 0.25887546287 + outer loop + vertex 9.7435439E+00 7.3037065E+01 -1.865682E+01 + vertex 7.0154973E+00 6.8925115E+01 -1.356964E+01 + vertex 1.1432972E+01 7.2316460E+01 -1.252387E+01 + endloop + endfacet + facet normal -0.9917441083 0.1050420727 0.07355125114 + outer loop + vertex 1.4479414E+01 8.1872278E+01 -1.895326E+01 + vertex 1.5000000E+01 8.4019238E+01 -1.500000E+01 + vertex 1.5000000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal -0.4847108909 0.86831188272 0.10530824541 + outer loop + vertex 7.4754918E+00 6.6996562E+01 1.0283424E-04 + vertex 9.4887413E+00 6.8953723E+01 -6.870985E+00 + vertex 4.8411113E+00 6.6415564E+01 -7.334796E+00 + endloop + endfacet + facet normal -0.172768463 0.9793020968 0.10544411502 + outer loop + vertex 2.9289029E+00 6.5288458E+01 -3.031409E-05 + vertex 4.8411113E+00 6.6415564E+01 -7.334796E+00 + vertex -6.802637E-02 6.5420268E+01 -6.134627E+00 + endloop + endfacet + facet normal -0.2807488779 0.92028257376 0.27250697599 + outer loop + vertex 4.8411113E+00 6.6415564E+01 -7.334796E+00 + vertex 7.0154973E+00 6.8925115E+01 -1.356964E+01 + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + endloop + endfacet + facet normal -0.8624993491 0.50604445012 0.00372657606 + outer loop + vertex 1.1448683E+01 7.0309515E+01 5.9932898E-05 + vertex 1.4046551E+01 7.4737307E+01 -6.347181E-06 + vertex 1.2876086E+01 7.2786584E+01 -6.003521E+00 + endloop + endfacet + facet normal -0.7572430974 0.64176572234 0.12132456074 + outer loop + vertex 9.4887413E+00 6.8953723E+01 -6.870985E+00 + vertex 1.2876086E+01 7.2786584E+01 -6.003521E+00 + vertex 1.1432972E+01 7.2316460E+01 -1.252387E+01 + endloop + endfacet + facet normal -0.9835513694 0.17833030282 -0.0287229333 + outer loop + vertex 1.4648265E+01 7.7199212E+01 -5.319240E+00 + vertex 1.4046551E+01 7.4737307E+01 -6.347181E-06 + vertex 1.5000771E+01 8.0000153E+01 -4.200713E-09 + endloop + endfacet + facet normal -0.9939157315 0.10639013625 0.02850715109 + outer loop + vertex 1.4648265E+01 7.7199212E+01 -5.319240E+00 + vertex 1.5000000E+01 8.0455767E+01 -5.209445E+00 + vertex 1.5000000E+01 8.1809221E+01 -1.026060E+01 + endloop + endfacet + facet normal -0.9294449745 0.36576524176 0.04845438371 + outer loop + vertex 1.2876086E+01 7.2786584E+01 -6.003521E+00 + vertex 1.4648265E+01 7.7199212E+01 -5.319240E+00 + vertex 1.4091520E+01 7.6475430E+01 -1.053506E+01 + endloop + endfacet + facet normal 0.1120164193 0.9362740052 0.33293138782 + outer loop + vertex -1.509355E+00 6.9689985E+01 -1.983070E+01 + vertex -4.580225E+00 6.8513621E+01 -1.548931E+01 + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + endloop + endfacet + facet normal 0.11585623991 0.93914743686 0.32338742014 + outer loop + vertex -3.339673E+00 6.6599005E+01 -1.037352E+01 + vertex 1.1749870E+00 6.7147906E+01 -1.358499E+01 + vertex -4.580225E+00 6.8513621E+01 -1.548931E+01 + endloop + endfacet + facet normal 0.51293300018 0.85324926649 0.09415639412 + outer loop + vertex -7.520809E+00 6.7019211E+01 -3.457585E-04 + vertex -5.378408E+00 6.6295695E+01 -5.114904E+00 + vertex -9.769765E+00 6.8938047E+01 -5.137350E+00 + endloop + endfacet + facet normal 0.37604378275 0.90519983018 0.19800086084 + outer loop + vertex -5.378408E+00 6.6295695E+01 -5.114904E+00 + vertex -3.339673E+00 6.6599005E+01 -1.037352E+01 + vertex -7.745404E+00 6.8429844E+01 -1.037618E+01 + endloop + endfacet + facet normal 0.34078663778 0.94008997426 0.00976257208 + outer loop + vertex -5.378408E+00 6.6295695E+01 -5.114904E+00 + vertex -7.520809E+00 6.7019211E+01 -3.457585E-04 + vertex -2.562602E+00 6.5221834E+01 2.1650598E-04 + endloop + endfacet + facet normal 0.76778369228 0.6353092597 0.08300811049 + outer loop + vertex -1.151816E+01 7.1698469E+01 -1.009265E+01 + vertex -1.294559E+01 7.2781255E+01 -5.176861E+00 + vertex -9.769765E+00 6.8938047E+01 -5.137350E+00 + endloop + endfacet + facet normal 0.86713264916 0.4979993154 -0.0088119591 + outer loop + vertex -1.294559E+01 7.2781255E+01 -5.176861E+00 + vertex -1.411356E+01 7.4906560E+01 -3.709127E-04 + vertex -1.153880E+01 7.0423331E+01 6.8807064E-04 + endloop + endfacet + facet normal 0.98726217524 0.1536805819 0.04117858781 + outer loop + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + vertex -1.500000E+01 8.1809221E+01 -1.026060E+01 + vertex -1.500000E+01 8.0455767E+01 -5.209445E+00 + endloop + endfacet + facet normal 0.92709084268 0.37097485186 0.05366776225 + outer loop + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + vertex -1.457190E+01 7.6717893E+01 -4.294710E+00 + vertex -1.294559E+01 7.2781255E+01 -5.176861E+00 + endloop + endfacet + facet normal 0.99318142036 0.11616165418 0.00985577781 + outer loop + vertex -1.457190E+01 7.6717893E+01 -4.294710E+00 + vertex -1.500000E+01 8.0455767E+01 -5.209445E+00 + vertex -1.499841E+01 8.0000217E+01 -6.878976E-05 + endloop + endfacet + facet normal 0.73312359221 0.63219346815 0.25072139393 + outer loop + vertex -1.106745E+01 7.4737167E+01 -1.914503E+01 + vertex -1.249613E+01 7.4465857E+01 -1.428336E+01 + vertex -9.209921E+00 7.1056186E+01 -1.529496E+01 + endloop + endfacet + facet normal 0.46574009128 0.82324521901 0.32458200311 + outer loop + vertex -6.754779E+00 7.1618254E+01 -2.024341E+01 + vertex -9.209921E+00 7.1056186E+01 -1.529496E+01 + vertex -4.580225E+00 6.8513621E+01 -1.548931E+01 + endloop + endfacet + facet normal 0.87428308317 0.47315259712 0.10842375351 + outer loop + vertex -1.249613E+01 7.4465857E+01 -1.428336E+01 + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + vertex -1.151816E+01 7.1698469E+01 -1.009265E+01 + endloop + endfacet + facet normal 0.65029989857 0.73342458821 0.19798589678 + outer loop + vertex -9.209921E+00 7.1056186E+01 -1.529496E+01 + vertex -1.151816E+01 7.1698469E+01 -1.009265E+01 + vertex -7.745404E+00 6.8429844E+01 -1.037618E+01 + endloop + endfacet + facet normal 0.98563104106 0.15543855318 0.06610829808 + outer loop + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + vertex -1.500000E+01 8.1809221E+01 -1.026060E+01 + vertex -1.420846E+01 7.6612188E+01 -9.842334E+00 + endloop + endfacet + facet normal 0.21671118884 0.74911525118 0.6259892979 + outer loop + vertex -3.909372E+00 7.3103436E+01 -2.484465E+01 + vertex -5.495715E-01 7.5601726E+01 -2.899746E+01 + vertex -5.792148E+00 7.6995769E+01 -2.885077E+01 + endloop + endfacet + facet normal -0.0176396322 0.69405899008 0.71970199504 + outer loop + vertex -5.495715E-01 7.5601726E+01 -2.899746E+01 + vertex 3.0457978E+00 7.8945093E+01 -3.213358E+01 + vertex -2.477165E+00 7.9562129E+01 -3.286399E+01 + endloop + endfacet + facet normal -0.1463498262 0.77080927483 0.62002805597 + outer loop + vertex -5.495715E-01 7.5601726E+01 -2.899746E+01 + vertex 1.2411881E+00 7.2279704E+01 -2.444488E+01 + vertex 4.9216161E+00 7.5770081E+01 -2.791535E+01 + endloop + endfacet + facet normal 0.60406049817 0.70320752272 0.37498012552 + outer loop + vertex -8.638692E+00 7.5328549E+01 -2.416658E+01 + vertex -1.106745E+01 7.4737167E+01 -1.914503E+01 + vertex -6.754779E+00 7.1618254E+01 -2.024341E+01 + endloop + endfacet + facet normal 0.27762570458 0.85073765295 0.446284006 + outer loop + vertex -3.909372E+00 7.3103436E+01 -2.484465E+01 + vertex -6.754779E+00 7.1618254E+01 -2.024341E+01 + vertex -1.509355E+00 6.9689985E+01 -1.983070E+01 + endloop + endfacet + facet normal -0.0857215362 0.8897704329 0.44828606378 + outer loop + vertex 1.2411881E+00 7.2279704E+01 -2.444488E+01 + vertex -1.509355E+00 6.9689985E+01 -1.983070E+01 + vertex 3.9674266E+00 6.9780272E+01 -1.896263E+01 + endloop + endfacet + facet normal 0.54423513388 0.62342088598 0.56138624669 + outer loop + vertex -7.503657E+00 8.1452725E+01 -3.214101E+01 + vertex -1.028994E+01 7.9542840E+01 -2.731891E+01 + vertex -5.792148E+00 7.6995769E+01 -2.885077E+01 + endloop + endfacet + facet normal 0.71400641064 0.57671268001 0.39698530235 + outer loop + vertex -1.028994E+01 7.9542840E+01 -2.731891E+01 + vertex -1.242834E+01 7.8554915E+01 -2.203767E+01 + vertex -8.638692E+00 7.5328549E+01 -2.416658E+01 + endloop + endfacet + facet normal 0.85548297182 0.46986518363 0.21765935342 + outer loop + vertex -1.242834E+01 7.8554915E+01 -2.203767E+01 + vertex -1.415520E+01 7.8794854E+01 -1.576841E+01 + vertex -1.106745E+01 7.4737167E+01 -1.914503E+01 + endloop + endfacet + facet normal 0.97126709402 0.21224884608 0.10765992481 + outer loop + vertex -1.354382E+01 8.2982009E+01 -2.446261E+01 + vertex -1.426405E+01 8.7015733E+01 -2.591733E+01 + vertex -1.500000E+01 8.7018667E+01 -1.928363E+01 + endloop + endfacet + facet normal 0.80785422368 0.42641407281 0.40686925638 + outer loop + vertex -1.242834E+01 7.8554915E+01 -2.203767E+01 + vertex -1.028994E+01 7.9542840E+01 -2.731891E+01 + vertex -1.354382E+01 8.2982009E+01 -2.446261E+01 + endloop + endfacet + facet normal 0.64529519323 0.50525985654 0.57298044554 + outer loop + vertex -1.028994E+01 7.9542840E+01 -2.731891E+01 + vertex -7.503657E+00 8.1452725E+01 -3.214101E+01 + vertex -1.154931E+01 8.4024220E+01 -2.985233E+01 + endloop + endfacet + facet normal 0.99133171006 0.10762249075 0.0753580793 + outer loop + vertex -1.445285E+01 8.2177296E+01 -1.956718E+01 + vertex -1.500000E+01 8.7018667E+01 -1.928363E+01 + vertex -1.500000E+01 8.4019238E+01 -1.500000E+01 + endloop + endfacet + facet normal -0.7641940062 0.07107412986 0.64105849105 + outer loop + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + vertex 9.8327318E+00 1.0419408E+02 -4.091787E+01 + vertex 1.2786464E+01 1.0424482E+02 -3.740241E+01 + endloop + endfacet + facet normal -0.798043083 0.1504775265 0.58350985566 + outer loop + vertex 1.0493410E+01 9.8397953E+01 -3.903071E+01 + vertex 1.3110389E+01 9.8613953E+01 -3.550728E+01 + vertex 1.2786464E+01 1.0424482E+02 -3.740241E+01 + endloop + endfacet + facet normal -0.3718999198 0.32321798546 0.87018422388 + outer loop + vertex 6.7756111E+00 9.8535164E+01 -4.184015E+01 + vertex 3.2947198E+00 9.3061124E+01 -4.129456E+01 + vertex 7.5399349E+00 9.2939643E+01 -3.943511E+01 + endloop + endfacet + facet normal -0.791539189 0.20625717258 0.5752596727 + outer loop + vertex 1.3110389E+01 9.8613953E+01 -3.550728E+01 + vertex 1.0493410E+01 9.8397953E+01 -3.903071E+01 + vertex 1.0961213E+01 9.2812400E+01 -3.638435E+01 + endloop + endfacet + facet normal 0.11240608194 0.60027278472 0.7918569673 + outer loop + vertex -2.477165E+00 7.9562129E+01 -3.286399E+01 + vertex 9.7358197E-01 8.3060508E+01 -3.600581E+01 + vertex -4.192308E+00 8.4226970E+01 -3.615674E+01 + endloop + endfacet + facet normal -0.1235961876 0.52032616287 0.84497613377 + outer loop + vertex 9.7358197E-01 8.3060508E+01 -3.600581E+01 + vertex 4.2356472E+00 8.7575376E+01 -3.830886E+01 + vertex -3.691065E-01 8.8113349E+01 -3.931368E+01 + endloop + endfacet + facet normal -0.3584662604 0.39809542416 0.84440628455 + outer loop + vertex 4.2356472E+00 8.7575376E+01 -3.830886E+01 + vertex 7.5399349E+00 9.2939643E+01 -3.943511E+01 + vertex 3.2947198E+00 9.3061124E+01 -4.129456E+01 + endloop + endfacet + facet normal -0.5613649595 0.50627425756 0.65464170229 + outer loop + vertex 6.0438299E+00 8.3086429E+01 -3.446509E+01 + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + vertex 1.0399265E+01 8.6418618E+01 -3.330723E+01 + endloop + endfacet + facet normal -0.4145596525 0.48976418381 0.7669884867 + outer loop + vertex 8.1588476E+00 8.8130780E+01 -3.654301E+01 + vertex 4.2356472E+00 8.7575376E+01 -3.830886E+01 + vertex 6.0438299E+00 8.3086429E+01 -3.446509E+01 + endloop + endfacet + facet normal -0.0210841113 0.67945738518 0.73341197288 + outer loop + vertex 9.7358197E-01 8.3060508E+01 -3.600581E+01 + vertex -2.477165E+00 7.9562129E+01 -3.286399E+01 + vertex 3.0457978E+00 7.8945093E+01 -3.213358E+01 + endloop + endfacet + facet normal -0.6173389127 0.34558105313 0.70672937014 + outer loop + vertex 8.1588476E+00 8.8130780E+01 -3.654301E+01 + vertex 1.0961213E+01 9.2812400E+01 -3.638435E+01 + vertex 7.5399349E+00 9.2939643E+01 -3.943511E+01 + endloop + endfacet + facet normal 0.17116690047 0.43544382941 0.88379328104 + outer loop + vertex -1.262895E+00 9.3640323E+01 -4.186371E+01 + vertex -4.908995E+00 8.9183324E+01 -3.896161E+01 + vertex -3.691065E-01 8.8113349E+01 -3.931368E+01 + endloop + endfacet + facet normal 0.44068950974 0.48953298026 0.75242954304 + outer loop + vertex -4.908995E+00 8.9183324E+01 -3.896161E+01 + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + vertex -4.192308E+00 8.4226970E+01 -3.615674E+01 + endloop + endfacet + facet normal 0.66787313181 0.31822087356 0.67281569202 + outer loop + vertex -9.437832E+00 9.5786010E+01 -3.915887E+01 + vertex -1.142404E+01 9.1716217E+01 -3.526237E+01 + vertex -8.341538E+00 9.1174170E+01 -3.806585E+01 + endloop + endfacet + facet normal 0.43319280182 0.37895407191 0.81776390715 + outer loop + vertex -5.506633E+00 9.4724511E+01 -4.121282E+01 + vertex -8.341538E+00 9.1174170E+01 -3.806585E+01 + vertex -4.908995E+00 8.9183324E+01 -3.896161E+01 + endloop + endfacet + facet normal 0.73423349301 0.39070727596 0.55520176715 + outer loop + vertex -1.142404E+01 9.1716217E+01 -3.526237E+01 + vertex -1.269658E+01 8.8570033E+01 -3.136544E+01 + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + endloop + endfacet + facet normal 0.87506011874 0.33661322209 0.34779495009 + outer loop + vertex -1.269658E+01 8.8570033E+01 -3.136544E+01 + vertex -1.426405E+01 8.7015733E+01 -2.591733E+01 + vertex -1.154931E+01 8.4024220E+01 -2.985233E+01 + endloop + endfacet + facet normal 0.64465179158 0.49793502423 0.58007308097 + outer loop + vertex -8.966572E+00 8.6459274E+01 -3.481285E+01 + vertex -1.154931E+01 8.4024220E+01 -2.985233E+01 + vertex -7.503657E+00 8.1452725E+01 -3.214101E+01 + endloop + endfacet + facet normal 0.97849918133 0.13345560427 0.15725442388 + outer loop + vertex -1.389950E+01 9.3604792E+01 -3.164444E+01 + vertex -1.444737E+01 9.7749480E+01 -3.175279E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + endloop + endfacet + facet normal 0.85495702392 0.2300311813 0.4649022939 + outer loop + vertex -1.269658E+01 8.8570033E+01 -3.136544E+01 + vertex -1.142404E+01 9.1716217E+01 -3.526237E+01 + vertex -1.389950E+01 9.3604792E+01 -3.164444E+01 + endloop + endfacet + facet normal 0.73721367953 0.24359753085 0.63021919494 + outer loop + vertex -1.142404E+01 9.1716217E+01 -3.526237E+01 + vertex -9.437832E+00 9.5786010E+01 -3.915887E+01 + vertex -1.244828E+01 9.6672072E+01 -3.597981E+01 + endloop + endfacet + facet normal 0.99284309675 0.06849997734 0.0978281061 + outer loop + vertex -1.454612E+01 9.1053888E+01 -2.782403E+01 + vertex -1.500000E+01 9.5000000E+01 -2.598076E+01 + vertex -1.500000E+01 9.0716372E+01 -2.298133E+01 + endloop + endfacet + facet normal -0.2370664879 0.15929565725 0.95834460081 + outer loop + vertex 2.3578182E+00 9.8794643E+01 -4.339000E+01 + vertex 5.8422431E+00 1.0430018E+02 -4.344319E+01 + vertex 1.2554305E+00 1.0446595E+02 -4.460539E+01 + endloop + endfacet + facet normal 0.07418828478 0.15394317571 0.98529061553 + outer loop + vertex -2.236861E+00 9.9284492E+01 -4.353287E+01 + vertex 1.2554305E+00 1.0446595E+02 -4.460539E+01 + vertex -3.414102E+00 1.0469875E+02 -4.429016E+01 + endloop + endfacet + facet normal -0.4537514693 0.03244599376 0.89053740047 + outer loop + vertex 5.8422431E+00 1.0430018E+02 -4.344319E+01 + vertex 8.8167788E+00 1.1000000E+02 -4.213525E+01 + vertex 4.6352549E+00 1.1000000E+02 -4.426585E+01 + endloop + endfacet + facet normal -0.1563390609 0.03491935042 0.98708598258 + outer loop + vertex 1.2554305E+00 1.0446595E+02 -4.460539E+01 + vertex 4.6352549E+00 1.1000000E+02 -4.426585E+01 + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + endloop + endfacet + facet normal -0.5260778145 0.14770773935 0.83751092937 + outer loop + vertex 6.7756111E+00 9.8535164E+01 -4.184015E+01 + vertex 9.8327318E+00 1.0419408E+02 -4.091787E+01 + vertex 5.8422431E+00 1.0430018E+02 -4.344319E+01 + endloop + endfacet + facet normal -0.7068940965 0.02452494057 0.70689409648 + outer loop + vertex 9.8327318E+00 1.0419408E+02 -4.091787E+01 + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + vertex 8.8167788E+00 1.1000000E+02 -4.213525E+01 + endloop + endfacet + facet normal 0.50255286542 0.27557832135 0.81944933111 + outer loop + vertex -6.623838E+00 9.9901570E+01 -4.226869E+01 + vertex -9.437832E+00 9.5786010E+01 -3.915887E+01 + vertex -5.506633E+00 9.4724511E+01 -4.121282E+01 + endloop + endfacet + facet normal 0.221316404 0.31148201979 0.92412012242 + outer loop + vertex -2.236861E+00 9.9284492E+01 -4.353287E+01 + vertex -5.506633E+00 9.4724511E+01 -4.121282E+01 + vertex -1.262895E+00 9.3640323E+01 -4.186371E+01 + endloop + endfacet + facet normal -0.0753300389 0.33140873789 0.94047521694 + outer loop + vertex 2.3578182E+00 9.8794643E+01 -4.339000E+01 + vertex -1.262895E+00 9.3640323E+01 -4.186371E+01 + vertex 3.2947198E+00 9.3061124E+01 -4.129456E+01 + endloop + endfacet + facet normal 0.64251216925 0.10027759395 0.75968580118 + outer loop + vertex -1.034956E+01 1.0061357E+02 -3.976475E+01 + vertex -7.719523E+00 1.0502504E+02 -4.257144E+01 + vertex -1.131528E+01 1.0545250E+02 -3.958671E+01 + endloop + endfacet + facet normal 0.45388056591 0.02200548794 0.8907907669 + outer loop + vertex -7.719523E+00 1.0502504E+02 -4.257144E+01 + vertex -4.635255E+00 1.1000000E+02 -4.426585E+01 + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + endloop + endfacet + facet normal 0.37615855035 0.13461334922 0.91672459944 + outer loop + vertex -6.623838E+00 9.9901570E+01 -4.226869E+01 + vertex -3.414102E+00 1.0469875E+02 -4.429016E+01 + vertex -7.719523E+00 1.0502504E+02 -4.257144E+01 + endloop + endfacet + facet normal 0.15635688723 0.03148934903 0.98719853358 + outer loop + vertex -3.414102E+00 1.0469875E+02 -4.429016E+01 + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + vertex -4.635255E+00 1.1000000E+02 -4.426585E+01 + endloop + endfacet + facet normal 0.90786913718 0.15283104946 0.39040530232 + outer loop + vertex -1.310635E+01 1.0133504E+02 -3.627490E+01 + vertex -1.444737E+01 9.7749480E+01 -3.175279E+01 + vertex -1.244828E+01 9.6672072E+01 -3.597981E+01 + endloop + endfacet + facet normal 0.73820191481 0.21947241493 0.63787913593 + outer loop + vertex -1.034956E+01 1.0061357E+02 -3.976475E+01 + vertex -1.244828E+01 9.6672072E+01 -3.597981E+01 + vertex -9.437832E+00 9.5786010E+01 -3.915887E+01 + endloop + endfacet + facet normal 0.97963914595 0.05156332185 0.19403187253 + outer loop + vertex -1.389468E+01 1.0586761E+02 -3.541105E+01 + vertex -1.426585E+01 1.1000000E+02 -3.463525E+01 + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + endloop + endfacet + facet normal 0.85191739075 0.04879787076 0.521397667 + outer loop + vertex -1.310635E+01 1.0133504E+02 -3.627490E+01 + vertex -1.131528E+01 1.0545250E+02 -3.958671E+01 + vertex -1.389468E+01 1.0586761E+02 -3.541105E+01 + endloop + endfacet + facet normal 0.70708537616 0.00778085045 0.70708537616 + outer loop + vertex -1.131528E+01 1.0545250E+02 -3.958671E+01 + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + vertex -1.213525E+01 1.1000000E+02 -3.881678E+01 + endloop + endfacet + facet normal 0.9939680465 0.02838470076 0.10593314541 + outer loop + vertex -1.461639E+01 1.0207261E+02 -3.241535E+01 + vertex -1.500000E+01 1.0479055E+02 -2.954423E+01 + vertex -1.500000E+01 9.9739396E+01 -2.819078E+01 + endloop + endfacet + facet normal -0.1491097593 0.75704164354 0.63612438218 + outer loop + vertex 3.0457978E+00 7.8945093E+01 -3.213358E+01 + vertex -5.495715E-01 7.5601726E+01 -2.899746E+01 + vertex 4.9216161E+00 7.5770081E+01 -2.791535E+01 + endloop + endfacet + facet normal -0.9278677312 0.14764376606 0.3424365515 + outer loop + vertex 1.4542188E+01 9.8887480E+01 -3.179139E+01 + vertex 1.3086539E+01 9.2567830E+01 -3.301087E+01 + vertex 1.4448373E+01 9.3192344E+01 -2.959010E+01 + endloop + endfacet + facet normal -0.91687312 0.23602702139 0.32192379067 + outer loop + vertex 1.2504623E+01 8.6413061E+01 -3.015570E+01 + vertex 1.4448373E+01 9.3192344E+01 -2.959010E+01 + vertex 1.3086539E+01 9.2567830E+01 -3.301087E+01 + endloop + endfacet + facet normal -0.787845536 0.31890477248 0.52687679541 + outer loop + vertex 1.3086539E+01 9.2567830E+01 -3.301087E+01 + vertex 1.0399265E+01 8.6418618E+01 -3.330723E+01 + vertex 1.2504623E+01 8.6413061E+01 -3.015570E+01 + endloop + endfacet + facet normal -0.7333154905 0.47058087562 0.49071583512 + outer loop + vertex 8.6408771E+00 8.0385159E+01 -3.014903E+01 + vertex 1.2504623E+01 8.6413061E+01 -3.015570E+01 + vertex 1.0399265E+01 8.6418618E+01 -3.330723E+01 + endloop + endfacet + facet normal -0.0506463748 -0.0105036024 -0.9986614136 + outer loop + vertex 5.0584161E+00 2.0000000E+02 1.9743466E+01 + vertex 3.5358166E+00 1.9485251E+02 1.9874823E+01 + vertex 0.000000E+00 2.0000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1169976498 0.00926495126 -0.9930889742 + outer loop + vertex 8.1267567E+00 1.9497917E+02 1.9335138E+01 + vertex 3.5358166E+00 1.9485251E+02 1.9874823E+01 + vertex 5.0584161E+00 2.0000000E+02 1.9743466E+01 + endloop + endfacet + facet normal -0.0353803167 0.0 -0.9993739206 + outer loop + vertex 0.000000E+00 1.9500000E+02 2.0000000E+01 + vertex 3.5358166E+00 1.9485251E+02 1.9874823E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.0569933348 -0.0145225902 -0.9982689288 + outer loop + vertex 5.6737024E+00 1.8993319E+02 1.9677048E+01 + vertex 3.7678253E+00 1.8498575E+02 1.9857833E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1234863599 0.01131099397 -0.9922818049 + outer loop + vertex 8.5695765E+00 1.8497522E+02 1.9260150E+01 + vertex 3.7678253E+00 1.8498575E+02 1.9857833E+01 + vertex 5.6737024E+00 1.8993319E+02 1.9677048E+01 + endloop + endfacet + facet normal -0.1164531947 -0.0106814104 -0.993138742 + outer loop + vertex 3.5358166E+00 1.9485251E+02 1.9874823E+01 + vertex 8.1267567E+00 1.9497917E+02 1.9335138E+01 + vertex 5.6737024E+00 1.8993319E+02 1.9677048E+01 + endloop + endfacet + facet normal -0.1642143284 -0.0129772678 -0.9863393153 + outer loop + vertex 5.6737024E+00 1.8993319E+02 1.9677048E+01 + vertex 1.0743461E+01 1.8999772E+02 1.8832141E+01 + vertex 8.5695765E+00 1.8497522E+02 1.9260150E+01 + endloop + endfacet + facet normal -0.3054904266 0.0121655805 -0.9521174286 + outer loop + vertex 1.7616189E+01 1.9503631E+02 1.6793909E+01 + vertex 1.2897962E+01 1.9503793E+02 1.8307790E+01 + vertex 1.4968156E+01 2.0000000E+02 1.7706963E+01 + endloop + endfacet + facet normal -0.210619291 0.01148101983 -0.9775007419 + outer loop + vertex 1.2897962E+01 1.9503793E+02 1.8307790E+01 + vertex 8.1267567E+00 1.9497917E+02 1.9335138E+01 + vertex 1.0064926E+01 2.0000000E+02 1.8976497E+01 + endloop + endfacet + facet normal -0.4061032428 0.01202201811 -0.9137481202 + outer loop + vertex 2.2534009E+01 1.8499870E+02 1.4634274E+01 + vertex 1.8028141E+01 1.8499102E+02 1.6636747E+01 + vertex 2.0131580E+01 1.9002298E+02 1.5768106E+01 + endloop + endfacet + facet normal -0.357075531 0.01195102806 -0.9339990568 + outer loop + vertex 2.0131580E+01 1.9002298E+02 1.5768106E+01 + vertex 1.5535542E+01 1.9002418E+02 1.7525224E+01 + vertex 1.7616189E+01 1.9503631E+02 1.6793909E+01 + endloop + endfacet + facet normal -0.3144259628 0.01184390229 -0.9492081099 + outer loop + vertex 1.8028141E+01 1.8499102E+02 1.6636747E+01 + vertex 1.3375495E+01 1.8497629E+02 1.8177756E+01 + vertex 1.5535542E+01 1.9002418E+02 1.7525224E+01 + endloop + endfacet + facet normal -0.2631577913 0.01213126874 -0.9646765309 + outer loop + vertex 1.5535542E+01 1.9002418E+02 1.7525224E+01 + vertex 1.0743461E+01 1.8999772E+02 1.8832141E+01 + vertex 1.2897962E+01 1.9503793E+02 1.8307790E+01 + endloop + endfacet + facet normal -0.1663559814 0.01370619496 -0.9859705004 + outer loop + vertex 1.0898822E+01 1.7997920E+02 1.8797702E+01 + vertex 5.7233526E+00 1.8001010E+02 1.9671352E+01 + vertex 8.5695765E+00 1.8497522E+02 1.9260150E+01 + endloop + endfacet + facet normal -0.0573476199 0.01487404817 -0.9982434639 + outer loop + vertex 5.7233526E+00 1.8001010E+02 1.9671352E+01 + vertex 0.000000E+00 1.8000000E+02 2.0000000E+01 + vertex 3.7678253E+00 1.8498575E+02 1.9857833E+01 + endloop + endfacet + facet normal -0.0572945841 -0.0151509218 -0.9982423454 + outer loop + vertex 5.7233526E+00 1.8001010E+02 1.9671352E+01 + vertex 3.6805934E+00 1.7501913E+02 1.9864348E+01 + vertex 0.000000E+00 1.8000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1214807578 0.01134083375 -0.9925289975 + outer loop + vertex 8.4533877E+00 1.7502265E+02 1.9280222E+01 + vertex 3.6805934E+00 1.7501913E+02 1.9864348E+01 + vertex 5.7233526E+00 1.8001010E+02 1.9671352E+01 + endloop + endfacet + facet normal -0.1667635561 0.01362302759 -0.9859027992 + outer loop + vertex 1.0895994E+01 1.7004890E+02 1.8798333E+01 + vertex 5.7686968E+00 1.7008516E+02 1.9666107E+01 + vertex 8.4533877E+00 1.7502265E+02 1.9280222E+01 + endloop + endfacet + facet normal -0.0580054289 0.01555799268 -0.9981950306 + outer loop + vertex 5.7686968E+00 1.7008516E+02 1.9666107E+01 + vertex 0.000000E+00 1.7000000E+02 2.0000000E+01 + vertex 3.6805934E+00 1.7501913E+02 1.9864348E+01 + endloop + endfacet + facet normal -0.1665155267 -0.0138269264 -0.9859418824 + outer loop + vertex 5.7233526E+00 1.8001010E+02 1.9671352E+01 + vertex 1.0898822E+01 1.7997920E+02 1.8797702E+01 + vertex 8.4533877E+00 1.7502265E+02 1.9280222E+01 + endloop + endfacet + facet normal -0.2181206657 -0.0125733281 -0.9758408101 + outer loop + vertex 8.4533877E+00 1.7502265E+02 1.9280222E+01 + vertex 1.3325459E+01 1.7499110E+02 1.8191619E+01 + vertex 1.0895994E+01 1.7004890E+02 1.8798333E+01 + endloop + endfacet + facet normal -0.4527127873 0.01242420353 -0.8915698354 + outer loop + vertex 2.4836604E+01 1.7998349E+02 1.3395197E+01 + vertex 2.0378498E+01 1.7996972E+02 1.5658699E+01 + vertex 2.2534009E+01 1.8499870E+02 1.4634274E+01 + endloop + endfacet + facet normal -0.3617628878 0.01223862877 -0.9321898031 + outer loop + vertex 2.0378498E+01 1.7996972E+02 1.5658699E+01 + vertex 1.5754058E+01 1.7996143E+02 1.7453236E+01 + vertex 1.8028141E+01 1.8499102E+02 1.6636747E+01 + endloop + endfacet + facet normal -0.2668031387 0.01267983604 -0.963667633 + outer loop + vertex 1.5754058E+01 1.7996143E+02 1.7453236E+01 + vertex 1.0898822E+01 1.7997920E+02 1.8797702E+01 + vertex 1.3375495E+01 1.8497629E+02 1.8177756E+01 + endloop + endfacet + facet normal -0.5437775217 0.0130691104 -0.8391276454 + outer loop + vertex 2.9299489E+01 1.7000394E+02 1.0515922E+01 + vertex 2.5009741E+01 1.6999427E+02 1.3295645E+01 + vertex 2.7081302E+01 1.7498705E+02 1.2030977E+01 + endloop + endfacet + facet normal -0.4982528539 0.012861966 -0.8669363664 + outer loop + vertex 2.7081302E+01 1.7498705E+02 1.2030977E+01 + vertex 2.2680622E+01 1.7497221E+02 1.4559953E+01 + vertex 2.4836604E+01 1.7998349E+02 1.3395197E+01 + endloop + endfacet + facet normal -0.3145003554 -0.0126342878 -0.9491732725 + outer loop + vertex 1.3325459E+01 1.7499110E+02 1.8191619E+01 + vertex 1.8082158E+01 1.7496844E+02 1.6615830E+01 + vertex 1.5776161E+01 1.7001074E+02 1.7445893E+01 + endloop + endfacet + facet normal -0.4081041093 -0.0127352289 -0.9128465643 + outer loop + vertex 1.8082158E+01 1.7496844E+02 1.6615830E+01 + vertex 2.2680622E+01 1.7497221E+02 1.4559953E+01 + vertex 2.0477569E+01 1.6999151E+02 1.5614353E+01 + endloop + endfacet + facet normal -0.2668893184 -0.0127496206 -0.9636428482 + outer loop + vertex 1.0898822E+01 1.7997920E+02 1.8797702E+01 + vertex 1.5754058E+01 1.7996143E+02 1.7453236E+01 + vertex 1.3325459E+01 1.7499110E+02 1.8191619E+01 + endloop + endfacet + facet normal -0.3617242889 -0.0123165274 -0.9322037556 + outer loop + vertex 1.5754058E+01 1.7996143E+02 1.7453236E+01 + vertex 2.0378498E+01 1.7996972E+02 1.5658699E+01 + vertex 1.8082158E+01 1.7496844E+02 1.6615830E+01 + endloop + endfacet + facet normal -0.6176904403 -0.012812261 -0.7863169628 + outer loop + vertex 2.8853429E+01 1.8999697E+02 1.0834785E+01 + vertex 3.2841184E+01 1.8999685E+02 7.7022096E+00 + vertex 3.1011707E+01 1.8499606E+02 9.2208369E+00 + endloop + endfacet + facet normal -0.6941391118 -0.0127962262 -0.7197271358 + outer loop + vertex 3.2841184E+01 1.8999685E+02 7.7022096E+00 + vertex 3.6489606E+01 1.8999923E+02 4.1834559E+00 + vertex 3.4828629E+01 1.8499702E+02 5.8743172E+00 + endloop + endfacet + facet normal -0.5289208918 -0.0127680648 -0.8485750802 + outer loop + vertex 2.4265098E+01 2.0000000E+02 1.3717331E+01 + vertex 2.8563411E+01 2.0000000E+02 1.1038172E+01 + vertex 2.6601800E+01 1.9499994E+02 1.2336087E+01 + endloop + endfacet + facet normal -0.5742036579 -0.0127741061 -0.8186128398 + outer loop + vertex 2.6601800E+01 1.9499994E+02 1.2336087E+01 + vertex 3.0748786E+01 1.9499632E+02 9.4273025E+00 + vertex 2.8853429E+01 1.8999697E+02 1.0834785E+01 + endloop + endfacet + facet normal -0.6120561617 -0.0127584646 -0.7907113737 + outer loop + vertex 2.8563411E+01 2.0000000E+02 1.1038172E+01 + vertex 3.2568624E+01 2.0000000E+02 7.9379061E+00 + vertex 3.0748786E+01 1.9499632E+02 9.4273025E+00 + endloop + endfacet + facet normal -0.6540926777 -0.0127861648 -0.756306342 + outer loop + vertex 3.0748786E+01 1.9499632E+02 9.4273025E+00 + vertex 3.4582356E+01 1.9499948E+02 6.1117803E+00 + vertex 3.2841184E+01 1.8999685E+02 7.7022096E+00 + endloop + endfacet + facet normal -0.4477706478 -0.012344112 -0.8940632359 + outer loop + vertex 2.0131580E+01 1.9002298E+02 1.5768106E+01 + vertex 2.4589819E+01 1.9000769E+02 1.3535512E+01 + vertex 2.2534009E+01 1.8499870E+02 1.4634274E+01 + endloop + endfacet + facet normal -0.5350941709 -0.0126827937 -0.8446972091 + outer loop + vertex 2.4589819E+01 1.9000769E+02 1.3535512E+01 + vertex 2.8853429E+01 1.8999697E+02 1.0834785E+01 + vertex 2.6886700E+01 1.8499716E+02 1.2155727E+01 + endloop + endfacet + facet normal -0.3472768749 -0.0127832458 -0.9376755093 + outer loop + vertex 1.4968156E+01 2.0000000E+02 1.7706963E+01 + vertex 1.9717793E+01 2.0000000E+02 1.5947891E+01 + vertex 1.7616189E+01 1.9503631E+02 1.6793909E+01 + endloop + endfacet + facet normal -0.3986947629 -0.0124093226 -0.9169997245 + outer loop + vertex 1.7616189E+01 1.9503631E+02 1.6793909E+01 + vertex 2.2201953E+01 1.9501640E+02 1.4800372E+01 + vertex 2.0131580E+01 1.9002298E+02 1.5768106E+01 + endloop + endfacet + facet normal -0.4403581108 -0.0127932822 -0.8977310656 + outer loop + vertex 1.9717793E+01 2.0000000E+02 1.5947891E+01 + vertex 2.4265098E+01 2.0000000E+02 1.3717331E+01 + vertex 2.2201953E+01 1.9501640E+02 1.4800372E+01 + endloop + endfacet + facet normal -0.488656193 -0.0126582596 -0.8723846018 + outer loop + vertex 2.2201953E+01 1.9501640E+02 1.4800372E+01 + vertex 2.6601800E+01 1.9499994E+02 1.2336087E+01 + vertex 2.4589819E+01 1.9000769E+02 1.3535512E+01 + endloop + endfacet + facet normal -0.7359990182 -0.0129362703 -0.6768589943 + outer loop + vertex 3.5032236E+01 1.7500048E+02 5.6755160E+00 + vertex 3.8477632E+01 1.7499588E+02 1.9291694E+00 + vertex 3.6899948E+01 1.7000481E+02 3.7400929E+00 + endloop + endfacet + facet normal -0.801036342 -0.0129557209 -0.5984755032 + outer loop + vertex 3.8477632E+01 1.7499588E+02 1.9291694E+00 + vertex 4.1527703E+01 1.7498969E+02 -2.153099E+00 + vertex 4.0143721E+01 1.6999603E+02 -1.925910E-01 + endloop + endfacet + facet normal -0.6591970031 -0.0128509259 -0.751860469 + outer loop + vertex 3.1011707E+01 1.8499606E+02 9.2208369E+00 + vertex 3.4828629E+01 1.8499702E+02 5.8743172E+00 + vertex 3.3070789E+01 1.7999699E+02 7.5009720E+00 + endloop + endfacet + facet normal -0.6986237395 -0.0128952536 -0.7153730377 + outer loop + vertex 3.3070789E+01 1.7999699E+02 7.5009720E+00 + vertex 3.6706971E+01 1.7999631E+02 3.9499373E+00 + vertex 3.5032236E+01 1.7500048E+02 5.6755160E+00 + endloop + endfacet + facet normal -0.7320009451 -0.0128169463 -0.681183046 + outer loop + vertex 3.4828629E+01 1.8499702E+02 5.8743172E+00 + vertex 3.8283155E+01 1.8499620E+02 2.1620901E+00 + vertex 3.6706971E+01 1.7999631E+02 3.9499373E+00 + endloop + endfacet + facet normal -0.7676256153 -0.0128705321 -0.6407692753 + outer loop + vertex 3.6706971E+01 1.7999631E+02 3.9499373E+00 + vertex 3.9962194E+01 1.7999233E+02 5.0341275E-02 + vertex 3.8477632E+01 1.7499588E+02 1.9291694E+00 + endloop + endfacet + facet normal -0.5836988065 -0.0129899815 -0.8118663459 + outer loop + vertex 2.7081302E+01 1.7498705E+02 1.2030977E+01 + vertex 3.1219854E+01 1.7499786E+02 9.0553545E+00 + vertex 2.9299489E+01 1.7000394E+02 1.0515922E+01 + endloop + endfacet + facet normal -0.6633216884 -0.0129673834 -0.7482220156 + outer loop + vertex 3.1219854E+01 1.7499786E+02 9.0553545E+00 + vertex 3.5032236E+01 1.7500048E+02 5.6755160E+00 + vertex 3.3277162E+01 1.7000814E+02 7.3179648E+00 + endloop + endfacet + facet normal -0.4947929474 -0.0124914398 -0.8689211144 + outer loop + vertex 2.2534009E+01 1.8499870E+02 1.4634274E+01 + vertex 2.6886700E+01 1.8499716E+02 1.2155727E+01 + vertex 2.4836604E+01 1.7998349E+02 1.3395197E+01 + endloop + endfacet + facet normal -0.5399195376 -0.0127696039 -0.8416197658 + outer loop + vertex 2.4836604E+01 1.7998349E+02 1.3395197E+01 + vertex 2.9092641E+01 1.7999275E+02 1.0664705E+01 + vertex 2.7081302E+01 1.7498705E+02 1.2030977E+01 + endloop + endfacet + facet normal -0.5796823875 -0.0127779433 -0.8147423236 + outer loop + vertex 2.6886700E+01 1.8499716E+02 1.2155727E+01 + vertex 3.1011707E+01 1.8499606E+02 9.2208369E+00 + vertex 2.9092641E+01 1.7999275E+02 1.0664705E+01 + endloop + endfacet + facet normal -0.6223786347 -0.0129008021 -0.7826099951 + outer loop + vertex 2.9092641E+01 1.7999275E+02 1.0664705E+01 + vertex 3.3070789E+01 1.7999699E+02 7.5009720E+00 + vertex 3.1219854E+01 1.7499786E+02 9.0553545E+00 + endloop + endfacet + facet normal -0.226821511 0.01143264526 -0.9738692401 + outer loop + vertex 1.3699970E+01 1.6504245E+02 1.8086493E+01 + vertex 8.9731154E+00 1.6511309E+02 1.9188242E+01 + vertex 1.0895994E+01 1.7004890E+02 1.8798333E+01 + endloop + endfacet + facet normal -0.0575803683 -0.0134517271 -0.9982502453 + outer loop + vertex 5.7686968E+00 1.7008516E+02 1.9666107E+01 + vertex 4.2582021E+00 1.6525311E+02 1.9818347E+01 + vertex 0.000000E+00 1.7000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1321621216 0.01008532247 -0.9911768056 + outer loop + vertex 8.9731154E+00 1.6511309E+02 1.9188242E+01 + vertex 4.2582021E+00 1.6525311E+02 1.9818347E+01 + vertex 5.7686968E+00 1.7008516E+02 1.9666107E+01 + endloop + endfacet + facet normal -0.0422313948 -0.0065467855 -0.9990864071 + outer loop + vertex 4.2582021E+00 1.6525311E+02 1.9818347E+01 + vertex 3.1600266E+00 1.5986984E+02 1.9900042E+01 + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1049525959 0.00631845715 -0.9944571533 + outer loop + vertex 7.3012843E+00 1.6003602E+02 1.9464040E+01 + vertex 3.1600266E+00 1.5986984E+02 1.9900042E+01 + vertex 4.2582021E+00 1.6525311E+02 1.9818347E+01 + endloop + endfacet + facet normal -0.1498095266 0.01115799974 -0.9886519128 + outer loop + vertex 9.8393459E+00 1.5497352E+02 1.9022314E+01 + vertex 5.1122333E+00 1.5491637E+02 1.9737964E+01 + vertex 7.3012843E+00 1.6003602E+02 1.9464040E+01 + endloop + endfacet + facet normal -0.0509800701 0.01258330411 -0.9986203948 + outer loop + vertex 5.1122333E+00 1.5491637E+02 1.9737964E+01 + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + vertex 3.1600266E+00 1.5986984E+02 1.9900042E+01 + endloop + endfacet + facet normal -0.2831564294 0.01105469247 -0.9590100262 + outer loop + vertex 1.6448599E+01 1.6001510E+02 1.7216984E+01 + vertex 1.1837022E+01 1.6001965E+02 1.8578647E+01 + vertex 1.3699970E+01 1.6504245E+02 1.8086493E+01 + endloop + endfacet + facet normal -0.191544716 0.00976016898 -0.9814353574 + outer loop + vertex 1.1837022E+01 1.6001965E+02 1.8578647E+01 + vertex 7.3012843E+00 1.6003602E+02 1.9464040E+01 + vertex 8.9731154E+00 1.6511309E+02 1.9188242E+01 + endloop + endfacet + facet normal -0.3364968678 0.01154225314 -0.9416138456 + outer loop + vertex 1.9102446E+01 1.5499832E+02 1.6207105E+01 + vertex 1.4506420E+01 1.5498502E+02 1.7849387E+01 + vertex 1.6448599E+01 1.6001510E+02 1.7216984E+01 + endloop + endfacet + facet normal -0.2437506962 0.01123203224 -0.9697728804 + outer loop + vertex 1.4506420E+01 1.5498502E+02 1.7849387E+01 + vertex 9.8393459E+00 1.5497352E+02 1.9022314E+01 + vertex 1.1837022E+01 1.6001965E+02 1.8578647E+01 + endloop + endfacet + facet normal -0.5040155213 0.01290500851 -0.8635981791 + outer loop + vertex 2.7366902E+01 1.6501741E+02 1.1845581E+01 + vertex 2.2972843E+01 1.6501409E+02 1.4410004E+01 + vertex 2.5009741E+01 1.6999427E+02 1.3295645E+01 + endloop + endfacet + facet normal -0.41406959 0.01264300154 -0.91015742 + outer loop + vertex 2.2972843E+01 1.6501409E+02 1.4410004E+01 + vertex 1.8386261E+01 1.6502041E+02 1.6496725E+01 + vertex 2.0477569E+01 1.6999151E+02 1.5614353E+01 + endloop + endfacet + facet normal -0.321181178 0.01212153911 -0.9469401877 + outer loop + vertex 1.8386261E+01 1.6502041E+02 1.6496725E+01 + vertex 1.3699970E+01 1.6504245E+02 1.8086493E+01 + vertex 1.5776161E+01 1.7001074E+02 1.7445893E+01 + endloop + endfacet + facet normal -0.5982843248 0.01228772078 -0.8011896646 + outer loop + vertex 3.1879411E+01 1.5502422E+02 8.5188671E+00 + vertex 2.7877544E+01 1.5501751E+02 1.1507138E+01 + vertex 2.9678708E+01 1.6002744E+02 1.0238965E+01 + endloop + endfacet + facet normal -0.5521802781 0.01258316266 -0.8336297766 + outer loop + vertex 2.9678708E+01 1.6002744E+02 1.0238965E+01 + vertex 2.5472397E+01 1.6002279E+02 1.3025074E+01 + vertex 2.7366902E+01 1.6501741E+02 1.1845581E+01 + endloop + endfacet + facet normal -0.3751946744 -0.0118966642 -0.9268696918 + outer loop + vertex 1.6448599E+01 1.6001510E+02 1.7216984E+01 + vertex 2.1028429E+01 1.6001838E+02 1.5363038E+01 + vertex 1.9102446E+01 1.5499832E+02 1.6207105E+01 + endloop + endfacet + facet normal -0.4655506224 -0.0123336486 -0.8849353078 + outer loop + vertex 2.1028429E+01 1.6001838E+02 1.5363038E+01 + vertex 2.5472397E+01 1.6002279E+02 1.3025074E+01 + vertex 2.3591918E+01 1.5500829E+02 1.4084253E+01 + endloop + endfacet + facet normal -0.3212833485 -0.0118836265 -0.9469085433 + outer loop + vertex 1.3699970E+01 1.6504245E+02 1.8086493E+01 + vertex 1.8386261E+01 1.6502041E+02 1.6496725E+01 + vertex 1.6448599E+01 1.6001510E+02 1.7216984E+01 + endloop + endfacet + facet normal -0.4140992253 -0.0124546003 -0.9101465346 + outer loop + vertex 1.8386261E+01 1.6502041E+02 1.6496725E+01 + vertex 2.2972843E+01 1.6501409E+02 1.4410004E+01 + vertex 2.1028429E+01 1.6001838E+02 1.5363038E+01 + endloop + endfacet + facet normal -0.0513786813 -0.011816699 -0.9986093314 + outer loop + vertex 5.1122333E+00 1.5491637E+02 1.9737964E+01 + vertex 3.3721905E+00 1.4995877E+02 1.9886154E+01 + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1118000039 0.00953748091 -0.9936849579 + outer loop + vertex 7.7967855E+00 1.4996086E+02 1.9388360E+01 + vertex 3.3721905E+00 1.4995877E+02 1.9886154E+01 + vertex 5.1122333E+00 1.5491637E+02 1.9737964E+01 + endloop + endfacet + facet normal -0.1538656856 0.01211751577 -0.9880174678 + outer loop + vertex 1.0119022E+01 1.4495735E+02 1.8965349E+01 + vertex 5.2590358E+00 1.4499430E+02 1.9722656E+01 + vertex 7.7967855E+00 1.4996086E+02 1.9388360E+01 + endloop + endfacet + facet normal -0.0526451452 0.01287628093 -0.998530265 + outer loop + vertex 5.2590358E+00 1.4499430E+02 1.9722656E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + vertex 3.3721905E+00 1.4995877E+02 1.9886154E+01 + endloop + endfacet + facet normal -0.2953449664 0.01165687016 -0.9553195634 + outer loop + vertex 1.7072904E+01 1.4997879E+02 1.6994850E+01 + vertex 1.2426130E+01 1.4996780E+02 1.8431305E+01 + vertex 1.4506420E+01 1.5498502E+02 1.7849387E+01 + endloop + endfacet + facet normal -0.2024590617 0.0109905132 -0.9792290523 + outer loop + vertex 1.2426130E+01 1.4996780E+02 1.8431305E+01 + vertex 7.7967855E+00 1.4996086E+02 1.9388360E+01 + vertex 9.8393459E+00 1.5497352E+02 1.9022314E+01 + endloop + endfacet + facet normal -0.3446875245 0.01224598161 -0.9386376012 + outer loop + vertex 1.9542272E+01 1.4497899E+02 1.6022816E+01 + vertex 1.4884413E+01 1.4496952E+02 1.7733157E+01 + vertex 1.7072904E+01 1.4997879E+02 1.6994850E+01 + endloop + endfacet + facet normal -0.2503484378 0.01209140898 -0.968080295 + outer loop + vertex 1.4884413E+01 1.4496952E+02 1.7733157E+01 + vertex 1.0119022E+01 1.4495735E+02 1.8965349E+01 + vertex 1.2426130E+01 1.4996780E+02 1.8431305E+01 + endloop + endfacet + facet normal -0.0526730453 -0.0129911864 -0.9985273053 + outer loop + vertex 5.2590358E+00 1.4499430E+02 1.9722656E+01 + vertex 3.3630669E+00 1.4006748E+02 1.9886770E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.111685975 0.00987951673 -0.993694439 + outer loop + vertex 7.8179308E+00 1.3996197E+02 1.9385018E+01 + vertex 3.3630669E+00 1.4006748E+02 1.9886770E+01 + vertex 5.2590358E+00 1.4499430E+02 1.9722656E+01 + endloop + endfacet + facet normal -0.1493644263 0.0129434508 -0.9886974943 + outer loop + vertex 9.9883965E+00 1.3500000E+02 1.8992162E+01 + vertex 4.9297356E+00 1.3500000E+02 1.9756384E+01 + vertex 7.8179308E+00 1.3996197E+02 1.9385018E+01 + endloop + endfacet + facet normal -0.0493548252 0.01043859694 -0.9987267579 + outer loop + vertex 4.9297356E+00 1.3500000E+02 1.9756384E+01 + vertex 0.000000E+00 1.3500000E+02 2.0000000E+01 + vertex 3.3630669E+00 1.4006748E+02 1.9886770E+01 + endloop + endfacet + facet normal -0.154045151 -0.0120424478 -0.9879904204 + outer loop + vertex 5.2590358E+00 1.4499430E+02 1.9722656E+01 + vertex 1.0119022E+01 1.4495735E+02 1.8965349E+01 + vertex 7.8179308E+00 1.3996197E+02 1.9385018E+01 + endloop + endfacet + facet normal -0.2039492004 -0.0117078471 -0.9789114618 + outer loop + vertex 7.8179308E+00 1.3996197E+02 1.9385018E+01 + vertex 1.2554301E+01 1.3996111E+02 1.8398239E+01 + vertex 9.9883965E+00 1.3500000E+02 1.8992162E+01 + endloop + endfacet + facet normal -0.3926869521 0.01265802057 -0.919585087 + outer loop + vertex 2.1926048E+01 1.3997837E+02 1.4936048E+01 + vertex 1.7297218E+01 1.3998357E+02 1.6912751E+01 + vertex 1.9542272E+01 1.4497899E+02 1.6022816E+01 + endloop + endfacet + facet normal -0.2989150211 0.01235606716 -0.9541997368 + outer loop + vertex 1.7297218E+01 1.3998357E+02 1.6912751E+01 + vertex 1.2554301E+01 1.3996111E+02 1.8398239E+01 + vertex 1.4884413E+01 1.4496952E+02 1.7733157E+01 + endloop + endfacet + facet normal -0.4394759646 0.01329358258 -0.898155976 + outer loop + vertex 2.4257267E+01 1.3500000E+02 1.3721677E+01 + vertex 1.9636007E+01 1.3500000E+02 1.5982902E+01 + vertex 2.1926048E+01 1.3997837E+02 1.4936048E+01 + endloop + endfacet + facet normal -0.3457984988 0.0127731458 -0.9382218527 + outer loop + vertex 1.9636007E+01 1.3500000E+02 1.5982902E+01 + vertex 1.4902633E+01 1.3500000E+02 1.7727471E+01 + vertex 1.7297218E+01 1.3998357E+02 1.6912751E+01 + endloop + endfacet + facet normal -0.5623198125 -0.0122839195 -0.8268286 + outer loop + vertex 2.6023190E+01 1.4999751E+02 1.2694187E+01 + vertex 3.0144886E+01 1.5000615E+02 9.8909240E+00 + vertex 2.8318703E+01 1.4499038E+02 1.1207415E+01 + endloop + endfacet + facet normal -0.6416610156 -0.012122123 -0.7668925578 + outer loop + vertex 3.0144886E+01 1.5000615E+02 9.8909240E+00 + vertex 3.3947912E+01 1.5001109E+02 6.7088444E+00 + vertex 3.2275610E+01 1.4498579E+02 8.1874976E+00 + endloop + endfacet + facet normal -0.5152810414 -0.0122923287 -0.8569331053 + outer loop + vertex 2.3591918E+01 1.5500829E+02 1.4084253E+01 + vertex 2.7877544E+01 1.5501751E+02 1.1507138E+01 + vertex 2.6023190E+01 1.4999751E+02 1.2694187E+01 + endloop + endfacet + facet normal -0.598257949 -0.0122779599 -0.8012095095 + outer loop + vertex 2.7877544E+01 1.5501751E+02 1.1507138E+01 + vertex 3.1879411E+01 1.5502422E+02 8.5188671E+00 + vertex 3.0144886E+01 1.5000615E+02 9.8909240E+00 + endloop + endfacet + facet normal -0.3875097704 -0.0121800179 -0.9217851295 + outer loop + vertex 1.7072904E+01 1.4997879E+02 1.6994850E+01 + vertex 2.1635707E+01 1.4998876E+02 1.5076559E+01 + vertex 1.9542272E+01 1.4497899E+02 1.6022816E+01 + endloop + endfacet + facet normal -0.4771285718 -0.0123601967 -0.8787465798 + outer loop + vertex 2.1635707E+01 1.4998876E+02 1.5076559E+01 + vertex 2.6023190E+01 1.4999751E+02 1.2694187E+01 + vertex 2.4047804E+01 1.4498657E+02 1.3837235E+01 + endloop + endfacet + facet normal -0.3364363112 -0.0117451602 -0.941632975 + outer loop + vertex 1.4506420E+01 1.5498502E+02 1.7849387E+01 + vertex 1.9102446E+01 1.5499832E+02 1.6207105E+01 + vertex 1.7072904E+01 1.4997879E+02 1.6994850E+01 + endloop + endfacet + facet normal -0.427417596 -0.0121323025 -0.9039729011 + outer loop + vertex 1.9102446E+01 1.5499832E+02 1.6207105E+01 + vertex 2.3591918E+01 1.5500829E+02 1.4084253E+01 + vertex 2.1635707E+01 1.4998876E+02 1.5076559E+01 + endloop + endfacet + facet normal -0.6485262438 -0.0125531328 -0.7610887793 + outer loop + vertex 3.0481570E+01 1.3998042E+02 9.6342513E+00 + vertex 3.4292665E+01 1.3996913E+02 6.3869907E+00 + vertex 3.2551034E+01 1.3500000E+02 7.9529999E+00 + endloop + endfacet + facet normal -0.7213451168 -0.0124685732 -0.6924635421 + outer loop + vertex 3.4292665E+01 1.3996913E+02 6.3869907E+00 + vertex 3.7758363E+01 1.3997671E+02 2.7766084E+00 + vertex 3.6245343E+01 1.3500000E+02 4.4423450E+00 + endloop + endfacet + facet normal -0.6066582686 -0.0123083867 -0.794867441 + outer loop + vertex 2.8318703E+01 1.4499038E+02 1.1207415E+01 + vertex 3.2275610E+01 1.4498579E+02 8.1874976E+00 + vertex 3.0481570E+01 1.3998042E+02 9.6342513E+00 + endloop + endfacet + facet normal -0.6825053961 -0.0121349382 -0.7307798079 + outer loop + vertex 3.2275610E+01 1.4498579E+02 8.1874976E+00 + vertex 3.5896295E+01 1.4498666E+02 4.8059765E+00 + vertex 3.4292665E+01 1.3996913E+02 6.3869907E+00 + endloop + endfacet + facet normal -0.4832634671 -0.0127660469 -0.8753818878 + outer loop + vertex 2.1926048E+01 1.3997837E+02 1.4936048E+01 + vertex 2.6346468E+01 1.3999593E+02 1.2495454E+01 + vertex 2.4257267E+01 1.3500000E+02 1.3721677E+01 + endloop + endfacet + facet normal -0.5689867386 -0.012659216 -0.8222492539 + outer loop + vertex 2.6346468E+01 1.3999593E+02 1.2495454E+01 + vertex 3.0481570E+01 1.3998042E+02 9.6342513E+00 + vertex 2.8534807E+01 1.3500000E+02 1.1058066E+01 + endloop + endfacet + facet normal -0.4363971564 -0.0125071524 -0.8996672124 + outer loop + vertex 1.9542272E+01 1.4497899E+02 1.6022816E+01 + vertex 2.4047804E+01 1.4498657E+02 1.3837235E+01 + vertex 2.1926048E+01 1.3997837E+02 1.4936048E+01 + endloop + endfacet + facet normal -0.5242755326 -0.0125567706 -0.8514561018 + outer loop + vertex 2.4047804E+01 1.4498657E+02 1.3837235E+01 + vertex 2.8318703E+01 1.4499038E+02 1.1207415E+01 + vertex 2.6346468E+01 1.3999593E+02 1.2495454E+01 + endloop + endfacet + facet normal -0.8359101673 -0.0130672944 -0.5487107053 + outer loop + vertex 4.0338346E+01 1.6000563E+02 -4.565088E-01 + vertex 4.3148717E+01 1.5999564E+02 -4.737612E+00 + vertex 4.1893249E+01 1.5500293E+02 -2.706124E+00 + endloop + endfacet + facet normal -0.8876957882 -0.013122136 -0.4602434108 + outer loop + vertex 4.3148717E+01 1.5999564E+02 -4.737612E+00 + vertex 4.5511268E+01 1.5999379E+02 -9.294337E+00 + vertex 4.4470955E+01 1.5499713E+02 -7.145370E+00 + endloop + endfacet + facet normal -0.7713890876 -0.0129697968 -0.6362316087 + outer loop + vertex 3.6899948E+01 1.7000481E+02 3.7400929E+00 + vertex 4.0143721E+01 1.6999603E+02 -1.925910E-01 + vertex 3.8671650E+01 1.6500695E+02 1.6939034E+00 + endloop + endfacet + facet normal -0.8047490522 -0.0130088179 -0.5934726057 + outer loop + vertex 3.8671650E+01 1.6500695E+02 1.6939034E+00 + vertex 4.1703348E+01 1.6499593E+02 -2.416838E+00 + vertex 4.0338346E+01 1.6000563E+02 -4.565088E-01 + endloop + endfacet + facet normal -0.8322533353 -0.0130463044 -0.5542419867 + outer loop + vertex 4.0143721E+01 1.6999603E+02 -1.925910E-01 + vertex 4.2978811E+01 1.6998933E+02 -4.449622E+00 + vertex 4.1703348E+01 1.6499593E+02 -2.416838E+00 + endloop + endfacet + facet normal -0.8611962542 -0.0131099029 -0.5081034759 + outer loop + vertex 4.1703348E+01 1.6499593E+02 -2.416838E+00 + vertex 4.4309658E+01 1.6499081E+02 -6.834201E+00 + vertex 4.3148717E+01 1.5999564E+02 -4.737612E+00 + endloop + endfacet + facet normal -0.6333193393 -0.0125430399 -0.773788916 + outer loop + vertex 2.9678708E+01 1.6002744E+02 1.0238965E+01 + vertex 3.3577456E+01 1.6002578E+02 7.0480024E+00 + vertex 3.1879411E+01 1.5502422E+02 8.5188671E+00 + endloop + endfacet + facet normal -0.7079970441 -0.0126082216 -0.7061028383 + outer loop + vertex 3.3577456E+01 1.6002578E+02 7.0480024E+00 + vertex 3.7136373E+01 1.6001712E+02 3.4796922E+00 + vertex 3.5559777E+01 1.5502193E+02 5.1497123E+00 + endloop + endfacet + facet normal -0.7757010662 -0.0128152577 -0.6309703837 + outer loop + vertex 3.7136373E+01 1.6001712E+02 3.4796922E+00 + vertex 4.0338346E+01 1.6000563E+02 -4.565088E-01 + vertex 3.8905143E+01 1.5501286E+02 1.4068435E+00 + endloop + endfacet + facet normal -0.543736365 -0.0130295485 -0.8391549298 + outer loop + vertex 2.5009741E+01 1.6999427E+02 1.3295645E+01 + vertex 2.9299489E+01 1.7000394E+02 1.0515922E+01 + vertex 2.7366902E+01 1.6501741E+02 1.1845581E+01 + endloop + endfacet + facet normal -0.5891792868 -0.012842222 -0.8079002694 + outer loop + vertex 2.7366902E+01 1.6501741E+02 1.1845581E+01 + vertex 3.1479996E+01 1.6501992E+02 8.8459757E+00 + vertex 2.9678708E+01 1.6002744E+02 1.0238965E+01 + endloop + endfacet + facet normal -0.7401592402 0.01287127006 -0.6723084333 + outer loop + vertex 3.8671650E+01 1.6500695E+02 1.6939034E+00 + vertex 3.5256363E+01 1.6501587E+02 5.4540384E+00 + vertex 3.6899948E+01 1.7000481E+02 3.7400929E+00 + endloop + endfacet + facet normal -0.6681622267 0.01285102674 -0.7439046242 + outer loop + vertex 3.5256363E+01 1.6501587E+02 5.4540384E+00 + vertex 3.1479996E+01 1.6501992E+02 8.8459757E+00 + vertex 3.3277162E+01 1.7000814E+02 7.3179648E+00 + endloop + endfacet + facet normal -0.7756643288 0.01282590363 -0.6310153288 + outer loop + vertex 4.0338346E+01 1.6000563E+02 -4.565088E-01 + vertex 3.7136373E+01 1.6001712E+02 3.4796922E+00 + vertex 3.8671650E+01 1.6500695E+02 1.6939034E+00 + endloop + endfacet + facet normal -0.7079661493 0.01263682487 -0.7061333033 + outer loop + vertex 3.7136373E+01 1.6001712E+02 3.4796922E+00 + vertex 3.3577456E+01 1.6002578E+02 7.0480024E+00 + vertex 3.5256363E+01 1.6501587E+02 5.4540384E+00 + endloop + endfacet + facet normal -0.9148294705 -0.0129467564 -0.4036327803 + outer loop + vertex 4.4653104E+01 1.4501137E+02 -7.503327E+00 + vertex 4.6717350E+01 1.4500683E+02 -1.218177E+01 + vertex 4.5849951E+01 1.4000941E+02 -1.005553E+01 + endloop + endfacet + facet normal -0.9360077359 -0.0126729752 -0.3517512105 + outer loop + vertex 4.5849951E+01 1.4000941E+02 -1.005553E+01 + vertex 4.7637505E+01 1.4001055E+02 -1.481224E+01 + vertex 4.6919755E+01 1.3500000E+02 -1.272179E+01 + endloop + endfacet + facet normal -0.9511784556 -0.0128219624 -0.3083750036 + outer loop + vertex 4.6717350E+01 1.4500683E+02 -1.218177E+01 + vertex 4.8284362E+01 1.4499260E+02 -1.701461E+01 + vertex 4.7637505E+01 1.4001055E+02 -1.481224E+01 + endloop + endfacet + facet normal -0.9668717747 -0.012771327 -0.254942865 + outer loop + vertex 4.7637505E+01 1.4001055E+02 -1.481224E+01 + vertex 4.8930844E+01 1.3997448E+02 -1.971542E+01 + vertex 4.8407337E+01 1.3500000E+02 -1.748083E+01 + endloop + endfacet + facet normal -0.8647151665 -0.0131246211 -0.5020910527 + outer loop + vertex 4.1893249E+01 1.5500293E+02 -2.706124E+00 + vertex 4.4470955E+01 1.5499713E+02 -7.145370E+00 + vertex 4.3332503E+01 1.5000399E+02 -5.054176E+00 + endloop + endfacet + facet normal -0.8910460784 -0.0131151484 -0.4537233508 + outer loop + vertex 4.3332503E+01 1.5000399E+02 -5.054176E+00 + vertex 4.5662053E+01 1.5000221E+02 -9.629018E+00 + vertex 4.4653104E+01 1.4501137E+02 -7.503327E+00 + endloop + endfacet + facet normal -0.911588545 -0.0130672198 -0.4108960602 + outer loop + vertex 4.4470955E+01 1.5499713E+02 -7.145370E+00 + vertex 4.6576075E+01 1.5499805E+02 -1.181569E+01 + vertex 4.5662053E+01 1.5000221E+02 -9.629018E+00 + endloop + endfacet + facet normal -0.9327586713 -0.012943738 -0.3602689561 + outer loop + vertex 4.5662053E+01 1.5000221E+02 -9.629018E+00 + vertex 4.7499992E+01 1.5000012E+02 -1.438748E+01 + vertex 4.6717350E+01 1.4500683E+02 -1.218177E+01 + endloop + endfacet + facet normal -0.7516498904 -0.0122473969 -0.6594485905 + outer loop + vertex 3.5896295E+01 1.4498666E+02 4.8059765E+00 + vertex 3.9182541E+01 1.4499652E+02 1.0600780E+00 + vertex 3.7758363E+01 1.3997671E+02 2.7766084E+00 + endloop + endfacet + facet normal -0.7871140514 -0.012495614 -0.6166808978 + outer loop + vertex 3.7758363E+01 1.3997671E+02 2.7766084E+00 + vertex 4.0863085E+01 1.4000105E+02 -1.186665E+00 + vertex 3.9559053E+01 1.3500000E+02 5.7909990E-01 + endloop + endfacet + facet normal -0.8953633419 0.01289459302 -0.4451496551 + outer loop + vertex 4.5849951E+01 1.4000941E+02 -1.005553E+01 + vertex 4.3577197E+01 1.4001061E+02 -5.484130E+00 + vertex 4.4653104E+01 1.4501137E+02 -7.503327E+00 + endloop + endfacet + facet normal -0.8454397537 0.01275062523 -0.5339185747 + outer loop + vertex 4.3577197E+01 1.4001061E+02 -5.484130E+00 + vertex 4.0863085E+01 1.4000105E+02 -1.186665E+00 + vertex 4.2119546E+01 1.4500784E+02 -3.056655E+00 + endloop + endfacet + facet normal -0.9194843942 0.01276737252 -0.3929191304 + outer loop + vertex 4.6919755E+01 1.3500000E+02 -1.272179E+01 + vertex 4.4916622E+01 1.3500000E+02 -8.034184E+00 + vertex 4.5849951E+01 1.4000941E+02 -1.005553E+01 + endloop + endfacet + facet normal -0.8746882717 0.01276636922 -0.484517747 + outer loop + vertex 4.4916622E+01 1.3500000E+02 -8.034184E+00 + vertex 4.2445509E+01 1.3500000E+02 -3.573143E+00 + vertex 4.3577197E+01 1.4001061E+02 -5.484130E+00 + endloop + endfacet + facet normal -0.6751860494 -0.0122976338 -0.7375449592 + outer loop + vertex 3.1879411E+01 1.5502422E+02 8.5188671E+00 + vertex 3.5559777E+01 1.5502193E+02 5.1497123E+00 + vertex 3.3947912E+01 1.5001109E+02 6.7088444E+00 + endloop + endfacet + facet normal -0.714539326 -0.0121725858 -0.6994893707 + outer loop + vertex 3.3947912E+01 1.5001109E+02 6.7088444E+00 + vertex 3.7422965E+01 1.5001036E+02 3.1590362E+00 + vertex 3.5896295E+01 1.4498666E+02 4.8059765E+00 + endloop + endfacet + facet normal -0.8399806221 0.0129592252 -0.5424616234 + outer loop + vertex 4.3332503E+01 1.5000399E+02 -5.054176E+00 + vertex 4.0563501E+01 1.5000679E+02 -7.664164E-01 + vertex 4.1893249E+01 1.5500293E+02 -2.706124E+00 + endloop + endfacet + facet normal -0.7807850437 0.01253642308 -0.6246739578 + outer loop + vertex 4.0563501E+01 1.5000679E+02 -7.664164E-01 + vertex 3.7422965E+01 1.5001036E+02 3.1590362E+00 + vertex 3.8905143E+01 1.5501286E+02 1.4068435E+00 + endloop + endfacet + facet normal -0.8687959282 0.01301828737 -0.4949991508 + outer loop + vertex 4.4653104E+01 1.4501137E+02 -7.503327E+00 + vertex 4.2119546E+01 1.4500784E+02 -3.056655E+00 + vertex 4.3332503E+01 1.5000399E+02 -5.054176E+00 + endloop + endfacet + facet normal -0.8140136227 0.01266605368 -0.5807076658 + outer loop + vertex 4.2119546E+01 1.4500784E+02 -3.056655E+00 + vertex 3.9182541E+01 1.4499652E+02 1.0600780E+00 + vertex 4.0563501E+01 1.5000679E+02 -7.664164E-01 + endloop + endfacet + facet normal -0.9961925196 0.01290019647 -0.0862209304 + outer loop + vertex 4.9968723E+01 1.7999097E+02 -2.823174E+01 + vertex 4.9529689E+01 1.7999727E+02 -2.315823E+01 + vertex 4.9796791E+01 1.8499395E+02 -2.549671E+01 + endloop + endfacet + facet normal -0.9823038925 0.01277374408 -0.1868579519 + outer loop + vertex 4.9529689E+01 1.7999727E+02 -2.315823E+01 + vertex 4.8582778E+01 1.8000326E+02 -1.817995E+01 + vertex 4.9083783E+01 1.8500142E+02 -2.047203E+01 + endloop + endfacet + facet normal -0.9996321114 0.01303766727 0.02378362877 + outer loop + vertex 4.9859421E+01 1.6999408E+02 -3.374676E+01 + vertex 4.9981170E+01 1.6999094E+02 -2.862789E+01 + vertex 4.9990267E+01 1.7499111E+02 -3.098650E+01 + endloop + endfacet + facet normal -0.9994227017 0.0129899958 -0.0313930461 + outer loop + vertex 4.9990267E+01 1.7499111E+02 -3.098650E+01 + vertex 4.9829845E+01 1.7499302E+02 -2.587852E+01 + vertex 4.9968723E+01 1.7999097E+02 -2.823174E+01 + endloop + endfacet + facet normal -0.9968291875 0.01299246617 -0.0785032918 + outer loop + vertex 4.9981170E+01 1.6999094E+02 -2.862789E+01 + vertex 4.9579983E+01 1.6999638E+02 -2.353276E+01 + vertex 4.9829845E+01 1.7499302E+02 -2.587852E+01 + endloop + endfacet + facet normal -0.9910302822 0.01286545484 -0.1330167649 + outer loop + vertex 4.9829845E+01 1.7499302E+02 -2.587852E+01 + vertex 4.9153378E+01 1.7500064E+02 -2.083783E+01 + vertex 4.9529689E+01 1.7999727E+02 -2.315823E+01 + endloop + endfacet + facet normal -0.9930425781 0.0127634704 0.11706208593 + outer loop + vertex 4.9295847E+01 1.8000077E+02 -3.836178E+01 + vertex 4.9889092E+01 1.7999320E+02 -3.332844E+01 + vertex 4.9679837E+01 1.8499791E+02 -3.564923E+01 + endloop + endfacet + facet normal -0.9997944078 0.01292113024 0.01562646788 + outer loop + vertex 4.9889092E+01 1.7999320E+02 -3.332844E+01 + vertex 4.9968723E+01 1.7999097E+02 -2.823174E+01 + vertex 4.9996620E+01 1.8499114E+02 -3.058135E+01 + endloop + endfacet + facet normal -0.9742563516 0.01257838697 0.22509185999 + outer loop + vertex 4.8088272E+01 1.6999809E+02 -4.369372E+01 + vertex 4.9221486E+01 1.6999904E+02 -3.878893E+01 + vertex 4.8764710E+01 1.7500112E+02 -4.104550E+01 + endloop + endfacet + facet normal -0.985125734 0.01266800298 0.17136747009 + outer loop + vertex 4.8764710E+01 1.7500112E+02 -4.104550E+01 + vertex 4.9630227E+01 1.7499663E+02 -3.606964E+01 + vertex 4.9295847E+01 1.8000077E+02 -3.836178E+01 + endloop + endfacet + facet normal -0.9920079086 0.01283539849 0.12552116121 + outer loop + vertex 4.9221486E+01 1.6999904E+02 -3.878893E+01 + vertex 4.9859421E+01 1.6999408E+02 -3.374676E+01 + vertex 4.9630227E+01 1.7499663E+02 -3.606964E+01 + endloop + endfacet + facet normal -0.997416842 0.01290869116 0.07066122758 + outer loop + vertex 4.9630227E+01 1.7499663E+02 -3.606964E+01 + vertex 4.9990267E+01 1.7499111E+02 -3.098650E+01 + vertex 4.9889092E+01 1.7999320E+02 -3.332844E+01 + endloop + endfacet + facet normal -0.9689044858 0.01276576523 -0.2471055089 + outer loop + vertex 4.9012707E+01 1.9500162E+02 -2.011291E+01 + vertex 4.7761385E+01 1.9500240E+02 -1.520642E+01 + vertex 4.8403856E+01 2.0000000E+02 -1.746737E+01 + endloop + endfacet + facet normal -0.9389463899 0.01276233414 -0.3438267 + outer loop + vertex 4.7761385E+01 1.9500240E+02 -1.520642E+01 + vertex 4.6020146E+01 1.9499908E+02 -1.045144E+01 + vertex 4.6887607E+01 2.0000000E+02 -1.263474E+01 + endloop + endfacet + facet normal -0.9899976489 0.01281322192 -0.1405008058 + outer loop + vertex 4.9796791E+01 1.8499395E+02 -2.549671E+01 + vertex 4.9083783E+01 1.8500142E+02 -2.047203E+01 + vertex 4.9477347E+01 1.8999852E+02 -2.278945E+01 + endloop + endfacet + facet normal -0.9808902472 0.01276577411 -0.1941426228 + outer loop + vertex 4.9477347E+01 1.8999852E+02 -2.278945E+01 + vertex 4.8494009E+01 1.9000356E+02 -1.782088E+01 + vertex 4.9012707E+01 1.9500162E+02 -2.011291E+01 + endloop + endfacet + facet normal -0.9706955485 0.01273831911 -0.239974764 + outer loop + vertex 4.9083783E+01 1.8500142E+02 -2.047203E+01 + vertex 4.7869399E+01 1.8500331E+02 -1.555975E+01 + vertex 4.8494009E+01 1.9000356E+02 -1.782088E+01 + endloop + endfacet + facet normal -0.9562340626 0.01274529962 -0.2923251183 + outer loop + vertex 4.8494009E+01 1.9000356E+02 -1.782088E+01 + vertex 4.7014453E+01 1.9000128E+02 -1.298115E+01 + vertex 4.7761385E+01 1.9500240E+02 -1.520642E+01 + endloop + endfacet + facet normal -0.998817214 0.01278128019 -0.0469128104 + outer loop + vertex 4.9999639E+01 1.9499430E+02 -3.018998E+01 + vertex 4.9761765E+01 1.9499630E+02 -2.512489E+01 + vertex 4.9935825E+01 2.0000000E+02 -2.746754E+01 + endloop + endfacet + facet normal -0.988932749 0.0127786724 -0.1478131369 + outer loop + vertex 4.9761765E+01 1.9499630E+02 -2.512489E+01 + vertex 4.9012707E+01 1.9500162E+02 -2.011291E+01 + vertex 4.9423416E+01 2.0000000E+02 -2.242861E+01 + endloop + endfacet + facet normal -0.9979690022 0.01281912382 0.06239824354 + outer loop + vertex 4.9679837E+01 1.8499791E+02 -3.564923E+01 + vertex 4.9996620E+01 1.8499114E+02 -3.058135E+01 + vertex 4.9914621E+01 1.8999459E+02 -3.292072E+01 + endloop + endfacet + facet normal -0.9998884947 0.01282078732 0.00765673362 + outer loop + vertex 4.9914621E+01 1.8999459E+02 -3.292072E+01 + vertex 4.9953468E+01 1.8999202E+02 -2.784338E+01 + vertex 4.9999639E+01 1.9499430E+02 -3.018998E+01 + endloop + endfacet + facet normal -0.999145447 0.01288099494 -0.0392741104 + outer loop + vertex 4.9996620E+01 1.8499114E+02 -3.058135E+01 + vertex 4.9796791E+01 1.8499395E+02 -2.549671E+01 + vertex 4.9953468E+01 1.8999202E+02 -2.784338E+01 + endloop + endfacet + facet normal -0.9955083885 0.01282025346 -0.0938013304 + outer loop + vertex 4.9953468E+01 1.8999202E+02 -2.784338E+01 + vertex 4.9477347E+01 1.8999852E+02 -2.278945E+01 + vertex 4.9761765E+01 1.9499630E+02 -2.512489E+01 + endloop + endfacet + facet normal -0.8812405182 0.01286367417 -0.4724930423 + outer loop + vertex 4.5209709E+01 1.7999492E+02 -8.643918E+00 + vertex 4.2807148E+01 1.7999073E+02 -4.163049E+00 + vertex 4.3980534E+01 1.8499453E+02 -6.215285E+00 + endloop + endfacet + facet normal -0.8286942833 0.01286634022 -0.5595536097 + outer loop + vertex 4.2807148E+01 1.7999073E+02 -4.163049E+00 + vertex 3.9962194E+01 1.7999233E+02 5.0341275E-02 + vertex 4.1343118E+01 1.8499416E+02 -1.879784E+00 + endloop + endfacet + facet normal -0.9273900053 0.01285199352 -0.3738751186 + outer loop + vertex 4.7263130E+01 1.7000064E+02 -1.368447E+01 + vertex 4.5362901E+01 1.6999224E+02 -8.971276E+00 + vertex 4.6305520E+01 1.7499746E+02 -1.113737E+01 + endloop + endfacet + facet normal -0.905649975 0.01288235977 -0.4238303523 + outer loop + vertex 4.6305520E+01 1.7499746E+02 -1.113737E+01 + vertex 4.4148901E+01 1.7499008E+02 -6.529283E+00 + vertex 4.5209709E+01 1.7999492E+02 -8.643918E+00 + endloop + endfacet + facet normal -0.8845020669 0.01301550222 -0.4663546829 + outer loop + vertex 4.5362901E+01 1.6999224E+02 -8.971276E+00 + vertex 4.2978811E+01 1.6998933E+02 -4.449622E+00 + vertex 4.4148901E+01 1.7499008E+02 -6.529283E+00 + endloop + endfacet + facet normal -0.8578114138 0.01295900029 -0.5138011704 + outer loop + vertex 4.4148901E+01 1.7499008E+02 -6.529283E+00 + vertex 4.1527703E+01 1.7498969E+02 -2.153099E+00 + vertex 4.2807148E+01 1.7999073E+02 -4.163049E+00 + endloop + endfacet + facet normal -0.9583788679 0.01272624402 -0.2852156872 + outer loop + vertex 4.8582778E+01 1.8000326E+02 -1.817995E+01 + vertex 4.7140070E+01 1.8000148E+02 -1.333225E+01 + vertex 4.7869399E+01 1.8500331E+02 -1.555975E+01 + endloop + endfacet + facet normal -0.9246177446 0.01279079511 -0.3806815231 + outer loop + vertex 4.7140070E+01 1.8000148E+02 -1.333225E+01 + vertex 4.5209709E+01 1.7999492E+02 -8.643918E+00 + vertex 4.6163997E+01 1.8499880E+02 -1.079361E+01 + endloop + endfacet + facet normal -0.9836789791 0.01279601724 -0.1794768174 + outer loop + vertex 4.9579983E+01 1.6999638E+02 -2.353276E+01 + vertex 4.8669631E+01 1.7000292E+02 -1.854282E+01 + vertex 4.9153378E+01 1.7500064E+02 -2.083783E+01 + endloop + endfacet + facet normal -0.9724577596 0.01273083332 -0.2327312432 + outer loop + vertex 4.9153378E+01 1.7500064E+02 -2.083783E+01 + vertex 4.7975897E+01 1.7500334E+02 -1.591763E+01 + vertex 4.8582778E+01 1.8000326E+02 -1.817995E+01 + endloop + endfacet + facet normal -0.9604808646 0.01272497544 -0.2780550014 + outer loop + vertex 4.8669631E+01 1.7000292E+02 -1.854282E+01 + vertex 4.7263130E+01 1.7000064E+02 -1.368447E+01 + vertex 4.7975897E+01 1.7500334E+02 -1.591763E+01 + endloop + endfacet + facet normal -0.9439533102 0.0127562928 -0.3298324198 + outer loop + vertex 4.7975897E+01 1.7500334E+02 -1.591763E+01 + vertex 4.6305520E+01 1.7499746E+02 -1.113737E+01 + vertex 4.7140070E+01 1.8000148E+02 -1.333225E+01 + endloop + endfacet + facet normal -0.7929466191 0.01275890888 -0.6091575079 + outer loop + vertex 4.1142051E+01 1.9499972E+02 -1.586418E+00 + vertex 3.8057603E+01 1.9500132E+02 2.4286736E+00 + vertex 3.9538787E+01 2.0000000E+02 6.0529913E-01 + endloop + endfacet + facet normal -0.7272766872 0.01276113066 -0.6862257456 + outer loop + vertex 3.8057603E+01 1.9500132E+02 2.4286736E+00 + vertex 3.4582356E+01 1.9499948E+02 6.1117803E+00 + vertex 3.6239639E+01 2.0000000E+02 4.4483460E+00 + endloop + endfacet + facet normal -0.85426764 0.01281331502 -0.5196754932 + outer loop + vertex 4.3980534E+01 1.8499453E+02 -6.215285E+00 + vertex 4.1343118E+01 1.8499416E+02 -1.879784E+00 + vertex 4.2623250E+01 1.8999655E+02 -3.860784E+00 + endloop + endfacet + facet normal -0.8248167871 0.01276821776 -0.565255907 + outer loop + vertex 4.2623250E+01 1.8999655E+02 -3.860784E+00 + vertex 3.9759559E+01 1.8999878E+02 3.1793905E-01 + vertex 4.1142051E+01 1.9499972E+02 -1.586418E+00 + endloop + endfacet + facet normal -0.7972196115 0.01278820079 -0.6035539355 + outer loop + vertex 4.1343118E+01 1.8499416E+02 -1.879784E+00 + vertex 3.8283155E+01 1.8499620E+02 2.1620901E+00 + vertex 3.9759559E+01 1.8999878E+02 3.1793905E-01 + endloop + endfacet + facet normal -0.7634080203 0.01275454027 -0.6457906134 + outer loop + vertex 3.9759559E+01 1.8999878E+02 3.1793905E-01 + vertex 3.6489606E+01 1.8999923E+02 4.1834559E+00 + vertex 3.8057603E+01 1.9500132E+02 2.4286736E+00 + endloop + endfacet + facet normal -0.8993425637 0.01276798516 -0.4370582704 + outer loop + vertex 4.6020146E+01 1.9499908E+02 -1.045144E+01 + vertex 4.3805794E+01 1.9499766E+02 -5.894972E+00 + vertex 4.4890227E+01 2.0000000E+02 -7.980292E+00 + endloop + endfacet + facet normal -0.8504983481 0.0127669372 -0.5258227507 + outer loop + vertex 4.3805794E+01 1.9499766E+02 -5.894972E+00 + vertex 4.1142051E+01 1.9499972E+02 -1.586418E+00 + vertex 4.2432213E+01 2.0000000E+02 -3.551799E+00 + endloop + endfacet + facet normal -0.941468354 0.01275008569 -0.3368601694 + outer loop + vertex 4.7869399E+01 1.8500331E+02 -1.555975E+01 + vertex 4.6163997E+01 1.8499880E+02 -1.079361E+01 + vertex 4.7014453E+01 1.9000128E+02 -1.298115E+01 + endloop + endfacet + facet normal -0.921767885 0.01277021525 -0.3875317892 + outer loop + vertex 4.7014453E+01 1.9000128E+02 -1.298115E+01 + vertex 4.5051069E+01 1.8999696E+02 -8.311267E+00 + vertex 4.6020146E+01 1.9499908E+02 -1.045144E+01 + endloop + endfacet + facet normal -0.9025378552 0.01280303539 -0.4304201462 + outer loop + vertex 4.6163997E+01 1.8499880E+02 -1.079361E+01 + vertex 4.3980534E+01 1.8499453E+02 -6.215285E+00 + vertex 4.5051069E+01 1.8999696E+02 -8.311267E+00 + endloop + endfacet + facet normal -0.877800728 0.0127886386 -0.4788552314 + outer loop + vertex 4.5051069E+01 1.8999696E+02 -8.311267E+00 + vertex 4.2623250E+01 1.8999655E+02 -3.860784E+00 + vertex 4.3805794E+01 1.9499766E+02 -5.894972E+00 + endloop + endfacet + facet normal -0.955727009 0.01272973276 0.29397931577 + outer loop + vertex 4.6985682E+01 1.4499814E+02 -4.709812E+01 + vertex 4.8472882E+01 1.4499143E+02 -4.226294E+01 + vertex 4.7843420E+01 1.4999735E+02 -4.452609E+01 + endloop + endfacet + facet normal -0.9805619001 0.01277008448 0.19579398628 + outer loop + vertex 4.8472882E+01 1.4499143E+02 -4.226294E+01 + vertex 4.9464933E+01 1.4500083E+02 -3.729523E+01 + vertex 4.9065291E+01 1.4999996E+02 -3.962274E+01 + endloop + endfacet + facet normal -0.9194817174 0.01299207639 0.39291802865 + outer loop + vertex 4.4916620E+01 1.3500000E+02 -5.196582E+01 + vertex 4.6919756E+01 1.3500000E+02 -4.727821E+01 + vertex 4.6005340E+01 1.3999949E+02 -4.958338E+01 + endloop + endfacet + facet normal -0.9386943805 0.01281133558 0.34451230706 + outer loop + vertex 4.6005340E+01 1.3999949E+02 -4.958338E+01 + vertex 4.7750794E+01 1.4000494E+02 -4.482773E+01 + vertex 4.6985682E+01 1.4499814E+02 -4.709812E+01 + endloop + endfacet + facet normal -0.9543846785 0.01240765605 0.29832186561 + outer loop + vertex 4.6919756E+01 1.3500000E+02 -4.727821E+01 + vertex 4.8407339E+01 1.3500000E+02 -4.251916E+01 + vertex 4.7750794E+01 1.4000494E+02 -4.482773E+01 + endloop + endfacet + facet normal -0.9687135432 0.01279633812 0.24785141703 + outer loop + vertex 4.7750794E+01 1.4000494E+02 -4.482773E+01 + vertex 4.9005879E+01 1.3997733E+02 -3.992088E+01 + vertex 4.8472882E+01 1.4499143E+02 -4.226294E+01 + endloop + endfacet + facet normal -0.8768547838 0.01284959946 0.48058357847 + outer loop + vertex 4.2568878E+01 1.4499745E+02 -5.622767E+01 + vertex 4.5010314E+01 1.4500005E+02 -5.177319E+01 + vertex 4.3938309E+01 1.4999309E+02 -5.386263E+01 + endloop + endfacet + facet normal -0.9210694283 0.01282710928 0.38918706752 + outer loop + vertex 4.5010314E+01 1.4500005E+02 -5.177319E+01 + vertex 4.6985682E+01 1.4499814E+02 -4.709812E+01 + vertex 4.6130990E+01 1.4999398E+02 -4.928553E+01 + endloop + endfacet + facet normal -0.8210289489 0.01278935036 0.57074328515 + outer loop + vertex 3.9559050E+01 1.3500000E+02 -6.057910E+01 + vertex 4.2445505E+01 1.3500000E+02 -5.642686E+01 + vertex 4.1108468E+01 1.3999469E+02 -5.846215E+01 + endloop + endfacet + facet normal -0.8499011605 0.01281523027 0.52678628231 + outer loop + vertex 4.1108468E+01 1.3999469E+02 -5.846215E+01 + vertex 4.3778422E+01 1.4000212E+02 -5.415470E+01 + vertex 4.2568878E+01 1.4499745E+02 -5.622767E+01 + endloop + endfacet + facet normal -0.8746856692 0.0129915495 0.48451645972 + outer loop + vertex 4.2445505E+01 1.3500000E+02 -5.642686E+01 + vertex 4.4916620E+01 1.3500000E+02 -5.196582E+01 + vertex 4.3778422E+01 1.4000212E+02 -5.415470E+01 + endloop + endfacet + facet normal -0.8989228982 0.01289903159 0.43791693049 + outer loop + vertex 4.3778422E+01 1.4000212E+02 -5.415470E+01 + vertex 4.6005340E+01 1.3999949E+02 -4.958338E+01 + vertex 4.5010314E+01 1.4500005E+02 -5.177319E+01 + endloop + endfacet + facet normal -0.9909014855 0.01291137306 0.13396843822 + outer loop + vertex 4.9143508E+01 1.6000101E+02 -3.921497E+01 + vertex 4.9826279E+01 1.5999614E+02 -3.416436E+01 + vertex 4.9576349E+01 1.6499810E+02 -3.649505E+01 + endloop + endfacet + facet normal -0.9967884662 0.01301141416 0.07901554721 + outer loop + vertex 4.9576349E+01 1.6499810E+02 -3.649505E+01 + vertex 4.9980527E+01 1.6499219E+02 -3.139534E+01 + vertex 4.9859421E+01 1.6999408E+02 -3.374676E+01 + endloop + endfacet + facet normal -0.9994029217 0.01314572947 0.03195293111 + outer loop + vertex 4.9826279E+01 1.5999614E+02 -3.416436E+01 + vertex 4.9990508E+01 1.5999147E+02 -2.902579E+01 + vertex 4.9980527E+01 1.6499219E+02 -3.139534E+01 + endloop + endfacet + facet normal -0.9996394399 0.0131038237 -0.0234367221 + outer loop + vertex 4.9980527E+01 1.6499219E+02 -3.139534E+01 + vertex 4.9860226E+01 1.6499256E+02 -2.626397E+01 + vertex 4.9981170E+01 1.6999094E+02 -2.862789E+01 + endloop + endfacet + facet normal -0.9702502683 0.01268862392 0.24177141198 + outer loop + vertex 4.7843420E+01 1.4999735E+02 -4.452609E+01 + vertex 4.9065291E+01 1.4999996E+02 -3.962274E+01 + vertex 4.8564534E+01 1.5500098E+02 -4.189479E+01 + endloop + endfacet + facet normal -0.9820243657 0.01277981205 0.18832105994 + outer loop + vertex 4.8564534E+01 1.5500098E+02 -4.189479E+01 + vertex 4.9519592E+01 1.5500040E+02 -3.691448E+01 + vertex 4.9143508E+01 1.6000101E+02 -3.921497E+01 + endloop + endfacet + facet normal -0.9897637377 0.01294524452 0.14212728186 + outer loop + vertex 4.9065291E+01 1.4999996E+02 -3.962274E+01 + vertex 4.9790414E+01 1.5000230E+02 -3.457326E+01 + vertex 4.9519592E+01 1.5500040E+02 -3.691448E+01 + endloop + endfacet + facet normal -0.9960956222 0.01308927184 0.08730511047 + outer loop + vertex 4.9519592E+01 1.5500040E+02 -3.691448E+01 + vertex 4.9967450E+01 1.5499483E+02 -3.180387E+01 + vertex 4.9826279E+01 1.5999614E+02 -3.416436E+01 + endloop + endfacet + facet normal -0.9437627193 0.01259687941 0.33038348659 + outer loop + vertex 4.6299195E+01 1.5998944E+02 -4.887815E+01 + vertex 4.7964063E+01 1.5999698E+02 -4.412263E+01 + vertex 4.7266591E+01 1.6499320E+02 -4.630550E+01 + endloop + endfacet + facet normal -0.9604640014 0.01254859072 0.27812125937 + outer loop + vertex 4.7266591E+01 1.6499320E+02 -4.630550E+01 + vertex 4.8665428E+01 1.6499905E+02 -4.147502E+01 + vertex 4.8088272E+01 1.6999809E+02 -4.369372E+01 + endloop + endfacet + facet normal -0.9722395659 0.01265348016 0.23364527808 + outer loop + vertex 4.7964063E+01 1.5999698E+02 -4.412263E+01 + vertex 4.9143508E+01 1.6000101E+02 -3.921497E+01 + vertex 4.8665428E+01 1.6499905E+02 -4.147502E+01 + endloop + endfacet + facet normal -0.9835989944 0.01273184913 0.17991919937 + outer loop + vertex 4.8665428E+01 1.6499905E+02 -4.147502E+01 + vertex 4.9576349E+01 1.6499810E+02 -3.649505E+01 + vertex 4.9221486E+01 1.6999904E+02 -3.878893E+01 + endloop + endfacet + facet normal -0.9017823032 0.01280042265 0.43200095702 + outer loop + vertex 4.3938309E+01 1.4999309E+02 -5.386263E+01 + vertex 4.6130990E+01 1.4999398E+02 -4.928553E+01 + vertex 4.5187629E+01 1.5498902E+02 -5.140276E+01 + endloop + endfacet + facet normal -0.9241748545 0.01269678261 0.38175860178 + outer loop + vertex 4.5187629E+01 1.5498902E+02 -5.140276E+01 + vertex 4.7118542E+01 1.5499415E+02 -4.672851E+01 + vertex 4.6299195E+01 1.5998944E+02 -4.887815E+01 + endloop + endfacet + facet normal -0.9408753734 0.01271447308 0.33851421534 + outer loop + vertex 4.6130990E+01 1.4999398E+02 -4.928553E+01 + vertex 4.7843420E+01 1.4999735E+02 -4.452609E+01 + vertex 4.7118542E+01 1.5499415E+02 -4.672851E+01 + endloop + endfacet + facet normal -0.9579792575 0.01264368582 0.28655868416 + outer loop + vertex 4.7118542E+01 1.5499415E+02 -4.672851E+01 + vertex 4.8564534E+01 1.5500098E+02 -4.189479E+01 + vertex 4.7964063E+01 1.5999698E+02 -4.412263E+01 + endloop + endfacet + facet normal -0.9938404359 0.01299682203 -0.1100557609 + outer loop + vertex 4.9912300E+01 1.4502238E+02 -2.703988E+01 + vertex 4.9349564E+01 1.4499589E+02 -2.196131E+01 + vertex 4.9672601E+01 1.4999998E+02 -2.428749E+01 + endloop + endfacet + facet normal -0.9775143372 0.01271261568 -0.2104854151 + outer loop + vertex 4.9349564E+01 1.4499589E+02 -2.196131E+01 + vertex 4.8284362E+01 1.4499260E+02 -1.701461E+01 + vertex 4.8835427E+01 1.4999824E+02 -1.927148E+01 + endloop + endfacet + facet normal -0.999930909 0.01175487701 -1.820280E-08 + outer loop + vertex 4.9940214E+01 1.3500000E+02 -3.244439E+01 + vertex 4.9940214E+01 1.3500000E+02 -2.755561E+01 + vertex 4.9999620E+01 1.4005338E+02 -2.980498E+01 + endloop + endfacet + facet normal -0.9984250681 0.0128444251 -0.0546113916 + outer loop + vertex 4.9999620E+01 1.4005338E+02 -2.980498E+01 + vertex 4.9721589E+01 1.4001530E+02 -2.473089E+01 + vertex 4.9912300E+01 1.4502238E+02 -2.703988E+01 + endloop + endfacet + facet normal -0.9950064167 0.01240586763 -0.0990369888 + outer loop + vertex 4.9940214E+01 1.3500000E+02 -2.755561E+01 + vertex 4.9442230E+01 1.3500000E+02 -2.255246E+01 + vertex 4.9721589E+01 1.4001530E+02 -2.473089E+01 + endloop + endfacet + facet normal -0.9877339901 0.01275949075 -0.1556237778 + outer loop + vertex 4.9721589E+01 1.4001530E+02 -2.473089E+01 + vertex 4.8930844E+01 1.3997448E+02 -1.971542E+01 + vertex 4.9349564E+01 1.4499589E+02 -2.196131E+01 + endloop + endfacet + facet normal -0.995398275 0.01311769555 0.0949220741 + outer loop + vertex 4.9464933E+01 1.4500083E+02 -3.729523E+01 + vertex 4.9951946E+01 1.4502553E+02 -3.219159E+01 + vertex 4.9790414E+01 1.5000230E+02 -3.457326E+01 + endloop + endfacet + facet normal -0.9998825414 0.01325961564 -0.0076867401 + outer loop + vertex 4.9951946E+01 1.4502553E+02 -3.219159E+01 + vertex 4.9912300E+01 1.4502238E+02 -2.703988E+01 + vertex 4.9996658E+01 1.5000279E+02 -2.942193E+01 + endloop + endfacet + facet normal -0.9797204896 0.01345299387 0.19991693085 + outer loop + vertex 4.8407339E+01 1.3500000E+02 -4.251916E+01 + vertex 4.9442231E+01 1.3500000E+02 -3.744754E+01 + vertex 4.9005879E+01 1.3997733E+02 -3.992088E+01 + endloop + endfacet + facet normal -0.9888777732 0.01292149402 0.14816809578 + outer loop + vertex 4.9005879E+01 1.3997733E+02 -3.992088E+01 + vertex 4.9760403E+01 1.4002125E+02 -3.488900E+01 + vertex 4.9464933E+01 1.4500083E+02 -3.729523E+01 + endloop + endfacet + facet normal -0.9950041947 0.01258515092 0.09903669251 + outer loop + vertex 4.9442231E+01 1.3500000E+02 -3.744754E+01 + vertex 4.9940214E+01 1.3500000E+02 -3.244439E+01 + vertex 4.9760403E+01 1.4002125E+02 -3.488900E+01 + endloop + endfacet + facet normal -0.9988150302 0.01294229411 0.04691516265 + outer loop + vertex 4.9760403E+01 1.4002125E+02 -3.488900E+01 + vertex 4.9999620E+01 1.4005338E+02 -2.980498E+01 + vertex 4.9951946E+01 1.4502553E+02 -3.219159E+01 + endloop + endfacet + facet normal -0.962515216 0.01274306156 -0.2709281702 + outer loop + vertex 4.8753593E+01 1.6000191E+02 -1.890553E+01 + vertex 4.7382216E+01 1.5999959E+02 -1.403361E+01 + vertex 4.8079481E+01 1.6500253E+02 -1.627544E+01 + endloop + endfacet + facet normal -0.9463639821 0.01279048096 -0.322849217 + outer loop + vertex 4.8079481E+01 1.6500253E+02 -1.627544E+01 + vertex 4.6442399E+01 1.6499592E+02 -1.147694E+01 + vertex 4.7263130E+01 1.7000064E+02 -1.368447E+01 + endloop + endfacet + facet normal -0.9300706794 0.01292776136 -0.3671531075 + outer loop + vertex 4.7382216E+01 1.5999959E+02 -1.403361E+01 + vertex 4.5511268E+01 1.5999379E+02 -9.294337E+00 + vertex 4.6442399E+01 1.6499592E+02 -1.147694E+01 + endloop + endfacet + facet normal -0.9086359903 0.01300189741 -0.4173866167 + outer loop + vertex 4.6442399E+01 1.6499592E+02 -1.147694E+01 + vertex 4.4309658E+01 1.6499081E+02 -6.834201E+00 + vertex 4.5362901E+01 1.6999224E+02 -8.971276E+00 + endloop + endfacet + facet normal -0.9862756692 0.01286069657 -0.1646053062 + outer loop + vertex 4.9672601E+01 1.4999998E+02 -2.428749E+01 + vertex 4.8835427E+01 1.4999824E+02 -1.927148E+01 + vertex 4.9285160E+01 1.5499916E+02 -2.157546E+01 + endloop + endfacet + facet normal -0.9758232581 0.01275894004 -0.218188401 + outer loop + vertex 4.9285160E+01 1.5499916E+02 -2.157546E+01 + vertex 4.8179958E+01 1.5500120E+02 -1.663244E+01 + vertex 4.8753593E+01 1.6000191E+02 -1.890553E+01 + endloop + endfacet + facet normal -0.9645117685 0.01275080952 -0.2637318054 + outer loop + vertex 4.8835427E+01 1.4999824E+02 -1.927148E+01 + vertex 4.7499992E+01 1.5000012E+02 -1.438748E+01 + vertex 4.8179958E+01 1.5500120E+02 -1.663244E+01 + endloop + endfacet + facet normal -0.9487082212 0.01282950499 -0.3158925685 + outer loop + vertex 4.8179958E+01 1.5500120E+02 -1.663244E+01 + vertex 4.6576075E+01 1.5499805E+02 -1.181569E+01 + vertex 4.7382216E+01 1.5999959E+02 -1.403361E+01 + endloop + endfacet + facet normal -0.9974084291 0.01308636542 -0.0707472446 + outer loop + vertex 4.9990508E+01 1.5999147E+02 -2.902579E+01 + vertex 4.9627646E+01 1.5999580E+02 -2.390929E+01 + vertex 4.9860226E+01 1.6499256E+02 -2.626397E+01 + endloop + endfacet + facet normal -0.992012963 0.01292745193 -0.1254717587 + outer loop + vertex 4.9860226E+01 1.6499256E+02 -2.626397E+01 + vertex 4.9220577E+01 1.6499996E+02 -2.120598E+01 + vertex 4.9579983E+01 1.6999638E+02 -2.353276E+01 + endloop + endfacet + facet normal -0.9850002974 0.01283110461 -0.1720749166 + outer loop + vertex 4.9627646E+01 1.5999580E+02 -2.390929E+01 + vertex 4.8753593E+01 1.6000191E+02 -1.890553E+01 + vertex 4.9220577E+01 1.6499996E+02 -2.120598E+01 + endloop + endfacet + facet normal -0.9741685162 0.01273832803 -0.2254627176 + outer loop + vertex 4.9220577E+01 1.6499996E+02 -2.120598E+01 + vertex 4.8079481E+01 1.6500253E+02 -1.627544E+01 + vertex 4.8669631E+01 1.7000292E+02 -1.854282E+01 + endloop + endfacet + facet normal -0.9991119394 0.01324023238 0.04000035978 + outer loop + vertex 4.9790414E+01 1.5000230E+02 -3.457326E+01 + vertex 4.9996658E+01 1.5000279E+02 -2.942193E+01 + vertex 4.9967450E+01 1.5499483E+02 -3.180387E+01 + endloop + endfacet + facet normal -0.9997932149 0.01320973312 -0.0154606099 + outer loop + vertex 4.9967450E+01 1.5499483E+02 -3.180387E+01 + vertex 4.9887769E+01 1.5499406E+02 -2.665179E+01 + vertex 4.9990508E+01 1.5999147E+02 -2.902579E+01 + endloop + endfacet + facet normal -0.9979279633 0.01318106727 -0.0629764992 + outer loop + vertex 4.9996658E+01 1.5000279E+02 -2.942193E+01 + vertex 4.9672601E+01 1.4999998E+02 -2.428749E+01 + vertex 4.9887769E+01 1.5499406E+02 -2.665179E+01 + endloop + endfacet + facet normal -0.9929422392 0.01299779115 -0.1178845492 + outer loop + vertex 4.9887769E+01 1.5499406E+02 -2.665179E+01 + vertex 4.9285160E+01 1.5499916E+02 -2.157546E+01 + vertex 4.9627646E+01 1.5999580E+02 -2.390929E+01 + endloop + endfacet + facet normal -0.0529961595 0.01228812478 0.99851910801 + outer loop + vertex 5.2806112E+00 1.7005174E+02 -7.972037E+01 + vertex 3.5292444E+00 1.7508702E+02 -7.987529E+01 + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1163574444 -0.0099150878 0.993157911 + outer loop + vertex 8.0835034E+00 1.7503421E+02 -7.934224E+01 + vertex 3.5292444E+00 1.7508702E+02 -7.987529E+01 + vertex 5.2806112E+00 1.7005174E+02 -7.972037E+01 + endloop + endfacet + facet normal -0.0353144711 0.0 0.99937624953 + outer loop + vertex -6.123234E-15 1.7500000E+02 -8.000000E+01 + vertex 3.5292444E+00 1.7508702E+02 -7.987529E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.0559171655 0.0140645462 0.9983363457 + outer loop + vertex 5.5719145E+00 1.8004633E+02 -7.968857E+01 + vertex 3.6860542E+00 1.8499732E+02 -7.986394E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1207862951 -0.0108469929 0.99261926924 + outer loop + vertex 8.3856418E+00 1.8502329E+02 -7.929179E+01 + vertex 3.6860542E+00 1.8499732E+02 -7.986394E+01 + vertex 5.5719145E+00 1.8004633E+02 -7.968857E+01 + endloop + endfacet + facet normal -0.1161240542 0.0104360413 0.99317988959 + outer loop + vertex 3.5292444E+00 1.7508702E+02 -7.987529E+01 + vertex 8.0835034E+00 1.7503421E+02 -7.934224E+01 + vertex 5.5719145E+00 1.8004633E+02 -7.968857E+01 + endloop + endfacet + facet normal -0.1614251183 0.01259174516 0.98680463068 + outer loop + vertex 5.5719145E+00 1.8004633E+02 -7.968857E+01 + vertex 1.0558368E+01 1.8001737E+02 -7.887250E+01 + vertex 8.3856418E+00 1.8502329E+02 -7.929179E+01 + endloop + endfacet + facet normal -0.3011798885 -0.011576541 0.95349706788 + outer loop + vertex 1.7340732E+01 1.7497099E+02 -7.689668E+01 + vertex 1.2741365E+01 1.7498348E+02 -7.834933E+01 + vertex 1.4863073E+01 1.6998741E+02 -7.773981E+01 + endloop + endfacet + facet normal -0.208588688 -0.0111773713 0.97793958177 + outer loop + vertex 1.2741365E+01 1.7498348E+02 -7.834933E+01 + vertex 8.0835034E+00 1.7503421E+02 -7.934224E+01 + vertex 1.0151088E+01 1.7000587E+02 -7.895871E+01 + endloop + endfacet + facet normal -0.3978923316 -0.0115532087 0.91735937115 + outer loop + vertex 2.2085627E+01 1.8499565E+02 -7.485783E+01 + vertex 1.7656894E+01 1.8500923E+02 -7.677856E+01 + vertex 1.9762572E+01 1.7997559E+02 -7.592865E+01 + endloop + endfacet + facet normal -0.3505506652 -0.0115018542 0.93647313816 + outer loop + vertex 1.9762572E+01 1.7997559E+02 -7.592865E+01 + vertex 1.5252051E+01 1.7998490E+02 -7.761696E+01 + vertex 1.7340732E+01 1.7497099E+02 -7.689668E+01 + endloop + endfacet + facet normal -0.3078819351 -0.0113857776 0.95135644114 + outer loop + vertex 1.7656894E+01 1.8500923E+02 -7.677856E+01 + vertex 1.3093157E+01 1.8503005E+02 -7.825525E+01 + vertex 1.5252051E+01 1.7998490E+02 -7.761696E+01 + endloop + endfacet + facet normal -0.2584672201 -0.0116967895 0.96594921256 + outer loop + vertex 1.5252051E+01 1.7998490E+02 -7.761696E+01 + vertex 1.0558368E+01 1.8001737E+02 -7.887250E+01 + vertex 1.2741365E+01 1.7498348E+02 -7.834933E+01 + endloop + endfacet + facet normal -0.1618678593 -0.0129289522 0.98672774276 + outer loop + vertex 1.0611774E+01 1.9003600E+02 -7.886093E+01 + vertex 5.5753379E+00 1.8995560E+02 -7.968818E+01 + vertex 8.3856418E+00 1.8502329E+02 -7.929179E+01 + endloop + endfacet + facet normal -0.0559466852 -0.0140712546 0.99833459732 + outer loop + vertex 5.5753379E+00 1.8995560E+02 -7.968818E+01 + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + vertex 3.6860542E+00 1.8499732E+02 -7.986394E+01 + endloop + endfacet + facet normal -0.0557161134 0.01488937621 0.99833562552 + outer loop + vertex 5.5753379E+00 1.8995560E+02 -7.968818E+01 + vertex 3.4951660E+00 1.9487792E+02 -7.987769E+01 + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1154973963 -0.010569923 0.99325154326 + outer loop + vertex 8.0687588E+00 1.9499114E+02 -7.934466E+01 + vertex 3.4951660E+00 1.9487792E+02 -7.987769E+01 + vertex 5.5753379E+00 1.8995560E+02 -7.968818E+01 + endloop + endfacet + facet normal -0.1514163129 -0.0123050427 0.98839348749 + outer loop + vertex 1.0064926E+01 2.0000000E+02 -7.897650E+01 + vertex 5.0584161E+00 2.0000000E+02 -7.974347E+01 + vertex 8.0687588E+00 1.9499114E+02 -7.934466E+01 + endloop + endfacet + facet normal -0.0506462626 -0.0107123731 0.9986592017 + outer loop + vertex 5.0584161E+00 2.0000000E+02 -7.974347E+01 + vertex -6.123234E-15 2.0000000E+02 -8.000000E+01 + vertex 3.4951660E+00 1.9487792E+02 -7.987769E+01 + endloop + endfacet + facet normal -0.1622712811 0.01304050461 0.98666001063 + outer loop + vertex 5.5753379E+00 1.8995560E+02 -7.968818E+01 + vertex 1.0611774E+01 1.9003600E+02 -7.886093E+01 + vertex 8.0687588E+00 1.9499114E+02 -7.934466E+01 + endloop + endfacet + facet normal -0.2095193868 0.01163403475 0.97773527899 + outer loop + vertex 8.0687588E+00 1.9499114E+02 -7.934466E+01 + vertex 1.2846887E+01 1.9504567E+02 -7.832140E+01 + vertex 1.0064926E+01 2.0000000E+02 -7.897650E+01 + endloop + endfacet + facet normal -0.4428009608 -0.0118964159 0.89654101102 + outer loop + vertex 2.4306422E+01 1.9001585E+02 -7.369437E+01 + vertex 1.9919552E+01 1.9003523E+02 -7.586078E+01 + vertex 2.2085627E+01 1.8499565E+02 -7.485783E+01 + endloop + endfacet + facet normal -0.3533737682 -0.011726315 0.93540872003 + outer loop + vertex 1.9919552E+01 1.9003523E+02 -7.586078E+01 + vertex 1.5374657E+01 1.9005238E+02 -7.757752E+01 + vertex 1.7656894E+01 1.8500923E+02 -7.677856E+01 + endloop + endfacet + facet normal -0.2601230556 -0.0121224552 0.96549937442 + outer loop + vertex 1.5374657E+01 1.9005238E+02 -7.757752E+01 + vertex 1.0611774E+01 1.9003600E+02 -7.886093E+01 + vertex 1.3093157E+01 1.8503005E+02 -7.825525E+01 + endloop + endfacet + facet normal -0.5289201297 -0.0128803997 0.84857385754 + outer loop + vertex 2.8563411E+01 2.0000000E+02 -7.103817E+01 + vertex 2.4265098E+01 2.0000000E+02 -7.371733E+01 + vertex 2.6457116E+01 1.9501815E+02 -7.242665E+01 + endloop + endfacet + facet normal -0.4862173825 -0.0123864004 0.87375009816 + outer loop + vertex 2.6457116E+01 1.9501815E+02 -7.242665E+01 + vertex 2.2104199E+01 1.9503560E+02 -7.484868E+01 + vertex 2.4306422E+01 1.9001585E+02 -7.369437E+01 + endloop + endfacet + facet normal -0.3043856648 0.0122019552 0.95247072361 + outer loop + vertex 1.2846887E+01 1.9504567E+02 -7.832140E+01 + vertex 1.7555512E+01 1.9505086E+02 -7.681671E+01 + vertex 1.4968156E+01 2.0000000E+02 -7.770696E+01 + endloop + endfacet + facet normal -0.397019896 0.01235221501 0.91772687927 + outer loop + vertex 1.7555512E+01 1.9505086E+02 -7.681671E+01 + vertex 2.2104199E+01 1.9503560E+02 -7.484868E+01 + vertex 1.9717793E+01 2.0000000E+02 -7.594789E+01 + endloop + endfacet + facet normal -0.2602007874 0.01211130644 0.96547856864 + outer loop + vertex 1.0611774E+01 1.9003600E+02 -7.886093E+01 + vertex 1.5374657E+01 1.9005238E+02 -7.757752E+01 + vertex 1.2846887E+01 1.9504567E+02 -7.832140E+01 + endloop + endfacet + facet normal -0.3532960746 0.01176329751 0.93543760269 + outer loop + vertex 1.5374657E+01 1.9005238E+02 -7.757752E+01 + vertex 1.9919552E+01 1.9003523E+02 -7.586078E+01 + vertex 1.7555512E+01 1.9505086E+02 -7.681671E+01 + endloop + endfacet + facet normal -0.6478397171 -0.0123946115 0.76167583298 + outer loop + vertex 3.4252335E+01 1.8501475E+02 -6.642496E+01 + vertex 3.0457555E+01 1.8500741E+02 -6.965271E+01 + vertex 3.2311451E+01 1.8001197E+02 -6.815718E+01 + endloop + endfacet + facet normal -0.6074504969 -0.0123248859 0.7942619159 + outer loop + vertex 3.2311451E+01 1.8001197E+02 -6.815718E+01 + vertex 2.8365270E+01 1.8000143E+02 -7.117537E+01 + vertex 3.0276676E+01 1.7500984E+02 -6.979099E+01 + endloop + endfacet + facet normal -0.5652163116 -0.0122969515 0.82485108117 + outer loop + vertex 3.0276676E+01 1.7500984E+02 -6.979099E+01 + vertex 2.6181569E+01 1.7499986E+02 -7.259725E+01 + vertex 2.8137709E+01 1.7001046E+02 -7.133121E+01 + endloop + endfacet + facet normal -0.4396845335 0.01190013818 0.89807343671 + outer loop + vertex 1.9762572E+01 1.7997559E+02 -7.592865E+01 + vertex 2.4154098E+01 1.7998614E+02 -7.377876E+01 + vertex 2.2085627E+01 1.8499565E+02 -7.485783E+01 + endloop + endfacet + facet normal -0.5258313289 0.01223411394 0.85050087597 + outer loop + vertex 2.4154098E+01 1.7998614E+02 -7.377876E+01 + vertex 2.8365270E+01 1.8000143E+02 -7.117537E+01 + vertex 2.6376159E+01 1.8499762E+02 -7.247703E+01 + endloop + endfacet + facet normal -0.3435587473 0.01193593481 0.93905533417 + outer loop + vertex 1.4863073E+01 1.6998741E+02 -7.773981E+01 + vertex 1.9452630E+01 1.6999424E+02 -7.606078E+01 + vertex 1.7340732E+01 1.7497099E+02 -7.689668E+01 + endloop + endfacet + facet normal -0.3922871216 0.01192714277 0.9197654905 + outer loop + vertex 1.7340732E+01 1.7497099E+02 -7.689668E+01 + vertex 2.1840923E+01 1.7498380E+02 -7.497748E+01 + vertex 1.9762572E+01 1.7997559E+02 -7.592865E+01 + endloop + endfacet + facet normal -0.4340980914 0.01221384588 0.90078280898 + outer loop + vertex 1.9452630E+01 1.6999424E+02 -7.606078E+01 + vertex 2.3904910E+01 1.7000527E+02 -7.391532E+01 + vertex 2.1840923E+01 1.7498380E+02 -7.497748E+01 + endloop + endfacet + facet normal -0.4808132315 0.01224145862 0.8767375794 + outer loop + vertex 2.1840923E+01 1.7498380E+02 -7.497748E+01 + vertex 2.6181569E+01 1.7499986E+02 -7.259725E+01 + vertex 2.4154098E+01 1.7998614E+02 -7.377876E+01 + endloop + endfacet + facet normal -0.7586955503 -0.0128423844 0.6513187661 + outer loop + vertex 3.9538787E+01 2.0000000E+02 -6.060530E+01 + vertex 3.6239639E+01 2.0000000E+02 -6.444835E+01 + vertex 3.7868295E+01 1.9501219E+02 -6.264954E+01 + endloop + endfacet + facet normal -0.7234577168 -0.0126796266 0.6902522431 + outer loop + vertex 3.7868295E+01 1.9501219E+02 -6.264954E+01 + vertex 3.4391394E+01 1.9501257E+02 -6.629369E+01 + vertex 3.6104823E+01 1.9001606E+02 -6.458962E+01 + endloop + endfacet + facet normal -0.686496253 -0.0125191174 0.72702556099 + outer loop + vertex 3.6104823E+01 1.9001606E+02 -6.458962E+01 + vertex 3.2464626E+01 1.9001307E+02 -6.802694E+01 + vertex 3.4252335E+01 1.8501475E+02 -6.642496E+01 + endloop + endfacet + facet normal -0.5709419655 0.01260085319 0.82089371452 + outer loop + vertex 2.6457116E+01 1.9501815E+02 -7.242665E+01 + vertex 3.0571202E+01 1.9501169E+02 -6.956516E+01 + vertex 2.8563411E+01 2.0000000E+02 -7.103817E+01 + endloop + endfacet + facet normal -0.6503985937 0.01267855992 0.75948727666 + outer loop + vertex 3.0571202E+01 1.9501169E+02 -6.956516E+01 + vertex 3.4391394E+01 1.9501257E+02 -6.629369E+01 + vertex 3.2568624E+01 2.0000000E+02 -6.793791E+01 + endloop + endfacet + facet normal -0.48517163 0.01199318128 0.87433669316 + outer loop + vertex 2.2085627E+01 1.8499565E+02 -7.485783E+01 + vertex 2.6376159E+01 1.8499762E+02 -7.247703E+01 + vertex 2.4306422E+01 1.9001585E+02 -7.369437E+01 + endloop + endfacet + facet normal -0.5287640518 0.01225948445 0.84868031822 + outer loop + vertex 2.4306422E+01 1.9001585E+02 -7.369437E+01 + vertex 2.8510431E+01 1.9000925E+02 -7.107500E+01 + vertex 2.6457116E+01 1.9501815E+02 -7.242665E+01 + endloop + endfacet + facet normal -0.5690153922 0.01229760107 0.8222349132 + outer loop + vertex 2.6376159E+01 1.8499762E+02 -7.247703E+01 + vertex 3.0457555E+01 1.8500741E+02 -6.965271E+01 + vertex 2.8510431E+01 1.9000925E+02 -7.107500E+01 + endloop + endfacet + facet normal -0.6104720705 0.01246212076 0.79193973677 + outer loop + vertex 2.8510431E+01 1.9000925E+02 -7.107500E+01 + vertex 3.2464626E+01 1.9001307E+02 -6.802694E+01 + vertex 3.0571202E+01 1.9501169E+02 -6.956516E+01 + endloop + endfacet + facet normal -0.8438787967 -0.0125296972 0.5363875308 + outer loop + vertex 4.3489559E+01 1.8500505E+02 -5.467100E+01 + vertex 4.0797885E+01 1.8501069E+02 -5.890558E+01 + vertex 4.2101258E+01 1.8000709E+02 -5.697191E+01 + endloop + endfacet + facet normal -0.8140174845 -0.0123670784 0.58070869664 + outer loop + vertex 4.2101258E+01 1.8000709E+02 -5.697191E+01 + vertex 3.9204512E+01 1.8001319E+02 -6.103234E+01 + vertex 4.0591700E+01 1.7500834E+02 -5.919442E+01 + endloop + endfacet + facet normal -0.7818670319 -0.0121702787 0.6233264223 + outer loop + vertex 4.0591700E+01 1.7500834E+02 -5.919442E+01 + vertex 3.7504065E+01 1.7501328E+02 -6.306728E+01 + vertex 3.8960283E+01 1.7000752E+02 -6.133842E+01 + endloop + endfacet + facet normal -0.6832511802 0.01228370506 0.73008008834 + outer loop + vertex 3.2311451E+01 1.8001197E+02 -6.815718E+01 + vertex 3.5934007E+01 1.8001564E+02 -6.476704E+01 + vertex 3.4252335E+01 1.8501475E+02 -6.642496E+01 + endloop + endfacet + facet normal -0.7522519963 0.01228559219 0.65876095685 + outer loop + vertex 3.5934007E+01 1.8001564E+02 -6.476704E+01 + vertex 3.9204512E+01 1.8001319E+02 -6.103234E+01 + vertex 3.7709024E+01 1.8501551E+02 -6.283336E+01 + endloop + endfacet + facet normal -0.602861645 0.01215788618 0.79775310893 + outer loop + vertex 2.8137709E+01 1.7001046E+02 -7.133121E+01 + vertex 3.2079076E+01 1.7001157E+02 -6.835274E+01 + vertex 3.0276676E+01 1.7500984E+02 -6.979099E+01 + endloop + endfacet + facet normal -0.6441257356 0.01220965234 0.76482217614 + outer loop + vertex 3.0276676E+01 1.7500984E+02 -6.979099E+01 + vertex 3.4061022E+01 1.7501401E+02 -6.660392E+01 + vertex 3.2311451E+01 1.8001197E+02 -6.815718E+01 + endloop + endfacet + facet normal -0.6784687599 0.01201857137 0.73453093588 + outer loop + vertex 3.2079076E+01 1.7001157E+02 -6.835274E+01 + vertex 3.5690774E+01 1.7001082E+02 -6.501669E+01 + vertex 3.4061022E+01 1.7501401E+02 -6.660392E+01 + endloop + endfacet + facet normal -0.7164702134 0.01213489273 0.69751213442 + outer loop + vertex 3.4061022E+01 1.7501401E+02 -6.660392E+01 + vertex 3.7504065E+01 1.7501328E+02 -6.306728E+01 + vertex 3.5934007E+01 1.8001564E+02 -6.476704E+01 + endloop + endfacet + facet normal -0.9188825909 -0.0127946079 0.39432357537 + outer loop + vertex 4.6887607E+01 2.0000000E+02 -4.736526E+01 + vertex 4.4890227E+01 2.0000000E+02 -5.201971E+01 + vertex 4.5885514E+01 1.9500406E+02 -4.986252E+01 + endloop + endfacet + facet normal -0.896394776 -0.0127198718 0.44307404618 + outer loop + vertex 4.5885514E+01 1.9500406E+02 -4.986252E+01 + vertex 4.3646729E+01 1.9500400E+02 -5.439186E+01 + vertex 4.4752395E+01 1.9000409E+02 -5.229850E+01 + endloop + endfacet + facet normal -0.8713741271 -0.012643306 0.4904561931 + outer loop + vertex 4.4752395E+01 1.9000409E+02 -5.229850E+01 + vertex 4.2280891E+01 1.9000733E+02 -5.668944E+01 + vertex 4.3489559E+01 1.8500505E+02 -5.467100E+01 + endloop + endfacet + facet normal -0.7892590175 0.01271794213 0.61392870699 + outer loop + vertex 3.7868295E+01 1.9501219E+02 -6.264954E+01 + vertex 4.0964203E+01 1.9500815E+02 -5.866939E+01 + vertex 3.9538787E+01 2.0000000E+02 -6.060530E+01 + endloop + endfacet + facet normal -0.8471156638 0.01273126008 0.53125602795 + outer loop + vertex 4.0964203E+01 1.9500815E+02 -5.866939E+01 + vertex 4.3646729E+01 1.9500400E+02 -5.439186E+01 + vertex 4.2432213E+01 2.0000000E+02 -5.644820E+01 + endloop + endfacet + facet normal -0.7204552009 0.01240239962 0.69339057098 + outer loop + vertex 3.4252335E+01 1.8501475E+02 -6.642496E+01 + vertex 3.7709024E+01 1.8501551E+02 -6.283336E+01 + vertex 3.6104823E+01 1.9001606E+02 -6.458962E+01 + endloop + endfacet + facet normal -0.7558097514 0.01255647568 0.65467087498 + outer loop + vertex 3.6104823E+01 1.9001606E+02 -6.458962E+01 + vertex 3.9387476E+01 1.9001342E+02 -6.079978E+01 + vertex 3.7868295E+01 1.9501219E+02 -6.264954E+01 + endloop + endfacet + facet normal -0.7859826696 0.01245208082 0.61812311776 + outer loop + vertex 3.7709024E+01 1.8501551E+02 -6.283336E+01 + vertex 4.0797885E+01 1.8501069E+02 -5.890558E+01 + vertex 3.9387476E+01 1.9001342E+02 -6.079978E+01 + endloop + endfacet + facet normal -0.8176435894 0.01260837414 0.57558664821 + outer loop + vertex 3.9387476E+01 1.9001342E+02 -6.079978E+01 + vertex 4.2280891E+01 1.9000733E+02 -5.668944E+01 + vertex 4.0964203E+01 1.9500815E+02 -5.866939E+01 + endloop + endfacet + facet normal -0.9495213736 0.0124996338 0.31345321853 + outer loop + vertex 4.6633694E+01 1.8000343E+02 -4.803604E+01 + vertex 4.8206209E+01 1.8000475E+02 -4.327258E+01 + vertex 4.7542685E+01 1.8500706E+02 -4.548202E+01 + endloop + endfacet + facet normal -0.9761772495 0.01256532435 0.21661045728 + outer loop + vertex 4.8206209E+01 1.8000475E+02 -4.327258E+01 + vertex 4.9295847E+01 1.8000077E+02 -3.836178E+01 + vertex 4.8857055E+01 1.8500592E+02 -4.062959E+01 + endloop + endfacet + facet normal -0.9097461646 0.01247425236 0.41497748014 + outer loop + vertex 4.4392763E+01 1.6999521E+02 -5.300614E+01 + vertex 4.6474478E+01 1.6999446E+02 -4.844242E+01 + vertex 4.5584386E+01 1.7499910E+02 -5.054419E+01 + endloop + endfacet + facet normal -0.9310663162 0.01247115808 0.36463678496 + outer loop + vertex 4.5584386E+01 1.7499910E+02 -5.054419E+01 + vertex 4.7412308E+01 1.7500049E+02 -4.587681E+01 + vertex 4.6633694E+01 1.8000343E+02 -4.803604E+01 + endloop + endfacet + facet normal -0.9467483246 0.01247439608 0.32173280732 + outer loop + vertex 4.6474478E+01 1.6999446E+02 -4.844242E+01 + vertex 4.8088272E+01 1.6999809E+02 -4.369372E+01 + vertex 4.7412308E+01 1.7500049E+02 -4.587681E+01 + endloop + endfacet + facet normal -0.9629081728 0.01249142516 0.26954000637 + outer loop + vertex 4.7412308E+01 1.7500049E+02 -4.587681E+01 + vertex 4.8764710E+01 1.7500112E+02 -4.104550E+01 + vertex 4.8206209E+01 1.8000475E+02 -4.327258E+01 + endloop + endfacet + facet normal -0.8679353404 0.01250653995 0.49651971889 + outer loop + vertex 4.2101258E+01 1.8000709E+02 -5.697191E+01 + vertex 4.4590462E+01 1.8000280E+02 -5.262058E+01 + vertex 4.3489559E+01 1.8500505E+02 -5.467100E+01 + endloop + endfacet + facet normal -0.9133218123 0.01252607103 0.40704590005 + outer loop + vertex 4.4590462E+01 1.8000280E+02 -5.262058E+01 + vertex 4.6633694E+01 1.8000343E+02 -4.803604E+01 + vertex 4.5747934E+01 1.8500422E+02 -5.017738E+01 + endloop + endfacet + facet normal -0.8092569279 0.01219864874 0.58732820268 + outer loop + vertex 3.8960283E+01 1.7000752E+02 -6.133842E+01 + vertex 4.1872793E+01 1.7000114E+02 -5.732525E+01 + vertex 4.0591700E+01 1.7500834E+02 -5.919442E+01 + endloop + endfacet + facet normal -0.8398778384 0.0123706186 0.54263448502 + outer loop + vertex 4.0591700E+01 1.7500834E+02 -5.919442E+01 + vertex 4.3298794E+01 1.7500194E+02 -5.500429E+01 + vertex 4.2101258E+01 1.8000709E+02 -5.697191E+01 + endloop + endfacet + facet normal -0.8636623118 0.01239981186 0.50391830276 + outer loop + vertex 4.1872793E+01 1.7000114E+02 -5.732525E+01 + vertex 4.4392763E+01 1.6999521E+02 -5.300614E+01 + vertex 4.3298794E+01 1.7500194E+02 -5.500429E+01 + endloop + endfacet + facet normal -0.8898776396 0.01247538999 0.45602867374 + outer loop + vertex 4.3298794E+01 1.7500194E+02 -5.500429E+01 + vertex 4.5584386E+01 1.7499910E+02 -5.054419E+01 + vertex 4.4590462E+01 1.8000280E+02 -5.262058E+01 + endloop + endfacet + facet normal -0.9878088954 0.01273517276 0.15514961008 + outer loop + vertex 4.8939016E+01 1.9500681E+02 -4.024562E+01 + vertex 4.9723707E+01 1.9500017E+02 -3.524909E+01 + vertex 4.9423416E+01 2.0000000E+02 -3.757139E+01 + endloop + endfacet + facet normal -0.9984337919 0.01276209282 0.05447102112 + outer loop + vertex 4.9723707E+01 1.9500017E+02 -3.524909E+01 + vertex 4.9999639E+01 1.9499430E+02 -3.018998E+01 + vertex 4.9935825E+01 2.0000000E+02 -3.253246E+01 + endloop + endfacet + facet normal -0.9651410112 0.01256104692 0.26142885962 + outer loop + vertex 4.7542685E+01 1.8500706E+02 -4.548202E+01 + vertex 4.8857055E+01 1.8500592E+02 -4.062959E+01 + vertex 4.8311472E+01 1.9000919E+02 -4.288416E+01 + endloop + endfacet + facet normal -0.9779137402 0.01264911872 0.20862578128 + outer loop + vertex 4.8311472E+01 1.9000919E+02 -4.288416E+01 + vertex 4.9363558E+01 1.9000415E+02 -3.795230E+01 + vertex 4.8939016E+01 1.9500681E+02 -4.024562E+01 + endloop + endfacet + facet normal -0.9865443718 0.01266101642 0.16300276421 + outer loop + vertex 4.8857055E+01 1.8500592E+02 -4.062959E+01 + vertex 4.9679837E+01 1.8499791E+02 -3.564923E+01 + vertex 4.9363558E+01 1.9000415E+02 -3.795230E+01 + endloop + endfacet + facet normal -0.9939727486 0.01273798394 0.10888488788 + outer loop + vertex 4.9363558E+01 1.9000415E+02 -3.795230E+01 + vertex 4.9914621E+01 1.8999459E+02 -3.292072E+01 + vertex 4.9723707E+01 1.9500017E+02 -3.524909E+01 + endloop + endfacet + facet normal -0.9365323794 0.01272611638 0.35035003672 + outer loop + vertex 4.5885514E+01 1.9500406E+02 -4.986252E+01 + vertex 4.7655459E+01 1.9500721E+02 -4.513133E+01 + vertex 4.6887607E+01 2.0000000E+02 -4.736526E+01 + endloop + endfacet + facet normal -0.9671010383 0.01272052287 0.25407433953 + outer loop + vertex 4.7655459E+01 1.9500721E+02 -4.513133E+01 + vertex 4.8939016E+01 1.9500681E+02 -4.024562E+01 + vertex 4.8403856E+01 2.0000000E+02 -4.253263E+01 + endloop + endfacet + facet normal -0.8934337971 0.0125953602 0.44901827038 + outer loop + vertex 4.3489559E+01 1.8500505E+02 -5.467100E+01 + vertex 4.5747934E+01 1.8500422E+02 -5.017738E+01 + vertex 4.4752395E+01 1.9000409E+02 -5.229850E+01 + endloop + endfacet + facet normal -0.9163177234 0.01265808128 0.40025192417 + outer loop + vertex 4.4752395E+01 1.9000409E+02 -5.229850E+01 + vertex 4.6769987E+01 1.9000662E+02 -4.767960E+01 + vertex 4.5885514E+01 1.9500406E+02 -4.986252E+01 + endloop + endfacet + facet normal -0.9340157774 0.01257028984 0.3570105256 + outer loop + vertex 4.5747934E+01 1.8500422E+02 -5.017738E+01 + vertex 4.7542685E+01 1.8500706E+02 -4.548202E+01 + vertex 4.6769987E+01 1.9000662E+02 -4.767960E+01 + endloop + endfacet + facet normal -0.9519491299 0.01263154073 0.30599558528 + outer loop + vertex 4.6769987E+01 1.9000662E+02 -4.767960E+01 + vertex 4.8311472E+01 1.9000919E+02 -4.288416E+01 + vertex 4.7655459E+01 1.9500721E+02 -4.513133E+01 + endloop + endfacet + facet normal -0.2171057102 -0.0098513723 0.97609838699 + outer loop + vertex 1.3161174E+01 1.3992660E+02 -7.823674E+01 + vertex 8.5342536E+00 1.3988610E+02 -7.926628E+01 + vertex 9.9883909E+00 1.3500000E+02 -7.899216E+01 + endloop + endfacet + facet normal -0.0493561712 0.00730051718 0.99875455984 + outer loop + vertex 4.9297329E+00 1.3500000E+02 -7.975638E+01 + vertex 4.0542407E+00 1.3988556E+02 -7.983536E+01 + vertex 0.000000E+00 1.3500000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1260100314 -0.0065449241 0.99200737697 + outer loop + vertex 8.5342536E+00 1.3988610E+02 -7.926628E+01 + vertex 4.0542407E+00 1.3988556E+02 -7.983536E+01 + vertex 4.9297329E+00 1.3500000E+02 -7.975638E+01 + endloop + endfacet + facet normal -0.0404126675 0.00576559501 0.9991664397 + outer loop + vertex 4.0542407E+00 1.3988556E+02 -7.983536E+01 + vertex 3.0648965E+00 1.4518849E+02 -7.990598E+01 + vertex 1.6081226E-14 1.4000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1019786436 -0.0057790514 0.99476980192 + outer loop + vertex 7.0976899E+00 1.4499748E+02 -7.949366E+01 + vertex 3.0648965E+00 1.4518849E+02 -7.990598E+01 + vertex 4.0542407E+00 1.3988556E+02 -7.983536E+01 + endloop + endfacet + facet normal -0.1459162555 -0.0106025678 0.98924012855 + outer loop + vertex 9.5824117E+00 1.5003349E+02 -7.907318E+01 + vertex 4.9806773E+00 1.5009370E+02 -7.975131E+01 + vertex 7.0976899E+00 1.4499748E+02 -7.949366E+01 + endloop + endfacet + facet normal -0.0496380483 -0.0121030441 0.99869393734 + outer loop + vertex 4.9806773E+00 1.5009370E+02 -7.975131E+01 + vertex -6.123234E-15 1.5000000E+02 -8.000000E+01 + vertex 3.0648965E+00 1.4518849E+02 -7.990598E+01 + endloop + endfacet + facet normal -0.2749387804 -0.0101523523 0.96140813225 + outer loop + vertex 1.5984298E+01 1.4496676E+02 -7.737618E+01 + vertex 1.1482452E+01 1.4495901E+02 -7.866368E+01 + vertex 1.3161174E+01 1.3992660E+02 -7.823674E+01 + endloop + endfacet + facet normal -0.1860525575 -0.0085832935 0.98250230173 + outer loop + vertex 1.1482452E+01 1.4495901E+02 -7.866368E+01 + vertex 7.0976899E+00 1.4499748E+02 -7.949366E+01 + vertex 8.5342536E+00 1.3988610E+02 -7.926628E+01 + endloop + endfacet + facet normal -0.3277669258 -0.0108374108 0.94469645542 + outer loop + vertex 1.8613191E+01 1.4999846E+02 -7.640635E+01 + vertex 1.4124632E+01 1.5001602E+02 -7.796347E+01 + vertex 1.5984298E+01 1.4496676E+02 -7.737618E+01 + endloop + endfacet + facet normal -0.2373550383 -0.0104840659 0.97136639337 + outer loop + vertex 1.4124632E+01 1.5001602E+02 -7.796347E+01 + vertex 9.5824117E+00 1.5003349E+02 -7.907318E+01 + vertex 1.1482452E+01 1.4495901E+02 -7.866368E+01 + endloop + endfacet + facet normal -0.401874749 -0.0119522698 0.91561663888 + outer loop + vertex 2.2346431E+01 1.3996284E+02 -7.472848E+01 + vertex 1.7795129E+01 1.3995879E+02 -7.672615E+01 + vertex 1.9636007E+01 1.3500000E+02 -7.598290E+01 + endloop + endfacet + facet normal -0.3098411752 -0.0112448365 0.95072183093 + outer loop + vertex 1.7795129E+01 1.3995879E+02 -7.672615E+01 + vertex 1.3161174E+01 1.3992660E+02 -7.823674E+01 + vertex 1.4902629E+01 1.3500000E+02 -7.772747E+01 + endloop + endfacet + facet normal -0.5036053024 -0.011838883 0.86385273064 + outer loop + vertex 2.7276034E+01 1.4997905E+02 -7.190487E+01 + vertex 2.3025969E+01 1.4998423E+02 -7.438248E+01 + vertex 2.4877049E+01 1.4497311E+02 -7.337202E+01 + endloop + endfacet + facet normal -0.4541108818 -0.0118240428 0.89086671225 + outer loop + vertex 2.4877049E+01 1.4497311E+02 -7.337202E+01 + vertex 2.0483113E+01 1.4496765E+02 -7.561186E+01 + vertex 2.2346431E+01 1.3996284E+02 -7.472848E+01 + endloop + endfacet + facet normal -0.4168864124 -0.0114193471 0.90888685635 + outer loop + vertex 2.3025969E+01 1.4998423E+02 -7.438248E+01 + vertex 1.8613191E+01 1.4999846E+02 -7.640635E+01 + vertex 2.0483113E+01 1.4496765E+02 -7.561186E+01 + endloop + endfacet + facet normal -0.3650759129 -0.0111773791 0.93091065309 + outer loop + vertex 2.0483113E+01 1.4496765E+02 -7.561186E+01 + vertex 1.5984298E+01 1.4496676E+02 -7.737618E+01 + vertex 1.7795129E+01 1.3995879E+02 -7.672615E+01 + endloop + endfacet + facet normal -0.0500759387 0.01120405307 0.99868256696 + outer loop + vertex 4.9806773E+00 1.5009370E+02 -7.975131E+01 + vertex 3.2881915E+00 1.5504841E+02 -7.989176E+01 + vertex -6.123234E-15 1.5000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1090187528 -0.0090630607 0.99399837649 + outer loop + vertex 7.6033696E+00 1.5504608E+02 -7.941851E+01 + vertex 3.2881915E+00 1.5504841E+02 -7.989176E+01 + vertex 4.9806773E+00 1.5009370E+02 -7.975131E+01 + endloop + endfacet + facet normal -0.1507376165 -0.0116874705 0.98850471623 + outer loop + vertex 9.9150941E+00 1.6003117E+02 -7.900705E+01 + vertex 5.1415293E+00 1.6003361E+02 -7.973494E+01 + vertex 7.6033696E+00 1.5504608E+02 -7.941851E+01 + endloop + endfacet + facet normal -0.051399463 -0.0123038047 0.99860237912 + outer loop + vertex 5.1415293E+00 1.6003361E+02 -7.973494E+01 + vertex 1.6081226E-14 1.6000000E+02 -8.000000E+01 + vertex 3.2881915E+00 1.5504841E+02 -7.989176E+01 + endloop + endfacet + facet normal -0.2881413512 -0.0110169627 0.95752451053 + outer loop + vertex 1.6658567E+01 1.5502559E+02 -7.714332E+01 + vertex 1.2122110E+01 1.5503842E+02 -7.850829E+01 + vertex 1.4124632E+01 1.5001602E+02 -7.796347E+01 + endloop + endfacet + facet normal -0.1974709344 -0.0104337297 0.98025321594 + outer loop + vertex 1.2122110E+01 1.5503842E+02 -7.850829E+01 + vertex 7.6033696E+00 1.5504608E+02 -7.941851E+01 + vertex 9.5824117E+00 1.5003349E+02 -7.907318E+01 + endloop + endfacet + facet normal -0.3373699216 -0.0116085386 0.94130057785 + outer loop + vertex 1.9126275E+01 1.6002227E+02 -7.619725E+01 + vertex 1.4572322E+01 1.6002744E+02 -7.782936E+01 + vertex 1.6658567E+01 1.5502559E+02 -7.714332E+01 + endloop + endfacet + facet normal -0.2451495878 -0.0115258417 0.96941674968 + outer loop + vertex 1.4572322E+01 1.6002744E+02 -7.782936E+01 + vertex 9.9150941E+00 1.6003117E+02 -7.900705E+01 + vertex 1.2122110E+01 1.5503842E+02 -7.850829E+01 + endloop + endfacet + facet normal -0.0515578212 0.01195457361 0.99859845746 + outer loop + vertex 5.1415293E+00 1.6003361E+02 -7.973494E+01 + vertex 3.3672335E+00 1.6504032E+02 -7.988649E+01 + vertex 1.6081226E-14 1.6000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1116400024 -0.0094857231 0.99370344214 + outer loop + vertex 7.7831776E+00 1.6502587E+02 -7.939051E+01 + vertex 3.3672335E+00 1.6504032E+02 -7.988649E+01 + vertex 5.1415293E+00 1.6003361E+02 -7.973494E+01 + endloop + endfacet + facet normal -0.1546050857 -0.0121446402 0.9879017032 + outer loop + vertex 1.0151088E+01 1.7000587E+02 -7.895871E+01 + vertex 5.2806112E+00 1.7005174E+02 -7.972037E+01 + vertex 7.7831776E+00 1.6502587E+02 -7.939051E+01 + endloop + endfacet + facet normal -0.052749044 -0.0129593912 0.99852370655 + outer loop + vertex 5.2806112E+00 1.7005174E+02 -7.972037E+01 + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + vertex 3.3672335E+00 1.6504032E+02 -7.988649E+01 + endloop + endfacet + facet normal -0.150726245 0.0115551764 0.98850800551 + outer loop + vertex 5.1415293E+00 1.6003361E+02 -7.973494E+01 + vertex 9.9150941E+00 1.6003117E+02 -7.900705E+01 + vertex 7.7831776E+00 1.6502587E+02 -7.939051E+01 + endloop + endfacet + facet normal -0.2020500118 0.01115945373 0.97931162523 + outer loop + vertex 7.7831776E+00 1.6502587E+02 -7.939051E+01 + vertex 1.2403673E+01 1.6501251E+02 -7.843706E+01 + vertex 1.0151088E+01 1.7000587E+02 -7.895871E+01 + endloop + endfacet + facet normal -0.3861196323 -0.0119763481 0.92237096476 + outer loop + vertex 2.1546317E+01 1.6501461E+02 -7.511936E+01 + vertex 1.7022662E+01 1.6501147E+02 -7.701307E+01 + vertex 1.9126275E+01 1.6002227E+02 -7.619725E+01 + endloop + endfacet + facet normal -0.294590034 -0.011668754 0.95555248523 + outer loop + vertex 1.7022662E+01 1.6501147E+02 -7.701307E+01 + vertex 1.2403673E+01 1.6501251E+02 -7.843706E+01 + vertex 1.4572322E+01 1.6002744E+02 -7.782936E+01 + endloop + endfacet + facet normal -0.4340490844 -0.0121944638 0.900806687 + outer loop + vertex 2.3904910E+01 1.7000527E+02 -7.391532E+01 + vertex 1.9452630E+01 1.6999424E+02 -7.606078E+01 + vertex 2.1546317E+01 1.6501461E+02 -7.511936E+01 + endloop + endfacet + facet normal -0.3435273746 -0.0119428199 0.9390667239 + outer loop + vertex 1.9452630E+01 1.6999424E+02 -7.606078E+01 + vertex 1.4863073E+01 1.6998741E+02 -7.773981E+01 + vertex 1.7022662E+01 1.6501147E+02 -7.701307E+01 + endloop + endfacet + facet normal -0.5954279309 -0.0118497929 0.80332133142 + outer loop + vertex 3.1707461E+01 1.5999871E+02 -6.866053E+01 + vertex 2.7766870E+01 1.6000370E+02 -7.158126E+01 + vertex 2.9548249E+01 1.5498876E+02 -7.033486E+01 + endloop + endfacet + facet normal -0.5506230711 -0.0118378632 0.83467005369 + outer loop + vertex 2.9548249E+01 1.5498876E+02 -7.033486E+01 + vertex 2.5450140E+01 1.5499559E+02 -7.303824E+01 + vertex 2.7276034E+01 1.4997905E+02 -7.190487E+01 + endloop + endfacet + facet normal -0.3782310178 0.01153681219 0.92563934616 + outer loop + vertex 1.6658567E+01 1.5502559E+02 -7.714332E+01 + vertex 2.1126419E+01 1.5500998E+02 -7.531748E+01 + vertex 1.9126275E+01 1.6002227E+02 -7.619725E+01 + endloop + endfacet + facet normal -0.4662598995 0.01178154734 0.88456933096 + outer loop + vertex 2.1126419E+01 1.5500998E+02 -7.531748E+01 + vertex 2.5450140E+01 1.5499559E+02 -7.303824E+01 + vertex 2.3550647E+01 1.6001414E+02 -7.410631E+01 + endloop + endfacet + facet normal -0.3276895117 0.01108349807 0.94472045599 + outer loop + vertex 1.4124632E+01 1.5001602E+02 -7.796347E+01 + vertex 1.8613191E+01 1.4999846E+02 -7.640635E+01 + vertex 1.6658567E+01 1.5502559E+02 -7.714332E+01 + endloop + endfacet + facet normal -0.416824555 0.01155193195 0.908913551 + outer loop + vertex 1.8613191E+01 1.4999846E+02 -7.640635E+01 + vertex 2.3025969E+01 1.4998423E+02 -7.438248E+01 + vertex 2.1126419E+01 1.5500998E+02 -7.531748E+01 + endloop + endfacet + facet normal -0.6784717986 -0.0119758633 0.73452882665 + outer loop + vertex 3.5690774E+01 1.7001082E+02 -6.501669E+01 + vertex 3.2079076E+01 1.7001157E+02 -6.835274E+01 + vertex 3.3757192E+01 1.6500611E+02 -6.688431E+01 + endloop + endfacet + facet normal -0.6380919044 -0.0118915495 0.76986837351 + outer loop + vertex 3.3757192E+01 1.6500611E+02 -6.688431E+01 + vertex 2.9979193E+01 1.6500849E+02 -7.001560E+01 + vertex 3.1707461E+01 1.5999871E+02 -6.866053E+01 + endloop + endfacet + facet normal -0.4749203329 0.01215440371 0.87994485501 + outer loop + vertex 2.1546317E+01 1.6501461E+02 -7.511936E+01 + vertex 2.5891619E+01 1.6501308E+02 -7.277410E+01 + vertex 2.3904910E+01 1.7000527E+02 -7.391532E+01 + endloop + endfacet + facet normal -0.5593385445 0.01208301001 0.82885124931 + outer loop + vertex 2.5891619E+01 1.6501308E+02 -7.277410E+01 + vertex 2.9979193E+01 1.6500849E+02 -7.001560E+01 + vertex 2.8137709E+01 1.7001046E+02 -7.133121E+01 + endloop + endfacet + facet normal -0.4272329637 0.01190619038 0.90406318218 + outer loop + vertex 1.9126275E+01 1.6002227E+02 -7.619725E+01 + vertex 2.3550647E+01 1.6001414E+02 -7.410631E+01 + vertex 2.1546317E+01 1.6501461E+02 -7.511936E+01 + endloop + endfacet + facet normal -0.5137374795 0.01196053405 0.85786406139 + outer loop + vertex 2.3550647E+01 1.6001414E+02 -7.410631E+01 + vertex 2.7766870E+01 1.6000370E+02 -7.158126E+01 + vertex 2.5891619E+01 1.6501308E+02 -7.277410E+01 + endloop + endfacet + facet normal -0.7631963645 0.01220962225 0.64605126294 + outer loop + vertex 3.6510588E+01 1.4497516E+02 -6.416104E+01 + vertex 3.9718895E+01 1.4498582E+02 -6.037119E+01 + vertex 3.8302306E+01 1.4999329E+02 -6.213928E+01 + endloop + endfacet + facet normal -0.8238716794 0.01256839985 0.5666370013 + outer loop + vertex 3.9718895E+01 1.4498582E+02 -6.037119E+01 + vertex 4.2568878E+01 1.4499745E+02 -5.622767E+01 + vertex 4.1308304E+01 1.4999417E+02 -5.817133E+01 + endloop + endfacet + facet normal -0.6888009172 0.01297718162 0.72483438746 + outer loop + vertex 3.2551035E+01 1.3500000E+02 -6.795300E+01 + vertex 3.6245342E+01 1.3500000E+02 -6.444235E+01 + vertex 3.4607850E+01 1.3996630E+02 -6.608735E+01 + endloop + endfacet + facet normal -0.7273594668 0.01242843572 0.6861441102 + outer loop + vertex 3.4607850E+01 1.3996630E+02 -6.608735E+01 + vertex 3.8041665E+01 1.3997169E+02 -6.244737E+01 + vertex 3.6510588E+01 1.4497516E+02 -6.416104E+01 + endloop + endfacet + facet normal -0.75896361 0.01299495014 0.65100335633 + outer loop + vertex 3.6245342E+01 1.3500000E+02 -6.444235E+01 + vertex 3.9559050E+01 1.3500000E+02 -6.057910E+01 + vertex 3.8041665E+01 1.3997169E+02 -6.244737E+01 + endloop + endfacet + facet normal -0.7924762183 0.01259839973 0.609772682 + outer loop + vertex 3.8041665E+01 1.3997169E+02 -6.244737E+01 + vertex 4.1108468E+01 1.3999469E+02 -5.846215E+01 + vertex 3.9718895E+01 1.4498582E+02 -6.037119E+01 + endloop + endfacet + facet normal -0.5400984605 0.01219690519 0.84151345118 + outer loop + vertex 2.4877049E+01 1.4497311E+02 -7.337202E+01 + vertex 2.9068738E+01 1.4497815E+02 -7.068180E+01 + vertex 2.7276034E+01 1.4997905E+02 -7.190487E+01 + endloop + endfacet + facet normal -0.620986568 0.01214735518 0.78372707243 + outer loop + vertex 2.9068738E+01 1.4497815E+02 -7.068180E+01 + vertex 3.2958661E+01 1.4497454E+02 -6.759956E+01 + vertex 3.1273496E+01 1.4998219E+02 -6.901241E+01 + endloop + endfacet + facet normal -0.6954933818 0.01206949926 0.71843112614 + outer loop + vertex 3.2958661E+01 1.4497454E+02 -6.759956E+01 + vertex 3.6510588E+01 1.4497516E+02 -6.416104E+01 + vertex 3.4954943E+01 1.4998889E+02 -6.575125E+01 + endloop + endfacet + facet normal -0.4394777205 0.01299687973 0.8981594593 + outer loop + vertex 1.9636007E+01 1.3500000E+02 -7.598290E+01 + vertex 2.4257271E+01 1.3500000E+02 -7.372167E+01 + vertex 2.2346431E+01 1.3996284E+02 -7.472848E+01 + endloop + endfacet + facet normal -0.4913218984 0.01237910688 0.87089009056 + outer loop + vertex 2.2346431E+01 1.3996284E+02 -7.472848E+01 + vertex 2.6721889E+01 1.3998894E+02 -7.226039E+01 + vertex 2.4877049E+01 1.4497311E+02 -7.337202E+01 + endloop + endfacet + facet normal -0.6551258541 -0.0124582614 0.75541704176 + outer loop + vertex 3.4607850E+01 1.3996630E+02 -6.608735E+01 + vertex 3.0825457E+01 1.3997802E+02 -6.936739E+01 + vertex 3.2551035E+01 1.3500000E+02 -6.795300E+01 + endloop + endfacet + facet normal -0.5761777971 -0.0124249139 0.81722993561 + outer loop + vertex 3.0825457E+01 1.3997802E+02 -6.936739E+01 + vertex 2.6721889E+01 1.3998894E+02 -7.226039E+01 + vertex 2.8534810E+01 1.3500000E+02 -7.105806E+01 + endloop + endfacet + facet normal -0.695490976 -0.0120951985 0.71843302299 + outer loop + vertex 3.6510588E+01 1.4497516E+02 -6.416104E+01 + vertex 3.2958661E+01 1.4497454E+02 -6.759956E+01 + vertex 3.4607850E+01 1.3996630E+02 -6.608735E+01 + endloop + endfacet + facet normal -0.6210003401 -0.01215982 0.78371596668 + outer loop + vertex 3.2958661E+01 1.4497454E+02 -6.759956E+01 + vertex 2.9068738E+01 1.4497815E+02 -7.068180E+01 + vertex 3.0825457E+01 1.3997802E+02 -6.936739E+01 + endloop + endfacet + facet normal -0.8584997977 0.01247377851 0.5126621716 + outer loop + vertex 4.1587767E+01 1.5999504E+02 -5.775712E+01 + vertex 4.4161441E+01 1.5998878E+02 -5.344711E+01 + vertex 4.3057945E+01 1.6499362E+02 -5.541679E+01 + endloop + endfacet + facet normal -0.88552736 0.01248904649 0.4644193346 + outer loop + vertex 4.3057945E+01 1.6499362E+02 -5.541679E+01 + vertex 4.5390405E+01 1.6498969E+02 -5.096929E+01 + vertex 4.4392763E+01 1.6999521E+02 -5.300614E+01 + endloop + endfacet + facet normal -0.9056881432 0.01261037842 0.42375696534 + outer loop + vertex 4.4161441E+01 1.5998878E+02 -5.344711E+01 + vertex 4.6299195E+01 1.5998944E+02 -4.887815E+01 + vertex 4.5390405E+01 1.6498969E+02 -5.096929E+01 + endloop + endfacet + facet normal -0.927673449 0.01252457889 0.37318240429 + outer loop + vertex 4.5390405E+01 1.6498969E+02 -5.096929E+01 + vertex 4.7266591E+01 1.6499320E+02 -4.630550E+01 + vertex 4.6474478E+01 1.6999446E+02 -4.844242E+01 + endloop + endfacet + facet normal -0.7970355864 0.01227618841 0.60380755968 + outer loop + vertex 3.8302306E+01 1.4999329E+02 -6.213928E+01 + vertex 4.1308304E+01 1.4999417E+02 -5.817133E+01 + vertex 3.9997506E+01 1.5499718E+02 -6.000333E+01 + endloop + endfacet + facet normal -0.8289008124 0.01239714515 0.55925821767 + outer loop + vertex 3.9997506E+01 1.5499718E+02 -6.000333E+01 + vertex 4.2795888E+01 1.5499161E+02 -5.585560E+01 + vertex 4.1587767E+01 1.5999504E+02 -5.775712E+01 + endloop + endfacet + facet normal -0.8534846261 0.01264937965 0.52096447686 + outer loop + vertex 4.1308304E+01 1.4999417E+02 -5.817133E+01 + vertex 4.3938309E+01 1.4999309E+02 -5.386263E+01 + vertex 4.2795888E+01 1.5499161E+02 -5.585560E+01 + endloop + endfacet + facet normal -0.8808874632 0.01266895826 0.47315618427 + outer loop + vertex 4.2795888E+01 1.5499161E+02 -5.585560E+01 + vertex 4.5187629E+01 1.5498902E+02 -5.140276E+01 + vertex 4.4161441E+01 1.5998878E+02 -5.344711E+01 + endloop + endfacet + facet normal -0.6711797633 0.01182179294 0.74120035792 + outer loop + vertex 3.1707461E+01 1.5999871E+02 -6.866053E+01 + vertex 3.5334540E+01 1.6000017E+02 -6.537613E+01 + vertex 3.3757192E+01 1.6500611E+02 -6.688431E+01 + endloop + endfacet + facet normal -0.7104267436 0.01188532176 0.70367079028 + outer loop + vertex 3.3757192E+01 1.6500611E+02 -6.688431E+01 + vertex 3.7205375E+01 1.6500484E+02 -6.340300E+01 + vertex 3.5690774E+01 1.7001082E+02 -6.501669E+01 + endloop + endfacet + facet normal -0.8347024944 -0.0122712315 0.55056440373 + outer loop + vertex 4.3057945E+01 1.6499362E+02 -5.541679E+01 + vertex 4.0313908E+01 1.6500069E+02 -5.957683E+01 + vertex 4.1587767E+01 1.5999504E+02 -5.775712E+01 + endloop + endfacet + facet normal -0.7760869831 -0.0120000712 0.63051169133 + outer loop + vertex 4.0313908E+01 1.6500069E+02 -5.957683E+01 + vertex 3.7205375E+01 1.6500484E+02 -6.340300E+01 + vertex 3.8632745E+01 1.6000037E+02 -6.174131E+01 + endloop + endfacet + facet normal -0.8636774419 -0.0123676859 0.50389315994 + outer loop + vertex 4.4392763E+01 1.6999521E+02 -5.300614E+01 + vertex 4.1872793E+01 1.7000114E+02 -5.732525E+01 + vertex 4.3057945E+01 1.6499362E+02 -5.541679E+01 + endloop + endfacet + facet normal -0.8092757436 -0.012157433 0.58730313095 + outer loop + vertex 4.1872793E+01 1.7000114E+02 -5.732525E+01 + vertex 3.8960283E+01 1.7000752E+02 -6.133842E+01 + vertex 4.0313908E+01 1.6500069E+02 -5.957683E+01 + endloop + endfacet + facet normal -0.5861733805 0.01198746609 0.81009695014 + outer loop + vertex 2.7276034E+01 1.4997905E+02 -7.190487E+01 + vertex 3.1273496E+01 1.4998219E+02 -6.901241E+01 + vertex 2.9548249E+01 1.5498876E+02 -7.033486E+01 + endloop + endfacet + facet normal -0.6297763864 0.01185539329 0.77668600657 + outer loop + vertex 2.9548249E+01 1.5498876E+02 -7.033486E+01 + vertex 3.3357355E+01 1.5499241E+02 -6.724630E+01 + vertex 3.1707461E+01 1.5999871E+02 -6.866053E+01 + endloop + endfacet + facet normal -0.7692976208 -0.0120478141 0.63877697266 + outer loop + vertex 3.9997506E+01 1.5499718E+02 -6.000333E+01 + vertex 3.6843929E+01 1.5499789E+02 -6.380126E+01 + vertex 3.8302306E+01 1.4999329E+02 -6.213928E+01 + endloop + endfacet + facet normal -0.7027987121 -0.0118656146 0.7112897985 + outer loop + vertex 3.6843929E+01 1.5499789E+02 -6.380126E+01 + vertex 3.3357355E+01 1.5499241E+02 -6.724630E+01 + vertex 3.4954943E+01 1.4998889E+02 -6.575125E+01 + endloop + endfacet + facet normal -0.8031422811 -0.0121605078 0.59566315842 + outer loop + vertex 4.1587767E+01 1.5999504E+02 -5.775712E+01 + vertex 3.8632745E+01 1.6000037E+02 -6.174131E+01 + vertex 3.9997506E+01 1.5499718E+02 -6.000333E+01 + endloop + endfacet + facet normal -0.740512673 -0.0118961877 0.67193709668 + outer loop + vertex 3.8632745E+01 1.6000037E+02 -6.174131E+01 + vertex 3.5334540E+01 1.6000017E+02 -6.537613E+01 + vertex 3.6843929E+01 1.5499789E+02 -6.380126E+01 + endloop + endfacet + facet normal -0.7028176313 0.01186148217 0.71127117358 + outer loop + vertex 3.5334540E+01 1.6000017E+02 -6.537613E+01 + vertex 3.3357355E+01 1.5499241E+02 -6.724630E+01 + vertex 3.6843929E+01 1.5499789E+02 -6.380126E+01 + endloop + endfacet + facet normal -0.7692953838 0.01204983575 0.63877962864 + outer loop + vertex 3.8632745E+01 1.6000037E+02 -6.174131E+01 + vertex 3.6843929E+01 1.5499789E+02 -6.380126E+01 + vertex 3.9997506E+01 1.5499718E+02 -6.000333E+01 + endloop + endfacet + facet normal -0.6630517472 0.01193726148 0.74847837795 + outer loop + vertex 3.3357355E+01 1.5499241E+02 -6.724630E+01 + vertex 3.1273496E+01 1.4998219E+02 -6.901241E+01 + vertex 3.4954943E+01 1.4998889E+02 -6.575125E+01 + endloop + endfacet + facet normal -0.733416969 0.01198934144 0.67967330769 + outer loop + vertex 3.6843929E+01 1.5499789E+02 -6.380126E+01 + vertex 3.4954943E+01 1.4998889E+02 -6.575125E+01 + vertex 3.8302306E+01 1.4999329E+02 -6.213928E+01 + endloop + endfacet + facet normal -0.6711746207 -0.0118109366 0.74120518772 + outer loop + vertex 3.3357355E+01 1.5499241E+02 -6.724630E+01 + vertex 3.5334540E+01 1.6000017E+02 -6.537613E+01 + vertex 3.1707461E+01 1.5999871E+02 -6.866053E+01 + endloop + endfacet + facet normal -0.6297626862 -0.0118555728 0.77669711245 + outer loop + vertex 3.1273496E+01 1.4998219E+02 -6.901241E+01 + vertex 3.3357355E+01 1.5499241E+02 -6.724630E+01 + vertex 2.9548249E+01 1.5498876E+02 -7.033486E+01 + endloop + endfacet + facet normal -0.7760739891 0.01202669479 0.63052717783 + outer loop + vertex 3.8960283E+01 1.7000752E+02 -6.133842E+01 + vertex 3.7205375E+01 1.6500484E+02 -6.340300E+01 + vertex 4.0313908E+01 1.6500069E+02 -5.957683E+01 + endloop + endfacet + facet normal -0.8346830733 0.01229282622 0.55059336502 + outer loop + vertex 4.1872793E+01 1.7000114E+02 -5.732525E+01 + vertex 4.0313908E+01 1.6500069E+02 -5.957683E+01 + vertex 4.3057945E+01 1.6499362E+02 -5.541679E+01 + endloop + endfacet + facet normal -0.7405132698 0.01190083165 0.67193635672 + outer loop + vertex 3.7205375E+01 1.6500484E+02 -6.340300E+01 + vertex 3.5334540E+01 1.6000017E+02 -6.537613E+01 + vertex 3.8632745E+01 1.6000037E+02 -6.174131E+01 + endloop + endfacet + facet normal -0.8031266692 0.01216674534 0.59568408032 + outer loop + vertex 4.0313908E+01 1.6500069E+02 -5.957683E+01 + vertex 3.8632745E+01 1.6000037E+02 -6.174131E+01 + vertex 4.1587767E+01 1.5999504E+02 -5.775712E+01 + endloop + endfacet + facet normal -0.7473679066 -0.0119820676 0.66430237261 + outer loop + vertex 3.7205375E+01 1.6500484E+02 -6.340300E+01 + vertex 3.8960283E+01 1.7000752E+02 -6.133842E+01 + vertex 3.5690774E+01 1.7001082E+02 -6.501669E+01 + endloop + endfacet + facet normal -0.7104313316 -0.0118542641 0.70366668206 + outer loop + vertex 3.5334540E+01 1.6000017E+02 -6.537613E+01 + vertex 3.7205375E+01 1.6500484E+02 -6.340300E+01 + vertex 3.3757192E+01 1.6500611E+02 -6.688431E+01 + endloop + endfacet + facet normal -0.9056866525 -0.0126186442 0.42375990516 + outer loop + vertex 4.5187629E+01 1.5498902E+02 -5.140276E+01 + vertex 4.6299195E+01 1.5998944E+02 -4.887815E+01 + vertex 4.4161441E+01 1.5998878E+02 -5.344711E+01 + endloop + endfacet + facet normal -0.8808934682 -0.0126813139 0.47314467343 + outer loop + vertex 4.3938309E+01 1.4999309E+02 -5.386263E+01 + vertex 4.5187629E+01 1.5498902E+02 -5.140276E+01 + vertex 4.2795888E+01 1.5499161E+02 -5.585560E+01 + endloop + endfacet + facet normal -0.8585157599 -0.0124722681 0.51263547724 + outer loop + vertex 4.2795888E+01 1.5499161E+02 -5.585560E+01 + vertex 4.4161441E+01 1.5998878E+02 -5.344711E+01 + vertex 4.1587767E+01 1.5999504E+02 -5.775712E+01 + endloop + endfacet + facet normal -0.8289162366 -0.0123980002 0.55923533714 + outer loop + vertex 4.1308304E+01 1.4999417E+02 -5.817133E+01 + vertex 4.2795888E+01 1.5499161E+02 -5.585560E+01 + vertex 3.9997506E+01 1.5499718E+02 -6.000333E+01 + endloop + endfacet + facet normal -0.9467425458 -0.0124715227 0.32174992324 + outer loop + vertex 4.7266591E+01 1.6499320E+02 -4.630550E+01 + vertex 4.8088272E+01 1.6999809E+02 -4.369372E+01 + vertex 4.6474478E+01 1.6999446E+02 -4.844242E+01 + endloop + endfacet + facet normal -0.9276668749 -0.0125281302 0.37319862704 + outer loop + vertex 4.6299195E+01 1.5998944E+02 -4.887815E+01 + vertex 4.7266591E+01 1.6499320E+02 -4.630550E+01 + vertex 4.5390405E+01 1.6498969E+02 -5.096929E+01 + endloop + endfacet + facet normal -0.9097478939 -0.0124585677 0.41497416019 + outer loop + vertex 4.5390405E+01 1.6498969E+02 -5.096929E+01 + vertex 4.6474478E+01 1.6999446E+02 -4.844242E+01 + vertex 4.4392763E+01 1.6999521E+02 -5.300614E+01 + endloop + endfacet + facet normal -0.8855365329 -0.0124804782 0.46440207424 + outer loop + vertex 4.4161441E+01 1.5998878E+02 -5.344711E+01 + vertex 4.5390405E+01 1.6498969E+02 -5.096929E+01 + vertex 4.3057945E+01 1.6499362E+02 -5.541679E+01 + endloop + endfacet + facet normal -0.5761336422 0.01242155596 0.81726111575 + outer loop + vertex 2.9068738E+01 1.4497815E+02 -7.068180E+01 + vertex 2.6721889E+01 1.3998894E+02 -7.226039E+01 + vertex 3.0825457E+01 1.3997802E+02 -6.936739E+01 + endloop + endfacet + facet normal -0.6550824539 0.01238991396 0.7554558019 + outer loop + vertex 3.2958661E+01 1.4497454E+02 -6.759956E+01 + vertex 3.0825457E+01 1.3997802E+02 -6.936739E+01 + vertex 3.4607850E+01 1.3996630E+02 -6.608735E+01 + endloop + endfacet + facet normal -0.5285510897 0.01249268797 0.84880956538 + outer loop + vertex 2.6721889E+01 1.3998894E+02 -7.226039E+01 + vertex 2.4257271E+01 1.3500000E+02 -7.372167E+01 + vertex 2.8534810E+01 1.3500000E+02 -7.105806E+01 + endloop + endfacet + facet normal -0.6115973163 0.0127593692 0.79106631905 + outer loop + vertex 3.0825457E+01 1.3997802E+02 -6.936739E+01 + vertex 2.8534810E+01 1.3500000E+02 -7.105806E+01 + vertex 3.2551035E+01 1.3500000E+02 -6.795300E+01 + endloop + endfacet + facet normal -0.5400775297 -0.0122163241 0.84152660288 + outer loop + vertex 2.6721889E+01 1.3998894E+02 -7.226039E+01 + vertex 2.9068738E+01 1.4497815E+02 -7.068180E+01 + vertex 2.4877049E+01 1.4497311E+02 -7.337202E+01 + endloop + endfacet + facet normal -0.4912092057 -0.012440659 0.87095278071 + outer loop + vertex 2.4257271E+01 1.3500000E+02 -7.372167E+01 + vertex 2.6721889E+01 1.3998894E+02 -7.226039E+01 + vertex 2.2346431E+01 1.3996284E+02 -7.472848E+01 + endloop + endfacet + facet normal -0.7334024765 -0.0119806658 0.67968909889 + outer loop + vertex 3.6510588E+01 1.4497516E+02 -6.416104E+01 + vertex 3.8302306E+01 1.4999329E+02 -6.213928E+01 + vertex 3.4954943E+01 1.4998889E+02 -6.575125E+01 + endloop + endfacet + facet normal -0.6630273816 -0.011939128 0.74849993221 + outer loop + vertex 3.2958661E+01 1.4497454E+02 -6.759956E+01 + vertex 3.4954943E+01 1.4998889E+02 -6.575125E+01 + vertex 3.1273496E+01 1.4998219E+02 -6.901241E+01 + endloop + endfacet + facet normal -0.586160956 -0.0119967944 0.81010580206 + outer loop + vertex 2.9068738E+01 1.4497815E+02 -7.068180E+01 + vertex 3.1273496E+01 1.4998219E+02 -6.901241E+01 + vertex 2.7276034E+01 1.4997905E+02 -7.190487E+01 + endloop + endfacet + facet normal -0.8238382048 -0.0126137129 0.5666846623 + outer loop + vertex 4.1108468E+01 1.3999469E+02 -5.846215E+01 + vertex 4.2568878E+01 1.4499745E+02 -5.622767E+01 + vertex 3.9718895E+01 1.4498582E+02 -6.037119E+01 + endloop + endfacet + facet normal -0.7924050018 -0.0126710065 0.60986372139 + outer loop + vertex 3.9559050E+01 1.3500000E+02 -6.057910E+01 + vertex 4.1108468E+01 1.3999469E+02 -5.846215E+01 + vertex 3.8041665E+01 1.3997169E+02 -6.244737E+01 + endloop + endfacet + facet normal -0.7631621381 -0.0122453519 0.64609101703 + outer loop + vertex 3.8041665E+01 1.3997169E+02 -6.244737E+01 + vertex 3.9718895E+01 1.4498582E+02 -6.037119E+01 + vertex 3.6510588E+01 1.4497516E+02 -6.416104E+01 + endloop + endfacet + facet normal -0.7273399853 -0.0125392983 0.6861627444 + outer loop + vertex 3.6245342E+01 1.3500000E+02 -6.444235E+01 + vertex 3.8041665E+01 1.3997169E+02 -6.244737E+01 + vertex 3.4607850E+01 1.3996630E+02 -6.608735E+01 + endloop + endfacet + facet normal -0.8534872203 -0.0126709018 0.52095970379 + outer loop + vertex 4.2568878E+01 1.4499745E+02 -5.622767E+01 + vertex 4.3938309E+01 1.4999309E+02 -5.386263E+01 + vertex 4.1308304E+01 1.4999417E+02 -5.817133E+01 + endloop + endfacet + facet normal -0.7970329545 -0.0122771393 0.60381101459 + outer loop + vertex 3.9718895E+01 1.4498582E+02 -6.037119E+01 + vertex 4.1308304E+01 1.4999417E+02 -5.817133E+01 + vertex 3.8302306E+01 1.4999329E+02 -6.213928E+01 + endloop + endfacet + facet normal -0.5593574926 -0.0120287072 0.82883925203 + outer loop + vertex 2.7766870E+01 1.6000370E+02 -7.158126E+01 + vertex 2.9979193E+01 1.6500849E+02 -7.001560E+01 + vertex 2.5891619E+01 1.6501308E+02 -7.277410E+01 + endloop + endfacet + facet normal -0.4749272831 -0.012097741 0.87994188467 + outer loop + vertex 2.3550647E+01 1.6001414E+02 -7.410631E+01 + vertex 2.5891619E+01 1.6501308E+02 -7.277410E+01 + vertex 2.1546317E+01 1.6501461E+02 -7.511936E+01 + endloop + endfacet + facet normal -0.6028575805 -0.0121170754 0.79775680136 + outer loop + vertex 2.9979193E+01 1.6500849E+02 -7.001560E+01 + vertex 3.2079076E+01 1.7001157E+02 -6.835274E+01 + vertex 2.8137709E+01 1.7001046E+02 -7.133121E+01 + endloop + endfacet + facet normal -0.5210173553 -0.012245326 0.85345824004 + outer loop + vertex 2.5891619E+01 1.6501308E+02 -7.277410E+01 + vertex 2.8137709E+01 1.7001046E+02 -7.133121E+01 + vertex 2.3904910E+01 1.7000527E+02 -7.391532E+01 + endloop + endfacet + facet normal -0.5954082776 0.01188565246 0.80333536843 + outer loop + vertex 2.9979193E+01 1.6500849E+02 -7.001560E+01 + vertex 2.7766870E+01 1.6000370E+02 -7.158126E+01 + vertex 3.1707461E+01 1.5999871E+02 -6.866053E+01 + endloop + endfacet + facet normal -0.6380826672 0.01193436844 0.769875367 + outer loop + vertex 3.2079076E+01 1.7001157E+02 -6.835274E+01 + vertex 2.9979193E+01 1.6500849E+02 -7.001560E+01 + vertex 3.3757192E+01 1.6500611E+02 -6.688431E+01 + endloop + endfacet + facet normal -0.4663214979 -0.011690981 0.88453806113 + outer loop + vertex 2.3025969E+01 1.4998423E+02 -7.438248E+01 + vertex 2.5450140E+01 1.5499559E+02 -7.303824E+01 + vertex 2.1126419E+01 1.5500998E+02 -7.531748E+01 + endloop + endfacet + facet normal -0.3783002948 -0.0113959128 0.92561278088 + outer loop + vertex 1.8613191E+01 1.4999846E+02 -7.640635E+01 + vertex 2.1126419E+01 1.5500998E+02 -7.531748E+01 + vertex 1.6658567E+01 1.5502559E+02 -7.714332E+01 + endloop + endfacet + facet normal -0.5137813476 -0.0118940231 0.8578387139 + outer loop + vertex 2.5450140E+01 1.5499559E+02 -7.303824E+01 + vertex 2.7766870E+01 1.6000370E+02 -7.158126E+01 + vertex 2.3550647E+01 1.6001414E+02 -7.410631E+01 + endloop + endfacet + facet normal -0.4272690414 -0.0118215767 0.90404724244 + outer loop + vertex 2.1126419E+01 1.5500998E+02 -7.531748E+01 + vertex 2.3550647E+01 1.6001414E+02 -7.410631E+01 + vertex 1.9126275E+01 1.6002227E+02 -7.619725E+01 + endloop + endfacet + facet normal -0.5035834934 0.011879267 0.86386489 + outer loop + vertex 2.5450140E+01 1.5499559E+02 -7.303824E+01 + vertex 2.3025969E+01 1.4998423E+02 -7.438248E+01 + vertex 2.7276034E+01 1.4997905E+02 -7.190487E+01 + endloop + endfacet + facet normal -0.5505952925 0.0118711361 0.83468790572 + outer loop + vertex 2.7766870E+01 1.6000370E+02 -7.158126E+01 + vertex 2.5450140E+01 1.5499559E+02 -7.303824E+01 + vertex 2.9548249E+01 1.5498876E+02 -7.033486E+01 + endloop + endfacet + facet normal -0.2945850975 0.01170631631 0.95555354768 + outer loop + vertex 1.4863073E+01 1.6998741E+02 -7.773981E+01 + vertex 1.2403673E+01 1.6501251E+02 -7.843706E+01 + vertex 1.7022662E+01 1.6501147E+02 -7.701307E+01 + endloop + endfacet + facet normal -0.3861335909 0.01202722811 0.9223644593 + outer loop + vertex 1.9452630E+01 1.6999424E+02 -7.606078E+01 + vertex 1.7022662E+01 1.6501147E+02 -7.701307E+01 + vertex 2.1546317E+01 1.6501461E+02 -7.511936E+01 + endloop + endfacet + facet normal -0.2451321918 0.0115374766 0.96942101027 + outer loop + vertex 1.2403673E+01 1.6501251E+02 -7.843706E+01 + vertex 9.9150941E+00 1.6003117E+02 -7.900705E+01 + vertex 1.4572322E+01 1.6002744E+02 -7.782936E+01 + endloop + endfacet + facet normal -0.3373461901 0.01168475609 0.94130814004 + outer loop + vertex 1.7022662E+01 1.6501147E+02 -7.701307E+01 + vertex 1.4572322E+01 1.6002744E+02 -7.782936E+01 + vertex 1.9126275E+01 1.6002227E+02 -7.619725E+01 + endloop + endfacet + facet normal -0.2504643564 -0.011857174 0.96805320804 + outer loop + vertex 1.2403673E+01 1.6501251E+02 -7.843706E+01 + vertex 1.4863073E+01 1.6998741E+02 -7.773981E+01 + vertex 1.0151088E+01 1.7000587E+02 -7.895871E+01 + endloop + endfacet + facet normal -0.2021118674 -0.0110850053 0.97929970678 + outer loop + vertex 9.9150941E+00 1.6003117E+02 -7.900705E+01 + vertex 1.2403673E+01 1.6501251E+02 -7.843706E+01 + vertex 7.7831776E+00 1.6502587E+02 -7.939051E+01 + endloop + endfacet + facet normal -0.0336914624 -1.496201E-16 0.99943228153 + outer loop + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + vertex 1.6081226E-14 1.6500000E+02 -8.000000E+01 + vertex 3.3672335E+00 1.6504032E+02 -7.988649E+01 + endloop + endfacet + facet normal -0.1115779299 0.00966129851 0.99370872234 + outer loop + vertex 5.2806112E+00 1.7005174E+02 -7.972037E+01 + vertex 3.3672335E+00 1.6504032E+02 -7.988649E+01 + vertex 7.7831776E+00 1.6502587E+02 -7.939051E+01 + endloop + endfacet + facet normal -0.0336914624 -4.207123E-18 0.99943228153 + outer loop + vertex 3.3672335E+00 1.6504032E+02 -7.988649E+01 + vertex 1.6081226E-14 1.6500000E+02 -8.000000E+01 + vertex 1.6081226E-14 1.6000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1974361541 0.01064859641 0.9802579112 + outer loop + vertex 9.9150941E+00 1.6003117E+02 -7.900705E+01 + vertex 7.6033696E+00 1.5504608E+02 -7.941851E+01 + vertex 1.2122110E+01 1.5503842E+02 -7.850829E+01 + endloop + endfacet + facet normal -0.2880832936 0.01117603707 0.95754013603 + outer loop + vertex 1.4572322E+01 1.6002744E+02 -7.782936E+01 + vertex 1.2122110E+01 1.5503842E+02 -7.850829E+01 + vertex 1.6658567E+01 1.5502559E+02 -7.714332E+01 + endloop + endfacet + facet normal -0.1456440464 0.0106501467 0.98927973097 + outer loop + vertex 7.6033696E+00 1.5504608E+02 -7.941851E+01 + vertex 4.9806773E+00 1.5009370E+02 -7.975131E+01 + vertex 9.5824117E+00 1.5003349E+02 -7.907318E+01 + endloop + endfacet + facet normal -0.2372771801 0.01076678226 0.97138232236 + outer loop + vertex 1.2122110E+01 1.5503842E+02 -7.850829E+01 + vertex 9.5824117E+00 1.5003349E+02 -7.907318E+01 + vertex 1.4124632E+01 1.5001602E+02 -7.796347E+01 + endloop + endfacet + facet normal -0.0328997251 1.4610413E-16 0.99945865752 + outer loop + vertex 1.6081226E-14 1.6000000E+02 -8.000000E+01 + vertex -6.123234E-15 1.5500000E+02 -8.000000E+01 + vertex 3.2881915E+00 1.5504841E+02 -7.989176E+01 + endloop + endfacet + facet normal -0.1090087534 0.00925835926 0.99399767326 + outer loop + vertex 5.1415293E+00 1.6003361E+02 -7.973494E+01 + vertex 3.2881915E+00 1.5504841E+02 -7.989176E+01 + vertex 7.6033696E+00 1.5504608E+02 -7.941851E+01 + endloop + endfacet + facet normal -0.0328997251 -4.181698E-18 0.99945865752 + outer loop + vertex 3.2881915E+00 1.5504841E+02 -7.989176E+01 + vertex -6.123234E-15 1.5500000E+02 -8.000000E+01 + vertex -6.123234E-15 1.5000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.3099825732 0.01130921088 0.95067497392 + outer loop + vertex 1.5984298E+01 1.4496676E+02 -7.737618E+01 + vertex 1.3161174E+01 1.3992660E+02 -7.823674E+01 + vertex 1.7795129E+01 1.3995879E+02 -7.672615E+01 + endloop + endfacet + facet normal -0.3650792406 0.01131467248 0.93090768946 + outer loop + vertex 1.8613191E+01 1.4999846E+02 -7.640635E+01 + vertex 1.5984298E+01 1.4496676E+02 -7.737618E+01 + vertex 2.0483113E+01 1.4496765E+02 -7.561186E+01 + endloop + endfacet + facet normal -0.4018924519 0.01198423662 0.9156084508 + outer loop + vertex 2.0483113E+01 1.4496765E+02 -7.561186E+01 + vertex 1.7795129E+01 1.3995879E+02 -7.672615E+01 + vertex 2.2346431E+01 1.3996284E+02 -7.472848E+01 + endloop + endfacet + facet normal -0.4541339462 0.01188023204 0.89085420747 + outer loop + vertex 2.3025969E+01 1.4998423E+02 -7.438248E+01 + vertex 2.0483113E+01 1.4496765E+02 -7.561186E+01 + vertex 2.4877049E+01 1.4497311E+02 -7.337202E+01 + endloop + endfacet + facet normal -0.2492133 0.01201064825 0.9683741402 + outer loop + vertex 1.3161174E+01 1.3992660E+02 -7.823674E+01 + vertex 9.9883909E+00 1.3500000E+02 -7.899216E+01 + vertex 1.4902629E+01 1.3500000E+02 -7.772747E+01 + endloop + endfacet + facet normal -0.3458007062 0.01225349326 0.9382279699 + outer loop + vertex 1.7795129E+01 1.3995879E+02 -7.672615E+01 + vertex 1.4902629E+01 1.3500000E+02 -7.772747E+01 + vertex 1.9636007E+01 1.3500000E+02 -7.598290E+01 + endloop + endfacet + facet normal -0.1858959559 0.00968401093 0.98252171147 + outer loop + vertex 9.5824117E+00 1.5003349E+02 -7.907318E+01 + vertex 7.0976899E+00 1.4499748E+02 -7.949366E+01 + vertex 1.1482452E+01 1.4495901E+02 -7.866368E+01 + endloop + endfacet + facet normal -0.2749705584 0.01054994772 0.96139476315 + outer loop + vertex 1.4124632E+01 1.5001602E+02 -7.796347E+01 + vertex 1.1482452E+01 1.4495901E+02 -7.866368E+01 + vertex 1.5984298E+01 1.4496676E+02 -7.737618E+01 + endloop + endfacet + facet normal -0.1260097546 0.00871393439 0.99199073034 + outer loop + vertex 7.0976899E+00 1.4499748E+02 -7.949366E+01 + vertex 4.0542407E+00 1.3988556E+02 -7.983536E+01 + vertex 8.5342536E+00 1.3988610E+02 -7.926628E+01 + endloop + endfacet + facet normal -0.217272968 0.01032662143 0.97605625774 + outer loop + vertex 1.1482452E+01 1.4495901E+02 -7.866368E+01 + vertex 8.5342536E+00 1.3988610E+02 -7.926628E+01 + vertex 1.3161174E+01 1.3992660E+02 -7.823674E+01 + endloop + endfacet + facet normal -0.030663384 -1.361728E-16 0.99952976788 + outer loop + vertex -6.123234E-15 1.5000000E+02 -8.000000E+01 + vertex 1.6081226E-14 1.4500000E+02 -8.000000E+01 + vertex 3.0648965E+00 1.4518849E+02 -7.990598E+01 + endloop + endfacet + facet normal -0.1013214743 0.00820459922 0.99481990501 + outer loop + vertex 4.9806773E+00 1.5009370E+02 -7.975131E+01 + vertex 3.0648965E+00 1.4518849E+02 -7.990598E+01 + vertex 7.0976899E+00 1.4499748E+02 -7.949366E+01 + endloop + endfacet + facet normal -0.030663384 2.0949272E-18 0.99952976788 + outer loop + vertex 3.0648965E+00 1.4518849E+02 -7.990598E+01 + vertex 1.6081226E-14 1.4500000E+02 -8.000000E+01 + vertex 1.6081226E-14 1.4000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.0405758222 -2.711231E-15 0.99917646222 + outer loop + vertex 4.0542407E+00 1.3988556E+02 -7.983536E+01 + vertex 1.6081226E-14 1.4000000E+02 -8.000000E+01 + vertex 0.000000E+00 1.3500000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.1493677913 0.01101602076 0.98872033973 + outer loop + vertex 8.5342536E+00 1.3988610E+02 -7.926628E+01 + vertex 4.9297329E+00 1.3500000E+02 -7.975638E+01 + vertex 9.9883909E+00 1.3500000E+02 -7.899216E+01 + endloop + endfacet + facet normal -0.9671017674 -0.0127025321 0.25407246452 + outer loop + vertex 4.8311472E+01 1.9000919E+02 -4.288416E+01 + vertex 4.8939016E+01 1.9500681E+02 -4.024562E+01 + vertex 4.7655459E+01 1.9500721E+02 -4.513133E+01 + endloop + endfacet + facet normal -0.9519453402 -0.0126192156 0.30600788337 + outer loop + vertex 4.7542685E+01 1.8500706E+02 -4.548202E+01 + vertex 4.8311472E+01 1.9000919E+02 -4.288416E+01 + vertex 4.6769987E+01 1.9000662E+02 -4.767960E+01 + endloop + endfacet + facet normal -0.9365270281 -0.01270964 0.35036493927 + outer loop + vertex 4.6769987E+01 1.9000662E+02 -4.767960E+01 + vertex 4.7655459E+01 1.9500721E+02 -4.513133E+01 + vertex 4.5885514E+01 1.9500406E+02 -4.986252E+01 + endloop + endfacet + facet normal -0.9163128197 -0.0126435828 0.40026360856 + outer loop + vertex 4.5747934E+01 1.8500422E+02 -5.017738E+01 + vertex 4.6769987E+01 1.9000662E+02 -4.767960E+01 + vertex 4.4752395E+01 1.9000409E+02 -5.229850E+01 + endloop + endfacet + facet normal -0.9794499055 -0.0127831876 0.20128207233 + outer loop + vertex 4.8939016E+01 1.9500681E+02 -4.024562E+01 + vertex 4.9423416E+01 2.0000000E+02 -3.757139E+01 + vertex 4.8403856E+01 2.0000000E+02 -4.253263E+01 + endloop + endfacet + facet normal -0.9540611662 -0.0127937684 0.29933862202 + outer loop + vertex 4.7655459E+01 1.9500721E+02 -4.513133E+01 + vertex 4.8403856E+01 2.0000000E+02 -4.253263E+01 + vertex 4.6887607E+01 2.0000000E+02 -4.736526E+01 + endloop + endfacet + facet normal -0.9984354691 -0.0127568176 0.05444150726 + outer loop + vertex 4.9914621E+01 1.8999459E+02 -3.292072E+01 + vertex 4.9999639E+01 1.9499430E+02 -3.018998E+01 + vertex 4.9723707E+01 1.9500017E+02 -3.524909E+01 + endloop + endfacet + facet normal -0.9939781215 -0.0127269824 0.10883711612 + outer loop + vertex 4.9679837E+01 1.8499791E+02 -3.564923E+01 + vertex 4.9914621E+01 1.8999459E+02 -3.292072E+01 + vertex 4.9363558E+01 1.9000415E+02 -3.795230E+01 + endloop + endfacet + facet normal -0.9878142622 -0.0127207185 0.15511662284 + outer loop + vertex 4.9363558E+01 1.9000415E+02 -3.795230E+01 + vertex 4.9723707E+01 1.9500017E+02 -3.524909E+01 + vertex 4.8939016E+01 1.9500681E+02 -4.024562E+01 + endloop + endfacet + facet normal -0.9779191494 -0.0126376402 0.20860112 + outer loop + vertex 4.8857055E+01 1.8500592E+02 -4.062959E+01 + vertex 4.9363558E+01 1.9000415E+02 -3.795230E+01 + vertex 4.8311472E+01 1.9000919E+02 -4.288416E+01 + endloop + endfacet + facet normal -0.9999187515 -0.0127471749 0.0 + outer loop + vertex 4.9999639E+01 1.9499430E+02 -3.018998E+01 + vertex 4.9935825E+01 2.0000000E+02 -2.746754E+01 + vertex 4.9935825E+01 2.0000000E+02 -3.253246E+01 + endloop + endfacet + facet normal -0.9947883184 -0.0127608311 0.10116008459 + outer loop + vertex 4.9723707E+01 1.9500017E+02 -3.524909E+01 + vertex 4.9935825E+01 2.0000000E+02 -3.253246E+01 + vertex 4.9423416E+01 2.0000000E+02 -3.757139E+01 + endloop + endfacet + facet normal -0.9133207549 -0.0125064948 0.40704887456 + outer loop + vertex 4.5584386E+01 1.7499910E+02 -5.054419E+01 + vertex 4.6633694E+01 1.8000343E+02 -4.803604E+01 + vertex 4.4590462E+01 1.8000280E+02 -5.262058E+01 + endloop + endfacet + facet normal -0.8898844 -0.012447047 0.45601625595 + outer loop + vertex 4.4392763E+01 1.6999521E+02 -5.300614E+01 + vertex 4.5584386E+01 1.7499910E+02 -5.054419E+01 + vertex 4.3298794E+01 1.7500194E+02 -5.500429E+01 + endloop + endfacet + facet normal -0.8679462353 -0.0124809055 0.49650131878 + outer loop + vertex 4.3298794E+01 1.7500194E+02 -5.500429E+01 + vertex 4.4590462E+01 1.8000280E+02 -5.262058E+01 + vertex 4.2101258E+01 1.8000709E+02 -5.697191E+01 + endloop + endfacet + facet normal -0.8398954085 -0.0123340385 0.54260812218 + outer loop + vertex 4.1872793E+01 1.7000114E+02 -5.732525E+01 + vertex 4.3298794E+01 1.7500194E+02 -5.500429E+01 + vertex 4.0591700E+01 1.7500834E+02 -5.919442E+01 + endloop + endfacet + facet normal -0.9340108403 -0.012557942 0.35702387635 + outer loop + vertex 4.6633694E+01 1.8000343E+02 -4.803604E+01 + vertex 4.7542685E+01 1.8500706E+02 -4.548202E+01 + vertex 4.5747934E+01 1.8500422E+02 -5.017738E+01 + endloop + endfacet + facet normal -0.8934358669 -0.0125779527 0.44901463992 + outer loop + vertex 4.4590462E+01 1.8000280E+02 -5.262058E+01 + vertex 4.5747934E+01 1.8500422E+02 -5.017738E+01 + vertex 4.3489559E+01 1.8500505E+02 -5.467100E+01 + endloop + endfacet + facet normal -0.9761816456 -0.0125573429 0.21659110765 + outer loop + vertex 4.8764710E+01 1.7500112E+02 -4.104550E+01 + vertex 4.9295847E+01 1.8000077E+02 -3.836178E+01 + vertex 4.8206209E+01 1.8000475E+02 -4.327258E+01 + endloop + endfacet + facet normal -0.9629074065 -0.0124851268 0.26954303579 + outer loop + vertex 4.8088272E+01 1.6999809E+02 -4.369372E+01 + vertex 4.8764710E+01 1.7500112E+02 -4.104550E+01 + vertex 4.7412308E+01 1.7500049E+02 -4.587681E+01 + endloop + endfacet + facet normal -0.9495194542 -0.0124884477 0.31345947859 + outer loop + vertex 4.7412308E+01 1.7500049E+02 -4.587681E+01 + vertex 4.8206209E+01 1.8000475E+02 -4.327258E+01 + vertex 4.6633694E+01 1.8000343E+02 -4.803604E+01 + endloop + endfacet + facet normal -0.9310639609 -0.0124557334 0.36464332622 + outer loop + vertex 4.6474478E+01 1.6999446E+02 -4.844242E+01 + vertex 4.7412308E+01 1.7500049E+02 -4.587681E+01 + vertex 4.5584386E+01 1.7499910E+02 -5.054419E+01 + endloop + endfacet + facet normal -0.9865510397 -0.0126514288 0.16296314716 + outer loop + vertex 4.9295847E+01 1.8000077E+02 -3.836178E+01 + vertex 4.9679837E+01 1.8499791E+02 -3.564923E+01 + vertex 4.8857055E+01 1.8500592E+02 -4.062959E+01 + endloop + endfacet + facet normal -0.9651426006 -0.0125531818 0.26142336953 + outer loop + vertex 4.8206209E+01 1.8000475E+02 -4.327258E+01 + vertex 4.8857055E+01 1.8500592E+02 -4.062959E+01 + vertex 4.7542685E+01 1.8500706E+02 -4.548202E+01 + endloop + endfacet + facet normal -0.8471269801 -0.0127130192 0.5312384198 + outer loop + vertex 4.2280891E+01 1.9000733E+02 -5.668944E+01 + vertex 4.3646729E+01 1.9500400E+02 -5.439186E+01 + vertex 4.0964203E+01 1.9500815E+02 -5.866939E+01 + endloop + endfacet + facet normal -0.8176613033 -0.0125941727 0.57556179502 + outer loop + vertex 4.0797885E+01 1.8501069E+02 -5.890558E+01 + vertex 4.2280891E+01 1.9000733E+02 -5.668944E+01 + vertex 3.9387476E+01 1.9001342E+02 -6.079978E+01 + endloop + endfacet + facet normal -0.7892717208 -0.0126951673 0.61391284679 + outer loop + vertex 3.9387476E+01 1.9001342E+02 -6.079978E+01 + vertex 4.0964203E+01 1.9500815E+02 -5.866939E+01 + vertex 3.7868295E+01 1.9501219E+02 -6.264954E+01 + endloop + endfacet + facet normal -0.7558185169 -0.0125446717 0.65466098148 + outer loop + vertex 3.7709024E+01 1.8501551E+02 -6.283336E+01 + vertex 3.9387476E+01 1.9001342E+02 -6.079978E+01 + vertex 3.6104823E+01 1.9001606E+02 -6.458962E+01 + endloop + endfacet + facet normal -0.8742749642 -0.0128020147 0.48526219245 + outer loop + vertex 4.3646729E+01 1.9500400E+02 -5.439186E+01 + vertex 4.4890227E+01 2.0000000E+02 -5.201971E+01 + vertex 4.2432213E+01 2.0000000E+02 -5.644820E+01 + endloop + endfacet + facet normal -0.8206959767 -0.0128213772 0.57122125843 + outer loop + vertex 4.0964203E+01 1.9500815E+02 -5.866939E+01 + vertex 4.2432213E+01 2.0000000E+02 -5.644820E+01 + vertex 3.9538787E+01 2.0000000E+02 -6.060530E+01 + endloop + endfacet + facet normal -0.8438634968 0.01254693896 0.5364111977 + outer loop + vertex 4.2280891E+01 1.9000733E+02 -5.668944E+01 + vertex 4.0797885E+01 1.8501069E+02 -5.890558E+01 + vertex 4.3489559E+01 1.8500505E+02 -5.467100E+01 + endloop + endfacet + facet normal -0.8713659808 0.01265879954 0.49047026641 + outer loop + vertex 4.3646729E+01 1.9500400E+02 -5.439186E+01 + vertex 4.2280891E+01 1.9000733E+02 -5.668944E+01 + vertex 4.4752395E+01 1.9000409E+02 -5.229850E+01 + endloop + endfacet + facet normal -0.896394743 0.0127351482 0.44307367415 + outer loop + vertex 4.4890227E+01 2.0000000E+02 -5.201971E+01 + vertex 4.3646729E+01 1.9500400E+02 -5.439186E+01 + vertex 4.5885514E+01 1.9500406E+02 -4.986252E+01 + endloop + endfacet + facet normal -0.7522601348 -0.0122686389 0.65875197917 + outer loop + vertex 3.7504065E+01 1.7501328E+02 -6.306728E+01 + vertex 3.9204512E+01 1.8001319E+02 -6.103234E+01 + vertex 3.5934007E+01 1.8001564E+02 -6.476704E+01 + endloop + endfacet + facet normal -0.7164729549 -0.0121057058 0.69750982554 + outer loop + vertex 3.5690774E+01 1.7001082E+02 -6.501669E+01 + vertex 3.7504065E+01 1.7501328E+02 -6.306728E+01 + vertex 3.4061022E+01 1.7501401E+02 -6.660392E+01 + endloop + endfacet + facet normal -0.6832379879 -0.0122750827 0.73009257921 + outer loop + vertex 3.4061022E+01 1.7501401E+02 -6.660392E+01 + vertex 3.5934007E+01 1.8001564E+02 -6.476704E+01 + vertex 3.2311451E+01 1.8001197E+02 -6.815718E+01 + endloop + endfacet + facet normal -0.6441101865 -0.0121885144 0.7648356083 + outer loop + vertex 3.2079076E+01 1.7001157E+02 -6.835274E+01 + vertex 3.4061022E+01 1.7501401E+02 -6.660392E+01 + vertex 3.0276676E+01 1.7500984E+02 -6.979099E+01 + endloop + endfacet + facet normal -0.7859976155 -0.0124408406 0.61810433897 + outer loop + vertex 3.9204512E+01 1.8001319E+02 -6.103234E+01 + vertex 4.0797885E+01 1.8501069E+02 -5.890558E+01 + vertex 3.7709024E+01 1.8501551E+02 -6.283336E+01 + endloop + endfacet + facet normal -0.7204526449 -0.0123975376 0.69339331371 + outer loop + vertex 3.5934007E+01 1.8001564E+02 -6.476704E+01 + vertex 3.7709024E+01 1.8501551E+02 -6.283336E+01 + vertex 3.4252335E+01 1.8501475E+02 -6.642496E+01 + endloop + endfacet + facet normal -0.7473568064 0.01202511777 0.66431408271 + outer loop + vertex 3.7504065E+01 1.7501328E+02 -6.306728E+01 + vertex 3.5690774E+01 1.7001082E+02 -6.501669E+01 + vertex 3.8960283E+01 1.7000752E+02 -6.133842E+01 + endloop + endfacet + facet normal -0.7818515137 0.01220565702 0.62334519527 + outer loop + vertex 3.9204512E+01 1.8001319E+02 -6.103234E+01 + vertex 3.7504065E+01 1.7501328E+02 -6.306728E+01 + vertex 4.0591700E+01 1.7500834E+02 -5.919442E+01 + endloop + endfacet + facet normal -0.8139996571 0.0123910382 0.58073317488 + outer loop + vertex 4.0797885E+01 1.8501069E+02 -5.890558E+01 + vertex 3.9204512E+01 1.8001319E+02 -6.103234E+01 + vertex 4.2101258E+01 1.8000709E+02 -5.697191E+01 + endloop + endfacet + facet normal -0.6503954791 -0.0126459983 0.75949048673 + outer loop + vertex 3.2464626E+01 1.9001307E+02 -6.802694E+01 + vertex 3.4391394E+01 1.9501257E+02 -6.629369E+01 + vertex 3.0571202E+01 1.9501169E+02 -6.956516E+01 + endloop + endfacet + facet normal -0.6104571026 -0.0124460558 0.79195152731 + outer loop + vertex 3.0457555E+01 1.8500741E+02 -6.965271E+01 + vertex 3.2464626E+01 1.9001307E+02 -6.802694E+01 + vertex 2.8510431E+01 1.9000925E+02 -7.107500E+01 + endloop + endfacet + facet normal -0.5709689797 -0.0125448172 0.82087578337 + outer loop + vertex 2.8510431E+01 1.9000925E+02 -7.107500E+01 + vertex 3.0571202E+01 1.9501169E+02 -6.956516E+01 + vertex 2.6457116E+01 1.9501815E+02 -7.242665E+01 + endloop + endfacet + facet normal -0.5287919441 -0.0122256418 0.84866342772 + outer loop + vertex 2.6376159E+01 1.8499762E+02 -7.247703E+01 + vertex 2.8510431E+01 1.9000925E+02 -7.107500E+01 + vertex 2.4306422E+01 1.9001585E+02 -7.369437E+01 + endloop + endfacet + facet normal -0.6889100005 -0.0128538651 0.72473290895 + outer loop + vertex 3.4391394E+01 1.9501257E+02 -6.629369E+01 + vertex 3.6239639E+01 2.0000000E+02 -6.444835E+01 + vertex 3.2568624E+01 2.0000000E+02 -6.793791E+01 + endloop + endfacet + facet normal -0.6120553638 -0.0128602188 0.79071034292 + outer loop + vertex 3.0571202E+01 1.9501169E+02 -6.956516E+01 + vertex 3.2568624E+01 2.0000000E+02 -6.793791E+01 + vertex 2.8563411E+01 2.0000000E+02 -7.103817E+01 + endloop + endfacet + facet normal -0.6478675435 0.01239487203 0.76165216023 + outer loop + vertex 3.2464626E+01 1.9001307E+02 -6.802694E+01 + vertex 3.0457555E+01 1.8500741E+02 -6.965271E+01 + vertex 3.4252335E+01 1.8501475E+02 -6.642496E+01 + endloop + endfacet + facet normal -0.6865070322 0.01252975972 0.72701519918 + outer loop + vertex 3.4391394E+01 1.9501257E+02 -6.629369E+01 + vertex 3.2464626E+01 1.9001307E+02 -6.802694E+01 + vertex 3.6104823E+01 1.9001606E+02 -6.458962E+01 + endloop + endfacet + facet normal -0.7234561232 0.01270566752 0.69025343447 + outer loop + vertex 3.6239639E+01 2.0000000E+02 -6.444835E+01 + vertex 3.4391394E+01 1.9501257E+02 -6.629369E+01 + vertex 3.7868295E+01 1.9501219E+02 -6.264954E+01 + endloop + endfacet + facet normal -0.5257669374 -0.0122446424 0.85054053183 + outer loop + vertex 2.6181569E+01 1.7499986E+02 -7.259725E+01 + vertex 2.8365270E+01 1.8000143E+02 -7.117537E+01 + vertex 2.4154098E+01 1.7998614E+02 -7.377876E+01 + endloop + endfacet + facet normal -0.4807435536 -0.0122462251 0.87677572143 + outer loop + vertex 2.3904910E+01 1.7000527E+02 -7.391532E+01 + vertex 2.6181569E+01 1.7499986E+02 -7.259725E+01 + vertex 2.1840923E+01 1.7498380E+02 -7.497748E+01 + endloop + endfacet + facet normal -0.4396383001 -0.011916784 0.89809584974 + outer loop + vertex 2.1840923E+01 1.7498380E+02 -7.497748E+01 + vertex 2.4154098E+01 1.7998614E+02 -7.377876E+01 + vertex 1.9762572E+01 1.7997559E+02 -7.592865E+01 + endloop + endfacet + facet normal -0.3922294899 -0.011953493 0.91978972665 + outer loop + vertex 1.9452630E+01 1.6999424E+02 -7.606078E+01 + vertex 2.1840923E+01 1.7498380E+02 -7.497748E+01 + vertex 1.7340732E+01 1.7497099E+02 -7.689668E+01 + endloop + endfacet + facet normal -0.5689754744 -0.0122996242 0.82226250602 + outer loop + vertex 2.8365270E+01 1.8000143E+02 -7.117537E+01 + vertex 3.0457555E+01 1.8500741E+02 -6.965271E+01 + vertex 2.6376159E+01 1.8499762E+02 -7.247703E+01 + endloop + endfacet + facet normal -0.4851632288 -0.0119904058 0.87434139302 + outer loop + vertex 2.4154098E+01 1.7998614E+02 -7.377876E+01 + vertex 2.6376159E+01 1.8499762E+02 -7.247703E+01 + vertex 2.2085627E+01 1.8499565E+02 -7.485783E+01 + endloop + endfacet + facet normal -0.5210390279 0.01227857885 0.85344453125 + outer loop + vertex 2.6181569E+01 1.7499986E+02 -7.259725E+01 + vertex 2.3904910E+01 1.7000527E+02 -7.391532E+01 + vertex 2.8137709E+01 1.7001046E+02 -7.133121E+01 + endloop + endfacet + facet normal -0.5652570466 0.01230798051 0.82482300213 + outer loop + vertex 2.8365270E+01 1.8000143E+02 -7.117537E+01 + vertex 2.6181569E+01 1.7499986E+02 -7.259725E+01 + vertex 3.0276676E+01 1.7500984E+02 -6.979099E+01 + endloop + endfacet + facet normal -0.6074920342 0.01232521871 0.79423014135 + outer loop + vertex 3.0457555E+01 1.8500741E+02 -6.965271E+01 + vertex 2.8365270E+01 1.8000143E+02 -7.117537E+01 + vertex 3.2311451E+01 1.8001197E+02 -6.815718E+01 + endloop + endfacet + facet normal -0.3970899187 -0.0122592601 0.9176978299 + outer loop + vertex 1.9919552E+01 1.9003523E+02 -7.586078E+01 + vertex 2.2104199E+01 1.9503560E+02 -7.484868E+01 + vertex 1.7555512E+01 1.9505086E+02 -7.681671E+01 + endloop + endfacet + facet normal -0.3043613614 -0.0121808778 0.95247875982 + outer loop + vertex 1.5374657E+01 1.9005238E+02 -7.757752E+01 + vertex 1.7555512E+01 1.9505086E+02 -7.681671E+01 + vertex 1.2846887E+01 1.9504567E+02 -7.832140E+01 + endloop + endfacet + facet normal -0.4403574614 -0.0129080285 0.89772974162 + outer loop + vertex 2.2104199E+01 1.9503560E+02 -7.484868E+01 + vertex 2.4265098E+01 2.0000000E+02 -7.371733E+01 + vertex 1.9717793E+01 2.0000000E+02 -7.594789E+01 + endloop + endfacet + facet normal -0.3472764326 -0.0128824705 0.93767431516 + outer loop + vertex 1.7555512E+01 1.9505086E+02 -7.681671E+01 + vertex 1.9717793E+01 2.0000000E+02 -7.594789E+01 + vertex 1.4968156E+01 2.0000000E+02 -7.770696E+01 + endloop + endfacet + facet normal -0.4427159796 0.01194854785 0.89658228488 + outer loop + vertex 2.2104199E+01 1.9503560E+02 -7.484868E+01 + vertex 1.9919552E+01 1.9003523E+02 -7.586078E+01 + vertex 2.4306422E+01 1.9001585E+02 -7.369437E+01 + endloop + endfacet + facet normal -0.4861407512 0.01247583062 0.87379146463 + outer loop + vertex 2.4265098E+01 2.0000000E+02 -7.371733E+01 + vertex 2.2104199E+01 1.9503560E+02 -7.484868E+01 + vertex 2.6457116E+01 1.9501815E+02 -7.242665E+01 + endloop + endfacet + facet normal -0.2150394204 0.01156036138 0.97653694539 + outer loop + vertex 1.0611774E+01 1.9003600E+02 -7.886093E+01 + vertex 8.3856418E+00 1.8502329E+02 -7.929179E+01 + vertex 1.3093157E+01 1.8503005E+02 -7.825525E+01 + endloop + endfacet + facet normal -0.3077875221 0.0114346199 0.95138640451 + outer loop + vertex 1.5374657E+01 1.9005238E+02 -7.757752E+01 + vertex 1.3093157E+01 1.8503005E+02 -7.825525E+01 + vertex 1.7656894E+01 1.8500923E+02 -7.677856E+01 + endloop + endfacet + facet normal -0.3978325128 0.01157983584 0.91738497869 + outer loop + vertex 1.9919552E+01 1.9003523E+02 -7.586078E+01 + vertex 1.7656894E+01 1.8500923E+02 -7.677856E+01 + vertex 2.2085627E+01 1.8499565E+02 -7.485783E+01 + endloop + endfacet + facet normal -0.2506321927 -0.0127391507 0.96799856302 + outer loop + vertex 1.2846887E+01 1.9504567E+02 -7.832140E+01 + vertex 1.4968156E+01 2.0000000E+02 -7.770696E+01 + vertex 1.0064926E+01 2.0000000E+02 -7.897650E+01 + endloop + endfacet + facet normal -0.2092613872 -0.0119413464 0.97778682548 + outer loop + vertex 1.0611774E+01 1.9003600E+02 -7.886093E+01 + vertex 1.2846887E+01 1.9504567E+02 -7.832140E+01 + vertex 8.0687588E+00 1.9499114E+02 -7.934466E+01 + endloop + endfacet + facet normal -0.0349730549 0.0 0.9993882556 + outer loop + vertex -6.123234E-15 2.0000000E+02 -8.000000E+01 + vertex -6.123234E-15 1.9500000E+02 -8.000000E+01 + vertex 3.4951660E+00 1.9487792E+02 -7.987769E+01 + endloop + endfacet + facet normal -0.1159858531 0.00937203956 0.99320664856 + outer loop + vertex 5.0584161E+00 2.0000000E+02 -7.974347E+01 + vertex 3.4951660E+00 1.9487792E+02 -7.987769E+01 + vertex 8.0687588E+00 1.9499114E+02 -7.934466E+01 + endloop + endfacet + facet normal -0.0349730549 -4.167333E-18 0.9993882556 + outer loop + vertex 3.4951660E+00 1.9487792E+02 -7.987769E+01 + vertex -6.123234E-15 1.9500000E+02 -8.000000E+01 + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.0368856425 0.0 0.99931949314 + outer loop + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + vertex -6.123234E-15 1.8500000E+02 -8.000000E+01 + vertex 3.6860542E+00 1.8499732E+02 -7.986394E+01 + endloop + endfacet + facet normal -0.1209045781 0.01088314814 0.99260447313 + outer loop + vertex 5.5753379E+00 1.8995560E+02 -7.968818E+01 + vertex 3.6860542E+00 1.8499732E+02 -7.986394E+01 + vertex 8.3856418E+00 1.8502329E+02 -7.929179E+01 + endloop + endfacet + facet normal -0.2083543806 0.01128631618 0.9779882776 + outer loop + vertex 1.0558368E+01 1.8001737E+02 -7.887250E+01 + vertex 8.0835034E+00 1.7503421E+02 -7.934224E+01 + vertex 1.2741365E+01 1.7498348E+02 -7.834933E+01 + endloop + endfacet + facet normal -0.2583163908 0.01167541612 0.96598981717 + outer loop + vertex 1.3093157E+01 1.8503005E+02 -7.825525E+01 + vertex 1.0558368E+01 1.8001737E+02 -7.887250E+01 + vertex 1.5252051E+01 1.7998490E+02 -7.761696E+01 + endloop + endfacet + facet normal -0.3011229933 0.0115368408 0.95351551859 + outer loop + vertex 1.5252051E+01 1.7998490E+02 -7.761696E+01 + vertex 1.2741365E+01 1.7498348E+02 -7.834933E+01 + vertex 1.7340732E+01 1.7497099E+02 -7.689668E+01 + endloop + endfacet + facet normal -0.350509019 0.01149817421 0.93648877172 + outer loop + vertex 1.7656894E+01 1.8500923E+02 -7.677856E+01 + vertex 1.5252051E+01 1.7998490E+02 -7.761696E+01 + vertex 1.9762572E+01 1.7997559E+02 -7.592865E+01 + endloop + endfacet + facet normal -0.1543848062 0.01187324337 0.98793945043 + outer loop + vertex 8.0835034E+00 1.7503421E+02 -7.934224E+01 + vertex 5.2806112E+00 1.7005174E+02 -7.972037E+01 + vertex 1.0151088E+01 1.7000587E+02 -7.895871E+01 + endloop + endfacet + facet normal -0.2503777962 0.01177657288 0.96807658347 + outer loop + vertex 1.2741365E+01 1.7498348E+02 -7.834933E+01 + vertex 1.0151088E+01 1.7000587E+02 -7.895871E+01 + vertex 1.4863073E+01 1.6998741E+02 -7.773981E+01 + endloop + endfacet + facet normal -0.2150078859 -0.011524297 0.97654431522 + outer loop + vertex 1.0558368E+01 1.8001737E+02 -7.887250E+01 + vertex 1.3093157E+01 1.8503005E+02 -7.825525E+01 + vertex 8.3856418E+00 1.8502329E+02 -7.929179E+01 + endloop + endfacet + facet normal -0.1615682038 -0.0127784832 0.98677881305 + outer loop + vertex 8.0835034E+00 1.7503421E+02 -7.934224E+01 + vertex 1.0558368E+01 1.8001737E+02 -7.887250E+01 + vertex 5.5719145E+00 1.8004633E+02 -7.968857E+01 + endloop + endfacet + facet normal -0.0368856425 -8.619737E-18 0.99931949314 + outer loop + vertex 3.6860542E+00 1.8499732E+02 -7.986394E+01 + vertex -6.123234E-15 1.8500000E+02 -8.000000E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.0556786511 -0.0146548941 0.99834118511 + outer loop + vertex 3.5292444E+00 1.7508702E+02 -7.987529E+01 + vertex 5.5719145E+00 1.8004633E+02 -7.968857E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.0353144711 0.0 0.99937624953 + outer loop + vertex 3.5292444E+00 1.7508702E+02 -7.987529E+01 + vertex -6.123234E-15 1.7500000E+02 -8.000000E+01 + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + endloop + endfacet + facet normal -0.9850054604 -0.0128432786 -0.1720444509 + outer loop + vertex 4.9285160E+01 1.5499916E+02 -2.157546E+01 + vertex 4.8753593E+01 1.6000191E+02 -1.890553E+01 + vertex 4.9627646E+01 1.5999580E+02 -2.390929E+01 + endloop + endfacet + facet normal -0.9929450591 -0.0130160322 -0.1178587822 + outer loop + vertex 4.9672601E+01 1.4999998E+02 -2.428749E+01 + vertex 4.9285160E+01 1.5499916E+02 -2.157546E+01 + vertex 4.9887769E+01 1.5499406E+02 -2.665179E+01 + endloop + endfacet + facet normal -0.9974099112 -0.0130924908 -0.0707252124 + outer loop + vertex 4.9887769E+01 1.5499406E+02 -2.665179E+01 + vertex 4.9627646E+01 1.5999580E+02 -2.390929E+01 + vertex 4.9990508E+01 1.5999147E+02 -2.902579E+01 + endloop + endfacet + facet normal -0.9997929042 -0.0132286041 -0.0154645656 + outer loop + vertex 4.9996658E+01 1.5000279E+02 -2.942193E+01 + vertex 4.9887769E+01 1.5499406E+02 -2.665179E+01 + vertex 4.9967450E+01 1.5499483E+02 -3.180387E+01 + endloop + endfacet + facet normal -0.9604776081 -0.0127299279 -0.2780660232 + outer loop + vertex 4.8079481E+01 1.6500253E+02 -1.627544E+01 + vertex 4.7263130E+01 1.7000064E+02 -1.368447E+01 + vertex 4.8669631E+01 1.7000292E+02 -1.854282E+01 + endloop + endfacet + facet normal -0.9741713216 -0.0127476039 -0.2254500717 + outer loop + vertex 4.8753593E+01 1.6000191E+02 -1.890553E+01 + vertex 4.8079481E+01 1.6500253E+02 -1.627544E+01 + vertex 4.9220577E+01 1.6499996E+02 -2.120598E+01 + endloop + endfacet + facet normal -0.9836847797 -0.0128060004 -0.1794443102 + outer loop + vertex 4.9220577E+01 1.6499996E+02 -2.120598E+01 + vertex 4.8669631E+01 1.7000292E+02 -1.854282E+01 + vertex 4.9579983E+01 1.6999638E+02 -2.353276E+01 + endloop + endfacet + facet normal -0.9920175692 -0.012935462 -0.1254345097 + outer loop + vertex 4.9627646E+01 1.5999580E+02 -2.390929E+01 + vertex 4.9220577E+01 1.6499996E+02 -2.120598E+01 + vertex 4.9860226E+01 1.6499256E+02 -2.626397E+01 + endloop + endfacet + facet normal -0.9300599833 -0.0129197576 -0.3671804833 + outer loop + vertex 4.6576075E+01 1.5499805E+02 -1.181569E+01 + vertex 4.5511268E+01 1.5999379E+02 -9.294337E+00 + vertex 4.7382216E+01 1.5999959E+02 -1.403361E+01 + endloop + endfacet + facet normal -0.9487033022 -0.0128200348 -0.3159077256 + outer loop + vertex 4.7499992E+01 1.5000012E+02 -1.438748E+01 + vertex 4.6576075E+01 1.5499805E+02 -1.181569E+01 + vertex 4.8179958E+01 1.5500120E+02 -1.663244E+01 + endloop + endfacet + facet normal -0.9625120042 -0.0127462344 -0.2709394309 + outer loop + vertex 4.8179958E+01 1.5500120E+02 -1.663244E+01 + vertex 4.7382216E+01 1.5999959E+02 -1.403361E+01 + vertex 4.8753593E+01 1.6000191E+02 -1.890553E+01 + endloop + endfacet + facet normal -0.9758254871 -0.0127607206 -0.2181783277 + outer loop + vertex 4.8835427E+01 1.4999824E+02 -1.927148E+01 + vertex 4.8179958E+01 1.5500120E+02 -1.663244E+01 + vertex 4.9285160E+01 1.5499916E+02 -2.157546E+01 + endloop + endfacet + facet normal -0.8844952036 -0.013011164 -0.4663678209 + outer loop + vertex 4.4309658E+01 1.6499081E+02 -6.834201E+00 + vertex 4.2978811E+01 1.6998933E+02 -4.449622E+00 + vertex 4.5362901E+01 1.6999224E+02 -8.971276E+00 + endloop + endfacet + facet normal -0.908625229 -0.0129932416 -0.4174103124 + outer loop + vertex 4.5511268E+01 1.5999379E+02 -9.294337E+00 + vertex 4.4309658E+01 1.6499081E+02 -6.834201E+00 + vertex 4.6442399E+01 1.6499592E+02 -1.147694E+01 + endloop + endfacet + facet normal -0.9273741756 -0.0128480211 -0.373914518 + outer loop + vertex 4.6442399E+01 1.6499592E+02 -1.147694E+01 + vertex 4.5362901E+01 1.6999224E+02 -8.971276E+00 + vertex 4.7263130E+01 1.7000064E+02 -1.368447E+01 + endloop + endfacet + facet normal -0.9463532283 -0.0127895307 -0.3228807756 + outer loop + vertex 4.7382216E+01 1.5999959E+02 -1.403361E+01 + vertex 4.6442399E+01 1.6499592E+02 -1.147694E+01 + vertex 4.8079481E+01 1.6500253E+02 -1.627544E+01 + endloop + endfacet + facet normal -0.9998820878 -0.0132843651 -0.0077030009 + outer loop + vertex 4.9999620E+01 1.4005338E+02 -2.980498E+01 + vertex 4.9912300E+01 1.4502238E+02 -2.703988E+01 + vertex 4.9951946E+01 1.4502553E+02 -3.219159E+01 + endloop + endfacet + facet normal -0.9988086026 -0.0128473358 0.04707782217 + outer loop + vertex 4.9940214E+01 1.3500000E+02 -3.244439E+01 + vertex 4.9999620E+01 1.4005338E+02 -2.980498E+01 + vertex 4.9760403E+01 1.4002125E+02 -3.488900E+01 + endloop + endfacet + facet normal -0.9953860521 -0.0131334692 0.09504798436 + outer loop + vertex 4.9760403E+01 1.4002125E+02 -3.488900E+01 + vertex 4.9951946E+01 1.4502553E+02 -3.219159E+01 + vertex 4.9464933E+01 1.4500083E+02 -3.729523E+01 + endloop + endfacet + facet normal -0.9888442577 -0.0129522234 0.14838892779 + outer loop + vertex 4.9442231E+01 1.3500000E+02 -3.744754E+01 + vertex 4.9760403E+01 1.4002125E+02 -3.488900E+01 + vertex 4.9005879E+01 1.3997733E+02 -3.992088E+01 + endloop + endfacet + facet normal -0.9979264813 -0.0132246605 -0.0629908429 + outer loop + vertex 4.9912300E+01 1.4502238E+02 -2.703988E+01 + vertex 4.9672601E+01 1.4999998E+02 -2.428749E+01 + vertex 4.9996658E+01 1.5000279E+02 -2.942193E+01 + endloop + endfacet + facet normal -0.9991112485 -0.0132847835 0.04000284604 + outer loop + vertex 4.9951946E+01 1.4502553E+02 -3.219159E+01 + vertex 4.9996658E+01 1.5000279E+02 -2.942193E+01 + vertex 4.9790414E+01 1.5000230E+02 -3.457326E+01 + endloop + endfacet + facet normal -0.977511797 -0.0126376858 -0.2105017236 + outer loop + vertex 4.8930844E+01 1.3997448E+02 -1.971542E+01 + vertex 4.8284362E+01 1.4499260E+02 -1.701461E+01 + vertex 4.9349564E+01 1.4499589E+02 -2.196131E+01 + endloop + endfacet + facet normal -0.9877033047 -0.0126675437 -0.1558259132 + outer loop + vertex 4.9442230E+01 1.3500000E+02 -2.255246E+01 + vertex 4.8930844E+01 1.3997448E+02 -1.971542E+01 + vertex 4.9721589E+01 1.4001530E+02 -2.473089E+01 + endloop + endfacet + facet normal -0.993826088 -0.0129603592 -0.110189545 + outer loop + vertex 4.9721589E+01 1.4001530E+02 -2.473089E+01 + vertex 4.9349564E+01 1.4499589E+02 -2.196131E+01 + vertex 4.9912300E+01 1.4502238E+02 -2.703988E+01 + endloop + endfacet + facet normal -0.998417004 -0.0126566952 -0.0548023188 + outer loop + vertex 4.9940214E+01 1.3500000E+02 -2.755561E+01 + vertex 4.9721589E+01 1.4001530E+02 -2.473089E+01 + vertex 4.9999620E+01 1.4005338E+02 -2.980498E+01 + endloop + endfacet + facet normal -0.9645146227 -0.0127214449 -0.2637227851 + outer loop + vertex 4.8284362E+01 1.4499260E+02 -1.701461E+01 + vertex 4.7499992E+01 1.5000012E+02 -1.438748E+01 + vertex 4.8835427E+01 1.4999824E+02 -1.927148E+01 + endloop + endfacet + facet normal -0.9862743094 -0.0128533651 -0.1646140263 + outer loop + vertex 4.9349564E+01 1.4499589E+02 -2.196131E+01 + vertex 4.8835427E+01 1.4999824E+02 -1.927148E+01 + vertex 4.9672601E+01 1.4999998E+02 -2.428749E+01 + endloop + endfacet + facet normal -0.9722348033 -0.0126563076 0.23366494183 + outer loop + vertex 4.8564534E+01 1.5500098E+02 -4.189479E+01 + vertex 4.9143508E+01 1.6000101E+02 -3.921497E+01 + vertex 4.7964063E+01 1.5999698E+02 -4.412263E+01 + endloop + endfacet + facet normal -0.9579693506 -0.0126511549 0.28659147167 + outer loop + vertex 4.7843420E+01 1.4999735E+02 -4.452609E+01 + vertex 4.8564534E+01 1.5500098E+02 -4.189479E+01 + vertex 4.7118542E+01 1.5499415E+02 -4.672851E+01 + endloop + endfacet + facet normal -0.9437501458 -0.0126071647 0.33041900934 + outer loop + vertex 4.7118542E+01 1.5499415E+02 -4.672851E+01 + vertex 4.7964063E+01 1.5999698E+02 -4.412263E+01 + vertex 4.6299195E+01 1.5998944E+02 -4.887815E+01 + endloop + endfacet + facet normal -0.9241648372 -0.0127127315 0.38178232027 + outer loop + vertex 4.6130990E+01 1.4999398E+02 -4.928553E+01 + vertex 4.7118542E+01 1.5499415E+02 -4.672851E+01 + vertex 4.5187629E+01 1.5498902E+02 -5.140276E+01 + endloop + endfacet + facet normal -0.9920111383 -0.0128283448 0.12549635485 + outer loop + vertex 4.9576349E+01 1.6499810E+02 -3.649505E+01 + vertex 4.9859421E+01 1.6999408E+02 -3.374676E+01 + vertex 4.9221486E+01 1.6999904E+02 -3.878893E+01 + endloop + endfacet + facet normal -0.9835998887 -0.0127295962 0.17991446946 + outer loop + vertex 4.9143508E+01 1.6000101E+02 -3.921497E+01 + vertex 4.9576349E+01 1.6499810E+02 -3.649505E+01 + vertex 4.8665428E+01 1.6499905E+02 -4.147502E+01 + endloop + endfacet + facet normal -0.9742553016 -0.0125774212 0.22509645866 + outer loop + vertex 4.8665428E+01 1.6499905E+02 -4.147502E+01 + vertex 4.9221486E+01 1.6999904E+02 -3.878893E+01 + vertex 4.8088272E+01 1.6999809E+02 -4.369372E+01 + endloop + endfacet + facet normal -0.9604557978 -0.0125548114 0.27814930736 + outer loop + vertex 4.7964063E+01 1.5999698E+02 -4.412263E+01 + vertex 4.8665428E+01 1.6499905E+02 -4.147502E+01 + vertex 4.7266591E+01 1.6499320E+02 -4.630550E+01 + endloop + endfacet + facet normal -0.9994037571 -0.0131402089 0.03192906625 + outer loop + vertex 4.9967450E+01 1.5499483E+02 -3.180387E+01 + vertex 4.9990508E+01 1.5999147E+02 -2.902579E+01 + vertex 4.9826279E+01 1.5999614E+02 -3.416436E+01 + endloop + endfacet + facet normal -0.9960980788 -0.0130911745 0.08727679233 + outer loop + vertex 4.9790414E+01 1.5000230E+02 -3.457326E+01 + vertex 4.9967450E+01 1.5499483E+02 -3.180387E+01 + vertex 4.9519592E+01 1.5500040E+02 -3.691448E+01 + endloop + endfacet + facet normal -0.9909048861 -0.0129037957 0.1339440137 + outer loop + vertex 4.9519592E+01 1.5500040E+02 -3.691448E+01 + vertex 4.9826279E+01 1.5999614E+02 -3.416436E+01 + vertex 4.9143508E+01 1.6000101E+02 -3.921497E+01 + endloop + endfacet + facet normal -0.9820249694 -0.0127750539 0.18831823453 + outer loop + vertex 4.9065291E+01 1.4999996E+02 -3.962274E+01 + vertex 4.9519592E+01 1.5500040E+02 -3.691448E+01 + vertex 4.8564534E+01 1.5500098E+02 -4.189479E+01 + endloop + endfacet + facet normal -0.9968313378 -0.0129940901 -0.0784757129 + outer loop + vertex 4.9860226E+01 1.6499256E+02 -2.626397E+01 + vertex 4.9579983E+01 1.6999638E+02 -2.353276E+01 + vertex 4.9981170E+01 1.6999094E+02 -2.862789E+01 + endloop + endfacet + facet normal -0.9996395375 -0.0130997194 -0.0234348547 + outer loop + vertex 4.9990508E+01 1.5999147E+02 -2.902579E+01 + vertex 4.9860226E+01 1.6499256E+02 -2.626397E+01 + vertex 4.9980527E+01 1.6499219E+02 -3.139534E+01 + endloop + endfacet + facet normal -0.9996325937 -0.0130298398 0.02376764378 + outer loop + vertex 4.9980527E+01 1.6499219E+02 -3.139534E+01 + vertex 4.9981170E+01 1.6999094E+02 -2.862789E+01 + vertex 4.9859421E+01 1.6999408E+02 -3.374676E+01 + endloop + endfacet + facet normal -0.996790954 -0.0130024201 0.0789856385 + outer loop + vertex 4.9826279E+01 1.5999614E+02 -3.416436E+01 + vertex 4.9980527E+01 1.6499219E+02 -3.139534E+01 + vertex 4.9576349E+01 1.6499810E+02 -3.649505E+01 + endloop + endfacet + facet normal -0.921072891 -0.0128517973 0.38917805799 + outer loop + vertex 4.6005340E+01 1.3999949E+02 -4.958338E+01 + vertex 4.6985682E+01 1.4499814E+02 -4.709812E+01 + vertex 4.5010314E+01 1.4500005E+02 -5.177319E+01 + endloop + endfacet + facet normal -0.8989284772 -0.0129215969 0.43790481304 + outer loop + vertex 4.4916620E+01 1.3500000E+02 -5.196582E+01 + vertex 4.6005340E+01 1.3999949E+02 -4.958338E+01 + vertex 4.3778422E+01 1.4000212E+02 -5.415470E+01 + endloop + endfacet + facet normal -0.8768481284 -0.0128780676 0.48059495942 + outer loop + vertex 4.3778422E+01 1.4000212E+02 -5.415470E+01 + vertex 4.5010314E+01 1.4500005E+02 -5.177319E+01 + vertex 4.2568878E+01 1.4499745E+02 -5.622767E+01 + endloop + endfacet + facet normal -0.8498811718 -0.0128332053 0.52681809261 + outer loop + vertex 4.2445505E+01 1.3500000E+02 -5.642686E+01 + vertex 4.3778422E+01 1.4000212E+02 -5.415470E+01 + vertex 4.1108468E+01 1.3999469E+02 -5.846215E+01 + endloop + endfacet + facet normal -0.9408693259 -0.0127402781 0.33853005307 + outer loop + vertex 4.6985682E+01 1.4499814E+02 -4.709812E+01 + vertex 4.7843420E+01 1.4999735E+02 -4.452609E+01 + vertex 4.6130990E+01 1.4999398E+02 -4.928553E+01 + endloop + endfacet + facet normal -0.9017800093 -0.0128306108 0.4320048497 + outer loop + vertex 4.5010314E+01 1.4500005E+02 -5.177319E+01 + vertex 4.6130990E+01 1.4999398E+02 -4.928553E+01 + vertex 4.3938309E+01 1.4999309E+02 -5.386263E+01 + endloop + endfacet + facet normal -0.9805528027 -0.0127562484 0.19584044323 + outer loop + vertex 4.9005879E+01 1.3997733E+02 -3.992088E+01 + vertex 4.9464933E+01 1.4500083E+02 -3.729523E+01 + vertex 4.8472882E+01 1.4499143E+02 -4.226294E+01 + endloop + endfacet + facet normal -0.9687478621 -0.0128188433 0.24771608133 + outer loop + vertex 4.8407339E+01 1.3500000E+02 -4.251916E+01 + vertex 4.9005879E+01 1.3997733E+02 -3.992088E+01 + vertex 4.7750794E+01 1.4000494E+02 -4.482773E+01 + endloop + endfacet + facet normal -0.9557361998 -0.012791901 0.29394673597 + outer loop + vertex 4.7750794E+01 1.4000494E+02 -4.482773E+01 + vertex 4.8472882E+01 1.4499143E+02 -4.226294E+01 + vertex 4.6985682E+01 1.4499814E+02 -4.709812E+01 + endloop + endfacet + facet normal -0.938684692 -0.0128272509 0.34453811199 + outer loop + vertex 4.6919756E+01 1.3500000E+02 -4.727821E+01 + vertex 4.7750794E+01 1.4000494E+02 -4.482773E+01 + vertex 4.6005340E+01 1.3999949E+02 -4.958338E+01 + endloop + endfacet + facet normal -0.9897620331 -0.0129462289 0.14213906241 + outer loop + vertex 4.9464933E+01 1.4500083E+02 -3.729523E+01 + vertex 4.9790414E+01 1.5000230E+02 -3.457326E+01 + vertex 4.9065291E+01 1.4999996E+02 -3.962274E+01 + endloop + endfacet + facet normal -0.9702470491 -0.0126932178 0.2417840896 + outer loop + vertex 4.8472882E+01 1.4499143E+02 -4.226294E+01 + vertex 4.9065291E+01 1.4999996E+02 -3.962274E+01 + vertex 4.7843420E+01 1.4999735E+02 -4.452609E+01 + endloop + endfacet + facet normal -0.8505038224 -0.0127662309 -0.5258139133 + outer loop + vertex 4.2623250E+01 1.8999655E+02 -3.860784E+00 + vertex 4.1142051E+01 1.9499972E+02 -1.586418E+00 + vertex 4.3805794E+01 1.9499766E+02 -5.894972E+00 + endloop + endfacet + facet normal -0.8777997828 -0.0127856937 -0.4788570427 + outer loop + vertex 4.3980534E+01 1.8499453E+02 -6.215285E+00 + vertex 4.2623250E+01 1.8999655E+02 -3.860784E+00 + vertex 4.5051069E+01 1.8999696E+02 -8.311267E+00 + endloop + endfacet + facet normal -0.8993394291 -0.0127677405 -0.4370647276 + outer loop + vertex 4.5051069E+01 1.8999696E+02 -8.311267E+00 + vertex 4.3805794E+01 1.9499766E+02 -5.894972E+00 + vertex 4.6020146E+01 1.9499908E+02 -1.045144E+01 + endloop + endfacet + facet normal -0.9217594698 -0.0127675704 -0.3875518921 + outer loop + vertex 4.6163997E+01 1.8499880E+02 -1.079361E+01 + vertex 4.5051069E+01 1.8999696E+02 -8.311267E+00 + vertex 4.7014453E+01 1.9000128E+02 -1.298115E+01 + endloop + endfacet + facet normal -0.820696551 -0.0127666962 -0.5712216581 + outer loop + vertex 4.1142051E+01 1.9499972E+02 -1.586418E+00 + vertex 3.9538787E+01 2.0000000E+02 6.0529913E-01 + vertex 4.2432213E+01 2.0000000E+02 -3.551799E+00 + endloop + endfacet + facet normal -0.8742754224 -0.0127610168 -0.4852624468 + outer loop + vertex 4.3805794E+01 1.9499766E+02 -5.894972E+00 + vertex 4.2432213E+01 2.0000000E+02 -3.551799E+00 + vertex 4.4890227E+01 2.0000000E+02 -7.980292E+00 + endloop + endfacet + facet normal -0.7272703049 -0.0127608855 -0.6862325141 + outer loop + vertex 3.6489606E+01 1.8999923E+02 4.1834559E+00 + vertex 3.4582356E+01 1.9499948E+02 6.1117803E+00 + vertex 3.8057603E+01 1.9500132E+02 2.4286736E+00 + endloop + endfacet + facet normal -0.763409433 -0.01275964 -0.6457888426 + outer loop + vertex 3.8283155E+01 1.8499620E+02 2.1620901E+00 + vertex 3.6489606E+01 1.8999923E+02 4.1834559E+00 + vertex 3.9759559E+01 1.8999878E+02 3.1793905E-01 + endloop + endfacet + facet normal -0.7929515674 -0.0127560978 -0.6091511255 + outer loop + vertex 3.9759559E+01 1.8999878E+02 3.1793905E-01 + vertex 3.8057603E+01 1.9500132E+02 2.4286736E+00 + vertex 4.1142051E+01 1.9499972E+02 -1.586418E+00 + endloop + endfacet + facet normal -0.8248231309 -0.012768322 -0.5652466476 + outer loop + vertex 4.1343118E+01 1.8499416E+02 -1.879784E+00 + vertex 3.9759559E+01 1.8999878E+02 3.1793905E-01 + vertex 4.2623250E+01 1.8999655E+02 -3.860784E+00 + endloop + endfacet + facet normal -0.6889107942 -0.0127639421 -0.7247337438 + outer loop + vertex 3.4582356E+01 1.9499948E+02 6.1117803E+00 + vertex 3.2568624E+01 2.0000000E+02 7.9379061E+00 + vertex 3.6239639E+01 2.0000000E+02 4.4483460E+00 + endloop + endfacet + facet normal -0.7586962591 -0.0127694408 -0.6513193746 + outer loop + vertex 3.8057603E+01 1.9500132E+02 2.4286736E+00 + vertex 3.6239639E+01 2.0000000E+02 4.4483460E+00 + vertex 3.9538787E+01 2.0000000E+02 6.0529913E-01 + endloop + endfacet + facet normal -0.9246051939 -0.0127875856 -0.3807121131 + outer loop + vertex 4.6305520E+01 1.7499746E+02 -1.113737E+01 + vertex 4.5209709E+01 1.7999492E+02 -8.643918E+00 + vertex 4.7140070E+01 1.8000148E+02 -1.333225E+01 + endloop + endfacet + facet normal -0.9439435434 -0.0127566305 -0.3298603572 + outer loop + vertex 4.7263130E+01 1.7000064E+02 -1.368447E+01 + vertex 4.6305520E+01 1.7499746E+02 -1.113737E+01 + vertex 4.7975897E+01 1.7500334E+02 -1.591763E+01 + endloop + endfacet + facet normal -0.958376269 -0.0127299347 -0.2852242554 + outer loop + vertex 4.7975897E+01 1.7500334E+02 -1.591763E+01 + vertex 4.7140070E+01 1.8000148E+02 -1.333225E+01 + vertex 4.8582778E+01 1.8000326E+02 -1.817995E+01 + endloop + endfacet + facet normal -0.9724608164 -0.0127387672 -0.2327180363 + outer loop + vertex 4.8669631E+01 1.7000292E+02 -1.854282E+01 + vertex 4.7975897E+01 1.7500334E+02 -1.591763E+01 + vertex 4.9153378E+01 1.7500064E+02 -2.083783E+01 + endloop + endfacet + facet normal -0.9025286409 -0.0127981962 -0.4304396108 + outer loop + vertex 4.5209709E+01 1.7999492E+02 -8.643918E+00 + vertex 4.3980534E+01 1.8499453E+02 -6.215285E+00 + vertex 4.6163997E+01 1.8499880E+02 -1.079361E+01 + endloop + endfacet + facet normal -0.9414607067 -0.0127493844 -0.3368815682 + outer loop + vertex 4.7140070E+01 1.8000148E+02 -1.333225E+01 + vertex 4.6163997E+01 1.8499880E+02 -1.079361E+01 + vertex 4.7869399E+01 1.8500331E+02 -1.555975E+01 + endloop + endfacet + facet normal -0.8286987305 -0.012874565 -0.5595468342 + outer loop + vertex 4.1527703E+01 1.7498969E+02 -2.153099E+00 + vertex 3.9962194E+01 1.7999233E+02 5.0341275E-02 + vertex 4.2807148E+01 1.7999073E+02 -4.163049E+00 + endloop + endfacet + facet normal -0.857810357 -0.0129621449 -0.5138028554 + outer loop + vertex 4.2978811E+01 1.6998933E+02 -4.449622E+00 + vertex 4.1527703E+01 1.7498969E+02 -2.153099E+00 + vertex 4.4148901E+01 1.7499008E+02 -6.529283E+00 + endloop + endfacet + facet normal -0.8812305015 -0.0128622828 -0.4725117616 + outer loop + vertex 4.4148901E+01 1.7499008E+02 -6.529283E+00 + vertex 4.2807148E+01 1.7999073E+02 -4.163049E+00 + vertex 4.5209709E+01 1.7999492E+02 -8.643918E+00 + endloop + endfacet + facet normal -0.9056341818 -0.0128788472 -0.4238642046 + outer loop + vertex 4.5362901E+01 1.6999224E+02 -8.971276E+00 + vertex 4.4148901E+01 1.7499008E+02 -6.529283E+00 + vertex 4.6305520E+01 1.7499746E+02 -1.113737E+01 + endloop + endfacet + facet normal -0.7972257296 -0.0127974084 -0.6035456589 + outer loop + vertex 3.9962194E+01 1.7999233E+02 5.0341275E-02 + vertex 3.8283155E+01 1.8499620E+02 2.1620901E+00 + vertex 4.1343118E+01 1.8499416E+02 -1.879784E+00 + endloop + endfacet + facet normal -0.8542666807 -0.0128135105 -0.5196770652 + outer loop + vertex 4.2807148E+01 1.7999073E+02 -4.163049E+00 + vertex 4.1343118E+01 1.8499416E+02 -1.879784E+00 + vertex 4.3980534E+01 1.8499453E+02 -6.215285E+00 + endloop + endfacet + facet normal -0.9889366901 -0.0127808366 -0.1477865796 + outer loop + vertex 4.9477347E+01 1.8999852E+02 -2.278945E+01 + vertex 4.9012707E+01 1.9500162E+02 -2.011291E+01 + vertex 4.9761765E+01 1.9499630E+02 -2.512489E+01 + endloop + endfacet + facet normal -0.9955114833 -0.0128189102 -0.093768663 + outer loop + vertex 4.9796791E+01 1.8499395E+02 -2.549671E+01 + vertex 4.9477347E+01 1.8999852E+02 -2.278945E+01 + vertex 4.9953468E+01 1.8999202E+02 -2.784338E+01 + endloop + endfacet + facet normal -0.998817659 -0.0127833789 -0.0469027634 + outer loop + vertex 4.9953468E+01 1.8999202E+02 -2.784338E+01 + vertex 4.9761765E+01 1.9499630E+02 -2.512489E+01 + vertex 4.9999639E+01 1.9499430E+02 -3.018998E+01 + endloop + endfacet + facet normal -0.9998886955 -0.0128128768 0.00764374455 + outer loop + vertex 4.9996620E+01 1.8499114E+02 -3.058135E+01 + vertex 4.9953468E+01 1.8999202E+02 -2.784338E+01 + vertex 4.9914621E+01 1.8999459E+02 -3.292072E+01 + endloop + endfacet + facet normal -0.9794500437 -0.0127721492 -0.2012821007 + outer loop + vertex 4.9012707E+01 1.9500162E+02 -2.011291E+01 + vertex 4.8403856E+01 2.0000000E+02 -1.746737E+01 + vertex 4.9423416E+01 2.0000000E+02 -2.242861E+01 + endloop + endfacet + facet normal -0.9947883725 -0.0127565695 -0.1011600901 + outer loop + vertex 4.9761765E+01 1.9499630E+02 -2.512489E+01 + vertex 4.9423416E+01 2.0000000E+02 -2.242861E+01 + vertex 4.9935825E+01 2.0000000E+02 -2.746754E+01 + endloop + endfacet + facet normal -0.9389406602 -0.0127603088 -0.343842422 + outer loop + vertex 4.7014453E+01 1.9000128E+02 -1.298115E+01 + vertex 4.6020146E+01 1.9499908E+02 -1.045144E+01 + vertex 4.7761385E+01 1.9500240E+02 -1.520642E+01 + endloop + endfacet + facet normal -0.9562306928 -0.0127464196 -0.2923360922 + outer loop + vertex 4.7869399E+01 1.8500331E+02 -1.555975E+01 + vertex 4.7014453E+01 1.9000128E+02 -1.298115E+01 + vertex 4.8494009E+01 1.9000356E+02 -1.782088E+01 + endloop + endfacet + facet normal -0.9689054807 -0.0127642426 -0.2471016869 + outer loop + vertex 4.8494009E+01 1.9000356E+02 -1.782088E+01 + vertex 4.7761385E+01 1.9500240E+02 -1.520642E+01 + vertex 4.9012707E+01 1.9500162E+02 -2.011291E+01 + endloop + endfacet + facet normal -0.9808951459 -0.0127686735 -0.1941176801 + outer loop + vertex 4.9083783E+01 1.8500142E+02 -2.047203E+01 + vertex 4.8494009E+01 1.9000356E+02 -1.782088E+01 + vertex 4.9477347E+01 1.8999852E+02 -2.278945E+01 + endloop + endfacet + facet normal -0.9188829525 -0.0127638247 -0.3943237305 + outer loop + vertex 4.6020146E+01 1.9499908E+02 -1.045144E+01 + vertex 4.4890227E+01 2.0000000E+02 -7.980292E+00 + vertex 4.6887607E+01 2.0000000E+02 -1.263474E+01 + endloop + endfacet + facet normal -0.9540614177 -0.0127731496 -0.2993387009 + outer loop + vertex 4.7761385E+01 1.9500240E+02 -1.520642E+01 + vertex 4.6887607E+01 2.0000000E+02 -1.263474E+01 + vertex 4.8403856E+01 2.0000000E+02 -1.746737E+01 + endloop + endfacet + facet normal -0.9997947079 -0.0129115802 0.01561515762 + outer loop + vertex 4.9990267E+01 1.7499111E+02 -3.098650E+01 + vertex 4.9968723E+01 1.7999097E+02 -2.823174E+01 + vertex 4.9889092E+01 1.7999320E+02 -3.332844E+01 + endloop + endfacet + facet normal -0.997418939 -0.0128991382 0.07063336613 + outer loop + vertex 4.9859421E+01 1.6999408E+02 -3.374676E+01 + vertex 4.9990267E+01 1.7499111E+02 -3.098650E+01 + vertex 4.9630227E+01 1.7499663E+02 -3.606964E+01 + endloop + endfacet + facet normal -0.9930471704 -0.0127531612 0.11702424674 + outer loop + vertex 4.9630227E+01 1.7499663E+02 -3.606964E+01 + vertex 4.9889092E+01 1.7999320E+02 -3.332844E+01 + vertex 4.9295847E+01 1.8000077E+02 -3.836178E+01 + endloop + endfacet + facet normal -0.9851296842 -0.0126609917 0.17134527861 + outer loop + vertex 4.9221486E+01 1.6999904E+02 -3.878893E+01 + vertex 4.9630227E+01 1.7499663E+02 -3.606964E+01 + vertex 4.8764710E+01 1.7500112E+02 -4.104550E+01 + endloop + endfacet + facet normal -0.9991460969 -0.0128739412 -0.039259886 + outer loop + vertex 4.9968723E+01 1.7999097E+02 -2.823174E+01 + vertex 4.9796791E+01 1.8499395E+02 -2.549671E+01 + vertex 4.9996620E+01 1.8499114E+02 -3.058135E+01 + endloop + endfacet + facet normal -0.9979712852 -0.012807219 0.06236416511 + outer loop + vertex 4.9889092E+01 1.7999320E+02 -3.332844E+01 + vertex 4.9996620E+01 1.8499114E+02 -3.058135E+01 + vertex 4.9679837E+01 1.8499791E+02 -3.564923E+01 + endloop + endfacet + facet normal -0.9823094476 -0.0127810382 -0.1868282477 + outer loop + vertex 4.9153378E+01 1.7500064E+02 -2.083783E+01 + vertex 4.8582778E+01 1.8000326E+02 -1.817995E+01 + vertex 4.9529689E+01 1.7999727E+02 -2.315823E+01 + endloop + endfacet + facet normal -0.9910353344 -0.0128716647 -0.1329785179 + outer loop + vertex 4.9579983E+01 1.6999638E+02 -2.353276E+01 + vertex 4.9153378E+01 1.7500064E+02 -2.083783E+01 + vertex 4.9829845E+01 1.7499302E+02 -2.587852E+01 + endloop + endfacet + facet normal -0.9961952752 -0.0128997088 -0.0861891586 + outer loop + vertex 4.9829845E+01 1.7499302E+02 -2.587852E+01 + vertex 4.9529689E+01 1.7999727E+02 -2.315823E+01 + vertex 4.9968723E+01 1.7999097E+02 -2.823174E+01 + endloop + endfacet + facet normal -0.9994230678 -0.01298527 -0.0313833432 + outer loop + vertex 4.9981170E+01 1.6999094E+02 -2.862789E+01 + vertex 4.9829845E+01 1.7499302E+02 -2.587852E+01 + vertex 4.9990267E+01 1.7499111E+02 -3.098650E+01 + endloop + endfacet + facet normal -0.9706977562 -0.0127439313 -0.2399655358 + outer loop + vertex 4.8582778E+01 1.8000326E+02 -1.817995E+01 + vertex 4.7869399E+01 1.8500331E+02 -1.555975E+01 + vertex 4.9083783E+01 1.8500142E+02 -2.047203E+01 + endloop + endfacet + facet normal -0.9900029053 -0.0128165549 -0.1404634592 + outer loop + vertex 4.9529689E+01 1.7999727E+02 -2.315823E+01 + vertex 4.9083783E+01 1.8500142E+02 -2.047203E+01 + vertex 4.9796791E+01 1.8499395E+02 -2.549671E+01 + endloop + endfacet + facet normal -0.7807964005 -0.0125123832 -0.6246602446 + outer loop + vertex 3.9182541E+01 1.4499652E+02 1.0600780E+00 + vertex 3.7422965E+01 1.5001036E+02 3.1590362E+00 + vertex 4.0563501E+01 1.5000679E+02 -7.664164E-01 + endloop + endfacet + facet normal -0.8399884646 -0.0129468606 -0.5424497748 + outer loop + vertex 4.2119546E+01 1.4500784E+02 -3.056655E+00 + vertex 4.0563501E+01 1.5000679E+02 -7.664164E-01 + vertex 4.3332503E+01 1.5000399E+02 -5.054176E+00 + endloop + endfacet + facet normal -0.7455460799 -0.0124974388 -0.6663368943 + outer loop + vertex 3.7422965E+01 1.5001036E+02 3.1590362E+00 + vertex 3.5559777E+01 1.5502193E+02 5.1497123E+00 + vertex 3.8905143E+01 1.5501286E+02 1.4068435E+00 + endloop + endfacet + facet normal -0.8089779981 -0.0128550528 -0.5876983463 + outer loop + vertex 4.0563501E+01 1.5000679E+02 -7.664164E-01 + vertex 3.8905143E+01 1.5501286E+02 1.4068435E+00 + vertex 4.1893249E+01 1.5500293E+02 -2.706124E+00 + endloop + endfacet + facet normal -0.7516818038 0.01225345986 -0.6594121007 + outer loop + vertex 3.7422965E+01 1.5001036E+02 3.1590362E+00 + vertex 3.9182541E+01 1.4499652E+02 1.0600780E+00 + vertex 3.5896295E+01 1.4498666E+02 4.8059765E+00 + endloop + endfacet + facet normal -0.7145365807 0.01220079115 -0.6994916837 + outer loop + vertex 3.5559777E+01 1.5502193E+02 5.1497123E+00 + vertex 3.7422965E+01 1.5001036E+02 3.1590362E+00 + vertex 3.3947912E+01 1.5001109E+02 6.7088444E+00 + endloop + endfacet + facet normal -0.8454147189 -0.0127017332 -0.5339593796 + outer loop + vertex 4.2445509E+01 1.3500000E+02 -3.573143E+00 + vertex 4.0863085E+01 1.4000105E+02 -1.186665E+00 + vertex 4.3577197E+01 1.4001061E+02 -5.484130E+00 + endloop + endfacet + facet normal -0.8953671236 -0.012799557 -0.4451447915 + outer loop + vertex 4.4916622E+01 1.3500000E+02 -8.034184E+00 + vertex 4.3577197E+01 1.4001061E+02 -5.484130E+00 + vertex 4.5849951E+01 1.4000941E+02 -1.005553E+01 + endloop + endfacet + facet normal -0.8139810362 -0.0126366102 -0.580753983 + outer loop + vertex 4.0863085E+01 1.4000105E+02 -1.186665E+00 + vertex 3.9182541E+01 1.4499652E+02 1.0600780E+00 + vertex 4.2119546E+01 1.4500784E+02 -3.056655E+00 + endloop + endfacet + facet normal -0.8687877314 -0.0129577194 -0.4950151263 + outer loop + vertex 4.3577197E+01 1.4001061E+02 -5.484130E+00 + vertex 4.2119546E+01 1.4500784E+02 -3.056655E+00 + vertex 4.4653104E+01 1.4501137E+02 -7.503327E+00 + endloop + endfacet + facet normal -0.8210313299 0.01256742639 -0.5707447898 + outer loop + vertex 4.0863085E+01 1.4000105E+02 -1.186665E+00 + vertex 4.2445509E+01 1.3500000E+02 -3.573143E+00 + vertex 3.9559053E+01 1.3500000E+02 5.7909990E-01 + endloop + endfacet + facet normal -0.7871886061 0.01249233115 -0.616585793 + outer loop + vertex 3.9182541E+01 1.4499652E+02 1.0600780E+00 + vertex 4.0863085E+01 1.4000105E+02 -1.186665E+00 + vertex 3.7758363E+01 1.3997671E+02 2.7766084E+00 + endloop + endfacet + facet normal -0.951156165 0.01283305142 -0.308443289 + outer loop + vertex 4.7499992E+01 1.5000012E+02 -1.438748E+01 + vertex 4.8284362E+01 1.4499260E+02 -1.701461E+01 + vertex 4.6717350E+01 1.4500683E+02 -1.218177E+01 + endloop + endfacet + facet normal -0.9327546418 0.01296031831 -0.3602787926 + outer loop + vertex 4.6576075E+01 1.5499805E+02 -1.181569E+01 + vertex 4.7499992E+01 1.5000012E+02 -1.438748E+01 + vertex 4.5662053E+01 1.5000221E+02 -9.629018E+00 + endloop + endfacet + facet normal -0.9148193295 0.01301652473 -0.4036535202 + outer loop + vertex 4.5662053E+01 1.5000221E+02 -9.629018E+00 + vertex 4.6717350E+01 1.4500683E+02 -1.218177E+01 + vertex 4.4653104E+01 1.4501137E+02 -7.503327E+00 + endloop + endfacet + facet normal -0.8910417575 0.01313161128 -0.4537313602 + outer loop + vertex 4.4470955E+01 1.5499713E+02 -7.145370E+00 + vertex 4.5662053E+01 1.5000221E+02 -9.629018E+00 + vertex 4.3332503E+01 1.5000399E+02 -5.054176E+00 + endloop + endfacet + facet normal -0.9797224774 0.01329914574 -0.1999174828 + outer loop + vertex 4.8930844E+01 1.3997448E+02 -1.971542E+01 + vertex 4.9442230E+01 1.3500000E+02 -2.255246E+01 + vertex 4.8407337E+01 1.3500000E+02 -1.748083E+01 + endloop + endfacet + facet normal -0.9668256994 0.01275225379 -0.2551184962 + outer loop + vertex 4.8284362E+01 1.4499260E+02 -1.701461E+01 + vertex 4.8930844E+01 1.3997448E+02 -1.971542E+01 + vertex 4.7637505E+01 1.4001055E+02 -1.481224E+01 + endloop + endfacet + facet normal -0.9543864948 0.01225069072 -0.2983225422 + outer loop + vertex 4.7637505E+01 1.4001055E+02 -1.481224E+01 + vertex 4.8407337E+01 1.3500000E+02 -1.748083E+01 + vertex 4.6919755E+01 1.3500000E+02 -1.272179E+01 + endloop + endfacet + facet normal -0.9360081565 0.01280573834 -0.3517452829 + outer loop + vertex 4.6717350E+01 1.4500683E+02 -1.218177E+01 + vertex 4.7637505E+01 1.4001055E+02 -1.481224E+01 + vertex 4.5849951E+01 1.4000941E+02 -1.005553E+01 + endloop + endfacet + facet normal -0.6681777992 -0.012810791 -0.743891331 + outer loop + vertex 3.3577456E+01 1.6002578E+02 7.0480024E+00 + vertex 3.1479996E+01 1.6501992E+02 8.8459757E+00 + vertex 3.5256363E+01 1.6501587E+02 5.4540384E+00 + endloop + endfacet + facet normal -0.7401897631 -0.0128552284 -0.6722751354 + outer loop + vertex 3.7136373E+01 1.6001712E+02 3.4796922E+00 + vertex 3.5256363E+01 1.6501587E+02 5.4540384E+00 + vertex 3.8671650E+01 1.6500695E+02 1.6939034E+00 + endloop + endfacet + facet normal -0.626521929 -0.012992295 -0.7792954977 + outer loop + vertex 3.1479996E+01 1.6501992E+02 8.8459757E+00 + vertex 2.9299489E+01 1.7000394E+02 1.0515922E+01 + vertex 3.3277162E+01 1.7000814E+02 7.3179648E+00 + endloop + endfacet + facet normal -0.7026297875 -0.0129355737 -0.7114380174 + outer loop + vertex 3.5256363E+01 1.6501587E+02 5.4540384E+00 + vertex 3.3277162E+01 1.7000814E+02 7.3179648E+00 + vertex 3.6899948E+01 1.7000481E+02 3.7400929E+00 + endloop + endfacet + facet normal -0.6333124882 0.0125974154 -0.77379364 + outer loop + vertex 3.1479996E+01 1.6501992E+02 8.8459757E+00 + vertex 3.3577456E+01 1.6002578E+02 7.0480024E+00 + vertex 2.9678708E+01 1.6002744E+02 1.0238965E+01 + endloop + endfacet + facet normal -0.5891889242 0.0129223798 -0.8078919629 + outer loop + vertex 2.9299489E+01 1.7000394E+02 1.0515922E+01 + vertex 3.1479996E+01 1.6501992E+02 8.8459757E+00 + vertex 2.7366902E+01 1.6501741E+02 1.1845581E+01 + endloop + endfacet + facet normal -0.8089483711 0.01286298362 -0.5877389527 + outer loop + vertex 4.0338346E+01 1.6000563E+02 -4.565088E-01 + vertex 4.1893249E+01 1.5500293E+02 -2.706124E+00 + vertex 3.8905143E+01 1.5501286E+02 1.4068435E+00 + endloop + endfacet + facet normal -0.7455157704 0.01251714469 -0.6663704354 + outer loop + vertex 3.7136373E+01 1.6001712E+02 3.4796922E+00 + vertex 3.8905143E+01 1.5501286E+02 1.4068435E+00 + vertex 3.5559777E+01 1.5502193E+02 5.1497123E+00 + endloop + endfacet + facet normal -0.6751774901 0.01232444515 -0.7375523472 + outer loop + vertex 3.3577456E+01 1.6002578E+02 7.0480024E+00 + vertex 3.5559777E+01 1.5502193E+02 5.1497123E+00 + vertex 3.1879411E+01 1.5502422E+02 8.5188671E+00 + endloop + endfacet + facet normal -0.887691327 0.01313237527 -0.4602517233 + outer loop + vertex 4.4309658E+01 1.6499081E+02 -6.834201E+00 + vertex 4.5511268E+01 1.5999379E+02 -9.294337E+00 + vertex 4.3148717E+01 1.5999564E+02 -4.737612E+00 + endloop + endfacet + facet normal -0.8611828654 0.01311670858 -0.5081259925 + outer loop + vertex 4.2978811E+01 1.6998933E+02 -4.449622E+00 + vertex 4.4309658E+01 1.6499081E+02 -6.834201E+00 + vertex 4.1703348E+01 1.6499593E+02 -2.416838E+00 + endloop + endfacet + facet normal -0.8358820999 0.01307402704 -0.5487533006 + outer loop + vertex 4.1703348E+01 1.6499593E+02 -2.416838E+00 + vertex 4.3148717E+01 1.5999564E+02 -4.737612E+00 + vertex 4.0338346E+01 1.6000563E+02 -4.565088E-01 + endloop + endfacet + facet normal -0.8047156668 0.01301469862 -0.5935177446 + outer loop + vertex 4.0143721E+01 1.6999603E+02 -1.925910E-01 + vertex 4.1703348E+01 1.6499593E+02 -2.416838E+00 + vertex 3.8671650E+01 1.6500695E+02 1.6939034E+00 + endloop + endfacet + facet normal -0.9115903482 0.0130779501 -0.4108917184 + outer loop + vertex 4.5511268E+01 1.5999379E+02 -9.294337E+00 + vertex 4.6576075E+01 1.5499805E+02 -1.181569E+01 + vertex 4.4470955E+01 1.5499713E+02 -7.145370E+00 + endloop + endfacet + facet normal -0.864700207 0.0131309489 -0.50211665 + outer loop + vertex 4.3148717E+01 1.5999564E+02 -4.737612E+00 + vertex 4.4470955E+01 1.5499713E+02 -7.145370E+00 + vertex 4.1893249E+01 1.5500293E+02 -2.706124E+00 + endloop + endfacet + facet normal -0.5689231201 0.01259457908 -0.822294266 + outer loop + vertex 2.8318703E+01 1.4499038E+02 1.1207415E+01 + vertex 3.0481570E+01 1.3998042E+02 9.6342513E+00 + vertex 2.6346468E+01 1.3999593E+02 1.2495454E+01 + endloop + endfacet + facet normal -0.4833413589 0.01271861046 -0.8753395728 + outer loop + vertex 2.4047804E+01 1.4498657E+02 1.3837235E+01 + vertex 2.6346468E+01 1.3999593E+02 1.2495454E+01 + vertex 2.1926048E+01 1.3997837E+02 1.4936048E+01 + endloop + endfacet + facet normal -0.6115960894 0.01291117232 -0.7910648045 + outer loop + vertex 3.0481570E+01 1.3998042E+02 9.6342513E+00 + vertex 3.2551034E+01 1.3500000E+02 7.9529999E+00 + vertex 2.8534807E+01 1.3500000E+02 1.1058066E+01 + endloop + endfacet + facet normal -0.5285496821 0.01269429353 -0.8488074508 + outer loop + vertex 2.6346468E+01 1.3999593E+02 1.2495454E+01 + vertex 2.8534807E+01 1.3500000E+02 1.1058066E+01 + vertex 2.4257267E+01 1.3500000E+02 1.3721677E+01 + endloop + endfacet + facet normal -0.7213720551 0.01236871357 -0.6924372701 + outer loop + vertex 3.5896295E+01 1.4498666E+02 4.8059765E+00 + vertex 3.7758363E+01 1.3997671E+02 2.7766084E+00 + vertex 3.4292665E+01 1.3996913E+02 6.3869907E+00 + endloop + endfacet + facet normal -0.6484843151 0.01243551439 -0.7611264356 + outer loop + vertex 3.2275610E+01 1.4498579E+02 8.1874976E+00 + vertex 3.4292665E+01 1.3996913E+02 6.3869907E+00 + vertex 3.0481570E+01 1.3998042E+02 9.6342513E+00 + endloop + endfacet + facet normal -0.7589651128 0.01284526076 -0.6510045751 + outer loop + vertex 3.7758363E+01 1.3997671E+02 2.7766084E+00 + vertex 3.9559053E+01 1.3500000E+02 5.7909990E-01 + vertex 3.6245343E+01 1.3500000E+02 4.4423450E+00 + endloop + endfacet + facet normal -0.6888008151 0.01298823476 -0.7248342865 + outer loop + vertex 3.4292665E+01 1.3996913E+02 6.3869907E+00 + vertex 3.6245343E+01 1.3500000E+02 4.4423450E+00 + vertex 3.2551034E+01 1.3500000E+02 7.9529999E+00 + endloop + endfacet + facet normal -0.4771671175 0.01224688502 -0.8787272363 + outer loop + vertex 2.3591918E+01 1.5500829E+02 1.4084253E+01 + vertex 2.6023190E+01 1.4999751E+02 1.2694187E+01 + vertex 2.1635707E+01 1.4998876E+02 1.5076559E+01 + endloop + endfacet + facet normal -0.3875554238 0.01204133416 -0.921767758 + outer loop + vertex 1.9102446E+01 1.5499832E+02 1.6207105E+01 + vertex 2.1635707E+01 1.4998876E+02 1.5076559E+01 + vertex 1.7072904E+01 1.4997879E+02 1.6994850E+01 + endloop + endfacet + facet normal -0.5242923531 0.01245976281 -0.8514471697 + outer loop + vertex 2.6023190E+01 1.4999751E+02 1.2694187E+01 + vertex 2.8318703E+01 1.4499038E+02 1.1207415E+01 + vertex 2.4047804E+01 1.4498657E+02 1.3837235E+01 + endloop + endfacet + facet normal -0.4364314984 0.01244357329 -0.8996514351 + outer loop + vertex 2.1635707E+01 1.4998876E+02 1.5076559E+01 + vertex 2.4047804E+01 1.4498657E+02 1.3837235E+01 + vertex 1.9542272E+01 1.4497899E+02 1.6022816E+01 + endloop + endfacet + facet normal -0.6416795504 0.01211824021 -0.7668771106 + outer loop + vertex 3.1879411E+01 1.5502422E+02 8.5188671E+00 + vertex 3.3947912E+01 1.5001109E+02 6.7088444E+00 + vertex 3.0144886E+01 1.5000615E+02 9.8909240E+00 + endloop + endfacet + facet normal -0.562355396 0.01222071837 -0.8268053354 + outer loop + vertex 2.7877544E+01 1.5501751E+02 1.1507138E+01 + vertex 3.0144886E+01 1.5000615E+02 9.8909240E+00 + vertex 2.6023190E+01 1.4999751E+02 1.2694187E+01 + endloop + endfacet + facet normal -0.6825088007 0.01209770973 -0.7307772454 + outer loop + vertex 3.3947912E+01 1.5001109E+02 6.7088444E+00 + vertex 3.5896295E+01 1.4498666E+02 4.8059765E+00 + vertex 3.2275610E+01 1.4498579E+02 8.1874976E+00 + endloop + endfacet + facet normal -0.6066408021 0.0122379015 -0.7948818598 + outer loop + vertex 3.0144886E+01 1.5000615E+02 9.8909240E+00 + vertex 3.2275610E+01 1.4498579E+02 8.1874976E+00 + vertex 2.8318703E+01 1.4499038E+02 1.1207415E+01 + endloop + endfacet + facet normal -0.2988079464 -0.0124230681 -0.9542324028 + outer loop + vertex 1.4902633E+01 1.3500000E+02 1.7727471E+01 + vertex 1.2554301E+01 1.3996111E+02 1.8398239E+01 + vertex 1.7297218E+01 1.3998357E+02 1.6912751E+01 + endloop + endfacet + facet normal -0.3927107278 -0.0127221383 -0.9195740489 + outer loop + vertex 1.9636007E+01 1.3500000E+02 1.5982902E+01 + vertex 1.7297218E+01 1.3998357E+02 1.6912751E+01 + vertex 2.1926048E+01 1.3997837E+02 1.4936048E+01 + endloop + endfacet + facet normal -0.2502904106 -0.0121112398 -0.9680950512 + outer loop + vertex 1.2554301E+01 1.3996111E+02 1.8398239E+01 + vertex 1.0119022E+01 1.4495735E+02 1.8965349E+01 + vertex 1.4884413E+01 1.4496952E+02 1.7733157E+01 + endloop + endfacet + facet normal -0.34464316 -0.0123308448 -0.9386527806 + outer loop + vertex 1.7297218E+01 1.3998357E+02 1.6912751E+01 + vertex 1.4884413E+01 1.4496952E+02 1.7733157E+01 + vertex 1.9542272E+01 1.4497899E+02 1.6022816E+01 + endloop + endfacet + facet normal -0.2492104305 0.01296427989 -0.9683625812 + outer loop + vertex 1.2554301E+01 1.3996111E+02 1.8398239E+01 + vertex 1.4902633E+01 1.3500000E+02 1.7727471E+01 + vertex 9.9883965E+00 1.3500000E+02 1.8992162E+01 + endloop + endfacet + facet normal -0.2039451666 0.01170633799 -0.9789123202 + outer loop + vertex 1.0119022E+01 1.4495735E+02 1.8965349E+01 + vertex 1.2554301E+01 1.3996111E+02 1.8398239E+01 + vertex 7.8179308E+00 1.3996197E+02 1.9385018E+01 + endloop + endfacet + facet normal -0.0336497251 0.0 -0.9994336876 + outer loop + vertex 0.000000E+00 1.3500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.4000000E+02 2.0000000E+01 + vertex 3.3630669E+00 1.4006748E+02 1.9886770E+01 + endloop + endfacet + facet normal -0.1121306916 -0.0090998626 -0.9936518004 + outer loop + vertex 4.9297356E+00 1.3500000E+02 1.9756384E+01 + vertex 3.3630669E+00 1.4006748E+02 1.9886770E+01 + vertex 7.8179308E+00 1.3996197E+02 1.9385018E+01 + endloop + endfacet + facet normal -0.0336497251 0.0 -0.9994336876 + outer loop + vertex 3.3630669E+00 1.4006748E+02 1.9886770E+01 + vertex 0.000000E+00 1.4000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.2024268271 -0.0111633394 -0.9792337614 + outer loop + vertex 1.0119022E+01 1.4495735E+02 1.8965349E+01 + vertex 7.7967855E+00 1.4996086E+02 1.9388360E+01 + vertex 1.2426130E+01 1.4996780E+02 1.8431305E+01 + endloop + endfacet + facet normal -0.295293876 -0.011794364 -0.9553336693 + outer loop + vertex 1.4884413E+01 1.4496952E+02 1.7733157E+01 + vertex 1.2426130E+01 1.4996780E+02 1.8431305E+01 + vertex 1.7072904E+01 1.4997879E+02 1.6994850E+01 + endloop + endfacet + facet normal -0.1495443594 -0.0112621395 -0.9886908762 + outer loop + vertex 7.7967855E+00 1.4996086E+02 1.9388360E+01 + vertex 5.1122333E+00 1.5491637E+02 1.9737964E+01 + vertex 9.8393459E+00 1.5497352E+02 1.9022314E+01 + endloop + endfacet + facet normal -0.2436975959 -0.0114353111 -0.9697838498 + outer loop + vertex 1.2426130E+01 1.4996780E+02 1.8431305E+01 + vertex 9.8393459E+00 1.5497352E+02 1.9022314E+01 + vertex 1.4506420E+01 1.5498502E+02 1.7849387E+01 + endloop + endfacet + facet normal -0.0337411171 0.0 -0.9994306064 + outer loop + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.5000000E+02 2.0000000E+01 + vertex 3.3721905E+00 1.4995877E+02 1.9886154E+01 + endloop + endfacet + facet normal -0.1117907516 -0.0097627834 -0.9936838108 + outer loop + vertex 5.2590358E+00 1.4499430E+02 1.9722656E+01 + vertex 3.3721905E+00 1.4995877E+02 1.9886154E+01 + vertex 7.7967855E+00 1.4996086E+02 1.9388360E+01 + endloop + endfacet + facet normal -0.0337411171 0.0 -0.9994306064 + outer loop + vertex 3.3721905E+00 1.4995877E+02 1.9886154E+01 + vertex 0.000000E+00 1.5000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.465569515 0.01239011368 -0.8849245797 + outer loop + vertex 2.2972843E+01 1.6501409E+02 1.4410004E+01 + vertex 2.5472397E+01 1.6002279E+02 1.3025074E+01 + vertex 2.1028429E+01 1.6001838E+02 1.5363038E+01 + endloop + endfacet + facet normal -0.3752094222 0.01187667042 -0.9268639783 + outer loop + vertex 1.8386261E+01 1.6502041E+02 1.6496725E+01 + vertex 2.1028429E+01 1.6001838E+02 1.5363038E+01 + vertex 1.6448599E+01 1.6001510E+02 1.7216984E+01 + endloop + endfacet + facet normal -0.5153201127 0.01224984279 -0.8569102186 + outer loop + vertex 2.5472397E+01 1.6002279E+02 1.3025074E+01 + vertex 2.7877544E+01 1.5501751E+02 1.1507138E+01 + vertex 2.3591918E+01 1.5500829E+02 1.4084253E+01 + endloop + endfacet + facet normal -0.4274620447 0.0120091726 -0.9039535276 + outer loop + vertex 2.1028429E+01 1.6001838E+02 1.5363038E+01 + vertex 2.3591918E+01 1.5500829E+02 1.4084253E+01 + vertex 1.9102446E+01 1.5499832E+02 1.6207105E+01 + endloop + endfacet + facet normal -0.5040019146 -0.012770807 -0.8636081152 + outer loop + vertex 2.5472397E+01 1.6002279E+02 1.3025074E+01 + vertex 2.2972843E+01 1.6501409E+02 1.4410004E+01 + vertex 2.7366902E+01 1.6501741E+02 1.1845581E+01 + endloop + endfacet + facet normal -0.5521615204 -0.012509354 -0.8336433118 + outer loop + vertex 2.7877544E+01 1.5501751E+02 1.1507138E+01 + vertex 2.5472397E+01 1.6002279E+02 1.3025074E+01 + vertex 2.9678708E+01 1.6002744E+02 1.0238965E+01 + endloop + endfacet + facet normal -0.267134555 -0.0126090192 -0.9635767443 + outer loop + vertex 1.3699970E+01 1.6504245E+02 1.8086493E+01 + vertex 1.0895994E+01 1.7004890E+02 1.8798333E+01 + vertex 1.5776161E+01 1.7001074E+02 1.7445893E+01 + endloop + endfacet + facet normal -0.3630155268 -0.0126584129 -0.9316971031 + outer loop + vertex 1.8386261E+01 1.6502041E+02 1.6496725E+01 + vertex 1.5776161E+01 1.7001074E+02 1.7445893E+01 + vertex 2.0477569E+01 1.6999151E+02 1.5614353E+01 + endloop + endfacet + facet normal -0.4554194352 -0.0129194643 -0.8901832539 + outer loop + vertex 2.2972843E+01 1.6501409E+02 1.4410004E+01 + vertex 2.0477569E+01 1.6999151E+02 1.5614353E+01 + vertex 2.5009741E+01 1.6999427E+02 1.3295645E+01 + endloop + endfacet + facet normal -0.1916135931 -0.0104317352 -0.9814150039 + outer loop + vertex 9.8393459E+00 1.5497352E+02 1.9022314E+01 + vertex 7.3012843E+00 1.6003602E+02 1.9464040E+01 + vertex 1.1837022E+01 1.6001965E+02 1.8578647E+01 + endloop + endfacet + facet normal -0.2831761218 -0.0112317192 -0.9590021546 + outer loop + vertex 1.4506420E+01 1.5498502E+02 1.7849387E+01 + vertex 1.1837022E+01 1.6001965E+02 1.8578647E+01 + vertex 1.6448599E+01 1.6001510E+02 1.7216984E+01 + endloop + endfacet + facet normal -0.1327517401 -0.0101246815 -0.9910976069 + outer loop + vertex 7.3012843E+00 1.6003602E+02 1.9464040E+01 + vertex 4.2582021E+00 1.6525311E+02 1.9818347E+01 + vertex 8.9731154E+00 1.6511309E+02 1.9188242E+01 + endloop + endfacet + facet normal -0.2271425211 -0.0111696888 -0.9737974703 + outer loop + vertex 1.1837022E+01 1.6001965E+02 1.8578647E+01 + vertex 8.9731154E+00 1.6511309E+02 1.9188242E+01 + vertex 1.3699970E+01 1.6504245E+02 1.8086493E+01 + endloop + endfacet + facet normal -0.0316160715 0.0 -0.999500087 + outer loop + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.6000000E+02 2.0000000E+01 + vertex 3.1600266E+00 1.5986984E+02 1.9900042E+01 + endloop + endfacet + facet normal -0.1043592027 -0.0085886004 -0.9945025856 + outer loop + vertex 5.1122333E+00 1.5491637E+02 1.9737964E+01 + vertex 3.1600266E+00 1.5986984E+02 1.9900042E+01 + vertex 7.3012843E+00 1.6003602E+02 1.9464040E+01 + endloop + endfacet + facet normal -0.0316160715 0.0 -0.999500087 + outer loop + vertex 3.1600266E+00 1.5986984E+02 1.9900042E+01 + vertex 0.000000E+00 1.6000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.0426207499 0.0 -0.999091323 + outer loop + vertex 4.2582021E+00 1.6525311E+02 1.9818347E+01 + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.7000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.1669472062 -0.0128419418 -0.9858822013 + outer loop + vertex 8.9731154E+00 1.6511309E+02 1.9188242E+01 + vertex 5.7686968E+00 1.7008516E+02 1.9666107E+01 + vertex 1.0895994E+01 1.7004890E+02 1.8798333E+01 + endloop + endfacet + facet normal -0.6633317408 0.01295714599 -0.748213281 + outer loop + vertex 3.3070789E+01 1.7999699E+02 7.5009720E+00 + vertex 3.5032236E+01 1.7500048E+02 5.6755160E+00 + vertex 3.1219854E+01 1.7499786E+02 9.0553545E+00 + endloop + endfacet + facet normal -0.6223956229 0.01288177951 -0.782596798 + outer loop + vertex 3.1011707E+01 1.8499606E+02 9.2208369E+00 + vertex 3.3070789E+01 1.7999699E+02 7.5009720E+00 + vertex 2.9092641E+01 1.7999275E+02 1.0664705E+01 + endloop + endfacet + facet normal -0.5837436706 0.01296907541 -0.8118344229 + outer loop + vertex 2.9092641E+01 1.7999275E+02 1.0664705E+01 + vertex 3.1219854E+01 1.7499786E+02 9.0553545E+00 + vertex 2.7081302E+01 1.7498705E+02 1.2030977E+01 + endloop + endfacet + facet normal -0.53995911 0.0127325803 -0.8415949387 + outer loop + vertex 2.6886700E+01 1.8499716E+02 1.2155727E+01 + vertex 2.9092641E+01 1.7999275E+02 1.0664705E+01 + vertex 2.4836604E+01 1.7998349E+02 1.3395197E+01 + endloop + endfacet + facet normal -0.7026176666 0.01294505597 -0.7114498156 + outer loop + vertex 3.5032236E+01 1.7500048E+02 5.6755160E+00 + vertex 3.6899948E+01 1.7000481E+02 3.7400929E+00 + vertex 3.3277162E+01 1.7000814E+02 7.3179648E+00 + endloop + endfacet + facet normal -0.626538404 0.01301352822 -0.7792818979 + outer loop + vertex 3.1219854E+01 1.7499786E+02 9.0553545E+00 + vertex 3.3277162E+01 1.7000814E+02 7.3179648E+00 + vertex 2.9299489E+01 1.7000394E+02 1.0515922E+01 + endloop + endfacet + facet normal -0.8010176156 0.01294537043 -0.598500791 + outer loop + vertex 3.9962194E+01 1.7999233E+02 5.0341275E-02 + vertex 4.1527703E+01 1.7498969E+02 -2.153099E+00 + vertex 3.8477632E+01 1.7499588E+02 1.9291694E+00 + endloop + endfacet + facet normal -0.7676128499 0.01285493236 -0.6407848808 + outer loop + vertex 3.8283155E+01 1.8499620E+02 2.1620901E+00 + vertex 3.9962194E+01 1.7999233E+02 5.0341275E-02 + vertex 3.6706971E+01 1.7999631E+02 3.9499373E+00 + endloop + endfacet + facet normal -0.7359833083 0.01292560221 -0.6768762802 + outer loop + vertex 3.6706971E+01 1.7999631E+02 3.9499373E+00 + vertex 3.8477632E+01 1.7499588E+02 1.9291694E+00 + vertex 3.5032236E+01 1.7500048E+02 5.6755160E+00 + endloop + endfacet + facet normal -0.6986214115 0.01287892533 -0.7153756053 + outer loop + vertex 3.4828629E+01 1.8499702E+02 5.8743172E+00 + vertex 3.6706971E+01 1.7999631E+02 3.9499373E+00 + vertex 3.3070789E+01 1.7999699E+02 7.5009720E+00 + endloop + endfacet + facet normal -0.8322344167 0.01304560353 -0.5542704105 + outer loop + vertex 4.1527703E+01 1.7498969E+02 -2.153099E+00 + vertex 4.2978811E+01 1.6998933E+02 -4.449622E+00 + vertex 4.0143721E+01 1.6999603E+02 -1.925910E-01 + endloop + endfacet + facet normal -0.7713606443 0.01296999772 -0.6362660887 + outer loop + vertex 3.8477632E+01 1.7499588E+02 1.9291694E+00 + vertex 4.0143721E+01 1.6999603E+02 -1.925910E-01 + vertex 3.6899948E+01 1.7000481E+02 3.7400929E+00 + endloop + endfacet + facet normal -0.5350486381 0.01268405441 -0.8447260323 + outer loop + vertex 2.6601800E+01 1.9499994E+02 1.2336087E+01 + vertex 2.8853429E+01 1.8999697E+02 1.0834785E+01 + vertex 2.4589819E+01 1.9000769E+02 1.3535512E+01 + endloop + endfacet + facet normal -0.488583959 0.01267117765 -0.8724248714 + outer loop + vertex 2.4265098E+01 2.0000000E+02 1.3717331E+01 + vertex 2.6601800E+01 1.9499994E+02 1.2336087E+01 + vertex 2.2201953E+01 1.9501640E+02 1.4800372E+01 + endloop + endfacet + facet normal -0.4477029243 0.01234900733 -0.8940970829 + outer loop + vertex 2.2201953E+01 1.9501640E+02 1.4800372E+01 + vertex 2.4589819E+01 1.9000769E+02 1.3535512E+01 + vertex 2.0131580E+01 1.9002298E+02 1.5768106E+01 + endloop + endfacet + facet normal -0.3986036509 0.01246568308 -0.9170385685 + outer loop + vertex 1.9717793E+01 2.0000000E+02 1.5947891E+01 + vertex 2.2201953E+01 1.9501640E+02 1.4800372E+01 + vertex 1.7616189E+01 1.9503631E+02 1.6793909E+01 + endloop + endfacet + facet normal -0.5796779209 0.01276785618 -0.8147456596 + outer loop + vertex 2.8853429E+01 1.8999697E+02 1.0834785E+01 + vertex 3.1011707E+01 1.8499606E+02 9.2208369E+00 + vertex 2.6886700E+01 1.8499716E+02 1.2155727E+01 + endloop + endfacet + facet normal -0.4947864528 0.0124665075 -0.8689251707 + outer loop + vertex 2.4589819E+01 1.9000769E+02 1.3535512E+01 + vertex 2.6886700E+01 1.8499716E+02 1.2155727E+01 + vertex 2.2534009E+01 1.8499870E+02 1.4634274E+01 + endloop + endfacet + facet normal -0.694147826 0.01278693866 -0.7197188964 + outer loop + vertex 3.4582356E+01 1.9499948E+02 6.1117803E+00 + vertex 3.6489606E+01 1.8999923E+02 4.1834559E+00 + vertex 3.2841184E+01 1.8999685E+02 7.7022096E+00 + endloop + endfacet + facet normal -0.654104787 0.01277870995 -0.7562959951 + outer loop + vertex 3.2568624E+01 2.0000000E+02 7.9379061E+00 + vertex 3.4582356E+01 1.9499948E+02 6.1117803E+00 + vertex 3.0748786E+01 1.9499632E+02 9.4273025E+00 + endloop + endfacet + facet normal -0.6176900368 0.01280470775 -0.7863174027 + outer loop + vertex 3.0748786E+01 1.9499632E+02 9.4273025E+00 + vertex 3.2841184E+01 1.8999685E+02 7.7022096E+00 + vertex 2.8853429E+01 1.8999697E+02 1.0834785E+01 + endloop + endfacet + facet normal -0.5741887788 0.0127661615 -0.8186234002 + outer loop + vertex 2.8563411E+01 2.0000000E+02 1.1038172E+01 + vertex 3.0748786E+01 1.9499632E+02 9.4273025E+00 + vertex 2.6601800E+01 1.9499994E+02 1.2336087E+01 + endloop + endfacet + facet normal -0.7319982569 0.01280258776 -0.6811862049 + outer loop + vertex 3.6489606E+01 1.8999923E+02 4.1834559E+00 + vertex 3.8283155E+01 1.8499620E+02 2.1620901E+00 + vertex 3.4828629E+01 1.8499702E+02 5.8743172E+00 + endloop + endfacet + facet normal -0.6592007937 0.01283835336 -0.7518573603 + outer loop + vertex 3.2841184E+01 1.8999685E+02 7.7022096E+00 + vertex 3.4828629E+01 1.8499702E+02 5.8743172E+00 + vertex 3.1011707E+01 1.8499606E+02 9.2208369E+00 + endloop + endfacet + facet normal -0.4081217061 0.01269276338 -0.9128392886 + outer loop + vertex 2.0378498E+01 1.7996972E+02 1.5658699E+01 + vertex 2.2680622E+01 1.7497221E+02 1.4559953E+01 + vertex 1.8082158E+01 1.7496844E+02 1.6615830E+01 + endloop + endfacet + facet normal -0.314392124 0.01260533748 -0.9492095121 + outer loop + vertex 1.5754058E+01 1.7996143E+02 1.7453236E+01 + vertex 1.8082158E+01 1.7496844E+02 1.6615830E+01 + vertex 1.3325459E+01 1.7499110E+02 1.8191619E+01 + endloop + endfacet + facet normal -0.4554315051 0.01299782468 -0.8901759381 + outer loop + vertex 2.2680622E+01 1.7497221E+02 1.4559953E+01 + vertex 2.5009741E+01 1.6999427E+02 1.3295645E+01 + vertex 2.0477569E+01 1.6999151E+02 1.5614353E+01 + endloop + endfacet + facet normal -0.3629243732 0.01280981235 -0.9317305448 + outer loop + vertex 1.8082158E+01 1.7496844E+02 1.6615830E+01 + vertex 2.0477569E+01 1.6999151E+02 1.5614353E+01 + vertex 1.5776161E+01 1.7001074E+02 1.7445893E+01 + endloop + endfacet + facet normal -0.4526512571 -0.0124895574 -0.8916001628 + outer loop + vertex 2.2680622E+01 1.7497221E+02 1.4559953E+01 + vertex 2.0378498E+01 1.7996972E+02 1.5658699E+01 + vertex 2.4836604E+01 1.7998349E+02 1.3395197E+01 + endloop + endfacet + facet normal -0.4981872936 -0.0129001314 -0.8669734754 + outer loop + vertex 2.5009741E+01 1.6999427E+02 1.3295645E+01 + vertex 2.2680622E+01 1.7497221E+02 1.4559953E+01 + vertex 2.7081302E+01 1.7498705E+02 1.2030977E+01 + endloop + endfacet + facet normal -0.2196987352 -0.0121331859 -0.9754923124 + outer loop + vertex 1.0898822E+01 1.7997920E+02 1.8797702E+01 + vertex 8.5695765E+00 1.8497522E+02 1.9260150E+01 + vertex 1.3375495E+01 1.8497629E+02 1.8177756E+01 + endloop + endfacet + facet normal -0.3143575957 -0.011961399 -0.9492292805 + outer loop + vertex 1.5754058E+01 1.7996143E+02 1.7453236E+01 + vertex 1.3375495E+01 1.8497629E+02 1.8177756E+01 + vertex 1.8028141E+01 1.8499102E+02 1.6636747E+01 + endloop + endfacet + facet normal -0.4060686173 -0.0120891404 -0.9137626228 + outer loop + vertex 2.0378498E+01 1.7996972E+02 1.5658699E+01 + vertex 1.8028141E+01 1.8499102E+02 1.6636747E+01 + vertex 2.2534009E+01 1.8499870E+02 1.4634274E+01 + endloop + endfacet + facet normal -0.2669479964 0.01292875226 -0.9636242082 + outer loop + vertex 1.3325459E+01 1.7499110E+02 1.8191619E+01 + vertex 1.5776161E+01 1.7001074E+02 1.7445893E+01 + vertex 1.0895994E+01 1.7004890E+02 1.8798333E+01 + endloop + endfacet + facet normal -0.2179658971 0.01253728332 -0.9758758549 + outer loop + vertex 1.0898822E+01 1.7997920E+02 1.8797702E+01 + vertex 1.3325459E+01 1.7499110E+02 1.8191619E+01 + vertex 8.4533877E+00 1.7502265E+02 1.9280222E+01 + endloop + endfacet + facet normal -0.0368309236 0.0 -0.9993215114 + outer loop + vertex 0.000000E+00 1.7000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.7500000E+02 2.0000000E+01 + vertex 3.6805934E+00 1.7501913E+02 1.9864348E+01 + endloop + endfacet + facet normal -0.1214638831 -0.011525905 -0.9925289309 + outer loop + vertex 5.7686968E+00 1.7008516E+02 1.9666107E+01 + vertex 3.6805934E+00 1.7501913E+02 1.9864348E+01 + vertex 8.4533877E+00 1.7502265E+02 1.9280222E+01 + endloop + endfacet + facet normal -0.0368309236 0.0 -0.9993215114 + outer loop + vertex 3.6805934E+00 1.7501913E+02 1.9864348E+01 + vertex 0.000000E+00 1.7500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.8000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.0377050646 0.0 -0.9992889112 + outer loop + vertex 0.000000E+00 1.8000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.8500000E+02 2.0000000E+01 + vertex 3.7678253E+00 1.8498575E+02 1.9857833E+01 + endloop + endfacet + facet normal -0.1235352883 -0.011362644 -0.9922751246 + outer loop + vertex 5.7233526E+00 1.8001010E+02 1.9671352E+01 + vertex 3.7678253E+00 1.8498575E+02 1.9857833E+01 + vertex 8.5695765E+00 1.8497522E+02 1.9260150E+01 + endloop + endfacet + facet normal -0.2103447231 -0.0117842725 -0.9775562533 + outer loop + vertex 1.0743461E+01 1.8999772E+02 1.8832141E+01 + vertex 8.1267567E+00 1.9497917E+02 1.9335138E+01 + vertex 1.2897962E+01 1.9503793E+02 1.8307790E+01 + endloop + endfacet + facet normal -0.2630329308 -0.0121516488 -0.9647103268 + outer loop + vertex 1.3375495E+01 1.8497629E+02 1.8177756E+01 + vertex 1.0743461E+01 1.8999772E+02 1.8832141E+01 + vertex 1.5535542E+01 1.9002418E+02 1.7525224E+01 + endloop + endfacet + facet normal -0.3054982026 -0.0121032639 -0.9521157278 + outer loop + vertex 1.5535542E+01 1.9002418E+02 1.7525224E+01 + vertex 1.2897962E+01 1.9503793E+02 1.8307790E+01 + vertex 1.7616189E+01 1.9503631E+02 1.6793909E+01 + endloop + endfacet + facet normal -0.3570809338 -0.0119655081 -0.9339968058 + outer loop + vertex 1.8028141E+01 1.8499102E+02 1.6636747E+01 + vertex 1.5535542E+01 1.9002418E+02 1.7525224E+01 + vertex 2.0131580E+01 1.9002298E+02 1.5768106E+01 + endloop + endfacet + facet normal -0.1514165982 -0.0121509594 -0.98839535 + outer loop + vertex 8.1267567E+00 1.9497917E+02 1.9335138E+01 + vertex 5.0584161E+00 2.0000000E+02 1.9743466E+01 + vertex 1.0064926E+01 2.0000000E+02 1.8976497E+01 + endloop + endfacet + facet normal -0.250632494 -0.0126444523 -0.9679997266 + outer loop + vertex 1.2897962E+01 1.9503793E+02 1.8307790E+01 + vertex 1.0064926E+01 2.0000000E+02 1.8976497E+01 + vertex 1.4968156E+01 2.0000000E+02 1.7706963E+01 + endloop + endfacet + facet normal -0.2197042941 0.01196466448 -0.9754931419 + outer loop + vertex 1.0743461E+01 1.8999772E+02 1.8832141E+01 + vertex 1.3375495E+01 1.8497629E+02 1.8177756E+01 + vertex 8.5695765E+00 1.8497522E+02 1.9260150E+01 + endloop + endfacet + facet normal -0.164537657 0.01315889316 -0.9862830238 + outer loop + vertex 8.1267567E+00 1.9497917E+02 1.9335138E+01 + vertex 1.0743461E+01 1.8999772E+02 1.8832141E+01 + vertex 5.6737024E+00 1.8993319E+02 1.9677048E+01 + endloop + endfacet + facet normal -0.0377050646 0.0 -0.9992889112 + outer loop + vertex 3.7678253E+00 1.8498575E+02 1.9857833E+01 + vertex 0.000000E+00 1.8500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.0566398528 0.01551928222 -0.99827405 + outer loop + vertex 3.5358166E+00 1.9485251E+02 1.9874823E+01 + vertex 5.6737024E+00 1.8993319E+02 1.9677048E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal -0.0353803167 -4.337897E-18 -0.9993739206 + outer loop + vertex 3.5358166E+00 1.9485251E+02 1.9874823E+01 + vertex 0.000000E+00 1.9500000E+02 2.0000000E+01 + vertex 0.000000E+00 2.0000000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.81469478334 -0.0125580749 -0.5797540036 + outer loop + vertex -4.214190E+01 1.5499205E+02 -3.091639E+00 + vertex -3.923147E+01 1.5499078E+02 9.9825744E-01 + vertex -4.083217E+01 1.4999349E+02 -1.142872E+00 + endloop + endfacet + facet normal 0.75249676668 -0.0125390431 -0.6584765664 + outer loop + vertex -3.923147E+01 1.5499078E+02 9.9825744E-01 + vertex -3.592947E+01 1.5499073E+02 4.7717316E+00 + vertex -3.772222E+01 1.4999164E+02 2.8181924E+00 + endloop + endfacet + facet normal 0.68285699058 -0.0124782387 -0.7304454969 + outer loop + vertex -3.592947E+01 1.5499073E+02 4.7717316E+00 + vertex -3.227598E+01 1.5499131E+02 8.1871857E+00 + vertex -3.423793E+01 1.4998975E+02 6.4384972E+00 + endloop + endfacet + facet normal 0.74755877923 -0.0123477377 -0.6640808723 + outer loop + vertex -3.899021E+01 1.6499713E+02 1.3011785E+00 + vertex -3.567858E+01 1.6499586E+02 5.0291178E+00 + vertex -3.751459E+01 1.5999256E+02 3.0553452E+00 + endloop + endfacet + facet normal 0.7823643754 -0.0124526867 -0.6226964868 + outer loop + vertex -4.063006E+01 1.5999334E+02 -8.589994E-01 + vertex -3.751459E+01 1.5999256E+02 3.0553452E+00 + vertex -3.923147E+01 1.5499078E+02 9.9825744E-01 + endloop + endfacet + facet normal 0.64324773508 0.01234767182 -0.7655585453 + outer loop + vertex -3.021768E+01 1.5999080E+02 9.8358101E+00 + vertex -3.403192E+01 1.5999181E+02 6.6309734E+00 + vertex -3.202431E+01 1.6499197E+02 8.3984838E+00 + endloop + endfacet + facet normal 0.71630444717 0.01237527171 -0.6976781433 + outer loop + vertex -3.403192E+01 1.5999181E+02 6.6309734E+00 + vertex -3.751459E+01 1.5999256E+02 3.0553452E+00 + vertex -3.567858E+01 1.6499586E+02 5.0291178E+00 + endloop + endfacet + facet normal 0.68285500331 0.01246342117 -0.7304476077 + outer loop + vertex -3.227598E+01 1.5499131E+02 8.1871857E+00 + vertex -3.592947E+01 1.5499073E+02 4.7717316E+00 + vertex -3.403192E+01 1.5999181E+02 6.6309734E+00 + endloop + endfacet + facet normal 0.75249713786 0.01251468238 -0.6584766057 + outer loop + vertex -3.592947E+01 1.5499073E+02 4.7717316E+00 + vertex -3.923147E+01 1.5499078E+02 9.9825744E-01 + vertex -3.751459E+01 1.5999256E+02 3.0553452E+00 + endloop + endfacet + facet normal 0.94983478382 -0.0124361825 -0.3125047597 + outer loop + vertex -4.821795E+01 1.5500138E+02 -1.677015E+01 + vertex -4.665409E+01 1.5499851E+02 -1.201679E+01 + vertex -4.755614E+01 1.4999417E+02 -1.455936E+01 + endloop + endfacet + facet normal 0.91385218943 -0.0124282576 -0.4058567657 + outer loop + vertex -4.665409E+01 1.5499851E+02 -1.201679E+01 + vertex -4.462419E+01 1.5499487E+02 -7.446020E+00 + vertex -4.577329E+01 1.4999189E+02 -9.880210E+00 + endloop + endfacet + facet normal 0.86868147905 -0.012500883 -0.4952133034 + outer loop + vertex -4.462419E+01 1.5499487E+02 -7.446020E+00 + vertex -4.214190E+01 1.5499205E+02 -3.091639E+00 + vertex -4.352638E+01 1.4999252E+02 -5.394015E+00 + endloop + endfacet + facet normal 0.91041309626 -0.0124170425 -0.4135139795 + outer loop + vertex -4.650171E+01 1.6500641E+02 -1.162634E+01 + vertex -4.443289E+01 1.6500376E+02 -7.071452E+00 + vertex -4.561311E+01 1.6000108E+02 -9.519666E+00 + endloop + endfacet + facet normal 0.93152752585 -0.0124133759 -0.3634589064 + outer loop + vertex -4.743056E+01 1.6000405E+02 -1.417780E+01 + vertex -4.561311E+01 1.6000108E+02 -9.519666E+00 + vertex -4.665409E+01 1.5499851E+02 -1.201679E+01 + endloop + endfacet + facet normal 0.84069187306 0.01242663256 -0.5413711789 + outer loop + vertex -4.063006E+01 1.5999334E+02 -8.589994E-01 + vertex -4.333982E+01 1.5999652E+02 -5.066891E+00 + vertex -4.192033E+01 1.6499945E+02 -2.747737E+00 + endloop + endfacet + facet normal 0.89057980242 0.01239708998 -0.4546580338 + outer loop + vertex -4.333982E+01 1.5999652E+02 -5.066891E+00 + vertex -4.561311E+01 1.6000108E+02 -9.519666E+00 + vertex -4.443289E+01 1.6500376E+02 -7.071452E+00 + endloop + endfacet + facet normal 0.86868863904 0.01248269488 -0.4952012023 + outer loop + vertex -4.214190E+01 1.5499205E+02 -3.091639E+00 + vertex -4.462419E+01 1.5499487E+02 -7.446020E+00 + vertex -4.333982E+01 1.5999652E+02 -5.066891E+00 + endloop + endfacet + facet normal 0.91385963214 0.01241850147 -0.4058403055 + outer loop + vertex -4.462419E+01 1.5499487E+02 -7.446020E+00 + vertex -4.665409E+01 1.5499851E+02 -1.201679E+01 + vertex -4.561311E+01 1.6000108E+02 -9.519666E+00 + endloop + endfacet + facet normal 0.89657717303 -0.0128515481 -0.4427010397 + outer loop + vertex -4.589378E+01 1.3996831E+02 -1.015658E+01 + vertex -4.365303E+01 1.3999892E+02 -5.619417E+00 + vertex -4.484316E+01 1.3500000E+02 -7.884591E+00 + endloop + endfacet + facet normal 0.84731363736 -0.0127016579 -0.5309409269 + outer loop + vertex -4.365303E+01 1.3999892E+02 -5.619417E+00 + vertex -4.097506E+01 1.4001602E+02 -1.346126E+00 + vertex -4.238866E+01 1.3500000E+02 -3.482046E+00 + endloop + endfacet + facet normal 0.78949215607 -0.0126537591 -0.6136301964 + outer loop + vertex -4.097506E+01 1.4001602E+02 -1.346126E+00 + vertex -3.788162E+01 1.4000613E+02 2.6340789E+00 + vertex -3.955405E+01 1.3500000E+02 5.8557553E-01 + endloop + endfacet + facet normal 0.84458969982 -0.0126483556 -0.5352646617 + outer loop + vertex -4.352638E+01 1.4999252E+02 -5.394015E+00 + vertex -4.083217E+01 1.4999349E+02 -1.142872E+00 + vertex -4.231112E+01 1.4500044E+02 -3.358514E+00 + endloop + endfacet + facet normal 0.87195449984 -0.0127054699 -0.4894220277 + outer loop + vertex -4.477877E+01 1.4498650E+02 -7.754509E+00 + vertex -4.231112E+01 1.4500044E+02 -3.358514E+00 + vertex -4.365303E+01 1.3999892E+02 -5.619417E+00 + endloop + endfacet + facet normal 0.75605916762 0.01272111337 -0.6543796362 + outer loop + vertex -3.610535E+01 1.4498994E+02 4.5890665E+00 + vertex -3.940831E+01 1.4500220E+02 7.7312829E-01 + vertex -3.772222E+01 1.4999164E+02 2.8181924E+00 + endloop + endfacet + facet normal 0.81816915644 0.01273724639 -0.5748364933 + outer loop + vertex -3.940831E+01 1.4500220E+02 7.7312829E-01 + vertex -4.231112E+01 1.4500044E+02 -3.358514E+00 + vertex -4.083217E+01 1.4999349E+02 -1.142872E+00 + endloop + endfacet + facet normal 0.78952215045 0.01270864328 -0.6135904696 + outer loop + vertex -3.788162E+01 1.4000613E+02 2.6340789E+00 + vertex -4.097506E+01 1.4001602E+02 -1.346126E+00 + vertex -3.940831E+01 1.4500220E+02 7.7312829E-01 + endloop + endfacet + facet normal 0.84726767888 0.01271932312 -0.5310138408 + outer loop + vertex -4.097506E+01 1.4001602E+02 -1.346126E+00 + vertex -4.365303E+01 1.3999892E+02 -5.619417E+00 + vertex -4.231112E+01 1.4500044E+02 -3.358514E+00 + endloop + endfacet + facet normal 0.9878983262 -0.0126279236 -0.1545879446 + outer loop + vertex -4.972671E+01 1.4000639E+02 -2.477948E+01 + vertex -4.894615E+01 1.3997282E+02 -1.978852E+01 + vertex -4.944244E+01 1.3500000E+02 -2.255388E+01 + endloop + endfacet + facet normal 0.96727376737 -0.0127981154 -0.2534120502 + outer loop + vertex -4.894615E+01 1.3997282E+02 -1.978852E+01 + vertex -4.766404E+01 1.3999292E+02 -1.489573E+01 + vertex -4.840523E+01 1.3500000E+02 -1.747269E+01 + endloop + endfacet + facet normal 0.93667927605 -0.012793459 -0.3499546559 + outer loop + vertex -4.766404E+01 1.3999292E+02 -1.489573E+01 + vertex -4.589378E+01 1.3996831E+02 -1.015658E+01 + vertex -4.689813E+01 1.3500000E+02 -1.266317E+01 + endloop + endfacet + facet normal 0.9653348804 -0.012483983 -0.2607157818 + outer loop + vertex -4.886363E+01 1.4999773E+02 -1.940069E+01 + vertex -4.755614E+01 1.4999417E+02 -1.455936E+01 + vertex -4.832015E+01 1.4498659E+02 -1.714843E+01 + endloop + endfacet + facet normal 0.97802412194 -0.0125251839 -0.2081152005 + outer loop + vertex -4.936661E+01 1.4499439E+02 -2.206664E+01 + vertex -4.832015E+01 1.4498659E+02 -1.714843E+01 + vertex -4.894615E+01 1.3997282E+02 -1.978852E+01 + endloop + endfacet + facet normal 0.91672005554 0.01255347928 -0.3993328811 + outer loop + vertex -4.477877E+01 1.4498650E+02 -7.754509E+00 + vertex -4.678499E+01 1.4498365E+02 -1.236013E+01 + vertex -4.577329E+01 1.4999189E+02 -9.880210E+00 + endloop + endfacet + facet normal 0.95218319088 0.01255815951 -0.3052694935 + outer loop + vertex -4.678499E+01 1.4498365E+02 -1.236013E+01 + vertex -4.832015E+01 1.4498659E+02 -1.714843E+01 + vertex -4.755614E+01 1.4999417E+02 -1.455936E+01 + endloop + endfacet + facet normal 0.93672331054 0.01274713273 -0.3498384629 + outer loop + vertex -4.589378E+01 1.3996831E+02 -1.015658E+01 + vertex -4.766404E+01 1.3999292E+02 -1.489573E+01 + vertex -4.678499E+01 1.4498365E+02 -1.236013E+01 + endloop + endfacet + facet normal 0.96724897281 0.01272376323 -0.2535104148 + outer loop + vertex -4.766404E+01 1.3999292E+02 -1.489573E+01 + vertex -4.894615E+01 1.3997282E+02 -1.978852E+01 + vertex -4.832015E+01 1.4498659E+02 -1.714843E+01 + endloop + endfacet + facet normal 0.48336800474 0.01224798848 -0.8753315708 + outer loop + vertex -2.196980E+01 1.4999100E+02 1.4914674E+01 + vertex -2.631038E+01 1.4999463E+02 1.2517806E+01 + vertex -2.407144E+01 1.5500345E+02 1.3824258E+01 + endloop + endfacet + facet normal 0.43765495859 0.01206793862 -0.8990620124 + outer loop + vertex -1.964536E+01 1.5500882E+02 1.5978908E+01 + vertex -2.407144E+01 1.5500345E+02 1.3824258E+01 + vertex -2.174387E+01 1.6000870E+02 1.5024481E+01 + endloop + endfacet + facet normal 0.39010137512 0.0120107298 -0.9206935752 + outer loop + vertex -1.722564E+01 1.6002453E+02 1.6939081E+01 + vertex -2.174387E+01 1.6000870E+02 1.5024481E+01 + vertex -1.934005E+01 1.6500433E+02 1.6108162E+01 + endloop + endfacet + facet normal 0.60655485721 -0.0124335337 -0.7949444084 + outer loop + vertex -3.227598E+01 1.5499131E+02 8.1871857E+00 + vertex -2.830787E+01 1.5499494E+02 1.1214857E+01 + vertex -3.042012E+01 1.4999155E+02 9.6814361E+00 + endloop + endfacet + facet normal 0.52442071159 -0.0123525335 -0.8513696801 + outer loop + vertex -2.830787E+01 1.5499494E+02 1.1214857E+01 + vertex -2.407144E+01 1.5500345E+02 1.3824258E+01 + vertex -2.631038E+01 1.4999463E+02 1.2517806E+01 + endloop + endfacet + facet normal 0.51929933572 -0.0123219248 -0.8545035811 + outer loop + vertex -2.805827E+01 1.6498764E+02 1.1385185E+01 + vertex -2.381087E+01 1.6499027E+02 1.3966381E+01 + vertex -2.610421E+01 1.5999522E+02 1.2644697E+01 + endloop + endfacet + facet normal 0.56388477173 -0.012380261 -0.8257606756 + outer loop + vertex -3.021768E+01 1.5999080E+02 9.8358101E+00 + vertex -2.610421E+01 1.5999522E+02 1.2644697E+01 + vertex -2.830787E+01 1.5499494E+02 1.1214857E+01 + endloop + endfacet + facet normal 0.43203917537 -0.0122738767 -0.9017713141 + outer loop + vertex -2.381087E+01 1.6499027E+02 1.3966381E+01 + vertex -1.934005E+01 1.6500433E+02 1.6108162E+01 + vertex -2.174387E+01 1.6000870E+02 1.5024481E+01 + endloop + endfacet + facet normal 0.47906531526 -0.0123131293 -0.8776928908 + outer loop + vertex -2.610421E+01 1.5999522E+02 1.2644697E+01 + vertex -2.174387E+01 1.6000870E+02 1.5024481E+01 + vertex -2.407144E+01 1.5500345E+02 1.3824258E+01 + endloop + endfacet + facet normal 0.61160383521 0.01291665064 -0.7910587266 + outer loop + vertex -2.853538E+01 1.3500000E+02 1.1057668E+01 + vertex -3.255125E+01 1.3500000E+02 7.9528124E+00 + vertex -3.054854E+01 1.3998859E+02 9.5826588E+00 + endloop + endfacet + facet normal 0.5702087604 0.01272432479 -0.821401279 + outer loop + vertex -2.640499E+01 1.3999162E+02 1.2459115E+01 + vertex -3.054854E+01 1.3998859E+02 9.5826588E+00 + vertex -2.846639E+01 1.4498927E+02 1.1105531E+01 + endloop + endfacet + facet normal 0.52742857077 0.0125061545 -0.8495073271 + outer loop + vertex -2.421289E+01 1.4498194E+02 1.3746269E+01 + vertex -2.846639E+01 1.4498927E+02 1.1105531E+01 + vertex -2.631038E+01 1.4999463E+02 1.2517806E+01 + endloop + endfacet + facet normal 0.72354933454 -0.0127558761 -0.6901548001 + outer loop + vertex -3.788162E+01 1.4000613E+02 2.6340789E+00 + vertex -3.439199E+01 1.3997538E+02 6.2931232E+00 + vertex -3.629767E+01 1.3500000E+02 4.3871953E+00 + endloop + endfacet + facet normal 0.6502097707 -0.0128449989 -0.7596461414 + outer loop + vertex -3.439199E+01 1.3997538E+02 6.2931232E+00 + vertex -3.054854E+01 1.3998859E+02 9.5826588E+00 + vertex -3.255125E+01 1.3500000E+02 7.9528124E+00 + endloop + endfacet + facet normal 0.64734594361 -0.0125182156 -0.7620935137 + outer loop + vertex -3.423793E+01 1.4998975E+02 6.4384972E+00 + vertex -3.042012E+01 1.4999155E+02 9.6814361E+00 + vertex -3.244644E+01 1.4498481E+02 8.0424530E+00 + endloop + endfacet + facet normal 0.68632331642 -0.0126132445 -0.7271871914 + outer loop + vertex -3.610535E+01 1.4498994E+02 4.5890665E+00 + vertex -3.244644E+01 1.4498481E+02 8.0424530E+00 + vertex -3.439199E+01 1.3997538E+02 6.2931232E+00 + endloop + endfacet + facet normal 0.56797591455 -0.0124521225 -0.8229509737 + outer loop + vertex -3.042012E+01 1.4999155E+02 9.6814361E+00 + vertex -2.631038E+01 1.4999463E+02 1.2517806E+01 + vertex -2.846639E+01 1.4498927E+02 1.1105531E+01 + endloop + endfacet + facet normal 0.60985836799 -0.012613494 -0.7924100395 + outer loop + vertex -3.244644E+01 1.4498481E+02 8.0424530E+00 + vertex -2.846639E+01 1.4498927E+02 1.1105531E+01 + vertex -3.054854E+01 1.3998859E+02 9.5826588E+00 + endloop + endfacet + facet normal 0.24800143554 -0.0116575169 -0.9686895221 + outer loop + vertex -1.473645E+01 1.6502205E+02 1.7779045E+01 + vertex -1.003975E+01 1.6500687E+02 1.8981665E+01 + vertex -1.263399E+01 1.6002075E+02 1.8377497E+01 + endloop + endfacet + facet normal 0.29891432309 -0.0114734881 -0.9542109759 + outer loop + vertex -1.722564E+01 1.6002453E+02 1.6939081E+01 + vertex -1.263399E+01 1.6002075E+02 1.8377497E+01 + vertex -1.511290E+01 1.5500178E+02 1.7661307E+01 + endloop + endfacet + facet normal 0.34795021518 -0.0116070976 -0.9374411571 + outer loop + vertex -1.964536E+01 1.5500882E+02 1.5978908E+01 + vertex -1.511290E+01 1.5500178E+02 1.7661307E+01 + vertex -1.747966E+01 1.4997479E+02 1.6845078E+01 + endloop + endfacet + facet normal 0.03508116232 0.0 -0.9993844666 + outer loop + vertex 0.000000E+00 1.6000000E+02 2.0000000E+01 + vertex -3.505957E+00 1.5991115E+02 1.9876931E+01 + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.11548022993 0.00969244844 -0.9932624894 + outer loop + vertex -3.505957E+00 1.5991115E+02 1.9876931E+01 + vertex -8.017956E+00 1.5997128E+02 1.9352937E+01 + vertex -5.217403E+00 1.6494175E+02 1.9727042E+01 + endloop + endfacet + facet normal 0.20684941491 0.01091953455 -0.9783118538 + outer loop + vertex -8.017956E+00 1.5997128E+02 1.9352937E+01 + vertex -1.263399E+01 1.6002075E+02 1.8377497E+01 + vertex -1.003975E+01 1.6500687E+02 1.8981665E+01 + endloop + endfacet + facet normal 0.20662334819 -0.0110831424 -0.9783577852 + outer loop + vertex -1.263399E+01 1.6002075E+02 1.8377497E+01 + vertex -8.017956E+00 1.5997128E+02 1.9352937E+01 + vertex -1.044066E+01 1.5498369E+02 1.8897776E+01 + endloop + endfacet + facet normal 0.255775494 -0.0115889632 -0.9666667433 + outer loop + vertex -1.511290E+01 1.5500178E+02 1.7661307E+01 + vertex -1.044066E+01 1.5498369E+02 1.8897776E+01 + vertex -1.288896E+01 1.4996025E+02 1.8310192E+01 + endloop + endfacet + facet normal 0.11521740731 -0.0102460312 -0.9932874548 + outer loop + vertex -8.017956E+00 1.5997128E+02 1.9352937E+01 + vertex -3.505957E+00 1.5991115E+02 1.9876931E+01 + vertex -5.507673E+00 1.5496804E+02 1.9695730E+01 + endloop + endfacet + facet normal 0.15963225987 -0.0123999302 -0.9870986695 + outer loop + vertex -1.044066E+01 1.5498369E+02 1.8897776E+01 + vertex -5.507673E+00 1.5496804E+02 1.9695730E+01 + vertex -8.221142E+00 1.4998584E+02 1.9319497E+01 + endloop + endfacet + facet normal 0.03508116232 4.1892557E-18 -0.9993844666 + outer loop + vertex -3.505957E+00 1.5991115E+02 1.9876931E+01 + vertex 0.000000E+00 1.6000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.03610213225 0.0 -0.9993481055 + outer loop + vertex 0.000000E+00 1.5000000E+02 2.0000000E+01 + vertex -3.607860E+00 1.5003031E+02 1.9869664E+01 + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.11831108752 0.01054458774 -0.9929205901 + outer loop + vertex -3.607860E+00 1.5003031E+02 1.9869664E+01 + vertex -8.221142E+00 1.4998584E+02 1.9319497E+01 + vertex -5.507673E+00 1.5496804E+02 1.9695730E+01 + endloop + endfacet + facet normal 0.25532876172 0.01208944565 -0.9667787072 + outer loop + vertex -1.037090E+01 1.4495432E+02 1.8912621E+01 + vertex -1.513445E+01 1.4494750E+02 1.7654469E+01 + vertex -1.288896E+01 1.4996025E+02 1.8310192E+01 + endloop + endfacet + facet normal 0.39490232779 -0.0119120922 -0.9186458804 + outer loop + vertex -1.747966E+01 1.4997479E+02 1.6845078E+01 + vertex -1.975127E+01 1.4496693E+02 1.5933511E+01 + vertex -2.196980E+01 1.4999100E+02 1.4914674E+01 + endloop + endfacet + facet normal 0.34930055837 0.01210190333 -0.9369325823 + outer loop + vertex -1.513445E+01 1.4494750E+02 1.7654469E+01 + vertex -1.975127E+01 1.4496693E+02 1.5933511E+01 + vertex -1.747966E+01 1.4997479E+02 1.6845078E+01 + endloop + endfacet + facet normal 0.4401183567 -0.0123372574 -0.8978550129 + outer loop + vertex -2.421289E+01 1.4498194E+02 1.3746269E+01 + vertex -1.975127E+01 1.4496693E+02 1.5933511E+01 + vertex -2.199703E+01 1.3996868E+02 1.4901345E+01 + endloop + endfacet + facet normal 0.48454573099 -0.0127530895 -0.8746729636 + outer loop + vertex -2.640499E+01 1.3999162E+02 1.2459115E+01 + vertex -2.199703E+01 1.3996868E+02 1.4901345E+01 + vertex -2.425631E+01 1.3500000E+02 1.3722208E+01 + endloop + endfacet + facet normal 0.34921063711 -0.0121635163 -0.9369653034 + outer loop + vertex -1.975127E+01 1.4496693E+02 1.5933511E+01 + vertex -1.513445E+01 1.4494750E+02 1.7654469E+01 + vertex -1.738495E+01 1.3997042E+02 1.6880310E+01 + endloop + endfacet + facet normal 0.39428912365 -0.0126625882 -0.9188992033 + outer loop + vertex -2.199703E+01 1.3996868E+02 1.4901345E+01 + vertex -1.738495E+01 1.3997042E+02 1.6880310E+01 + vertex -1.963577E+01 1.3500000E+02 1.5983002E+01 + endloop + endfacet + facet normal 0.25536111072 -0.0121123759 -0.9667698762 + outer loop + vertex -1.037090E+01 1.4495432E+02 1.8912621E+01 + vertex -1.264476E+01 1.3995161E+02 1.8374684E+01 + vertex -1.513445E+01 1.4494750E+02 1.7654469E+01 + endloop + endfacet + facet normal 0.2054975909 0.01182249322 -0.9785862092 + outer loop + vertex -7.888662E+00 1.3997899E+02 1.9373768E+01 + vertex -1.264476E+01 1.3995161E+02 1.8374684E+01 + vertex -1.037090E+01 1.4495432E+02 1.8912621E+01 + endloop + endfacet + facet normal 0.14935289647 0.01278413046 -0.988701309 + outer loop + vertex -4.929347E+00 1.3500000E+02 1.9756422E+01 + vertex -9.987606E+00 1.3500000E+02 1.8992323E+01 + vertex -7.888662E+00 1.3997899E+02 1.9373768E+01 + endloop + endfacet + facet normal 0.30060071529 -0.0124187921 -0.9536692212 + outer loop + vertex -1.264476E+01 1.3995161E+02 1.8374684E+01 + vertex -1.490316E+01 1.3500000E+02 1.7727306E+01 + vertex -1.738495E+01 1.3997042E+02 1.6880310E+01 + endloop + endfacet + facet normal 0.24920806059 0.01294223992 -0.968363486 + outer loop + vertex -9.987606E+00 1.3500000E+02 1.8992323E+01 + vertex -1.490316E+01 1.3500000E+02 1.7727306E+01 + vertex -1.264476E+01 1.3995161E+02 1.8374684E+01 + endloop + endfacet + facet normal 0.0544569932 0.01318835018 -0.9984290177 + outer loop + vertex -5.426830E+00 1.4504668E+02 1.9704623E+01 + vertex -3.607860E+00 1.5003031E+02 1.9869664E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.1185101124 -0.0103734366 -0.992898658 + outer loop + vertex -8.221142E+00 1.4998584E+02 1.9319497E+01 + vertex -3.607860E+00 1.5003031E+02 1.9869664E+01 + vertex -5.426830E+00 1.4504668E+02 1.9704623E+01 + endloop + endfacet + facet normal 0.15793841502 0.01236392081 -0.9873715565 + outer loop + vertex -5.426830E+00 1.4504668E+02 1.9704623E+01 + vertex -1.037090E+01 1.4495432E+02 1.8912621E+01 + vertex -8.221142E+00 1.4998584E+02 1.9319497E+01 + endloop + endfacet + facet normal 0.03402709716 0.0 -0.9994209106 + outer loop + vertex 0.000000E+00 1.4000000E+02 2.0000000E+01 + vertex -3.400739E+00 1.4011631E+02 1.9884216E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.11269786852 0.01012024266 -0.993577763 + outer loop + vertex -3.400739E+00 1.4011631E+02 1.9884216E+01 + vertex -7.888662E+00 1.3997899E+02 1.9373768E+01 + vertex -5.426830E+00 1.4504668E+02 1.9704623E+01 + endloop + endfacet + facet normal 0.04935104968 0.01020126626 -0.9987293968 + outer loop + vertex -4.929347E+00 1.3500000E+02 1.9756422E+01 + vertex -3.400739E+00 1.4011631E+02 1.9884216E+01 + vertex 0.000000E+00 1.3500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.11327744506 -0.0090281875 -0.9935223763 + outer loop + vertex -7.888662E+00 1.3997899E+02 1.9373768E+01 + vertex -3.400739E+00 1.4011631E+02 1.9884216E+01 + vertex -4.929347E+00 1.3500000E+02 1.9756422E+01 + endloop + endfacet + facet normal 0.62004181662 -0.0123993776 -0.7844707777 + outer loop + vertex -3.292909E+01 1.9001229E+02 7.6254566E+00 + vertex -2.900053E+01 1.9002022E+02 1.0730448E+01 + vertex -3.121370E+01 1.8501545E+02 9.0602754E+00 + endloop + endfacet + facet normal 0.5387576648 -0.0121757738 -0.842372797 + outer loop + vertex -2.900053E+01 1.9002022E+02 1.0730448E+01 + vertex -2.481115E+01 1.9002710E+02 1.3409753E+01 + vertex -2.719316E+01 1.8501780E+02 1.1958695E+01 + endloop + endfacet + facet normal 0.52892116986 -0.0127268292 -0.8485755263 + outer loop + vertex -2.856341E+01 2.0000000E+02 1.1038172E+01 + vertex -2.426510E+01 2.0000000E+02 1.3717331E+01 + vertex -2.668606E+01 1.9501988E+02 1.2283026E+01 + endloop + endfacet + facet normal 0.57555044025 -0.0125202014 -0.817670432 + outer loop + vertex -3.079896E+01 1.9501156E+02 9.3881231E+00 + vertex -2.668606E+01 1.9501988E+02 1.2283026E+01 + vertex -2.900053E+01 1.9002022E+02 1.0730448E+01 + endloop + endfacet + facet normal 0.44035877301 -0.0126752204 -0.8977324155 + outer loop + vertex -2.426510E+01 2.0000000E+02 1.3717331E+01 + vertex -1.971779E+01 2.0000000E+02 1.5947891E+01 + vertex -2.232528E+01 1.9502910E+02 1.4739043E+01 + endloop + endfacet + facet normal 0.49071078546 -0.0123394535 -0.8712351364 + outer loop + vertex -2.668606E+01 1.9501988E+02 1.2283026E+01 + vertex -2.232528E+01 1.9502910E+02 1.4739043E+01 + vertex -2.481115E+01 1.9002710E+02 1.3409753E+01 + endloop + endfacet + facet normal 0.76431813353 -0.0126356058 -0.6447155436 + outer loop + vertex -3.979672E+01 1.9000457E+02 2.6914980E-01 + vertex -3.654338E+01 1.9000739E+02 4.1259626E+00 + vertex -3.836506E+01 1.8500684E+02 2.0643425E+00 + endloop + endfacet + facet normal 0.69555957338 -0.0125448093 -0.7183588989 + outer loop + vertex -3.654338E+01 1.9000739E+02 4.1259626E+00 + vertex -3.292909E+01 1.9001229E+02 7.6254566E+00 + vertex -3.495481E+01 1.8501024E+02 5.7513798E+00 + endloop + endfacet + facet normal 0.68891091585 -0.0127500971 -0.7247338719 + outer loop + vertex -3.623964E+01 2.0000000E+02 4.4483460E+00 + vertex -3.256862E+01 2.0000000E+02 7.9379061E+00 + vertex -3.461088E+01 1.9500675E+02 6.0844401E+00 + endloop + endfacet + facet normal 0.7277496097 -0.0126809514 -0.6857256733 + outer loop + vertex -3.807645E+01 1.9500392E+02 2.4065380E+00 + vertex -3.461088E+01 1.9500675E+02 6.0844401E+00 + vertex -3.654338E+01 1.9000739E+02 4.1259626E+00 + endloop + endfacet + facet normal 0.61205628288 -0.0127429396 -0.7907115302 + outer loop + vertex -3.256862E+01 2.0000000E+02 7.9379061E+00 + vertex -2.856341E+01 2.0000000E+02 1.1038172E+01 + vertex -3.079896E+01 1.9501156E+02 9.3881231E+00 + endloop + endfacet + facet normal 0.65488908706 -0.0126210234 -0.7556196089 + outer loop + vertex -3.461088E+01 1.9500675E+02 6.0844401E+00 + vertex -3.079896E+01 1.9501156E+02 9.3881231E+00 + vertex -3.292909E+01 1.9001229E+02 7.6254566E+00 + endloop + endfacet + facet normal 0.74093786646 -0.0123214588 -0.6714605422 + outer loop + vertex -3.867925E+01 1.7500565E+02 1.6846247E+00 + vertex -3.532775E+01 1.7500604E+02 5.3829108E+00 + vertex -3.722050E+01 1.7000170E+02 3.3861358E+00 + endloop + endfacet + facet normal 0.77676330303 -0.0123490508 -0.6296715588 + outer loop + vertex -4.036502E+01 1.7000287E+02 -4.929635E-01 + vertex -3.722050E+01 1.7000170E+02 3.3861358E+00 + vertex -3.899021E+01 1.6499713E+02 1.3011785E+00 + endloop + endfacet + facet normal 0.67052308572 -0.0121650004 -0.7417889216 + outer loop + vertex -3.532775E+01 1.7500604E+02 5.3829108E+00 + vertex -3.164751E+01 1.7500297E+02 8.7096220E+00 + vertex -3.372033E+01 1.6999914E+02 6.9180043E+00 + endloop + endfacet + facet normal 0.71022931112 -0.0122485134 -0.7038638359 + outer loop + vertex -3.722050E+01 1.7000170E+02 3.3861358E+00 + vertex -3.372033E+01 1.6999914E+02 6.9180043E+00 + vertex -3.567858E+01 1.6499586E+02 5.0291178E+00 + endloop + endfacet + facet normal 0.66247115034 -0.0123341643 -0.7489858766 + outer loop + vertex -3.495481E+01 1.8501024E+02 5.7513798E+00 + vertex -3.121370E+01 1.8501545E+02 9.0602754E+00 + vertex -3.332324E+01 1.8001048E+02 7.2768282E+00 + endloop + endfacet + facet normal 0.70279004229 -0.0123137458 -0.7112907479 + outer loop + vertex -3.687309E+01 1.8000796E+02 3.7694472E+00 + vertex -3.332324E+01 1.8001048E+02 7.2768282E+00 + vertex -3.532775E+01 1.7500604E+02 5.3829108E+00 + endloop + endfacet + facet normal 0.58474908034 -0.012107661 -0.8111238608 + outer loop + vertex -3.121370E+01 1.8501545E+02 9.0602754E+00 + vertex -2.719316E+01 1.8501780E+02 1.1958695E+01 + vertex -2.947086E+01 1.8000896E+02 1.0391443E+01 + endloop + endfacet + facet normal 0.62866387891 -0.0121118007 -0.7775828134 + outer loop + vertex -3.332324E+01 1.8001048E+02 7.2768282E+00 + vertex -2.947086E+01 1.8000896E+02 1.0391443E+01 + vertex -3.164751E+01 1.7500297E+02 8.7096220E+00 + endloop + endfacet + facet normal 0.85978966796 -0.0125025156 -0.5104952634 + outer loop + vertex -4.422069E+01 1.7500854E+02 -6.664828E+00 + vertex -4.165669E+01 1.7500690E+02 -2.346432E+00 + vertex -4.311296E+01 1.7000605E+02 -4.676641E+00 + endloop + endfacet + facet normal 0.88648475319 -0.0124502012 -0.4625902883 + outer loop + vertex -4.543125E+01 1.7000825E+02 -9.119353E+00 + vertex -4.311296E+01 1.7000605E+02 -4.676641E+00 + vertex -4.443289E+01 1.6500376E+02 -7.071452E+00 + endloop + endfacet + facet normal 0.80430614733 -0.0124331711 -0.5940850424 + outer loop + vertex -4.165669E+01 1.7500690E+02 -2.346432E+00 + vertex -3.867925E+01 1.7500565E+02 1.6846247E+00 + vertex -4.036502E+01 1.7000287E+02 -4.929635E-01 + endloop + endfacet + facet normal 0.83575883646 -0.0124101163 -0.5489564248 + outer loop + vertex -4.311296E+01 1.7000605E+02 -4.676641E+00 + vertex -4.036502E+01 1.7000287E+02 -4.929635E-01 + vertex -4.192033E+01 1.6499945E+02 -2.747737E+00 + endloop + endfacet + facet normal 0.79858122189 -0.012598031 -0.6017552008 + outer loop + vertex -4.139774E+01 1.8500560E+02 -1.960262E+00 + vertex -3.836506E+01 1.8500684E+02 2.0643425E+00 + vertex -4.007151E+01 1.8000679E+02 -9.557948E-02 + endloop + endfacet + facet normal 0.83044409814 -0.0125550603 -0.5569604746 + outer loop + vertex -4.287430E+01 1.8000727E+02 -4.274643E+00 + vertex -4.007151E+01 1.8000679E+02 -9.557948E-02 + vertex -4.165669E+01 1.7500690E+02 -2.346432E+00 + endloop + endfacet + facet normal 0.73407362279 -0.0124966179 -0.678954896 + outer loop + vertex -3.836506E+01 1.8500684E+02 2.0643425E+00 + vertex -3.495481E+01 1.8501024E+02 5.7513798E+00 + vertex -3.687309E+01 1.8000796E+02 3.7694472E+00 + endloop + endfacet + facet normal 0.77035805472 -0.0124626661 -0.637489725 + outer loop + vertex -4.007151E+01 1.8000679E+02 -9.557948E-02 + vertex -3.687309E+01 1.8000796E+02 3.7694472E+00 + vertex -3.867925E+01 1.7500565E+02 1.6846247E+00 + endloop + endfacet + facet normal 0.30887415687 0.01180219854 -0.9510296858 + outer loop + vertex -1.307632E+01 1.9503828E+02 1.8259815E+01 + vertex -1.777550E+01 1.9503835E+02 1.6733623E+01 + vertex -1.496816E+01 2.0000000E+02 1.7706963E+01 + endloop + endfacet + facet normal 0.40145333304 0.01212617605 -0.9157992014 + outer loop + vertex -1.777550E+01 1.9503835E+02 1.6733623E+01 + vertex -2.232528E+01 1.9502910E+02 1.4739043E+01 + vertex -1.971779E+01 2.0000000E+02 1.5947891E+01 + endloop + endfacet + facet normal 0.41512040713 0.01152837048 -0.9096934342 + outer loop + vertex -1.851735E+01 1.8499974E+02 1.6444672E+01 + vertex -2.294564E+01 1.8501180E+02 1.4424065E+01 + vertex -2.042029E+01 1.9002766E+02 1.5640025E+01 + endloop + endfacet + facet normal 0.36327413004 0.01158032618 -0.9316103276 + outer loop + vertex -1.586585E+01 1.9002640E+02 1.7415977E+01 + vertex -2.042029E+01 1.9002766E+02 1.5640025E+01 + vertex -1.777550E+01 1.9503835E+02 1.6733623E+01 + endloop + endfacet + facet normal 0.50197119891 0.01181443067 -0.8648036394 + outer loop + vertex -2.294564E+01 1.8501180E+02 1.4424065E+01 + vertex -2.719316E+01 1.8501780E+02 1.1958695E+01 + vertex -2.481115E+01 1.9002710E+02 1.3409753E+01 + endloop + endfacet + facet normal 0.45283076975 0.01187607033 -0.8915173879 + outer loop + vertex -2.042029E+01 1.9002766E+02 1.5640025E+01 + vertex -2.481115E+01 1.9002710E+02 1.3409753E+01 + vertex -2.232528E+01 1.9502910E+02 1.4739043E+01 + endloop + endfacet + facet normal 0.03630081196 0.0 -0.9993409083 + outer loop + vertex 0.000000E+00 1.9500000E+02 2.0000000E+01 + vertex -3.627689E+00 1.9481244E+02 1.9868225E+01 + vertex 0.000000E+00 2.0000000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.11961818515 0.00911470604 -0.9927781282 + outer loop + vertex -3.627689E+00 1.9481244E+02 1.9868225E+01 + vertex -8.290038E+00 1.9497551E+02 1.9307964E+01 + vertex -5.058416E+00 2.0000000E+02 1.9743466E+01 + endloop + endfacet + facet normal 0.21404703987 0.01117457995 -0.9767594348 + outer loop + vertex -8.290038E+00 1.9497551E+02 1.9307964E+01 + vertex -1.307632E+01 1.9503828E+02 1.8259815E+01 + vertex -1.006493E+01 2.0000000E+02 1.8976497E+01 + endloop + endfacet + facet normal 0.2137588816 -0.0117405167 -0.9768158991 + outer loop + vertex -1.307632E+01 1.9503828E+02 1.8259815E+01 + vertex -8.290038E+00 1.9497551E+02 1.9307964E+01 + vertex -1.108007E+01 1.9002906E+02 1.8756866E+01 + endloop + endfacet + facet normal 0.26977971659 -0.0118751857 -0.9628488378 + outer loop + vertex -1.586585E+01 1.9002640E+02 1.7415977E+01 + vertex -1.108007E+01 1.9002906E+02 1.8756866E+01 + vertex -1.393812E+01 1.8500751E+02 1.8018005E+01 + endloop + endfacet + facet normal 0.11891184911 -0.0112942738 -0.9928405771 + outer loop + vertex -8.290038E+00 1.9497551E+02 1.9307964E+01 + vertex -3.627689E+00 1.9481244E+02 1.9868225E+01 + vertex -5.948820E+00 1.9001016E+02 1.9644854E+01 + endloop + endfacet + facet normal 0.17046057137 -0.0127953481 -0.985281418 + outer loop + vertex -1.108007E+01 1.9002906E+02 1.8756866E+01 + vertex -5.948820E+00 1.9001016E+02 1.9644854E+01 + vertex -9.212442E+00 1.8510070E+02 1.9143982E+01 + endloop + endfacet + facet normal 0.03630081196 0.0 -0.9993409083 + outer loop + vertex -3.627689E+00 1.9481244E+02 1.9868225E+01 + vertex 0.000000E+00 1.9500000E+02 2.0000000E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.04391863872 0.0 -0.9990351111 + outer loop + vertex 0.000000E+00 1.8500000E+02 2.0000000E+01 + vertex -4.387626E+00 1.8529046E+02 1.9807115E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.13573581016 0.01083968077 -0.9906857681 + outer loop + vertex -4.387626E+00 1.8529046E+02 1.9807115E+01 + vertex -9.212442E+00 1.8510070E+02 1.9143982E+01 + vertex -5.948820E+00 1.9001016E+02 1.9644854E+01 + endloop + endfacet + facet normal 0.42519340755 0.01189677116 -0.9050243273 + outer loop + vertex -1.901468E+01 1.7497595E+02 1.6243292E+01 + vertex -2.345517E+01 1.7498187E+02 1.4157164E+01 + vertex -2.103296E+01 1.7998636E+02 1.5360937E+01 + endloop + endfacet + facet normal 0.37610999702 0.0115569949 -0.9265029444 + outer loop + vertex -1.653482E+01 1.7998009E+02 1.7186859E+01 + vertex -2.103296E+01 1.7998636E+02 1.5360937E+01 + vertex -1.851735E+01 1.8499974E+02 1.6444672E+01 + endloop + endfacet + facet normal 0.54892884982 -0.0119130023 -0.8357841816 + outer loop + vertex -2.947086E+01 1.8000896E+02 1.0391443E+01 + vertex -2.536134E+01 1.8000004E+02 1.3090633E+01 + vertex -2.767984E+01 1.7499341E+02 1.1639239E+01 + endloop + endfacet + facet normal 0.46443662414 -0.011786867 -0.8855279171 + outer loop + vertex -2.536134E+01 1.8000004E+02 1.3090633E+01 + vertex -2.103296E+01 1.7998636E+02 1.5360937E+01 + vertex -2.345517E+01 1.7498187E+02 1.4157164E+01 + endloop + endfacet + facet normal 0.50194600986 -0.0118466347 -0.8648178192 + outer loop + vertex -2.719316E+01 1.8501780E+02 1.1958695E+01 + vertex -2.294564E+01 1.8501180E+02 1.4424065E+01 + vertex -2.536134E+01 1.8000004E+02 1.3090633E+01 + endloop + endfacet + facet normal 0.4150677926 -0.0116198999 -0.9097162774 + outer loop + vertex -2.294564E+01 1.8501180E+02 1.4424065E+01 + vertex -1.851735E+01 1.8499974E+02 1.6444672E+01 + vertex -2.103296E+01 1.7998636E+02 1.5360937E+01 + endloop + endfacet + facet normal 0.51928839107 0.01229589365 -0.8545106072 + outer loop + vertex -2.381087E+01 1.6499027E+02 1.3966381E+01 + vertex -2.805827E+01 1.6498764E+02 1.1385185E+01 + vertex -2.579982E+01 1.6998348E+02 1.2829536E+01 + endloop + endfacet + facet normal 0.47295736604 0.01214796959 -0.8810015646 + outer loop + vertex -2.144118E+01 1.6998204E+02 1.5169412E+01 + vertex -2.579982E+01 1.6998348E+02 1.2829536E+01 + vertex -2.345517E+01 1.7498187E+02 1.4157164E+01 + endloop + endfacet + facet normal 0.63696314527 -0.0121518272 -0.7707984721 + outer loop + vertex -3.372033E+01 1.6999914E+02 6.9180043E+00 + vertex -2.990398E+01 1.6999166E+02 1.0071835E+01 + vertex -3.202431E+01 1.6499197E+02 8.3984838E+00 + endloop + endfacet + facet normal 0.55766242336 -0.0121440614 -0.8299790017 + outer loop + vertex -2.990398E+01 1.6999166E+02 1.0071835E+01 + vertex -2.579982E+01 1.6998348E+02 1.2829536E+01 + vertex -2.805827E+01 1.6498764E+02 1.1385185E+01 + endloop + endfacet + facet normal 0.59393478643 -0.0120228883 -0.804423346 + outer loop + vertex -3.164751E+01 1.7500297E+02 8.7096220E+00 + vertex -2.767984E+01 1.7499341E+02 1.1639239E+01 + vertex -2.990398E+01 1.6999166E+02 1.0071835E+01 + endloop + endfacet + facet normal 0.51190880169 -0.0119789125 -0.8589562762 + outer loop + vertex -2.767984E+01 1.7499341E+02 1.1639239E+01 + vertex -2.345517E+01 1.7498187E+02 1.4157164E+01 + vertex -2.579982E+01 1.6998348E+02 1.2829536E+01 + endloop + endfacet + facet normal 0.2319779901 -0.011466456 -0.9726534493 + outer loop + vertex -1.393812E+01 1.8500751E+02 1.8018005E+01 + vertex -9.212442E+00 1.8510070E+02 1.9143982E+01 + vertex -1.193463E+01 1.8000947E+02 1.8554760E+01 + endloop + endfacet + facet normal 0.28507136876 -0.0114307927 -0.9584381314 + outer loop + vertex -1.653482E+01 1.7998009E+02 1.7186859E+01 + vertex -1.193463E+01 1.8000947E+02 1.8554760E+01 + vertex -1.442934E+01 1.7498386E+02 1.7872685E+01 + endloop + endfacet + facet normal 0.13658005132 -0.0110385232 -0.9905675346 + outer loop + vertex -9.212442E+00 1.8510070E+02 1.9143982E+01 + vertex -4.387626E+00 1.8529046E+02 1.9807115E+01 + vertex -7.358764E+00 1.8007957E+02 1.9455521E+01 + endloop + endfacet + facet normal 0.19329169123 -0.0107701259 -0.9810822221 + outer loop + vertex -1.193463E+01 1.8000947E+02 1.8554760E+01 + vertex -7.358764E+00 1.8007957E+02 1.9455521E+01 + vertex -9.754644E+00 1.7500107E+02 1.9039239E+01 + endloop + endfacet + facet normal 0.03180016502 0.0 -0.9994942468 + outer loop + vertex 0.000000E+00 1.8000000E+02 2.0000000E+01 + vertex -3.178408E+00 1.7994583E+02 1.9898875E+01 + vertex 0.000000E+00 1.8500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.10567879825 0.00683771203 -0.9943768085 + outer loop + vertex -3.178408E+00 1.7994583E+02 1.9898875E+01 + vertex -7.358764E+00 1.8007957E+02 1.9455521E+01 + vertex -4.387626E+00 1.8529046E+02 1.9807115E+01 + endloop + endfacet + facet normal 0.05039288278 0.01196560331 -0.9986577901 + outer loop + vertex 0.000000E+00 1.7500000E+02 2.0000000E+01 + vertex -5.044456E+00 1.7495244E+02 1.9744884E+01 + vertex -3.178408E+00 1.7994583E+02 1.9898875E+01 + endloop + endfacet + facet normal 0.148262195 0.01111305072 -0.9888856464 + outer loop + vertex -5.044456E+00 1.7495244E+02 1.9744884E+01 + vertex -9.754644E+00 1.7500107E+02 1.9039239E+01 + vertex -7.358764E+00 1.8007957E+02 1.9455521E+01 + endloop + endfacet + facet normal 0.29182869134 0.01172581973 -0.9563987244 + outer loop + vertex -1.225868E+01 1.7000302E+02 1.8473960E+01 + vertex -1.689442E+01 1.6999210E+02 1.7059309E+01 + vertex -1.442934E+01 1.7498386E+02 1.7872685E+01 + endloop + endfacet + facet normal 0.38377074859 0.01208380247 -0.9233493349 + outer loop + vertex -1.689442E+01 1.6999210E+02 1.7059309E+01 + vertex -2.144118E+01 1.6998204E+02 1.5169412E+01 + vertex -1.901468E+01 1.7497595E+02 1.6243292E+01 + endloop + endfacet + facet normal 0.34110903704 0.01198988598 -0.9399472684 + outer loop + vertex -1.473645E+01 1.6502205E+02 1.7779045E+01 + vertex -1.934005E+01 1.6500433E+02 1.6108162E+01 + vertex -1.689442E+01 1.6999210E+02 1.7059309E+01 + endloop + endfacet + facet normal 0.43197642429 0.01226954875 -0.9018014344 + outer loop + vertex -1.934005E+01 1.6500433E+02 1.6108162E+01 + vertex -2.381087E+01 1.6499027E+02 1.3966381E+01 + vertex -2.144118E+01 1.6998204E+02 1.5169412E+01 + endloop + endfacet + facet normal 0.14803643318 -0.0112268043 -0.9889181833 + outer loop + vertex -9.754644E+00 1.7500107E+02 1.9039239E+01 + vertex -5.044456E+00 1.7495244E+02 1.9744884E+01 + vertex -7.657016E+00 1.6998205E+02 1.9410223E+01 + endloop + endfacet + facet normal 0.19931636558 -0.0110518669 -0.9798728706 + outer loop + vertex -1.225868E+01 1.7000302E+02 1.8473960E+01 + vertex -7.657016E+00 1.6998205E+02 1.9410223E+01 + vertex -1.003975E+01 1.6500687E+02 1.8981665E+01 + endloop + endfacet + facet normal 0.0330299738 0.0 -0.9994543616 + outer loop + vertex 0.000000E+00 1.7000000E+02 2.0000000E+01 + vertex -3.301195E+00 1.6994365E+02 1.9890902E+01 + vertex 0.000000E+00 1.7500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.1097631721 0.00922700236 -0.9939149403 + outer loop + vertex -3.301195E+00 1.6994365E+02 1.9890902E+01 + vertex -7.657016E+00 1.6998205E+02 1.9410223E+01 + vertex -5.044456E+00 1.7495244E+02 1.9744884E+01 + endloop + endfacet + facet normal 0.05209914208 0.01275343783 -0.9985604785 + outer loop + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + vertex -5.217403E+00 1.6494175E+02 1.9727042E+01 + vertex -3.301195E+00 1.6994365E+02 1.9890902E+01 + endloop + endfacet + facet normal 0.1528995024 0.0118930033 -0.988170177 + outer loop + vertex -5.217403E+00 1.6494175E+02 1.9727042E+01 + vertex -1.003975E+01 1.6500687E+02 1.8981665E+01 + vertex -7.657016E+00 1.6998205E+02 1.9410223E+01 + endloop + endfacet + facet normal 0.95841105301 -0.0127750704 0.28510533323 + outer loop + vertex -4.714045E+01 1.5500097E+02 -4.666667E+01 + vertex -4.858528E+01 1.5500015E+02 -4.180976E+01 + vertex -4.787165E+01 1.4999941E+02 -4.443279E+01 + endloop + endfacet + facet normal 0.98234899712 -0.0127851814 0.1866198998 + outer loop + vertex -4.858528E+01 1.5500015E+02 -4.180976E+01 + vertex -4.953138E+01 1.5500118E+02 -3.682951E+01 + vertex -4.908638E+01 1.4999999E+02 -3.951460E+01 + endloop + endfacet + facet normal 0.98374786497 -0.0127978999 0.17909872114 + outer loop + vertex -4.867375E+01 1.6500166E+02 -4.143967E+01 + vertex -4.958237E+01 1.6500033E+02 -3.644894E+01 + vertex -4.915638E+01 1.6000066E+02 -3.914608E+01 + endloop + endfacet + facet normal 0.97251163302 -0.012782467 0.23250318743 + outer loop + vertex -4.797764E+01 1.6000138E+02 -4.407642E+01 + vertex -4.915638E+01 1.6000066E+02 -3.914608E+01 + vertex -4.858528E+01 1.5500015E+02 -4.180976E+01 + endloop + endfacet + facet normal 0.99683576867 -0.0128265899 0.07844698143 + outer loop + vertex -4.958237E+01 1.6500033E+02 -3.644894E+01 + vertex -4.998077E+01 1.6499928E+02 -3.138655E+01 + vertex -4.983025E+01 1.6000049E+02 -3.411662E+01 + endloop + endfacet + facet normal 0.99106184358 -0.0128103409 0.13278673637 + outer loop + vertex -4.915638E+01 1.6000066E+02 -3.914608E+01 + vertex -4.983025E+01 1.6000049E+02 -3.411662E+01 + vertex -4.953138E+01 1.5500118E+02 -3.682951E+01 + endloop + endfacet + facet normal 0.88118172839 -0.0128932765 0.4726018673 + outer loop + vertex -4.280261E+01 1.5500832E+02 -5.584447E+01 + vertex -4.520825E+01 1.5500484E+02 -5.135916E+01 + vertex -4.398062E+01 1.5000401E+02 -5.378455E+01 + endloop + endfacet + facet normal 0.9246062875 -0.0128120024 0.38070863624 + outer loop + vertex -4.520825E+01 1.5500484E+02 -5.135916E+01 + vertex -4.714045E+01 1.5500097E+02 -4.666667E+01 + vertex -4.616480E+01 1.5000058E+02 -4.920446E+01 + endloop + endfacet + facet normal 0.92734639631 -0.0129052621 0.37398143731 + outer loop + vertex -4.535871E+01 1.6500597E+02 -5.103776E+01 + vertex -4.726317E+01 1.6500414E+02 -4.631541E+01 + vertex -4.630356E+01 1.6000466E+02 -4.886745E+01 + endloop + endfacet + facet normal 0.90558231218 -0.012907431 0.42397414318 + outer loop + vertex -4.414440E+01 1.6000766E+02 -5.347918E+01 + vertex -4.630356E+01 1.6000466E+02 -4.886745E+01 + vertex -4.520825E+01 1.5500484E+02 -5.135916E+01 + endloop + endfacet + facet normal 0.96053026455 -0.0128133664 0.27788024134 + outer loop + vertex -4.726317E+01 1.6500414E+02 -4.631541E+01 + vertex -4.867375E+01 1.6500166E+02 -4.143967E+01 + vertex -4.797764E+01 1.6000138E+02 -4.407642E+01 + endloop + endfacet + facet normal 0.94395379207 -0.0128123267 0.32982886883 + outer loop + vertex -4.630356E+01 1.6000466E+02 -4.886745E+01 + vertex -4.797764E+01 1.6000138E+02 -4.407642E+01 + vertex -4.714045E+01 1.5500097E+02 -4.666667E+01 + endloop + endfacet + facet normal 0.89957919513 -0.0128564791 0.4365684169 + outer loop + vertex -4.381641E+01 1.3999648E+02 -5.408573E+01 + vertex -4.603272E+01 1.3999434E+02 -4.951892E+01 + vertex -4.491593E+01 1.3500000E+02 -5.196724E+01 + endloop + endfacet + facet normal 0.93916161892 -0.0128110644 0.34323655133 + outer loop + vertex -4.603272E+01 1.3999434E+02 -4.951892E+01 + vertex -4.777196E+01 1.4001141E+02 -4.475940E+01 + vertex -4.692136E+01 1.3500000E+02 -4.727384E+01 + endloop + endfacet + facet normal 0.94149834038 -0.0127864227 0.33677497302 + outer loop + vertex -4.616480E+01 1.5000058E+02 -4.920446E+01 + vertex -4.787165E+01 1.4999941E+02 -4.443279E+01 + vertex -4.701830E+01 1.4500074E+02 -4.700821E+01 + endloop + endfacet + facet normal 0.92184009328 -0.0127840957 0.38735953496 + outer loop + vertex -4.505501E+01 1.4499821E+02 -5.168054E+01 + vertex -4.701830E+01 1.4500074E+02 -4.700821E+01 + vertex -4.603272E+01 1.3999434E+02 -4.951892E+01 + endloop + endfacet + facet normal 0.97074724773 -0.0127738213 0.23976365554 + outer loop + vertex -4.787165E+01 1.4999941E+02 -4.443279E+01 + vertex -4.908638E+01 1.4999999E+02 -3.951460E+01 + vertex -4.849911E+01 1.4499802E+02 -4.215880E+01 + endloop + endfacet + facet normal 0.95632753189 -0.0128386215 0.29201510499 + outer loop + vertex -4.701830E+01 1.4500074E+02 -4.700821E+01 + vertex -4.849911E+01 1.4499802E+02 -4.215880E+01 + vertex -4.777196E+01 1.4001141E+02 -4.475940E+01 + endloop + endfacet + facet normal 0.7929750736 -0.0128592885 0.60911835577 + outer loop + vertex -3.805375E+01 1.4000113E+02 -6.243320E+01 + vertex -4.114841E+01 1.4000433E+02 -5.840438E+01 + vertex -3.956037E+01 1.3500000E+02 -6.057740E+01 + endloop + endfacet + facet normal 0.85068536851 -0.0128321714 0.52551854313 + outer loop + vertex -4.114841E+01 1.4000433E+02 -5.840438E+01 + vertex -4.381641E+01 1.3999648E+02 -5.408573E+01 + vertex -4.244762E+01 1.3500000E+02 -5.642347E+01 + endloop + endfacet + facet normal 0.85421585293 -0.0128732537 0.51975913262 + outer loop + vertex -4.133702E+01 1.5000756E+02 -5.812917E+01 + vertex -4.398062E+01 1.5000401E+02 -5.378455E+01 + vertex -4.262553E+01 1.4500260E+02 -5.613550E+01 + endloop + endfacet + facet normal 0.82477694667 -0.012869805 0.56531173379 + outer loop + vertex -3.975195E+01 1.4500568E+02 -6.032792E+01 + vertex -4.262553E+01 1.4500260E+02 -5.613550E+01 + vertex -4.114841E+01 1.4000433E+02 -5.840438E+01 + endloop + endfacet + facet normal 0.90254666798 -0.0128087272 0.43040149701 + outer loop + vertex -4.398062E+01 1.5000401E+02 -5.378455E+01 + vertex -4.616480E+01 1.5000058E+02 -4.920446E+01 + vertex -4.505501E+01 1.4499821E+02 -5.168054E+01 + endloop + endfacet + facet normal 0.87786964098 -0.0128153327 0.47872816993 + outer loop + vertex -4.262553E+01 1.4500260E+02 -5.613550E+01 + vertex -4.505501E+01 1.4499821E+02 -5.168054E+01 + vertex -4.381641E+01 1.3999648E+02 -5.408573E+01 + endloop + endfacet + facet normal 0.99312348591 -0.0127118035 -0.1163793443 + outer loop + vertex -4.989087E+01 1.5500182E+02 -2.669838E+01 + vertex -4.930250E+01 1.5500221E+02 -2.167753E+01 + vertex -4.968220E+01 1.5000244E+02 -2.437157E+01 + endloop + endfacet + facet normal 0.97636115827 -0.0125500052 -0.2157808749 + outer loop + vertex -4.930250E+01 1.5500221E+02 -2.167753E+01 + vertex -4.821795E+01 1.5500138E+02 -1.677015E+01 + vertex -4.886363E+01 1.4999773E+02 -1.940069E+01 + endloop + endfacet + facet normal 0.97459554726 -0.0126177024 -0.2236164413 + outer loop + vertex -4.923501E+01 1.6500244E+02 -2.128714E+01 + vertex -4.810838E+01 1.6500550E+02 -1.637708E+01 + vertex -4.877747E+01 1.6000388E+02 -1.901097E+01 + endloop + endfacet + facet normal 0.98531750018 -0.0126579131 -0.170262154 + outer loop + vertex -4.963659E+01 1.6000163E+02 -2.398258E+01 + vertex -4.877747E+01 1.6000388E+02 -1.901097E+01 + vertex -4.930250E+01 1.5500221E+02 -2.167753E+01 + endloop + endfacet + facet normal 0.94721968563 -0.0124920544 -0.3203417171 + outer loop + vertex -4.810838E+01 1.6500550E+02 -1.637708E+01 + vertex -4.650171E+01 1.6500641E+02 -1.162634E+01 + vertex -4.743056E+01 1.6000405E+02 -1.417780E+01 + endloop + endfacet + facet normal 0.96321824973 -0.0125074194 -0.2684290742 + outer loop + vertex -4.877747E+01 1.6000388E+02 -1.901097E+01 + vertex -4.743056E+01 1.6000405E+02 -1.417780E+01 + vertex -4.821795E+01 1.5500138E+02 -1.677015E+01 + endloop + endfacet + facet normal 0.99620199711 -0.0128236644 0.0861227878 + outer loop + vertex -4.953138E+01 1.5500118E+02 -3.682951E+01 + vertex -4.996858E+01 1.5500167E+02 -3.177225E+01 + vertex -4.979754E+01 1.5000321E+02 -3.449499E+01 + endloop + endfacet + facet normal 0.99980059233 -0.0128189334 -0.0153117772 + outer loop + vertex -4.996858E+01 1.5500167E+02 -3.177225E+01 + vertex -4.989087E+01 1.5500182E+02 -2.669838E+01 + vertex -4.999670E+01 1.5000540E+02 -2.942513E+01 + endloop + endfacet + facet normal 0.99965189311 -0.0128247224 -0.0230568668 + outer loop + vertex -4.998077E+01 1.6499928E+02 -3.138655E+01 + vertex -4.986369E+01 1.6499973E+02 -2.631044E+01 + vertex -4.999079E+01 1.6000020E+02 -2.904016E+01 + endloop + endfacet + facet normal 0.99941801411 -0.0128350561 0.03160529082 + outer loop + vertex -4.983025E+01 1.6000049E+02 -3.411662E+01 + vertex -4.999079E+01 1.6000020E+02 -2.904016E+01 + vertex -4.996858E+01 1.5500167E+02 -3.177225E+01 + endloop + endfacet + facet normal 0.99217948673 -0.0127485597 -0.124166583 + outer loop + vertex -4.986369E+01 1.6499973E+02 -2.631044E+01 + vertex -4.923501E+01 1.6500244E+02 -2.128714E+01 + vertex -4.963659E+01 1.6000163E+02 -2.398258E+01 + endloop + endfacet + facet normal 0.99747531845 -0.0127882966 -0.0698530497 + outer loop + vertex -4.999079E+01 1.6000020E+02 -2.904016E+01 + vertex -4.963659E+01 1.6000163E+02 -2.398258E+01 + vertex -4.989087E+01 1.5500182E+02 -2.669838E+01 + endloop + endfacet + facet normal 0.99883730895 -0.0126341625 0.04652320053 + outer loop + vertex -4.976547E+01 1.4000587E+02 -3.483712E+01 + vertex -4.999961E+01 1.4003116E+02 -2.980333E+01 + vertex -4.994074E+01 1.3500000E+02 -3.243358E+01 + endloop + endfacet + facet normal 0.99844677005 -0.0124822179 -0.0542977128 + outer loop + vertex -4.999961E+01 1.4003116E+02 -2.980333E+01 + vertex -4.972671E+01 1.4000639E+02 -2.477948E+01 + vertex -4.993965E+01 1.3500000E+02 -2.754416E+01 + endloop + endfacet + facet normal 0.99798723545 -0.0127748616 -0.0621150609 + outer loop + vertex -4.999670E+01 1.5000540E+02 -2.942513E+01 + vertex -4.968220E+01 1.5000244E+02 -2.437157E+01 + vertex -4.991496E+01 1.4501261E+02 -2.708505E+01 + endloop + endfacet + facet normal 0.99988857435 -0.0128077169 -0.0076681986 + outer loop + vertex -4.995379E+01 1.4501305E+02 -3.214916E+01 + vertex -4.991496E+01 1.4501261E+02 -2.708505E+01 + vertex -4.999961E+01 1.4003116E+02 -2.980333E+01 + endloop + endfacet + facet normal 0.9866308804 -0.0126073327 -0.1624824944 + outer loop + vertex -4.968220E+01 1.5000244E+02 -2.437157E+01 + vertex -4.886363E+01 1.4999773E+02 -1.940069E+01 + vertex -4.936661E+01 1.4499439E+02 -2.206664E+01 + endloop + endfacet + facet normal 0.99399847048 -0.0126653626 -0.1086583143 + outer loop + vertex -4.991496E+01 1.4501261E+02 -2.708505E+01 + vertex -4.936661E+01 1.4499439E+02 -2.206664E+01 + vertex -4.972671E+01 1.4000639E+02 -2.477948E+01 + endloop + endfacet + facet normal 0.96910828886 -0.0127739054 0.24630459152 + outer loop + vertex -4.777196E+01 1.4001141E+02 -4.475940E+01 + vertex -4.902052E+01 1.3998337E+02 -3.984826E+01 + vertex -4.840999E+01 1.3500000E+02 -4.250891E+01 + endloop + endfacet + facet normal 0.98904026981 -0.012836682 0.14708692766 + outer loop + vertex -4.902052E+01 1.3998337E+02 -3.984826E+01 + vertex -4.976547E+01 1.4000587E+02 -3.483712E+01 + vertex -4.944222E+01 1.3500000E+02 -3.744763E+01 + endloop + endfacet + facet normal 0.99003031992 -0.0127859155 0.14027289833 + outer loop + vertex -4.908638E+01 1.4999999E+02 -3.951460E+01 + vertex -4.979754E+01 1.5000321E+02 -3.449499E+01 + vertex -4.947992E+01 1.4499876E+02 -3.719291E+01 + endloop + endfacet + facet normal 0.98096806567 -0.0127268384 0.193751598 + outer loop + vertex -4.849911E+01 1.4499802E+02 -4.215880E+01 + vertex -4.947992E+01 1.4499876E+02 -3.719291E+01 + vertex -4.902052E+01 1.3998337E+02 -3.984826E+01 + endloop + endfacet + facet normal 0.99914686617 -0.0128317241 0.03925412942 + outer loop + vertex -4.979754E+01 1.5000321E+02 -3.449499E+01 + vertex -4.999670E+01 1.5000540E+02 -2.942513E+01 + vertex -4.995379E+01 1.4501305E+02 -3.214916E+01 + endloop + endfacet + facet normal 0.99553065634 -0.0127885102 0.09356904558 + outer loop + vertex -4.947992E+01 1.4499876E+02 -3.719291E+01 + vertex -4.995379E+01 1.4501305E+02 -3.214916E+01 + vertex -4.976547E+01 1.4000587E+02 -3.483712E+01 + endloop + endfacet + facet normal 0.995548349 -0.0127730376 -0.0933827302 + outer loop + vertex -4.995415E+01 1.8999818E+02 -2.785921E+01 + vertex -4.948082E+01 1.8999991E+02 -2.281333E+01 + vertex -4.979930E+01 1.8499879E+02 -2.552458E+01 + endloop + endfacet + facet normal 0.98099224545 -0.0127454779 -0.193627909 + outer loop + vertex -4.948082E+01 1.8999991E+02 -2.281333E+01 + vertex -4.850049E+01 1.9000172E+02 -1.784670E+01 + vertex -4.909096E+01 1.8500082E+02 -2.050907E+01 + endloop + endfacet + facet normal 0.97945019397 -0.0127601341 -0.2012821316 + outer loop + vertex -4.942342E+01 2.0000000E+02 -2.242861E+01 + vertex -4.840386E+01 2.0000000E+02 -1.746737E+01 + vertex -4.901530E+01 1.9500078E+02 -2.012579E+01 + endloop + endfacet + facet normal 0.98897075517 -0.0127598777 -0.1475602621 + outer loop + vertex -4.976281E+01 1.9499914E+02 -2.513552E+01 + vertex -4.901530E+01 1.9500078E+02 -2.012579E+01 + vertex -4.948082E+01 1.8999991E+02 -2.281333E+01 + endloop + endfacet + facet normal 0.95406156876 -0.0127607513 -0.2993387483 + outer loop + vertex -4.840386E+01 2.0000000E+02 -1.746737E+01 + vertex -4.688761E+01 2.0000000E+02 -1.263474E+01 + vertex -4.776554E+01 1.9500172E+02 -1.521982E+01 + endloop + endfacet + facet normal 0.96897289321 -0.0127470788 -0.2468380931 + outer loop + vertex -4.901530E+01 1.9500078E+02 -2.012579E+01 + vertex -4.776554E+01 1.9500172E+02 -1.521982E+01 + vertex -4.850049E+01 1.9000172E+02 -1.784670E+01 + endloop + endfacet + facet normal 0.99393385011 -0.0128182736 0.10923000263 + outer loop + vertex -4.935939E+01 1.8999860E+02 -3.797811E+01 + vertex -4.991397E+01 1.8999830E+02 -3.293178E+01 + vertex -4.967862E+01 1.8499995E+02 -3.565990E+01 + endloop + endfacet + facet normal 0.9998867675 -0.012796115 0.00791906609 + outer loop + vertex -4.991397E+01 1.8999830E+02 -3.293178E+01 + vertex -4.995415E+01 1.8999818E+02 -2.785921E+01 + vertex -4.999648E+01 1.8499835E+02 -3.059310E+01 + endloop + endfacet + facet normal 0.99991870583 -0.0127507541 0.0 + outer loop + vertex -4.993583E+01 2.0000000E+02 -3.253246E+01 + vertex -4.993583E+01 2.0000000E+02 -2.746754E+01 + vertex -4.999961E+01 1.9499813E+02 -3.019796E+01 + endloop + endfacet + facet normal 0.99842341834 -0.0127840749 0.05465569637 + outer loop + vertex -4.972245E+01 1.9499800E+02 -3.526099E+01 + vertex -4.999961E+01 1.9499813E+02 -3.019796E+01 + vertex -4.991397E+01 1.8999830E+02 -3.293178E+01 + endloop + endfacet + facet normal 0.99478838327 -0.0127557226 -0.1011600912 + outer loop + vertex -4.993583E+01 2.0000000E+02 -2.746754E+01 + vertex -4.942342E+01 2.0000000E+02 -2.242861E+01 + vertex -4.976281E+01 1.9499914E+02 -2.513552E+01 + endloop + endfacet + facet normal 0.99882642404 -0.0127717894 -0.0467189043 + outer loop + vertex -4.999961E+01 1.9499813E+02 -3.019796E+01 + vertex -4.976281E+01 1.9499914E+02 -2.513552E+01 + vertex -4.995415E+01 1.8999818E+02 -2.785921E+01 + endloop + endfacet + facet normal 0.99742666498 -0.0128179299 0.07053898674 + outer loop + vertex -4.963196E+01 1.7500064E+02 -3.605543E+01 + vertex -4.999019E+01 1.7499847E+02 -3.099049E+01 + vertex -4.986093E+01 1.6999940E+02 -3.372659E+01 + endloop + endfacet + facet normal 0.9920688906 -0.0128122151 0.12504064715 + outer loop + vertex -4.922613E+01 1.7000150E+02 -3.876290E+01 + vertex -4.986093E+01 1.6999940E+02 -3.372659E+01 + vertex -4.958237E+01 1.6500033E+02 -3.644894E+01 + endloop + endfacet + facet normal 0.99943864333 -0.012808959 -0.0309568858 + outer loop + vertex -4.999019E+01 1.7499847E+02 -3.099049E+01 + vertex -4.983305E+01 1.7499868E+02 -2.591750E+01 + vertex -4.998176E+01 1.6999852E+02 -2.864955E+01 + endloop + endfacet + facet normal 0.99963474801 -0.0128258799 0.02378796694 + outer loop + vertex -4.986093E+01 1.6999940E+02 -3.372659E+01 + vertex -4.998176E+01 1.6999852E+02 -2.864955E+01 + vertex -4.998077E+01 1.6499928E+02 -3.138655E+01 + endloop + endfacet + facet normal 0.99916241776 -0.0127932617 -0.0388689515 + outer loop + vertex -4.999648E+01 1.8499835E+02 -3.059310E+01 + vertex -4.979930E+01 1.8499879E+02 -2.552458E+01 + vertex -4.996947E+01 1.7999820E+02 -2.825300E+01 + endloop + endfacet + facet normal 0.9997926079 -0.0128108557 0.01583108235 + outer loop + vertex -4.988909E+01 1.7999936E+02 -3.332849E+01 + vertex -4.996947E+01 1.7999820E+02 -2.825300E+01 + vertex -4.999019E+01 1.7499847E+02 -3.099049E+01 + endloop + endfacet + facet normal 0.99009380166 -0.0127592003 -0.1398265594 + outer loop + vertex -4.979930E+01 1.8499879E+02 -2.552458E+01 + vertex -4.909096E+01 1.8500082E+02 -2.050907E+01 + vertex -4.953562E+01 1.7999964E+02 -2.320133E+01 + endloop + endfacet + facet normal 0.99625134124 -0.0127833022 -0.0855561351 + outer loop + vertex -4.996947E+01 1.7999820E+02 -2.825300E+01 + vertex -4.953562E+01 1.7999964E+02 -2.320133E+01 + vertex -4.983305E+01 1.7499868E+02 -2.591750E+01 + endloop + endfacet + facet normal 0.96264054893 -0.0128750756 0.27047625769 + outer loop + vertex -4.738566E+01 1.7500291E+02 -4.595617E+01 + vertex -4.876173E+01 1.7500292E+02 -4.105867E+01 + vertex -4.808375E+01 1.7000364E+02 -4.370960E+01 + endloop + endfacet + facet normal 0.94639480044 -0.0128909504 0.32275486843 + outer loop + vertex -4.644087E+01 1.7000425E+02 -4.852688E+01 + vertex -4.808375E+01 1.7000364E+02 -4.370960E+01 + vertex -4.726317E+01 1.6500414E+02 -4.631541E+01 + endloop + endfacet + facet normal 0.98512810212 -0.0128229143 0.17134233358 + outer loop + vertex -4.876173E+01 1.7500292E+02 -4.105867E+01 + vertex -4.963196E+01 1.7500064E+02 -3.605543E+01 + vertex -4.922613E+01 1.7000150E+02 -3.876290E+01 + endloop + endfacet + facet normal 0.97427644933 -0.0128169029 0.2249913938 + outer loop + vertex -4.808375E+01 1.7000364E+02 -4.370960E+01 + vertex -4.922613E+01 1.7000150E+02 -3.876290E+01 + vertex -4.867375E+01 1.6500166E+02 -4.143967E+01 + endloop + endfacet + facet normal 0.98645556552 -0.0128433335 0.16352512356 + outer loop + vertex -4.884761E+01 1.8500024E+02 -4.067290E+01 + vertex -4.967862E+01 1.8499995E+02 -3.565990E+01 + vertex -4.929408E+01 1.8000167E+02 -3.837219E+01 + endloop + endfacet + facet normal 0.97601177703 -0.0128606166 0.21733756148 + outer loop + vertex -4.818891E+01 1.8000166E+02 -4.333524E+01 + vertex -4.929408E+01 1.8000167E+02 -3.837219E+01 + vertex -4.876173E+01 1.7500292E+02 -4.105867E+01 + endloop + endfacet + facet normal 0.99795631225 -0.0128156942 0.06260157209 + outer loop + vertex -4.967862E+01 1.8499995E+02 -3.565990E+01 + vertex -4.999648E+01 1.8499835E+02 -3.059310E+01 + vertex -4.988909E+01 1.7999936E+02 -3.332849E+01 + endloop + endfacet + facet normal 0.99303229658 -0.0128246832 0.11714258598 + outer loop + vertex -4.929408E+01 1.8000167E+02 -3.837219E+01 + vertex -4.988909E+01 1.7999936E+02 -3.332849E+01 + vertex -4.963196E+01 1.7500064E+02 -3.605543E+01 + endloop + endfacet + facet normal 0.87821818017 -0.0127127218 -0.4780912201 + outer loop + vertex -4.506727E+01 1.9000276E+02 -8.344946E+00 + vertex -4.264921E+01 1.9000318E+02 -3.903161E+00 + vertex -4.401415E+01 1.8500492E+02 -6.277554E+00 + endloop + endfacet + facet normal 0.82544980662 -0.0126900365 -0.5643328625 + outer loop + vertex -4.264921E+01 1.9000318E+02 -3.903161E+00 + vertex -3.979672E+01 1.9000457E+02 2.6914980E-01 + vertex -4.139774E+01 1.8500560E+02 -1.960262E+00 + endloop + endfacet + facet normal 0.82069669302 -0.012753133 -0.571221757 + outer loop + vertex -4.243221E+01 2.0000000E+02 -3.551799E+00 + vertex -3.953879E+01 2.0000000E+02 6.0529913E-01 + vertex -4.115610E+01 1.9500195E+02 -1.606772E+00 + endloop + endfacet + facet normal 0.85074013324 -0.0127331332 -0.5254322916 + outer loop + vertex -4.381570E+01 1.9500143E+02 -5.912976E+00 + vertex -4.115610E+01 1.9500195E+02 -1.606772E+00 + vertex -4.264921E+01 1.9000318E+02 -3.903161E+00 + endloop + endfacet + facet normal 0.75869641887 -0.0127529457 -0.6513195117 + outer loop + vertex -3.953879E+01 2.0000000E+02 6.0529913E-01 + vertex -3.623964E+01 2.0000000E+02 4.4483460E+00 + vertex -3.807645E+01 1.9500392E+02 2.4065380E+00 + endloop + endfacet + facet normal 0.79328016703 -0.0127157727 -0.6087239816 + outer loop + vertex -4.115610E+01 1.9500195E+02 -1.606772E+00 + vertex -3.807645E+01 1.9500392E+02 2.4065380E+00 + vertex -3.979672E+01 1.9000457E+02 2.6914980E-01 + endloop + endfacet + facet normal 0.95639551894 -0.0127238696 -0.291797386 + outer loop + vertex -4.850049E+01 1.9000172E+02 -1.784670E+01 + vertex -4.702430E+01 1.9000251E+02 -1.300837E+01 + vertex -4.788104E+01 1.8500243E+02 -1.559839E+01 + endloop + endfacet + facet normal 0.92202135442 -0.0127161453 -0.386930125 + outer loop + vertex -4.702430E+01 1.9000251E+02 -1.300837E+01 + vertex -4.506727E+01 1.9000276E+02 -8.344946E+00 + vertex -4.618302E+01 1.8500371E+02 -1.083939E+01 + endloop + endfacet + facet normal 0.91888301962 -0.0127580986 -0.3943237593 + outer loop + vertex -4.688761E+01 2.0000000E+02 -1.263474E+01 + vertex -4.489023E+01 2.0000000E+02 -7.980292E+00 + vertex -4.602651E+01 1.9500174E+02 -1.046643E+01 + endloop + endfacet + facet normal 0.93904800671 -0.0127392286 -0.3435499282 + outer loop + vertex -4.776554E+01 1.9500172E+02 -1.521982E+01 + vertex -4.602651E+01 1.9500174E+02 -1.046643E+01 + vertex -4.702430E+01 1.9000251E+02 -1.300837E+01 + endloop + endfacet + facet normal 0.87427549202 -0.0127547749 -0.4852624854 + outer loop + vertex -4.489023E+01 2.0000000E+02 -7.980292E+00 + vertex -4.243221E+01 2.0000000E+02 -3.551799E+00 + vertex -4.381570E+01 1.9500143E+02 -5.912976E+00 + endloop + endfacet + facet normal 0.89950190988 -0.012738136 -0.4367311003 + outer loop + vertex -4.602651E+01 1.9500174E+02 -1.046643E+01 + vertex -4.381570E+01 1.9500143E+02 -5.912976E+00 + vertex -4.506727E+01 1.9000276E+02 -8.344946E+00 + endloop + endfacet + facet normal 0.94449009459 -0.0126119933 -0.328297729 + outer loop + vertex -4.799515E+01 1.7500401E+02 -1.598337E+01 + vertex -4.634119E+01 1.7500723E+02 -1.122517E+01 + vertex -4.729594E+01 1.7000678E+02 -1.377983E+01 + endloop + endfacet + facet normal 0.96097844285 -0.0126008278 -0.2763361205 + outer loop + vertex -4.868741E+01 1.7000334E+02 -1.861859E+01 + vertex -4.729594E+01 1.7000678E+02 -1.377983E+01 + vertex -4.810838E+01 1.6500550E+02 -1.637708E+01 + endloop + endfacet + facet normal 0.90669618269 -0.0125565672 -0.4215973967 + outer loop + vertex -4.634119E+01 1.7500723E+02 -1.122517E+01 + vertex -4.422069E+01 1.7500854E+02 -6.664828E+00 + vertex -4.543125E+01 1.7000825E+02 -9.119353E+00 + endloop + endfacet + facet normal 0.92837106354 -0.0125101062 -0.3714440276 + outer loop + vertex -4.729594E+01 1.7000678E+02 -1.377983E+01 + vertex -4.543125E+01 1.7000825E+02 -9.119353E+00 + vertex -4.650171E+01 1.6500641E+02 -1.162634E+01 + endloop + endfacet + facet normal 0.9030532291 -0.0126813842 -0.4293414118 + outer loop + vertex -4.618302E+01 1.8500371E+02 -1.083939E+01 + vertex -4.401415E+01 1.8500492E+02 -6.277554E+00 + vertex -4.524620E+01 1.8000650E+02 -8.721329E+00 + endloop + endfacet + facet normal 0.92516545218 -0.0126437736 -0.379353425 + outer loop + vertex -4.715976E+01 1.8000417E+02 -1.338804E+01 + vertex -4.524620E+01 1.8000650E+02 -8.721329E+00 + vertex -4.634119E+01 1.7500723E+02 -1.122517E+01 + endloop + endfacet + facet normal 0.85514175553 -0.0126573892 -0.5182396824 + outer loop + vertex -4.401415E+01 1.8500492E+02 -6.277554E+00 + vertex -4.139774E+01 1.8500560E+02 -1.960262E+00 + vertex -4.287430E+01 1.8000727E+02 -4.274643E+00 + endloop + endfacet + facet normal 0.88225695019 -0.0126115737 -0.470599216 + outer loop + vertex -4.524620E+01 1.8000650E+02 -8.721329E+00 + vertex -4.287430E+01 1.8000727E+02 -4.274643E+00 + vertex -4.422069E+01 1.7500854E+02 -6.664828E+00 + endloop + endfacet + facet normal 0.99116589698 -0.0127601779 -0.1320126604 + outer loop + vertex -4.983305E+01 1.7499868E+02 -2.591750E+01 + vertex -4.916428E+01 1.7500100E+02 -2.089652E+01 + vertex -4.958777E+01 1.7000012E+02 -2.359273E+01 + endloop + endfacet + facet normal 0.99689725112 -0.0127958525 -0.0776668325 + outer loop + vertex -4.998176E+01 1.6999852E+02 -2.864955E+01 + vertex -4.958777E+01 1.7000012E+02 -2.359273E+01 + vertex -4.986369E+01 1.6499973E+02 -2.631044E+01 + endloop + endfacet + facet normal 0.97275923357 -0.0126835274 -0.23147052 + outer loop + vertex -4.916428E+01 1.7500100E+02 -2.089652E+01 + vertex -4.799515E+01 1.7500401E+02 -1.598337E+01 + vertex -4.868741E+01 1.7000334E+02 -1.861859E+01 + endloop + endfacet + facet normal 0.98393173722 -0.0127088264 -0.1780921734 + outer loop + vertex -4.958777E+01 1.7000012E+02 -2.359273E+01 + vertex -4.868741E+01 1.7000334E+02 -1.861859E+01 + vertex -4.923501E+01 1.6500244E+02 -2.128714E+01 + endloop + endfacet + facet normal 0.97088496116 -0.0127198166 -0.2392082742 + outer loop + vertex -4.909096E+01 1.8500082E+02 -2.050907E+01 + vertex -4.788104E+01 1.8500243E+02 -1.559839E+01 + vertex -4.859486E+01 1.8000190E+02 -1.822971E+01 + endloop + endfacet + facet normal 0.98248484488 -0.0127319676 -0.1859070375 + outer loop + vertex -4.953562E+01 1.7999964E+02 -2.320133E+01 + vertex -4.859486E+01 1.8000190E+02 -1.822971E+01 + vertex -4.916428E+01 1.7500100E+02 -2.089652E+01 + endloop + endfacet + facet normal 0.94176881596 -0.0126939096 -0.3360213713 + outer loop + vertex -4.788104E+01 1.8500243E+02 -1.559839E+01 + vertex -4.618302E+01 1.8500371E+02 -1.083939E+01 + vertex -4.715976E+01 1.8000417E+02 -1.338804E+01 + endloop + endfacet + facet normal 0.95869401117 -0.0126798429 -0.2841566725 + outer loop + vertex -4.859486E+01 1.8000190E+02 -1.822971E+01 + vertex -4.715976E+01 1.8000417E+02 -1.338804E+01 + vertex -4.799515E+01 1.7500401E+02 -1.598337E+01 + endloop + endfacet + facet normal 0.61694129751 0.01277264137 0.78690551851 + outer loop + vertex -3.280131E+01 1.4500074E+02 -6.773691E+01 + vertex -2.881688E+01 1.4499144E+02 -7.086058E+01 + vertex -3.096276E+01 1.4999985E+02 -6.925949E+01 + endloop + endfacet + facet normal 0.53449296539 0.0125763148 0.84507934909 + outer loop + vertex -2.881688E+01 1.4499144E+02 -7.086058E+01 + vertex -2.456631E+01 1.4497869E+02 -7.354878E+01 + vertex -2.686000E+01 1.4999612E+02 -7.217275E+01 + endloop + endfacet + facet normal 0.52854204566 0.01268636931 0.84881232437 + outer loop + vertex -2.853603E+01 1.3500000E+02 -7.105722E+01 + vertex -2.425517E+01 1.3500000E+02 -7.372284E+01 + vertex -2.656967E+01 1.3999271E+02 -7.235626E+01 + endloop + endfacet + facet normal 0.57358048816 0.01278836337 0.81904937663 + outer loop + vertex -3.071828E+01 1.3999838E+02 -6.945107E+01 + vertex -2.656967E+01 1.3999271E+02 -7.235626E+01 + vertex -2.881688E+01 1.4499144E+02 -7.086058E+01 + endloop + endfacet + facet normal 0.439449718 0.01322986357 0.89816975904 + outer loop + vertex -2.425517E+01 1.3500000E+02 -7.372284E+01 + vertex -1.963549E+01 1.3500000E+02 -7.598312E+01 + vertex -2.216423E+01 1.3996728E+02 -7.481905E+01 + endloop + endfacet + facet normal 0.48797741613 0.01267500817 0.87276422103 + outer loop + vertex -2.656967E+01 1.3999271E+02 -7.235626E+01 + vertex -2.216423E+01 1.3996728E+02 -7.481905E+01 + vertex -2.456631E+01 1.4497869E+02 -7.354878E+01 + endloop + endfacet + facet normal 0.76308515902 0.01289553194 0.64616928535 + outer loop + vertex -3.975195E+01 1.4500568E+02 -6.032792E+01 + vertex -3.646388E+01 1.4500454E+02 -6.421090E+01 + vertex -3.825842E+01 1.5000791E+02 -6.219151E+01 + endloop + endfacet + facet normal 0.69349817526 0.01288227773 0.72034320142 + outer loop + vertex -3.646388E+01 1.4500454E+02 -6.421090E+01 + vertex -3.280131E+01 1.4500074E+02 -6.773691E+01 + vertex -3.478236E+01 1.5000509E+02 -6.591918E+01 + endloop + endfacet + facet normal 0.68880766878 0.01293701021 0.72482868955 + outer loop + vertex -3.624554E+01 1.3500000E+02 -6.444214E+01 + vertex -3.255149E+01 1.3500000E+02 -6.795261E+01 + vertex -3.456259E+01 1.4000026E+02 -6.613070E+01 + endloop + endfacet + facet normal 0.72704535455 0.01287704634 0.68646866942 + outer loop + vertex -3.805375E+01 1.4000113E+02 -6.243320E+01 + vertex -3.456259E+01 1.4000026E+02 -6.613070E+01 + vertex -3.646388E+01 1.4500454E+02 -6.421090E+01 + endloop + endfacet + facet normal 0.6116132296 0.01283415843 0.79105280592 + outer loop + vertex -3.255149E+01 1.3500000E+02 -6.795261E+01 + vertex -2.853603E+01 1.3500000E+02 -7.105722E+01 + vertex -3.071828E+01 1.3999838E+02 -6.945107E+01 + endloop + endfacet + facet normal 0.65360216638 0.01285626227 0.75672909593 + outer loop + vertex -3.456259E+01 1.4000026E+02 -6.613070E+01 + vertex -3.071828E+01 1.3999838E+02 -6.945107E+01 + vertex -3.280131E+01 1.4500074E+02 -6.773691E+01 + endloop + endfacet + facet normal 0.73503163999 0.01311480971 0.67790595954 + outer loop + vertex -3.844363E+01 1.6000537E+02 -6.197009E+01 + vertex -3.496913E+01 1.6000467E+02 -6.573737E+01 + vertex -3.685307E+01 1.6499845E+02 -6.379129E+01 + endloop + endfacet + facet normal 0.66191815742 0.01302547822 0.74946293424 + outer loop + vertex -3.496913E+01 1.6000467E+02 -6.573737E+01 + vertex -3.114290E+01 1.6000943E+02 -6.911675E+01 + vertex -3.319927E+01 1.6499782E+02 -6.738728E+01 + endloop + endfacet + facet normal 0.65825493301 0.01284077797 0.75268556356 + outer loop + vertex -3.478236E+01 1.5000509E+02 -6.591918E+01 + vertex -3.096276E+01 1.4999985E+02 -6.925949E+01 + vertex -3.300865E+01 1.5500607E+02 -6.755568E+01 + endloop + endfacet + facet normal 0.69756307107 0.01298666264 0.71640568707 + outer loop + vertex -3.666258E+01 1.5500709E+02 -6.399787E+01 + vertex -3.300865E+01 1.5500607E+02 -6.755568E+01 + vertex -3.496913E+01 1.6000467E+02 -6.573737E+01 + endloop + endfacet + facet normal 0.57892261325 0.01261015193 0.8152849759 + outer loop + vertex -3.096276E+01 1.4999985E+02 -6.925949E+01 + vertex -2.686000E+01 1.4999612E+02 -7.217275E+01 + vertex -2.904020E+01 1.5501041E+02 -7.070217E+01 + endloop + endfacet + facet normal 0.62122622548 0.01280821611 0.78352659583 + outer loop + vertex -3.300865E+01 1.5500607E+02 -6.755568E+01 + vertex -2.904020E+01 1.5501041E+02 -7.070217E+01 + vertex -3.114290E+01 1.6000943E+02 -6.911675E+01 + endloop + endfacet + facet normal 0.85764849177 0.01303289967 0.51407120916 + outer loop + vertex -4.414440E+01 1.6000766E+02 -5.347918E+01 + vertex -4.151548E+01 1.6000735E+02 -5.786512E+01 + vertex -4.297196E+01 1.6500454E+02 -5.556190E+01 + endloop + endfacet + facet normal 0.80057834413 0.0131158797 0.59908454212 + outer loop + vertex -4.151548E+01 1.6000735E+02 -5.786512E+01 + vertex -3.844363E+01 1.6000537E+02 -6.197009E+01 + vertex -4.012529E+01 1.6500136E+02 -5.983222E+01 + endloop + endfacet + facet normal 0.79692307042 0.01294655226 0.60394205568 + outer loop + vertex -4.133702E+01 1.5000756E+02 -5.812917E+01 + vertex -3.825842E+01 1.5000791E+02 -6.219151E+01 + vertex -3.994333E+01 1.5500871E+02 -6.007541E+01 + endloop + endfacet + facet normal 0.82846978842 0.01299842427 0.55988289011 + outer loop + vertex -4.280261E+01 1.5500832E+02 -5.584447E+01 + vertex -3.994333E+01 1.5500871E+02 -6.007541E+01 + vertex -4.151548E+01 1.6000735E+02 -5.786512E+01 + endloop + endfacet + facet normal 0.73130187182 0.01295664003 0.68193085995 + outer loop + vertex -3.825842E+01 1.5000791E+02 -6.219151E+01 + vertex -3.478236E+01 1.5000509E+02 -6.591918E+01 + vertex -3.666258E+01 1.5500709E+02 -6.399787E+01 + endloop + endfacet + facet normal 0.76699996696 0.01304875297 0.64151444312 + outer loop + vertex -3.994333E+01 1.5500871E+02 -6.007541E+01 + vertex -3.666258E+01 1.5500709E+02 -6.399787E+01 + vertex -3.844363E+01 1.6000537E+02 -6.197009E+01 + endloop + endfacet + facet normal 0.30476972893 -0.0120640658 0.95234965776 + outer loop + vertex -1.286725E+01 1.3996233E+02 -7.831598E+01 + vertex -1.757714E+01 1.3997310E+02 -7.680859E+01 + vertex -1.490377E+01 1.3500000E+02 -7.772712E+01 + endloop + endfacet + facet normal 0.39789399857 -0.0124195506 0.91734732826 + outer loop + vertex -1.757714E+01 1.3997310E+02 -7.680859E+01 + vertex -2.216423E+01 1.3996728E+02 -7.481905E+01 + vertex -1.963549E+01 1.3500000E+02 -7.598312E+01 + endloop + endfacet + facet normal 0.40603479077 -0.0120339121 0.91377838322 + outer loop + vertex -1.802096E+01 1.5002029E+02 -7.663952E+01 + vertex -2.253178E+01 1.5000151E+02 -7.463540E+01 + vertex -2.012073E+01 1.4497973E+02 -7.577288E+01 + endloop + endfacet + facet normal 0.3568432195 -0.0119412294 0.9340879636 + outer loop + vertex -1.552030E+01 1.4499092E+02 -7.753020E+01 + vertex -2.012073E+01 1.4497973E+02 -7.577288E+01 + vertex -1.757714E+01 1.3997310E+02 -7.680859E+01 + endloop + endfacet + facet normal 0.49450555752 -0.0122880565 0.86908760044 + outer loop + vertex -2.253178E+01 1.5000151E+02 -7.463540E+01 + vertex -2.686000E+01 1.4999612E+02 -7.217275E+01 + vertex -2.456631E+01 1.4497869E+02 -7.354878E+01 + endloop + endfacet + facet normal 0.44739234127 -0.0122254657 0.89425423172 + outer loop + vertex -2.012073E+01 1.4497973E+02 -7.577288E+01 + vertex -2.456631E+01 1.4497869E+02 -7.354878E+01 + vertex -2.216423E+01 1.3996728E+02 -7.481905E+01 + endloop + endfacet + facet normal 0.03537523796 -2.954167E-15 0.99937410039 + outer loop + vertex 1.6081226E-14 1.4000000E+02 -8.000000E+01 + vertex -3.535310E+00 1.4017574E+02 -7.987486E+01 + vertex 0.000000E+00 1.3500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.11686534181 -0.0087494748 0.99310922792 + outer loop + vertex -3.535310E+00 1.4017574E+02 -7.987486E+01 + vertex -8.107886E+00 1.4000924E+02 -7.933824E+01 + vertex -4.928883E+00 1.3500000E+02 -7.975647E+01 + endloop + endfacet + facet normal 0.21009360033 -0.0113251798 0.97761568083 + outer loop + vertex -8.107886E+00 1.4000924E+02 -7.933824E+01 + vertex -1.286725E+01 1.3996233E+02 -7.831598E+01 + vertex -9.986659E+00 1.3500000E+02 -7.899252E+01 + endloop + endfacet + facet normal 0.20987591891 0.01168524908 0.97765819876 + outer loop + vertex -1.286725E+01 1.3996233E+02 -7.831598E+01 + vertex -8.107886E+00 1.4000924E+02 -7.933824E+01 + vertex -1.073478E+01 1.4500651E+02 -7.883405E+01 + endloop + endfacet + facet normal 0.26281827613 0.01212251579 0.96476919434 + outer loop + vertex -1.552030E+01 1.4499092E+02 -7.753020E+01 + vertex -1.073478E+01 1.4500651E+02 -7.883405E+01 + vertex -1.334761E+01 1.5003739E+02 -7.818549E+01 + endloop + endfacet + facet normal 0.116167258 0.0106272689 0.9931728094 + outer loop + vertex -8.107886E+00 1.4000924E+02 -7.933824E+01 + vertex -3.535310E+00 1.4017574E+02 -7.987486E+01 + vertex -5.678939E+00 1.4506548E+02 -7.967645E+01 + endloop + endfacet + facet normal 0.16419244007 0.01295262667 0.98634328308 + outer loop + vertex -1.073478E+01 1.4500651E+02 -7.883405E+01 + vertex -5.678939E+00 1.4506548E+02 -7.967645E+01 + vertex -8.537225E+00 1.5002469E+02 -7.926577E+01 + endloop + endfacet + facet normal 0.03537523796 0.0 0.99937410039 + outer loop + vertex -3.535310E+00 1.4017574E+02 -7.987486E+01 + vertex 1.6081226E-14 1.4000000E+02 -8.000000E+01 + vertex 1.6081226E-14 1.4500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.03753239386 1.6667731E-16 0.99929541148 + outer loop + vertex -6.123234E-15 1.5000000E+02 -8.000000E+01 + vertex -3.750595E+00 1.4999541E+02 -7.985913E+01 + vertex 1.6081226E-14 1.4500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.12294532164 -0.0113178717 0.99234890722 + outer loop + vertex -3.750595E+00 1.4999541E+02 -7.985913E+01 + vertex -8.537225E+00 1.5002469E+02 -7.926577E+01 + vertex -5.678939E+00 1.4506548E+02 -7.967645E+01 + endloop + endfacet + facet normal 0.36095746591 -0.0124106186 0.9324996967 + outer loop + vertex -1.569911E+01 1.5504200E+02 -7.747144E+01 + vertex -2.035270E+01 1.5503448E+02 -7.567020E+01 + vertex -1.802096E+01 1.5002029E+02 -7.663952E+01 + endloop + endfacet + facet normal 0.45218089183 -0.0124096732 0.89183991897 + outer loop + vertex -2.035270E+01 1.5503448E+02 -7.567020E+01 + vertex -2.480952E+01 1.5502157E+02 -7.341069E+01 + vertex -2.253178E+01 1.5000151E+02 -7.463540E+01 + endloop + endfacet + facet normal 0.53915900848 -0.0125462925 0.84211053557 + outer loop + vertex -2.480952E+01 1.5502157E+02 -7.341069E+01 + vertex -2.904020E+01 1.5501041E+02 -7.070217E+01 + vertex -2.686000E+01 1.4999612E+02 -7.217275E+01 + endloop + endfacet + facet normal 0.45348746154 -0.0130621437 0.89116693308 + outer loop + vertex -2.037515E+01 1.6500454E+02 -7.566020E+01 + vertex -2.491944E+01 1.6500876E+02 -7.334768E+01 + vertex -2.261689E+01 1.6003134E+02 -7.459234E+01 + endloop + endfacet + facet normal 0.40660619414 -0.0128111479 0.91351369852 + outer loop + vertex -1.799584E+01 1.6002779E+02 -7.664922E+01 + vertex -2.261689E+01 1.6003134E+02 -7.459234E+01 + vertex -2.035270E+01 1.5503448E+02 -7.567020E+01 + endloop + endfacet + facet normal 0.5822428956 0.01291271114 0.81291233993 + outer loop + vertex -3.114290E+01 1.6000943E+02 -6.911675E+01 + vertex -2.701357E+01 1.6002150E+02 -7.207454E+01 + vertex -2.920906E+01 1.6500285E+02 -7.058117E+01 + endloop + endfacet + facet normal 0.49687998118 0.01287341518 0.86772378064 + outer loop + vertex -2.701357E+01 1.6002150E+02 -7.207454E+01 + vertex -2.261689E+01 1.6003134E+02 -7.459234E+01 + vertex -2.491944E+01 1.6500876E+02 -7.334768E+01 + endloop + endfacet + facet normal 0.53911159342 0.01260165486 0.84214006444 + outer loop + vertex -2.904020E+01 1.5501041E+02 -7.070217E+01 + vertex -2.480952E+01 1.5502157E+02 -7.341069E+01 + vertex -2.701357E+01 1.6002150E+02 -7.207454E+01 + endloop + endfacet + facet normal 0.45212313847 0.01248266372 0.89186818015 + outer loop + vertex -2.480952E+01 1.5502157E+02 -7.341069E+01 + vertex -2.035270E+01 1.5503448E+02 -7.567020E+01 + vertex -2.261689E+01 1.6003134E+02 -7.459234E+01 + endloop + endfacet + facet normal 0.21912918381 0.01214273571 0.97562029231 + outer loop + vertex -1.334761E+01 1.5003739E+02 -7.818549E+01 + vertex -8.537225E+00 1.5002469E+02 -7.926577E+01 + vertex -1.082066E+01 1.5502197E+02 -7.881509E+01 + endloop + endfacet + facet normal 0.26556492821 0.01286590333 0.9640071252 + outer loop + vertex -1.569911E+01 1.5504200E+02 -7.747144E+01 + vertex -1.082066E+01 1.5502197E+02 -7.881509E+01 + vertex -1.320837E+01 1.6000586E+02 -7.822384E+01 + endloop + endfacet + facet normal 0.31246640755 0.01278550135 0.94984276336 + outer loop + vertex -1.799584E+01 1.6002779E+02 -7.664922E+01 + vertex -1.320837E+01 1.6000586E+02 -7.822384E+01 + vertex -1.564541E+01 1.6498563E+02 -7.748917E+01 + endloop + endfacet + facet normal 0.05678566763 -0.01445753 0.99828170762 + outer loop + vertex -6.123234E-15 1.5500000E+02 -8.000000E+01 + vertex -5.664230E+00 1.5497723E+02 -7.967813E+01 + vertex -3.750595E+00 1.4999541E+02 -7.985913E+01 + endloop + endfacet + facet normal 0.16494488238 -0.0135708864 0.98620941834 + outer loop + vertex -5.664230E+00 1.5497723E+02 -7.967813E+01 + vertex -1.082066E+01 1.5502197E+02 -7.881509E+01 + vertex -8.537225E+00 1.5002469E+02 -7.926577E+01 + endloop + endfacet + facet normal 0.1651749671 0.01373332099 0.98616866009 + outer loop + vertex -1.082066E+01 1.5502197E+02 -7.881509E+01 + vertex -5.664230E+00 1.5497723E+02 -7.967813E+01 + vertex -8.338464E+00 1.5997367E+02 -7.929980E+01 + endloop + endfacet + facet normal 0.21579881978 0.01253083284 0.97635743844 + outer loop + vertex -1.320837E+01 1.6000586E+02 -7.822384E+01 + vertex -8.338464E+00 1.5997367E+02 -7.929980E+01 + vertex -1.075529E+01 1.6495391E+02 -7.882954E+01 + endloop + endfacet + facet normal 0.03619680063 -1.607461E-16 0.99934468109 + outer loop + vertex 1.6081226E-14 1.6000000E+02 -8.000000E+01 + vertex -3.617308E+00 1.5997060E+02 -7.986898E+01 + vertex -6.123234E-15 1.5500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.11967859349 -0.0111159818 0.99275045666 + outer loop + vertex -3.617308E+00 1.5997060E+02 -7.986898E+01 + vertex -8.338464E+00 1.5997367E+02 -7.929980E+01 + vertex -5.664230E+00 1.5497723E+02 -7.967813E+01 + endloop + endfacet + facet normal 0.05699412841 -0.0149863121 0.99826202962 + outer loop + vertex 1.6081226E-14 1.6500000E+02 -8.000000E+01 + vertex -5.668861E+00 1.6491640E+02 -7.967760E+01 + vertex -3.617308E+00 1.5997060E+02 -7.986898E+01 + endloop + endfacet + facet normal 0.1643496507 -0.013376535 0.986311442 + outer loop + vertex -5.668861E+00 1.6491640E+02 -7.967760E+01 + vertex -1.075529E+01 1.6495391E+02 -7.882954E+01 + vertex -8.338464E+00 1.5997367E+02 -7.929980E+01 + endloop + endfacet + facet normal 0.77565682636 0.01295603673 0.63102189251 + outer loop + vertex -4.034703E+01 1.7499102E+02 -5.953163E+01 + vertex -3.712289E+01 1.7498489E+02 -6.349465E+01 + vertex -3.892894E+01 1.7998743E+02 -6.137734E+01 + endloop + endfacet + facet normal 0.70739857323 0.01278820544 0.70669917249 + outer loop + vertex -3.712289E+01 1.7498489E+02 -6.349465E+01 + vertex -3.353033E+01 1.7497944E+02 -6.709066E+01 + vertex -3.555337E+01 1.7998482E+02 -6.515619E+01 + endloop + endfacet + facet normal 0.70138668735 0.013107458 0.71266044464 + outer loop + vertex -3.685307E+01 1.6499845E+02 -6.379129E+01 + vertex -3.319927E+01 1.6499782E+02 -6.738728E+01 + vertex -3.520406E+01 1.6998754E+02 -6.550597E+01 + endloop + endfacet + facet normal 0.73948376607 0.01305116209 0.67304786374 + outer loop + vertex -3.865256E+01 1.6999302E+02 -6.171718E+01 + vertex -3.520406E+01 1.6998754E+02 -6.550597E+01 + vertex -3.712289E+01 1.7498489E+02 -6.349465E+01 + endloop + endfacet + facet normal 0.62483693802 0.0130304707 0.78064653187 + outer loop + vertex -3.319927E+01 1.6499782E+02 -6.738728E+01 + vertex -2.920906E+01 1.6500285E+02 -7.058117E+01 + vertex -3.139979E+01 1.6998459E+02 -6.891084E+01 + endloop + endfacet + facet normal 0.66685797918 0.01293398456 0.74507257878 + outer loop + vertex -3.520406E+01 1.6998754E+02 -6.550597E+01 + vertex -3.139979E+01 1.6998459E+02 -6.891084E+01 + vertex -3.353033E+01 1.7497944E+02 -6.709066E+01 + endloop + endfacet + facet normal 0.93011300888 0.01296564751 0.36704452413 + outer loop + vertex -4.738566E+01 1.7500291E+02 -4.595617E+01 + vertex -4.551192E+01 1.7499992E+02 -5.070422E+01 + vertex -4.658088E+01 1.7999869E+02 -4.817201E+01 + endloop + endfacet + facet normal 0.8877778154 0.01303830938 0.46008754924 + outer loop + vertex -4.551192E+01 1.7499992E+02 -5.070422E+01 + vertex -4.315650E+01 1.7499560E+02 -5.524910E+01 + vertex -4.448355E+01 1.7999489E+02 -5.283011E+01 + endloop + endfacet + facet normal 0.83606797878 0.0130424124 0.54847081083 + outer loop + vertex -4.315650E+01 1.7499560E+02 -5.524910E+01 + vertex -4.034703E+01 1.7499102E+02 -5.953163E+01 + vertex -4.192084E+01 1.7999137E+02 -5.725148E+01 + endloop + endfacet + facet normal 0.88439110745 0.01303426938 0.4665645474 + outer loop + vertex -4.535871E+01 1.6500597E+02 -5.103776E+01 + vertex -4.297196E+01 1.6500454E+02 -5.556190E+01 + vertex -4.430684E+01 1.7000176E+02 -5.317118E+01 + endloop + endfacet + facet normal 0.90859059854 0.01300591216 0.41748529375 + outer loop + vertex -4.644087E+01 1.7000425E+02 -4.852688E+01 + vertex -4.430684E+01 1.7000176E+02 -5.317118E+01 + vertex -4.551192E+01 1.7499992E+02 -5.070422E+01 + endloop + endfacet + facet normal 0.80451435228 -0.0131344047 0.59378796249 + outer loop + vertex -3.865256E+01 1.6999302E+02 -6.171718E+01 + vertex -4.170046E+01 1.6999761E+02 -5.758752E+01 + vertex -4.012529E+01 1.6500136E+02 -5.983222E+01 + endloop + endfacet + facet normal 0.86112677758 -0.0131091686 0.50822123394 + outer loop + vertex -4.170046E+01 1.6999761E+02 -5.758752E+01 + vertex -4.430684E+01 1.7000176E+02 -5.317118E+01 + vertex -4.297196E+01 1.6500454E+02 -5.556190E+01 + endloop + endfacet + facet normal 0.83605494825 -0.013061313 0.54849022381 + outer loop + vertex -4.034703E+01 1.7499102E+02 -5.953163E+01 + vertex -4.315650E+01 1.7499560E+02 -5.524910E+01 + vertex -4.170046E+01 1.6999761E+02 -5.758752E+01 + endloop + endfacet + facet normal 0.88776754563 -0.0130516357 0.46010698727 + outer loop + vertex -4.315650E+01 1.7499560E+02 -5.524910E+01 + vertex -4.551192E+01 1.7499992E+02 -5.070422E+01 + vertex -4.430684E+01 1.7000176E+02 -5.317118E+01 + endloop + endfacet + facet normal 0.86954381706 0.01280447985 0.49368977658 + outer loop + vertex -4.467927E+01 1.8999290E+02 -5.244466E+01 + vertex -4.216990E+01 1.8999328E+02 -5.686447E+01 + vertex -4.359789E+01 1.9499510E+02 -5.447906E+01 + endloop + endfacet + facet normal 0.89560649193 0.01275615176 0.44466424659 + outer loop + vertex -4.585472E+01 1.9499436E+02 -4.993351E+01 + vertex -4.359789E+01 1.9499510E+02 -5.447906E+01 + vertex -4.489023E+01 2.0000000E+02 -5.201971E+01 + endloop + endfacet + facet normal 0.81502811838 0.01270817823 0.57928202842 + outer loop + vertex -4.216990E+01 1.8999328E+02 -5.686447E+01 + vertex -3.923537E+01 1.8999681E+02 -6.099332E+01 + vertex -4.089627E+01 1.9499826E+02 -5.876622E+01 + endloop + endfacet + facet normal 0.84595582019 0.01271634918 0.53310134567 + outer loop + vertex -4.359789E+01 1.9499510E+02 -5.447906E+01 + vertex -4.089627E+01 1.9499826E+02 -5.876622E+01 + vertex -4.243221E+01 2.0000000E+02 -5.644820E+01 + endloop + endfacet + facet normal 0.80948845383 0.01288505726 0.58699439385 + outer loop + vertex -4.192084E+01 1.7999137E+02 -5.725148E+01 + vertex -3.892894E+01 1.7998743E+02 -6.137734E+01 + vertex -4.061231E+01 1.8499084E+02 -5.916574E+01 + endloop + endfacet + facet normal 0.84080966078 0.01284129123 0.54117854315 + outer loop + vertex -4.336645E+01 1.8499231E+02 -5.488677E+01 + vertex -4.061231E+01 1.8499084E+02 -5.916574E+01 + vertex -4.216990E+01 1.8999328E+02 -5.686447E+01 + endloop + endfacet + facet normal 0.74572521624 0.01270563682 0.6661324708 + outer loop + vertex -3.892894E+01 1.7998743E+02 -6.137734E+01 + vertex -3.555337E+01 1.7998482E+02 -6.515619E+01 + vertex -3.745448E+01 1.8499202E+02 -6.312343E+01 + endloop + endfacet + facet normal 0.78160565524 0.0126917361 0.62364374408 + outer loop + vertex -4.061231E+01 1.8499084E+02 -5.916574E+01 + vertex -3.745448E+01 1.8499202E+02 -6.312343E+01 + vertex -3.923537E+01 1.8999681E+02 -6.099332E+01 + endloop + endfacet + facet normal 0.97772422945 0.01283484197 0.20950083047 + outer loop + vertex -4.935939E+01 1.8999860E+02 -3.797811E+01 + vertex -4.829464E+01 1.8999667E+02 -4.294710E+01 + vertex -4.893336E+01 1.9499700E+02 -4.027260E+01 + endloop + endfacet + facet normal 0.9877498634 0.012783986 0.15552098588 + outer loop + vertex -4.972245E+01 1.9499800E+02 -3.526099E+01 + vertex -4.893336E+01 1.9499700E+02 -4.027260E+01 + vertex -4.942342E+01 2.0000000E+02 -3.757139E+01 + endloop + endfacet + facet normal 0.93607472808 -0.0127952261 0.35156846507 + outer loop + vertex -4.585472E+01 1.9499436E+02 -4.993351E+01 + vertex -4.763976E+01 1.9499519E+02 -4.518067E+01 + vertex -4.672920E+01 1.8999408E+02 -4.778714E+01 + endloop + endfacet + facet normal 0.9668972447 -0.0128010537 0.25484475904 + outer loop + vertex -4.763976E+01 1.9499519E+02 -4.518067E+01 + vertex -4.893336E+01 1.9499700E+02 -4.027260E+01 + vertex -4.829464E+01 1.8999667E+02 -4.294710E+01 + endloop + endfacet + facet normal 0.95406203618 -0.0127223065 0.29933889497 + outer loop + vertex -4.688761E+01 2.0000000E+02 -4.736526E+01 + vertex -4.840386E+01 2.0000000E+02 -4.253263E+01 + vertex -4.763976E+01 1.9499519E+02 -4.518067E+01 + endloop + endfacet + facet normal 0.97945049202 -0.0127362679 0.20128219286 + outer loop + vertex -4.840386E+01 2.0000000E+02 -4.253263E+01 + vertex -4.942342E+01 2.0000000E+02 -3.757139E+01 + vertex -4.893336E+01 1.9499700E+02 -4.027260E+01 + endloop + endfacet + facet normal 0.94885447444 0.01292365224 0.31544914889 + outer loop + vertex -4.818891E+01 1.8000166E+02 -4.333524E+01 + vertex -4.658088E+01 1.7999869E+02 -4.817201E+01 + vertex -4.750952E+01 1.8499764E+02 -4.558349E+01 + endloop + endfacet + facet normal 0.96474349021 0.01288134812 0.26287652799 + outer loop + vertex -4.884761E+01 1.8500024E+02 -4.067290E+01 + vertex -4.750952E+01 1.8499764E+02 -4.558349E+01 + vertex -4.829464E+01 1.8999667E+02 -4.294710E+01 + endloop + endfacet + facet normal 0.89150588951 -0.0129259717 0.45282465505 + outer loop + vertex -4.336645E+01 1.8499231E+02 -5.488677E+01 + vertex -4.567583E+01 1.8499450E+02 -5.034006E+01 + vertex -4.448355E+01 1.7999489E+02 -5.283011E+01 + endloop + endfacet + facet normal 0.93298593926 -0.012927824 0.35968056453 + outer loop + vertex -4.567583E+01 1.8499450E+02 -5.034006E+01 + vertex -4.750952E+01 1.8499764E+02 -4.558349E+01 + vertex -4.658088E+01 1.7999869E+02 -4.817201E+01 + endloop + endfacet + facet normal 0.91519353584 -0.0128635707 0.40280928553 + outer loop + vertex -4.467927E+01 1.8999290E+02 -5.244466E+01 + vertex -4.672920E+01 1.8999408E+02 -4.778714E+01 + vertex -4.567583E+01 1.8499450E+02 -5.034006E+01 + endloop + endfacet + facet normal 0.95138944459 -0.0128663315 0.30772159857 + outer loop + vertex -4.672920E+01 1.8999408E+02 -4.778714E+01 + vertex -4.829464E+01 1.8999667E+02 -4.294710E+01 + vertex -4.750952E+01 1.8499764E+02 -4.558349E+01 + endloop + endfacet + facet normal 0.41205544642 -0.0127209704 0.91106996767 + outer loop + vertex -1.827596E+01 1.6997618E+02 -7.654019E+01 + vertex -2.288175E+01 1.6998278E+02 -7.445701E+01 + vertex -2.037515E+01 1.6500454E+02 -7.566020E+01 + endloop + endfacet + facet normal 0.50221177104 -0.0129021113 0.86464840979 + outer loop + vertex -2.288175E+01 1.6998278E+02 -7.445701E+01 + vertex -2.727910E+01 1.6998494E+02 -7.190287E+01 + vertex -2.491944E+01 1.6500876E+02 -7.334768E+01 + endloop + endfacet + facet normal 0.58750279524 -0.0129337847 0.80911876928 + outer loop + vertex -2.727910E+01 1.6998494E+02 -7.190287E+01 + vertex -3.139979E+01 1.6998459E+02 -6.891084E+01 + vertex -2.920906E+01 1.6500285E+02 -7.058117E+01 + endloop + endfacet + facet normal 0.51424246347 -0.0122111629 0.85755791423 + outer loop + vertex -2.353874E+01 1.7998706E+02 -7.411267E+01 + vertex -2.782497E+01 1.7998657E+02 -7.154240E+01 + vertex -2.540473E+01 1.7497628E+02 -7.306507E+01 + endloop + endfacet + facet normal 0.4641401765 -0.0123748554 0.88567531269 + outer loop + vertex -2.095411E+01 1.7497676E+02 -7.539742E+01 + vertex -2.540473E+01 1.7497628E+02 -7.306507E+01 + vertex -2.288175E+01 1.6998278E+02 -7.445701E+01 + endloop + endfacet + facet normal 0.63219444524 0.01259814325 0.77470734487 + outer loop + vertex -3.353033E+01 1.7497944E+02 -6.709066E+01 + vertex -2.961287E+01 1.7497741E+02 -7.028744E+01 + vertex -3.184053E+01 1.7998538E+02 -6.855101E+01 + endloop + endfacet + facet normal 0.55083616853 0.01246690098 0.83452027646 + outer loop + vertex -2.961287E+01 1.7497741E+02 -7.028744E+01 + vertex -2.540473E+01 1.7497628E+02 -7.306507E+01 + vertex -2.782497E+01 1.7998657E+02 -7.154240E+01 + endloop + endfacet + facet normal 0.58750218061 0.01282247776 0.80912098715 + outer loop + vertex -3.139979E+01 1.6998459E+02 -6.891084E+01 + vertex -2.727910E+01 1.6998494E+02 -7.190287E+01 + vertex -2.961287E+01 1.7497741E+02 -7.028744E+01 + endloop + endfacet + facet normal 0.50222231337 0.01272851617 0.86464485936 + outer loop + vertex -2.727910E+01 1.6998494E+02 -7.190287E+01 + vertex -2.288175E+01 1.6998278E+02 -7.445701E+01 + vertex -2.540473E+01 1.7497628E+02 -7.306507E+01 + endloop + endfacet + facet normal 0.26440217657 0.01262905675 0.964329817 + outer loop + vertex -1.564541E+01 1.6498563E+02 -7.748917E+01 + vertex -1.075529E+01 1.6495391E+02 -7.882954E+01 + vertex -1.356353E+01 1.6996209E+02 -7.812516E+01 + endloop + endfacet + facet normal 0.31879843582 0.01195714077 0.94774710978 + outer loop + vertex -1.827596E+01 1.6997618E+02 -7.654019E+01 + vertex -1.356353E+01 1.6996209E+02 -7.812516E+01 + vertex -1.634860E+01 1.7498520E+02 -7.725170E+01 + endloop + endfacet + facet normal 0.37344187846 0.01198760407 0.92757612128 + outer loop + vertex -2.095411E+01 1.7497676E+02 -7.539742E+01 + vertex -1.634860E+01 1.7498520E+02 -7.725170E+01 + vertex -1.903679E+01 1.7999593E+02 -7.623419E+01 + endloop + endfacet + facet normal 0.04179914739 1.8562550E-16 0.99912603373 + outer loop + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + vertex -4.176262E+00 1.6975454E+02 -7.982528E+01 + vertex 1.6081226E-14 1.6500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.12998245149 -0.0098363065 0.99146750294 + outer loop + vertex -4.176262E+00 1.6975454E+02 -7.982528E+01 + vertex -8.838230E+00 1.6989931E+02 -7.921266E+01 + vertex -5.668861E+00 1.6491640E+02 -7.967760E+01 + endloop + endfacet + facet normal 0.22412314276 -0.0113861562 0.97449431621 + outer loop + vertex -8.838230E+00 1.6989931E+02 -7.921266E+01 + vertex -1.356353E+01 1.6996209E+02 -7.812516E+01 + vertex -1.075529E+01 1.6495391E+02 -7.882954E+01 + endloop + endfacet + facet normal 0.22440785958 0.01112459459 0.97443181185 + outer loop + vertex -1.356353E+01 1.6996209E+02 -7.812516E+01 + vertex -8.838230E+00 1.6989931E+02 -7.921266E+01 + vertex -1.171023E+01 1.7499011E+02 -7.860937E+01 + endloop + endfacet + facet normal 0.2808874325 0.01133115044 0.95967382755 + outer loop + vertex -1.634860E+01 1.7498520E+02 -7.725170E+01 + vertex -1.171023E+01 1.7499011E+02 -7.860937E+01 + vertex -1.440936E+01 1.8001648E+02 -7.787871E+01 + endloop + endfacet + facet normal 0.13058486825 0.00990093981 0.9913876959 + outer loop + vertex -8.838230E+00 1.6989931E+02 -7.921266E+01 + vertex -4.176262E+00 1.6975454E+02 -7.982528E+01 + vertex -7.181191E+00 1.7497553E+02 -7.948162E+01 + endloop + endfacet + facet normal 0.18913752382 0.0103875606 0.98189566435 + outer loop + vertex -1.171023E+01 1.7499011E+02 -7.860937E+01 + vertex -7.181191E+00 1.7497553E+02 -7.948162E+01 + vertex -9.723050E+00 1.8003457E+02 -7.904551E+01 + endloop + endfacet + facet normal 0.03093434361 0.0 0.99952141867 + outer loop + vertex -6.123234E-15 1.7500000E+02 -8.000000E+01 + vertex -3.091954E+00 1.7513423E+02 -7.990431E+01 + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.10305297142 -0.006160175 0.99465679374 + outer loop + vertex -3.091954E+00 1.7513423E+02 -7.990431E+01 + vertex -7.181191E+00 1.7497553E+02 -7.948162E+01 + vertex -4.176262E+00 1.6975454E+02 -7.982528E+01 + endloop + endfacet + facet normal 0.05009135627 -0.0121900756 0.99867024492 + outer loop + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + vertex -5.024465E+00 1.8008812E+02 -7.974691E+01 + vertex -3.091954E+00 1.7513423E+02 -7.990431E+01 + endloop + endfacet + facet normal 0.14775570125 -0.0110134766 0.98896256556 + outer loop + vertex -5.024465E+00 1.8008812E+02 -7.974691E+01 + vertex -9.723050E+00 1.8003457E+02 -7.904551E+01 + vertex -7.181191E+00 1.7497553E+02 -7.948162E+01 + endloop + endfacet + facet normal 0.56132970091 0.01232831906 0.82750044074 + outer loop + vertex -3.009920E+01 1.8500136E+02 -6.992541E+01 + vertex -2.596823E+01 1.8500222E+02 -7.272764E+01 + vertex -2.826254E+01 1.9001277E+02 -7.124596E+01 + endloop + endfacet + facet normal 0.47604526495 0.01233662083 0.87933424447 + outer loop + vertex -2.596823E+01 1.8500222E+02 -7.272764E+01 + vertex -2.158094E+01 1.8500364E+02 -7.510280E+01 + vertex -2.399462E+01 1.9001140E+02 -7.386637E+01 + endloop + endfacet + facet normal 0.51423997162 0.01228160868 0.85755840248 + outer loop + vertex -2.782497E+01 1.7998657E+02 -7.154240E+01 + vertex -2.353874E+01 1.7998706E+02 -7.411267E+01 + vertex -2.596823E+01 1.8500222E+02 -7.272764E+01 + endloop + endfacet + facet normal 0.42623227588 0.01218565841 0.90453167812 + outer loop + vertex -2.353874E+01 1.7998706E+02 -7.411267E+01 + vertex -1.903679E+01 1.7999593E+02 -7.623419E+01 + vertex -2.158094E+01 1.8500364E+02 -7.510280E+01 + endloop + endfacet + facet normal 0.71476307197 0.0125026957 0.69925491314 + outer loop + vertex -3.745448E+01 1.8499202E+02 -6.312343E+01 + vertex -3.393779E+01 1.8499676E+02 -6.671820E+01 + vertex -3.591545E+01 1.9000393E+02 -6.478621E+01 + endloop + endfacet + facet normal 0.64111482763 0.01236742763 0.76734530983 + outer loop + vertex -3.393779E+01 1.8499676E+02 -6.671820E+01 + vertex -3.009920E+01 1.8500136E+02 -6.992541E+01 + vertex -3.224697E+01 1.9001055E+02 -6.821169E+01 + endloop + endfacet + facet normal 0.67473981542 0.01248797928 0.7379500199 + outer loop + vertex -3.555337E+01 1.7998482E+02 -6.515619E+01 + vertex -3.184053E+01 1.7998538E+02 -6.855101E+01 + vertex -3.393779E+01 1.8499676E+02 -6.671820E+01 + endloop + endfacet + facet normal 0.59735656694 0.0123415886 0.80188079982 + outer loop + vertex -3.184053E+01 1.7998538E+02 -6.855101E+01 + vertex -2.782497E+01 1.7998657E+02 -7.154240E+01 + vertex -3.009920E+01 1.8500136E+02 -6.992541E+01 + endloop + endfacet + facet normal 0.64824446509 0.01263568269 0.76132742824 + outer loop + vertex -3.429112E+01 1.9501039E+02 -6.638845E+01 + vertex -3.045675E+01 1.9501307E+02 -6.965333E+01 + vertex -3.256862E+01 2.0000000E+02 -6.793791E+01 + endloop + endfacet + facet normal 0.56839063081 0.01265353896 0.82266152138 + outer loop + vertex -3.045675E+01 1.9501307E+02 -6.965333E+01 + vertex -2.631465E+01 1.9501246E+02 -7.251517E+01 + vertex -2.856341E+01 2.0000000E+02 -7.103817E+01 + endloop + endfacet + facet normal 0.60580389368 0.01245914484 0.79551644365 + outer loop + vertex -3.224697E+01 1.9001055E+02 -6.821169E+01 + vertex -2.826254E+01 1.9001277E+02 -7.124596E+01 + vertex -3.045675E+01 1.9501307E+02 -6.965333E+01 + endloop + endfacet + facet normal 0.52319034173 0.01248209722 0.85212444136 + outer loop + vertex -2.826254E+01 1.9001277E+02 -7.124596E+01 + vertex -2.399462E+01 1.9001140E+02 -7.386637E+01 + vertex -2.631465E+01 1.9501246E+02 -7.251517E+01 + endloop + endfacet + facet normal 0.78772290073 0.0126696244 0.61589943358 + outer loop + vertex -4.089627E+01 1.9499826E+02 -5.876622E+01 + vertex -3.778256E+01 1.9500434E+02 -6.274871E+01 + vertex -3.953879E+01 2.0000000E+02 -6.060530E+01 + endloop + endfacet + facet normal 0.72158709056 0.0126407291 0.69220826541 + outer loop + vertex -3.778256E+01 1.9500434E+02 -6.274871E+01 + vertex -3.429112E+01 1.9501039E+02 -6.638845E+01 + vertex -3.623964E+01 2.0000000E+02 -6.444835E+01 + endloop + endfacet + facet normal 0.75239348522 0.01258250377 0.65859374732 + outer loop + vertex -3.923537E+01 1.8999681E+02 -6.099332E+01 + vertex -3.591545E+01 1.9000393E+02 -6.478621E+01 + vertex -3.778256E+01 1.9500434E+02 -6.274871E+01 + endloop + endfacet + facet normal 0.68241910022 0.01248948024 0.73085442089 + outer loop + vertex -3.591545E+01 1.9000393E+02 -6.478621E+01 + vertex -3.224697E+01 1.9001055E+02 -6.821169E+01 + vertex -3.429112E+01 1.9501039E+02 -6.638845E+01 + endloop + endfacet + facet normal 0.34348565559 -0.0123041685 0.93907731942 + outer loop + vertex -1.481714E+01 1.9002286E+02 -7.775408E+01 + vertex -1.948904E+01 1.9001226E+02 -7.604539E+01 + vertex -1.700135E+01 1.8501473E+02 -7.702078E+01 + endloop + endfacet + facet normal 0.29363247231 -0.0117936433 0.95584563669 + outer loop + vertex -1.232475E+01 1.8503219E+02 -7.845720E+01 + vertex -1.700135E+01 1.8501473E+02 -7.702078E+01 + vertex -1.440936E+01 1.8001648E+02 -7.787871E+01 + endloop + endfacet + facet normal 0.43535053442 -0.0124234789 0.90017529923 + outer loop + vertex -1.948904E+01 1.9001226E+02 -7.604539E+01 + vertex -2.399462E+01 1.9001140E+02 -7.386637E+01 + vertex -2.158094E+01 1.8500364E+02 -7.510280E+01 + endloop + endfacet + facet normal 0.38629603533 -0.0121171605 0.92229526048 + outer loop + vertex -1.700135E+01 1.8501473E+02 -7.702078E+01 + vertex -2.158094E+01 1.8500364E+02 -7.510280E+01 + vertex -1.903679E+01 1.7999593E+02 -7.623419E+01 + endloop + endfacet + facet normal 0.44035791359 -0.0128282433 0.89773066346 + outer loop + vertex -1.971779E+01 2.0000000E+02 -7.594789E+01 + vertex -2.426510E+01 2.0000000E+02 -7.371733E+01 + vertex -2.190487E+01 1.9501054E+02 -7.494638E+01 + endloop + endfacet + facet normal 0.39235633814 -0.0125885144 0.91972715151 + outer loop + vertex -1.728355E+01 1.9501388E+02 -7.691779E+01 + vertex -2.190487E+01 1.9501054E+02 -7.494638E+01 + vertex -1.948904E+01 1.9001226E+02 -7.604539E+01 + endloop + endfacet + facet normal 0.5289205649 -0.0128163699 0.84857455576 + outer loop + vertex -2.426510E+01 2.0000000E+02 -7.371733E+01 + vertex -2.856341E+01 2.0000000E+02 -7.103817E+01 + vertex -2.631465E+01 1.9501246E+02 -7.251517E+01 + endloop + endfacet + facet normal 0.48276495713 -0.0126300951 0.87565888157 + outer loop + vertex -2.190487E+01 1.9501054E+02 -7.494638E+01 + vertex -2.631465E+01 1.9501246E+02 -7.251517E+01 + vertex -2.399462E+01 1.9001140E+02 -7.386637E+01 + endloop + endfacet + facet normal 0.14750858508 0.0111315901 0.98899813196 + outer loop + vertex -9.723050E+00 1.8003457E+02 -7.904551E+01 + vertex -5.024465E+00 1.8008812E+02 -7.974691E+01 + vertex -7.686135E+00 1.8504406E+02 -7.940570E+01 + endloop + endfacet + facet normal 0.20029341904 0.01121334416 0.97967178545 + outer loop + vertex -1.232475E+01 1.8503219E+02 -7.845720E+01 + vertex -7.686135E+00 1.8504406E+02 -7.940570E+01 + vertex -1.003509E+01 1.9003797E+02 -7.898262E+01 + endloop + endfacet + facet normal 0.03307166679 0.0 0.99945298281 + outer loop + vertex -6.123234E-15 1.8500000E+02 -8.000000E+01 + vertex -3.305358E+00 1.8504716E+02 -7.989063E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.1100235712 -0.0093368222 0.9938851229 + outer loop + vertex -3.305358E+00 1.8504716E+02 -7.989063E+01 + vertex -7.686135E+00 1.8504406E+02 -7.940570E+01 + vertex -5.024465E+00 1.8008812E+02 -7.974691E+01 + endloop + endfacet + facet normal 0.05187778699 -0.0125699696 0.99857432927 + outer loop + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + vertex -5.186228E+00 1.9002088E+02 -7.973030E+01 + vertex -3.305358E+00 1.8504716E+02 -7.989063E+01 + endloop + endfacet + facet normal 0.15234406816 -0.012067395 0.98825384536 + outer loop + vertex -5.186228E+00 1.9002088E+02 -7.973030E+01 + vertex -1.003509E+01 1.9003797E+02 -7.898262E+01 + vertex -7.686135E+00 1.8504406E+02 -7.940570E+01 + endloop + endfacet + facet normal 0.24877122713 0.01217941635 0.96848569342 + outer loop + vertex -1.481714E+01 1.9002286E+02 -7.775408E+01 + vertex -1.003509E+01 1.9003797E+02 -7.898262E+01 + vertex -1.253207E+01 1.9502938E+02 -7.840400E+01 + endloop + endfacet + facet normal 0.29846622881 0.01244909673 0.95433900174 + outer loop + vertex -1.728355E+01 1.9501388E+02 -7.691779E+01 + vertex -1.253207E+01 1.9502938E+02 -7.840400E+01 + vertex -1.496816E+01 2.0000000E+02 -7.770696E+01 + endloop + endfacet + facet normal 0.15242701738 0.01197636633 0.98824216213 + outer loop + vertex -1.003509E+01 1.9003797E+02 -7.898262E+01 + vertex -5.186228E+00 1.9002088E+02 -7.973030E+01 + vertex -7.794256E+00 1.9503127E+02 -7.938876E+01 + endloop + endfacet + facet normal 0.20348308888 0.01176049566 0.97900782596 + outer loop + vertex -1.253207E+01 1.9502938E+02 -7.840400E+01 + vertex -7.794256E+00 1.9503127E+02 -7.938876E+01 + vertex -1.006493E+01 2.0000000E+02 -7.897650E+01 + endloop + endfacet + facet normal 0.0334489616 0.0 0.99944042692 + outer loop + vertex -6.123234E-15 1.9500000E+02 -8.000000E+01 + vertex -3.343024E+00 1.9498024E+02 -7.988812E+01 + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.11136876892 -0.0097695875 0.99373112685 + outer loop + vertex -3.343024E+00 1.9498024E+02 -7.988812E+01 + vertex -7.794256E+00 1.9503127E+02 -7.938876E+01 + vertex -5.186228E+00 1.9002088E+02 -7.973030E+01 + endloop + endfacet + facet normal 0.05064583685 -0.0114702606 0.998650806 + outer loop + vertex -6.123234E-15 2.0000000E+02 -8.000000E+01 + vertex -5.058416E+00 2.0000000E+02 -7.974347E+01 + vertex -3.343024E+00 1.9498024E+02 -7.988812E+01 + endloop + endfacet + facet normal 0.15141534823 -0.0128122731 0.98838719031 + outer loop + vertex -5.058416E+00 2.0000000E+02 -7.974347E+01 + vertex -1.006493E+01 2.0000000E+02 -7.897650E+01 + vertex -7.794256E+00 1.9503127E+02 -7.938876E+01 + endloop + endfacet + facet normal 0.11158719132 0.00949750538 0.99370926137 + outer loop + vertex -7.794256E+00 1.9503127E+02 -7.938876E+01 + vertex -3.343024E+00 1.9498024E+02 -7.988812E+01 + vertex -5.058416E+00 2.0000000E+02 -7.974347E+01 + endloop + endfacet + facet normal 0.0334489616 -4.185687E-18 0.99944042692 + outer loop + vertex -3.343024E+00 1.9498024E+02 -7.988812E+01 + vertex -6.123234E-15 1.9500000E+02 -8.000000E+01 + vertex -6.123234E-15 2.0000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.05197833975 0.01245752307 0.99857050944 + outer loop + vertex -3.343024E+00 1.9498024E+02 -7.988812E+01 + vertex -5.186228E+00 1.9002088E+02 -7.973030E+01 + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.25063164439 -0.0129097251 0.96799644515 + outer loop + vertex -1.006493E+01 2.0000000E+02 -7.897650E+01 + vertex -1.496816E+01 2.0000000E+02 -7.770696E+01 + vertex -1.253207E+01 1.9502938E+02 -7.840400E+01 + endloop + endfacet + facet normal 0.20349221122 -0.0116912488 0.97900675926 + outer loop + vertex -7.794256E+00 1.9503127E+02 -7.938876E+01 + vertex -1.253207E+01 1.9502938E+02 -7.840400E+01 + vertex -1.003509E+01 1.9003797E+02 -7.898262E+01 + endloop + endfacet + facet normal 0.34727655822 -0.0128543648 0.93767465435 + outer loop + vertex -1.496816E+01 2.0000000E+02 -7.770696E+01 + vertex -1.971779E+01 2.0000000E+02 -7.594789E+01 + vertex -1.728355E+01 1.9501388E+02 -7.691779E+01 + endloop + endfacet + facet normal 0.29854030626 -0.0123754468 0.95431678905 + outer loop + vertex -1.253207E+01 1.9502938E+02 -7.840400E+01 + vertex -1.728355E+01 1.9501388E+02 -7.691779E+01 + vertex -1.481714E+01 1.9002286E+02 -7.775408E+01 + endloop + endfacet + facet normal 0.11001013782 0.00956463886 0.99388444361 + outer loop + vertex -7.686135E+00 1.8504406E+02 -7.940570E+01 + vertex -3.305358E+00 1.8504716E+02 -7.989063E+01 + vertex -5.186228E+00 1.9002088E+02 -7.973030E+01 + endloop + endfacet + facet normal 0.03307166679 0.0 0.99945298281 + outer loop + vertex -3.305358E+00 1.8504716E+02 -7.989063E+01 + vertex -6.123234E-15 1.8500000E+02 -8.000000E+01 + vertex -6.123234E-15 1.9000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.05050510434 0.01143428432 0.99865834577 + outer loop + vertex -3.305358E+00 1.8504716E+02 -7.989063E+01 + vertex -5.024465E+00 1.8008812E+02 -7.974691E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.24884343523 -0.0121696834 0.96846726509 + outer loop + vertex -1.003509E+01 1.9003797E+02 -7.898262E+01 + vertex -1.481714E+01 1.9002286E+02 -7.775408E+01 + vertex -1.232475E+01 1.8503219E+02 -7.845720E+01 + endloop + endfacet + facet normal 0.20034846774 -0.0110248999 0.97966266799 + outer loop + vertex -7.686135E+00 1.8504406E+02 -7.940570E+01 + vertex -1.232475E+01 1.8503219E+02 -7.845720E+01 + vertex -9.723050E+00 1.8003457E+02 -7.904551E+01 + endloop + endfacet + facet normal 0.4353463423 0.01248869831 0.90017642418 + outer loop + vertex -2.399462E+01 1.9001140E+02 -7.386637E+01 + vertex -1.948904E+01 1.9001226E+02 -7.604539E+01 + vertex -2.190487E+01 1.9501054E+02 -7.494638E+01 + endloop + endfacet + facet normal 0.48277310618 0.0126741471 0.87565375232 + outer loop + vertex -2.631465E+01 1.9501246E+02 -7.251517E+01 + vertex -2.190487E+01 1.9501054E+02 -7.494638E+01 + vertex -2.426510E+01 2.0000000E+02 -7.371733E+01 + endloop + endfacet + facet normal 0.34343604004 0.01236127189 0.93909471586 + outer loop + vertex -1.948904E+01 1.9001226E+02 -7.604539E+01 + vertex -1.481714E+01 1.9002286E+02 -7.775408E+01 + vertex -1.728355E+01 1.9501388E+02 -7.691779E+01 + endloop + endfacet + facet normal 0.3923407144 0.01263607358 0.91973316428 + outer loop + vertex -2.190487E+01 1.9501054E+02 -7.494638E+01 + vertex -1.728355E+01 1.9501388E+02 -7.691779E+01 + vertex -1.971779E+01 2.0000000E+02 -7.594789E+01 + endloop + endfacet + facet normal 0.33479501258 0.01189190018 0.94221594248 + outer loop + vertex -1.903679E+01 1.7999593E+02 -7.623419E+01 + vertex -1.440936E+01 1.8001648E+02 -7.787871E+01 + vertex -1.700135E+01 1.8501473E+02 -7.702078E+01 + endloop + endfacet + facet normal 0.38624516828 0.01225243526 0.92231477696 + outer loop + vertex -2.158094E+01 1.8500364E+02 -7.510280E+01 + vertex -1.700135E+01 1.8501473E+02 -7.702078E+01 + vertex -1.948904E+01 1.9001226E+02 -7.604539E+01 + endloop + endfacet + facet normal 0.24154807367 0.01152286646 0.97032043761 + outer loop + vertex -1.440936E+01 1.8001648E+02 -7.787871E+01 + vertex -9.723050E+00 1.8003457E+02 -7.904551E+01 + vertex -1.232475E+01 1.8503219E+02 -7.845720E+01 + endloop + endfacet + facet normal 0.2935510426 0.01193266697 0.95586892242 + outer loop + vertex -1.700135E+01 1.8501473E+02 -7.702078E+01 + vertex -1.232475E+01 1.8503219E+02 -7.845720E+01 + vertex -1.481714E+01 1.9002286E+02 -7.775408E+01 + endloop + endfacet + facet normal 0.72160841473 -0.0126003972 0.69218677088 + outer loop + vertex -3.429112E+01 1.9501039E+02 -6.638845E+01 + vertex -3.778256E+01 1.9500434E+02 -6.274871E+01 + vertex -3.591545E+01 1.9000393E+02 -6.478621E+01 + endloop + endfacet + facet normal 0.7877418634 -0.0126478558 0.61587562737 + outer loop + vertex -3.778256E+01 1.9500434E+02 -6.274871E+01 + vertex -4.089627E+01 1.9499826E+02 -5.876622E+01 + vertex -3.923537E+01 1.8999681E+02 -6.099332E+01 + endloop + endfacet + facet normal 0.75869662317 -0.012731817 0.65131968711 + outer loop + vertex -3.623964E+01 2.0000000E+02 -6.444835E+01 + vertex -3.953879E+01 2.0000000E+02 -6.060530E+01 + vertex -3.778256E+01 1.9500434E+02 -6.274871E+01 + endloop + endfacet + facet normal 0.82069717565 -0.0127069456 0.5712220929 + outer loop + vertex -3.953879E+01 2.0000000E+02 -6.060530E+01 + vertex -4.243221E+01 2.0000000E+02 -5.644820E+01 + vertex -4.089627E+01 1.9499826E+02 -5.876622E+01 + endloop + endfacet + facet normal 0.56838842042 -0.0126060165 0.82266377815 + outer loop + vertex -2.631465E+01 1.9501246E+02 -7.251517E+01 + vertex -3.045675E+01 1.9501307E+02 -6.965333E+01 + vertex -2.826254E+01 1.9001277E+02 -7.124596E+01 + endloop + endfacet + facet normal 0.64825510113 -0.0125875552 0.76131916915 + outer loop + vertex -3.045675E+01 1.9501307E+02 -6.965333E+01 + vertex -3.429112E+01 1.9501039E+02 -6.638845E+01 + vertex -3.224697E+01 1.9001055E+02 -6.821169E+01 + endloop + endfacet + facet normal 0.61205586047 -0.0127969748 0.79071098456 + outer loop + vertex -2.856341E+01 2.0000000E+02 -7.103817E+01 + vertex -3.256862E+01 2.0000000E+02 -6.793791E+01 + vertex -3.045675E+01 1.9501307E+02 -6.965333E+01 + endloop + endfacet + facet normal 0.68891077002 -0.0127666863 0.72473371846 + outer loop + vertex -3.256862E+01 2.0000000E+02 -6.793791E+01 + vertex -3.623964E+01 2.0000000E+02 -6.444835E+01 + vertex -3.429112E+01 1.9501039E+02 -6.638845E+01 + endloop + endfacet + facet normal 0.641132602 -0.0123222452 0.76733118595 + outer loop + vertex -3.009920E+01 1.8500136E+02 -6.992541E+01 + vertex -3.393779E+01 1.8499676E+02 -6.671820E+01 + vertex -3.184053E+01 1.7998538E+02 -6.855101E+01 + endloop + endfacet + facet normal 0.71477972185 -0.0124834604 0.69923823726 + outer loop + vertex -3.393779E+01 1.8499676E+02 -6.671820E+01 + vertex -3.745448E+01 1.8499202E+02 -6.312343E+01 + vertex -3.555337E+01 1.7998482E+02 -6.515619E+01 + endloop + endfacet + facet normal 0.68244349227 -0.0124464111 0.73083237935 + outer loop + vertex -3.224697E+01 1.9001055E+02 -6.821169E+01 + vertex -3.591545E+01 1.9000393E+02 -6.478621E+01 + vertex -3.393779E+01 1.8499676E+02 -6.671820E+01 + endloop + endfacet + facet normal 0.75241711694 -0.0125586073 0.65856720502 + outer loop + vertex -3.591545E+01 1.9000393E+02 -6.478621E+01 + vertex -3.923537E+01 1.8999681E+02 -6.099332E+01 + vertex -3.745448E+01 1.8499202E+02 -6.312343E+01 + endloop + endfacet + facet normal 0.4760520071 -0.012230937 0.87933207078 + outer loop + vertex -2.158094E+01 1.8500364E+02 -7.510280E+01 + vertex -2.596823E+01 1.8500222E+02 -7.272764E+01 + vertex -2.353874E+01 1.7998706E+02 -7.411267E+01 + endloop + endfacet + facet normal 0.56133371982 -0.0122553488 0.82749879844 + outer loop + vertex -2.596823E+01 1.8500222E+02 -7.272764E+01 + vertex -3.009920E+01 1.8500136E+02 -6.992541E+01 + vertex -2.782497E+01 1.7998657E+02 -7.154240E+01 + endloop + endfacet + facet normal 0.52318492131 -0.012420885 0.85212866383 + outer loop + vertex -2.399462E+01 1.9001140E+02 -7.386637E+01 + vertex -2.826254E+01 1.9001277E+02 -7.124596E+01 + vertex -2.596823E+01 1.8500222E+02 -7.272764E+01 + endloop + endfacet + facet normal 0.60581307771 -0.0124043679 0.79551030573 + outer loop + vertex -2.826254E+01 1.9001277E+02 -7.124596E+01 + vertex -3.224697E+01 1.9001055E+02 -6.821169E+01 + vertex -3.009920E+01 1.8500136E+02 -6.992541E+01 + endloop + endfacet + facet normal 0.10249303547 0.00837800396 0.9946984401 + outer loop + vertex -7.181191E+00 1.7497553E+02 -7.948162E+01 + vertex -3.091954E+00 1.7513423E+02 -7.990431E+01 + vertex -5.024465E+00 1.8008812E+02 -7.974691E+01 + endloop + endfacet + facet normal 0.03093434361 0.0 0.99952141867 + outer loop + vertex -3.091954E+00 1.7513423E+02 -7.990431E+01 + vertex -6.123234E-15 1.7500000E+02 -8.000000E+01 + vertex -6.123234E-15 1.8000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.04142711964 0.00632644472 0.99912149904 + outer loop + vertex -3.091954E+00 1.7513423E+02 -7.990431E+01 + vertex -4.176262E+00 1.6975454E+02 -7.982528E+01 + vertex -6.123234E-15 1.7000000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.24163163326 -0.0112939988 0.97030232371 + outer loop + vertex -9.723050E+00 1.8003457E+02 -7.904551E+01 + vertex -1.440936E+01 1.8001648E+02 -7.787871E+01 + vertex -1.171023E+01 1.7499011E+02 -7.860937E+01 + endloop + endfacet + facet normal 0.18907647806 -0.0096945069 0.98191450849 + outer loop + vertex -7.181191E+00 1.7497553E+02 -7.948162E+01 + vertex -1.171023E+01 1.7499011E+02 -7.860937E+01 + vertex -8.838230E+00 1.6989931E+02 -7.921266E+01 + endloop + endfacet + facet normal 0.33488876858 -0.0116623333 0.9421854927 + outer loop + vertex -1.440936E+01 1.8001648E+02 -7.787871E+01 + vertex -1.903679E+01 1.7999593E+02 -7.623419E+01 + vertex -1.634860E+01 1.7498520E+02 -7.725170E+01 + endloop + endfacet + facet normal 0.28091000946 -0.0111233609 0.95966965015 + outer loop + vertex -1.171023E+01 1.7499011E+02 -7.860937E+01 + vertex -1.634860E+01 1.7498520E+02 -7.725170E+01 + vertex -1.356353E+01 1.6996209E+02 -7.812516E+01 + endloop + endfacet + facet normal 0.16453784925 0.01262568766 0.98628996151 + outer loop + vertex -8.838230E+00 1.6989931E+02 -7.921266E+01 + vertex -1.075529E+01 1.6495391E+02 -7.882954E+01 + vertex -5.668861E+00 1.6491640E+02 -7.967760E+01 + endloop + endfacet + facet normal 0.05658405834 0.01301655213 0.99831298384 + outer loop + vertex -4.176262E+00 1.6975454E+02 -7.982528E+01 + vertex -5.668861E+00 1.6491640E+02 -7.967760E+01 + vertex 1.6081226E-14 1.6500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.42627210507 -0.0120380976 0.9045148847 + outer loop + vertex -1.903679E+01 1.7999593E+02 -7.623419E+01 + vertex -2.353874E+01 1.7998706E+02 -7.411267E+01 + vertex -2.095411E+01 1.7497676E+02 -7.539742E+01 + endloop + endfacet + facet normal 0.37347976042 -0.0119504003 0.92756134918 + outer loop + vertex -1.634860E+01 1.7498520E+02 -7.725170E+01 + vertex -2.095411E+01 1.7497676E+02 -7.539742E+01 + vertex -1.827596E+01 1.6997618E+02 -7.654019E+01 + endloop + endfacet + facet normal 0.31873252801 -0.0122166755 0.94776596712 + outer loop + vertex -1.356353E+01 1.6996209E+02 -7.812516E+01 + vertex -1.827596E+01 1.6997618E+02 -7.654019E+01 + vertex -1.564541E+01 1.6498563E+02 -7.748917E+01 + endloop + endfacet + facet normal 0.55083099562 -0.012538995 0.83452261076 + outer loop + vertex -2.540473E+01 1.7497628E+02 -7.306507E+01 + vertex -2.961287E+01 1.7497741E+02 -7.028744E+01 + vertex -2.727910E+01 1.6998494E+02 -7.190287E+01 + endloop + endfacet + facet normal 0.63218613234 -0.0126566053 0.77471317558 + outer loop + vertex -2.961287E+01 1.7497741E+02 -7.028744E+01 + vertex -3.353033E+01 1.7497944E+02 -6.709066E+01 + vertex -3.139979E+01 1.6998459E+02 -6.891084E+01 + endloop + endfacet + facet normal 0.59736143584 -0.012317202 0.8018775477 + outer loop + vertex -2.782497E+01 1.7998657E+02 -7.154240E+01 + vertex -3.184053E+01 1.7998538E+02 -6.855101E+01 + vertex -2.961287E+01 1.7497741E+02 -7.028744E+01 + endloop + endfacet + facet normal 0.67474190017 -0.0124877147 0.73794811819 + outer loop + vertex -3.184053E+01 1.7998538E+02 -6.855101E+01 + vertex -3.555337E+01 1.7998482E+02 -6.515619E+01 + vertex -3.353033E+01 1.7497944E+02 -6.709066E+01 + endloop + endfacet + facet normal 0.41208661266 0.01249736919 0.91105896594 + outer loop + vertex -2.288175E+01 1.6998278E+02 -7.445701E+01 + vertex -1.827596E+01 1.6997618E+02 -7.654019E+01 + vertex -2.095411E+01 1.7497676E+02 -7.539742E+01 + endloop + endfacet + facet normal 0.46413835624 0.01232621023 0.88567694495 + outer loop + vertex -2.540473E+01 1.7497628E+02 -7.306507E+01 + vertex -2.095411E+01 1.7497676E+02 -7.539742E+01 + vertex -2.353874E+01 1.7998706E+02 -7.411267E+01 + endloop + endfacet + facet normal 0.54193308075 0.01299668634 0.84032114226 + outer loop + vertex -2.920906E+01 1.6500285E+02 -7.058117E+01 + vertex -2.491944E+01 1.6500876E+02 -7.334768E+01 + vertex -2.727910E+01 1.6998494E+02 -7.190287E+01 + endloop + endfacet + facet normal 0.45350725395 0.01296289445 0.89115831028 + outer loop + vertex -2.491944E+01 1.6500876E+02 -7.334768E+01 + vertex -2.037515E+01 1.6500454E+02 -7.566020E+01 + vertex -2.288175E+01 1.6998278E+02 -7.445701E+01 + endloop + endfacet + facet normal 0.36068458936 0.01278035331 0.93260028392 + outer loop + vertex -2.037515E+01 1.6500454E+02 -7.566020E+01 + vertex -1.564541E+01 1.6498563E+02 -7.748917E+01 + vertex -1.827596E+01 1.6997618E+02 -7.654019E+01 + endloop + endfacet + facet normal 0.93299180507 0.01291663267 0.35966575077 + outer loop + vertex -4.750952E+01 1.8499764E+02 -4.558349E+01 + vertex -4.567583E+01 1.8499450E+02 -5.034006E+01 + vertex -4.672920E+01 1.8999408E+02 -4.778714E+01 + endloop + endfacet + facet normal 0.89151106206 0.01291322928 0.45281483493 + outer loop + vertex -4.567583E+01 1.8499450E+02 -5.034006E+01 + vertex -4.336645E+01 1.8499231E+02 -5.488677E+01 + vertex -4.467927E+01 1.8999290E+02 -5.244466E+01 + endloop + endfacet + facet normal 0.91176197478 0.01297740562 0.41051393192 + outer loop + vertex -4.658088E+01 1.7999869E+02 -4.817201E+01 + vertex -4.448355E+01 1.7999489E+02 -5.283011E+01 + vertex -4.567583E+01 1.8499450E+02 -5.034006E+01 + endloop + endfacet + facet normal 0.86510598215 0.01297497939 0.50142126956 + outer loop + vertex -4.448355E+01 1.7999489E+02 -5.283011E+01 + vertex -4.192084E+01 1.7999137E+02 -5.725148E+01 + vertex -4.336645E+01 1.8499231E+02 -5.488677E+01 + endloop + endfacet + facet normal 0.97772205689 -0.0128454075 0.20951032189 + outer loop + vertex -4.829464E+01 1.8999667E+02 -4.294710E+01 + vertex -4.935939E+01 1.8999860E+02 -3.797811E+01 + vertex -4.884761E+01 1.8500024E+02 -4.067290E+01 + endloop + endfacet + facet normal 0.96473994503 -0.0128891026 0.2628891582 + outer loop + vertex -4.750952E+01 1.8499764E+02 -4.558349E+01 + vertex -4.884761E+01 1.8500024E+02 -4.067290E+01 + vertex -4.818891E+01 1.8000166E+02 -4.333524E+01 + endloop + endfacet + facet normal 0.96689977385 0.0127841406 0.25483601212 + outer loop + vertex -4.893336E+01 1.9499700E+02 -4.027260E+01 + vertex -4.763976E+01 1.9499519E+02 -4.518067E+01 + vertex -4.840386E+01 2.0000000E+02 -4.253263E+01 + endloop + endfacet + facet normal 0.93607642234 0.01277713784 0.35156461181 + outer loop + vertex -4.763976E+01 1.9499519E+02 -4.518067E+01 + vertex -4.585472E+01 1.9499436E+02 -4.993351E+01 + vertex -4.688761E+01 2.0000000E+02 -4.736526E+01 + endloop + endfacet + facet normal 0.9513936464 0.01285239874 0.30770918973 + outer loop + vertex -4.829464E+01 1.8999667E+02 -4.294710E+01 + vertex -4.672920E+01 1.8999408E+02 -4.778714E+01 + vertex -4.763976E+01 1.9499519E+02 -4.518067E+01 + endloop + endfacet + facet normal 0.91519611511 0.01284902224 0.40280388966 + outer loop + vertex -4.672920E+01 1.8999408E+02 -4.778714E+01 + vertex -4.467927E+01 1.8999290E+02 -5.244466E+01 + vertex -4.585472E+01 1.9499436E+02 -4.993351E+01 + endloop + endfacet + facet normal 0.99478850852 -0.0127458496 0.10116010392 + outer loop + vertex -4.942342E+01 2.0000000E+02 -3.757139E+01 + vertex -4.993583E+01 2.0000000E+02 -3.253246E+01 + vertex -4.972245E+01 1.9499800E+02 -3.526099E+01 + endloop + endfacet + facet normal 0.98774891589 -0.0127965054 0.15552597406 + outer loop + vertex -4.893336E+01 1.9499700E+02 -4.027260E+01 + vertex -4.972245E+01 1.9499800E+02 -3.526099E+01 + vertex -4.935939E+01 1.8999860E+02 -3.797811E+01 + endloop + endfacet + facet normal 0.81503840858 -0.0127050746 0.57926761831 + outer loop + vertex -3.923537E+01 1.8999681E+02 -6.099332E+01 + vertex -4.216990E+01 1.8999328E+02 -5.686447E+01 + vertex -4.061231E+01 1.8499084E+02 -5.916574E+01 + endloop + endfacet + facet normal 0.78160933129 -0.0126924095 0.6236391232 + outer loop + vertex -3.745448E+01 1.8499202E+02 -6.312343E+01 + vertex -4.061231E+01 1.8499084E+02 -5.916574E+01 + vertex -3.892894E+01 1.7998743E+02 -6.137734E+01 + endloop + endfacet + facet normal 0.86954465561 -0.0128147321 0.49368803361 + outer loop + vertex -4.216990E+01 1.8999328E+02 -5.686447E+01 + vertex -4.467927E+01 1.8999290E+02 -5.244466E+01 + vertex -4.336645E+01 1.8499231E+02 -5.488677E+01 + endloop + endfacet + facet normal 0.84080553038 -0.0128518132 0.5411847106 + outer loop + vertex -4.061231E+01 1.8499084E+02 -5.916574E+01 + vertex -4.336645E+01 1.8499231E+02 -5.488677E+01 + vertex -4.192084E+01 1.7999137E+02 -5.725148E+01 + endloop + endfacet + facet normal 0.87427608636 -0.012701374 0.48526281531 + outer loop + vertex -4.243221E+01 2.0000000E+02 -5.644820E+01 + vertex -4.489023E+01 2.0000000E+02 -5.201971E+01 + vertex -4.359789E+01 1.9499510E+02 -5.447906E+01 + endloop + endfacet + facet normal 0.84596426684 -0.0127166638 0.53308793429 + outer loop + vertex -4.089627E+01 1.9499826E+02 -5.876622E+01 + vertex -4.359789E+01 1.9499510E+02 -5.447906E+01 + vertex -4.216990E+01 1.8999328E+02 -5.686447E+01 + endloop + endfacet + facet normal 0.91888359273 -0.0127091256 0.39432400528 + outer loop + vertex -4.489023E+01 2.0000000E+02 -5.201971E+01 + vertex -4.688761E+01 2.0000000E+02 -4.736526E+01 + vertex -4.585472E+01 1.9499436E+02 -4.993351E+01 + endloop + endfacet + facet normal 0.89560800098 -0.0127702169 0.44466080347 + outer loop + vertex -4.359789E+01 1.9499510E+02 -5.447906E+01 + vertex -4.585472E+01 1.9499436E+02 -4.993351E+01 + vertex -4.467927E+01 1.8999290E+02 -5.244466E+01 + endloop + endfacet + facet normal 0.86113772689 0.01309516392 0.5082030421 + outer loop + vertex -4.430684E+01 1.7000176E+02 -5.317118E+01 + vertex -4.170046E+01 1.6999761E+02 -5.758752E+01 + vertex -4.315650E+01 1.7499560E+02 -5.524910E+01 + endloop + endfacet + facet normal 0.80452852086 0.01311249399 0.59376924947 + outer loop + vertex -4.170046E+01 1.6999761E+02 -5.758752E+01 + vertex -3.865256E+01 1.6999302E+02 -6.171718E+01 + vertex -4.034703E+01 1.7499102E+02 -5.953163E+01 + endloop + endfacet + facet normal 0.83200176841 0.01312992478 0.55461758216 + outer loop + vertex -4.297196E+01 1.6500454E+02 -5.556190E+01 + vertex -4.012529E+01 1.6500136E+02 -5.983222E+01 + vertex -4.170046E+01 1.6999761E+02 -5.758752E+01 + endloop + endfacet + facet normal 0.77073906354 0.01315411384 0.63701512166 + outer loop + vertex -4.012529E+01 1.6500136E+02 -5.983222E+01 + vertex -3.685307E+01 1.6499845E+02 -6.379129E+01 + vertex -3.865256E+01 1.6999302E+02 -6.171718E+01 + endloop + endfacet + facet normal 0.93010732977 -0.0129733754 0.36705864196 + outer loop + vertex -4.551192E+01 1.7499992E+02 -5.070422E+01 + vertex -4.738566E+01 1.7500291E+02 -4.595617E+01 + vertex -4.644087E+01 1.7000425E+02 -4.852688E+01 + endloop + endfacet + facet normal 0.90858521486 -0.0130139504 0.41749675979 + outer loop + vertex -4.430684E+01 1.7000176E+02 -5.317118E+01 + vertex -4.644087E+01 1.7000425E+02 -4.852688E+01 + vertex -4.535871E+01 1.6500597E+02 -5.103776E+01 + endloop + endfacet + facet normal 0.86509685862 -0.0129897173 0.50143662855 + outer loop + vertex -4.192084E+01 1.7999137E+02 -5.725148E+01 + vertex -4.448355E+01 1.7999489E+02 -5.283011E+01 + vertex -4.315650E+01 1.7499560E+02 -5.524910E+01 + endloop + endfacet + facet normal 0.91175390935 -0.0129893131 0.41053146838 + outer loop + vertex -4.448355E+01 1.7999489E+02 -5.283011E+01 + vertex -4.658088E+01 1.7999869E+02 -4.817201E+01 + vertex -4.551192E+01 1.7499992E+02 -5.070422E+01 + endloop + endfacet + facet normal 0.94884962121 -0.0129310945 0.31546344182 + outer loop + vertex -4.658088E+01 1.7999869E+02 -4.817201E+01 + vertex -4.818891E+01 1.8000166E+02 -4.333524E+01 + vertex -4.738566E+01 1.7500291E+02 -4.595617E+01 + endloop + endfacet + facet normal 0.70737879435 -0.0128277603 0.70671825353 + outer loop + vertex -3.353033E+01 1.7497944E+02 -6.709066E+01 + vertex -3.712289E+01 1.7498489E+02 -6.349465E+01 + vertex -3.520406E+01 1.6998754E+02 -6.550597E+01 + endloop + endfacet + facet normal 0.66684628633 -0.0129943862 0.74508199303 + outer loop + vertex -3.139979E+01 1.6998459E+02 -6.891084E+01 + vertex -3.520406E+01 1.6998754E+02 -6.550597E+01 + vertex -3.319927E+01 1.6499782E+02 -6.738728E+01 + endloop + endfacet + facet normal 0.77563693362 -0.012983085 0.63104578813 + outer loop + vertex -3.712289E+01 1.7498489E+02 -6.349465E+01 + vertex -4.034703E+01 1.7499102E+02 -5.953163E+01 + vertex -3.865256E+01 1.6999302E+02 -6.171718E+01 + endloop + endfacet + facet normal 0.73946461053 -0.0130855926 0.673068241 + outer loop + vertex -3.520406E+01 1.6998754E+02 -6.550597E+01 + vertex -3.865256E+01 1.6999302E+02 -6.171718E+01 + vertex -3.685307E+01 1.6499845E+02 -6.379129E+01 + endloop + endfacet + facet normal 0.74571636396 -0.0127177635 0.66614214926 + outer loop + vertex -3.555337E+01 1.7998482E+02 -6.515619E+01 + vertex -3.892894E+01 1.7998743E+02 -6.137734E+01 + vertex -3.712289E+01 1.7498489E+02 -6.349465E+01 + endloop + endfacet + facet normal 0.80947657655 -0.0129008916 0.58701042495 + outer loop + vertex -3.892894E+01 1.7998743E+02 -6.137734E+01 + vertex -4.192084E+01 1.7999137E+02 -5.725148E+01 + vertex -4.034703E+01 1.7499102E+02 -5.953163E+01 + endloop + endfacet + facet normal 0.1196927934 0.01123491706 0.99274740586 + outer loop + vertex -8.338464E+00 1.5997367E+02 -7.929980E+01 + vertex -3.617308E+00 1.5997060E+02 -7.986898E+01 + vertex -5.668861E+00 1.6491640E+02 -7.967760E+01 + endloop + endfacet + facet normal 0.03619680063 -4.299847E-18 0.99934468109 + outer loop + vertex -3.617308E+00 1.5997060E+02 -7.986898E+01 + vertex 1.6081226E-14 1.6000000E+02 -8.000000E+01 + vertex 1.6081226E-14 1.6500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.05666756382 0.01492543811 0.99828153269 + outer loop + vertex -3.617308E+00 1.5997060E+02 -7.986898E+01 + vertex -5.664230E+00 1.5497723E+02 -7.967813E+01 + vertex -6.123234E-15 1.5500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.26424674971 -0.0129555844 0.96436808745 + outer loop + vertex -1.075529E+01 1.6495391E+02 -7.882954E+01 + vertex -1.564541E+01 1.6498563E+02 -7.748917E+01 + vertex -1.320837E+01 1.6000586E+02 -7.822384E+01 + endloop + endfacet + facet normal 0.21564099676 -0.0125212939 0.97639243018 + outer loop + vertex -8.338464E+00 1.5997367E+02 -7.929980E+01 + vertex -1.320837E+01 1.6000586E+02 -7.822384E+01 + vertex -1.082066E+01 1.5502197E+02 -7.881509E+01 + endloop + endfacet + facet normal 0.12308124428 0.01122426809 0.99233312104 + outer loop + vertex -8.537225E+00 1.5002469E+02 -7.926577E+01 + vertex -3.750595E+00 1.4999541E+02 -7.985913E+01 + vertex -5.664230E+00 1.5497723E+02 -7.967813E+01 + endloop + endfacet + facet normal 0.03753239386 -4.340709E-18 0.99929541148 + outer loop + vertex -3.750595E+00 1.4999541E+02 -7.985913E+01 + vertex -6.123234E-15 1.5000000E+02 -8.000000E+01 + vertex -6.123234E-15 1.5500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.36059434158 -0.0129467941 0.9326328867 + outer loop + vertex -1.564541E+01 1.6498563E+02 -7.748917E+01 + vertex -2.037515E+01 1.6500454E+02 -7.566020E+01 + vertex -1.799584E+01 1.6002779E+02 -7.664922E+01 + endloop + endfacet + facet normal 0.31236093004 -0.0127568052 0.94987784125 + outer loop + vertex -1.320837E+01 1.6000586E+02 -7.822384E+01 + vertex -1.799584E+01 1.6002779E+02 -7.664922E+01 + vertex -1.569911E+01 1.5504200E+02 -7.747144E+01 + endloop + endfacet + facet normal 0.26546715354 -0.0128118287 0.96403477501 + outer loop + vertex -1.082066E+01 1.5502197E+02 -7.881509E+01 + vertex -1.569911E+01 1.5504200E+02 -7.747144E+01 + vertex -1.334761E+01 1.5003739E+02 -7.818549E+01 + endloop + endfacet + facet normal 0.49692359788 -0.0128258384 0.86769950774 + outer loop + vertex -2.261689E+01 1.6003134E+02 -7.459234E+01 + vertex -2.701357E+01 1.6002150E+02 -7.207454E+01 + vertex -2.480952E+01 1.5502157E+02 -7.341069E+01 + endloop + endfacet + facet normal 0.58229298115 -0.0128763308 0.81287704126 + outer loop + vertex -2.701357E+01 1.6002150E+02 -7.207454E+01 + vertex -3.114290E+01 1.6000943E+02 -6.911675E+01 + vertex -2.904020E+01 1.5501041E+02 -7.070217E+01 + endloop + endfacet + facet normal 0.54195799874 -0.0130543569 0.84030417788 + outer loop + vertex -2.491944E+01 1.6500876E+02 -7.334768E+01 + vertex -2.920906E+01 1.6500285E+02 -7.058117E+01 + vertex -2.701357E+01 1.6002150E+02 -7.207454E+01 + endloop + endfacet + facet normal 0.62485678192 -0.0130580821 0.78063018682 + outer loop + vertex -2.920906E+01 1.6500285E+02 -7.058117E+01 + vertex -3.319927E+01 1.6499782E+02 -6.738728E+01 + vertex -3.114290E+01 1.6000943E+02 -6.911675E+01 + endloop + endfacet + facet normal 0.36092218345 0.0124769315 0.93251246838 + outer loop + vertex -2.035270E+01 1.5503448E+02 -7.567020E+01 + vertex -1.569911E+01 1.5504200E+02 -7.747144E+01 + vertex -1.799584E+01 1.6002779E+02 -7.664922E+01 + endloop + endfacet + facet normal 0.40662241052 0.01285966459 0.91350579872 + outer loop + vertex -2.261689E+01 1.6003134E+02 -7.459234E+01 + vertex -1.799584E+01 1.6002779E+02 -7.664922E+01 + vertex -2.037515E+01 1.6500454E+02 -7.566020E+01 + endloop + endfacet + facet normal 0.49448214122 0.01233121774 0.86910031244 + outer loop + vertex -2.686000E+01 1.4999612E+02 -7.217275E+01 + vertex -2.253178E+01 1.5000151E+02 -7.463540E+01 + vertex -2.480952E+01 1.5502157E+02 -7.341069E+01 + endloop + endfacet + facet normal 0.40595034342 0.01212443673 0.91381470589 + outer loop + vertex -2.253178E+01 1.5000151E+02 -7.463540E+01 + vertex -1.802096E+01 1.5002029E+02 -7.663952E+01 + vertex -2.035270E+01 1.5503448E+02 -7.567020E+01 + endloop + endfacet + facet normal 0.31400365059 0.01208976305 0.94934479777 + outer loop + vertex -1.802096E+01 1.5002029E+02 -7.663952E+01 + vertex -1.334761E+01 1.5003739E+02 -7.818549E+01 + vertex -1.569911E+01 1.5504200E+02 -7.747144E+01 + endloop + endfacet + facet normal 0.05704404774 0.01467860634 0.99826375028 + outer loop + vertex -3.750595E+00 1.4999541E+02 -7.985913E+01 + vertex -5.678939E+00 1.4506548E+02 -7.967645E+01 + vertex 1.6081226E-14 1.4500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.05669463338 -0.0156519331 0.99826886936 + outer loop + vertex 1.6081226E-14 1.4500000E+02 -8.000000E+01 + vertex -5.678939E+00 1.4506548E+02 -7.967645E+01 + vertex -3.535310E+00 1.4017574E+02 -7.987486E+01 + endloop + endfacet + facet normal 0.2190688797 -0.0120000085 0.9756356009 + outer loop + vertex -8.537225E+00 1.5002469E+02 -7.926577E+01 + vertex -1.334761E+01 1.5003739E+02 -7.818549E+01 + vertex -1.073478E+01 1.4500651E+02 -7.883405E+01 + endloop + endfacet + facet normal 0.1644872501 -0.0130452064 0.98629294185 + outer loop + vertex -5.678939E+00 1.4506548E+02 -7.967645E+01 + vertex -1.073478E+01 1.4500651E+02 -7.883405E+01 + vertex -8.107886E+00 1.4000924E+02 -7.933824E+01 + endloop + endfacet + facet normal 0.31408345457 -0.0119551179 0.9493201034 + outer loop + vertex -1.334761E+01 1.5003739E+02 -7.818549E+01 + vertex -1.802096E+01 1.5002029E+02 -7.663952E+01 + vertex -1.552030E+01 1.4499092E+02 -7.753020E+01 + endloop + endfacet + facet normal 0.26289183144 -0.0120534763 0.96475001875 + outer loop + vertex -1.073478E+01 1.4500651E+02 -7.883405E+01 + vertex -1.552030E+01 1.4499092E+02 -7.753020E+01 + vertex -1.286725E+01 1.3996233E+02 -7.831598E+01 + endloop + endfacet + facet normal 0.14933977128 0.01222695062 0.98871033897 + outer loop + vertex -8.107886E+00 1.4000924E+02 -7.933824E+01 + vertex -9.986659E+00 1.3500000E+02 -7.899252E+01 + vertex -4.928883E+00 1.3500000E+02 -7.975647E+01 + endloop + endfacet + facet normal 0.04934669959 0.00955868862 0.99873596847 + outer loop + vertex -3.535310E+00 1.4017574E+02 -7.987486E+01 + vertex -4.928883E+00 1.3500000E+02 -7.975647E+01 + vertex 0.000000E+00 1.3500000E+02 -8.000000E+01 + endloop + endfacet + facet normal 0.39786783693 0.01236167999 0.91735945692 + outer loop + vertex -2.216423E+01 1.3996728E+02 -7.481905E+01 + vertex -1.757714E+01 1.3997310E+02 -7.680859E+01 + vertex -2.012073E+01 1.4497973E+02 -7.577288E+01 + endloop + endfacet + facet normal 0.4473876988 0.01224228272 0.89425632426 + outer loop + vertex -2.456631E+01 1.4497869E+02 -7.354878E+01 + vertex -2.012073E+01 1.4497973E+02 -7.577288E+01 + vertex -2.253178E+01 1.5000151E+02 -7.463540E+01 + endloop + endfacet + facet normal 0.30481986336 0.01200756334 0.95233432644 + outer loop + vertex -1.757714E+01 1.3997310E+02 -7.680859E+01 + vertex -1.286725E+01 1.3996233E+02 -7.831598E+01 + vertex -1.552030E+01 1.4499092E+02 -7.753020E+01 + endloop + endfacet + facet normal 0.3567923022 0.01197441492 0.93410698878 + outer loop + vertex -2.012073E+01 1.4497973E+02 -7.577288E+01 + vertex -1.552030E+01 1.4499092E+02 -7.753020E+01 + vertex -1.802096E+01 1.5002029E+02 -7.663952E+01 + endloop + endfacet + facet normal 0.34580513525 0.0126046026 0.93822168618 + outer loop + vertex -1.963549E+01 1.3500000E+02 -7.598312E+01 + vertex -1.490377E+01 1.3500000E+02 -7.772712E+01 + vertex -1.757714E+01 1.3997310E+02 -7.680859E+01 + endloop + endfacet + facet normal 0.24920587356 0.0126399581 0.96836804162 + outer loop + vertex -1.490377E+01 1.3500000E+02 -7.772712E+01 + vertex -9.986659E+00 1.3500000E+02 -7.899252E+01 + vertex -1.286725E+01 1.3996233E+02 -7.831598E+01 + endloop + endfacet + facet normal 0.80057230387 -0.0131135381 0.59909266512 + outer loop + vertex -3.844363E+01 1.6000537E+02 -6.197009E+01 + vertex -4.151548E+01 1.6000735E+02 -5.786512E+01 + vertex -3.994333E+01 1.5500871E+02 -6.007541E+01 + endloop + endfacet + facet normal 0.76699474199 -0.0130386867 0.64152089476 + outer loop + vertex -3.666258E+01 1.5500709E+02 -6.399787E+01 + vertex -3.994333E+01 1.5500871E+02 -6.007541E+01 + vertex -3.825842E+01 1.5000791E+02 -6.219151E+01 + endloop + endfacet + facet normal 0.85764771441 -0.0130310468 0.51407255304 + outer loop + vertex -4.151548E+01 1.6000735E+02 -5.786512E+01 + vertex -4.414440E+01 1.6000766E+02 -5.347918E+01 + vertex -4.280261E+01 1.5500832E+02 -5.584447E+01 + endloop + endfacet + facet normal 0.8284710001 -0.0129916576 0.55988125422 + outer loop + vertex -3.994333E+01 1.5500871E+02 -6.007541E+01 + vertex -4.280261E+01 1.5500832E+02 -5.584447E+01 + vertex -4.133702E+01 1.5000756E+02 -5.812917E+01 + endloop + endfacet + facet normal 0.83199263507 -0.0131388903 0.55463107084 + outer loop + vertex -4.012529E+01 1.6500136E+02 -5.983222E+01 + vertex -4.297196E+01 1.6500454E+02 -5.556190E+01 + vertex -4.151548E+01 1.6000735E+02 -5.786512E+01 + endloop + endfacet + facet normal 0.88438764336 -0.0130393756 0.46657097096 + outer loop + vertex -4.297196E+01 1.6500454E+02 -5.556190E+01 + vertex -4.535871E+01 1.6500597E+02 -5.103776E+01 + vertex -4.414440E+01 1.6000766E+02 -5.347918E+01 + endloop + endfacet + facet normal 0.66193654146 -0.0130055619 0.74944704312 + outer loop + vertex -3.114290E+01 1.6000943E+02 -6.911675E+01 + vertex -3.496913E+01 1.6000467E+02 -6.573737E+01 + vertex -3.300865E+01 1.5500607E+02 -6.755568E+01 + endloop + endfacet + facet normal 0.62124365639 -0.0127764137 0.78351329449 + outer loop + vertex -2.904020E+01 1.5501041E+02 -7.070217E+01 + vertex -3.300865E+01 1.5500607E+02 -6.755568E+01 + vertex -3.096276E+01 1.4999985E+02 -6.925949E+01 + endloop + endfacet + facet normal 0.73502925458 -0.0131084525 0.6779086689 + outer loop + vertex -3.496913E+01 1.6000467E+02 -6.573737E+01 + vertex -3.844363E+01 1.6000537E+02 -6.197009E+01 + vertex -3.666258E+01 1.5500709E+02 -6.399787E+01 + endloop + endfacet + facet normal 0.69755952082 -0.0129703752 0.716409439 + outer loop + vertex -3.300865E+01 1.5500607E+02 -6.755568E+01 + vertex -3.666258E+01 1.5500709E+02 -6.399787E+01 + vertex -3.478236E+01 1.5000509E+02 -6.591918E+01 + endloop + endfacet + facet normal 0.70138421598 -0.0131236344 0.71266257921 + outer loop + vertex -3.319927E+01 1.6499782E+02 -6.738728E+01 + vertex -3.685307E+01 1.6499845E+02 -6.379129E+01 + vertex -3.496913E+01 1.6000467E+02 -6.573737E+01 + endloop + endfacet + facet normal 0.77072945606 -0.0131673576 0.63702647218 + outer loop + vertex -3.685307E+01 1.6499845E+02 -6.379129E+01 + vertex -4.012529E+01 1.6500136E+02 -5.983222E+01 + vertex -3.844363E+01 1.6000537E+02 -6.197009E+01 + endloop + endfacet + facet normal 0.69348436523 -0.012874375 0.72035663782 + outer loop + vertex -3.280131E+01 1.4500074E+02 -6.773691E+01 + vertex -3.646388E+01 1.4500454E+02 -6.421090E+01 + vertex -3.456259E+01 1.4000026E+02 -6.613070E+01 + endloop + endfacet + facet normal 0.65359500128 -0.0128511028 0.75673537215 + outer loop + vertex -3.071828E+01 1.3999838E+02 -6.945107E+01 + vertex -3.456259E+01 1.4000026E+02 -6.613070E+01 + vertex -3.255149E+01 1.3500000E+02 -6.795261E+01 + endloop + endfacet + facet normal 0.76308147205 -0.0128903929 0.64617374195 + outer loop + vertex -3.646388E+01 1.4500454E+02 -6.421090E+01 + vertex -3.975195E+01 1.4500568E+02 -6.032792E+01 + vertex -3.805375E+01 1.4000113E+02 -6.243320E+01 + endloop + endfacet + facet normal 0.72704227942 -0.0128845734 0.68647178507 + outer loop + vertex -3.456259E+01 1.4000026E+02 -6.613070E+01 + vertex -3.805375E+01 1.4000113E+02 -6.243320E+01 + vertex -3.624554E+01 1.3500000E+02 -6.444214E+01 + endloop + endfacet + facet normal 0.7312922226 -0.0129453536 0.68194142196 + outer loop + vertex -3.478236E+01 1.5000509E+02 -6.591918E+01 + vertex -3.825842E+01 1.5000791E+02 -6.219151E+01 + vertex -3.646388E+01 1.4500454E+02 -6.421090E+01 + endloop + endfacet + facet normal 0.7969242088 -0.0129402518 0.60394068857 + outer loop + vertex -3.825842E+01 1.5000791E+02 -6.219151E+01 + vertex -4.133702E+01 1.5000756E+02 -5.812917E+01 + vertex -3.975195E+01 1.4500568E+02 -6.032792E+01 + endloop + endfacet + facet normal 0.53443880938 -0.0126065988 0.84511314786 + outer loop + vertex -2.456631E+01 1.4497869E+02 -7.354878E+01 + vertex -2.881688E+01 1.4499144E+02 -7.086058E+01 + vertex -2.656967E+01 1.3999271E+02 -7.235626E+01 + endloop + endfacet + facet normal 0.48786521605 -0.0127432958 0.87282595022 + outer loop + vertex -2.216423E+01 1.3996728E+02 -7.481905E+01 + vertex -2.656967E+01 1.3999271E+02 -7.235626E+01 + vertex -2.425517E+01 1.3500000E+02 -7.372284E+01 + endloop + endfacet + facet normal 0.61690435398 -0.0127755848 0.7869344334 + outer loop + vertex -2.881688E+01 1.4499144E+02 -7.086058E+01 + vertex -3.280131E+01 1.4500074E+02 -6.773691E+01 + vertex -3.071828E+01 1.3999838E+02 -6.945107E+01 + endloop + endfacet + facet normal 0.57355708264 -0.0127823169 0.81906586141 + outer loop + vertex -2.656967E+01 1.3999271E+02 -7.235626E+01 + vertex -3.071828E+01 1.3999838E+02 -6.945107E+01 + vertex -2.853603E+01 1.3500000E+02 -7.105722E+01 + endloop + endfacet + facet normal 0.57890745158 -0.0125990503 0.81529591342 + outer loop + vertex -2.686000E+01 1.4999612E+02 -7.217275E+01 + vertex -3.096276E+01 1.4999985E+02 -6.925949E+01 + vertex -2.881688E+01 1.4499144E+02 -7.086058E+01 + endloop + endfacet + facet normal 0.65823504003 -0.0128312274 0.7527031232 + outer loop + vertex -3.096276E+01 1.4999985E+02 -6.925949E+01 + vertex -3.478236E+01 1.5000509E+02 -6.591918E+01 + vertex -3.280131E+01 1.4500074E+02 -6.773691E+01 + endloop + endfacet + facet normal 0.9727557663 0.01268113367 -0.2314852219 + outer loop + vertex -4.799515E+01 1.7500401E+02 -1.598337E+01 + vertex -4.916428E+01 1.7500100E+02 -2.089652E+01 + vertex -4.859486E+01 1.8000190E+02 -1.822971E+01 + endloop + endfacet + facet normal 0.95869077705 0.01267891342 -0.2841676251 + outer loop + vertex -4.715976E+01 1.8000417E+02 -1.338804E+01 + vertex -4.859486E+01 1.8000190E+02 -1.822971E+01 + vertex -4.788104E+01 1.8500243E+02 -1.559839E+01 + endloop + endfacet + facet normal 0.99116438324 0.01275750759 -0.1320242833 + outer loop + vertex -4.916428E+01 1.7500100E+02 -2.089652E+01 + vertex -4.983305E+01 1.7499868E+02 -2.591750E+01 + vertex -4.953562E+01 1.7999964E+02 -2.320133E+01 + endloop + endfacet + facet normal 0.98248275645 0.01272980738 -0.185918222 + outer loop + vertex -4.859486E+01 1.8000190E+02 -1.822971E+01 + vertex -4.953562E+01 1.7999964E+02 -2.320133E+01 + vertex -4.909096E+01 1.8500082E+02 -2.050907E+01 + endloop + endfacet + facet normal 0.99217784219 0.01274454978 -0.1241801349 + outer loop + vertex -4.923501E+01 1.6500244E+02 -2.128714E+01 + vertex -4.986369E+01 1.6499973E+02 -2.631044E+01 + vertex -4.958777E+01 1.7000012E+02 -2.359273E+01 + endloop + endfacet + facet normal 0.9839289012 0.01270481946 -0.1781081271 + outer loop + vertex -4.868741E+01 1.7000334E+02 -1.861859E+01 + vertex -4.958777E+01 1.7000012E+02 -2.359273E+01 + vertex -4.916428E+01 1.7500100E+02 -2.089652E+01 + endloop + endfacet + facet normal 0.99965187449 0.01282209994 -0.0230591324 + outer loop + vertex -4.986369E+01 1.6499973E+02 -2.631044E+01 + vertex -4.998077E+01 1.6499928E+02 -3.138655E+01 + vertex -4.998176E+01 1.6999852E+02 -2.864955E+01 + endloop + endfacet + facet normal 0.99689666061 0.01279296742 -0.0776748868 + outer loop + vertex -4.958777E+01 1.7000012E+02 -2.359273E+01 + vertex -4.998176E+01 1.6999852E+02 -2.864955E+01 + vertex -4.983305E+01 1.7499868E+02 -2.591750E+01 + endloop + endfacet + facet normal 0.90669335616 0.01256266771 -0.4216032937 + outer loop + vertex -4.422069E+01 1.7500854E+02 -6.664828E+00 + vertex -4.634119E+01 1.7500723E+02 -1.122517E+01 + vertex -4.524620E+01 1.8000650E+02 -8.721329E+00 + endloop + endfacet + facet normal 0.88225506733 0.01261808722 -0.4706025712 + outer loop + vertex -4.287430E+01 1.8000727E+02 -4.274643E+00 + vertex -4.524620E+01 1.8000650E+02 -8.721329E+00 + vertex -4.401415E+01 1.8500492E+02 -6.277554E+00 + endloop + endfacet + facet normal 0.94448477679 0.01261338816 -0.3283129739 + outer loop + vertex -4.634119E+01 1.7500723E+02 -1.122517E+01 + vertex -4.799515E+01 1.7500401E+02 -1.598337E+01 + vertex -4.715976E+01 1.8000417E+02 -1.338804E+01 + endloop + endfacet + facet normal 0.92516099483 0.01264590763 -0.3793642243 + outer loop + vertex -4.524620E+01 1.8000650E+02 -8.721329E+00 + vertex -4.715976E+01 1.8000417E+02 -1.338804E+01 + vertex -4.618302E+01 1.8500371E+02 -1.083939E+01 + endloop + endfacet + facet normal 0.94721825769 0.01248963416 -0.3203460338 + outer loop + vertex -4.650171E+01 1.6500641E+02 -1.162634E+01 + vertex -4.810838E+01 1.6500550E+02 -1.637708E+01 + vertex -4.729594E+01 1.7000678E+02 -1.377983E+01 + endloop + endfacet + facet normal 0.92836830966 0.0125124599 -0.3714508312 + outer loop + vertex -4.543125E+01 1.7000825E+02 -9.119353E+00 + vertex -4.729594E+01 1.7000678E+02 -1.377983E+01 + vertex -4.634119E+01 1.7500723E+02 -1.122517E+01 + endloop + endfacet + facet normal 0.97459216308 0.0126142004 -0.2236313878 + outer loop + vertex -4.810838E+01 1.6500550E+02 -1.637708E+01 + vertex -4.923501E+01 1.6500244E+02 -2.128714E+01 + vertex -4.868741E+01 1.7000334E+02 -1.861859E+01 + endloop + endfacet + facet normal 0.96097370151 0.01259968735 -0.2763526604 + outer loop + vertex -4.729594E+01 1.7000678E+02 -1.377983E+01 + vertex -4.868741E+01 1.7000334E+02 -1.861859E+01 + vertex -4.799515E+01 1.7500401E+02 -1.598337E+01 + endloop + endfacet + facet normal 0.9220208479 0.01271716226 -0.3869312986 + outer loop + vertex -4.506727E+01 1.9000276E+02 -8.344946E+00 + vertex -4.702430E+01 1.9000251E+02 -1.300837E+01 + vertex -4.602651E+01 1.9500174E+02 -1.046643E+01 + endloop + endfacet + facet normal 0.89950256212 0.01274051382 -0.4367296876 + outer loop + vertex -4.381570E+01 1.9500143E+02 -5.912976E+00 + vertex -4.602651E+01 1.9500174E+02 -1.046643E+01 + vertex -4.489023E+01 2.0000000E+02 -7.980292E+00 + endloop + endfacet + facet normal 0.9563943533 0.01272426684 -0.2918011892 + outer loop + vertex -4.702430E+01 1.9000251E+02 -1.300837E+01 + vertex -4.850049E+01 1.9000172E+02 -1.784670E+01 + vertex -4.776554E+01 1.9500172E+02 -1.521982E+01 + endloop + endfacet + facet normal 0.9390479367 0.01274220131 -0.3435500093 + outer loop + vertex -4.602651E+01 1.9500174E+02 -1.046643E+01 + vertex -4.776554E+01 1.9500172E+02 -1.521982E+01 + vertex -4.688761E+01 2.0000000E+02 -1.263474E+01 + endloop + endfacet + facet normal 0.94176665818 0.01269366201 -0.3360274282 + outer loop + vertex -4.618302E+01 1.8500371E+02 -1.083939E+01 + vertex -4.788104E+01 1.8500243E+02 -1.559839E+01 + vertex -4.702430E+01 1.9000251E+02 -1.300837E+01 + endloop + endfacet + facet normal 0.97088303454 0.01271839064 -0.2392161696 + outer loop + vertex -4.788104E+01 1.8500243E+02 -1.559839E+01 + vertex -4.909096E+01 1.8500082E+02 -2.050907E+01 + vertex -4.850049E+01 1.9000172E+02 -1.784670E+01 + endloop + endfacet + facet normal 0.82544578637 0.01269533301 -0.5643386238 + outer loop + vertex -3.979672E+01 1.9000457E+02 2.6914980E-01 + vertex -4.264921E+01 1.9000318E+02 -3.903161E+00 + vertex -4.115610E+01 1.9500195E+02 -1.606772E+00 + endloop + endfacet + facet normal 0.79327409368 0.01272196584 -0.6087317668 + outer loop + vertex -3.807645E+01 1.9500392E+02 2.4065380E+00 + vertex -4.115610E+01 1.9500195E+02 -1.606772E+00 + vertex -3.953879E+01 2.0000000E+02 6.0529913E-01 + endloop + endfacet + facet normal 0.87821716081 0.01271469072 -0.4780930402 + outer loop + vertex -4.264921E+01 1.9000318E+02 -3.903161E+00 + vertex -4.506727E+01 1.9000276E+02 -8.344946E+00 + vertex -4.381570E+01 1.9500143E+02 -5.912976E+00 + endloop + endfacet + facet normal 0.85073873255 0.01273571993 -0.5254344968 + outer loop + vertex -4.115610E+01 1.9500195E+02 -1.606772E+00 + vertex -4.381570E+01 1.9500143E+02 -5.912976E+00 + vertex -4.243221E+01 2.0000000E+02 -3.551799E+00 + endloop + endfacet + facet normal 0.85513990217 0.01266324818 -0.5182425975 + outer loop + vertex -4.139774E+01 1.8500560E+02 -1.960262E+00 + vertex -4.401415E+01 1.8500492E+02 -6.277554E+00 + vertex -4.264921E+01 1.9000318E+02 -3.903161E+00 + endloop + endfacet + facet normal 0.90305061289 0.0126832522 -0.4293468594 + outer loop + vertex -4.401415E+01 1.8500492E+02 -6.277554E+00 + vertex -4.618302E+01 1.8500371E+02 -1.083939E+01 + vertex -4.506727E+01 1.9000276E+02 -8.344946E+00 + endloop + endfacet + facet normal 0.98512612244 0.01282313435 0.17135369888 + outer loop + vertex -4.963196E+01 1.7500064E+02 -3.605543E+01 + vertex -4.876173E+01 1.7500292E+02 -4.105867E+01 + vertex -4.929408E+01 1.8000167E+02 -3.837219E+01 + endloop + endfacet + facet normal 0.99303092098 0.0128255197 0.11715415493 + outer loop + vertex -4.988909E+01 1.7999936E+02 -3.332849E+01 + vertex -4.929408E+01 1.8000167E+02 -3.837219E+01 + vertex -4.967862E+01 1.8499995E+02 -3.565990E+01 + endloop + endfacet + facet normal 0.96264059836 0.0128725508 0.27047620197 + outer loop + vertex -4.876173E+01 1.7500292E+02 -4.105867E+01 + vertex -4.738566E+01 1.7500291E+02 -4.595617E+01 + vertex -4.818891E+01 1.8000166E+02 -4.333524E+01 + endloop + endfacet + facet normal 0.9760118188 0.01285797809 0.21733753006 + outer loop + vertex -4.929408E+01 1.8000167E+02 -3.837219E+01 + vertex -4.818891E+01 1.8000166E+02 -4.333524E+01 + vertex -4.884761E+01 1.8500024E+02 -4.067290E+01 + endloop + endfacet + facet normal 0.96052681406 0.012811642 0.27789224765 + outer loop + vertex -4.867375E+01 1.6500166E+02 -4.143967E+01 + vertex -4.726317E+01 1.6500414E+02 -4.631541E+01 + vertex -4.808375E+01 1.7000364E+02 -4.370960E+01 + endloop + endfacet + facet normal 0.9742740272 0.01281590189 0.22500193904 + outer loop + vertex -4.922613E+01 1.7000150E+02 -3.876290E+01 + vertex -4.808375E+01 1.7000364E+02 -4.370960E+01 + vertex -4.876173E+01 1.7500292E+02 -4.105867E+01 + endloop + endfacet + facet normal 0.92734295282 0.01290271267 0.37399006386 + outer loop + vertex -4.726317E+01 1.6500414E+02 -4.631541E+01 + vertex -4.535871E+01 1.6500597E+02 -5.103776E+01 + vertex -4.644087E+01 1.7000425E+02 -4.852688E+01 + endloop + endfacet + facet normal 0.94639383914 0.01288791524 0.32275780839 + outer loop + vertex -4.808375E+01 1.7000364E+02 -4.370960E+01 + vertex -4.644087E+01 1.7000425E+02 -4.852688E+01 + vertex -4.738566E+01 1.7500291E+02 -4.595617E+01 + endloop + endfacet + facet normal 0.99943861219 0.01280889085 -0.0309579195 + outer loop + vertex -4.983305E+01 1.7499868E+02 -2.591750E+01 + vertex -4.999019E+01 1.7499847E+02 -3.099049E+01 + vertex -4.996947E+01 1.7999820E+02 -2.825300E+01 + endloop + endfacet + facet normal 0.9962507231 0.0127832162 -0.0855633456 + outer loop + vertex -4.953562E+01 1.7999964E+02 -2.320133E+01 + vertex -4.996947E+01 1.7999820E+02 -2.825300E+01 + vertex -4.979930E+01 1.8499879E+02 -2.552458E+01 + endloop + endfacet + facet normal 0.99742588017 0.0128189171 0.07054990388 + outer loop + vertex -4.999019E+01 1.7499847E+02 -3.099049E+01 + vertex -4.963196E+01 1.7500064E+02 -3.605543E+01 + vertex -4.988909E+01 1.7999936E+02 -3.332849E+01 + endloop + endfacet + facet normal 0.99979248987 0.01281280892 0.01583695435 + outer loop + vertex -4.996947E+01 1.7999820E+02 -2.825300E+01 + vertex -4.988909E+01 1.7999936E+02 -3.332849E+01 + vertex -4.999648E+01 1.8499835E+02 -3.059310E+01 + endloop + endfacet + facet normal 0.99683538599 0.0128240322 0.07845226219 + outer loop + vertex -4.998077E+01 1.6499928E+02 -3.138655E+01 + vertex -4.958237E+01 1.6500033E+02 -3.644894E+01 + vertex -4.986093E+01 1.6999940E+02 -3.372659E+01 + endloop + endfacet + facet normal 0.99963465858 0.01282458814 0.02379242117 + outer loop + vertex -4.998176E+01 1.6999852E+02 -2.864955E+01 + vertex -4.986093E+01 1.6999940E+02 -3.372659E+01 + vertex -4.999019E+01 1.7499847E+02 -3.099049E+01 + endloop + endfacet + facet normal 0.98374668881 0.01279544929 0.17910535651 + outer loop + vertex -4.958237E+01 1.6500033E+02 -3.644894E+01 + vertex -4.867375E+01 1.6500166E+02 -4.143967E+01 + vertex -4.922613E+01 1.7000150E+02 -3.876290E+01 + endloop + endfacet + facet normal 0.9920675793 0.01281111577 0.12505116317 + outer loop + vertex -4.986093E+01 1.6999940E+02 -3.372659E+01 + vertex -4.922613E+01 1.7000150E+02 -3.876290E+01 + vertex -4.963196E+01 1.7500064E+02 -3.605543E+01 + endloop + endfacet + facet normal 0.99988677239 0.01279535556 0.00791967674 + outer loop + vertex -4.995415E+01 1.8999818E+02 -2.785921E+01 + vertex -4.991397E+01 1.8999830E+02 -3.293178E+01 + vertex -4.999961E+01 1.9499813E+02 -3.019796E+01 + endloop + endfacet + facet normal 0.99882622482 0.01276887555 -0.0467239598 + outer loop + vertex -4.976281E+01 1.9499914E+02 -2.513552E+01 + vertex -4.999961E+01 1.9499813E+02 -3.019796E+01 + vertex -4.993583E+01 2.0000000E+02 -2.746754E+01 + endloop + endfacet + facet normal 0.99393375052 0.01281314472 0.10923151054 + outer loop + vertex -4.991397E+01 1.8999830E+02 -3.293178E+01 + vertex -4.935939E+01 1.8999860E+02 -3.797811E+01 + vertex -4.972245E+01 1.9499800E+02 -3.526099E+01 + endloop + endfacet + facet normal 0.99842354197 0.01277718844 0.0546550482 + outer loop + vertex -4.999961E+01 1.9499813E+02 -3.019796E+01 + vertex -4.972245E+01 1.9499800E+02 -3.526099E+01 + vertex -4.993583E+01 2.0000000E+02 -3.253246E+01 + endloop + endfacet + facet normal 0.9979557937 0.01281673042 0.06260962581 + outer loop + vertex -4.999648E+01 1.8499835E+02 -3.059310E+01 + vertex -4.967862E+01 1.8499995E+02 -3.565990E+01 + vertex -4.991397E+01 1.8999830E+02 -3.293178E+01 + endloop + endfacet + facet normal 0.9864553688 0.01284028679 0.16352654954 + outer loop + vertex -4.967862E+01 1.8499995E+02 -3.565990E+01 + vertex -4.884761E+01 1.8500024E+02 -4.067290E+01 + vertex -4.935939E+01 1.8999860E+02 -3.797811E+01 + endloop + endfacet + facet normal 0.98099049368 0.0127451729 -0.193636804 + outer loop + vertex -4.850049E+01 1.9000172E+02 -1.784670E+01 + vertex -4.948082E+01 1.8999991E+02 -2.281333E+01 + vertex -4.901530E+01 1.9500078E+02 -2.012579E+01 + endloop + endfacet + facet normal 0.96897170196 0.01274903412 -0.2468426684 + outer loop + vertex -4.776554E+01 1.9500172E+02 -1.521982E+01 + vertex -4.901530E+01 1.9500078E+02 -2.012579E+01 + vertex -4.840386E+01 2.0000000E+02 -1.746737E+01 + endloop + endfacet + facet normal 0.99554753105 0.0127730714 -0.0933914454 + outer loop + vertex -4.948082E+01 1.8999991E+02 -2.281333E+01 + vertex -4.995415E+01 1.8999818E+02 -2.785921E+01 + vertex -4.976281E+01 1.9499914E+02 -2.513552E+01 + endloop + endfacet + facet normal 0.98896953658 0.01275947348 -0.147568464 + outer loop + vertex -4.901530E+01 1.9500078E+02 -2.012579E+01 + vertex -4.976281E+01 1.9499914E+02 -2.513552E+01 + vertex -4.942342E+01 2.0000000E+02 -2.242861E+01 + endloop + endfacet + facet normal 0.99009238244 0.01275842909 -0.1398366788 + outer loop + vertex -4.909096E+01 1.8500082E+02 -2.050907E+01 + vertex -4.979930E+01 1.8499879E+02 -2.552458E+01 + vertex -4.948082E+01 1.8999991E+02 -2.281333E+01 + endloop + endfacet + facet normal 0.99916231248 0.01279481609 -0.0388711461 + outer loop + vertex -4.979930E+01 1.8499879E+02 -2.552458E+01 + vertex -4.999648E+01 1.8499835E+02 -3.059310E+01 + vertex -4.995415E+01 1.8999818E+02 -2.785921E+01 + endloop + endfacet + facet normal 0.98905772103 0.01277987683 0.14697448495 + outer loop + vertex -4.976547E+01 1.4000587E+02 -3.483712E+01 + vertex -4.902052E+01 1.3998337E+02 -3.984826E+01 + vertex -4.947992E+01 1.4499876E+02 -3.719291E+01 + endloop + endfacet + facet normal 0.99553750423 0.01278053035 0.09349724975 + outer loop + vertex -4.995379E+01 1.4501305E+02 -3.214916E+01 + vertex -4.947992E+01 1.4499876E+02 -3.719291E+01 + vertex -4.979754E+01 1.5000321E+02 -3.449499E+01 + endloop + endfacet + facet normal 0.96907327832 0.01278731845 0.24644160714 + outer loop + vertex -4.902052E+01 1.3998337E+02 -3.984826E+01 + vertex -4.777196E+01 1.4001141E+02 -4.475940E+01 + vertex -4.849911E+01 1.4499802E+02 -4.215880E+01 + endloop + endfacet + facet normal 0.98096848152 0.01275156879 0.19374786645 + outer loop + vertex -4.947992E+01 1.4499876E+02 -3.719291E+01 + vertex -4.849911E+01 1.4499802E+02 -4.215880E+01 + vertex -4.908638E+01 1.4999999E+02 -3.951460E+01 + endloop + endfacet + facet normal 0.97974282249 0.01335039922 0.19981433536 + outer loop + vertex -4.944222E+01 1.3500000E+02 -3.744763E+01 + vertex -4.840999E+01 1.3500000E+02 -4.250891E+01 + vertex -4.902052E+01 1.3998337E+02 -3.984826E+01 + endloop + endfacet + facet normal 0.95443036567 0.01238912903 0.29817643531 + outer loop + vertex -4.840999E+01 1.3500000E+02 -4.250891E+01 + vertex -4.692136E+01 1.3500000E+02 -4.727384E+01 + vertex -4.777196E+01 1.4001141E+02 -4.475940E+01 + endloop + endfacet + facet normal 0.99845206277 0.01259421424 -0.0541743862 + outer loop + vertex -4.972671E+01 1.4000639E+02 -2.477948E+01 + vertex -4.999961E+01 1.4003116E+02 -2.980333E+01 + vertex -4.991496E+01 1.4501261E+02 -2.708505E+01 + endloop + endfacet + facet normal 0.99400832658 0.01267168454 -0.1085673758 + outer loop + vertex -4.936661E+01 1.4499439E+02 -2.206664E+01 + vertex -4.991496E+01 1.4501261E+02 -2.708505E+01 + vertex -4.968220E+01 1.5000244E+02 -2.437157E+01 + endloop + endfacet + facet normal 0.99884288708 0.01265933618 0.04639642371 + outer loop + vertex -4.999961E+01 1.4003116E+02 -2.980333E+01 + vertex -4.976547E+01 1.4000587E+02 -3.483712E+01 + vertex -4.995379E+01 1.4501305E+02 -3.214916E+01 + endloop + endfacet + facet normal 0.99988899479 0.01277617325 -0.007665996 + outer loop + vertex -4.991496E+01 1.4501261E+02 -2.708505E+01 + vertex -4.995379E+01 1.4501305E+02 -3.214916E+01 + vertex -4.999670E+01 1.5000540E+02 -2.942513E+01 + endloop + endfacet + facet normal 0.99993015144 0.0118170457 -2.228492E-04 + outer loop + vertex -4.993965E+01 1.3500000E+02 -2.754416E+01 + vertex -4.994074E+01 1.3500000E+02 -3.243358E+01 + vertex -4.999961E+01 1.4003116E+02 -2.980333E+01 + endloop + endfacet + facet normal 0.99501384927 0.01266244825 0.09892978402 + outer loop + vertex -4.994074E+01 1.3500000E+02 -3.243358E+01 + vertex -4.944222E+01 1.3500000E+02 -3.744763E+01 + vertex -4.976547E+01 1.4000587E+02 -3.483712E+01 + endloop + endfacet + facet normal 0.99980068302 0.0128109456 -0.0153125409 + outer loop + vertex -4.989087E+01 1.5500182E+02 -2.669838E+01 + vertex -4.996858E+01 1.5500167E+02 -3.177225E+01 + vertex -4.999079E+01 1.6000020E+02 -2.904016E+01 + endloop + endfacet + facet normal 0.9974748566 0.01278510075 -0.0698602294 + outer loop + vertex -4.963659E+01 1.6000163E+02 -2.398258E+01 + vertex -4.999079E+01 1.6000020E+02 -2.904016E+01 + vertex -4.986369E+01 1.6499973E+02 -2.631044E+01 + endloop + endfacet + facet normal 0.99620224913 0.01282059874 0.08612032907 + outer loop + vertex -4.996858E+01 1.5500167E+02 -3.177225E+01 + vertex -4.953138E+01 1.5500118E+02 -3.682951E+01 + vertex -4.983025E+01 1.6000049E+02 -3.411662E+01 + endloop + endfacet + facet normal 0.99941799628 0.01283281082 0.03160676619 + outer loop + vertex -4.999079E+01 1.6000020E+02 -2.904016E+01 + vertex -4.983025E+01 1.6000049E+02 -3.411662E+01 + vertex -4.998077E+01 1.6499928E+02 -3.138655E+01 + endloop + endfacet + facet normal 0.99914753867 0.01281319926 0.03924306179 + outer loop + vertex -4.999670E+01 1.5000540E+02 -2.942513E+01 + vertex -4.979754E+01 1.5000321E+02 -3.449499E+01 + vertex -4.996858E+01 1.5500167E+02 -3.177225E+01 + endloop + endfacet + facet normal 0.99003253516 0.01279044826 0.14025684921 + outer loop + vertex -4.979754E+01 1.5000321E+02 -3.449499E+01 + vertex -4.908638E+01 1.4999999E+02 -3.951460E+01 + vertex -4.953138E+01 1.5500118E+02 -3.682951E+01 + endloop + endfacet + facet normal 0.97636207814 0.01254765791 -0.2157768492 + outer loop + vertex -4.821795E+01 1.5500138E+02 -1.677015E+01 + vertex -4.930250E+01 1.5500221E+02 -2.167753E+01 + vertex -4.877747E+01 1.6000388E+02 -1.901097E+01 + endloop + endfacet + facet normal 0.96321806369 0.01250332934 -0.2684299323 + outer loop + vertex -4.743056E+01 1.6000405E+02 -1.417780E+01 + vertex -4.877747E+01 1.6000388E+02 -1.901097E+01 + vertex -4.810838E+01 1.6500550E+02 -1.637708E+01 + endloop + endfacet + facet normal 0.99312333267 0.01270622894 -0.1163812607 + outer loop + vertex -4.930250E+01 1.5500221E+02 -2.167753E+01 + vertex -4.989087E+01 1.5500182E+02 -2.669838E+01 + vertex -4.963659E+01 1.6000163E+02 -2.398258E+01 + endloop + endfacet + facet normal 0.98531562344 0.01265420558 -0.17027329 + outer loop + vertex -4.877747E+01 1.6000388E+02 -1.901097E+01 + vertex -4.963659E+01 1.6000163E+02 -2.398258E+01 + vertex -4.923501E+01 1.6500244E+02 -2.128714E+01 + endloop + endfacet + facet normal 0.9866346695 0.01261027078 -0.1624592564 + outer loop + vertex -4.886363E+01 1.4999773E+02 -1.940069E+01 + vertex -4.968220E+01 1.5000244E+02 -2.437157E+01 + vertex -4.930250E+01 1.5500221E+02 -2.167753E+01 + endloop + endfacet + facet normal 0.99798843168 0.0127538232 -0.0621001628 + outer loop + vertex -4.968220E+01 1.5000244E+02 -2.437157E+01 + vertex -4.999670E+01 1.5000540E+02 -2.942513E+01 + vertex -4.989087E+01 1.5500182E+02 -2.669838E+01 + endloop + endfacet + facet normal 0.85066457513 0.01282871063 0.52555228551 + outer loop + vertex -4.381641E+01 1.3999648E+02 -5.408573E+01 + vertex -4.114841E+01 1.4000433E+02 -5.840438E+01 + vertex -4.262553E+01 1.4500260E+02 -5.613550E+01 + endloop + endfacet + facet normal 0.87785907244 0.01281051459 0.47874767848 + outer loop + vertex -4.505501E+01 1.4499821E+02 -5.168054E+01 + vertex -4.262553E+01 1.4500260E+02 -5.613550E+01 + vertex -4.398062E+01 1.5000401E+02 -5.378455E+01 + endloop + endfacet + facet normal 0.79298502123 0.0128503082 0.60910559486 + outer loop + vertex -4.114841E+01 1.4000433E+02 -5.840438E+01 + vertex -3.805375E+01 1.4000113E+02 -6.243320E+01 + vertex -3.975195E+01 1.4500568E+02 -6.032792E+01 + endloop + endfacet + facet normal 0.82476824128 0.01285840839 0.56532469388 + outer loop + vertex -4.262553E+01 1.4500260E+02 -5.613550E+01 + vertex -3.975195E+01 1.4500568E+02 -6.032792E+01 + vertex -4.133702E+01 1.5000756E+02 -5.812917E+01 + endloop + endfacet + facet normal 0.82106456611 0.01273974577 0.57069315499 + outer loop + vertex -4.244762E+01 1.3500000E+02 -5.642347E+01 + vertex -3.956037E+01 1.3500000E+02 -6.057740E+01 + vertex -4.114841E+01 1.4000433E+02 -5.840438E+01 + endloop + endfacet + facet normal 0.75898025593 0.01291772958 0.65098548629 + outer loop + vertex -3.956037E+01 1.3500000E+02 -6.057740E+01 + vertex -3.624554E+01 1.3500000E+02 -6.444214E+01 + vertex -3.805375E+01 1.4000113E+02 -6.243320E+01 + endloop + endfacet + facet normal 0.93919135378 0.01280003616 0.34315559163 + outer loop + vertex -4.777196E+01 1.4001141E+02 -4.475940E+01 + vertex -4.603272E+01 1.3999434E+02 -4.951892E+01 + vertex -4.701830E+01 1.4500074E+02 -4.700821E+01 + endloop + endfacet + facet normal 0.9563239989 0.01279892677 0.29202841746 + outer loop + vertex -4.849911E+01 1.4499802E+02 -4.215880E+01 + vertex -4.701830E+01 1.4500074E+02 -4.700821E+01 + vertex -4.787165E+01 1.4999941E+02 -4.443279E+01 + endloop + endfacet + facet normal 0.89957478342 0.01282833876 0.43657833519 + outer loop + vertex -4.603272E+01 1.3999434E+02 -4.951892E+01 + vertex -4.381641E+01 1.3999648E+02 -5.408573E+01 + vertex -4.505501E+01 1.4499821E+02 -5.168054E+01 + endloop + endfacet + facet normal 0.92184505355 0.01278337176 0.38734775415 + outer loop + vertex -4.701830E+01 1.4500074E+02 -4.700821E+01 + vertex -4.505501E+01 1.4499821E+02 -5.168054E+01 + vertex -4.616480E+01 1.5000058E+02 -4.920446E+01 + endloop + endfacet + facet normal 0.91949360837 0.01300875322 0.39288964927 + outer loop + vertex -4.692136E+01 1.3500000E+02 -4.727384E+01 + vertex -4.491593E+01 1.3500000E+02 -5.196724E+01 + vertex -4.603272E+01 1.3999434E+02 -4.951892E+01 + endloop + endfacet + facet normal 0.87469796398 0.0129398151 0.48449564807 + outer loop + vertex -4.491593E+01 1.3500000E+02 -5.196724E+01 + vertex -4.244762E+01 1.3500000E+02 -5.642347E+01 + vertex -4.381641E+01 1.3999648E+02 -5.408573E+01 + endloop + endfacet + facet normal 0.92459886024 0.01281131563 0.38072669702 + outer loop + vertex -4.714045E+01 1.5500097E+02 -4.666667E+01 + vertex -4.520825E+01 1.5500484E+02 -5.135916E+01 + vertex -4.630356E+01 1.6000466E+02 -4.886745E+01 + endloop + endfacet + facet normal 0.94394833378 0.01281149574 0.32984452205 + outer loop + vertex -4.797764E+01 1.6000138E+02 -4.407642E+01 + vertex -4.630356E+01 1.6000466E+02 -4.886745E+01 + vertex -4.726317E+01 1.6500414E+02 -4.631541E+01 + endloop + endfacet + facet normal 0.88117337149 0.0128964163 0.47261736302 + outer loop + vertex -4.520825E+01 1.5500484E+02 -5.135916E+01 + vertex -4.280261E+01 1.5500832E+02 -5.584447E+01 + vertex -4.414440E+01 1.6000766E+02 -5.347918E+01 + endloop + endfacet + facet normal 0.90557586776 0.01290782687 0.42398789574 + outer loop + vertex -4.630356E+01 1.6000466E+02 -4.886745E+01 + vertex -4.414440E+01 1.6000766E+02 -5.347918E+01 + vertex -4.535871E+01 1.6500597E+02 -5.103776E+01 + endloop + endfacet + facet normal 0.90253920728 0.01280913174 0.43041712961 + outer loop + vertex -4.616480E+01 1.5000058E+02 -4.920446E+01 + vertex -4.398062E+01 1.5000401E+02 -5.378455E+01 + vertex -4.520825E+01 1.5500484E+02 -5.135916E+01 + endloop + endfacet + facet normal 0.85420650112 0.01287437367 0.51977447412 + outer loop + vertex -4.398062E+01 1.5000401E+02 -5.378455E+01 + vertex -4.133702E+01 1.5000756E+02 -5.812917E+01 + vertex -4.280261E+01 1.5500832E+02 -5.584447E+01 + endloop + endfacet + facet normal 0.98234997369 0.01278504708 0.18661476833 + outer loop + vertex -4.953138E+01 1.5500118E+02 -3.682951E+01 + vertex -4.858528E+01 1.5500015E+02 -4.180976E+01 + vertex -4.915638E+01 1.6000066E+02 -3.914608E+01 + endloop + endfacet + facet normal 0.99106175525 0.01280843988 0.13278757902 + outer loop + vertex -4.983025E+01 1.6000049E+02 -3.411662E+01 + vertex -4.915638E+01 1.6000066E+02 -3.914608E+01 + vertex -4.958237E+01 1.6500033E+02 -3.644894E+01 + endloop + endfacet + facet normal 0.95840989078 0.01277308448 0.28510932914 + outer loop + vertex -4.858528E+01 1.5500015E+02 -4.180976E+01 + vertex -4.714045E+01 1.5500097E+02 -4.666667E+01 + vertex -4.797764E+01 1.6000138E+02 -4.407642E+01 + endloop + endfacet + facet normal 0.97251081054 0.01278085356 0.23250671638 + outer loop + vertex -4.915638E+01 1.6000066E+02 -3.914608E+01 + vertex -4.797764E+01 1.6000138E+02 -4.407642E+01 + vertex -4.867375E+01 1.6500166E+02 -4.143967E+01 + endloop + endfacet + facet normal 0.97074800162 0.01276998125 0.23976080774 + outer loop + vertex -4.908638E+01 1.4999999E+02 -3.951460E+01 + vertex -4.787165E+01 1.4999941E+02 -4.443279E+01 + vertex -4.858528E+01 1.5500015E+02 -4.180976E+01 + endloop + endfacet + facet normal 0.94149645638 0.01277783824 0.33678056576 + outer loop + vertex -4.787165E+01 1.4999941E+02 -4.443279E+01 + vertex -4.616480E+01 1.5000058E+02 -4.920446E+01 + vertex -4.714045E+01 1.5500097E+02 -4.666667E+01 + endloop + endfacet + facet normal 0.10960052224 -0.0094267718 -0.9939310144 + outer loop + vertex -7.657016E+00 1.6998205E+02 1.9410223E+01 + vertex -3.301195E+00 1.6994365E+02 1.9890902E+01 + vertex -5.217403E+00 1.6494175E+02 1.9727042E+01 + endloop + endfacet + facet normal 0.0330299738 0.0 -0.9994543616 + outer loop + vertex -3.301195E+00 1.6994365E+02 1.9890902E+01 + vertex 0.000000E+00 1.7000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.05061381556 -0.0114974728 -0.9986521165 + outer loop + vertex -3.301195E+00 1.6994365E+02 1.9890902E+01 + vertex -5.044456E+00 1.7495244E+02 1.9744884E+01 + vertex 0.000000E+00 1.7500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.24807213788 0.01174036757 -0.9686704177 + outer loop + vertex -1.003975E+01 1.6500687E+02 1.8981665E+01 + vertex -1.473645E+01 1.6502205E+02 1.7779045E+01 + vertex -1.225868E+01 1.7000302E+02 1.8473960E+01 + endloop + endfacet + facet normal 0.1994128088 0.01091514381 -0.9798547807 + outer loop + vertex -7.657016E+00 1.6998205E+02 1.9410223E+01 + vertex -1.225868E+01 1.7000302E+02 1.8473960E+01 + vertex -9.754644E+00 1.7500107E+02 1.9039239E+01 + endloop + endfacet + facet normal 0.38381624947 -0.0121193501 -0.9233299562 + outer loop + vertex -2.144118E+01 1.6998204E+02 1.5169412E+01 + vertex -1.689442E+01 1.6999210E+02 1.7059309E+01 + vertex -1.934005E+01 1.6500433E+02 1.6108162E+01 + endloop + endfacet + facet normal 0.29187917619 -0.0117655814 -0.95638283 + outer loop + vertex -1.689442E+01 1.6999210E+02 1.7059309E+01 + vertex -1.225868E+01 1.7000302E+02 1.8473960E+01 + vertex -1.473645E+01 1.6502205E+02 1.7779045E+01 + endloop + endfacet + facet normal 0.33483161004 -0.0118232678 -0.9422038013 + outer loop + vertex -1.901468E+01 1.7497595E+02 1.6243292E+01 + vertex -1.442934E+01 1.7498386E+02 1.7872685E+01 + vertex -1.689442E+01 1.6999210E+02 1.7059309E+01 + endloop + endfacet + facet normal 0.24214498189 -0.0115890541 -0.970170862 + outer loop + vertex -1.442934E+01 1.7498386E+02 1.7872685E+01 + vertex -9.754644E+00 1.7500107E+02 1.9039239E+01 + vertex -1.225868E+01 1.7000302E+02 1.8473960E+01 + endloop + endfacet + facet normal 0.10518760227 -0.0086422241 -0.9944148432 + outer loop + vertex -7.358764E+00 1.8007957E+02 1.9455521E+01 + vertex -3.178408E+00 1.7994583E+02 1.9898875E+01 + vertex -5.044456E+00 1.7495244E+02 1.9744884E+01 + endloop + endfacet + facet normal 0.03180016502 0.0 -0.9994942468 + outer loop + vertex -3.178408E+00 1.7994583E+02 1.9898875E+01 + vertex 0.000000E+00 1.8000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.7500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.04343346681 -0.0073251154 -0.9990294674 + outer loop + vertex -3.178408E+00 1.7994583E+02 1.9898875E+01 + vertex -4.387626E+00 1.8529046E+02 1.9807115E+01 + vertex 0.000000E+00 1.8500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.24206512576 0.01151272915 -0.9701916986 + outer loop + vertex -9.754644E+00 1.7500107E+02 1.9039239E+01 + vertex -1.442934E+01 1.7498386E+02 1.7872685E+01 + vertex -1.193463E+01 1.8000947E+02 1.8554760E+01 + endloop + endfacet + facet normal 0.19298078013 0.01036769535 -0.9811477612 + outer loop + vertex -7.358764E+00 1.8007957E+02 1.9455521E+01 + vertex -1.193463E+01 1.8000947E+02 1.8554760E+01 + vertex -9.212442E+00 1.8510070E+02 1.9143982E+01 + endloop + endfacet + facet normal 0.33479579539 0.01175030285 -0.9422174408 + outer loop + vertex -1.442934E+01 1.7498386E+02 1.7872685E+01 + vertex -1.901468E+01 1.7497595E+02 1.6243292E+01 + vertex -1.653482E+01 1.7998009E+02 1.7186859E+01 + endloop + endfacet + facet normal 0.28493856716 0.01128528083 -0.9584793453 + outer loop + vertex -1.193463E+01 1.8000947E+02 1.8554760E+01 + vertex -1.653482E+01 1.7998009E+02 1.7186859E+01 + vertex -1.393812E+01 1.8500751E+02 1.8018005E+01 + endloop + endfacet + facet normal 0.55769606459 0.01209301344 -0.8299571426 + outer loop + vertex -2.579982E+01 1.6998348E+02 1.2829536E+01 + vertex -2.990398E+01 1.6999166E+02 1.0071835E+01 + vertex -2.767984E+01 1.7499341E+02 1.1639239E+01 + endloop + endfacet + facet normal 0.63699176982 0.01210388502 -0.7707755712 + outer loop + vertex -2.990398E+01 1.6999166E+02 1.0071835E+01 + vertex -3.372033E+01 1.6999914E+02 6.9180043E+00 + vertex -3.164751E+01 1.7500297E+02 8.7096220E+00 + endloop + endfacet + facet normal 0.60153117809 0.01223159731 -0.7987556759 + outer loop + vertex -2.805827E+01 1.6498764E+02 1.1385185E+01 + vertex -3.202431E+01 1.6499197E+02 8.3984838E+00 + vertex -2.990398E+01 1.6999166E+02 1.0071835E+01 + endloop + endfacet + facet normal 0.6778230671 0.01223634433 -0.7351232288 + outer loop + vertex -3.202431E+01 1.6499197E+02 8.3984838E+00 + vertex -3.567858E+01 1.6499586E+02 5.0291178E+00 + vertex -3.372033E+01 1.6999914E+02 6.9180043E+00 + endloop + endfacet + facet normal 0.4251669614 -0.0119684258 -0.9050358069 + outer loop + vertex -2.345517E+01 1.7498187E+02 1.4157164E+01 + vertex -1.901468E+01 1.7497595E+02 1.6243292E+01 + vertex -2.144118E+01 1.6998204E+02 1.5169412E+01 + endloop + endfacet + facet normal 0.47295087204 -0.012193918 -0.881004416 + outer loop + vertex -2.579982E+01 1.6998348E+02 1.2829536E+01 + vertex -2.144118E+01 1.6998204E+02 1.5169412E+01 + vertex -2.381087E+01 1.6499027E+02 1.3966381E+01 + endloop + endfacet + facet normal 0.46449531066 0.01170703114 -0.8854981941 + outer loop + vertex -2.103296E+01 1.7998636E+02 1.5360937E+01 + vertex -2.536134E+01 1.8000004E+02 1.3090633E+01 + vertex -2.294564E+01 1.8501180E+02 1.4424065E+01 + endloop + endfacet + facet normal 0.54896518516 0.01187340214 -0.8357608796 + outer loop + vertex -2.536134E+01 1.8000004E+02 1.3090633E+01 + vertex -2.947086E+01 1.8000896E+02 1.0391443E+01 + vertex -2.719316E+01 1.8501780E+02 1.1958695E+01 + endloop + endfacet + facet normal 0.51195732305 0.01191735695 -0.8589282135 + outer loop + vertex -2.345517E+01 1.7498187E+02 1.4157164E+01 + vertex -2.767984E+01 1.7499341E+02 1.1639239E+01 + vertex -2.536134E+01 1.8000004E+02 1.3090633E+01 + endloop + endfacet + facet normal 0.59397254471 0.01198059459 -0.8043960974 + outer loop + vertex -2.767984E+01 1.7499341E+02 1.1639239E+01 + vertex -3.164751E+01 1.7500297E+02 8.7096220E+00 + vertex -2.947086E+01 1.8000896E+02 1.0391443E+01 + endloop + endfacet + facet normal 0.3249318553 -0.0114896463 -0.9456676358 + outer loop + vertex -1.851735E+01 1.8499974E+02 1.6444672E+01 + vertex -1.393812E+01 1.8500751E+02 1.8018005E+01 + vertex -1.653482E+01 1.7998009E+02 1.7186859E+01 + endloop + endfacet + facet normal 0.37608172972 -0.0116705383 -0.9265129956 + outer loop + vertex -2.103296E+01 1.7998636E+02 1.5360937E+01 + vertex -1.653482E+01 1.7998009E+02 1.7186859E+01 + vertex -1.901468E+01 1.7497595E+02 1.6243292E+01 + endloop + endfacet + facet normal 0.05956288365 -0.0146124879 -0.9981175973 + outer loop + vertex -4.387626E+00 1.8529046E+02 1.9807115E+01 + vertex -5.948820E+00 1.9001016E+02 1.9644854E+01 + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.05961485506 0.01760937595 -0.9980661195 + outer loop + vertex 0.000000E+00 1.9000000E+02 2.0000000E+01 + vertex -5.948820E+00 1.9001016E+02 1.9644854E+01 + vertex -3.627689E+00 1.9481244E+02 1.9868225E+01 + endloop + endfacet + facet normal 0.23155277054 0.01133970212 -0.9727562519 + outer loop + vertex -9.212442E+00 1.8510070E+02 1.9143982E+01 + vertex -1.393812E+01 1.8500751E+02 1.8018005E+01 + vertex -1.108007E+01 1.9002906E+02 1.8756866E+01 + endloop + endfacet + facet normal 0.17055310227 0.01356980244 -0.985255043 + outer loop + vertex -5.948820E+00 1.9001016E+02 1.9644854E+01 + vertex -1.108007E+01 1.9002906E+02 1.8756866E+01 + vertex -8.290038E+00 1.9497551E+02 1.9307964E+01 + endloop + endfacet + facet normal 0.3248977006 0.01135467996 -0.9456810009 + outer loop + vertex -1.393812E+01 1.8500751E+02 1.8018005E+01 + vertex -1.851735E+01 1.8499974E+02 1.6444672E+01 + vertex -1.586585E+01 1.9002640E+02 1.7415977E+01 + endloop + endfacet + facet normal 0.26976712114 0.01196529646 -0.9628512512 + outer loop + vertex -1.108007E+01 1.9002906E+02 1.8756866E+01 + vertex -1.586585E+01 1.9002640E+02 1.7415977E+01 + vertex -1.307632E+01 1.9503828E+02 1.8259815E+01 + endloop + endfacet + facet normal 0.15141738223 -0.0117171689 -0.9884004676 + outer loop + vertex -8.290038E+00 1.9497551E+02 1.9307964E+01 + vertex -1.006493E+01 2.0000000E+02 1.8976497E+01 + vertex -5.058416E+00 2.0000000E+02 1.9743466E+01 + endloop + endfacet + facet normal 0.05064661132 -0.0100492379 -0.9986660771 + outer loop + vertex -3.627689E+00 1.9481244E+02 1.9868225E+01 + vertex -5.058416E+00 2.0000000E+02 1.9743466E+01 + vertex 0.000000E+00 2.0000000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.40149494049 -0.0120483131 -0.9157819887 + outer loop + vertex -2.232528E+01 1.9502910E+02 1.4739043E+01 + vertex -1.777550E+01 1.9503835E+02 1.6733623E+01 + vertex -2.042029E+01 1.9002766E+02 1.5640025E+01 + endloop + endfacet + facet normal 0.45283325318 -0.0118656132 -0.8915162657 + outer loop + vertex -2.481115E+01 1.9002710E+02 1.3409753E+01 + vertex -2.042029E+01 1.9002766E+02 1.5640025E+01 + vertex -2.294564E+01 1.8501180E+02 1.4424065E+01 + endloop + endfacet + facet normal 0.3088739088 -0.0117911327 -0.9510299036 + outer loop + vertex -1.777550E+01 1.9503835E+02 1.6733623E+01 + vertex -1.307632E+01 1.9503828E+02 1.8259815E+01 + vertex -1.586585E+01 1.9002640E+02 1.7415977E+01 + endloop + endfacet + facet normal 0.36326842438 -0.0116040053 -0.9316122578 + outer loop + vertex -2.042029E+01 1.9002766E+02 1.5640025E+01 + vertex -1.586585E+01 1.9002640E+02 1.7415977E+01 + vertex -1.851735E+01 1.8499974E+02 1.6444672E+01 + endloop + endfacet + facet normal 0.34727791779 -0.0125461583 -0.9376783253 + outer loop + vertex -1.971779E+01 2.0000000E+02 1.5947891E+01 + vertex -1.496816E+01 2.0000000E+02 1.7706963E+01 + vertex -1.777550E+01 1.9503835E+02 1.6733623E+01 + endloop + endfacet + facet normal 0.25063358498 -0.0122954422 -0.9680039402 + outer loop + vertex -1.496816E+01 2.0000000E+02 1.7706963E+01 + vertex -1.006493E+01 2.0000000E+02 1.8976497E+01 + vertex -1.307632E+01 1.9503828E+02 1.8259815E+01 + endloop + endfacet + facet normal 0.80430977223 0.01244115196 -0.5940799677 + outer loop + vertex -3.867925E+01 1.7500565E+02 1.6846247E+00 + vertex -4.165669E+01 1.7500690E+02 -2.346432E+00 + vertex -4.007151E+01 1.8000679E+02 -9.557948E-02 + endloop + endfacet + facet normal 0.77035424196 0.01247396619 -0.6374941114 + outer loop + vertex -3.687309E+01 1.8000796E+02 3.7694472E+00 + vertex -4.007151E+01 1.8000679E+02 -9.557948E-02 + vertex -3.836506E+01 1.8500684E+02 2.0643425E+00 + endloop + endfacet + facet normal 0.85979373554 0.01251207273 -0.5104881785 + outer loop + vertex -4.165669E+01 1.7500690E+02 -2.346432E+00 + vertex -4.422069E+01 1.7500854E+02 -6.664828E+00 + vertex -4.287430E+01 1.8000727E+02 -4.274643E+00 + endloop + endfacet + facet normal 0.83044530051 0.01256617113 -0.5569584313 + outer loop + vertex -4.007151E+01 1.8000679E+02 -9.557948E-02 + vertex -4.287430E+01 1.8000727E+02 -4.274643E+00 + vertex -4.139774E+01 1.8500560E+02 -1.960262E+00 + endloop + endfacet + facet normal 0.86455297264 0.012390146 -0.5023889348 + outer loop + vertex -4.192033E+01 1.6499945E+02 -2.747737E+00 + vertex -4.443289E+01 1.6500376E+02 -7.071452E+00 + vertex -4.311296E+01 1.7000605E+02 -4.676641E+00 + endloop + endfacet + facet normal 0.83576750161 0.01240814938 -0.5489432767 + outer loop + vertex -4.036502E+01 1.7000287E+02 -4.929635E-01 + vertex -4.311296E+01 1.7000605E+02 -4.676641E+00 + vertex -4.165669E+01 1.7500690E+02 -2.346432E+00 + endloop + endfacet + facet normal 0.91041859318 0.01241197777 -0.413502029 + outer loop + vertex -4.443289E+01 1.6500376E+02 -7.071452E+00 + vertex -4.650171E+01 1.6500641E+02 -1.162634E+01 + vertex -4.543125E+01 1.7000825E+02 -9.119353E+00 + endloop + endfacet + facet normal 0.8864897789 0.01245301775 -0.4625805814 + outer loop + vertex -4.311296E+01 1.7000605E+02 -4.676641E+00 + vertex -4.543125E+01 1.7000825E+02 -9.119353E+00 + vertex -4.422069E+01 1.7500854E+02 -6.664828E+00 + endloop + endfacet + facet normal 0.67053441954 0.01214433816 -0.7417790151 + outer loop + vertex -3.164751E+01 1.7500297E+02 8.7096220E+00 + vertex -3.532775E+01 1.7500604E+02 5.3829108E+00 + vertex -3.332324E+01 1.8001048E+02 7.2768282E+00 + endloop + endfacet + facet normal 0.62866973166 0.01210122598 -0.7775782461 + outer loop + vertex -2.947086E+01 1.8000896E+02 1.0391443E+01 + vertex -3.332324E+01 1.8001048E+02 7.2768282E+00 + vertex -3.121370E+01 1.8501545E+02 9.0602754E+00 + endloop + endfacet + facet normal 0.74093657389 0.01231911184 -0.6714620116 + outer loop + vertex -3.532775E+01 1.7500604E+02 5.3829108E+00 + vertex -3.867925E+01 1.7500565E+02 1.6846247E+00 + vertex -3.687309E+01 1.8000796E+02 3.7694472E+00 + endloop + endfacet + facet normal 0.7027811591 0.01231851968 -0.7112994422 + outer loop + vertex -3.332324E+01 1.8001048E+02 7.2768282E+00 + vertex -3.687309E+01 1.8000796E+02 3.7694472E+00 + vertex -3.495481E+01 1.8501024E+02 5.7513798E+00 + endloop + endfacet + facet normal 0.74756332542 0.01231002146 -0.6640764548 + outer loop + vertex -3.567858E+01 1.6499586E+02 5.0291178E+00 + vertex -3.899021E+01 1.6499713E+02 1.3011785E+00 + vertex -3.722050E+01 1.7000170E+02 3.3861358E+00 + endloop + endfacet + facet normal 0.71023846536 0.01221550598 -0.7038551724 + outer loop + vertex -3.372033E+01 1.6999914E+02 6.9180043E+00 + vertex -3.722050E+01 1.7000170E+02 3.3861358E+00 + vertex -3.532775E+01 1.7500604E+02 5.3829108E+00 + endloop + endfacet + facet normal 0.81005920262 0.01237021329 -0.5862175928 + outer loop + vertex -3.899021E+01 1.6499713E+02 1.3011785E+00 + vertex -4.192033E+01 1.6499945E+02 -2.747737E+00 + vertex -4.036502E+01 1.7000287E+02 -4.929635E-01 + endloop + endfacet + facet normal 0.77676708872 0.01233462565 -0.6296671715 + outer loop + vertex -3.722050E+01 1.7000170E+02 3.3861358E+00 + vertex -4.036502E+01 1.7000287E+02 -4.929635E-01 + vertex -3.867925E+01 1.7500565E+02 1.6846247E+00 + endloop + endfacet + facet normal 0.69554190714 0.01255945189 -0.7183757482 + outer loop + vertex -3.292909E+01 1.9001229E+02 7.6254566E+00 + vertex -3.654338E+01 1.9000739E+02 4.1259626E+00 + vertex -3.461088E+01 1.9500675E+02 6.0844401E+00 + endloop + endfacet + facet normal 0.65487072122 0.01264285776 -0.7556351611 + outer loop + vertex -3.079896E+01 1.9501156E+02 9.3881231E+00 + vertex -3.461088E+01 1.9500675E+02 6.0844401E+00 + vertex -3.256862E+01 2.0000000E+02 7.9379061E+00 + endloop + endfacet + facet normal 0.76430892775 0.01264536134 -0.6447262658 + outer loop + vertex -3.654338E+01 1.9000739E+02 4.1259626E+00 + vertex -3.979672E+01 1.9000457E+02 2.6914980E-01 + vertex -3.807645E+01 1.9500392E+02 2.4065380E+00 + endloop + endfacet + facet normal 0.72773973205 0.01269365853 -0.685735921 + outer loop + vertex -3.461088E+01 1.9500675E+02 6.0844401E+00 + vertex -3.807645E+01 1.9500392E+02 2.4065380E+00 + vertex -3.623964E+01 2.0000000E+02 4.4483460E+00 + endloop + endfacet + facet normal 0.73406200822 0.01250779331 -0.6789672475 + outer loop + vertex -3.495481E+01 1.8501024E+02 5.7513798E+00 + vertex -3.836506E+01 1.8500684E+02 2.0643425E+00 + vertex -3.654338E+01 1.9000739E+02 4.1259626E+00 + endloop + endfacet + facet normal 0.79857740891 0.01260798415 -0.6017600524 + outer loop + vertex -3.836506E+01 1.8500684E+02 2.0643425E+00 + vertex -4.139774E+01 1.8500560E+02 -1.960262E+00 + vertex -3.979672E+01 1.9000457E+02 2.6914980E-01 + endloop + endfacet + facet normal 0.53872908007 0.01220190299 -0.8423907002 + outer loop + vertex -2.481115E+01 1.9002710E+02 1.3409753E+01 + vertex -2.900053E+01 1.9002022E+02 1.0730448E+01 + vertex -2.668606E+01 1.9501988E+02 1.2283026E+01 + endloop + endfacet + facet normal 0.49067070367 0.01240001262 -0.8712568509 + outer loop + vertex -2.232528E+01 1.9502910E+02 1.4739043E+01 + vertex -2.668606E+01 1.9501988E+02 1.2283026E+01 + vertex -2.426510E+01 2.0000000E+02 1.3717331E+01 + endloop + endfacet + facet normal 0.62001080017 0.01242123934 -0.7844949461 + outer loop + vertex -2.900053E+01 1.9002022E+02 1.0730448E+01 + vertex -3.292909E+01 1.9001229E+02 7.6254566E+00 + vertex -3.079896E+01 1.9501156E+02 9.3881231E+00 + endloop + endfacet + facet normal 0.57551624302 0.01255737782 -0.8176939319 + outer loop + vertex -2.668606E+01 1.9501988E+02 1.2283026E+01 + vertex -3.079896E+01 1.9501156E+02 9.3881231E+00 + vertex -2.856341E+01 2.0000000E+02 1.1038172E+01 + endloop + endfacet + facet normal 0.58473975801 0.01210843774 -0.8111305697 + outer loop + vertex -2.719316E+01 1.8501780E+02 1.1958695E+01 + vertex -3.121370E+01 1.8501545E+02 9.0602754E+00 + vertex -2.900053E+01 1.9002022E+02 1.0730448E+01 + endloop + endfacet + facet normal 0.66245178636 0.01234426065 -0.7490028371 + outer loop + vertex -3.121370E+01 1.8501545E+02 9.0602754E+00 + vertex -3.495481E+01 1.8501024E+02 5.7513798E+00 + vertex -3.292909E+01 1.9001229E+02 7.6254566E+00 + endloop + endfacet + facet normal 0.03402709716 -4.266103E-18 -0.9994209106 + outer loop + vertex -3.400739E+00 1.4011631E+02 1.9884216E+01 + vertex 0.000000E+00 1.4000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.3500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.158390764 -0.0124869532 -0.9872975448 + outer loop + vertex -7.888662E+00 1.3997899E+02 1.9373768E+01 + vertex -1.037090E+01 1.4495432E+02 1.8912621E+01 + vertex -5.426830E+00 1.4504668E+02 1.9704623E+01 + endloop + endfacet + facet normal 0.05422242736 -0.0140864448 -0.998429517 + outer loop + vertex -3.400739E+00 1.4011631E+02 1.9884216E+01 + vertex -5.426830E+00 1.4504668E+02 1.9704623E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.21138782611 -0.0112841888 -0.977337124 + outer loop + vertex -1.037090E+01 1.4495432E+02 1.8912621E+01 + vertex -1.288896E+01 1.4996025E+02 1.8310192E+01 + vertex -8.221142E+00 1.4998584E+02 1.9319497E+01 + endloop + endfacet + facet normal 0.03610213225 4.2965377E-18 -0.9993481055 + outer loop + vertex -3.607860E+00 1.5003031E+02 1.9869664E+01 + vertex 0.000000E+00 1.5000000E+02 2.0000000E+01 + vertex 0.000000E+00 1.4500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.34580127592 0.01278292674 -0.938220696 + outer loop + vertex -1.490316E+01 1.3500000E+02 1.7727306E+01 + vertex -1.963577E+01 1.3500000E+02 1.5983002E+01 + vertex -1.738495E+01 1.3997042E+02 1.6880310E+01 + endloop + endfacet + facet normal 0.20562764433 -0.0117159632 -0.9785601709 + outer loop + vertex -9.987606E+00 1.3500000E+02 1.8992323E+01 + vertex -1.264476E+01 1.3995161E+02 1.8374684E+01 + vertex -7.888662E+00 1.3997899E+02 1.9373768E+01 + endloop + endfacet + facet normal 0.30069035613 0.01236995013 -0.9536415962 + outer loop + vertex -1.264476E+01 1.3995161E+02 1.8374684E+01 + vertex -1.738495E+01 1.3997042E+02 1.6880310E+01 + vertex -1.513445E+01 1.4494750E+02 1.7654469E+01 + endloop + endfacet + facet normal 0.43946369414 0.01332012778 -0.8981615866 + outer loop + vertex -1.963577E+01 1.3500000E+02 1.5983002E+01 + vertex -2.425631E+01 1.3500000E+02 1.3722208E+01 + vertex -2.199703E+01 1.3996868E+02 1.4901345E+01 + endloop + endfacet + facet normal 0.39428135111 0.01260431386 -0.9189033396 + outer loop + vertex -1.738495E+01 1.3997042E+02 1.6880310E+01 + vertex -2.199703E+01 1.3996868E+02 1.4901345E+01 + vertex -1.975127E+01 1.4496693E+02 1.5933511E+01 + endloop + endfacet + facet normal 0.52854605246 0.01273183945 -0.8488091486 + outer loop + vertex -2.425631E+01 1.3500000E+02 1.3722208E+01 + vertex -2.853538E+01 1.3500000E+02 1.1057668E+01 + vertex -2.640499E+01 1.3999162E+02 1.2459115E+01 + endloop + endfacet + facet normal 0.4846474226 0.01269862615 -0.8746174139 + outer loop + vertex -2.199703E+01 1.3996868E+02 1.4901345E+01 + vertex -2.640499E+01 1.3999162E+02 1.2459115E+01 + vertex -2.421289E+01 1.4498194E+02 1.3746269E+01 + endloop + endfacet + facet normal 0.44018536256 0.01230675486 -0.8978225829 + outer loop + vertex -1.975127E+01 1.4496693E+02 1.5933511E+01 + vertex -2.421289E+01 1.4498194E+02 1.3746269E+01 + vertex -2.196980E+01 1.4999100E+02 1.4914674E+01 + endloop + endfacet + facet normal 0.30398591177 -0.0115606896 -0.9526063804 + outer loop + vertex -1.513445E+01 1.4494750E+02 1.7654469E+01 + vertex -1.747966E+01 1.4997479E+02 1.6845078E+01 + vertex -1.288896E+01 1.4996025E+02 1.8310192E+01 + endloop + endfacet + facet normal 0.05523587589 -0.0139160766 -0.9983763523 + outer loop + vertex -3.607860E+00 1.5003031E+02 1.9869664E+01 + vertex -5.507673E+00 1.5496804E+02 1.9695730E+01 + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.05507237624 0.01429643765 -0.9983800104 + outer loop + vertex 0.000000E+00 1.5500000E+02 2.0000000E+01 + vertex -5.507673E+00 1.5496804E+02 1.9695730E+01 + vertex -3.505957E+00 1.5991115E+02 1.9876931E+01 + endloop + endfacet + facet normal 0.21126907644 0.01135334557 -0.9773619999 + outer loop + vertex -8.221142E+00 1.4998584E+02 1.9319497E+01 + vertex -1.288896E+01 1.4996025E+02 1.8310192E+01 + vertex -1.044066E+01 1.5498369E+02 1.8897776E+01 + endloop + endfacet + facet normal 0.15970902951 0.01250177077 -0.9870849668 + outer loop + vertex -5.507673E+00 1.5496804E+02 1.9695730E+01 + vertex -1.044066E+01 1.5498369E+02 1.8897776E+01 + vertex -8.017956E+00 1.5997128E+02 1.9352937E+01 + endloop + endfacet + facet normal 0.30405239049 0.01151947572 -0.9525856631 + outer loop + vertex -1.288896E+01 1.4996025E+02 1.8310192E+01 + vertex -1.747966E+01 1.4997479E+02 1.6845078E+01 + vertex -1.511290E+01 1.5500178E+02 1.7661307E+01 + endloop + endfacet + facet normal 0.25585935828 0.0115659719 -0.9666448247 + outer loop + vertex -1.044066E+01 1.5498369E+02 1.8897776E+01 + vertex -1.511290E+01 1.5500178E+02 1.7661307E+01 + vertex -1.263399E+01 1.6002075E+02 1.8377497E+01 + endloop + endfacet + facet normal 0.15259024341 -0.0115961589 -0.9882215069 + outer loop + vertex -8.017956E+00 1.5997128E+02 1.9352937E+01 + vertex -1.003975E+01 1.6500687E+02 1.8981665E+01 + vertex -5.217403E+00 1.6494175E+02 1.9727042E+01 + endloop + endfacet + facet normal 0.05237452893 -0.0119342744 -0.9985561986 + outer loop + vertex -3.505957E+00 1.5991115E+02 1.9876931E+01 + vertex -5.217403E+00 1.6494175E+02 1.9727042E+01 + vertex 0.000000E+00 1.6500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.39497502707 0.01186270002 -0.9186152646 + outer loop + vertex -1.747966E+01 1.4997479E+02 1.6845078E+01 + vertex -2.196980E+01 1.4999100E+02 1.4914674E+01 + vertex -1.964536E+01 1.5500882E+02 1.5978908E+01 + endloop + endfacet + facet normal 0.34798197254 0.0115790447 -0.937429716 + outer loop + vertex -1.511290E+01 1.5500178E+02 1.7661307E+01 + vertex -1.964536E+01 1.5500882E+02 1.5978908E+01 + vertex -1.722564E+01 1.6002453E+02 1.6939081E+01 + endloop + endfacet + facet normal 0.2989315118 0.01148568448 -0.9542054445 + outer loop + vertex -1.263399E+01 1.6002075E+02 1.8377497E+01 + vertex -1.722564E+01 1.6002453E+02 1.6939081E+01 + vertex -1.473645E+01 1.6502205E+02 1.7779045E+01 + endloop + endfacet + facet normal 0.65015942978 0.01278227769 -0.7596902851 + outer loop + vertex -3.054854E+01 1.3998859E+02 9.5826588E+00 + vertex -3.439199E+01 1.3997538E+02 6.2931232E+00 + vertex -3.244644E+01 1.4498481E+02 8.0424530E+00 + endloop + endfacet + facet normal 0.60984082135 0.0125896808 -0.7924239222 + outer loop + vertex -2.846639E+01 1.4498927E+02 1.1105531E+01 + vertex -3.244644E+01 1.4498481E+02 8.0424530E+00 + vertex -3.042012E+01 1.4999155E+02 9.6814361E+00 + endloop + endfacet + facet normal 0.72365636699 0.01276519546 -0.6900423989 + outer loop + vertex -3.439199E+01 1.3997538E+02 6.2931232E+00 + vertex -3.788162E+01 1.4000613E+02 2.6340789E+00 + vertex -3.610535E+01 1.4498994E+02 4.5890665E+00 + endloop + endfacet + facet normal 0.68634185716 0.01263244885 -0.7271693588 + outer loop + vertex -3.244644E+01 1.4498481E+02 8.0424530E+00 + vertex -3.610535E+01 1.4498994E+02 4.5890665E+00 + vertex -3.423793E+01 1.4998975E+02 6.4384972E+00 + endloop + endfacet + facet normal 0.68934976852 0.01342499816 -0.7243042635 + outer loop + vertex -3.255125E+01 1.3500000E+02 7.9528124E+00 + vertex -3.629767E+01 1.3500000E+02 4.3871953E+00 + vertex -3.439199E+01 1.3997538E+02 6.2931232E+00 + endloop + endfacet + facet normal 0.75941008055 0.01248000909 -0.6504925664 + outer loop + vertex -3.629767E+01 1.3500000E+02 4.3871953E+00 + vertex -3.955405E+01 1.3500000E+02 5.8557553E-01 + vertex -3.788162E+01 1.4000613E+02 2.6340789E+00 + endloop + endfacet + facet normal 0.48335217129 -0.0122678206 -0.8753400363 + outer loop + vertex -2.631038E+01 1.4999463E+02 1.2517806E+01 + vertex -2.196980E+01 1.4999100E+02 1.4914674E+01 + vertex -2.421289E+01 1.4498194E+02 1.3746269E+01 + endloop + endfacet + facet normal 0.52739708078 -0.0125518314 -0.8495262037 + outer loop + vertex -2.846639E+01 1.4498927E+02 1.1105531E+01 + vertex -2.421289E+01 1.4498194E+02 1.3746269E+01 + vertex -2.640499E+01 1.3999162E+02 1.2459115E+01 + endloop + endfacet + facet normal 0.57022110492 -0.0127523605 -0.8213922746 + outer loop + vertex -3.054854E+01 1.3998859E+02 9.5826588E+00 + vertex -2.640499E+01 1.3999162E+02 1.2459115E+01 + vertex -2.853538E+01 1.3500000E+02 1.1057668E+01 + endloop + endfacet + facet normal 0.52438467392 0.01235698146 -0.8513918127 + outer loop + vertex -2.407144E+01 1.5500345E+02 1.3824258E+01 + vertex -2.830787E+01 1.5499494E+02 1.1214857E+01 + vertex -2.610421E+01 1.5999522E+02 1.2644697E+01 + endloop + endfacet + facet normal 0.47900658949 0.01232172865 -0.8777248215 + outer loop + vertex -2.174387E+01 1.6000870E+02 1.5024481E+01 + vertex -2.610421E+01 1.5999522E+02 1.2644697E+01 + vertex -2.381087E+01 1.6499027E+02 1.3966381E+01 + endloop + endfacet + facet normal 0.60654054106 0.01242954733 -0.794955394 + outer loop + vertex -2.830787E+01 1.5499494E+02 1.1214857E+01 + vertex -3.227598E+01 1.5499131E+02 8.1871857E+00 + vertex -3.021768E+01 1.5999080E+02 9.8358101E+00 + endloop + endfacet + facet normal 0.56386669566 0.01237016379 -0.8257731702 + outer loop + vertex -2.610421E+01 1.5999522E+02 1.2644697E+01 + vertex -3.021768E+01 1.5999080E+02 9.8358101E+00 + vertex -2.805827E+01 1.6498764E+02 1.1385185E+01 + endloop + endfacet + facet normal 0.56796330605 0.01244447279 -0.8229597913 + outer loop + vertex -2.631038E+01 1.4999463E+02 1.2517806E+01 + vertex -3.042012E+01 1.4999155E+02 9.6814361E+00 + vertex -2.830787E+01 1.5499494E+02 1.1214857E+01 + endloop + endfacet + facet normal 0.64733905469 0.01252136136 -0.7620993136 + outer loop + vertex -3.042012E+01 1.4999155E+02 9.6814361E+00 + vertex -3.423793E+01 1.4998975E+02 6.4384972E+00 + vertex -3.227598E+01 1.5499131E+02 8.1871857E+00 + endloop + endfacet + facet normal 0.3411906056 -0.0119643564 -0.9399179884 + outer loop + vertex -1.934005E+01 1.6500433E+02 1.6108162E+01 + vertex -1.473645E+01 1.6502205E+02 1.7779045E+01 + vertex -1.722564E+01 1.6002453E+02 1.6939081E+01 + endloop + endfacet + facet normal 0.39017278552 -0.0119845358 -0.9206636565 + outer loop + vertex -2.174387E+01 1.6000870E+02 1.5024481E+01 + vertex -1.722564E+01 1.6002453E+02 1.6939081E+01 + vertex -1.964536E+01 1.5500882E+02 1.5978908E+01 + endloop + endfacet + facet normal 0.43767862208 -0.0120687441 -0.899050482 + outer loop + vertex -2.407144E+01 1.5500345E+02 1.3824258E+01 + vertex -1.964536E+01 1.5500882E+02 1.5978908E+01 + vertex -2.196980E+01 1.4999100E+02 1.4914674E+01 + endloop + endfacet + facet normal 0.95217804888 -0.0126117501 -0.3052833225 + outer loop + vertex -4.832015E+01 1.4498659E+02 -1.714843E+01 + vertex -4.678499E+01 1.4498365E+02 -1.236013E+01 + vertex -4.766404E+01 1.3999292E+02 -1.489573E+01 + endloop + endfacet + facet normal 0.91672582439 -0.0125466328 -0.3993198529 + outer loop + vertex -4.678499E+01 1.4498365E+02 -1.236013E+01 + vertex -4.477877E+01 1.4498650E+02 -7.754509E+00 + vertex -4.589378E+01 1.3996831E+02 -1.015658E+01 + endloop + endfacet + facet normal 0.93439199819 -0.0124593118 -0.3560285933 + outer loop + vertex -4.755614E+01 1.4999417E+02 -1.455936E+01 + vertex -4.577329E+01 1.4999189E+02 -9.880210E+00 + vertex -4.678499E+01 1.4498365E+02 -1.236013E+01 + endloop + endfacet + facet normal 0.89405338599 -0.012527039 -0.4477852346 + outer loop + vertex -4.577329E+01 1.4999189E+02 -9.880210E+00 + vertex -4.352638E+01 1.4999252E+02 -5.394015E+00 + vertex -4.477877E+01 1.4498650E+02 -7.754509E+00 + endloop + endfacet + facet normal 0.98792386267 0.0126626909 -0.1544218178 + outer loop + vertex -4.894615E+01 1.3997282E+02 -1.978852E+01 + vertex -4.972671E+01 1.4000639E+02 -2.477948E+01 + vertex -4.936661E+01 1.4499439E+02 -2.206664E+01 + endloop + endfacet + facet normal 0.97803189088 0.01255150819 -0.2080771012 + outer loop + vertex -4.832015E+01 1.4498659E+02 -1.714843E+01 + vertex -4.936661E+01 1.4499439E+02 -2.206664E+01 + vertex -4.886363E+01 1.4999773E+02 -1.940069E+01 + endloop + endfacet + facet normal 0.95416973869 0.01267487429 -0.2989974203 + outer loop + vertex -4.689813E+01 1.3500000E+02 -1.266317E+01 + vertex -4.840523E+01 1.3500000E+02 -1.747269E+01 + vertex -4.766404E+01 1.3999292E+02 -1.489573E+01 + endloop + endfacet + facet normal 0.97970677529 0.01343489115 -0.1999853448 + outer loop + vertex -4.840523E+01 1.3500000E+02 -1.747269E+01 + vertex -4.944244E+01 1.3500000E+02 -2.255388E+01 + vertex -4.894615E+01 1.3997282E+02 -1.978852E+01 + endloop + endfacet + facet normal 0.99499623613 0.01242603512 -0.0991366921 + outer loop + vertex -4.944244E+01 1.3500000E+02 -2.255388E+01 + vertex -4.993965E+01 1.3500000E+02 -2.754416E+01 + vertex -4.972671E+01 1.4000639E+02 -2.477948E+01 + endloop + endfacet + facet normal 0.81817393819 -0.0127689365 -0.5748289842 + outer loop + vertex -4.231112E+01 1.4500044E+02 -3.358514E+00 + vertex -3.940831E+01 1.4500220E+02 7.7312829E-01 + vertex -4.097506E+01 1.4001602E+02 -1.346126E+00 + endloop + endfacet + facet normal 0.75601850856 -0.0127399539 -0.6544262436 + outer loop + vertex -3.940831E+01 1.4500220E+02 7.7312829E-01 + vertex -3.610535E+01 1.4498994E+02 4.5890665E+00 + vertex -3.788162E+01 1.4000613E+02 2.6340789E+00 + endloop + endfacet + facet normal 0.78647590689 -0.0126775285 -0.6174908324 + outer loop + vertex -4.083217E+01 1.4999349E+02 -1.142872E+00 + vertex -3.772222E+01 1.4999164E+02 2.8181924E+00 + vertex -3.940831E+01 1.4500220E+02 7.7312829E-01 + endloop + endfacet + facet normal 0.72045116244 -0.0126018899 -0.6933911702 + outer loop + vertex -3.772222E+01 1.4999164E+02 2.8181924E+00 + vertex -3.423793E+01 1.4998975E+02 6.4384972E+00 + vertex -3.610535E+01 1.4498994E+02 4.5890665E+00 + endloop + endfacet + facet normal 0.8965093701 0.01277748317 -0.4428404738 + outer loop + vertex -4.365303E+01 1.3999892E+02 -5.619417E+00 + vertex -4.589378E+01 1.3996831E+02 -1.015658E+01 + vertex -4.477877E+01 1.4498650E+02 -7.754509E+00 + endloop + endfacet + facet normal 0.87192052383 0.01267207475 -0.4894834202 + outer loop + vertex -4.231112E+01 1.4500044E+02 -3.358514E+00 + vertex -4.477877E+01 1.4498650E+02 -7.754509E+00 + vertex -4.352638E+01 1.4999252E+02 -5.394015E+00 + endloop + endfacet + facet normal 0.82037447137 0.01224435265 -0.5716955506 + outer loop + vertex -3.955405E+01 1.3500000E+02 5.8557553E-01 + vertex -4.238866E+01 1.3500000E+02 -3.482046E+00 + vertex -4.097506E+01 1.4001602E+02 -1.346126E+00 + endloop + endfacet + facet normal 0.87335782712 0.01271043512 -0.4869132886 + outer loop + vertex -4.238866E+01 1.3500000E+02 -3.482046E+00 + vertex -4.484316E+01 1.3500000E+02 -7.884591E+00 + vertex -4.365303E+01 1.3999892E+02 -5.619417E+00 + endloop + endfacet + facet normal 0.9185714908 0.01360352091 -0.395020709 + outer loop + vertex -4.484316E+01 1.3500000E+02 -7.884591E+00 + vertex -4.689813E+01 1.3500000E+02 -1.266317E+01 + vertex -4.589378E+01 1.3996831E+02 -1.015658E+01 + endloop + endfacet + facet normal 0.89056934362 -0.0124115824 -0.4546781244 + outer loop + vertex -4.561311E+01 1.6000108E+02 -9.519666E+00 + vertex -4.333982E+01 1.5999652E+02 -5.066891E+00 + vertex -4.462419E+01 1.5499487E+02 -7.446020E+00 + endloop + endfacet + facet normal 0.84068307239 -0.0124493442 -0.5413843234 + outer loop + vertex -4.333982E+01 1.5999652E+02 -5.066891E+00 + vertex -4.063006E+01 1.5999334E+02 -8.589994E-01 + vertex -4.214190E+01 1.5499205E+02 -3.091639E+00 + endloop + endfacet + facet normal 0.86454210802 -0.012402463 -0.5024073271 + outer loop + vertex -4.443289E+01 1.6500376E+02 -7.071452E+00 + vertex -4.192033E+01 1.6499945E+02 -2.747737E+00 + vertex -4.333982E+01 1.5999652E+02 -5.066891E+00 + endloop + endfacet + facet normal 0.81005223439 -0.0123937512 -0.5862267245 + outer loop + vertex -4.192033E+01 1.6499945E+02 -2.747737E+00 + vertex -3.899021E+01 1.6499713E+02 1.3011785E+00 + vertex -4.063006E+01 1.5999334E+02 -8.589994E-01 + endloop + endfacet + facet normal 0.94983930514 0.01243109678 -0.3124912195 + outer loop + vertex -4.665409E+01 1.5499851E+02 -1.201679E+01 + vertex -4.821795E+01 1.5500138E+02 -1.677015E+01 + vertex -4.743056E+01 1.6000405E+02 -1.417780E+01 + endloop + endfacet + facet normal 0.93153297265 0.01240564536 -0.3634452102 + outer loop + vertex -4.561311E+01 1.6000108E+02 -9.519666E+00 + vertex -4.743056E+01 1.6000405E+02 -1.417780E+01 + vertex -4.650171E+01 1.6500641E+02 -1.162634E+01 + endloop + endfacet + facet normal 0.89405203476 0.01252110654 -0.4477880983 + outer loop + vertex -4.352638E+01 1.4999252E+02 -5.394015E+00 + vertex -4.577329E+01 1.4999189E+02 -9.880210E+00 + vertex -4.462419E+01 1.5499487E+02 -7.446020E+00 + endloop + endfacet + facet normal 0.93439610368 0.01245469295 -0.35601798 + outer loop + vertex -4.577329E+01 1.4999189E+02 -9.880210E+00 + vertex -4.755614E+01 1.4999417E+02 -1.455936E+01 + vertex -4.665409E+01 1.5499851E+02 -1.201679E+01 + endloop + endfacet + facet normal 0.96533946852 0.01248659153 -0.2606986681 + outer loop + vertex -4.755614E+01 1.4999417E+02 -1.455936E+01 + vertex -4.886363E+01 1.4999773E+02 -1.940069E+01 + vertex -4.821795E+01 1.5500138E+02 -1.677015E+01 + endloop + endfacet + facet normal 0.71630156763 -0.0124088706 -0.6976805029 + outer loop + vertex -3.751459E+01 1.5999256E+02 3.0553452E+00 + vertex -3.403192E+01 1.5999181E+02 6.6309734E+00 + vertex -3.592947E+01 1.5499073E+02 4.7717316E+00 + endloop + endfacet + facet normal 0.6432436564 -0.0123740986 -0.7655615456 + outer loop + vertex -3.403192E+01 1.5999181E+02 6.6309734E+00 + vertex -3.021768E+01 1.5999080E+02 9.8358101E+00 + vertex -3.227598E+01 1.5499131E+02 8.1871857E+00 + endloop + endfacet + facet normal 0.67780856915 -0.0122830307 -0.7351358179 + outer loop + vertex -3.567858E+01 1.6499586E+02 5.0291178E+00 + vertex -3.202431E+01 1.6499197E+02 8.3984838E+00 + vertex -3.403192E+01 1.5999181E+02 6.6309734E+00 + endloop + endfacet + facet normal 0.60151384072 -0.0122726943 -0.7987681018 + outer loop + vertex -3.202431E+01 1.6499197E+02 8.3984838E+00 + vertex -2.805827E+01 1.6498764E+02 1.1385185E+01 + vertex -3.021768E+01 1.5999080E+02 9.8358101E+00 + endloop + endfacet + facet normal 0.81469874178 0.01253196171 -0.5797490061 + outer loop + vertex -3.923147E+01 1.5499078E+02 9.9825744E-01 + vertex -4.214190E+01 1.5499205E+02 -3.091639E+00 + vertex -4.063006E+01 1.5999334E+02 -8.589994E-01 + endloop + endfacet + facet normal 0.78236708021 0.01242236512 -0.6226936941 + outer loop + vertex -3.751459E+01 1.5999256E+02 3.0553452E+00 + vertex -4.063006E+01 1.5999334E+02 -8.589994E-01 + vertex -3.899021E+01 1.6499713E+02 1.3011785E+00 + endloop + endfacet + facet normal 0.72045783567 0.01259189253 -0.6933844181 + outer loop + vertex -3.423793E+01 1.4998975E+02 6.4384972E+00 + vertex -3.772222E+01 1.4999164E+02 2.8181924E+00 + vertex -3.592947E+01 1.5499073E+02 4.7717316E+00 + endloop + endfacet + facet normal 0.78648198905 0.01264454906 -0.617483762 + outer loop + vertex -3.772222E+01 1.4999164E+02 2.8181924E+00 + vertex -4.083217E+01 1.4999349E+02 -1.142872E+00 + vertex -3.923147E+01 1.5499078E+02 9.9825744E-01 + endloop + endfacet + facet normal 0.84458741231 0.01261765408 -0.5352689957 + outer loop + vertex -4.083217E+01 1.4999349E+02 -1.142872E+00 + vertex -4.352638E+01 1.4999252E+02 -5.394015E+00 + vertex -4.214190E+01 1.5499205E+02 -3.091639E+00 + endloop + endfacet + facet normal -0.1205490638 0.63731396377 0.76111683388 + outer loop + vertex 4.6352549E+00 1.1000000E+02 -4.426585E+01 + vertex 4.2414042E+00 1.1374675E+02 -4.746554E+01 + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + endloop + endfacet + facet normal -0.2467347894 0.61420178229 0.74958529489 + outer loop + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + vertex 4.2414042E+00 1.1374675E+02 -4.746554E+01 + vertex 4.6352549E+00 1.1000000E+02 -4.426585E+01 + endloop + endfacet + facet normal -0.1047075269 0.96245181538 0.25044527722 + outer loop + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + vertex 1.1771692E+01 1.1535690E+02 -5.042064E+01 + vertex 7.9642163E+00 1.1516524E+02 -5.127595E+01 + endloop + endfacet + facet normal -0.1598372061 0.96385940045 0.21313639698 + outer loop + vertex 1.4458932E+01 1.1517882E+02 -4.760005E+01 + vertex 1.1771692E+01 1.1535690E+02 -5.042064E+01 + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + endloop + endfacet + facet normal -0.0214573803 0.96040480896 0.27778081965 + outer loop + vertex 4.2414042E+00 1.1374675E+02 -4.746554E+01 + vertex 3.9811085E+00 1.1518830E+02 -5.246968E+01 + vertex 0.000000E+00 1.1390291E+02 -4.833305E+01 + endloop + endfacet + facet normal -0.0782927005 0.95688320378 0.27972269726 + outer loop + vertex 7.9642163E+00 1.1516524E+02 -5.127595E+01 + vertex 3.9811085E+00 1.1518830E+02 -5.246968E+01 + vertex 4.2414042E+00 1.1374675E+02 -4.746554E+01 + endloop + endfacet + facet normal -0.3371773625 0.66962768052 0.66174783391 + outer loop + vertex 4.6352549E+00 1.1000000E+02 -4.426585E+01 + vertex 8.8167788E+00 1.1000000E+02 -4.213525E+01 + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + endloop + endfacet + facet normal -0.1544023182 0.96066042324 0.23084946469 + outer loop + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + vertex 1.2315130E+01 1.1376122E+02 -4.313469E+01 + vertex 1.4458932E+01 1.1517882E+02 -4.760005E+01 + endloop + endfacet + facet normal -0.0234810858 0.97232449553 0.23245153045 + outer loop + vertex 3.9811085E+00 1.1518830E+02 -5.246968E+01 + vertex 4.1677361E+00 1.1641424E+02 -5.757880E+01 + vertex 0.000000E+00 1.1537990E+02 -5.367326E+01 + endloop + endfacet + facet normal -0.0517471537 0.97152275947 0.23122664189 + outer loop + vertex 8.2051749E+00 1.1635777E+02 -5.643800E+01 + vertex 4.1677361E+00 1.1641424E+02 -5.757880E+01 + vertex 3.9811085E+00 1.1518830E+02 -5.246968E+01 + endloop + endfacet + facet normal -0.0903148092 0.96066782469 0.26260343837 + outer loop + vertex 1.2711712E+01 1.1778164E+02 -6.009699E+01 + vertex 8.4167490E+00 1.1775675E+02 -6.148305E+01 + vertex 8.2051749E+00 1.1635777E+02 -5.643800E+01 + endloop + endfacet + facet normal -0.0217992828 0.9617405824 0.27309310398 + outer loop + vertex 4.1677361E+00 1.1641424E+02 -5.757880E+01 + vertex 4.2160148E+00 1.1782329E+02 -6.253716E+01 + vertex 0.000000E+00 1.1653956E+02 -5.835285E+01 + endloop + endfacet + facet normal -0.0531593311 0.96068925008 0.27248899116 + outer loop + vertex 8.4167490E+00 1.1775675E+02 -6.148305E+01 + vertex 4.2160148E+00 1.1782329E+02 -6.253716E+01 + vertex 4.1677361E+00 1.1641424E+02 -5.757880E+01 + endloop + endfacet + facet normal -0.0608910865 0.97314968841 0.22197288019 + outer loop + vertex 3.9811085E+00 1.1518830E+02 -5.246968E+01 + vertex 7.9642163E+00 1.1516524E+02 -5.127595E+01 + vertex 8.2051749E+00 1.1635777E+02 -5.643800E+01 + endloop + endfacet + facet normal -0.0993124737 0.9625511472 0.25225447786 + outer loop + vertex 8.2051749E+00 1.1635777E+02 -5.643800E+01 + vertex 1.2227184E+01 1.1641741E+02 -5.508211E+01 + vertex 1.2711712E+01 1.1778164E+02 -6.009699E+01 + endloop + endfacet + facet normal -0.0965384086 0.97252857828 0.21182185935 + outer loop + vertex 7.9642163E+00 1.1516524E+02 -5.127595E+01 + vertex 1.1771692E+01 1.1535690E+02 -5.042064E+01 + vertex 1.2227184E+01 1.1641741E+02 -5.508211E+01 + endloop + endfacet + facet normal -0.1378876696 0.96310882208 0.23110254736 + outer loop + vertex 1.2227184E+01 1.1641741E+02 -5.508211E+01 + vertex 1.6066580E+01 1.1635880E+02 -5.254708E+01 + vertex 1.6683266E+01 1.1772060E+02 -5.785438E+01 + endloop + endfacet + facet normal -0.1335501379 0.9729184035 0.1886640951 + outer loop + vertex 1.1771692E+01 1.1535690E+02 -5.042064E+01 + vertex 1.4458932E+01 1.1517882E+02 -4.760005E+01 + vertex 1.6066580E+01 1.1635880E+02 -5.254708E+01 + endloop + endfacet + facet normal -0.1738371136 0.96370668639 0.20260819467 + outer loop + vertex 1.6066580E+01 1.1635880E+02 -5.254708E+01 + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + vertex 2.0280492E+01 1.1760168E+02 -5.484333E+01 + endloop + endfacet + facet normal -0.1611557404 0.97348352015 0.16235351342 + outer loop + vertex 1.4458932E+01 1.1517882E+02 -4.760005E+01 + vertex 1.7578116E+01 1.1519817E+02 -4.461989E+01 + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + endloop + endfacet + facet normal -0.2066728448 0.96429608352 0.16558803856 + outer loop + vertex 2.2454277E+01 1.1616631E+02 -4.491667E+01 + vertex 2.5492128E+01 1.1743994E+02 -4.854198E+01 + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + endloop + endfacet + facet normal -0.232014621 0.96205913114 0.14356686193 + outer loop + vertex 2.7947842E+01 1.1743044E+02 -4.450975E+01 + vertex 2.5492128E+01 1.1743994E+02 -4.854198E+01 + vertex 2.2454277E+01 1.1616631E+02 -4.491667E+01 + endloop + endfacet + facet normal -0.5399478968 0.64568764699 0.5399478968 + outer loop + vertex 8.8167788E+00 1.1000000E+02 -4.213525E+01 + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + vertex 1.2315130E+01 1.1376122E+02 -4.313469E+01 + endloop + endfacet + facet normal -0.2182441346 0.96296813969 0.15830937954 + outer loop + vertex 1.2315130E+01 1.1376122E+02 -4.313469E+01 + vertex 1.5350808E+01 1.1403709E+02 -4.062785E+01 + vertex 1.7578116E+01 1.1519817E+02 -4.461989E+01 + endloop + endfacet + facet normal -0.6854710885 0.63886099532 0.34926496451 + outer loop + vertex 1.4265848E+01 1.1000000E+02 -3.463525E+01 + vertex 1.6543765E+01 1.1374514E+02 -3.701504E+01 + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + endloop + endfacet + facet normal -0.7643952858 0.60556926244 0.2213271682 + outer loop + vertex 1.7698817E+01 1.1373704E+02 -3.300370E+01 + vertex 1.6543765E+01 1.1374514E+02 -3.701504E+01 + vertex 1.4265848E+01 1.1000000E+02 -3.463525E+01 + endloop + endfacet + facet normal -0.2951556384 0.9544014423 0.04473294102 + outer loop + vertex 2.2349788E+01 1.1508792E+02 -3.113752E+01 + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + vertex 1.7698817E+01 1.1373704E+02 -3.300370E+01 + endloop + endfacet + facet normal -0.27471486 0.95530579486 0.10919058573 + outer loop + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + vertex 1.9979781E+01 1.1513592E+02 -4.053824E+01 + vertex 1.6543765E+01 1.1374514E+02 -3.701504E+01 + endloop + endfacet + facet normal -0.7566410139 0.64275400524 0.11984016352 + outer loop + vertex 1.4265848E+01 1.1000000E+02 -3.463525E+01 + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + vertex 1.7698817E+01 1.1373704E+02 -3.300370E+01 + endloop + endfacet + facet normal -0.2763533804 0.96103113492 -0.0069258118 + outer loop + vertex 1.7698817E+01 1.1373704E+02 -3.300370E+01 + vertex 1.8662282E+01 1.1404230E+02 -2.908988E+01 + vertex 2.2349788E+01 1.1508792E+02 -3.113752E+01 + endloop + endfacet + facet normal -0.185953392 0.974667176 0.12427884787 + outer loop + vertex 1.7578116E+01 1.1519817E+02 -4.461989E+01 + vertex 1.9979781E+01 1.1513592E+02 -4.053824E+01 + vertex 2.2454277E+01 1.1616631E+02 -4.491667E+01 + endloop + endfacet + facet normal -0.2313193116 0.96467849492 0.12604276072 + outer loop + vertex 2.2454277E+01 1.1616631E+02 -4.491667E+01 + vertex 2.4604442E+01 1.1614252E+02 -4.078846E+01 + vertex 2.7947842E+01 1.1743044E+02 -4.450975E+01 + endloop + endfacet + facet normal -0.2207151199 0.97250575172 0.07427919447 + outer loop + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + vertex 2.6510729E+01 1.1630573E+02 -3.726093E+01 + vertex 2.4604442E+01 1.1614252E+02 -4.078846E+01 + endloop + endfacet + facet normal -0.2267553127 0.97264404798 0.05045378148 + outer loop + vertex 2.6382879E+01 1.1607220E+02 -3.333363E+01 + vertex 2.6510729E+01 1.1630573E+02 -3.726093E+01 + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + endloop + endfacet + facet normal -0.2688633225 0.96267600001 0.03110358154 + outer loop + vertex 3.1015427E+01 1.1729962E+02 -3.127863E+01 + vertex 3.0876927E+01 1.1740393E+02 -3.570435E+01 + vertex 2.6382879E+01 1.1607220E+02 -3.333363E+01 + endloop + endfacet + facet normal -0.2669885077 0.96109337072 0.07082845135 + outer loop + vertex 3.0876927E+01 1.1740393E+02 -3.570435E+01 + vertex 2.9932672E+01 1.1748452E+02 -4.035726E+01 + vertex 2.6510729E+01 1.1630573E+02 -3.726093E+01 + endloop + endfacet + facet normal -0.2185595711 0.97517086725 0.03568604136 + outer loop + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + vertex 2.2349788E+01 1.1508792E+02 -3.113752E+01 + vertex 2.6382879E+01 1.1607220E+02 -3.333363E+01 + endloop + endfacet + facet normal -0.2608806255 0.96530209352 0.01153982168 + outer loop + vertex 2.6382879E+01 1.1607220E+02 -3.333363E+01 + vertex 2.6554560E+01 1.1606706E+02 -2.902245E+01 + vertex 3.1015427E+01 1.1729962E+02 -3.127863E+01 + endloop + endfacet + facet normal -0.2310510434 0.97247215188 -0.0302213363 + outer loop + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + vertex 2.6950613E+01 1.1628755E+02 -2.495539E+01 + vertex 2.6554560E+01 1.1606706E+02 -2.902245E+01 + endloop + endfacet + facet normal -0.2255365122 0.97252609582 -0.057673864 + outer loop + vertex 2.5222353E+01 1.1612345E+02 -2.096405E+01 + vertex 2.6950613E+01 1.1628755E+02 -2.495539E+01 + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + endloop + endfacet + facet normal -0.2574576577 0.96167653689 -0.094306908 + outer loop + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + vertex 3.0064864E+01 1.1732457E+02 -2.193597E+01 + vertex 2.5222353E+01 1.1612345E+02 -2.096405E+01 + endloop + endfacet + facet normal -0.2716545602 0.9611001922 -0.0499021087 + outer loop + vertex 3.0064864E+01 1.1732457E+02 -2.193597E+01 + vertex 3.1064360E+01 1.1735342E+02 -2.682131E+01 + vertex 2.6950613E+01 1.1628755E+02 -2.495539E+01 + endloop + endfacet + facet normal -0.0227617215 0.94813943131 0.31703867717 + outer loop + vertex 4.2160148E+00 1.1782329E+02 -6.253716E+01 + vertex 4.1894772E+00 1.1949228E+02 -6.753035E+01 + vertex 0.000000E+00 1.1792665E+02 -6.314894E+01 + endloop + endfacet + facet normal -0.0513526153 0.94708807514 0.3168392129 + outer loop + vertex 8.4407297E+00 1.1939057E+02 -6.653729E+01 + vertex 4.1894772E+00 1.1949228E+02 -6.753035E+01 + vertex 4.2160148E+00 1.1782329E+02 -6.253716E+01 + endloop + endfacet + facet normal -0.1021217064 0.89688037695 0.43032167796 + outer loop + vertex 1.2515417E+01 1.2161521E+02 -7.020693E+01 + vertex 8.2705602E+00 1.2176813E+02 -7.153301E+01 + vertex 8.4407297E+00 1.1939057E+02 -6.653729E+01 + endloop + endfacet + facet normal -0.0336429143 0.89291462832 0.4489672826 + outer loop + vertex 4.1894772E+00 1.1949228E+02 -6.753035E+01 + vertex 4.0823938E+00 1.2194923E+02 -7.242481E+01 + vertex 0.000000E+00 1.1964200E+02 -6.814205E+01 + endloop + endfacet + facet normal -0.0570250646 0.8917607679 0.44889962668 + outer loop + vertex 8.2705602E+00 1.2176813E+02 -7.153301E+01 + vertex 4.0823938E+00 1.2194923E+02 -7.242481E+01 + vertex 4.1894772E+00 1.1949228E+02 -6.753035E+01 + endloop + endfacet + facet normal -0.1322865172 0.94726103609 0.29188492059 + outer loop + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + vertex 1.2827276E+01 1.1932515E+02 -6.505380E+01 + vertex 1.2711712E+01 1.1778164E+02 -6.009699E+01 + endloop + endfacet + facet normal -0.0893421933 0.94783935398 0.30597145543 + outer loop + vertex 1.2827276E+01 1.1932515E+02 -6.505380E+01 + vertex 8.4407297E+00 1.1939057E+02 -6.653729E+01 + vertex 8.4167490E+00 1.1775675E+02 -6.148305E+01 + endloop + endfacet + facet normal -0.2163593993 0.89410776917 0.39212231181 + outer loop + vertex 2.0763400E+01 1.2195644E+02 -6.723327E+01 + vertex 1.6686726E+01 1.2153639E+02 -6.852485E+01 + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + endloop + endfacet + facet normal -0.147954649 0.90041488933 0.40909955869 + outer loop + vertex 1.6686726E+01 1.2153639E+02 -6.852485E+01 + vertex 1.2515417E+01 1.2161521E+02 -7.020693E+01 + vertex 1.2827276E+01 1.1932515E+02 -6.505380E+01 + endloop + endfacet + facet normal -0.1373016966 0.73296086622 0.66627067525 + outer loop + vertex 1.2236250E+01 1.2528882E+02 -7.458888E+01 + vertex 7.7504472E+00 1.2552263E+02 -7.577050E+01 + vertex 8.2705602E+00 1.2176813E+02 -7.153301E+01 + endloop + endfacet + facet normal -0.0350395945 0.72350260069 0.6894318049 + outer loop + vertex 4.0823938E+00 1.2194923E+02 -7.242481E+01 + vertex 3.4287783E+00 1.2582531E+02 -7.652566E+01 + vertex 0.000000E+00 1.2197667E+02 -7.266109E+01 + endloop + endfacet + facet normal -0.0703835425 0.71931615067 0.69110811913 + outer loop + vertex 7.7504472E+00 1.2552263E+02 -7.577050E+01 + vertex 3.4287783E+00 1.2582531E+02 -7.652566E+01 + vertex 4.0823938E+00 1.2194923E+02 -7.242481E+01 + endloop + endfacet + facet normal -0.0128088084 0.49868669395 0.86668766906 + outer loop + vertex -1.853039E-14 1.2542629E+02 -7.634674E+01 + vertex 3.4287783E+00 1.2582531E+02 -7.652566E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal -0.0555118272 0.2100995738 0.97610276412 + outer loop + vertex 6.0290379E+00 1.3011824E+02 -7.864310E+01 + vertex 4.9297329E+00 1.3500000E+02 -7.975638E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal -0.1467013747 0.18841732083 0.97107034754 + outer loop + vertex 9.9883909E+00 1.3500000E+02 -7.899216E+01 + vertex 4.9297329E+00 1.3500000E+02 -7.975638E+01 + vertex 6.0290379E+00 1.3011824E+02 -7.864310E+01 + endloop + endfacet + facet normal -0.2395613199 0.49626854672 0.83446264359 + outer loop + vertex 1.6078488E+01 1.2980771E+02 -7.617329E+01 + vertex 1.1231399E+01 1.2991973E+02 -7.763143E+01 + vertex 1.2236250E+01 1.2528882E+02 -7.458888E+01 + endloop + endfacet + facet normal -0.1493103822 0.48328482633 0.86263676388 + outer loop + vertex 1.1231399E+01 1.2991973E+02 -7.763143E+01 + vertex 6.0290379E+00 1.3011824E+02 -7.864310E+01 + vertex 7.7504472E+00 1.2552263E+02 -7.577050E+01 + endloop + endfacet + facet normal -0.338944377 0.19850926635 0.9196253479 + outer loop + vertex 1.9636007E+01 1.3500000E+02 -7.598290E+01 + vertex 1.4902629E+01 1.3500000E+02 -7.772747E+01 + vertex 1.6078488E+01 1.2980771E+02 -7.617329E+01 + endloop + endfacet + facet normal -0.2444656502 0.19462009988 0.94992608269 + outer loop + vertex 1.4902629E+01 1.3500000E+02 -7.772747E+01 + vertex 9.9883909E+00 1.3500000E+02 -7.899216E+01 + vertex 1.1231399E+01 1.2991973E+02 -7.763143E+01 + endloop + endfacet + facet normal -0.3360150857 0.73020592544 0.59488920704 + outer loop + vertex 2.5221107E+01 1.2507918E+02 -6.854845E+01 + vertex 2.1024755E+01 1.2530327E+02 -7.119377E+01 + vertex 2.0763400E+01 1.2195644E+02 -6.723327E+01 + endloop + endfacet + facet normal -0.277147322 0.74717608166 0.60408382276 + outer loop + vertex 2.1024755E+01 1.2530327E+02 -7.119377E+01 + vertex 1.6668393E+01 1.2516292E+02 -7.301882E+01 + vertex 1.6686726E+01 1.2153639E+02 -6.852485E+01 + endloop + endfacet + facet normal -0.2043512502 0.74370693736 0.63650652619 + outer loop + vertex 1.6668393E+01 1.2516292E+02 -7.301882E+01 + vertex 1.2236250E+01 1.2528882E+02 -7.458888E+01 + vertex 1.2515417E+01 1.2161521E+02 -7.020693E+01 + endloop + endfacet + facet normal -0.5981843068 0.20865519434 0.77371735467 + outer loop + vertex 3.2551035E+01 1.3500000E+02 -6.795300E+01 + vertex 2.8534810E+01 1.3500000E+02 -7.105806E+01 + vertex 2.9360046E+01 1.2950667E+02 -6.893861E+01 + endloop + endfacet + facet normal -0.4769149619 0.50898087488 0.7165825759 + outer loop + vertex 2.9360046E+01 1.2950667E+02 -6.893861E+01 + vertex 2.5192948E+01 1.2970649E+02 -7.185392E+01 + vertex 2.5221107E+01 1.2507918E+02 -6.854845E+01 + endloop + endfacet + facet normal -0.3673901513 0.21857122981 0.90401941032 + outer loop + vertex 1.6078488E+01 1.2980771E+02 -7.617329E+01 + vertex 2.0730358E+01 1.2981989E+02 -7.428573E+01 + vertex 1.9636007E+01 1.3500000E+02 -7.598290E+01 + endloop + endfacet + facet normal -0.4622978825 0.2212585959 0.85867648248 + outer loop + vertex 2.0730358E+01 1.2981989E+02 -7.428573E+01 + vertex 2.5192948E+01 1.2970649E+02 -7.185392E+01 + vertex 2.4257271E+01 1.3500000E+02 -7.372167E+01 + endloop + endfacet + facet normal -0.2728376729 0.51655406984 0.81162275547 + outer loop + vertex 1.2236250E+01 1.2528882E+02 -7.458888E+01 + vertex 1.6668393E+01 1.2516292E+02 -7.301882E+01 + vertex 1.6078488E+01 1.2980771E+02 -7.617329E+01 + endloop + endfacet + facet normal -0.3453421612 0.51470365261 0.7847413215 + outer loop + vertex 1.6668393E+01 1.2516292E+02 -7.301882E+01 + vertex 2.1024755E+01 1.2530327E+02 -7.119377E+01 + vertex 2.0730358E+01 1.2981989E+02 -7.428573E+01 + endloop + endfacet + facet normal -0.1421100823 0.95014779838 0.27753177429 + outer loop + vertex 1.2711712E+01 1.1778164E+02 -6.009699E+01 + vertex 1.6683266E+01 1.1772060E+02 -5.785438E+01 + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + endloop + endfacet + facet normal -0.2262862766 0.91156542333 0.34328268238 + outer loop + vertex 2.1665048E+01 1.1914124E+02 -5.978384E+01 + vertex 2.3684419E+01 1.2130523E+02 -6.419906E+01 + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + endloop + endfacet + facet normal -0.2532247591 0.90941608034 0.32990849369 + outer loop + vertex 2.7433404E+01 1.2119649E+02 -6.102172E+01 + vertex 2.3684419E+01 1.2130523E+02 -6.419906E+01 + vertex 2.1665048E+01 1.1914124E+02 -5.978384E+01 + endloop + endfacet + facet normal -0.1757870005 0.95277198328 0.24763779668 + outer loop + vertex 1.6683266E+01 1.1772060E+02 -5.785438E+01 + vertex 2.0280492E+01 1.1760168E+02 -5.484333E+01 + vertex 2.1665048E+01 1.1914124E+02 -5.978384E+01 + endloop + endfacet + facet normal -0.2590614528 0.91441681532 0.31101294428 + outer loop + vertex 2.1665048E+01 1.1914124E+02 -5.978384E+01 + vertex 2.5537927E+01 1.1916423E+02 -5.662549E+01 + vertex 2.7433404E+01 1.2119649E+02 -6.102172E+01 + endloop + endfacet + facet normal -0.2506714231 0.95172160288 0.17717174786 + outer loop + vertex 3.1015772E+01 1.1888265E+02 -4.847675E+01 + vertex 2.8695165E+01 1.1907598E+02 -5.279856E+01 + vertex 2.5492128E+01 1.1743994E+02 -4.854198E+01 + endloop + endfacet + facet normal -0.2319936037 0.94904670969 0.21328223238 + outer loop + vertex 2.8695165E+01 1.1907598E+02 -5.279856E+01 + vertex 2.5537927E+01 1.1916423E+02 -5.662549E+01 + vertex 2.3689036E+01 1.1774144E+02 -5.230554E+01 + endloop + endfacet + facet normal -0.337904463 0.91754095203 0.20961673415 + outer loop + vertex 3.6317550E+01 1.2088507E+02 -4.869526E+01 + vertex 3.4091063E+01 1.2108599E+02 -5.316388E+01 + vertex 3.1015772E+01 1.1888265E+02 -4.847675E+01 + endloop + endfacet + facet normal -0.322205498 0.91145458738 0.25580100122 + outer loop + vertex 3.4091063E+01 1.2108599E+02 -5.316388E+01 + vertex 3.1172610E+01 1.2122716E+02 -5.734293E+01 + vertex 2.8695165E+01 1.1907598E+02 -5.279856E+01 + endloop + endfacet + facet normal -0.4232332282 0.77558783415 0.46833443827 + outer loop + vertex 3.2721863E+01 1.2447889E+02 -6.167839E+01 + vertex 2.8919266E+01 1.2462029E+02 -6.534896E+01 + vertex 2.7433404E+01 1.2119649E+02 -6.102172E+01 + endloop + endfacet + facet normal -0.3661740909 0.76300072112 0.53267854725 + outer loop + vertex 2.8919266E+01 1.2462029E+02 -6.534896E+01 + vertex 2.5221107E+01 1.2507918E+02 -6.854845E+01 + vertex 2.3684419E+01 1.2130523E+02 -6.419906E+01 + endloop + endfacet + facet normal -0.7402719338 0.22092965077 0.63497051389 + outer loop + vertex 3.9559050E+01 1.3500000E+02 -6.057910E+01 + vertex 3.6245342E+01 1.3500000E+02 -6.444235E+01 + vertex 3.6600998E+01 1.2916048E+02 -6.199593E+01 + endloop + endfacet + facet normal -0.6025561044 0.53918304194 0.58839424564 + outer loop + vertex 3.6600998E+01 1.2916048E+02 -6.199593E+01 + vertex 3.3141793E+01 1.2925451E+02 -6.562456E+01 + vertex 3.2721863E+01 1.2447889E+02 -6.167839E+01 + endloop + endfacet + facet normal -0.6723520741 0.21760282915 0.7075250506 + outer loop + vertex 3.6245342E+01 1.3500000E+02 -6.444235E+01 + vertex 3.2551035E+01 1.3500000E+02 -6.795300E+01 + vertex 3.3141793E+01 1.2925451E+02 -6.562456E+01 + endloop + endfacet + facet normal -0.5387129507 0.52981054695 0.65504896081 + outer loop + vertex 3.3141793E+01 1.2925451E+02 -6.562456E+01 + vertex 2.9360046E+01 1.2950667E+02 -6.893861E+01 + vertex 2.8919266E+01 1.2462029E+02 -6.534896E+01 + endloop + endfacet + facet normal -0.4350255253 0.78803847228 0.43560091662 + outer loop + vertex 2.7433404E+01 1.2119649E+02 -6.102172E+01 + vertex 3.1172610E+01 1.2122716E+02 -5.734293E+01 + vertex 3.2721863E+01 1.2447889E+02 -6.167839E+01 + endloop + endfacet + facet normal -0.6876316376 0.51805749142 0.50870341711 + outer loop + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + vertex 3.9756231E+01 1.3001487E+02 -5.860099E+01 + vertex 3.6600998E+01 1.2916048E+02 -6.199593E+01 + endloop + endfacet + facet normal -0.695881075 0.51983676556 0.49549900766 + outer loop + vertex 4.1801607E+01 1.2907744E+02 -5.474498E+01 + vertex 3.9756231E+01 1.3001487E+02 -5.860099E+01 + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + endloop + endfacet + facet normal -0.8519946621 0.22665161029 0.47194718276 + outer loop + vertex 4.4916620E+01 1.3500000E+02 -5.196582E+01 + vertex 4.2445505E+01 1.3500000E+02 -5.642686E+01 + vertex 4.1801607E+01 1.2907744E+02 -5.474498E+01 + endloop + endfacet + facet normal -0.8060655665 0.19046212142 0.56034139849 + outer loop + vertex 4.2445505E+01 1.3500000E+02 -5.642686E+01 + vertex 3.9559050E+01 1.3500000E+02 -6.057910E+01 + vertex 3.9756231E+01 1.3001487E+02 -5.860099E+01 + endloop + endfacet + facet normal -0.5484621961 0.79337013062 0.26410803718 + outer loop + vertex 4.1836879E+01 1.2443259E+02 -4.789011E+01 + vertex 3.9381339E+01 1.2425860E+02 -5.246679E+01 + vertex 3.6317550E+01 1.2088507E+02 -4.869526E+01 + endloop + endfacet + facet normal -0.514418844 0.77902179208 0.35846659585 + outer loop + vertex 3.9381339E+01 1.2425860E+02 -5.246679E+01 + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + vertex 3.4091063E+01 1.2108599E+02 -5.316388E+01 + endloop + endfacet + facet normal -0.9304710918 0.22278150638 0.29084694908 + outer loop + vertex 4.8407339E+01 1.3500000E+02 -4.251916E+01 + vertex 4.6919756E+01 1.3500000E+02 -4.727821E+01 + vertex 4.6072783E+01 1.2916251E+02 -4.551646E+01 + endloop + endfacet + facet normal -0.7802951995 0.54360839048 0.30923990596 + outer loop + vertex 4.6072783E+01 1.2916251E+02 -4.551646E+01 + vertex 4.4160545E+01 1.2914530E+02 -5.031129E+01 + vertex 4.1836879E+01 1.2443259E+02 -4.789011E+01 + endloop + endfacet + facet normal -0.8962006278 0.2239617261 0.38296942427 + outer loop + vertex 4.6919756E+01 1.3500000E+02 -4.727821E+01 + vertex 4.4916620E+01 1.3500000E+02 -5.196582E+01 + vertex 4.4160545E+01 1.2914530E+02 -5.031129E+01 + endloop + endfacet + facet normal -0.7390034594 0.55304926281 0.38472119758 + outer loop + vertex 4.4160545E+01 1.2914530E+02 -5.031129E+01 + vertex 4.1801607E+01 1.2907744E+02 -5.474498E+01 + vertex 3.9381339E+01 1.2425860E+02 -5.246679E+01 + endloop + endfacet + facet normal -0.2513606622 0.95534779686 0.15533320496 + outer loop + vertex 2.5492128E+01 1.1743994E+02 -4.854198E+01 + vertex 2.7947842E+01 1.1743044E+02 -4.450975E+01 + vertex 3.1015772E+01 1.1888265E+02 -4.847675E+01 + endloop + endfacet + facet normal -0.3779754031 0.9134501976 0.15080892272 + outer loop + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + vertex 3.8828752E+01 1.2129126E+02 -4.486170E+01 + vertex 3.6317550E+01 1.2088507E+02 -4.869526E+01 + endloop + endfacet + facet normal -0.379087446 0.91373811295 0.14620317791 + outer loop + vertex 3.9245645E+01 1.2078394E+02 -4.061011E+01 + vertex 3.8828752E+01 1.2129126E+02 -4.486170E+01 + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + endloop + endfacet + facet normal -0.2990512166 0.95282379651 0.05191514827 + outer loop + vertex 3.5585632E+01 1.1876792E+02 -3.361433E+01 + vertex 3.4833964E+01 1.1879911E+02 -3.851673E+01 + vertex 3.0876927E+01 1.1740393E+02 -3.570435E+01 + endloop + endfacet + facet normal -0.2917516903 0.9515322913 0.09729979351 + outer loop + vertex 3.4833964E+01 1.1879911E+02 -3.851673E+01 + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + vertex 2.9932672E+01 1.1748452E+02 -4.035726E+01 + endloop + endfacet + facet normal -0.3832436973 0.92311768286 0.0312731845 + outer loop + vertex 4.0580290E+01 1.2075125E+02 -3.095004E+01 + vertex 4.0105002E+01 1.2072037E+02 -3.586284E+01 + vertex 3.5585632E+01 1.1876792E+02 -3.361433E+01 + endloop + endfacet + facet normal -0.3769050939 0.92273972629 0.08058503383 + outer loop + vertex 4.0105002E+01 1.2072037E+02 -3.586284E+01 + vertex 3.9245645E+01 1.2078394E+02 -4.061011E+01 + vertex 3.4833964E+01 1.1879911E+02 -3.851673E+01 + endloop + endfacet + facet normal -0.9667162967 0.24933719982 0.05736342431 + outer loop + vertex 4.8191263E+01 1.2893125E+02 -3.553997E+01 + vertex 4.8466497E+01 1.2884863E+02 -3.054251E+01 + vertex 4.9940214E+01 1.3500000E+02 -3.244439E+01 + endloop + endfacet + facet normal -0.9717051896 0.23609907319 -0.0068008908 + outer loop + vertex 4.8466497E+01 1.2884863E+02 -3.054251E+01 + vertex 4.8612797E+01 1.2959024E+02 -2.570009E+01 + vertex 4.9940214E+01 1.3500000E+02 -2.755561E+01 + endloop + endfacet + facet normal -0.5700689791 0.8136366916 0.11409072319 + outer loop + vertex 3.9245645E+01 1.2078394E+02 -4.061011E+01 + vertex 4.0105002E+01 1.2072037E+02 -3.586284E+01 + vertex 4.4379096E+01 1.2404600E+02 -3.822348E+01 + endloop + endfacet + facet normal -0.8103144202 0.57740353374 0.09997849564 + outer loop + vertex 4.4379096E+01 1.2404600E+02 -3.822348E+01 + vertex 4.4948558E+01 1.2397089E+02 -3.317432E+01 + vertex 4.8191263E+01 1.2893125E+02 -3.553997E+01 + endloop + endfacet + facet normal -0.5757369684 0.81606968322 0.05056891653 + outer loop + vertex 4.0105002E+01 1.2072037E+02 -3.586284E+01 + vertex 4.0580290E+01 1.2075125E+02 -3.095004E+01 + vertex 4.4948558E+01 1.2397089E+02 -3.317432E+01 + endloop + endfacet + facet normal -0.8138382434 0.58098602614 0.01107027783 + outer loop + vertex 4.4948558E+01 1.2397089E+02 -3.317432E+01 + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + vertex 4.8466497E+01 1.2884863E+02 -3.054251E+01 + endloop + endfacet + facet normal -0.9353984844 0.24145171613 0.25832294529 + outer loop + vertex 4.6072783E+01 1.2916251E+02 -4.551646E+01 + vertex 4.7434572E+01 1.2910650E+02 -4.053301E+01 + vertex 4.8407339E+01 1.3500000E+02 -4.251916E+01 + endloop + endfacet + facet normal -0.9571146585 0.24559506039 0.15367041608 + outer loop + vertex 4.7434572E+01 1.2910650E+02 -4.053301E+01 + vertex 4.8191263E+01 1.2893125E+02 -3.553997E+01 + vertex 4.9442231E+01 1.3500000E+02 -3.744754E+01 + endloop + endfacet + facet normal -0.547901322 0.78997940675 0.27520297642 + outer loop + vertex 3.6317550E+01 1.2088507E+02 -4.869526E+01 + vertex 3.8828752E+01 1.2129126E+02 -4.486170E+01 + vertex 4.1836879E+01 1.2443259E+02 -4.789011E+01 + endloop + endfacet + facet normal -0.7807087358 0.55797815613 0.28134364597 + outer loop + vertex 4.1836879E+01 1.2443259E+02 -4.789011E+01 + vertex 4.3566231E+01 1.2440190E+02 -4.303042E+01 + vertex 4.6072783E+01 1.2916251E+02 -4.551646E+01 + endloop + endfacet + facet normal -0.5829397859 0.79809619244 0.15239315479 + outer loop + vertex 3.8828752E+01 1.2129126E+02 -4.486170E+01 + vertex 3.9245645E+01 1.2078394E+02 -4.061011E+01 + vertex 4.3566231E+01 1.2440190E+02 -4.303042E+01 + endloop + endfacet + facet normal -0.804340999 0.56688268073 0.17798759407 + outer loop + vertex 4.3566231E+01 1.2440190E+02 -4.303042E+01 + vertex 4.4379096E+01 1.2404600E+02 -3.822348E+01 + vertex 4.7434572E+01 1.2910650E+02 -4.053301E+01 + endloop + endfacet + facet normal -0.2998125527 0.9535913039 -0.0278578238 + outer loop + vertex 3.4952687E+01 1.1865107E+02 -2.424892E+01 + vertex 3.5645356E+01 1.1873112E+02 -2.896342E+01 + vertex 3.1064360E+01 1.1735342E+02 -2.682131E+01 + endloop + endfacet + facet normal -0.3005699263 0.95369158804 0.01140501242 + outer loop + vertex 3.5645356E+01 1.1873112E+02 -2.896342E+01 + vertex 3.5585632E+01 1.1876792E+02 -3.361433E+01 + vertex 3.1015427E+01 1.1729962E+02 -3.127863E+01 + endloop + endfacet + facet normal -0.3678348796 0.92850952604 -0.0506711099 + outer loop + vertex 3.8514211E+01 1.2023165E+02 -2.114012E+01 + vertex 4.0000203E+01 1.2054556E+02 -2.617519E+01 + vertex 3.4952687E+01 1.1865107E+02 -2.424892E+01 + endloop + endfacet + facet normal -0.3810611859 0.92452720697 -0.0064665426 + outer loop + vertex 4.0000203E+01 1.2054556E+02 -2.617519E+01 + vertex 4.0580290E+01 1.2075125E+02 -3.095004E+01 + vertex 3.5645356E+01 1.1873112E+02 -2.896342E+01 + endloop + endfacet + facet normal -0.2846540127 0.95718698953 -0.0525847898 + outer loop + vertex 3.1064360E+01 1.1735342E+02 -2.682131E+01 + vertex 3.0064864E+01 1.1732457E+02 -2.193597E+01 + vertex 3.4952687E+01 1.1865107E+02 -2.424892E+01 + endloop + endfacet + facet normal -0.3426150849 0.93577921258 -0.0832596474 + outer loop + vertex 3.4952687E+01 1.1865107E+02 -2.424892E+01 + vertex 3.3586823E+01 1.1857256E+02 -1.951074E+01 + vertex 3.8514211E+01 1.2023165E+02 -2.114012E+01 + endloop + endfacet + facet normal -0.2761769514 0.95481247158 -0.1098154618 + outer loop + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + vertex 3.2736207E+01 1.1882425E+02 -1.518320E+01 + vertex 3.3586823E+01 1.1857256E+02 -1.951074E+01 + endloop + endfacet + facet normal -0.2659663252 0.95395170968 -0.1387012958 + outer loop + vertex 3.0086574E+01 1.1864284E+02 -1.135006E+01 + vertex 3.2736207E+01 1.1882425E+02 -1.518320E+01 + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + endloop + endfacet + facet normal -0.3130153123 0.9272724565 -0.2053952426 + outer loop + vertex 3.2646186E+01 1.2062853E+02 -6.286287E+00 + vertex 3.5081959E+01 1.2036284E+02 -1.119777E+01 + vertex 3.0086574E+01 1.1864284E+02 -1.135006E+01 + endloop + endfacet + facet normal -0.3427072938 0.92641032773 -0.1559346512 + outer loop + vertex 3.5081959E+01 1.2036284E+02 -1.119777E+01 + vertex 3.7201553E+01 1.2029902E+02 -1.623531E+01 + vertex 3.2736207E+01 1.1882425E+02 -1.518320E+01 + endloop + endfacet + facet normal -0.9694814663 0.21605781657 -0.1158650353 + outer loop + vertex 4.8612797E+01 1.2959024E+02 -2.570009E+01 + vertex 4.8139741E+01 1.3032714E+02 -2.036776E+01 + vertex 4.9442230E+01 1.3500000E+02 -2.255246E+01 + endloop + endfacet + facet normal -0.875269412 0.46245527536 -0.1415576728 + outer loop + vertex 4.6386140E+01 1.2614501E+02 -2.318760E+01 + vertex 4.8139741E+01 1.3032714E+02 -2.036776E+01 + vertex 4.8612797E+01 1.2959024E+02 -2.570009E+01 + endloop + endfacet + facet normal -0.828371562 0.47016045708 -0.3045483538 + outer loop + vertex 4.5017525E+01 1.3010062E+02 -1.062841E+01 + vertex 4.6807258E+01 1.3017626E+02 -1.537970E+01 + vertex 4.3728934E+01 1.2586514E+02 -1.366215E+01 + endloop + endfacet + facet normal -0.8598825098 0.46267852891 -0.2157096387 + outer loop + vertex 4.6807258E+01 1.3017626E+02 -1.537970E+01 + vertex 4.8139741E+01 1.3032714E+02 -2.036776E+01 + vertex 4.5344742E+01 1.2599292E+02 -1.852258E+01 + endloop + endfacet + facet normal -0.9035415556 0.18583472384 -0.3861063489 + outer loop + vertex 4.4916622E+01 1.3500000E+02 -8.034184E+00 + vertex 4.6919755E+01 1.3500000E+02 -1.272179E+01 + vertex 4.5017525E+01 1.3010062E+02 -1.062841E+01 + endloop + endfacet + facet normal -0.9382546061 0.1834805671 -0.2932800295 + outer loop + vertex 4.6919755E+01 1.3500000E+02 -1.272179E+01 + vertex 4.8407337E+01 1.3500000E+02 -1.748083E+01 + vertex 4.6807258E+01 1.3017626E+02 -1.537970E+01 + endloop + endfacet + facet normal -0.5730224664 0.81881983829 -0.0343413069 + outer loop + vertex 4.0580290E+01 1.2075125E+02 -3.095004E+01 + vertex 4.0000203E+01 1.2054556E+02 -2.617519E+01 + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + endloop + endfacet + facet normal -0.7182293804 0.68741994213 -0.1077050614 + outer loop + vertex 4.2971255E+01 1.2267083E+02 -2.258923E+01 + vertex 4.6386140E+01 1.2614501E+02 -2.318760E+01 + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + endloop + endfacet + facet normal -0.7181213384 0.68208347732 -0.1380719856 + outer loop + vertex 4.5344742E+01 1.2599292E+02 -1.852258E+01 + vertex 4.6386140E+01 1.2614501E+02 -2.318760E+01 + vertex 4.2971255E+01 1.2267083E+02 -2.258923E+01 + endloop + endfacet + facet normal -0.5013646331 0.8600769408 -0.0943459622 + outer loop + vertex 4.0000203E+01 1.2054556E+02 -2.617519E+01 + vertex 3.8514211E+01 1.2023165E+02 -2.114012E+01 + vertex 4.2971255E+01 1.2267083E+02 -2.258923E+01 + endloop + endfacet + facet normal -0.6928402645 0.70115089987 -0.1684036326 + outer loop + vertex 4.2971255E+01 1.2267083E+02 -2.258923E+01 + vertex 4.1599273E+01 1.2255959E+02 -1.740781E+01 + vertex 4.5344742E+01 1.2599292E+02 -1.852258E+01 + endloop + endfacet + facet normal -0.612165947 0.67628213361 -0.4097503254 + outer loop + vertex 3.9108001E+01 1.2643946E+02 -3.773237E+00 + vertex 3.7195594E+01 1.2281684E+02 -6.895151E+00 + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + endloop + endfacet + facet normal -0.4465117482 0.85381671795 -0.2676271116 + outer loop + vertex 3.7195594E+01 1.2281684E+02 -6.895151E+00 + vertex 3.5081959E+01 1.2036284E+02 -1.119777E+01 + vertex 3.2646186E+01 1.2062853E+02 -6.286287E+00 + endloop + endfacet + facet normal -0.6619096931 0.707392656 -0.2479338389 + outer loop + vertex 4.1599273E+01 1.2255959E+02 -1.740781E+01 + vertex 3.9648403E+01 1.2254071E+02 -1.225345E+01 + vertex 4.3728934E+01 1.2586514E+02 -1.366215E+01 + endloop + endfacet + facet normal -0.6294171234 0.70606604107 -0.3245070575 + outer loop + vertex 3.9648403E+01 1.2254071E+02 -1.225345E+01 + vertex 3.7195594E+01 1.2281684E+02 -6.895151E+00 + vertex 4.1557990E+01 1.2583994E+02 -8.778806E+00 + endloop + endfacet + facet normal -0.4820649796 0.86473284558 -0.1408916646 + outer loop + vertex 3.8514211E+01 1.2023165E+02 -2.114012E+01 + vertex 3.7201553E+01 1.2029902E+02 -1.623531E+01 + vertex 4.1599273E+01 1.2255959E+02 -1.740781E+01 + endloop + endfacet + facet normal -0.4594728622 0.86438113299 -0.2042790881 + outer loop + vertex 3.7201553E+01 1.2029902E+02 -1.623531E+01 + vertex 3.5081959E+01 1.2036284E+02 -1.119777E+01 + vertex 3.9648403E+01 1.2254071E+02 -1.225345E+01 + endloop + endfacet + facet normal -0.7956437118 0.49359332709 -0.3511647923 + outer loop + vertex 4.3728934E+01 1.2586514E+02 -1.366215E+01 + vertex 4.1557990E+01 1.2583994E+02 -8.778806E+00 + vertex 4.5017525E+01 1.3010062E+02 -1.062841E+01 + endloop + endfacet + facet normal -0.878172283 0.20958995078 -0.4299831321 + outer loop + vertex 4.5017525E+01 1.3010062E+02 -1.062841E+01 + vertex 4.2846998E+01 1.3014832E+02 -6.172197E+00 + vertex 4.4916622E+01 1.3500000E+02 -8.034184E+00 + endloop + endfacet + facet normal -0.7521815101 0.44241651024 -0.4883550013 + outer loop + vertex 3.9108001E+01 1.2643946E+02 -3.773237E+00 + vertex 4.0631942E+01 1.3086392E+02 -2.112204E+00 + vertex 4.2846998E+01 1.3014832E+02 -6.172197E+00 + endloop + endfacet + facet normal -0.733992179 0.44532145425 -0.5127809313 + outer loop + vertex 3.7542771E+01 1.2947667E+02 1.1048723E+00 + vertex 4.0631942E+01 1.3086392E+02 -2.112204E+00 + vertex 3.9108001E+01 1.2643946E+02 -3.773237E+00 + endloop + endfacet + facet normal -0.7420540967 0.21029648627 -0.6364991009 + outer loop + vertex 3.6245343E+01 1.3500000E+02 4.4423450E+00 + vertex 3.9559053E+01 1.3500000E+02 5.7909990E-01 + vertex 3.7542771E+01 1.2947667E+02 1.1048723E+00 + endloop + endfacet + facet normal -0.8109830898 0.15646543686 -0.5637596962 + outer loop + vertex 3.9559053E+01 1.3500000E+02 5.7909990E-01 + vertex 4.2445509E+01 1.3500000E+02 -3.573143E+00 + vertex 4.0631942E+01 1.3086392E+02 -2.112204E+00 + endloop + endfacet + facet normal -0.6347473463 0.54795076684 -0.544835538 + outer loop + vertex 3.9108001E+01 1.2643946E+02 -3.773237E+00 + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + vertex 3.7542771E+01 1.2947667E+02 1.1048723E+00 + endloop + endfacet + facet normal -0.704241802 0.23861244834 -0.6686610381 + outer loop + vertex 3.7542771E+01 1.2947667E+02 1.1048723E+00 + vertex 3.4158055E+01 1.2903841E+02 4.5133009E+00 + vertex 3.6245343E+01 1.3500000E+02 4.4423450E+00 + endloop + endfacet + facet normal -0.7621866183 0.63600204595 -0.120718501 + outer loop + vertex 1.4265848E+01 1.1000000E+02 -2.536475E+01 + vertex 1.7424172E+01 1.1375383E+02 -2.552869E+01 + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + endloop + endfacet + facet normal -0.7354183857 0.60546448489 -0.3042573836 + outer loop + vertex 1.5684123E+01 1.1370078E+02 -2.142840E+01 + vertex 1.7424172E+01 1.1375383E+02 -2.552869E+01 + vertex 1.4265848E+01 1.1000000E+02 -2.536475E+01 + endloop + endfacet + facet normal -0.2648711131 0.95272085138 -0.1488834201 + outer loop + vertex 1.8095886E+01 1.1507931E+02 -1.689766E+01 + vertex 2.0512750E+01 1.1506859E+02 -2.126599E+01 + vertex 1.5684123E+01 1.1370078E+02 -2.142840E+01 + endloop + endfacet + facet normal -0.2791143752 0.95578626325 -0.0925623277 + outer loop + vertex 2.0512750E+01 1.1506859E+02 -2.126599E+01 + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + vertex 1.7424172E+01 1.1375383E+02 -2.552869E+01 + endloop + endfacet + facet normal -0.687515931 0.63608721563 -0.3503068638 + outer loop + vertex 1.4265848E+01 1.1000000E+02 -2.536475E+01 + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + vertex 1.5684123E+01 1.1370078E+02 -2.142840E+01 + endloop + endfacet + facet normal -0.2299866579 0.95837695296 -0.1691737368 + outer loop + vertex 1.5684123E+01 1.1370078E+02 -2.142840E+01 + vertex 1.2996196E+01 1.1371835E+02 -1.767467E+01 + vertex 1.8095886E+01 1.1507931E+02 -1.689766E+01 + endloop + endfacet + facet normal -0.1674453233 0.96073109131 -0.2212641722 + outer loop + vertex 1.6489502E+01 1.1745021E+02 -3.093551E+00 + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + vertex 1.5976121E+01 1.1618308E+02 -8.206908E+00 + endloop + endfacet + facet normal -0.1579225056 0.97174526404 -0.1754184256 + outer loop + vertex 1.5976121E+01 1.1618308E+02 -8.206908E+00 + vertex 1.9972314E+01 1.1615153E+02 -1.197933E+01 + vertex 1.4707429E+01 1.1509394E+02 -1.309817E+01 + endloop + endfacet + facet normal -0.2364207471 0.96535224456 -0.1104548516 + outer loop + vertex 2.5222353E+01 1.1612345E+02 -2.096405E+01 + vertex 2.3080744E+01 1.1610963E+02 -1.650089E+01 + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + endloop + endfacet + facet normal -0.208925941 0.96595501031 -0.1525806974 + outer loop + vertex 2.3080744E+01 1.1610963E+02 -1.650089E+01 + vertex 1.9972314E+01 1.1615153E+02 -1.197933E+01 + vertex 2.5061833E+01 1.1729265E+02 -1.172410E+01 + endloop + endfacet + facet normal -0.2141726921 0.97466474145 -0.0644879812 + outer loop + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + vertex 2.0512750E+01 1.1506859E+02 -2.126599E+01 + vertex 2.5222353E+01 1.1612345E+02 -2.096405E+01 + endloop + endfacet + facet normal -0.1928680359 0.97514040068 -0.1091014193 + outer loop + vertex 2.0512750E+01 1.1506859E+02 -2.126599E+01 + vertex 1.8095886E+01 1.1507931E+02 -1.689766E+01 + vertex 2.3080744E+01 1.1610963E+02 -1.650089E+01 + endloop + endfacet + facet normal -0.0412525728 0.96299472216 -0.2663444956 + outer loop + vertex -1.127107E-14 1.1537990E+02 -6.326744E+00 + vertex 5.2783268E+00 1.1514734E+02 -7.985113E+00 + vertex -7.386570E-15 1.1390291E+02 -1.166695E+01 + endloop + endfacet + facet normal -0.1337372609 0.64357493076 -0.7536084219 + outer loop + vertex -7.386570E-15 1.1390291E+02 -1.166695E+01 + vertex 4.8809184E+00 1.1377151E+02 -1.264534E+01 + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + endloop + endfacet + facet normal -0.177479727 0.958797671 -0.221828701 + outer loop + vertex 1.2996196E+01 1.1371835E+02 -1.767467E+01 + vertex 9.3294802E+00 1.1373562E+02 -1.466639E+01 + vertex 1.4707429E+01 1.1509394E+02 -1.309817E+01 + endloop + endfacet + facet normal -0.1110345857 0.95881501615 -0.2614289303 + outer loop + vertex 9.3294802E+00 1.1373562E+02 -1.466639E+01 + vertex 4.8809184E+00 1.1377151E+02 -1.264534E+01 + vertex 1.0383159E+01 1.1510520E+02 -1.009084E+01 + endloop + endfacet + facet normal -0.5438564556 0.63909335116 -0.5438564556 + outer loop + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + vertex 8.8167788E+00 1.1000000E+02 -1.786475E+01 + vertex 1.2996196E+01 1.1371835E+02 -1.767467E+01 + endloop + endfacet + facet normal -0.3501672054 0.63646020065 -0.687241836 + outer loop + vertex 8.8167788E+00 1.1000000E+02 -1.786475E+01 + vertex 4.6352549E+00 1.1000000E+02 -1.573415E+01 + vertex 9.3294802E+00 1.1373562E+02 -1.466639E+01 + endloop + endfacet + facet normal -0.0234223302 0.96036815301 -0.2777488166 + outer loop + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + vertex 5.8164179E+00 1.1767567E+02 1.7906488E+00 + vertex -9.302107E-15 1.1653956E+02 -1.647153E+00 + endloop + endfacet + facet normal -0.0218841086 0.97040730835 -0.2404802314 + outer loop + vertex -9.302107E-15 1.1653956E+02 -1.647153E+00 + vertex 5.6958146E+00 1.1630339E+02 -3.118502E+00 + vertex -1.127107E-14 1.1537990E+02 -6.326744E+00 + endloop + endfacet + facet normal -0.1311763716 0.96524888344 -0.2260251148 + outer loop + vertex 1.5976121E+01 1.1618308E+02 -8.206908E+00 + vertex 1.0999072E+01 1.1618708E+02 -5.301359E+00 + vertex 1.6489502E+01 1.1745021E+02 -3.093551E+00 + endloop + endfacet + facet normal -0.0823077952 0.9643890854 -0.2513545679 + outer loop + vertex 1.0999072E+01 1.1618708E+02 -5.301359E+00 + vertex 5.6958146E+00 1.1630339E+02 -3.118502E+00 + vertex 1.1335612E+01 1.1753089E+02 -2.556739E-01 + endloop + endfacet + facet normal -0.125731444 0.97476819516 -0.1844412364 + outer loop + vertex 1.4707429E+01 1.1509394E+02 -1.309817E+01 + vertex 1.0383159E+01 1.1510520E+02 -1.009084E+01 + vertex 1.5976121E+01 1.1618308E+02 -8.206908E+00 + endloop + endfacet + facet normal -0.0785912065 0.97453180336 -0.2100266328 + outer loop + vertex 1.0383159E+01 1.1510520E+02 -1.009084E+01 + vertex 5.2783268E+00 1.1514734E+02 -7.985113E+00 + vertex 1.0999072E+01 1.1618708E+02 -5.301359E+00 + endloop + endfacet + facet normal -0.2465420534 0.95803051824 -0.1462687322 + outer loop + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + vertex 2.5061833E+01 1.1729265E+02 -1.172410E+01 + vertex 3.0086574E+01 1.1864284E+02 -1.135006E+01 + endloop + endfacet + facet normal -0.3005490243 0.92975368534 -0.212669623 + outer loop + vertex 3.0086574E+01 1.1864284E+02 -1.135006E+01 + vertex 2.7414494E+01 1.1875847E+02 -7.068330E+00 + vertex 3.2646186E+01 1.2062853E+02 -6.286287E+00 + endloop + endfacet + facet normal -0.2166089554 0.95721033372 -0.1919086696 + outer loop + vertex 2.5061833E+01 1.1729265E+02 -1.172410E+01 + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + vertex 2.7414494E+01 1.1875847E+02 -7.068330E+00 + endloop + endfacet + facet normal -0.2989832591 0.9190989213 -0.2566440797 + outer loop + vertex 2.7414494E+01 1.1875847E+02 -7.068330E+00 + vertex 2.5248131E+01 1.1921909E+02 -2.894998E+00 + vertex 3.0060264E+01 1.2110004E+02 -1.764888E+00 + endloop + endfacet + facet normal -0.1772829058 0.9556620837 -0.2351185936 + outer loop + vertex 1.6489502E+01 1.1745021E+02 -3.093551E+00 + vertex 2.1159503E+01 1.1896365E+02 -4.632696E-01 + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + endloop + endfacet + facet normal -0.1596405311 0.951246948 -0.263901771 + outer loop + vertex 1.6598049E+01 1.1902151E+02 2.5046327E+00 + vertex 2.1159503E+01 1.1896365E+02 -4.632696E-01 + vertex 1.6489502E+01 1.1745021E+02 -3.093551E+00 + endloop + endfacet + facet normal -0.1900696566 0.91177724696 -0.3640546354 + outer loop + vertex 1.6868647E+01 1.2121312E+02 7.8522457E+00 + vertex 2.1742299E+01 1.2114829E+02 5.1453795E+00 + vertex 1.6598049E+01 1.1902151E+02 2.5046327E+00 + endloop + endfacet + facet normal -0.2392134789 0.9129044037 -0.330730194 + outer loop + vertex 2.1742299E+01 1.2114829E+02 5.1453795E+00 + vertex 2.6193905E+01 1.2122883E+02 2.1479158E+00 + vertex 2.1159503E+01 1.1896365E+02 -4.632696E-01 + endloop + endfacet + facet normal -0.47067217 0.23801532475 -0.8495977952 + outer loop + vertex 2.5843877E+01 1.2928353E+02 1.1241231E+01 + vertex 2.1086106E+01 1.2934151E+02 1.3893250E+01 + vertex 2.4257267E+01 1.3500000E+02 1.3721677E+01 + endloop + endfacet + facet normal -0.3714686705 0.2363756524 -0.8978516458 + outer loop + vertex 2.1086106E+01 1.2934151E+02 1.3893250E+01 + vertex 1.6011188E+01 1.2936649E+02 1.5999477E+01 + vertex 1.9636007E+01 1.3500000E+02 1.5982902E+01 + endloop + endfacet + facet normal -0.3543553522 0.7869506462 -0.5051148036 + outer loop + vertex 2.6193905E+01 1.2122883E+02 2.1479158E+00 + vertex 2.1742299E+01 1.2114829E+02 5.1453795E+00 + vertex 2.6523678E+01 1.2457637E+02 7.1319140E+00 + endloop + endfacet + facet normal -0.443076269 0.55240476582 -0.7060682648 + outer loop + vertex 2.6523678E+01 1.2457637E+02 7.1319140E+00 + vertex 2.1809469E+01 1.2460753E+02 1.0114582E+01 + vertex 2.5843877E+01 1.2928353E+02 1.1241231E+01 + endloop + endfacet + facet normal -0.2915889233 0.78689682946 -0.5438467428 + outer loop + vertex 2.1742299E+01 1.2114829E+02 5.1453795E+00 + vertex 1.6868647E+01 1.2121312E+02 7.8522457E+00 + vertex 2.1809469E+01 1.2460753E+02 1.0114582E+01 + endloop + endfacet + facet normal -0.3551958706 0.54940551994 -0.7562998533 + outer loop + vertex 2.1809469E+01 1.2460753E+02 1.0114582E+01 + vertex 1.6713047E+01 1.2468149E+02 1.2561842E+01 + vertex 2.1086106E+01 1.2934151E+02 1.3893250E+01 + endloop + endfacet + facet normal -0.6484432892 0.24170722255 -0.7218718163 + outer loop + vertex 3.4158055E+01 1.2903841E+02 4.5133009E+00 + vertex 3.0232892E+01 1.2920101E+02 8.0936432E+00 + vertex 3.2551034E+01 1.3500000E+02 7.9529999E+00 + endloop + endfacet + facet normal -0.5628261421 0.23959288775 -0.7910891112 + outer loop + vertex 3.0232892E+01 1.2920101E+02 8.0936432E+00 + vertex 2.5843877E+01 1.2928353E+02 1.1241231E+01 + vertex 2.8534807E+01 1.3500000E+02 1.1058066E+01 + endloop + endfacet + facet normal -0.473880457 0.80583378698 -0.3550622765 + outer loop + vertex 3.2646186E+01 1.2062853E+02 -6.286287E+00 + vertex 3.0060264E+01 1.2110004E+02 -1.764888E+00 + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + endloop + endfacet + facet normal -0.6026066866 0.56402194381 -0.564574555 + outer loop + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + vertex 3.0849935E+01 1.2441894E+02 3.4293261E+00 + vertex 3.4158055E+01 1.2903841E+02 4.5133009E+00 + endloop + endfacet + facet normal -0.4210037303 0.79203777601 -0.4420769395 + outer loop + vertex 3.0060264E+01 1.2110004E+02 -1.764888E+00 + vertex 2.6193905E+01 1.2122883E+02 2.1479158E+00 + vertex 3.0849935E+01 1.2441894E+02 3.4293261E+00 + endloop + endfacet + facet normal -0.5282427872 0.55695990408 -0.6409018825 + outer loop + vertex 3.0849935E+01 1.2441894E+02 3.4293261E+00 + vertex 2.6523678E+01 1.2457637E+02 7.1319140E+00 + vertex 3.0232892E+01 1.2920101E+02 8.0936432E+00 + endloop + endfacet + facet normal -0.0189018805 0.88828005186 -0.4589131382 + outer loop + vertex 0.000000E+00 1.2197667E+02 1.2661092E+01 + vertex 5.8666676E+00 1.2155051E+02 1.1594566E+01 + vertex 0.000000E+00 1.1964200E+02 8.1420507E+00 + endloop + endfacet + facet normal -0.0192289376 0.94557175231 -0.3248450541 + outer loop + vertex 0.000000E+00 1.1964200E+02 8.1420507E+00 + vertex 5.8410681E+00 1.1929334E+02 6.7814079E+00 + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + endloop + endfacet + facet normal -0.1568961017 0.91660823267 -0.3677131505 + outer loop + vertex 1.6598049E+01 1.1902151E+02 2.5046327E+00 + vertex 1.1449271E+01 1.1912819E+02 4.9674384E+00 + vertex 1.6868647E+01 1.2121312E+02 7.8522457E+00 + endloop + endfacet + facet normal -0.1014865434 0.91226974415 -0.3968178366 + outer loop + vertex 1.1449271E+01 1.1912819E+02 4.9674384E+00 + vertex 5.8410681E+00 1.1929334E+02 6.7814079E+00 + vertex 1.1527970E+01 1.2133940E+02 1.0030803E+01 + endloop + endfacet + facet normal -0.1312619712 0.95512245745 -0.2655398015 + outer loop + vertex 1.6489502E+01 1.1745021E+02 -3.093551E+00 + vertex 1.1335612E+01 1.1753089E+02 -2.556739E-01 + vertex 1.6598049E+01 1.1902151E+02 2.5046327E+00 + endloop + endfacet + facet normal -0.0824377626 0.95352762367 -0.2898087062 + outer loop + vertex 1.1335612E+01 1.1753089E+02 -2.556739E-01 + vertex 5.8164179E+00 1.1767567E+02 1.7906488E+00 + vertex 1.1449271E+01 1.1912819E+02 4.9674384E+00 + endloop + endfacet + facet normal -0.0483260107 0.20337274921 -0.9779080333 + outer loop + vertex 0.000000E+00 1.3500000E+02 2.0000000E+01 + vertex 4.9297356E+00 1.3500000E+02 1.9756384E+01 + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + endloop + endfacet + facet normal -0.0394347028 0.49833963402 -0.8660845879 + outer loop + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + vertex 5.3728633E+00 1.2964208E+02 1.8527843E+01 + vertex 0.000000E+00 1.2542629E+02 1.6346739E+01 + endloop + endfacet + facet normal -0.0304874107 0.72975904149 -0.6830243474 + outer loop + vertex 0.000000E+00 1.2542629E+02 1.6346739E+01 + vertex 5.6943322E+00 1.2504045E+02 1.5680331E+01 + vertex 0.000000E+00 1.2197667E+02 1.2661092E+01 + endloop + endfacet + facet normal -0.270982031 0.23314348405 -0.9339233666 + outer loop + vertex 1.6011188E+01 1.2936649E+02 1.5999477E+01 + vertex 1.0745127E+01 1.2947440E+02 1.7554387E+01 + vertex 1.4902633E+01 1.3500000E+02 1.7727471E+01 + endloop + endfacet + facet normal -0.1667898808 0.22683436383 -0.9595453648 + outer loop + vertex 1.0745127E+01 1.2947440E+02 1.7554387E+01 + vertex 5.3728633E+00 1.2964208E+02 1.8527843E+01 + vertex 9.9883965E+00 1.3500000E+02 1.8992162E+01 + endloop + endfacet + facet normal -0.219417436 0.7821097506 -0.5832326524 + outer loop + vertex 1.6868647E+01 1.2121312E+02 7.8522457E+00 + vertex 1.1527970E+01 1.2133940E+02 1.0030803E+01 + vertex 1.6713047E+01 1.2468149E+02 1.2561842E+01 + endloop + endfacet + facet normal -0.2609531912 0.54537030774 -0.7965391763 + outer loop + vertex 1.6713047E+01 1.2468149E+02 1.2561842E+01 + vertex 1.1300340E+01 1.2480921E+02 1.4422539E+01 + vertex 1.6011188E+01 1.2936649E+02 1.5999477E+01 + endloop + endfacet + facet normal -0.1419238924 0.77311835137 -0.618179281 + outer loop + vertex 1.1527970E+01 1.2133940E+02 1.0030803E+01 + vertex 5.8666676E+00 1.2155051E+02 1.1594566E+01 + vertex 1.1300340E+01 1.2480921E+02 1.4422539E+01 + endloop + endfacet + facet normal -0.163643953 0.53636100683 -0.8279719361 + outer loop + vertex 1.1300340E+01 1.2480921E+02 1.4422539E+01 + vertex 5.6943322E+00 1.2504045E+02 1.5680331E+01 + vertex 1.0745127E+01 1.2947440E+02 1.7554387E+01 + endloop + endfacet + facet normal -0.1373461917 0.5142626893 -0.8465635889 + outer loop + vertex 5.6943322E+00 1.2504045E+02 1.5680331E+01 + vertex 5.3728633E+00 1.2964208E+02 1.8527843E+01 + vertex 1.0745127E+01 1.2947440E+02 1.7554387E+01 + endloop + endfacet + facet normal -0.1143313988 0.75299951071 -0.6480123981 + outer loop + vertex 5.8666676E+00 1.2155051E+02 1.1594566E+01 + vertex 5.6943322E+00 1.2504045E+02 1.5680331E+01 + vertex 1.1300340E+01 1.2480921E+02 1.4422539E+01 + endloop + endfacet + facet normal -0.2314725355 0.5230966277 -0.8202380041 + outer loop + vertex 1.1300340E+01 1.2480921E+02 1.4422539E+01 + vertex 1.0745127E+01 1.2947440E+02 1.7554387E+01 + vertex 1.6011188E+01 1.2936649E+02 1.5999477E+01 + endloop + endfacet + facet normal -0.1931599911 0.76498052808 -0.6144054113 + outer loop + vertex 1.1527970E+01 1.2133940E+02 1.0030803E+01 + vertex 1.1300340E+01 1.2480921E+02 1.4422539E+01 + vertex 1.6713047E+01 1.2468149E+02 1.2561842E+01 + endloop + endfacet + facet normal -0.14605868 0.20960568189 -0.9668155564 + outer loop + vertex 5.3728633E+00 1.2964208E+02 1.8527843E+01 + vertex 4.9297356E+00 1.3500000E+02 1.9756384E+01 + vertex 9.9883965E+00 1.3500000E+02 1.8992162E+01 + endloop + endfacet + facet normal -0.2435193208 0.21286639248 -0.9462485082 + outer loop + vertex 1.0745127E+01 1.2947440E+02 1.7554387E+01 + vertex 9.9883965E+00 1.3500000E+02 1.8992162E+01 + vertex 1.4902633E+01 1.3500000E+02 1.7727471E+01 + endloop + endfacet + facet normal -0.0630884431 0.75754181714 -0.6497309009 + outer loop + vertex 5.6943322E+00 1.2504045E+02 1.5680331E+01 + vertex 5.8666676E+00 1.2155051E+02 1.1594566E+01 + vertex 0.000000E+00 1.2197667E+02 1.2661092E+01 + endloop + endfacet + facet normal -0.0641851308 0.52187411648 -0.8506043002 + outer loop + vertex 5.3728633E+00 1.2964208E+02 1.8527843E+01 + vertex 5.6943322E+00 1.2504045E+02 1.5680331E+01 + vertex 0.000000E+00 1.2542629E+02 1.6346739E+01 + endloop + endfacet + facet normal -0.0639801227 0.21800648168 -0.9738478926 + outer loop + vertex 4.9297356E+00 1.3500000E+02 1.9756384E+01 + vertex 5.3728633E+00 1.2964208E+02 1.8527843E+01 + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + endloop + endfacet + facet normal -0.0714303095 0.94894968311 -0.3072331522 + outer loop + vertex 5.8164179E+00 1.1767567E+02 1.7906488E+00 + vertex 5.8410681E+00 1.1929334E+02 6.7814079E+00 + vertex 1.1449271E+01 1.1912819E+02 4.9674384E+00 + endloop + endfacet + facet normal -0.118091726 0.95030668155 -0.288047835 + outer loop + vertex 1.1335612E+01 1.1753089E+02 -2.556739E-01 + vertex 1.1449271E+01 1.1912819E+02 4.9674384E+00 + vertex 1.6598049E+01 1.1902151E+02 2.5046327E+00 + endloop + endfacet + facet normal -0.0831226538 0.90242294621 -0.4227569639 + outer loop + vertex 5.8410681E+00 1.1929334E+02 6.7814079E+00 + vertex 5.8666676E+00 1.2155051E+02 1.1594566E+01 + vertex 1.1527970E+01 1.2133940E+02 1.0030803E+01 + endloop + endfacet + facet normal -0.1394383182 0.90826403782 -0.3944786344 + outer loop + vertex 1.1449271E+01 1.1912819E+02 4.9674384E+00 + vertex 1.1527970E+01 1.2133940E+02 1.0030803E+01 + vertex 1.6868647E+01 1.2121312E+02 7.8522457E+00 + endloop + endfacet + facet normal -0.0309095292 0.95086643665 -0.3080545741 + outer loop + vertex 5.8410681E+00 1.1929334E+02 6.7814079E+00 + vertex 5.8164179E+00 1.1767567E+02 1.7906488E+00 + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + endloop + endfacet + facet normal -0.0447664459 0.90457015634 -0.4239679204 + outer loop + vertex 5.8666676E+00 1.2155051E+02 1.1594566E+01 + vertex 5.8410681E+00 1.1929334E+02 6.7814079E+00 + vertex 0.000000E+00 1.1964200E+02 8.1420507E+00 + endloop + endfacet + facet normal -0.4861526491 0.53380421937 -0.691887749 + outer loop + vertex 2.6523678E+01 1.2457637E+02 7.1319140E+00 + vertex 2.5843877E+01 1.2928353E+02 1.1241231E+01 + vertex 3.0232892E+01 1.2920101E+02 8.0936432E+00 + endloop + endfacet + facet normal -0.3947261406 0.77460165275 -0.494149323 + outer loop + vertex 2.6193905E+01 1.2122883E+02 2.1479158E+00 + vertex 2.6523678E+01 1.2457637E+02 7.1319140E+00 + vertex 3.0849935E+01 1.2441894E+02 3.4293261E+00 + endloop + endfacet + facet normal -0.5530137026 0.54409045335 -0.6309844874 + outer loop + vertex 3.0849935E+01 1.2441894E+02 3.4293261E+00 + vertex 3.0232892E+01 1.2920101E+02 8.0936432E+00 + vertex 3.4158055E+01 1.2903841E+02 4.5133009E+00 + endloop + endfacet + facet normal -0.4458393878 0.78349973043 -0.4328457146 + outer loop + vertex 3.0060264E+01 1.2110004E+02 -1.764888E+00 + vertex 3.0849935E+01 1.2441894E+02 3.4293261E+00 + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + endloop + endfacet + facet normal -0.5160699785 0.21637601134 -0.8287660701 + outer loop + vertex 2.5843877E+01 1.2928353E+02 1.1241231E+01 + vertex 2.4257267E+01 1.3500000E+02 1.3721677E+01 + vertex 2.8534807E+01 1.3500000E+02 1.1058066E+01 + endloop + endfacet + facet normal -0.5966881603 0.21980765621 -0.7717822449 + outer loop + vertex 3.0232892E+01 1.2920101E+02 8.0936432E+00 + vertex 2.8534807E+01 1.3500000E+02 1.1058066E+01 + vertex 3.2551034E+01 1.3500000E+02 7.9529999E+00 + endloop + endfacet + facet normal -0.3233568254 0.52783678116 -0.7853844256 + outer loop + vertex 1.6713047E+01 1.2468149E+02 1.2561842E+01 + vertex 1.6011188E+01 1.2936649E+02 1.5999477E+01 + vertex 2.1086106E+01 1.2934151E+02 1.3893250E+01 + endloop + endfacet + facet normal -0.2660164143 0.77197698355 -0.5773099724 + outer loop + vertex 1.6868647E+01 1.2121312E+02 7.8522457E+00 + vertex 1.6713047E+01 1.2468149E+02 1.2561842E+01 + vertex 2.1809469E+01 1.2460753E+02 1.0114582E+01 + endloop + endfacet + facet normal -0.4076917194 0.53077617059 -0.743010174 + outer loop + vertex 2.1809469E+01 1.2460753E+02 1.0114582E+01 + vertex 2.1086106E+01 1.2934151E+02 1.3893250E+01 + vertex 2.5843877E+01 1.2928353E+02 1.1241231E+01 + endloop + endfacet + facet normal -0.3337067808 0.77578156518 -0.5355396788 + outer loop + vertex 2.1742299E+01 1.2114829E+02 5.1453795E+00 + vertex 2.1809469E+01 1.2460753E+02 1.0114582E+01 + vertex 2.6523678E+01 1.2457637E+02 7.1319140E+00 + endloop + endfacet + facet normal -0.3377669148 0.21463597078 -0.9164305273 + outer loop + vertex 1.6011188E+01 1.2936649E+02 1.5999477E+01 + vertex 1.4902633E+01 1.3500000E+02 1.7727471E+01 + vertex 1.9636007E+01 1.3500000E+02 1.5982902E+01 + endloop + endfacet + facet normal -0.4293324906 0.21400375879 -0.8774257825 + outer loop + vertex 2.1086106E+01 1.2934151E+02 1.3893250E+01 + vertex 1.9636007E+01 1.3500000E+02 1.5982902E+01 + vertex 2.4257267E+01 1.3500000E+02 1.3721677E+01 + endloop + endfacet + facet normal -0.246617659 0.91527582023 -0.3185120142 + outer loop + vertex 2.6193905E+01 1.2122883E+02 2.1479158E+00 + vertex 2.5248131E+01 1.1921909E+02 -2.894998E+00 + vertex 2.1159503E+01 1.1896365E+02 -4.632696E-01 + endloop + endfacet + facet normal -0.2071664072 0.91868228807 -0.3363107689 + outer loop + vertex 2.1742299E+01 1.2114829E+02 5.1453795E+00 + vertex 2.1159503E+01 1.1896365E+02 -4.632696E-01 + vertex 1.6598049E+01 1.1902151E+02 2.5046327E+00 + endloop + endfacet + facet normal -0.1993668714 0.95125873476 -0.2352863577 + outer loop + vertex 2.1159503E+01 1.1896365E+02 -4.632696E-01 + vertex 2.5248131E+01 1.1921909E+02 -2.894998E+00 + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + endloop + endfacet + facet normal -0.2824247339 0.90817210459 -0.308965529 + outer loop + vertex 2.5248131E+01 1.1921909E+02 -2.894998E+00 + vertex 2.6193905E+01 1.2122883E+02 2.1479158E+00 + vertex 3.0060264E+01 1.2110004E+02 -1.764888E+00 + endloop + endfacet + facet normal -0.2171495057 0.95154247006 -0.2177453096 + outer loop + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + vertex 2.5248131E+01 1.1921909E+02 -2.894998E+00 + vertex 2.7414494E+01 1.1875847E+02 -7.068330E+00 + endloop + endfacet + facet normal -0.2899127498 0.92054705879 -0.261808537 + outer loop + vertex 2.7414494E+01 1.1875847E+02 -7.068330E+00 + vertex 3.0060264E+01 1.2110004E+02 -1.764888E+00 + vertex 3.2646186E+01 1.2062853E+02 -6.286287E+00 + endloop + endfacet + facet normal -0.243045336 0.95364981841 -0.1774288265 + outer loop + vertex 2.5061833E+01 1.1729265E+02 -1.172410E+01 + vertex 2.7414494E+01 1.1875847E+02 -7.068330E+00 + vertex 3.0086574E+01 1.1864284E+02 -1.135006E+01 + endloop + endfacet + facet normal -0.0711923166 0.97181340548 -0.2247450978 + outer loop + vertex 5.2783268E+00 1.1514734E+02 -7.985113E+00 + vertex 5.6958146E+00 1.1630339E+02 -3.118502E+00 + vertex 1.0999072E+01 1.1618708E+02 -5.301359E+00 + endloop + endfacet + facet normal -0.1184671543 0.97172106764 -0.2042638001 + outer loop + vertex 1.0383159E+01 1.1510520E+02 -1.009084E+01 + vertex 1.0999072E+01 1.1618708E+02 -5.301359E+00 + vertex 1.5976121E+01 1.1618308E+02 -8.206908E+00 + endloop + endfacet + facet normal -0.0737134275 0.96092830121 -0.2668016689 + outer loop + vertex 5.6958146E+00 1.1630339E+02 -3.118502E+00 + vertex 5.8164179E+00 1.1767567E+02 1.7906488E+00 + vertex 1.1335612E+01 1.1753089E+02 -2.556739E-01 + endloop + endfacet + facet normal -0.1214442818 0.96114839134 -0.2478811333 + outer loop + vertex 1.0999072E+01 1.1618708E+02 -5.301359E+00 + vertex 1.1335612E+01 1.1753089E+02 -2.556739E-01 + vertex 1.6489502E+01 1.1745021E+02 -3.093551E+00 + endloop + endfacet + facet normal -0.0289706586 0.97307365231 -0.2286664998 + outer loop + vertex 5.6958146E+00 1.1630339E+02 -3.118502E+00 + vertex 5.2783268E+00 1.1514734E+02 -7.985113E+00 + vertex -1.127107E-14 1.1537990E+02 -6.326744E+00 + endloop + endfacet + facet normal -0.0294167444 0.9628506893 -0.2684272812 + outer loop + vertex 5.8164179E+00 1.1767567E+02 1.7906488E+00 + vertex 5.6958146E+00 1.1630339E+02 -3.118502E+00 + vertex -9.302107E-15 1.1653956E+02 -1.647153E+00 + endloop + endfacet + facet normal -0.3229725064 0.61215650656 -0.7217708581 + outer loop + vertex 4.6352549E+00 1.1000000E+02 -1.573415E+01 + vertex 4.8809184E+00 1.1377151E+02 -1.264534E+01 + vertex 9.3294802E+00 1.1373562E+02 -1.466639E+01 + endloop + endfacet + facet normal -0.5056931244 0.60008092597 -0.6198204145 + outer loop + vertex 8.8167788E+00 1.1000000E+02 -1.786475E+01 + vertex 9.3294802E+00 1.1373562E+02 -1.466639E+01 + vertex 1.2996196E+01 1.1371835E+02 -1.767467E+01 + endloop + endfacet + facet normal -0.104862703 0.9561822691 -0.2733482793 + outer loop + vertex 4.8809184E+00 1.1377151E+02 -1.264534E+01 + vertex 5.2783268E+00 1.1514734E+02 -7.985113E+00 + vertex 1.0383159E+01 1.1510520E+02 -1.009084E+01 + endloop + endfacet + facet normal -0.1690765384 0.95423102333 -0.246690653 + outer loop + vertex 9.3294802E+00 1.1373562E+02 -1.466639E+01 + vertex 1.0383159E+01 1.1510520E+02 -1.009084E+01 + vertex 1.4707429E+01 1.1509394E+02 -1.309817E+01 + endloop + endfacet + facet normal -0.1210196466 0.63365906292 -0.7640879773 + outer loop + vertex 4.8809184E+00 1.1377151E+02 -1.264534E+01 + vertex 4.6352549E+00 1.1000000E+02 -1.573415E+01 + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + endloop + endfacet + facet normal -0.0304273771 0.95933462547 -0.2806265331 + outer loop + vertex 5.2783268E+00 1.1514734E+02 -7.985113E+00 + vertex 4.8809184E+00 1.1377151E+02 -1.264534E+01 + vertex -7.386570E-15 1.1390291E+02 -1.166695E+01 + endloop + endfacet + facet normal -0.1897751402 0.97187114828 -0.1394699513 + outer loop + vertex 1.8095886E+01 1.1507931E+02 -1.689766E+01 + vertex 1.9972314E+01 1.1615153E+02 -1.197933E+01 + vertex 2.3080744E+01 1.1610963E+02 -1.650089E+01 + endloop + endfacet + facet normal -0.2114884968 0.97240751549 -0.0984694852 + outer loop + vertex 2.0512750E+01 1.1506859E+02 -2.126599E+01 + vertex 2.3080744E+01 1.1610963E+02 -1.650089E+01 + vertex 2.5222353E+01 1.1612345E+02 -2.096405E+01 + endloop + endfacet + facet normal -0.2061857515 0.96092043529 -0.1847142466 + outer loop + vertex 1.9972314E+01 1.1615153E+02 -1.197933E+01 + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + vertex 2.5061833E+01 1.1729265E+02 -1.172410E+01 + endloop + endfacet + facet normal -0.2367278848 0.96144604128 -0.1399336208 + outer loop + vertex 2.3080744E+01 1.1610963E+02 -1.650089E+01 + vertex 2.5061833E+01 1.1729265E+02 -1.172410E+01 + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + endloop + endfacet + facet normal -0.1639783668 0.97499399855 -0.1499926598 + outer loop + vertex 1.9972314E+01 1.1615153E+02 -1.197933E+01 + vertex 1.8095886E+01 1.1507931E+02 -1.689766E+01 + vertex 1.4707429E+01 1.1509394E+02 -1.309817E+01 + endloop + endfacet + facet normal -0.1759363616 0.9650066039 -0.1944444679 + outer loop + vertex 2.1498502E+01 1.1749989E+02 -6.668460E+00 + vertex 1.9972314E+01 1.1615153E+02 -1.197933E+01 + vertex 1.5976121E+01 1.1618308E+02 -8.206908E+00 + endloop + endfacet + facet normal -0.2234900687 0.95333627999 -0.2029830694 + outer loop + vertex 1.2996196E+01 1.1371835E+02 -1.767467E+01 + vertex 1.4707429E+01 1.1509394E+02 -1.309817E+01 + vertex 1.8095886E+01 1.1507931E+02 -1.689766E+01 + endloop + endfacet + facet normal -0.6524356982 0.59451907257 -0.4699731184 + outer loop + vertex 1.2135255E+01 1.1000000E+02 -2.118322E+01 + vertex 1.2996196E+01 1.1371835E+02 -1.767467E+01 + vertex 1.5684123E+01 1.1370078E+02 -2.142840E+01 + endloop + endfacet + facet normal -0.2757325131 0.96106563877 -0.0180116411 + outer loop + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + vertex 1.8662282E+01 1.1404230E+02 -2.908988E+01 + vertex 1.7424172E+01 1.1375383E+02 -2.552869E+01 + endloop + endfacet + facet normal -0.2679881292 0.95807849286 -0.1013309633 + outer loop + vertex 2.0512750E+01 1.1506859E+02 -2.126599E+01 + vertex 1.7424172E+01 1.1375383E+02 -2.552869E+01 + vertex 1.5684123E+01 1.1370078E+02 -2.142840E+01 + endloop + endfacet + facet normal -0.7058826794 0.68233168858 -0.1901397108 + outer loop + vertex 1.7424172E+01 1.1375383E+02 -2.552869E+01 + vertex 1.8662282E+01 1.1404230E+02 -2.908988E+01 + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + endloop + endfacet + facet normal -0.6709542512 0.22651266544 -0.7060541092 + outer loop + vertex 3.4158055E+01 1.2903841E+02 4.5133009E+00 + vertex 3.2551034E+01 1.3500000E+02 7.9529999E+00 + vertex 3.6245343E+01 1.3500000E+02 4.4423450E+00 + endloop + endfacet + facet normal -0.6278733988 0.54759657377 -0.5530940132 + outer loop + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + vertex 3.4158055E+01 1.2903841E+02 4.5133009E+00 + vertex 3.7542771E+01 1.2947667E+02 1.1048723E+00 + endloop + endfacet + facet normal -0.845956297 0.19572188521 -0.4960351673 + outer loop + vertex 4.2445509E+01 1.3500000E+02 -3.573143E+00 + vertex 4.2846998E+01 1.3014832E+02 -6.172197E+00 + vertex 4.0631942E+01 1.3086392E+02 -2.112204E+00 + endloop + endfacet + facet normal -0.7490439035 0.21374337818 -0.627094091 + outer loop + vertex 3.9559053E+01 1.3500000E+02 5.7909990E-01 + vertex 4.0631942E+01 1.3086392E+02 -2.112204E+00 + vertex 3.7542771E+01 1.2947667E+02 1.1048723E+00 + endloop + endfacet + facet normal -0.7597038744 0.48759076084 -0.4302386235 + outer loop + vertex 4.2846998E+01 1.3014832E+02 -6.172197E+00 + vertex 4.1557990E+01 1.2583994E+02 -8.778806E+00 + vertex 3.9108001E+01 1.2643946E+02 -3.773237E+00 + endloop + endfacet + facet normal -0.859825146 0.18399377747 -0.4762845874 + outer loop + vertex 4.2846998E+01 1.3014832E+02 -6.172197E+00 + vertex 4.2445509E+01 1.3500000E+02 -3.573143E+00 + vertex 4.4916622E+01 1.3500000E+02 -8.034184E+00 + endloop + endfacet + facet normal -0.790367094 0.47243757719 -0.3900289634 + outer loop + vertex 4.1557990E+01 1.2583994E+02 -8.778806E+00 + vertex 4.2846998E+01 1.3014832E+02 -6.172197E+00 + vertex 4.5017525E+01 1.3010062E+02 -1.062841E+01 + endloop + endfacet + facet normal -0.463709104 0.84820359739 -0.2559775854 + outer loop + vertex 3.5081959E+01 1.2036284E+02 -1.119777E+01 + vertex 3.7195594E+01 1.2281684E+02 -6.895151E+00 + vertex 3.9648403E+01 1.2254071E+02 -1.225345E+01 + endloop + endfacet + facet normal -0.487404551 0.85413686395 -0.181347791 + outer loop + vertex 3.7201553E+01 1.2029902E+02 -1.623531E+01 + vertex 3.9648403E+01 1.2254071E+02 -1.225345E+01 + vertex 4.1599273E+01 1.2255959E+02 -1.740781E+01 + endloop + endfacet + facet normal -0.6322868826 0.66960255468 -0.3896738595 + outer loop + vertex 3.7195594E+01 1.2281684E+02 -6.895151E+00 + vertex 3.9108001E+01 1.2643946E+02 -3.773237E+00 + vertex 4.1557990E+01 1.2583994E+02 -8.778806E+00 + endloop + endfacet + facet normal -0.6626637837 0.69005539451 -0.2910330948 + outer loop + vertex 3.9648403E+01 1.2254071E+02 -1.225345E+01 + vertex 4.1557990E+01 1.2583994E+02 -8.778806E+00 + vertex 4.3728934E+01 1.2586514E+02 -1.366215E+01 + endloop + endfacet + facet normal -0.4421753422 0.81516140249 -0.3741561902 + outer loop + vertex 3.7195594E+01 1.2281684E+02 -6.895151E+00 + vertex 3.2646186E+01 1.2062853E+02 -6.286287E+00 + vertex 3.4792212E+01 1.2423743E+02 -9.598548E-01 + endloop + endfacet + facet normal -0.6939067243 0.6879652011 -0.2125966604 + outer loop + vertex 4.1599273E+01 1.2255959E+02 -1.740781E+01 + vertex 4.3728934E+01 1.2586514E+02 -1.366215E+01 + vertex 4.5344742E+01 1.2599292E+02 -1.852258E+01 + endloop + endfacet + facet normal -0.5054966456 0.85506406632 -0.1154927865 + outer loop + vertex 3.8514211E+01 1.2023165E+02 -2.114012E+01 + vertex 4.1599273E+01 1.2255959E+02 -1.740781E+01 + vertex 4.2971255E+01 1.2267083E+02 -2.258923E+01 + endloop + endfacet + facet normal -0.8416804312 0.53994766667 -0.0055289159 + outer loop + vertex 4.6386140E+01 1.2614501E+02 -2.318760E+01 + vertex 4.8612797E+01 1.2959024E+02 -2.570009E+01 + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + endloop + endfacet + facet normal -0.5689898284 0.82219153624 -0.0158635712 + outer loop + vertex 4.0000203E+01 1.2054556E+02 -2.617519E+01 + vertex 4.2971255E+01 1.2267083E+02 -2.258923E+01 + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + endloop + endfacet + facet normal -0.9468150399 0.20661944062 -0.246677293 + outer loop + vertex 4.8407337E+01 1.3500000E+02 -1.748083E+01 + vertex 4.8139741E+01 1.3032714E+02 -2.036776E+01 + vertex 4.6807258E+01 1.3017626E+02 -1.537970E+01 + endloop + endfacet + facet normal -0.9161061115 0.20966794144 -0.3417439784 + outer loop + vertex 4.6919755E+01 1.3500000E+02 -1.272179E+01 + vertex 4.6807258E+01 1.3017626E+02 -1.537970E+01 + vertex 4.5017525E+01 1.3010062E+02 -1.062841E+01 + endloop + endfacet + facet normal -0.859729322 0.47936013542 -0.1762933732 + outer loop + vertex 4.8139741E+01 1.3032714E+02 -2.036776E+01 + vertex 4.6386140E+01 1.2614501E+02 -2.318760E+01 + vertex 4.5344742E+01 1.2599292E+02 -1.852258E+01 + endloop + endfacet + facet normal -0.8316207754 0.48878848487 -0.2636146866 + outer loop + vertex 4.6807258E+01 1.3017626E+02 -1.537970E+01 + vertex 4.5344742E+01 1.2599292E+02 -1.852258E+01 + vertex 4.3728934E+01 1.2586514E+02 -1.366215E+01 + endloop + endfacet + facet normal -0.9643737486 0.17680142013 -0.1967854946 + outer loop + vertex 4.8139741E+01 1.3032714E+02 -2.036776E+01 + vertex 4.8407337E+01 1.3500000E+02 -1.748083E+01 + vertex 4.9442230E+01 1.3500000E+02 -2.255246E+01 + endloop + endfacet + facet normal -0.3368112767 0.9338279953 -0.1205132319 + outer loop + vertex 3.7201553E+01 1.2029902E+02 -1.623531E+01 + vertex 3.3586823E+01 1.1857256E+02 -1.951074E+01 + vertex 3.2736207E+01 1.1882425E+02 -1.518320E+01 + endloop + endfacet + facet normal -0.3158326181 0.93269076203 -0.1741772079 + outer loop + vertex 3.5081959E+01 1.2036284E+02 -1.119777E+01 + vertex 3.2736207E+01 1.1882425E+02 -1.518320E+01 + vertex 3.0086574E+01 1.1864284E+02 -1.135006E+01 + endloop + endfacet + facet normal -0.2711030688 0.95744657334 -0.0989908343 + outer loop + vertex 3.3586823E+01 1.1857256E+02 -1.951074E+01 + vertex 3.0064864E+01 1.1732457E+02 -2.193597E+01 + vertex 2.8265162E+01 1.1735428E+02 -1.671983E+01 + endloop + endfacet + facet normal -0.3486361466 0.93123383628 -0.1060960859 + outer loop + vertex 3.3586823E+01 1.1857256E+02 -1.951074E+01 + vertex 3.7201553E+01 1.2029902E+02 -1.623531E+01 + vertex 3.8514211E+01 1.2023165E+02 -2.114012E+01 + endloop + endfacet + facet normal -0.2912101476 0.95422963559 -0.0681355451 + outer loop + vertex 3.0064864E+01 1.1732457E+02 -2.193597E+01 + vertex 3.3586823E+01 1.1857256E+02 -1.951074E+01 + vertex 3.4952687E+01 1.1865107E+02 -2.424892E+01 + endloop + endfacet + facet normal -0.3746211873 0.92709840464 0.01214553849 + outer loop + vertex 4.0580290E+01 1.2075125E+02 -3.095004E+01 + vertex 3.5585632E+01 1.1876792E+02 -3.361433E+01 + vertex 3.5645356E+01 1.1873112E+02 -2.896342E+01 + endloop + endfacet + facet normal -0.3637017374 0.93075498971 -0.0376323709 + outer loop + vertex 4.0000203E+01 1.2054556E+02 -2.617519E+01 + vertex 3.5645356E+01 1.1873112E+02 -2.896342E+01 + vertex 3.4952687E+01 1.1865107E+02 -2.424892E+01 + endloop + endfacet + facet normal -0.2910290925 0.95619072355 0.03164439159 + outer loop + vertex 3.5585632E+01 1.1876792E+02 -3.361433E+01 + vertex 3.0876927E+01 1.1740393E+02 -3.570435E+01 + vertex 3.1015427E+01 1.1729962E+02 -3.127863E+01 + endloop + endfacet + facet normal -0.2915668661 0.95651405364 -0.0083443277 + outer loop + vertex 3.5645356E+01 1.1873112E+02 -2.896342E+01 + vertex 3.1015427E+01 1.1729962E+02 -3.127863E+01 + vertex 3.1064360E+01 1.1735342E+02 -2.682131E+01 + endloop + endfacet + facet normal -0.816891337 0.55867922485 0.14340874175 + outer loop + vertex 4.4379096E+01 1.2404600E+02 -3.822348E+01 + vertex 4.8191263E+01 1.2893125E+02 -3.553997E+01 + vertex 4.7434572E+01 1.2910650E+02 -4.053301E+01 + endloop + endfacet + facet normal -0.5807196223 0.79875446846 0.15734045689 + outer loop + vertex 3.9245645E+01 1.2078394E+02 -4.061011E+01 + vertex 4.4379096E+01 1.2404600E+02 -3.822348E+01 + vertex 4.3566231E+01 1.2440190E+02 -4.303042E+01 + endloop + endfacet + facet normal -0.8079182745 0.54386639791 0.22688632168 + outer loop + vertex 4.3566231E+01 1.2440190E+02 -4.303042E+01 + vertex 4.7434572E+01 1.2910650E+02 -4.053301E+01 + vertex 4.6072783E+01 1.2916251E+02 -4.551646E+01 + endloop + endfacet + facet normal -0.5928595525 0.77583299746 0.21587197841 + outer loop + vertex 3.8828752E+01 1.2129126E+02 -4.486170E+01 + vertex 4.3566231E+01 1.2440190E+02 -4.303042E+01 + vertex 4.1836879E+01 1.2443259E+02 -4.789011E+01 + endloop + endfacet + facet normal -0.9684238205 0.2299218794 0.09639104302 + outer loop + vertex 4.8191263E+01 1.2893125E+02 -3.553997E+01 + vertex 4.9940214E+01 1.3500000E+02 -3.244439E+01 + vertex 4.9442231E+01 1.3500000E+02 -3.744754E+01 + endloop + endfacet + facet normal -0.9550645118 0.22331887816 0.19488575363 + outer loop + vertex 4.7434572E+01 1.2910650E+02 -4.053301E+01 + vertex 4.9442231E+01 1.3500000E+02 -3.744754E+01 + vertex 4.8407339E+01 1.3500000E+02 -4.251916E+01 + endloop + endfacet + facet normal -0.8303074931 0.55409087439 -0.0597726508 + outer loop + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + vertex 4.8612797E+01 1.2959024E+02 -2.570009E+01 + vertex 4.8466497E+01 1.2884863E+02 -3.054251E+01 + endloop + endfacet + facet normal -0.5913714213 0.80637818936 0.00583590416 + outer loop + vertex 4.0580290E+01 1.2075125E+02 -3.095004E+01 + vertex 4.5041837E+01 1.2400117E+02 -2.790605E+01 + vertex 4.4948558E+01 1.2397089E+02 -3.317432E+01 + endloop + endfacet + facet normal -0.8236174265 0.56450250975 0.05469233202 + outer loop + vertex 4.4948558E+01 1.2397089E+02 -3.317432E+01 + vertex 4.8466497E+01 1.2884863E+02 -3.054251E+01 + vertex 4.8191263E+01 1.2893125E+02 -3.553997E+01 + endloop + endfacet + facet normal -0.5850370863 0.80724793626 0.07798959611 + outer loop + vertex 4.0105002E+01 1.2072037E+02 -3.586284E+01 + vertex 4.4948558E+01 1.2397089E+02 -3.317432E+01 + vertex 4.4379096E+01 1.2404600E+02 -3.822348E+01 + endloop + endfacet + facet normal -0.9738029971 0.2057011697 -0.0969265272 + outer loop + vertex 4.8612797E+01 1.2959024E+02 -2.570009E+01 + vertex 4.9442230E+01 1.3500000E+02 -2.255246E+01 + vertex 4.9940214E+01 1.3500000E+02 -2.755561E+01 + endloop + endfacet + facet normal -0.9724808966 0.2329826298 -1.770310E-08 + outer loop + vertex 4.8466497E+01 1.2884863E+02 -3.054251E+01 + vertex 4.9940214E+01 1.3500000E+02 -2.755561E+01 + vertex 4.9940214E+01 1.3500000E+02 -3.244439E+01 + endloop + endfacet + facet normal -0.3631318716 0.9250102721 0.11176421761 + outer loop + vertex 3.9245645E+01 1.2078394E+02 -4.061011E+01 + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + vertex 3.4833964E+01 1.1879911E+02 -3.851673E+01 + endloop + endfacet + facet normal -0.3694291538 0.92715183379 0.06254260488 + outer loop + vertex 4.0105002E+01 1.2072037E+02 -3.586284E+01 + vertex 3.4833964E+01 1.1879911E+02 -3.851673E+01 + vertex 3.5585632E+01 1.1876792E+02 -3.361433E+01 + endloop + endfacet + facet normal -0.2737895034 0.95446938162 0.11843777862 + outer loop + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + vertex 2.7947842E+01 1.1743044E+02 -4.450975E+01 + vertex 2.9932672E+01 1.1748452E+02 -4.035726E+01 + endloop + endfacet + facet normal -0.2842564689 0.95586941548 0.0742423089 + outer loop + vertex 3.4833964E+01 1.1879911E+02 -3.851673E+01 + vertex 2.9932672E+01 1.1748452E+02 -4.035726E+01 + vertex 3.0876927E+01 1.1740393E+02 -3.570435E+01 + endloop + endfacet + facet normal -0.3416524361 0.92357819464 0.17400267603 + outer loop + vertex 3.6317550E+01 1.2088507E+02 -4.869526E+01 + vertex 3.1015772E+01 1.1888265E+02 -4.847675E+01 + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + endloop + endfacet + facet normal -0.2752645304 0.95176650065 0.13553584972 + outer loop + vertex 2.7947842E+01 1.1743044E+02 -4.450975E+01 + vertex 3.3699725E+01 1.1898824E+02 -4.376728E+01 + vertex 3.1015772E+01 1.1888265E+02 -4.847675E+01 + endloop + endfacet + facet normal -0.7016381509 0.56042902009 0.44002638399 + outer loop + vertex 4.1801607E+01 1.2907744E+02 -5.474498E+01 + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + vertex 3.9381339E+01 1.2425860E+02 -5.246679E+01 + endloop + endfacet + facet normal -0.858754179 0.23898459272 0.45324124322 + outer loop + vertex 4.4916620E+01 1.3500000E+02 -5.196582E+01 + vertex 4.1801607E+01 1.2907744E+02 -5.474498E+01 + vertex 4.4160545E+01 1.2914530E+02 -5.031129E+01 + endloop + endfacet + facet normal -0.7399444587 0.55790643236 0.37579596952 + outer loop + vertex 4.4160545E+01 1.2914530E+02 -5.031129E+01 + vertex 3.9381339E+01 1.2425860E+02 -5.246679E+01 + vertex 4.1836879E+01 1.2443259E+02 -4.789011E+01 + endloop + endfacet + facet normal -0.9021810919 0.23922790068 0.35894190186 + outer loop + vertex 4.6919756E+01 1.3500000E+02 -4.727821E+01 + vertex 4.4160545E+01 1.2914530E+02 -5.031129E+01 + vertex 4.6072783E+01 1.2916251E+02 -4.551646E+01 + endloop + endfacet + facet normal -0.496636477 0.78358297193 0.37329604319 + outer loop + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + vertex 3.1172610E+01 1.2122716E+02 -5.734293E+01 + vertex 3.4091063E+01 1.2108599E+02 -5.316388E+01 + endloop + endfacet + facet normal -0.51971275 0.80179471838 0.29499811366 + outer loop + vertex 3.9381339E+01 1.2425860E+02 -5.246679E+01 + vertex 3.4091063E+01 1.2108599E+02 -5.316388E+01 + vertex 3.6317550E+01 1.2088507E+02 -4.869526E+01 + endloop + endfacet + facet normal -0.7414482511 0.22194500736 0.63324158478 + outer loop + vertex 3.9559050E+01 1.3500000E+02 -6.057910E+01 + vertex 3.6600998E+01 1.2916048E+02 -6.199593E+01 + vertex 3.9756231E+01 1.3001487E+02 -5.860099E+01 + endloop + endfacet + facet normal -0.834664098 0.23252571829 0.49926709671 + outer loop + vertex 4.2445505E+01 1.3500000E+02 -5.642686E+01 + vertex 3.9756231E+01 1.3001487E+02 -5.860099E+01 + vertex 4.1801607E+01 1.2907744E+02 -5.474498E+01 + endloop + endfacet + facet normal -0.6272101885 0.55665066121 0.54474528064 + outer loop + vertex 3.6600998E+01 1.2916048E+02 -6.199593E+01 + vertex 3.2721863E+01 1.2447889E+02 -6.167839E+01 + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + endloop + endfacet + facet normal -0.489348205 0.77256219093 0.40458125931 + outer loop + vertex 3.1172610E+01 1.2122716E+02 -5.734293E+01 + vertex 3.6677525E+01 1.2473795E+02 -5.738863E+01 + vertex 3.2721863E+01 1.2447889E+02 -6.167839E+01 + endloop + endfacet + facet normal -0.5123682108 0.53796413325 0.66938285598 + outer loop + vertex 2.9360046E+01 1.2950667E+02 -6.893861E+01 + vertex 2.5221107E+01 1.2507918E+02 -6.854845E+01 + vertex 2.8919266E+01 1.2462029E+02 -6.534896E+01 + endloop + endfacet + facet normal -0.6318121423 0.23445145498 0.73881386837 + outer loop + vertex 3.2551035E+01 1.3500000E+02 -6.795300E+01 + vertex 2.9360046E+01 1.2950667E+02 -6.893861E+01 + vertex 3.3141793E+01 1.2925451E+02 -6.562456E+01 + endloop + endfacet + facet normal -0.5676782686 0.55348905038 0.60941878409 + outer loop + vertex 3.3141793E+01 1.2925451E+02 -6.562456E+01 + vertex 2.8919266E+01 1.2462029E+02 -6.534896E+01 + vertex 3.2721863E+01 1.2447889E+02 -6.167839E+01 + endloop + endfacet + facet normal -0.6996467658 0.23941290428 0.6731833809 + outer loop + vertex 3.6245342E+01 1.3500000E+02 -6.444235E+01 + vertex 3.3141793E+01 1.2925451E+02 -6.562456E+01 + vertex 3.6600998E+01 1.2916048E+02 -6.199593E+01 + endloop + endfacet + facet normal -0.3777724034 0.76124691299 0.52705896128 + outer loop + vertex 2.5221107E+01 1.2507918E+02 -6.854845E+01 + vertex 2.0763400E+01 1.2195644E+02 -6.723327E+01 + vertex 2.3684419E+01 1.2130523E+02 -6.419906E+01 + endloop + endfacet + facet normal -0.3889923083 0.7827610854 0.48576750331 + outer loop + vertex 2.8919266E+01 1.2462029E+02 -6.534896E+01 + vertex 2.3684419E+01 1.2130523E+02 -6.419906E+01 + vertex 2.7433404E+01 1.2119649E+02 -6.102172E+01 + endloop + endfacet + facet normal -0.3006986332 0.91494457629 0.26917792318 + outer loop + vertex 3.1172610E+01 1.2122716E+02 -5.734293E+01 + vertex 2.5537927E+01 1.1916423E+02 -5.662549E+01 + vertex 2.8695165E+01 1.1907598E+02 -5.279856E+01 + endloop + endfacet + facet normal -0.3278022484 0.91945322253 0.21714386363 + outer loop + vertex 3.4091063E+01 1.2108599E+02 -5.316388E+01 + vertex 2.8695165E+01 1.1907598E+02 -5.279856E+01 + vertex 3.1015772E+01 1.1888265E+02 -4.847675E+01 + endloop + endfacet + facet normal -0.206667758 0.95215448892 0.22514499112 + outer loop + vertex 2.5537927E+01 1.1916423E+02 -5.662549E+01 + vertex 2.0280492E+01 1.1760168E+02 -5.484333E+01 + vertex 2.3689036E+01 1.1774144E+02 -5.230554E+01 + endloop + endfacet + facet normal -0.235495434 0.95328297099 0.18919164295 + outer loop + vertex 2.8695165E+01 1.1907598E+02 -5.279856E+01 + vertex 2.3689036E+01 1.1774144E+02 -5.230554E+01 + vertex 2.5492128E+01 1.1743994E+02 -4.854198E+01 + endloop + endfacet + facet normal -0.2956136142 0.90930136788 0.29288839766 + outer loop + vertex 2.5537927E+01 1.1916423E+02 -5.662549E+01 + vertex 3.1172610E+01 1.2122716E+02 -5.734293E+01 + vertex 2.7433404E+01 1.2119649E+02 -6.102172E+01 + endloop + endfacet + facet normal -0.2010613633 0.9498158126 0.23963357511 + outer loop + vertex 2.0280492E+01 1.1760168E+02 -5.484333E+01 + vertex 2.5537927E+01 1.1916423E+02 -5.662549E+01 + vertex 2.1665048E+01 1.1914124E+02 -5.978384E+01 + endloop + endfacet + facet normal -0.211601987 0.89374756583 0.39552482562 + outer loop + vertex 2.3684419E+01 1.2130523E+02 -6.419906E+01 + vertex 2.0763400E+01 1.2195644E+02 -6.723327E+01 + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + endloop + endfacet + facet normal -0.1646937772 0.94790008115 0.27269286002 + outer loop + vertex 1.6683266E+01 1.1772060E+02 -5.785438E+01 + vertex 2.1665048E+01 1.1914124E+02 -5.978384E+01 + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + endloop + endfacet + facet normal -0.4050480664 0.49835118834 0.76653907728 + outer loop + vertex 2.1024755E+01 1.2530327E+02 -7.119377E+01 + vertex 2.5192948E+01 1.2970649E+02 -7.185392E+01 + vertex 2.0730358E+01 1.2981989E+02 -7.428573E+01 + endloop + endfacet + facet normal -0.3262269565 0.50238348346 0.80074141169 + outer loop + vertex 1.6668393E+01 1.2516292E+02 -7.301882E+01 + vertex 2.0730358E+01 1.2981989E+02 -7.428573E+01 + vertex 1.6078488E+01 1.2980771E+02 -7.617329E+01 + endloop + endfacet + facet normal -0.517713028 0.20184084868 0.83140452994 + outer loop + vertex 2.5192948E+01 1.2970649E+02 -7.185392E+01 + vertex 2.8534810E+01 1.3500000E+02 -7.105806E+01 + vertex 2.4257271E+01 1.3500000E+02 -7.372167E+01 + endloop + endfacet + facet normal -0.4308601101 0.19747243734 0.88054767164 + outer loop + vertex 2.0730358E+01 1.2981989E+02 -7.428573E+01 + vertex 2.4257271E+01 1.3500000E+02 -7.372167E+01 + vertex 1.9636007E+01 1.3500000E+02 -7.598290E+01 + endloop + endfacet + facet normal -0.4348457202 0.52168024763 0.73400198834 + outer loop + vertex 2.5192948E+01 1.2970649E+02 -7.185392E+01 + vertex 2.1024755E+01 1.2530327E+02 -7.119377E+01 + vertex 2.5221107E+01 1.2507918E+02 -6.854845E+01 + endloop + endfacet + facet normal -0.5509342945 0.22707508833 0.80306183287 + outer loop + vertex 2.8534810E+01 1.3500000E+02 -7.105806E+01 + vertex 2.5192948E+01 1.2970649E+02 -7.185392E+01 + vertex 2.9360046E+01 1.2950667E+02 -6.893861E+01 + endloop + endfacet + facet normal -0.1726999914 0.74936784878 0.63923590338 + outer loop + vertex 1.2236250E+01 1.2528882E+02 -7.458888E+01 + vertex 8.2705602E+00 1.2176813E+02 -7.153301E+01 + vertex 1.2515417E+01 1.2161521E+02 -7.020693E+01 + endloop + endfacet + facet normal -0.2322529752 0.75647037681 0.61140095234 + outer loop + vertex 1.6668393E+01 1.2516292E+02 -7.301882E+01 + vertex 1.2515417E+01 1.2161521E+02 -7.020693E+01 + vertex 1.6686726E+01 1.2153639E+02 -6.852485E+01 + endloop + endfacet + facet normal -0.2702390202 0.74410018297 0.61097118561 + outer loop + vertex 2.1024755E+01 1.2530327E+02 -7.119377E+01 + vertex 1.6686726E+01 1.2153639E+02 -6.852485E+01 + vertex 2.0763400E+01 1.2195644E+02 -6.723327E+01 + endloop + endfacet + facet normal -0.1786262004 0.21355144689 0.96046262815 + outer loop + vertex 9.9883909E+00 1.3500000E+02 -7.899216E+01 + vertex 6.0290379E+00 1.3011824E+02 -7.864310E+01 + vertex 1.1231399E+01 1.2991973E+02 -7.763143E+01 + endloop + endfacet + facet normal -0.2765620884 0.21755203141 0.93604728774 + outer loop + vertex 1.4902629E+01 1.3500000E+02 -7.772747E+01 + vertex 1.1231399E+01 1.2991973E+02 -7.763143E+01 + vertex 1.6078488E+01 1.2980771E+02 -7.617329E+01 + endloop + endfacet + facet normal -0.1158187561 0.49492204589 0.86118417556 + outer loop + vertex 6.0290379E+00 1.3011824E+02 -7.864310E+01 + vertex 3.4287783E+00 1.2582531E+02 -7.652566E+01 + vertex 7.7504472E+00 1.2552263E+02 -7.577050E+01 + endloop + endfacet + facet normal -0.194388971 0.50881587153 0.83864136365 + outer loop + vertex 1.1231399E+01 1.2991973E+02 -7.763143E+01 + vertex 7.7504472E+00 1.2552263E+02 -7.577050E+01 + vertex 1.2236250E+01 1.2528882E+02 -7.458888E+01 + endloop + endfacet + facet normal -0.0483259832 0.20337278543 0.97790802712 + outer loop + vertex 4.9297329E+00 1.3500000E+02 -7.975638E+01 + vertex 0.000000E+00 1.3500000E+02 -8.000000E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal -0.0579004982 0.46960306738 0.88097700958 + outer loop + vertex 3.4287783E+00 1.2582531E+02 -7.652566E+01 + vertex 6.0290379E+00 1.3011824E+02 -7.864310E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal -0.0492470957 0.72921255424 0.68251283819 + outer loop + vertex 3.4287783E+00 1.2582531E+02 -7.652566E+01 + vertex -1.853039E-14 1.2542629E+02 -7.634674E+01 + vertex 0.000000E+00 1.2197667E+02 -7.266109E+01 + endloop + endfacet + facet normal -0.1100791676 0.73718095756 0.66666844283 + outer loop + vertex 7.7504472E+00 1.2552263E+02 -7.577050E+01 + vertex 4.0823938E+00 1.2194923E+02 -7.242481E+01 + vertex 8.2705602E+00 1.2176813E+02 -7.153301E+01 + endloop + endfacet + facet normal -0.1249187448 0.90384061749 0.40922786483 + outer loop + vertex 1.2515417E+01 1.2161521E+02 -7.020693E+01 + vertex 8.4407297E+00 1.1939057E+02 -6.653729E+01 + vertex 1.2827276E+01 1.1932515E+02 -6.505380E+01 + endloop + endfacet + facet normal -0.1696620711 0.90575293639 0.38836374682 + outer loop + vertex 1.6686726E+01 1.2153639E+02 -6.852485E+01 + vertex 1.2827276E+01 1.1932515E+02 -6.505380E+01 + vertex 1.7649343E+01 1.1941150E+02 -6.314859E+01 + endloop + endfacet + facet normal -0.0619241472 0.94978035789 0.30672898749 + outer loop + vertex 8.4407297E+00 1.1939057E+02 -6.653729E+01 + vertex 4.2160148E+00 1.1782329E+02 -6.253716E+01 + vertex 8.4167490E+00 1.1775675E+02 -6.148305E+01 + endloop + endfacet + facet normal -0.1002854895 0.9506287729 0.29367968387 + outer loop + vertex 1.2827276E+01 1.1932515E+02 -6.505380E+01 + vertex 8.4167490E+00 1.1775675E+02 -6.148305E+01 + vertex 1.2711712E+01 1.1778164E+02 -6.009699E+01 + endloop + endfacet + facet normal -0.0205889142 0.88825044582 0.45889785586 + outer loop + vertex 4.0823938E+00 1.2194923E+02 -7.242481E+01 + vertex 0.000000E+00 1.2197667E+02 -7.266109E+01 + vertex 0.000000E+00 1.1964200E+02 -6.814205E+01 + endloop + endfacet + facet normal -0.0790710557 0.89908040906 0.43058354148 + outer loop + vertex 8.2705602E+00 1.2176813E+02 -7.153301E+01 + vertex 4.1894772E+00 1.1949228E+02 -6.753035E+01 + vertex 8.4407297E+00 1.1939057E+02 -6.653729E+01 + endloop + endfacet + facet normal -0.01363939 0.94565863561 0.32487491736 + outer loop + vertex 4.1894772E+00 1.1949228E+02 -6.753035E+01 + vertex 0.000000E+00 1.1964200E+02 -6.814205E+01 + vertex 0.000000E+00 1.1792665E+02 -6.314894E+01 + endloop + endfacet + facet normal -0.2620903088 0.96467182221 -0.0267758379 + outer loop + vertex 3.1064360E+01 1.1735342E+02 -2.682131E+01 + vertex 2.6554560E+01 1.1606706E+02 -2.902245E+01 + vertex 2.6950613E+01 1.1628755E+02 -2.495539E+01 + endloop + endfacet + facet normal -0.2533698944 0.96483044474 -0.0700421982 + outer loop + vertex 3.0064864E+01 1.1732457E+02 -2.193597E+01 + vertex 2.6950613E+01 1.1628755E+02 -2.495539E+01 + vertex 2.5222353E+01 1.1612345E+02 -2.096405E+01 + endloop + endfacet + facet normal -0.2197277301 0.97544972806 -0.0147496665 + outer loop + vertex 2.6554560E+01 1.1606706E+02 -2.902245E+01 + vertex 2.2349788E+01 1.1508792E+02 -3.113752E+01 + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + endloop + endfacet + facet normal -0.2703782336 0.96271530439 -0.00865179 + outer loop + vertex 2.6554560E+01 1.1606706E+02 -2.902245E+01 + vertex 3.1064360E+01 1.1735342E+02 -2.682131E+01 + vertex 3.1015427E+01 1.1729962E+02 -3.127863E+01 + endloop + endfacet + facet normal -0.2317374612 0.9727228979 0.01038811774 + outer loop + vertex 2.2349788E+01 1.1508792E+02 -3.113752E+01 + vertex 2.6554560E+01 1.1606706E+02 -2.902245E+01 + vertex 2.6382879E+01 1.1607220E+02 -3.333363E+01 + endloop + endfacet + facet normal -0.2501207847 0.96396969197 0.09056503749 + outer loop + vertex 2.9932672E+01 1.1748452E+02 -4.035726E+01 + vertex 2.4604442E+01 1.1614252E+02 -4.078846E+01 + vertex 2.6510729E+01 1.1630573E+02 -3.726093E+01 + endloop + endfacet + facet normal -0.2599888546 0.96437364649 0.04888011271 + outer loop + vertex 3.0876927E+01 1.1740393E+02 -3.570435E+01 + vertex 2.6510729E+01 1.1630573E+02 -3.726093E+01 + vertex 2.6382879E+01 1.1607220E+02 -3.333363E+01 + endloop + endfacet + facet normal -0.2076821461 0.9747023783 0.08260387348 + outer loop + vertex 2.4604442E+01 1.1614252E+02 -4.078846E+01 + vertex 1.9979781E+01 1.1513592E+02 -4.053824E+01 + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + endloop + endfacet + facet normal -0.2509925099 0.96200767511 0.10744297555 + outer loop + vertex 2.4604442E+01 1.1614252E+02 -4.078846E+01 + vertex 2.9932672E+01 1.1748452E+02 -4.035726E+01 + vertex 2.7947842E+01 1.1743044E+02 -4.450975E+01 + endloop + endfacet + facet normal -0.2055021505 0.97215292327 0.11263906928 + outer loop + vertex 1.9979781E+01 1.1513592E+02 -4.053824E+01 + vertex 2.4604442E+01 1.1614252E+02 -4.078846E+01 + vertex 2.2454277E+01 1.1616631E+02 -4.491667E+01 + endloop + endfacet + facet normal -0.2795402164 0.96004366688 -0.0131690963 + outer loop + vertex 1.8662282E+01 1.1404230E+02 -2.908988E+01 + vertex 2.2462192E+01 1.1519306E+02 -2.585915E+01 + vertex 2.2349788E+01 1.1508792E+02 -3.113752E+01 + endloop + endfacet + facet normal -0.749222919 0.64865297167 0.13384446178 + outer loop + vertex 1.5000000E+01 1.1000000E+02 -3.000000E+01 + vertex 1.8662282E+01 1.1404230E+02 -2.908988E+01 + vertex 1.7698817E+01 1.1373704E+02 -3.300370E+01 + endloop + endfacet + facet normal -0.2310300518 0.96069416125 0.15392155054 + outer loop + vertex 1.9979781E+01 1.1513592E+02 -4.053824E+01 + vertex 1.5350808E+01 1.1403709E+02 -4.062785E+01 + vertex 1.6543765E+01 1.1374514E+02 -3.701504E+01 + endloop + endfacet + facet normal -0.270440629 0.95942296518 0.07980877182 + outer loop + vertex 2.1755388E+01 1.1513492E+02 -3.606215E+01 + vertex 1.6543765E+01 1.1374514E+02 -3.701504E+01 + vertex 1.7698817E+01 1.1373704E+02 -3.300370E+01 + endloop + endfacet + facet normal -0.6854552558 0.6718603555 0.2806327761 + outer loop + vertex 1.6543765E+01 1.1374514E+02 -3.701504E+01 + vertex 1.5350808E+01 1.1403709E+02 -4.062785E+01 + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + endloop + endfacet + facet normal -0.2310868954 0.96120204435 0.15063026483 + outer loop + vertex 1.5350808E+01 1.1403709E+02 -4.062785E+01 + vertex 1.9979781E+01 1.1513592E+02 -4.053824E+01 + vertex 1.7578116E+01 1.1519817E+02 -4.461989E+01 + endloop + endfacet + facet normal -0.5146252357 0.65703025548 0.55088302765 + outer loop + vertex 1.2135255E+01 1.1000000E+02 -3.881678E+01 + vertex 1.5350808E+01 1.1403709E+02 -4.062785E+01 + vertex 1.2315130E+01 1.1376122E+02 -4.313469E+01 + endloop + endfacet + facet normal -0.2076100764 0.96214909542 0.17654227352 + outer loop + vertex 2.5492128E+01 1.1743994E+02 -4.854198E+01 + vertex 2.3689036E+01 1.1774144E+02 -5.230554E+01 + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + endloop + endfacet + facet normal -0.18362993 0.97127040024 0.15137324212 + outer loop + vertex 1.7578116E+01 1.1519817E+02 -4.461989E+01 + vertex 2.2454277E+01 1.1616631E+02 -4.491667E+01 + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + endloop + endfacet + facet normal -0.1887649073 0.96131656382 0.20059480024 + outer loop + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + vertex 2.3689036E+01 1.1774144E+02 -5.230554E+01 + vertex 2.0280492E+01 1.1760168E+02 -5.484333E+01 + endloop + endfacet + facet normal -0.1546865266 0.97117138634 0.18137865593 + outer loop + vertex 1.4458932E+01 1.1517882E+02 -4.760005E+01 + vertex 1.9730559E+01 1.1632719E+02 -4.925303E+01 + vertex 1.6066580E+01 1.1635880E+02 -5.254708E+01 + endloop + endfacet + facet normal -0.1590833171 0.96057938404 0.22799066905 + outer loop + vertex 1.6066580E+01 1.1635880E+02 -5.254708E+01 + vertex 2.0280492E+01 1.1760168E+02 -5.484333E+01 + vertex 1.6683266E+01 1.1772060E+02 -5.785438E+01 + endloop + endfacet + facet normal -0.122994082 0.97021267802 0.20870988289 + outer loop + vertex 1.1771692E+01 1.1535690E+02 -5.042064E+01 + vertex 1.6066580E+01 1.1635880E+02 -5.254708E+01 + vertex 1.2227184E+01 1.1641741E+02 -5.508211E+01 + endloop + endfacet + facet normal -0.1258813508 0.9602705346 0.24906703097 + outer loop + vertex 1.2227184E+01 1.1641741E+02 -5.508211E+01 + vertex 1.6683266E+01 1.1772060E+02 -5.785438E+01 + vertex 1.2711712E+01 1.1778164E+02 -6.009699E+01 + endloop + endfacet + facet normal -0.088661996 0.97140057698 0.22027248921 + outer loop + vertex 7.9642163E+00 1.1516524E+02 -5.127595E+01 + vertex 1.2227184E+01 1.1641741E+02 -5.508211E+01 + vertex 8.2051749E+00 1.1635777E+02 -5.643800E+01 + endloop + endfacet + facet normal -0.0167629241 0.96049671532 0.27778600439 + outer loop + vertex 4.2160148E+00 1.1782329E+02 -6.253716E+01 + vertex 0.000000E+00 1.1792665E+02 -6.314894E+01 + vertex 0.000000E+00 1.1653956E+02 -5.835285E+01 + endloop + endfacet + facet normal -0.0612264029 0.96248744967 0.26432789641 + outer loop + vertex 8.4167490E+00 1.1775675E+02 -6.148305E+01 + vertex 4.1677361E+00 1.1641424E+02 -5.757880E+01 + vertex 8.2051749E+00 1.1635777E+02 -5.643800E+01 + endloop + endfacet + facet normal -0.0154835183 0.9705234042 0.24050900725 + outer loop + vertex 4.1677361E+00 1.1641424E+02 -5.757880E+01 + vertex 0.000000E+00 1.1653956E+02 -5.835285E+01 + vertex 0.000000E+00 1.1537990E+02 -5.367326E+01 + endloop + endfacet + facet normal -0.2030999627 0.95716549822 0.20636039873 + outer loop + vertex 1.2315130E+01 1.1376122E+02 -4.313469E+01 + vertex 1.7578116E+01 1.1519817E+02 -4.461989E+01 + vertex 1.4458932E+01 1.1517882E+02 -4.760005E+01 + endloop + endfacet + facet normal -0.4909811295 0.61943847166 0.61256306642 + outer loop + vertex 8.8167788E+00 1.1000000E+02 -4.213525E+01 + vertex 1.2315130E+01 1.1376122E+02 -4.313469E+01 + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + endloop + endfacet + facet normal -0.034185811 0.96325181503 0.26641559857 + outer loop + vertex 3.9811085E+00 1.1518830E+02 -5.246968E+01 + vertex 0.000000E+00 1.1537990E+02 -5.367326E+01 + vertex 0.000000E+00 1.1390291E+02 -4.833305E+01 + endloop + endfacet + facet normal -0.1094917506 0.96175997291 0.25105639018 + outer loop + vertex 7.9642163E+00 1.1516524E+02 -5.127595E+01 + vertex 4.2414042E+00 1.1374675E+02 -4.746554E+01 + vertex 8.8076270E+00 1.1390894E+02 -4.609540E+01 + endloop + endfacet + facet normal -0.1305012802 0.64385503176 0.7539364124 + outer loop + vertex 4.2414042E+00 1.1374675E+02 -4.746554E+01 + vertex 0.000000E+00 1.1390291E+02 -4.833305E+01 + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + endloop + endfacet + facet normal 0.11902810193 0.64889076965 -0.7515138588 + outer loop + vertex -4.635255E+00 1.1000000E+02 -1.573415E+01 + vertex -4.249483E+00 1.1381494E+02 -1.237907E+01 + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + endloop + endfacet + facet normal 0.28730121094 0.61601156326 -0.7334764946 + outer loop + vertex -8.447053E+00 1.1377964E+02 -1.405289E+01 + vertex -4.249483E+00 1.1381494E+02 -1.237907E+01 + vertex -4.635255E+00 1.1000000E+02 -1.573415E+01 + endloop + endfacet + facet normal 0.14080750212 0.95635431024 -0.2560462471 + outer loop + vertex -1.283350E+01 1.1514328E+02 -1.137184E+01 + vertex -8.558118E+00 1.1518198E+02 -8.876110E+00 + vertex -8.447053E+00 1.1377964E+02 -1.405289E+01 + endloop + endfacet + facet normal 0.02554061435 0.96216369464 -0.2712723756 + outer loop + vertex -4.249483E+00 1.1381494E+02 -1.237907E+01 + vertex -4.185816E+00 1.1525589E+02 -7.262222E+00 + vertex -7.386570E-15 1.1390291E+02 -1.166695E+01 + endloop + endfacet + facet normal 0.08385097535 0.95889810634 -0.2710782831 + outer loop + vertex -8.558118E+00 1.1518198E+02 -8.876110E+00 + vertex -4.185816E+00 1.1525589E+02 -7.262222E+00 + vertex -4.249483E+00 1.1381494E+02 -1.237907E+01 + endloop + endfacet + facet normal 0.34519816008 0.64949685114 -0.6774895354 + outer loop + vertex -4.635255E+00 1.1000000E+02 -1.573415E+01 + vertex -8.816779E+00 1.1000000E+02 -1.786475E+01 + vertex -8.447053E+00 1.1377964E+02 -1.405289E+01 + endloop + endfacet + facet normal 0.15967663084 0.96063264782 -0.2273505872 + outer loop + vertex -8.447053E+00 1.1377964E+02 -1.405289E+01 + vertex -1.220968E+01 1.1376631E+02 -1.675184E+01 + vertex -1.283350E+01 1.1514328E+02 -1.137184E+01 + endloop + endfacet + facet normal 0.02369427112 0.971745691 -0.2348380155 + outer loop + vertex -4.185816E+00 1.1525589E+02 -7.262222E+00 + vertex -3.677722E+00 1.1656671E+02 -1.786846E+00 + vertex -1.127107E-14 1.1537990E+02 -6.326744E+00 + endloop + endfacet + facet normal 0.0483718475 0.97035472591 -0.2367949963 + outer loop + vertex -8.208942E+00 1.1638561E+02 -3.454620E+00 + vertex -3.677722E+00 1.1656671E+02 -1.786846E+00 + vertex -4.185816E+00 1.1525589E+02 -7.262222E+00 + endloop + endfacet + facet normal 0.08248709759 0.95944562866 -0.2695551231 + outer loop + vertex -1.228316E+01 1.1763414E+02 -2.573892E-01 + vertex -6.727403E+00 1.1780143E+02 2.0381939E+00 + vertex -8.208942E+00 1.1638561E+02 -3.454620E+00 + endloop + endfacet + facet normal 0.02935737152 0.95784399363 -0.2857849342 + outer loop + vertex -6.727403E+00 1.1780143E+02 2.0381939E+00 + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + vertex -3.677722E+00 1.1656671E+02 -1.786846E+00 + endloop + endfacet + facet normal 0.06484818647 0.9732843054 -0.2202552464 + outer loop + vertex -4.185816E+00 1.1525589E+02 -7.262222E+00 + vertex -8.558118E+00 1.1518198E+02 -8.876110E+00 + vertex -8.208942E+00 1.1638561E+02 -3.454620E+00 + endloop + endfacet + facet normal 0.10280447521 0.9639494496 -0.2454235084 + outer loop + vertex -8.208942E+00 1.1638561E+02 -3.454620E+00 + vertex -1.283945E+01 1.1626991E+02 -5.848695E+00 + vertex -1.228316E+01 1.1763414E+02 -2.573892E-01 + endloop + endfacet + facet normal 0.1666747834 0.97176188344 -0.167028017 + outer loop + vertex -2.103049E+01 1.1624601E+02 -1.265312E+01 + vertex -1.729178E+01 1.1624396E+02 -8.934230E+00 + vertex -1.669433E+01 1.1513424E+02 -1.479435E+01 + endloop + endfacet + facet normal 0.13155295916 0.97133503893 -0.1979951037 + outer loop + vertex -1.729178E+01 1.1624396E+02 -8.934230E+00 + vertex -1.283945E+01 1.1626991E+02 -5.848695E+00 + vertex -1.283350E+01 1.1514328E+02 -1.137184E+01 + endloop + endfacet + facet normal 0.21166089914 0.96033174977 -0.1815560359 + outer loop + vertex -2.611680E+01 1.1755791E+02 -1.164357E+01 + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + vertex -2.103049E+01 1.1624601E+02 -1.265312E+01 + endloop + endfacet + facet normal 0.17358794441 0.96032889071 -0.2182559214 + outer loop + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + vertex -1.729723E+01 1.1752366E+02 -3.307873E+00 + vertex -1.729178E+01 1.1624396E+02 -8.934230E+00 + endloop + endfacet + facet normal 0.26161173754 0.96044507002 -0.0954178508 + outer loop + vertex -2.194308E+01 1.1513025E+02 -2.474418E+01 + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + vertex -1.764714E+01 1.1406860E+02 -2.365208E+01 + endloop + endfacet + facet normal 0.74816491304 0.65793070919 -0.0858862317 + outer loop + vertex -1.788680E+01 1.1374917E+02 -2.818682E+01 + vertex -1.764714E+01 1.1406860E+02 -2.365208E+01 + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + endloop + endfacet + facet normal 0.21652558942 0.96044413235 -0.1751106443 + outer loop + vertex -1.220968E+01 1.1376631E+02 -1.675184E+01 + vertex -1.530475E+01 1.1383504E+02 -2.020194E+01 + vertex -1.669433E+01 1.1513424E+02 -1.479435E+01 + endloop + endfacet + facet normal 0.24837664633 0.9631256201 -0.1034315303 + outer loop + vertex -1.530475E+01 1.1383504E+02 -2.020194E+01 + vertex -1.764714E+01 1.1406860E+02 -2.365208E+01 + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + endloop + endfacet + facet normal 0.53985147974 0.6458488675 -0.5398514797 + outer loop + vertex -8.816779E+00 1.1000000E+02 -1.786475E+01 + vertex -1.213525E+01 1.1000000E+02 -2.118322E+01 + vertex -1.220968E+01 1.1376631E+02 -1.675184E+01 + endloop + endfacet + facet normal 0.678042127 0.64877009595 -0.3454797195 + outer loop + vertex -1.213525E+01 1.1000000E+02 -2.118322E+01 + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + vertex -1.530475E+01 1.1383504E+02 -2.020194E+01 + endloop + endfacet + facet normal 0.21385029288 0.97160979616 -0.1012050208 + outer loop + vertex -2.526789E+01 1.1611299E+02 -2.121497E+01 + vertex -2.417302E+01 1.1637822E+02 -1.635511E+01 + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + endloop + endfacet + facet normal 0.19455181427 0.97218182963 -0.1304303711 + outer loop + vertex -2.417302E+01 1.1637822E+02 -1.635511E+01 + vertex -2.103049E+01 1.1624601E+02 -1.265312E+01 + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + endloop + endfacet + facet normal 0.21864375578 0.96402369603 -0.1511728201 + outer loop + vertex -2.103049E+01 1.1624601E+02 -1.265312E+01 + vertex -2.417302E+01 1.1637822E+02 -1.635511E+01 + vertex -2.611680E+01 1.1755791E+02 -1.164357E+01 + endloop + endfacet + facet normal 0.24177459691 0.9644034632 -0.1071027752 + outer loop + vertex -2.417302E+01 1.1637822E+02 -1.635511E+01 + vertex -2.526789E+01 1.1611299E+02 -2.121497E+01 + vertex -2.875879E+01 1.1750391E+02 -1.657084E+01 + endloop + endfacet + facet normal 0.14032482384 0.9056278595 -0.4001838626 + outer loop + vertex -1.683445E+01 1.2125632E+02 7.9493998E+00 + vertex -1.138078E+01 1.2138447E+02 1.0151742E+01 + vertex -1.170835E+01 1.1920747E+02 5.1102627E+00 + endloop + endfacet + facet normal 0.12128131512 0.94896135305 -0.2911411909 + outer loop + vertex -1.690307E+01 1.1908488E+02 2.5467027E+00 + vertex -1.170835E+01 1.1920747E+02 5.1102627E+00 + vertex -1.228316E+01 1.1763414E+02 -2.573892E-01 + endloop + endfacet + facet normal 0.0449568021 0.90108715328 -0.4313013194 + outer loop + vertex 0.000000E+00 1.1964200E+02 8.1420507E+00 + vertex -5.852267E+00 1.1933297E+02 6.8864096E+00 + vertex -5.732946E+00 1.2171578E+02 1.1877091E+01 + endloop + endfacet + facet normal 0.10178223181 0.91087078034 -0.3999434945 + outer loop + vertex -5.852267E+00 1.1933297E+02 6.8864096E+00 + vertex -1.170835E+01 1.1920747E+02 5.1102627E+00 + vertex -1.138078E+01 1.2138447E+02 1.0151742E+01 + endloop + endfacet + facet normal 0.03289171693 0.95131655874 -0.3064554454 + outer loop + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + vertex -6.727403E+00 1.1780143E+02 2.0381939E+00 + vertex -5.852267E+00 1.1933297E+02 6.8864096E+00 + endloop + endfacet + facet normal 0.09073822501 0.95300253229 -0.2890549221 + outer loop + vertex -6.727403E+00 1.1780143E+02 2.0381939E+00 + vertex -1.228316E+01 1.1763414E+02 -2.573892E-01 + vertex -1.170835E+01 1.1920747E+02 5.1102627E+00 + endloop + endfacet + facet normal 0.24368370924 0.20977132325 -0.9468971654 + outer loop + vertex -1.490316E+01 1.3500000E+02 1.7727306E+01 + vertex -9.987606E+00 1.3500000E+02 1.8992323E+01 + vertex -1.077971E+01 1.2955655E+02 1.7582558E+01 + endloop + endfacet + facet normal 0.22878130505 0.52071776433 -0.822503571 + outer loop + vertex -1.594462E+01 1.2934865E+02 1.6014307E+01 + vertex -1.077971E+01 1.2955655E+02 1.7582558E+01 + vertex -1.096580E+01 1.2488435E+02 1.4572880E+01 + endloop + endfacet + facet normal 0.18839110004 0.76134040457 -0.6203785794 + outer loop + vertex -1.651852E+01 1.2468146E+02 1.2637681E+01 + vertex -1.096580E+01 1.2488435E+02 1.4572880E+01 + vertex -1.138078E+01 1.2138447E+02 1.0151742E+01 + endloop + endfacet + facet normal 0.04515797398 0.20040592467 -0.9786716624 + outer loop + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + vertex -5.893742E+00 1.3042613E+02 1.8775316E+01 + vertex -4.929347E+00 1.3500000E+02 1.9756422E+01 + endloop + endfacet + facet normal 0.19436569723 0.21932980363 -0.9560943536 + outer loop + vertex -5.893742E+00 1.3042613E+02 1.8775316E+01 + vertex -1.077971E+01 1.2955655E+02 1.7582558E+01 + vertex -9.987606E+00 1.3500000E+02 1.8992323E+01 + endloop + endfacet + facet normal 0.05855280796 0.73695717435 -0.6733986129 + outer loop + vertex 0.000000E+00 1.2197667E+02 1.2661092E+01 + vertex -5.732946E+00 1.2171578E+02 1.1877091E+01 + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + endloop + endfacet + facet normal 0.04104983482 0.49830719214 -0.8660282058 + outer loop + vertex 0.000000E+00 1.2542629E+02 1.6346739E+01 + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + endloop + endfacet + facet normal 0.14503537477 0.76910145775 -0.6224529603 + outer loop + vertex -5.732946E+00 1.2171578E+02 1.1877091E+01 + vertex -1.138078E+01 1.2138447E+02 1.0151742E+01 + vertex -1.096580E+01 1.2488435E+02 1.4572880E+01 + endloop + endfacet + facet normal 0.16841447483 0.5290521228 -0.8317093339 + outer loop + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + vertex -1.096580E+01 1.2488435E+02 1.4572880E+01 + vertex -1.077971E+01 1.2955655E+02 1.7582558E+01 + endloop + endfacet + facet normal 0.20291005774 0.95059043968 -0.2349581334 + outer loop + vertex -2.561643E+01 1.1929443E+02 -2.962897E+00 + vertex -2.147510E+01 1.1902333E+02 -4.832454E-01 + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + endloop + endfacet + facet normal 0.16244796008 0.95062310102 -0.2644359659 + outer loop + vertex -2.147510E+01 1.1902333E+02 -4.832454E-01 + vertex -1.690307E+01 1.1908488E+02 2.5467027E+00 + vertex -1.729723E+01 1.1752366E+02 -3.307873E+00 + endloop + endfacet + facet normal 0.24184156707 0.91103679066 -0.3339530244 + outer loop + vertex -2.621880E+01 1.2128718E+02 2.2573464E+00 + vertex -2.174886E+01 1.2118755E+02 5.2225807E+00 + vertex -2.147510E+01 1.1902333E+02 -4.832454E-01 + endloop + endfacet + facet normal 0.19152052337 0.90984157218 -0.368114388 + outer loop + vertex -2.174886E+01 1.2118755E+02 5.2225807E+00 + vertex -1.683445E+01 1.2125632E+02 7.9493998E+00 + vertex -1.690307E+01 1.1908488E+02 2.5467027E+00 + endloop + endfacet + facet normal 0.25872463417 0.95013116997 -0.1741043466 + outer loop + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + vertex -2.837191E+01 1.1898607E+02 -7.200933E+00 + vertex -2.611680E+01 1.1755791E+02 -1.164357E+01 + endloop + endfacet + facet normal 0.22530453784 0.95012953788 -0.2156194019 + outer loop + vertex -2.837191E+01 1.1898607E+02 -7.200933E+00 + vertex -2.561643E+01 1.1929443E+02 -2.962897E+00 + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + endloop + endfacet + facet normal 0.31157959276 0.91300607894 -0.2633212053 + outer loop + vertex -3.340722E+01 1.2112779E+02 -5.733119E+00 + vertex -3.017461E+01 1.2123145E+02 -1.548657E+00 + vertex -2.837191E+01 1.1898607E+02 -7.200933E+00 + endloop + endfacet + facet normal 0.28779713915 0.90531255724 -0.312381146 + outer loop + vertex -3.017461E+01 1.2123145E+02 -1.548657E+00 + vertex -2.621880E+01 1.2128718E+02 2.2573464E+00 + vertex -2.561643E+01 1.1929443E+02 -2.962897E+00 + endloop + endfacet + facet normal 0.55924682914 0.23811597869 -0.794067859 + outer loop + vertex -2.576281E+01 1.2930247E+02 1.1301828E+01 + vertex -3.015323E+01 1.2928461E+02 8.2043833E+00 + vertex -2.853538E+01 1.3500000E+02 1.1057668E+01 + endloop + endfacet + facet normal 0.64371281109 0.2380718733 -0.7272933383 + outer loop + vertex -3.015323E+01 1.2928461E+02 8.2043833E+00 + vertex -3.411972E+01 1.2923714E+02 4.6781810E+00 + vertex -3.255125E+01 1.3500000E+02 7.9528124E+00 + endloop + endfacet + facet normal 0.42399675764 0.78470626315 -0.4521756629 + outer loop + vertex -2.621880E+01 1.2128718E+02 2.2573464E+00 + vertex -3.017461E+01 1.2123145E+02 -1.548657E+00 + vertex -3.070664E+01 1.2457168E+02 3.7491070E+00 + endloop + endfacet + facet normal 0.52415054683 0.55172613702 -0.6487406832 + outer loop + vertex -2.640580E+01 1.2462569E+02 7.2699060E+00 + vertex -3.070664E+01 1.2457168E+02 3.7491070E+00 + vertex -3.015323E+01 1.2928461E+02 8.2043833E+00 + endloop + endfacet + facet normal 0.47773279638 0.78789406377 -0.3885798754 + outer loop + vertex -3.017461E+01 1.2123145E+02 -1.548657E+00 + vertex -3.340722E+01 1.2112779E+02 -5.733119E+00 + vertex -3.456486E+01 1.2450765E+02 -3.032688E-01 + endloop + endfacet + facet normal 0.59885690467 0.55338540708 -0.5789084547 + outer loop + vertex -3.070664E+01 1.2457168E+02 3.7491070E+00 + vertex -3.456486E+01 1.2450765E+02 -3.032688E-01 + vertex -3.411972E+01 1.2923714E+02 4.6781810E+00 + endloop + endfacet + facet normal 0.37000318426 0.2366892137 -0.8983740088 + outer loop + vertex -1.594462E+01 1.2934865E+02 1.6014307E+01 + vertex -2.100723E+01 1.2932502E+02 1.3923000E+01 + vertex -1.963577E+01 1.3500000E+02 1.5983002E+01 + endloop + endfacet + facet normal 0.46799615141 0.23782546241 -0.8511278704 + outer loop + vertex -2.100723E+01 1.2932502E+02 1.3923000E+01 + vertex -2.576281E+01 1.2930247E+02 1.1301828E+01 + vertex -2.425631E+01 1.3500000E+02 1.3722208E+01 + endloop + endfacet + facet normal 0.29189119484 0.78538336342 -0.5458685765 + outer loop + vertex -1.683445E+01 1.2125632E+02 7.9493998E+00 + vertex -2.174886E+01 1.2118755E+02 5.2225807E+00 + vertex -2.168372E+01 1.2461858E+02 1.0193898E+01 + endloop + endfacet + facet normal 0.35176947838 0.54975268773 -0.7576478182 + outer loop + vertex -1.651852E+01 1.2468146E+02 1.2637681E+01 + vertex -2.168372E+01 1.2461858E+02 1.0193898E+01 + vertex -2.100723E+01 1.2932502E+02 1.3923000E+01 + endloop + endfacet + facet normal 0.3551248702 0.78410380006 -0.5089867948 + outer loop + vertex -2.174886E+01 1.2118755E+02 5.2225807E+00 + vertex -2.621880E+01 1.2128718E+02 2.2573464E+00 + vertex -2.640580E+01 1.2462569E+02 7.2699060E+00 + endloop + endfacet + facet normal 0.4399653434 0.55090434985 -0.7091790281 + outer loop + vertex -2.168372E+01 1.2461858E+02 1.0193898E+01 + vertex -2.640580E+01 1.2462569E+02 7.2699060E+00 + vertex -2.576281E+01 1.2930247E+02 1.1301828E+01 + endloop + endfacet + facet normal 0.72499377992 0.67911605088 0.11482773407 + outer loop + vertex -1.500000E+01 1.1000000E+02 -3.000000E+01 + vertex -1.426585E+01 1.1000000E+02 -3.463525E+01 + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + endloop + endfacet + facet normal 0.27526543201 0.96105454397 0.02455820549 + outer loop + vertex -1.788680E+01 1.1374917E+02 -2.818682E+01 + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + vertex -2.248527E+01 1.1511234E+02 -2.999012E+01 + endloop + endfacet + facet normal 0.69202891229 0.62989265094 0.3526063426 + outer loop + vertex -1.426585E+01 1.1000000E+02 -3.463525E+01 + vertex -1.213525E+01 1.1000000E+02 -3.881678E+01 + vertex -1.594915E+01 1.1365809E+02 -3.786638E+01 + endloop + endfacet + facet normal 0.2428105793 0.9656684422 0.09234436807 + outer loop + vertex -2.056337E+01 1.1505910E+02 -3.850725E+01 + vertex -2.345956E+01 1.1544866E+02 -3.496573E+01 + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + endloop + endfacet + facet normal 0.26687273499 0.96364573114 0.01287820556 + outer loop + vertex -2.345956E+01 1.1544866E+02 -3.496573E+01 + vertex -2.248527E+01 1.1511234E+02 -2.999012E+01 + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + endloop + endfacet + facet normal 0.22070965189 0.97498920082 -0.0261401576 + outer loop + vertex -2.194308E+01 1.1513025E+02 -2.474418E+01 + vertex -2.248527E+01 1.1511234E+02 -2.999012E+01 + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + endloop + endfacet + facet normal 0.26476651818 0.9629284347 -0.0516480445 + outer loop + vertex -3.167256E+01 1.1756814E+02 -2.574566E+01 + vertex -2.999743E+01 1.1732643E+02 -2.166466E+01 + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + endloop + endfacet + facet normal 0.25590826773 0.96194810625 -0.0957434039 + outer loop + vertex -2.999743E+01 1.1732643E+02 -2.166466E+01 + vertex -2.875879E+01 1.1750391E+02 -1.657084E+01 + vertex -2.526789E+01 1.1611299E+02 -2.121497E+01 + endloop + endfacet + facet normal 0.24427740905 0.96858219549 0.04665916849 + outer loop + vertex -2.868792E+01 1.1686132E+02 -3.691835E+01 + vertex -2.721705E+01 1.1625373E+02 -3.200619E+01 + vertex -2.345956E+01 1.1544866E+02 -3.496573E+01 + endloop + endfacet + facet normal 0.23648389992 0.97162277045 -0.0049555042 + outer loop + vertex -2.721705E+01 1.1625373E+02 -3.200619E+01 + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + vertex -2.248527E+01 1.1511234E+02 -2.999012E+01 + endloop + endfacet + facet normal 0.27507309665 0.9611709581 0.02202682017 + outer loop + vertex -3.223967E+01 1.1775127E+02 -3.463048E+01 + vertex -3.147419E+01 1.1742583E+02 -2.998883E+01 + vertex -2.721705E+01 1.1625373E+02 -3.200619E+01 + endloop + endfacet + facet normal 0.27045285738 0.96253293079 -0.0196369313 + outer loop + vertex -3.147419E+01 1.1742583E+02 -2.998883E+01 + vertex -3.167256E+01 1.1756814E+02 -2.574566E+01 + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + endloop + endfacet + facet normal 0.54945715216 0.62943917568 0.54945715216 + outer loop + vertex -1.213525E+01 1.1000000E+02 -3.881678E+01 + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + vertex -1.348167E+01 1.1368883E+02 -4.169615E+01 + endloop + endfacet + facet normal 0.24034986466 0.95698216818 0.16253329612 + outer loop + vertex -1.594915E+01 1.1365809E+02 -3.786638E+01 + vertex -1.348167E+01 1.1368883E+02 -4.169615E+01 + vertex -1.828269E+01 1.1504575E+02 -4.258600E+01 + endloop + endfacet + facet normal 0.31695410012 0.66458693798 0.67665670785 + outer loop + vertex -8.038985E+00 1.1381528E+02 -4.624681E+01 + vertex -1.150620E+01 1.1409416E+02 -4.489662E+01 + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + endloop + endfacet + facet normal 0.58089578705 0.68164471645 0.44488264196 + outer loop + vertex -1.150620E+01 1.1409416E+02 -4.489662E+01 + vertex -1.348167E+01 1.1368883E+02 -4.169615E+01 + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + endloop + endfacet + facet normal 0.1706344174 0.96340032764 0.20674550614 + outer loop + vertex -1.263139E+01 1.1528200E+02 -4.950315E+01 + vertex -1.590648E+01 1.1518918E+02 -4.636755E+01 + vertex -1.150620E+01 1.1409416E+02 -4.489662E+01 + endloop + endfacet + facet normal 0.23555782273 0.95424266211 0.18421035249 + outer loop + vertex -1.590648E+01 1.1518918E+02 -4.636755E+01 + vertex -1.828269E+01 1.1504575E+02 -4.258600E+01 + vertex -1.348167E+01 1.1368883E+02 -4.169615E+01 + endloop + endfacet + facet normal 0.11551582148 0.64506130805 0.75534892854 + outer loop + vertex 0.000000E+00 1.1390291E+02 -4.833305E+01 + vertex -4.129443E+00 1.1379944E+02 -4.761317E+01 + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + endloop + endfacet + facet normal 0.26155849983 0.61820142658 0.74122476169 + outer loop + vertex -4.129443E+00 1.1379944E+02 -4.761317E+01 + vertex -8.038985E+00 1.1381528E+02 -4.624681E+01 + vertex -4.635255E+00 1.1000000E+02 -4.426585E+01 + endloop + endfacet + facet normal 0.03435745908 0.9632461419 0.2664140295 + outer loop + vertex 0.000000E+00 1.1537990E+02 -5.367326E+01 + vertex -4.283749E+00 1.1520409E+02 -5.248517E+01 + vertex 0.000000E+00 1.1390291E+02 -4.833305E+01 + endloop + endfacet + facet normal 0.07971138904 0.9584735737 0.27381472379 + outer loop + vertex -4.283749E+00 1.1520409E+02 -5.248517E+01 + vertex -8.670475E+00 1.1522283E+02 -5.127374E+01 + vertex -4.129443E+00 1.1379944E+02 -4.761317E+01 + endloop + endfacet + facet normal 0.12723878057 0.95917161826 0.25258681563 + outer loop + vertex -8.670475E+00 1.1522283E+02 -5.127374E+01 + vertex -1.263139E+01 1.1528200E+02 -4.950315E+01 + vertex -8.038985E+00 1.1381528E+02 -4.624681E+01 + endloop + endfacet + facet normal 0.19622359031 0.97475506917 0.10653101766 + outer loop + vertex -2.056337E+01 1.1505910E+02 -3.850725E+01 + vertex -1.828269E+01 1.1504575E+02 -4.258600E+01 + vertex -2.298268E+01 1.1611093E+02 -4.367525E+01 + endloop + endfacet + facet normal 0.24905460747 0.96218668995 0.11031126949 + outer loop + vertex -2.790214E+01 1.1745198E+02 -4.475506E+01 + vertex -2.997715E+01 1.1757835E+02 -4.117253E+01 + vertex -2.528300E+01 1.1621619E+02 -3.988926E+01 + endloop + endfacet + facet normal 0.25628001386 0.96289074764 0.08462837941 + outer loop + vertex -2.997715E+01 1.1757835E+02 -4.117253E+01 + vertex -2.868792E+01 1.1686132E+02 -3.691835E+01 + vertex -2.528300E+01 1.1621619E+02 -3.988926E+01 + endloop + endfacet + facet normal 0.16497994096 0.97152493506 0.17006151724 + outer loop + vertex -1.749176E+01 1.1629977E+02 -5.117419E+01 + vertex -2.058844E+01 1.1619503E+02 -4.757170E+01 + vertex -1.590648E+01 1.1518918E+02 -4.636755E+01 + endloop + endfacet + facet normal 0.18865994366 0.97245144903 0.13691458994 + outer loop + vertex -2.058844E+01 1.1619503E+02 -4.757170E+01 + vertex -2.298268E+01 1.1611093E+02 -4.367525E+01 + vertex -1.828269E+01 1.1504575E+02 -4.258600E+01 + endloop + endfacet + facet normal 0.20926564941 0.96159688913 0.17759310456 + outer loop + vertex -2.286878E+01 1.1757230E+02 -5.234206E+01 + vertex -2.560562E+01 1.1747910E+02 -4.861248E+01 + vertex -2.058844E+01 1.1619503E+02 -4.757170E+01 + endloop + endfacet + facet normal 0.23069164277 0.96229628685 0.14410836985 + outer loop + vertex -2.560562E+01 1.1747910E+02 -4.861248E+01 + vertex -2.790214E+01 1.1745198E+02 -4.475506E+01 + vertex -2.298268E+01 1.1611093E+02 -4.367525E+01 + endloop + endfacet + facet normal 0.09942218516 0.97087612592 0.2179788458 + outer loop + vertex -8.885852E+00 1.1633120E+02 -5.611216E+01 + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + vertex -8.670475E+00 1.1522283E+02 -5.127374E+01 + endloop + endfacet + facet normal 0.13427534937 0.9704467396 0.2005074965 + outer loop + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + vertex -1.749176E+01 1.1629977E+02 -5.117419E+01 + vertex -1.263139E+01 1.1528200E+02 -4.950315E+01 + endloop + endfacet + facet normal 0.10839482698 0.96339657127 0.24518892298 + outer loop + vertex -8.885852E+00 1.1633120E+02 -5.611216E+01 + vertex -1.289136E+01 1.1771686E+02 -5.978590E+01 + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + endloop + endfacet + facet normal 0.09248391305 0.96075179056 0.26153914193 + outer loop + vertex -8.718485E+00 1.1772394E+02 -6.128752E+01 + vertex -1.289136E+01 1.1771686E+02 -5.978590E+01 + vertex -8.885852E+00 1.1633120E+02 -5.611216E+01 + endloop + endfacet + facet normal 0.15121860967 0.96123469715 0.2305662358 + outer loop + vertex -1.694705E+01 1.1796887E+02 -5.864973E+01 + vertex -1.968216E+01 1.1767162E+02 -5.561663E+01 + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + endloop + endfacet + facet normal 0.18256043123 0.96119805958 0.20680904041 + outer loop + vertex -1.968216E+01 1.1767162E+02 -5.561663E+01 + vertex -2.286878E+01 1.1757230E+02 -5.234206E+01 + vertex -1.749176E+01 1.1629977E+02 -5.117419E+01 + endloop + endfacet + facet normal 0.01666414589 0.97050498178 0.24050444193 + outer loop + vertex 0.000000E+00 1.1653956E+02 -5.835285E+01 + vertex -4.464805E+00 1.1639446E+02 -5.745795E+01 + vertex 0.000000E+00 1.1537990E+02 -5.367326E+01 + endloop + endfacet + facet normal 0.05626338383 0.97144601828 0.23049309144 + outer loop + vertex -4.464805E+00 1.1639446E+02 -5.745795E+01 + vertex -8.885852E+00 1.1633120E+02 -5.611216E+01 + vertex -4.283749E+00 1.1520409E+02 -5.248517E+01 + endloop + endfacet + facet normal 0.01754521443 0.96048382226 0.27778227558 + outer loop + vertex 0.000000E+00 1.1792665E+02 -6.314894E+01 + vertex -4.415452E+00 1.1780692E+02 -6.245607E+01 + vertex 0.000000E+00 1.1653956E+02 -5.835285E+01 + endloop + endfacet + facet normal 0.05535078924 0.96069372078 0.27203651407 + outer loop + vertex -4.415452E+00 1.1780692E+02 -6.245607E+01 + vertex -8.718485E+00 1.1772394E+02 -6.128752E+01 + vertex -4.464805E+00 1.1639446E+02 -5.745795E+01 + endloop + endfacet + facet normal 0.27500837429 0.95620749952 -0.1001878831 + outer loop + vertex -2.875879E+01 1.1750391E+02 -1.657084E+01 + vertex -2.999743E+01 1.1732643E+02 -2.166466E+01 + vertex -3.369672E+01 1.1882653E+02 -1.750182E+01 + endloop + endfacet + facet normal 0.36462226592 0.9071155914 -0.2102187124 + outer loop + vertex -3.755182E+01 1.2087445E+02 -1.397796E+01 + vertex -3.655350E+01 1.2157523E+02 -9.222456E+00 + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + endloop + endfacet + facet normal 0.36378026483 0.90711002326 -0.2116963028 + outer loop + vertex -3.655350E+01 1.2157523E+02 -9.222456E+00 + vertex -3.340722E+01 1.2112779E+02 -5.733119E+00 + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + endloop + endfacet + facet normal 0.30554639773 0.95119421494 -0.0432546449 + outer loop + vertex -3.624516E+01 1.1896997E+02 -2.721898E+01 + vertex -3.529493E+01 1.1888489E+02 -2.237755E+01 + vertex -3.167256E+01 1.1756814E+02 -2.574566E+01 + endloop + endfacet + facet normal 0.29163610132 0.95281710471 -0.0841899601 + outer loop + vertex -3.529493E+01 1.1888489E+02 -2.237755E+01 + vertex -3.369672E+01 1.1882653E+02 -1.750182E+01 + vertex -2.999743E+01 1.1732643E+02 -2.166466E+01 + endloop + endfacet + facet normal 0.38585487793 0.91894370907 -0.0815994653 + outer loop + vertex -4.042963E+01 1.2091423E+02 -2.380399E+01 + vertex -3.920580E+01 1.2084180E+02 -1.883269E+01 + vertex -3.529493E+01 1.1888489E+02 -2.237755E+01 + endloop + endfacet + facet normal 0.36846161306 0.92026364095 -0.1317227044 + outer loop + vertex -3.920580E+01 1.2084180E+02 -1.883269E+01 + vertex -3.755182E+01 1.2087445E+02 -1.397796E+01 + vertex -3.369672E+01 1.1882653E+02 -1.750182E+01 + endloop + endfacet + facet normal 0.56353854201 0.75300781177 -0.3397109758 + outer loop + vertex -4.095671E+01 1.2454693E+02 -9.939721E+00 + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + vertex -3.655350E+01 1.2157523E+02 -9.222456E+00 + endloop + endfacet + facet normal 0.51962102964 0.77064691705 -0.3689136956 + outer loop + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + vertex -3.456486E+01 1.2450765E+02 -3.032688E-01 + vertex -3.340722E+01 1.2112779E+02 -5.733119E+00 + endloop + endfacet + facet normal 0.65663401056 0.54905960938 -0.5170738066 + outer loop + vertex -3.456486E+01 1.2450765E+02 -3.032688E-01 + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + vertex -3.756501E+01 1.2924811E+02 9.2052559E-01 + endloop + endfacet + facet normal 0.71631799198 0.23758945483 -0.6560790999 + outer loop + vertex -3.411972E+01 1.2923714E+02 4.6781810E+00 + vertex -3.756501E+01 1.2924811E+02 9.2052559E-01 + vertex -3.629767E+01 1.3500000E+02 4.3871953E+00 + endloop + endfacet + facet normal 0.71992092745 0.50624328321 -0.4747963736 + outer loop + vertex -4.264249E+01 1.2922080E+02 -6.598361E+00 + vertex -4.053497E+01 1.3012714E+02 -2.436418E+00 + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + endloop + endfacet + facet normal 0.70683803752 0.50790015227 -0.4923590398 + outer loop + vertex -4.053497E+01 1.3012714E+02 -2.436418E+00 + vertex -3.756501E+01 1.2924811E+02 9.2052559E-01 + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + endloop + endfacet + facet normal 0.80610245294 0.18610752442 -0.5617497884 + outer loop + vertex -4.238866E+01 1.3500000E+02 -3.482046E+00 + vertex -3.955405E+01 1.3500000E+02 5.8557553E-01 + vertex -4.053497E+01 1.3012714E+02 -2.436418E+00 + endloop + endfacet + facet normal 0.7409859926 0.21927560649 -0.634710932 + outer loop + vertex -3.955405E+01 1.3500000E+02 5.8557553E-01 + vertex -3.629767E+01 1.3500000E+02 4.3871953E+00 + vertex -3.756501E+01 1.2924811E+02 9.2052559E-01 + endloop + endfacet + facet normal 0.57853120207 0.79839169319 -0.1669501497 + outer loop + vertex -4.413654E+01 1.2417281E+02 -1.998951E+01 + vertex -4.267567E+01 1.2417003E+02 -1.494045E+01 + vertex -3.920580E+01 1.2084180E+02 -1.883269E+01 + endloop + endfacet + facet normal 0.5565478048 0.7919934459 -0.2509998458 + outer loop + vertex -4.267567E+01 1.2417003E+02 -1.494045E+01 + vertex -4.095671E+01 1.2454693E+02 -9.939721E+00 + vertex -3.755182E+01 1.2087445E+02 -1.397796E+01 + endloop + endfacet + facet normal 0.89610928816 0.22019300869 -0.3853611067 + outer loop + vertex -4.689813E+01 1.3500000E+02 -1.266317E+01 + vertex -4.484316E+01 1.3500000E+02 -7.884591E+00 + vertex -4.484686E+01 1.2916873E+02 -1.122515E+01 + endloop + endfacet + facet normal 0.78327887913 0.55231007212 -0.2853555357 + outer loop + vertex -4.651815E+01 1.2901781E+02 -1.610483E+01 + vertex -4.484686E+01 1.2916873E+02 -1.122515E+01 + vertex -4.267567E+01 1.2417003E+02 -1.494045E+01 + endloop + endfacet + facet normal 0.85226813774 0.21878385156 -0.4751553932 + outer loop + vertex -4.484316E+01 1.3500000E+02 -7.884591E+00 + vertex -4.238866E+01 1.3500000E+02 -3.482046E+00 + vertex -4.264249E+01 1.2922080E+02 -6.598361E+00 + endloop + endfacet + facet normal 0.75931000866 0.53681362456 -0.3678035389 + outer loop + vertex -4.484686E+01 1.2916873E+02 -1.122515E+01 + vertex -4.264249E+01 1.2922080E+02 -6.598361E+00 + vertex -4.095671E+01 1.2454693E+02 -9.939721E+00 + endloop + endfacet + facet normal 0.30027700838 0.95369430784 0.01734604923 + outer loop + vertex -3.147419E+01 1.1742583E+02 -2.998883E+01 + vertex -3.223967E+01 1.1775127E+02 -3.463048E+01 + vertex -3.656655E+01 1.1906114E+02 -3.174483E+01 + endloop + endfacet + facet normal 0.39450814094 0.9188432725 -0.0095061726 + outer loop + vertex -3.624516E+01 1.1896997E+02 -2.721898E+01 + vertex -3.656655E+01 1.1906114E+02 -3.174483E+01 + vertex -4.115580E+01 1.2106164E+02 -2.883517E+01 + endloop + endfacet + facet normal 0.30864439152 0.9494148907 0.05787922681 + outer loop + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + vertex -3.695891E+01 1.1937096E+02 -3.603320E+01 + vertex -3.223967E+01 1.1775127E+02 -3.463048E+01 + endloop + endfacet + facet normal 0.31375240712 0.94866894826 0.03983282112 + outer loop + vertex -3.695891E+01 1.1937096E+02 -3.603320E+01 + vertex -3.656655E+01 1.1906114E+02 -3.174483E+01 + vertex -3.223967E+01 1.1775127E+02 -3.463048E+01 + endloop + endfacet + facet normal 0.42475080805 0.90306438047 0.06372970885 + outer loop + vertex -4.055311E+01 1.2127153E+02 -3.900970E+01 + vertex -4.151372E+01 1.2136131E+02 -3.387965E+01 + vertex -3.695891E+01 1.1937096E+02 -3.603320E+01 + endloop + endfacet + facet normal 0.41265172604 0.91055088253 0.02481216089 + outer loop + vertex -4.151372E+01 1.2136131E+02 -3.387965E+01 + vertex -4.115580E+01 1.2106164E+02 -2.883517E+01 + vertex -3.656655E+01 1.1906114E+02 -3.174483E+01 + endloop + endfacet + facet normal 0.2719038147 0.9516553734 0.14289984543 + outer loop + vertex -3.092748E+01 1.1896644E+02 -4.908427E+01 + vertex -3.327710E+01 1.1898553E+02 -4.474062E+01 + vertex -2.790214E+01 1.1745198E+02 -4.475506E+01 + endloop + endfacet + facet normal 0.28975511038 0.95108888455 0.10710700112 + outer loop + vertex -3.327710E+01 1.1898553E+02 -4.474062E+01 + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + vertex -2.997715E+01 1.1757835E+02 -4.117253E+01 + endloop + endfacet + facet normal 0.36759382102 0.91611291715 0.16003720125 + outer loop + vertex -3.653708E+01 1.2097057E+02 -4.861583E+01 + vertex -3.854677E+01 1.2092053E+02 -4.371326E+01 + vertex -3.327710E+01 1.1898553E+02 -4.474062E+01 + endloop + endfacet + facet normal 0.38745545201 0.91678601551 0.09685904439 + outer loop + vertex -3.854677E+01 1.2092053E+02 -4.371326E+01 + vertex -4.055311E+01 1.2127153E+02 -3.900970E+01 + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + endloop + endfacet + facet normal 0.61823937678 0.78566285894 -0.0226703571 + outer loop + vertex -4.548533E+01 1.2441882E+02 -3.055906E+01 + vertex -4.507699E+01 1.2425260E+02 -2.518373E+01 + vertex -4.115580E+01 1.2106164E+02 -2.883517E+01 + endloop + endfacet + facet normal 0.59940651384 0.79462827703 -0.0963209869 + outer loop + vertex -4.507699E+01 1.2425260E+02 -2.518373E+01 + vertex -4.413654E+01 1.2417281E+02 -1.998951E+01 + vertex -4.042963E+01 1.2091423E+02 -2.380399E+01 + endloop + endfacet + facet normal 0.95468663579 0.2249354952 -0.1948780399 + outer loop + vertex -4.944244E+01 1.3500000E+02 -2.255388E+01 + vertex -4.840523E+01 1.3500000E+02 -1.747269E+01 + vertex -4.775689E+01 1.2906356E+02 -2.114858E+01 + endloop + endfacet + facet normal 0.82730478566 0.55130267982 -0.1078524309 + outer loop + vertex -4.842983E+01 1.2906252E+02 -2.631584E+01 + vertex -4.775689E+01 1.2906356E+02 -2.114858E+01 + vertex -4.507699E+01 1.2425260E+02 -2.518373E+01 + endloop + endfacet + facet normal 0.9294260455 0.22659279246 -0.2912437679 + outer loop + vertex -4.840523E+01 1.3500000E+02 -1.747269E+01 + vertex -4.689813E+01 1.3500000E+02 -1.266317E+01 + vertex -4.651815E+01 1.2901781E+02 -1.610483E+01 + endloop + endfacet + facet normal 0.80990994962 0.55358108745 -0.1938913436 + outer loop + vertex -4.775689E+01 1.2906356E+02 -2.114858E+01 + vertex -4.651815E+01 1.2901781E+02 -1.610483E+01 + vertex -4.413654E+01 1.2417281E+02 -1.998951E+01 + endloop + endfacet + facet normal 0.62436607488 0.77426302466 0.10336233928 + outer loop + vertex -4.151372E+01 1.2136131E+02 -3.387965E+01 + vertex -4.055311E+01 1.2127153E+02 -3.900970E+01 + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + endloop + endfacet + facet normal 0.82991048926 0.55566448701 0.04985536759 + outer loop + vertex -4.548533E+01 1.2441882E+02 -3.055906E+01 + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + vertex -4.856203E+01 1.2908992E+02 -3.140514E+01 + endloop + endfacet + facet normal 0.97004993951 0.24172727846 -0.0238963952 + outer loop + vertex -4.842983E+01 1.2906252E+02 -2.631584E+01 + vertex -4.856203E+01 1.2908992E+02 -3.140514E+01 + vertex -4.993965E+01 1.3500000E+02 -2.754416E+01 + endloop + endfacet + facet normal 0.57868684816 0.79279436942 0.19130765687 + outer loop + vertex -4.188856E+01 1.2420495E+02 -4.721558E+01 + vertex -4.378959E+01 1.2436957E+02 -4.214735E+01 + vertex -3.854677E+01 1.2092053E+02 -4.371326E+01 + endloop + endfacet + facet normal 0.62718045134 0.77050846262 0.11384810272 + outer loop + vertex -4.378959E+01 1.2436957E+02 -4.214735E+01 + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + vertex -4.055311E+01 1.2127153E+02 -3.900970E+01 + endloop + endfacet + facet normal 0.85035870919 0.51379513092 0.11359854375 + outer loop + vertex -4.747861E+01 1.2912950E+02 -4.038195E+01 + vertex -4.864217E+01 1.3003646E+02 -3.577404E+01 + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + endloop + endfacet + facet normal 0.85096324057 0.51632990184 0.09625484749 + outer loop + vertex -4.864217E+01 1.3003646E+02 -3.577404E+01 + vertex -4.856203E+01 1.2908992E+02 -3.140514E+01 + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + endloop + endfacet + facet normal 0.97692556984 0.19021548938 0.09713134716 + outer loop + vertex -4.944222E+01 1.3500000E+02 -3.744763E+01 + vertex -4.994074E+01 1.3500000E+02 -3.243358E+01 + vertex -4.864217E+01 1.3003646E+02 -3.577404E+01 + endloop + endfacet + facet normal 0.97386065719 0.22714614959 -2.170393E-04 + outer loop + vertex -4.994074E+01 1.3500000E+02 -3.243358E+01 + vertex -4.993965E+01 1.3500000E+02 -2.754416E+01 + vertex -4.856203E+01 1.2908992E+02 -3.140514E+01 + endloop + endfacet + facet normal 0.77765846794 0.56617530314 0.27329989635 + outer loop + vertex -4.378959E+01 1.2436957E+02 -4.214735E+01 + vertex -4.188856E+01 1.2420495E+02 -4.721558E+01 + vertex -4.609262E+01 1.2905739E+02 -4.530564E+01 + endloop + endfacet + facet normal 0.93480975709 0.24236626461 0.25959451423 + outer loop + vertex -4.747861E+01 1.2912950E+02 -4.038195E+01 + vertex -4.609262E+01 1.2905739E+02 -4.530564E+01 + vertex -4.840999E+01 1.3500000E+02 -4.250891E+01 + endloop + endfacet + facet normal 0.29738144515 0.90187679848 0.31334089494 + outer loop + vertex -2.674733E+01 1.2150637E+02 -6.229711E+01 + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + vertex -2.523689E+01 1.1925854E+02 -5.726080E+01 + endloop + endfacet + facet normal 0.19730786208 0.9482784187 0.24867176798 + outer loop + vertex -2.169212E+01 1.1941015E+02 -6.065152E+01 + vertex -2.523689E+01 1.1925854E+02 -5.726080E+01 + vertex -1.968216E+01 1.1767162E+02 -5.561663E+01 + endloop + endfacet + facet normal 0.32288469593 0.91930860776 0.22498257007 + outer loop + vertex -3.092748E+01 1.1896644E+02 -4.908427E+01 + vertex -2.832779E+01 1.1910962E+02 -5.340028E+01 + vertex -3.391018E+01 1.2104581E+02 -5.330020E+01 + endloop + endfacet + facet normal 0.30589405433 0.90995647644 0.2800143541 + outer loop + vertex -2.832779E+01 1.1910962E+02 -5.340028E+01 + vertex -2.523689E+01 1.1925854E+02 -5.726080E+01 + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + endloop + endfacet + facet normal 0.23104141963 0.95353419339 0.19337115725 + outer loop + vertex -2.560562E+01 1.1747910E+02 -4.861248E+01 + vertex -2.286878E+01 1.1757230E+02 -5.234206E+01 + vertex -2.832779E+01 1.1910962E+02 -5.340028E+01 + endloop + endfacet + facet normal 0.20451237121 0.95196650231 0.2278913524 + outer loop + vertex -2.286878E+01 1.1757230E+02 -5.234206E+01 + vertex -1.968216E+01 1.1767162E+02 -5.561663E+01 + vertex -2.523689E+01 1.1925854E+02 -5.726080E+01 + endloop + endfacet + facet normal 0.51763878666 0.80010093305 0.30313129742 + outer loop + vertex -3.653708E+01 1.2097057E+02 -4.861583E+01 + vertex -3.391018E+01 1.2104581E+02 -5.330020E+01 + vertex -3.966612E+01 1.2427154E+02 -5.198529E+01 + endloop + endfacet + facet normal 0.74399457762 0.56635040057 0.35456916427 + outer loop + vertex -4.188856E+01 1.2420495E+02 -4.721558E+01 + vertex -3.966612E+01 1.2427154E+02 -5.198529E+01 + vertex -4.422034E+01 1.2907822E+02 -5.010683E+01 + endloop + endfacet + facet normal 0.9033817719 0.24301018746 0.35333754822 + outer loop + vertex -4.609262E+01 1.2905739E+02 -4.530564E+01 + vertex -4.422034E+01 1.2907822E+02 -5.010683E+01 + vertex -4.692136E+01 1.3500000E+02 -4.727384E+01 + endloop + endfacet + facet normal 0.49354092155 0.75072798381 0.43911826776 + outer loop + vertex -3.129442E+01 1.2473609E+02 -6.340492E+01 + vertex -3.502737E+01 1.2534689E+02 -6.025355E+01 + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + endloop + endfacet + facet normal 0.49417608653 0.75087656126 0.43814881632 + outer loop + vertex -3.502737E+01 1.2534689E+02 -6.025355E+01 + vertex -3.708013E+01 1.2443158E+02 -5.636969E+01 + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + endloop + endfacet + facet normal 0.51771855572 0.7876153909 0.33411000145 + outer loop + vertex -3.708013E+01 1.2443158E+02 -5.636969E+01 + vertex -3.966612E+01 1.2427154E+02 -5.198529E+01 + vertex -3.391018E+01 1.2104581E+02 -5.330020E+01 + endloop + endfacet + facet normal 0.80313316458 0.20822285777 0.5582296673 + outer loop + vertex -3.956037E+01 1.3500000E+02 -6.057740E+01 + vertex -4.244762E+01 1.3500000E+02 -5.642347E+01 + vertex -3.935814E+01 1.2957603E+02 -5.884518E+01 + endloop + endfacet + facet normal 0.66831416105 0.50137148939 0.54952962774 + outer loop + vertex -3.615830E+01 1.2968155E+02 -6.283295E+01 + vertex -3.935814E+01 1.2957603E+02 -5.884518E+01 + vertex -3.502737E+01 1.2534689E+02 -6.025355E+01 + endloop + endfacet + facet normal 0.86283690814 0.24095198463 0.44435865138 + outer loop + vertex -4.422034E+01 1.2907822E+02 -5.010683E+01 + vertex -4.190188E+01 1.2917099E+02 -5.465902E+01 + vertex -4.491593E+01 1.3500000E+02 -5.196724E+01 + endloop + endfacet + facet normal 0.8205008478 0.23461158137 0.52128280678 + outer loop + vertex -4.190188E+01 1.2917099E+02 -5.465902E+01 + vertex -3.935814E+01 1.2957603E+02 -5.884518E+01 + vertex -4.244762E+01 1.3500000E+02 -5.642347E+01 + endloop + endfacet + facet normal 0.70475221692 0.55958826952 0.43610237485 + outer loop + vertex -3.966612E+01 1.2427154E+02 -5.198529E+01 + vertex -3.708013E+01 1.2443158E+02 -5.636969E+01 + vertex -4.190188E+01 1.2917099E+02 -5.465902E+01 + endloop + endfacet + facet normal 0.68553411457 0.53904120946 0.48936443706 + outer loop + vertex -3.708013E+01 1.2443158E+02 -5.636969E+01 + vertex -3.502737E+01 1.2534689E+02 -6.025355E+01 + vertex -3.935814E+01 1.2957603E+02 -5.884518E+01 + endloop + endfacet + facet normal 0.13333826749 0.94772007824 0.28990957161 + outer loop + vertex -1.318570E+01 1.1935355E+02 -6.500091E+01 + vertex -1.757366E+01 1.1946148E+02 -6.333557E+01 + vertex -1.289136E+01 1.1771686E+02 -5.978590E+01 + endloop + endfacet + facet normal 0.16967892429 0.94534735625 0.27843749512 + outer loop + vertex -1.757366E+01 1.1946148E+02 -6.333557E+01 + vertex -2.169212E+01 1.1941015E+02 -6.065152E+01 + vertex -1.694705E+01 1.1796887E+02 -5.864973E+01 + endloop + endfacet + facet normal 0.2148419472 0.89546662905 0.38984927084 + outer loop + vertex -1.787444E+01 1.2163543E+02 -6.816329E+01 + vertex -2.253529E+01 1.2167125E+02 -6.567701E+01 + vertex -1.757366E+01 1.1946148E+02 -6.333557E+01 + endloop + endfacet + facet normal 0.25452644699 0.89717616679 0.36095874213 + outer loop + vertex -2.253529E+01 1.2167125E+02 -6.567701E+01 + vertex -2.674733E+01 1.2150637E+02 -6.229711E+01 + vertex -2.169212E+01 1.1941015E+02 -6.065152E+01 + endloop + endfacet + facet normal 0.06468795653 0.94994208542 0.30565585653 + outer loop + vertex -8.718485E+00 1.1772394E+02 -6.128752E+01 + vertex -4.415452E+00 1.1780692E+02 -6.245607E+01 + vertex -8.820149E+00 1.1939514E+02 -6.645988E+01 + endloop + endfacet + facet normal 0.12870522004 0.90257659631 0.41084115437 + outer loop + vertex -1.318570E+01 1.1935355E+02 -6.500091E+01 + vertex -8.820149E+00 1.1939514E+02 -6.645988E+01 + vertex -1.328928E+01 1.2165426E+02 -7.002289E+01 + endloop + endfacet + facet normal 0.0147205328 0.94564413533 0.32486993588 + outer loop + vertex 0.000000E+00 1.1964200E+02 -6.814205E+01 + vertex -4.413569E+00 1.1948736E+02 -6.749193E+01 + vertex 0.000000E+00 1.1792665E+02 -6.314894E+01 + endloop + endfacet + facet normal 0.05420834208 0.94717962001 0.31608894805 + outer loop + vertex -4.413569E+00 1.1948736E+02 -6.749193E+01 + vertex -8.820149E+00 1.1939514E+02 -6.645988E+01 + vertex -4.415452E+00 1.1780692E+02 -6.245607E+01 + endloop + endfacet + facet normal 0.02105790956 0.88824176737 0.4588933723 + outer loop + vertex 0.000000E+00 1.2197667E+02 -7.266109E+01 + vertex -4.308910E+00 1.2193187E+02 -7.237664E+01 + vertex 0.000000E+00 1.1964200E+02 -6.814205E+01 + endloop + endfacet + facet normal 0.0621844971 0.89200443887 0.44772890163 + outer loop + vertex -4.308910E+00 1.2193187E+02 -7.237664E+01 + vertex -8.753149E+00 1.2177007E+02 -7.143703E+01 + vertex -4.413569E+00 1.1948736E+02 -6.749193E+01 + endloop + endfacet + facet normal 0.11092218765 0.89636774612 0.42920989272 + outer loop + vertex -8.753149E+00 1.2177007E+02 -7.143703E+01 + vertex -1.328928E+01 1.2165426E+02 -7.002289E+01 + vertex -8.820149E+00 1.1939514E+02 -6.645988E+01 + endloop + endfacet + facet normal 0.39065845895 0.75700203504 0.52376892557 + outer loop + vertex -2.674733E+01 1.2150637E+02 -6.229711E+01 + vertex -2.253529E+01 1.2167125E+02 -6.567701E+01 + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + endloop + endfacet + facet normal 0.54948478174 0.53726504772 0.63985368885 + outer loop + vertex -3.129442E+01 1.2473609E+02 -6.340492E+01 + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + vertex -3.259278E+01 1.2943079E+02 -6.623192E+01 + endloop + endfacet + facet normal 0.68087784269 0.22231195622 0.6978414988 + outer loop + vertex -3.615830E+01 1.2968155E+02 -6.283295E+01 + vertex -3.259278E+01 1.2943079E+02 -6.623192E+01 + vertex -3.624554E+01 1.3500000E+02 -6.444214E+01 + endloop + endfacet + facet normal 0.2852135356 0.74568647055 0.60216685955 + outer loop + vertex -1.756059E+01 1.2511196E+02 -7.261707E+01 + vertex -2.229935E+01 1.2499867E+02 -7.023228E+01 + vertex -1.787444E+01 1.2163543E+02 -6.816329E+01 + endloop + endfacet + facet normal 0.36686352226 0.74205490356 0.56103981688 + outer loop + vertex -2.229935E+01 1.2499867E+02 -7.023228E+01 + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + vertex -2.253529E+01 1.2167125E+02 -6.567701E+01 + endloop + endfacet + facet normal 0.51167977359 0.49494046626 0.70229462774 + outer loop + vertex -2.558207E+01 1.2950595E+02 -7.151813E+01 + vertex -2.951469E+01 1.3032594E+02 -6.923079E+01 + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + endloop + endfacet + facet normal 0.52716086582 0.49683325206 0.68938968748 + outer loop + vertex -2.951469E+01 1.3032594E+02 -6.923079E+01 + vertex -3.259278E+01 1.2943079E+02 -6.623192E+01 + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + endloop + endfacet + facet normal 0.60187697745 0.17816856604 0.77846006069 + outer loop + vertex -2.853603E+01 1.3500000E+02 -7.105722E+01 + vertex -3.255149E+01 1.3500000E+02 -6.795261E+01 + vertex -2.951469E+01 1.3032594E+02 -6.923079E+01 + endloop + endfacet + facet normal 0.67293730414 0.21379796645 0.70812838825 + outer loop + vertex -3.255149E+01 1.3500000E+02 -6.795261E+01 + vertex -3.624554E+01 1.3500000E+02 -6.444214E+01 + vertex -3.259278E+01 1.2943079E+02 -6.623192E+01 + endloop + endfacet + facet normal 0.37139518319 0.52888369448 0.76311706547 + outer loop + vertex -2.229935E+01 1.2499867E+02 -7.023228E+01 + vertex -1.756059E+01 1.2511196E+02 -7.261707E+01 + vertex -2.119700E+01 1.2962500E+02 -7.397508E+01 + endloop + endfacet + facet normal 0.4711938768 0.22810715632 0.85202315444 + outer loop + vertex -2.558207E+01 1.2950595E+02 -7.151813E+01 + vertex -2.119700E+01 1.2962500E+02 -7.397508E+01 + vertex -2.425517E+01 1.3500000E+02 -7.372284E+01 + endloop + endfacet + facet normal 0.17936668086 0.74990472787 0.63676564992 + outer loop + vertex -1.328928E+01 1.2165426E+02 -7.002289E+01 + vertex -8.753149E+00 1.2177007E+02 -7.143703E+01 + vertex -1.281949E+01 1.2525678E+02 -7.439783E+01 + endloop + endfacet + facet normal 0.28600714866 0.52152048291 0.80387579689 + outer loop + vertex -1.756059E+01 1.2511196E+02 -7.261707E+01 + vertex -1.281949E+01 1.2525678E+02 -7.439783E+01 + vertex -1.646244E+01 1.2973131E+02 -7.600461E+01 + endloop + endfacet + facet normal 0.37961917513 0.22496462209 0.8973740584 + outer loop + vertex -2.119700E+01 1.2962500E+02 -7.397508E+01 + vertex -1.646244E+01 1.2973131E+02 -7.600461E+01 + vertex -1.963549E+01 1.3500000E+02 -7.598312E+01 + endloop + endfacet + facet normal 0.04651313049 0.72930823583 0.6826023922 + outer loop + vertex -1.853039E-14 1.2542629E+02 -7.634674E+01 + vertex -3.569762E+00 1.2577938E+02 -7.648074E+01 + vertex 0.000000E+00 1.2197667E+02 -7.266109E+01 + endloop + endfacet + facet normal 0.07480058096 0.72074405784 0.68915373914 + outer loop + vertex -3.569762E+00 1.2577938E+02 -7.648074E+01 + vertex -8.086511E+00 1.2548481E+02 -7.568242E+01 + vertex -4.308910E+00 1.2193187E+02 -7.237664E+01 + endloop + endfacet + facet normal 0.14498635905 0.73322871146 0.66434525088 + outer loop + vertex -8.086511E+00 1.2548481E+02 -7.568242E+01 + vertex -1.281949E+01 1.2525678E+02 -7.439783E+01 + vertex -8.753149E+00 1.2177007E+02 -7.143703E+01 + endloop + endfacet + facet normal 0.20191603345 0.51211037236 0.83484901746 + outer loop + vertex -1.281949E+01 1.2525678E+02 -7.439783E+01 + vertex -8.086511E+00 1.2548481E+02 -7.568242E+01 + vertex -1.148118E+01 1.2987021E+02 -7.755147E+01 + endloop + endfacet + facet normal 0.28359169984 0.22116196478 0.93309331426 + outer loop + vertex -1.646244E+01 1.2973131E+02 -7.600461E+01 + vertex -1.148118E+01 1.2987021E+02 -7.755147E+01 + vertex -1.490377E+01 1.3500000E+02 -7.772712E+01 + endloop + endfacet + facet normal 0.11939136463 0.49765097865 0.85912118208 + outer loop + vertex -8.086511E+00 1.2548481E+02 -7.568242E+01 + vertex -3.569762E+00 1.2577938E+02 -7.648074E+01 + vertex -6.146563E+00 1.3007860E+02 -7.861299E+01 + endloop + endfacet + facet normal 0.18240748833 0.21629547252 0.95913699583 + outer loop + vertex -1.148118E+01 1.2987021E+02 -7.755147E+01 + vertex -6.146563E+00 1.3007860E+02 -7.861299E+01 + vertex -9.986659E+00 1.3500000E+02 -7.899252E+01 + endloop + endfacet + facet normal 0.01679085926 0.49865729882 0.86663658207 + outer loop + vertex -3.569762E+00 1.2577938E+02 -7.648074E+01 + vertex -1.853039E-14 1.2542629E+02 -7.634674E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal 0.04831762818 0.20337286773 0.97790842285 + outer loop + vertex 0.000000E+00 1.3500000E+02 -8.000000E+01 + vertex -4.928883E+00 1.3500000E+02 -7.975647E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal 0.14665049634 0.18930241806 0.97090587929 + outer loop + vertex -4.928883E+00 1.3500000E+02 -7.975647E+01 + vertex -9.986659E+00 1.3500000E+02 -7.899252E+01 + vertex -6.146563E+00 1.3007860E+02 -7.861299E+01 + endloop + endfacet + facet normal 0.05788890946 0.21232761674 0.97548237162 + outer loop + vertex -4.928883E+00 1.3500000E+02 -7.975647E+01 + vertex -6.146563E+00 1.3007860E+02 -7.861299E+01 + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + endloop + endfacet + facet normal 0.05806516896 0.4712832841 0.88006846454 + outer loop + vertex -1.957116E-14 1.2995030E+02 -7.894983E+01 + vertex -6.146563E+00 1.3007860E+02 -7.861299E+01 + vertex -3.569762E+00 1.2577938E+02 -7.648074E+01 + endloop + endfacet + facet normal 0.24441211028 0.19559132156 0.94974036204 + outer loop + vertex -9.986659E+00 1.3500000E+02 -7.899252E+01 + vertex -1.490377E+01 1.3500000E+02 -7.772712E+01 + vertex -1.148118E+01 1.2987021E+02 -7.755147E+01 + endloop + endfacet + facet normal 0.15241031532 0.48499198495 0.86113522185 + outer loop + vertex -6.146563E+00 1.3007860E+02 -7.861299E+01 + vertex -1.148118E+01 1.2987021E+02 -7.755147E+01 + vertex -8.086511E+00 1.2548481E+02 -7.568242E+01 + endloop + endfacet + facet normal 0.33882372621 0.2003063701 0.91928006649 + outer loop + vertex -1.490377E+01 1.3500000E+02 -7.772712E+01 + vertex -1.963549E+01 1.3500000E+02 -7.598312E+01 + vertex -1.646244E+01 1.2973131E+02 -7.600461E+01 + endloop + endfacet + facet normal 0.24450709595 0.49785998585 0.83207674798 + outer loop + vertex -1.148118E+01 1.2987021E+02 -7.755147E+01 + vertex -1.646244E+01 1.2973131E+02 -7.600461E+01 + vertex -1.281949E+01 1.2525678E+02 -7.439783E+01 + endloop + endfacet + facet normal 0.11354732094 0.73880346072 0.66428642342 + outer loop + vertex -8.086511E+00 1.2548481E+02 -7.568242E+01 + vertex -8.753149E+00 1.2177007E+02 -7.143703E+01 + vertex -4.308910E+00 1.2193187E+02 -7.237664E+01 + endloop + endfacet + facet normal 0.03781111921 0.72561646964 0.68705971956 + outer loop + vertex -3.569762E+00 1.2577938E+02 -7.648074E+01 + vertex -4.308910E+00 1.2193187E+02 -7.237664E+01 + vertex 0.000000E+00 1.2197667E+02 -7.266109E+01 + endloop + endfacet + facet normal 0.43028764444 0.20354622462 0.87944384556 + outer loop + vertex -1.963549E+01 1.3500000E+02 -7.598312E+01 + vertex -2.425517E+01 1.3500000E+02 -7.372284E+01 + vertex -2.119700E+01 1.2962500E+02 -7.397508E+01 + endloop + endfacet + facet normal 0.33023584418 0.50588091012 0.79688693802 + outer loop + vertex -1.646244E+01 1.2973131E+02 -7.600461E+01 + vertex -2.119700E+01 1.2962500E+02 -7.397508E+01 + vertex -1.756059E+01 1.2511196E+02 -7.261707E+01 + endloop + endfacet + facet normal 0.21561115503 0.74231774187 0.63441011966 + outer loop + vertex -1.281949E+01 1.2525678E+02 -7.439783E+01 + vertex -1.756059E+01 1.2511196E+02 -7.261707E+01 + vertex -1.328928E+01 1.2165426E+02 -7.002289E+01 + endloop + endfacet + facet normal 0.5169886162 0.20831292743 0.83025808938 + outer loop + vertex -2.425517E+01 1.3500000E+02 -7.372284E+01 + vertex -2.853603E+01 1.3500000E+02 -7.105722E+01 + vertex -2.558207E+01 1.2950595E+02 -7.151813E+01 + endloop + endfacet + facet normal 0.40890612104 0.51310668676 0.754663708 + outer loop + vertex -2.119700E+01 1.2962500E+02 -7.397508E+01 + vertex -2.558207E+01 1.2950595E+02 -7.151813E+01 + vertex -2.229935E+01 1.2499867E+02 -7.023228E+01 + endloop + endfacet + facet normal 0.64693181418 0.22071916559 0.72990566359 + outer loop + vertex -3.259278E+01 1.2943079E+02 -6.623192E+01 + vertex -2.951469E+01 1.3032594E+02 -6.923079E+01 + vertex -3.255149E+01 1.3500000E+02 -6.795261E+01 + endloop + endfacet + facet normal 0.52402533485 0.21255822279 0.82475235699 + outer loop + vertex -2.951469E+01 1.3032594E+02 -6.923079E+01 + vertex -2.558207E+01 1.2950595E+02 -7.151813E+01 + vertex -2.853603E+01 1.3500000E+02 -7.105722E+01 + endloop + endfacet + facet normal 0.45069859055 0.53262031318 0.71637028307 + outer loop + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + vertex -2.229935E+01 1.2499867E+02 -7.023228E+01 + vertex -2.558207E+01 1.2950595E+02 -7.151813E+01 + endloop + endfacet + facet normal 0.31050288089 0.75986648844 0.57113122897 + outer loop + vertex -2.253529E+01 1.2167125E+02 -6.567701E+01 + vertex -1.787444E+01 1.2163543E+02 -6.816329E+01 + vertex -2.229935E+01 1.2499867E+02 -7.023228E+01 + endloop + endfacet + facet normal 0.24324877103 0.75621503781 0.60742806321 + outer loop + vertex -1.787444E+01 1.2163543E+02 -6.816329E+01 + vertex -1.328928E+01 1.2165426E+02 -7.002289E+01 + vertex -1.756059E+01 1.2511196E+02 -7.261707E+01 + endloop + endfacet + facet normal 0.74292521565 0.20498606522 0.63721490646 + outer loop + vertex -3.624554E+01 1.3500000E+02 -6.444214E+01 + vertex -3.956037E+01 1.3500000E+02 -6.057740E+01 + vertex -3.615830E+01 1.2968155E+02 -6.283295E+01 + endloop + endfacet + facet normal 0.60565634565 0.52668098553 0.59647927915 + outer loop + vertex -3.259278E+01 1.2943079E+02 -6.623192E+01 + vertex -3.615830E+01 1.2968155E+02 -6.283295E+01 + vertex -3.129442E+01 1.2473609E+02 -6.340492E+01 + endloop + endfacet + facet normal 0.40776756355 0.75182077941 0.51816129706 + outer loop + vertex -2.725594E+01 1.2521056E+02 -6.727142E+01 + vertex -3.129442E+01 1.2473609E+02 -6.340492E+01 + vertex -2.674733E+01 1.2150637E+02 -6.229711E+01 + endloop + endfacet + facet normal 0.08191812555 0.8990559217 0.43010216271 + outer loop + vertex -8.753149E+00 1.2177007E+02 -7.143703E+01 + vertex -8.820149E+00 1.1939514E+02 -6.645988E+01 + vertex -4.413569E+00 1.1948736E+02 -6.749193E+01 + endloop + endfacet + facet normal 0.03466548498 0.89343407083 0.44785473674 + outer loop + vertex -4.308910E+00 1.2193187E+02 -7.237664E+01 + vertex -4.413569E+00 1.1948736E+02 -6.749193E+01 + vertex 0.000000E+00 1.1964200E+02 -6.814205E+01 + endloop + endfacet + facet normal 0.02394366577 0.94830581781 0.31645343539 + outer loop + vertex -4.413569E+00 1.1948736E+02 -6.749193E+01 + vertex -4.415452E+00 1.1780692E+02 -6.245607E+01 + vertex 0.000000E+00 1.1792665E+02 -6.314894E+01 + endloop + endfacet + facet normal 0.16188223668 0.89840407819 0.40824533523 + outer loop + vertex -1.328928E+01 1.2165426E+02 -7.002289E+01 + vertex -1.787444E+01 1.2163543E+02 -6.816329E+01 + vertex -1.318570E+01 1.1935355E+02 -6.500091E+01 + endloop + endfacet + facet normal 0.0927251718 0.94799599779 0.30447599362 + outer loop + vertex -8.820149E+00 1.1939514E+02 -6.645988E+01 + vertex -1.318570E+01 1.1935355E+02 -6.500091E+01 + vertex -8.718485E+00 1.1772394E+02 -6.128752E+01 + endloop + endfacet + facet normal 0.22819245236 0.9016406941 0.36738571479 + outer loop + vertex -2.169212E+01 1.1941015E+02 -6.065152E+01 + vertex -1.757366E+01 1.1946148E+02 -6.333557E+01 + vertex -2.253529E+01 1.2167125E+02 -6.567701E+01 + endloop + endfacet + facet normal 0.17229610604 0.90215539618 0.39551193785 + outer loop + vertex -1.757366E+01 1.1946148E+02 -6.333557E+01 + vertex -1.318570E+01 1.1935355E+02 -6.500091E+01 + vertex -1.787444E+01 1.2163543E+02 -6.816329E+01 + endloop + endfacet + facet normal 0.13844496752 0.94885673221 0.28373207911 + outer loop + vertex -1.694705E+01 1.1796887E+02 -5.864973E+01 + vertex -1.289136E+01 1.1771686E+02 -5.978590E+01 + vertex -1.757366E+01 1.1946148E+02 -6.333557E+01 + endloop + endfacet + facet normal 0.10364231973 0.95063252627 0.29249969156 + outer loop + vertex -1.289136E+01 1.1771686E+02 -5.978590E+01 + vertex -8.718485E+00 1.1772394E+02 -6.128752E+01 + vertex -1.318570E+01 1.1935355E+02 -6.500091E+01 + endloop + endfacet + facet normal 0.69671516149 0.5372467175 0.47534613524 + outer loop + vertex -3.935814E+01 1.2957603E+02 -5.884518E+01 + vertex -4.190188E+01 1.2917099E+02 -5.465902E+01 + vertex -3.708013E+01 1.2443158E+02 -5.636969E+01 + endloop + endfacet + facet normal 0.73995406634 0.54943397183 0.38805964786 + outer loop + vertex -4.190188E+01 1.2917099E+02 -5.465902E+01 + vertex -4.422034E+01 1.2907822E+02 -5.010683E+01 + vertex -3.966612E+01 1.2427154E+02 -5.198529E+01 + endloop + endfacet + facet normal 0.85277854006 0.22282284036 0.47235446799 + outer loop + vertex -4.244762E+01 1.3500000E+02 -5.642347E+01 + vertex -4.491593E+01 1.3500000E+02 -5.196724E+01 + vertex -4.190188E+01 1.2917099E+02 -5.465902E+01 + endloop + endfacet + facet normal 0.89588712954 0.22549550757 0.38280285682 + outer loop + vertex -4.491593E+01 1.3500000E+02 -5.196724E+01 + vertex -4.692136E+01 1.3500000E+02 -4.727384E+01 + vertex -4.422034E+01 1.2907822E+02 -5.010683E+01 + endloop + endfacet + facet normal 0.59937959093 0.51901333524 0.60940074157 + outer loop + vertex -3.502737E+01 1.2534689E+02 -6.025355E+01 + vertex -3.129442E+01 1.2473609E+02 -6.340492E+01 + vertex -3.615830E+01 1.2968155E+02 -6.283295E+01 + endloop + endfacet + facet normal 0.75719742773 0.22416645432 0.61351565278 + outer loop + vertex -3.935814E+01 1.2957603E+02 -5.884518E+01 + vertex -3.615830E+01 1.2968155E+02 -6.283295E+01 + vertex -3.956037E+01 1.3500000E+02 -6.057740E+01 + endloop + endfacet + facet normal 0.49162729501 0.79081182442 0.3645809391 + outer loop + vertex -3.708013E+01 1.2443158E+02 -5.636969E+01 + vertex -3.391018E+01 1.2104581E+02 -5.330020E+01 + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + endloop + endfacet + facet normal 0.43834114004 0.77391195945 0.45707474659 + outer loop + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + vertex -2.674733E+01 1.2150637E+02 -6.229711E+01 + vertex -3.129442E+01 1.2473609E+02 -6.340492E+01 + endloop + endfacet + facet normal 0.92983357893 0.22588463215 0.29049207985 + outer loop + vertex -4.692136E+01 1.3500000E+02 -4.727384E+01 + vertex -4.840999E+01 1.3500000E+02 -4.250891E+01 + vertex -4.609262E+01 1.2905739E+02 -4.530564E+01 + endloop + endfacet + facet normal 0.77592460082 0.55220533581 0.30497586944 + outer loop + vertex -4.422034E+01 1.2907822E+02 -5.010683E+01 + vertex -4.609262E+01 1.2905739E+02 -4.530564E+01 + vertex -4.188856E+01 1.2420495E+02 -4.721558E+01 + endloop + endfacet + facet normal 0.5486755781 0.79234969689 0.26671533108 + outer loop + vertex -3.966612E+01 1.2427154E+02 -5.198529E+01 + vertex -4.188856E+01 1.2420495E+02 -4.721558E+01 + vertex -3.653708E+01 1.2097057E+02 -4.861583E+01 + endloop + endfacet + facet normal 0.22538479047 0.94977529488 0.21709119159 + outer loop + vertex -2.523689E+01 1.1925854E+02 -5.726080E+01 + vertex -2.832779E+01 1.1910962E+02 -5.340028E+01 + vertex -2.286878E+01 1.1757230E+02 -5.234206E+01 + endloop + endfacet + facet normal 0.24967699406 0.95108302128 0.18194088401 + outer loop + vertex -2.832779E+01 1.1910962E+02 -5.340028E+01 + vertex -3.092748E+01 1.1896644E+02 -4.908427E+01 + vertex -2.560562E+01 1.1747910E+02 -4.861248E+01 + endloop + endfacet + facet normal 0.31973342419 0.90782716042 0.27133076539 + outer loop + vertex -3.096891E+01 1.2147093E+02 -5.818856E+01 + vertex -3.391018E+01 1.2104581E+02 -5.330020E+01 + vertex -2.832779E+01 1.1910962E+02 -5.340028E+01 + endloop + endfacet + facet normal 0.34443987634 0.91550862706 0.20785842625 + outer loop + vertex -3.391018E+01 1.2104581E+02 -5.330020E+01 + vertex -3.653708E+01 1.2097057E+02 -4.861583E+01 + vertex -3.092748E+01 1.1896644E+02 -4.908427E+01 + endloop + endfacet + facet normal 0.18052596648 0.94970717043 0.25586454594 + outer loop + vertex -1.968216E+01 1.1767162E+02 -5.561663E+01 + vertex -1.694705E+01 1.1796887E+02 -5.864973E+01 + vertex -2.169212E+01 1.1941015E+02 -6.065152E+01 + endloop + endfacet + facet normal 0.27066466274 0.90669022944 0.32350188282 + outer loop + vertex -2.523689E+01 1.1925854E+02 -5.726080E+01 + vertex -2.169212E+01 1.1941015E+02 -6.065152E+01 + vertex -2.674733E+01 1.2150637E+02 -6.229711E+01 + endloop + endfacet + facet normal 0.955343944 0.22216208 0.19483828902 + outer loop + vertex -4.840999E+01 1.3500000E+02 -4.250891E+01 + vertex -4.944222E+01 1.3500000E+02 -3.744763E+01 + vertex -4.747861E+01 1.2912950E+02 -4.038195E+01 + endloop + endfacet + facet normal 0.80886860965 0.54540008265 0.21970507997 + outer loop + vertex -4.609262E+01 1.2905739E+02 -4.530564E+01 + vertex -4.747861E+01 1.2912950E+02 -4.038195E+01 + vertex -4.378959E+01 1.2436957E+02 -4.214735E+01 + endloop + endfacet + facet normal 0.97207014878 0.2324259139 0.03252415094 + outer loop + vertex -4.856203E+01 1.2908992E+02 -3.140514E+01 + vertex -4.864217E+01 1.3003646E+02 -3.577404E+01 + vertex -4.994074E+01 1.3500000E+02 -3.243358E+01 + endloop + endfacet + facet normal 0.95510153132 0.22062460943 0.19775198248 + outer loop + vertex -4.864217E+01 1.3003646E+02 -3.577404E+01 + vertex -4.747861E+01 1.2912950E+02 -4.038195E+01 + vertex -4.944222E+01 1.3500000E+02 -3.744763E+01 + endloop + endfacet + facet normal 0.80877835035 0.55871632738 0.1836127597 + outer loop + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + vertex -4.378959E+01 1.2436957E+02 -4.214735E+01 + vertex -4.747861E+01 1.2912950E+02 -4.038195E+01 + endloop + endfacet + facet normal 0.57831614973 0.79398889196 0.18743550997 + outer loop + vertex -4.055311E+01 1.2127153E+02 -3.900970E+01 + vertex -3.854677E+01 1.2092053E+02 -4.371326E+01 + vertex -4.378959E+01 1.2436957E+02 -4.214735E+01 + endloop + endfacet + facet normal 0.54691183843 0.80428616121 0.23240312364 + outer loop + vertex -3.854677E+01 1.2092053E+02 -4.371326E+01 + vertex -3.653708E+01 1.2097057E+02 -4.861583E+01 + vertex -4.188856E+01 1.2420495E+02 -4.721558E+01 + endloop + endfacet + facet normal 0.9692165962 0.22648131408 -0.0965681314 + outer loop + vertex -4.993965E+01 1.3500000E+02 -2.754416E+01 + vertex -4.944244E+01 1.3500000E+02 -2.255388E+01 + vertex -4.842983E+01 1.2906252E+02 -2.631584E+01 + endloop + endfacet + facet normal 0.83653305773 0.54759447474 -0.0187812291 + outer loop + vertex -4.856203E+01 1.2908992E+02 -3.140514E+01 + vertex -4.842983E+01 1.2906252E+02 -2.631584E+01 + vertex -4.548533E+01 1.2441882E+02 -3.055906E+01 + endloop + endfacet + facet normal 0.64154292868 0.76446040674 0.06342678605 + outer loop + vertex -4.542485E+01 1.2485428E+02 -3.641927E+01 + vertex -4.548533E+01 1.2441882E+02 -3.055906E+01 + vertex -4.151372E+01 1.2136131E+02 -3.387965E+01 + endloop + endfacet + facet normal 0.81141635407 0.56789713738 -0.1381895137 + outer loop + vertex -4.413654E+01 1.2417281E+02 -1.998951E+01 + vertex -4.507699E+01 1.2425260E+02 -2.518373E+01 + vertex -4.775689E+01 1.2906356E+02 -2.114858E+01 + endloop + endfacet + facet normal 0.94210636768 0.24478881337 -0.2291593961 + outer loop + vertex -4.651815E+01 1.2901781E+02 -1.610483E+01 + vertex -4.775689E+01 1.2906356E+02 -2.114858E+01 + vertex -4.840523E+01 1.3500000E+02 -1.747269E+01 + endloop + endfacet + facet normal 0.82448064315 0.56408295881 -0.0451894307 + outer loop + vertex -4.507699E+01 1.2425260E+02 -2.518373E+01 + vertex -4.548533E+01 1.2441882E+02 -3.055906E+01 + vertex -4.842983E+01 1.2906252E+02 -2.631584E+01 + endloop + endfacet + facet normal 0.96179214022 0.2434225871 -0.1253049205 + outer loop + vertex -4.775689E+01 1.2906356E+02 -2.114858E+01 + vertex -4.842983E+01 1.2906252E+02 -2.631584E+01 + vertex -4.944244E+01 1.3500000E+02 -2.255388E+01 + endloop + endfacet + facet normal 0.59441609658 0.80174046042 -0.0623035973 + outer loop + vertex -4.042963E+01 1.2091423E+02 -2.380399E+01 + vertex -4.115580E+01 1.2106164E+02 -2.883517E+01 + vertex -4.507699E+01 1.2425260E+02 -2.518373E+01 + endloop + endfacet + facet normal 0.61188315054 0.79094011304 0.00357038702 + outer loop + vertex -4.115580E+01 1.2106164E+02 -2.883517E+01 + vertex -4.151372E+01 1.2136131E+02 -3.387965E+01 + vertex -4.548533E+01 1.2441882E+02 -3.055906E+01 + endloop + endfacet + facet normal 0.36337497136 0.92321685029 0.12501710894 + outer loop + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + vertex -3.327710E+01 1.1898553E+02 -4.474062E+01 + vertex -3.854677E+01 1.2092053E+02 -4.371326E+01 + endloop + endfacet + facet normal 0.34426704986 0.92102735449 0.18217796425 + outer loop + vertex -3.327710E+01 1.1898553E+02 -4.474062E+01 + vertex -3.092748E+01 1.1896644E+02 -4.908427E+01 + vertex -3.653708E+01 1.2097057E+02 -4.861583E+01 + endloop + endfacet + facet normal 0.27254862791 0.95409143819 0.1242045611 + outer loop + vertex -2.997715E+01 1.1757835E+02 -4.117253E+01 + vertex -2.790214E+01 1.1745198E+02 -4.475506E+01 + vertex -3.327710E+01 1.1898553E+02 -4.474062E+01 + endloop + endfacet + facet normal 0.25285925511 0.95463815025 0.15725202444 + outer loop + vertex -2.790214E+01 1.1745198E+02 -4.475506E+01 + vertex -2.560562E+01 1.1747910E+02 -4.861248E+01 + vertex -3.092748E+01 1.1896644E+02 -4.908427E+01 + endloop + endfacet + facet normal 0.41141448402 0.91101272438 0.02817691167 + outer loop + vertex -3.656655E+01 1.1906114E+02 -3.174483E+01 + vertex -3.695891E+01 1.1937096E+02 -3.603320E+01 + vertex -4.151372E+01 1.2136131E+02 -3.387965E+01 + endloop + endfacet + facet normal 0.3887312044 0.91422733126 0.11435225185 + outer loop + vertex -3.695891E+01 1.1937096E+02 -3.603320E+01 + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + vertex -4.055311E+01 1.2127153E+02 -3.900970E+01 + endloop + endfacet + facet normal 0.28184662072 0.95646084458 0.07579666988 + outer loop + vertex -2.868792E+01 1.1686132E+02 -3.691835E+01 + vertex -2.997715E+01 1.1757835E+02 -4.117253E+01 + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + endloop + endfacet + facet normal 0.4002940403 0.91586423739 -0.0309415573 + outer loop + vertex -4.115580E+01 1.2106164E+02 -2.883517E+01 + vertex -4.042963E+01 1.2091423E+02 -2.380399E+01 + vertex -3.624516E+01 1.1896997E+02 -2.721898E+01 + endloop + endfacet + facet normal 0.30656052207 0.95184762857 -0.0025958225 + outer loop + vertex -3.656655E+01 1.1906114E+02 -3.174483E+01 + vertex -3.624516E+01 1.1896997E+02 -2.721898E+01 + vertex -3.147419E+01 1.1742583E+02 -2.998883E+01 + endloop + endfacet + facet normal 0.76852872322 0.5616218192 -0.3065037255 + outer loop + vertex -4.095671E+01 1.2454693E+02 -9.939721E+00 + vertex -4.267567E+01 1.2417003E+02 -1.494045E+01 + vertex -4.484686E+01 1.2916873E+02 -1.122515E+01 + endloop + endfacet + facet normal 0.87535884969 0.23990737529 -0.4197515164 + outer loop + vertex -4.264249E+01 1.2922080E+02 -6.598361E+00 + vertex -4.484686E+01 1.2916873E+02 -1.122515E+01 + vertex -4.484316E+01 1.3500000E+02 -7.884591E+00 + endloop + endfacet + facet normal 0.78895739353 0.57059693218 -0.2279591458 + outer loop + vertex -4.267567E+01 1.2417003E+02 -1.494045E+01 + vertex -4.413654E+01 1.2417281E+02 -1.998951E+01 + vertex -4.651815E+01 1.2901781E+02 -1.610483E+01 + endloop + endfacet + facet normal 0.91540304445 0.24284263309 -0.3210369477 + outer loop + vertex -4.484686E+01 1.2916873E+02 -1.122515E+01 + vertex -4.651815E+01 1.2901781E+02 -1.610483E+01 + vertex -4.689813E+01 1.3500000E+02 -1.266317E+01 + endloop + endfacet + facet normal 0.5562159803 0.80785197975 -0.1949332247 + outer loop + vertex -3.755182E+01 1.2087445E+02 -1.397796E+01 + vertex -3.920580E+01 1.2084180E+02 -1.883269E+01 + vertex -4.267567E+01 1.2417003E+02 -1.494045E+01 + endloop + endfacet + facet normal 0.57580276368 0.80718893784 -0.1299892148 + outer loop + vertex -3.920580E+01 1.2084180E+02 -1.883269E+01 + vertex -4.042963E+01 1.2091423E+02 -2.380399E+01 + vertex -4.413654E+01 1.2417281E+02 -1.998951E+01 + endloop + endfacet + facet normal 0.75816380184 0.22657119139 -0.6114353153 + outer loop + vertex -3.756501E+01 1.2924811E+02 9.2052559E-01 + vertex -4.053497E+01 1.3012714E+02 -2.436418E+00 + vertex -3.955405E+01 1.3500000E+02 5.8557553E-01 + endloop + endfacet + facet normal 0.8499410074 0.22065985937 -0.4784448875 + outer loop + vertex -4.053497E+01 1.3012714E+02 -2.436418E+00 + vertex -4.264249E+01 1.2922080E+02 -6.598361E+00 + vertex -4.238866E+01 1.3500000E+02 -3.482046E+00 + endloop + endfacet + facet normal 0.73020569628 0.55159585168 -0.4031645539 + outer loop + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + vertex -4.095671E+01 1.2454693E+02 -9.939721E+00 + vertex -4.264249E+01 1.2922080E+02 -6.598361E+00 + endloop + endfacet + facet normal 0.67274466357 0.21855790014 -0.7068571722 + outer loop + vertex -3.629767E+01 1.3500000E+02 4.3871953E+00 + vertex -3.255125E+01 1.3500000E+02 7.9528124E+00 + vertex -3.411972E+01 1.2923714E+02 4.6781810E+00 + endloop + endfacet + facet normal 0.6212446379 0.53981612536 -0.5680261004 + outer loop + vertex -3.756501E+01 1.2924811E+02 9.2052559E-01 + vertex -3.411972E+01 1.2923714E+02 4.6781810E+00 + vertex -3.456486E+01 1.2450765E+02 -3.032688E-01 + endloop + endfacet + facet normal 0.51937993334 0.77052261257 -0.3695123656 + outer loop + vertex -3.340722E+01 1.2112779E+02 -5.733119E+00 + vertex -3.655350E+01 1.2157523E+02 -9.222456E+00 + vertex -3.833854E+01 1.2501693E+02 -4.554698E+00 + endloop + endfacet + facet normal 0.56974155516 0.78732125629 -0.2356263986 + outer loop + vertex -3.655350E+01 1.2157523E+02 -9.222456E+00 + vertex -3.755182E+01 1.2087445E+02 -1.397796E+01 + vertex -4.095671E+01 1.2454693E+02 -9.939721E+00 + endloop + endfacet + facet normal 0.36451390712 0.92486551644 -0.1084130436 + outer loop + vertex -3.369672E+01 1.1882653E+02 -1.750182E+01 + vertex -3.529493E+01 1.1888489E+02 -2.237755E+01 + vertex -3.920580E+01 1.2084180E+02 -1.883269E+01 + endloop + endfacet + facet normal 0.38095273236 0.9227385138 -0.0585546825 + outer loop + vertex -3.529493E+01 1.1888489E+02 -2.237755E+01 + vertex -3.624516E+01 1.1896997E+02 -2.721898E+01 + vertex -4.042963E+01 1.2091423E+02 -2.380399E+01 + endloop + endfacet + facet normal 0.28937656064 0.95519179936 -0.0622079784 + outer loop + vertex -2.999743E+01 1.1732643E+02 -2.166466E+01 + vertex -3.167256E+01 1.1756814E+02 -2.574566E+01 + vertex -3.529493E+01 1.1888489E+02 -2.237755E+01 + endloop + endfacet + facet normal 0.29837244048 0.95427873821 -0.0180548211 + outer loop + vertex -3.167256E+01 1.1756814E+02 -2.574566E+01 + vertex -3.147419E+01 1.1742583E+02 -2.998883E+01 + vertex -3.624516E+01 1.1896997E+02 -2.721898E+01 + endloop + endfacet + facet normal 0.34931436213 0.92411225254 -0.1549064915 + outer loop + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + vertex -3.369672E+01 1.1882653E+02 -1.750182E+01 + vertex -3.755182E+01 1.2087445E+02 -1.397796E+01 + endloop + endfacet + facet normal 0.27989140903 0.95063284489 -0.1340074377 + outer loop + vertex -3.369672E+01 1.1882653E+02 -1.750182E+01 + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + vertex -2.875879E+01 1.1750391E+02 -1.657084E+01 + endloop + endfacet + facet normal 0.06575716884 0.96301927912 0.26128502214 + outer loop + vertex -8.718485E+00 1.1772394E+02 -6.128752E+01 + vertex -8.885852E+00 1.1633120E+02 -5.611216E+01 + vertex -4.464805E+00 1.1639446E+02 -5.745795E+01 + endloop + endfacet + facet normal 0.02327097136 0.96199138177 0.27208646291 + outer loop + vertex -4.415452E+00 1.1780692E+02 -6.245607E+01 + vertex -4.464805E+00 1.1639446E+02 -5.745795E+01 + vertex 0.000000E+00 1.1653956E+02 -5.835285E+01 + endloop + endfacet + facet normal 0.06493385277 0.97331963573 0.22007380914 + outer loop + vertex -8.885852E+00 1.1633120E+02 -5.611216E+01 + vertex -8.670475E+00 1.1522283E+02 -5.127374E+01 + vertex -4.283749E+00 1.1520409E+02 -5.248517E+01 + endloop + endfacet + facet normal 0.02440514782 0.97243582399 0.23188996739 + outer loop + vertex -4.464805E+00 1.1639446E+02 -5.745795E+01 + vertex -4.283749E+00 1.1520409E+02 -5.248517E+01 + vertex 0.000000E+00 1.1537990E+02 -5.367326E+01 + endloop + endfacet + facet normal 0.15321304282 0.96297369067 0.22182748835 + outer loop + vertex -1.968216E+01 1.1767162E+02 -5.561663E+01 + vertex -1.749176E+01 1.1629977E+02 -5.117419E+01 + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + endloop + endfacet + facet normal 0.1290213427 0.96024141996 0.24756798769 + outer loop + vertex -1.289136E+01 1.1771686E+02 -5.978590E+01 + vertex -1.694705E+01 1.1796887E+02 -5.864973E+01 + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + endloop + endfacet + facet normal 0.10697650108 0.97251446139 0.2068130813 + outer loop + vertex -1.369435E+01 1.1645968E+02 -5.449122E+01 + vertex -1.263139E+01 1.1528200E+02 -4.950315E+01 + vertex -8.670475E+00 1.1522283E+02 -5.127374E+01 + endloop + endfacet + facet normal 0.21511746544 0.96452849389 0.15300085144 + outer loop + vertex -2.298268E+01 1.1611093E+02 -4.367525E+01 + vertex -2.058844E+01 1.1619503E+02 -4.757170E+01 + vertex -2.560562E+01 1.1747910E+02 -4.861248E+01 + endloop + endfacet + facet normal 0.18712070939 0.96400831804 0.18887509859 + outer loop + vertex -2.058844E+01 1.1619503E+02 -4.757170E+01 + vertex -1.749176E+01 1.1629977E+02 -5.117419E+01 + vertex -2.286878E+01 1.1757230E+02 -5.234206E+01 + endloop + endfacet + facet normal 0.17202124281 0.97435599769 0.14504854976 + outer loop + vertex -1.828269E+01 1.1504575E+02 -4.258600E+01 + vertex -1.590648E+01 1.1518918E+02 -4.636755E+01 + vertex -2.058844E+01 1.1619503E+02 -4.757170E+01 + endloop + endfacet + facet normal 0.14272023899 0.97364523881 0.17789289567 + outer loop + vertex -1.590648E+01 1.1518918E+02 -4.636755E+01 + vertex -1.263139E+01 1.1528200E+02 -4.950315E+01 + vertex -1.749176E+01 1.1629977E+02 -5.117419E+01 + endloop + endfacet + facet normal 0.23714649732 0.96436923116 0.11727542285 + outer loop + vertex -2.528300E+01 1.1621619E+02 -3.988926E+01 + vertex -2.298268E+01 1.1611093E+02 -4.367525E+01 + vertex -2.790214E+01 1.1745198E+02 -4.475506E+01 + endloop + endfacet + facet normal 0.20918543878 0.97274389564 0.10005381401 + outer loop + vertex -2.298268E+01 1.1611093E+02 -4.367525E+01 + vertex -2.528300E+01 1.1621619E+02 -3.988926E+01 + vertex -2.056337E+01 1.1505910E+02 -3.850725E+01 + endloop + endfacet + facet normal 0.09388763016 0.96170968039 0.25748709396 + outer loop + vertex -8.670475E+00 1.1522283E+02 -5.127374E+01 + vertex -8.038985E+00 1.1381528E+02 -4.624681E+01 + vertex -4.129443E+00 1.1379944E+02 -4.761317E+01 + endloop + endfacet + facet normal 0.02408295588 0.96078596033 0.27624327987 + outer loop + vertex -4.283749E+00 1.1520409E+02 -5.248517E+01 + vertex -4.129443E+00 1.1379944E+02 -4.761317E+01 + vertex 0.000000E+00 1.1390291E+02 -4.833305E+01 + endloop + endfacet + facet normal 0.11923287109 0.64735273548 0.75280672043 + outer loop + vertex -4.129443E+00 1.1379944E+02 -4.761317E+01 + vertex -4.635255E+00 1.1000000E+02 -4.426585E+01 + vertex 0.000000E+00 1.1000000E+02 -4.500000E+01 + endloop + endfacet + facet normal 0.16448273512 0.96079332927 0.22320754528 + outer loop + vertex -1.348167E+01 1.1368883E+02 -4.169615E+01 + vertex -1.150620E+01 1.1409416E+02 -4.489662E+01 + vertex -1.590648E+01 1.1518918E+02 -4.636755E+01 + endloop + endfacet + facet normal 0.15930528602 0.96467035524 0.20984025246 + outer loop + vertex -1.150620E+01 1.1409416E+02 -4.489662E+01 + vertex -8.038985E+00 1.1381528E+02 -4.624681E+01 + vertex -1.263139E+01 1.1528200E+02 -4.950315E+01 + endloop + endfacet + facet normal 0.34290951598 0.65535257698 0.6729978185 + outer loop + vertex -8.816779E+00 1.1000000E+02 -4.213525E+01 + vertex -4.635255E+00 1.1000000E+02 -4.426585E+01 + vertex -8.038985E+00 1.1381528E+02 -4.624681E+01 + endloop + endfacet + facet normal 0.26861074753 0.95195340446 0.14708154896 + outer loop + vertex -1.828269E+01 1.1504575E+02 -4.258600E+01 + vertex -2.056337E+01 1.1505910E+02 -3.850725E+01 + vertex -1.594915E+01 1.1365809E+02 -3.786638E+01 + endloop + endfacet + facet normal 0.67620434244 0.590582493 0.44040890798 + outer loop + vertex -1.348167E+01 1.1368883E+02 -4.169615E+01 + vertex -1.594915E+01 1.1365809E+02 -3.786638E+01 + vertex -1.213525E+01 1.1000000E+02 -3.881678E+01 + endloop + endfacet + facet normal 0.2622584965 0.96497062719 -0.0072228573 + outer loop + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + vertex -2.721705E+01 1.1625373E+02 -3.200619E+01 + vertex -3.147419E+01 1.1742583E+02 -2.998883E+01 + endloop + endfacet + facet normal 0.23840408058 0.96913441764 0.06278514887 + outer loop + vertex -2.345956E+01 1.1544866E+02 -3.496573E+01 + vertex -2.528300E+01 1.1621619E+02 -3.988926E+01 + vertex -2.868792E+01 1.1686132E+02 -3.691835E+01 + endloop + endfacet + facet normal 0.22571706494 0.97395266316 0.02163368957 + outer loop + vertex -2.248527E+01 1.1511234E+02 -2.999012E+01 + vertex -2.345956E+01 1.1544866E+02 -3.496573E+01 + vertex -2.721705E+01 1.1625373E+02 -3.200619E+01 + endloop + endfacet + facet normal 0.21783275883 0.97339520708 0.07106799569 + outer loop + vertex -2.345956E+01 1.1544866E+02 -3.496573E+01 + vertex -2.056337E+01 1.1505910E+02 -3.850725E+01 + vertex -2.528300E+01 1.1621619E+02 -3.988926E+01 + endloop + endfacet + facet normal 0.25339324606 0.96552274224 -0.0596464338 + outer loop + vertex -2.999743E+01 1.1732643E+02 -2.166466E+01 + vertex -2.526789E+01 1.1611299E+02 -2.121497E+01 + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + endloop + endfacet + facet normal 0.23061498578 0.97158497977 -0.0532856024 + outer loop + vertex -2.676579E+01 1.1617130E+02 -2.663454E+01 + vertex -2.526789E+01 1.1611299E+02 -2.121497E+01 + vertex -2.194308E+01 1.1513025E+02 -2.474418E+01 + endloop + endfacet + facet normal 0.28041782571 0.95707732243 0.07327238168 + outer loop + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + vertex -1.594915E+01 1.1365809E+02 -3.786638E+01 + vertex -2.056337E+01 1.1505910E+02 -3.850725E+01 + endloop + endfacet + facet normal 0.7245159181 0.61253617232 0.31603183703 + outer loop + vertex -1.594915E+01 1.1365809E+02 -3.786638E+01 + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + vertex -1.426585E+01 1.1000000E+02 -3.463525E+01 + endloop + endfacet + facet normal 0.29624146861 0.95451210006 -0.0338768817 + outer loop + vertex -2.248527E+01 1.1511234E+02 -2.999012E+01 + vertex -2.194308E+01 1.1513025E+02 -2.474418E+01 + vertex -1.788680E+01 1.1374917E+02 -2.818682E+01 + endloop + endfacet + facet normal 0.78746400352 0.61603426669 -0.0200555586 + outer loop + vertex -1.818823E+01 1.1396698E+02 -3.333187E+01 + vertex -1.788680E+01 1.1374917E+02 -2.818682E+01 + vertex -1.500000E+01 1.1000000E+02 -3.000000E+01 + endloop + endfacet + facet normal 0.40725115475 0.53051761163 -0.7434363192 + outer loop + vertex -2.576281E+01 1.2930247E+02 1.1301828E+01 + vertex -2.100723E+01 1.2932502E+02 1.3923000E+01 + vertex -2.168372E+01 1.2461858E+02 1.0193898E+01 + endloop + endfacet + facet normal 0.33446924386 0.77356197441 -0.5382677741 + outer loop + vertex -2.640580E+01 1.2462569E+02 7.2699060E+00 + vertex -2.168372E+01 1.2461858E+02 1.0193898E+01 + vertex -2.174886E+01 1.2118755E+02 5.2225807E+00 + endloop + endfacet + facet normal 0.32197691025 0.52863864821 -0.7854120249 + outer loop + vertex -2.100723E+01 1.2932502E+02 1.3923000E+01 + vertex -1.594462E+01 1.2934865E+02 1.6014307E+01 + vertex -1.651852E+01 1.2468146E+02 1.2637681E+01 + endloop + endfacet + facet normal 0.2652176602 0.76994938997 -0.5803770581 + outer loop + vertex -2.168372E+01 1.2461858E+02 1.0193898E+01 + vertex -1.651852E+01 1.2468146E+02 1.2637681E+01 + vertex -1.683445E+01 1.2125632E+02 7.9493998E+00 + endloop + endfacet + facet normal 0.42925180213 0.21471759903 -0.8772908543 + outer loop + vertex -2.425631E+01 1.3500000E+02 1.3722208E+01 + vertex -1.963577E+01 1.3500000E+02 1.5983002E+01 + vertex -2.100723E+01 1.2932502E+02 1.3923000E+01 + endloop + endfacet + facet normal 0.33770429973 0.21549431645 -0.9162521517 + outer loop + vertex -1.963577E+01 1.3500000E+02 1.5983002E+01 + vertex -1.490316E+01 1.3500000E+02 1.7727306E+01 + vertex -1.594462E+01 1.2934865E+02 1.6014307E+01 + endloop + endfacet + facet normal 0.55792577898 0.53456926814 -0.63478699 + outer loop + vertex -3.411972E+01 1.2923714E+02 4.6781810E+00 + vertex -3.015323E+01 1.2928461E+02 8.2043833E+00 + vertex -3.070664E+01 1.2457168E+02 3.7491070E+00 + endloop + endfacet + facet normal 0.45219221321 0.77426437049 -0.44276053 + outer loop + vertex -3.456486E+01 1.2450765E+02 -3.032688E-01 + vertex -3.070664E+01 1.2457168E+02 3.7491070E+00 + vertex -3.017461E+01 1.2123145E+02 -1.548657E+00 + endloop + endfacet + facet normal 0.4870868873 0.53088628548 -0.6934739477 + outer loop + vertex -3.015323E+01 1.2928461E+02 8.2043833E+00 + vertex -2.576281E+01 1.2930247E+02 1.1301828E+01 + vertex -2.640580E+01 1.2462569E+02 7.2699060E+00 + endloop + endfacet + facet normal 0.39814224387 0.77026782374 -0.498166873 + outer loop + vertex -3.070664E+01 1.2457168E+02 3.7491070E+00 + vertex -2.640580E+01 1.2462569E+02 7.2699060E+00 + vertex -2.621880E+01 1.2128718E+02 2.2573464E+00 + endloop + endfacet + facet normal 0.59714144217 0.21654841138 -0.7723528232 + outer loop + vertex -3.255125E+01 1.3500000E+02 7.9528124E+00 + vertex -2.853538E+01 1.3500000E+02 1.1057668E+01 + vertex -3.015323E+01 1.2928461E+02 8.2043833E+00 + endloop + endfacet + facet normal 0.51615138398 0.21565170444 -0.8289041508 + outer loop + vertex -2.853538E+01 1.3500000E+02 1.1057668E+01 + vertex -2.425631E+01 1.3500000E+02 1.3722208E+01 + vertex -2.576281E+01 1.2930247E+02 1.1301828E+01 + endloop + endfacet + facet normal 0.3061105783 0.91421143369 -0.265544287 + outer loop + vertex -2.561643E+01 1.1929443E+02 -2.962897E+00 + vertex -2.837191E+01 1.1898607E+02 -7.200933E+00 + vertex -3.017461E+01 1.2123145E+02 -1.548657E+00 + endloop + endfacet + facet normal 0.32509690967 0.91852397403 -0.2250015743 + outer loop + vertex -2.837191E+01 1.1898607E+02 -7.200933E+00 + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + vertex -3.340722E+01 1.2112779E+02 -5.733119E+00 + endloop + endfacet + facet normal 0.22530623079 0.9550514653 -0.1926494251 + outer loop + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + vertex -2.611680E+01 1.1755791E+02 -1.164357E+01 + vertex -2.837191E+01 1.1898607E+02 -7.200933E+00 + endloop + endfacet + facet normal 0.25887842519 0.95430632175 -0.1492695724 + outer loop + vertex -2.611680E+01 1.1755791E+02 -1.164357E+01 + vertex -2.875879E+01 1.1750391E+02 -1.657084E+01 + vertex -3.189871E+01 1.1909166E+02 -1.186562E+01 + endloop + endfacet + facet normal 0.21147664077 0.91717528779 -0.3377382446 + outer loop + vertex -1.690307E+01 1.1908488E+02 2.5467027E+00 + vertex -2.147510E+01 1.1902333E+02 -4.832454E-01 + vertex -2.174886E+01 1.2118755E+02 5.2225807E+00 + endloop + endfacet + facet normal 0.25125872462 0.91357925717 -0.3197530206 + outer loop + vertex -2.147510E+01 1.1902333E+02 -4.832454E-01 + vertex -2.561643E+01 1.1929443E+02 -2.962897E+00 + vertex -2.621880E+01 1.2128718E+02 2.2573464E+00 + endloop + endfacet + facet normal 0.18468993776 0.95461684362 -0.2336585303 + outer loop + vertex -2.147510E+01 1.1902333E+02 -4.832454E-01 + vertex -1.729723E+01 1.1752366E+02 -3.307873E+00 + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + endloop + endfacet + facet normal 0.1261760343 0.48104608613 -0.8675680212 + outer loop + vertex -1.077971E+01 1.2955655E+02 1.7582558E+01 + vertex -5.893742E+00 1.3042613E+02 1.8775316E+01 + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + endloop + endfacet + facet normal 0.09626686089 0.73242400721 -0.6740087278 + outer loop + vertex -1.096580E+01 1.2488435E+02 1.4572880E+01 + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + vertex -5.732946E+00 1.2171578E+02 1.1877091E+01 + endloop + endfacet + facet normal 0.06445082265 0.4767908743 -0.8766507592 + outer loop + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + vertex -5.893742E+00 1.3042613E+02 1.8775316E+01 + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + endloop + endfacet + facet normal 0.04681177803 0.72929804052 -0.6825928695 + outer loop + vertex -5.189750E+00 1.2564923E+02 1.6229021E+01 + vertex 0.000000E+00 1.2542629E+02 1.6346739E+01 + vertex 0.000000E+00 1.2197667E+02 1.2661092E+01 + endloop + endfacet + facet normal 0.1469871727 0.1777274536 -0.9730404531 + outer loop + vertex -9.987606E+00 1.3500000E+02 1.8992323E+01 + vertex -4.929347E+00 1.3500000E+02 1.9756422E+01 + vertex -5.893742E+00 1.3042613E+02 1.8775316E+01 + endloop + endfacet + facet normal 0.04832219519 0.20337278679 -0.977908214 + outer loop + vertex 0.000000E+00 1.2995030E+02 1.8949829E+01 + vertex -4.929347E+00 1.3500000E+02 1.9756422E+01 + vertex 0.000000E+00 1.3500000E+02 2.0000000E+01 + endloop + endfacet + facet normal 0.21799306712 0.78099145082 -0.5852618016 + outer loop + vertex -1.138078E+01 1.2138447E+02 1.0151742E+01 + vertex -1.683445E+01 1.2125632E+02 7.9493998E+00 + vertex -1.651852E+01 1.2468146E+02 1.2637681E+01 + endloop + endfacet + facet normal 0.2580323447 0.54528302907 -0.7975498275 + outer loop + vertex -1.096580E+01 1.2488435E+02 1.4572880E+01 + vertex -1.651852E+01 1.2468146E+02 1.2637681E+01 + vertex -1.594462E+01 1.2934865E+02 1.6014307E+01 + endloop + endfacet + facet normal 0.27400827422 0.23237897998 -0.9332306656 + outer loop + vertex -1.077971E+01 1.2955655E+02 1.7582558E+01 + vertex -1.594462E+01 1.2934865E+02 1.6014307E+01 + vertex -1.490316E+01 1.3500000E+02 1.7727306E+01 + endloop + endfacet + facet normal 0.07451535557 0.94696004917 -0.3125925896 + outer loop + vertex -1.170835E+01 1.1920747E+02 5.1102627E+00 + vertex -5.852267E+00 1.1933297E+02 6.8864096E+00 + vertex -6.727403E+00 1.1780143E+02 2.0381939E+00 + endloop + endfacet + facet normal 0.0197667318 0.94556183349 -0.3248416466 + outer loop + vertex -5.852267E+00 1.1933297E+02 6.8864096E+00 + vertex 0.000000E+00 1.1964200E+02 8.1420507E+00 + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + endloop + endfacet + facet normal 0.07895276542 0.89886561472 -0.4310534393 + outer loop + vertex -1.138078E+01 1.2138447E+02 1.0151742E+01 + vertex -5.732946E+00 1.2171578E+02 1.1877091E+01 + vertex -5.852267E+00 1.1933297E+02 6.8864096E+00 + endloop + endfacet + facet normal 0.02233326744 0.88821718414 -0.4588806587 + outer loop + vertex -5.732946E+00 1.2171578E+02 1.1877091E+01 + vertex 0.000000E+00 1.2197667E+02 1.2661092E+01 + vertex 0.000000E+00 1.1964200E+02 8.1420507E+00 + endloop + endfacet + facet normal 0.13952435699 0.95440512137 -0.2639011521 + outer loop + vertex -1.228316E+01 1.1763414E+02 -2.573892E-01 + vertex -1.729723E+01 1.1752366E+02 -3.307873E+00 + vertex -1.690307E+01 1.1908488E+02 2.5467027E+00 + endloop + endfacet + facet normal 0.16091072094 0.91506181943 -0.3698237506 + outer loop + vertex -1.170835E+01 1.1920747E+02 5.1102627E+00 + vertex -1.690307E+01 1.1908488E+02 2.5467027E+00 + vertex -1.683445E+01 1.2125632E+02 7.9493998E+00 + endloop + endfacet + facet normal 0.2422600486 0.95999580632 -0.1404212259 + outer loop + vertex -2.417302E+01 1.1637822E+02 -1.635511E+01 + vertex -2.875879E+01 1.1750391E+02 -1.657084E+01 + vertex -2.611680E+01 1.1755791E+02 -1.164357E+01 + endloop + endfacet + facet normal 0.18454924668 0.97392493986 -0.1319537308 + outer loop + vertex -2.103049E+01 1.1624601E+02 -1.265312E+01 + vertex -1.669433E+01 1.1513424E+02 -1.479435E+01 + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + endloop + endfacet + facet normal 0.20460699332 0.97565742039 -0.07892133 + outer loop + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + vertex -2.194308E+01 1.1513025E+02 -2.474418E+01 + vertex -2.526789E+01 1.1611299E+02 -2.121497E+01 + endloop + endfacet + facet normal 0.62674756343 0.68059596608 -0.3794425157 + outer loop + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + vertex -1.764714E+01 1.1406860E+02 -2.365208E+01 + vertex -1.530475E+01 1.1383504E+02 -2.020194E+01 + endloop + endfacet + facet normal 0.59012612912 0.62001094725 -0.5170469776 + outer loop + vertex -1.213525E+01 1.1000000E+02 -2.118322E+01 + vertex -1.530475E+01 1.1383504E+02 -2.020194E+01 + vertex -1.220968E+01 1.1376631E+02 -1.675184E+01 + endloop + endfacet + facet normal 0.23008932616 0.95802047484 -0.1710428945 + outer loop + vertex -1.530475E+01 1.1383504E+02 -2.020194E+01 + vertex -2.024329E+01 1.1524068E+02 -1.897231E+01 + vertex -1.669433E+01 1.1513424E+02 -1.479435E+01 + endloop + endfacet + facet normal 0.75770887266 0.6414631971 -0.1200092957 + outer loop + vertex -1.426585E+01 1.1000000E+02 -2.536475E+01 + vertex -1.500000E+01 1.1000000E+02 -3.000000E+01 + vertex -1.788680E+01 1.1374917E+02 -2.818682E+01 + endloop + endfacet + facet normal 0.25858508084 0.96254693408 -0.0814687404 + outer loop + vertex -1.764714E+01 1.1406860E+02 -2.365208E+01 + vertex -1.788680E+01 1.1374917E+02 -2.818682E+01 + vertex -2.194308E+01 1.1513025E+02 -2.474418E+01 + endloop + endfacet + facet normal 0.14632947592 0.9646307086 -0.2192607591 + outer loop + vertex -1.729723E+01 1.1752366E+02 -3.307873E+00 + vertex -1.283945E+01 1.1626991E+02 -5.848695E+00 + vertex -1.729178E+01 1.1624396E+02 -8.934230E+00 + endloop + endfacet + facet normal 0.18718944782 0.96423300386 -0.1876561347 + outer loop + vertex -2.224743E+01 1.1760102E+02 -6.904601E+00 + vertex -1.729178E+01 1.1624396E+02 -8.934230E+00 + vertex -2.103049E+01 1.1624601E+02 -1.265312E+01 + endloop + endfacet + facet normal 0.1071163011 0.97420796968 -0.1986074768 + outer loop + vertex -1.283945E+01 1.1626991E+02 -5.848695E+00 + vertex -8.558118E+00 1.1518198E+02 -8.876110E+00 + vertex -1.283350E+01 1.1514328E+02 -1.137184E+01 + endloop + endfacet + facet normal 0.14791935873 0.97437748237 -0.1694354897 + outer loop + vertex -1.729178E+01 1.1624396E+02 -8.934230E+00 + vertex -1.283350E+01 1.1514328E+02 -1.137184E+01 + vertex -1.669433E+01 1.1513424E+02 -1.479435E+01 + endloop + endfacet + facet normal 0.12921212302 0.96031952965 -0.2471651841 + outer loop + vertex -1.283945E+01 1.1626991E+02 -5.848695E+00 + vertex -1.729723E+01 1.1752366E+02 -3.307873E+00 + vertex -1.228316E+01 1.1763414E+02 -2.573892E-01 + endloop + endfacet + facet normal 0.09019831957 0.97100676429 -0.2213823092 + outer loop + vertex -8.558118E+00 1.1518198E+02 -8.876110E+00 + vertex -1.283945E+01 1.1626991E+02 -5.848695E+00 + vertex -8.208942E+00 1.1638561E+02 -3.454620E+00 + endloop + endfacet + facet normal 0.01764101159 0.96048220464 -0.2777818016 + outer loop + vertex -2.797566E-15 1.1792665E+02 3.1489378E+00 + vertex -9.302107E-15 1.1653956E+02 -1.647153E+00 + vertex -3.677722E+00 1.1656671E+02 -1.786846E+00 + endloop + endfacet + facet normal 0.05868343255 0.96274022146 -0.2639839403 + outer loop + vertex -6.727403E+00 1.1780143E+02 2.0381939E+00 + vertex -3.677722E+00 1.1656671E+02 -1.786846E+00 + vertex -8.208942E+00 1.1638561E+02 -3.454620E+00 + endloop + endfacet + facet normal 0.01629917614 0.9705108226 -0.2405058836 + outer loop + vertex -3.677722E+00 1.1656671E+02 -1.786846E+00 + vertex -9.302107E-15 1.1653956E+02 -1.647153E+00 + vertex -1.127107E-14 1.1537990E+02 -6.326744E+00 + endloop + endfacet + facet normal 0.19454309632 0.95544633126 -0.221980386 + outer loop + vertex -1.220968E+01 1.1376631E+02 -1.675184E+01 + vertex -1.669433E+01 1.1513424E+02 -1.479435E+01 + vertex -1.283350E+01 1.1514328E+02 -1.137184E+01 + endloop + endfacet + facet normal 0.46174867624 0.60706990285 -0.6467258252 + outer loop + vertex -8.816779E+00 1.1000000E+02 -1.786475E+01 + vertex -1.220968E+01 1.1376631E+02 -1.675184E+01 + vertex -8.447053E+00 1.1377964E+02 -1.405289E+01 + endloop + endfacet + facet normal 0.03100632367 0.96335175597 -0.2664432438 + outer loop + vertex -4.185816E+00 1.1525589E+02 -7.262222E+00 + vertex -1.127107E-14 1.1537990E+02 -6.326744E+00 + vertex -7.386570E-15 1.1390291E+02 -1.166695E+01 + endloop + endfacet + facet normal 0.09495133415 0.96136379938 -0.2583870921 + outer loop + vertex -8.558118E+00 1.1518198E+02 -8.876110E+00 + vertex -4.249483E+00 1.1381494E+02 -1.237907E+01 + vertex -8.447053E+00 1.1377964E+02 -1.405289E+01 + endloop + endfacet + facet normal 0.11325457633 0.64523038942 -0.7555469181 + outer loop + vertex -4.249483E+00 1.1381494E+02 -1.237907E+01 + vertex -7.386570E-15 1.1390291E+02 -1.166695E+01 + vertex -3.791316E-25 1.1000000E+02 -1.500000E+01 + endloop + endfacet + facet normal 0.2666031353 0.96300545758 0.0392843088 + outer loop + vertex -2.721705E+01 1.1625373E+02 -3.200619E+01 + vertex -2.868792E+01 1.1686132E+02 -3.691835E+01 + vertex -3.223967E+01 1.1775127E+02 -3.463048E+01 + endloop + endfacet + facet normal 0.28461433939 0.95608765218 0.06993625072 + outer loop + vertex -3.454172E+01 1.1881524E+02 -3.980737E+01 + vertex -3.223967E+01 1.1775127E+02 -3.463048E+01 + vertex -2.868792E+01 1.1686132E+02 -3.691835E+01 + endloop + endfacet + facet normal -0.9846348147 -0.174626049 -1.572690E-04 + outer loop + vertex 1.5000000E+01 -3.673940E-15 5.0000000E+00 + vertex 1.4085685E+01 5.1568875E+00 3.3459229E+00 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + endloop + endfacet + facet normal -0.984799582 -0.1736700614 0.00291427463 + outer loop + vertex 1.4111512E+01 5.0857877E+00 7.8364490E+00 + vertex 1.4085685E+01 5.1568875E+00 3.3459229E+00 + vertex 1.5000000E+01 -3.673940E-15 5.0000000E+00 + endloop + endfacet + facet normal -0.8678947943 -0.4967466634 0.00117406722 + outer loop + vertex 1.1543098E+01 9.5789815E+00 1.0277698E+01 + vertex 1.1521445E+01 9.6050143E+00 5.2859222E+00 + vertex 1.4111512E+01 5.0857877E+00 7.8364490E+00 + endloop + endfacet + facet normal -0.8660068558 -0.5000287903 0.00182607157 + outer loop + vertex 1.1521445E+01 9.6050143E+00 5.2859222E+00 + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + vertex 1.4085685E+01 5.1568875E+00 3.3459229E+00 + endloop + endfacet + facet normal -0.9850627322 -0.1721949838 -5.488704E-04 + outer loop + vertex 1.4107586E+01 5.0966684E+00 1.7666277E+01 + vertex 1.4112972E+01 5.0817345E+00 1.2684681E+01 + vertex 1.5000000E+01 -3.673940E-15 1.5000000E+01 + endloop + endfacet + facet normal -0.9850915775 -0.1720306967 1.5285247E-04 + outer loop + vertex 1.4112972E+01 5.0817345E+00 1.2684681E+01 + vertex 1.4111512E+01 5.0857877E+00 7.8364490E+00 + vertex 1.5000000E+01 -3.673940E-15 1.0000000E+01 + endloop + endfacet + facet normal -0.8676735643 -0.4971341976 -4.188295E-04 + outer loop + vertex 1.1527192E+01 9.5981171E+00 2.0329619E+01 + vertex 1.1535005E+01 9.5887260E+00 1.5290518E+01 + vertex 1.4107586E+01 5.0966684E+00 1.7666277E+01 + endloop + endfacet + facet normal -0.8681407998 -0.4963178022 -4.368425E-04 + outer loop + vertex 1.1535005E+01 9.5887260E+00 1.5290518E+01 + vertex 1.1543098E+01 9.5789815E+00 1.0277698E+01 + vertex 1.4112972E+01 5.0817345E+00 1.2684681E+01 + endloop + endfacet + facet normal -0.644945177 -0.7642271562 -0.0016038461 + outer loop + vertex 1.1521445E+01 9.6050143E+00 5.2859222E+00 + vertex 7.5464703E+00 1.2963440E+01 3.4406765E+00 + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + endloop + endfacet + facet normal -0.6456583911 -0.763625685 1.0272423E-03 + outer loop + vertex 7.5698936E+00 1.2949776E+01 8.0056775E+00 + vertex 7.5464703E+00 1.2963440E+01 3.4406765E+00 + vertex 1.1521445E+01 9.6050143E+00 5.2859222E+00 + endloop + endfacet + facet normal -0.346284773 -0.938129024 8.8894758E-04 + outer loop + vertex 2.6716050E+00 1.4760167E+01 1.0454687E+01 + vertex 2.6461296E+00 1.4764755E+01 5.3730998E+00 + vertex 7.5698936E+00 1.2949776E+01 8.0056775E+00 + endloop + endfacet + facet normal -0.3457715019 -0.9383162343 -0.0021709273 + outer loop + vertex 2.6461296E+00 1.4764755E+01 5.3730998E+00 + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + vertex 7.5464703E+00 1.2963440E+01 3.4406765E+00 + endloop + endfacet + facet normal -0.6465409252 -0.7628784004 -0.0011740103 + outer loop + vertex 1.1521445E+01 9.6050143E+00 5.2859222E+00 + vertex 1.1543098E+01 9.5789815E+00 1.0277698E+01 + vertex 7.5698936E+00 1.2949776E+01 8.0056775E+00 + endloop + endfacet + facet normal -0.3467086152 -0.9379728837 -7.420762E-05 + outer loop + vertex 7.5698936E+00 1.2949776E+01 8.0056775E+00 + vertex 7.5716947E+00 1.2948723E+01 1.2900543E+01 + vertex 2.6716050E+00 1.4760167E+01 1.0454687E+01 + endloop + endfacet + facet normal -0.6459878532 -0.7633476112 -3.434438E-04 + outer loop + vertex 7.5547288E+00 1.2958629E+01 2.3019484E+01 + vertex 7.5634347E+00 1.2953550E+01 1.7933987E+01 + vertex 1.1527192E+01 9.5981171E+00 2.0329619E+01 + endloop + endfacet + facet normal -0.6465471915 -0.7628739218 -3.294952E-04 + outer loop + vertex 7.5634347E+00 1.2953550E+01 1.7933987E+01 + vertex 7.5716947E+00 1.2948723E+01 1.2900543E+01 + vertex 1.1535005E+01 9.5887260E+00 1.5290518E+01 + endloop + endfacet + facet normal -0.3457317352 -0.9383333726 -2.217686E-04 + outer loop + vertex 2.6557369E+00 1.4763030E+01 2.5758096E+01 + vertex 2.6621654E+00 1.4761872E+01 2.0635295E+01 + vertex 7.5547288E+00 1.2958629E+01 2.3019484E+01 + endloop + endfacet + facet normal -0.3462642657 -0.9381369809 -2.518263E-04 + outer loop + vertex 2.6621654E+00 1.4761872E+01 2.0635295E+01 + vertex 2.6694316E+00 1.4760560E+01 1.5532717E+01 + vertex 7.5634347E+00 1.2953550E+01 1.7933987E+01 + endloop + endfacet + facet normal -0.8669727392 -0.4983555503 -1.223770E-04 + outer loop + vertex 1.1511552E+01 9.6168694E+00 3.5448831E+01 + vertex 1.1513820E+01 9.6141532E+00 3.0438380E+01 + vertex 1.4103061E+01 5.1091740E+00 3.2725859E+01 + endloop + endfacet + facet normal -0.9849379904 -0.1729079381 -4.459995E-06 + outer loop + vertex 1.4103061E+01 5.1091740E+00 3.2725859E+01 + vertex 1.4103105E+01 5.1090525E+00 2.7715087E+01 + vertex 1.5000000E+01 -3.673940E-15 3.0000000E+01 + endloop + endfacet + facet normal -0.8674941422 -0.4974473162 2.8422210E-04 + outer loop + vertex 1.4107586E+01 5.0966684E+00 1.7666277E+01 + vertex 1.4104777E+01 5.1044356E+00 2.2688501E+01 + vertex 1.1527192E+01 9.5981171E+00 2.0329619E+01 + endloop + endfacet + facet normal -0.867210135 -0.4979423191 1.6895207E-04 + outer loop + vertex 1.4104777E+01 5.1044356E+00 2.2688501E+01 + vertex 1.4103105E+01 5.1090525E+00 2.7715087E+01 + vertex 1.1520406E+01 9.6062607E+00 2.5390202E+01 + endloop + endfacet + facet normal -0.9850141386 -0.1724736118 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 1.5000000E+01 + vertex 1.5000000E+01 -3.673940E-15 2.0000000E+01 + vertex 1.4107586E+01 5.0966684E+00 1.7666277E+01 + endloop + endfacet + facet normal -0.9849666172 -0.1727447913 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 2.0000000E+01 + vertex 1.5000000E+01 -3.673940E-15 2.5000000E+01 + vertex 1.4104777E+01 5.1044356E+00 2.2688501E+01 + endloop + endfacet + facet normal -0.3435595801 -0.9391308306 -3.128291E-04 + outer loop + vertex 2.6199349E+00 1.4769426E+01 4.0894481E+01 + vertex 2.6287363E+00 1.4767862E+01 3.5923665E+01 + vertex 7.5249431E+00 1.2975948E+01 3.8169863E+01 + endloop + endfacet + facet normal -0.6444530998 -0.7646437988 -2.511925E-04 + outer loop + vertex 7.5249431E+00 1.2975948E+01 3.8169863E+01 + vertex 7.5311975E+00 1.2972319E+01 3.3170772E+01 + vertex 1.1511552E+01 9.6168694E+00 3.5448831E+01 + endloop + endfacet + facet normal -0.3454153719 -0.9384498088 4.2087765E-04 + outer loop + vertex 7.5547288E+00 1.2958629E+01 2.3019484E+01 + vertex 7.5440787E+00 1.2964832E+01 2.8110098E+01 + vertex 2.6557369E+00 1.4763030E+01 2.5758096E+01 + endloop + endfacet + facet normal -0.3446464788 -0.9387324129 5.1153222E-04 + outer loop + vertex 7.5440787E+00 1.2964832E+01 2.8110098E+01 + vertex 7.5311975E+00 1.2972319E+01 3.3170772E+01 + vertex 2.6451323E+00 1.4764934E+01 3.0864874E+01 + endloop + endfacet + facet normal -0.6457090455 -0.7635834577 3.6295539E-04 + outer loop + vertex 1.1527192E+01 9.5981171E+00 2.0329619E+01 + vertex 1.1520406E+01 9.6062607E+00 2.5390202E+01 + vertex 7.5547288E+00 1.2958629E+01 2.3019484E+01 + endloop + endfacet + facet normal -0.6451277882 -0.7640746118 3.5296616E-04 + outer loop + vertex 1.1520406E+01 9.6062607E+00 2.5390202E+01 + vertex 1.1513820E+01 9.6141532E+00 3.0438380E+01 + vertex 7.5440787E+00 1.2964832E+01 2.8110098E+01 + endloop + endfacet + facet normal -0.0015329948 -0.9999964879 0.00216197771 + outer loop + vertex 2.6461296E+00 1.4764755E+01 5.3730998E+00 + vertex -2.623274E+00 1.4768833E+01 3.5228969E+00 + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + endloop + endfacet + facet normal -0.0016575473 -0.9999954594 0.00251670728 + outer loop + vertex -2.556564E+00 1.4780527E+01 8.2132990E+00 + vertex -2.623274E+00 1.4768833E+01 3.5228969E+00 + vertex 2.6461296E+00 1.4764755E+01 5.3730998E+00 + endloop + endfacet + facet normal 0.33764842326 -0.9412722587 2.7787824E-04 + outer loop + vertex -7.417644E+00 1.3037582E+01 1.0914115E+01 + vertex -7.424931E+00 1.3033434E+01 5.7159810E+00 + vertex -2.556564E+00 1.4780527E+01 8.2132990E+00 + endloop + endfacet + facet normal 0.34153297275 -0.9398610517 0.00405364504 + outer loop + vertex -7.424931E+00 1.3033434E+01 5.7159810E+00 + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + vertex -2.623274E+00 1.4768833E+01 3.5228969E+00 + endloop + endfacet + facet normal -0.0035147379 -0.9999934314 -8.853169E-04 + outer loop + vertex 2.6461296E+00 1.4764755E+01 5.3730998E+00 + vertex 2.6716050E+00 1.4760167E+01 1.0454687E+01 + vertex -2.556564E+00 1.4780527E+01 8.2132990E+00 + endloop + endfacet + facet normal 0.33717679193 -0.941441102 -6.799516E-04 + outer loop + vertex -2.556564E+00 1.4780527E+01 8.2132990E+00 + vertex -2.537209E+00 1.4783862E+01 1.3194009E+01 + vertex -7.417644E+00 1.3037582E+01 1.0914115E+01 + endloop + endfacet + facet normal -0.003905172 -0.9999923458 -2.407682E-04 + outer loop + vertex -2.550600E+00 1.4781557E+01 2.3425788E+01 + vertex -2.543581E+00 1.4782767E+01 1.8288374E+01 + vertex 2.6621654E+00 1.4761872E+01 2.0635295E+01 + endloop + endfacet + facet normal -0.0043763413 -0.9999903995 -2.203983E-04 + outer loop + vertex -2.543581E+00 1.4782767E+01 1.8288374E+01 + vertex -2.537209E+00 1.4783862E+01 1.3194009E+01 + vertex 2.6694316E+00 1.4760560E+01 1.5532717E+01 + endloop + endfacet + facet normal 0.33801975418 -0.9411389619 -3.165061E-04 + outer loop + vertex -7.441522E+00 1.3023969E+01 2.6292339E+01 + vertex -7.433364E+00 1.3028626E+01 2.1155135E+01 + vertex -2.550600E+00 1.4781557E+01 2.3425788E+01 + endloop + endfacet + facet normal 0.33745699606 -0.9413408597 -4.021398E-04 + outer loop + vertex -7.433364E+00 1.3028626E+01 2.1155135E+01 + vertex -7.423026E+00 1.3034519E+01 1.6036024E+01 + vertex -2.543581E+00 1.4782767E+01 1.8288374E+01 + endloop + endfacet + facet normal 0.63714110048 -0.7707458167 -0.0014505776 + outer loop + vertex -1.142624E+01 9.7180792E+00 1.3983746E+01 + vertex -1.139941E+01 9.7495355E+00 9.0538236E+00 + vertex -7.417644E+00 1.3037582E+01 1.0914115E+01 + endloop + endfacet + facet normal 0.63415503624 -0.7731986745 -0.0033465938 + outer loop + vertex -7.424931E+00 1.3033434E+01 5.7159810E+00 + vertex -1.130955E+01 9.8536334E+00 4.2718822E+00 + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + endloop + endfacet + facet normal 0.63449689983 -0.7729098608 -0.0049021518 + outer loop + vertex -1.139941E+01 9.7495355E+00 9.0538236E+00 + vertex -1.130955E+01 9.8536334E+00 4.2718822E+00 + vertex -7.424931E+00 1.3033434E+01 5.7159810E+00 + endloop + endfacet + facet normal 0.86398260197 -0.5033816029 -0.0118754095 + outer loop + vertex -1.130955E+01 9.8536334E+00 4.2718822E+00 + vertex -1.412531E+01 5.0473515E+00 3.1460287E+00 + vertex -1.149450E+01 9.6369594E+00 3.7819579E-04 + endloop + endfacet + facet normal 0.86219400872 -0.5065416338 0.00608806486 + outer loop + vertex -1.407738E+01 5.1795235E+00 7.3554334E+00 + vertex -1.412531E+01 5.0473515E+00 3.1460287E+00 + vertex -1.130955E+01 9.8536334E+00 4.2718822E+00 + endloop + endfacet + facet normal 0.98450286524 -0.175368493 -4.672755E-16 + outer loop + vertex -1.500000E+01 -4.824368E-15 1.0000000E+01 + vertex -1.500000E+01 8.4983083E-15 5.0000000E+00 + vertex -1.407738E+01 5.1795235E+00 7.3554334E+00 + endloop + endfacet + facet normal 0.98533270955 -0.1706439522 3.0504095E-04 + outer loop + vertex -1.500000E+01 8.4983083E-15 5.0000000E+00 + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + vertex -1.412531E+01 5.0473515E+00 3.1460287E+00 + endloop + endfacet + facet normal 0.86345517974 -0.5044252277 5.8498270E-04 + outer loop + vertex -1.407345E+01 5.1901969E+00 1.7002249E+01 + vertex -1.407913E+01 5.1747646E+00 1.2081552E+01 + vertex -1.142624E+01 9.7180792E+00 1.3983746E+01 + endloop + endfacet + facet normal 0.86281154486 -0.5055256691 -1.895411E-04 + outer loop + vertex -1.407913E+01 5.1747646E+00 1.2081552E+01 + vertex -1.407738E+01 5.1795235E+00 7.3554334E+00 + vertex -1.139941E+01 9.7495355E+00 9.0538236E+00 + endloop + endfacet + facet normal 0.98443630361 -0.1757417541 -4.682701E-16 + outer loop + vertex -1.500000E+01 -4.824368E-15 2.0000000E+01 + vertex -1.500000E+01 8.4983083E-15 1.5000000E+01 + vertex -1.407345E+01 5.1901969E+00 1.7002249E+01 + endloop + endfacet + facet normal 0.98453249135 -0.1752020932 4.6683215E-16 + outer loop + vertex -1.500000E+01 8.4983083E-15 1.5000000E+01 + vertex -1.500000E+01 -4.824368E-15 1.0000000E+01 + vertex -1.407913E+01 5.1747646E+00 1.2081552E+01 + endloop + endfacet + facet normal 0.63896303769 -0.7692373238 -4.197373E-04 + outer loop + vertex -1.144232E+01 9.6991403E+00 2.9198748E+01 + vertex -1.143432E+01 9.7085654E+00 2.4097823E+01 + vertex -7.441522E+00 1.3023969E+01 2.6292339E+01 + endloop + endfacet + facet normal 0.63845825152 -0.769656401 -2.923792E-04 + outer loop + vertex -1.143432E+01 9.7085654E+00 2.4097823E+01 + vertex -1.142876E+01 9.7151111E+00 1.9010290E+01 + vertex -7.433364E+00 1.3028626E+01 2.1155135E+01 + endloop + endfacet + facet normal 0.63800075132 -0.7700357286 -1.343676E-04 + outer loop + vertex -1.142876E+01 9.7151111E+00 1.9010290E+01 + vertex -1.142624E+01 9.7180792E+00 1.3983746E+01 + vertex -7.423026E+00 1.3034519E+01 1.6036024E+01 + endloop + endfacet + facet normal 0.98449024454 -0.1754393297 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 3.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 3.0000000E+01 + vertex -1.407663E+01 5.1815493E+00 3.2107687E+01 + endloop + endfacet + facet normal 0.86374348869 -0.503931562 -4.081114E-04 + outer loop + vertex -1.407663E+01 5.1815493E+00 3.2107687E+01 + vertex -1.407254E+01 5.1926541E+00 2.7057355E+01 + vertex -1.144232E+01 9.6991403E+00 2.9198748E+01 + endloop + endfacet + facet normal 0.98440781633 -0.1759010238 -2.845587E-04 + outer loop + vertex -1.407345E+01 5.1901969E+00 1.7002249E+01 + vertex -1.407064E+01 5.1978008E+00 2.2011108E+01 + vertex -1.500000E+01 -4.824368E-15 2.0000000E+01 + endloop + endfacet + facet normal 0.98440781916 -0.1759011342 1.9127734E-04 + outer loop + vertex -1.407064E+01 5.1978008E+00 2.2011108E+01 + vertex -1.407254E+01 5.1926541E+00 2.7057355E+01 + vertex -1.500000E+01 8.4983083E-15 2.5000000E+01 + endloop + endfacet + facet normal 0.8633247966 -0.5046486671 1.3546901E-04 + outer loop + vertex -1.142624E+01 9.7180792E+00 1.3983746E+01 + vertex -1.142876E+01 9.7151111E+00 1.9010290E+01 + vertex -1.407345E+01 5.1901969E+00 1.7002249E+01 + endloop + endfacet + facet normal 0.8632997779 -0.5046913977 2.9430030E-04 + outer loop + vertex -1.142876E+01 9.7151111E+00 1.9010290E+01 + vertex -1.143432E+01 9.7085654E+00 2.4097823E+01 + vertex -1.407064E+01 5.1978008E+00 2.2011108E+01 + endloop + endfacet + facet normal 0.33994197049 -0.9404461344 7.2450098E-04 + outer loop + vertex -2.567525E+00 1.4778627E+01 3.3662573E+01 + vertex -2.588277E+00 1.4775007E+01 3.8700023E+01 + vertex -7.465028E+00 1.3010510E+01 3.6488666E+01 + endloop + endfacet + facet normal 0.34150052187 -0.9398813553 6.5683615E-04 + outer loop + vertex -2.588277E+00 1.4775007E+01 3.8700023E+01 + vertex -2.606639E+00 1.4771778E+01 4.3627288E+01 + vertex -7.490936E+00 1.2995610E+01 4.1499622E+01 + endloop + endfacet + facet normal -0.0023202546 -0.999997145 5.7126270E-04 + outer loop + vertex 2.6451323E+00 1.4764934E+01 3.0864874E+01 + vertex 2.6287363E+00 1.4767862E+01 3.5923665E+01 + vertex -2.567525E+00 1.4778627E+01 3.3662573E+01 + endloop + endfacet + facet normal -0.0012032203 -0.9999992273 3.1249933E-04 + outer loop + vertex 2.6287363E+00 1.4767862E+01 3.5923665E+01 + vertex 2.6199349E+00 1.4769426E+01 4.0894481E+01 + vertex -2.588277E+00 1.4775007E+01 3.8700023E+01 + endloop + endfacet + facet normal 0.33827527395 -0.941047187 1.7573329E-04 + outer loop + vertex -2.550600E+00 1.4781557E+01 2.3425788E+01 + vertex -2.555736E+00 1.4780670E+01 2.8560895E+01 + vertex -7.441522E+00 1.3023969E+01 2.6292339E+01 + endloop + endfacet + facet normal 0.33885321829 -0.9408391634 4.0623514E-04 + outer loop + vertex -2.555736E+00 1.4780670E+01 2.8560895E+01 + vertex -2.567525E+00 1.4778627E+01 3.3662573E+01 + vertex -7.449721E+00 1.3019280E+01 3.1411065E+01 + endloop + endfacet + facet normal -0.0036577495 -0.9999932859 2.2143462E-04 + outer loop + vertex 2.6621654E+00 1.4761872E+01 2.0635295E+01 + vertex 2.6557369E+00 1.4763030E+01 2.5758096E+01 + vertex -2.550600E+00 1.4781557E+01 2.3425788E+01 + endloop + endfacet + facet normal -0.0031879172 -0.9999948515 3.6616405E-04 + outer loop + vertex 2.6557369E+00 1.4763030E+01 2.5758096E+01 + vertex 2.6451323E+00 1.4764934E+01 3.0864874E+01 + vertex -2.555736E+00 1.4780670E+01 2.8560895E+01 + endloop + endfacet + facet normal 0.98474970802 -0.1739751774 8.0633541E-04 + outer loop + vertex -1.408747E+01 5.1519962E+00 4.2160172E+01 + vertex -1.409537E+01 5.1303418E+00 4.7136592E+01 + vertex -1.500000E+01 1.8369702E-15 4.5000000E+01 + endloop + endfacet + facet normal 0.98474962496 -0.1739764677 -6.040022E-04 + outer loop + vertex -1.409537E+01 5.1303418E+00 4.7136592E+01 + vertex -1.408958E+01 5.1462378E+00 5.2007367E+01 + vertex -1.500000E+01 1.8369702E-15 5.0000000E+01 + endloop + endfacet + facet normal 0.64121719014 -0.7673587471 1.0336102E-03 + outer loop + vertex -7.465028E+00 1.3010510E+01 3.6488666E+01 + vertex -7.490936E+00 1.2995610E+01 4.1499622E+01 + vertex -1.146622E+01 9.6708708E+00 3.9327010E+01 + endloop + endfacet + facet normal 0.86531868716 -0.5012207517 0.00115226372 + outer loop + vertex -1.146622E+01 9.6708708E+00 3.9327010E+01 + vertex -1.148759E+01 9.6454820E+00 4.4328086E+01 + vertex -1.408747E+01 5.1519962E+00 4.2160172E+01 + endloop + endfacet + facet normal 0.642943441 -0.7659125312 0.00131385125 + outer loop + vertex -7.490936E+00 1.2995610E+01 4.1499622E+01 + vertex -7.523177E+00 1.2976972E+01 4.6412129E+01 + vertex -1.148759E+01 9.6454820E+00 4.4328086E+01 + endloop + endfacet + facet normal 0.86623980915 -0.49962725 1.0972932E-03 + outer loop + vertex -1.148759E+01 9.6454820E+00 4.4328086E+01 + vertex -1.150791E+01 9.6212256E+00 4.9327265E+01 + vertex -1.409537E+01 5.1303418E+00 4.7136592E+01 + endloop + endfacet + facet normal 0.98453464654 -0.1751893728 4.6197041E-04 + outer loop + vertex -1.407663E+01 5.1815493E+00 3.2107687E+01 + vertex -1.408121E+01 5.1690860E+00 3.7145080E+01 + vertex -1.500000E+01 1.8369702E-15 3.5000000E+01 + endloop + endfacet + facet normal 0.98462789683 -0.1746639705 6.3419068E-04 + outer loop + vertex -1.408121E+01 5.1690860E+00 3.7145080E+01 + vertex -1.408747E+01 5.1519962E+00 4.2160172E+01 + vertex -1.500000E+01 1.8369702E-15 4.0000000E+01 + endloop + endfacet + facet normal 0.63928081433 -0.7689733014 3.1972825E-04 + outer loop + vertex -7.441522E+00 1.3023969E+01 2.6292339E+01 + vertex -7.449721E+00 1.3019280E+01 3.1411065E+01 + vertex -1.144232E+01 9.6991403E+00 2.9198748E+01 + endloop + endfacet + facet normal 0.86400127534 -0.5034893584 5.1208199E-04 + outer loop + vertex -1.144232E+01 9.6991403E+00 2.9198748E+01 + vertex -1.145198E+01 9.6877352E+00 3.4280024E+01 + vertex -1.407663E+01 5.1815493E+00 3.2107687E+01 + endloop + endfacet + facet normal 0.64002338013 -0.768355198 6.0220037E-04 + outer loop + vertex -7.449721E+00 1.3019280E+01 3.1411065E+01 + vertex -7.465028E+00 1.3010510E+01 3.6488666E+01 + vertex -1.145198E+01 9.6877352E+00 3.4280024E+01 + endloop + endfacet + facet normal 0.86454084016 -0.502561993 7.6085544E-04 + outer loop + vertex -1.145198E+01 9.6877352E+00 3.4280024E+01 + vertex -1.146622E+01 9.6708708E+00 3.9327010E+01 + vertex -1.408121E+01 5.1690860E+00 3.7145080E+01 + endloop + endfacet + facet normal -0.3457400636 -0.9383251486 -0.0031183227 + outer loop + vertex 2.6909322E+00 1.4756656E+01 5.5093865E+01 + vertex 7.5533273E+00 1.2959446E+01 5.6774878E+01 + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.346689877 -0.9379798128 -1.744225E-06 + outer loop + vertex 7.5532898E+00 1.2959468E+01 5.2476604E+01 + vertex 7.5533273E+00 1.2959446E+01 5.6774878E+01 + vertex 2.6909322E+00 1.4756656E+01 5.5093865E+01 + endloop + endfacet + facet normal -0.6457024348 -0.7635886162 8.8930454E-04 + outer loop + vertex 1.1532234E+01 9.5920579E+00 5.0112946E+01 + vertex 1.1516466E+01 9.6109835E+00 5.4914470E+01 + vertex 7.5532898E+00 1.2959468E+01 5.2476604E+01 + endloop + endfacet + facet normal -0.6450113512 -0.7641717777 0.00136049278 + outer loop + vertex 1.1516466E+01 9.6109835E+00 5.4914470E+01 + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + vertex 7.5533273E+00 1.2959446E+01 5.6774878E+01 + endloop + endfacet + facet normal -0.3457319828 -0.9383311353 0.00201907753 + outer loop + vertex 2.6909322E+00 1.4756656E+01 5.5093865E+01 + vertex 2.6378559E+00 1.4766236E+01 5.0457653E+01 + vertex 7.5532898E+00 1.2959468E+01 5.2476604E+01 + endloop + endfacet + facet normal -0.6459049757 -0.7634177555 3.0493216E-04 + outer loop + vertex 7.5532898E+00 1.2959468E+01 5.2476604E+01 + vertex 7.5462930E+00 1.2963544E+01 4.7859251E+01 + vertex 1.1532234E+01 9.5920579E+00 5.0112946E+01 + endloop + endfacet + facet normal -0.8663297148 -0.4994706764 -0.0013670155 + outer loop + vertex 1.1516466E+01 9.6109835E+00 5.4914470E+01 + vertex 1.4092785E+01 5.1374524E+00 5.6711335E+01 + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.866958379 -0.4983754169 0.00226114443 + outer loop + vertex 1.4112376E+01 5.0833898E+00 5.2306951E+01 + vertex 1.4092785E+01 5.1374524E+00 5.6711335E+01 + vertex 1.1516466E+01 9.6109835E+00 5.4914470E+01 + endloop + endfacet + facet normal -0.9850951849 -0.1720101064 -9.166540E-16 + outer loop + vertex 1.5000000E+01 9.6487359E-15 5.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 5.5000000E+01 + vertex 1.4112376E+01 5.0833898E+00 5.2306951E+01 + endloop + endfacet + facet normal -0.9847636734 -0.1738979803 0.0 + outer loop + vertex 1.5000000E+01 -1.699662E-14 5.5000000E+01 + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + vertex 1.4092785E+01 5.1374524E+00 5.6711335E+01 + endloop + endfacet + facet normal -0.8677326339 -0.4970310297 -4.812378E-04 + outer loop + vertex 1.4109154E+01 5.0923237E+00 4.2659329E+01 + vertex 1.4113759E+01 5.0795472E+00 4.7552109E+01 + vertex 1.1525980E+01 9.5995718E+00 4.5282521E+01 + endloop + endfacet + facet normal -0.8679623968 -0.4966298981 1.4879501E-04 + outer loop + vertex 1.4113759E+01 5.0795472E+00 4.7552109E+01 + vertex 1.4112376E+01 5.0833898E+00 5.2306951E+01 + vertex 1.1532234E+01 9.5920579E+00 5.0112946E+01 + endloop + endfacet + facet normal -0.9850406835 -0.1723219426 -9.183158E-16 + outer loop + vertex 1.5000000E+01 9.6487359E-15 4.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 4.5000000E+01 + vertex 1.4109154E+01 5.0923237E+00 4.2659329E+01 + endloop + endfacet + facet normal -0.9851185929 -0.1718759956 9.1593930E-16 + outer loop + vertex 1.5000000E+01 -1.699662E-14 4.5000000E+01 + vertex 1.5000000E+01 9.6487359E-15 5.0000000E+01 + vertex 1.4113759E+01 5.0795472E+00 4.7552109E+01 + endloop + endfacet + facet normal -0.6444677111 -0.7646314711 -2.878182E-04 + outer loop + vertex 1.1511552E+01 9.6168694E+00 3.5448831E+01 + vertex 1.1516805E+01 9.6105774E+00 4.0401072E+01 + vertex 7.5249431E+00 1.2975948E+01 3.8169863E+01 + endloop + endfacet + facet normal -0.3435697926 -0.9391270874 -3.336783E-04 + outer loop + vertex 7.5249431E+00 1.2975948E+01 3.8169863E+01 + vertex 7.5330659E+00 1.2971234E+01 4.3073467E+01 + vertex 2.6199349E+00 1.4769426E+01 4.0894481E+01 + endloop + endfacet + facet normal -0.6450010886 -0.7641814804 -5.105755E-04 + outer loop + vertex 1.1516805E+01 9.6105774E+00 4.0401072E+01 + vertex 1.1525980E+01 9.5995718E+00 4.5282521E+01 + vertex 7.5330659E+00 1.2971234E+01 4.3073467E+01 + endloop + endfacet + facet normal -0.3441891389 -0.9389001682 -5.575175E-04 + outer loop + vertex 7.5330659E+00 1.2971234E+01 4.3073467E+01 + vertex 7.5462930E+00 1.2963544E+01 4.7859251E+01 + vertex 2.6269287E+00 1.4768184E+01 4.5733719E+01 + endloop + endfacet + facet normal -0.9849375852 -0.1729102464 -4.607254E-16 + outer loop + vertex 1.5000000E+01 -3.673940E-15 3.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 3.5000000E+01 + vertex 1.4103061E+01 5.1091740E+00 3.2725859E+01 + endloop + endfacet + facet normal -0.8670049185 -0.4982995192 -2.457584E-04 + outer loop + vertex 1.4103061E+01 5.1091740E+00 3.2725859E+01 + vertex 1.4105466E+01 5.1025328E+00 3.7709953E+01 + vertex 1.1511552E+01 9.6168694E+00 3.5448831E+01 + endloop + endfacet + facet normal -0.9849782665 -0.1726783554 9.2021513E-16 + outer loop + vertex 1.5000000E+01 -1.699662E-14 3.5000000E+01 + vertex 1.5000000E+01 9.6487359E-15 4.0000000E+01 + vertex 1.4105466E+01 5.1025328E+00 3.7709953E+01 + endloop + endfacet + facet normal -0.8672921971 -0.4977992568 -3.804005E-04 + outer loop + vertex 1.4105466E+01 5.1025328E+00 3.7709953E+01 + vertex 1.4109154E+01 5.0923237E+00 4.2659329E+01 + vertex 1.1516805E+01 9.6105774E+00 4.0401072E+01 + endloop + endfacet + facet normal 0.34413525511 -0.9388513027 0.01136475185 + outer loop + vertex -7.725026E+00 1.2857837E+01 5.5864435E+01 + vertex -2.480902E+00 1.4793415E+01 5.6967120E+01 + vertex -7.500000E+00 1.2990381E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.34764487621 -0.9375960457 -0.0075296218 + outer loop + vertex -2.645282E+00 1.4764907E+01 5.2927443E+01 + vertex -2.480902E+00 1.4793415E+01 5.6967120E+01 + vertex -7.725026E+00 1.2857837E+01 5.5864435E+01 + endloop + endfacet + facet normal -7.107059E-04 -0.9999976293 -0.0020582246 + outer loop + vertex 2.6378559E+00 1.4766236E+01 5.0457653E+01 + vertex 2.6909322E+00 1.4756656E+01 5.5093865E+01 + vertex -2.645282E+00 1.4764907E+01 5.2927443E+01 + endloop + endfacet + facet normal -0.0060042828 -0.9999773358 0.00304572521 + outer loop + vertex 2.6909322E+00 1.4756656E+01 5.5093865E+01 + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + vertex -2.480902E+00 1.4793415E+01 5.6967120E+01 + endloop + endfacet + facet normal 0.34321148219 -0.9392579717 5.8400151E-04 + outer loop + vertex -2.606639E+00 1.4771778E+01 4.3627288E+01 + vertex -2.622363E+00 1.4768995E+01 4.8391655E+01 + vertex -7.523177E+00 1.2976972E+01 4.6412129E+01 + endloop + endfacet + facet normal 0.34620665699 -0.9381578405 9.0387617E-04 + outer loop + vertex -2.622363E+00 1.4768995E+01 4.8391655E+01 + vertex -2.645282E+00 1.4764907E+01 5.2927443E+01 + vertex -7.587670E+00 1.2939369E+01 5.1206508E+01 + endloop + endfacet + facet normal -5.838664E-04 -0.9999997968 -2.558749E-04 + outer loop + vertex 2.6199349E+00 1.4769426E+01 4.0894481E+01 + vertex 2.6269287E+00 1.4768184E+01 4.5733719E+01 + vertex -2.606639E+00 1.4771778E+01 4.3627288E+01 + endloop + endfacet + facet normal -3.629359E-04 -0.9999998495 -4.115017E-04 + outer loop + vertex 2.6269287E+00 1.4768184E+01 4.5733719E+01 + vertex 2.6378559E+00 1.4766236E+01 5.0457653E+01 + vertex -2.622363E+00 1.4768995E+01 4.8391655E+01 + endloop + endfacet + facet normal 0.64985148056 -0.7600609293 6.6106246E-04 + outer loop + vertex -1.150507E+01 9.6246275E+00 5.4394775E+01 + vertex -7.725026E+00 1.2857837E+01 5.5864435E+01 + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.6486841318 -0.7610355885 0.0058077663 + outer loop + vertex -7.587670E+00 1.2939369E+01 5.1206508E+01 + vertex -7.725026E+00 1.2857837E+01 5.5864435E+01 + vertex -1.150507E+01 9.6246275E+00 5.4394775E+01 + endloop + endfacet + facet normal 0.64601568086 -0.7633241236 1.4974468E-04 + outer loop + vertex -1.150507E+01 9.6246275E+00 5.4394775E+01 + vertex -1.150791E+01 9.6212256E+00 4.9327265E+01 + vertex -7.587670E+00 1.2939369E+01 5.1206508E+01 + endloop + endfacet + facet normal 0.8660076955 -0.4999897761 -0.0063949296 + outer loop + vertex -1.409539E+01 5.1303021E+00 6.0000000E+01 + vertex -1.405051E+01 5.2519810E+00 5.6564752E+01 + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.86513327839 -0.5015242852 0.00421924323 + outer loop + vertex -1.405051E+01 5.2519810E+00 5.6564752E+01 + vertex -1.408958E+01 5.1462378E+00 5.2007367E+01 + vertex -1.150507E+01 9.6246275E+00 5.4394775E+01 + endloop + endfacet + facet normal 0.98404785065 -0.1779039843 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 5.5000000E+01 + vertex -1.405051E+01 5.2519810E+00 5.6564752E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + endloop + endfacet + facet normal 0.9842641579 -0.1766500244 -0.0043400852 + outer loop + vertex -1.408958E+01 5.1462378E+00 5.2007367E+01 + vertex -1.405051E+01 5.2519810E+00 5.6564752E+01 + vertex -1.500000E+01 1.8369702E-15 5.5000000E+01 + endloop + endfacet + facet normal 0.98478554057 -0.173644261 0.00671637599 + outer loop + vertex -1.405051E+01 5.2519810E+00 5.6564752E+01 + vertex -1.409539E+01 5.1303021E+00 6.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + endloop + endfacet + facet normal 0.86615116796 -0.499782084 -1.507688E-04 + outer loop + vertex -1.408958E+01 5.1462378E+00 5.2007367E+01 + vertex -1.150791E+01 9.6212256E+00 4.9327265E+01 + vertex -1.150507E+01 9.6246275E+00 5.4394775E+01 + endloop + endfacet + facet normal 0.86408581558 -0.503344063 -6.764310E-04 + outer loop + vertex -1.405051E+01 5.2519810E+00 5.6564752E+01 + vertex -1.150507E+01 9.6246275E+00 5.4394775E+01 + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.64530390596 -0.7639212257 0.00268885217 + outer loop + vertex -1.150791E+01 9.6212256E+00 4.9327265E+01 + vertex -7.523177E+00 1.2976972E+01 4.6412129E+01 + vertex -7.587670E+00 1.2939369E+01 5.1206508E+01 + endloop + endfacet + facet normal 0.64275268975 -0.7660028272 -0.0104234637 + outer loop + vertex -7.725026E+00 1.2857837E+01 5.5864435E+01 + vertex -7.500000E+00 1.2990381E+01 6.0000000E+01 + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal -1.702421E-04 -0.9999995786 -9.021174E-04 + outer loop + vertex 2.6378559E+00 1.4766236E+01 5.0457653E+01 + vertex -2.645282E+00 1.4764907E+01 5.2927443E+01 + vertex -2.622363E+00 1.4768995E+01 4.8391655E+01 + endloop + endfacet + facet normal -4.511270E-04 -0.9999997267 -5.856747E-04 + outer loop + vertex 2.6269287E+00 1.4768184E+01 4.5733719E+01 + vertex -2.622363E+00 1.4768995E+01 4.8391655E+01 + vertex -2.606639E+00 1.4771778E+01 4.3627288E+01 + endloop + endfacet + facet normal 0.34835615814 -0.9373421756 -0.0061345626 + outer loop + vertex -2.645282E+00 1.4764907E+01 5.2927443E+01 + vertex -7.725026E+00 1.2857837E+01 5.5864435E+01 + vertex -7.587670E+00 1.2939369E+01 5.1206508E+01 + endloop + endfacet + facet normal 0.34439104894 -0.9388223201 -0.0027306996 + outer loop + vertex -2.622363E+00 1.4768995E+01 4.8391655E+01 + vertex -7.587670E+00 1.2939369E+01 5.1206508E+01 + vertex -7.523177E+00 1.2976972E+01 4.6412129E+01 + endloop + endfacet + facet normal -2.036298E-15 -0.9999753425 -0.0070224215 + outer loop + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + vertex -2.604723E+00 1.4772116E+01 6.0000000E+01 + vertex -2.480902E+00 1.4793415E+01 5.6967120E+01 + endloop + endfacet + facet normal -0.0044852819 -0.9999637372 0.00723923929 + outer loop + vertex 2.6909322E+00 1.4756656E+01 5.5093865E+01 + vertex -2.480902E+00 1.4793415E+01 5.6967120E+01 + vertex -2.645282E+00 1.4764907E+01 5.2927443E+01 + endloop + endfacet + facet normal 0.34201086932 -0.9396671406 0.0073641045 + outer loop + vertex -2.480902E+00 1.4793415E+01 5.6967120E+01 + vertex -2.604723E+00 1.4772116E+01 6.0000000E+01 + vertex -7.500000E+00 1.2990381E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.8674840068 -0.4974648116 5.0893370E-04 + outer loop + vertex 1.4109154E+01 5.0923237E+00 4.2659329E+01 + vertex 1.1525980E+01 9.5995718E+00 4.5282521E+01 + vertex 1.1516805E+01 9.6105774E+00 4.0401072E+01 + endloop + endfacet + facet normal -0.98500706 -0.1725136189 3.7830250E-04 + outer loop + vertex 1.5000000E+01 9.6487359E-15 4.0000000E+01 + vertex 1.4109154E+01 5.0923237E+00 4.2659329E+01 + vertex 1.4105466E+01 5.1025328E+00 3.7709953E+01 + endloop + endfacet + facet normal -0.8671201801 -0.4980988967 2.8701100E-04 + outer loop + vertex 1.4105466E+01 5.1025328E+00 3.7709953E+01 + vertex 1.1516805E+01 9.6105774E+00 4.0401072E+01 + vertex 1.1511552E+01 9.6168694E+00 3.5448831E+01 + endloop + endfacet + facet normal -0.984956111 -0.1728045125 2.4485272E-04 + outer loop + vertex 1.5000000E+01 -1.699662E-14 3.5000000E+01 + vertex 1.4105466E+01 5.1025328E+00 3.7709953E+01 + vertex 1.4103061E+01 5.1091740E+00 3.2725859E+01 + endloop + endfacet + facet normal -0.3445575933 -0.9387650914 4.0992337E-04 + outer loop + vertex 7.5462930E+00 1.2963544E+01 4.7859251E+01 + vertex 2.6378559E+00 1.4766236E+01 5.0457653E+01 + vertex 2.6269287E+00 1.4768184E+01 4.5733719E+01 + endloop + endfacet + facet normal -0.6453455543 -0.7638905722 5.5606492E-04 + outer loop + vertex 1.1525980E+01 9.5995718E+00 4.5282521E+01 + vertex 7.5462930E+00 1.2963544E+01 4.7859251E+01 + vertex 7.5330659E+00 1.2971234E+01 4.3073467E+01 + endloop + endfacet + facet normal -0.3438003523 -0.9390427319 2.5579641E-04 + outer loop + vertex 7.5330659E+00 1.2971234E+01 4.3073467E+01 + vertex 2.6269287E+00 1.4768184E+01 4.5733719E+01 + vertex 2.6199349E+00 1.4769426E+01 4.0894481E+01 + endloop + endfacet + facet normal -0.6446705365 -0.7644604558 3.3300261E-04 + outer loop + vertex 1.1516805E+01 9.6105774E+00 4.0401072E+01 + vertex 7.5330659E+00 1.2971234E+01 4.3073467E+01 + vertex 7.5249431E+00 1.2975948E+01 3.8169863E+01 + endloop + endfacet + facet normal -0.985106529 -0.1719450633 -1.476880E-04 + outer loop + vertex 1.5000000E+01 9.6487359E-15 5.0000000E+01 + vertex 1.4112376E+01 5.0833898E+00 5.2306951E+01 + vertex 1.4113759E+01 5.0795472E+00 4.7552109E+01 + endloop + endfacet + facet normal -0.9850778172 -0.1721088779 4.7767293E-04 + outer loop + vertex 1.5000000E+01 -1.699662E-14 4.5000000E+01 + vertex 1.4113759E+01 5.0795472E+00 4.7552109E+01 + vertex 1.4109154E+01 5.0923237E+00 4.2659329E+01 + endloop + endfacet + facet normal -0.8677439618 -0.4970106876 -8.906039E-04 + outer loop + vertex 1.4112376E+01 5.0833898E+00 5.2306951E+01 + vertex 1.1516466E+01 9.6109835E+00 5.4914470E+01 + vertex 1.1532234E+01 9.5920579E+00 5.0112946E+01 + endloop + endfacet + facet normal -0.867912878 -0.4967163306 3.5101863E-04 + outer loop + vertex 1.4113759E+01 5.0795472E+00 4.7552109E+01 + vertex 1.1532234E+01 9.5920579E+00 5.0112946E+01 + vertex 1.1525980E+01 9.5995718E+00 4.5282521E+01 + endloop + endfacet + facet normal -0.9848076733 -0.1736481636 4.0239398E-04 + outer loop + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + vertex 1.4095389E+01 5.1303021E+00 6.0000000E+01 + vertex 1.4092785E+01 5.1374524E+00 5.6711335E+01 + endloop + endfacet + facet normal -0.9848895486 -0.1731689666 -0.0022552382 + outer loop + vertex 1.5000000E+01 -1.699662E-14 5.5000000E+01 + vertex 1.4092785E+01 5.1374524E+00 5.6711335E+01 + vertex 1.4112376E+01 5.0833898E+00 5.2306951E+01 + endloop + endfacet + facet normal -0.8660253341 -0.4999999598 -4.012379E-04 + outer loop + vertex 1.4092785E+01 5.1374524E+00 5.6711335E+01 + vertex 1.4095389E+01 5.1303021E+00 6.0000000E+01 + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.6456884924 -0.7636008427 -3.518407E-04 + outer loop + vertex 7.5462930E+00 1.2963544E+01 4.7859251E+01 + vertex 1.1525980E+01 9.5995718E+00 4.5282521E+01 + vertex 1.1532234E+01 9.5920579E+00 5.0112946E+01 + endloop + endfacet + facet normal -0.3448914944 -0.938642511 -3.058658E-04 + outer loop + vertex 2.6378559E+00 1.4766236E+01 5.0457653E+01 + vertex 7.5462930E+00 1.2963544E+01 4.7859251E+01 + vertex 7.5532898E+00 1.2959468E+01 5.2476604E+01 + endloop + endfacet + facet normal -0.6427841505 -0.7660403207 -0.0032806905 + outer loop + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + vertex 7.5000000E+00 1.2990381E+01 6.0000000E+01 + vertex 7.5533273E+00 1.2959446E+01 5.6774878E+01 + endloop + endfacet + facet normal -0.6453841877 -0.7638581349 1.7457280E-06 + outer loop + vertex 1.1516466E+01 9.6109835E+00 5.4914470E+01 + vertex 7.5533273E+00 1.2959446E+01 5.6774878E+01 + vertex 7.5532898E+00 1.2959468E+01 5.2476604E+01 + endloop + endfacet + facet normal -0.3420182149 -0.9396873225 0.00335806153 + outer loop + vertex 7.5533273E+00 1.2959446E+01 5.6774878E+01 + vertex 7.5000000E+00 1.2990381E+01 6.0000000E+01 + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.86483393938 -0.5020576253 -6.310346E-04 + outer loop + vertex -1.146622E+01 9.6708708E+00 3.9327010E+01 + vertex -1.408747E+01 5.1519962E+00 4.2160172E+01 + vertex -1.408121E+01 5.1690860E+00 3.7145080E+01 + endloop + endfacet + facet normal 0.64046811728 -0.7679843849 -7.584877E-04 + outer loop + vertex -7.465028E+00 1.3010510E+01 3.6488666E+01 + vertex -1.146622E+01 9.6708708E+00 3.9327010E+01 + vertex -1.145198E+01 9.6877352E+00 3.4280024E+01 + endloop + endfacet + facet normal 0.86420487143 -0.5031398708 -4.588652E-04 + outer loop + vertex -1.145198E+01 9.6877352E+00 3.4280024E+01 + vertex -1.408121E+01 5.1690860E+00 3.7145080E+01 + vertex -1.407663E+01 5.1815493E+00 3.2107687E+01 + endloop + endfacet + facet normal 0.63955252362 -0.7687472338 -5.099008E-04 + outer loop + vertex -7.449721E+00 1.3019280E+01 3.1411065E+01 + vertex -1.145198E+01 9.6877352E+00 3.4280024E+01 + vertex -1.144232E+01 9.6991403E+00 2.9198748E+01 + endloop + endfacet + facet normal 0.98467379396 -0.174406191 0.0 + outer loop + vertex -1.408747E+01 5.1519962E+00 4.2160172E+01 + vertex -1.500000E+01 1.8369702E-15 4.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 4.0000000E+01 + endloop + endfacet + facet normal 0.98456780126 -0.1750035563 -3.583639E-17 + outer loop + vertex -1.408121E+01 5.1690860E+00 3.7145080E+01 + vertex -1.500000E+01 1.8369702E-15 4.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 3.5000000E+01 + endloop + endfacet + facet normal 0.86634536878 -0.4994450351 5.9907293E-04 + outer loop + vertex -1.150791E+01 9.6212256E+00 4.9327265E+01 + vertex -1.408958E+01 5.1462378E+00 5.2007367E+01 + vertex -1.409537E+01 5.1303418E+00 4.7136592E+01 + endloop + endfacet + facet normal 0.6436862716 -0.7652886916 -1.096464E-03 + outer loop + vertex -7.523177E+00 1.2976972E+01 4.6412129E+01 + vertex -1.150791E+01 9.6212256E+00 4.9327265E+01 + vertex -1.148759E+01 9.6454820E+00 4.4328086E+01 + endloop + endfacet + facet normal 0.8657280552 -0.5005140246 -8.035238E-04 + outer loop + vertex -1.148759E+01 9.6454820E+00 4.4328086E+01 + vertex -1.409537E+01 5.1303418E+00 4.7136592E+01 + vertex -1.408747E+01 5.1519962E+00 4.2160172E+01 + endloop + endfacet + facet normal 0.64191939267 -0.7667712633 -0.0011502524 + outer loop + vertex -7.490936E+00 1.2995610E+01 4.1499622E+01 + vertex -1.148759E+01 9.6454820E+00 4.4328086E+01 + vertex -1.146622E+01 9.6708708E+00 3.9327010E+01 + endloop + endfacet + facet normal 0.98470941594 -0.1742049544 -3.581192E-17 + outer loop + vertex -1.408958E+01 5.1462378E+00 5.2007367E+01 + vertex -1.500000E+01 1.8369702E-15 5.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 5.0000000E+01 + endloop + endfacet + facet normal 0.98480750902 -0.1736495614 0.0 + outer loop + vertex -1.409537E+01 5.1303418E+00 4.7136592E+01 + vertex -1.500000E+01 1.8369702E-15 5.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 4.5000000E+01 + endloop + endfacet + facet normal -0.0028453587 -0.9999958691 -4.071145E-04 + outer loop + vertex 2.6451323E+00 1.4764934E+01 3.0864874E+01 + vertex -2.567525E+00 1.4778627E+01 3.3662573E+01 + vertex -2.555736E+00 1.4780670E+01 2.8560895E+01 + endloop + endfacet + facet normal -0.0034796138 -0.9999939306 -1.762171E-04 + outer loop + vertex 2.6557369E+00 1.4763030E+01 2.5758096E+01 + vertex -2.555736E+00 1.4780670E+01 2.8560895E+01 + vertex -2.550600E+00 1.4781557E+01 2.3425788E+01 + endloop + endfacet + facet normal 0.33926475319 -0.9406907381 -6.021225E-04 + outer loop + vertex -2.567525E+00 1.4778627E+01 3.3662573E+01 + vertex -7.465028E+00 1.3010510E+01 3.6488666E+01 + vertex -7.449721E+00 1.3019280E+01 3.1411065E+01 + endloop + endfacet + facet normal 0.33847895466 -0.9409739077 -3.196789E-04 + outer loop + vertex -2.555736E+00 1.4780670E+01 2.8560895E+01 + vertex -7.449721E+00 1.3019280E+01 3.1411065E+01 + vertex -7.441522E+00 1.3023969E+01 2.6292339E+01 + endloop + endfacet + facet normal -7.942243E-04 -0.999999468 -6.581910E-04 + outer loop + vertex 2.6199349E+00 1.4769426E+01 4.0894481E+01 + vertex -2.606639E+00 1.4771778E+01 4.3627288E+01 + vertex -2.588277E+00 1.4775007E+01 3.8700023E+01 + endloop + endfacet + facet normal -0.001755819 -0.9999981951 -7.258833E-04 + outer loop + vertex 2.6287363E+00 1.4767862E+01 3.5923665E+01 + vertex -2.588277E+00 1.4775007E+01 3.8700023E+01 + vertex -2.567525E+00 1.4778627E+01 3.3662573E+01 + endloop + endfacet + facet normal 0.34226025767 -0.9396042664 -0.0013185357 + outer loop + vertex -2.606639E+00 1.4771778E+01 4.3627288E+01 + vertex -7.523177E+00 1.2976972E+01 4.6412129E+01 + vertex -7.490936E+00 1.2995610E+01 4.1499622E+01 + endloop + endfacet + facet normal 0.34064707481 -0.9401906725 -1.034320E-03 + outer loop + vertex -2.588277E+00 1.4775007E+01 3.8700023E+01 + vertex -7.490936E+00 1.2995610E+01 4.1499622E+01 + vertex -7.465028E+00 1.3010510E+01 3.6488666E+01 + endloop + endfacet + facet normal 0.86339729588 -0.5045246015 -1.894583E-04 + outer loop + vertex -1.143432E+01 9.7085654E+00 2.4097823E+01 + vertex -1.407254E+01 5.1926541E+00 2.7057355E+01 + vertex -1.407064E+01 5.1978008E+00 2.2011108E+01 + endloop + endfacet + facet normal 0.8632963507 -0.5046972668 2.8244791E-04 + outer loop + vertex -1.142876E+01 9.7151111E+00 1.9010290E+01 + vertex -1.407064E+01 5.1978008E+00 2.2011108E+01 + vertex -1.407345E+01 5.1901969E+00 1.7002249E+01 + endloop + endfacet + facet normal 0.98442095742 -0.1758276958 -2.519262E-16 + outer loop + vertex -1.407254E+01 5.1926541E+00 2.7057355E+01 + vertex -1.500000E+01 1.8369702E-15 3.0000000E+01 + vertex -1.500000E+01 8.4983083E-15 2.5000000E+01 + endloop + endfacet + facet normal 0.98438878603 -0.1760077213 4.6854056E-16 + outer loop + vertex -1.407064E+01 5.1978008E+00 2.2011108E+01 + vertex -1.500000E+01 8.4983083E-15 2.5000000E+01 + vertex -1.500000E+01 -4.824368E-15 2.0000000E+01 + endloop + endfacet + facet normal 0.86357175491 -0.5042257887 4.2201432E-04 + outer loop + vertex -1.407254E+01 5.1926541E+00 2.7057355E+01 + vertex -1.143432E+01 9.7085654E+00 2.4097823E+01 + vertex -1.144232E+01 9.6991403E+00 2.9198748E+01 + endloop + endfacet + facet normal 0.98446122647 -0.1756016062 4.1165434E-04 + outer loop + vertex -1.500000E+01 1.8369702E-15 3.0000000E+01 + vertex -1.407254E+01 5.1926541E+00 2.7057355E+01 + vertex -1.407663E+01 5.1815493E+00 3.2107687E+01 + endloop + endfacet + facet normal 0.63789615728 -0.7701223595 2.0964943E-04 + outer loop + vertex -1.142624E+01 9.7180792E+00 1.3983746E+01 + vertex -7.417644E+00 1.3037582E+01 1.0914115E+01 + vertex -7.423026E+00 1.3034519E+01 1.6036024E+01 + endloop + endfacet + facet normal 0.63823713072 -0.7698397254 4.0273569E-04 + outer loop + vertex -1.142876E+01 9.7151111E+00 1.9010290E+01 + vertex -7.423026E+00 1.3034519E+01 1.6036024E+01 + vertex -7.433364E+00 1.3028626E+01 2.1155135E+01 + endloop + endfacet + facet normal 0.63872351073 -0.7694362719 3.1663316E-04 + outer loop + vertex -1.143432E+01 9.7085654E+00 2.4097823E+01 + vertex -7.433364E+00 1.3028626E+01 2.1155135E+01 + vertex -7.441522E+00 1.3023969E+01 2.6292339E+01 + endloop + endfacet + facet normal 0.98451942207 -0.1752754181 1.8806840E-04 + outer loop + vertex -1.500000E+01 -4.824368E-15 1.0000000E+01 + vertex -1.407738E+01 5.1795235E+00 7.3554334E+00 + vertex -1.407913E+01 5.1747646E+00 1.2081552E+01 + endloop + endfacet + facet normal 0.98447523786 -0.1755225408 -5.862581E-04 + outer loop + vertex -1.500000E+01 8.4983083E-15 1.5000000E+01 + vertex -1.407913E+01 5.1747646E+00 1.2081552E+01 + vertex -1.407345E+01 5.1901969E+00 1.7002249E+01 + endloop + endfacet + facet normal 0.86193162239 -0.5069982732 0.00516036095 + outer loop + vertex -1.407738E+01 5.1795235E+00 7.3554334E+00 + vertex -1.130955E+01 9.8536334E+00 4.2718822E+00 + vertex -1.139941E+01 9.7495355E+00 9.0538236E+00 + endloop + endfacet + facet normal 0.86329153473 -0.5047034204 0.0014776615 + outer loop + vertex -1.407913E+01 5.1747646E+00 1.2081552E+01 + vertex -1.139941E+01 9.7495355E+00 9.0538236E+00 + vertex -1.142624E+01 9.7180792E+00 1.3983746E+01 + endloop + endfacet + facet normal 0.984959931 -0.1727416938 0.00377379552 + outer loop + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + vertex -1.410104E+01 5.1169753E+00 5.2342388E-04 + vertex -1.412531E+01 5.0473515E+00 3.1460287E+00 + endloop + endfacet + facet normal 0.984937531 -0.1728136445 -0.0057882895 + outer loop + vertex -1.500000E+01 8.4983083E-15 5.0000000E+00 + vertex -1.412531E+01 5.0473515E+00 3.1460287E+00 + vertex -1.407738E+01 5.1795235E+00 7.3554334E+00 + endloop + endfacet + facet normal 0.86627196906 -0.4995535316 -0.0043754598 + outer loop + vertex -1.412531E+01 5.0473515E+00 3.1460287E+00 + vertex -1.410104E+01 5.1169753E+00 5.2342388E-04 + vertex -1.149450E+01 9.6369594E+00 3.7819579E-04 + endloop + endfacet + facet normal 0.64371075045 -0.7651906496 0.01094255403 + outer loop + vertex -1.130955E+01 9.8536334E+00 4.2718822E+00 + vertex -1.149450E+01 9.6369594E+00 3.7819579E-04 + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + endloop + endfacet + facet normal 0.63681593362 -0.7710158168 -2.773680E-04 + outer loop + vertex -1.139941E+01 9.7495355E+00 9.0538236E+00 + vertex -7.424931E+00 1.3033434E+01 5.7159810E+00 + vertex -7.417644E+00 1.3037582E+01 1.0914115E+01 + endloop + endfacet + facet normal 0.33720275276 -0.9414320238 2.1940823E-04 + outer loop + vertex -7.423026E+00 1.3034519E+01 1.6036024E+01 + vertex -2.537209E+00 1.4783862E+01 1.3194009E+01 + vertex -2.543581E+00 1.4782767E+01 1.8288374E+01 + endloop + endfacet + facet normal 0.33779053712 -0.9412212787 2.3994563E-04 + outer loop + vertex -7.433364E+00 1.3028626E+01 2.1155135E+01 + vertex -2.543581E+00 1.4782767E+01 1.8288374E+01 + vertex -2.550600E+00 1.4781557E+01 2.3425788E+01 + endloop + endfacet + facet normal -0.0045092522 -0.9999898304 7.5505688E-05 + outer loop + vertex -2.537209E+00 1.4783862E+01 1.3194009E+01 + vertex 2.6716050E+00 1.4760167E+01 1.0454687E+01 + vertex 2.6694316E+00 1.4760560E+01 1.5532717E+01 + endloop + endfacet + facet normal -0.0041270051 -0.9999914523 2.5129174E-04 + outer loop + vertex -2.543581E+00 1.4782767E+01 1.8288374E+01 + vertex 2.6694316E+00 1.4760560E+01 1.5532717E+01 + vertex 2.6621654E+00 1.4761872E+01 2.0635295E+01 + endloop + endfacet + facet normal 0.33698185446 -0.9415111184 -2.090316E-04 + outer loop + vertex -2.537209E+00 1.4783862E+01 1.3194009E+01 + vertex -7.423026E+00 1.3034519E+01 1.6036024E+01 + vertex -7.417644E+00 1.3037582E+01 1.0914115E+01 + endloop + endfacet + facet normal -0.0041882946 -0.9999909939 6.8581585E-04 + outer loop + vertex 2.6716050E+00 1.4760167E+01 1.0454687E+01 + vertex -2.537209E+00 1.4783862E+01 1.3194009E+01 + vertex -2.556564E+00 1.4780527E+01 8.2132990E+00 + endloop + endfacet + facet normal 0.34174471123 -0.939785462 0.00371992404 + outer loop + vertex -7.533060E+00 1.2969489E+01 1.8598125E-04 + vertex -2.548978E+00 1.4781908E+01 5.3679843E-04 + vertex -2.623274E+00 1.4768833E+01 3.5228969E+00 + endloop + endfacet + facet normal 0.33889792324 -0.940819895 -0.0024744126 + outer loop + vertex -7.424931E+00 1.3033434E+01 5.7159810E+00 + vertex -2.623274E+00 1.4768833E+01 3.5228969E+00 + vertex -2.556564E+00 1.4780527E+01 8.2132990E+00 + endloop + endfacet + facet normal -0.0054874146 -0.9999776189 -0.0038275396 + outer loop + vertex -2.623274E+00 1.4768833E+01 3.5228969E+00 + vertex -2.548978E+00 1.4781908E+01 5.3679843E-04 + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + endloop + endfacet + facet normal -0.6448319737 -0.7643241884 -5.105709E-04 + outer loop + vertex 1.1513820E+01 9.6141532E+00 3.0438380E+01 + vertex 7.5311975E+00 1.2972319E+01 3.3170772E+01 + vertex 7.5440787E+00 1.2964832E+01 2.8110098E+01 + endloop + endfacet + facet normal -0.645436186 -0.7638140832 -4.195983E-04 + outer loop + vertex 1.1520406E+01 9.6062607E+00 2.5390202E+01 + vertex 7.5440787E+00 1.2964832E+01 2.8110098E+01 + vertex 7.5547288E+00 1.2958629E+01 2.3019484E+01 + endloop + endfacet + facet normal -0.3441957111 -0.9388977501 -5.721526E-04 + outer loop + vertex 7.5311975E+00 1.2972319E+01 3.3170772E+01 + vertex 2.6287363E+00 1.4767862E+01 3.5923665E+01 + vertex 2.6451323E+00 1.4764934E+01 3.0864874E+01 + endloop + endfacet + facet normal -0.3450816076 -0.9385726129 -3.666983E-04 + outer loop + vertex 7.5440787E+00 1.2964832E+01 2.8110098E+01 + vertex 2.6451323E+00 1.4764934E+01 3.0864874E+01 + vertex 2.6557369E+00 1.4763030E+01 2.5758096E+01 + endloop + endfacet + facet normal -0.6445781799 -0.7645383934 1.2261088E-04 + outer loop + vertex 7.5311975E+00 1.2972319E+01 3.3170772E+01 + vertex 1.1513820E+01 9.6141532E+00 3.0438380E+01 + vertex 1.1511552E+01 9.6168694E+00 3.5448831E+01 + endloop + endfacet + facet normal -0.343787929 -0.9390472813 2.5157197E-04 + outer loop + vertex 2.6287363E+00 1.4767862E+01 3.5923665E+01 + vertex 7.5311975E+00 1.2972319E+01 3.3170772E+01 + vertex 7.5249431E+00 1.2975948E+01 3.8169863E+01 + endloop + endfacet + facet normal -0.984953592 -0.1728189607 -1.688315E-04 + outer loop + vertex 1.5000000E+01 -3.673940E-15 2.5000000E+01 + vertex 1.4103105E+01 5.1090525E+00 2.7715087E+01 + vertex 1.4104777E+01 5.1044356E+00 2.2688501E+01 + endloop + endfacet + facet normal -0.9849920074 -0.1725997239 -2.838819E-04 + outer loop + vertex 1.5000000E+01 -3.673940E-15 2.0000000E+01 + vertex 1.4104777E+01 5.1044356E+00 2.2688501E+01 + vertex 1.4107586E+01 5.0966684E+00 1.7666277E+01 + endloop + endfacet + facet normal -0.8670936969 -0.4981449554 -3.523737E-04 + outer loop + vertex 1.4103105E+01 5.1090525E+00 2.7715087E+01 + vertex 1.1513820E+01 9.6141532E+00 3.0438380E+01 + vertex 1.1520406E+01 9.6062607E+00 2.5390202E+01 + endloop + endfacet + facet normal -0.8673476859 -0.4977025825 -3.620966E-04 + outer loop + vertex 1.4104777E+01 5.1044356E+00 2.2688501E+01 + vertex 1.1520406E+01 9.6062607E+00 2.5390202E+01 + vertex 1.1527192E+01 9.5981171E+00 2.0329619E+01 + endloop + endfacet + facet normal -0.9849383301 -0.1729060031 0.0 + outer loop + vertex 1.4103105E+01 5.1090525E+00 2.7715087E+01 + vertex 1.5000000E+01 -3.673940E-15 2.5000000E+01 + vertex 1.5000000E+01 -3.673940E-15 3.0000000E+01 + endloop + endfacet + facet normal -0.8670005731 -0.4983071404 4.4676276E-06 + outer loop + vertex 1.1513820E+01 9.6141532E+00 3.0438380E+01 + vertex 1.4103105E+01 5.1090525E+00 2.7715087E+01 + vertex 1.4103061E+01 5.1091740E+00 3.2725859E+01 + endloop + endfacet + facet normal -0.3465158398 -0.9380440626 3.3082713E-04 + outer loop + vertex 2.6694316E+00 1.4760560E+01 1.5532717E+01 + vertex 7.5716947E+00 1.2948723E+01 1.2900543E+01 + vertex 7.5634347E+00 1.2953550E+01 1.7933987E+01 + endloop + endfacet + facet normal -0.3459748087 -0.9382437385 3.4483259E-04 + outer loop + vertex 2.6621654E+00 1.4761872E+01 2.0635295E+01 + vertex 7.5634347E+00 1.2953550E+01 1.7933987E+01 + vertex 7.5547288E+00 1.2958629E+01 2.3019484E+01 + endloop + endfacet + facet normal -0.6468165128 -0.7626455316 4.3820928E-04 + outer loop + vertex 7.5716947E+00 1.2948723E+01 1.2900543E+01 + vertex 1.1543098E+01 9.5789815E+00 1.0277698E+01 + vertex 1.1535005E+01 9.5887260E+00 1.5290518E+01 + endloop + endfacet + facet normal -0.6462566861 -0.7631199899 4.2017796E-04 + outer loop + vertex 7.5634347E+00 1.2953550E+01 1.7933987E+01 + vertex 1.1535005E+01 9.5887260E+00 1.5290518E+01 + vertex 1.1527192E+01 9.5981171E+00 2.0329619E+01 + endloop + endfacet + facet normal -0.346707934 -0.9379731354 -7.575876E-05 + outer loop + vertex 7.5716947E+00 1.2948723E+01 1.2900543E+01 + vertex 2.6694316E+00 1.4760560E+01 1.5532717E+01 + vertex 2.6716050E+00 1.4760167E+01 1.0454687E+01 + endloop + endfacet + facet normal -0.6469564342 -0.7625269614 7.4011070E-05 + outer loop + vertex 1.1543098E+01 9.5789815E+00 1.0277698E+01 + vertex 7.5716947E+00 1.2948723E+01 1.2900543E+01 + vertex 7.5698936E+00 1.2949776E+01 8.0056775E+00 + endloop + endfacet + facet normal -0.3474766078 -0.9376884889 5.5206294E-04 + outer loop + vertex 2.7116536E+00 1.4753040E+01 6.0272487E-04 + vertex 7.5556817E+00 1.2958002E+01 6.3780841E-04 + vertex 7.5464703E+00 1.2963440E+01 3.4406765E+00 + endloop + endfacet + facet normal -0.3453782285 -0.938463001 -1.036835E-03 + outer loop + vertex 2.6461296E+00 1.4764755E+01 5.3730998E+00 + vertex 7.5464703E+00 1.2963440E+01 3.4406765E+00 + vertex 7.5698936E+00 1.2949776E+01 8.0056775E+00 + endloop + endfacet + facet normal -0.644390875 -0.7646961053 -5.164866E-04 + outer loop + vertex 7.5464703E+00 1.2963440E+01 3.4406765E+00 + vertex 7.5556817E+00 1.2958002E+01 6.3780841E-04 + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + endloop + endfacet + facet normal -0.8682062463 -0.4962034768 -1.533595E-04 + outer loop + vertex 1.1543098E+01 9.5789815E+00 1.0277698E+01 + vertex 1.4111512E+01 5.0857877E+00 7.8364490E+00 + vertex 1.4112972E+01 5.0817345E+00 1.2684681E+01 + endloop + endfacet + facet normal -0.8678946424 -0.496748011 5.5076101E-04 + outer loop + vertex 1.1535005E+01 9.5887260E+00 1.5290518E+01 + vertex 1.4112972E+01 5.0817345E+00 1.2684681E+01 + vertex 1.4107586E+01 5.0966684E+00 1.7666277E+01 + endloop + endfacet + facet normal -0.9850805675 -0.1720937984 3.5455048E-17 + outer loop + vertex 1.4111512E+01 5.0857877E+00 7.8364490E+00 + vertex 1.5000000E+01 -3.673940E-15 5.0000000E+00 + vertex 1.5000000E+01 -3.673940E-15 1.0000000E+01 + endloop + endfacet + facet normal -0.9851052708 -0.1719523349 3.5384167E-17 + outer loop + vertex 1.4112972E+01 5.0817345E+00 1.2684681E+01 + vertex 1.5000000E+01 -3.673940E-15 1.0000000E+01 + vertex 1.5000000E+01 -3.673940E-15 1.5000000E+01 + endloop + endfacet + facet normal -0.8641732533 -0.5031798407 -0.0038257189 + outer loop + vertex 1.1487218E+01 9.6449910E+00 6.4770031E-04 + vertex 1.4060464E+01 5.2256358E+00 7.3727574E-04 + vertex 1.4085685E+01 5.1568875E+00 3.3459229E+00 + endloop + endfacet + facet normal -0.8668974315 -0.4984780785 -0.0029066166 + outer loop + vertex 1.1521445E+01 9.6050143E+00 5.2859222E+00 + vertex 1.4085685E+01 5.1568875E+00 3.3459229E+00 + vertex 1.4111512E+01 5.0857877E+00 7.8364490E+00 + endloop + endfacet + facet normal -0.9841853719 -0.1771012755 0.00378046795 + outer loop + vertex 1.4085685E+01 5.1568875E+00 3.3459229E+00 + vertex 1.4060464E+01 5.2256358E+00 7.3727574E-04 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + endloop + endfacet + facet normal -0.6419802976 0.76672043222 -1.037481E-03 + outer loop + vertex 1.1497198E+01 -9.634025E+00 4.5279055E+01 + vertex 1.1478524E+01 -9.656266E+00 4.0397413E+01 + vertex 7.4751628E+00 -1.300469E+01 4.3072120E+01 + endloop + endfacet + facet normal -0.3405623106 0.94022113233 -0.0012389233 + outer loop + vertex 7.5046189E+00 -1.298771E+01 4.7858135E+01 + vertex 7.4751628E+00 -1.300469E+01 4.3072120E+01 + vertex 2.5684488E+00 -1.477847E+01 4.5734910E+01 + endloop + endfacet + facet normal -0.6405839025 0.7678877548 -8.123134E-04 + outer loop + vertex 1.1478524E+01 -9.656266E+00 4.0397413E+01 + vertex 1.1463668E+01 -9.673898E+00 3.5445022E+01 + vertex 7.4506160E+00 -1.301877E+01 3.8168360E+01 + endloop + endfacet + facet normal -0.3387402218 0.94087940288 -1.005658E-03 + outer loop + vertex 7.4751628E+00 -1.300469E+01 4.3072120E+01 + vertex 7.4506160E+00 -1.301877E+01 3.8168360E+01 + vertex 2.5422078E+00 -1.478300E+01 4.0895800E+01 + endloop + endfacet + facet normal -0.9847647978 0.17389161284 -9.266807E-16 + outer loop + vertex 1.5000000E+01 9.6487359E-15 4.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 3.5000000E+01 + vertex 1.4092851E+01 -5.137270E+00 3.7707229E+01 + endloop + endfacet + facet normal -0.8657602468 0.50045853203 -6.728468E-04 + outer loop + vertex 1.4099383E+01 -5.119317E+00 4.2656495E+01 + vertex 1.4092851E+01 -5.137270E+00 3.7707229E+01 + vertex 1.1478524E+01 -9.656266E+00 4.0397413E+01 + endloop + endfacet + facet normal -0.9846753058 0.17439765548 4.6468870E-16 + outer loop + vertex 1.5000000E+01 -1.699662E-14 3.5000000E+01 + vertex 1.5000000E+01 -3.673940E-15 3.0000000E+01 + vertex 1.4087564E+01 -5.151752E+00 3.2723162E+01 + endloop + endfacet + facet normal -0.8650848442 0.50162527941 -5.397817E-04 + outer loop + vertex 1.4092851E+01 -5.137270E+00 3.7707229E+01 + vertex 1.4087564E+01 -5.151752E+00 3.2723162E+01 + vertex 1.1463668E+01 -9.673898E+00 3.5445022E+01 + endloop + endfacet + facet normal -0.3437951683 0.9390406713 0.00273859405 + outer loop + vertex 2.5984685E+00 -1.477322E+01 5.0458707E+01 + vertex 2.6704950E+00 -1.476037E+01 5.5094568E+01 + vertex 7.5272584E+00 -1.297461E+01 5.2475761E+01 + endloop + endfacet + facet normal -0.6441281662 0.7649169445 9.8669925E-04 + outer loop + vertex 7.5046189E+00 -1.298771E+01 4.7858135E+01 + vertex 7.5272584E+00 -1.297461E+01 5.2475761E+01 + vertex 1.1512808E+01 -9.615366E+00 5.0109712E+01 + endloop + endfacet + facet normal -0.3420189213 0.93968926342 0.00267313634 + outer loop + vertex 7.5000000E+00 -1.299038E+01 6.0000000E+01 + vertex 7.5425658E+00 -1.296571E+01 5.6774404E+01 + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.3454353547 0.93844227836 -7.112917E-04 + outer loop + vertex 7.5425658E+00 -1.296571E+01 5.6774404E+01 + vertex 7.5272584E+00 -1.297461E+01 5.2475761E+01 + vertex 2.6704950E+00 -1.476037E+01 5.5094568E+01 + endloop + endfacet + facet normal -0.6444386436 0.76465557523 8.2816407E-04 + outer loop + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + vertex 1.1506369E+01 -9.623070E+00 5.4912023E+01 + vertex 7.5425658E+00 -1.296571E+01 5.6774404E+01 + endloop + endfacet + facet normal -0.6443449997 0.76473484922 3.6291575E-04 + outer loop + vertex 1.1506369E+01 -9.623070E+00 5.4912023E+01 + vertex 1.1512808E+01 -9.615366E+00 5.0109712E+01 + vertex 7.5272584E+00 -1.297461E+01 5.2475761E+01 + endloop + endfacet + facet normal -0.8669386881 0.49841402807 8.7620896E-04 + outer loop + vertex 1.1497198E+01 -9.634025E+00 4.5279055E+01 + vertex 1.1512808E+01 -9.615366E+00 5.0109712E+01 + vertex 1.4106756E+01 -5.098965E+00 4.7549214E+01 + endloop + endfacet + facet normal -0.9849347398 0.1729247618 7.6489947E-04 + outer loop + vertex 1.4099383E+01 -5.119317E+00 4.2656495E+01 + vertex 1.4106756E+01 -5.098965E+00 4.7549214E+01 + vertex 1.5000000E+01 -1.699662E-14 4.5000000E+01 + endloop + endfacet + facet normal -0.8671375583 0.4980685924 -3.636033E-04 + outer loop + vertex 1.1512808E+01 -9.615366E+00 5.0109712E+01 + vertex 1.1506369E+01 -9.623070E+00 5.4912023E+01 + vertex 1.4107988E+01 -5.095553E+00 5.2304229E+01 + endloop + endfacet + facet normal -0.9850108352 0.17249242622 1.3160810E-04 + outer loop + vertex 1.4106756E+01 -5.098965E+00 4.7549214E+01 + vertex 1.4107988E+01 -5.095553E+00 5.2304229E+01 + vertex 1.5000000E+01 9.6487359E-15 5.0000000E+01 + endloop + endfacet + facet normal -0.8660251783 0.4999998698 -7.216584E-04 + outer loop + vertex 1.4095389E+01 -5.130302E+00 6.0000000E+01 + vertex 1.4090694E+01 -5.143184E+00 5.6709475E+01 + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.8665487816 0.49908840082 0.00199431778 + outer loop + vertex 1.4090694E+01 -5.143184E+00 5.6709475E+01 + vertex 1.4107988E+01 -5.095553E+00 5.2304229E+01 + vertex 1.1506369E+01 -9.623070E+00 5.4912023E+01 + endloop + endfacet + facet normal -0.98472829 0.17409823366 0.0 + outer loop + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 5.5000000E+01 + vertex 1.4090694E+01 -5.143184E+00 5.6709475E+01 + endloop + endfacet + facet normal -0.985020954 0.17243468388 9.1891659E-16 + outer loop + vertex 1.5000000E+01 -1.699662E-14 5.5000000E+01 + vertex 1.5000000E+01 9.6487359E-15 5.0000000E+01 + vertex 1.4107988E+01 -5.095553E+00 5.2304229E+01 + endloop + endfacet + facet normal 0.34753315793 0.93766561558 -0.001974207 + outer loop + vertex -7.574994E+00 -1.294679E+01 4.6410833E+01 + vertex -7.621541E+00 -1.291945E+01 5.1205336E+01 + vertex -2.670711E+00 -1.476033E+01 4.8392132E+01 + endloop + endfacet + facet normal 0.00352811435 0.99999376768 1.3044222E-04 + outer loop + vertex -2.674212E+00 -1.475969E+01 4.3627892E+01 + vertex -2.670711E+00 -1.476033E+01 4.8392132E+01 + vertex 2.5684488E+00 -1.477847E+01 4.5734910E+01 + endloop + endfacet + facet normal 0.35027998743 0.93662986495 -0.0053316502 + outer loop + vertex -7.621541E+00 -1.291945E+01 5.1205336E+01 + vertex -7.740870E+00 -1.284830E+01 5.5863500E+01 + vertex -2.674967E+00 -1.475956E+01 5.2927703E+01 + endloop + endfacet + facet normal 0.00251183963 0.99999683129 -1.675565E-04 + outer loop + vertex -2.670711E+00 -1.476033E+01 4.8392132E+01 + vertex -2.674967E+00 -1.475956E+01 5.2927703E+01 + vertex 2.5984685E+00 -1.477322E+01 5.0458707E+01 + endloop + endfacet + facet normal 0.34201278461 0.93967240288 0.00655975876 + outer loop + vertex -2.604723E+00 -1.477212E+01 6.0000000E+01 + vertex -2.494167E+00 -1.479118E+01 5.6967294E+01 + vertex -7.500000E+00 -1.299038E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.34877860595 0.93716862915 -0.0082731234 + outer loop + vertex -2.494167E+00 -1.479118E+01 5.6967294E+01 + vertex -2.674967E+00 -1.475956E+01 5.2927703E+01 + vertex -7.740870E+00 -1.284830E+01 5.5863500E+01 + endloop + endfacet + facet normal -0.0051231787 0.99998417062 0.00232627447 + outer loop + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + vertex 2.6704950E+00 -1.476037E+01 5.5094568E+01 + vertex -2.494167E+00 -1.479118E+01 5.6967294E+01 + endloop + endfacet + facet normal 0.001283187 0.99999527968 -0.0027917814 + outer loop + vertex 2.6704950E+00 -1.476037E+01 5.5094568E+01 + vertex 2.5984685E+00 -1.477322E+01 5.0458707E+01 + vertex -2.674967E+00 -1.475956E+01 5.2927703E+01 + endloop + endfacet + facet normal 0.64793778368 0.76169280401 8.3713243E-04 + outer loop + vertex -1.153600E+01 -9.587528E+00 4.9326824E+01 + vertex -1.152011E+01 -9.606614E+00 5.4394789E+01 + vertex -7.621541E+00 -1.291945E+01 5.1205336E+01 + endloop + endfacet + facet normal 0.6427478827 0.76599709834 -0.0111177617 + outer loop + vertex -7.500000E+00 -1.299038E+01 6.0000000E+01 + vertex -7.740870E+00 -1.284830E+01 5.5863500E+01 + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.64992441845 0.75998212172 0.00504231702 + outer loop + vertex -7.740870E+00 -1.284830E+01 5.5863500E+01 + vertex -7.621541E+00 -1.291945E+01 5.1205336E+01 + vertex -1.152011E+01 -9.606614E+00 5.4394789E+01 + endloop + endfacet + facet normal 0.8657922678 0.50038169418 0.00468072064 + outer loop + vertex -1.409726E+01 -5.125167E+00 5.2010327E+01 + vertex -1.405398E+01 -5.242672E+00 5.6567157E+01 + vertex -1.152011E+01 -9.606614E+00 5.4394789E+01 + endloop + endfacet + facet normal 0.8660102255 0.49999123681 -0.0059205099 + outer loop + vertex -1.405398E+01 -5.242672E+00 5.6567157E+01 + vertex -1.409539E+01 -5.130302E+00 6.0000000E+01 + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.98478885668 0.17364484573 0.00619478115 + outer loop + vertex -1.409539E+01 -5.130302E+00 6.0000000E+01 + vertex -1.405398E+01 -5.242672E+00 5.6567157E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + endloop + endfacet + facet normal 0.98434538911 0.17618475046 -0.0048050644 + outer loop + vertex -1.405398E+01 -5.242672E+00 5.6567157E+01 + vertex -1.409726E+01 -5.125167E+00 5.2010327E+01 + vertex -1.500000E+01 1.8369702E-15 5.5000000E+01 + endloop + endfacet + facet normal -0.8643102796 0.50295885514 3.6133541E-04 + outer loop + vertex 1.1445398E+01 -9.695507E+00 2.0324665E+01 + vertex 1.1452167E+01 -9.687511E+00 2.5385682E+01 + vertex 1.4082606E+01 -5.165290E+00 2.2684014E+01 + endloop + endfacet + facet normal -0.9845754302 0.17496054006 1.7807725E-04 + outer loop + vertex 1.4080846E+01 -5.170084E+00 1.7666649E+01 + vertex 1.4082606E+01 -5.165290E+00 2.2684014E+01 + vertex 1.5000000E+01 -3.673940E-15 2.0000000E+01 + endloop + endfacet + facet normal -0.8646845757 0.50231513465 -3.000698E-04 + outer loop + vertex 1.4087564E+01 -5.151752E+00 3.2723162E+01 + vertex 1.4084602E+01 -5.159844E+00 2.7712028E+01 + vertex 1.1456207E+01 -9.682733E+00 3.0434380E+01 + endloop + endfacet + facet normal -0.8644564081 0.50270774606 -2.012625E-04 + outer loop + vertex 1.4084602E+01 -5.159844E+00 2.7712028E+01 + vertex 1.4082606E+01 -5.165290E+00 2.2684014E+01 + vertex 1.1452167E+01 -9.687511E+00 2.5385682E+01 + endloop + endfacet + facet normal -0.9846251718 0.17468048286 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 3.0000000E+01 + vertex 1.5000000E+01 -3.673940E-15 2.5000000E+01 + vertex 1.4084602E+01 -5.159844E+00 2.7712028E+01 + endloop + endfacet + facet normal -0.9845913819 0.1748708398 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 2.5000000E+01 + vertex 1.5000000E+01 -3.673940E-15 2.0000000E+01 + vertex 1.4082606E+01 -5.165290E+00 2.2684014E+01 + endloop + endfacet + facet normal -0.3371098731 0.94146524577 3.5277780E-04 + outer loop + vertex 2.5182995E+00 -1.478709E+01 2.5760301E+01 + vertex 2.5285089E+00 -1.478535E+01 3.0866497E+01 + vertex 7.4361186E+00 -1.302705E+01 2.8108629E+01 + endloop + endfacet + facet normal -0.6392343289 0.76901193126 3.4982644E-04 + outer loop + vertex 7.4272416E+00 -1.303212E+01 2.3018001E+01 + vertex 7.4361186E+00 -1.302705E+01 2.8108629E+01 + vertex 1.1452167E+01 -9.687511E+00 2.5385682E+01 + endloop + endfacet + facet normal -0.3377441945 0.94123784946 -4.121027E-04 + outer loop + vertex 7.4506160E+00 -1.301877E+01 3.8168360E+01 + vertex 7.4403373E+00 -1.302465E+01 3.3169184E+01 + vertex 2.5316874E+00 -1.478481E+01 3.5925100E+01 + endloop + endfacet + facet normal -0.3373687019 0.94137257828 -1.668873E-04 + outer loop + vertex 7.4403373E+00 -1.302465E+01 3.3169184E+01 + vertex 7.4361186E+00 -1.302705E+01 2.8108629E+01 + vertex 2.5285089E+00 -1.478535E+01 3.0866497E+01 + endloop + endfacet + facet normal -0.6398212325 0.76852366822 -4.023293E-04 + outer loop + vertex 1.1463668E+01 -9.673898E+00 3.5445022E+01 + vertex 1.1456207E+01 -9.682733E+00 3.0434380E+01 + vertex 7.4403373E+00 -1.302465E+01 3.3169184E+01 + endloop + endfacet + facet normal -0.6394611121 0.76882341242 -2.158618E-04 + outer loop + vertex 1.1456207E+01 -9.682733E+00 3.0434380E+01 + vertex 1.1452167E+01 -9.687511E+00 2.5385682E+01 + vertex 7.4361186E+00 -1.302705E+01 2.8108629E+01 + endloop + endfacet + facet normal -0.9847379552 0.17404355659 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 1.5000000E+01 + vertex 1.5000000E+01 -3.673940E-15 1.0000000E+01 + vertex 1.4091265E+01 -5.141619E+00 1.2752052E+01 + endloop + endfacet + facet normal -0.8642017023 0.50314435978 1.0820840E-03 + outer loop + vertex 1.4080846E+01 -5.170084E+00 1.7666649E+01 + vertex 1.4091265E+01 -5.141619E+00 1.2752052E+01 + vertex 1.1438313E+01 -9.703865E+00 1.5323636E+01 + endloop + endfacet + facet normal -0.985518962 0.16956525446 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 1.0000000E+01 + vertex 1.5000000E+01 -3.673940E-15 5.0000000E+00 + vertex 1.4137429E+01 -5.013293E+00 8.0554437E+00 + endloop + endfacet + facet normal -0.8658945541 0.50019999672 0.00515600978 + outer loop + vertex 1.4091265E+01 -5.141619E+00 1.2752052E+01 + vertex 1.4137429E+01 -5.013293E+00 8.0554437E+00 + vertex 1.1452132E+01 -9.687553E+00 1.0553606E+01 + endloop + endfacet + facet normal -0.9825648398 0.18369569112 0.02867452769 + outer loop + vertex 1.3988095E+01 -5.416525E+00 -7.712367E-06 + vertex 1.4211773E+01 -4.798491E+00 3.7053039E+00 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + endloop + endfacet + facet normal -0.9863578864 0.16438288737 -0.008739928 + outer loop + vertex 1.4211773E+01 -4.798491E+00 3.7053039E+00 + vertex 1.4137429E+01 -5.013293E+00 8.0554437E+00 + vertex 1.5000000E+01 -3.673940E-15 5.0000000E+00 + endloop + endfacet + facet normal -0.8575822717 0.51419400204 0.012536968 + outer loop + vertex 1.1370608E+01 -9.782019E+00 6.1258170E-05 + vertex 1.1501754E+01 -9.628585E+00 2.6780540E+00 + vertex 1.3988095E+01 -5.416525E+00 -7.712367E-06 + endloop + endfacet + facet normal -0.8675407316 0.497362425 -0.0019228035 + outer loop + vertex 1.1482179E+01 -9.651921E+00 6.2136411E+00 + vertex 1.1452132E+01 -9.687553E+00 1.0553606E+01 + vertex 1.4137429E+01 -5.013293E+00 8.0554437E+00 + endloop + endfacet + facet normal -0.6377722863 0.77022443018 9.1541209E-04 + outer loop + vertex 7.3896827E+00 -1.305345E+01 1.2952089E+01 + vertex 7.4123915E+00 -1.304057E+01 1.7934746E+01 + vertex 1.1438313E+01 -9.703865E+00 1.5323636E+01 + endloop + endfacet + facet normal -0.6386113455 0.76952921057 5.8609750E-04 + outer loop + vertex 7.4123915E+00 -1.304057E+01 1.7934746E+01 + vertex 7.4272416E+00 -1.303212E+01 2.3018001E+01 + vertex 1.1445398E+01 -9.695507E+00 2.0324665E+01 + endloop + endfacet + facet normal -0.3352762303 0.94211968584 5.8901321E-04 + outer loop + vertex 2.4843380E+00 -1.479284E+01 1.5537081E+01 + vertex 2.5013603E+00 -1.478997E+01 2.0637798E+01 + vertex 7.4123915E+00 -1.304057E+01 1.7934746E+01 + endloop + endfacet + facet normal -0.3363506124 0.94173665361 5.8373442E-04 + outer loop + vertex 2.5013603E+00 -1.478997E+01 2.0637798E+01 + vertex 2.5182995E+00 -1.478709E+01 2.5760301E+01 + vertex 7.4272416E+00 -1.303212E+01 2.3018001E+01 + endloop + endfacet + facet normal -0.6365049151 0.77127024135 0.00192558302 + outer loop + vertex 1.1452132E+01 -9.687553E+00 1.0553606E+01 + vertex 1.1482179E+01 -9.651921E+00 6.2136411E+00 + vertex 7.3167027E+00 -1.309450E+01 8.1927970E+00 + endloop + endfacet + facet normal -0.331819256 0.94333805909 -0.0030475532 + outer loop + vertex 7.3896827E+00 -1.305345E+01 1.2952089E+01 + vertex 7.3167027E+00 -1.309450E+01 8.1927970E+00 + vertex 2.4522278E+00 -1.479820E+01 1.0477747E+01 + endloop + endfacet + facet normal -0.6380351134 0.76929510095 -0.0331095418 + outer loop + vertex 7.8103629E+00 -1.280539E+01 7.2319062E-05 + vertex 7.1651354E+00 -1.317804E+01 3.7754395E+00 + vertex 1.1501754E+01 -9.628585E+00 2.6780540E+00 + endloop + endfacet + facet normal -0.6350047874 0.77247484987 0.00717817707 + outer loop + vertex 7.1651354E+00 -1.317804E+01 3.7754395E+00 + vertex 7.3167027E+00 -1.309450E+01 8.1927970E+00 + vertex 1.1482179E+01 -9.651921E+00 6.2136411E+00 + endloop + endfacet + facet normal -0.3267530743 0.94506302861 -0.0093968298 + outer loop + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + vertex 2.4126011E+00 -1.480471E+01 5.4361702E+00 + vertex 7.1651354E+00 -1.317804E+01 3.7754395E+00 + endloop + endfacet + facet normal -0.3299706459 0.94399019291 0.00137423128 + outer loop + vertex 2.4126011E+00 -1.480471E+01 5.4361702E+00 + vertex 2.4522278E+00 -1.479820E+01 1.0477747E+01 + vertex 7.3167027E+00 -1.309450E+01 8.1927970E+00 + endloop + endfacet + facet normal 0.34638593726 0.93809205434 -2.829182E-04 + outer loop + vertex -2.674143E+00 -1.475971E+01 3.3663441E+01 + vertex -2.682336E+00 -1.475822E+01 2.8562112E+01 + vertex -7.556482E+00 -1.295761E+01 3.1409484E+01 + endloop + endfacet + facet normal 0.3471350585 0.93781498709 -5.487741E-04 + outer loop + vertex -2.682336E+00 -1.475822E+01 2.8562112E+01 + vertex -2.698330E+00 -1.475530E+01 2.3427688E+01 + vertex -7.566959E+00 -1.295149E+01 2.6290897E+01 + endloop + endfacet + facet normal 0.00536233689 0.99998556064 -3.519356E-04 + outer loop + vertex 2.5285089E+00 -1.478535E+01 3.0866497E+01 + vertex 2.5182995E+00 -1.478709E+01 2.5760301E+01 + vertex -2.682336E+00 -1.475822E+01 2.8562112E+01 + endloop + endfacet + facet normal 0.00635419914 0.99997964238 -5.822173E-04 + outer loop + vertex 2.5182995E+00 -1.478709E+01 2.5760301E+01 + vertex 2.5013603E+00 -1.478997E+01 2.0637798E+01 + vertex -2.698330E+00 -1.475530E+01 2.3427688E+01 + endloop + endfacet + facet normal 0.34644981007 0.93806850899 -3.921757E-05 + outer loop + vertex -2.674212E+00 -1.475969E+01 4.3627892E+01 + vertex -2.675307E+00 -1.475950E+01 3.8700730E+01 + vertex -7.560945E+00 -1.295500E+01 4.1498153E+01 + endloop + endfacet + facet normal 0.34617898603 0.93816848592 4.0724588E-05 + outer loop + vertex -2.675307E+00 -1.475950E+01 3.8700730E+01 + vertex -2.674143E+00 -1.475971E+01 3.3663441E+01 + vertex -7.553367E+00 -1.295942E+01 3.6487087E+01 + endloop + endfacet + facet normal 0.00466224697 0.99998906208 -3.730563E-04 + outer loop + vertex 2.5422078E+00 -1.478300E+01 4.0895800E+01 + vertex 2.5316874E+00 -1.478481E+01 3.5925100E+01 + vertex -2.675307E+00 -1.475950E+01 3.8700730E+01 + endloop + endfacet + facet normal 0.00486969668 0.99998813684 -1.105831E-04 + outer loop + vertex 2.5316874E+00 -1.478481E+01 3.5925100E+01 + vertex 2.5285089E+00 -1.478535E+01 3.0866497E+01 + vertex -2.674143E+00 -1.475971E+01 3.3663441E+01 + endloop + endfacet + facet normal 0.98494104904 0.17289043052 1.7017112E-04 + outer loop + vertex -1.410399E+01 -5.106604E+00 4.2162568E+01 + vertex -1.410231E+01 -5.111245E+00 3.7146904E+01 + vertex -1.500000E+01 1.8369702E-15 4.0000000E+01 + endloop + endfacet + facet normal 0.9849250002 0.17298191807 -1.626671E-06 + outer loop + vertex -1.410231E+01 -5.111245E+00 3.7146904E+01 + vertex -1.410233E+01 -5.111201E+00 3.2108726E+01 + vertex -1.500000E+01 1.8369702E-15 3.5000000E+01 + endloop + endfacet + facet normal 0.64549623006 0.76376344629 -1.228312E-04 + outer loop + vertex -7.553367E+00 -1.295942E+01 3.6487087E+01 + vertex -7.556482E+00 -1.295761E+01 3.1409484E+01 + vertex -1.151824E+01 -9.608858E+00 3.4278315E+01 + endloop + endfacet + facet normal 0.86709913518 0.49813560768 7.8363266E-05 + outer loop + vertex -1.151971E+01 -9.607101E+00 3.9325769E+01 + vertex -1.151824E+01 -9.608858E+00 3.4278315E+01 + vertex -1.410231E+01 -5.111245E+00 3.7146904E+01 + endloop + endfacet + facet normal 0.64580759239 0.76350008893 -4.096539E-04 + outer loop + vertex -7.556482E+00 -1.295761E+01 3.1409484E+01 + vertex -7.566959E+00 -1.295149E+01 2.6290897E+01 + vertex -1.152142E+01 -9.605050E+00 2.9196490E+01 + endloop + endfacet + facet normal 0.86711345477 0.49811065852 -1.686117E-04 + outer loop + vertex -1.151824E+01 -9.608858E+00 3.4278315E+01 + vertex -1.152142E+01 -9.605050E+00 2.9196490E+01 + vertex -1.410233E+01 -5.111201E+00 3.2108726E+01 + endloop + endfacet + facet normal 0.98490930742 0.1730680417 -1.053139E-03 + outer loop + vertex -1.409726E+01 -5.125167E+00 5.2010327E+01 + vertex -1.410737E+01 -5.097273E+00 4.7139376E+01 + vertex -1.500000E+01 1.8369702E-15 5.0000000E+01 + endloop + endfacet + facet normal 0.98498582075 0.17263491646 3.4429668E-04 + outer loop + vertex -1.410737E+01 -5.097273E+00 4.7139376E+01 + vertex -1.410399E+01 -5.106604E+00 4.2162568E+01 + vertex -1.500000E+01 1.8369702E-15 4.5000000E+01 + endloop + endfacet + facet normal 0.64631883534 0.76306725431 5.7313094E-04 + outer loop + vertex -7.574994E+00 -1.294679E+01 4.6410833E+01 + vertex -7.560945E+00 -1.295500E+01 4.1498153E+01 + vertex -1.152833E+01 -9.596745E+00 4.4327242E+01 + endloop + endfacet + facet normal 0.86769724618 0.49709286604 4.1414099E-04 + outer loop + vertex -1.153600E+01 -9.587528E+00 4.9326824E+01 + vertex -1.152833E+01 -9.596745E+00 4.4327242E+01 + vertex -1.410737E+01 -5.097273E+00 4.7139376E+01 + endloop + endfacet + facet normal 0.64564095117 0.76364106128 3.0282770E-04 + outer loop + vertex -7.560945E+00 -1.295500E+01 4.1498153E+01 + vertex -7.553367E+00 -1.295942E+01 3.6487087E+01 + vertex -1.151971E+01 -9.607101E+00 3.9325769E+01 + endloop + endfacet + facet normal 0.86732412714 0.49774355003 4.6569805E-04 + outer loop + vertex -1.152833E+01 -9.596745E+00 4.4327242E+01 + vertex -1.151971E+01 -9.607101E+00 3.9325769E+01 + vertex -1.410399E+01 -5.106604E+00 4.2162568E+01 + endloop + endfacet + facet normal 0.00795376933 0.9999682875 4.0193635E-04 + outer loop + vertex -2.724660E+00 -1.475047E+01 1.3197264E+01 + vertex -2.713051E+00 -1.475260E+01 1.8290612E+01 + vertex 2.4843380E+00 -1.479284E+01 1.5537081E+01 + endloop + endfacet + facet normal 0.00693785554 0.99997580496 5.0562700E-04 + outer loop + vertex -2.713051E+00 -1.475260E+01 1.8290612E+01 + vertex -2.698330E+00 -1.475530E+01 2.3427688E+01 + vertex 2.5013603E+00 -1.478997E+01 2.0637798E+01 + endloop + endfacet + facet normal 0.34843591997 0.93733255615 2.9809478E-04 + outer loop + vertex -7.585478E+00 -1.294065E+01 1.6035307E+01 + vertex -7.577873E+00 -1.294511E+01 2.1153999E+01 + vertex -2.713051E+00 -1.475260E+01 1.8290612E+01 + endloop + endfacet + facet normal 0.34763937519 0.93762822215 4.2643231E-04 + outer loop + vertex -7.577873E+00 -1.294511E+01 2.1153999E+01 + vertex -7.566959E+00 -1.295149E+01 2.6290897E+01 + vertex -2.698330E+00 -1.475530E+01 2.3427688E+01 + endloop + endfacet + facet normal 0.01025120287 0.99994651354 -0.0013721858 + outer loop + vertex 2.4522278E+00 -1.479820E+01 1.0477747E+01 + vertex 2.4126011E+00 -1.480471E+01 5.4361702E+00 + vertex -2.737495E+00 -1.474809E+01 8.2205642E+00 + endloop + endfacet + facet normal 0.34918697224 0.93705296177 -4.530508E-04 + outer loop + vertex -2.724660E+00 -1.475047E+01 1.3197264E+01 + vertex -2.737495E+00 -1.474809E+01 8.2205642E+00 + vertex -7.587533E+00 -1.293945E+01 1.0915328E+01 + endloop + endfacet + facet normal -0.0055864846 0.9999513597 -0.0081283103 + outer loop + vertex -2.553372E+00 -1.477975E+01 2.1571448E-04 + vertex -2.716169E+00 -1.475203E+01 3.5224565E+00 + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + endloop + endfacet + facet normal 0.01056530412 0.99994387263 -7.911613E-04 + outer loop + vertex -2.716169E+00 -1.475203E+01 3.5224565E+00 + vertex -2.737495E+00 -1.474809E+01 8.2205642E+00 + vertex 2.4126011E+00 -1.480471E+01 5.4361702E+00 + endloop + endfacet + facet normal 0.34687092548 0.93791187779 -0.0013676803 + outer loop + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + vertex -7.551242E+00 -1.296066E+01 5.7164513E+00 + vertex -2.716169E+00 -1.475203E+01 3.5224565E+00 + endloop + endfacet + facet normal 0.34872970721 0.9372223109 -0.0013896984 + outer loop + vertex -7.551242E+00 -1.296066E+01 5.7164513E+00 + vertex -7.587533E+00 -1.293945E+01 1.0915328E+01 + vertex -2.737495E+00 -1.474809E+01 8.2205642E+00 + endloop + endfacet + facet normal 0.64666130035 0.76277717724 3.7484713E-04 + outer loop + vertex -1.153337E+01 -9.590695E+00 1.9006581E+01 + vertex -1.152630E+01 -9.599186E+00 2.4094918E+01 + vertex -7.577873E+00 -1.294511E+01 2.1153999E+01 + endloop + endfacet + facet normal 0.64609371965 0.76325804194 2.5853103E-04 + outer loop + vertex -1.152630E+01 -9.599186E+00 2.4094918E+01 + vertex -1.152142E+01 -9.605050E+00 2.9196490E+01 + vertex -7.566959E+00 -1.295149E+01 2.6290897E+01 + endloop + endfacet + facet normal 0.98493401468 0.17293058357 2.3038982E-16 + outer loop + vertex -1.500000E+01 8.4983083E-15 2.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 3.0000000E+01 + vertex -1.410285E+01 -5.109756E+00 2.7057362E+01 + endloop + endfacet + facet normal 0.86738815868 0.49763210528 2.6451691E-04 + outer loop + vertex -1.410548E+01 -5.102485E+00 2.2009850E+01 + vertex -1.410285E+01 -5.109756E+00 2.7057362E+01 + vertex -1.152630E+01 -9.599186E+00 2.4094918E+01 + endloop + endfacet + facet normal 0.98492515697 0.17298102544 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 3.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 3.5000000E+01 + vertex -1.410233E+01 -5.111201E+00 3.2108726E+01 + endloop + endfacet + facet normal 0.86717536592 0.49800289354 5.2547244E-05 + outer loop + vertex -1.410285E+01 -5.109756E+00 2.7057362E+01 + vertex -1.410233E+01 -5.111201E+00 3.2108726E+01 + vertex -1.152142E+01 -9.605050E+00 2.9196490E+01 + endloop + endfacet + facet normal 0.64733486518 0.7622057241 -8.043259E-05 + outer loop + vertex -7.585478E+00 -1.294065E+01 1.6035307E+01 + vertex -7.587533E+00 -1.293945E+01 1.0915328E+01 + vertex -1.154108E+01 -9.581409E+00 1.3978795E+01 + endloop + endfacet + facet normal 0.8680393693 0.4964951974 -4.150861E-04 + outer loop + vertex -1.153337E+01 -9.590695E+00 1.9006581E+01 + vertex -1.154108E+01 -9.581409E+00 1.3978795E+01 + vertex -1.411236E+01 -5.083433E+00 1.6999325E+01 + endloop + endfacet + facet normal 0.98502494188 0.17241049528 -6.964167E-04 + outer loop + vertex -1.410548E+01 -5.102485E+00 2.2009850E+01 + vertex -1.411236E+01 -5.083433E+00 1.6999325E+01 + vertex -1.500000E+01 -4.824368E-15 2.0000000E+01 + endloop + endfacet + facet normal 0.64405352979 0.76494711848 0.00713839604 + outer loop + vertex -1.147702E+01 -9.650491E+00 6.9667353E-04 + vertex -1.138067E+01 -9.771410E+00 4.2646924E+00 + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + endloop + endfacet + facet normal 0.64155352209 0.76704428514 -0.0072210063 + outer loop + vertex -1.138067E+01 -9.771410E+00 4.2646924E+00 + vertex -1.151144E+01 -9.617004E+00 9.0476716E+00 + vertex -7.551242E+00 -1.296066E+01 5.7164513E+00 + endloop + endfacet + facet normal 0.64664125493 0.7627925451 -0.001618818 + outer loop + vertex -1.151144E+01 -9.617004E+00 9.0476716E+00 + vertex -1.154108E+01 -9.581409E+00 1.3978795E+01 + vertex -7.587533E+00 -1.293945E+01 1.0915328E+01 + endloop + endfacet + facet normal 0.86823855726 0.49614425752 0.00163811278 + outer loop + vertex -1.154108E+01 -9.581409E+00 1.3978795E+01 + vertex -1.151144E+01 -9.617004E+00 9.0476716E+00 + vertex -1.412008E+01 -5.061950E+00 1.2074693E+01 + endloop + endfacet + facet normal 0.98514756363 0.17170802355 -7.953145E-04 + outer loop + vertex -1.411236E+01 -5.083433E+00 1.6999325E+01 + vertex -1.412008E+01 -5.061950E+00 1.2074693E+01 + vertex -1.500000E+01 8.4983083E-15 1.5000000E+01 + endloop + endfacet + facet normal 0.86620290088 0.4996353405 0.00755387498 + outer loop + vertex -1.151144E+01 -9.617004E+00 9.0476716E+00 + vertex -1.138067E+01 -9.771410E+00 4.2646924E+00 + vertex -1.411367E+01 -5.079784E+00 7.3409634E+00 + endloop + endfacet + facet normal 0.98517774857 0.17153522025 6.8697265E-04 + outer loop + vertex -1.412008E+01 -5.061950E+00 1.2074693E+01 + vertex -1.411367E+01 -5.079784E+00 7.3409634E+00 + vertex -1.500000E+01 -4.824368E-15 1.0000000E+01 + endloop + endfacet + facet normal 0.86426102139 0.50290674719 -0.011734161 + outer loop + vertex -1.408814E+01 -5.163223E+00 -3.965313E-04 + vertex -1.414446E+01 -4.993419E+00 3.1291081E+00 + vertex -1.147702E+01 -9.650491E+00 6.9667353E-04 + endloop + endfacet + facet normal 0.8652008366 0.50140986444 0.00395729517 + outer loop + vertex -1.414446E+01 -4.993419E+00 3.1291081E+00 + vertex -1.411367E+01 -5.079784E+00 7.3409634E+00 + vertex -1.138067E+01 -9.771410E+00 4.2646924E+00 + endloop + endfacet + facet normal 0.98565777234 0.16875619523 3.1998593E-04 + outer loop + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + vertex -1.500000E+01 8.4983083E-15 5.0000000E+00 + vertex -1.414446E+01 -4.993419E+00 3.1291081E+00 + endloop + endfacet + facet normal 0.98511715332 0.17188424659 4.5799164E-16 + outer loop + vertex -1.500000E+01 8.4983083E-15 5.0000000E+00 + vertex -1.500000E+01 -4.824368E-15 1.0000000E+01 + vertex -1.411367E+01 -5.079784E+00 7.3409634E+00 + endloop + endfacet + facet normal 0.98539864553 0.17022258414 -0.003712309 + outer loop + vertex -1.411367E+01 -5.079784E+00 7.3409634E+00 + vertex -1.414446E+01 -4.993419E+00 3.1291081E+00 + vertex -1.500000E+01 8.4983083E-15 5.0000000E+00 + endloop + endfacet + facet normal 0.98477985091 0.17360794846 0.00830213705 + outer loop + vertex -1.414446E+01 -4.993419E+00 3.1291081E+00 + vertex -1.408814E+01 -5.163223E+00 -3.965313E-04 + vertex -1.499841E+01 2.1865206E-04 -7.371949E-05 + endloop + endfacet + facet normal 0.86615879423 0.49973969988 -0.0054014385 + outer loop + vertex -1.414446E+01 -4.993419E+00 3.1291081E+00 + vertex -1.138067E+01 -9.771410E+00 4.2646924E+00 + vertex -1.147702E+01 -9.650491E+00 6.9667353E-04 + endloop + endfacet + facet normal 0.98522552753 0.17126196278 -4.563335E-16 + outer loop + vertex -1.500000E+01 -4.824368E-15 1.0000000E+01 + vertex -1.500000E+01 8.4983083E-15 1.5000000E+01 + vertex -1.412008E+01 -5.061950E+00 1.2074693E+01 + endloop + endfacet + facet normal 0.8675698951 0.49731477736 -6.995255E-04 + outer loop + vertex -1.411367E+01 -5.079784E+00 7.3409634E+00 + vertex -1.412008E+01 -5.061950E+00 1.2074693E+01 + vertex -1.151144E+01 -9.617004E+00 9.0476716E+00 + endloop + endfacet + facet normal 0.98509491886 0.17201162992 4.5833105E-16 + outer loop + vertex -1.500000E+01 8.4983083E-15 1.5000000E+01 + vertex -1.500000E+01 -4.824368E-15 2.0000000E+01 + vertex -1.411236E+01 -5.083433E+00 1.6999325E+01 + endloop + endfacet + facet normal 0.8683912149 0.49587907277 8.0192050E-04 + outer loop + vertex -1.412008E+01 -5.061950E+00 1.2074693E+01 + vertex -1.411236E+01 -5.083433E+00 1.6999325E+01 + vertex -1.154108E+01 -9.581409E+00 1.3978795E+01 + endloop + endfacet + facet normal 0.64580660363 0.76349976466 0.0013928661 + outer loop + vertex -1.151144E+01 -9.617004E+00 9.0476716E+00 + vertex -7.587533E+00 -1.293945E+01 1.0915328E+01 + vertex -7.551242E+00 -1.296066E+01 5.7164513E+00 + endloop + endfacet + facet normal 0.63981744503 0.76852668066 6.1494082E-04 + outer loop + vertex -1.138067E+01 -9.771410E+00 4.2646924E+00 + vertex -7.551242E+00 -1.296066E+01 5.7164513E+00 + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + endloop + endfacet + facet normal 0.98497856025 0.17267668008 -4.601031E-16 + outer loop + vertex -1.500000E+01 -4.824368E-15 2.0000000E+01 + vertex -1.500000E+01 8.4983083E-15 2.5000000E+01 + vertex -1.410548E+01 -5.102485E+00 2.2009850E+01 + endloop + endfacet + facet normal 0.8678255137 0.49686858465 6.9811833E-04 + outer loop + vertex -1.411236E+01 -5.083433E+00 1.6999325E+01 + vertex -1.410548E+01 -5.102485E+00 2.2009850E+01 + vertex -1.153337E+01 -9.590695E+00 1.9006581E+01 + endloop + endfacet + facet normal 0.64718520848 0.76233269237 4.1482351E-04 + outer loop + vertex -1.154108E+01 -9.581409E+00 1.3978795E+01 + vertex -1.153337E+01 -9.590695E+00 1.9006581E+01 + vertex -7.585478E+00 -1.294065E+01 1.6035307E+01 + endloop + endfacet + facet normal 0.86723921606 0.49789163018 -2.583207E-04 + outer loop + vertex -1.152142E+01 -9.605050E+00 2.9196490E+01 + vertex -1.152630E+01 -9.599186E+00 2.4094918E+01 + vertex -1.410285E+01 -5.109756E+00 2.7057362E+01 + endloop + endfacet + facet normal 0.984928853 0.17295997153 -5.260454E-05 + outer loop + vertex -1.410233E+01 -5.111201E+00 3.2108726E+01 + vertex -1.410285E+01 -5.109756E+00 2.7057362E+01 + vertex -1.500000E+01 1.8369702E-15 3.0000000E+01 + endloop + endfacet + facet normal 0.86751603622 0.49740907363 -3.746593E-04 + outer loop + vertex -1.152630E+01 -9.599186E+00 2.4094918E+01 + vertex -1.153337E+01 -9.590695E+00 1.9006581E+01 + vertex -1.410548E+01 -5.102485E+00 2.2009850E+01 + endloop + endfacet + facet normal 0.984952129 0.17282717811 -2.647215E-04 + outer loop + vertex -1.410285E+01 -5.109756E+00 2.7057362E+01 + vertex -1.410548E+01 -5.102485E+00 2.2009850E+01 + vertex -1.500000E+01 8.4983083E-15 2.5000000E+01 + endloop + endfacet + facet normal 0.64631450775 0.76307101661 -4.250558E-04 + outer loop + vertex -7.566959E+00 -1.295149E+01 2.6290897E+01 + vertex -7.577873E+00 -1.294511E+01 2.1153999E+01 + vertex -1.152630E+01 -9.599186E+00 2.4094918E+01 + endloop + endfacet + facet normal 0.64687360504 0.76259717457 -2.973896E-04 + outer loop + vertex -7.577873E+00 -1.294511E+01 2.1153999E+01 + vertex -7.585478E+00 -1.294065E+01 1.6035307E+01 + vertex -1.153337E+01 -9.590695E+00 1.9006581E+01 + endloop + endfacet + facet normal 0.34773274739 0.93759336052 7.9164758E-04 + outer loop + vertex -2.737495E+00 -1.474809E+01 8.2205642E+00 + vertex -2.716169E+00 -1.475203E+01 3.5224565E+00 + vertex -7.551242E+00 -1.296066E+01 5.7164513E+00 + endloop + endfacet + facet normal 0.34058978768 0.9401749854 0.00834226371 + outer loop + vertex -2.716169E+00 -1.475203E+01 3.5224565E+00 + vertex -2.553372E+00 -1.477975E+01 2.1571448E-04 + vertex -7.523338E+00 -1.297932E+01 -3.584555E-04 + endloop + endfacet + facet normal 0.00639509687 0.99992562938 0.01038452928 + outer loop + vertex -2.716169E+00 -1.475203E+01 3.5224565E+00 + vertex 2.4126011E+00 -1.480471E+01 5.4361702E+00 + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + endloop + endfacet + facet normal 0.34896716654 0.9371349477 8.0428173E-05 + outer loop + vertex -7.587533E+00 -1.293945E+01 1.0915328E+01 + vertex -7.585478E+00 -1.294065E+01 1.6035307E+01 + vertex -2.724660E+00 -1.475047E+01 1.3197264E+01 + endloop + endfacet + facet normal 0.00945740201 0.99995517511 4.5311618E-04 + outer loop + vertex -2.737495E+00 -1.474809E+01 8.2205642E+00 + vertex -2.724660E+00 -1.475047E+01 1.3197264E+01 + vertex 2.4522278E+00 -1.479820E+01 1.0477747E+01 + endloop + endfacet + facet normal 0.34802071748 0.93748670686 -5.046302E-04 + outer loop + vertex -2.698330E+00 -1.475530E+01 2.3427688E+01 + vertex -2.713051E+00 -1.475260E+01 1.8290612E+01 + vertex -7.577873E+00 -1.294511E+01 2.1153999E+01 + endloop + endfacet + facet normal 0.34872021937 0.93722678564 -4.010920E-04 + outer loop + vertex -2.713051E+00 -1.475260E+01 1.8290612E+01 + vertex -2.724660E+00 -1.475047E+01 1.3197264E+01 + vertex -7.585478E+00 -1.294065E+01 1.6035307E+01 + endloop + endfacet + facet normal 0.00742975604 0.99997222656 -5.872156E-04 + outer loop + vertex 2.5013603E+00 -1.478997E+01 2.0637798E+01 + vertex 2.4843380E+00 -1.479284E+01 1.5537081E+01 + vertex -2.713051E+00 -1.475260E+01 1.8290612E+01 + endloop + endfacet + facet normal 0.00863446111 0.99996210231 -0.0011135601 + outer loop + vertex 2.4843380E+00 -1.479284E+01 1.5537081E+01 + vertex 2.4522278E+00 -1.479820E+01 1.0477747E+01 + vertex -2.724660E+00 -1.475047E+01 1.3197264E+01 + endloop + endfacet + facet normal 0.86749273844 0.49744972626 -3.443986E-04 + outer loop + vertex -1.410399E+01 -5.106604E+00 4.2162568E+01 + vertex -1.410737E+01 -5.097273E+00 4.7139376E+01 + vertex -1.152833E+01 -9.596745E+00 4.4327242E+01 + endloop + endfacet + facet normal 0.64588701699 0.76343286785 -4.664319E-04 + outer loop + vertex -1.151971E+01 -9.607101E+00 3.9325769E+01 + vertex -1.152833E+01 -9.596745E+00 4.4327242E+01 + vertex -7.560945E+00 -1.295500E+01 4.1498153E+01 + endloop + endfacet + facet normal 0.86756375307 0.49732488119 1.0473293E-03 + outer loop + vertex -1.410737E+01 -5.097273E+00 4.7139376E+01 + vertex -1.409726E+01 -5.125167E+00 5.2010327E+01 + vertex -1.153600E+01 -9.587528E+00 4.9326824E+01 + endloop + endfacet + facet normal 0.64662194293 0.76281052096 -4.147580E-04 + outer loop + vertex -1.152833E+01 -9.596745E+00 4.4327242E+01 + vertex -1.153600E+01 -9.587528E+00 4.9326824E+01 + vertex -7.574994E+00 -1.294679E+01 4.6410833E+01 + endloop + endfacet + facet normal 0.98501044178 0.17249472338 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 4.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 5.0000000E+01 + vertex -1.410737E+01 -5.097273E+00 4.7139376E+01 + endloop + endfacet + facet normal 0.98483936326 0.17346881154 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 5.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 5.5000000E+01 + vertex -1.409726E+01 -5.125167E+00 5.2010327E+01 + endloop + endfacet + facet normal 0.86707799737 0.49817240638 1.6259387E-06 + outer loop + vertex -1.410233E+01 -5.111201E+00 3.2108726E+01 + vertex -1.410231E+01 -5.111245E+00 3.7146904E+01 + vertex -1.151824E+01 -9.608858E+00 3.4278315E+01 + endloop + endfacet + facet normal 0.64561939076 0.76365933097 1.6878193E-04 + outer loop + vertex -1.152142E+01 -9.605050E+00 2.9196490E+01 + vertex -1.151824E+01 -9.608858E+00 3.4278315E+01 + vertex -7.556482E+00 -1.295761E+01 3.1409484E+01 + endloop + endfacet + facet normal 0.86715114901 0.49804503392 -1.701780E-04 + outer loop + vertex -1.410231E+01 -5.111245E+00 3.7146904E+01 + vertex -1.410399E+01 -5.106604E+00 4.2162568E+01 + vertex -1.151971E+01 -9.607101E+00 3.9325769E+01 + endloop + endfacet + facet normal 0.64548181176 0.76377563756 -7.845617E-05 + outer loop + vertex -1.151824E+01 -9.608858E+00 3.4278315E+01 + vertex -1.151971E+01 -9.607101E+00 3.9325769E+01 + vertex -7.553367E+00 -1.295942E+01 3.6487087E+01 + endloop + endfacet + facet normal 0.98492488379 0.17298258088 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 3.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 4.0000000E+01 + vertex -1.410231E+01 -5.111245E+00 3.7146904E+01 + endloop + endfacet + facet normal 0.98495333266 0.17282052098 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 4.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 4.5000000E+01 + vertex -1.410399E+01 -5.106604E+00 4.2162568E+01 + endloop + endfacet + facet normal 0.00483936898 0.99998828935 -4.077384E-05 + outer loop + vertex -2.674143E+00 -1.475971E+01 3.3663441E+01 + vertex -2.675307E+00 -1.475950E+01 3.8700730E+01 + vertex 2.5316874E+00 -1.478481E+01 3.5925100E+01 + endloop + endfacet + facet normal 0.00448877616 0.99998992462 3.9279745E-05 + outer loop + vertex -2.675307E+00 -1.475950E+01 3.8700730E+01 + vertex -2.674212E+00 -1.475969E+01 4.3627892E+01 + vertex 2.5422078E+00 -1.478300E+01 4.0895800E+01 + endloop + endfacet + facet normal 0.3463165323 0.93811767238 -3.036973E-04 + outer loop + vertex -7.553367E+00 -1.295942E+01 3.6487087E+01 + vertex -7.560945E+00 -1.295500E+01 4.1498153E+01 + vertex -2.675307E+00 -1.475950E+01 3.8700730E+01 + endloop + endfacet + facet normal 0.34665566326 0.93799228098 -5.761460E-04 + outer loop + vertex -7.560945E+00 -1.295500E+01 4.1498153E+01 + vertex -7.574994E+00 -1.294679E+01 4.6410833E+01 + vertex -2.674212E+00 -1.475969E+01 4.3627892E+01 + endloop + endfacet + facet normal 0.00584807744 0.99998274876 5.4970996E-04 + outer loop + vertex -2.698330E+00 -1.475530E+01 2.3427688E+01 + vertex -2.682336E+00 -1.475822E+01 2.8562112E+01 + vertex 2.5182995E+00 -1.478709E+01 2.5760301E+01 + endloop + endfacet + facet normal 0.00508143312 0.99998704931 2.8328217E-04 + outer loop + vertex -2.682336E+00 -1.475822E+01 2.8562112E+01 + vertex -2.674143E+00 -1.475971E+01 3.3663441E+01 + vertex 2.5285089E+00 -1.478535E+01 3.0866497E+01 + endloop + endfacet + facet normal 0.34674256256 0.9379602478 4.1090645E-04 + outer loop + vertex -7.566959E+00 -1.295149E+01 2.6290897E+01 + vertex -7.556482E+00 -1.295761E+01 3.1409484E+01 + vertex -2.682336E+00 -1.475822E+01 2.8562112E+01 + endloop + endfacet + facet normal 0.34622096597 0.93815298729 1.2314692E-04 + outer loop + vertex -7.556482E+00 -1.295761E+01 3.1409484E+01 + vertex -7.553367E+00 -1.295942E+01 3.6487087E+01 + vertex -2.674143E+00 -1.475971E+01 3.3663441E+01 + endloop + endfacet + facet normal -0.3259164684 0.94537484738 -0.0066972816 + outer loop + vertex 7.3167027E+00 -1.309450E+01 8.1927970E+00 + vertex 7.1651354E+00 -1.317804E+01 3.7754395E+00 + vertex 2.4126011E+00 -1.480471E+01 5.4361702E+00 + endloop + endfacet + facet normal -0.3571255684 0.93353813144 0.03111085822 + outer loop + vertex 7.1651354E+00 -1.317804E+01 3.7754395E+00 + vertex 7.8103629E+00 -1.280539E+01 7.2319062E-05 + vertex 2.7264185E+00 -1.475026E+01 -4.509257E-06 + endloop + endfacet + facet normal -0.6472499034 0.7621838612 -0.0119718127 + outer loop + vertex 7.8103629E+00 -1.280539E+01 7.2319062E-05 + vertex 1.1501754E+01 -9.628585E+00 2.6780540E+00 + vertex 1.1370608E+01 -9.782019E+00 6.1258170E-05 + endloop + endfacet + facet normal -0.3336774056 0.94268665811 0.00111963915 + outer loop + vertex 2.4522278E+00 -1.479820E+01 1.0477747E+01 + vertex 2.4843380E+00 -1.479284E+01 1.5537081E+01 + vertex 7.3896827E+00 -1.305345E+01 1.2952089E+01 + endloop + endfacet + facet normal -0.6369080063 0.77093350682 0.00311762826 + outer loop + vertex 7.3167027E+00 -1.309450E+01 8.1927970E+00 + vertex 7.3896827E+00 -1.305345E+01 1.2952089E+01 + vertex 1.1452132E+01 -9.687553E+00 1.0553606E+01 + endloop + endfacet + facet normal -0.3358496612 0.94191542232 -5.850212E-04 + outer loop + vertex 7.4272416E+00 -1.303212E+01 2.3018001E+01 + vertex 7.4123915E+00 -1.304057E+01 1.7934746E+01 + vertex 2.5013603E+00 -1.478997E+01 2.0637798E+01 + endloop + endfacet + facet normal -0.3346281574 0.94234981086 -9.111877E-04 + outer loop + vertex 7.4123915E+00 -1.304057E+01 1.7934746E+01 + vertex 7.3896827E+00 -1.305345E+01 1.2952089E+01 + vertex 2.4843380E+00 -1.479284E+01 1.5537081E+01 + endloop + endfacet + facet normal -0.6382714693 0.7698112661 -3.822266E-04 + outer loop + vertex 1.1445398E+01 -9.695507E+00 2.0324665E+01 + vertex 1.1438313E+01 -9.703865E+00 1.5323636E+01 + vertex 7.4123915E+00 -1.304057E+01 1.7934746E+01 + endloop + endfacet + facet normal -0.6377275675 0.77026159907 7.8657194E-04 + outer loop + vertex 1.1438313E+01 -9.703865E+00 1.5323636E+01 + vertex 1.1452132E+01 -9.687553E+00 1.0553606E+01 + vertex 7.3896827E+00 -1.305345E+01 1.2952089E+01 + endloop + endfacet + facet normal -0.8694589642 0.49391325025 0.00952946831 + outer loop + vertex 1.4137429E+01 -5.013293E+00 8.0554437E+00 + vertex 1.4211773E+01 -4.798491E+00 3.7053039E+00 + vertex 1.1482179E+01 -9.651921E+00 6.2136411E+00 + endloop + endfacet + facet normal -0.8689879089 0.49392749277 -0.0299273466 + outer loop + vertex 1.1501754E+01 -9.628585E+00 2.6780540E+00 + vertex 1.4211773E+01 -4.798491E+00 3.7053039E+00 + vertex 1.3988095E+01 -5.416525E+00 -7.712367E-06 + endloop + endfacet + facet normal -0.9867690646 0.16213201858 -1.472735E-04 + outer loop + vertex 1.4211773E+01 -4.798491E+00 3.7053039E+00 + vertex 1.5000000E+01 -3.673940E-15 5.0000000E+00 + vertex 1.5000771E+01 1.5329637E-04 -4.200466E-09 + endloop + endfacet + facet normal -0.8646598121 0.50235723343 -7.869618E-04 + outer loop + vertex 1.1452132E+01 -9.687553E+00 1.0553606E+01 + vertex 1.1438313E+01 -9.703865E+00 1.5323636E+01 + vertex 1.4091265E+01 -5.141619E+00 1.2752052E+01 + endloop + endfacet + facet normal -0.9851808185 0.17144609797 -0.0049990287 + outer loop + vertex 1.4137429E+01 -5.013293E+00 8.0554437E+00 + vertex 1.4091265E+01 -5.141619E+00 1.2752052E+01 + vertex 1.5000000E+01 -3.673940E-15 1.0000000E+01 + endloop + endfacet + facet normal -0.864045011 0.50341441415 3.8280113E-04 + outer loop + vertex 1.1438313E+01 -9.703865E+00 1.5323636E+01 + vertex 1.1445398E+01 -9.695507E+00 2.0324665E+01 + vertex 1.4080846E+01 -5.170084E+00 1.7666649E+01 + endloop + endfacet + facet normal -0.9846565936 0.17449995203 -1.076781E-03 + outer loop + vertex 1.4091265E+01 -5.141619E+00 1.2752052E+01 + vertex 1.4080846E+01 -5.170084E+00 1.7666649E+01 + vertex 1.5000000E+01 -3.673940E-15 1.5000000E+01 + endloop + endfacet + facet normal -0.6395921102 0.76871444929 1.6725390E-04 + outer loop + vertex 7.4361186E+00 -1.302705E+01 2.8108629E+01 + vertex 7.4403373E+00 -1.302465E+01 3.3169184E+01 + vertex 1.1456207E+01 -9.682733E+00 3.0434380E+01 + endloop + endfacet + facet normal -0.6400935016 0.76829690791 4.1286284E-04 + outer loop + vertex 7.4403373E+00 -1.302465E+01 3.3169184E+01 + vertex 7.4506160E+00 -1.301877E+01 3.8168360E+01 + vertex 1.1463668E+01 -9.673898E+00 3.5445022E+01 + endloop + endfacet + facet normal -0.3374840789 0.94133122979 1.1083812E-04 + outer loop + vertex 2.5285089E+00 -1.478535E+01 3.0866497E+01 + vertex 2.5316874E+00 -1.478481E+01 3.5925100E+01 + vertex 7.4403373E+00 -1.302465E+01 3.3169184E+01 + endloop + endfacet + facet normal -0.3380616408 0.94112389587 3.7369238E-04 + outer loop + vertex 2.5316874E+00 -1.478481E+01 3.5925100E+01 + vertex 2.5422078E+00 -1.478300E+01 4.0895800E+01 + vertex 7.4506160E+00 -1.301877E+01 3.8168360E+01 + endloop + endfacet + facet normal -0.6389870695 0.76921739116 -3.607350E-04 + outer loop + vertex 1.1452167E+01 -9.687511E+00 2.5385682E+01 + vertex 1.1445398E+01 -9.695507E+00 2.0324665E+01 + vertex 7.4272416E+00 -1.303212E+01 2.3018001E+01 + endloop + endfacet + facet normal -0.3368127461 0.94157158631 -3.491600E-04 + outer loop + vertex 7.4361186E+00 -1.302705E+01 2.8108629E+01 + vertex 7.4272416E+00 -1.303212E+01 2.3018001E+01 + vertex 2.5182995E+00 -1.478709E+01 2.5760301E+01 + endloop + endfacet + facet normal -0.9846069215 0.17478320702 2.0160080E-04 + outer loop + vertex 1.4082606E+01 -5.165290E+00 2.2684014E+01 + vertex 1.4084602E+01 -5.159844E+00 2.7712028E+01 + vertex 1.5000000E+01 -3.673940E-15 2.5000000E+01 + endloop + endfacet + facet normal -0.9846480074 0.17455145781 3.0011411E-04 + outer loop + vertex 1.4084602E+01 -5.159844E+00 2.7712028E+01 + vertex 1.4087564E+01 -5.151752E+00 3.2723162E+01 + vertex 1.5000000E+01 -3.673940E-15 3.0000000E+01 + endloop + endfacet + facet normal -0.8645496067 0.50254744133 2.1619292E-04 + outer loop + vertex 1.1452167E+01 -9.687511E+00 2.5385682E+01 + vertex 1.1456207E+01 -9.682733E+00 3.0434380E+01 + vertex 1.4084602E+01 -5.159844E+00 2.7712028E+01 + endloop + endfacet + facet normal -0.8648386889 0.50204967894 4.0261899E-04 + outer loop + vertex 1.1456207E+01 -9.682733E+00 3.0434380E+01 + vertex 1.1463668E+01 -9.673898E+00 3.5445022E+01 + vertex 1.4087564E+01 -5.151752E+00 3.2723162E+01 + endloop + endfacet + facet normal -0.9845615983 0.17503845041 0.0 + outer loop + vertex 1.5000000E+01 -3.673940E-15 2.0000000E+01 + vertex 1.5000000E+01 -3.673940E-15 1.5000000E+01 + vertex 1.4080846E+01 -5.170084E+00 1.7666649E+01 + endloop + endfacet + facet normal -0.8641882565 0.50316858577 -1.777649E-04 + outer loop + vertex 1.4082606E+01 -5.165290E+00 2.2684014E+01 + vertex 1.4080846E+01 -5.170084E+00 1.7666649E+01 + vertex 1.1445398E+01 -9.695507E+00 2.0324665E+01 + endloop + endfacet + facet normal 0.98410672342 0.1775780305 -3.667130E-17 + outer loop + vertex -1.405398E+01 -5.242672E+00 5.6567157E+01 + vertex -1.500000E+01 1.8369702E-15 5.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + endloop + endfacet + facet normal 0.86449138938 0.50264572044 -0.0013847046 + outer loop + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + vertex -1.152011E+01 -9.606614E+00 5.4394789E+01 + vertex -1.405398E+01 -5.242672E+00 5.6567157E+01 + endloop + endfacet + facet normal 0.86707336263 0.49817976109 -8.422901E-04 + outer loop + vertex -1.152011E+01 -9.606614E+00 5.4394789E+01 + vertex -1.153600E+01 -9.587528E+00 4.9326824E+01 + vertex -1.409726E+01 -5.125167E+00 5.2010327E+01 + endloop + endfacet + facet normal 0.65075952512 0.75928270015 0.0013497055 + outer loop + vertex -7.740870E+00 -1.284830E+01 5.5863500E+01 + vertex -1.152011E+01 -9.606614E+00 5.4394789E+01 + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.64762934349 0.761953059 0.00194147762 + outer loop + vertex -7.621541E+00 -1.291945E+01 5.1205336E+01 + vertex -7.574994E+00 -1.294679E+01 4.6410833E+01 + vertex -1.153600E+01 -9.587528E+00 4.9326824E+01 + endloop + endfacet + facet normal -0.0030778718 0.99996352976 0.00796654622 + outer loop + vertex -2.674967E+00 -1.475956E+01 5.2927703E+01 + vertex -2.494167E+00 -1.479118E+01 5.6967294E+01 + vertex 2.6704950E+00 -1.476037E+01 5.5094568E+01 + endloop + endfacet + facet normal -1.014129E-15 0.99998023471 -0.0062873037 + outer loop + vertex -2.494167E+00 -1.479118E+01 5.6967294E+01 + vertex -2.604723E+00 -1.477212E+01 6.0000000E+01 + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.34498642578 0.9385290706 0.01214700278 + outer loop + vertex -2.494167E+00 -1.479118E+01 5.6967294E+01 + vertex -7.740870E+00 -1.284830E+01 5.5863500E+01 + vertex -7.500000E+00 -1.299038E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.0028891041 0.99999518866 -0.0011294837 + outer loop + vertex 2.5984685E+00 -1.477322E+01 5.0458707E+01 + vertex 2.5684488E+00 -1.477847E+01 4.5734910E+01 + vertex -2.670711E+00 -1.476033E+01 4.8392132E+01 + endloop + endfacet + facet normal 0.34860335069 0.93727033225 1.6783853E-04 + outer loop + vertex -2.674967E+00 -1.475956E+01 5.2927703E+01 + vertex -2.670711E+00 -1.476033E+01 4.8392132E+01 + vertex -7.621541E+00 -1.291945E+01 5.1205336E+01 + endloop + endfacet + facet normal 0.00396594531 0.99999167578 -9.589832E-04 + outer loop + vertex 2.5684488E+00 -1.477847E+01 4.5734910E+01 + vertex 2.5422078E+00 -1.478300E+01 4.0895800E+01 + vertex -2.674212E+00 -1.475969E+01 4.3627892E+01 + endloop + endfacet + facet normal 0.34687853734 0.93791005081 -1.300954E-04 + outer loop + vertex -2.670711E+00 -1.476033E+01 4.8392132E+01 + vertex -2.674212E+00 -1.475969E+01 4.3627892E+01 + vertex -7.574994E+00 -1.294679E+01 4.6410833E+01 + endloop + endfacet + facet normal -0.9848395741 0.17345618948 -0.0019908696 + outer loop + vertex 1.4107988E+01 -5.095553E+00 5.2304229E+01 + vertex 1.4090694E+01 -5.143184E+00 5.6709475E+01 + vertex 1.5000000E+01 -1.699662E-14 5.5000000E+01 + endloop + endfacet + facet normal -0.9848074939 0.17364813198 7.2540902E-04 + outer loop + vertex 1.4090694E+01 -5.143184E+00 5.6709475E+01 + vertex 1.4095389E+01 -5.130302E+00 6.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + endloop + endfacet + facet normal -0.8660597213 0.49993986491 -8.309883E-04 + outer loop + vertex 1.4090694E+01 -5.143184E+00 5.6709475E+01 + vertex 1.1506369E+01 -9.623070E+00 5.4912023E+01 + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.9850000942 0.1725538012 -9.195514E-16 + outer loop + vertex 1.5000000E+01 9.6487359E-15 5.0000000E+01 + vertex 1.5000000E+01 -1.699662E-14 4.5000000E+01 + vertex 1.4106756E+01 -5.098965E+00 4.7549214E+01 + endloop + endfacet + facet normal -0.8671860702 0.49798423874 -1.325000E-04 + outer loop + vertex 1.4107988E+01 -5.095553E+00 5.2304229E+01 + vertex 1.4106756E+01 -5.098965E+00 4.7549214E+01 + vertex 1.1512808E+01 -9.615366E+00 5.0109712E+01 + endloop + endfacet + facet normal -0.984875335 0.17326446435 9.2333855E-16 + outer loop + vertex 1.5000000E+01 -1.699662E-14 4.5000000E+01 + vertex 1.5000000E+01 9.6487359E-15 4.0000000E+01 + vertex 1.4099383E+01 -5.119317E+00 4.2656495E+01 + endloop + endfacet + facet normal -0.8665825675 0.49903312602 -7.699150E-04 + outer loop + vertex 1.4106756E+01 -5.098965E+00 4.7549214E+01 + vertex 1.4099383E+01 -5.119317E+00 4.2656495E+01 + vertex 1.1497198E+01 -9.634025E+00 4.5279055E+01 + endloop + endfacet + facet normal -0.6444702909 0.76462901824 7.1314242E-04 + outer loop + vertex 7.5272584E+00 -1.297461E+01 5.2475761E+01 + vertex 7.5425658E+00 -1.296571E+01 5.6774404E+01 + vertex 1.1506369E+01 -9.623070E+00 5.4912023E+01 + endloop + endfacet + facet normal -0.642785397 0.76604180612 -0.0026238722 + outer loop + vertex 7.5425658E+00 -1.296571E+01 5.6774404E+01 + vertex 7.5000000E+00 -1.299038E+01 6.0000000E+01 + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.3449287289 0.93862586941 -0.0023768115 + outer loop + vertex 7.5425658E+00 -1.296571E+01 5.6774404E+01 + vertex 2.6704950E+00 -1.476037E+01 5.5094568E+01 + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.6435151933 0.76543283604 -8.771834E-04 + outer loop + vertex 1.1512808E+01 -9.615366E+00 5.0109712E+01 + vertex 1.1497198E+01 -9.634025E+00 4.5279055E+01 + vertex 7.5046189E+00 -1.298771E+01 4.7858135E+01 + endloop + endfacet + facet normal -0.3424505806 0.93953532323 -9.880676E-04 + outer loop + vertex 7.5272584E+00 -1.297461E+01 5.2475761E+01 + vertex 7.5046189E+00 -1.298771E+01 4.7858135E+01 + vertex 2.5984685E+00 -1.477322E+01 5.0458707E+01 + endloop + endfacet + facet normal -0.8653770446 0.50112065588 8.1179157E-04 + outer loop + vertex 1.1463668E+01 -9.673898E+00 3.5445022E+01 + vertex 1.1478524E+01 -9.656266E+00 4.0397413E+01 + vertex 1.4092851E+01 -5.137270E+00 3.7707229E+01 + endloop + endfacet + facet normal -0.9847160127 0.17416682869 5.3860006E-04 + outer loop + vertex 1.4087564E+01 -5.151752E+00 3.2723162E+01 + vertex 1.4092851E+01 -5.137270E+00 3.7707229E+01 + vertex 1.5000000E+01 -1.699662E-14 3.5000000E+01 + endloop + endfacet + facet normal -0.8661284587 0.49982038754 1.0359275E-03 + outer loop + vertex 1.1478524E+01 -9.656266E+00 4.0397413E+01 + vertex 1.1497198E+01 -9.634025E+00 4.5279055E+01 + vertex 1.4099383E+01 -5.119317E+00 4.2656495E+01 + endloop + endfacet + facet normal -0.984815734 0.17360161641 6.6993018E-04 + outer loop + vertex 1.4092851E+01 -5.137270E+00 3.7707229E+01 + vertex 1.4099383E+01 -5.119317E+00 4.2656495E+01 + vertex 1.5000000E+01 9.6487359E-15 4.0000000E+01 + endloop + endfacet + facet normal -0.3395074119 0.94060289025 9.5923756E-04 + outer loop + vertex 2.5422078E+00 -1.478300E+01 4.0895800E+01 + vertex 2.5684488E+00 -1.477847E+01 4.5734910E+01 + vertex 7.4751628E+00 -1.300469E+01 4.3072120E+01 + endloop + endfacet + facet normal -0.6411768804 0.76739246495 1.0063392E-03 + outer loop + vertex 7.4506160E+00 -1.301877E+01 3.8168360E+01 + vertex 7.4751628E+00 -1.300469E+01 4.3072120E+01 + vertex 1.1478524E+01 -9.656266E+00 4.0397413E+01 + endloop + endfacet + facet normal -0.3414611567 0.93989521299 0.00112563891 + outer loop + vertex 2.5684488E+00 -1.477847E+01 4.5734910E+01 + vertex 2.5984685E+00 -1.477322E+01 5.0458707E+01 + vertex 7.5046189E+00 -1.298771E+01 4.7858135E+01 + endloop + endfacet + facet normal -0.6427136726 0.7661054769 0.00123828516 + outer loop + vertex 7.4751628E+00 -1.300469E+01 4.3072120E+01 + vertex 7.5046189E+00 -1.298771E+01 4.7858135E+01 + vertex 1.1497198E+01 -9.634025E+00 4.5279055E+01 + endloop + endfacet + facet normal -0.8719620439 0.48957087842 -0.0015965422 + outer loop + vertex 1.4211773E+01 -4.798491E+00 3.7053039E+00 + vertex 1.1501754E+01 -9.628585E+00 2.6780540E+00 + vertex 1.1482179E+01 -9.651921E+00 6.2136411E+00 + endloop + endfacet + facet normal -0.6331346344 0.7740400274 0.00160335475 + outer loop + vertex 7.1651354E+00 -1.317804E+01 3.7754395E+00 + vertex 1.1482179E+01 -9.651921E+00 6.2136411E+00 + vertex 1.1501754E+01 -9.628585E+00 2.6780540E+00 + endloop + endfacet + facet normal 0.98440873486 0.0 -0.1758961134 + outer loop + vertex -1.500000E+01 2.5000000E+01 1.1000000E+02 + vertex -1.407182E+01 2.3365691E+01 1.1519461E+02 + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98453011559 0.00227956447 -0.1752006138 + outer loop + vertex -1.409205E+01 2.7866118E+01 1.1513947E+02 + vertex -1.407182E+01 2.3365691E+01 1.1519461E+02 + vertex -1.500000E+01 2.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.8654627651 6.6676093E-04 -0.5009728113 + outer loop + vertex -1.148135E+01 3.0336191E+01 1.1965290E+02 + vertex -1.146898E+01 2.5317529E+01 1.1966761E+02 + vertex -1.409205E+01 2.7866118E+01 1.1513947E+02 + endloop + endfacet + facet normal 0.86452313314 -1.088796E-03 -0.5025918491 + outer loop + vertex -1.146898E+01 2.5317529E+01 1.1966761E+02 + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + vertex -1.407182E+01 2.3365691E+01 1.1519461E+02 + endloop + endfacet + facet normal 0.98475122913 0.0 -0.173968436 + outer loop + vertex -1.500000E+01 2.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 3.0000000E+01 1.1000000E+02 + vertex -1.409205E+01 2.7866118E+01 1.1513947E+02 + endloop + endfacet + facet normal 0.86564346969 -9.410133E-05 -0.5006609377 + outer loop + vertex -1.409205E+01 2.7866118E+01 1.1513947E+02 + vertex -1.409295E+01 3.2723545E+01 1.1513700E+02 + vertex -1.148135E+01 3.0336191E+01 1.1965290E+02 + endloop + endfacet + facet normal 0.64144750817 0.00110437975 -0.7671661323 + outer loop + vertex -1.146898E+01 2.5317529E+01 1.1966761E+02 + vertex -7.473520E+00 2.3458419E+01 1.2300563E+02 + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.64119798266 1.9225561E-04 -0.7673754688 + outer loop + vertex -7.477946E+00 2.8064230E+01 1.2300309E+02 + vertex -7.473520E+00 2.3458419E+01 1.2300563E+02 + vertex -1.146898E+01 2.5317529E+01 1.1966761E+02 + endloop + endfacet + facet normal 0.34025731164 6.8867244E-04 -0.9403321156 + outer loop + vertex -2.584097E+00 3.0548905E+01 1.2477574E+02 + vertex -2.564083E+00 2.5420548E+01 1.2477922E+02 + vertex -7.477946E+00 2.8064230E+01 1.2300309E+02 + endloop + endfacet + facet normal 0.34023519243 -0.0013177543 -0.9403394479 + outer loop + vertex -2.564083E+00 2.5420548E+01 1.2477922E+02 + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + vertex -7.473520E+00 2.3458419E+01 1.2300563E+02 + endloop + endfacet + facet normal 0.64167119762 2.0114498E-05 -0.7669798392 + outer loop + vertex -7.481115E+00 3.8058935E+01 1.2300127E+02 + vertex -7.480607E+00 3.2996837E+01 1.2300156E+02 + vertex -1.147678E+01 3.5371912E+01 1.1965834E+02 + endloop + endfacet + facet normal 0.64180343583 1.0827898E-04 -0.7668691792 + outer loop + vertex -7.480607E+00 3.2996837E+01 1.2300156E+02 + vertex -7.477946E+00 2.8064230E+01 1.2300309E+02 + vertex -1.148135E+01 3.0336191E+01 1.1965290E+02 + endloop + endfacet + facet normal 0.3408608575 8.4292253E-05 -0.9401137531 + outer loop + vertex -2.591057E+00 4.0794713E+01 1.2477452E+02 + vertex -2.588602E+00 3.5666558E+01 1.2477495E+02 + vertex -7.481115E+00 3.8058935E+01 1.2300127E+02 + endloop + endfacet + facet normal 0.34073125289 1.5506997E-04 -0.9401607252 + outer loop + vertex -2.588602E+00 3.5666558E+01 1.2477495E+02 + vertex -2.584097E+00 3.0548905E+01 1.2477574E+02 + vertex -7.480607E+00 3.2996837E+01 1.2300156E+02 + endloop + endfacet + facet normal 0.86539592895 1.2980122E-04 -0.5010886841 + outer loop + vertex -1.147834E+01 4.5487443E+01 1.1965648E+02 + vertex -1.147591E+01 4.0425368E+01 1.1965938E+02 + vertex -1.408973E+01 4.2737311E+01 1.1514582E+02 + endloop + endfacet + facet normal 0.9847095788 2.6702125E-05 -0.1742040318 + outer loop + vertex -1.408973E+01 4.2737311E+01 1.1514582E+02 + vertex -1.408947E+01 3.7713066E+01 1.1514654E+02 + vertex -1.500000E+01 4.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86536636382 -4.652082E-05 -0.5011397552 + outer loop + vertex -1.147591E+01 4.0425368E+01 1.1965938E+02 + vertex -1.147678E+01 3.5371912E+01 1.1965834E+02 + vertex -1.408947E+01 3.7713066E+01 1.1514654E+02 + endloop + endfacet + facet normal 0.98473951055 -3.543445E-04 -0.1740343955 + outer loop + vertex -1.408947E+01 3.7713066E+01 1.1514654E+02 + vertex -1.409295E+01 3.2723545E+01 1.1513700E+02 + vertex -1.500000E+01 3.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.34117892818 2.1045845E-05 -0.9399983716 + outer loop + vertex -2.594586E+00 5.1025484E+01 1.2477390E+02 + vertex -2.593976E+00 4.5926567E+01 1.2477401E+02 + vertex -7.485947E+00 4.8248605E+01 1.2299848E+02 + endloop + endfacet + facet normal 0.64184347301 9.9007656E-05 -0.766835671 + outer loop + vertex -7.485947E+00 4.8248605E+01 1.2299848E+02 + vertex -7.483432E+00 4.3159913E+01 1.2299993E+02 + vertex -1.147834E+01 4.5487443E+01 1.1965648E+02 + endloop + endfacet + facet normal 0.34102907816 1.0016056E-04 -0.940052742 + outer loop + vertex -2.593976E+00 4.5926567E+01 1.2477401E+02 + vertex -2.591057E+00 4.0794713E+01 1.2477452E+02 + vertex -7.483432E+00 4.3159913E+01 1.2299993E+02 + endloop + endfacet + facet normal 0.64167626378 9.0939662E-05 -0.7669755956 + outer loop + vertex -7.483432E+00 4.3159913E+01 1.2299993E+02 + vertex -7.481115E+00 3.8058935E+01 1.2300127E+02 + vertex -1.147591E+01 4.0425368E+01 1.1965938E+02 + endloop + endfacet + facet normal -0.0033993817 0.00133684641 -0.9999933285 + outer loop + vertex -2.564083E+00 2.5420548E+01 1.2477922E+02 + vertex 2.6784592E+00 2.3566589E+01 1.2475892E+02 + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.0031616426 0.00200911059 -0.9999929837 + outer loop + vertex 2.6245878E+00 2.8297406E+01 1.2476860E+02 + vertex 2.6784592E+00 2.3566589E+01 1.2475892E+02 + vertex -2.564083E+00 2.5420548E+01 1.2477922E+02 + endloop + endfacet + facet normal -0.341671199 -1.286181E-04 -0.939819544 + outer loop + vertex 7.4746255E+00 3.1012307E+01 1.2300500E+02 + vertex 7.4712277E+00 2.5772986E+01 1.2300695E+02 + vertex 2.6245878E+00 2.8297406E+01 1.2476860E+02 + endloop + endfacet + facet normal -0.3437247968 9.8214984E-04 -0.9390699119 + outer loop + vertex 7.4712277E+00 2.5772986E+01 1.2300695E+02 + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + vertex 2.6784592E+00 2.3566589E+01 1.2475892E+02 + endloop + endfacet + facet normal -5.684212E-04 -1.431402E-05 -0.9999998383 + outer loop + vertex 2.6056232E+00 3.8444384E+01 1.2477196E+02 + vertex 2.6052059E+00 3.3319546E+01 1.2477203E+02 + vertex -2.588602E+00 3.5666558E+01 1.2477495E+02 + endloop + endfacet + facet normal -1.076971E-03 6.7908140E-04 -0.9999991895 + outer loop + vertex 2.6052059E+00 3.3319546E+01 1.2477203E+02 + vertex 2.6245878E+00 2.8297406E+01 1.2476860E+02 + vertex -2.584097E+00 3.0548905E+01 1.2477574E+02 + endloop + endfacet + facet normal -0.3414255692 -2.936988E-04 -0.9399087692 + outer loop + vertex 7.4869664E+00 4.1302167E+01 1.2299790E+02 + vertex 7.4794095E+00 3.6166193E+01 1.2300225E+02 + vertex 2.6056232E+00 3.8444384E+01 1.2477196E+02 + endloop + endfacet + facet normal -0.341195555 -1.849921E-04 -0.9399923186 + outer loop + vertex 7.4794095E+00 3.6166193E+01 1.2300225E+02 + vertex 7.4746255E+00 3.1012307E+01 1.2300500E+02 + vertex 2.6052059E+00 3.3319546E+01 1.2477203E+02 + endloop + endfacet + facet normal -0.6404071822 -0.0015316605 -0.7680340455 + outer loop + vertex 1.1466965E+01 3.4065492E+01 1.1966999E+02 + vertex 1.1438594E+01 2.9107967E+01 1.1970353E+02 + vertex 7.4746255E+00 3.1012307E+01 1.2300500E+02 + endloop + endfacet + facet normal -0.6358042176 -9.535030E-04 -0.7718497831 + outer loop + vertex 7.4712277E+00 2.5772986E+01 1.2300695E+02 + vertex 1.1329878E+01 2.4291355E+01 1.1983025E+02 + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.6369257751 -0.0059054058 -0.7709025121 + outer loop + vertex 1.1438594E+01 2.9107967E+01 1.1970353E+02 + vertex 1.1329878E+01 2.4291355E+01 1.1983025E+02 + vertex 7.4712277E+00 2.5772986E+01 1.2300695E+02 + endloop + endfacet + facet normal -0.8646747283 -0.0103443864 -0.5022256543 + outer loop + vertex 1.1329878E+01 2.4291355E+01 1.1983025E+02 + vertex 1.4131205E+01 2.3147422E+01 1.1503081E+02 + vertex 1.1490667E+01 2.0000000E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.8630948706 0.00522641584 -0.5050147808 + outer loop + vertex 1.4090154E+01 2.7369601E+01 1.1514466E+02 + vertex 1.4131205E+01 2.3147422E+01 1.1503081E+02 + vertex 1.1329878E+01 2.4291355E+01 1.1983025E+02 + endloop + endfacet + facet normal -0.9847191538 0.0 -0.1741499015 + outer loop + vertex 1.5000000E+01 3.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 2.5000000E+01 1.1000000E+02 + vertex 1.4090154E+01 2.7369601E+01 1.1514466E+02 + endloop + endfacet + facet normal -0.9854137082 0.0 -0.1701758608 + outer loop + vertex 1.5000000E+01 2.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + vertex 1.4131205E+01 2.3147422E+01 1.1503081E+02 + endloop + endfacet + facet normal -0.8652390321 5.4622651E-04 -0.5013592714 + outer loop + vertex 1.4088660E+01 3.7047506E+01 1.1514875E+02 + vertex 1.4093957E+01 3.2113118E+01 1.1513424E+02 + vertex 1.1466965E+01 3.4065492E+01 1.1966999E+02 + endloop + endfacet + facet normal -0.8644885389 -4.118275E-04 -0.5026523614 + outer loop + vertex 1.4093957E+01 3.2113118E+01 1.1513424E+02 + vertex 1.4090154E+01 2.7369601E+01 1.1514466E+02 + vertex 1.1438594E+01 2.9107967E+01 1.1970353E+02 + endloop + endfacet + facet normal -0.984693858 0.0 -0.1742928743 + outer loop + vertex 1.5000000E+01 4.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 3.5000000E+01 1.1000000E+02 + vertex 1.4088660E+01 3.7047506E+01 1.1514875E+02 + endloop + endfacet + facet normal -0.9847835089 0.0 -0.1737856168 + outer loop + vertex 1.5000000E+01 3.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 3.0000000E+01 1.1000000E+02 + vertex 1.4093957E+01 3.2113118E+01 1.1513424E+02 + endloop + endfacet + facet normal -0.6416726458 -2.660566E-04 -0.7669785817 + outer loop + vertex 1.1475138E+01 4.4205191E+01 1.1966029E+02 + vertex 1.1470098E+01 3.9111618E+01 1.1966627E+02 + vertex 7.4869664E+00 4.1302167E+01 1.2299790E+02 + endloop + endfacet + facet normal -0.6412910588 -1.669736E-04 -0.7672976932 + outer loop + vertex 1.1470098E+01 3.9111618E+01 1.1966627E+02 + vertex 1.1466965E+01 3.4065492E+01 1.1966999E+02 + vertex 7.4794095E+00 3.6166193E+01 1.2300225E+02 + endloop + endfacet + facet normal -0.9846843714 0.0 -0.1743464619 + outer loop + vertex 1.5000000E+01 5.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 4.5000000E+01 1.1000000E+02 + vertex 1.4088099E+01 4.7111603E+01 1.1515029E+02 + endloop + endfacet + facet normal -0.8652246143 -1.537206E-04 -0.5013844265 + outer loop + vertex 1.4088099E+01 4.7111603E+01 1.1515029E+02 + vertex 1.4086565E+01 4.2064408E+01 1.1515448E+02 + vertex 1.1475138E+01 4.4205191E+01 1.1966029E+02 + endloop + endfacet + facet normal -0.9846583993 0.0 -0.1744930851 + outer loop + vertex 1.5000000E+01 4.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 4.0000000E+01 1.1000000E+02 + vertex 1.4086565E+01 4.2064408E+01 1.1515448E+02 + endloop + endfacet + facet normal -0.8651221974 2.1147830E-04 -0.5015611018 + outer loop + vertex 1.4086565E+01 4.2064408E+01 1.1515448E+02 + vertex 1.4088660E+01 3.7047506E+01 1.1514875E+02 + vertex 1.1470098E+01 3.9111618E+01 1.1966627E+02 + endloop + endfacet + facet normal -0.3420460545 -1.851064E-04 -0.9396831713 + outer loop + vertex 7.4996961E+00 5.6614909E+01 1.2299056E+02 + vertex 7.4950098E+00 5.1545840E+01 1.2299326E+02 + vertex 2.6088229E+00 5.3816842E+01 1.2477139E+02 + endloop + endfacet + facet normal -4.285033E-04 -9.950081E-05 -0.9999999032 + outer loop + vertex 2.6088229E+00 5.3816842E+01 1.2477139E+02 + vertex 2.6059466E+00 4.8726709E+01 1.2477190E+02 + vertex -2.594586E+00 5.1025484E+01 1.2477390E+02 + endloop + endfacet + facet normal -0.3415861753 1.6828659E-05 -0.9398504586 + outer loop + vertex 2.6056232E+00 3.8444384E+01 1.2477196E+02 + vertex 2.6061162E+00 4.3594609E+01 1.2477187E+02 + vertex 7.4869664E+00 4.1302167E+01 1.2299790E+02 + endloop + endfacet + facet normal -0.3417519744 -5.816483E-06 -0.9397901829 + outer loop + vertex 2.6061162E+00 4.3594609E+01 1.2477187E+02 + vertex 2.6059466E+00 4.8726709E+01 1.2477190E+02 + vertex 7.4914416E+00 4.6438235E+01 1.2299532E+02 + endloop + endfacet + facet normal -5.310619E-04 -8.417174E-05 -0.9999998554 + outer loop + vertex -2.588602E+00 3.5666558E+01 1.2477495E+02 + vertex -2.591057E+00 4.0794713E+01 1.2477452E+02 + vertex 2.6056232E+00 3.8444384E+01 1.2477196E+02 + endloop + endfacet + facet normal -4.557652E-04 -1.000797E-04 -0.9999998911 + outer loop + vertex -2.591057E+00 4.0794713E+01 1.2477452E+02 + vertex -2.593976E+00 4.5926567E+01 1.2477401E+02 + vertex 2.6061162E+00 4.3594609E+01 1.2477187E+02 + endloop + endfacet + facet normal -0.9847880313 0.0 -0.1737599879 + outer loop + vertex 1.5000000E+01 6.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 6.0000000E+01 1.1000000E+02 + vertex 1.4094224E+01 6.2209994E+01 1.1513350E+02 + endloop + endfacet + facet normal -0.8658610034 -1.835457E-04 -0.500284608 + outer loop + vertex 1.4094224E+01 6.2209994E+01 1.1513350E+02 + vertex 1.4092407E+01 5.7190648E+01 1.1513849E+02 + vertex 1.1488417E+01 5.9413942E+01 1.1964449E+02 + endloop + endfacet + facet normal -0.6425990208 -2.191402E-04 -0.7662026171 + outer loop + vertex 1.1488417E+01 5.9413942E+01 1.1964449E+02 + vertex 1.1484319E+01 5.4370255E+01 1.1964937E+02 + vertex 7.4996961E+00 5.6614909E+01 1.2299056E+02 + endloop + endfacet + facet normal -0.9847062826 2.2792504E-04 -0.174222516 + outer loop + vertex 1.4088099E+01 4.7111603E+01 1.1515029E+02 + vertex 1.4090364E+01 5.2157976E+01 1.1514409E+02 + vertex 1.5000000E+01 5.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.984742202 2.0606401E-04 -0.1740194047 + outer loop + vertex 1.4090364E+01 5.2157976E+01 1.1514409E+02 + vertex 1.4092407E+01 5.7190648E+01 1.1513849E+02 + vertex 1.5000000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.6418611557 1.7425430E-04 -0.7668208568 + outer loop + vertex 7.4869664E+00 4.1302167E+01 1.2299790E+02 + vertex 7.4914416E+00 4.6438235E+01 1.2299532E+02 + vertex 1.1475138E+01 4.4205191E+01 1.1966029E+02 + endloop + endfacet + facet normal -0.8653393812 2.5692792E-04 -0.501186282 + outer loop + vertex 1.1475138E+01 4.4205191E+01 1.1966029E+02 + vertex 1.1479991E+01 4.9299264E+01 1.1965452E+02 + vertex 1.4088099E+01 4.7111603E+01 1.1515029E+02 + endloop + endfacet + facet normal -0.6421701621 1.3981147E-04 -0.7665621066 + outer loop + vertex 7.4914416E+00 4.6438235E+01 1.2299532E+02 + vertex 7.4950098E+00 5.1545840E+01 1.2299326E+02 + vertex 1.1479991E+01 4.9299264E+01 1.1965452E+02 + endloop + endfacet + facet normal -0.8655670126 2.3031226E-04 -0.5007930647 + outer loop + vertex 1.1479991E+01 4.9299264E+01 1.1965452E+02 + vertex 1.1484319E+01 5.4370255E+01 1.1964937E+02 + vertex 1.4090364E+01 5.2157976E+01 1.1514409E+02 + endloop + endfacet + facet normal 0.64278760969 1.4921372E-15 -0.7660444431 + outer loop + vertex -1.149067E+01 6.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 6.5555556E+01 1.1964181E+02 + vertex -7.500000E+00 6.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -4.252849E-16 -0.9396926208 + outer loop + vertex -7.500000E+00 6.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 6.8333333E+01 1.2299038E+02 + vertex -2.604723E+00 6.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 -4.567281E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 6.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 7.0555556E+01 1.1964181E+02 + vertex -7.500000E+00 6.8333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 0.0 -0.9396926208 + outer loop + vertex -7.500000E+00 6.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 7.3333333E+01 1.2299038E+02 + vertex -2.604723E+00 7.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 5.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 6.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 5.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -8.057374E-16 -0.5 + outer loop + vertex -1.409539E+01 5.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 6.2777778E+01 1.1513030E+02 + vertex -1.149067E+01 6.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 6.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 6.5000000E+01 1.1000000E+02 + vertex -1.409539E+01 6.2777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 1.6114748E-15 -0.5 + outer loop + vertex -1.409539E+01 6.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 6.7777778E+01 1.1513030E+02 + vertex -1.149067E+01 6.5555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.64198326221 -2.447980E-04 -0.7667186127 + outer loop + vertex -1.147834E+01 4.5487443E+01 1.1965648E+02 + vertex -1.148292E+01 5.0531278E+01 1.1965104E+02 + vertex -7.485947E+00 4.8248605E+01 1.2299848E+02 + endloop + endfacet + facet normal 0.34128367069 -1.877764E-04 -0.9399603294 + outer loop + vertex -7.485947E+00 4.8248605E+01 1.2299848E+02 + vertex -7.490688E+00 5.3304664E+01 1.2299575E+02 + vertex -2.594586E+00 5.1025484E+01 1.2477390E+02 + endloop + endfacet + facet normal 0.64273421542 1.3070051E-04 -0.7660892319 + outer loop + vertex -7.500000E+00 6.3333333E+01 1.2299038E+02 + vertex -7.496737E+00 5.8326610E+01 1.2299226E+02 + vertex -1.149067E+01 6.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.64248510723 2.4160211E-04 -0.766298133 + outer loop + vertex -7.496737E+00 5.8326610E+01 1.2299226E+02 + vertex -7.490688E+00 5.3304664E+01 1.2299575E+02 + vertex -1.148796E+01 5.5549434E+01 1.1964504E+02 + endloop + endfacet + facet normal 0.34197054728 9.8977466E-05 -0.9397106656 + outer loop + vertex -2.604723E+00 6.6111111E+01 1.2477212E+02 + vertex -2.601913E+00 6.1105049E+01 1.2477261E+02 + vertex -7.500000E+00 6.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34172761255 1.6987296E-04 -0.9397990264 + outer loop + vertex -2.601913E+00 6.1105049E+01 1.2477261E+02 + vertex -2.597076E+00 5.6083418E+01 1.2477346E+02 + vertex -7.496737E+00 5.8326610E+01 1.2299226E+02 + endloop + endfacet + facet normal 0.98471201565 0.0 -0.1741902587 + outer loop + vertex -1.500000E+01 4.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 4.5000000E+01 1.1000000E+02 + vertex -1.408973E+01 4.2737311E+01 1.1514582E+02 + endloop + endfacet + facet normal 0.86548364901 -2.020598E-04 -0.5009371342 + outer loop + vertex -1.408973E+01 4.2737311E+01 1.1514582E+02 + vertex -1.409174E+01 4.7761669E+01 1.1514033E+02 + vertex -1.147834E+01 4.5487443E+01 1.1965648E+02 + endloop + endfacet + facet normal 0.98479544174 1.3284125E-04 -0.1737179331 + outer loop + vertex -1.409539E+01 5.7777778E+01 1.1513030E+02 + vertex -1.409408E+01 5.2773273E+01 1.1513390E+02 + vertex -1.500000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98476359872 2.3752739E-04 -0.173898241 + outer loop + vertex -1.409408E+01 5.2773273E+01 1.1513390E+02 + vertex -1.409174E+01 4.7761669E+01 1.1514033E+02 + vertex -1.500000E+01 5.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86598642174 1.4616930E-04 -0.5000674914 + outer loop + vertex -1.149067E+01 6.0555556E+01 1.1964181E+02 + vertex -1.148796E+01 5.5549434E+01 1.1964504E+02 + vertex -1.409539E+01 5.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86581900833 2.7134364E-04 -0.5003572436 + outer loop + vertex -1.148796E+01 5.5549434E+01 1.1964504E+02 + vertex -1.148292E+01 5.0531278E+01 1.1965104E+02 + vertex -1.409408E+01 5.2773273E+01 1.1513390E+02 + endloop + endfacet + facet normal -0.8660254038 -2.345694E-16 -0.5 + outer loop + vertex 1.1490667E+01 7.4444444E+01 1.1964181E+02 + vertex 1.1490667E+01 7.9444444E+01 1.1964181E+02 + vertex 1.4095389E+01 7.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 -2.062102E-16 -0.1736481777 + outer loop + vertex 1.4095389E+01 7.7222222E+01 1.1513030E+02 + vertex 1.4095389E+01 8.2222222E+01 1.1513030E+02 + vertex 1.5000000E+01 8.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 2.3456936E-16 -0.5 + outer loop + vertex 1.1490667E+01 7.9444444E+01 1.1964181E+02 + vertex 1.1490667E+01 8.4444444E+01 1.1964181E+02 + vertex 1.4095389E+01 8.2222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.4095389E+01 8.2222222E+01 1.1513030E+02 + vertex 1.4095389E+01 8.7222222E+01 1.1513030E+02 + vertex 1.5000000E+01 8.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.6427876097 7.9927412E-16 -0.7660444431 + outer loop + vertex 7.5000000E+00 7.1666667E+01 1.2299038E+02 + vertex 7.5000000E+00 7.6666667E+01 1.2299038E+02 + vertex 1.1490667E+01 7.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 7.9927412E-16 -0.7660444431 + outer loop + vertex 7.5000000E+00 7.6666667E+01 1.2299038E+02 + vertex 7.5000000E+00 8.1666667E+01 1.2299038E+02 + vertex 1.1490667E+01 7.9444444E+01 1.1964181E+02 + endloop + endfacet + facet normal 2.7279017E-15 0.0 -1.0 + outer loop + vertex -2.604723E+00 6.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 7.1111111E+01 1.2477212E+02 + vertex 2.6047227E+00 6.8888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.3420201433 -4.556624E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 6.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 7.3888889E+01 1.2477212E+02 + vertex 7.5000000E+00 7.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal 1.2124008E-15 2.8421709E-15 -1.0 + outer loop + vertex -2.604723E+00 7.1111111E+01 1.2477212E+02 + vertex -2.604723E+00 7.6111111E+01 1.2477212E+02 + vertex 2.6047227E+00 7.3888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.3420201433 9.1132473E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 7.3888889E+01 1.2477212E+02 + vertex 2.6047227E+00 7.8888889E+01 1.2477212E+02 + vertex 7.5000000E+00 7.6666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.8659418894 1.1770250E-04 -0.5001446094 + outer loop + vertex 1.1488417E+01 5.9413942E+01 1.1964449E+02 + vertex 1.1490606E+01 6.4435898E+01 1.1964189E+02 + vertex 1.4094224E+01 6.2209994E+01 1.1513350E+02 + endloop + endfacet + facet normal -0.9847971877 9.8521952E-05 -0.1737080578 + outer loop + vertex 1.4094224E+01 6.2209994E+01 1.1513350E+02 + vertex 1.4095196E+01 6.7219097E+01 1.1513083E+02 + vertex 1.5000000E+01 6.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -8.056662E-16 -0.5 + outer loop + vertex 1.4095389E+01 7.7222222E+01 1.1513030E+02 + vertex 1.4095389E+01 7.2221780E+01 1.1513030E+02 + vertex 1.1490667E+01 7.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.8660240403 -1.961857E-05 -0.5000023612 + outer loop + vertex 1.4095389E+01 7.2221780E+01 1.1513030E+02 + vertex 1.4095196E+01 6.7219097E+01 1.1513083E+02 + vertex 1.1490816E+01 6.9442948E+01 1.1964164E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 8.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 7.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 7.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 7.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 7.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 7.2221780E+01 1.1513030E+02 + endloop + endfacet + facet normal -4.353493E-04 -8.673909E-05 -0.9999999015 + outer loop + vertex -2.594586E+00 5.1025484E+01 1.2477390E+02 + vertex -2.597076E+00 5.6083418E+01 1.2477346E+02 + vertex 2.6088229E+00 5.3816842E+01 1.2477139E+02 + endloop + endfacet + facet normal -0.3421481365 1.6969467E-05 -0.939646025 + outer loop + vertex 2.6088229E+00 5.3816842E+01 1.2477139E+02 + vertex 2.6093092E+00 5.8866568E+01 1.2477131E+02 + vertex 7.4996961E+00 5.6614909E+01 1.2299056E+02 + endloop + endfacet + facet normal -0.6427221643 7.9793439E-05 -0.7660993494 + outer loop + vertex 7.4996961E+00 5.6614909E+01 1.2299056E+02 + vertex 7.5017019E+00 6.1651275E+01 1.2298940E+02 + vertex 1.1488417E+01 5.9413942E+01 1.1964449E+02 + endloop + endfacet + facet normal -3.413359E-05 6.4014138E-05 -0.9999999974 + outer loop + vertex 2.6047227E+00 6.8888889E+01 1.2477212E+02 + vertex 2.6065392E+00 6.3884299E+01 1.2477180E+02 + vertex -2.604723E+00 6.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal -2.085232E-04 9.7348425E-05 -0.9999999735 + outer loop + vertex 2.6065392E+00 6.3884299E+01 1.2477180E+02 + vertex 2.6093092E+00 5.8866568E+01 1.2477131E+02 + vertex -2.601913E+00 6.1105049E+01 1.2477261E+02 + endloop + endfacet + facet normal -0.6427909022 8.0607395E-06 -0.7660416803 + outer loop + vertex 1.1490667E+01 7.4444444E+01 1.1964181E+02 + vertex 1.1490816E+01 6.9442948E+01 1.1964164E+02 + vertex 7.5000000E+00 7.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.3420358288 3.1304810E-05 -0.9396869111 + outer loop + vertex 7.5000000E+00 7.1666667E+01 1.2299038E+02 + vertex 7.5007810E+00 6.6663699E+01 1.2298993E+02 + vertex 2.6047227E+00 6.8888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6428119437 -1.130921E-05 -0.7660240237 + outer loop + vertex 1.1490816E+01 6.9442948E+01 1.1964164E+02 + vertex 1.1490606E+01 6.4435898E+01 1.1964189E+02 + vertex 7.5007810E+00 6.6663699E+01 1.2298993E+02 + endloop + endfacet + facet normal -0.3421246398 3.6835271E-05 -0.9396545799 + outer loop + vertex 7.5007810E+00 6.6663699E+01 1.2298993E+02 + vertex 7.5017019E+00 6.1651275E+01 1.2298940E+02 + vertex 2.6065392E+00 6.3884299E+01 1.2477180E+02 + endloop + endfacet + facet normal 0.64278760969 6.8509210E-16 -0.7660444431 + outer loop + vertex -7.500000E+00 1.0833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.0333333E+02 1.2299038E+02 + vertex -1.149067E+01 1.0555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 1.5985482E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 1.0333333E+02 1.2299038E+02 + vertex -7.500000E+00 9.8333333E+01 1.2299038E+02 + vertex -1.149067E+01 1.0055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.34202014332 -4.556624E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.1111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.0611111E+02 1.2477212E+02 + vertex -7.500000E+00 1.0833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 4.5566237E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.0611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.0111111E+02 1.2477212E+02 + vertex -7.500000E+00 1.0333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.64278760969 1.0641108E-16 -0.7660444431 + outer loop + vertex -7.500000E+00 1.1833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.1333333E+02 1.2299038E+02 + vertex -1.149067E+01 1.1555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 -1.484366E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 1.1333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.0833333E+02 1.2299038E+02 + vertex -1.149067E+01 1.1055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.34202014332 1.7594423E-15 -0.9396926208 + outer loop + vertex -2.604723E+00 1.2111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.1611111E+02 1.2477212E+02 + vertex -7.500000E+00 1.1833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 4.5566237E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.1611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.1111111E+02 1.2477212E+02 + vertex -7.500000E+00 1.1333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.98480775301 3.4987400E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 1.0277778E+02 1.1513030E+02 + vertex -1.409539E+01 9.7777778E+01 1.1513030E+02 + vertex -1.500000E+01 1.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 -3.498740E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 9.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 9.2777778E+01 1.1513030E+02 + vertex -1.500000E+01 9.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 6.1534806E-16 -0.5 + outer loop + vertex -1.149067E+01 1.0555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.0055556E+02 1.1964181E+02 + vertex -1.409539E+01 1.0277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -6.153481E-16 -0.5 + outer loop + vertex -1.149067E+01 1.0055556E+02 1.1964181E+02 + vertex -1.149067E+01 9.5555556E+01 1.1964181E+02 + vertex -1.409539E+01 9.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 3.4987400E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 1.1277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.0777778E+02 1.1513030E+02 + vertex -1.500000E+01 1.1000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 2.0621019E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 1.0777778E+02 1.1513030E+02 + vertex -1.409539E+01 1.0277778E+02 1.1513030E+02 + vertex -1.500000E+01 1.0500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 -3.807787E-16 -0.5 + outer loop + vertex -1.149067E+01 1.1555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.1055556E+02 1.1964181E+02 + vertex -1.409539E+01 1.1277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -1.172847E-16 -0.5 + outer loop + vertex -1.149067E+01 1.1055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.0555556E+02 1.1964181E+02 + vertex -1.409539E+01 1.0777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.64278760969 2.5275462E-15 -0.7660444431 + outer loop + vertex -1.149067E+01 8.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 9.0555556E+01 1.1964181E+02 + vertex -7.500000E+00 8.8333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 4.2528487E-16 -0.9396926208 + outer loop + vertex -7.500000E+00 8.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 9.3333333E+01 1.2299038E+02 + vertex -2.604723E+00 9.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 -1.035409E-15 -0.7660444431 + outer loop + vertex -1.149067E+01 9.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 9.5555556E+01 1.1964181E+02 + vertex -7.500000E+00 9.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -4.252849E-16 -0.9396926208 + outer loop + vertex -7.500000E+00 9.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 9.8333333E+01 1.2299038E+02 + vertex -2.604723E+00 9.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 8.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 8.5000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.2777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -3.076740E-16 -0.5 + outer loop + vertex -1.409539E+01 8.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 8.7777778E+01 1.1513030E+02 + vertex -1.149067E+01 8.5555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 -4.935378E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 8.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 9.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 8.0573741E-16 -0.5 + outer loop + vertex -1.409539E+01 8.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 9.2777778E+01 1.1513030E+02 + vertex -1.149067E+01 9.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 1.0641108E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 7.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 7.5555556E+01 1.1964181E+02 + vertex -7.500000E+00 7.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -8.505697E-16 -0.9396926208 + outer loop + vertex -7.500000E+00 7.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 7.8333333E+01 1.2299038E+02 + vertex -2.604723E+00 7.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 0.0 -0.7660444431 + outer loop + vertex -7.500000E+00 8.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 8.3333333E+01 1.2299038E+02 + vertex -1.149067E+01 8.5555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 7.9927412E-16 -0.7660444431 + outer loop + vertex -7.500000E+00 8.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 7.8333333E+01 1.2299038E+02 + vertex -1.149067E+01 8.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.34202014332 0.0 -0.9396926208 + outer loop + vertex -2.604723E+00 9.1111111E+01 1.2477212E+02 + vertex -2.604723E+00 8.6111111E+01 1.2477212E+02 + vertex -7.500000E+00 8.8333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 2.2151047E-15 -0.9396926208 + outer loop + vertex -2.604723E+00 8.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 8.1111111E+01 1.2477212E+02 + vertex -7.500000E+00 8.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 6.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 7.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 6.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -2.109538E-15 -0.5 + outer loop + vertex -1.409539E+01 6.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 7.2777778E+01 1.1513030E+02 + vertex -1.149067E+01 7.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 1.1121684E-15 -0.1736481777 + outer loop + vertex -1.409539E+01 8.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 7.7777778E+01 1.1513030E+02 + vertex -1.500000E+01 8.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 -7.622944E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 7.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 7.2777778E+01 1.1513030E+02 + vertex -1.500000E+01 7.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 -7.310467E-17 -0.5 + outer loop + vertex -1.149067E+01 8.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 8.0555556E+01 1.1964181E+02 + vertex -1.409539E+01 8.2777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -1.465265E-15 -0.5 + outer loop + vertex -1.149067E+01 8.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 7.5555556E+01 1.1964181E+02 + vertex -1.409539E+01 7.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 -8.057374E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.2222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.1722222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.1944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 -4.980634E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.1722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.1222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.1444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.2500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.2000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.2000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.1500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 -8.057374E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.3222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.2722222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.2944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 8.0573741E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.2722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.2222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.2444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.3500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.3000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.3222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.3000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.2500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2722222E+02 1.1513030E+02 + endloop + endfacet + facet normal 2.7279017E-15 3.6342951E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.1388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.0888889E+02 1.2477212E+02 + vertex -2.604723E+00 1.1111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 3.6342951E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.0888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.0388889E+02 1.2477212E+02 + vertex -2.604723E+00 1.0611111E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -1.263773E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.1944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.1444444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.1666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -7.898148E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.1666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.1166667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.1388889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 2.0708182E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.1444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.0944444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.1166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 4.2528487E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.1166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.0666667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.0888889E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex 2.6047227E+00 1.2388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.1888889E+02 1.2477212E+02 + vertex -2.604723E+00 1.2111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 -3.634295E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.1888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.1388889E+02 1.2477212E+02 + vertex -2.604723E+00 1.1611111E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 0.0 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.2944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.2444444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.2666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -7.266076E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.2666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.2166667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.2388889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -8.070451E-16 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.2444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.1944444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.2166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 7.8981477E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.2166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.1666667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.1888889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.8660254038 -4.980634E-16 -0.5 + outer loop + vertex 1.4095389E+01 9.7222222E+01 1.1513030E+02 + vertex 1.4095389E+01 9.2222222E+01 1.1513030E+02 + vertex 1.1490667E+01 9.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 4.9806338E-16 -0.5 + outer loop + vertex 1.4095389E+01 9.2222222E+01 1.1513030E+02 + vertex 1.4095389E+01 8.7222222E+01 1.1513030E+02 + vertex 1.1490667E+01 8.9444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.0000000E+02 1.1000000E+02 + vertex 1.5000000E+01 9.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 9.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 9.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 9.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 9.2222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 2.3456936E-16 -0.5 + outer loop + vertex 1.1490667E+01 9.4444444E+01 1.1964181E+02 + vertex 1.1490667E+01 9.9444444E+01 1.1964181E+02 + vertex 1.4095389E+01 9.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 4.1242038E-16 -0.1736481777 + outer loop + vertex 1.4095389E+01 9.7222222E+01 1.1513030E+02 + vertex 1.4095389E+01 1.0222222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 4.9806338E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.1222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.0722222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.0944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 1.6114748E-15 -0.5 + outer loop + vertex 1.4095389E+01 1.0722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.0222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.0444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.1500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.1000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.1000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.0500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0722222E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex 2.6047227E+00 8.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 8.3888889E+01 1.2477212E+02 + vertex -2.604723E+00 8.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 3.6342951E-30 -1.0 + outer loop + vertex 2.6047227E+00 8.3888889E+01 1.2477212E+02 + vertex 2.6047227E+00 7.8888889E+01 1.2477212E+02 + vertex -2.604723E+00 8.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 2.0708182E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 9.4444444E+01 1.1964181E+02 + vertex 1.1490667E+01 8.9444444E+01 1.1964181E+02 + vertex 7.5000000E+00 9.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.252849E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 9.1666667E+01 1.2299038E+02 + vertex 7.5000000E+00 8.6666667E+01 1.2299038E+02 + vertex 2.6047227E+00 8.8888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 0.0 -0.7660444431 + outer loop + vertex 1.1490667E+01 8.9444444E+01 1.1964181E+02 + vertex 1.1490667E+01 8.4444444E+01 1.1964181E+02 + vertex 7.5000000E+00 8.6666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.252849E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 8.6666667E+01 1.2299038E+02 + vertex 7.5000000E+00 8.1666667E+01 1.2299038E+02 + vertex 2.6047227E+00 8.3888889E+01 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 0.0 -1.0 + outer loop + vertex 2.6047227E+00 1.0388889E+02 1.2477212E+02 + vertex 2.6047227E+00 9.8888889E+01 1.2477212E+02 + vertex -2.604723E+00 1.0111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex 2.6047227E+00 9.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 9.3888889E+01 1.2477212E+02 + vertex -2.604723E+00 9.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex 2.6047227E+00 9.3888889E+01 1.2477212E+02 + vertex 2.6047227E+00 8.8888889E+01 1.2477212E+02 + vertex -2.604723E+00 9.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 0.0 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.0944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.0444444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.0666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -8.505697E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.0666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.0166667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.0388889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 7.9927412E-16 -0.7660444431 + outer loop + vertex 7.5000000E+00 9.1666667E+01 1.2299038E+02 + vertex 7.5000000E+00 9.6666667E+01 1.2299038E+02 + vertex 1.1490667E+01 9.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 7.9927412E-16 -0.7660444431 + outer loop + vertex 7.5000000E+00 9.6666667E+01 1.2299038E+02 + vertex 7.5000000E+00 1.0166667E+02 1.2299038E+02 + vertex 1.1490667E+01 9.9444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.3420201433 4.5566237E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 8.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 9.3888889E+01 1.2477212E+02 + vertex 7.5000000E+00 9.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 0.0 -0.9396926208 + outer loop + vertex 2.6047227E+00 9.3888889E+01 1.2477212E+02 + vertex 2.6047227E+00 9.8888889E+01 1.2477212E+02 + vertex 7.5000000E+00 9.6666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.984476951 0.0 -0.1755139107 + outer loop + vertex 1.5000000E+01 1.9500000E+02 1.1000000E+02 + vertex 1.4075846E+01 1.9664944E+02 1.1518368E+02 + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.9845920349 -0.0021380834 -0.1748540919 + outer loop + vertex 1.4094750E+01 1.9216598E+02 1.1513206E+02 + vertex 1.4075846E+01 1.9664944E+02 1.1518368E+02 + vertex 1.5000000E+01 1.9500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8657007859 -6.723810E-04 -0.500561382 + outer loop + vertex 1.1485385E+01 1.8974279E+02 1.1964810E+02 + vertex 1.1473013E+01 1.9472191E+02 1.1966281E+02 + vertex 1.4094750E+01 1.9216598E+02 1.1513206E+02 + endloop + endfacet + facet normal -0.8647841757 8.9458696E-04 -0.5021429369 + outer loop + vertex 1.1473013E+01 1.9472191E+02 1.1966281E+02 + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + vertex 1.4075846E+01 1.9664944E+02 1.1518368E+02 + endloop + endfacet + facet normal -0.9847546915 4.5429292E-04 -0.1739482426 + outer loop + vertex 1.4089881E+01 1.8233878E+02 1.1514541E+02 + vertex 1.4094338E+01 1.8732143E+02 1.1513319E+02 + vertex 1.5000000E+01 1.8500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.9847938162 4.3124740E-05 -0.1737271931 + outer loop + vertex 1.4094338E+01 1.8732143E+02 1.1513319E+02 + vertex 1.4094750E+01 1.9216598E+02 1.1513206E+02 + vertex 1.5000000E+01 1.9000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8654650892 1.0589599E-04 -0.5009692288 + outer loop + vertex 1.1478364E+01 1.7967744E+02 1.1965646E+02 + vertex 1.1480342E+01 1.8471916E+02 1.1965410E+02 + vertex 1.4089881E+01 1.8233878E+02 1.1514541E+02 + endloop + endfacet + facet normal -0.8657741584 2.7140658E-04 -0.5004348438 + outer loop + vertex 1.1480342E+01 1.8471916E+02 1.1965410E+02 + vertex 1.1485385E+01 1.8974279E+02 1.1964810E+02 + vertex 1.4094338E+01 1.8732143E+02 1.1513319E+02 + endloop + endfacet + facet normal -0.6415711764 -9.060235E-04 -0.7670629731 + outer loop + vertex 1.1473013E+01 1.9472191E+02 1.1966281E+02 + vertex 7.4741689E+00 1.9657191E+02 1.2300526E+02 + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.6414033542 -2.888528E-04 -0.767203789 + outer loop + vertex 7.4807578E+00 1.9200456E+02 1.2300147E+02 + vertex 7.4741689E+00 1.9657191E+02 1.2300526E+02 + vertex 1.1473013E+01 1.9472191E+02 1.1966281E+02 + endloop + endfacet + facet normal -0.3404000881 -7.718902E-04 -0.9402803753 + outer loop + vertex 2.5864526E+00 1.8954472E+02 1.2477533E+02 + vertex 2.5642128E+00 1.9463096E+02 1.2477920E+02 + vertex 7.4807578E+00 1.9200456E+02 1.2300147E+02 + endloop + endfacet + facet normal -0.3402607082 0.0013263049 -0.9403302034 + outer loop + vertex 2.5642128E+00 1.9463096E+02 1.2477920E+02 + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + vertex 7.4741689E+00 1.9657191E+02 1.2300526E+02 + endloop + endfacet + facet normal -0.6417875673 6.7077115E-04 -0.7668821738 + outer loop + vertex 1.1473013E+01 1.9472191E+02 1.1966281E+02 + vertex 1.1485385E+01 1.8974279E+02 1.1964810E+02 + vertex 7.4807578E+00 1.9200456E+02 1.2300147E+02 + endloop + endfacet + facet normal -0.3408299479 1.9548127E-04 -0.940124943 + outer loop + vertex 7.4807578E+00 1.9200456E+02 1.2300147E+02 + vertex 7.4855375E+00 1.8710637E+02 1.2299872E+02 + vertex 2.5864526E+00 1.8954472E+02 1.2477533E+02 + endloop + endfacet + facet normal -0.6418759336 2.7927947E-05 -0.7668085061 + outer loop + vertex 7.4852779E+00 1.7698006E+02 1.2299887E+02 + vertex 7.4859876E+00 1.8206954E+02 1.2299846E+02 + vertex 1.1478364E+01 1.7967744E+02 1.1965646E+02 + endloop + endfacet + facet normal -0.6419573491 -1.790802E-05 -0.7667403482 + outer loop + vertex 7.4859876E+00 1.8206954E+02 1.2299846E+02 + vertex 7.4855375E+00 1.8710637E+02 1.2299872E+02 + vertex 1.1480342E+01 1.8471916E+02 1.1965410E+02 + endloop + endfacet + facet normal -0.3410742094 -1.338627E-04 -0.940036364 + outer loop + vertex 2.5938070E+00 1.7423801E+02 1.2477404E+02 + vertex 2.5899131E+00 1.7936237E+02 1.2477472E+02 + vertex 7.4852779E+00 1.7698006E+02 1.2299887E+02 + endloop + endfacet + facet normal -0.3410759365 6.8829090E-05 -0.9400357444 + outer loop + vertex 2.5899131E+00 1.7936237E+02 1.2477472E+02 + vertex 2.5919067E+00 1.8446683E+02 1.2477437E+02 + vertex 7.4859876E+00 1.8206954E+02 1.2299846E+02 + endloop + endfacet + facet normal -0.8655629629 -8.721602E-05 -0.5008001095 + outer loop + vertex 1.1481610E+01 1.6449513E+02 1.1965260E+02 + vertex 1.1479979E+01 1.6954509E+02 1.1965454E+02 + vertex 1.4091192E+01 1.6725318E+02 1.1514182E+02 + endloop + endfacet + facet normal -0.9847290832 -8.337501E-05 -0.1740937268 + outer loop + vertex 1.4091192E+01 1.6725318E+02 1.1514182E+02 + vertex 1.4090367E+01 1.7228061E+02 1.1514408E+02 + vertex 1.5000000E+01 1.7000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8654400595 8.0261410E-06 -0.5010124782 + outer loop + vertex 1.4089881E+01 1.8233878E+02 1.1514541E+02 + vertex 1.4089960E+01 1.7731313E+02 1.1514519E+02 + vertex 1.1478364E+01 1.7967744E+02 1.1965646E+02 + endloop + endfacet + facet normal -0.8654670915 4.0923249E-05 -0.5009657791 + outer loop + vertex 1.4089960E+01 1.7731313E+02 1.1514519E+02 + vertex 1.4090367E+01 1.7228061E+02 1.1514408E+02 + vertex 1.1478925E+01 1.7460848E+02 1.1965579E+02 + endloop + endfacet + facet normal -0.9847145204 0.0 -0.1741760984 + outer loop + vertex 1.5000000E+01 1.8500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.8000000E+02 1.1000000E+02 + vertex 1.4089881E+01 1.8233878E+02 1.1514541E+02 + endloop + endfacet + facet normal -0.9847158682 0.0 -0.1741684783 + outer loop + vertex 1.5000000E+01 1.8000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.7500000E+02 1.1000000E+02 + vertex 1.4089960E+01 1.7731313E+02 1.1514519E+02 + endloop + endfacet + facet normal -0.3414496771 4.4723813E-05 -0.9399000564 + outer loop + vertex 2.5976258E+00 1.5895217E+02 1.2477337E+02 + vertex 2.5989134E+00 1.6402333E+02 1.2477314E+02 + vertex 7.4898477E+00 1.6172951E+02 1.2299624E+02 + endloop + endfacet + facet normal -0.6421145598 -3.429007E-05 -0.7666086948 + outer loop + vertex 7.4898477E+00 1.6172951E+02 1.2299624E+02 + vertex 7.4889807E+00 1.6679554E+02 1.2299674E+02 + vertex 1.1481610E+01 1.6449513E+02 1.1965260E+02 + endloop + endfacet + facet normal -0.3411845431 8.8876165E-05 -0.9399963296 + outer loop + vertex 7.4852779E+00 1.7698006E+02 1.2299887E+02 + vertex 7.4875407E+00 1.7188259E+02 1.2299757E+02 + vertex 2.5938070E+00 1.7423801E+02 1.2477404E+02 + endloop + endfacet + facet normal -0.3413872231 5.6654410E-05 -0.9399227419 + outer loop + vertex 7.4875407E+00 1.7188259E+02 1.2299757E+02 + vertex 7.4889807E+00 1.6679554E+02 1.2299674E+02 + vertex 2.5981014E+00 1.6912129E+02 1.2477328E+02 + endloop + endfacet + facet normal -0.6418767081 2.9877740E-05 -0.7668078578 + outer loop + vertex 1.1478364E+01 1.7967744E+02 1.1965646E+02 + vertex 1.1478925E+01 1.7460848E+02 1.1965579E+02 + vertex 7.4852779E+00 1.7698006E+02 1.2299887E+02 + endloop + endfacet + facet normal -0.6419763964 5.6076572E-05 -0.7667243985 + outer loop + vertex 1.1478925E+01 1.7460848E+02 1.1965579E+02 + vertex 1.1479979E+01 1.6954509E+02 1.1965454E+02 + vertex 7.4875407E+00 1.7188259E+02 1.2299757E+02 + endloop + endfacet + facet normal 0.00341270809 -0.0013454806 -0.9999932715 + outer loop + vertex 2.5642128E+00 1.9463096E+02 1.2477920E+02 + vertex -2.678950E+00 1.9646892E+02 1.2475884E+02 + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.0031678175 -0.0020440774 -0.9999928933 + outer loop + vertex -2.624668E+00 1.9178319E+02 1.2476859E+02 + vertex -2.678950E+00 1.9646892E+02 1.2475884E+02 + vertex 2.5642128E+00 1.9463096E+02 1.2477920E+02 + endloop + endfacet + facet normal 0.34179077322 1.1574830E-04 -0.9397760658 + outer loop + vertex -7.477679E+00 1.8908299E+02 1.2300324E+02 + vertex -7.474649E+00 1.9427805E+02 1.2300498E+02 + vertex -2.624668E+00 1.9178319E+02 1.2476859E+02 + endloop + endfacet + facet normal 0.34381704033 -8.733058E-04 -0.9390362507 + outer loop + vertex -7.474649E+00 1.9427805E+02 1.2300498E+02 + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + vertex -2.678950E+00 1.9646892E+02 1.2475884E+02 + endloop + endfacet + facet normal 0.00162388178 7.6913181E-04 -0.9999983857 + outer loop + vertex 2.5642128E+00 1.9463096E+02 1.2477920E+02 + vertex 2.5864526E+00 1.8954472E+02 1.2477533E+02 + vertex -2.624668E+00 1.9178319E+02 1.2476859E+02 + endloop + endfacet + facet normal 0.34151645047 6.7382775E-04 -0.9398755556 + outer loop + vertex -2.624668E+00 1.9178319E+02 1.2476859E+02 + vertex -2.605504E+00 1.8680293E+02 1.2477198E+02 + vertex -7.477679E+00 1.8908299E+02 1.2300324E+02 + endloop + endfacet + facet normal 6.4573929E-04 5.8783041E-05 -0.9999997898 + outer loop + vertex -2.609924E+00 1.7657114E+02 1.2477120E+02 + vertex -2.608208E+00 1.8170859E+02 1.2477150E+02 + vertex 2.5899131E+00 1.7936237E+02 1.2477472E+02 + endloop + endfacet + facet normal 5.0218024E-04 9.3432021E-05 -0.9999998695 + outer loop + vertex -2.608208E+00 1.8170859E+02 1.2477150E+02 + vertex -2.605504E+00 1.8680293E+02 1.2477198E+02 + vertex 2.5919067E+00 1.8446683E+02 1.2477437E+02 + endloop + endfacet + facet normal 0.34186217184 1.3815017E-04 -0.9397500925 + outer loop + vertex -7.493035E+00 1.7370700E+02 1.2299440E+02 + vertex -7.489484E+00 1.7884426E+02 1.2299645E+02 + vertex -2.609924E+00 1.7657114E+02 1.2477120E+02 + endloop + endfacet + facet normal 0.34159380141 3.0279393E-04 -0.9398476383 + outer loop + vertex -7.489484E+00 1.7884426E+02 1.2299645E+02 + vertex -7.481721E+00 1.8396307E+02 1.2300092E+02 + vertex -2.608208E+00 1.8170859E+02 1.2477150E+02 + endloop + endfacet + facet normal 0.64067783638 0.00147545713 -0.767808396 + outer loop + vertex -1.147092E+01 1.8601965E+02 1.1966530E+02 + vertex -1.144378E+01 1.9094809E+02 1.1969741E+02 + vertex -7.477679E+00 1.8908299E+02 1.2300324E+02 + endloop + endfacet + facet normal 0.63609629909 8.4891529E-04 -0.771609213 + outer loop + vertex -7.474649E+00 1.9427805E+02 1.2300498E+02 + vertex -1.133543E+01 1.9573342E+02 1.1982385E+02 + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.63722600695 0.00593334437 -0.7706541452 + outer loop + vertex -1.144378E+01 1.9094809E+02 1.1969741E+02 + vertex -1.133543E+01 1.9573342E+02 1.1982385E+02 + vertex -7.474649E+00 1.9427805E+02 1.2300498E+02 + endloop + endfacet + facet normal 0.86490602554 0.01005803192 -0.5018330429 + outer loop + vertex -1.133543E+01 1.9573342E+02 1.1982385E+02 + vertex -1.413383E+01 1.9686140E+02 1.1502344E+02 + vertex -1.149067E+01 2.0000000E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.8633778955 -0.0052144703 -0.5045308899 + outer loop + vertex -1.409305E+01 1.9265171E+02 1.1513673E+02 + vertex -1.413383E+01 1.9686140E+02 1.1502344E+02 + vertex -1.133543E+01 1.9573342E+02 1.1982385E+02 + endloop + endfacet + facet normal 0.9847681316 -4.941760E-16 -0.1738727321 + outer loop + vertex -1.500000E+01 1.9000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.9500000E+02 1.1000000E+02 + vertex -1.409305E+01 1.9265171E+02 1.1513673E+02 + endloop + endfacet + facet normal 0.98545804646 4.8293861E-16 -0.1699189179 + outer loop + vertex -1.500000E+01 1.9500000E+02 1.1000000E+02 + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + vertex -1.413383E+01 1.9686140E+02 1.1502344E+02 + endloop + endfacet + facet normal 0.86545197383 -6.429484E-04 -0.5009914846 + outer loop + vertex -1.409032E+01 1.8300180E+02 1.1514422E+02 + vertex -1.409653E+01 1.8792322E+02 1.1512717E+02 + vertex -1.147092E+01 1.8601965E+02 1.1966530E+02 + endloop + endfacet + facet normal 0.86475755228 3.7856275E-04 -0.5021894388 + outer loop + vertex -1.409653E+01 1.8792322E+02 1.1512717E+02 + vertex -1.409305E+01 1.9265171E+02 1.1513673E+02 + vertex -1.144378E+01 1.9094809E+02 1.1969741E+02 + endloop + endfacet + facet normal 0.9847218795 0.0 -0.1741344884 + outer loop + vertex -1.500000E+01 1.8000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.8500000E+02 1.1000000E+02 + vertex -1.409032E+01 1.8300180E+02 1.1514422E+02 + endloop + endfacet + facet normal 0.98482701343 4.9322725E-16 -0.173538911 + outer loop + vertex -1.500000E+01 1.8500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.9000000E+02 1.1000000E+02 + vertex -1.409653E+01 1.8792322E+02 1.1512717E+02 + endloop + endfacet + facet normal 0.64202580776 2.0016184E-04 -0.7666829997 + outer loop + vertex -1.147881E+01 1.7080284E+02 1.1965592E+02 + vertex -1.147502E+01 1.7590478E+02 1.1966043E+02 + vertex -7.493035E+00 1.7370700E+02 1.2299440E+02 + endloop + endfacet + facet normal 0.6417815041 1.7200484E-04 -0.766887522 + outer loop + vertex -1.147502E+01 1.7590478E+02 1.1966043E+02 + vertex -1.147176E+01 1.8099305E+02 1.1966430E+02 + vertex -7.489484E+00 1.7884426E+02 1.2299645E+02 + endloop + endfacet + facet normal 0.64147805315 4.5222616E-05 -0.7671413854 + outer loop + vertex -1.147176E+01 1.8099305E+02 1.1966430E+02 + vertex -1.147092E+01 1.8601965E+02 1.1966530E+02 + vertex -7.481721E+00 1.8396307E+02 1.2300092E+02 + endloop + endfacet + facet normal 0.98470661642 0.0 -0.1742207782 + outer loop + vertex -1.500000E+01 1.6500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.7000000E+02 1.1000000E+02 + vertex -1.408941E+01 1.6789246E+02 1.1514669E+02 + endloop + endfacet + facet normal 0.86536803436 2.1043550E-04 -0.5011368284 + outer loop + vertex -1.408941E+01 1.6789246E+02 1.1514669E+02 + vertex -1.408731E+01 1.7294440E+02 1.1515244E+02 + vertex -1.147881E+01 1.7080284E+02 1.1965592E+02 + endloop + endfacet + facet normal 0.98468481255 3.6955315E-04 -0.1743435785 + outer loop + vertex -1.409032E+01 1.8300180E+02 1.1514422E+02 + vertex -1.408667E+01 1.7799206E+02 1.1515420E+02 + vertex -1.500000E+01 1.8000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.9846665995 -6.464368E-05 -0.1744467932 + outer loop + vertex -1.408667E+01 1.7799206E+02 1.1515420E+02 + vertex -1.408731E+01 1.7294440E+02 1.1515244E+02 + vertex -1.500000E+01 1.7500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86527920335 -4.542950E-05 -0.5012902335 + outer loop + vertex -1.147092E+01 1.8601965E+02 1.1966530E+02 + vertex -1.147176E+01 1.8099305E+02 1.1966430E+02 + vertex -1.409032E+01 1.8300180E+02 1.1514422E+02 + endloop + endfacet + facet normal 0.86516019865 -1.725324E-04 -0.5014955642 + outer loop + vertex -1.147176E+01 1.8099305E+02 1.1966430E+02 + vertex -1.147502E+01 1.7590478E+02 1.1966043E+02 + vertex -1.408667E+01 1.7799206E+02 1.1515420E+02 + endloop + endfacet + facet normal 0.34169298657 -4.710217E-05 -0.9398116304 + outer loop + vertex -2.602401E+00 1.6631860E+02 1.2477253E+02 + vertex -2.603762E+00 1.6122744E+02 1.2477229E+02 + vertex -7.492331E+00 1.6349050E+02 1.2299481E+02 + endloop + endfacet + facet normal 0.34188803377 -1.277323E-04 -0.9397406855 + outer loop + vertex -2.603762E+00 1.6122744E+02 1.2477229E+02 + vertex -2.607434E+00 1.5616415E+02 1.2477164E+02 + vertex -7.495401E+00 1.5841930E+02 1.2299304E+02 + endloop + endfacet + facet normal 1.3040057E-04 2.8035573E-05 -0.9999999911 + outer loop + vertex 2.5981014E+00 1.6912129E+02 1.2477328E+02 + vertex 2.5989134E+00 1.6402333E+02 1.2477314E+02 + vertex -2.602401E+00 1.6631860E+02 1.2477253E+02 + endloop + endfacet + facet normal 1.8814711E-04 -4.470388E-05 -0.9999999813 + outer loop + vertex 2.5989134E+00 1.6402333E+02 1.2477314E+02 + vertex 2.5976258E+00 1.5895217E+02 1.2477337E+02 + vertex -2.603762E+00 1.6122744E+02 1.2477229E+02 + endloop + endfacet + facet normal 0.34185879348 1.4467177E-04 -0.9397513205 + outer loop + vertex -2.609924E+00 1.7657114E+02 1.2477120E+02 + vertex -2.605701E+00 1.7143430E+02 1.2477194E+02 + vertex -7.493035E+00 1.7370700E+02 1.2299440E+02 + endloop + endfacet + facet normal 0.34171456885 1.1356626E-04 -0.9398037777 + outer loop + vertex -2.605701E+00 1.7143430E+02 1.2477194E+02 + vertex -2.602401E+00 1.6631860E+02 1.2477253E+02 + vertex -7.492307E+00 1.6858561E+02 1.2299482E+02 + endloop + endfacet + facet normal 6.0548997E-04 1.3376442E-04 -0.9999998077 + outer loop + vertex 2.5899131E+00 1.7936237E+02 1.2477472E+02 + vertex 2.5938070E+00 1.7423801E+02 1.2477404E+02 + vertex -2.609924E+00 1.7657114E+02 1.2477120E+02 + endloop + endfacet + facet normal 3.2288159E-04 1.4774899E-04 -0.999999937 + outer loop + vertex 2.5938070E+00 1.7423801E+02 1.2477404E+02 + vertex 2.5981014E+00 1.6912129E+02 1.2477328E+02 + vertex -2.605701E+00 1.7143430E+02 1.2477194E+02 + endloop + endfacet + facet normal 0.98476128776 -1.277162E-04 -0.1739114425 + outer loop + vertex -1.409193E+01 1.5782166E+02 1.1513978E+02 + vertex -1.409320E+01 1.5280035E+02 1.1513632E+02 + vertex -1.500000E+01 1.5500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98478312309 -1.336208E-04 -0.1737877516 + outer loop + vertex -1.409320E+01 1.5280035E+02 1.1513632E+02 + vertex -1.409452E+01 1.4778686E+02 1.1513270E+02 + vertex -1.500000E+01 1.5000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.64230698314 -1.212602E-04 -0.7664474703 + outer loop + vertex -7.492331E+00 1.6349050E+02 1.2299481E+02 + vertex -7.495401E+00 1.5841930E+02 1.2299304E+02 + vertex -1.148299E+01 1.6065469E+02 1.1965096E+02 + endloop + endfacet + facet normal 0.86569874373 -1.500977E-04 -0.500565343 + outer loop + vertex -1.148299E+01 1.6065469E+02 1.1965096E+02 + vertex -1.148579E+01 1.5560846E+02 1.1964762E+02 + vertex -1.409193E+01 1.5782166E+02 1.1513978E+02 + endloop + endfacet + facet normal 0.64252780296 -1.679395E-04 -0.7662623534 + outer loop + vertex -7.495401E+00 1.5841930E+02 1.2299304E+02 + vertex -7.499633E+00 1.5337143E+02 1.2299059E+02 + vertex -1.148579E+01 1.5560846E+02 1.1964762E+02 + endloop + endfacet + facet normal 0.86583805846 -1.701221E-04 -0.5003243224 + outer loop + vertex -1.148579E+01 1.5560846E+02 1.1964762E+02 + vertex -1.148896E+01 1.5057808E+02 1.1964385E+02 + vertex -1.409320E+01 1.5280035E+02 1.1513632E+02 + endloop + endfacet + facet normal 0.98472094167 -1.487260E-04 -0.1741397281 + outer loop + vertex -1.408941E+01 1.6789246E+02 1.1514669E+02 + vertex -1.409089E+01 1.6285145E+02 1.1514265E+02 + vertex -1.500000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.9847416221 -1.054548E-04 -0.174022776 + outer loop + vertex -1.409089E+01 1.6285145E+02 1.1514265E+02 + vertex -1.409193E+01 1.5782166E+02 1.1513978E+02 + vertex -1.500000E+01 1.6000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.64209935088 2.8455199E-05 -0.7666214338 + outer loop + vertex -7.493035E+00 1.7370700E+02 1.2299440E+02 + vertex -7.492307E+00 1.6858561E+02 1.2299482E+02 + vertex -1.147881E+01 1.7080284E+02 1.1965592E+02 + endloop + endfacet + facet normal 0.86546125418 -1.225958E-04 -0.5009758502 + outer loop + vertex -1.147881E+01 1.7080284E+02 1.1965592E+02 + vertex -1.148112E+01 1.6571804E+02 1.1965317E+02 + vertex -1.408941E+01 1.6789246E+02 1.1514669E+02 + endloop + endfacet + facet normal 0.64218218551 -9.326749E-07 -0.7665520469 + outer loop + vertex -7.492307E+00 1.6858561E+02 1.2299482E+02 + vertex -7.492331E+00 1.6349050E+02 1.2299481E+02 + vertex -1.148112E+01 1.6571804E+02 1.1965317E+02 + endloop + endfacet + facet normal 0.8655860925 -9.916340E-05 -0.5007601288 + outer loop + vertex -1.148112E+01 1.6571804E+02 1.1965317E+02 + vertex -1.148299E+01 1.6065469E+02 1.1965096E+02 + vertex -1.409089E+01 1.6285145E+02 1.1514265E+02 + endloop + endfacet + facet normal -0.6427876097 3.3345913E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.4444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.3944444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.4166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.252849E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.4166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.3666667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.3888889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -1.476595E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.2666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.3166667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.2944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 7.9927412E-16 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.3166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.3666667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.3444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.3420201433 4.5566237E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 1.2388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2888889E+02 1.2477212E+02 + vertex 7.5000000E+00 1.2666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.556624E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 1.2888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.3388889E+02 1.2477212E+02 + vertex 7.5000000E+00 1.3166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.5000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.4500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.4722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 -1.303801E-15 -0.5 + outer loop + vertex 1.4095389E+01 1.4722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.4222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.4444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 2.0621019E-16 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.3222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.3722222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.3500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.984807753 -9.685046E-16 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.3722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.4222222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.4000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -2.345694E-16 -0.5 + outer loop + vertex 1.1490667E+01 1.2944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.3444444E+02 1.1964181E+02 + vertex 1.4095389E+01 1.3222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 4.4180003E-17 -0.5 + outer loop + vertex 1.1490667E+01 1.3444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.3944444E+02 1.1964181E+02 + vertex 1.4095389E+01 1.3722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.6425610983 -1.801657E-04 -0.7662344305 + outer loop + vertex 7.4975517E+00 1.5167171E+02 1.2299179E+02 + vertex 7.4930451E+00 1.5668809E+02 1.2299439E+02 + vertex 1.1488635E+01 1.5444903E+02 1.1964424E+02 + endloop + endfacet + facet normal -0.6423005244 -1.271358E-04 -0.7664528819 + outer loop + vertex 7.4930451E+00 1.5668809E+02 1.2299439E+02 + vertex 7.4898477E+00 1.6172951E+02 1.2299624E+02 + vertex 1.1484874E+01 1.5946255E+02 1.1964871E+02 + endloop + endfacet + facet normal -0.3418012033 -1.263636E-04 -0.939772271 + outer loop + vertex 2.6026147E+00 1.4889343E+02 1.2477249E+02 + vertex 2.5990204E+00 1.5390958E+02 1.2477312E+02 + vertex 7.4975517E+00 1.5167171E+02 1.2299179E+02 + endloop + endfacet + facet normal -0.3415627865 -4.874711E-05 -0.9398589578 + outer loop + vertex 2.5990204E+00 1.5390958E+02 1.2477312E+02 + vertex 2.5976258E+00 1.5895217E+02 1.2477337E+02 + vertex 7.4930451E+00 1.5668809E+02 1.2299439E+02 + endloop + endfacet + facet normal -0.6427876097 -7.992741E-16 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.4166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.4666667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.4444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.6427475345 -9.810085E-05 -0.7660780621 + outer loop + vertex 7.5000000E+00 1.4666667E+02 1.2299038E+02 + vertex 7.4975517E+00 1.5167171E+02 1.2299179E+02 + vertex 1.1490667E+01 1.4944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.3420201433 9.1132473E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 1.3888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.4388889E+02 1.2477212E+02 + vertex 7.5000000E+00 1.4166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3419829215 -7.428329E-05 -0.9397061646 + outer loop + vertex 2.6047227E+00 1.4388889E+02 1.2477212E+02 + vertex 2.6026147E+00 1.4889343E+02 1.2477249E+02 + vertex 7.5000000E+00 1.4666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.9847747682 -1.768038E-04 -0.1738350502 + outer loop + vertex 1.4094408E+01 1.5722559E+02 1.1513300E+02 + vertex 1.4092663E+01 1.6223422E+02 1.1513779E+02 + vertex 1.5000000E+01 1.6000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.9847478854 -1.488153E-04 -0.1739872982 + outer loop + vertex 1.4092663E+01 1.6223422E+02 1.1513779E+02 + vertex 1.4091192E+01 1.6725318E+02 1.1514182E+02 + vertex 1.5000000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8658708358 -2.026700E-04 -0.500267583 + outer loop + vertex 1.1488635E+01 1.5444903E+02 1.1964424E+02 + vertex 1.1484874E+01 1.5946255E+02 1.1964871E+02 + vertex 1.4094408E+01 1.5722559E+02 1.1513300E+02 + endloop + endfacet + facet normal -0.8656957322 -1.751562E-04 -0.500570543 + outer loop + vertex 1.1484874E+01 1.5946255E+02 1.1964871E+02 + vertex 1.1481610E+01 1.6449513E+02 1.1965260E+02 + vertex 1.4092663E+01 1.6223422E+02 1.1513779E+02 + endloop + endfacet + facet normal -0.984807753 2.0621019E-16 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.4722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.5222222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.5000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.9847985231 -9.961517E-05 -0.1737004863 + outer loop + vertex 1.4095389E+01 1.5222222E+02 1.1513030E+02 + vertex 1.4094408E+01 1.5722559E+02 1.1513300E+02 + vertex 1.5000000E+01 1.5500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -1.903894E-16 -0.5 + outer loop + vertex 1.1490667E+01 1.4444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.4944444E+02 1.1964181E+02 + vertex 1.4095389E+01 1.4722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8659961517 -1.096935E-04 -0.5000506506 + outer loop + vertex 1.1490667E+01 1.4944444E+02 1.1964181E+02 + vertex 1.1488635E+01 1.5444903E+02 1.1964424E+02 + vertex 1.4095389E+01 1.5222222E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -1.172847E-16 -0.5 + outer loop + vertex -1.149067E+01 1.3055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.2555556E+02 1.1964181E+02 + vertex -1.409539E+01 1.2777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 3.4987400E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 1.2777778E+02 1.1513030E+02 + vertex -1.409539E+01 1.2277778E+02 1.1513030E+02 + vertex -1.500000E+01 1.2500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 1.9038935E-16 -0.5 + outer loop + vertex -1.409539E+01 1.1277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.1777778E+02 1.1513030E+02 + vertex -1.149067E+01 1.1555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.86602540378 -4.980634E-16 -0.5 + outer loop + vertex -1.409539E+01 1.1777778E+02 1.1513030E+02 + vertex -1.409539E+01 1.2277778E+02 1.1513030E+02 + vertex -1.149067E+01 1.2055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 1.1000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.1500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.1277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 1.1500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.2000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.1777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 2.7279017E-15 3.6342951E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.3888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.3388889E+02 1.2477212E+02 + vertex -2.604723E+00 1.3611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.34202014332 -1.759442E-15 -0.9396926208 + outer loop + vertex -2.604723E+00 1.3611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.3111111E+02 1.2477212E+02 + vertex -7.500000E+00 1.3333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.64278760969 -1.476595E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 1.3333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.2833333E+02 1.2299038E+02 + vertex -1.149067E+01 1.3055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 1.5155009E-15 -2.842171E-15 -1.0 + outer loop + vertex -2.604723E+00 1.2111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.2611111E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2388889E+02 1.2477212E+02 + endloop + endfacet + facet normal 1.2124008E-15 2.8421709E-15 -1.0 + outer loop + vertex -2.604723E+00 1.2611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.3111111E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2888889E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 1.4921372E-15 -0.7660444431 + outer loop + vertex -1.149067E+01 1.1555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.2055556E+02 1.1964181E+02 + vertex -7.500000E+00 1.1833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 1.8809523E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 1.1833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.2333333E+02 1.2299038E+02 + vertex -2.604723E+00 1.2111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 -1.492137E-15 -0.7660444431 + outer loop + vertex -1.149067E+01 1.2055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.2555556E+02 1.1964181E+02 + vertex -7.500000E+00 1.2333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -1.151893E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 1.2333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.2833333E+02 1.2299038E+02 + vertex -2.604723E+00 1.2611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.86602438121 1.4716078E-05 -0.5000017709 + outer loop + vertex -1.409539E+01 1.3777811E+02 1.1513030E+02 + vertex -1.409524E+01 1.4278012E+02 1.1513070E+02 + vertex -1.149078E+01 1.4055668E+02 1.1964168E+02 + endloop + endfacet + facet normal 0.86599745483 7.3711074E-05 -0.5000484004 + outer loop + vertex -1.409524E+01 1.4278012E+02 1.1513070E+02 + vertex -1.409452E+01 1.4778686E+02 1.1513270E+02 + vertex -1.149062E+01 1.4556195E+02 1.1964187E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.500000E+01 1.3500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.4000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3777811E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480529908 -4.935774E-16 -0.173662094 + outer loop + vertex -1.500000E+01 1.4000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.4500000E+02 1.1000000E+02 + vertex -1.409524E+01 1.4278012E+02 1.1513070E+02 + endloop + endfacet + facet normal 0.86602540378 6.8845273E-16 -0.5 + outer loop + vertex -1.409539E+01 1.2777778E+02 1.1513030E+02 + vertex -1.409539E+01 1.3277778E+02 1.1513030E+02 + vertex -1.149067E+01 1.3055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.86602540378 -9.960607E-16 -0.5 + outer loop + vertex -1.409539E+01 1.3277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.3777811E+02 1.1513030E+02 + vertex -1.149067E+01 1.3555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 9.8707561E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 1.2500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.3000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.2777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 -4.935378E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 1.3000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.3500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 1.5608921E-04 -7.237183E-05 -0.9999999852 + outer loop + vertex -2.606086E+00 1.4611455E+02 1.2477188E+02 + vertex -2.608143E+00 1.5112778E+02 1.2477151E+02 + vertex 2.6026147E+00 1.4889343E+02 1.2477249E+02 + endloop + endfacet + facet normal 2.9552881E-04 2.4795148E-05 -0.999999956 + outer loop + vertex -2.608143E+00 1.5112778E+02 1.2477151E+02 + vertex -2.607434E+00 1.5616415E+02 1.2477164E+02 + vertex 2.5990204E+00 1.5390958E+02 1.2477312E+02 + endloop + endfacet + facet normal 0.64280584297 8.5332062E-06 -0.7660291432 + outer loop + vertex -1.149078E+01 1.4055668E+02 1.1964168E+02 + vertex -1.149062E+01 1.4556195E+02 1.1964187E+02 + vertex -7.500586E+00 1.4333556E+02 1.2299004E+02 + endloop + endfacet + facet normal 0.34209841099 -2.738869E-05 -0.9396641296 + outer loop + vertex -7.500586E+00 1.4333556E+02 1.2299004E+02 + vertex -7.501270E+00 1.4834484E+02 1.2298965E+02 + vertex -2.606086E+00 1.4611455E+02 1.2477188E+02 + endloop + endfacet + facet normal 0.64278665846 8.9324771E-05 -0.7660452361 + outer loop + vertex -1.149062E+01 1.4556195E+02 1.1964187E+02 + vertex -1.148896E+01 1.5057808E+02 1.1964385E+02 + vertex -7.501270E+00 1.4834484E+02 1.2298965E+02 + endloop + endfacet + facet normal 0.34214209309 6.5269939E-05 -0.9396482235 + outer loop + vertex -7.501270E+00 1.4834484E+02 1.2298965E+02 + vertex -7.499633E+00 1.5337143E+02 1.2299059E+02 + vertex -2.608143E+00 1.5112778E+02 1.2477151E+02 + endloop + endfacet + facet normal 2.7279017E-15 -3.634295E-30 -1.0 + outer loop + vertex -2.604723E+00 1.3611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.4111111E+02 1.2477212E+02 + vertex 2.6047227E+00 1.3888889E+02 1.2477212E+02 + endloop + endfacet + facet normal 2.5612895E-05 -4.803443E-05 -0.9999999985 + outer loop + vertex -2.604723E+00 1.4111111E+02 1.2477212E+02 + vertex -2.606086E+00 1.4611455E+02 1.2477188E+02 + vertex 2.6047227E+00 1.4388889E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 5.7868102E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 1.3055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.3555556E+02 1.1964181E+02 + vertex -7.500000E+00 1.3333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 0.0 -0.9396926208 + outer loop + vertex -7.500000E+00 1.3333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.3833333E+02 1.2299038E+02 + vertex -2.604723E+00 1.3611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.6427900794 -6.046306E-06 -0.7660423707 + outer loop + vertex -1.149067E+01 1.3555556E+02 1.1964181E+02 + vertex -1.149078E+01 1.4055668E+02 1.1964168E+02 + vertex -7.500000E+00 1.3833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.3420319109 -2.348548E-05 -0.9396883374 + outer loop + vertex -7.500000E+00 1.3833333E+02 1.2299038E+02 + vertex -7.500586E+00 1.4333556E+02 1.2299004E+02 + vertex -2.604723E+00 1.4111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.34206060153 4.8028005E-05 -0.939677893 + outer loop + vertex -7.500586E+00 1.4333556E+02 1.2299004E+02 + vertex -2.606086E+00 1.4611455E+02 1.2477188E+02 + vertex -2.604723E+00 1.4111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64279973326 2.3483254E-05 -0.7660342697 + outer loop + vertex -1.149078E+01 1.4055668E+02 1.1964168E+02 + vertex -7.500586E+00 1.4333556E+02 1.2299004E+02 + vertex -7.500000E+00 1.3833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -4.275557E-16 -0.9396926208 + outer loop + vertex -7.500000E+00 1.3833333E+02 1.2299038E+02 + vertex -2.604723E+00 1.4111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.3611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 0.0 -0.7660444431 + outer loop + vertex -1.149067E+01 1.3555556E+02 1.1964181E+02 + vertex -7.500000E+00 1.3833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.3333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 7.7853252E-05 7.4272661E-05 -0.9999999942 + outer loop + vertex -2.606086E+00 1.4611455E+02 1.2477188E+02 + vertex 2.6026147E+00 1.4889343E+02 1.2477249E+02 + vertex 2.6047227E+00 1.4388889E+02 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 -7.088588E-30 -1.0 + outer loop + vertex -2.604723E+00 1.4111111E+02 1.2477212E+02 + vertex 2.6047227E+00 1.4388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.3888889E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.34210561927 -2.479112E-05 -0.9396615054 + outer loop + vertex -7.499633E+00 1.5337143E+02 1.2299059E+02 + vertex -2.607434E+00 1.5616415E+02 1.2477164E+02 + vertex -2.608143E+00 1.5112778E+02 1.2477151E+02 + endloop + endfacet + facet normal 0.64273585101 -6.526723E-05 -0.766087868 + outer loop + vertex -1.148896E+01 1.5057808E+02 1.1964385E+02 + vertex -7.499633E+00 1.5337143E+02 1.2299059E+02 + vertex -7.501270E+00 1.4834484E+02 1.2298965E+02 + endloop + endfacet + facet normal 0.34213853522 7.2354703E-05 -0.9396495184 + outer loop + vertex -7.501270E+00 1.4834484E+02 1.2298965E+02 + vertex -2.608143E+00 1.5112778E+02 1.2477151E+02 + vertex -2.606086E+00 1.4611455E+02 1.2477188E+02 + endloop + endfacet + facet normal 0.64281201514 2.7384384E-05 -0.7660239634 + outer loop + vertex -1.149062E+01 1.4556195E+02 1.1964187E+02 + vertex -7.501270E+00 1.4834484E+02 1.2298965E+02 + vertex -7.500586E+00 1.4333556E+02 1.2299004E+02 + endloop + endfacet + facet normal 3.0589200E-04 4.8726685E-05 -0.999999952 + outer loop + vertex -2.607434E+00 1.5616415E+02 1.2477164E+02 + vertex 2.5976258E+00 1.5895217E+02 1.2477337E+02 + vertex 2.5990204E+00 1.5390958E+02 1.2477312E+02 + endloop + endfacet + facet normal 2.4128923E-04 1.2632463E-04 -0.9999999629 + outer loop + vertex -2.608143E+00 1.5112778E+02 1.2477151E+02 + vertex 2.5990204E+00 1.5390958E+02 1.2477312E+02 + vertex 2.6026147E+00 1.4889343E+02 1.2477249E+02 + endloop + endfacet + facet normal 0.98480775301 1.1044749E-15 -0.1736481777 + outer loop + vertex -1.500000E+01 1.3500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3777811E+02 1.1513030E+02 + vertex -1.409539E+01 1.3277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 -1.460815E-15 -0.1736481777 + outer loop + vertex -1.500000E+01 1.3000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.2777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86602669352 6.0461065E-06 -0.4999977661 + outer loop + vertex -1.409539E+01 1.3777811E+02 1.1513030E+02 + vertex -1.149078E+01 1.4055668E+02 1.1964168E+02 + vertex -1.149067E+01 1.3555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.86602540378 -7.838522E-16 -0.5 + outer loop + vertex -1.409539E+01 1.3277778E+02 1.1513030E+02 + vertex -1.149067E+01 1.3555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.3055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.98479983859 -7.375155E-05 -0.1736930409 + outer loop + vertex -1.500000E+01 1.4500000E+02 1.1000000E+02 + vertex -1.409452E+01 1.4778686E+02 1.1513270E+02 + vertex -1.409524E+01 1.4278012E+02 1.1513070E+02 + endloop + endfacet + facet normal 0.98480666284 -1.471774E-05 -0.1736543596 + outer loop + vertex -1.500000E+01 1.4000000E+02 1.1000000E+02 + vertex -1.409524E+01 1.4278012E+02 1.1513070E+02 + vertex -1.409539E+01 1.3777811E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86596261043 -8.935259E-05 -0.5001087375 + outer loop + vertex -1.409452E+01 1.4778686E+02 1.1513270E+02 + vertex -1.148896E+01 1.5057808E+02 1.1964385E+02 + vertex -1.149062E+01 1.4556195E+02 1.1964187E+02 + endloop + endfacet + facet normal 0.86601941909 -8.533449E-06 -0.5000103656 + outer loop + vertex -1.409524E+01 1.4278012E+02 1.1513070E+02 + vertex -1.149062E+01 1.4556195E+02 1.1964187E+02 + vertex -1.149078E+01 1.4055668E+02 1.1964168E+02 + endloop + endfacet + facet normal 0.34202014332 1.7814822E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 1.2833333E+02 1.2299038E+02 + vertex -2.604723E+00 1.3111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.2611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 7.1259287E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 1.2555556E+02 1.1964181E+02 + vertex -7.500000E+00 1.2833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.2333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -1.781482E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 1.2333333E+02 1.2299038E+02 + vertex -2.604723E+00 1.2611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.2111111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 6.4133359E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 1.2055556E+02 1.1964181E+02 + vertex -7.500000E+00 1.2333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.1833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex -2.604723E+00 1.3111111E+02 1.2477212E+02 + vertex 2.6047227E+00 1.3388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2888889E+02 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 -3.544294E-30 -1.0 + outer loop + vertex -2.604723E+00 1.2611111E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2388889E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 9.9763002E-16 -0.7660444431 + outer loop + vertex -7.500000E+00 1.2833333E+02 1.2299038E+02 + vertex -1.149067E+01 1.2555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.3055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.34202014332 7.1259287E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.3111111E+02 1.2477212E+02 + vertex -7.500000E+00 1.2833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.3333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 1.5155009E-15 -2.842171E-15 -1.0 + outer loop + vertex 2.6047227E+00 1.3388889E+02 1.2477212E+02 + vertex -2.604723E+00 1.3111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.3611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 0.98480775301 5.3444466E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 1.2000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.2277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.1777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 -9.263707E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 1.1500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.1777778E+02 1.1513030E+02 + vertex -1.409539E+01 1.1277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -4.988150E-16 -0.5 + outer loop + vertex -1.409539E+01 1.2277778E+02 1.1513030E+02 + vertex -1.149067E+01 1.2555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.2055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.86602540378 4.9881501E-16 -0.5 + outer loop + vertex -1.409539E+01 1.1777778E+02 1.1513030E+02 + vertex -1.149067E+01 1.2055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.1555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 -4.988150E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 1.2277778E+02 1.1513030E+02 + vertex -1.500000E+01 1.2000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.2500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 2.8503715E-16 -0.5 + outer loop + vertex -1.149067E+01 1.2555556E+02 1.1964181E+02 + vertex -1.409539E+01 1.2277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.2777778E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8659514351 9.9620661E-05 -0.5001280858 + outer loop + vertex 1.1488635E+01 1.5444903E+02 1.1964424E+02 + vertex 1.4094408E+01 1.5722559E+02 1.1513300E+02 + vertex 1.4095389E+01 1.5222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 -7.838522E-16 -0.5 + outer loop + vertex 1.1490667E+01 1.4944444E+02 1.1964181E+02 + vertex 1.4095389E+01 1.5222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.4722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.9847911388 0.0 -0.1737423752 + outer loop + vertex 1.4094408E+01 1.5722559E+02 1.1513300E+02 + vertex 1.5000000E+01 1.6000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.5500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.5222222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.5500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.5000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8656254639 1.4864309E-04 -0.5006920551 + outer loop + vertex 1.1481610E+01 1.6449513E+02 1.1965260E+02 + vertex 1.4091192E+01 1.6725318E+02 1.1514182E+02 + vertex 1.4092663E+01 1.6223422E+02 1.1513779E+02 + endloop + endfacet + facet normal -0.8657894187 1.7674300E-04 -0.5004084844 + outer loop + vertex 1.1484874E+01 1.5946255E+02 1.1964871E+02 + vertex 1.4092663E+01 1.6223422E+02 1.1513779E+02 + vertex 1.4094408E+01 1.5722559E+02 1.1513300E+02 + endloop + endfacet + facet normal -0.9847367215 -3.567040E-17 -0.1740505368 + outer loop + vertex 1.4091192E+01 1.6725318E+02 1.1514182E+02 + vertex 1.5000000E+01 1.7000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.9847616191 0.0 -0.1739096133 + outer loop + vertex 1.4092663E+01 1.6223422E+02 1.1513779E+02 + vertex 1.5000000E+01 1.6500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.6000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.3419137105 9.8088114E-05 -0.9397313472 + outer loop + vertex 2.6026147E+00 1.4889343E+02 1.2477249E+02 + vertex 7.4975517E+00 1.5167171E+02 1.2299179E+02 + vertex 7.5000000E+00 1.4666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.988150E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 1.4388889E+02 1.2477212E+02 + vertex 7.5000000E+00 1.4666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.4166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.6426795106 1.0968654E-04 -0.7661351282 + outer loop + vertex 7.4975517E+00 1.5167171E+02 1.2299179E+02 + vertex 1.1488635E+01 1.5444903E+02 1.1964424E+02 + vertex 1.1490667E+01 1.4944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 -1.282667E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.4666667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.4944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.4444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.3414909632 1.2705082E-04 -0.9398850493 + outer loop + vertex 2.5976258E+00 1.5895217E+02 1.2477337E+02 + vertex 7.4898477E+00 1.6172951E+02 1.2299624E+02 + vertex 7.4930451E+00 1.5668809E+02 1.2299439E+02 + endloop + endfacet + facet normal -0.3416775451 1.8010082E-04 -0.9398172284 + outer loop + vertex 2.5990204E+00 1.5390958E+02 1.2477312E+02 + vertex 7.4930451E+00 1.5668809E+02 1.2299439E+02 + vertex 7.4975517E+00 1.5167171E+02 1.2299179E+02 + endloop + endfacet + facet normal -0.6421997791 1.7504366E-04 -0.7665372875 + outer loop + vertex 7.4898477E+00 1.6172951E+02 1.2299624E+02 + vertex 1.1481610E+01 1.6449513E+02 1.1965260E+02 + vertex 1.1484874E+01 1.5946255E+02 1.1964871E+02 + endloop + endfacet + facet normal -0.6424351383 2.0262144E-04 -0.7663400368 + outer loop + vertex 7.4930451E+00 1.5668809E+02 1.2299439E+02 + vertex 1.1484874E+01 1.5946255E+02 1.1964871E+02 + vertex 1.1488635E+01 1.5444903E+02 1.1964424E+02 + endloop + endfacet + facet normal -0.8660254038 2.0665193E-15 -0.5 + outer loop + vertex 1.1490667E+01 1.3944444E+02 1.1964181E+02 + vertex 1.4095389E+01 1.4222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.3722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 -8.551114E-16 -0.5 + outer loop + vertex 1.1490667E+01 1.3444444E+02 1.1964181E+02 + vertex 1.4095389E+01 1.3722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.3222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.4222222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.4500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.4000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.3722222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.4000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.3500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 -0.5 + outer loop + vertex 1.4095389E+01 1.4222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.3944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.4444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 7.4822252E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.4500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.4222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.4722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.3420201433 4.2755572E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 1.3388889E+02 1.2477212E+02 + vertex 7.5000000E+00 1.3666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.3166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 7.1259287E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 1.2888889E+02 1.2477212E+02 + vertex 7.5000000E+00 1.3166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.2666667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.6427876097 -3.349187E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.3666667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.3944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.3444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 2.0665193E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.3166667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.3444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.2944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.3420201433 -4.275557E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.3666667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.3388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.3888889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -8.551114E-16 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.3944444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.3666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.4166667E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.86562925912 1.0523012E-04 -0.5006855048 + outer loop + vertex -1.148299E+01 1.6065469E+02 1.1965096E+02 + vertex -1.409193E+01 1.5782166E+02 1.1513978E+02 + vertex -1.409089E+01 1.6285145E+02 1.1514265E+02 + endloop + endfacet + facet normal 0.64221499839 9.9073338E-05 -0.7665245502 + outer loop + vertex -7.492331E+00 1.6349050E+02 1.2299481E+02 + vertex -1.148299E+01 1.6065469E+02 1.1965096E+02 + vertex -1.148112E+01 1.6571804E+02 1.1965317E+02 + endloop + endfacet + facet normal 0.86551791646 1.4828396E-04 -0.5008779435 + outer loop + vertex -1.148112E+01 1.6571804E+02 1.1965317E+02 + vertex -1.409089E+01 1.6285145E+02 1.1514265E+02 + vertex -1.408941E+01 1.6789246E+02 1.1514669E+02 + endloop + endfacet + facet normal 0.64213006544 1.2243433E-04 -0.7665956979 + outer loop + vertex -7.492307E+00 1.6858561E+02 1.2299482E+02 + vertex -1.148112E+01 1.6571804E+02 1.1965317E+02 + vertex -1.147881E+01 1.7080284E+02 1.1965592E+02 + endloop + endfacet + facet normal 0.98474928576 4.6396617E-16 -0.1739794361 + outer loop + vertex -1.409193E+01 1.5782166E+02 1.1513978E+02 + vertex -1.500000E+01 1.5500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.6000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.9847316059 -3.571596E-17 -0.1740794771 + outer loop + vertex -1.409089E+01 1.6285145E+02 1.1514265E+02 + vertex -1.500000E+01 1.6000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.8659028961 1.3346164E-04 -0.5002121117 + outer loop + vertex -1.148896E+01 1.5057808E+02 1.1964385E+02 + vertex -1.409452E+01 1.4778686E+02 1.1513270E+02 + vertex -1.409320E+01 1.5280035E+02 1.1513632E+02 + endloop + endfacet + facet normal 0.64263914873 1.7001202E-04 -0.7661689733 + outer loop + vertex -7.499633E+00 1.5337143E+02 1.2299059E+02 + vertex -1.148896E+01 1.5057808E+02 1.1964385E+02 + vertex -1.148579E+01 1.5560846E+02 1.1964762E+02 + endloop + endfacet + facet normal 0.86575780304 1.2750110E-04 -0.5004631957 + outer loop + vertex -1.148579E+01 1.5560846E+02 1.1964762E+02 + vertex -1.409320E+01 1.5280035E+02 1.1513632E+02 + vertex -1.409193E+01 1.5782166E+02 1.1513978E+02 + endloop + endfacet + facet normal 0.64239629548 1.4998008E-04 -0.7663726098 + outer loop + vertex -7.495401E+00 1.5841930E+02 1.2299304E+02 + vertex -1.148579E+01 1.5560846E+02 1.1964762E+02 + vertex -1.148299E+01 1.6065469E+02 1.1965096E+02 + endloop + endfacet + facet normal 0.98479299087 4.6336938E-16 -0.1737318771 + outer loop + vertex -1.409452E+01 1.4778686E+02 1.1513270E+02 + vertex -1.500000E+01 1.4500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.5000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98477066156 -4.993145E-16 -0.1738584025 + outer loop + vertex -1.409320E+01 1.5280035E+02 1.1513632E+02 + vertex -1.500000E+01 1.5000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.5500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 2.0672322E-04 -1.135840E-04 -0.9999999722 + outer loop + vertex 2.5981014E+00 1.6912129E+02 1.2477328E+02 + vertex -2.602401E+00 1.6631860E+02 1.2477253E+02 + vertex -2.605701E+00 1.7143430E+02 1.2477194E+02 + endloop + endfacet + facet normal 4.8061068E-04 -1.447618E-04 -0.999999874 + outer loop + vertex 2.5938070E+00 1.7423801E+02 1.2477404E+02 + vertex -2.605701E+00 1.7143430E+02 1.2477194E+02 + vertex -2.609924E+00 1.7657114E+02 1.2477120E+02 + endloop + endfacet + facet normal 0.34166844913 9.3257913E-07 -0.9398205525 + outer loop + vertex -2.602401E+00 1.6631860E+02 1.2477253E+02 + vertex -7.492331E+00 1.6349050E+02 1.2299481E+02 + vertex -7.492307E+00 1.6858561E+02 1.2299482E+02 + endloop + endfacet + facet normal 0.34178769471 -2.845800E-05 -0.9397771922 + outer loop + vertex -2.605701E+00 1.7143430E+02 1.2477194E+02 + vertex -7.492307E+00 1.6858561E+02 1.2299482E+02 + vertex -7.493035E+00 1.7370700E+02 1.2299440E+02 + endloop + endfacet + facet normal 2.6357541E-04 1.2772914E-04 -0.9999999571 + outer loop + vertex 2.5976258E+00 1.5895217E+02 1.2477337E+02 + vertex -2.607434E+00 1.5616415E+02 1.2477164E+02 + vertex -2.603762E+00 1.6122744E+02 1.2477229E+02 + endloop + endfacet + facet normal 1.3881288E-04 4.7098729E-05 -0.9999999892 + outer loop + vertex 2.5989134E+00 1.6402333E+02 1.2477314E+02 + vertex -2.603762E+00 1.6122744E+02 1.2477229E+02 + vertex -2.602401E+00 1.6631860E+02 1.2477253E+02 + endloop + endfacet + facet normal 0.34200848267 1.6791019E-04 -0.9396968498 + outer loop + vertex -2.607434E+00 1.5616415E+02 1.2477164E+02 + vertex -7.499633E+00 1.5337143E+02 1.2299059E+02 + vertex -7.495401E+00 1.5841930E+02 1.2299304E+02 + endloop + endfacet + facet normal 0.34176181099 1.2123116E-04 -0.939786598 + outer loop + vertex -2.603762E+00 1.6122744E+02 1.2477229E+02 + vertex -7.495401E+00 1.5841930E+02 1.2299304E+02 + vertex -7.492331E+00 1.6349050E+02 1.2299481E+02 + endloop + endfacet + facet normal 0.86520781256 6.4343304E-05 -0.5014134391 + outer loop + vertex -1.147502E+01 1.7590478E+02 1.1966043E+02 + vertex -1.408731E+01 1.7294440E+02 1.1515244E+02 + vertex -1.408667E+01 1.7799206E+02 1.1515420E+02 + endloop + endfacet + facet normal 0.86521680467 -3.687961E-04 -0.5013977911 + outer loop + vertex -1.147176E+01 1.8099305E+02 1.1966430E+02 + vertex -1.408667E+01 1.7799206E+02 1.1515420E+02 + vertex -1.409032E+01 1.8300180E+02 1.1514422E+02 + endloop + endfacet + facet normal 0.98467103125 5.0133234E-16 -0.1744217882 + outer loop + vertex -1.408731E+01 1.7294440E+02 1.1515244E+02 + vertex -1.500000E+01 1.7000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.7500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98466015498 -9.678764E-16 -0.1744831774 + outer loop + vertex -1.408667E+01 1.7799206E+02 1.1515420E+02 + vertex -1.500000E+01 1.7500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.8000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86528326523 -2.005868E-04 -0.5012831841 + outer loop + vertex -1.408731E+01 1.7294440E+02 1.1515244E+02 + vertex -1.147502E+01 1.7590478E+02 1.1966043E+02 + vertex -1.147881E+01 1.7080284E+02 1.1965592E+02 + endloop + endfacet + facet normal 0.98469174424 -2.113359E-04 -0.1743046877 + outer loop + vertex -1.500000E+01 1.7000000E+02 1.1000000E+02 + vertex -1.408731E+01 1.7294440E+02 1.1515244E+02 + vertex -1.408941E+01 1.6789246E+02 1.1514669E+02 + endloop + endfacet + facet normal 0.64141640083 -1.579505E-04 -0.7671929195 + outer loop + vertex -1.147092E+01 1.8601965E+02 1.1966530E+02 + vertex -7.477679E+00 1.8908299E+02 1.2300324E+02 + vertex -7.481721E+00 1.8396307E+02 1.2300092E+02 + endloop + endfacet + facet normal 0.6416306513 -3.032299E-04 -0.7670136996 + outer loop + vertex -1.147176E+01 1.8099305E+02 1.1966430E+02 + vertex -7.481721E+00 1.8396307E+02 1.2300092E+02 + vertex -7.489484E+00 1.7884426E+02 1.2299645E+02 + endloop + endfacet + facet normal 0.64191603244 -1.381816E-04 -0.7667749267 + outer loop + vertex -1.147502E+01 1.7590478E+02 1.1966043E+02 + vertex -7.489484E+00 1.7884426E+02 1.2299645E+02 + vertex -7.493035E+00 1.7370700E+02 1.2299440E+02 + endloop + endfacet + facet normal 0.98480106953 -3.736206E-04 -0.1736856755 + outer loop + vertex -1.500000E+01 1.9000000E+02 1.1000000E+02 + vertex -1.409305E+01 1.9265171E+02 1.1513673E+02 + vertex -1.409653E+01 1.8792322E+02 1.1512717E+02 + endloop + endfacet + facet normal 0.98476432051 6.4066718E-04 -0.1738931355 + outer loop + vertex -1.500000E+01 1.8500000E+02 1.1000000E+02 + vertex -1.409653E+01 1.8792322E+02 1.1512717E+02 + vertex -1.409032E+01 1.8300180E+02 1.1514422E+02 + endloop + endfacet + facet normal 0.86366547393 -0.0062384743 -0.5040268153 + outer loop + vertex -1.409305E+01 1.9265171E+02 1.1513673E+02 + vertex -1.133543E+01 1.9573342E+02 1.1982385E+02 + vertex -1.144378E+01 1.9094809E+02 1.1969741E+02 + endloop + endfacet + facet normal 0.86529560146 -0.0014980403 -0.5012596911 + outer loop + vertex -1.409653E+01 1.8792322E+02 1.1512717E+02 + vertex -1.144378E+01 1.9094809E+02 1.1969741E+02 + vertex -1.147092E+01 1.8601965E+02 1.1966530E+02 + endloop + endfacet + facet normal 0.98478914 -0.0061481659 -0.1736448957 + outer loop + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + vertex -1.409539E+01 2.0000000E+02 1.1513030E+02 + vertex -1.413383E+01 1.9686140E+02 1.1502344E+02 + endloop + endfacet + facet normal 0.98513909374 0.00492244088 -0.1716879016 + outer loop + vertex -1.500000E+01 1.9500000E+02 1.1000000E+02 + vertex -1.413383E+01 1.9686140E+02 1.1502344E+02 + vertex -1.409305E+01 1.9265171E+02 1.1513673E+02 + endloop + endfacet + facet normal 0.86600756785 0.00641793616 -0.4999897024 + outer loop + vertex -1.413383E+01 1.9686140E+02 1.1502344E+02 + vertex -1.409539E+01 2.0000000E+02 1.1513030E+02 + vertex -1.149067E+01 2.0000000E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.64275983662 -0.0092958372 -0.7660113445 + outer loop + vertex -1.133543E+01 1.9573342E+02 1.1982385E+02 + vertex -1.149067E+01 2.0000000E+02 1.1964181E+02 + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.64023707544 -1.158138E-04 -0.7681773713 + outer loop + vertex -1.144378E+01 1.9094809E+02 1.1969741E+02 + vertex -7.474649E+00 1.9427805E+02 1.2300498E+02 + vertex -7.477679E+00 1.8908299E+02 1.2300324E+02 + endloop + endfacet + facet normal 0.34143198626 -9.321299E-05 -0.9399064794 + outer loop + vertex -7.481721E+00 1.8396307E+02 1.2300092E+02 + vertex -2.605504E+00 1.8680293E+02 1.2477198E+02 + vertex -2.608208E+00 1.8170859E+02 1.2477150E+02 + endloop + endfacet + facet normal 0.34178117974 -5.871735E-05 -0.9397795602 + outer loop + vertex -7.489484E+00 1.7884426E+02 1.2299645E+02 + vertex -2.608208E+00 1.8170859E+02 1.2477150E+02 + vertex -2.609924E+00 1.7657114E+02 1.2477120E+02 + endloop + endfacet + facet normal 5.4505156E-04 1.8881294E-04 -0.9999998336 + outer loop + vertex -2.605504E+00 1.8680293E+02 1.2477198E+02 + vertex 2.5864526E+00 1.8954472E+02 1.2477533E+02 + vertex 2.5919067E+00 1.8446683E+02 1.2477437E+02 + endloop + endfacet + facet normal 5.8818915E-04 -6.872086E-05 -0.9999998246 + outer loop + vertex -2.608208E+00 1.8170859E+02 1.2477150E+02 + vertex 2.5919067E+00 1.8446683E+02 1.2477437E+02 + vertex 2.5899131E+00 1.7936237E+02 1.2477472E+02 + endloop + endfacet + facet normal 0.34130301906 1.5743713E-04 -0.9399533097 + outer loop + vertex -2.605504E+00 1.8680293E+02 1.2477198E+02 + vertex -7.481721E+00 1.8396307E+02 1.2300092E+02 + vertex -7.477679E+00 1.8908299E+02 1.2300324E+02 + endloop + endfacet + facet normal 1.0025008E-03 -6.774326E-04 -0.999999268 + outer loop + vertex 2.5864526E+00 1.8954472E+02 1.2477533E+02 + vertex -2.605504E+00 1.8680293E+02 1.2477198E+02 + vertex -2.624668E+00 1.9178319E+02 1.2476859E+02 + endloop + endfacet + facet normal 0.34201785836 -0.0036553434 -0.9396863429 + outer loop + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + vertex -2.604723E+00 2.0000000E+02 1.2477212E+02 + vertex -2.678950E+00 1.9646892E+02 1.2475884E+02 + endloop + endfacet + facet normal 0.34265266255 0.00201468014 -0.9394600012 + outer loop + vertex -7.474649E+00 1.9427805E+02 1.2300498E+02 + vertex -2.678950E+00 1.9646892E+02 1.2475884E+02 + vertex -2.624668E+00 1.9178319E+02 1.2476859E+02 + endloop + endfacet + facet normal -2.769641E-15 0.0037610627 -0.9999929272 + outer loop + vertex -2.678950E+00 1.9646892E+02 1.2475884E+02 + vertex -2.604723E+00 2.0000000E+02 1.2477212E+02 + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.642015209 -5.669481E-05 -0.7666918991 + outer loop + vertex 1.1479979E+01 1.6954509E+02 1.1965454E+02 + vertex 7.4889807E+00 1.6679554E+02 1.2299674E+02 + vertex 7.4875407E+00 1.7188259E+02 1.2299757E+02 + endloop + endfacet + facet normal -0.641918182 -8.891062E-05 -0.7667731344 + outer loop + vertex 1.1478925E+01 1.7460848E+02 1.1965579E+02 + vertex 7.4875407E+00 1.7188259E+02 1.2299757E+02 + vertex 7.4852779E+00 1.7698006E+02 1.2299887E+02 + endloop + endfacet + facet normal -0.3414228069 -2.804759E-05 -0.9399098181 + outer loop + vertex 7.4889807E+00 1.6679554E+02 1.2299674E+02 + vertex 2.5989134E+00 1.6402333E+02 1.2477314E+02 + vertex 2.5981014E+00 1.6912129E+02 1.2477328E+02 + endloop + endfacet + facet normal -0.3412851999 -1.478180E-04 -0.9399597813 + outer loop + vertex 7.4875407E+00 1.7188259E+02 1.2299757E+02 + vertex 2.5981014E+00 1.6912129E+02 1.2477328E+02 + vertex 2.5938070E+00 1.7423801E+02 1.2477404E+02 + endloop + endfacet + facet normal -0.6420734454 8.7121831E-05 -0.7666431263 + outer loop + vertex 7.4889807E+00 1.6679554E+02 1.2299674E+02 + vertex 1.1479979E+01 1.6954509E+02 1.1965454E+02 + vertex 1.1481610E+01 1.6449513E+02 1.1965260E+02 + endloop + endfacet + facet normal -0.3414540121 3.4261136E-05 -0.939898482 + outer loop + vertex 2.5989134E+00 1.6402333E+02 1.2477314E+02 + vertex 7.4889807E+00 1.6679554E+02 1.2299674E+02 + vertex 7.4898477E+00 1.6172951E+02 1.2299624E+02 + endloop + endfacet + facet normal -0.9847190299 -4.101803E-05 -0.174150597 + outer loop + vertex 1.5000000E+01 1.7500000E+02 1.1000000E+02 + vertex 1.4090367E+01 1.7228061E+02 1.1514408E+02 + vertex 1.4089960E+01 1.7731313E+02 1.1514519E+02 + endloop + endfacet + facet normal -0.9847151476 -8.045560E-06 -0.1741725523 + outer loop + vertex 1.5000000E+01 1.8000000E+02 1.1000000E+02 + vertex 1.4089960E+01 1.7731313E+02 1.1514519E+02 + vertex 1.4089881E+01 1.8233878E+02 1.1514541E+02 + endloop + endfacet + facet normal -0.8654888035 -5.613829E-05 -0.5009282661 + outer loop + vertex 1.4090367E+01 1.7228061E+02 1.1514408E+02 + vertex 1.1479979E+01 1.6954509E+02 1.1965454E+02 + vertex 1.1478925E+01 1.7460848E+02 1.1965579E+02 + endloop + endfacet + facet normal -0.8654486782 -2.990335E-05 -0.5009975892 + outer loop + vertex 1.4089960E+01 1.7731313E+02 1.1514519E+02 + vertex 1.1478925E+01 1.7460848E+02 1.1965579E+02 + vertex 1.1478364E+01 1.7967744E+02 1.1965646E+02 + endloop + endfacet + facet normal -0.9847227491 0.0 -0.1741295707 + outer loop + vertex 1.4090367E+01 1.7228061E+02 1.1514408E+02 + vertex 1.5000000E+01 1.7500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.7000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8655254413 8.3213080E-05 -0.5008649554 + outer loop + vertex 1.1479979E+01 1.6954509E+02 1.1965454E+02 + vertex 1.4090367E+01 1.7228061E+02 1.1514408E+02 + vertex 1.4091192E+01 1.6725318E+02 1.1514182E+02 + endloop + endfacet + facet normal -0.3410979837 1.7895144E-05 -0.940027747 + outer loop + vertex 2.5919067E+00 1.8446683E+02 1.2477437E+02 + vertex 7.4855375E+00 1.8710637E+02 1.2299872E+02 + vertex 7.4859876E+00 1.8206954E+02 1.2299846E+02 + endloop + endfacet + facet normal -0.3410286577 -2.793320E-05 -0.9400528995 + outer loop + vertex 2.5899131E+00 1.7936237E+02 1.2477472E+02 + vertex 7.4859876E+00 1.8206954E+02 1.2299846E+02 + vertex 7.4852779E+00 1.7698006E+02 1.2299887E+02 + endloop + endfacet + facet normal -0.6420462988 -2.711789E-04 -0.7666658181 + outer loop + vertex 7.4855375E+00 1.8710637E+02 1.2299872E+02 + vertex 1.1485385E+01 1.8974279E+02 1.1964810E+02 + vertex 1.1480342E+01 1.8471916E+02 1.1965410E+02 + endloop + endfacet + facet normal -0.6419230552 -1.058374E-04 -0.7667690526 + outer loop + vertex 7.4859876E+00 1.8206954E+02 1.2299846E+02 + vertex 1.1480342E+01 1.8471916E+02 1.1965410E+02 + vertex 1.1478364E+01 1.7967744E+02 1.1965646E+02 + endloop + endfacet + facet normal -0.3409992107 -1.893208E-04 -0.940063563 + outer loop + vertex 7.4855375E+00 1.8710637E+02 1.2299872E+02 + vertex 2.5919067E+00 1.8446683E+02 1.2477437E+02 + vertex 2.5864526E+00 1.8954472E+02 1.2477533E+02 + endloop + endfacet + facet normal -0.6420754622 -1.959226E-04 -0.7666414172 + outer loop + vertex 1.1485385E+01 1.8974279E+02 1.1964810E+02 + vertex 7.4855375E+00 1.8710637E+02 1.2299872E+02 + vertex 7.4807578E+00 1.9200456E+02 1.2300147E+02 + endloop + endfacet + facet normal -0.3420197578 -0.0015015062 -0.9396915615 + outer loop + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + vertex 7.5000000E+00 2.0000000E+02 1.2299038E+02 + vertex 7.4741689E+00 1.9657191E+02 1.2300526E+02 + endloop + endfacet + facet normal -0.3398986102 2.8982690E-04 -0.9404620411 + outer loop + vertex 2.5642128E+00 1.9463096E+02 1.2477920E+02 + vertex 7.4741689E+00 1.9657191E+02 1.2300526E+02 + vertex 7.4807578E+00 1.9200456E+02 1.2300147E+02 + endloop + endfacet + facet normal -0.6427868686 0.0015185252 -0.7660435599 + outer loop + vertex 7.4741689E+00 1.9657191E+02 1.2300526E+02 + vertex 7.5000000E+00 2.0000000E+02 1.2299038E+02 + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8658472763 -4.315089E-05 -0.5003083971 + outer loop + vertex 1.1485385E+01 1.8974279E+02 1.1964810E+02 + vertex 1.4094750E+01 1.9216598E+02 1.1513206E+02 + vertex 1.4094338E+01 1.8732143E+02 1.1513319E+02 + endloop + endfacet + facet normal -0.8655931464 -4.540138E-04 -0.5007477397 + outer loop + vertex 1.1480342E+01 1.8471916E+02 1.1965410E+02 + vertex 1.4094338E+01 1.8732143E+02 1.1513319E+02 + vertex 1.4089881E+01 1.8233878E+02 1.1514541E+02 + endloop + endfacet + facet normal -0.9847969309 0.0 -0.1737095418 + outer loop + vertex 1.4094750E+01 1.9216598E+02 1.1513206E+02 + vertex 1.5000000E+01 1.9500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.9000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.984789967 0.0 -0.173749017 + outer loop + vertex 1.4094338E+01 1.8732143E+02 1.1513319E+02 + vertex 1.5000000E+01 1.9000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.8500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660217259 -0.0029144066 -0.4999978766 + outer loop + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + vertex 1.4095389E+01 2.0000000E+02 1.1513030E+02 + vertex 1.4075846E+01 1.9664944E+02 1.1518368E+02 + endloop + endfacet + facet normal -0.8650132809 0.002129964 -0.5017444441 + outer loop + vertex 1.1473013E+01 1.9472191E+02 1.1966281E+02 + vertex 1.4075846E+01 1.9664944E+02 1.1518368E+02 + vertex 1.4094750E+01 1.9216598E+02 1.1513206E+02 + endloop + endfacet + facet normal -0.9848033869 0.00297772378 -0.1736474078 + outer loop + vertex 1.4075846E+01 1.9664944E+02 1.1518368E+02 + vertex 1.4095389E+01 2.0000000E+02 1.1513030E+02 + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.3420201433 4.2755572E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 9.8888889E+01 1.2477212E+02 + vertex 7.5000000E+00 1.0166667E+02 1.2299038E+02 + vertex 7.5000000E+00 9.6666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 4.2755572E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 9.3888889E+01 1.2477212E+02 + vertex 7.5000000E+00 9.6666667E+01 1.2299038E+02 + vertex 7.5000000E+00 9.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.6427876097 0.0 -0.7660444431 + outer loop + vertex 7.5000000E+00 1.0166667E+02 1.2299038E+02 + vertex 1.1490667E+01 1.0444444E+02 1.1964181E+02 + vertex 1.1490667E+01 9.9444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 -2.137779E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 9.6666667E+01 1.2299038E+02 + vertex 1.1490667E+01 9.9444444E+01 1.1964181E+02 + vertex 1.1490667E+01 9.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.3420201433 7.1259287E-17 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.0166667E+02 1.2299038E+02 + vertex 2.6047227E+00 9.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 1.0388889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -1.567704E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.0444444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.0166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.0666667E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex 2.6047227E+00 8.8888889E+01 1.2477212E+02 + vertex -2.604723E+00 8.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 9.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex 2.6047227E+00 9.3888889E+01 1.2477212E+02 + vertex -2.604723E+00 9.1111111E+01 1.2477212E+02 + vertex -2.604723E+00 9.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 1.5155009E-15 -2.842171E-15 -1.0 + outer loop + vertex 2.6047227E+00 9.8888889E+01 1.2477212E+02 + vertex -2.604723E+00 9.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 1.0111111E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.3420201433 -4.275557E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 8.1666667E+01 1.2299038E+02 + vertex 2.6047227E+00 7.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 8.3888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -7.838522E-16 -0.7660444431 + outer loop + vertex 1.1490667E+01 8.4444444E+01 1.1964181E+02 + vertex 7.5000000E+00 8.1666667E+01 1.2299038E+02 + vertex 7.5000000E+00 8.6666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.275557E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 8.6666667E+01 1.2299038E+02 + vertex 2.6047227E+00 8.3888889E+01 1.2477212E+02 + vertex 2.6047227E+00 8.8888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -7.125929E-16 -0.7660444431 + outer loop + vertex 1.1490667E+01 8.9444444E+01 1.1964181E+02 + vertex 7.5000000E+00 8.6666667E+01 1.2299038E+02 + vertex 7.5000000E+00 9.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal 1.5155009E-15 -2.842171E-15 -1.0 + outer loop + vertex 2.6047227E+00 7.8888889E+01 1.2477212E+02 + vertex -2.604723E+00 7.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 8.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 1.2124008E-15 2.8421709E-15 -1.0 + outer loop + vertex 2.6047227E+00 8.3888889E+01 1.2477212E+02 + vertex -2.604723E+00 8.1111111E+01 1.2477212E+02 + vertex -2.604723E+00 8.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.984807753 -4.275557E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.0500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.0722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 -5.700743E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.1000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.1222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 7.1259287E-17 -0.5 + outer loop + vertex 1.4095389E+01 1.0222222E+02 1.1513030E+02 + vertex 1.1490667E+01 9.9444444E+01 1.1964181E+02 + vertex 1.1490667E+01 1.0444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 -0.5 + outer loop + vertex 1.4095389E+01 1.0722222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.0444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.0944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 3.5629644E-17 -0.1736481777 + outer loop + vertex 1.4095389E+01 1.0222222E+02 1.1513030E+02 + vertex 1.5000000E+01 1.0500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -1.567704E-15 -0.5 + outer loop + vertex 1.1490667E+01 9.9444444E+01 1.1964181E+02 + vertex 1.4095389E+01 1.0222222E+02 1.1513030E+02 + vertex 1.4095389E+01 9.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 -5.700743E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 9.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 8.7222222E+01 1.1513030E+02 + vertex 1.4095389E+01 9.2222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 5.3444466E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 9.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 9.2222222E+01 1.1513030E+02 + vertex 1.4095389E+01 9.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 -0.5 + outer loop + vertex 1.4095389E+01 8.7222222E+01 1.1513030E+02 + vertex 1.1490667E+01 8.4444444E+01 1.1964181E+02 + vertex 1.1490667E+01 8.9444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 -2.850371E-16 -0.5 + outer loop + vertex 1.4095389E+01 9.2222222E+01 1.1513030E+02 + vertex 1.1490667E+01 8.9444444E+01 1.1964181E+02 + vertex 1.1490667E+01 9.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.3420201433 4.9881501E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.1666667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.1388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.1888889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 1.4251857E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.1944444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.1666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.2166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 0.0 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.2166667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.1888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.2388889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 1.4251857E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.2444444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.2166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.2666667E+02 1.2299038E+02 + endloop + endfacet + facet normal 2.7279017E-15 3.5442938E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.1388889E+02 1.2477212E+02 + vertex -2.604723E+00 1.1111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.1611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 1.2124008E-15 2.8421709E-15 -1.0 + outer loop + vertex 2.6047227E+00 1.1888889E+02 1.2477212E+02 + vertex -2.604723E+00 1.1611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.2111111E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.3420201433 -4.988150E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.0666667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.0388889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.0888889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 7.8385216E-16 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.0944444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.0666667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.1166667E+02 1.2299038E+02 + endloop + endfacet + facet normal -0.3420201433 -4.988150E-16 -0.9396926208 + outer loop + vertex 7.5000000E+00 1.1166667E+02 1.2299038E+02 + vertex 2.6047227E+00 1.0888889E+02 1.2477212E+02 + vertex 2.6047227E+00 1.1388889E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -1.425186E-15 -0.7660444431 + outer loop + vertex 1.1490667E+01 1.1444444E+02 1.1964181E+02 + vertex 7.5000000E+00 1.1166667E+02 1.2299038E+02 + vertex 7.5000000E+00 1.1666667E+02 1.2299038E+02 + endloop + endfacet + facet normal 2.7279017E-15 4.0506215E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.0388889E+02 1.2477212E+02 + vertex -2.604723E+00 1.0111111E+02 1.2477212E+02 + vertex -2.604723E+00 1.0611111E+02 1.2477212E+02 + endloop + endfacet + facet normal 2.7279017E-15 -3.037966E-30 -1.0 + outer loop + vertex 2.6047227E+00 1.0888889E+02 1.2477212E+02 + vertex -2.604723E+00 1.0611111E+02 1.2477212E+02 + vertex -2.604723E+00 1.1111111E+02 1.2477212E+02 + endloop + endfacet + facet normal -0.984807753 -2.137779E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.2500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.2722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 2.1377786E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.3000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.3222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 4.9881501E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.2222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.1944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.2444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 -0.5 + outer loop + vertex 1.4095389E+01 1.2722222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.2444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.2944444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 5.7007430E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.1500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1222222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.1722222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 1.7814822E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 1.2000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1722222E+02 1.1513030E+02 + vertex 1.4095389E+01 1.2222222E+02 1.1513030E+02 + endloop + endfacet + facet normal -0.8660254038 -2.137779E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.1222222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.0944444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.1444444E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.8660254038 -2.137779E-16 -0.5 + outer loop + vertex 1.4095389E+01 1.1722222E+02 1.1513030E+02 + vertex 1.1490667E+01 1.1444444E+02 1.1964181E+02 + vertex 1.1490667E+01 1.1944444E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.86602540378 1.2826672E-15 -0.5 + outer loop + vertex -1.149067E+01 7.5555556E+01 1.1964181E+02 + vertex -1.409539E+01 7.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 7.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 -9.263707E-16 -0.5 + outer loop + vertex -1.149067E+01 8.0555556E+01 1.1964181E+02 + vertex -1.409539E+01 7.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 8.2777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 3.5629644E-17 -0.1736481777 + outer loop + vertex -1.409539E+01 7.2777778E+01 1.1513030E+02 + vertex -1.500000E+01 7.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 7.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.409539E+01 7.7777778E+01 1.1513030E+02 + vertex -1.500000E+01 7.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 8.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 1.7102229E-15 -0.5 + outer loop + vertex -1.409539E+01 7.2777778E+01 1.1513030E+02 + vertex -1.149067E+01 7.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 7.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 9.9763002E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 7.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 7.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 6.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.34202014332 4.9881501E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 8.1111111E+01 1.2477212E+02 + vertex -7.500000E+00 7.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 8.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 7.1259287E-17 -0.9396926208 + outer loop + vertex -2.604723E+00 8.6111111E+01 1.2477212E+02 + vertex -7.500000E+00 8.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 8.8333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.64278760969 1.1401486E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 7.8333333E+01 1.2299038E+02 + vertex -1.149067E+01 7.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 8.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 -2.280297E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 8.3333333E+01 1.2299038E+02 + vertex -1.149067E+01 8.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 8.5555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.34202014332 -1.710223E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 7.8333333E+01 1.2299038E+02 + vertex -2.604723E+00 8.1111111E+01 1.2477212E+02 + vertex -2.604723E+00 7.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 -1.567704E-15 -0.7660444431 + outer loop + vertex -1.149067E+01 7.5555556E+01 1.1964181E+02 + vertex -7.500000E+00 7.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 7.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.86602540378 1.4251857E-16 -0.5 + outer loop + vertex -1.409539E+01 9.2777778E+01 1.1513030E+02 + vertex -1.149067E+01 9.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 9.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 -2.137779E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 9.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 9.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 8.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 4.2755572E-16 -0.5 + outer loop + vertex -1.409539E+01 8.7777778E+01 1.1513030E+02 + vertex -1.149067E+01 9.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 8.5555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 -3.562964E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 8.5000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 8.2777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.34202014332 -2.280297E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 9.8333333E+01 1.2299038E+02 + vertex -2.604723E+00 1.0111111E+02 1.2477212E+02 + vertex -2.604723E+00 9.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 -7.838522E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 9.5555556E+01 1.1964181E+02 + vertex -7.500000E+00 9.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 9.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 0.0 -0.9396926208 + outer loop + vertex -7.500000E+00 9.3333333E+01 1.2299038E+02 + vertex -2.604723E+00 9.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 9.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 7.1259287E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 9.0555556E+01 1.1964181E+02 + vertex -7.500000E+00 9.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 8.8333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.86602540378 -7.838522E-16 -0.5 + outer loop + vertex -1.149067E+01 1.0555556E+02 1.1964181E+02 + vertex -1.409539E+01 1.0277778E+02 1.1513030E+02 + vertex -1.409539E+01 1.0777778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 3.5629644E-16 -0.5 + outer loop + vertex -1.149067E+01 1.1055556E+02 1.1964181E+02 + vertex -1.409539E+01 1.0777778E+02 1.1513030E+02 + vertex -1.409539E+01 1.1277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 -3.562964E-17 -0.1736481777 + outer loop + vertex -1.409539E+01 1.0277778E+02 1.1513030E+02 + vertex -1.500000E+01 1.0000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.0500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.409539E+01 1.0777778E+02 1.1513030E+02 + vertex -1.500000E+01 1.0500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.1000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 -2.850371E-16 -0.5 + outer loop + vertex -1.149067E+01 9.5555556E+01 1.1964181E+02 + vertex -1.409539E+01 9.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 9.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 3.5629644E-16 -0.5 + outer loop + vertex -1.149067E+01 1.0055556E+02 1.1964181E+02 + vertex -1.409539E+01 9.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 1.0277778E+02 1.1513030E+02 + endloop + endfacet + facet normal 0.98480775301 4.9881501E-16 -0.1736481777 + outer loop + vertex -1.409539E+01 9.2777778E+01 1.1513030E+02 + vertex -1.500000E+01 9.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 9.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 -0.1736481777 + outer loop + vertex -1.409539E+01 9.7777778E+01 1.1513030E+02 + vertex -1.500000E+01 9.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 1.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.34202014332 -7.838522E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.1111111E+02 1.2477212E+02 + vertex -7.500000E+00 1.0833333E+02 1.2299038E+02 + vertex -7.500000E+00 1.1333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 -1.425186E-15 -0.9396926208 + outer loop + vertex -2.604723E+00 1.1611111E+02 1.2477212E+02 + vertex -7.500000E+00 1.1333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.1833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.64278760969 1.1401486E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 1.0833333E+02 1.2299038E+02 + vertex -1.149067E+01 1.0555556E+02 1.1964181E+02 + vertex -1.149067E+01 1.1055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 -2.422816E-15 -0.7660444431 + outer loop + vertex -7.500000E+00 1.1333333E+02 1.2299038E+02 + vertex -1.149067E+01 1.1055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.1555556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.34202014332 7.8385216E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.0111111E+02 1.2477212E+02 + vertex -7.500000E+00 9.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 1.0333333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 3.5629644E-16 -0.9396926208 + outer loop + vertex -2.604723E+00 1.0611111E+02 1.2477212E+02 + vertex -7.500000E+00 1.0333333E+02 1.2299038E+02 + vertex -7.500000E+00 1.0833333E+02 1.2299038E+02 + endloop + endfacet + facet normal 0.64278760969 -4.988150E-16 -0.7660444431 + outer loop + vertex -7.500000E+00 9.8333333E+01 1.2299038E+02 + vertex -1.149067E+01 9.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 1.0055556E+02 1.1964181E+02 + endloop + endfacet + facet normal 0.64278760969 4.2755572E-16 -0.7660444431 + outer loop + vertex -7.500000E+00 1.0333333E+02 1.2299038E+02 + vertex -1.149067E+01 1.0055556E+02 1.1964181E+02 + vertex -1.149067E+01 1.0555556E+02 1.1964181E+02 + endloop + endfacet + facet normal -0.3421786709 -9.731738E-05 -0.9396349013 + outer loop + vertex 7.5017019E+00 6.1651275E+01 1.2298940E+02 + vertex 2.6093092E+00 5.8866568E+01 1.2477131E+02 + vertex 2.6065392E+00 6.3884299E+01 1.2477180E+02 + endloop + endfacet + facet normal -0.6428203043 -3.682749E-05 -0.766017007 + outer loop + vertex 1.1490606E+01 6.4435898E+01 1.1964189E+02 + vertex 7.5017019E+00 6.1651275E+01 1.2298940E+02 + vertex 7.5007810E+00 6.6663699E+01 1.2298993E+02 + endloop + endfacet + facet normal -0.3420740762 -6.400272E-05 -0.9396729869 + outer loop + vertex 7.5007810E+00 6.6663699E+01 1.2298993E+02 + vertex 2.6065392E+00 6.3884299E+01 1.2477180E+02 + vertex 2.6047227E+00 6.8888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6428037723 -3.130085E-05 -0.7660308801 + outer loop + vertex 1.1490816E+01 6.9442948E+01 1.1964164E+02 + vertex 7.5007810E+00 6.6663699E+01 1.2298993E+02 + vertex 7.5000000E+00 7.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal -3.232779E-04 -1.698024E-04 -0.9999999333 + outer loop + vertex 2.6093092E+00 5.8866568E+01 1.2477131E+02 + vertex -2.597076E+00 5.6083418E+01 1.2477346E+02 + vertex -2.601913E+00 6.1105049E+01 1.2477261E+02 + endloop + endfacet + facet normal -1.037731E-04 -9.895859E-05 -0.9999999897 + outer loop + vertex 2.6065392E+00 6.3884299E+01 1.2477180E+02 + vertex -2.601913E+00 6.1105049E+01 1.2477261E+02 + vertex -2.604723E+00 6.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427871913 -1.176544E-04 -0.7660447852 + outer loop + vertex 7.5017019E+00 6.1651275E+01 1.2298940E+02 + vertex 1.1490606E+01 6.4435898E+01 1.1964189E+02 + vertex 1.1488417E+01 5.9413942E+01 1.1964449E+02 + endloop + endfacet + facet normal -0.3421874744 -7.980022E-05 -0.939631697 + outer loop + vertex 2.6093092E+00 5.8866568E+01 1.2477131E+02 + vertex 7.5017019E+00 6.1651275E+01 1.2298940E+02 + vertex 7.4996961E+00 5.6614909E+01 1.2299056E+02 + endloop + endfacet + facet normal -4.049746E-04 -1.697398E-05 -0.9999999178 + outer loop + vertex -2.597076E+00 5.6083418E+01 1.2477346E+02 + vertex 2.6093092E+00 5.8866568E+01 1.2477131E+02 + vertex 2.6088229E+00 5.3816842E+01 1.2477139E+02 + endloop + endfacet + facet normal -0.9848062996 1.9621526E-05 -0.1736564189 + outer loop + vertex 1.5000000E+01 7.0000000E+01 1.1000000E+02 + vertex 1.4095196E+01 6.7219097E+01 1.1513083E+02 + vertex 1.4095389E+01 7.2221780E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 2.1376649E-16 -0.1736481777 + outer loop + vertex 1.5000000E+01 7.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 7.2221780E+01 1.1513030E+02 + vertex 1.4095389E+01 7.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.8660174379 1.1309638E-05 -0.500013797 + outer loop + vertex 1.4095196E+01 6.7219097E+01 1.1513083E+02 + vertex 1.1490606E+01 6.4435898E+01 1.1964189E+02 + vertex 1.1490816E+01 6.9442948E+01 1.1964164E+02 + endloop + endfacet + facet normal -0.8660271233 -8.060386E-06 -0.4999970217 + outer loop + vertex 1.4095389E+01 7.2221780E+01 1.1513030E+02 + vertex 1.1490816E+01 6.9442948E+01 1.1964164E+02 + vertex 1.1490667E+01 7.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.984804481 0.0 -0.173666733 + outer loop + vertex 1.4095196E+01 6.7219097E+01 1.1513083E+02 + vertex 1.5000000E+01 7.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 6.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8659881088 -9.844969E-05 -0.5000645815 + outer loop + vertex 1.1490606E+01 6.4435898E+01 1.1964189E+02 + vertex 1.4095196E+01 6.7219097E+01 1.1513083E+02 + vertex 1.4094224E+01 6.2209994E+01 1.1513350E+02 + endloop + endfacet + facet normal -0.3420201433 4.2755572E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 7.8888889E+01 1.2477212E+02 + vertex 7.5000000E+00 8.1666667E+01 1.2299038E+02 + vertex 7.5000000E+00 7.6666667E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.0 0.0 -1.0 + outer loop + vertex -2.604723E+00 7.6111111E+01 1.2477212E+02 + vertex 2.6047227E+00 7.8888889E+01 1.2477212E+02 + vertex 2.6047227E+00 7.3888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.3420201433 3.5629644E-16 -0.9396926208 + outer loop + vertex 2.6047227E+00 7.3888889E+01 1.2477212E+02 + vertex 7.5000000E+00 7.6666667E+01 1.2299038E+02 + vertex 7.5000000E+00 7.1666667E+01 1.2299038E+02 + endloop + endfacet + facet normal 2.7279017E-15 3.5442938E-30 -1.0 + outer loop + vertex -2.604723E+00 7.1111111E+01 1.2477212E+02 + vertex 2.6047227E+00 7.3888889E+01 1.2477212E+02 + vertex 2.6047227E+00 6.8888889E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6427876097 -2.066519E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 8.1666667E+01 1.2299038E+02 + vertex 1.1490667E+01 8.4444444E+01 1.1964181E+02 + vertex 1.1490667E+01 7.9444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.6427876097 2.1377786E-15 -0.7660444431 + outer loop + vertex 7.5000000E+00 7.6666667E+01 1.2299038E+02 + vertex 1.1490667E+01 7.9444444E+01 1.1964181E+02 + vertex 1.1490667E+01 7.4444444E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.4095389E+01 8.7222222E+01 1.1513030E+02 + vertex 1.5000000E+01 9.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 8.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 -0.5 + outer loop + vertex 1.1490667E+01 8.4444444E+01 1.1964181E+02 + vertex 1.4095389E+01 8.7222222E+01 1.1513030E+02 + vertex 1.4095389E+01 8.2222222E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.984807753 0.0 -0.1736481777 + outer loop + vertex 1.4095389E+01 8.2222222E+01 1.1513030E+02 + vertex 1.5000000E+01 8.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 8.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 8.5511145E-16 -0.5 + outer loop + vertex 1.1490667E+01 7.9444444E+01 1.1964181E+02 + vertex 1.4095389E+01 8.2222222E+01 1.1513030E+02 + vertex 1.4095389E+01 7.7222222E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86570960877 -2.374176E-04 -0.5005465182 + outer loop + vertex -1.148292E+01 5.0531278E+01 1.1965104E+02 + vertex -1.409174E+01 4.7761669E+01 1.1514033E+02 + vertex -1.409408E+01 5.2773273E+01 1.1513390E+02 + endloop + endfacet + facet normal 0.86592678108 -1.328510E-04 -0.500170763 + outer loop + vertex -1.148796E+01 5.5549434E+01 1.1964504E+02 + vertex -1.409408E+01 5.2773273E+01 1.1513390E+02 + vertex -1.409539E+01 5.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.98474590944 0.0 -0.1739985455 + outer loop + vertex -1.409174E+01 4.7761669E+01 1.1514033E+02 + vertex -1.500000E+01 4.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 5.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98478559197 0.0 -0.1737738123 + outer loop + vertex -1.409408E+01 5.2773273E+01 1.1513390E+02 + vertex -1.500000E+01 5.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86558123373 2.4499688E-04 -0.5007684772 + outer loop + vertex -1.409174E+01 4.7761669E+01 1.1514033E+02 + vertex -1.148292E+01 5.0531278E+01 1.1965104E+02 + vertex -1.147834E+01 4.5487443E+01 1.1965648E+02 + endloop + endfacet + facet normal 0.98472725473 2.0236570E-04 -0.1741039713 + outer loop + vertex -1.500000E+01 4.5000000E+01 1.1000000E+02 + vertex -1.409174E+01 4.7761669E+01 1.1514033E+02 + vertex -1.408973E+01 4.2737311E+01 1.1514582E+02 + endloop + endfacet + facet normal 0.34156125986 -2.414860E-04 -0.9398594828 + outer loop + vertex -2.597076E+00 5.6083418E+01 1.2477346E+02 + vertex -7.490688E+00 5.3304664E+01 1.2299575E+02 + vertex -7.496737E+00 5.8326610E+01 1.2299226E+02 + endloop + endfacet + facet normal 0.34187828391 -1.306779E-04 -0.9397442322 + outer loop + vertex -2.601913E+00 6.1105049E+01 1.2477261E+02 + vertex -7.496737E+00 5.8326610E+01 1.2299226E+02 + vertex -7.500000E+00 6.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.64231594902 -2.712576E-04 -0.7664399181 + outer loop + vertex -7.490688E+00 5.3304664E+01 1.2299575E+02 + vertex -1.148292E+01 5.0531278E+01 1.1965104E+02 + vertex -1.148796E+01 5.5549434E+01 1.1964504E+02 + endloop + endfacet + facet normal 0.64264352472 -1.461570E-04 -0.7661653077 + outer loop + vertex -7.496737E+00 5.8326610E+01 1.2299226E+02 + vertex -1.148796E+01 5.5549434E+01 1.1964504E+02 + vertex -1.149067E+01 6.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.34139659609 8.6790767E-05 -0.9399193352 + outer loop + vertex -7.490688E+00 5.3304664E+01 1.2299575E+02 + vertex -2.597076E+00 5.6083418E+01 1.2477346E+02 + vertex -2.594586E+00 5.1025484E+01 1.2477390E+02 + endloop + endfacet + facet normal 0.64212852719 1.8794108E-04 -0.7665969731 + outer loop + vertex -1.148292E+01 5.0531278E+01 1.1965104E+02 + vertex -7.490688E+00 5.3304664E+01 1.2299575E+02 + vertex -7.485947E+00 4.8248605E+01 1.2299848E+02 + endloop + endfacet + facet normal 0.86602540378 -5.700743E-16 -0.5 + outer loop + vertex -1.409539E+01 6.7777778E+01 1.1513030E+02 + vertex -1.149067E+01 7.0555556E+01 1.1964181E+02 + vertex -1.149067E+01 6.5555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 -3.919261E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 6.5000000E+01 1.1000000E+02 + vertex -1.409539E+01 6.7777778E+01 1.1513030E+02 + vertex -1.409539E+01 6.2777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.86602540378 4.2755572E-16 -0.5 + outer loop + vertex -1.409539E+01 6.2777778E+01 1.1513030E+02 + vertex -1.149067E+01 6.5555556E+01 1.1964181E+02 + vertex -1.149067E+01 6.0555556E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.98480775301 1.7814822E-16 -0.1736481777 + outer loop + vertex -1.500000E+01 6.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 6.2777778E+01 1.1513030E+02 + vertex -1.409539E+01 5.7777778E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.34202014332 1.7102229E-15 -0.9396926208 + outer loop + vertex -7.500000E+00 7.3333333E+01 1.2299038E+02 + vertex -2.604723E+00 7.6111111E+01 1.2477212E+02 + vertex -2.604723E+00 7.1111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 7.1259287E-17 -0.7660444431 + outer loop + vertex -1.149067E+01 7.0555556E+01 1.1964181E+02 + vertex -7.500000E+00 7.3333333E+01 1.2299038E+02 + vertex -7.500000E+00 6.8333333E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.34202014332 0.0 -0.9396926208 + outer loop + vertex -7.500000E+00 6.8333333E+01 1.2299038E+02 + vertex -2.604723E+00 7.1111111E+01 1.2477212E+02 + vertex -2.604723E+00 6.6111111E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64278760969 -9.976300E-16 -0.7660444431 + outer loop + vertex -1.149067E+01 6.5555556E+01 1.1964181E+02 + vertex -7.500000E+00 6.8333333E+01 1.2299038E+02 + vertex -7.500000E+00 6.3333333E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.8656597789 -2.055378E-04 -0.5006327046 + outer loop + vertex 1.1484319E+01 5.4370255E+01 1.1964937E+02 + vertex 1.4092407E+01 5.7190648E+01 1.1513849E+02 + vertex 1.4090364E+01 5.2157976E+01 1.1514409E+02 + endloop + endfacet + facet normal -0.6422926623 -2.300474E-04 -0.7664594464 + outer loop + vertex 7.4950098E+00 5.1545840E+01 1.2299326E+02 + vertex 1.1484319E+01 5.4370255E+01 1.1964937E+02 + vertex 1.1479991E+01 4.9299264E+01 1.1965452E+02 + endloop + endfacet + facet normal -0.8654413309 -2.270927E-04 -0.5010102306 + outer loop + vertex 1.1479991E+01 4.9299264E+01 1.1965452E+02 + vertex 1.4090364E+01 5.2157976E+01 1.1514409E+02 + vertex 1.4088099E+01 4.7111603E+01 1.1515029E+02 + endloop + endfacet + facet normal -0.6420030915 -2.564593E-04 -0.7667020052 + outer loop + vertex 7.4914416E+00 4.6438235E+01 1.2299532E+02 + vertex 1.1479991E+01 4.9299264E+01 1.1965452E+02 + vertex 1.1475138E+01 4.4205191E+01 1.1966029E+02 + endloop + endfacet + facet normal -0.9847572737 0.0 -0.1739342173 + outer loop + vertex 1.4092407E+01 5.7190648E+01 1.1513849E+02 + vertex 1.5000000E+01 6.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.9847227078 -3.571804E-17 -0.1741298045 + outer loop + vertex 1.4090364E+01 5.2157976E+01 1.1514409E+02 + vertex 1.5000000E+01 5.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 5.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.6424653107 1.8512152E-04 -0.7663147462 + outer loop + vertex 1.1484319E+01 5.4370255E+01 1.1964937E+02 + vertex 7.4950098E+00 5.1545840E+01 1.2299326E+02 + vertex 7.4996961E+00 5.6614909E+01 1.2299056E+02 + endloop + endfacet + facet normal -0.8657748828 2.1931990E-04 -0.5004336162 + outer loop + vertex 1.4092407E+01 5.7190648E+01 1.1513849E+02 + vertex 1.1484319E+01 5.4370255E+01 1.1964937E+02 + vertex 1.1488417E+01 5.9413942E+01 1.1964449E+02 + endloop + endfacet + facet normal -0.9847744684 1.8384545E-04 -0.173836741 + outer loop + vertex 1.5000000E+01 6.0000000E+01 1.1000000E+02 + vertex 1.4092407E+01 5.7190648E+01 1.1513849E+02 + vertex 1.4094224E+01 6.2209994E+01 1.1513350E+02 + endloop + endfacet + facet normal -4.082758E-04 5.8182774E-06 -0.9999999166 + outer loop + vertex -2.593976E+00 4.5926567E+01 1.2477401E+02 + vertex 2.6059466E+00 4.8726709E+01 1.2477190E+02 + vertex 2.6061162E+00 4.3594609E+01 1.2477187E+02 + endloop + endfacet + facet normal -5.006094E-04 -1.683981E-05 -0.9999998746 + outer loop + vertex -2.591057E+00 4.0794713E+01 1.2477452E+02 + vertex 2.6061162E+00 4.3594609E+01 1.2477187E+02 + vertex 2.6056232E+00 3.8444384E+01 1.2477196E+02 + endloop + endfacet + facet normal -0.3418074025 -1.398030E-04 -0.9397700144 + outer loop + vertex 2.6059466E+00 4.8726709E+01 1.2477190E+02 + vertex 7.4950098E+00 5.1545840E+01 1.2299326E+02 + vertex 7.4914416E+00 4.6438235E+01 1.2299532E+02 + endloop + endfacet + facet normal -0.3416654138 -1.741795E-04 -0.9398216398 + outer loop + vertex 2.6061162E+00 4.3594609E+01 1.2477187E+02 + vertex 7.4914416E+00 4.6438235E+01 1.2299532E+02 + vertex 7.4869664E+00 4.1302167E+01 1.2299790E+02 + endloop + endfacet + facet normal -3.938176E-04 -2.103094E-05 -0.9999999222 + outer loop + vertex 2.6059466E+00 4.8726709E+01 1.2477190E+02 + vertex -2.593976E+00 4.5926567E+01 1.2477401E+02 + vertex -2.594586E+00 5.1025484E+01 1.2477390E+02 + endloop + endfacet + facet normal -0.3419292556 9.9484633E-05 -0.939725691 + outer loop + vertex 7.4950098E+00 5.1545840E+01 1.2299326E+02 + vertex 2.6059466E+00 4.8726709E+01 1.2477190E+02 + vertex 2.6088229E+00 5.3816842E+01 1.2477139E+02 + endloop + endfacet + facet normal -0.865130869 1.6777718E-04 -0.5015461607 + outer loop + vertex 1.4088660E+01 3.7047506E+01 1.1514875E+02 + vertex 1.1466965E+01 3.4065492E+01 1.1966999E+02 + vertex 1.1470098E+01 3.9111618E+01 1.1966627E+02 + endloop + endfacet + facet normal -0.9846729631 -2.120140E-04 -0.1744107528 + outer loop + vertex 1.5000000E+01 4.0000000E+01 1.1000000E+02 + vertex 1.4088660E+01 3.7047506E+01 1.1514875E+02 + vertex 1.4086565E+01 4.2064408E+01 1.1515448E+02 + endloop + endfacet + facet normal -0.8651379037 2.6683226E-04 -0.5015339832 + outer loop + vertex 1.4086565E+01 4.2064408E+01 1.1515448E+02 + vertex 1.1470098E+01 3.9111618E+01 1.1966627E+02 + vertex 1.1475138E+01 4.4205191E+01 1.1966029E+02 + endloop + endfacet + facet normal -0.984673491 1.5438598E-04 -0.1744078333 + outer loop + vertex 1.5000000E+01 4.5000000E+01 1.1000000E+02 + vertex 1.4086565E+01 4.2064408E+01 1.1515448E+02 + vertex 1.4088099E+01 4.7111603E+01 1.1515029E+02 + endloop + endfacet + facet normal -0.6411816937 1.8558759E-04 -0.7673890807 + outer loop + vertex 1.1466965E+01 3.4065492E+01 1.1966999E+02 + vertex 7.4746255E+00 3.1012307E+01 1.2300500E+02 + vertex 7.4794095E+00 3.6166193E+01 1.2300225E+02 + endloop + endfacet + facet normal -0.6414913737 2.9413995E-04 -0.7671301917 + outer loop + vertex 1.1470098E+01 3.9111618E+01 1.1966627E+02 + vertex 7.4794095E+00 3.6166193E+01 1.2300225E+02 + vertex 7.4869664E+00 4.1302167E+01 1.2299790E+02 + endloop + endfacet + facet normal -0.9847547421 4.0705495E-04 -0.1739480734 + outer loop + vertex 1.5000000E+01 3.0000000E+01 1.1000000E+02 + vertex 1.4090154E+01 2.7369601E+01 1.1514466E+02 + vertex 1.4093957E+01 3.2113118E+01 1.1513424E+02 + endloop + endfacet + facet normal -0.9847308804 -5.449215E-04 -0.1740827282 + outer loop + vertex 1.5000000E+01 3.5000000E+01 1.1000000E+02 + vertex 1.4093957E+01 3.2113118E+01 1.1513424E+02 + vertex 1.4088660E+01 3.7047506E+01 1.1514875E+02 + endloop + endfacet + facet normal -0.8633721179 0.00621376352 -0.5045294591 + outer loop + vertex 1.4090154E+01 2.7369601E+01 1.1514466E+02 + vertex 1.1329878E+01 2.4291355E+01 1.1983025E+02 + vertex 1.1438594E+01 2.9107967E+01 1.1970353E+02 + endloop + endfacet + facet normal -0.865049482 0.00155599898 -0.5016841362 + outer loop + vertex 1.4093957E+01 3.2113118E+01 1.1513424E+02 + vertex 1.1438594E+01 2.9107967E+01 1.1970353E+02 + vertex 1.1466965E+01 3.4065492E+01 1.1966999E+02 + endloop + endfacet + facet normal -0.9847916575 0.00571728809 -0.1736453396 + outer loop + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 2.0000000E+01 1.1513030E+02 + vertex 1.4131205E+01 2.3147422E+01 1.1503081E+02 + endloop + endfacet + facet normal -0.9850949558 -0.0049412992 -0.1719404303 + outer loop + vertex 1.5000000E+01 2.5000000E+01 1.1000000E+02 + vertex 1.4131205E+01 2.3147422E+01 1.1503081E+02 + vertex 1.4090154E+01 2.7369601E+01 1.1514466E+02 + endloop + endfacet + facet normal -0.8660100712 -0.0059505219 -0.4999911477 + outer loop + vertex 1.4131205E+01 2.3147422E+01 1.1503081E+02 + vertex 1.4095389E+01 2.0000000E+01 1.1513030E+02 + vertex 1.1490667E+01 2.0000000E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.6427582756 0.00955350024 -0.7660094841 + outer loop + vertex 1.1329878E+01 2.4291355E+01 1.1983025E+02 + vertex 1.1490667E+01 2.0000000E+01 1.1964181E+02 + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.6399370715 1.2867638E-04 -0.7684273082 + outer loop + vertex 1.1438594E+01 2.9107967E+01 1.1970353E+02 + vertex 7.4712277E+00 2.5772986E+01 1.2300695E+02 + vertex 7.4746255E+00 3.1012307E+01 1.2300500E+02 + endloop + endfacet + facet normal -0.3414007867 -6.753769E-04 -0.9399175744 + outer loop + vertex 7.4746255E+00 3.1012307E+01 1.2300500E+02 + vertex 2.6245878E+00 2.8297406E+01 1.2476860E+02 + vertex 2.6052059E+00 3.3319546E+01 1.2477203E+02 + endloop + endfacet + facet normal -0.3412983914 1.4290143E-05 -0.9399550031 + outer loop + vertex 7.4794095E+00 3.6166193E+01 1.2300225E+02 + vertex 2.6052059E+00 3.3319546E+01 1.2477203E+02 + vertex 2.6056232E+00 3.8444384E+01 1.2477196E+02 + endloop + endfacet + facet normal -0.001667175 -6.863155E-04 -0.9999983747 + outer loop + vertex 2.6245878E+00 2.8297406E+01 1.2476860E+02 + vertex -2.564083E+00 2.5420548E+01 1.2477922E+02 + vertex -2.584097E+00 3.0548905E+01 1.2477574E+02 + endloop + endfacet + facet normal -6.318343E-04 -1.546438E-04 -0.9999997884 + outer loop + vertex 2.6052059E+00 3.3319546E+01 1.2477203E+02 + vertex -2.584097E+00 3.0548905E+01 1.2477574E+02 + vertex -2.588602E+00 3.5666558E+01 1.2477495E+02 + endloop + endfacet + facet normal -0.3420179327 0.0035953643 -0.9396865472 + outer loop + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + vertex 2.6047227E+00 2.0000000E+01 1.2477212E+02 + vertex 2.6784592E+00 2.3566589E+01 1.2475892E+02 + endloop + endfacet + facet normal -0.3425216872 -0.0019789947 -0.9395078378 + outer loop + vertex 7.4712277E+00 2.5772986E+01 1.2300695E+02 + vertex 2.6784592E+00 2.3566589E+01 1.2475892E+02 + vertex 2.6245878E+00 2.8297406E+01 1.2476860E+02 + endloop + endfacet + facet normal 0.0 -0.0036986514 -0.99999316 + outer loop + vertex 2.6784592E+00 2.3566589E+01 1.2475892E+02 + vertex 2.6047227E+00 2.0000000E+01 1.2477212E+02 + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.64166076984 4.6472930E-05 -0.766988562 + outer loop + vertex -7.481115E+00 3.8058935E+01 1.2300127E+02 + vertex -1.147678E+01 3.5371912E+01 1.1965834E+02 + vertex -1.147591E+01 4.0425368E+01 1.1965938E+02 + endloop + endfacet + facet normal 0.34094746399 -9.086901E-05 -0.9400823467 + outer loop + vertex -2.591057E+00 4.0794713E+01 1.2477452E+02 + vertex -7.481115E+00 3.8058935E+01 1.2300127E+02 + vertex -7.483432E+00 4.3159913E+01 1.2299993E+02 + endloop + endfacet + facet normal 0.64176512776 -1.296432E-04 -0.7669012348 + outer loop + vertex -7.483432E+00 4.3159913E+01 1.2299993E+02 + vertex -1.147591E+01 4.0425368E+01 1.1965938E+02 + vertex -1.147834E+01 4.5487443E+01 1.1965648E+02 + endloop + endfacet + facet normal 0.34112861564 -9.890881E-05 -0.9400166263 + outer loop + vertex -2.593976E+00 4.5926567E+01 1.2477401E+02 + vertex -7.483432E+00 4.3159913E+01 1.2299993E+02 + vertex -7.485947E+00 4.8248605E+01 1.2299848E+02 + endloop + endfacet + facet normal 0.98476647245 0.0 -0.1738821288 + outer loop + vertex -1.409295E+01 3.2723545E+01 1.1513700E+02 + vertex -1.500000E+01 3.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 3.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86545645956 3.5414697E-04 -0.5009840229 + outer loop + vertex -1.147678E+01 3.5371912E+01 1.1965834E+02 + vertex -1.409295E+01 3.2723545E+01 1.1513700E+02 + vertex -1.408947E+01 3.7713066E+01 1.1514654E+02 + endloop + endfacet + facet normal 0.98470754369 3.5681223E-17 -0.1742155372 + outer loop + vertex -1.408947E+01 3.7713066E+01 1.1514654E+02 + vertex -1.500000E+01 3.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 4.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86536118462 -2.664751E-05 -0.5011486999 + outer loop + vertex -1.147591E+01 4.0425368E+01 1.1965938E+02 + vertex -1.408947E+01 3.7713066E+01 1.1514654E+02 + vertex -1.408973E+01 4.2737311E+01 1.1514582E+02 + endloop + endfacet + facet normal 0.34061498842 -1.080276E-04 -0.94020286 + outer loop + vertex -2.584097E+00 3.0548905E+01 1.2477574E+02 + vertex -7.477946E+00 2.8064230E+01 1.2300309E+02 + vertex -7.480607E+00 3.2996837E+01 1.2300156E+02 + endloop + endfacet + facet normal 0.34081574599 -2.009083E-05 -0.9401301117 + outer loop + vertex -2.588602E+00 3.5666558E+01 1.2477495E+02 + vertex -7.480607E+00 3.2996837E+01 1.2300156E+02 + vertex -7.481115E+00 3.8058935E+01 1.2300127E+02 + endloop + endfacet + facet normal 0.64154517461 -6.649973E-04 -0.7670849671 + outer loop + vertex -7.477946E+00 2.8064230E+01 1.2300309E+02 + vertex -1.146898E+01 2.5317529E+01 1.1966761E+02 + vertex -1.148135E+01 3.0336191E+01 1.1965290E+02 + endloop + endfacet + facet normal 0.6417498711 2.4520045E-04 -0.7669139735 + outer loop + vertex -7.480607E+00 3.2996837E+01 1.2300156E+02 + vertex -1.148135E+01 3.0336191E+01 1.1965290E+02 + vertex -1.147678E+01 3.5371912E+01 1.1965834E+02 + endloop + endfacet + facet normal 0.34201974536 0.00152550071 -0.9396915274 + outer loop + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + vertex -7.500000E+00 2.0000000E+01 1.2299038E+02 + vertex -7.473520E+00 2.3458419E+01 1.2300563E+02 + endloop + endfacet + facet normal 0.33983788361 -1.929766E-04 -0.9404840114 + outer loop + vertex -2.564083E+00 2.5420548E+01 1.2477922E+02 + vertex -7.473520E+00 2.3458419E+01 1.2300563E+02 + vertex -7.477946E+00 2.8064230E+01 1.2300309E+02 + endloop + endfacet + facet normal 0.64278684427 -0.0015432285 -0.7660435309 + outer loop + vertex -7.473520E+00 2.3458419E+01 1.2300563E+02 + vertex -7.500000E+00 2.0000000E+01 1.2299038E+02 + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.86560875592 -2.455034E-04 -0.5007209017 + outer loop + vertex -1.409295E+01 3.2723545E+01 1.1513700E+02 + vertex -1.147678E+01 3.5371912E+01 1.1965834E+02 + vertex -1.148135E+01 3.0336191E+01 1.1965290E+02 + endloop + endfacet + facet normal 0.98475792027 9.4141566E-05 -0.173930531 + outer loop + vertex -1.500000E+01 3.0000000E+01 1.1000000E+02 + vertex -1.409295E+01 3.2723545E+01 1.1513700E+02 + vertex -1.409205E+01 2.7866118E+01 1.1513947E+02 + endloop + endfacet + facet normal 0.86602013575 0.00348797517 -0.4999969585 + outer loop + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + vertex -1.409539E+01 2.0000000E+01 1.1513030E+02 + vertex -1.407182E+01 2.3365691E+01 1.1519461E+02 + endloop + endfacet + facet normal 0.86474440827 -0.0022655871 -0.5022071042 + outer loop + vertex -1.146898E+01 2.5317529E+01 1.1966761E+02 + vertex -1.407182E+01 2.3365691E+01 1.1519461E+02 + vertex -1.409205E+01 2.7866118E+01 1.1513947E+02 + endloop + endfacet + facet normal 0.98480144397 -0.0035794834 -0.1736470652 + outer loop + vertex -1.407182E+01 2.3365691E+01 1.1519461E+02 + vertex -1.409539E+01 2.0000000E+01 1.1513030E+02 + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98440873486 -4.999268E-16 0.17589611345 + outer loop + vertex -1.500000E+01 1.9500000E+02 1.1000000E+02 + vertex -1.407182E+01 1.9663431E+02 1.0480539E+02 + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98453011559 -0.0022795645 0.17520061383 + outer loop + vertex -1.409205E+01 1.9213388E+02 1.0486053E+02 + vertex -1.407182E+01 1.9663431E+02 1.0480539E+02 + vertex -1.500000E+01 1.9500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.8654627651 -6.667609E-04 0.50097281129 + outer loop + vertex -1.148135E+01 1.8966381E+02 1.0034710E+02 + vertex -1.146898E+01 1.9468247E+02 1.0033239E+02 + vertex -1.409205E+01 1.9213388E+02 1.0486053E+02 + endloop + endfacet + facet normal 0.86452313314 1.0887958E-03 0.50259184912 + outer loop + vertex -1.146898E+01 1.9468247E+02 1.0033239E+02 + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + vertex -1.407182E+01 1.9663431E+02 1.0480539E+02 + endloop + endfacet + facet normal 0.98475122913 4.9444803E-16 0.173968436 + outer loop + vertex -1.500000E+01 1.9500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.9000000E+02 1.1000000E+02 + vertex -1.409205E+01 1.9213388E+02 1.0486053E+02 + endloop + endfacet + facet normal 0.86564346969 9.4101335E-05 0.50066093768 + outer loop + vertex -1.409205E+01 1.9213388E+02 1.0486053E+02 + vertex -1.409295E+01 1.8727645E+02 1.0486300E+02 + vertex -1.148135E+01 1.8966381E+02 1.0034710E+02 + endloop + endfacet + facet normal 0.64144750817 -0.0011043798 0.76716613234 + outer loop + vertex -1.146898E+01 1.9468247E+02 1.0033239E+02 + vertex -7.473520E+00 1.9654158E+02 9.6994366E+01 + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64119798266 -1.922556E-04 0.76737546877 + outer loop + vertex -7.477946E+00 1.9193577E+02 9.6996911E+01 + vertex -7.473520E+00 1.9654158E+02 9.6994366E+01 + vertex -1.146898E+01 1.9468247E+02 1.0033239E+02 + endloop + endfacet + facet normal 0.34025731164 -6.886724E-04 0.94033211559 + outer loop + vertex -2.584097E+00 1.8945109E+02 9.5224262E+01 + vertex -2.564083E+00 1.9457945E+02 9.5220775E+01 + vertex -7.477946E+00 1.9193577E+02 9.6996911E+01 + endloop + endfacet + facet normal 0.34023519243 0.00131775428 0.94033944794 + outer loop + vertex -2.564083E+00 1.9457945E+02 9.5220775E+01 + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + vertex -7.473520E+00 1.9654158E+02 9.6994366E+01 + endloop + endfacet + facet normal 0.64167119762 -2.011450E-05 0.7669798392 + outer loop + vertex -7.481115E+00 1.8194106E+02 9.6998734E+01 + vertex -7.480607E+00 1.8700316E+02 9.6998442E+01 + vertex -1.147678E+01 1.8462809E+02 1.0034166E+02 + endloop + endfacet + facet normal 0.64180343583 -1.082790E-04 0.76686917922 + outer loop + vertex -7.480607E+00 1.8700316E+02 9.6998442E+01 + vertex -7.477946E+00 1.9193577E+02 9.6996911E+01 + vertex -1.148135E+01 1.8966381E+02 1.0034710E+02 + endloop + endfacet + facet normal 0.3408608575 -8.429225E-05 0.94011375307 + outer loop + vertex -2.591057E+00 1.7920529E+02 9.5225481E+01 + vertex -2.588602E+00 1.8433344E+02 9.5225050E+01 + vertex -7.481115E+00 1.8194106E+02 9.6998734E+01 + endloop + endfacet + facet normal 0.34073125289 -1.550700E-04 0.94016072523 + outer loop + vertex -2.588602E+00 1.8433344E+02 9.5225050E+01 + vertex -2.584097E+00 1.8945109E+02 9.5224262E+01 + vertex -7.480607E+00 1.8700316E+02 9.6998442E+01 + endloop + endfacet + facet normal 0.86539592895 -1.298012E-04 0.50108868408 + outer loop + vertex -1.147834E+01 1.7451256E+02 1.0034352E+02 + vertex -1.147591E+01 1.7957463E+02 1.0034062E+02 + vertex -1.408973E+01 1.7726269E+02 1.0485418E+02 + endloop + endfacet + facet normal 0.9847095788 -2.670212E-05 0.17420403182 + outer loop + vertex -1.408973E+01 1.7726269E+02 1.0485418E+02 + vertex -1.408947E+01 1.8228693E+02 1.0485346E+02 + vertex -1.500000E+01 1.8000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86536636382 4.6520822E-05 0.50113975516 + outer loop + vertex -1.147591E+01 1.7957463E+02 1.0034062E+02 + vertex -1.147678E+01 1.8462809E+02 1.0034166E+02 + vertex -1.408947E+01 1.8228693E+02 1.0485346E+02 + endloop + endfacet + facet normal 0.98473951055 3.5434453E-04 0.17403439548 + outer loop + vertex -1.408947E+01 1.8228693E+02 1.0485346E+02 + vertex -1.409295E+01 1.8727645E+02 1.0486300E+02 + vertex -1.500000E+01 1.8500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.34117892818 -2.104585E-05 0.93999837155 + outer loop + vertex -2.594586E+00 1.6897452E+02 9.5226100E+01 + vertex -2.593976E+00 1.7407343E+02 9.5225993E+01 + vertex -7.485947E+00 1.7175140E+02 9.7001516E+01 + endloop + endfacet + facet normal 0.64184347301 -9.900766E-05 0.76683567102 + outer loop + vertex -7.485947E+00 1.7175140E+02 9.7001516E+01 + vertex -7.483432E+00 1.7684009E+02 9.7000067E+01 + vertex -1.147834E+01 1.7451256E+02 1.0034352E+02 + endloop + endfacet + facet normal 0.34102907816 -1.001606E-04 0.94005274204 + outer loop + vertex -2.593976E+00 1.7407343E+02 9.5225993E+01 + vertex -2.591057E+00 1.7920529E+02 9.5225481E+01 + vertex -7.483432E+00 1.7684009E+02 9.7000067E+01 + endloop + endfacet + facet normal 0.64167626378 -9.093966E-05 0.76697559559 + outer loop + vertex -7.483432E+00 1.7684009E+02 9.7000067E+01 + vertex -7.481115E+00 1.8194106E+02 9.6998734E+01 + vertex -1.147591E+01 1.7957463E+02 1.0034062E+02 + endloop + endfacet + facet normal -0.0033993817 -0.0013368464 0.9999933285 + outer loop + vertex -2.564083E+00 1.9457945E+02 9.5220775E+01 + vertex 2.6784592E+00 1.9643341E+02 9.5241075E+01 + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.0031616426 -0.0020091106 0.99999298372 + outer loop + vertex 2.6245878E+00 1.9170259E+02 9.5231400E+01 + vertex 2.6784592E+00 1.9643341E+02 9.5241075E+01 + vertex -2.564083E+00 1.9457945E+02 9.5220775E+01 + endloop + endfacet + facet normal -0.341671199 1.2861812E-04 0.93981954397 + outer loop + vertex 7.4746255E+00 1.8898769E+02 9.6995002E+01 + vertex 7.4712277E+00 1.9422701E+02 9.6993050E+01 + vertex 2.6245878E+00 1.9170259E+02 9.5231400E+01 + endloop + endfacet + facet normal -0.3437247968 -9.821498E-04 0.93906991191 + outer loop + vertex 7.4712277E+00 1.9422701E+02 9.6993050E+01 + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + vertex 2.6784592E+00 1.9643341E+02 9.5241075E+01 + endloop + endfacet + facet normal -5.684212E-04 1.4314019E-05 0.99999983835 + outer loop + vertex 2.6056232E+00 1.8155562E+02 9.5228043E+01 + vertex 2.6052059E+00 1.8668045E+02 9.5227969E+01 + vertex -2.588602E+00 1.8433344E+02 9.5225050E+01 + endloop + endfacet + facet normal -1.076971E-03 -6.790814E-04 0.99999918949 + outer loop + vertex 2.6052059E+00 1.8668045E+02 9.5227969E+01 + vertex 2.6245878E+00 1.9170259E+02 9.5231400E+01 + vertex -2.584097E+00 1.8945109E+02 9.5224262E+01 + endloop + endfacet + facet normal -0.3414255692 2.9369878E-04 0.93990876921 + outer loop + vertex 7.4869664E+00 1.7869783E+02 9.7002103E+01 + vertex 7.4794095E+00 1.8383381E+02 9.6997753E+01 + vertex 2.6056232E+00 1.8155562E+02 9.5228043E+01 + endloop + endfacet + facet normal -0.341195555 1.8499209E-04 0.9399923186 + outer loop + vertex 7.4794095E+00 1.8383381E+02 9.6997753E+01 + vertex 7.4746255E+00 1.8898769E+02 9.6995002E+01 + vertex 2.6052059E+00 1.8668045E+02 9.5227969E+01 + endloop + endfacet + facet normal -0.6404071822 0.00153166049 0.76803404549 + outer loop + vertex 1.1466965E+01 1.8593451E+02 1.0033001E+02 + vertex 1.1438594E+01 1.9089203E+02 1.0029647E+02 + vertex 7.4746255E+00 1.8898769E+02 9.6995002E+01 + endloop + endfacet + facet normal -0.6358042176 9.5350299E-04 0.77184978315 + outer loop + vertex 7.4712277E+00 1.9422701E+02 9.6993050E+01 + vertex 1.1329878E+01 1.9570864E+02 1.0016975E+02 + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.6369257751 0.00590540579 0.77090251213 + outer loop + vertex 1.1438594E+01 1.9089203E+02 1.0029647E+02 + vertex 1.1329878E+01 1.9570864E+02 1.0016975E+02 + vertex 7.4712277E+00 1.9422701E+02 9.6993050E+01 + endloop + endfacet + facet normal -0.8646747283 0.01034438644 0.50222565431 + outer loop + vertex 1.1329878E+01 1.9570864E+02 1.0016975E+02 + vertex 1.4131205E+01 1.9685258E+02 1.0496919E+02 + vertex 1.1490667E+01 2.0000000E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8630948706 -0.0052264158 0.50501478083 + outer loop + vertex 1.4090154E+01 1.9263040E+02 1.0485534E+02 + vertex 1.4131205E+01 1.9685258E+02 1.0496919E+02 + vertex 1.1329878E+01 1.9570864E+02 1.0016975E+02 + endloop + endfacet + facet normal -0.9847191538 0.0 0.17414990152 + outer loop + vertex 1.5000000E+01 1.9000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.9500000E+02 1.1000000E+02 + vertex 1.4090154E+01 1.9263040E+02 1.0485534E+02 + endloop + endfacet + facet normal -0.9854137082 0.0 0.17017586083 + outer loop + vertex 1.5000000E+01 1.9500000E+02 1.1000000E+02 + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + vertex 1.4131205E+01 1.9685258E+02 1.0496919E+02 + endloop + endfacet + facet normal -0.8652390321 -5.462265E-04 0.50135927138 + outer loop + vertex 1.4088660E+01 1.8295249E+02 1.0485125E+02 + vertex 1.4093957E+01 1.8788688E+02 1.0486576E+02 + vertex 1.1466965E+01 1.8593451E+02 1.0033001E+02 + endloop + endfacet + facet normal -0.8644885389 4.1182748E-04 0.50265236142 + outer loop + vertex 1.4093957E+01 1.8788688E+02 1.0486576E+02 + vertex 1.4090154E+01 1.9263040E+02 1.0485534E+02 + vertex 1.1438594E+01 1.9089203E+02 1.0029647E+02 + endloop + endfacet + facet normal -0.984693858 0.0 0.17429287427 + outer loop + vertex 1.5000000E+01 1.8000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.8500000E+02 1.1000000E+02 + vertex 1.4088660E+01 1.8295249E+02 1.0485125E+02 + endloop + endfacet + facet normal -0.9847835089 0.0 0.17378561676 + outer loop + vertex 1.5000000E+01 1.8500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.9000000E+02 1.1000000E+02 + vertex 1.4093957E+01 1.8788688E+02 1.0486576E+02 + endloop + endfacet + facet normal -0.6416726458 2.6605661E-04 0.76697858171 + outer loop + vertex 1.1475138E+01 1.7579481E+02 1.0033971E+02 + vertex 1.1470098E+01 1.8088838E+02 1.0033373E+02 + vertex 7.4869664E+00 1.7869783E+02 9.7002103E+01 + endloop + endfacet + facet normal -0.6412910588 1.6697362E-04 0.76729769326 + outer loop + vertex 1.1470098E+01 1.8088838E+02 1.0033373E+02 + vertex 1.1466965E+01 1.8593451E+02 1.0033001E+02 + vertex 7.4794095E+00 1.8383381E+02 9.6997753E+01 + endloop + endfacet + facet normal -0.9846843714 0.0 0.17434646192 + outer loop + vertex 1.5000000E+01 1.7000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.7500000E+02 1.1000000E+02 + vertex 1.4088099E+01 1.7288840E+02 1.0484971E+02 + endloop + endfacet + facet normal -0.8652246143 1.5372058E-04 0.50138442648 + outer loop + vertex 1.4088099E+01 1.7288840E+02 1.0484971E+02 + vertex 1.4086565E+01 1.7793559E+02 1.0484552E+02 + vertex 1.1475138E+01 1.7579481E+02 1.0033971E+02 + endloop + endfacet + facet normal -0.9846583993 0.0 0.17449308509 + outer loop + vertex 1.5000000E+01 1.7500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.8000000E+02 1.1000000E+02 + vertex 1.4086565E+01 1.7793559E+02 1.0484552E+02 + endloop + endfacet + facet normal -0.8651221974 -2.114783E-04 0.50156110181 + outer loop + vertex 1.4086565E+01 1.7793559E+02 1.0484552E+02 + vertex 1.4088660E+01 1.8295249E+02 1.0485125E+02 + vertex 1.1470098E+01 1.8088838E+02 1.0033373E+02 + endloop + endfacet + facet normal -0.3420460545 1.8510635E-04 0.93968317126 + outer loop + vertex 7.4996961E+00 1.6338509E+02 9.7009444E+01 + vertex 7.4950098E+00 1.6845416E+02 9.7006739E+01 + vertex 2.6088229E+00 1.6618316E+02 9.5228607E+01 + endloop + endfacet + facet normal -4.285033E-04 9.9500815E-05 0.99999990324 + outer loop + vertex 2.6088229E+00 1.6618316E+02 9.5228607E+01 + vertex 2.6059466E+00 1.7127329E+02 9.5228100E+01 + vertex -2.594586E+00 1.6897452E+02 9.5226100E+01 + endloop + endfacet + facet normal -0.3415861753 -1.682866E-05 0.93985045863 + outer loop + vertex 2.6056232E+00 1.8155562E+02 9.5228043E+01 + vertex 2.6061162E+00 1.7640539E+02 9.5228129E+01 + vertex 7.4869664E+00 1.7869783E+02 9.7002103E+01 + endloop + endfacet + facet normal -0.3417519744 5.8164830E-06 0.93979018294 + outer loop + vertex 2.6061162E+00 1.7640539E+02 9.5228129E+01 + vertex 2.6059466E+00 1.7127329E+02 9.5228100E+01 + vertex 7.4914416E+00 1.7356176E+02 9.7004681E+01 + endloop + endfacet + facet normal -5.310619E-04 8.4171744E-05 0.99999985544 + outer loop + vertex -2.588602E+00 1.8433344E+02 9.5225050E+01 + vertex -2.591057E+00 1.7920529E+02 9.5225481E+01 + vertex 2.6056232E+00 1.8155562E+02 9.5228043E+01 + endloop + endfacet + facet normal -4.557652E-04 1.0007966E-04 0.99999989113 + outer loop + vertex -2.591057E+00 1.7920529E+02 9.5225481E+01 + vertex -2.593976E+00 1.7407343E+02 9.5225993E+01 + vertex 2.6061162E+00 1.7640539E+02 9.5228129E+01 + endloop + endfacet + facet normal -0.9847880313 0.0 0.17375998792 + outer loop + vertex 1.5000000E+01 1.5500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.6000000E+02 1.1000000E+02 + vertex 1.4094224E+01 1.5779001E+02 1.0486650E+02 + endloop + endfacet + facet normal -0.8658610034 1.8354571E-04 0.50028460802 + outer loop + vertex 1.4094224E+01 1.5779001E+02 1.0486650E+02 + vertex 1.4092407E+01 1.6280935E+02 1.0486151E+02 + vertex 1.1488417E+01 1.6058606E+02 1.0035551E+02 + endloop + endfacet + facet normal -0.6425990208 2.1914021E-04 0.76620261711 + outer loop + vertex 1.1488417E+01 1.6058606E+02 1.0035551E+02 + vertex 1.1484319E+01 1.6562975E+02 1.0035063E+02 + vertex 7.4996961E+00 1.6338509E+02 9.7009444E+01 + endloop + endfacet + facet normal -0.9847062826 -2.279250E-04 0.17422251601 + outer loop + vertex 1.4088099E+01 1.7288840E+02 1.0484971E+02 + vertex 1.4090364E+01 1.6784202E+02 1.0485591E+02 + vertex 1.5000000E+01 1.7000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.984742202 -2.060640E-04 0.17401940474 + outer loop + vertex 1.4090364E+01 1.6784202E+02 1.0485591E+02 + vertex 1.4092407E+01 1.6280935E+02 1.0486151E+02 + vertex 1.5000000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.6418611557 -1.742543E-04 0.76682085682 + outer loop + vertex 7.4869664E+00 1.7869783E+02 9.7002103E+01 + vertex 7.4914416E+00 1.7356176E+02 9.7004681E+01 + vertex 1.1475138E+01 1.7579481E+02 1.0033971E+02 + endloop + endfacet + facet normal -0.8653393812 -2.569279E-04 0.50118628199 + outer loop + vertex 1.1475138E+01 1.7579481E+02 1.0033971E+02 + vertex 1.1479991E+01 1.7070074E+02 1.0034548E+02 + vertex 1.4088099E+01 1.7288840E+02 1.0484971E+02 + endloop + endfacet + facet normal -0.6421701621 -1.398115E-04 0.76656210662 + outer loop + vertex 7.4914416E+00 1.7356176E+02 9.7004681E+01 + vertex 7.4950098E+00 1.6845416E+02 9.7006739E+01 + vertex 1.1479991E+01 1.7070074E+02 1.0034548E+02 + endloop + endfacet + facet normal -0.8655670126 -2.303123E-04 0.50079306469 + outer loop + vertex 1.1479991E+01 1.7070074E+02 1.0034548E+02 + vertex 1.1484319E+01 1.6562975E+02 1.0035063E+02 + vertex 1.4090364E+01 1.6784202E+02 1.0485591E+02 + endloop + endfacet + facet normal 0.64278760969 0.0 0.76604444312 + outer loop + vertex -1.149067E+01 1.5944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.5444444E+02 1.0035819E+02 + vertex -7.500000E+00 1.5666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -3.645299E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.5666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.5166667E+02 9.7009619E+01 + vertex -2.604723E+00 1.5388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -5.786810E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.5444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.4944444E+02 1.0035819E+02 + vertex -7.500000E+00 1.5166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 1.3949124E-15 0.93969262078 + outer loop + vertex -7.500000E+00 1.5166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.4666667E+02 9.7009619E+01 + vertex -2.604723E+00 1.4888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.500000E+01 1.6500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.6000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.6222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -6.884527E-16 0.5 + outer loop + vertex -1.409539E+01 1.6222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.5722222E+02 1.0486970E+02 + vertex -1.149067E+01 1.5944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 -4.935378E-16 0.17364817767 + outer loop + vertex -1.500000E+01 1.6000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.5500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.5722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 1.5722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.5222222E+02 1.0486970E+02 + vertex -1.149067E+01 1.5444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64198326221 2.4479795E-04 0.76671861274 + outer loop + vertex -1.147834E+01 1.7451256E+02 1.0034352E+02 + vertex -1.148292E+01 1.6946872E+02 1.0034896E+02 + vertex -7.485947E+00 1.7175140E+02 9.7001516E+01 + endloop + endfacet + facet normal 0.34128367069 1.8777641E-04 0.93996032941 + outer loop + vertex -7.485947E+00 1.7175140E+02 9.7001516E+01 + vertex -7.490688E+00 1.6669534E+02 9.7004247E+01 + vertex -2.594586E+00 1.6897452E+02 9.5226100E+01 + endloop + endfacet + facet normal 0.64273421542 -1.307005E-04 0.76608923191 + outer loop + vertex -7.500000E+00 1.5666667E+02 9.7009619E+01 + vertex -7.496737E+00 1.6167339E+02 9.7007736E+01 + vertex -1.149067E+01 1.5944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64248510723 -2.416021E-04 0.76629813298 + outer loop + vertex -7.496737E+00 1.6167339E+02 9.7007736E+01 + vertex -7.490688E+00 1.6669534E+02 9.7004247E+01 + vertex -1.148796E+01 1.6445057E+02 1.0035496E+02 + endloop + endfacet + facet normal 0.34197054728 -9.897747E-05 0.93971066557 + outer loop + vertex -2.604723E+00 1.5388889E+02 9.5227884E+01 + vertex -2.601913E+00 1.5889495E+02 9.5227389E+01 + vertex -7.500000E+00 1.5666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34172761255 -1.698730E-04 0.93979902637 + outer loop + vertex -2.601913E+00 1.5889495E+02 9.5227389E+01 + vertex -2.597076E+00 1.6391658E+02 9.5226537E+01 + vertex -7.496737E+00 1.6167339E+02 9.7007736E+01 + endloop + endfacet + facet normal 0.98471201565 9.9015698E-16 0.17419025872 + outer loop + vertex -1.500000E+01 1.8000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.7500000E+02 1.1000000E+02 + vertex -1.408973E+01 1.7726269E+02 1.0485418E+02 + endloop + endfacet + facet normal 0.86548364901 2.0205983E-04 0.50093713425 + outer loop + vertex -1.408973E+01 1.7726269E+02 1.0485418E+02 + vertex -1.409174E+01 1.7223833E+02 1.0485967E+02 + vertex -1.147834E+01 1.7451256E+02 1.0034352E+02 + endloop + endfacet + facet normal 0.98479544174 -1.328413E-04 0.17371793312 + outer loop + vertex -1.409539E+01 1.6222222E+02 1.0486970E+02 + vertex -1.409408E+01 1.6722673E+02 1.0486610E+02 + vertex -1.500000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98476359872 -2.375274E-04 0.17389824099 + outer loop + vertex -1.409408E+01 1.6722673E+02 1.0486610E+02 + vertex -1.409174E+01 1.7223833E+02 1.0485967E+02 + vertex -1.500000E+01 1.7000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86598642174 -1.461693E-04 0.50006749143 + outer loop + vertex -1.149067E+01 1.5944444E+02 1.0035819E+02 + vertex -1.148796E+01 1.6445057E+02 1.0035496E+02 + vertex -1.409539E+01 1.6222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86581900833 -2.713436E-04 0.50035724357 + outer loop + vertex -1.148796E+01 1.6445057E+02 1.0035496E+02 + vertex -1.148292E+01 1.6946872E+02 1.0034896E+02 + vertex -1.409408E+01 1.6722673E+02 1.0486610E+02 + endloop + endfacet + facet normal -0.8660254038 -1.903894E-16 0.5 + outer loop + vertex 1.1490667E+01 1.4555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.4055556E+02 1.0035819E+02 + vertex 1.4095389E+01 1.4277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.4095389E+01 1.4277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.3777778E+02 1.0486970E+02 + vertex 1.5000000E+01 1.4000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -1.172847E-16 0.5 + outer loop + vertex 1.1490667E+01 1.4055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.3555556E+02 1.0035819E+02 + vertex 1.4095389E+01 1.3777778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.4095389E+01 1.3777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.3277778E+02 1.0486970E+02 + vertex 1.5000000E+01 1.3500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.6427876097 3.4254605E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 1.4833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.4333333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.4555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 -1.141820E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 1.4333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.3833333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.4055556E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 1.5388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.4888889E+02 9.5227884E+01 + vertex 2.6047227E+00 1.5111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.3420201433 -6.683048E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 1.5111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4611111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.4833333E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 1.4888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.4388889E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.3420201433 6.6830480E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 1.4611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4111111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.4333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.8659418894 -1.177025E-04 0.50014460944 + outer loop + vertex 1.1488417E+01 1.6058606E+02 1.0035551E+02 + vertex 1.1490606E+01 1.5556410E+02 1.0035811E+02 + vertex 1.4094224E+01 1.5779001E+02 1.0486650E+02 + endloop + endfacet + facet normal -0.9847971877 -9.852195E-05 0.17370805784 + outer loop + vertex 1.4094224E+01 1.5779001E+02 1.0486650E+02 + vertex 1.4095196E+01 1.5278090E+02 1.0486917E+02 + vertex 1.5000000E+01 1.5500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 1.1727431E-16 0.5 + outer loop + vertex 1.4095389E+01 1.4277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.4777822E+02 1.0486970E+02 + vertex 1.1490667E+01 1.4555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660240403 1.9618567E-05 0.50000236122 + outer loop + vertex 1.4095389E+01 1.4777822E+02 1.0486970E+02 + vertex 1.4095196E+01 1.5278090E+02 1.0486917E+02 + vertex 1.1490816E+01 1.5055705E+02 1.0035836E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.4000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.4500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.4277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.4500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.5000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.4777822E+02 1.0486970E+02 + endloop + endfacet + facet normal -4.353493E-04 8.6739086E-05 0.99999990147 + outer loop + vertex -2.594586E+00 1.6897452E+02 9.5226100E+01 + vertex -2.597076E+00 1.6391658E+02 9.5226537E+01 + vertex 2.6088229E+00 1.6618316E+02 9.5228607E+01 + endloop + endfacet + facet normal -0.3421481365 -1.696947E-05 0.93964602504 + outer loop + vertex 2.6088229E+00 1.6618316E+02 9.5228607E+01 + vertex 2.6093092E+00 1.6113343E+02 9.5228693E+01 + vertex 7.4996961E+00 1.6338509E+02 9.7009444E+01 + endloop + endfacet + facet normal -0.6427221643 -7.979344E-05 0.76609934943 + outer loop + vertex 7.4996961E+00 1.6338509E+02 9.7009444E+01 + vertex 7.5017019E+00 1.5834873E+02 9.7010602E+01 + vertex 1.1488417E+01 1.6058606E+02 1.0035551E+02 + endloop + endfacet + facet normal -3.413359E-05 -6.401414E-05 0.99999999737 + outer loop + vertex 2.6047227E+00 1.5111111E+02 9.5227884E+01 + vertex 2.6065392E+00 1.5611570E+02 9.5228204E+01 + vertex -2.604723E+00 1.5388889E+02 9.5227884E+01 + endloop + endfacet + facet normal -2.085232E-04 -9.734843E-05 0.99999997352 + outer loop + vertex 2.6065392E+00 1.5611570E+02 9.5228204E+01 + vertex 2.6093092E+00 1.6113343E+02 9.5228693E+01 + vertex -2.601913E+00 1.5889495E+02 9.5227389E+01 + endloop + endfacet + facet normal -0.6427909022 -8.060739E-06 0.76604168029 + outer loop + vertex 1.1490667E+01 1.4555556E+02 1.0035819E+02 + vertex 1.1490816E+01 1.5055705E+02 1.0035836E+02 + vertex 7.5000000E+00 1.4833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420358288 -3.130481E-05 0.93968691108 + outer loop + vertex 7.5000000E+00 1.4833333E+02 9.7009619E+01 + vertex 7.5007810E+00 1.5333630E+02 9.7010070E+01 + vertex 2.6047227E+00 1.5111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6428119437 1.1309213E-05 0.76602402368 + outer loop + vertex 1.1490816E+01 1.5055705E+02 1.0035836E+02 + vertex 1.1490606E+01 1.5556410E+02 1.0035811E+02 + vertex 7.5007810E+00 1.5333630E+02 9.7010070E+01 + endloop + endfacet + facet normal -0.3421246398 -3.683527E-05 0.93965457987 + outer loop + vertex 7.5007810E+00 1.5333630E+02 9.7010070E+01 + vertex 7.5017019E+00 1.5834873E+02 9.7010602E+01 + vertex 2.6065392E+00 1.5611570E+02 9.5228204E+01 + endloop + endfacet + facet normal 0.64278760969 6.8509210E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.1166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.1666667E+02 9.7009619E+01 + vertex -1.149067E+01 1.1444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 -6.850921E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.1666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.2166667E+02 9.7009619E+01 + vertex -1.149067E+01 1.1944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.34202014332 6.9868229E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.0888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.1388889E+02 9.5227884E+01 + vertex -7.500000E+00 1.1166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -6.986823E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.1388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.1888889E+02 9.5227884E+01 + vertex -7.500000E+00 1.1666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.64278760969 -8.070451E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.0166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.0666667E+02 9.7009619E+01 + vertex -1.149067E+01 1.0444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 0.0 0.76604444312 + outer loop + vertex -7.500000E+00 1.0666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.1166667E+02 9.7009619E+01 + vertex -1.149067E+01 1.0944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.34202014332 6.6830480E-16 0.93969262078 + outer loop + vertex -2.604723E+00 9.8888889E+01 9.5227884E+01 + vertex -2.604723E+00 1.0388889E+02 9.5227884E+01 + vertex -7.500000E+00 1.0166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -2.430199E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.0388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.0888889E+02 9.5227884E+01 + vertex -7.500000E+00 1.0666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.409539E+01 1.1722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.2222222E+02 1.0486970E+02 + vertex -1.500000E+01 1.2000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 7.6229438E-16 0.17364817767 + outer loop + vertex -1.409539E+01 1.2222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.2722222E+02 1.0486970E+02 + vertex -1.500000E+01 1.2500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 4.2495871E-16 0.5 + outer loop + vertex -1.149067E+01 1.1444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.1944444E+02 1.0035819E+02 + vertex -1.409539E+01 1.1722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -9.230221E-16 0.5 + outer loop + vertex -1.149067E+01 1.1944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.2444444E+02 1.0035819E+02 + vertex -1.409539E+01 1.2222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 6.9974800E-16 0.17364817767 + outer loop + vertex -1.409539E+01 1.0722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.1222222E+02 1.0486970E+02 + vertex -1.500000E+01 1.1000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 -1.462042E-15 0.17364817767 + outer loop + vertex -1.409539E+01 1.1222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.1722222E+02 1.0486970E+02 + vertex -1.500000E+01 1.1500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 6.1534806E-16 0.5 + outer loop + vertex -1.149067E+01 1.0444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.0944444E+02 1.0035819E+02 + vertex -1.409539E+01 1.0722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -8.499174E-16 0.5 + outer loop + vertex -1.149067E+01 1.0944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.1444444E+02 1.0035819E+02 + vertex -1.409539E+01 1.1222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.64278760969 3.5031699E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.3444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.2944444E+02 1.0035819E+02 + vertex -7.500000E+00 1.3166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 7.2905978E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.3166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.2666667E+02 9.7009619E+01 + vertex -2.604723E+00 1.2888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 6.8509210E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.2944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.2444444E+02 1.0035819E+02 + vertex -7.500000E+00 1.2666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -3.645299E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.2666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.2166667E+02 9.7009619E+01 + vertex -2.604723E+00 1.2388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.500000E+01 1.4000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.3500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -1.611475E-15 0.5 + outer loop + vertex -1.409539E+01 1.3722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.3222222E+02 1.0486970E+02 + vertex -1.149067E+01 1.3444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 4.9353780E-16 0.17364817767 + outer loop + vertex -1.500000E+01 1.3500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.3000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 1.1134114E-15 0.5 + outer loop + vertex -1.409539E+01 1.3222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.2722222E+02 1.0486970E+02 + vertex -1.149067E+01 1.2944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 0.0 0.76604444312 + outer loop + vertex -1.149067E+01 1.4944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.4444444E+02 1.0035819E+02 + vertex -7.500000E+00 1.4666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -1.030383E-15 0.93969262078 + outer loop + vertex -7.500000E+00 1.4666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.4166667E+02 9.7009619E+01 + vertex -2.604723E+00 1.4388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 1.2195296E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.3166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.3666667E+02 9.7009619E+01 + vertex -1.149067E+01 1.3444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 -8.070451E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.3666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.4166667E+02 9.7009619E+01 + vertex -1.149067E+01 1.3944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.34202014332 -4.252849E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.2888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.3388889E+02 9.5227884E+01 + vertex -7.500000E+00 1.3166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -4.860399E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.3388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.3888889E+02 9.5227884E+01 + vertex -7.500000E+00 1.3666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.98480775301 4.9353780E-16 0.17364817767 + outer loop + vertex -1.500000E+01 1.5500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.5000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.5222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -9.230221E-16 0.5 + outer loop + vertex -1.409539E+01 1.5222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.4722222E+02 1.0486970E+02 + vertex -1.149067E+01 1.4944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 -1.462042E-15 0.17364817767 + outer loop + vertex -1.409539E+01 1.3722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.4222222E+02 1.0486970E+02 + vertex -1.500000E+01 1.4000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 1.0496220E-15 0.17364817767 + outer loop + vertex -1.409539E+01 1.4222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.4722222E+02 1.0486970E+02 + vertex -1.500000E+01 1.4500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 6.1534806E-16 0.5 + outer loop + vertex -1.149067E+01 1.3444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.3944444E+02 1.0035819E+02 + vertex -1.409539E+01 1.3722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -4.980634E-16 0.5 + outer loop + vertex -1.149067E+01 1.3944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.4444444E+02 1.0035819E+02 + vertex -1.409539E+01 1.4222222E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.4095389E+01 9.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 1.0277778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.0055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 4.9806338E-16 0.5 + outer loop + vertex 1.4095389E+01 1.0277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.0777778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.0555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 9.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 1.0000000E+02 1.1000000E+02 + vertex 1.4095389E+01 9.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.0000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.0500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 4.9806338E-16 0.5 + outer loop + vertex 1.4095389E+01 8.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 9.2777778E+01 1.0486970E+02 + vertex 1.1490667E+01 9.0555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 -9.961268E-16 0.5 + outer loop + vertex 1.4095389E+01 9.2777778E+01 1.0486970E+02 + vertex 1.4095389E+01 9.7777778E+01 1.0486970E+02 + vertex 1.1490667E+01 9.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 8.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 9.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 8.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 9.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 9.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 9.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.0611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.1111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.0888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.1111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.1611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.1388889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 1.1418202E-15 0.76604444312 + outer loop + vertex 1.1490667E+01 1.0055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.0555556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.0333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -2.430199E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.0333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.0833333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.0611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -1.370184E-15 0.76604444312 + outer loop + vertex 1.1490667E+01 1.0555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.1055556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.0833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 0.0 0.93969262078 + outer loop + vertex 7.5000000E+00 1.0833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.1333333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.1111111E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 9.6111111E+01 9.5227884E+01 + vertex 2.6047227E+00 1.0111111E+02 9.5227884E+01 + vertex -2.604723E+00 9.8888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.0111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.0611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.0388889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 1.0354091E-15 0.76604444312 + outer loop + vertex 1.1490667E+01 9.0555556E+01 1.0035819E+02 + vertex 1.1490667E+01 9.5555556E+01 1.0035819E+02 + vertex 7.5000000E+00 9.3333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -1.822649E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 9.3333333E+01 9.7009619E+01 + vertex 7.5000000E+00 9.8333333E+01 9.7009619E+01 + vertex 2.6047227E+00 9.6111111E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -1.492137E-15 0.76604444312 + outer loop + vertex 1.1490667E+01 9.5555556E+01 1.0035819E+02 + vertex 1.1490667E+01 1.0055556E+02 1.0035819E+02 + vertex 7.5000000E+00 9.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 0.0 0.93969262078 + outer loop + vertex 7.5000000E+00 9.8333333E+01 9.7009619E+01 + vertex 7.5000000E+00 1.0333333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.0111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.4095389E+01 1.2277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.2777778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.2555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 4.9806338E-16 0.5 + outer loop + vertex 1.4095389E+01 1.2777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.3277778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.3055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.2000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.2500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.2500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.3000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2777778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 3.0767403E-16 0.5 + outer loop + vertex 1.1490667E+01 1.2555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.2055556E+02 1.0035819E+02 + vertex 1.4095389E+01 1.2277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.4095389E+01 1.2277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.1777778E+02 1.0486970E+02 + vertex 1.5000000E+01 1.2000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.4095389E+01 1.0777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.1277778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.1055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.4095389E+01 1.1277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.1777778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.1555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.0500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.1000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0777778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.1000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.1500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1277778E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.3111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.3611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.3388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.3611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.3888889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -4.567281E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 1.2555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.3055556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.2833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 1.8226495E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.2833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.3333333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.3111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 2.2836403E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 1.3055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.3555556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.3333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 1.8226495E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.3333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.3833333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.3611111E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.1611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.2111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.1888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.2111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.2611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.2388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.2611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.3111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.2888889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 1.7205012E-15 0.76604444312 + outer loop + vertex 1.1490667E+01 1.1055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.1555556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.1333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -6.050977E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.1333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.1833333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.1611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -1.027638E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 1.2833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.2333333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.2555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 -2.205931E-16 0.76604444312 + outer loop + vertex 7.5000000E+00 1.2333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.1833333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.2055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.3420201433 8.8094724E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 1.3111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.2611111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.2833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -8.809472E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 1.2611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.2111111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.2333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.984476951 0.0 0.1755139107 + outer loop + vertex 1.5000000E+01 2.5000000E+01 1.1000000E+02 + vertex 1.4075846E+01 2.3350557E+01 1.0481632E+02 + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.9845920349 0.00213808336 0.17485409194 + outer loop + vertex 1.4094750E+01 2.7834025E+01 1.0486794E+02 + vertex 1.4075846E+01 2.3350557E+01 1.0481632E+02 + vertex 1.5000000E+01 2.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8657007859 6.7238098E-04 0.50056138202 + outer loop + vertex 1.1485385E+01 3.0257206E+01 1.0035190E+02 + vertex 1.1473013E+01 2.5278086E+01 1.0033719E+02 + vertex 1.4094750E+01 2.7834025E+01 1.0486794E+02 + endloop + endfacet + facet normal -0.8647841757 -8.945870E-04 0.50214293694 + outer loop + vertex 1.1473013E+01 2.5278086E+01 1.0033719E+02 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + vertex 1.4075846E+01 2.3350557E+01 1.0481632E+02 + endloop + endfacet + facet normal -0.9847546915 -4.542929E-04 0.17394824259 + outer loop + vertex 1.4089881E+01 3.7661218E+01 1.0485459E+02 + vertex 1.4094338E+01 3.2678568E+01 1.0486681E+02 + vertex 1.5000000E+01 3.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.9847938162 -4.312474E-05 0.17372719309 + outer loop + vertex 1.4094338E+01 3.2678568E+01 1.0486681E+02 + vertex 1.4094750E+01 2.7834025E+01 1.0486794E+02 + vertex 1.5000000E+01 3.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8654650892 -1.058960E-04 0.5009692288 + outer loop + vertex 1.1478364E+01 4.0322565E+01 1.0034354E+02 + vertex 1.1480342E+01 3.5280840E+01 1.0034590E+02 + vertex 1.4089881E+01 3.7661218E+01 1.0485459E+02 + endloop + endfacet + facet normal -0.8657741584 -2.714066E-04 0.50043484382 + outer loop + vertex 1.1480342E+01 3.5280840E+01 1.0034590E+02 + vertex 1.1485385E+01 3.0257206E+01 1.0035190E+02 + vertex 1.4094338E+01 3.2678568E+01 1.0486681E+02 + endloop + endfacet + facet normal -0.6415711764 9.0602348E-04 0.7670629731 + outer loop + vertex 1.1473013E+01 2.5278086E+01 1.0033719E+02 + vertex 7.4741689E+00 2.3428088E+01 9.6994740E+01 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.6414033542 2.8885285E-04 0.76720378895 + outer loop + vertex 7.4807578E+00 2.7995441E+01 9.6998528E+01 + vertex 7.4741689E+00 2.3428088E+01 9.6994740E+01 + vertex 1.1473013E+01 2.5278086E+01 1.0033719E+02 + endloop + endfacet + facet normal -0.3404000881 7.7189022E-04 0.9402803753 + outer loop + vertex 2.5864526E+00 3.0455282E+01 9.5224674E+01 + vertex 2.5642128E+00 2.5369044E+01 9.5220798E+01 + vertex 7.4807578E+00 2.7995441E+01 9.6998528E+01 + endloop + endfacet + facet normal -0.3402607082 -0.0013263049 0.94033020337 + outer loop + vertex 2.5642128E+00 2.5369044E+01 9.5220798E+01 + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + vertex 7.4741689E+00 2.3428088E+01 9.6994740E+01 + endloop + endfacet + facet normal -0.6417875673 -6.707712E-04 0.76688217382 + outer loop + vertex 1.1473013E+01 2.5278086E+01 1.0033719E+02 + vertex 1.1485385E+01 3.0257206E+01 1.0035190E+02 + vertex 7.4807578E+00 2.7995441E+01 9.6998528E+01 + endloop + endfacet + facet normal -0.3408299479 -1.954813E-04 0.94012494297 + outer loop + vertex 7.4807578E+00 2.7995441E+01 9.6998528E+01 + vertex 7.4855375E+00 3.2893628E+01 9.7001280E+01 + vertex 2.5864526E+00 3.0455282E+01 9.5224674E+01 + endloop + endfacet + facet normal -0.6418759336 -2.792795E-05 0.7668085061 + outer loop + vertex 7.4852779E+00 4.3019941E+01 9.7001130E+01 + vertex 7.4859876E+00 3.7930461E+01 9.7001539E+01 + vertex 1.1478364E+01 4.0322565E+01 1.0034354E+02 + endloop + endfacet + facet normal -0.6419573491 1.7908022E-05 0.76674034824 + outer loop + vertex 7.4859876E+00 3.7930461E+01 9.7001539E+01 + vertex 7.4855375E+00 3.2893628E+01 9.7001280E+01 + vertex 1.1480342E+01 3.5280840E+01 1.0034590E+02 + endloop + endfacet + facet normal -0.3410742094 1.3386273E-04 0.94003636405 + outer loop + vertex 2.5938070E+00 4.5761993E+01 9.5225963E+01 + vertex 2.5899131E+00 4.0637634E+01 9.5225280E+01 + vertex 7.4852779E+00 4.3019941E+01 9.7001130E+01 + endloop + endfacet + facet normal -0.3410759365 -6.882909E-05 0.94003574442 + outer loop + vertex 2.5899131E+00 4.0637634E+01 9.5225280E+01 + vertex 2.5919067E+00 3.5533171E+01 9.5225630E+01 + vertex 7.4859876E+00 3.7930461E+01 9.7001539E+01 + endloop + endfacet + facet normal -0.8655629629 8.7216022E-05 0.50080010954 + outer loop + vertex 1.1481610E+01 5.5504873E+01 1.0034740E+02 + vertex 1.1479979E+01 5.0454914E+01 1.0034546E+02 + vertex 1.4091192E+01 5.2746823E+01 1.0485818E+02 + endloop + endfacet + facet normal -0.9847290832 8.3375013E-05 0.17409372676 + outer loop + vertex 1.4091192E+01 5.2746823E+01 1.0485818E+02 + vertex 1.4090367E+01 4.7719390E+01 1.0485592E+02 + vertex 1.5000000E+01 5.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8654400595 -8.026141E-06 0.50101247825 + outer loop + vertex 1.4089881E+01 3.7661218E+01 1.0485459E+02 + vertex 1.4089960E+01 4.2686874E+01 1.0485481E+02 + vertex 1.1478364E+01 4.0322565E+01 1.0034354E+02 + endloop + endfacet + facet normal -0.8654670915 -4.092325E-05 0.50096577906 + outer loop + vertex 1.4089960E+01 4.2686874E+01 1.0485481E+02 + vertex 1.4090367E+01 4.7719390E+01 1.0485592E+02 + vertex 1.1478925E+01 4.5391515E+01 1.0034421E+02 + endloop + endfacet + facet normal -0.9847145204 0.0 0.17417609836 + outer loop + vertex 1.5000000E+01 3.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 4.0000000E+01 1.1000000E+02 + vertex 1.4089881E+01 3.7661218E+01 1.0485459E+02 + endloop + endfacet + facet normal -0.9847158682 0.0 0.17416847827 + outer loop + vertex 1.5000000E+01 4.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 4.5000000E+01 1.1000000E+02 + vertex 1.4089960E+01 4.2686874E+01 1.0485481E+02 + endloop + endfacet + facet normal -0.3414496771 -4.472381E-05 0.93990005638 + outer loop + vertex 2.5976258E+00 6.1047828E+01 9.5226634E+01 + vertex 2.5989134E+00 5.5976667E+01 9.5226861E+01 + vertex 7.4898477E+00 5.8270485E+01 9.7003763E+01 + endloop + endfacet + facet normal -0.6421145598 3.4290070E-05 0.76660869482 + outer loop + vertex 7.4898477E+00 5.8270485E+01 9.7003763E+01 + vertex 7.4889807E+00 5.3204459E+01 9.7003263E+01 + vertex 1.1481610E+01 5.5504873E+01 1.0034740E+02 + endloop + endfacet + facet normal -0.3411845431 -8.887617E-05 0.9399963296 + outer loop + vertex 7.4852779E+00 4.3019941E+01 9.7001130E+01 + vertex 7.4875407E+00 4.8117414E+01 9.7002434E+01 + vertex 2.5938070E+00 4.5761993E+01 9.5225963E+01 + endloop + endfacet + facet normal -0.3413872231 -5.665441E-05 0.93992274187 + outer loop + vertex 7.4875407E+00 4.8117414E+01 9.7002434E+01 + vertex 7.4889807E+00 5.3204459E+01 9.7003263E+01 + vertex 2.5981014E+00 5.0878706E+01 9.5226718E+01 + endloop + endfacet + facet normal -0.6418767081 -2.987774E-05 0.76680785777 + outer loop + vertex 1.1478364E+01 4.0322565E+01 1.0034354E+02 + vertex 1.1478925E+01 4.5391515E+01 1.0034421E+02 + vertex 7.4852779E+00 4.3019941E+01 9.7001130E+01 + endloop + endfacet + facet normal -0.6419763964 -5.607657E-05 0.76672439851 + outer loop + vertex 1.1478925E+01 4.5391515E+01 1.0034421E+02 + vertex 1.1479979E+01 5.0454914E+01 1.0034546E+02 + vertex 7.4875407E+00 4.8117414E+01 9.7002434E+01 + endloop + endfacet + facet normal 0.00341270809 0.00134548064 0.99999327153 + outer loop + vertex 2.5642128E+00 2.5369044E+01 9.5220798E+01 + vertex -2.678950E+00 2.3531083E+01 9.5241164E+01 + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.0031678175 0.00204407742 0.99999289331 + outer loop + vertex -2.624668E+00 2.8216808E+01 9.5231414E+01 + vertex -2.678950E+00 2.3531083E+01 9.5241164E+01 + vertex 2.5642128E+00 2.5369044E+01 9.5220798E+01 + endloop + endfacet + facet normal 0.34179077322 -1.157483E-04 0.93977606585 + outer loop + vertex -7.477679E+00 3.0917005E+01 9.6996757E+01 + vertex -7.474649E+00 2.5721953E+01 9.6995016E+01 + vertex -2.624668E+00 2.8216808E+01 9.5231414E+01 + endloop + endfacet + facet normal 0.34381704033 8.7330583E-04 0.93903625069 + outer loop + vertex -7.474649E+00 2.5721953E+01 9.6995016E+01 + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + vertex -2.678950E+00 2.3531083E+01 9.5241164E+01 + endloop + endfacet + facet normal 0.00162388178 -7.691318E-04 0.99999838572 + outer loop + vertex 2.5642128E+00 2.5369044E+01 9.5220798E+01 + vertex 2.5864526E+00 3.0455282E+01 9.5224674E+01 + vertex -2.624668E+00 2.8216808E+01 9.5231414E+01 + endloop + endfacet + facet normal 0.34151645047 -6.738278E-04 0.9398755556 + outer loop + vertex -2.624668E+00 2.8216808E+01 9.5231414E+01 + vertex -2.605504E+00 3.3197065E+01 9.5228021E+01 + vertex -7.477679E+00 3.0917005E+01 9.6996757E+01 + endloop + endfacet + facet normal 6.4573929E-04 -5.878304E-05 0.99999978978 + outer loop + vertex -2.609924E+00 4.3428861E+01 9.5228802E+01 + vertex -2.608208E+00 3.8291410E+01 9.5228499E+01 + vertex 2.5899131E+00 4.0637634E+01 9.5225280E+01 + endloop + endfacet + facet normal 5.0218024E-04 -9.343202E-05 0.99999986954 + outer loop + vertex -2.608208E+00 3.8291410E+01 9.5228499E+01 + vertex -2.605504E+00 3.3197065E+01 9.5228021E+01 + vertex 2.5919067E+00 3.5533171E+01 9.5225630E+01 + endloop + endfacet + facet normal 0.34186217184 -1.381502E-04 0.93975009251 + outer loop + vertex -7.493035E+00 4.6293001E+01 9.7005600E+01 + vertex -7.489484E+00 4.1155740E+01 9.7003553E+01 + vertex -2.609924E+00 4.3428861E+01 9.5228802E+01 + endloop + endfacet + facet normal 0.34159380141 -3.027939E-04 0.93984763826 + outer loop + vertex -7.489484E+00 4.1155740E+01 9.7003553E+01 + vertex -7.481721E+00 3.6036926E+01 9.6999083E+01 + vertex -2.608208E+00 3.8291410E+01 9.5228499E+01 + endloop + endfacet + facet normal 0.64067783638 -0.0014754571 0.76780839602 + outer loop + vertex -1.147092E+01 3.3980349E+01 1.0033470E+02 + vertex -1.144378E+01 2.9051909E+01 1.0030259E+02 + vertex -7.477679E+00 3.0917005E+01 9.6996757E+01 + endloop + endfacet + facet normal 0.63609629909 -8.489153E-04 0.77160921303 + outer loop + vertex -7.474649E+00 2.5721953E+01 9.6995016E+01 + vertex -1.133543E+01 2.4266577E+01 1.0017615E+02 + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.63722600695 -0.0059333444 0.77065414518 + outer loop + vertex -1.144378E+01 2.9051909E+01 1.0030259E+02 + vertex -1.133543E+01 2.4266577E+01 1.0017615E+02 + vertex -7.474649E+00 2.5721953E+01 9.6995016E+01 + endloop + endfacet + facet normal 0.86490602554 -0.0100580319 0.50183304294 + outer loop + vertex -1.133543E+01 2.4266577E+01 1.0017615E+02 + vertex -1.413383E+01 2.3138596E+01 1.0497656E+02 + vertex -1.149067E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.8633778955 0.00521447027 0.5045308899 + outer loop + vertex -1.409305E+01 2.7348292E+01 1.0486327E+02 + vertex -1.413383E+01 2.3138596E+01 1.0497656E+02 + vertex -1.133543E+01 2.4266577E+01 1.0017615E+02 + endloop + endfacet + facet normal 0.9847681316 0.0 0.17387273213 + outer loop + vertex -1.500000E+01 3.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 2.5000000E+01 1.1000000E+02 + vertex -1.409305E+01 2.7348292E+01 1.0486327E+02 + endloop + endfacet + facet normal 0.98545804646 0.0 0.16991891793 + outer loop + vertex -1.500000E+01 2.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + vertex -1.413383E+01 2.3138596E+01 1.0497656E+02 + endloop + endfacet + facet normal 0.86545197383 6.4294841E-04 0.50099148457 + outer loop + vertex -1.409032E+01 3.6998199E+01 1.0485578E+02 + vertex -1.409653E+01 3.2076778E+01 1.0487283E+02 + vertex -1.147092E+01 3.3980349E+01 1.0033470E+02 + endloop + endfacet + facet normal 0.86475755228 -3.785628E-04 0.50218943882 + outer loop + vertex -1.409653E+01 3.2076778E+01 1.0487283E+02 + vertex -1.409305E+01 2.7348292E+01 1.0486327E+02 + vertex -1.144378E+01 2.9051909E+01 1.0030259E+02 + endloop + endfacet + facet normal 0.9847218795 0.0 0.17413448837 + outer loop + vertex -1.500000E+01 4.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 3.5000000E+01 1.1000000E+02 + vertex -1.409032E+01 3.6998199E+01 1.0485578E+02 + endloop + endfacet + facet normal 0.98482701343 0.0 0.17353891095 + outer loop + vertex -1.500000E+01 3.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 3.0000000E+01 1.1000000E+02 + vertex -1.409653E+01 3.2076778E+01 1.0487283E+02 + endloop + endfacet + facet normal 0.64202580776 -2.001618E-04 0.76668299975 + outer loop + vertex -1.147881E+01 4.9197158E+01 1.0034408E+02 + vertex -1.147502E+01 4.4095220E+01 1.0033957E+02 + vertex -7.493035E+00 4.6293001E+01 9.7005600E+01 + endloop + endfacet + facet normal 0.6417815041 -1.720048E-04 0.76688752201 + outer loop + vertex -1.147502E+01 4.4095220E+01 1.0033957E+02 + vertex -1.147176E+01 3.9006949E+01 1.0033570E+02 + vertex -7.489484E+00 4.1155740E+01 9.7003553E+01 + endloop + endfacet + facet normal 0.64147805315 -4.522262E-05 0.76714138546 + outer loop + vertex -1.147176E+01 3.9006949E+01 1.0033570E+02 + vertex -1.147092E+01 3.3980349E+01 1.0033470E+02 + vertex -7.481721E+00 3.6036926E+01 9.6999083E+01 + endloop + endfacet + facet normal 0.98470661642 0.0 0.17422077825 + outer loop + vertex -1.500000E+01 5.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 5.0000000E+01 1.1000000E+02 + vertex -1.408941E+01 5.2107539E+01 1.0485331E+02 + endloop + endfacet + facet normal 0.86536803436 -2.104355E-04 0.50113682845 + outer loop + vertex -1.408941E+01 5.2107539E+01 1.0485331E+02 + vertex -1.408731E+01 4.7055596E+01 1.0484756E+02 + vertex -1.147881E+01 4.9197158E+01 1.0034408E+02 + endloop + endfacet + facet normal 0.98468481255 -3.695532E-04 0.17434357851 + outer loop + vertex -1.409032E+01 3.6998199E+01 1.0485578E+02 + vertex -1.408667E+01 4.2007942E+01 1.0484580E+02 + vertex -1.500000E+01 4.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.9846665995 6.4643685E-05 0.17444679317 + outer loop + vertex -1.408667E+01 4.2007942E+01 1.0484580E+02 + vertex -1.408731E+01 4.7055596E+01 1.0484756E+02 + vertex -1.500000E+01 4.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86527920335 4.5429504E-05 0.50129023349 + outer loop + vertex -1.147092E+01 3.3980349E+01 1.0033470E+02 + vertex -1.147176E+01 3.9006949E+01 1.0033570E+02 + vertex -1.409032E+01 3.6998199E+01 1.0485578E+02 + endloop + endfacet + facet normal 0.86516019865 1.7253239E-04 0.50149556418 + outer loop + vertex -1.147176E+01 3.9006949E+01 1.0033570E+02 + vertex -1.147502E+01 4.4095220E+01 1.0033957E+02 + vertex -1.408667E+01 4.2007942E+01 1.0484580E+02 + endloop + endfacet + facet normal 0.34169298657 4.7102172E-05 0.93981163044 + outer loop + vertex -2.602401E+00 5.3681399E+01 9.5227474E+01 + vertex -2.603762E+00 5.8772557E+01 9.5227714E+01 + vertex -7.492331E+00 5.6509502E+01 9.7005194E+01 + endloop + endfacet + facet normal 0.34188803377 1.2773234E-04 0.93974068553 + outer loop + vertex -2.603762E+00 5.8772557E+01 9.5227714E+01 + vertex -2.607434E+00 6.3835848E+01 9.5228362E+01 + vertex -7.495401E+00 6.1580703E+01 9.7006965E+01 + endloop + endfacet + facet normal 1.3040057E-04 -2.803557E-05 0.9999999911 + outer loop + vertex 2.5981014E+00 5.0878706E+01 9.5226718E+01 + vertex 2.5989134E+00 5.5976667E+01 9.5226861E+01 + vertex -2.602401E+00 5.3681399E+01 9.5227474E+01 + endloop + endfacet + facet normal 1.8814711E-04 4.4703884E-05 0.9999999813 + outer loop + vertex 2.5989134E+00 5.5976667E+01 9.5226861E+01 + vertex 2.5976258E+00 6.1047828E+01 9.5226634E+01 + vertex -2.603762E+00 5.8772557E+01 9.5227714E+01 + endloop + endfacet + facet normal 0.34185879348 -1.446718E-04 0.9397513205 + outer loop + vertex -2.609924E+00 4.3428861E+01 9.5228802E+01 + vertex -2.605701E+00 4.8565698E+01 9.5228056E+01 + vertex -7.493035E+00 4.6293001E+01 9.7005600E+01 + endloop + endfacet + facet normal 0.34171456885 -1.135663E-04 0.93980377768 + outer loop + vertex -2.605701E+00 4.8565698E+01 9.5228056E+01 + vertex -2.602401E+00 5.3681399E+01 9.5227474E+01 + vertex -7.492307E+00 5.1414388E+01 9.7005180E+01 + endloop + endfacet + facet normal 6.0548997E-04 -1.337644E-04 0.99999980774 + outer loop + vertex 2.5899131E+00 4.0637634E+01 9.5225280E+01 + vertex 2.5938070E+00 4.5761993E+01 9.5225963E+01 + vertex -2.609924E+00 4.3428861E+01 9.5228802E+01 + endloop + endfacet + facet normal 3.2288159E-04 -1.477490E-04 0.99999993696 + outer loop + vertex 2.5938070E+00 4.5761993E+01 9.5225963E+01 + vertex 2.5981014E+00 5.0878706E+01 9.5226718E+01 + vertex -2.605701E+00 4.8565698E+01 9.5228056E+01 + endloop + endfacet + facet normal 0.98476128776 1.2771618E-04 0.17391144248 + outer loop + vertex -1.409193E+01 6.2178343E+01 1.0486022E+02 + vertex -1.409320E+01 6.7199645E+01 1.0486368E+02 + vertex -1.500000E+01 6.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98478312309 1.3362082E-04 0.17378775164 + outer loop + vertex -1.409320E+01 6.7199645E+01 1.0486368E+02 + vertex -1.409452E+01 7.2213144E+01 1.0486730E+02 + vertex -1.500000E+01 7.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.64230698314 1.2126015E-04 0.76644747028 + outer loop + vertex -7.492331E+00 5.6509502E+01 9.7005194E+01 + vertex -7.495401E+00 6.1580703E+01 9.7006965E+01 + vertex -1.148299E+01 5.9345306E+01 1.0034904E+02 + endloop + endfacet + facet normal 0.86569874373 1.5009770E-04 0.50056534296 + outer loop + vertex -1.148299E+01 5.9345306E+01 1.0034904E+02 + vertex -1.148579E+01 6.4391538E+01 1.0035238E+02 + vertex -1.409193E+01 6.2178343E+01 1.0486022E+02 + endloop + endfacet + facet normal 0.64252780296 1.6793949E-04 0.76626235339 + outer loop + vertex -7.495401E+00 6.1580703E+01 9.7006965E+01 + vertex -7.499633E+00 6.6628572E+01 9.7009407E+01 + vertex -1.148579E+01 6.4391538E+01 1.0035238E+02 + endloop + endfacet + facet normal 0.86583805846 1.7012212E-04 0.5003243224 + outer loop + vertex -1.148579E+01 6.4391538E+01 1.0035238E+02 + vertex -1.148896E+01 6.9421915E+01 1.0035615E+02 + vertex -1.409320E+01 6.7199645E+01 1.0486368E+02 + endloop + endfacet + facet normal 0.98472094167 1.4872599E-04 0.17413972815 + outer loop + vertex -1.408941E+01 5.2107539E+01 1.0485331E+02 + vertex -1.409089E+01 5.7148548E+01 1.0485735E+02 + vertex -1.500000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.9847416221 1.0545482E-04 0.17402277602 + outer loop + vertex -1.409089E+01 5.7148548E+01 1.0485735E+02 + vertex -1.409193E+01 6.2178343E+01 1.0486022E+02 + vertex -1.500000E+01 6.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.64209935088 -2.845520E-05 0.76662143381 + outer loop + vertex -7.493035E+00 4.6293001E+01 9.7005600E+01 + vertex -7.492307E+00 5.1414388E+01 9.7005180E+01 + vertex -1.147881E+01 4.9197158E+01 1.0034408E+02 + endloop + endfacet + facet normal 0.86546125418 1.2259581E-04 0.50097585019 + outer loop + vertex -1.147881E+01 4.9197158E+01 1.0034408E+02 + vertex -1.148112E+01 5.4281959E+01 1.0034683E+02 + vertex -1.408941E+01 5.2107539E+01 1.0485331E+02 + endloop + endfacet + facet normal 0.64218218551 9.3267486E-07 0.7665520469 + outer loop + vertex -7.492307E+00 5.1414388E+01 9.7005180E+01 + vertex -7.492331E+00 5.6509502E+01 9.7005194E+01 + vertex -1.148112E+01 5.4281959E+01 1.0034683E+02 + endloop + endfacet + facet normal 0.8655860925 9.9163400E-05 0.50076012884 + outer loop + vertex -1.148112E+01 5.4281959E+01 1.0034683E+02 + vertex -1.148299E+01 5.9345306E+01 1.0034904E+02 + vertex -1.409089E+01 5.7148548E+01 1.0485735E+02 + endloop + endfacet + facet normal -0.6427876097 -2.283640E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 7.5555556E+01 1.0035819E+02 + vertex 1.1490667E+01 8.0555556E+01 1.0035819E+02 + vertex 7.5000000E+00 7.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 1.8226495E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 7.8333333E+01 9.7009619E+01 + vertex 7.5000000E+00 8.3333333E+01 9.7009619E+01 + vertex 2.6047227E+00 8.1111111E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -1.141820E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 9.3333333E+01 9.7009619E+01 + vertex 7.5000000E+00 8.8333333E+01 9.7009619E+01 + vertex 1.1490667E+01 9.0555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 4.5672807E-16 0.76604444312 + outer loop + vertex 7.5000000E+00 8.8333333E+01 9.7009619E+01 + vertex 7.5000000E+00 8.3333333E+01 9.7009619E+01 + vertex 1.1490667E+01 8.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.3420201433 -1.822649E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 9.6111111E+01 9.5227884E+01 + vertex 2.6047227E+00 9.1111111E+01 9.5227884E+01 + vertex 7.5000000E+00 9.3333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -2.430199E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 9.1111111E+01 9.5227884E+01 + vertex 2.6047227E+00 8.6111111E+01 9.5227884E+01 + vertex 7.5000000E+00 8.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 7.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 7.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 7.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 -1.801864E-15 0.5 + outer loop + vertex 1.4095389E+01 7.2777778E+01 1.0486970E+02 + vertex 1.4095389E+01 7.7777778E+01 1.0486970E+02 + vertex 1.1490667E+01 7.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 5.5608419E-16 0.17364817767 + outer loop + vertex 1.4095389E+01 8.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 8.2777778E+01 1.0486970E+02 + vertex 1.5000000E+01 8.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.984807753 -1.112168E-15 0.17364817767 + outer loop + vertex 1.4095389E+01 8.2777778E+01 1.0486970E+02 + vertex 1.4095389E+01 7.7777778E+01 1.0486970E+02 + vertex 1.5000000E+01 8.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -9.230221E-16 0.5 + outer loop + vertex 1.1490667E+01 9.0555556E+01 1.0035819E+02 + vertex 1.1490667E+01 8.5555556E+01 1.0035819E+02 + vertex 1.4095389E+01 8.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 1.5383701E-15 0.5 + outer loop + vertex 1.1490667E+01 8.5555556E+01 1.0035819E+02 + vertex 1.1490667E+01 8.0555556E+01 1.0035819E+02 + vertex 1.4095389E+01 8.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.6425610983 1.8016574E-04 0.7662344305 + outer loop + vertex 7.4975517E+00 6.8328292E+01 9.7008206E+01 + vertex 7.4930451E+00 6.3311911E+01 9.7005606E+01 + vertex 1.1488635E+01 6.5550968E+01 1.0035576E+02 + endloop + endfacet + facet normal -0.6423005244 1.2713582E-04 0.76645288192 + outer loop + vertex 7.4930451E+00 6.3311911E+01 9.7005606E+01 + vertex 7.4898477E+00 5.8270485E+01 9.7003763E+01 + vertex 1.1484874E+01 6.0537448E+01 1.0035129E+02 + endloop + endfacet + facet normal -0.3418012033 1.2636364E-04 0.93977227104 + outer loop + vertex 2.6026147E+00 7.1106566E+01 9.5227512E+01 + vertex 2.5990204E+00 6.6090423E+01 9.5226879E+01 + vertex 7.4975517E+00 6.8328292E+01 9.7008206E+01 + endloop + endfacet + facet normal -0.3415627865 4.8747109E-05 0.93985895776 + outer loop + vertex 2.5990204E+00 6.6090423E+01 9.5226879E+01 + vertex 2.5976258E+00 6.1047828E+01 9.5226634E+01 + vertex 7.4930451E+00 6.3311911E+01 9.7005606E+01 + endloop + endfacet + facet normal -0.6427876097 0.0 0.76604444312 + outer loop + vertex 7.5000000E+00 7.8333333E+01 9.7009619E+01 + vertex 7.5000000E+00 7.3333333E+01 9.7009619E+01 + vertex 1.1490667E+01 7.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.6427475345 9.8100846E-05 0.76607806214 + outer loop + vertex 7.5000000E+00 7.3333333E+01 9.7009619E+01 + vertex 7.4975517E+00 6.8328292E+01 9.7008206E+01 + vertex 1.1490667E+01 7.0555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.3420201433 2.1264244E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 8.1111111E+01 9.5227884E+01 + vertex 2.6047227E+00 7.6111111E+01 9.5227884E+01 + vertex 7.5000000E+00 7.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3419829215 7.4283291E-05 0.93970616463 + outer loop + vertex 2.6047227E+00 7.6111111E+01 9.5227884E+01 + vertex 2.6026147E+00 7.1106566E+01 9.5227512E+01 + vertex 7.5000000E+00 7.3333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.9847747682 1.7680385E-04 0.17383505026 + outer loop + vertex 1.4094408E+01 6.2774407E+01 1.0486700E+02 + vertex 1.4092663E+01 5.7765775E+01 1.0486221E+02 + vertex 1.5000000E+01 6.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.9847478854 1.4881531E-04 0.17398729826 + outer loop + vertex 1.4092663E+01 5.7765775E+01 1.0486221E+02 + vertex 1.4091192E+01 5.2746823E+01 1.0485818E+02 + vertex 1.5000000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8658708358 2.0266999E-04 0.50026758302 + outer loop + vertex 1.1488635E+01 6.5550968E+01 1.0035576E+02 + vertex 1.1484874E+01 6.0537448E+01 1.0035129E+02 + vertex 1.4094408E+01 6.2774407E+01 1.0486700E+02 + endloop + endfacet + facet normal -0.8656957322 1.7515618E-04 0.50057054303 + outer loop + vertex 1.1484874E+01 6.0537448E+01 1.0035129E+02 + vertex 1.1481610E+01 5.5504873E+01 1.0034740E+02 + vertex 1.4092663E+01 5.7765775E+01 1.0486221E+02 + endloop + endfacet + facet normal -0.984807753 -1.874463E-15 0.17364817767 + outer loop + vertex 1.4095389E+01 7.2777778E+01 1.0486970E+02 + vertex 1.4095389E+01 6.7777778E+01 1.0486970E+02 + vertex 1.5000000E+01 7.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.9847985231 9.9615169E-05 0.17370048635 + outer loop + vertex 1.4095389E+01 6.7777778E+01 1.0486970E+02 + vertex 1.4094408E+01 6.2774407E+01 1.0486700E+02 + vertex 1.5000000E+01 6.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.1490667E+01 7.5555556E+01 1.0035819E+02 + vertex 1.1490667E+01 7.0555556E+01 1.0035819E+02 + vertex 1.4095389E+01 7.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8659961517 1.0969345E-04 0.50005065056 + outer loop + vertex 1.1490667E+01 7.0555556E+01 1.0035819E+02 + vertex 1.1488635E+01 6.5550968E+01 1.0035576E+02 + vertex 1.4095389E+01 6.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.149067E+01 8.9444444E+01 1.0035819E+02 + vertex -1.149067E+01 9.4444444E+01 1.0035819E+02 + vertex -1.409539E+01 9.2222222E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.409539E+01 9.2222222E+01 1.0486970E+02 + vertex -1.409539E+01 9.7222222E+01 1.0486970E+02 + vertex -1.500000E+01 9.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 1.0722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.0222222E+02 1.0486970E+02 + vertex -1.149067E+01 1.0444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 1.0222222E+02 1.0486970E+02 + vertex -1.409539E+01 9.7222222E+01 1.0486970E+02 + vertex -1.149067E+01 9.9444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.500000E+01 1.1000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.0500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.0722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.500000E+01 1.0500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.0000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.0222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 8.1111111E+01 9.5227884E+01 + vertex 2.6047227E+00 8.6111111E+01 9.5227884E+01 + vertex -2.604723E+00 8.3888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.34202014332 2.1264244E-16 0.93969262078 + outer loop + vertex -2.604723E+00 8.3888889E+01 9.5227884E+01 + vertex -2.604723E+00 8.8888889E+01 9.5227884E+01 + vertex -7.500000E+00 8.6666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.64278760969 1.3701842E-15 0.76604444312 + outer loop + vertex -7.500000E+00 8.6666667E+01 9.7009619E+01 + vertex -7.500000E+00 9.1666667E+01 9.7009619E+01 + vertex -1.149067E+01 8.9444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 9.8888889E+01 9.5227884E+01 + vertex -2.604723E+00 9.3888889E+01 9.5227884E+01 + vertex 2.6047227E+00 9.6111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 9.3888889E+01 9.5227884E+01 + vertex -2.604723E+00 8.8888889E+01 9.5227884E+01 + vertex 2.6047227E+00 9.1111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 1.0354091E-15 0.76604444312 + outer loop + vertex -1.149067E+01 1.0444444E+02 1.0035819E+02 + vertex -1.149067E+01 9.9444444E+01 1.0035819E+02 + vertex -7.500000E+00 1.0166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 1.9417073E-15 0.93969262078 + outer loop + vertex -7.500000E+00 1.0166667E+02 9.7009619E+01 + vertex -7.500000E+00 9.6666667E+01 9.7009619E+01 + vertex -2.604723E+00 9.8888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -2.299182E-15 0.76604444312 + outer loop + vertex -1.149067E+01 9.9444444E+01 1.0035819E+02 + vertex -1.149067E+01 9.4444444E+01 1.0035819E+02 + vertex -7.500000E+00 9.6666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -3.645299E-16 0.93969262078 + outer loop + vertex -7.500000E+00 9.6666667E+01 9.7009619E+01 + vertex -7.500000E+00 9.1666667E+01 9.7009619E+01 + vertex -2.604723E+00 9.3888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.86602438121 -1.471608E-05 0.50000177093 + outer loop + vertex -1.409539E+01 8.2221891E+01 1.0486970E+02 + vertex -1.409524E+01 7.7219881E+01 1.0486930E+02 + vertex -1.149078E+01 7.9443322E+01 1.0035832E+02 + endloop + endfacet + facet normal 0.86599745483 -7.371107E-05 0.50004840045 + outer loop + vertex -1.409524E+01 7.7219881E+01 1.0486930E+02 + vertex -1.409452E+01 7.2213144E+01 1.0486730E+02 + vertex -1.149062E+01 7.4438051E+01 1.0035813E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.500000E+01 8.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 8.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.2221891E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.98480529908 0.0 0.17366209403 + outer loop + vertex -1.500000E+01 8.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 7.5000000E+01 1.1000000E+02 + vertex -1.409524E+01 7.7219881E+01 1.0486930E+02 + endloop + endfacet + facet normal 0.86602540378 -1.903894E-16 0.5 + outer loop + vertex -1.409539E+01 9.2222222E+01 1.0486970E+02 + vertex -1.409539E+01 8.7222222E+01 1.0486970E+02 + vertex -1.149067E+01 8.9444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 8.7222222E+01 1.0486970E+02 + vertex -1.409539E+01 8.2221891E+01 1.0486970E+02 + vertex -1.149067E+01 8.4444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 -4.935378E-16 0.17364817767 + outer loop + vertex -1.500000E+01 9.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 9.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 9.2222222E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 4.9353780E-16 0.17364817767 + outer loop + vertex -1.500000E+01 9.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 8.5000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.7222222E+01 1.0486970E+02 + endloop + endfacet + facet normal 1.5608921E-04 7.2371827E-05 0.9999999852 + outer loop + vertex -2.606086E+00 7.3885447E+01 9.5228124E+01 + vertex -2.608143E+00 6.8872219E+01 9.5228487E+01 + vertex 2.6026147E+00 7.1106566E+01 9.5227512E+01 + endloop + endfacet + facet normal 2.9552881E-04 -2.479515E-05 0.99999995602 + outer loop + vertex -2.608143E+00 6.8872219E+01 9.5228487E+01 + vertex -2.607434E+00 6.3835848E+01 9.5228362E+01 + vertex 2.5990204E+00 6.6090423E+01 9.5226879E+01 + endloop + endfacet + facet normal 0.64280584297 -8.533206E-06 0.76602914316 + outer loop + vertex -1.149078E+01 7.9443322E+01 1.0035832E+02 + vertex -1.149062E+01 7.4438051E+01 1.0035813E+02 + vertex -7.500586E+00 7.6664441E+01 9.7009957E+01 + endloop + endfacet + facet normal 0.34209841099 2.7388691E-05 0.93966412959 + outer loop + vertex -7.500586E+00 7.6664441E+01 9.7009957E+01 + vertex -7.501270E+00 7.1655165E+01 9.7010352E+01 + vertex -2.606086E+00 7.3885447E+01 9.5228124E+01 + endloop + endfacet + facet normal 0.64278665846 -8.932477E-05 0.76604523608 + outer loop + vertex -1.149062E+01 7.4438051E+01 1.0035813E+02 + vertex -1.148896E+01 6.9421915E+01 1.0035615E+02 + vertex -7.501270E+00 7.1655165E+01 9.7010352E+01 + endloop + endfacet + facet normal 0.34214209309 -6.526994E-05 0.93964822347 + outer loop + vertex -7.501270E+00 7.1655165E+01 9.7010352E+01 + vertex -7.499633E+00 6.6628572E+01 9.7009407E+01 + vertex -2.608143E+00 6.8872219E+01 9.5228487E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 8.3888889E+01 9.5227884E+01 + vertex -2.604723E+00 7.8888889E+01 9.5227884E+01 + vertex 2.6047227E+00 8.1111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 2.5612895E-05 4.8034431E-05 0.99999999852 + outer loop + vertex -2.604723E+00 7.8888889E+01 9.5227884E+01 + vertex -2.606086E+00 7.3885447E+01 9.5228124E+01 + vertex 2.6047227E+00 7.6111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 0.0 0.76604444312 + outer loop + vertex -1.149067E+01 8.9444444E+01 1.0035819E+02 + vertex -1.149067E+01 8.4444444E+01 1.0035819E+02 + vertex -7.500000E+00 8.6666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -2.306237E-15 0.93969262078 + outer loop + vertex -7.500000E+00 8.6666667E+01 9.7009619E+01 + vertex -7.500000E+00 8.1666667E+01 9.7009619E+01 + vertex -2.604723E+00 8.3888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.6427900794 6.0463056E-06 0.76604237075 + outer loop + vertex -1.149067E+01 8.4444444E+01 1.0035819E+02 + vertex -1.149078E+01 7.9443322E+01 1.0035832E+02 + vertex -7.500000E+00 8.1666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.3420319109 2.3485485E-05 0.93968833736 + outer loop + vertex -7.500000E+00 8.1666667E+01 9.7009619E+01 + vertex -7.500586E+00 7.6664441E+01 9.7009957E+01 + vertex -2.604723E+00 7.8888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.34206060153 -4.802800E-05 0.93967789299 + outer loop + vertex -7.500586E+00 7.6664441E+01 9.7009957E+01 + vertex -2.606086E+00 7.3885447E+01 9.5228124E+01 + vertex -2.604723E+00 7.8888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64279973326 -2.348325E-05 0.7660342697 + outer loop + vertex -1.149078E+01 7.9443322E+01 1.0035832E+02 + vertex -7.500586E+00 7.6664441E+01 9.7009957E+01 + vertex -7.500000E+00 8.1666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -2.137779E-16 0.93969262078 + outer loop + vertex -7.500000E+00 8.1666667E+01 9.7009619E+01 + vertex -2.604723E+00 7.8888889E+01 9.5227884E+01 + vertex -2.604723E+00 8.3888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -1.496445E-15 0.76604444312 + outer loop + vertex -1.149067E+01 8.4444444E+01 1.0035819E+02 + vertex -7.500000E+00 8.1666667E+01 9.7009619E+01 + vertex -7.500000E+00 8.6666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 7.7853252E-05 -7.427266E-05 0.99999999421 + outer loop + vertex -2.606086E+00 7.3885447E+01 9.5228124E+01 + vertex 2.6026147E+00 7.1106566E+01 9.5227512E+01 + vertex 2.6047227E+00 7.6111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 7.8888889E+01 9.5227884E+01 + vertex 2.6047227E+00 7.6111111E+01 9.5227884E+01 + vertex 2.6047227E+00 8.1111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.34210561927 2.4791120E-05 0.93966150536 + outer loop + vertex -7.499633E+00 6.6628572E+01 9.7009407E+01 + vertex -2.607434E+00 6.3835848E+01 9.5228362E+01 + vertex -2.608143E+00 6.8872219E+01 9.5228487E+01 + endloop + endfacet + facet normal 0.64273585101 6.5267232E-05 0.76608786805 + outer loop + vertex -1.148896E+01 6.9421915E+01 1.0035615E+02 + vertex -7.499633E+00 6.6628572E+01 9.7009407E+01 + vertex -7.501270E+00 7.1655165E+01 9.7010352E+01 + endloop + endfacet + facet normal 0.34213853522 -7.235470E-05 0.93964951843 + outer loop + vertex -7.501270E+00 7.1655165E+01 9.7010352E+01 + vertex -2.608143E+00 6.8872219E+01 9.5228487E+01 + vertex -2.606086E+00 7.3885447E+01 9.5228124E+01 + endloop + endfacet + facet normal 0.64281201514 -2.738438E-05 0.76602396336 + outer loop + vertex -1.149062E+01 7.4438051E+01 1.0035813E+02 + vertex -7.501270E+00 7.1655165E+01 9.7010352E+01 + vertex -7.500586E+00 7.6664441E+01 9.7009957E+01 + endloop + endfacet + facet normal 3.0589200E-04 -4.872669E-05 0.99999995203 + outer loop + vertex -2.607434E+00 6.3835848E+01 9.5228362E+01 + vertex 2.5976258E+00 6.1047828E+01 9.5226634E+01 + vertex 2.5990204E+00 6.6090423E+01 9.5226879E+01 + endloop + endfacet + facet normal 2.4128923E-04 -1.263246E-04 0.99999996291 + outer loop + vertex -2.608143E+00 6.8872219E+01 9.5228487E+01 + vertex 2.5990204E+00 6.6090423E+01 9.5226879E+01 + vertex 2.6026147E+00 7.1106566E+01 9.5227512E+01 + endloop + endfacet + facet normal 0.98480775301 -3.562822E-17 0.17364817767 + outer loop + vertex -1.500000E+01 8.5000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.2221891E+01 1.0486970E+02 + vertex -1.409539E+01 8.7222222E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 8.9074109E-16 0.17364817767 + outer loop + vertex -1.500000E+01 9.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 8.7222222E+01 1.0486970E+02 + vertex -1.409539E+01 9.2222222E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.86602669352 -6.046106E-06 0.49999776607 + outer loop + vertex -1.409539E+01 8.2221891E+01 1.0486970E+02 + vertex -1.149078E+01 7.9443322E+01 1.0035832E+02 + vertex -1.149067E+01 8.4444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 8.7222222E+01 1.0486970E+02 + vertex -1.149067E+01 8.4444444E+01 1.0035819E+02 + vertex -1.149067E+01 8.9444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.98479983859 7.3751549E-05 0.17369304093 + outer loop + vertex -1.500000E+01 7.5000000E+01 1.1000000E+02 + vertex -1.409452E+01 7.2213144E+01 1.0486730E+02 + vertex -1.409524E+01 7.7219881E+01 1.0486930E+02 + endloop + endfacet + facet normal 0.98480666284 1.4717743E-05 0.17365435957 + outer loop + vertex -1.500000E+01 8.0000000E+01 1.1000000E+02 + vertex -1.409524E+01 7.7219881E+01 1.0486930E+02 + vertex -1.409539E+01 8.2221891E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.86596261043 8.9352589E-05 0.50010873753 + outer loop + vertex -1.409452E+01 7.2213144E+01 1.0486730E+02 + vertex -1.148896E+01 6.9421915E+01 1.0035615E+02 + vertex -1.149062E+01 7.4438051E+01 1.0035813E+02 + endloop + endfacet + facet normal 0.86601941909 8.5334489E-06 0.50001036558 + outer loop + vertex -1.409524E+01 7.7219881E+01 1.0486930E+02 + vertex -1.149062E+01 7.4438051E+01 1.0035813E+02 + vertex -1.149078E+01 7.9443322E+01 1.0035832E+02 + endloop + endfacet + facet normal 0.34202014332 7.1259287E-16 0.93969262078 + outer loop + vertex -7.500000E+00 9.1666667E+01 9.7009619E+01 + vertex -2.604723E+00 8.8888889E+01 9.5227884E+01 + vertex -2.604723E+00 9.3888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -7.125929E-16 0.76604444312 + outer loop + vertex -1.149067E+01 9.4444444E+01 1.0035819E+02 + vertex -7.500000E+00 9.1666667E+01 9.7009619E+01 + vertex -7.500000E+00 9.6666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -6.413336E-16 0.93969262078 + outer loop + vertex -7.500000E+00 9.6666667E+01 9.7009619E+01 + vertex -2.604723E+00 9.3888889E+01 9.5227884E+01 + vertex -2.604723E+00 9.8888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 7.8385216E-16 0.76604444312 + outer loop + vertex -1.149067E+01 9.9444444E+01 1.0035819E+02 + vertex -7.500000E+00 9.6666667E+01 9.7009619E+01 + vertex -7.500000E+00 1.0166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 8.8888889E+01 9.5227884E+01 + vertex 2.6047227E+00 8.6111111E+01 9.5227884E+01 + vertex 2.6047227E+00 9.1111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 9.3888889E+01 9.5227884E+01 + vertex 2.6047227E+00 9.1111111E+01 9.5227884E+01 + vertex 2.6047227E+00 9.6111111E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 0.0 0.76604444312 + outer loop + vertex -7.500000E+00 9.1666667E+01 9.7009619E+01 + vertex -1.149067E+01 9.4444444E+01 1.0035819E+02 + vertex -1.149067E+01 8.9444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.34202014332 7.1259287E-16 0.93969262078 + outer loop + vertex -2.604723E+00 8.8888889E+01 9.5227884E+01 + vertex -7.500000E+00 9.1666667E+01 9.7009619E+01 + vertex -7.500000E+00 8.6666667E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 8.6111111E+01 9.5227884E+01 + vertex -2.604723E+00 8.8888889E+01 9.5227884E+01 + vertex -2.604723E+00 8.3888889E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.98480775301 3.5629644E-17 0.17364817767 + outer loop + vertex -1.500000E+01 1.0000000E+02 1.1000000E+02 + vertex -1.409539E+01 9.7222222E+01 1.0486970E+02 + vertex -1.409539E+01 1.0222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 -3.562964E-17 0.17364817767 + outer loop + vertex -1.500000E+01 1.0500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.0222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.0722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -1.425186E-16 0.5 + outer loop + vertex -1.409539E+01 9.7222222E+01 1.0486970E+02 + vertex -1.149067E+01 9.4444444E+01 1.0035819E+02 + vertex -1.149067E+01 9.9444444E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.86602540378 -1.425186E-16 0.5 + outer loop + vertex -1.409539E+01 1.0222222E+02 1.0486970E+02 + vertex -1.149067E+01 9.9444444E+01 1.0035819E+02 + vertex -1.149067E+01 1.0444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 3.5629644E-17 0.17364817767 + outer loop + vertex -1.409539E+01 9.7222222E+01 1.0486970E+02 + vertex -1.500000E+01 1.0000000E+02 1.1000000E+02 + vertex -1.500000E+01 9.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.149067E+01 9.4444444E+01 1.0035819E+02 + vertex -1.409539E+01 9.7222222E+01 1.0486970E+02 + vertex -1.409539E+01 9.2222222E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8659514351 -9.962066E-05 0.50012808576 + outer loop + vertex 1.1488635E+01 6.5550968E+01 1.0035576E+02 + vertex 1.4094408E+01 6.2774407E+01 1.0486700E+02 + vertex 1.4095389E+01 6.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 2.3515565E-15 0.5 + outer loop + vertex 1.1490667E+01 7.0555556E+01 1.0035819E+02 + vertex 1.4095389E+01 6.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 7.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.9847911388 0.0 0.17374237524 + outer loop + vertex 1.4094408E+01 6.2774407E+01 1.0486700E+02 + vertex 1.5000000E+01 6.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 6.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.984807753 3.5629644E-17 0.17364817767 + outer loop + vertex 1.4095389E+01 6.7777778E+01 1.0486970E+02 + vertex 1.5000000E+01 6.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 7.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8656254639 -1.486431E-04 0.50069205513 + outer loop + vertex 1.1481610E+01 5.5504873E+01 1.0034740E+02 + vertex 1.4091192E+01 5.2746823E+01 1.0485818E+02 + vertex 1.4092663E+01 5.7765775E+01 1.0486221E+02 + endloop + endfacet + facet normal -0.8657894187 -1.767430E-04 0.50040848443 + outer loop + vertex 1.1484874E+01 6.0537448E+01 1.0035129E+02 + vertex 1.4092663E+01 5.7765775E+01 1.0486221E+02 + vertex 1.4094408E+01 6.2774407E+01 1.0486700E+02 + endloop + endfacet + facet normal -0.9847367215 -3.567040E-17 0.17405053685 + outer loop + vertex 1.4091192E+01 5.2746823E+01 1.0485818E+02 + vertex 1.5000000E+01 5.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.9847616191 0.0 0.1739096133 + outer loop + vertex 1.4092663E+01 5.7765775E+01 1.0486221E+02 + vertex 1.5000000E+01 5.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 6.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.3419137105 -9.808811E-05 0.93973134721 + outer loop + vertex 2.6026147E+00 7.1106566E+01 9.5227512E+01 + vertex 7.4975517E+00 6.8328292E+01 9.7008206E+01 + vertex 7.5000000E+00 7.3333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 7.1259287E-17 0.93969262078 + outer loop + vertex 2.6047227E+00 7.6111111E+01 9.5227884E+01 + vertex 7.5000000E+00 7.3333333E+01 9.7009619E+01 + vertex 7.5000000E+00 7.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.6426795106 -1.096865E-04 0.76613512818 + outer loop + vertex 7.4975517E+00 6.8328292E+01 9.7008206E+01 + vertex 1.1488635E+01 6.5550968E+01 1.0035576E+02 + vertex 1.1490667E+01 7.0555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 0.0 0.76604444312 + outer loop + vertex 7.5000000E+00 7.3333333E+01 9.7009619E+01 + vertex 1.1490667E+01 7.0555556E+01 1.0035819E+02 + vertex 1.1490667E+01 7.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.3414909632 -1.270508E-04 0.93988504929 + outer loop + vertex 2.5976258E+00 6.1047828E+01 9.5226634E+01 + vertex 7.4898477E+00 5.8270485E+01 9.7003763E+01 + vertex 7.4930451E+00 6.3311911E+01 9.7005606E+01 + endloop + endfacet + facet normal -0.3416775451 -1.801008E-04 0.93981722836 + outer loop + vertex 2.5990204E+00 6.6090423E+01 9.5226879E+01 + vertex 7.4930451E+00 6.3311911E+01 9.7005606E+01 + vertex 7.4975517E+00 6.8328292E+01 9.7008206E+01 + endloop + endfacet + facet normal -0.6421997791 -1.750437E-04 0.76653728746 + outer loop + vertex 7.4898477E+00 5.8270485E+01 9.7003763E+01 + vertex 1.1481610E+01 5.5504873E+01 1.0034740E+02 + vertex 1.1484874E+01 6.0537448E+01 1.0035129E+02 + endloop + endfacet + facet normal -0.6424351383 -2.026214E-04 0.76634003679 + outer loop + vertex 7.4930451E+00 6.3311911E+01 9.7005606E+01 + vertex 1.1484874E+01 6.0537448E+01 1.0035129E+02 + vertex 1.1488635E+01 6.5550968E+01 1.0035576E+02 + endloop + endfacet + facet normal -0.8660254038 9.9763002E-16 0.5 + outer loop + vertex 1.1490667E+01 8.0555556E+01 1.0035819E+02 + vertex 1.4095389E+01 7.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 8.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 -5.700743E-16 0.5 + outer loop + vertex 1.1490667E+01 8.5555556E+01 1.0035819E+02 + vertex 1.4095389E+01 8.2777778E+01 1.0486970E+02 + vertex 1.4095389E+01 8.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 3.5629644E-17 0.17364817767 + outer loop + vertex 1.4095389E+01 7.7777778E+01 1.0486970E+02 + vertex 1.5000000E+01 7.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 8.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.4095389E+01 8.2777778E+01 1.0486970E+02 + vertex 1.5000000E+01 8.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 8.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 -2.850371E-16 0.5 + outer loop + vertex 1.4095389E+01 7.7777778E+01 1.0486970E+02 + vertex 1.1490667E+01 8.0555556E+01 1.0035819E+02 + vertex 1.1490667E+01 7.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 1.3182968E-15 0.17364817767 + outer loop + vertex 1.5000000E+01 7.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 7.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 7.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.3420201433 2.8503715E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 8.6111111E+01 9.5227884E+01 + vertex 7.5000000E+00 8.3333333E+01 9.7009619E+01 + vertex 7.5000000E+00 8.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -5.700743E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 9.1111111E+01 9.5227884E+01 + vertex 7.5000000E+00 8.8333333E+01 9.7009619E+01 + vertex 7.5000000E+00 9.3333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.6427876097 1.2114079E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 8.3333333E+01 9.7009619E+01 + vertex 1.1490667E+01 8.0555556E+01 1.0035819E+02 + vertex 1.1490667E+01 8.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 -7.125929E-16 0.76604444312 + outer loop + vertex 7.5000000E+00 8.8333333E+01 9.7009619E+01 + vertex 1.1490667E+01 8.5555556E+01 1.0035819E+02 + vertex 1.1490667E+01 9.0555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.3420201433 -1.425186E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 8.3333333E+01 9.7009619E+01 + vertex 2.6047227E+00 8.6111111E+01 9.5227884E+01 + vertex 2.6047227E+00 8.1111111E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 2.8503715E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 8.0555556E+01 1.0035819E+02 + vertex 7.5000000E+00 8.3333333E+01 9.7009619E+01 + vertex 7.5000000E+00 7.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.86562925912 -1.052301E-04 0.50068550477 + outer loop + vertex -1.148299E+01 5.9345306E+01 1.0034904E+02 + vertex -1.409193E+01 6.2178343E+01 1.0486022E+02 + vertex -1.409089E+01 5.7148548E+01 1.0485735E+02 + endloop + endfacet + facet normal 0.64221499839 -9.907334E-05 0.76652455018 + outer loop + vertex -7.492331E+00 5.6509502E+01 9.7005194E+01 + vertex -1.148299E+01 5.9345306E+01 1.0034904E+02 + vertex -1.148112E+01 5.4281959E+01 1.0034683E+02 + endloop + endfacet + facet normal 0.86551791646 -1.482840E-04 0.50087794351 + outer loop + vertex -1.148112E+01 5.4281959E+01 1.0034683E+02 + vertex -1.409089E+01 5.7148548E+01 1.0485735E+02 + vertex -1.408941E+01 5.2107539E+01 1.0485331E+02 + endloop + endfacet + facet normal 0.64213006544 -1.224343E-04 0.76659569792 + outer loop + vertex -7.492307E+00 5.1414388E+01 9.7005180E+01 + vertex -1.148112E+01 5.4281959E+01 1.0034683E+02 + vertex -1.147881E+01 4.9197158E+01 1.0034408E+02 + endloop + endfacet + facet normal 0.98474928576 0.0 0.17397943614 + outer loop + vertex -1.409193E+01 6.2178343E+01 1.0486022E+02 + vertex -1.500000E+01 6.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 6.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.9847316059 0.0 0.17407947709 + outer loop + vertex -1.409089E+01 5.7148548E+01 1.0485735E+02 + vertex -1.500000E+01 6.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 5.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.8659028961 -1.334616E-04 0.50021211173 + outer loop + vertex -1.148896E+01 6.9421915E+01 1.0035615E+02 + vertex -1.409452E+01 7.2213144E+01 1.0486730E+02 + vertex -1.409320E+01 6.7199645E+01 1.0486368E+02 + endloop + endfacet + facet normal 0.64263914873 -1.700120E-04 0.76616897328 + outer loop + vertex -7.499633E+00 6.6628572E+01 9.7009407E+01 + vertex -1.148896E+01 6.9421915E+01 1.0035615E+02 + vertex -1.148579E+01 6.4391538E+01 1.0035238E+02 + endloop + endfacet + facet normal 0.86575780304 -1.275011E-04 0.50046319566 + outer loop + vertex -1.148579E+01 6.4391538E+01 1.0035238E+02 + vertex -1.409320E+01 6.7199645E+01 1.0486368E+02 + vertex -1.409193E+01 6.2178343E+01 1.0486022E+02 + endloop + endfacet + facet normal 0.64239629548 -1.499801E-04 0.7663726098 + outer loop + vertex -7.495401E+00 6.1580703E+01 9.7006965E+01 + vertex -1.148579E+01 6.4391538E+01 1.0035238E+02 + vertex -1.148299E+01 5.9345306E+01 1.0034904E+02 + endloop + endfacet + facet normal 0.98479299087 0.0 0.17373187713 + outer loop + vertex -1.409452E+01 7.2213144E+01 1.0486730E+02 + vertex -1.500000E+01 7.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 7.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98477066156 0.0 0.17385840254 + outer loop + vertex -1.409320E+01 6.7199645E+01 1.0486368E+02 + vertex -1.500000E+01 7.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 6.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 2.0672322E-04 1.1358397E-04 0.99999997218 + outer loop + vertex 2.5981014E+00 5.0878706E+01 9.5226718E+01 + vertex -2.602401E+00 5.3681399E+01 9.5227474E+01 + vertex -2.605701E+00 4.8565698E+01 9.5228056E+01 + endloop + endfacet + facet normal 4.8061068E-04 1.4476176E-04 0.99999987403 + outer loop + vertex 2.5938070E+00 4.5761993E+01 9.5225963E+01 + vertex -2.605701E+00 4.8565698E+01 9.5228056E+01 + vertex -2.609924E+00 4.3428861E+01 9.5228802E+01 + endloop + endfacet + facet normal 0.34166844913 -9.325791E-07 0.93982055248 + outer loop + vertex -2.602401E+00 5.3681399E+01 9.5227474E+01 + vertex -7.492331E+00 5.6509502E+01 9.7005194E+01 + vertex -7.492307E+00 5.1414388E+01 9.7005180E+01 + endloop + endfacet + facet normal 0.34178769471 2.8458000E-05 0.93977719218 + outer loop + vertex -2.605701E+00 4.8565698E+01 9.5228056E+01 + vertex -7.492307E+00 5.1414388E+01 9.7005180E+01 + vertex -7.493035E+00 4.6293001E+01 9.7005600E+01 + endloop + endfacet + facet normal 2.6357541E-04 -1.277291E-04 0.99999995711 + outer loop + vertex 2.5976258E+00 6.1047828E+01 9.5226634E+01 + vertex -2.607434E+00 6.3835848E+01 9.5228362E+01 + vertex -2.603762E+00 5.8772557E+01 9.5227714E+01 + endloop + endfacet + facet normal 1.3881288E-04 -4.709873E-05 0.99999998926 + outer loop + vertex 2.5989134E+00 5.5976667E+01 9.5226861E+01 + vertex -2.603762E+00 5.8772557E+01 9.5227714E+01 + vertex -2.602401E+00 5.3681399E+01 9.5227474E+01 + endloop + endfacet + facet normal 0.34200848267 -1.679102E-04 0.93969684983 + outer loop + vertex -2.607434E+00 6.3835848E+01 9.5228362E+01 + vertex -7.499633E+00 6.6628572E+01 9.7009407E+01 + vertex -7.495401E+00 6.1580703E+01 9.7006965E+01 + endloop + endfacet + facet normal 0.34176181099 -1.212312E-04 0.93978659804 + outer loop + vertex -2.603762E+00 5.8772557E+01 9.5227714E+01 + vertex -7.495401E+00 6.1580703E+01 9.7006965E+01 + vertex -7.492331E+00 5.6509502E+01 9.7005194E+01 + endloop + endfacet + facet normal 0.86520781256 -6.434330E-05 0.50141343913 + outer loop + vertex -1.147502E+01 4.4095220E+01 1.0033957E+02 + vertex -1.408731E+01 4.7055596E+01 1.0484756E+02 + vertex -1.408667E+01 4.2007942E+01 1.0484580E+02 + endloop + endfacet + facet normal 0.86521680467 3.6879609E-04 0.50139779108 + outer loop + vertex -1.147176E+01 3.9006949E+01 1.0033570E+02 + vertex -1.408667E+01 4.2007942E+01 1.0484580E+02 + vertex -1.409032E+01 3.6998199E+01 1.0485578E+02 + endloop + endfacet + facet normal 0.98467103125 3.5809453E-17 0.17442178823 + outer loop + vertex -1.408731E+01 4.7055596E+01 1.0484756E+02 + vertex -1.500000E+01 5.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 4.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.98466015498 3.5847272E-17 0.17448317742 + outer loop + vertex -1.408667E+01 4.2007942E+01 1.0484580E+02 + vertex -1.500000E+01 4.5000000E+01 1.1000000E+02 + vertex -1.500000E+01 4.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.86528326523 2.0058683E-04 0.50128318412 + outer loop + vertex -1.408731E+01 4.7055596E+01 1.0484756E+02 + vertex -1.147502E+01 4.4095220E+01 1.0033957E+02 + vertex -1.147881E+01 4.9197158E+01 1.0034408E+02 + endloop + endfacet + facet normal 0.98469174424 2.1133586E-04 0.17430468773 + outer loop + vertex -1.500000E+01 5.0000000E+01 1.1000000E+02 + vertex -1.408731E+01 4.7055596E+01 1.0484756E+02 + vertex -1.408941E+01 5.2107539E+01 1.0485331E+02 + endloop + endfacet + facet normal 0.64141640083 1.5795053E-04 0.76719291955 + outer loop + vertex -1.147092E+01 3.3980349E+01 1.0033470E+02 + vertex -7.477679E+00 3.0917005E+01 9.6996757E+01 + vertex -7.481721E+00 3.6036926E+01 9.6999083E+01 + endloop + endfacet + facet normal 0.6416306513 3.0322990E-04 0.76701369959 + outer loop + vertex -1.147176E+01 3.9006949E+01 1.0033570E+02 + vertex -7.481721E+00 3.6036926E+01 9.6999083E+01 + vertex -7.489484E+00 4.1155740E+01 9.7003553E+01 + endloop + endfacet + facet normal 0.64191603244 1.3818164E-04 0.76677492669 + outer loop + vertex -1.147502E+01 4.4095220E+01 1.0033957E+02 + vertex -7.489484E+00 4.1155740E+01 9.7003553E+01 + vertex -7.493035E+00 4.6293001E+01 9.7005600E+01 + endloop + endfacet + facet normal 0.98480106953 3.7362057E-04 0.17368567547 + outer loop + vertex -1.500000E+01 3.0000000E+01 1.1000000E+02 + vertex -1.409305E+01 2.7348292E+01 1.0486327E+02 + vertex -1.409653E+01 3.2076778E+01 1.0487283E+02 + endloop + endfacet + facet normal 0.98476432051 -6.406672E-04 0.17389313554 + outer loop + vertex -1.500000E+01 3.5000000E+01 1.1000000E+02 + vertex -1.409653E+01 3.2076778E+01 1.0487283E+02 + vertex -1.409032E+01 3.6998199E+01 1.0485578E+02 + endloop + endfacet + facet normal 0.86366547393 0.00623847434 0.50402681534 + outer loop + vertex -1.409305E+01 2.7348292E+01 1.0486327E+02 + vertex -1.133543E+01 2.4266577E+01 1.0017615E+02 + vertex -1.144378E+01 2.9051909E+01 1.0030259E+02 + endloop + endfacet + facet normal 0.86529560146 0.0014980403 0.50125969114 + outer loop + vertex -1.409653E+01 3.2076778E+01 1.0487283E+02 + vertex -1.144378E+01 2.9051909E+01 1.0030259E+02 + vertex -1.147092E+01 3.3980349E+01 1.0033470E+02 + endloop + endfacet + facet normal 0.98478914 0.00614816592 0.17364489569 + outer loop + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + vertex -1.409539E+01 2.0000000E+01 1.0486970E+02 + vertex -1.413383E+01 2.3138596E+01 1.0497656E+02 + endloop + endfacet + facet normal 0.98513909374 -0.0049224409 0.17168790162 + outer loop + vertex -1.500000E+01 2.5000000E+01 1.1000000E+02 + vertex -1.413383E+01 2.3138596E+01 1.0497656E+02 + vertex -1.409305E+01 2.7348292E+01 1.0486327E+02 + endloop + endfacet + facet normal 0.86600756785 -0.0064179362 0.49998970242 + outer loop + vertex -1.413383E+01 2.3138596E+01 1.0497656E+02 + vertex -1.409539E+01 2.0000000E+01 1.0486970E+02 + vertex -1.149067E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.64275983662 0.00929583725 0.76601134446 + outer loop + vertex -1.133543E+01 2.4266577E+01 1.0017615E+02 + vertex -1.149067E+01 2.0000000E+01 1.0035819E+02 + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.64023707544 1.1581384E-04 0.76817737132 + outer loop + vertex -1.144378E+01 2.9051909E+01 1.0030259E+02 + vertex -7.474649E+00 2.5721953E+01 9.6995016E+01 + vertex -7.477679E+00 3.0917005E+01 9.6996757E+01 + endloop + endfacet + facet normal 0.34143198626 9.3212993E-05 0.93990647943 + outer loop + vertex -7.481721E+00 3.6036926E+01 9.6999083E+01 + vertex -2.605504E+00 3.3197065E+01 9.5228021E+01 + vertex -2.608208E+00 3.8291410E+01 9.5228499E+01 + endloop + endfacet + facet normal 0.34178117974 5.8717345E-05 0.93977956018 + outer loop + vertex -7.489484E+00 4.1155740E+01 9.7003553E+01 + vertex -2.608208E+00 3.8291410E+01 9.5228499E+01 + vertex -2.609924E+00 4.3428861E+01 9.5228802E+01 + endloop + endfacet + facet normal 5.4505156E-04 -1.888129E-04 0.99999983363 + outer loop + vertex -2.605504E+00 3.3197065E+01 9.5228021E+01 + vertex 2.5864526E+00 3.0455282E+01 9.5224674E+01 + vertex 2.5919067E+00 3.5533171E+01 9.5225630E+01 + endloop + endfacet + facet normal 5.8818915E-04 6.8720858E-05 0.99999982466 + outer loop + vertex -2.608208E+00 3.8291410E+01 9.5228499E+01 + vertex 2.5919067E+00 3.5533171E+01 9.5225630E+01 + vertex 2.5899131E+00 4.0637634E+01 9.5225280E+01 + endloop + endfacet + facet normal 0.34130301906 -1.574371E-04 0.93995330969 + outer loop + vertex -2.605504E+00 3.3197065E+01 9.5228021E+01 + vertex -7.481721E+00 3.6036926E+01 9.6999083E+01 + vertex -7.477679E+00 3.0917005E+01 9.6996757E+01 + endloop + endfacet + facet normal 1.0025008E-03 6.7743262E-04 0.99999926804 + outer loop + vertex 2.5864526E+00 3.0455282E+01 9.5224674E+01 + vertex -2.605504E+00 3.3197065E+01 9.5228021E+01 + vertex -2.624668E+00 2.8216808E+01 9.5231414E+01 + endloop + endfacet + facet normal 0.34201785836 0.00365534337 0.9396863429 + outer loop + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + vertex -2.604723E+00 2.0000000E+01 9.5227884E+01 + vertex -2.678950E+00 2.3531083E+01 9.5241164E+01 + endloop + endfacet + facet normal 0.34265266255 -0.0020146801 0.93946000123 + outer loop + vertex -7.474649E+00 2.5721953E+01 9.6995016E+01 + vertex -2.678950E+00 2.3531083E+01 9.5241164E+01 + vertex -2.624668E+00 2.8216808E+01 9.5231414E+01 + endloop + endfacet + facet normal 0.0 -0.0037610627 0.99999292718 + outer loop + vertex -2.678950E+00 2.3531083E+01 9.5241164E+01 + vertex -2.604723E+00 2.0000000E+01 9.5227884E+01 + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.642015209 5.6694815E-05 0.76669189914 + outer loop + vertex 1.1479979E+01 5.0454914E+01 1.0034546E+02 + vertex 7.4889807E+00 5.3204459E+01 9.7003263E+01 + vertex 7.4875407E+00 4.8117414E+01 9.7002434E+01 + endloop + endfacet + facet normal -0.641918182 8.8910620E-05 0.76677313441 + outer loop + vertex 1.1478925E+01 4.5391515E+01 1.0034421E+02 + vertex 7.4875407E+00 4.8117414E+01 9.7002434E+01 + vertex 7.4852779E+00 4.3019941E+01 9.7001130E+01 + endloop + endfacet + facet normal -0.3414228069 2.8047591E-05 0.93990981808 + outer loop + vertex 7.4889807E+00 5.3204459E+01 9.7003263E+01 + vertex 2.5989134E+00 5.5976667E+01 9.5226861E+01 + vertex 2.5981014E+00 5.0878706E+01 9.5226718E+01 + endloop + endfacet + facet normal -0.3412851999 1.4781799E-04 0.93995978132 + outer loop + vertex 7.4875407E+00 4.8117414E+01 9.7002434E+01 + vertex 2.5981014E+00 5.0878706E+01 9.5226718E+01 + vertex 2.5938070E+00 4.5761993E+01 9.5225963E+01 + endloop + endfacet + facet normal -0.6420734454 -8.712183E-05 0.76664312626 + outer loop + vertex 7.4889807E+00 5.3204459E+01 9.7003263E+01 + vertex 1.1479979E+01 5.0454914E+01 1.0034546E+02 + vertex 1.1481610E+01 5.5504873E+01 1.0034740E+02 + endloop + endfacet + facet normal -0.3414540121 -3.426114E-05 0.939898482 + outer loop + vertex 2.5989134E+00 5.5976667E+01 9.5226861E+01 + vertex 7.4889807E+00 5.3204459E+01 9.7003263E+01 + vertex 7.4898477E+00 5.8270485E+01 9.7003763E+01 + endloop + endfacet + facet normal -0.9847190299 4.1018032E-05 0.17415059699 + outer loop + vertex 1.5000000E+01 4.5000000E+01 1.1000000E+02 + vertex 1.4090367E+01 4.7719390E+01 1.0485592E+02 + vertex 1.4089960E+01 4.2686874E+01 1.0485481E+02 + endloop + endfacet + facet normal -0.9847151476 8.0455597E-06 0.17417255228 + outer loop + vertex 1.5000000E+01 4.0000000E+01 1.1000000E+02 + vertex 1.4089960E+01 4.2686874E+01 1.0485481E+02 + vertex 1.4089881E+01 3.7661218E+01 1.0485459E+02 + endloop + endfacet + facet normal -0.8654888035 5.6138291E-05 0.50092826611 + outer loop + vertex 1.4090367E+01 4.7719390E+01 1.0485592E+02 + vertex 1.1479979E+01 5.0454914E+01 1.0034546E+02 + vertex 1.1478925E+01 4.5391515E+01 1.0034421E+02 + endloop + endfacet + facet normal -0.8654486782 2.9903348E-05 0.50099758922 + outer loop + vertex 1.4089960E+01 4.2686874E+01 1.0485481E+02 + vertex 1.1478925E+01 4.5391515E+01 1.0034421E+02 + vertex 1.1478364E+01 4.0322565E+01 1.0034354E+02 + endloop + endfacet + facet normal -0.9847227491 -3.567201E-17 0.1741295707 + outer loop + vertex 1.4090367E+01 4.7719390E+01 1.0485592E+02 + vertex 1.5000000E+01 4.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 5.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8655254413 -8.321308E-05 0.5008649554 + outer loop + vertex 1.1479979E+01 5.0454914E+01 1.0034546E+02 + vertex 1.4090367E+01 4.7719390E+01 1.0485592E+02 + vertex 1.4091192E+01 5.2746823E+01 1.0485818E+02 + endloop + endfacet + facet normal -0.3410979837 -1.789514E-05 0.94002774702 + outer loop + vertex 2.5919067E+00 3.5533171E+01 9.5225630E+01 + vertex 7.4855375E+00 3.2893628E+01 9.7001280E+01 + vertex 7.4859876E+00 3.7930461E+01 9.7001539E+01 + endloop + endfacet + facet normal -0.3410286577 2.7933200E-05 0.94005289948 + outer loop + vertex 2.5899131E+00 4.0637634E+01 9.5225280E+01 + vertex 7.4859876E+00 3.7930461E+01 9.7001539E+01 + vertex 7.4852779E+00 4.3019941E+01 9.7001130E+01 + endloop + endfacet + facet normal -0.6420462988 2.7117889E-04 0.7666658181 + outer loop + vertex 7.4855375E+00 3.2893628E+01 9.7001280E+01 + vertex 1.1485385E+01 3.0257206E+01 1.0035190E+02 + vertex 1.1480342E+01 3.5280840E+01 1.0034590E+02 + endloop + endfacet + facet normal -0.6419230552 1.0583743E-04 0.76676905259 + outer loop + vertex 7.4859876E+00 3.7930461E+01 9.7001539E+01 + vertex 1.1480342E+01 3.5280840E+01 1.0034590E+02 + vertex 1.1478364E+01 4.0322565E+01 1.0034354E+02 + endloop + endfacet + facet normal -0.3409992107 1.8932080E-04 0.940063563 + outer loop + vertex 7.4855375E+00 3.2893628E+01 9.7001280E+01 + vertex 2.5919067E+00 3.5533171E+01 9.5225630E+01 + vertex 2.5864526E+00 3.0455282E+01 9.5224674E+01 + endloop + endfacet + facet normal -0.6420754622 1.9592264E-04 0.76664141715 + outer loop + vertex 1.1485385E+01 3.0257206E+01 1.0035190E+02 + vertex 7.4855375E+00 3.2893628E+01 9.7001280E+01 + vertex 7.4807578E+00 2.7995441E+01 9.6998528E+01 + endloop + endfacet + facet normal -0.3420197578 0.00150150618 0.93969156151 + outer loop + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + vertex 7.5000000E+00 2.0000000E+01 9.7009619E+01 + vertex 7.4741689E+00 2.3428088E+01 9.6994740E+01 + endloop + endfacet + facet normal -0.3398986102 -2.898269E-04 0.94046204111 + outer loop + vertex 2.5642128E+00 2.5369044E+01 9.5220798E+01 + vertex 7.4741689E+00 2.3428088E+01 9.6994740E+01 + vertex 7.4807578E+00 2.7995441E+01 9.6998528E+01 + endloop + endfacet + facet normal -0.6427868686 -0.0015185252 0.7660435599 + outer loop + vertex 7.4741689E+00 2.3428088E+01 9.6994740E+01 + vertex 7.5000000E+00 2.0000000E+01 9.7009619E+01 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.8658472763 4.3150888E-05 0.50030839707 + outer loop + vertex 1.1485385E+01 3.0257206E+01 1.0035190E+02 + vertex 1.4094750E+01 2.7834025E+01 1.0486794E+02 + vertex 1.4094338E+01 3.2678568E+01 1.0486681E+02 + endloop + endfacet + facet normal -0.8655931464 4.5401376E-04 0.5007477397 + outer loop + vertex 1.1480342E+01 3.5280840E+01 1.0034590E+02 + vertex 1.4094338E+01 3.2678568E+01 1.0486681E+02 + vertex 1.4089881E+01 3.7661218E+01 1.0485459E+02 + endloop + endfacet + facet normal -0.9847969309 0.0 0.17370954177 + outer loop + vertex 1.4094750E+01 2.7834025E+01 1.0486794E+02 + vertex 1.5000000E+01 2.5000000E+01 1.1000000E+02 + vertex 1.5000000E+01 3.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.984789967 -3.561234E-17 0.17374901704 + outer loop + vertex 1.4094338E+01 3.2678568E+01 1.0486681E+02 + vertex 1.5000000E+01 3.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 3.5000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.8660217259 0.00291440666 0.49999787655 + outer loop + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + vertex 1.4095389E+01 2.0000000E+01 1.0486970E+02 + vertex 1.4075846E+01 2.3350557E+01 1.0481632E+02 + endloop + endfacet + facet normal -0.8650132809 -0.002129964 0.50174444408 + outer loop + vertex 1.1473013E+01 2.5278086E+01 1.0033719E+02 + vertex 1.4075846E+01 2.3350557E+01 1.0481632E+02 + vertex 1.4094750E+01 2.7834025E+01 1.0486794E+02 + endloop + endfacet + facet normal -0.9848033869 -0.0029777238 0.17364740781 + outer loop + vertex 1.4075846E+01 2.3350557E+01 1.0481632E+02 + vertex 1.4095389E+01 2.0000000E+01 1.0486970E+02 + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.3420201433 1.3539265E-15 0.93969262078 + outer loop + vertex 2.6047227E+00 1.2111111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.1833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.2333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -5.700743E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 1.2611111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.2333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.2833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.6427876097 -1.353926E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 1.1833333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.1555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.2055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 2.1377786E-16 0.76604444312 + outer loop + vertex 7.5000000E+00 1.2333333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.2055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.2555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.3420201433 2.1377786E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.1833333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.2111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.1611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 1.6389636E-15 0.76604444312 + outer loop + vertex 1.1490667E+01 1.1555556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.1833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.1333333E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.3111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.3388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.2888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.2611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.2888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.2388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.2111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.2388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.1888889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.3420201433 2.1377786E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.3833333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.4111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.3611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 3.5629644E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 1.3555556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.3833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.3333333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 -7.125929E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.3333333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.3611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.3111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 4.2755572E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 1.3055556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.3333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.2833333E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.4111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.4388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.3888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.3611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.3888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.3388889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.1500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.1277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.5000000E+01 1.1000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.1277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.0777778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 -1.425186E-16 0.5 + outer loop + vertex 1.4095389E+01 1.1777778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.2055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.1555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 7.8385216E-16 0.5 + outer loop + vertex 1.4095389E+01 1.1277778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.1555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.1055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 -3.562964E-17 0.17364817767 + outer loop + vertex 1.4095389E+01 1.1777778E+02 1.0486970E+02 + vertex 1.5000000E+01 1.1500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.2000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 7.1259287E-17 0.5 + outer loop + vertex 1.1490667E+01 1.2055556E+02 1.0035819E+02 + vertex 1.4095389E+01 1.1777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.2277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 -5.344447E-16 0.17364817767 + outer loop + vertex 1.5000000E+01 1.3000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.3277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.2777778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 -3.562964E-17 0.17364817767 + outer loop + vertex 1.5000000E+01 1.2500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.2777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.2277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 2.8503715E-16 0.5 + outer loop + vertex 1.4095389E+01 1.3277778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.3555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.3055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 -6.413336E-16 0.5 + outer loop + vertex 1.4095389E+01 1.2777778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.3055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.2555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.3420201433 -1.425186E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.0333333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.0611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.0111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 7.1259287E-17 0.76604444312 + outer loop + vertex 1.1490667E+01 1.0055556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.0333333E+02 9.7009619E+01 + vertex 7.5000000E+00 9.8333333E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 1.4251857E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 9.8333333E+01 9.7009619E+01 + vertex 2.6047227E+00 1.0111111E+02 9.5227884E+01 + vertex 2.6047227E+00 9.6111111E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -2.850371E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 9.5555556E+01 1.0035819E+02 + vertex 7.5000000E+00 9.8333333E+01 9.7009619E+01 + vertex 7.5000000E+00 9.3333333E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.0611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.0888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.0388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.0111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.0388889E+02 9.5227884E+01 + vertex -2.604723E+00 9.8888889E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.3420201433 -1.425186E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.1333333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.1611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.1111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 0.0 0.76604444312 + outer loop + vertex 1.1490667E+01 1.1055556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.1333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.0833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.3420201433 1.4251857E-16 0.93969262078 + outer loop + vertex 7.5000000E+00 1.0833333E+02 9.7009619E+01 + vertex 2.6047227E+00 1.1111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.0611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 -4.275557E-16 0.76604444312 + outer loop + vertex 1.1490667E+01 1.0555556E+02 1.0035819E+02 + vertex 7.5000000E+00 1.0833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.0333333E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.1611111E+02 9.5227884E+01 + vertex -2.604723E+00 1.1888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.1388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex 2.6047227E+00 1.1111111E+02 9.5227884E+01 + vertex -2.604723E+00 1.1388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.0888889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.984807753 1.0688893E-15 0.17364817767 + outer loop + vertex 1.5000000E+01 9.5000000E+01 1.1000000E+02 + vertex 1.4095389E+01 9.7777778E+01 1.0486970E+02 + vertex 1.4095389E+01 9.2777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 -5.344447E-16 0.17364817767 + outer loop + vertex 1.5000000E+01 9.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 9.2777778E+01 1.0486970E+02 + vertex 1.4095389E+01 8.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 -4.988150E-16 0.5 + outer loop + vertex 1.4095389E+01 9.7777778E+01 1.0486970E+02 + vertex 1.1490667E+01 1.0055556E+02 1.0035819E+02 + vertex 1.1490667E+01 9.5555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 -7.125929E-17 0.5 + outer loop + vertex 1.4095389E+01 9.2777778E+01 1.0486970E+02 + vertex 1.1490667E+01 9.5555556E+01 1.0035819E+02 + vertex 1.1490667E+01 9.0555556E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 -5.344447E-16 0.17364817767 + outer loop + vertex 1.5000000E+01 1.0500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.0277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 3.5629644E-17 0.17364817767 + outer loop + vertex 1.5000000E+01 1.0000000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.0277778E+02 1.0486970E+02 + vertex 1.4095389E+01 9.7777778E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.8660254038 -1.852741E-15 0.5 + outer loop + vertex 1.4095389E+01 1.0777778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.1055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.0555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.8660254038 1.5677043E-15 0.5 + outer loop + vertex 1.4095389E+01 1.0277778E+02 1.0486970E+02 + vertex 1.1490667E+01 1.0555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.0055556E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.86602540378 9.2637074E-16 0.5 + outer loop + vertex -1.149067E+01 1.4444444E+02 1.0035819E+02 + vertex -1.409539E+01 1.4722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.4222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 7.1259287E-16 0.5 + outer loop + vertex -1.149067E+01 1.3944444E+02 1.0035819E+02 + vertex -1.409539E+01 1.4222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.3722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 -4.988150E-16 0.17364817767 + outer loop + vertex -1.409539E+01 1.4722222E+02 1.0486970E+02 + vertex -1.500000E+01 1.5000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.4500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 4.9881501E-16 0.17364817767 + outer loop + vertex -1.409539E+01 1.4222222E+02 1.0486970E+02 + vertex -1.500000E+01 1.4500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.4000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 1.4722222E+02 1.0486970E+02 + vertex -1.149067E+01 1.4444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.4944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 -1.033260E-15 0.17364817767 + outer loop + vertex -1.500000E+01 1.5000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.4722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.5222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.34202014332 -1.924001E-15 0.93969262078 + outer loop + vertex -2.604723E+00 1.3888889E+02 9.5227884E+01 + vertex -7.500000E+00 1.4166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.3666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 1.6389636E-15 0.93969262078 + outer loop + vertex -2.604723E+00 1.3388889E+02 9.5227884E+01 + vertex -7.500000E+00 1.3666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.3166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.64278760969 -1.496445E-15 0.76604444312 + outer loop + vertex -7.500000E+00 1.4166667E+02 9.7009619E+01 + vertex -1.149067E+01 1.4444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.3944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 4.9881501E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.3666667E+02 9.7009619E+01 + vertex -1.149067E+01 1.3944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.3444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.34202014332 2.1377786E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.4166667E+02 9.7009619E+01 + vertex -2.604723E+00 1.3888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.4388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 8.5511145E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.4444444E+02 1.0035819E+02 + vertex -7.500000E+00 1.4166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.4666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.86602540378 9.9763002E-16 0.5 + outer loop + vertex -1.409539E+01 1.2722222E+02 1.0486970E+02 + vertex -1.149067E+01 1.2444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.2944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 1.7814822E-16 0.17364817767 + outer loop + vertex -1.500000E+01 1.3000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.2722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.3222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -1.068889E-15 0.5 + outer loop + vertex -1.409539E+01 1.3222222E+02 1.0486970E+02 + vertex -1.149067E+01 1.2944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.3444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 3.9192608E-16 0.17364817767 + outer loop + vertex -1.500000E+01 1.3500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.3222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.3722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.34202014332 -2.137779E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.2166667E+02 9.7009619E+01 + vertex -2.604723E+00 1.1888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.2388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -7.125929E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.2444444E+02 1.0035819E+02 + vertex -7.500000E+00 1.2166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.2666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 1.1401486E-15 0.93969262078 + outer loop + vertex -7.500000E+00 1.2666667E+02 9.7009619E+01 + vertex -2.604723E+00 1.2388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.2888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 1.3539265E-15 0.76604444312 + outer loop + vertex -1.149067E+01 1.2944444E+02 1.0035819E+02 + vertex -7.500000E+00 1.2666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.3166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.86602540378 6.4133359E-16 0.5 + outer loop + vertex -1.149067E+01 1.1444444E+02 1.0035819E+02 + vertex -1.409539E+01 1.1722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.1222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 6.4133359E-16 0.5 + outer loop + vertex -1.149067E+01 1.0944444E+02 1.0035819E+02 + vertex -1.409539E+01 1.1222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.0722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 -3.562964E-17 0.17364817767 + outer loop + vertex -1.409539E+01 1.1722222E+02 1.0486970E+02 + vertex -1.500000E+01 1.2000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.1500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 0.0 0.17364817767 + outer loop + vertex -1.409539E+01 1.1222222E+02 1.0486970E+02 + vertex -1.500000E+01 1.1500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.1000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86602540378 -1.282667E-15 0.5 + outer loop + vertex -1.149067E+01 1.2444444E+02 1.0035819E+02 + vertex -1.409539E+01 1.2722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.2222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 -7.125929E-17 0.5 + outer loop + vertex -1.149067E+01 1.1944444E+02 1.0035819E+02 + vertex -1.409539E+01 1.2222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.1722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98480775301 -9.620004E-16 0.17364817767 + outer loop + vertex -1.409539E+01 1.2722222E+02 1.0486970E+02 + vertex -1.500000E+01 1.3000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.2500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98480775301 4.9881501E-16 0.17364817767 + outer loop + vertex -1.409539E+01 1.2222222E+02 1.0486970E+02 + vertex -1.500000E+01 1.2500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.2000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.34202014332 0.0 0.93969262078 + outer loop + vertex -2.604723E+00 1.0888889E+02 9.5227884E+01 + vertex -7.500000E+00 1.1166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.0666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 -1.924001E-15 0.93969262078 + outer loop + vertex -2.604723E+00 1.0388889E+02 9.5227884E+01 + vertex -7.500000E+00 1.0666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.0166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.64278760969 1.4964450E-15 0.76604444312 + outer loop + vertex -7.500000E+00 1.1166667E+02 9.7009619E+01 + vertex -1.149067E+01 1.1444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.0944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 4.9881501E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.0666667E+02 9.7009619E+01 + vertex -1.149067E+01 1.0944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.0444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.34202014332 -3.562964E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.1888889E+02 9.5227884E+01 + vertex -7.500000E+00 1.2166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.1666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 3.5629644E-16 0.93969262078 + outer loop + vertex -2.604723E+00 1.1388889E+02 9.5227884E+01 + vertex -7.500000E+00 1.1666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.1166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.64278760969 -7.125929E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.2166667E+02 9.7009619E+01 + vertex -1.149067E+01 1.2444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.1944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.64278760969 -7.838522E-16 0.76604444312 + outer loop + vertex -7.500000E+00 1.1666667E+02 9.7009619E+01 + vertex -1.149067E+01 1.1944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.1444444E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.3421786709 9.7317376E-05 0.93963490128 + outer loop + vertex 7.5017019E+00 1.5834873E+02 9.7010602E+01 + vertex 2.6093092E+00 1.6113343E+02 9.5228693E+01 + vertex 2.6065392E+00 1.5611570E+02 9.5228204E+01 + endloop + endfacet + facet normal -0.6428203043 3.6827488E-05 0.76601700697 + outer loop + vertex 1.1490606E+01 1.5556410E+02 1.0035811E+02 + vertex 7.5017019E+00 1.5834873E+02 9.7010602E+01 + vertex 7.5007810E+00 1.5333630E+02 9.7010070E+01 + endloop + endfacet + facet normal -0.3420740762 6.4002724E-05 0.93967298687 + outer loop + vertex 7.5007810E+00 1.5333630E+02 9.7010070E+01 + vertex 2.6065392E+00 1.5611570E+02 9.5228204E+01 + vertex 2.6047227E+00 1.5111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6428037723 3.1300845E-05 0.76603088014 + outer loop + vertex 1.1490816E+01 1.5055705E+02 1.0035836E+02 + vertex 7.5007810E+00 1.5333630E+02 9.7010070E+01 + vertex 7.5000000E+00 1.4833333E+02 9.7009619E+01 + endloop + endfacet + facet normal -3.232779E-04 1.6980243E-04 0.99999993333 + outer loop + vertex 2.6093092E+00 1.6113343E+02 9.5228693E+01 + vertex -2.597076E+00 1.6391658E+02 9.5226537E+01 + vertex -2.601913E+00 1.5889495E+02 9.5227389E+01 + endloop + endfacet + facet normal -1.037731E-04 9.8958592E-05 0.99999998972 + outer loop + vertex 2.6065392E+00 1.5611570E+02 9.5228204E+01 + vertex -2.601913E+00 1.5889495E+02 9.5227389E+01 + vertex -2.604723E+00 1.5388889E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427871913 1.1765443E-04 0.76604478515 + outer loop + vertex 7.5017019E+00 1.5834873E+02 9.7010602E+01 + vertex 1.1490606E+01 1.5556410E+02 1.0035811E+02 + vertex 1.1488417E+01 1.6058606E+02 1.0035551E+02 + endloop + endfacet + facet normal -0.3421874744 7.9800220E-05 0.93963169697 + outer loop + vertex 2.6093092E+00 1.6113343E+02 9.5228693E+01 + vertex 7.5017019E+00 1.5834873E+02 9.7010602E+01 + vertex 7.4996961E+00 1.6338509E+02 9.7009444E+01 + endloop + endfacet + facet normal -4.049746E-04 1.6973983E-05 0.99999991785 + outer loop + vertex -2.597076E+00 1.6391658E+02 9.5226537E+01 + vertex 2.6093092E+00 1.6113343E+02 9.5228693E+01 + vertex 2.6088229E+00 1.6618316E+02 9.5228607E+01 + endloop + endfacet + facet normal -0.9848062996 -1.962153E-05 0.17365641889 + outer loop + vertex 1.5000000E+01 1.5000000E+02 1.1000000E+02 + vertex 1.4095196E+01 1.5278090E+02 1.0486917E+02 + vertex 1.4095389E+01 1.4777822E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 1.2469712E-15 0.17364817767 + outer loop + vertex 1.5000000E+01 1.4500000E+02 1.1000000E+02 + vertex 1.4095389E+01 1.4777822E+02 1.0486970E+02 + vertex 1.4095389E+01 1.4277778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.8660174379 -1.130964E-05 0.50001379698 + outer loop + vertex 1.4095196E+01 1.5278090E+02 1.0486917E+02 + vertex 1.1490606E+01 1.5556410E+02 1.0035811E+02 + vertex 1.1490816E+01 1.5055705E+02 1.0035836E+02 + endloop + endfacet + facet normal -0.8660271233 8.0603856E-06 0.49999702168 + outer loop + vertex 1.4095389E+01 1.4777822E+02 1.0486970E+02 + vertex 1.1490816E+01 1.5055705E+02 1.0035836E+02 + vertex 1.1490667E+01 1.4555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.984804481 0.0 0.17366673302 + outer loop + vertex 1.4095196E+01 1.5278090E+02 1.0486917E+02 + vertex 1.5000000E+01 1.5000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.5500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8659881088 9.8449695E-05 0.50006458154 + outer loop + vertex 1.1490606E+01 1.5556410E+02 1.0035811E+02 + vertex 1.4095196E+01 1.5278090E+02 1.0486917E+02 + vertex 1.4094224E+01 1.5779001E+02 1.0486650E+02 + endloop + endfacet + facet normal -0.3420201433 -6.413336E-16 0.93969262078 + outer loop + vertex 2.6047227E+00 1.4111111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.3833333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.4333333E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 1.4388889E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4111111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4611111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.3420201433 1.7814822E-15 0.93969262078 + outer loop + vertex 2.6047227E+00 1.4611111E+02 9.5227884E+01 + vertex 7.5000000E+00 1.4333333E+02 9.7009619E+01 + vertex 7.5000000E+00 1.4833333E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.0 0.0 1.0 + outer loop + vertex -2.604723E+00 1.4888889E+02 9.5227884E+01 + vertex 2.6047227E+00 1.4611111E+02 9.5227884E+01 + vertex 2.6047227E+00 1.5111111E+02 9.5227884E+01 + endloop + endfacet + facet normal -0.6427876097 1.0688893E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 1.3833333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.3555556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.4055556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.6427876097 -1.353926E-15 0.76604444312 + outer loop + vertex 7.5000000E+00 1.4333333E+02 9.7009619E+01 + vertex 1.1490667E+01 1.4055556E+02 1.0035819E+02 + vertex 1.1490667E+01 1.4555556E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.4095389E+01 1.3277778E+02 1.0486970E+02 + vertex 1.5000000E+01 1.3000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.3500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.1490667E+01 1.3555556E+02 1.0035819E+02 + vertex 1.4095389E+01 1.3277778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.3777778E+02 1.0486970E+02 + endloop + endfacet + facet normal -0.984807753 0.0 0.17364817767 + outer loop + vertex 1.4095389E+01 1.3777778E+02 1.0486970E+02 + vertex 1.5000000E+01 1.3500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.4000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8660254038 0.0 0.5 + outer loop + vertex 1.1490667E+01 1.4055556E+02 1.0035819E+02 + vertex 1.4095389E+01 1.3777778E+02 1.0486970E+02 + vertex 1.4095389E+01 1.4277778E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86570960877 2.3741763E-04 0.50054651824 + outer loop + vertex -1.148292E+01 1.6946872E+02 1.0034896E+02 + vertex -1.409174E+01 1.7223833E+02 1.0485967E+02 + vertex -1.409408E+01 1.6722673E+02 1.0486610E+02 + endloop + endfacet + facet normal 0.86592678108 1.3285096E-04 0.500170763 + outer loop + vertex -1.148796E+01 1.6445057E+02 1.0035496E+02 + vertex -1.409408E+01 1.6722673E+02 1.0486610E+02 + vertex -1.409539E+01 1.6222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.98474590944 -4.993628E-16 0.17399854552 + outer loop + vertex -1.409174E+01 1.7223833E+02 1.0485967E+02 + vertex -1.500000E+01 1.7500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.7000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.98478559197 0.0 0.17377381232 + outer loop + vertex -1.409408E+01 1.6722673E+02 1.0486610E+02 + vertex -1.500000E+01 1.7000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86558123373 -2.449969E-04 0.50076847724 + outer loop + vertex -1.409174E+01 1.7223833E+02 1.0485967E+02 + vertex -1.148292E+01 1.6946872E+02 1.0034896E+02 + vertex -1.147834E+01 1.7451256E+02 1.0034352E+02 + endloop + endfacet + facet normal 0.98472725473 -2.023657E-04 0.17410397135 + outer loop + vertex -1.500000E+01 1.7500000E+02 1.1000000E+02 + vertex -1.409174E+01 1.7223833E+02 1.0485967E+02 + vertex -1.408973E+01 1.7726269E+02 1.0485418E+02 + endloop + endfacet + facet normal 0.34156125986 2.4148598E-04 0.93985948282 + outer loop + vertex -2.597076E+00 1.6391658E+02 9.5226537E+01 + vertex -7.490688E+00 1.6669534E+02 9.7004247E+01 + vertex -7.496737E+00 1.6167339E+02 9.7007736E+01 + endloop + endfacet + facet normal 0.34187828391 1.3067791E-04 0.93974423218 + outer loop + vertex -2.601913E+00 1.5889495E+02 9.5227389E+01 + vertex -7.496737E+00 1.6167339E+02 9.7007736E+01 + vertex -7.500000E+00 1.5666667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.64231594902 2.7125763E-04 0.7664399181 + outer loop + vertex -7.490688E+00 1.6669534E+02 9.7004247E+01 + vertex -1.148292E+01 1.6946872E+02 1.0034896E+02 + vertex -1.148796E+01 1.6445057E+02 1.0035496E+02 + endloop + endfacet + facet normal 0.64264352472 1.4615701E-04 0.76616530773 + outer loop + vertex -7.496737E+00 1.6167339E+02 9.7007736E+01 + vertex -1.148796E+01 1.6445057E+02 1.0035496E+02 + vertex -1.149067E+01 1.5944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.34139659609 -8.679077E-05 0.93991933518 + outer loop + vertex -7.490688E+00 1.6669534E+02 9.7004247E+01 + vertex -2.597076E+00 1.6391658E+02 9.5226537E+01 + vertex -2.594586E+00 1.6897452E+02 9.5226100E+01 + endloop + endfacet + facet normal 0.64212852719 -1.879411E-04 0.76659697315 + outer loop + vertex -1.148292E+01 1.6946872E+02 1.0034896E+02 + vertex -7.490688E+00 1.6669534E+02 9.7004247E+01 + vertex -7.485947E+00 1.7175140E+02 9.7001516E+01 + endloop + endfacet + facet normal 0.86602540378 7.8385216E-16 0.5 + outer loop + vertex -1.409539E+01 1.5222222E+02 1.0486970E+02 + vertex -1.149067E+01 1.4944444E+02 1.0035819E+02 + vertex -1.149067E+01 1.5444444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 3.5629644E-17 0.17364817767 + outer loop + vertex -1.500000E+01 1.5500000E+02 1.1000000E+02 + vertex -1.409539E+01 1.5222222E+02 1.0486970E+02 + vertex -1.409539E+01 1.5722222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.86602540378 0.0 0.5 + outer loop + vertex -1.409539E+01 1.5722222E+02 1.0486970E+02 + vertex -1.149067E+01 1.5444444E+02 1.0035819E+02 + vertex -1.149067E+01 1.5944444E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.98480775301 1.4251857E-15 0.17364817767 + outer loop + vertex -1.500000E+01 1.6000000E+02 1.1000000E+02 + vertex -1.409539E+01 1.5722222E+02 1.0486970E+02 + vertex -1.409539E+01 1.6222222E+02 1.0486970E+02 + endloop + endfacet + facet normal 0.34202014332 -3.562964E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.4666667E+02 9.7009619E+01 + vertex -2.604723E+00 1.4388889E+02 9.5227884E+01 + vertex -2.604723E+00 1.4888889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -2.137779E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.4944444E+02 1.0035819E+02 + vertex -7.500000E+00 1.4666667E+02 9.7009619E+01 + vertex -7.500000E+00 1.5166667E+02 9.7009619E+01 + endloop + endfacet + facet normal 0.34202014332 7.8385216E-16 0.93969262078 + outer loop + vertex -7.500000E+00 1.5166667E+02 9.7009619E+01 + vertex -2.604723E+00 1.4888889E+02 9.5227884E+01 + vertex -2.604723E+00 1.5388889E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64278760969 -6.413336E-16 0.76604444312 + outer loop + vertex -1.149067E+01 1.5444444E+02 1.0035819E+02 + vertex -7.500000E+00 1.5166667E+02 9.7009619E+01 + vertex -7.500000E+00 1.5666667E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.8656597789 2.0553775E-04 0.50063270459 + outer loop + vertex 1.1484319E+01 1.6562975E+02 1.0035063E+02 + vertex 1.4092407E+01 1.6280935E+02 1.0486151E+02 + vertex 1.4090364E+01 1.6784202E+02 1.0485591E+02 + endloop + endfacet + facet normal -0.6422926623 2.3004744E-04 0.76645944645 + outer loop + vertex 7.4950098E+00 1.6845416E+02 9.7006739E+01 + vertex 1.1484319E+01 1.6562975E+02 1.0035063E+02 + vertex 1.1479991E+01 1.7070074E+02 1.0034548E+02 + endloop + endfacet + facet normal -0.8654413309 2.2709269E-04 0.50101023061 + outer loop + vertex 1.1479991E+01 1.7070074E+02 1.0034548E+02 + vertex 1.4090364E+01 1.6784202E+02 1.0485591E+02 + vertex 1.4088099E+01 1.7288840E+02 1.0484971E+02 + endloop + endfacet + facet normal -0.6420030915 2.5645928E-04 0.76670200518 + outer loop + vertex 7.4914416E+00 1.7356176E+02 9.7004681E+01 + vertex 1.1479991E+01 1.7070074E+02 1.0034548E+02 + vertex 1.1475138E+01 1.7579481E+02 1.0033971E+02 + endloop + endfacet + facet normal -0.9847572737 0.0 0.17393421729 + outer loop + vertex 1.4092407E+01 1.6280935E+02 1.0486151E+02 + vertex 1.5000000E+01 1.6000000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.6500000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.9847227078 0.0 0.17412980453 + outer loop + vertex 1.4090364E+01 1.6784202E+02 1.0485591E+02 + vertex 1.5000000E+01 1.6500000E+02 1.1000000E+02 + vertex 1.5000000E+01 1.7000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.6424653107 -1.851215E-04 0.7663147462 + outer loop + vertex 1.1484319E+01 1.6562975E+02 1.0035063E+02 + vertex 7.4950098E+00 1.6845416E+02 9.7006739E+01 + vertex 7.4996961E+00 1.6338509E+02 9.7009444E+01 + endloop + endfacet + facet normal -0.8657748828 -2.193199E-04 0.50043361616 + outer loop + vertex 1.4092407E+01 1.6280935E+02 1.0486151E+02 + vertex 1.1484319E+01 1.6562975E+02 1.0035063E+02 + vertex 1.1488417E+01 1.6058606E+02 1.0035551E+02 + endloop + endfacet + facet normal -0.9847744684 -1.838455E-04 0.17383674104 + outer loop + vertex 1.5000000E+01 1.6000000E+02 1.1000000E+02 + vertex 1.4092407E+01 1.6280935E+02 1.0486151E+02 + vertex 1.4094224E+01 1.5779001E+02 1.0486650E+02 + endloop + endfacet + facet normal -4.082758E-04 -5.818277E-06 0.99999991664 + outer loop + vertex -2.593976E+00 1.7407343E+02 9.5225993E+01 + vertex 2.6059466E+00 1.7127329E+02 9.5228100E+01 + vertex 2.6061162E+00 1.7640539E+02 9.5228129E+01 + endloop + endfacet + facet normal -5.006094E-04 1.6839810E-05 0.99999987455 + outer loop + vertex -2.591057E+00 1.7920529E+02 9.5225481E+01 + vertex 2.6061162E+00 1.7640539E+02 9.5228129E+01 + vertex 2.6056232E+00 1.8155562E+02 9.5228043E+01 + endloop + endfacet + facet normal -0.3418074025 1.3980298E-04 0.93977001444 + outer loop + vertex 2.6059466E+00 1.7127329E+02 9.5228100E+01 + vertex 7.4950098E+00 1.6845416E+02 9.7006739E+01 + vertex 7.4914416E+00 1.7356176E+02 9.7004681E+01 + endloop + endfacet + facet normal -0.3416654138 1.7417952E-04 0.93982163982 + outer loop + vertex 2.6061162E+00 1.7640539E+02 9.5228129E+01 + vertex 7.4914416E+00 1.7356176E+02 9.7004681E+01 + vertex 7.4869664E+00 1.7869783E+02 9.7002103E+01 + endloop + endfacet + facet normal -3.938176E-04 2.1030939E-05 0.99999992223 + outer loop + vertex 2.6059466E+00 1.7127329E+02 9.5228100E+01 + vertex -2.593976E+00 1.7407343E+02 9.5225993E+01 + vertex -2.594586E+00 1.6897452E+02 9.5226100E+01 + endloop + endfacet + facet normal -0.3419292556 -9.948463E-05 0.93972569096 + outer loop + vertex 7.4950098E+00 1.6845416E+02 9.7006739E+01 + vertex 2.6059466E+00 1.7127329E+02 9.5228100E+01 + vertex 2.6088229E+00 1.6618316E+02 9.5228607E+01 + endloop + endfacet + facet normal -0.865130869 -1.677772E-04 0.5015461607 + outer loop + vertex 1.4088660E+01 1.8295249E+02 1.0485125E+02 + vertex 1.1466965E+01 1.8593451E+02 1.0033001E+02 + vertex 1.1470098E+01 1.8088838E+02 1.0033373E+02 + endloop + endfacet + facet normal -0.9846729631 2.1201398E-04 0.17441075282 + outer loop + vertex 1.5000000E+01 1.8000000E+02 1.1000000E+02 + vertex 1.4088660E+01 1.8295249E+02 1.0485125E+02 + vertex 1.4086565E+01 1.7793559E+02 1.0484552E+02 + endloop + endfacet + facet normal -0.8651379037 -2.668323E-04 0.5015339832 + outer loop + vertex 1.4086565E+01 1.7793559E+02 1.0484552E+02 + vertex 1.1470098E+01 1.8088838E+02 1.0033373E+02 + vertex 1.1475138E+01 1.7579481E+02 1.0033971E+02 + endloop + endfacet + facet normal -0.984673491 -1.543860E-04 0.17440783329 + outer loop + vertex 1.5000000E+01 1.7500000E+02 1.1000000E+02 + vertex 1.4086565E+01 1.7793559E+02 1.0484552E+02 + vertex 1.4088099E+01 1.7288840E+02 1.0484971E+02 + endloop + endfacet + facet normal -0.6411816937 -1.855876E-04 0.76738908074 + outer loop + vertex 1.1466965E+01 1.8593451E+02 1.0033001E+02 + vertex 7.4746255E+00 1.8898769E+02 9.6995002E+01 + vertex 7.4794095E+00 1.8383381E+02 9.6997753E+01 + endloop + endfacet + facet normal -0.6414913737 -2.941400E-04 0.76713019167 + outer loop + vertex 1.1470098E+01 1.8088838E+02 1.0033373E+02 + vertex 7.4794095E+00 1.8383381E+02 9.6997753E+01 + vertex 7.4869664E+00 1.7869783E+02 9.7002103E+01 + endloop + endfacet + facet normal -0.9847547421 -4.070549E-04 0.17394807345 + outer loop + vertex 1.5000000E+01 1.9000000E+02 1.1000000E+02 + vertex 1.4090154E+01 1.9263040E+02 1.0485534E+02 + vertex 1.4093957E+01 1.8788688E+02 1.0486576E+02 + endloop + endfacet + facet normal -0.9847308804 5.4492150E-04 0.17408272823 + outer loop + vertex 1.5000000E+01 1.8500000E+02 1.1000000E+02 + vertex 1.4093957E+01 1.8788688E+02 1.0486576E+02 + vertex 1.4088660E+01 1.8295249E+02 1.0485125E+02 + endloop + endfacet + facet normal -0.8633721179 -0.0062137635 0.50452945909 + outer loop + vertex 1.4090154E+01 1.9263040E+02 1.0485534E+02 + vertex 1.1329878E+01 1.9570864E+02 1.0016975E+02 + vertex 1.1438594E+01 1.9089203E+02 1.0029647E+02 + endloop + endfacet + facet normal -0.865049482 -0.001555999 0.50168413616 + outer loop + vertex 1.4093957E+01 1.8788688E+02 1.0486576E+02 + vertex 1.1438594E+01 1.9089203E+02 1.0029647E+02 + vertex 1.1466965E+01 1.8593451E+02 1.0033001E+02 + endloop + endfacet + facet normal -0.9847916575 -0.0057172881 0.17364533959 + outer loop + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + vertex 1.4095389E+01 2.0000000E+02 1.0486970E+02 + vertex 1.4131205E+01 1.9685258E+02 1.0496919E+02 + endloop + endfacet + facet normal -0.9850949558 0.00494129922 0.1719404303 + outer loop + vertex 1.5000000E+01 1.9500000E+02 1.1000000E+02 + vertex 1.4131205E+01 1.9685258E+02 1.0496919E+02 + vertex 1.4090154E+01 1.9263040E+02 1.0485534E+02 + endloop + endfacet + facet normal -0.8660100712 0.00595052187 0.49999114774 + outer loop + vertex 1.4131205E+01 1.9685258E+02 1.0496919E+02 + vertex 1.4095389E+01 2.0000000E+02 1.0486970E+02 + vertex 1.1490667E+01 2.0000000E+02 1.0035819E+02 + endloop + endfacet + facet normal -0.6427582756 -0.0095535002 0.76600948412 + outer loop + vertex 1.1329878E+01 1.9570864E+02 1.0016975E+02 + vertex 1.1490667E+01 2.0000000E+02 1.0035819E+02 + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + endloop + endfacet + facet normal -0.6399370715 -1.286764E-04 0.76842730818 + outer loop + vertex 1.1438594E+01 1.9089203E+02 1.0029647E+02 + vertex 7.4712277E+00 1.9422701E+02 9.6993050E+01 + vertex 7.4746255E+00 1.8898769E+02 9.6995002E+01 + endloop + endfacet + facet normal -0.3414007867 6.7537694E-04 0.93991757442 + outer loop + vertex 7.4746255E+00 1.8898769E+02 9.6995002E+01 + vertex 2.6245878E+00 1.9170259E+02 9.5231400E+01 + vertex 2.6052059E+00 1.8668045E+02 9.5227969E+01 + endloop + endfacet + facet normal -0.3412983914 -1.429014E-05 0.93995500307 + outer loop + vertex 7.4794095E+00 1.8383381E+02 9.6997753E+01 + vertex 2.6052059E+00 1.8668045E+02 9.5227969E+01 + vertex 2.6056232E+00 1.8155562E+02 9.5228043E+01 + endloop + endfacet + facet normal -0.001667175 6.8631546E-04 0.99999837475 + outer loop + vertex 2.6245878E+00 1.9170259E+02 9.5231400E+01 + vertex -2.564083E+00 1.9457945E+02 9.5220775E+01 + vertex -2.584097E+00 1.8945109E+02 9.5224262E+01 + endloop + endfacet + facet normal -6.318343E-04 1.5464382E-04 0.99999978844 + outer loop + vertex 2.6052059E+00 1.8668045E+02 9.5227969E+01 + vertex -2.584097E+00 1.8945109E+02 9.5224262E+01 + vertex -2.588602E+00 1.8433344E+02 9.5225050E+01 + endloop + endfacet + facet normal -0.3420179327 -0.0035953643 0.93968654723 + outer loop + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + vertex 2.6047227E+00 2.0000000E+02 9.5227884E+01 + vertex 2.6784592E+00 1.9643341E+02 9.5241075E+01 + endloop + endfacet + facet normal -0.3425216872 0.00197899468 0.93950783784 + outer loop + vertex 7.4712277E+00 1.9422701E+02 9.6993050E+01 + vertex 2.6784592E+00 1.9643341E+02 9.5241075E+01 + vertex 2.6245878E+00 1.9170259E+02 9.5231400E+01 + endloop + endfacet + facet normal -2.728178E-15 0.00369865138 0.99999315996 + outer loop + vertex 2.6784592E+00 1.9643341E+02 9.5241075E+01 + vertex 2.6047227E+00 2.0000000E+02 9.5227884E+01 + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + endloop + endfacet + facet normal 0.64166076984 -4.647293E-05 0.76698856203 + outer loop + vertex -7.481115E+00 1.8194106E+02 9.6998734E+01 + vertex -1.147678E+01 1.8462809E+02 1.0034166E+02 + vertex -1.147591E+01 1.7957463E+02 1.0034062E+02 + endloop + endfacet + facet normal 0.34094746399 9.0869014E-05 0.94008234668 + outer loop + vertex -2.591057E+00 1.7920529E+02 9.5225481E+01 + vertex -7.481115E+00 1.8194106E+02 9.6998734E+01 + vertex -7.483432E+00 1.7684009E+02 9.7000067E+01 + endloop + endfacet + facet normal 0.64176512776 1.2964315E-04 0.76690123483 + outer loop + vertex -7.483432E+00 1.7684009E+02 9.7000067E+01 + vertex -1.147591E+01 1.7957463E+02 1.0034062E+02 + vertex -1.147834E+01 1.7451256E+02 1.0034352E+02 + endloop + endfacet + facet normal 0.34112861564 9.8908809E-05 0.94001662634 + outer loop + vertex -2.593976E+00 1.7407343E+02 9.5225993E+01 + vertex -7.483432E+00 1.7684009E+02 9.7000067E+01 + vertex -7.485947E+00 1.7175140E+02 9.7001516E+01 + endloop + endfacet + facet normal 0.98476647245 -4.633393E-16 0.17388212885 + outer loop + vertex -1.409295E+01 1.8727645E+02 1.0486300E+02 + vertex -1.500000E+01 1.9000000E+02 1.1000000E+02 + vertex -1.500000E+01 1.8500000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86545645956 -3.541470E-04 0.50098402288 + outer loop + vertex -1.147678E+01 1.8462809E+02 1.0034166E+02 + vertex -1.409295E+01 1.8727645E+02 1.0486300E+02 + vertex -1.408947E+01 1.8228693E+02 1.0485346E+02 + endloop + endfacet + facet normal 0.98470754369 3.5681223E-17 0.17421553721 + outer loop + vertex -1.408947E+01 1.8228693E+02 1.0485346E+02 + vertex -1.500000E+01 1.8500000E+02 1.1000000E+02 + vertex -1.500000E+01 1.8000000E+02 1.1000000E+02 + endloop + endfacet + facet normal 0.86536118462 2.6647505E-05 0.50114869993 + outer loop + vertex -1.147591E+01 1.7957463E+02 1.0034062E+02 + vertex -1.408947E+01 1.8228693E+02 1.0485346E+02 + vertex -1.408973E+01 1.7726269E+02 1.0485418E+02 + endloop + endfacet + facet normal 0.34061498842 1.0802757E-04 0.94020286002 + outer loop + vertex -2.584097E+00 1.8945109E+02 9.5224262E+01 + vertex -7.477946E+00 1.9193577E+02 9.6996911E+01 + vertex -7.480607E+00 1.8700316E+02 9.6998442E+01 + endloop + endfacet + facet normal 0.34081574599 2.0090834E-05 0.94013011168 + outer loop + vertex -2.588602E+00 1.8433344E+02 9.5225050E+01 + vertex -7.480607E+00 1.8700316E+02 9.6998442E+01 + vertex -7.481115E+00 1.8194106E+02 9.6998734E+01 + endloop + endfacet + facet normal 0.64154517461 6.6499731E-04 0.76708496707 + outer loop + vertex -7.477946E+00 1.9193577E+02 9.6996911E+01 + vertex -1.146898E+01 1.9468247E+02 1.0033239E+02 + vertex -1.148135E+01 1.8966381E+02 1.0034710E+02 + endloop + endfacet + facet normal 0.6417498711 -2.452005E-04 0.76691397354 + outer loop + vertex -7.480607E+00 1.8700316E+02 9.6998442E+01 + vertex -1.148135E+01 1.8966381E+02 1.0034710E+02 + vertex -1.147678E+01 1.8462809E+02 1.0034166E+02 + endloop + endfacet + facet normal 0.34201974536 -0.0015255007 0.93969152738 + outer loop + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + vertex -7.500000E+00 2.0000000E+02 9.7009619E+01 + vertex -7.473520E+00 1.9654158E+02 9.6994366E+01 + endloop + endfacet + facet normal 0.33983788361 1.9297657E-04 0.94048401136 + outer loop + vertex -2.564083E+00 1.9457945E+02 9.5220775E+01 + vertex -7.473520E+00 1.9654158E+02 9.6994366E+01 + vertex -7.477946E+00 1.9193577E+02 9.6996911E+01 + endloop + endfacet + facet normal 0.64278684427 0.00154322849 0.76604353093 + outer loop + vertex -7.473520E+00 1.9654158E+02 9.6994366E+01 + vertex -7.500000E+00 2.0000000E+02 9.7009619E+01 + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + endloop + endfacet + facet normal 0.86560875592 2.4550336E-04 0.5007209017 + outer loop + vertex -1.409295E+01 1.8727645E+02 1.0486300E+02 + vertex -1.147678E+01 1.8462809E+02 1.0034166E+02 + vertex -1.148135E+01 1.8966381E+02 1.0034710E+02 + endloop + endfacet + facet normal 0.98475792027 -9.414157E-05 0.17393053095 + outer loop + vertex -1.500000E+01 1.9000000E+02 1.1000000E+02 + vertex -1.409295E+01 1.8727645E+02 1.0486300E+02 + vertex -1.409205E+01 1.9213388E+02 1.0486053E+02 + endloop + endfacet + facet normal 0.86602013575 -0.0034879752 0.4999969585 + outer loop + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + vertex -1.409539E+01 2.0000000E+02 1.0486970E+02 + vertex -1.407182E+01 1.9663431E+02 1.0480539E+02 + endloop + endfacet + facet normal 0.86474440827 0.00226558714 0.50220710416 + outer loop + vertex -1.146898E+01 1.9468247E+02 1.0033239E+02 + vertex -1.407182E+01 1.9663431E+02 1.0480539E+02 + vertex -1.409205E+01 1.9213388E+02 1.0486053E+02 + endloop + endfacet + facet normal 0.98480144397 0.00357948338 0.17364706521 + outer loop + vertex -1.407182E+01 1.9663431E+02 1.0480539E+02 + vertex -1.409539E+01 2.0000000E+02 1.0486970E+02 + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + endloop + endfacet + facet normal -0.8998362846 0.28171808298 -0.3330609294 + outer loop + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + vertex 1.2210913E+01 2.7064688E+00 1.1291932E+02 + vertex 1.4381244E+01 5.8182796E+00 1.0968781E+02 + endloop + endfacet + facet normal -0.9903593472 0.08432689231 -0.1098969457 + outer loop + vertex 1.5000000E+01 1.0000000E+01 1.0732051E+02 + vertex 1.5000000E+01 5.8578644E+00 1.0414214E+02 + vertex 1.4381244E+01 5.8182796E+00 1.0968781E+02 + endloop + endfacet + facet normal -0.9017037119 0.19745729606 -0.3846310338 + outer loop + vertex 1.2188589E+01 6.4313434E+00 1.1533862E+02 + vertex 1.2692782E+01 1.1029073E+01 1.1651695E+02 + vertex 1.4431852E+01 1.0064941E+01 1.1194504E+02 + endloop + endfacet + facet normal -0.7432930546 0.24140441848 -0.6238904886 + outer loop + vertex 9.2260803E+00 9.1703983E+00 1.1992794E+02 + vertex 1.2692782E+01 1.1029073E+01 1.1651695E+02 + vertex 1.2188589E+01 6.4313434E+00 1.1533862E+02 + endloop + endfacet + facet normal -0.9910755142 0.0501588379 -0.1235047207 + outer loop + vertex 1.4431852E+01 1.0064941E+01 1.1194504E+02 + vertex 1.4530042E+01 1.5160089E+01 1.1322639E+02 + vertex 1.5000000E+01 1.4823619E+01 1.0931852E+02 + endloop + endfacet + facet normal -0.9202173406 0.11007054017 -0.3756121966 + outer loop + vertex 1.3006090E+01 1.5816717E+01 1.1715236E+02 + vertex 1.4530042E+01 1.5160089E+01 1.1322639E+02 + vertex 1.2692782E+01 1.1029073E+01 1.1651695E+02 + endloop + endfacet + facet normal -0.8659121212 -0.0161739815 -0.4999345963 + outer loop + vertex 1.3006090E+01 1.5816717E+01 1.1715236E+02 + vertex 1.1490667E+01 2.0000000E+01 1.1964181E+02 + vertex 1.4095389E+01 2.0000000E+01 1.1513030E+02 + endloop + endfacet + facet normal -0.9846082376 -0.0201282229 -0.1736129977 + outer loop + vertex 1.4530042E+01 1.5160089E+01 1.1322639E+02 + vertex 1.4095389E+01 2.0000000E+01 1.1513030E+02 + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal -0.551173601 0.18682590015 -0.8132058439 + outer loop + vertex 9.2260803E+00 9.1703983E+00 1.1992794E+02 + vertex 6.0915187E+00 1.4138839E+01 1.2319393E+02 + vertex 1.0227493E+01 1.4630939E+01 1.2050371E+02 + endloop + endfacet + facet normal -0.7855101102 0.13165691977 -0.6046820009 + outer loop + vertex 1.2692782E+01 1.1029073E+01 1.1651695E+02 + vertex 1.0227493E+01 1.4630939E+01 1.2050371E+02 + vertex 1.3006090E+01 1.5816717E+01 1.1715236E+02 + endloop + endfacet + facet normal -0.341600952 0.04949509995 -0.938540902 + outer loop + vertex 6.0915187E+00 1.4138839E+01 1.2319393E+02 + vertex 2.6047227E+00 2.0000000E+01 1.2477212E+02 + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + endloop + endfacet + facet normal -0.642531185 0.02824345531 -0.7657388481 + outer loop + vertex 1.0227493E+01 1.4630939E+01 1.2050371E+02 + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + vertex 1.1490667E+01 2.0000000E+01 1.1964181E+02 + endloop + endfacet + facet normal -0.2373667683 0.20936986658 -0.9485890977 + outer loop + vertex 4.4753158E+00 8.6604271E+00 1.2238918E+02 + vertex 9.9894816E-01 1.4210717E+01 1.2448412E+02 + vertex 6.0915187E+00 1.4138839E+01 1.2319393E+02 + endloop + endfacet + facet normal 9.4336322E-18 0.04968559121 -0.9987649083 + outer loop + vertex 9.9894816E-01 1.4210717E+01 1.2448412E+02 + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + vertex 2.6047227E+00 2.0000000E+01 1.2477212E+02 + endloop + endfacet + facet normal 0.11477704067 0.19638255814 -0.9737864868 + outer loop + vertex -9.342292E-01 9.0747414E+00 1.2322049E+02 + vertex -4.305466E+00 1.4702833E+01 1.2395815E+02 + vertex 9.9894816E-01 1.4210717E+01 1.2448412E+02 + endloop + endfacet + facet normal 0.3418158001 0.0345624406 -0.9391311924 + outer loop + vertex -4.305466E+00 1.4702833E+01 1.2395815E+02 + vertex -7.500000E+00 2.0000000E+01 1.2299038E+02 + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + endloop + endfacet + facet normal -0.6828851058 0.34252483223 -0.6452477598 + outer loop + vertex 9.2260803E+00 9.1703983E+00 1.1992794E+02 + vertex 1.2188589E+01 6.4313434E+00 1.1533862E+02 + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + endloop + endfacet + facet normal -0.3496660843 0.42572806166 -0.834559313 + outer loop + vertex 4.4753158E+00 8.6604271E+00 1.2238918E+02 + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + vertex 2.2780091E+00 3.9305636E+00 1.2089700E+02 + endloop + endfacet + facet normal -0.7176379587 0.43620676273 -0.5428806687 + outer loop + vertex 1.1457118E+01 -1.186763E+00 1.1078754E+02 + vertex 9.0327618E+00 2.5183211E-01 1.1514823E+02 + vertex 1.2210913E+01 2.7064688E+00 1.1291932E+02 + endloop + endfacet + facet normal -0.7042824138 0.35212018215 -0.6164395014 + outer loop + vertex 9.0327618E+00 2.5183211E-01 1.1514823E+02 + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + vertex 1.2210913E+01 2.7064688E+00 1.1291932E+02 + endloop + endfacet + facet normal -0.4618848923 0.55470042953 -0.6920764262 + outer loop + vertex 7.3503741E+00 -3.554731E+00 1.1322007E+02 + vertex 4.7676272E+00 -3.201284E-01 1.1753631E+02 + vertex 9.0327618E+00 2.5183211E-01 1.1514823E+02 + endloop + endfacet + facet normal -0.346173137 0.44866530731 -0.823931794 + outer loop + vertex 4.7676272E+00 -3.201284E-01 1.1753631E+02 + vertex 2.2780091E+00 3.9305636E+00 1.2089700E+02 + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + endloop + endfacet + facet normal 0.53592362551 0.472273682 -0.6998167166 + outer loop + vertex -8.164626E+00 5.6386620E+00 1.1924760E+02 + vertex -5.606741E+00 2.8886492E-01 1.1759611E+02 + vertex -1.023568E+01 2.3482464E+00 1.1544102E+02 + endloop + endfacet + facet normal 0.35103188803 0.635806522 -0.6874057609 + outer loop + vertex -5.606741E+00 2.8886492E-01 1.1759611E+02 + vertex -2.701847E+00 -4.502140E+00 1.1464816E+02 + vertex -7.654805E+00 -3.253619E+00 1.1327367E+02 + endloop + endfacet + facet normal -0.1495043635 0.5578637492 -0.8163556104 + outer loop + vertex 2.2780091E+00 3.9305636E+00 1.2089700E+02 + vertex 4.7676272E+00 -3.201284E-01 1.1753631E+02 + vertex -4.089800E-01 -4.953600E-01 1.1836459E+02 + endloop + endfacet + facet normal 0.20245684041 0.54376898163 -0.8144486002 + outer loop + vertex -3.216935E+00 4.4351844E+00 1.2095848E+02 + vertex -4.089800E-01 -4.953600E-01 1.1836459E+02 + vertex -5.606741E+00 2.8886492E-01 1.1759611E+02 + endloop + endfacet + facet normal -0.3365033562 0.64581851418 -0.6853349094 + outer loop + vertex 4.7676272E+00 -3.201284E-01 1.1753631E+02 + vertex 7.3503741E+00 -3.554731E+00 1.1322007E+02 + vertex 2.5465704E+00 -4.522933E+00 1.1466639E+02 + endloop + endfacet + facet normal 0.00524012812 0.6784204501 -0.7346551803 + outer loop + vertex -4.089800E-01 -4.953600E-01 1.1836459E+02 + vertex 2.5465704E+00 -4.522933E+00 1.1466639E+02 + vertex -2.701847E+00 -4.502140E+00 1.1464816E+02 + endloop + endfacet + facet normal 0.72795969258 0.09574682761 -0.6789014884 + outer loop + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + vertex -8.990580E+00 1.5252473E+01 1.2165301E+02 + vertex -1.247592E+01 1.4929524E+01 1.1787027E+02 + endloop + endfacet + facet normal 0.7250739704 0.11932105532 -0.6782552788 + outer loop + vertex -8.990580E+00 1.5252473E+01 1.2165301E+02 + vertex -9.991730E+00 1.0796578E+01 1.1979885E+02 + vertex -1.247592E+01 1.4929524E+01 1.1787027E+02 + endloop + endfacet + facet normal 0.69776024702 0.31588231763 -0.6429222341 + outer loop + vertex -9.991730E+00 1.0796578E+01 1.1979885E+02 + vertex -8.164626E+00 5.6386620E+00 1.1924760E+02 + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + endloop + endfacet + facet normal 0.44909892276 0.10881609241 -0.8868309961 + outer loop + vertex -7.500000E+00 2.0000000E+01 1.2299038E+02 + vertex -4.305466E+00 1.4702833E+01 1.2395815E+02 + vertex -8.990580E+00 1.5252473E+01 1.2165301E+02 + endloop + endfacet + facet normal 0.45090352244 0.16330475803 -0.8775064498 + outer loop + vertex -4.305466E+00 1.4702833E+01 1.2395815E+02 + vertex -5.989056E+00 9.8479018E+00 1.2218953E+02 + vertex -8.990580E+00 1.5252473E+01 1.2165301E+02 + endloop + endfacet + facet normal 0.23110754055 0.26126835856 -0.937191629 + outer loop + vertex -9.342292E-01 9.0747414E+00 1.2322049E+02 + vertex -5.989056E+00 9.8479018E+00 1.2218953E+02 + vertex -4.305466E+00 1.4702833E+01 1.2395815E+02 + endloop + endfacet + facet normal 0.0290497791 0.42646974634 -0.9040352127 + outer loop + vertex -9.342292E-01 9.0747414E+00 1.2322049E+02 + vertex 2.2780091E+00 3.9305636E+00 1.2089700E+02 + vertex -3.216935E+00 4.4351844E+00 1.2095848E+02 + endloop + endfacet + facet normal 0.38403829805 0.38731325132 -0.8381545388 + outer loop + vertex -5.989056E+00 9.8479018E+00 1.2218953E+02 + vertex -3.216935E+00 4.4351844E+00 1.2095848E+02 + vertex -8.164626E+00 5.6386620E+00 1.1924760E+02 + endloop + endfacet + facet normal -0.8767578387 0.31486815263 -0.3635295569 + outer loop + vertex 1.2853823E+01 -2.361619E+00 1.0640138E+02 + vertex 1.1457118E+01 -1.186763E+00 1.1078754E+02 + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + endloop + endfacet + facet normal -0.9881255041 0.12189787729 -0.093535531 + outer loop + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + vertex 1.5000000E+01 5.8578644E+00 1.0414214E+02 + vertex 1.5000000E+01 2.6794919E+00 1.0000000E+02 + endloop + endfacet + facet normal -0.9203073537 0.32293314576 -0.2207907564 + outer loop + vertex 1.4399697E+01 -1.243691E+00 1.0159293E+02 + vertex 1.2853823E+01 -2.361619E+00 1.0640138E+02 + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + endloop + endfacet + facet normal -0.7642813856 0.52585095116 -0.3733024789 + outer loop + vertex 1.2021738E+01 -5.640761E+00 1.0348580E+02 + vertex 9.7877161E+00 -5.266490E+00 1.0858685E+02 + vertex 1.2853823E+01 -2.361619E+00 1.0640138E+02 + endloop + endfacet + facet normal -0.6370144033 0.55129397344 -0.5387834489 + outer loop + vertex 9.7877161E+00 -5.266490E+00 1.0858685E+02 + vertex 7.3503741E+00 -3.554731E+00 1.1322007E+02 + vertex 1.1457118E+01 -1.186763E+00 1.1078754E+02 + endloop + endfacet + facet normal -0.2048525 0.80832375372 -0.5519494202 + outer loop + vertex 3.8513001E+00 -1.052014E+01 1.0608027E+02 + vertex 5.4218566E-01 -8.127239E+00 1.1081279E+02 + vertex 5.5312757E+00 -7.323192E+00 1.1013864E+02 + endloop + endfacet + facet normal -0.5174891792 0.70429355357 -0.4859789499 + outer loop + vertex 8.3833899E+00 -8.727202E+00 1.0506687E+02 + vertex 5.5312757E+00 -7.323192E+00 1.1013864E+02 + vertex 9.7877161E+00 -5.266490E+00 1.0858685E+02 + endloop + endfacet + facet normal 0.00526621955 0.72895681882 -0.6845394242 + outer loop + vertex 5.4218566E-01 -8.127239E+00 1.1081279E+02 + vertex -2.701847E+00 -4.502140E+00 1.1464816E+02 + vertex 2.5465704E+00 -4.522933E+00 1.1466639E+02 + endloop + endfacet + facet normal -0.3328287232 0.68798927564 -0.6448998353 + outer loop + vertex 5.5312757E+00 -7.323192E+00 1.1013864E+02 + vertex 2.5465704E+00 -4.522933E+00 1.1466639E+02 + vertex 7.3503741E+00 -3.554731E+00 1.1322007E+02 + endloop + endfacet + facet normal -0.9842380506 0.17354772376 0.03400951741 + outer loop + vertex 1.4095389E+01 -5.130302E+00 9.0000000E+01 + vertex 1.4532022E+01 -3.405515E+00 9.3834727E+01 + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9168843592 0.39257367781 -0.0721732588 + outer loop + vertex 1.2620047E+01 -7.711262E+00 9.4703981E+01 + vertex 1.4532022E+01 -3.405515E+00 9.3834727E+01 + vertex 1.4095389E+01 -5.130302E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.8342363072 0.52351758749 -0.1731447931 + outer loop + vertex 1.2021738E+01 -5.640761E+00 1.0348580E+02 + vertex 1.3785956E+01 -4.491385E+00 9.8460783E+01 + vertex 1.0838648E+01 -8.757260E+00 9.9763107E+01 + endloop + endfacet + facet normal -0.9166300488 0.39595030809 -0.0548881338 + outer loop + vertex 1.3785956E+01 -4.491385E+00 9.8460783E+01 + vertex 1.4532022E+01 -3.405515E+00 9.3834727E+01 + vertex 1.2620047E+01 -7.711262E+00 9.4703981E+01 + endloop + endfacet + facet normal -0.8942710987 0.38652777774 -0.2255559333 + outer loop + vertex 1.3785956E+01 -4.491385E+00 9.8460783E+01 + vertex 1.2021738E+01 -5.640761E+00 1.0348580E+02 + vertex 1.4399697E+01 -1.243691E+00 1.0159293E+02 + endloop + endfacet + facet normal -0.9900986485 0.12968802853 -0.0537185403 + outer loop + vertex 1.4399697E+01 -1.243691E+00 1.0159293E+02 + vertex 1.5000000E+01 2.6794919E+00 1.0000000E+02 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + endloop + endfacet + facet normal -0.9807030277 0.15246680335 -0.1223742019 + outer loop + vertex 1.4532022E+01 -3.405515E+00 9.3834727E+01 + vertex 1.3785956E+01 -4.491385E+00 9.8460783E+01 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + endloop + endfacet + facet normal -0.7398078392 0.66597712946 -0.0957017454 + outer loop + vertex 1.1490667E+01 -9.641814E+00 9.0000000E+01 + vertex 9.2598013E+00 -1.137337E+01 9.5195645E+01 + vertex 1.2620047E+01 -7.711262E+00 9.4703981E+01 + endloop + endfacet + facet normal -0.5967584855 0.76771365527 -0.2334417562 + outer loop + vertex 9.2598013E+00 -1.137337E+01 9.5195645E+01 + vertex 6.8115410E+00 -1.160971E+01 1.0067701E+02 + vertex 1.0838648E+01 -8.757260E+00 9.9763107E+01 + endloop + endfacet + facet normal -0.4128853887 0.82211497887 -0.391985481 + outer loop + vertex 6.8115410E+00 -1.160971E+01 1.0067701E+02 + vertex 3.8513001E+00 -1.052014E+01 1.0608027E+02 + vertex 8.3833899E+00 -8.727202E+00 1.0506687E+02 + endloop + endfacet + facet normal -0.145110278 0.9690057615 -0.1999270902 + outer loop + vertex 2.1320438E+00 -1.300320E+01 1.0118711E+02 + vertex 4.7631668E+00 -1.376422E+01 9.5588890E+01 + vertex -4.857185E-01 -1.451421E+01 9.5763562E+01 + endloop + endfacet + facet normal -0.3417815198 0.93903700819 -0.0373482254 + outer loop + vertex 4.7631668E+00 -1.376422E+01 9.5588890E+01 + vertex 7.5000000E+00 -1.299038E+01 9.0000000E+01 + vertex 2.6047227E+00 -1.477212E+01 9.0000000E+01 + endloop + endfacet + facet normal -0.474113093 0.86298762165 -0.1745541174 + outer loop + vertex 6.8115410E+00 -1.160971E+01 1.0067701E+02 + vertex 9.2598013E+00 -1.137337E+01 9.5195645E+01 + vertex 4.7631668E+00 -1.376422E+01 9.5588890E+01 + endloop + endfacet + facet normal -0.6426500146 0.76588046367 -0.0206899519 + outer loop + vertex 9.2598013E+00 -1.137337E+01 9.5195645E+01 + vertex 1.1490667E+01 -9.641814E+00 9.0000000E+01 + vertex 7.5000000E+00 -1.299038E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.25852109535 0.84613873944 -0.4660644557 + outer loop + vertex -6.077389E+00 -1.055342E+01 1.0425137E+02 + vertex -4.669023E+00 -7.841497E+00 1.0995607E+02 + vertex -1.194851E+00 -1.096214E+01 1.0621763E+02 + endloop + endfacet + facet normal -0.0904575089 0.90056176865 -0.4252128172 + outer loop + vertex 2.1320438E+00 -1.300320E+01 1.0118711E+02 + vertex -1.194851E+00 -1.096214E+01 1.0621763E+02 + vertex 3.8513001E+00 -1.052014E+01 1.0608027E+02 + endloop + endfacet + facet normal -0.0891043731 0.86238490609 -0.4983499618 + outer loop + vertex 5.4218566E-01 -8.127239E+00 1.1081279E+02 + vertex 3.8513001E+00 -1.052014E+01 1.0608027E+02 + vertex -1.194851E+00 -1.096214E+01 1.0621763E+02 + endloop + endfacet + facet normal 0.34988150221 0.68769876301 -0.6361236875 + outer loop + vertex -2.701847E+00 -4.502140E+00 1.1464816E+02 + vertex -4.669023E+00 -7.841497E+00 1.0995607E+02 + vertex -7.654805E+00 -3.253619E+00 1.1327367E+02 + endloop + endfacet + facet normal 0.14338661828 0.77692288937 -0.6130506518 + outer loop + vertex -2.701847E+00 -4.502140E+00 1.1464816E+02 + vertex 5.4218566E-01 -8.127239E+00 1.1081279E+02 + vertex -4.669023E+00 -7.841497E+00 1.0995607E+02 + endloop + endfacet + facet normal 0.90653465709 0.33516092267 -0.256636068 + outer loop + vertex -1.422993E+01 2.7635909E+00 1.0775359E+02 + vertex -1.243043E+01 -3.552336E+00 1.0586165E+02 + vertex -1.442536E+01 -7.481152E-02 1.0335636E+02 + endloop + endfacet + facet normal 0.9908915091 0.1068350275 -0.0819773999 + outer loop + vertex -1.500000E+01 2.6794919E+00 1.0000000E+02 + vertex -1.500000E+01 5.8578644E+00 1.0414214E+02 + vertex -1.442536E+01 -7.481152E-02 1.0335636E+02 + endloop + endfacet + facet normal 0.90591333964 0.36492749179 -0.2148230593 + outer loop + vertex -1.243043E+01 -3.552336E+00 1.0586165E+02 + vertex -1.282852E+01 -5.693983E+00 1.0054480E+02 + vertex -1.442536E+01 -7.481152E-02 1.0335636E+02 + endloop + endfacet + facet normal 0.76329988053 0.57742817414 -0.2897412572 + outer loop + vertex -9.786948E+00 -8.965554E+00 1.0203763E+02 + vertex -1.282852E+01 -5.693983E+00 1.0054480E+02 + vertex -1.243043E+01 -3.552336E+00 1.0586165E+02 + endloop + endfacet + facet normal 0.99281724166 0.11044360616 -0.0460014622 + outer loop + vertex -1.453100E+01 -2.096132E+00 9.8629832E+01 + vertex -1.467845E+01 -2.768974E+00 9.3832103E+01 + vertex -1.500000E+01 6.8148347E-01 9.5176381E+01 + endloop + endfacet + facet normal 0.94092962465 0.33014200805 -0.0752176574 + outer loop + vertex -1.325768E+01 -6.539104E+00 9.5057444E+01 + vertex -1.467845E+01 -2.768974E+00 9.3832103E+01 + vertex -1.453100E+01 -2.096132E+00 9.8629832E+01 + endloop + endfacet + facet normal 0.8660178816 0.49999565706 -0.0041679333 + outer loop + vertex -1.325768E+01 -6.539104E+00 9.5057444E+01 + vertex -1.149067E+01 -9.641814E+00 9.0000000E+01 + vertex -1.409539E+01 -5.130302E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.98390537771 0.17348906455 0.04279897416 + outer loop + vertex -1.467845E+01 -2.768974E+00 9.3832103E+01 + vertex -1.409539E+01 -5.130302E+00 9.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + endloop + endfacet + facet normal 0.55915446863 0.79858988759 -0.2227116334 + outer loop + vertex -9.786948E+00 -8.965554E+00 1.0203763E+02 + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + vertex -1.037698E+01 -1.025565E+01 9.5930301E+01 + endloop + endfacet + facet normal 0.79815676358 0.58290797914 -0.1521974658 + outer loop + vertex -1.282852E+01 -5.693983E+00 1.0054480E+02 + vertex -1.037698E+01 -1.025565E+01 9.5930301E+01 + vertex -1.325768E+01 -6.539104E+00 9.5057444E+01 + endloop + endfacet + facet normal 0.34122955431 0.93752049532 -0.0679537499 + outer loop + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + vertex -2.604723E+00 -1.477212E+01 9.0000000E+01 + vertex -7.500000E+00 -1.299038E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.6422368911 0.76538812226 -0.0413859638 + outer loop + vertex -1.037698E+01 -1.025565E+01 9.5930301E+01 + vertex -7.500000E+00 -1.299038E+01 9.0000000E+01 + vertex -1.149067E+01 -9.641814E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.45943338726 0.7528488688 -0.4713168185 + outer loop + vertex -6.077389E+00 -1.055342E+01 1.0425137E+02 + vertex -9.102865E+00 -6.327723E+00 1.0805201E+02 + vertex -4.669023E+00 -7.841497E+00 1.0995607E+02 + endloop + endfacet + facet normal 0.65077250467 0.56153067036 -0.5110562136 + outer loop + vertex -9.102865E+00 -6.327723E+00 1.0805201E+02 + vertex -1.159322E+01 -8.951376E-01 1.1084996E+02 + vertex -7.654805E+00 -3.253619E+00 1.1327367E+02 + endloop + endfacet + facet normal 0.72458286728 0.59704114483 -0.3442695743 + outer loop + vertex -9.786948E+00 -8.965554E+00 1.0203763E+02 + vertex -1.243043E+01 -3.552336E+00 1.0586165E+02 + vertex -9.102865E+00 -6.327723E+00 1.0805201E+02 + endloop + endfacet + facet normal 0.87581860255 0.34930260261 -0.3330607561 + outer loop + vertex -1.243043E+01 -3.552336E+00 1.0586165E+02 + vertex -1.422993E+01 2.7635909E+00 1.0775359E+02 + vertex -1.159322E+01 -8.951376E-01 1.1084996E+02 + endloop + endfacet + facet normal 0.34535892291 0.89070981415 -0.2955727344 + outer loop + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + vertex -6.077389E+00 -1.055342E+01 1.0425137E+02 + vertex -2.569264E+00 -1.295888E+01 1.0110153E+02 + endloop + endfacet + facet normal 0.51082687777 0.81593971458 -0.2707365567 + outer loop + vertex -9.786948E+00 -8.965554E+00 1.0203763E+02 + vertex -6.077389E+00 -1.055342E+01 1.0425137E+02 + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + endloop + endfacet + facet normal -1.012298E-15 0.99900033172 -0.0447027653 + outer loop + vertex -4.857185E-01 -1.451421E+01 9.5763562E+01 + vertex 2.6047227E+00 -1.477212E+01 9.0000000E+01 + vertex -2.604723E+00 -1.477212E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.8755076977 0.34239935912 -0.3409530028 + outer loop + vertex -1.349824E+01 5.0579562E+00 1.1193654E+02 + vertex -1.159322E+01 -8.951376E-01 1.1084996E+02 + vertex -1.422993E+01 2.7635909E+00 1.0775359E+02 + endloop + endfacet + facet normal 0.98710590625 0.0974435386 -0.1269908919 + outer loop + vertex -1.422993E+01 2.7635909E+00 1.0775359E+02 + vertex -1.500000E+01 5.8578644E+00 1.0414214E+02 + vertex -1.500000E+01 1.0000000E+01 1.0732051E+02 + endloop + endfacet + facet normal 0.97583010445 0.17761454225 -0.1273133207 + outer loop + vertex -1.442898E+01 1.0242549E+01 1.1203567E+02 + vertex -1.349824E+01 5.0579562E+00 1.1193654E+02 + vertex -1.500000E+01 1.0000000E+01 1.0732051E+02 + endloop + endfacet + facet normal 0.80437507538 0.32674630446 -0.4962031747 + outer loop + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + vertex -1.023568E+01 2.3482464E+00 1.1544102E+02 + vertex -1.349824E+01 5.0579562E+00 1.1193654E+02 + endloop + endfacet + facet normal 0.65134739785 0.5155037197 -0.5567786654 + outer loop + vertex -1.023568E+01 2.3482464E+00 1.1544102E+02 + vertex -7.654805E+00 -3.253619E+00 1.1327367E+02 + vertex -1.159322E+01 -8.951376E-01 1.1084996E+02 + endloop + endfacet + facet normal 0.99114951714 0.05080132966 -0.122645259 + outer loop + vertex -1.500000E+01 1.0000000E+01 1.0732051E+02 + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + vertex -1.442898E+01 1.0242549E+01 1.1203567E+02 + endloop + endfacet + facet normal 0.90342030139 0.14260471282 -0.4043459594 + outer loop + vertex -1.442898E+01 1.0242549E+01 1.1203567E+02 + vertex -1.433999E+01 1.4786539E+01 1.1383705E+02 + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + endloop + endfacet + facet normal 0.98480292863 -0.0031301094 -0.173647327 + outer loop + vertex -1.409539E+01 2.0000000E+01 1.1513030E+02 + vertex -1.433999E+01 1.4786539E+01 1.1383705E+02 + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.90516245073 0.06185101764 -0.4205417808 + outer loop + vertex -1.247592E+01 1.4929524E+01 1.1787027E+02 + vertex -1.433999E+01 1.4786539E+01 1.1383705E+02 + vertex -1.409539E+01 2.0000000E+01 1.1513030E+02 + endloop + endfacet + facet normal 0.98934363811 0.01900452651 -0.1443537104 + outer loop + vertex -1.433999E+01 1.4786539E+01 1.1383705E+02 + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + endloop + endfacet + facet normal 0.89762636059 0.13478004431 -0.4196442022 + outer loop + vertex -1.433999E+01 1.4786539E+01 1.1383705E+02 + vertex -1.247592E+01 1.4929524E+01 1.1787027E+02 + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + endloop + endfacet + facet normal 0.98883819267 0.03777250804 -0.1441258698 + outer loop + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + vertex -1.433999E+01 1.4786539E+01 1.1383705E+02 + vertex -1.442898E+01 1.0242549E+01 1.1203567E+02 + endloop + endfacet + facet normal 0.80500519846 0.3456186296 -0.482197463 + outer loop + vertex -1.159322E+01 -8.951376E-01 1.1084996E+02 + vertex -1.349824E+01 5.0579562E+00 1.1193654E+02 + vertex -1.023568E+01 2.3482464E+00 1.1544102E+02 + endloop + endfacet + facet normal 0.90340554427 0.16970745233 -0.393773797 + outer loop + vertex -1.349824E+01 5.0579562E+00 1.1193654E+02 + vertex -1.442898E+01 1.0242549E+01 1.1203567E+02 + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + endloop + endfacet + facet normal 0.97144613468 0.09024496855 -0.2194271019 + outer loop + vertex -1.349824E+01 5.0579562E+00 1.1193654E+02 + vertex -1.422993E+01 2.7635909E+00 1.0775359E+02 + vertex -1.500000E+01 1.0000000E+01 1.0732051E+02 + endloop + endfacet + facet normal 0.2339224655 0.96364278558 -0.1291234368 + outer loop + vertex -2.604723E+00 -1.477212E+01 9.0000000E+01 + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + vertex -4.857185E-01 -1.451421E+01 9.5763562E+01 + endloop + endfacet + facet normal 0.21965455788 0.95631545726 -0.1929057319 + outer loop + vertex -2.569264E+00 -1.295888E+01 1.0110153E+02 + vertex -4.857185E-01 -1.451421E+01 9.5763562E+01 + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + endloop + endfacet + facet normal 0.72813310269 0.54671400486 -0.4134319553 + outer loop + vertex -1.159322E+01 -8.951376E-01 1.1084996E+02 + vertex -9.102865E+00 -6.327723E+00 1.0805201E+02 + vertex -1.243043E+01 -3.552336E+00 1.0586165E+02 + endloop + endfacet + facet normal 0.54839821473 0.7410680133 -0.3873984999 + outer loop + vertex -9.102865E+00 -6.327723E+00 1.0805201E+02 + vertex -6.077389E+00 -1.055342E+01 1.0425137E+02 + vertex -9.786948E+00 -8.965554E+00 1.0203763E+02 + endloop + endfacet + facet normal 0.47034769673 0.69725924869 -0.5409275222 + outer loop + vertex -7.654805E+00 -3.253619E+00 1.1327367E+02 + vertex -4.669023E+00 -7.841497E+00 1.0995607E+02 + vertex -9.102865E+00 -6.327723E+00 1.0805201E+02 + endloop + endfacet + facet normal 0.23807469775 0.88141302205 -0.4079601976 + outer loop + vertex -1.194851E+00 -1.096214E+01 1.0621763E+02 + vertex -2.569264E+00 -1.295888E+01 1.0110153E+02 + vertex -6.077389E+00 -1.055342E+01 1.0425137E+02 + endloop + endfacet + facet normal 0.79720661981 0.59727463286 -0.0878898075 + outer loop + vertex -1.149067E+01 -9.641814E+00 9.0000000E+01 + vertex -1.325768E+01 -6.539104E+00 9.5057444E+01 + vertex -1.037698E+01 -1.025565E+01 9.5930301E+01 + endloop + endfacet + facet normal 0.55304788659 0.82553402668 -0.1123904174 + outer loop + vertex -7.500000E+00 -1.299038E+01 9.0000000E+01 + vertex -1.037698E+01 -1.025565E+01 9.5930301E+01 + vertex -6.076455E+00 -1.301261E+01 9.6841689E+01 + endloop + endfacet + facet normal 0.92112283031 0.36740768942 -0.1286247303 + outer loop + vertex -1.325768E+01 -6.539104E+00 9.5057444E+01 + vertex -1.453100E+01 -2.096132E+00 9.8629832E+01 + vertex -1.282852E+01 -5.693983E+00 1.0054480E+02 + endloop + endfacet + facet normal 0.76163292349 0.61521367682 -0.2035372735 + outer loop + vertex -1.037698E+01 -1.025565E+01 9.5930301E+01 + vertex -1.282852E+01 -5.693983E+00 1.0054480E+02 + vertex -9.786948E+00 -8.965554E+00 1.0203763E+02 + endloop + endfacet + facet normal 0.99512771755 0.09775076064 -0.0128691318 + outer loop + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + vertex -1.500000E+01 6.8148347E-01 9.5176381E+01 + vertex -1.467845E+01 -2.768974E+00 9.3832103E+01 + endloop + endfacet + facet normal 0.94047329914 0.33402781839 -0.062732688 + outer loop + vertex -1.409539E+01 -5.130302E+00 9.0000000E+01 + vertex -1.467845E+01 -2.768974E+00 9.3832103E+01 + vertex -1.325768E+01 -6.539104E+00 9.5057444E+01 + endloop + endfacet + facet normal 0.99280199351 0.1106505399 -0.0458329543 + outer loop + vertex -1.453100E+01 -2.096132E+00 9.8629832E+01 + vertex -1.500000E+01 6.8148347E-01 9.5176381E+01 + vertex -1.500000E+01 2.6794919E+00 1.0000000E+02 + endloop + endfacet + facet normal 0.92264671572 0.34669879818 -0.1688874812 + outer loop + vertex -1.453100E+01 -2.096132E+00 9.8629832E+01 + vertex -1.442536E+01 -7.481152E-02 1.0335636E+02 + vertex -1.282852E+01 -5.693983E+00 1.0054480E+02 + endloop + endfacet + facet normal 0.9903413548 0.11809980142 -0.0726390933 + outer loop + vertex -1.442536E+01 -7.481152E-02 1.0335636E+02 + vertex -1.453100E+01 -2.096132E+00 9.8629832E+01 + vertex -1.500000E+01 2.6794919E+00 1.0000000E+02 + endloop + endfacet + facet normal 0.98710180779 0.11090247256 -0.1154584888 + outer loop + vertex -1.442536E+01 -7.481152E-02 1.0335636E+02 + vertex -1.500000E+01 5.8578644E+00 1.0414214E+02 + vertex -1.422993E+01 2.7635909E+00 1.0775359E+02 + endloop + endfacet + facet normal 0.13649090719 0.81922072773 -0.5569987715 + outer loop + vertex 5.4218566E-01 -8.127239E+00 1.1081279E+02 + vertex -1.194851E+00 -1.096214E+01 1.0621763E+02 + vertex -4.669023E+00 -7.841497E+00 1.0995607E+02 + endloop + endfacet + facet normal -0.3022254203 0.8886972424 -0.3447854502 + outer loop + vertex 3.8513001E+00 -1.052014E+01 1.0608027E+02 + vertex 6.8115410E+00 -1.160971E+01 1.0067701E+02 + vertex 2.1320438E+00 -1.300320E+01 1.0118711E+02 + endloop + endfacet + facet normal 0.0154503817 0.93004052389 -0.3671320057 + outer loop + vertex -1.194851E+00 -1.096214E+01 1.0621763E+02 + vertex 2.1320438E+00 -1.300320E+01 1.0118711E+02 + vertex -2.569264E+00 -1.295888E+01 1.0110153E+02 + endloop + endfacet + facet normal -0.4741159724 0.87340715159 -0.111238448 + outer loop + vertex 7.5000000E+00 -1.299038E+01 9.0000000E+01 + vertex 4.7631668E+00 -1.376422E+01 9.5588890E+01 + vertex 9.2598013E+00 -1.137337E+01 9.5195645E+01 + endloop + endfacet + facet normal -0.3016425338 0.91549846062 -0.2662223702 + outer loop + vertex 4.7631668E+00 -1.376422E+01 9.5588890E+01 + vertex 2.1320438E+00 -1.300320E+01 1.0118711E+02 + vertex 6.8115410E+00 -1.160971E+01 1.0067701E+02 + endloop + endfacet + facet normal -0.144360117 0.98205606246 -0.1213509241 + outer loop + vertex 2.6047227E+00 -1.477212E+01 9.0000000E+01 + vertex -4.857185E-01 -1.451421E+01 9.5763562E+01 + vertex 4.7631668E+00 -1.376422E+01 9.5588890E+01 + endloop + endfacet + facet normal 0.01406279002 0.9614421919 -0.2746473185 + outer loop + vertex -4.857185E-01 -1.451421E+01 9.5763562E+01 + vertex -2.569264E+00 -1.295888E+01 1.0110153E+02 + vertex 2.1320438E+00 -1.300320E+01 1.0118711E+02 + endloop + endfacet + facet normal -0.5963815744 0.75215439193 -0.2803440535 + outer loop + vertex 8.3833899E+00 -8.727202E+00 1.0506687E+02 + vertex 1.0838648E+01 -8.757260E+00 9.9763107E+01 + vertex 6.8115410E+00 -1.160971E+01 1.0067701E+02 + endloop + endfacet + facet normal -0.7393858591 0.66185681108 -0.1235075424 + outer loop + vertex 1.0838648E+01 -8.757260E+00 9.9763107E+01 + vertex 1.2620047E+01 -7.711262E+00 9.4703981E+01 + vertex 9.2598013E+00 -1.137337E+01 9.5195645E+01 + endloop + endfacet + facet normal -0.8660221997 0.49999815012 0.00272020393 + outer loop + vertex 1.2620047E+01 -7.711262E+00 9.4703981E+01 + vertex 1.4095389E+01 -5.130302E+00 9.0000000E+01 + vertex 1.1490667E+01 -9.641814E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9769665116 0.21155743739 -0.027926437 + outer loop + vertex 1.3785956E+01 -4.491385E+00 9.8460783E+01 + vertex 1.4399697E+01 -1.243691E+00 1.0159293E+02 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + endloop + endfacet + facet normal -0.834010347 0.51934819395 -0.1862906183 + outer loop + vertex 1.2620047E+01 -7.711262E+00 9.4703981E+01 + vertex 1.0838648E+01 -8.757260E+00 9.9763107E+01 + vertex 1.3785956E+01 -4.491385E+00 9.8460783E+01 + endloop + endfacet + facet normal -0.689920278 0.64780085314 -0.3230542751 + outer loop + vertex 1.0838648E+01 -8.757260E+00 9.9763107E+01 + vertex 8.3833899E+00 -8.727202E+00 1.0506687E+02 + vertex 1.2021738E+01 -5.640761E+00 1.0348580E+02 + endloop + endfacet + facet normal -0.9927933244 0.11881388092 -0.0156421442 + outer loop + vertex 1.4532022E+01 -3.405515E+00 9.3834727E+01 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.5178074016 0.67730067165 -0.5226273003 + outer loop + vertex 7.3503741E+00 -3.554731E+00 1.1322007E+02 + vertex 9.7877161E+00 -5.266490E+00 1.0858685E+02 + vertex 5.5312757E+00 -7.323192E+00 1.1013864E+02 + endloop + endfacet + facet normal -0.2057456544 0.76581489502 -0.6092587892 + outer loop + vertex 2.5465704E+00 -4.522933E+00 1.1466639E+02 + vertex 5.5312757E+00 -7.323192E+00 1.1013864E+02 + vertex 5.4218566E-01 -8.127239E+00 1.1081279E+02 + endloop + endfacet + facet normal -0.6897891188 0.63453324524 -0.348652452 + outer loop + vertex 9.7877161E+00 -5.266490E+00 1.0858685E+02 + vertex 1.2021738E+01 -5.640761E+00 1.0348580E+02 + vertex 8.3833899E+00 -8.727202E+00 1.0506687E+02 + endloop + endfacet + facet normal -0.413711068 0.79056304106 -0.4515010856 + outer loop + vertex 5.5312757E+00 -7.323192E+00 1.1013864E+02 + vertex 8.3833899E+00 -8.727202E+00 1.0506687E+02 + vertex 3.8513001E+00 -1.052014E+01 1.0608027E+02 + endloop + endfacet + facet normal -0.7643870208 0.51908280681 -0.3824467572 + outer loop + vertex 1.1457118E+01 -1.186763E+00 1.1078754E+02 + vertex 1.2853823E+01 -2.361619E+00 1.0640138E+02 + vertex 9.7877161E+00 -5.266490E+00 1.0858685E+02 + endloop + endfacet + facet normal -0.895404527 0.40039089975 -0.1947764369 + outer loop + vertex 1.2853823E+01 -2.361619E+00 1.0640138E+02 + vertex 1.4399697E+01 -1.243691E+00 1.0159293E+02 + vertex 1.2021738E+01 -5.640761E+00 1.0348580E+02 + endloop + endfacet + facet normal -0.989076626 0.11283087973 -0.094850516 + outer loop + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + vertex 1.5000000E+01 2.6794919E+00 1.0000000E+02 + vertex 1.4399697E+01 -1.243691E+00 1.0159293E+02 + endloop + endfacet + facet normal 0.54023437783 0.27631934485 -0.7948549784 + outer loop + vertex -8.164626E+00 5.6386620E+00 1.1924760E+02 + vertex -9.991730E+00 1.0796578E+01 1.1979885E+02 + vertex -5.989056E+00 9.8479018E+00 1.2218953E+02 + endloop + endfacet + facet normal 0.23678395574 0.32917007962 -0.914100879 + outer loop + vertex -3.216935E+00 4.4351844E+00 1.2095848E+02 + vertex -5.989056E+00 9.8479018E+00 1.2218953E+02 + vertex -9.342292E-01 9.0747414E+00 1.2322049E+02 + endloop + endfacet + facet normal 0.53800226996 0.21795337331 -0.8142787512 + outer loop + vertex -9.991730E+00 1.0796578E+01 1.1979885E+02 + vertex -8.990580E+00 1.5252473E+01 1.2165301E+02 + vertex -5.989056E+00 9.8479018E+00 1.2218953E+02 + endloop + endfacet + facet normal 0.64272482174 0.01397683263 -0.7659696154 + outer loop + vertex -8.990580E+00 1.5252473E+01 1.2165301E+02 + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + vertex -7.500000E+00 2.0000000E+01 1.2299038E+02 + endloop + endfacet + facet normal 0.77273582786 0.18051074715 -0.6085188662 + outer loop + vertex -9.991730E+00 1.0796578E+01 1.1979885E+02 + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + vertex -1.247592E+01 1.4929524E+01 1.1787027E+02 + endloop + endfacet + facet normal 0.8660075926 0.0064134807 -0.4999897167 + outer loop + vertex -1.247592E+01 1.4929524E+01 1.1787027E+02 + vertex -1.409539E+01 2.0000000E+01 1.1513030E+02 + vertex -1.149067E+01 2.0000000E+01 1.1964181E+02 + endloop + endfacet + facet normal 0.20486196333 0.60003208762 -0.7733001162 + outer loop + vertex -2.701847E+00 -4.502140E+00 1.1464816E+02 + vertex -5.606741E+00 2.8886492E-01 1.1759611E+02 + vertex -4.089800E-01 -4.953600E-01 1.1836459E+02 + endloop + endfacet + facet normal -0.14536025 0.6091748683 -0.7796001395 + outer loop + vertex 2.5465704E+00 -4.522933E+00 1.1466639E+02 + vertex -4.089800E-01 -4.953600E-01 1.1836459E+02 + vertex 4.7676272E+00 -3.201284E-01 1.1753631E+02 + endloop + endfacet + facet normal 0.38699807668 0.43587127173 -0.8125569045 + outer loop + vertex -5.606741E+00 2.8886492E-01 1.1759611E+02 + vertex -8.164626E+00 5.6386620E+00 1.1924760E+02 + vertex -3.216935E+00 4.4351844E+00 1.2095848E+02 + endloop + endfacet + facet normal 0.03432692443 0.4805540775 -0.8762930108 + outer loop + vertex -4.089800E-01 -4.953600E-01 1.1836459E+02 + vertex -3.216935E+00 4.4351844E+00 1.2095848E+02 + vertex 2.2780091E+00 3.9305636E+00 1.2089700E+02 + endloop + endfacet + facet normal 0.53887414995 0.50819700903 -0.6718262056 + outer loop + vertex -7.654805E+00 -3.253619E+00 1.1327367E+02 + vertex -1.023568E+01 2.3482464E+00 1.1544102E+02 + vertex -5.606741E+00 2.8886492E-01 1.1759611E+02 + endloop + endfacet + facet normal 0.69657987022 0.31007185033 -0.6470177216 + outer loop + vertex -1.023568E+01 2.3482464E+00 1.1544102E+02 + vertex -1.229753E+01 8.6105800E+00 1.1622235E+02 + vertex -8.164626E+00 5.6386620E+00 1.1924760E+02 + endloop + endfacet + facet normal -0.4710272022 0.511348904 -0.7187876412 + outer loop + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + vertex 9.0327618E+00 2.5183211E-01 1.1514823E+02 + vertex 4.7676272E+00 -3.201284E-01 1.1753631E+02 + endloop + endfacet + facet normal -0.636975479 0.55337671578 -0.5366902734 + outer loop + vertex 9.0327618E+00 2.5183211E-01 1.1514823E+02 + vertex 1.1457118E+01 -1.186763E+00 1.1078754E+02 + vertex 7.3503741E+00 -3.554731E+00 1.1322007E+02 + endloop + endfacet + facet normal -0.8738794529 0.35250677087 -0.3347740704 + outer loop + vertex 1.2210913E+01 2.7064688E+00 1.1291932E+02 + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + vertex 1.1457118E+01 -1.186763E+00 1.1078754E+02 + endloop + endfacet + facet normal -0.1163593687 0.34757968356 -0.9304025263 + outer loop + vertex 2.2780091E+00 3.9305636E+00 1.2089700E+02 + vertex -9.342292E-01 9.0747414E+00 1.2322049E+02 + vertex 4.4753158E+00 8.6604271E+00 1.2238918E+02 + endloop + endfacet + facet normal -0.4618474693 0.33095555634 -0.822900562 + outer loop + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + vertex 4.4753158E+00 8.6604271E+00 1.2238918E+02 + vertex 9.2260803E+00 9.1703983E+00 1.1992794E+02 + endloop + endfacet + facet normal 0.10872135387 0.11678577384 -0.9871883054 + outer loop + vertex -2.604723E+00 2.0000000E+01 1.2477212E+02 + vertex 9.9894816E-01 1.4210717E+01 1.2448412E+02 + vertex -4.305466E+00 1.4702833E+01 1.2395815E+02 + endloop + endfacet + facet normal -0.1247052067 0.28105384061 -0.951555227 + outer loop + vertex 9.9894816E-01 1.4210717E+01 1.2448412E+02 + vertex 4.4753158E+00 8.6604271E+00 1.2238918E+02 + vertex -9.342292E-01 9.0747414E+00 1.2322049E+02 + endloop + endfacet + facet normal -0.2424260303 0.11516359458 -0.9633104205 + outer loop + vertex 2.6047227E+00 2.0000000E+01 1.2477212E+02 + vertex 6.0915187E+00 1.4138839E+01 1.2319393E+02 + vertex 9.9894816E-01 1.4210717E+01 1.2448412E+02 + endloop + endfacet + facet normal -0.4659749842 0.26162957898 -0.845232085 + outer loop + vertex 6.0915187E+00 1.4138839E+01 1.2319393E+02 + vertex 9.2260803E+00 9.1703983E+00 1.1992794E+02 + vertex 4.4753158E+00 8.6604271E+00 1.2238918E+02 + endloop + endfacet + facet normal -0.781571637 0.08466493131 -0.6180433849 + outer loop + vertex 1.1490667E+01 2.0000000E+01 1.1964181E+02 + vertex 1.3006090E+01 1.5816717E+01 1.1715236E+02 + vertex 1.0227493E+01 1.4630939E+01 1.2050371E+02 + endloop + endfacet + facet normal -0.5509496273 0.10363938266 -0.8280781283 + outer loop + vertex 7.5000000E+00 2.0000000E+01 1.2299038E+02 + vertex 1.0227493E+01 1.4630939E+01 1.2050371E+02 + vertex 6.0915187E+00 1.4138839E+01 1.2319393E+02 + endloop + endfacet + facet normal -0.9207517242 0.11174978554 -0.373802418 + outer loop + vertex 1.4530042E+01 1.5160089E+01 1.1322639E+02 + vertex 1.4431852E+01 1.0064941E+01 1.1194504E+02 + vertex 1.2692782E+01 1.1029073E+01 1.1651695E+02 + endloop + endfacet + facet normal -0.7399269647 0.20330796754 -0.6412284751 + outer loop + vertex 1.0227493E+01 1.4630939E+01 1.2050371E+02 + vertex 1.2692782E+01 1.1029073E+01 1.1651695E+02 + vertex 9.2260803E+00 9.1703983E+00 1.1992794E+02 + endloop + endfacet + facet normal -0.9925577768 0.0158947783 -0.1207328276 + outer loop + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + vertex 1.5000000E+01 1.4823619E+01 1.0931852E+02 + vertex 1.4530042E+01 1.5160089E+01 1.1322639E+02 + endloop + endfacet + facet normal -0.9268490062 0.06239675933 -0.3702128632 + outer loop + vertex 1.4095389E+01 2.0000000E+01 1.1513030E+02 + vertex 1.4530042E+01 1.5160089E+01 1.1322639E+02 + vertex 1.3006090E+01 1.5816717E+01 1.1715236E+02 + endloop + endfacet + facet normal -0.9911729812 0.05073424277 -0.122483297 + outer loop + vertex 1.4431852E+01 1.0064941E+01 1.1194504E+02 + vertex 1.5000000E+01 1.4823619E+01 1.0931852E+02 + vertex 1.5000000E+01 1.0000000E+01 1.0732051E+02 + endloop + endfacet + facet normal -0.9037716153 0.20923629686 -0.3733859123 + outer loop + vertex 1.4431852E+01 1.0064941E+01 1.1194504E+02 + vertex 1.4381244E+01 5.8182796E+00 1.0968781E+02 + vertex 1.2188589E+01 6.4313434E+00 1.1533862E+02 + endloop + endfacet + facet normal -0.9894610957 0.07697918516 -0.1226415309 + outer loop + vertex 1.4381244E+01 5.8182796E+00 1.0968781E+02 + vertex 1.4431852E+01 1.0064941E+01 1.1194504E+02 + vertex 1.5000000E+01 1.0000000E+01 1.0732051E+02 + endloop + endfacet + facet normal -0.9876438333 0.11221593441 -0.1093948928 + outer loop + vertex 1.4381244E+01 5.8182796E+00 1.0968781E+02 + vertex 1.5000000E+01 5.8578644E+00 1.0414214E+02 + vertex 1.4266942E+01 1.7995679E+00 1.0659741E+02 + endloop + endfacet + facet normal -0.8966798316 0.23733266287 -0.373682334 + outer loop + vertex 1.4381244E+01 5.8182796E+00 1.0968781E+02 + vertex 1.2210913E+01 2.7064688E+00 1.1291932E+02 + vertex 1.2188589E+01 6.4313434E+00 1.1533862E+02 + endloop + endfacet + facet normal -0.6853821036 0.3937435191 -0.6125499271 + outer loop + vertex 7.9192755E+00 4.1214933E+00 1.1863080E+02 + vertex 1.2188589E+01 6.4313434E+00 1.1533862E+02 + vertex 1.2210913E+01 2.7064688E+00 1.1291932E+02 + endloop + endfacet + facet normal -0.6261364216 -0.7462003299 0.22613767726 + outer loop + vertex 1.1490667E+01 9.6418141E+00 9.0000000E+01 + vertex 1.0030301E+01 1.2032496E+01 9.3845179E+01 + vertex 7.5000000E+00 1.2990381E+01 9.0000000E+01 + endloop + endfacet + facet normal -0.5807787216 -0.2356773842 0.7791997479 + outer loop + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + vertex 9.5682227E+00 1.5628403E+01 9.7228938E+01 + vertex 7.5000000E+00 2.0000000E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.4620475138 -0.6385268912 0.61546364977 + outer loop + vertex 1.0030301E+01 1.2032496E+01 9.3845179E+01 + vertex 9.5682227E+00 1.5628403E+01 9.7228938E+01 + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + endloop + endfacet + facet normal -0.6212371016 -0.2567669024 0.74036154773 + outer loop + vertex 7.5000000E+00 2.0000000E+01 9.7009619E+01 + vertex 9.5682227E+00 1.5628403E+01 9.7228938E+01 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.8955411703 -0.1619435496 0.41446386936 + outer loop + vertex 1.2411489E+01 1.4585211E+01 1.0023210E+02 + vertex 1.4134612E+01 1.5057844E+01 1.0413997E+02 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.884868193 -0.2104030043 0.41561864345 + outer loop + vertex 1.4325375E+01 1.0236082E+01 1.0210514E+02 + vertex 1.4134612E+01 1.5057844E+01 1.0413997E+02 + vertex 1.2411489E+01 1.4585211E+01 1.0023210E+02 + endloop + endfacet + facet normal -0.9878118736 -0.0947552416 0.12348743508 + outer loop + vertex 1.5000000E+01 5.8578644E+00 1.0414214E+02 + vertex 1.5000000E+01 1.0000000E+01 1.0732051E+02 + vertex 1.4325375E+01 1.0236082E+01 1.0210514E+02 + endloop + endfacet + facet normal -0.9860534585 -0.0319427522 0.16333474074 + outer loop + vertex 1.4134612E+01 1.5057844E+01 1.0413997E+02 + vertex 1.5000000E+01 1.4823619E+01 1.0931852E+02 + vertex 1.4095389E+01 2.0000000E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.9846007469 -0.0668999918 0.16151086764 + outer loop + vertex 1.5000000E+01 1.0000000E+01 1.0732051E+02 + vertex 1.5000000E+01 1.4823619E+01 1.0931852E+02 + vertex 1.4134612E+01 1.5057844E+01 1.0413997E+02 + endloop + endfacet + facet normal -0.8597873549 -0.4963984608 0.11980931716 + outer loop + vertex 1.4095389E+01 5.1303021E+00 9.0000000E+01 + vertex 1.3562213E+01 7.0494138E+00 9.4125105E+01 + vertex 1.1490667E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.7867999125 -0.4735734165 0.3958208141 + outer loop + vertex 1.0030301E+01 1.2032496E+01 9.3845179E+01 + vertex 1.2579673E+01 1.0842646E+01 9.7489161E+01 + vertex 9.5682227E+00 1.5628403E+01 9.7228938E+01 + endloop + endfacet + facet normal -0.7686472881 -0.5242090652 0.36658723708 + outer loop + vertex 1.3562213E+01 7.0494138E+00 9.4125105E+01 + vertex 1.2579673E+01 1.0842646E+01 9.7489161E+01 + vertex 1.0030301E+01 1.2032496E+01 9.3845179E+01 + endloop + endfacet + facet normal -0.9845505062 -0.1736028181 0.02285524459 + outer loop + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + vertex 1.4095389E+01 5.1303021E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9918908698 -0.1174181552 0.04863619235 + outer loop + vertex 1.5000000E+01 2.6794919E+00 1.0000000E+02 + vertex 1.4504760E+01 6.2541600E+00 9.8530037E+01 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + endloop + endfacet + facet normal -0.9243311004 -0.3575784807 0.13322780095 + outer loop + vertex 1.4504760E+01 6.2541600E+00 9.8530037E+01 + vertex 1.2579673E+01 1.0842646E+01 9.7489161E+01 + vertex 1.3562213E+01 7.0494138E+00 9.4125105E+01 + endloop + endfacet + facet normal -0.9913044494 -0.1043960413 0.08010589991 + outer loop + vertex 1.5000000E+01 2.6794919E+00 1.0000000E+02 + vertex 1.5000000E+01 5.8578644E+00 1.0414214E+02 + vertex 1.4504760E+01 6.2541600E+00 9.8530037E+01 + endloop + endfacet + facet normal -0.9019552468 -0.3102833398 0.30033478297 + outer loop + vertex 1.4504760E+01 6.2541600E+00 9.8530037E+01 + vertex 1.4325375E+01 1.0236082E+01 1.0210514E+02 + vertex 1.2579673E+01 1.0842646E+01 9.7489161E+01 + endloop + endfacet + facet normal 0.31381178775 -0.3976797516 0.86219080081 + outer loop + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + vertex -2.604723E+00 2.0000000E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.0 -0.4317549334 0.90199095198 + outer loop + vertex -2.604723E+00 2.0000000E+01 9.5227884E+01 + vertex 4.9298189E-15 1.6464466E+01 9.3535534E+01 + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.16133874731 -0.931195348 0.32687158399 + outer loop + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + vertex -2.604723E+00 1.4772116E+01 9.0000000E+01 + vertex 4.9298189E-15 1.6464466E+01 9.3535534E+01 + endloop + endfacet + facet normal -0.1752659272 -0.9320790065 0.31703403669 + outer loop + vertex 4.9298189E-15 1.6464466E+01 9.3535534E+01 + vertex 2.6047227E+00 1.4772116E+01 9.0000000E+01 + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + endloop + endfacet + facet normal 0.62613642164 -0.2261376773 0.74620032995 + outer loop + vertex -1.149067E+01 2.0000000E+01 1.0035819E+02 + vertex -1.003030E+01 1.6154821E+01 9.7967504E+01 + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + endloop + endfacet + facet normal 0.58077872157 -0.7791997479 0.23567738424 + outer loop + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + vertex -9.568223E+00 1.2771062E+01 9.4371597E+01 + vertex -7.500000E+00 1.2990381E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.46204751376 -0.6154636498 0.63852689124 + outer loop + vertex -1.003030E+01 1.6154821E+01 9.7967504E+01 + vertex -9.568223E+00 1.2771062E+01 9.4371597E+01 + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + endloop + endfacet + facet normal 0.62123710164 -0.7403615477 0.25676690242 + outer loop + vertex -7.500000E+00 1.2990381E+01 9.0000000E+01 + vertex -9.568223E+00 1.2771062E+01 9.4371597E+01 + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.89554117032 -0.4144638694 0.16194354958 + outer loop + vertex -1.241149E+01 9.7678953E+00 9.5414789E+01 + vertex -1.413461E+01 5.8600330E+00 9.4942156E+01 + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.884868193 -0.4156186434 0.21040300432 + outer loop + vertex -1.432537E+01 7.8948629E+00 9.9763918E+01 + vertex -1.413461E+01 5.8600330E+00 9.4942156E+01 + vertex -1.241149E+01 9.7678953E+00 9.5414789E+01 + endloop + endfacet + facet normal 0.98781187357 -0.1234874351 0.09475524161 + outer loop + vertex -1.500000E+01 5.8578644E+00 1.0414214E+02 + vertex -1.500000E+01 2.6794919E+00 1.0000000E+02 + vertex -1.432537E+01 7.8948629E+00 9.9763918E+01 + endloop + endfacet + facet normal 0.98605345851 -0.1633347407 0.03194275225 + outer loop + vertex -1.413461E+01 5.8600330E+00 9.4942156E+01 + vertex -1.500000E+01 6.8148347E-01 9.5176381E+01 + vertex -1.409539E+01 5.1303021E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.98460074686 -0.1615108676 0.06689999185 + outer loop + vertex -1.500000E+01 2.6794919E+00 1.0000000E+02 + vertex -1.500000E+01 6.8148347E-01 9.5176381E+01 + vertex -1.413461E+01 5.8600330E+00 9.4942156E+01 + endloop + endfacet + facet normal 0.8597873549 -0.1198093172 0.4963984608 + outer loop + vertex -1.409539E+01 2.0000000E+01 1.0486970E+02 + vertex -1.356221E+01 1.5874895E+01 1.0295059E+02 + vertex -1.149067E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.78679991251 -0.3958208141 0.47357341647 + outer loop + vertex -1.003030E+01 1.6154821E+01 9.7967504E+01 + vertex -1.257967E+01 1.2510839E+01 9.9157354E+01 + vertex -9.568223E+00 1.2771062E+01 9.4371597E+01 + endloop + endfacet + facet normal 0.76864728812 -0.3665872371 0.52420906524 + outer loop + vertex -1.356221E+01 1.5874895E+01 1.0295059E+02 + vertex -1.257967E+01 1.2510839E+01 9.9157354E+01 + vertex -1.003030E+01 1.6154821E+01 9.7967504E+01 + endloop + endfacet + facet normal 0.98455050624 -0.0228552446 0.17360281812 + outer loop + vertex -1.500000E+01 2.0000000E+01 1.1000000E+02 + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + vertex -1.409539E+01 2.0000000E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.99189086982 -0.0486361923 0.11741815518 + outer loop + vertex -1.500000E+01 1.0000000E+01 1.0732051E+02 + vertex -1.450476E+01 1.1469963E+01 1.0374584E+02 + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + endloop + endfacet + facet normal 0.9243311004 -0.1332278009 0.35757848075 + outer loop + vertex -1.450476E+01 1.1469963E+01 1.0374584E+02 + vertex -1.257967E+01 1.2510839E+01 9.9157354E+01 + vertex -1.356221E+01 1.5874895E+01 1.0295059E+02 + endloop + endfacet + facet normal 0.99130444938 -0.0801058999 0.10439604127 + outer loop + vertex -1.500000E+01 1.0000000E+01 1.0732051E+02 + vertex -1.500000E+01 5.8578644E+00 1.0414214E+02 + vertex -1.450476E+01 1.1469963E+01 1.0374584E+02 + endloop + endfacet + facet normal 0.90195524678 -0.300334783 0.31028333976 + outer loop + vertex -1.450476E+01 1.1469963E+01 1.0374584E+02 + vertex -1.432537E+01 7.8948629E+00 9.9763918E+01 + vertex -1.257967E+01 1.2510839E+01 9.9157354E+01 + endloop + endfacet + facet normal 0.91224729649 -0.3097789742 0.26803331359 + outer loop + vertex -1.432537E+01 7.8948629E+00 9.9763918E+01 + vertex -1.241149E+01 9.7678953E+00 9.5414789E+01 + vertex -1.257967E+01 1.2510839E+01 9.9157354E+01 + endloop + endfacet + facet normal 0.9901197315 -0.0792020754 0.11571494514 + outer loop + vertex -1.500000E+01 5.8578644E+00 1.0414214E+02 + vertex -1.432537E+01 7.8948629E+00 9.9763918E+01 + vertex -1.450476E+01 1.1469963E+01 1.0374584E+02 + endloop + endfacet + facet normal 0.9665501799 -0.1725618188 0.18974500891 + outer loop + vertex -1.450476E+01 1.1469963E+01 1.0374584E+02 + vertex -1.356221E+01 1.5874895E+01 1.0295059E+02 + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + endloop + endfacet + facet normal 0.97442818046 0.02190815878 0.22362860664 + outer loop + vertex -1.500000E+01 1.4823619E+01 1.0931852E+02 + vertex -1.356221E+01 1.5874895E+01 1.0295059E+02 + vertex -1.409539E+01 2.0000000E+01 1.0486970E+02 + endloop + endfacet + facet normal 0.72592501282 -0.5387776116 0.42749451577 + outer loop + vertex -1.241149E+01 9.7678953E+00 9.5414789E+01 + vertex -9.568223E+00 1.2771062E+01 9.4371597E+01 + vertex -1.257967E+01 1.2510839E+01 9.9157354E+01 + endloop + endfacet + facet normal 0.81618188195 -0.048014146 0.57579664584 + outer loop + vertex -1.356221E+01 1.5874895E+01 1.0295059E+02 + vertex -1.003030E+01 1.6154821E+01 9.7967504E+01 + vertex -1.149067E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal 0.98455050624 -0.1736028181 0.02285524459 + outer loop + vertex -1.500000E+01 6.8148347E-01 9.5176381E+01 + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + vertex -1.409539E+01 5.1303021E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.98811379382 -0.1236834298 0.09128822299 + outer loop + vertex -1.500000E+01 2.6794919E+00 1.0000000E+02 + vertex -1.413461E+01 5.8600330E+00 9.4942156E+01 + vertex -1.432537E+01 7.8948629E+00 9.9763918E+01 + endloop + endfacet + facet normal 0.8632190943 -0.4983797765 0.08043875711 + outer loop + vertex -1.413461E+01 5.8600330E+00 9.4942156E+01 + vertex -1.409539E+01 5.1303021E+00 9.0000000E+01 + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.74294475041 -0.6542089709 0.14157584635 + outer loop + vertex -9.568223E+00 1.2771062E+01 9.4371597E+01 + vertex -1.241149E+01 9.7678953E+00 9.5414789E+01 + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.31197260987 -0.8571377011 0.40986345536 + outer loop + vertex -7.500000E+00 1.2990381E+01 9.0000000E+01 + vertex -2.604723E+00 1.4772116E+01 9.0000000E+01 + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + endloop + endfacet + facet normal 0.60179872978 -0.2036327462 0.77225125024 + outer loop + vertex -1.003030E+01 1.6154821E+01 9.7967504E+01 + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + vertex -7.500000E+00 2.0000000E+01 9.7009619E+01 + endloop + endfacet + facet normal -0.3138117878 -0.8621908008 0.39767975164 + outer loop + vertex 2.6047227E+00 1.4772116E+01 9.0000000E+01 + vertex 7.5000000E+00 1.2990381E+01 9.0000000E+01 + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + endloop + endfacet + facet normal -1.537839E-15 -0.901990952 0.43175493343 + outer loop + vertex -2.604723E+00 1.4772116E+01 9.0000000E+01 + vertex 2.6047227E+00 1.4772116E+01 9.0000000E+01 + vertex 4.9298189E-15 1.6464466E+01 9.3535534E+01 + endloop + endfacet + facet normal -0.1613387473 -0.326871584 0.93119534803 + outer loop + vertex 4.9298189E-15 1.6464466E+01 9.3535534E+01 + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + endloop + endfacet + facet normal 0.17526592725 -0.3170340367 0.93207900648 + outer loop + vertex -5.499570E+00 1.5794640E+01 9.4341828E+01 + vertex 4.9298189E-15 1.6464466E+01 9.3535534E+01 + vertex -2.604723E+00 2.0000000E+01 9.5227884E+01 + endloop + endfacet + facet normal -0.9122472965 -0.2680333136 0.30977897418 + outer loop + vertex 1.4325375E+01 1.0236082E+01 1.0210514E+02 + vertex 1.2411489E+01 1.4585211E+01 1.0023210E+02 + vertex 1.2579673E+01 1.0842646E+01 9.7489161E+01 + endloop + endfacet + facet normal -0.9901197315 -0.1157149451 0.07920207545 + outer loop + vertex 1.5000000E+01 5.8578644E+00 1.0414214E+02 + vertex 1.4325375E+01 1.0236082E+01 1.0210514E+02 + vertex 1.4504760E+01 6.2541600E+00 9.8530037E+01 + endloop + endfacet + facet normal -0.9665501799 -0.1897450089 0.17256181884 + outer loop + vertex 1.4504760E+01 6.2541600E+00 9.8530037E+01 + vertex 1.3562213E+01 7.0494138E+00 9.4125105E+01 + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + endloop + endfacet + facet normal -0.9744281804 -0.2236286066 -0.0219081588 + outer loop + vertex 1.5000000E+01 6.8148347E-01 9.5176381E+01 + vertex 1.3562213E+01 7.0494138E+00 9.4125105E+01 + vertex 1.4095389E+01 5.1303021E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.7259250128 -0.4274945158 0.53877761158 + outer loop + vertex 1.2411489E+01 1.4585211E+01 1.0023210E+02 + vertex 9.5682227E+00 1.5628403E+01 9.7228938E+01 + vertex 1.2579673E+01 1.0842646E+01 9.7489161E+01 + endloop + endfacet + facet normal -0.8161818819 -0.5757966458 0.048014146 + outer loop + vertex 1.3562213E+01 7.0494138E+00 9.4125105E+01 + vertex 1.0030301E+01 1.2032496E+01 9.3845179E+01 + vertex 1.1490667E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9845505062 -0.0228552446 0.17360281812 + outer loop + vertex 1.5000000E+01 1.4823619E+01 1.0931852E+02 + vertex 1.5000000E+01 2.0000000E+01 1.1000000E+02 + vertex 1.4095389E+01 2.0000000E+01 1.0486970E+02 + endloop + endfacet + facet normal -0.9881137938 -0.091288223 0.1236834298 + outer loop + vertex 1.5000000E+01 1.0000000E+01 1.0732051E+02 + vertex 1.4134612E+01 1.5057844E+01 1.0413997E+02 + vertex 1.4325375E+01 1.0236082E+01 1.0210514E+02 + endloop + endfacet + facet normal -0.8632190943 -0.0804387571 0.49837977646 + outer loop + vertex 1.4134612E+01 1.5057844E+01 1.0413997E+02 + vertex 1.4095389E+01 2.0000000E+01 1.0486970E+02 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.7429447504 -0.1415758463 0.65420897087 + outer loop + vertex 9.5682227E+00 1.5628403E+01 9.7228938E+01 + vertex 1.2411489E+01 1.4585211E+01 1.0023210E+02 + vertex 1.1490667E+01 2.0000000E+01 1.0035819E+02 + endloop + endfacet + facet normal -0.3119726099 -0.4098634554 0.8571377011 + outer loop + vertex 7.5000000E+00 2.0000000E+01 9.7009619E+01 + vertex 2.6047227E+00 2.0000000E+01 9.5227884E+01 + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + endloop + endfacet + facet normal -0.6017987298 -0.7722512502 0.20363274621 + outer loop + vertex 1.0030301E+01 1.2032496E+01 9.3845179E+01 + vertex 5.4995703E+00 1.5658172E+01 9.4205360E+01 + vertex 7.5000000E+00 1.2990381E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.74160938318 0.66963918854 0.03998599705 + outer loop + vertex -1.149067E+01 -9.641814E+00 9.0000000E+01 + vertex -9.310082E+00 -1.176105E+01 8.5047856E+01 + vertex -1.265576E+01 -8.051816E+00 8.4981219E+01 + endloop + endfacet + facet normal 0.98414911262 0.17353204159 -0.0365671256 + outer loop + vertex -1.409539E+01 -5.130302E+00 9.0000000E+01 + vertex -1.454544E+01 -3.664722E+00 8.4842595E+01 + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + endloop + endfacet + facet normal 0.91756354797 0.3962557574 0.03253475313 + outer loop + vertex -1.265576E+01 -8.051816E+00 8.4981219E+01 + vertex -1.454544E+01 -3.664722E+00 8.4842595E+01 + vertex -1.409539E+01 -5.130302E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.9791427664 0.1953293256 0.05590972698 + outer loop + vertex -1.454544E+01 -3.664722E+00 8.4842595E+01 + vertex -1.384619E+01 -5.769143E+00 7.9948817E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.97909763832 0.1962889812 -0.0532771105 + outer loop + vertex -1.384619E+01 -5.769143E+00 7.9948817E+01 + vertex -1.450168E+01 -3.834214E+00 7.5031398E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.91079282864 0.4108948563 0.0402720792 + outer loop + vertex -1.246665E+01 -8.341618E+00 7.4996080E+01 + vertex -1.450168E+01 -3.834214E+00 7.5031398E+01 + vertex -1.384619E+01 -5.769143E+00 7.9948817E+01 + endloop + endfacet + facet normal 0.60726354259 0.79339194512 0.04195487167 + outer loop + vertex -9.310082E+00 -1.176105E+01 8.5047856E+01 + vertex -6.988012E+00 -1.327282E+01 8.0026107E+01 + vertex -1.099104E+01 -1.020769E+01 8.0003426E+01 + endloop + endfacet + facet normal 0.83984726953 0.54081515579 0.04664258928 + outer loop + vertex -1.265576E+01 -8.051816E+00 8.4981219E+01 + vertex -1.099104E+01 -1.020769E+01 8.0003426E+01 + vertex -1.384619E+01 -5.769143E+00 7.9948817E+01 + endloop + endfacet + facet normal 0.46071695759 0.88661404142 0.04068693327 + outer loop + vertex -6.988012E+00 -1.327282E+01 8.0026107E+01 + vertex -4.624901E+00 -1.426921E+01 7.4979972E+01 + vertex -9.019384E+00 -1.198544E+01 7.4974810E+01 + endloop + endfacet + facet normal 0.72591100669 0.68650984391 0.04192188663 + outer loop + vertex -1.099104E+01 -1.020769E+01 8.0003426E+01 + vertex -9.019384E+00 -1.198544E+01 7.4974810E+01 + vertex -1.246665E+01 -8.341618E+00 7.4996080E+01 + endloop + endfacet + facet normal 0.16323035587 0.985657615 0.0428359303 + outer loop + vertex -2.604723E+00 -1.477212E+01 9.0000000E+01 + vertex 6.8128229E-02 -1.499985E+01 8.5054909E+01 + vertex -4.899566E+00 -1.417724E+01 8.5056670E+01 + endloop + endfacet + facet normal 0.47996302129 0.87627821121 0.04209506803 + outer loop + vertex -7.500000E+00 -1.299038E+01 9.0000000E+01 + vertex -4.899566E+00 -1.417724E+01 8.5056670E+01 + vertex -9.310082E+00 -1.176105E+01 8.5047856E+01 + endloop + endfacet + facet normal -0.0109285494 0.9991264496 -0.0403349045 + outer loop + vertex 2.3794065E-01 -1.499811E+01 7.4983976E+01 + vertex -2.303639E+00 -1.482205E+01 8.0033743E+01 + vertex 2.6279065E+00 -1.476801E+01 8.0036256E+01 + endloop + endfacet + facet normal 0.16320551464 0.9856896371 -0.0421888529 + outer loop + vertex -2.303639E+00 -1.482205E+01 8.0033743E+01 + vertex -4.899566E+00 -1.417724E+01 8.5056670E+01 + vertex 6.8128229E-02 -1.499985E+01 8.5054909E+01 + endloop + endfacet + facet normal 0.31380079314 0.94863067851 -0.0403596087 + outer loop + vertex -4.624901E+00 -1.426921E+01 7.4979972E+01 + vertex -6.988012E+00 -1.327282E+01 8.0026107E+01 + vertex -2.303639E+00 -1.482205E+01 8.0033743E+01 + endloop + endfacet + facet normal 0.48009827248 0.87621913457 -0.0417812994 + outer loop + vertex -6.988012E+00 -1.327282E+01 8.0026107E+01 + vertex -9.310082E+00 -1.176105E+01 8.5047856E+01 + vertex -4.899566E+00 -1.417724E+01 8.5056670E+01 + endloop + endfacet + facet normal 0.72567333208 0.68677324253 -0.0417220379 + outer loop + vertex -9.019384E+00 -1.198544E+01 7.4974810E+01 + vertex -1.106380E+01 -1.012878E+01 6.9977923E+01 + vertex -1.246665E+01 -8.341618E+00 7.4996080E+01 + endloop + endfacet + facet normal 0.99165993536 0.12888201038 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 7.5000000E+01 + vertex -1.450168E+01 -3.834214E+00 7.5031398E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + endloop + endfacet + facet normal 0.91059097215 0.41142788473 -0.0393849857 + outer loop + vertex -1.450168E+01 -3.834214E+00 7.5031398E+01 + vertex -1.246665E+01 -8.341618E+00 7.4996080E+01 + vertex -1.388763E+01 -5.668654E+00 7.0065242E+01 + endloop + endfacet + facet normal 0.84356456795 0.53499722676 -0.0466560506 + outer loop + vertex -1.106380E+01 -1.012878E+01 6.9977923E+01 + vertex -1.271959E+01 -7.950602E+00 6.5017354E+01 + vertex -1.388763E+01 -5.668654E+00 7.0065242E+01 + endloop + endfacet + facet normal 0.97998688057 0.19168606809 -0.0536858008 + outer loop + vertex -1.388763E+01 -5.668654E+00 7.0065242E+01 + vertex -1.456617E+01 -3.581451E+00 6.5131614E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + endloop + endfacet + facet normal 0.99274311049 0.12025438274 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 6.5000000E+01 + vertex -1.456617E+01 -3.581451E+00 6.5131614E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + endloop + endfacet + facet normal 0.92029098371 0.38982084097 -0.0332297646 + outer loop + vertex -1.456617E+01 -3.581451E+00 6.5131614E+01 + vertex -1.271959E+01 -7.950602E+00 6.5017354E+01 + vertex -1.409539E+01 -5.130302E+00 6.0000000E+01 + endloop + endfacet + facet normal 0.46079008034 0.88657055726 -0.0408062356 + outer loop + vertex -4.624901E+00 -1.426921E+01 7.4979972E+01 + vertex -7.029452E+00 -1.325092E+01 6.9951164E+01 + vertex -9.019384E+00 -1.198544E+01 7.4974810E+01 + endloop + endfacet + facet normal 0.61127019985 0.79024023452 -0.043233257 + outer loop + vertex -7.029452E+00 -1.325092E+01 6.9951164E+01 + vertex -9.371476E+00 -1.171219E+01 6.4963181E+01 + vertex -1.106380E+01 -1.012878E+01 6.9977923E+01 + endloop + endfacet + facet normal 0.74603504462 0.66462489169 -0.0412972825 + outer loop + vertex -9.371476E+00 -1.171219E+01 6.4963181E+01 + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + vertex -1.271959E+01 -7.950602E+00 6.5017354E+01 + endloop + endfacet + facet normal -0.3424105005 0.93862932628 0.04159371306 + outer loop + vertex 5.0764726E+00 -1.411487E+01 7.4984870E+01 + vertex 7.4164481E+00 -1.303826E+01 6.9952894E+01 + vertex 2.7200563E+00 -1.475131E+01 6.9948737E+01 + endloop + endfacet + facet normal -0.0150007609 0.99902291222 0.04157160137 + outer loop + vertex 2.7200563E+00 -1.475131E+01 6.9948737E+01 + vertex -2.275526E+00 -1.482639E+01 6.9950395E+01 + vertex 2.3794065E-01 -1.499811E+01 7.4983976E+01 + endloop + endfacet + facet normal 0.31431217623 0.9484010404 0.04175311288 + outer loop + vertex -2.275526E+00 -1.482639E+01 6.9950395E+01 + vertex -7.029452E+00 -1.325092E+01 6.9951164E+01 + vertex -4.624901E+00 -1.426921E+01 7.4979972E+01 + endloop + endfacet + facet normal 0.3142990209 0.94840217999 -0.0418261934 + outer loop + vertex -2.275526E+00 -1.482639E+01 6.9950395E+01 + vertex -4.907026E+00 -1.417466E+01 6.4954126E+01 + vertex -7.029452E+00 -1.325092E+01 6.9951164E+01 + endloop + endfacet + facet normal 0.48245398544 0.87484630658 -0.0433830819 + outer loop + vertex -4.907026E+00 -1.417466E+01 6.4954126E+01 + vertex -7.500000E+00 -1.299038E+01 6.0000000E+01 + vertex -9.371476E+00 -1.171219E+01 6.4963181E+01 + endloop + endfacet + facet normal -0.0150282616 0.99901168538 -0.0418306566 + outer loop + vertex 2.7200563E+00 -1.475131E+01 6.9948737E+01 + vertex 1.2960816E-01 -1.499944E+01 6.4953599E+01 + vertex -2.275526E+00 -1.482639E+01 6.9950395E+01 + endloop + endfacet + facet normal 0.16144293827 0.9859064505 -0.0438708166 + outer loop + vertex 1.2960816E-01 -1.499944E+01 6.4953599E+01 + vertex -2.604723E+00 -1.477212E+01 6.0000000E+01 + vertex -4.907026E+00 -1.417466E+01 6.4954126E+01 + endloop + endfacet + facet normal -0.4972461357 0.86652428349 0.04338140873 + outer loop + vertex 9.5629868E+00 -1.155635E+01 6.4956440E+01 + vertex 5.1515038E+00 -1.408765E+01 6.4952792E+01 + vertex 7.4164481E+00 -1.303826E+01 6.9952894E+01 + endloop + endfacet + facet normal -0.178463833 0.98297456224 0.04372265185 + outer loop + vertex 5.1515038E+00 -1.408765E+01 6.4952792E+01 + vertex 1.2960816E-01 -1.499944E+01 6.4953599E+01 + vertex 2.7200563E+00 -1.475131E+01 6.9948737E+01 + endloop + endfacet + facet normal -0.6421113712 0.76523853354 0.04585819114 + outer loop + vertex 9.5629868E+00 -1.155635E+01 6.4956440E+01 + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + vertex 7.5000000E+00 -1.299038E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.341658738 0.93869966793 0.04595911386 + outer loop + vertex 7.5000000E+00 -1.299038E+01 6.0000000E+01 + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + vertex 5.1515038E+00 -1.408765E+01 6.4952792E+01 + endloop + endfacet + facet normal -1.084414E-15 0.99894868567 0.04584237561 + outer loop + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + vertex -2.604723E+00 -1.477212E+01 6.0000000E+01 + vertex 1.2960816E-01 -1.499944E+01 6.4953599E+01 + endloop + endfacet + facet normal -0.8510016343 0.52323682321 -0.0449382389 + outer loop + vertex 1.2673345E+01 -8.024108E+00 7.5014529E+01 + vertex 1.1223895E+01 -9.951090E+00 8.0026237E+01 + vertex 1.3941212E+01 -5.535576E+00 7.9979903E+01 + endloop + endfacet + facet normal -0.9809809508 0.18780988025 -0.0490287988 + outer loop + vertex 1.4551452E+01 -3.640776E+00 7.5028300E+01 + vertex 1.3941212E+01 -5.535576E+00 7.9979903E+01 + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + endloop + endfacet + facet normal -0.9809750779 0.1874473802 0.05051114972 + outer loop + vertex 1.3941212E+01 -5.535576E+00 7.9979903E+01 + vertex 1.4575255E+01 -3.544282E+00 8.4903914E+01 + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + endloop + endfacet + facet normal -0.9222303948 0.38487647546 -0.0368944101 + outer loop + vertex 1.2758716E+01 -7.887659E+00 8.5001597E+01 + vertex 1.4575255E+01 -3.544282E+00 8.4903914E+01 + vertex 1.3941212E+01 -5.535576E+00 7.9979903E+01 + endloop + endfacet + facet normal -0.8651794986 0.49951161641 -0.0441880106 + outer loop + vertex 1.2758716E+01 -7.887659E+00 8.5001597E+01 + vertex 1.1490667E+01 -9.641814E+00 9.0000000E+01 + vertex 1.4095389E+01 -5.130302E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9840715025 0.17351835684 -0.0386608032 + outer loop + vertex 1.4575255E+01 -3.544282E+00 8.4903914E+01 + vertex 1.4095389E+01 -5.130302E+00 9.0000000E+01 + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.7505519578 0.6594771918 -0.0419713259 + outer loop + vertex 1.1223895E+01 -9.951090E+00 8.0026237E+01 + vertex 9.4548962E+00 -1.164495E+01 8.5045400E+01 + vertex 1.2758716E+01 -7.887659E+00 8.5001597E+01 + endloop + endfacet + facet normal -0.6421203811 0.76524927102 -0.0455518322 + outer loop + vertex 9.4548962E+00 -1.164495E+01 8.5045400E+01 + vertex 7.5000000E+00 -1.299038E+01 9.0000000E+01 + vertex 1.1490667E+01 -9.641814E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.3350810976 0.94130924866 -0.0407130988 + outer loop + vertex 5.0764726E+00 -1.411487E+01 7.4984870E+01 + vertex 2.6279065E+00 -1.476801E+01 8.0036256E+01 + vertex 7.2948506E+00 -1.310668E+01 8.0036668E+01 + endloop + endfacet + facet normal -0.6256973153 0.77891875803 -0.0422899279 + outer loop + vertex 9.3831158E+00 -1.170287E+01 7.4996125E+01 + vertex 7.2948506E+00 -1.310668E+01 8.0036668E+01 + vertex 1.1223895E+01 -9.951090E+00 8.0026237E+01 + endloop + endfacet + facet normal -0.1727104897 0.98402145869 0.04327650147 + outer loop + vertex 2.6047227E+00 -1.477212E+01 9.0000000E+01 + vertex 5.0441014E+00 -1.412647E+01 8.5054418E+01 + vertex 6.8128229E-02 -1.499985E+01 8.5054909E+01 + endloop + endfacet + facet normal -0.3350835734 0.94129591306 0.04100003522 + outer loop + vertex 5.0441014E+00 -1.412647E+01 8.5054418E+01 + vertex 7.2948506E+00 -1.310668E+01 8.0036668E+01 + vertex 2.6279065E+00 -1.476801E+01 8.0036256E+01 + endloop + endfacet + facet normal -0.4898025487 0.87076247662 0.04319921969 + outer loop + vertex 7.5000000E+00 -1.299038E+01 9.0000000E+01 + vertex 9.4548962E+00 -1.164495E+01 8.5045400E+01 + vertex 5.0441014E+00 -1.412647E+01 8.5054418E+01 + endloop + endfacet + facet normal -0.6255569384 0.77902401412 0.04242761124 + outer loop + vertex 9.4548962E+00 -1.164495E+01 8.5045400E+01 + vertex 1.1223895E+01 -9.951090E+00 8.0026237E+01 + vertex 7.2948506E+00 -1.310668E+01 8.0036668E+01 + endloop + endfacet + facet normal -0.9816703106 0.18487919962 0.04629344269 + outer loop + vertex 1.3976035E+01 -5.447058E+00 7.0040001E+01 + vertex 1.4551452E+01 -3.640776E+00 7.5028300E+01 + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + endloop + endfacet + facet normal -0.9185229954 0.39367032118 -0.0365948774 + outer loop + vertex 1.2673345E+01 -8.024108E+00 7.5014529E+01 + vertex 1.4551452E+01 -3.640776E+00 7.5028300E+01 + vertex 1.3976035E+01 -5.447058E+00 7.0040001E+01 + endloop + endfacet + facet normal -0.8552992351 0.51630571692 0.04349281717 + outer loop + vertex 1.2673345E+01 -8.024108E+00 7.5014529E+01 + vertex 1.3976035E+01 -5.447058E+00 7.0040001E+01 + vertex 1.1320384E+01 -9.841184E+00 6.9978751E+01 + endloop + endfacet + facet normal -0.633188911 0.77284168378 0.04227924746 + outer loop + vertex 9.3831158E+00 -1.170287E+01 7.4996125E+01 + vertex 1.1320384E+01 -9.841184E+00 6.9978751E+01 + vertex 7.4164481E+00 -1.303826E+01 6.9952894E+01 + endloop + endfacet + facet normal -0.9840338755 0.17351172219 0.03963602003 + outer loop + vertex 1.4095389E+01 -5.130302E+00 6.0000000E+01 + vertex 1.4591124E+01 -3.478375E+00 6.5075970E+01 + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + endloop + endfacet + facet normal -0.9242434878 0.38033015598 -0.0335104115 + outer loop + vertex 1.2822842E+01 -7.782976E+00 6.4991027E+01 + vertex 1.4591124E+01 -3.478375E+00 6.5075970E+01 + vertex 1.4095389E+01 -5.130302E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.8547379746 0.51718683904 -0.0440541508 + outer loop + vertex 1.2822842E+01 -7.782976E+00 6.4991027E+01 + vertex 1.1320384E+01 -9.841184E+00 6.9978751E+01 + vertex 1.3976035E+01 -5.447058E+00 7.0040001E+01 + endloop + endfacet + facet normal -0.9816894308 0.18418597574 -0.0485941126 + outer loop + vertex 1.4591124E+01 -3.478375E+00 6.5075970E+01 + vertex 1.3976035E+01 -5.447058E+00 7.0040001E+01 + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + endloop + endfacet + facet normal -0.7558773609 0.65339079291 -0.0415919097 + outer loop + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + vertex 9.5629868E+00 -1.155635E+01 6.4956440E+01 + vertex 1.2822842E+01 -7.782976E+00 6.4991027E+01 + endloop + endfacet + facet normal -0.6328443917 0.77310731112 -0.0425800578 + outer loop + vertex 9.5629868E+00 -1.155635E+01 6.4956440E+01 + vertex 7.4164481E+00 -1.303826E+01 6.9952894E+01 + vertex 1.1320384E+01 -9.841184E+00 6.9978751E+01 + endloop + endfacet + facet normal -0.756253339 0.65295271803 0.04163694676 + outer loop + vertex 1.1320384E+01 -9.841184E+00 6.9978751E+01 + vertex 1.2822842E+01 -7.782976E+00 6.4991027E+01 + vertex 9.5629868E+00 -1.155635E+01 6.4956440E+01 + endloop + endfacet + facet normal -0.8651523512 0.49949594287 0.04489111537 + outer loop + vertex 1.2822842E+01 -7.782976E+00 6.4991027E+01 + vertex 1.4095389E+01 -5.130302E+00 6.0000000E+01 + vertex 1.1490667E+01 -9.641814E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.9931620236 0.1167441425 0.0 + outer loop + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + vertex 1.5000000E+01 0.000000E+00 6.5000000E+01 + vertex 1.4591124E+01 -3.478375E+00 6.5075970E+01 + endloop + endfacet + facet normal -0.9246510979 0.3791301739 0.03578628701 + outer loop + vertex 1.3976035E+01 -5.447058E+00 7.0040001E+01 + vertex 1.4591124E+01 -3.478375E+00 6.5075970E+01 + vertex 1.2822842E+01 -7.782976E+00 6.4991027E+01 + endloop + endfacet + facet normal -0.9931620236 0.1167441425 -3.766589E-16 + outer loop + vertex 1.4591124E+01 -3.478375E+00 6.5075970E+01 + vertex 1.5000000E+01 0.000000E+00 6.5000000E+01 + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + endloop + endfacet + facet normal -0.4881649366 0.87181207429 -0.0404808813 + outer loop + vertex 7.4164481E+00 -1.303826E+01 6.9952894E+01 + vertex 5.0764726E+00 -1.411487E+01 7.4984870E+01 + vertex 9.3831158E+00 -1.170287E+01 7.4996125E+01 + endloop + endfacet + facet normal -0.744664932 0.66621920751 -0.0403250117 + outer loop + vertex 1.1320384E+01 -9.841184E+00 6.9978751E+01 + vertex 9.3831158E+00 -1.170287E+01 7.4996125E+01 + vertex 1.2673345E+01 -8.024108E+00 7.5014529E+01 + endloop + endfacet + facet normal -0.9924960419 0.12227676321 -1.727605E-17 + outer loop + vertex 1.4551452E+01 -3.640776E+00 7.5028300E+01 + vertex 1.5000000E+01 0.000000E+00 7.5000000E+01 + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + endloop + endfacet + facet normal -0.4899443149 0.87070188884 -0.0428110859 + outer loop + vertex 7.2948506E+00 -1.310668E+01 8.0036668E+01 + vertex 5.0441014E+00 -1.412647E+01 8.5054418E+01 + vertex 9.4548962E+00 -1.164495E+01 8.5045400E+01 + endloop + endfacet + facet normal -0.3416585196 0.93869906792 -0.0459729902 + outer loop + vertex 5.0441014E+00 -1.412647E+01 8.5054418E+01 + vertex 2.6047227E+00 -1.477212E+01 9.0000000E+01 + vertex 7.5000000E+00 -1.299038E+01 9.0000000E+01 + endloop + endfacet + facet normal -0.1727234317 0.98404696396 -0.0426402259 + outer loop + vertex 2.6279065E+00 -1.476801E+01 8.0036256E+01 + vertex 6.8128229E-02 -1.499985E+01 8.5054909E+01 + vertex 5.0441014E+00 -1.412647E+01 8.5054418E+01 + endloop + endfacet + facet normal -1.018819E-15 0.99894131224 -0.0460027685 + outer loop + vertex 6.8128229E-02 -1.499985E+01 8.5054909E+01 + vertex -2.604723E+00 -1.477212E+01 9.0000000E+01 + vertex 2.6047227E+00 -1.477212E+01 9.0000000E+01 + endloop + endfacet + facet normal -0.7448565164 0.66598545511 0.04064656822 + outer loop + vertex 1.1223895E+01 -9.951090E+00 8.0026237E+01 + vertex 1.2673345E+01 -8.024108E+00 7.5014529E+01 + vertex 9.3831158E+00 -1.170287E+01 7.4996125E+01 + endloop + endfacet + facet normal -0.4883262151 0.87172233378 0.04046826454 + outer loop + vertex 7.2948506E+00 -1.310668E+01 8.0036668E+01 + vertex 9.3831158E+00 -1.170287E+01 7.4996125E+01 + vertex 5.0764726E+00 -1.411487E+01 7.4984870E+01 + endloop + endfacet + facet normal -0.750089851 0.66004219476 0.04134630094 + outer loop + vertex 1.1490667E+01 -9.641814E+00 9.0000000E+01 + vertex 1.2758716E+01 -7.887659E+00 8.5001597E+01 + vertex 9.4548962E+00 -1.164495E+01 8.5045400E+01 + endloop + endfacet + facet normal -0.8505735198 0.52391822033 0.04510416598 + outer loop + vertex 1.2758716E+01 -7.887659E+00 8.5001597E+01 + vertex 1.3941212E+01 -5.535576E+00 7.9979903E+01 + vertex 1.1223895E+01 -9.951090E+00 8.0026237E+01 + endloop + endfacet + facet normal -0.992895685 0.11898806122 0.0 + outer loop + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + vertex 1.5000000E+01 0.000000E+00 8.5000000E+01 + vertex 1.4575255E+01 -3.544282E+00 8.4903914E+01 + endloop + endfacet + facet normal -0.9217803718 0.38626958432 0.03341787567 + outer loop + vertex 1.4095389E+01 -5.130302E+00 9.0000000E+01 + vertex 1.4575255E+01 -3.544282E+00 8.4903914E+01 + vertex 1.2758716E+01 -7.887659E+00 8.5001597E+01 + endloop + endfacet + facet normal -0.992895685 0.11898806122 0.0 + outer loop + vertex 1.4575255E+01 -3.544282E+00 8.4903914E+01 + vertex 1.5000000E+01 0.000000E+00 8.5000000E+01 + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + endloop + endfacet + facet normal -0.9924960419 0.12227676321 0.0 + outer loop + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + vertex 1.5000000E+01 0.000000E+00 7.5000000E+01 + vertex 1.4551452E+01 -3.640776E+00 7.5028300E+01 + endloop + endfacet + facet normal -0.9185811652 0.39346291982 0.03735737734 + outer loop + vertex 1.3941212E+01 -5.535576E+00 7.9979903E+01 + vertex 1.4551452E+01 -3.640776E+00 7.5028300E+01 + vertex 1.2673345E+01 -8.024108E+00 7.5014529E+01 + endloop + endfacet + facet normal -0.1784747799 0.98295714566 -0.04406816 + outer loop + vertex 2.6047227E+00 -1.477212E+01 6.0000000E+01 + vertex 1.2960816E-01 -1.499944E+01 6.4953599E+01 + vertex 5.1515038E+00 -1.408765E+01 6.4952792E+01 + endloop + endfacet + facet normal -0.4971834032 0.86654055768 -0.043773571 + outer loop + vertex 7.5000000E+00 -1.299038E+01 6.0000000E+01 + vertex 5.1515038E+00 -1.408765E+01 6.4952792E+01 + vertex 9.5629868E+00 -1.155635E+01 6.4956440E+01 + endloop + endfacet + facet normal -0.3423405496 0.93864019522 -0.0419229293 + outer loop + vertex 5.1515038E+00 -1.408765E+01 6.4952792E+01 + vertex 2.7200563E+00 -1.475131E+01 6.9948737E+01 + vertex 7.4164481E+00 -1.303826E+01 6.9952894E+01 + endloop + endfacet + facet normal 0.34166477787 0.93871626222 0.04557366136 + outer loop + vertex -2.604723E+00 -1.477212E+01 6.0000000E+01 + vertex -7.500000E+00 -1.299038E+01 6.0000000E+01 + vertex -4.907026E+00 -1.417466E+01 6.4954126E+01 + endloop + endfacet + facet normal 0.1614539648 0.98591798806 0.04356992154 + outer loop + vertex 1.2960816E-01 -1.499944E+01 6.4953599E+01 + vertex -4.907026E+00 -1.417466E+01 6.4954126E+01 + vertex -2.275526E+00 -1.482639E+01 6.9950395E+01 + endloop + endfacet + facet normal 0.64213504798 0.76526675036 0.04504865088 + outer loop + vertex -7.500000E+00 -1.299038E+01 6.0000000E+01 + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + vertex -9.371476E+00 -1.171219E+01 6.4963181E+01 + endloop + endfacet + facet normal 0.48259123499 0.87477649665 0.04326408229 + outer loop + vertex -4.907026E+00 -1.417466E+01 6.4954126E+01 + vertex -9.371476E+00 -1.171219E+01 6.4963181E+01 + vertex -7.029452E+00 -1.325092E+01 6.9951164E+01 + endloop + endfacet + facet normal 0.14814897291 0.98814496984 -0.0402666166 + outer loop + vertex -2.275526E+00 -1.482639E+01 6.9950395E+01 + vertex -4.624901E+00 -1.426921E+01 7.4979972E+01 + vertex 2.3794065E-01 -1.499811E+01 7.4983976E+01 + endloop + endfacet + facet normal -0.1794241562 0.982947306 -0.0402686703 + outer loop + vertex 2.7200563E+00 -1.475131E+01 6.9948737E+01 + vertex 2.3794065E-01 -1.499811E+01 7.4983976E+01 + vertex 5.0764726E+00 -1.411487E+01 7.4984870E+01 + endloop + endfacet + facet normal 0.86520407556 0.49952580593 0.043541668 + outer loop + vertex -1.149067E+01 -9.641814E+00 6.0000000E+01 + vertex -1.409539E+01 -5.130302E+00 6.0000000E+01 + vertex -1.271959E+01 -7.950602E+00 6.5017354E+01 + endloop + endfacet + facet normal 0.74660109597 0.66392448371 0.0423211936 + outer loop + vertex -9.371476E+00 -1.171219E+01 6.4963181E+01 + vertex -1.271959E+01 -7.950602E+00 6.5017354E+01 + vertex -1.106380E+01 -1.012878E+01 6.9977923E+01 + endloop + endfacet + facet normal 0.61162786658 0.78996093678 0.04327899235 + outer loop + vertex -7.029452E+00 -1.325092E+01 6.9951164E+01 + vertex -1.106380E+01 -1.012878E+01 6.9977923E+01 + vertex -9.019384E+00 -1.198544E+01 7.4974810E+01 + endloop + endfacet + facet normal 0.98409990076 0.17352336422 0.03790814421 + outer loop + vertex -1.456617E+01 -3.581451E+00 6.5131614E+01 + vertex -1.409539E+01 -5.130302E+00 6.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + endloop + endfacet + facet normal 0.99274311049 0.12025438274 0.0 + outer loop + vertex -1.456617E+01 -3.581451E+00 6.5131614E+01 + vertex -1.500000E+01 1.8369702E-15 6.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + endloop + endfacet + facet normal 0.92081285518 0.38818949929 0.03758454979 + outer loop + vertex -1.271959E+01 -7.950602E+00 6.5017354E+01 + vertex -1.456617E+01 -3.581451E+00 6.5131614E+01 + vertex -1.388763E+01 -5.668654E+00 7.0065242E+01 + endloop + endfacet + facet normal 0.97995310067 0.19287190496 0.04992342895 + outer loop + vertex -1.450168E+01 -3.834214E+00 7.5031398E+01 + vertex -1.388763E+01 -5.668654E+00 7.0065242E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + endloop + endfacet + facet normal 0.84441072752 0.53371935424 0.04598014972 + outer loop + vertex -1.106380E+01 -1.012878E+01 6.9977923E+01 + vertex -1.388763E+01 -5.668654E+00 7.0065242E+01 + vertex -1.246665E+01 -8.341618E+00 7.4996080E+01 + endloop + endfacet + facet normal 0.31368257959 0.94867093749 0.04033226524 + outer loop + vertex -4.899566E+00 -1.417724E+01 8.5056670E+01 + vertex -2.303639E+00 -1.482205E+01 8.0033743E+01 + vertex -6.988012E+00 -1.327282E+01 8.0026107E+01 + endloop + endfacet + facet normal 0.14808537566 0.9881620867 0.04008006889 + outer loop + vertex -2.303639E+00 -1.482205E+01 8.0033743E+01 + vertex 2.3794065E-01 -1.499811E+01 7.4983976E+01 + vertex -4.624901E+00 -1.426921E+01 7.4979972E+01 + endloop + endfacet + facet normal -0.0109696662 0.99911693095 0.0405589042 + outer loop + vertex 6.8128229E-02 -1.499985E+01 8.5054909E+01 + vertex 2.6279065E+00 -1.476801E+01 8.0036256E+01 + vertex -2.303639E+00 -1.482205E+01 8.0033743E+01 + endloop + endfacet + facet normal -0.1794396415 0.9829507433 0.04011547452 + outer loop + vertex 2.6279065E+00 -1.476801E+01 8.0036256E+01 + vertex 5.0764726E+00 -1.411487E+01 7.4984870E+01 + vertex 2.3794065E-01 -1.499811E+01 7.4983976E+01 + endloop + endfacet + facet normal 0.64214397808 0.76527739284 -0.0447395063 + outer loop + vertex -9.310082E+00 -1.176105E+01 8.5047856E+01 + vertex -1.149067E+01 -9.641814E+00 9.0000000E+01 + vertex -7.500000E+00 -1.299038E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.34166362606 0.93871309766 -0.0456474194 + outer loop + vertex -4.899566E+00 -1.417724E+01 8.5056670E+01 + vertex -7.500000E+00 -1.299038E+01 9.0000000E+01 + vertex -2.604723E+00 -1.477212E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.84037743643 0.5400114102 -0.046405185 + outer loop + vertex -1.246665E+01 -8.341618E+00 7.4996080E+01 + vertex -1.384619E+01 -5.769143E+00 7.9948817E+01 + vertex -1.099104E+01 -1.020769E+01 8.0003426E+01 + endloop + endfacet + facet normal 0.60755820751 0.79315414743 -0.0421843916 + outer loop + vertex -9.019384E+00 -1.198544E+01 7.4974810E+01 + vertex -1.099104E+01 -1.020769E+01 8.0003426E+01 + vertex -6.988012E+00 -1.327282E+01 8.0026107E+01 + endloop + endfacet + facet normal 0.9181876585 0.39428460265 -0.0383546071 + outer loop + vertex -1.384619E+01 -5.769143E+00 7.9948817E+01 + vertex -1.454544E+01 -3.664722E+00 8.4842595E+01 + vertex -1.265576E+01 -8.051816E+00 8.4981219E+01 + endloop + endfacet + facet normal 0.74229358338 0.66879405165 -0.0414095707 + outer loop + vertex -1.099104E+01 -1.020769E+01 8.0003426E+01 + vertex -1.265576E+01 -8.051816E+00 8.4981219E+01 + vertex -9.310082E+00 -1.176105E+01 8.5047856E+01 + endloop + endfacet + facet normal 0.99165993536 0.12888201038 1.9222284E-16 + outer loop + vertex -1.450168E+01 -3.834214E+00 7.5031398E+01 + vertex -1.500000E+01 1.8369702E-15 7.5000000E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.99239507709 0.12309350495 0.0 + outer loop + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + vertex -1.500000E+01 -4.824368E-15 8.5000000E+01 + vertex -1.454544E+01 -3.664722E+00 8.4842595E+01 + endloop + endfacet + facet normal 0.99239507709 0.12309350495 -1.762178E-16 + outer loop + vertex -1.454544E+01 -3.664722E+00 8.4842595E+01 + vertex -1.500000E+01 -4.824368E-15 8.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + endloop + endfacet + facet normal 0.86523918162 0.49954607442 -0.0426013863 + outer loop + vertex -1.265576E+01 -8.051816E+00 8.4981219E+01 + vertex -1.409539E+01 -5.130302E+00 9.0000000E+01 + vertex -1.149067E+01 -9.641814E+00 9.0000000E+01 + endloop + endfacet + facet normal 0.75343067892 -0.6563258688 -0.039731171 + outer loop + vertex -1.276289E+01 7.8809107E+00 7.4992851E+01 + vertex -1.134906E+01 9.8081007E+00 6.9967953E+01 + vertex -9.553824E+00 1.1563929E+01 7.5006580E+01 + endloop + endfacet + facet normal 0.63622570985 -0.7703623981 -0.0419359233 + outer loop + vertex -1.134906E+01 9.8081007E+00 6.9967953E+01 + vertex -9.548126E+00 1.1568634E+01 6.4949628E+01 + vertex -7.486914E+00 1.2997927E+01 6.9964945E+01 + endloop + endfacet + facet normal 0.49704517444 -0.8666454535 -0.0432637541 + outer loop + vertex -9.548126E+00 1.1568634E+01 6.4949628E+01 + vertex -7.500000E+00 1.2990381E+01 6.0000000E+01 + vertex -5.163454E+00 1.4083279E+01 6.4951351E+01 + endloop + endfacet + facet normal 0.99282943531 -0.119539585 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 7.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + vertex -1.457131E+01 3.5604726E+00 7.4981652E+01 + endloop + endfacet + facet normal 0.92188918595 -0.3857857672 -0.0359119842 + outer loop + vertex -1.457131E+01 3.5604726E+00 7.4981652E+01 + vertex -1.398282E+01 5.4296215E+00 7.0009265E+01 + vertex -1.276289E+01 7.8809107E+00 7.4992851E+01 + endloop + endfacet + facet normal 0.85591662477 -0.5152661206 -0.0436755807 + outer loop + vertex -1.398282E+01 5.4296215E+00 7.0009265E+01 + vertex -1.280620E+01 7.8103244E+00 6.4981037E+01 + vertex -1.134906E+01 9.8081007E+00 6.9967953E+01 + endloop + endfacet + facet normal 0.75478390051 -0.6546676162 -0.0413711949 + outer loop + vertex -1.280620E+01 7.8103244E+00 6.4981037E+01 + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + vertex -9.548126E+00 1.1568634E+01 6.4949628E+01 + endloop + endfacet + facet normal 0.99307129514 -0.1175134153 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 6.5000000E+01 + vertex -1.458572E+01 3.5009760E+00 6.5069973E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + endloop + endfacet + facet normal 0.92395927016 -0.3808013247 0.03591125426 + outer loop + vertex -1.458572E+01 3.5009760E+00 6.5069973E+01 + vertex -1.280620E+01 7.8103244E+00 6.4981037E+01 + vertex -1.398282E+01 5.4296215E+00 7.0009265E+01 + endloop + endfacet + facet normal 0.99307129514 -0.1175134153 0.0 + outer loop + vertex -1.500000E+01 1.8369702E-15 6.5000000E+01 + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + vertex -1.458572E+01 3.5009760E+00 6.5069973E+01 + endloop + endfacet + facet normal 0.92353270816 -0.382056942 -0.033463861 + outer loop + vertex -1.458572E+01 3.5009760E+00 6.5069973E+01 + vertex -1.409539E+01 5.1303021E+00 6.0000000E+01 + vertex -1.280620E+01 7.8103244E+00 6.4981037E+01 + endloop + endfacet + facet normal 0.75328786422 -0.656497197 0.03960838271 + outer loop + vertex -9.553824E+00 1.1563929E+01 7.5006580E+01 + vertex -1.140337E+01 9.7449024E+00 8.0032182E+01 + vertex -1.276289E+01 7.8809107E+00 7.4992851E+01 + endloop + endfacet + facet normal 0.99282943531 -0.119539585 -1.592587E-16 + outer loop + vertex -1.500000E+01 1.8369702E-15 7.5000000E+01 + vertex -1.457131E+01 3.5604726E+00 7.4981652E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.92183762672 -0.385949232 0.0354764748 + outer loop + vertex -1.457131E+01 3.5604726E+00 7.4981652E+01 + vertex -1.276289E+01 7.8809107E+00 7.4992851E+01 + vertex -1.400374E+01 5.3754274E+00 7.9978648E+01 + endloop + endfacet + facet normal 0.85830306712 -0.5113238846 0.04317093906 + outer loop + vertex -1.140337E+01 9.7449024E+00 8.0032182E+01 + vertex -1.284398E+01 7.7480472E+00 8.5022511E+01 + vertex -1.400374E+01 5.3754274E+00 7.9978648E+01 + endloop + endfacet + facet normal 0.98220611817 -0.1818514545 0.04691684065 + outer loop + vertex -1.400374E+01 5.3754274E+00 7.9978648E+01 + vertex -1.459560E+01 3.4595356E+00 8.4943213E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.99323717447 -0.1161030372 1.5468032E-16 + outer loop + vertex -1.500000E+01 -4.824368E-15 8.5000000E+01 + vertex -1.459560E+01 3.4595356E+00 8.4943213E+01 + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + endloop + endfacet + facet normal 0.9250181825 -0.3784399266 0.03353481825 + outer loop + vertex -1.459560E+01 3.4595356E+00 8.4943213E+01 + vertex -1.284398E+01 7.7480472E+00 8.5022511E+01 + vertex -1.409539E+01 5.1303021E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.3416705961 -0.9387322478 0.04519923316 + outer loop + vertex 7.5000000E+00 1.2990381E+01 6.0000000E+01 + vertex 4.8126843E+00 1.4206973E+01 6.4953114E+01 + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + endloop + endfacet + facet normal -2.106162E-15 -0.9989537475 0.04573193932 + outer loop + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + vertex -1.804065E-01 1.4998915E+01 6.4954120E+01 + vertex -2.604723E+00 1.4772116E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.19299880246 -0.9803547086 -0.040695302 + outer loop + vertex -5.285904E+00 1.4037778E+01 7.5011896E+01 + vertex -2.830631E+00 1.4730497E+01 6.9968441E+01 + vertex -4.296094E-01 1.4993847E+01 7.5011230E+01 + endloop + endfacet + facet normal 0.0234380459 -0.9988808075 -0.0410827253 + outer loop + vertex -2.830631E+00 1.4730497E+01 6.9968441E+01 + vertex -1.804065E-01 1.4998915E+01 6.4954120E+01 + vertex 2.1376803E+00 1.4846896E+01 6.9972781E+01 + endloop + endfacet + facet normal 0.50111145703 -0.8644376511 -0.0404333404 + outer loop + vertex -9.553824E+00 1.1563929E+01 7.5006580E+01 + vertex -7.486914E+00 1.2997927E+01 6.9964945E+01 + vertex -5.285904E+00 1.4037778E+01 7.5011896E+01 + endloop + endfacet + facet normal 0.34846417716 -0.936414988 -0.0412272659 + outer loop + vertex -7.486914E+00 1.2997927E+01 6.9964945E+01 + vertex -5.163454E+00 1.4083279E+01 6.4951351E+01 + vertex -2.830631E+00 1.4730497E+01 6.9968441E+01 + endloop + endfacet + facet normal -0.6421658163 -0.7653034186 0.04397433024 + outer loop + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + vertex 9.2297740E+00 1.1824182E+01 6.4964381E+01 + vertex 7.5000000E+00 1.2990381E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.474446389 -0.8793071102 0.04146842177 + outer loop + vertex 9.2297740E+00 1.1824182E+01 6.4964381E+01 + vertex 6.8717882E+00 1.3333361E+01 6.9987352E+01 + vertex 4.8126843E+00 1.4206973E+01 6.4953114E+01 + endloop + endfacet + facet normal -0.3043819573 -0.9516657697 0.04103518989 + outer loop + vertex 6.8717882E+00 1.3333361E+01 6.9987352E+01 + vertex 4.4898775E+00 1.4312267E+01 7.5021585E+01 + vertex 2.1376803E+00 1.4846896E+01 6.9972781E+01 + endloop + endfacet + facet normal -0.984807753 -0.1736481777 5.9028630E-16 + outer loop + vertex 1.5000000E+01 -1.699662E-14 6.0000000E+01 + vertex 1.5000000E+01 0.000000E+00 6.5000000E+01 + vertex 1.4095389E+01 5.1303021E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.9084489541 -0.4174291919 -0.0217570091 + outer loop + vertex 1.4431161E+01 4.0916484E+00 6.5907649E+01 + vertex 1.2571403E+01 8.1828988E+00 6.5066001E+01 + vertex 1.4095389E+01 5.1303021E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.7357205649 -0.6762301295 -0.0377897113 + outer loop + vertex 1.2571403E+01 8.1828988E+00 6.5066001E+01 + vertex 9.2297740E+00 1.1824182E+01 6.4964381E+01 + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.7367319629 -0.6749755565 0.04042292615 + outer loop + vertex 1.2571403E+01 8.1828988E+00 6.5066001E+01 + vertex 1.0900099E+01 1.0304748E+01 7.0035800E+01 + vertex 9.2297740E+00 1.1824182E+01 6.4964381E+01 + endloop + endfacet + facet normal -0.6007239464 -0.7983369763 0.04229435442 + outer loop + vertex 1.0900099E+01 1.0304748E+01 7.0035800E+01 + vertex 8.9445854E+00 1.2041362E+01 7.5040693E+01 + vertex 6.8717882E+00 1.3333361E+01 6.9987352E+01 + endloop + endfacet + facet normal -0.9124934718 -0.4075909944 0.03500350264 + outer loop + vertex 1.4431161E+01 4.0916484E+00 6.5907649E+01 + vertex 1.3768901E+01 5.9512499E+00 7.0297164E+01 + vertex 1.2571403E+01 8.1828988E+00 6.5066001E+01 + endloop + endfacet + facet normal -0.8353887796 -0.547726841 0.0460531718 + outer loop + vertex 1.3768901E+01 5.9512499E+00 7.0297164E+01 + vertex 1.2423786E+01 8.4053282E+00 7.5084475E+01 + vertex 1.0900099E+01 1.0304748E+01 7.0035800E+01 + endloop + endfacet + facet normal -0.9904739806 -0.1377000138 0.0 + outer loop + vertex 1.5000000E+01 0.000000E+00 6.5000000E+01 + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + vertex 1.4431161E+01 4.0916484E+00 6.5907649E+01 + endloop + endfacet + facet normal -0.9916572083 -0.1289029912 0.0 + outer loop + vertex 1.5000000E+01 0.000000E+00 7.5000000E+01 + vertex 1.4501521E+01 3.8348274E+00 7.5010039E+01 + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + endloop + endfacet + facet normal -0.9097377422 -0.4128475303 -0.0439790525 + outer loop + vertex 1.4501521E+01 3.8348274E+00 7.5010039E+01 + vertex 1.2423786E+01 8.4053282E+00 7.5084475E+01 + vertex 1.3768901E+01 5.9512499E+00 7.0297164E+01 + endloop + endfacet + facet normal 0.50103450396 -0.8644788102 0.04050694534 + outer loop + vertex -5.285904E+00 1.4037778E+01 7.5011896E+01 + vertex -7.544634E+00 1.2964509E+01 8.0045186E+01 + vertex -9.553824E+00 1.1563929E+01 7.5006580E+01 + endloop + endfacet + facet normal 0.35133570612 -0.9353170196 -0.0417767222 + outer loop + vertex -2.857425E+00 1.4725322E+01 8.0041958E+01 + vertex -7.544634E+00 1.2964509E+01 8.0045186E+01 + vertex -5.285904E+00 1.4037778E+01 7.5011896E+01 + endloop + endfacet + facet normal 0.63999621889 -0.767213912 0.04228064545 + outer loop + vertex -7.544634E+00 1.2964509E+01 8.0045186E+01 + vertex -9.605555E+00 1.1520995E+01 8.5047406E+01 + vertex -1.140337E+01 9.7449024E+00 8.0032182E+01 + endloop + endfacet + facet normal 0.5005432664 -0.8646287041 -0.043285593 + outer loop + vertex -5.208662E+00 1.4066621E+01 8.5043087E+01 + vertex -9.605555E+00 1.1520995E+01 8.5047406E+01 + vertex -7.544634E+00 1.2964509E+01 8.0045186E+01 + endloop + endfacet + facet normal 0.34166001812 -0.9387031849 -0.0458776922 + outer loop + vertex -5.208662E+00 1.4066621E+01 8.5043087E+01 + vertex -2.604723E+00 1.4772116E+01 9.0000000E+01 + vertex -7.500000E+00 1.2990381E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.75802154507 -0.6509046027 0.04155159891 + outer loop + vertex -9.605555E+00 1.1520995E+01 8.5047406E+01 + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + vertex -1.284398E+01 7.7480472E+00 8.5022511E+01 + endloop + endfacet + facet normal 0.64210867791 -0.7652353237 -0.0459493751 + outer loop + vertex -7.500000E+00 1.2990381E+01 9.0000000E+01 + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + vertex -9.605555E+00 1.1520995E+01 8.5047406E+01 + endloop + endfacet + facet normal 0.18220859046 -0.9822877042 -0.0437137942 + outer loop + vertex -2.857425E+00 1.4725322E+01 8.0041958E+01 + vertex -1.837964E-01 1.4998874E+01 8.5039280E+01 + vertex -5.208662E+00 1.4066621E+01 8.5043087E+01 + endloop + endfacet + facet normal -1.696330E-15 -0.9989569037 -0.0456629447 + outer loop + vertex -1.837964E-01 1.4998874E+01 8.5039280E+01 + vertex 2.6047227E+00 1.4772116E+01 9.0000000E+01 + vertex -2.604723E+00 1.4772116E+01 9.0000000E+01 + endloop + endfacet + facet normal -0.3088106378 -0.9501732439 -0.0425064304 + outer loop + vertex 4.4898775E+00 1.4312267E+01 7.5021585E+01 + vertex 6.9734688E+00 1.3280464E+01 8.0042763E+01 + vertex 2.1671913E+00 1.4842617E+01 8.0040736E+01 + endloop + endfacet + facet normal 0.02330676804 -0.9988429005 -0.0420672626 + outer loop + vertex -4.296094E-01 1.4993847E+01 7.5011230E+01 + vertex 2.1671913E+00 1.4842617E+01 8.0040736E+01 + vertex -2.857425E+00 1.4725322E+01 8.0041958E+01 + endloop + endfacet + facet normal -0.4813178474 -0.8754563794 0.04369505126 + outer loop + vertex 7.5000000E+00 1.2990381E+01 9.0000000E+01 + vertex 4.8753852E+00 1.4185578E+01 8.5035335E+01 + vertex 9.3675302E+00 1.1715348E+01 8.5025518E+01 + endloop + endfacet + facet normal -0.3088435361 -0.9501642482 0.04246847759 + outer loop + vertex 4.8753852E+00 1.4185578E+01 8.5035335E+01 + vertex 2.1671913E+00 1.4842617E+01 8.0040736E+01 + vertex 6.9734688E+00 1.3280464E+01 8.0042763E+01 + endloop + endfacet + facet normal -0.1585313189 -0.9863719074 0.04402591454 + outer loop + vertex 2.6047227E+00 1.4772116E+01 9.0000000E+01 + vertex -1.837964E-01 1.4998874E+01 8.5039280E+01 + vertex 4.8753852E+00 1.4185578E+01 8.5035335E+01 + endloop + endfacet + facet normal 0.02332711575 -0.9988370094 0.04219566778 + outer loop + vertex -1.837964E-01 1.4998874E+01 8.5039280E+01 + vertex -2.857425E+00 1.4725322E+01 8.0041958E+01 + vertex 2.1671913E+00 1.4842617E+01 8.0040736E+01 + endloop + endfacet + facet normal -0.9800045743 -0.1925668653 -0.0500902853 + outer loop + vertex 1.3891142E+01 5.6600517E+00 7.9935075E+01 + vertex 1.4501521E+01 3.8348274E+00 7.5010039E+01 + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + endloop + endfacet + facet normal -0.9093426238 -0.4140477929 0.04074822278 + outer loop + vertex 1.2423786E+01 8.4053282E+00 7.5084475E+01 + vertex 1.4501521E+01 3.8348274E+00 7.5010039E+01 + vertex 1.3891142E+01 5.6600517E+00 7.9935075E+01 + endloop + endfacet + facet normal -0.8442638659 -0.5338837438 -0.046761875 + outer loop + vertex 1.2423786E+01 8.4053282E+00 7.5084475E+01 + vertex 1.3891142E+01 5.6600517E+00 7.9935075E+01 + vertex 1.1052499E+01 1.0141118E+01 8.0024788E+01 + endloop + endfacet + facet normal -0.6094394582 -0.7916073669 -0.0440604526 + outer loop + vertex 8.9445854E+00 1.2041362E+01 7.5040693E+01 + vertex 1.1052499E+01 1.0141118E+01 8.0024788E+01 + vertex 6.9734688E+00 1.3280464E+01 8.0042763E+01 + endloop + endfacet + facet normal -0.9840900557 -0.1735216283 -0.0381707585 + outer loop + vertex 1.4095389E+01 5.1303021E+00 9.0000000E+01 + vertex 1.4570456E+01 3.5639583E+00 8.4872664E+01 + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9207712827 -0.3886686049 0.03342095965 + outer loop + vertex 1.2728935E+01 7.9356293E+00 8.4977725E+01 + vertex 1.4570456E+01 3.5639583E+00 8.4872664E+01 + vertex 1.4095389E+01 5.1303021E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.8433988764 -0.5352157997 0.04714215865 + outer loop + vertex 1.2728935E+01 7.9356293E+00 8.4977725E+01 + vertex 1.1052499E+01 1.0141118E+01 8.0024788E+01 + vertex 1.3891142E+01 5.6600517E+00 7.9935075E+01 + endloop + endfacet + facet normal -0.9800507188 -0.191386635 0.05358866034 + outer loop + vertex 1.4570456E+01 3.5639583E+00 8.4872664E+01 + vertex 1.3891142E+01 5.6600517E+00 7.9935075E+01 + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + endloop + endfacet + facet normal -0.746336735 -0.6642638954 0.04165279455 + outer loop + vertex 1.1490667E+01 9.6418141E+00 9.0000000E+01 + vertex 9.3675302E+00 1.1715348E+01 8.5025518E+01 + vertex 1.2728935E+01 7.9356293E+00 8.4977725E+01 + endloop + endfacet + facet normal -0.6091976268 -0.7917972917 0.04399204783 + outer loop + vertex 9.3675302E+00 1.1715348E+01 8.5025518E+01 + vertex 6.9734688E+00 1.3280464E+01 8.0042763E+01 + vertex 1.1052499E+01 1.0141118E+01 8.0024788E+01 + endloop + endfacet + facet normal -0.7468326406 -0.6636379539 -0.0427278968 + outer loop + vertex 1.1052499E+01 1.0141118E+01 8.0024788E+01 + vertex 1.2728935E+01 7.9356293E+00 8.4977725E+01 + vertex 9.3675302E+00 1.1715348E+01 8.5025518E+01 + endloop + endfacet + facet normal -0.8652011229 -0.4995241012 -0.0436198264 + outer loop + vertex 1.2728935E+01 7.9356293E+00 8.4977725E+01 + vertex 1.4095389E+01 5.1303021E+00 9.0000000E+01 + vertex 1.1490667E+01 9.6418141E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.9928151297 -0.1196583398 0.0 + outer loop + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + vertex 1.5000000E+01 0.000000E+00 8.5000000E+01 + vertex 1.4570456E+01 3.5639583E+00 8.4872664E+01 + endloop + endfacet + facet normal -0.9212446863 -0.3871609487 -0.0376115389 + outer loop + vertex 1.3891142E+01 5.6600517E+00 7.9935075E+01 + vertex 1.4570456E+01 3.5639583E+00 8.4872664E+01 + vertex 1.2728935E+01 7.9356293E+00 8.4977725E+01 + endloop + endfacet + facet normal -0.9928151297 -0.1196583398 0.0 + outer loop + vertex 1.4570456E+01 3.5639583E+00 8.4872664E+01 + vertex 1.5000000E+01 0.000000E+00 8.5000000E+01 + vertex 1.5000000E+01 0.000000E+00 9.0000000E+01 + endloop + endfacet + facet normal -0.4539163257 -0.8900719294 0.0416164613 + outer loop + vertex 6.9734688E+00 1.3280464E+01 8.0042763E+01 + vertex 4.4898775E+00 1.4312267E+01 7.5021585E+01 + vertex 8.9445854E+00 1.2041362E+01 7.5040693E+01 + endloop + endfacet + facet normal -0.7221284195 -0.6904732423 0.04215741206 + outer loop + vertex 1.1052499E+01 1.0141118E+01 8.0024788E+01 + vertex 8.9445854E+00 1.2041362E+01 7.5040693E+01 + vertex 1.2423786E+01 8.4053282E+00 7.5084475E+01 + endloop + endfacet + facet normal -0.9916572083 -0.1289029912 0.0 + outer loop + vertex 1.4501521E+01 3.8348274E+00 7.5010039E+01 + vertex 1.5000000E+01 0.000000E+00 7.5000000E+01 + vertex 1.5000000E+01 0.000000E+00 8.0000000E+01 + endloop + endfacet + facet normal -0.1585998907 -0.9863726936 -0.0437605311 + outer loop + vertex 2.1671913E+00 1.4842617E+01 8.0040736E+01 + vertex 4.8753852E+00 1.4185578E+01 8.5035335E+01 + vertex -1.837964E-01 1.4998874E+01 8.5039280E+01 + endloop + endfacet + facet normal -0.34166805 -0.9387252525 -0.0453634647 + outer loop + vertex 4.8753852E+00 1.4185578E+01 8.5035335E+01 + vertex 7.5000000E+00 1.2990381E+01 9.0000000E+01 + vertex 2.6047227E+00 1.4772116E+01 9.0000000E+01 + endloop + endfacet + facet normal -0.4814656971 -0.8753781946 -0.043632544 + outer loop + vertex 6.9734688E+00 1.3280464E+01 8.0042763E+01 + vertex 9.3675302E+00 1.1715348E+01 8.5025518E+01 + vertex 4.8753852E+00 1.4185578E+01 8.5035335E+01 + endloop + endfacet + facet normal -0.6421386921 -0.7652710932 -0.0449227557 + outer loop + vertex 9.3675302E+00 1.1715348E+01 8.5025518E+01 + vertex 1.1490667E+01 9.6418141E+00 9.0000000E+01 + vertex 7.5000000E+00 1.2990381E+01 9.0000000E+01 + endloop + endfacet + facet normal 0.19300859382 -0.9803476961 0.04081761217 + outer loop + vertex -2.857425E+00 1.4725322E+01 8.0041958E+01 + vertex -5.285904E+00 1.4037778E+01 7.5011896E+01 + vertex -4.296094E-01 1.4993847E+01 7.5011230E+01 + endloop + endfacet + facet normal -0.1372049044 -0.9896903877 0.04108224291 + outer loop + vertex 2.1671913E+00 1.4842617E+01 8.0040736E+01 + vertex -4.296094E-01 1.4993847E+01 7.5011230E+01 + vertex 4.4898775E+00 1.4312267E+01 7.5021585E+01 + endloop + endfacet + facet normal 0.18227016571 -0.9822611911 0.04405155121 + outer loop + vertex -2.604723E+00 1.4772116E+01 9.0000000E+01 + vertex -5.208662E+00 1.4066621E+01 8.5043087E+01 + vertex -1.837964E-01 1.4998874E+01 8.5039280E+01 + endloop + endfacet + facet normal 0.35138280196 -0.9352887789 0.04201221967 + outer loop + vertex -5.208662E+00 1.4066621E+01 8.5043087E+01 + vertex -7.544634E+00 1.2964509E+01 8.0045186E+01 + vertex -2.857425E+00 1.4725322E+01 8.0041958E+01 + endloop + endfacet + facet normal 0.86514102968 -0.4994894064 -0.0451810989 + outer loop + vertex -1.149067E+01 9.6418141E+00 9.0000000E+01 + vertex -1.409539E+01 5.1303021E+00 9.0000000E+01 + vertex -1.284398E+01 7.7480472E+00 8.5022511E+01 + endloop + endfacet + facet normal 0.5005985191 -0.8645765718 0.04368608603 + outer loop + vertex -7.500000E+00 1.2990381E+01 9.0000000E+01 + vertex -9.605555E+00 1.1520995E+01 8.5047406E+01 + vertex -5.208662E+00 1.4066621E+01 8.5043087E+01 + endloop + endfacet + facet normal 0.75829607548 -0.6505927174 -0.0414267789 + outer loop + vertex -9.605555E+00 1.1520995E+01 8.5047406E+01 + vertex -1.284398E+01 7.7480472E+00 8.5022511E+01 + vertex -1.140337E+01 9.7449024E+00 8.0032182E+01 + endloop + endfacet + facet normal 0.64017005266 -0.7670816532 -0.0420480797 + outer loop + vertex -7.544634E+00 1.2964509E+01 8.0045186E+01 + vertex -1.140337E+01 9.7449024E+00 8.0032182E+01 + vertex -9.553824E+00 1.1563929E+01 7.5006580E+01 + endloop + endfacet + facet normal -0.9769197611 -0.2050740138 0.0597698017 + outer loop + vertex 1.4501521E+01 3.8348274E+00 7.5010039E+01 + vertex 1.3768901E+01 5.9512499E+00 7.0297164E+01 + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + endloop + endfacet + facet normal -0.9779316114 -0.1991442249 -0.0631770608 + outer loop + vertex 1.5000000E+01 0.000000E+00 7.0000000E+01 + vertex 1.3768901E+01 5.9512499E+00 7.0297164E+01 + vertex 1.4431161E+01 4.0916484E+00 6.5907649E+01 + endloop + endfacet + facet normal -0.7216202577 -0.6910025946 -0.0421855172 + outer loop + vertex 1.2423786E+01 8.4053282E+00 7.5084475E+01 + vertex 8.9445854E+00 1.2041362E+01 7.5040693E+01 + vertex 1.0900099E+01 1.0304748E+01 7.0035800E+01 + endloop + endfacet + facet normal -0.8329418485 -0.5515582703 -0.0446245617 + outer loop + vertex 1.3768901E+01 5.9512499E+00 7.0297164E+01 + vertex 1.0900099E+01 1.0304748E+01 7.0035800E+01 + vertex 1.2571403E+01 8.1828988E+00 6.5066001E+01 + endloop + endfacet + facet normal -0.4536348687 -0.8902194025 -0.041530969 + outer loop + vertex 8.9445854E+00 1.2041362E+01 7.5040693E+01 + vertex 4.4898775E+00 1.4312267E+01 7.5021585E+01 + vertex 6.8717882E+00 1.3333361E+01 6.9987352E+01 + endloop + endfacet + facet normal -0.6000938507 -0.7988423972 -0.0416916638 + outer loop + vertex 1.0900099E+01 1.0304748E+01 7.0035800E+01 + vertex 6.8717882E+00 1.3333361E+01 6.9987352E+01 + vertex 9.2297740E+00 1.1824182E+01 6.4964381E+01 + endloop + endfacet + facet normal -0.865306922 -0.4995851843 0.0407255988 + outer loop + vertex 1.2571403E+01 8.1828988E+00 6.5066001E+01 + vertex 1.1490667E+01 9.6418141E+00 6.0000000E+01 + vertex 1.4095389E+01 5.1303021E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.9890472349 -0.1443421692 0.03083675177 + outer loop + vertex 1.5000000E+01 0.000000E+00 6.5000000E+01 + vertex 1.4431161E+01 4.0916484E+00 6.5907649E+01 + vertex 1.4095389E+01 5.1303021E+00 6.0000000E+01 + endloop + endfacet + facet normal -0.1370361596 -0.9897188588 -0.0409593891 + outer loop + vertex 4.4898775E+00 1.4312267E+01 7.5021585E+01 + vertex -4.296094E-01 1.4993847E+01 7.5011230E+01 + vertex 2.1376803E+00 1.4846896E+01 6.9972781E+01 + endloop + endfacet + facet normal -0.3041570617 -0.9517497294 -0.0407545625 + outer loop + vertex 6.8717882E+00 1.3333361E+01 6.9987352E+01 + vertex 2.1376803E+00 1.4846896E+01 6.9972781E+01 + vertex 4.8126843E+00 1.4206973E+01 6.4953114E+01 + endloop + endfacet + facet normal -0.4742856292 -0.879400617 -0.0413242879 + outer loop + vertex 9.2297740E+00 1.1824182E+01 6.4964381E+01 + vertex 4.8126843E+00 1.4206973E+01 6.4953114E+01 + vertex 7.5000000E+00 1.2990381E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.18053581772 -0.9826359682 0.04281790014 + outer loop + vertex -5.163454E+00 1.4083279E+01 6.4951351E+01 + vertex -1.804065E-01 1.4998915E+01 6.4954120E+01 + vertex -2.830631E+00 1.4730497E+01 6.9968441E+01 + endloop + endfacet + facet normal 0.34841327061 -0.936444115 0.04099527302 + outer loop + vertex -7.486914E+00 1.2997927E+01 6.9964945E+01 + vertex -2.830631E+00 1.4730497E+01 6.9968441E+01 + vertex -5.285904E+00 1.4037778E+01 7.5011896E+01 + endloop + endfacet + facet normal -0.1565003563 -0.9867675359 0.04239656217 + outer loop + vertex -1.804065E-01 1.4998915E+01 6.4954120E+01 + vertex 4.8126843E+00 1.4206973E+01 6.4953114E+01 + vertex 2.1376803E+00 1.4846896E+01 6.9972781E+01 + endloop + endfacet + facet normal 0.02336639627 -0.9988842677 0.04103938687 + outer loop + vertex -2.830631E+00 1.4730497E+01 6.9968441E+01 + vertex 2.1376803E+00 1.4846896E+01 6.9972781E+01 + vertex -4.296094E-01 1.4993847E+01 7.5011230E+01 + endloop + endfacet + facet normal 0.18057774801 -0.9826034792 -0.0433829417 + outer loop + vertex -1.804065E-01 1.4998915E+01 6.4954120E+01 + vertex -5.163454E+00 1.4083279E+01 6.4951351E+01 + vertex -2.604723E+00 1.4772116E+01 6.0000000E+01 + endloop + endfacet + facet normal -0.1565142955 -0.9867471805 -0.0428167857 + outer loop + vertex 4.8126843E+00 1.4206973E+01 6.4953114E+01 + vertex -1.804065E-01 1.4998915E+01 6.4954120E+01 + vertex 2.6047227E+00 1.4772116E+01 6.0000000E+01 + endloop + endfacet + facet normal 0.98401916522 -0.1735091284 -0.0400108092 + outer loop + vertex -1.459560E+01 3.4595356E+00 8.4943213E+01 + vertex -1.409539E+01 5.1303021E+00 9.0000000E+01 + vertex -1.500000E+01 1.8369702E-15 9.0000000E+01 + endloop + endfacet + facet normal 0.99323717447 -0.1161030372 0.0 + outer loop + vertex -1.459560E+01 3.4595356E+00 8.4943213E+01 + vertex -1.500000E+01 -4.824368E-15 8.5000000E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.92540767401 -0.3773263705 -0.0352908915 + outer loop + vertex -1.284398E+01 7.7480472E+00 8.5022511E+01 + vertex -1.459560E+01 3.4595356E+00 8.4943213E+01 + vertex -1.400374E+01 5.3754274E+00 7.9978648E+01 + endloop + endfacet + facet normal 0.98221035317 -0.1822188387 -0.0453774938 + outer loop + vertex -1.457131E+01 3.5604726E+00 7.4981652E+01 + vertex -1.400374E+01 5.3754274E+00 7.9978648E+01 + vertex -1.500000E+01 -4.824368E-15 8.0000000E+01 + endloop + endfacet + facet normal 0.85877860896 -0.5105531781 -0.0428340183 + outer loop + vertex -1.140337E+01 9.7449024E+00 8.0032182E+01 + vertex -1.400374E+01 5.3754274E+00 7.9978648E+01 + vertex -1.276289E+01 7.8809107E+00 7.4992851E+01 + endloop + endfacet + facet normal 0.86515458523 -0.4994972327 0.04483367262 + outer loop + vertex -1.409539E+01 5.1303021E+00 6.0000000E+01 + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + vertex -1.280620E+01 7.8103244E+00 6.4981037E+01 + endloop + endfacet + facet normal 0.98404277969 -0.1735132922 0.03940742516 + outer loop + vertex -1.500000E+01 1.8369702E-15 6.0000000E+01 + vertex -1.409539E+01 5.1303021E+00 6.0000000E+01 + vertex -1.458572E+01 3.5009760E+00 6.5069973E+01 + endloop + endfacet + facet normal 0.98178018751 -0.1838440385 -0.0480523974 + outer loop + vertex -1.458572E+01 3.5009760E+00 6.5069973E+01 + vertex -1.398282E+01 5.4296215E+00 7.0009265E+01 + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + endloop + endfacet + facet normal 0.64211036973 -0.76523734 0.04589211928 + outer loop + vertex -1.149067E+01 9.6418141E+00 6.0000000E+01 + vertex -7.500000E+00 1.2990381E+01 6.0000000E+01 + vertex -9.548126E+00 1.1568634E+01 6.4949628E+01 + endloop + endfacet + facet normal 0.75512371103 -0.654269959 0.04146084607 + outer loop + vertex -1.280620E+01 7.8103244E+00 6.4981037E+01 + vertex -9.548126E+00 1.1568634E+01 6.4949628E+01 + vertex -1.134906E+01 9.8081007E+00 6.9967953E+01 + endloop + endfacet + facet normal 0.85628519043 -0.5146649364 0.04353935977 + outer loop + vertex -1.398282E+01 5.4296215E+00 7.0009265E+01 + vertex -1.134906E+01 9.8081007E+00 6.9967953E+01 + vertex -1.276289E+01 7.8809107E+00 7.4992851E+01 + endloop + endfacet + facet normal 0.98179878399 -0.1840097605 0.04702718157 + outer loop + vertex -1.500000E+01 1.8369702E-15 7.0000000E+01 + vertex -1.398282E+01 5.4296215E+00 7.0009265E+01 + vertex -1.457131E+01 3.5604726E+00 7.4981652E+01 + endloop + endfacet + facet normal 0.34165860565 -0.9386993042 0.04596752654 + outer loop + vertex -7.500000E+00 1.2990381E+01 6.0000000E+01 + vertex -2.604723E+00 1.4772116E+01 6.0000000E+01 + vertex -5.163454E+00 1.4083279E+01 6.4951351E+01 + endloop + endfacet + facet normal 0.49703139829 -0.8666803363 0.04271982808 + outer loop + vertex -9.548126E+00 1.1568634E+01 6.4949628E+01 + vertex -5.163454E+00 1.4083279E+01 6.4951351E+01 + vertex -7.486914E+00 1.2997927E+01 6.9964945E+01 + endloop + endfacet + facet normal 0.63626961927 -0.770336641 0.04174243694 + outer loop + vertex -1.134906E+01 9.8081007E+00 6.9967953E+01 + vertex -7.486914E+00 1.2997927E+01 6.9964945E+01 + vertex -9.553824E+00 1.1563929E+01 7.5006580E+01 + endloop + endfacet + facet normal 1.5551472E-14 -1.0 3.3219390E-15 + outer loop + vertex -1.176732E+01 2.0000000E+02 1.1197791E+02 + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + vertex -1.093240E+01 2.0000000E+02 1.0806929E+02 + endloop + endfacet + facet normal 1.3599303E-15 -1.0 1.6421475E-14 + outer loop + vertex -1.093240E+01 2.0000000E+02 1.0806929E+02 + vertex -1.409539E+01 2.0000000E+02 1.0486970E+02 + vertex -9.834847E+00 2.0000000E+02 1.0451686E+02 + endloop + endfacet + facet normal -4.302588E-15 -1.0 -5.121193E-15 + outer loop + vertex -9.834847E+00 2.0000000E+02 1.0451686E+02 + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + vertex -6.991479E+00 2.0000000E+02 1.0212800E+02 + endloop + endfacet + facet normal 8.6406043E-15 -1.0 -8.584606E-16 + outer loop + vertex -6.991479E+00 2.0000000E+02 1.0212800E+02 + vertex -7.500000E+00 2.0000000E+02 9.7009619E+01 + vertex -3.959172E+00 2.0000000E+02 9.9541112E+01 + endloop + endfacet + facet normal -7.529824E-15 -1.0 4.2248970E-15 + outer loop + vertex -3.959172E+00 2.0000000E+02 9.9541112E+01 + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + vertex -5.808527E-02 2.0000000E+02 9.9766629E+01 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -5.808527E-02 2.0000000E+02 9.9766629E+01 + vertex 2.6047227E+00 2.0000000E+02 9.5227884E+01 + vertex 3.8153832E+00 2.0000000E+02 1.0065458E+02 + endloop + endfacet + facet normal -6.093028E-15 -1.0 -6.159315E-15 + outer loop + vertex 3.8153832E+00 2.0000000E+02 1.0065458E+02 + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + vertex 7.3568782E+00 2.0000000E+02 1.0176563E+02 + endloop + endfacet + facet normal 1.3251375E-14 -1.0 1.8726656E-14 + outer loop + vertex 7.3568782E+00 2.0000000E+02 1.0176563E+02 + vertex 1.1490667E+01 2.0000000E+02 1.0035819E+02 + vertex 9.6469226E+00 2.0000000E+02 1.0469829E+02 + endloop + endfacet + facet normal -1.276227E-14 -1.0 -4.134946E-16 + outer loop + vertex 9.6469226E+00 2.0000000E+02 1.0469829E+02 + vertex 1.4095389E+01 2.0000000E+02 1.0486970E+02 + vertex 1.1766542E+01 2.0000000E+02 1.0801283E+02 + endloop + endfacet + facet normal -1.554391E-14 -1.0 -3.312662E-15 + outer loop + vertex 1.1766542E+01 2.0000000E+02 1.0801283E+02 + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + vertex 1.0933516E+01 2.0000000E+02 1.1192161E+02 + endloop + endfacet + facet normal -6.675076E-16 -1.0 -8.199969E-15 + outer loop + vertex 1.0933516E+01 2.0000000E+02 1.1192161E+02 + vertex 1.4095389E+01 2.0000000E+02 1.1513030E+02 + vertex 9.8376370E+00 2.0000000E+02 1.1547690E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 9.8376370E+00 2.0000000E+02 1.1547690E+02 + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + vertex 6.9973625E+00 2.0000000E+02 1.1786983E+02 + endloop + endfacet + facet normal -1.729685E-14 -1.0 1.6978720E-15 + outer loop + vertex 6.9973625E+00 2.0000000E+02 1.1786983E+02 + vertex 7.5000000E+00 2.0000000E+02 1.2299038E+02 + vertex 3.9650498E+00 2.0000000E+02 1.2045774E+02 + endloop + endfacet + facet normal 1.4665339E-14 -1.0 -1.963681E-15 + outer loop + vertex 3.9650498E+00 2.0000000E+02 1.2045774E+02 + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + vertex 5.8952003E-02 2.0000000E+02 1.2023325E+02 + endloop + endfacet + facet normal 1.2651328E-15 -1.0 -5.519401E-15 + outer loop + vertex 5.8952003E-02 2.0000000E+02 1.2023325E+02 + vertex -2.604723E+00 2.0000000E+02 1.2477212E+02 + vertex -3.816364E+00 2.0000000E+02 1.1934497E+02 + endloop + endfacet + facet normal 7.9437244E-15 -1.0 2.3044874E-16 + outer loop + vertex -3.816364E+00 2.0000000E+02 1.1934497E+02 + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + vertex -7.361965E+00 2.0000000E+02 1.1823222E+02 + endloop + endfacet + facet normal -1.087244E-14 -1.0 8.4806757E-15 + outer loop + vertex -7.361965E+00 2.0000000E+02 1.1823222E+02 + vertex -1.149067E+01 2.0000000E+02 1.1964181E+02 + vertex -9.649045E+00 2.0000000E+02 1.1530012E+02 + endloop + endfacet + facet normal 1.0046961E-15 -1.0 -2.630577E-14 + outer loop + vertex -9.649045E+00 2.0000000E+02 1.1530012E+02 + vertex -1.409539E+01 2.0000000E+02 1.1513030E+02 + vertex -1.176732E+01 2.0000000E+02 1.1197791E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 3.8153832E+00 2.0000000E+02 1.0065458E+02 + vertex 1.0548119E+00 2.0000000E+02 1.0518242E+02 + vertex -5.808527E-02 2.0000000E+02 9.9766629E+01 + endloop + endfacet + facet normal -7.024442E-15 -1.0 -4.517432E-15 + outer loop + vertex -5.808527E-02 2.0000000E+02 9.9766629E+01 + vertex -2.903173E+00 2.0000000E+02 1.0419064E+02 + vertex -3.959172E+00 2.0000000E+02 9.9541112E+01 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 1.0548119E+00 2.0000000E+02 1.0518242E+02 + vertex -2.028819E+00 2.0000000E+02 1.0942672E+02 + vertex -2.903173E+00 2.0000000E+02 1.0419064E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -2.903173E+00 2.0000000E+02 1.0419064E+02 + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + vertex -6.991479E+00 2.0000000E+02 1.0212800E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -2.028819E+00 2.0000000E+02 1.0942672E+02 + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + endloop + endfacet + facet normal -1.239761E-14 -1.0 -7.496687E-15 + outer loop + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + vertex -8.245405E+00 2.0000000E+02 1.1120815E+02 + vertex -1.093240E+01 2.0000000E+02 1.0806929E+02 + endloop + endfacet + facet normal 4.7488981E-15 -1.0 -3.704214E-15 + outer loop + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + vertex -7.361965E+00 2.0000000E+02 1.1823222E+02 + vertex -9.649045E+00 2.0000000E+02 1.1530012E+02 + endloop + endfacet + facet normal -1.908914E-14 -1.0 -1.349374E-14 + outer loop + vertex -8.245405E+00 2.0000000E+02 1.1120815E+02 + vertex -9.649045E+00 2.0000000E+02 1.1530012E+02 + vertex -1.176732E+01 2.0000000E+02 1.1197791E+02 + endloop + endfacet + facet normal 1.6940932E-14 -1.0 -5.450836E-15 + outer loop + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + vertex 8.2479927E+00 2.0000000E+02 1.0878933E+02 + vertex 1.0933516E+01 2.0000000E+02 1.1192161E+02 + endloop + endfacet + facet normal 5.4203385E-15 -1.0 -1.204111E-14 + outer loop + vertex 8.2479927E+00 2.0000000E+02 1.0878933E+02 + vertex 9.6469226E+00 2.0000000E+02 1.0469829E+02 + vertex 1.1766542E+01 2.0000000E+02 1.0801283E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -2.028819E+00 2.0000000E+02 1.0942672E+02 + vertex 1.0548119E+00 2.0000000E+02 1.0518242E+02 + vertex 2.0265421E+00 2.0000000E+02 1.1057911E+02 + endloop + endfacet + facet normal -1.064932E-14 -1.0 -7.596499E-15 + outer loop + vertex 2.0265421E+00 2.0000000E+02 1.1057911E+02 + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 1.0548119E+00 2.0000000E+02 1.0518242E+02 + vertex 3.8153832E+00 2.0000000E+02 1.0065458E+02 + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + endloop + endfacet + facet normal 1.7819619E-14 -1.0 1.5159422E-14 + outer loop + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + vertex 7.3568782E+00 2.0000000E+02 1.0176563E+02 + vertex 9.6469226E+00 2.0000000E+02 1.0469829E+02 + endloop + endfacet + facet normal 1.3677776E-14 -1.0 1.5219765E-14 + outer loop + vertex 5.8952003E-02 2.0000000E+02 1.2023325E+02 + vertex 2.9018025E+00 2.0000000E+02 1.1581100E+02 + vertex 3.9650498E+00 2.0000000E+02 1.2045774E+02 + endloop + endfacet + facet normal 1.8668454E-15 -1.0 1.0091176E-14 + outer loop + vertex 2.9018025E+00 2.0000000E+02 1.1581100E+02 + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + vertex 6.9973625E+00 2.0000000E+02 1.1786983E+02 + endloop + endfacet + facet normal 8.5681680E-15 -1.0 -1.759236E-15 + outer loop + vertex -7.361965E+00 2.0000000E+02 1.1823222E+02 + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + vertex -3.816364E+00 2.0000000E+02 1.1934497E+02 + endloop + endfacet + facet normal 2.5236933E-15 -1.0 -1.101013E-14 + outer loop + vertex -3.816364E+00 2.0000000E+02 1.1934497E+02 + vertex -1.054596E+00 2.0000000E+02 1.1481518E+02 + vertex 5.8952003E-02 2.0000000E+02 1.2023325E+02 + endloop + endfacet + facet normal 1.1800544E-14 -1.0 8.4155846E-15 + outer loop + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + vertex -2.028819E+00 2.0000000E+02 1.0942672E+02 + vertex -1.054596E+00 2.0000000E+02 1.1481518E+02 + endloop + endfacet + facet normal -2.107112E-14 -1.0 -1.907337E-15 + outer loop + vertex -1.054596E+00 2.0000000E+02 1.1481518E+02 + vertex 2.0265421E+00 2.0000000E+02 1.1057911E+02 + vertex 2.9018025E+00 2.0000000E+02 1.1581100E+02 + endloop + endfacet + facet normal -1.258946E-14 -1.0 -3.326260E-15 + outer loop + vertex 2.0265421E+00 2.0000000E+02 1.1057911E+02 + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + vertex 2.9018025E+00 2.0000000E+02 1.1581100E+02 + endloop + endfacet + facet normal -3.160026E-15 -1.0 1.1120425E-14 + outer loop + vertex -2.028819E+00 2.0000000E+02 1.0942672E+02 + vertex 2.0265421E+00 2.0000000E+02 1.1057911E+02 + vertex -1.054596E+00 2.0000000E+02 1.1481518E+02 + endloop + endfacet + facet normal -1.994212E-14 -1.0 -6.392848E-15 + outer loop + vertex -1.054596E+00 2.0000000E+02 1.1481518E+02 + vertex 2.9018025E+00 2.0000000E+02 1.1581100E+02 + vertex 5.8952003E-02 2.0000000E+02 1.2023325E+02 + endloop + endfacet + facet normal 1.5397064E-14 -1.0 -3.161361E-15 + outer loop + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + vertex -1.054596E+00 2.0000000E+02 1.1481518E+02 + vertex -3.816364E+00 2.0000000E+02 1.1934497E+02 + endloop + endfacet + facet normal 7.6615545E-15 -1.0 9.0938489E-15 + outer loop + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + vertex 9.8376370E+00 2.0000000E+02 1.1547690E+02 + vertex 6.9973625E+00 2.0000000E+02 1.1786983E+02 + endloop + endfacet + facet normal -2.581495E-15 -1.0 1.8940143E-14 + outer loop + vertex 2.9018025E+00 2.0000000E+02 1.1581100E+02 + vertex 6.9973625E+00 2.0000000E+02 1.1786983E+02 + vertex 3.9650498E+00 2.0000000E+02 1.2045774E+02 + endloop + endfacet + facet normal 8.1312735E-15 -1.0 -1.111411E-14 + outer loop + vertex 9.6469226E+00 2.0000000E+02 1.0469829E+02 + vertex 8.2479927E+00 2.0000000E+02 1.0878933E+02 + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + endloop + endfacet + facet normal -8.578549E-15 -1.0 1.7633664E-15 + outer loop + vertex 3.8153832E+00 2.0000000E+02 1.0065458E+02 + vertex 7.3568782E+00 2.0000000E+02 1.0176563E+02 + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + endloop + endfacet + facet normal 7.9612987E-15 -1.0 -1.088178E-14 + outer loop + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + vertex 8.2479927E+00 2.0000000E+02 1.0878933E+02 + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 1.0548119E+00 2.0000000E+02 1.0518242E+02 + vertex 4.9989005E+00 2.0000000E+02 1.0641224E+02 + vertex 2.0265421E+00 2.0000000E+02 1.1057911E+02 + endloop + endfacet + facet normal 8.4763399E-15 -1.0 1.8064464E-15 + outer loop + vertex 1.1766542E+01 2.0000000E+02 1.0801283E+02 + vertex 1.0933516E+01 2.0000000E+02 1.1192161E+02 + vertex 8.2479927E+00 2.0000000E+02 1.0878933E+02 + endloop + endfacet + facet normal 1.7218162E-14 -1.0 -2.686898E-15 + outer loop + vertex 1.0933516E+01 2.0000000E+02 1.1192161E+02 + vertex 9.8376370E+00 2.0000000E+02 1.1547690E+02 + vertex 6.0577861E+00 2.0000000E+02 1.1241066E+02 + endloop + endfacet + facet normal -1.693034E-14 -1.0 -3.616479E-15 + outer loop + vertex -1.176732E+01 2.0000000E+02 1.1197791E+02 + vertex -1.093240E+01 2.0000000E+02 1.0806929E+02 + vertex -8.245405E+00 2.0000000E+02 1.1120815E+02 + endloop + endfacet + facet normal 4.0704843E-15 -1.0 -5.549457E-15 + outer loop + vertex -9.649045E+00 2.0000000E+02 1.1530012E+02 + vertex -8.245405E+00 2.0000000E+02 1.1120815E+02 + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + endloop + endfacet + facet normal -1.040849E-14 -1.0 1.2785507E-14 + outer loop + vertex -1.093240E+01 2.0000000E+02 1.0806929E+02 + vertex -9.834847E+00 2.0000000E+02 1.0451686E+02 + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -4.997962E+00 2.0000000E+02 1.1359013E+02 + vertex -8.245405E+00 2.0000000E+02 1.1120815E+02 + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + vertex -9.834847E+00 2.0000000E+02 1.0451686E+02 + vertex -6.991479E+00 2.0000000E+02 1.0212800E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -2.028819E+00 2.0000000E+02 1.0942672E+02 + vertex -6.058323E+00 2.0000000E+02 1.0759127E+02 + vertex -2.903173E+00 2.0000000E+02 1.0419064E+02 + endloop + endfacet + facet normal 3.4831715E-15 -1.0 -6.903920E-15 + outer loop + vertex -2.903173E+00 2.0000000E+02 1.0419064E+02 + vertex -6.991479E+00 2.0000000E+02 1.0212800E+02 + vertex -3.959172E+00 2.0000000E+02 9.9541112E+01 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 1.0548119E+00 2.0000000E+02 1.0518242E+02 + vertex -2.903173E+00 2.0000000E+02 1.0419064E+02 + vertex -5.808527E-02 2.0000000E+02 9.9766629E+01 + endloop + endfacet + facet normal 2.3509999E-14 -1.0 -9.685415E-15 + outer loop + vertex -1.409539E+01 2.0000000E+02 1.1513030E+02 + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + vertex -1.176732E+01 2.0000000E+02 1.1197791E+02 + endloop + endfacet + facet normal -4.920683E-16 -1.0 1.2883734E-14 + outer loop + vertex -1.149067E+01 2.0000000E+02 1.1964181E+02 + vertex -1.409539E+01 2.0000000E+02 1.1513030E+02 + vertex -9.649045E+00 2.0000000E+02 1.1530012E+02 + endloop + endfacet + facet normal -1.390560E-14 -1.0 -4.034036E-16 + outer loop + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + vertex -1.149067E+01 2.0000000E+02 1.1964181E+02 + vertex -7.361965E+00 2.0000000E+02 1.1823222E+02 + endloop + endfacet + facet normal 2.0746802E-15 -1.0 -5.700137E-15 + outer loop + vertex -2.604723E+00 2.0000000E+02 1.2477212E+02 + vertex -7.500000E+00 2.0000000E+02 1.2299038E+02 + vertex -3.816364E+00 2.0000000E+02 1.1934497E+02 + endloop + endfacet + facet normal 1.0911607E-14 -1.0 1.4172294E-16 + outer loop + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + vertex -2.604723E+00 2.0000000E+02 1.2477212E+02 + vertex 5.8952003E-02 2.0000000E+02 1.2023325E+02 + endloop + endfacet + facet normal -9.267166E-15 -1.0 -9.509628E-15 + outer loop + vertex 7.5000000E+00 2.0000000E+02 1.2299038E+02 + vertex 2.6047227E+00 2.0000000E+02 1.2477212E+02 + vertex 3.9650498E+00 2.0000000E+02 1.2045774E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + vertex 7.5000000E+00 2.0000000E+02 1.2299038E+02 + vertex 6.9973625E+00 2.0000000E+02 1.1786983E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 1.4095389E+01 2.0000000E+02 1.1513030E+02 + vertex 1.1490667E+01 2.0000000E+02 1.1964181E+02 + vertex 9.8376370E+00 2.0000000E+02 1.1547690E+02 + endloop + endfacet + facet normal -1.239326E-14 -1.0 3.3547027E-15 + outer loop + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + vertex 1.4095389E+01 2.0000000E+02 1.1513030E+02 + vertex 1.0933516E+01 2.0000000E+02 1.1192161E+02 + endloop + endfacet + facet normal -1.589785E-14 -1.0 -2.736748E-15 + outer loop + vertex 1.4095389E+01 2.0000000E+02 1.0486970E+02 + vertex 1.5000000E+01 2.0000000E+02 1.1000000E+02 + vertex 1.1766542E+01 2.0000000E+02 1.0801283E+02 + endloop + endfacet + facet normal -1.306895E-14 -1.0 7.5453610E-15 + outer loop + vertex 1.1490667E+01 2.0000000E+02 1.0035819E+02 + vertex 1.4095389E+01 2.0000000E+02 1.0486970E+02 + vertex 9.6469226E+00 2.0000000E+02 1.0469829E+02 + endloop + endfacet + facet normal 4.8909245E-15 -1.0 -5.828777E-15 + outer loop + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + vertex 1.1490667E+01 2.0000000E+02 1.0035819E+02 + vertex 7.3568782E+00 2.0000000E+02 1.0176563E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex 2.6047227E+00 2.0000000E+02 9.5227884E+01 + vertex 7.5000000E+00 2.0000000E+02 9.7009619E+01 + vertex 3.8153832E+00 2.0000000E+02 1.0065458E+02 + endloop + endfacet + facet normal 0.0 -1.0 0.0 + outer loop + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + vertex 2.6047227E+00 2.0000000E+02 9.5227884E+01 + vertex -5.808527E-02 2.0000000E+02 9.9766629E+01 + endloop + endfacet + facet normal 2.7078482E-15 -1.0 7.4397519E-15 + outer loop + vertex -7.500000E+00 2.0000000E+02 9.7009619E+01 + vertex -2.604723E+00 2.0000000E+02 9.5227884E+01 + vertex -3.959172E+00 2.0000000E+02 9.9541112E+01 + endloop + endfacet + facet normal -6.573997E-15 -1.0 6.5313915E-16 + outer loop + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + vertex -7.500000E+00 2.0000000E+02 9.7009619E+01 + vertex -6.991479E+00 2.0000000E+02 1.0212800E+02 + endloop + endfacet + facet normal -5.479112E-16 -1.0 -6.616156E-15 + outer loop + vertex -1.409539E+01 2.0000000E+02 1.0486970E+02 + vertex -1.149067E+01 2.0000000E+02 1.0035819E+02 + vertex -9.834847E+00 2.0000000E+02 1.0451686E+02 + endloop + endfacet + facet normal 1.5251131E-14 -1.0 2.6891859E-15 + outer loop + vertex -1.500000E+01 2.0000000E+02 1.1000000E+02 + vertex -1.409539E+01 2.0000000E+02 1.0486970E+02 + vertex -1.093240E+01 2.0000000E+02 1.0806929E+02 + endloop + endfacet +endsolid diff --git a/examples/USER/smd/funnel_flow/funnel_flow.lmp b/examples/USER/smd/funnel_flow/funnel_flow.lmp new file mode 100644 index 0000000000..b688fcb95e --- /dev/null +++ b/examples/USER/smd/funnel_flow/funnel_flow.lmp @@ -0,0 +1,130 @@ +#################################################################################################### +# +# ULSPH example: water flow through a complex geometry read from a .STL file +# +# The boundary dump file (see below) can be converted into VTK format using the conversion +# tool dump2vtk_tris from the tools/smd directory. +# +# unit sytem: GPa / mm / ms +# +#################################################################################################### + + +#################################################################################################### +# MATERIAL PARAMETERS +#################################################################################################### +variable c0 equal 10.0 # speed of sound for fluid +variable rho equal 1.0e-6 # initial mass density +variable q1 equal 0.06 # standard artificial viscosity linear coefficient +variable q2 equal 0.0 # standard artificial viscosity quadratic coefficient +variable hg equal 0.0 # hourglass control coefficient +variable cp equal 1.0 # heat capacity of material -- not used here +variable K equal ${c0}*${rho}^2 +variable contact_stiffness equal 0.1*${K} + +#################################################################################################### +# INITIALIZE LAMMPS +#################################################################################################### +dimension 3 +units si +boundary f f f # simulation box boundaries +atom_style smd +atom_modify map array +comm_modify vel yes +comm_style tiled +neigh_modify every 10 delay 0 check yes exclude type 2 2 one 10000 +newton off + +#################################################################################################### +# CREATE INITIAL GEOMETRY +#################################################################################################### +variable l0 equal 5.0 # lattice spacing for creating particles +lattice sc ${l0} +region box block -110 60 -30 220 -90 130 units box +create_box 2 box +region particles cylinder y 0 -30 47 135 200 units box +create_atoms 1 region particles +group water type 1 + +#################################################################################################### +# DISCRETIZATION PARAMETERS +#################################################################################################### +variable h equal 2.01*${l0} # SPH smoothing kernel radius +variable vol_one equal ${l0}^3 # volume of one particle -- assuming unit thickness +variable skin equal 0.1*${h} # Verlet list range +neighbor ${skin} bin +variable cr equal ${l0}/2 +set group all smd_contact_radius ${cr} +set group all volume ${vol_one} +set group all smd_mass_density ${rho} +set group all diameter ${h} # set SPH kernel radius + +#################################################################################################### +# DEFINE GRAVITY BOUNDARY CONDITION +#################################################################################################### +fix gfix all gravity 0.01 vector 0.0 -1. 0.0 + +#################################################################################################### +# INTERACTION PHYSICS / MATERIAL MODEL +# We use polynomial EOS for the pressure and the Johnson Cook strength model +# An integration point fails (cannot support tension anymore) if the plastic strain exceeds 0.5. +#################################################################################################### +pair_style hybrid/overlay smd/tri_surface 1.0 & + smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION +pair_coeff 1 1 smd/ulsph *COMMON ${rho} ${c0} ${q1} ${cp} ${hg} & + *EOS_TAIT 2 & + *END +pair_coeff 2 2 none +pair_coeff 1 2 smd/tri_surface ${contact_stiffness} + + + +#################################################################################################### +# LOAD STL SURFACE +#################################################################################################### +fix stl_surface_fix all smd/wall_surface boundary.stl 2 65535 +run 0 # This is important! Always run for 0 timesteps directly after loading STL file! +group surface type 2 + +#################################################################################################### +# TIME INTEGRATION +#################################################################################################### +fix force_fix surface setforce 0 0 0 +fix dtfix all smd/adjust_dt 0.1 # dynamically adjust time increment every step +fix integration_fix all smd/integrate_ulsph adjust_radius 1.01 10 15 + +#################################################################################################### +# SPECIFY TRAJECTORY OUTPUT +#################################################################################################### +variable dumpFreq equal 100 +compute rho all smd/rho +compute nn all smd/ulsph_num_neighs # number of neighbors for each particle +compute contact_radius all smd/contact_radius +compute surface_coords surface smd/triangle_vertices + + +dump dump_id water custom ${dumpFreq} dump.LAMMPS id type x y z vx vy vz & + c_rho c_nn c_contact_radius proc +dump_modify dump_id first yes + +dump surf_dump surface custom 999999999 surface.LAMMPS id type mol x y z & + c_surface_coords[1] c_surface_coords[2] c_surface_coords[3] & + c_surface_coords[4] c_surface_coords[5] c_surface_coords[6] & + c_surface_coords[7] c_surface_coords[8] c_surface_coords[9] +dump_modify surf_dump first yes + +#################################################################################################### +# STATUS OUTPUT +#################################################################################################### +compute eint all smd/internal_energy +compute alleint all reduce sum c_eint +variable etot equal pe+ke+c_alleint+f_gfix # total energy of the system +thermo 100 +thermo_style custom step dt f_dtfix pe ke v_etot + +#################################################################################################### +# RUN SIMULATION +#################################################################################################### +balance 1.1 rcb +fix balance_fix all balance 1000 1.1 rcb +run 20000 diff --git a/examples/USER/smd/rubber_rings_3d/rubber_rings_3d.lmp b/examples/USER/smd/rubber_rings_3d/rubber_rings_3d.lmp new file mode 100644 index 0000000000..c8270e5dbc --- /dev/null +++ b/examples/USER/smd/rubber_rings_3d/rubber_rings_3d.lmp @@ -0,0 +1,112 @@ + +#################################################################################################### +# +# TLSPH example: Two rubber rings impact each other. +# +# unit sytem: GPa / mm / ms +# +#################################################################################################### + +#################################################################################################### +# MATERIAL PARAMETERS +#################################################################################################### +variable rho equal 1 # initial mass density +variable E equal 1.0 # Young's modulus +variable nu equal 0.3 # Poisson ratio +variable sigma_yield equal 0.051 # plastic yield stress +variable contact_stiffness equal 0.2 # contact stress for contact force between rings +variable q1 equal 0.06 # standard artificial viscosity linear coefficient +variable q2 equal 0.0 # standard artificial viscosity quadratic coefficient +variable hg equal 10.0 # hourglass control coefficient +variable cp equal 1.0 # heat capacity of material -- not used here + +#################################################################################################### +# INITIALIZE LAMMPS +#################################################################################################### +dimension 3 +units si +boundary sm sm sm # simulation box boundaries +atom_style smd +atom_modify map array +comm_modify vel yes +neigh_modify every 10 delay 0 check yes # re-build neighbor list every 10 steps +newton off + +#################################################################################################### +# READ GEOMETRY +#################################################################################################### +read_data washer_hex_adjusted.data # read geometry of one rubber ring from file +replicate 2 1 1 +region right block 12.2 EDGE EDGE EDGE EDGE EDGE units box +group right region right +group left subtract all right +set group left type 1 +set group right type 2 +group tlsph union left right + +#################################################################################################### +# DISCRETIZATION PARAMETERS +#################################################################################################### +variable l0 equal 0.3 # we need to set a length scale for the neighbor list skin +variable skin equal 4.0*${l0} # Verlet list range +neighbor ${skin} bin +set group all smd_contact_radius 1.0 + + +#################################################################################################### +# DEFINE INITIAL VELOCITY BOUNDARY CONDITIONS +#################################################################################################### +variable vel equal 100.0 # initial velocity +velocity left set ${vel} 0 0 sum no units box +velocity right set -${vel} 0 0 sum no units box + +#################################################################################################### +# INTERACTION PHYSICS / MATERIAL MODEL +# One rubber ring is linear elastic, the other rubber ring is elastic-ideal plastic. +# Contact forces between both rubber rings are used to realize physical contact. +#################################################################################################### +pair_style hybrid/overlay smd/tlsph smd/hertz 1.0 # activate Total-Lagrangian SPH +pair_coeff 1 1 smd/tlsph *COMMON ${rho} ${E} ${nu} ${q1} ${q2} ${hg} ${cp} & + *STRENGTH_LINEAR & + *EOS_LINEAR & + *END +pair_coeff 2 2 smd/tlsph *COMMON ${rho} ${E} ${nu} ${q1} ${q2} ${hg} ${cp} & + *STRENGTH_LINEAR_PLASTIC ${sigma_yield} 0.0 & + *EOS_LINEAR & + *END +pair_coeff 1 1 smd/hertz ${contact_stiffness} +pair_coeff 2 2 smd/hertz ${contact_stiffness} +pair_coeff 1 2 smd/hertz ${contact_stiffness} + +#################################################################################################### +# TIME INTEGRATION +#################################################################################################### +fix dtfix tlsph smd/adjust_dt 0.1 # dynamically adjust time increment every step +fix integration_fix tlsph smd/integrate_tlsph + +#################################################################################################### +# SPECIFY TRAJECTORY OUTPUT +#################################################################################################### +variable dumpFreq equal 30 +compute S all smd/tlsph_stress # Cauchy stress tensor +compute nn all smd/tlsph_num_neighs # number of neighbors for each particle +compute cr all smd/contact_radius +compute p all smd/plastic_strain +compute eint all smd/internal_energy +compute alleint all reduce sum c_eint +variable etot equal c_alleint+ke+pe + +dump dump_id all custom ${dumpFreq} dump.LAMMPS id type x y z vx vy vz & + c_S[1] c_S[2] c_S[3] c_S[4] c_S[5] c_S[6] c_S[7] c_nn c_cr proc c_p radius +dump_modify dump_id first yes + +#################################################################################################### +# STATUS OUTPUT +#################################################################################################### +thermo 100 +thermo_style custom step dt f_dtfix ke pe c_alleint v_etot + +#################################################################################################### +# PERFORM INITIAL LOAD BALANCING AND RUN SIMULATION +#################################################################################################### +run 5000 diff --git a/examples/USER/smd/rubber_rings_3d/washer_hex_adjusted.data b/examples/USER/smd/rubber_rings_3d/washer_hex_adjusted.data new file mode 100644 index 0000000000..586c97cd99 --- /dev/null +++ b/examples/USER/smd/rubber_rings_3d/washer_hex_adjusted.data @@ -0,0 +1,973 @@ +COMMENT +480 atoms +2 atom types +-12.000000 12.200000 xlo xhi +-12.000000 12.200000 ylo yhi +-0.500000 5.550000 zlo zhi + +Atoms + +1 1 1 3.08893 6.17786e-06 1.89656 0.497594 -7.30824 -5.99772 0.833333 -7.30824 -5.99772 0.833333 +2 1 1 3.08893 6.17786e-06 1.2877 0.497594 -7.30824 -5.99772 2.5 -7.30824 -5.99772 2.5 +3 1 1 3.08893 6.17786e-06 1.89656 0.497594 -7.30824 -5.99772 4.16667 -7.30824 -5.99772 4.16667 +4 1 1 3.08893 6.17786e-06 1.91673 0.497593 -8.33791 -4.4567 0.833333 -8.33791 -4.4567 0.833333 +5 1 1 3.08893 6.17786e-06 1.32763 0.497593 -8.33791 -4.4567 2.5 -8.33791 -4.4567 2.5 +6 1 1 3.08893 6.17786e-06 1.91673 0.497593 -8.33791 -4.4567 4.16667 -8.33791 -4.4567 4.16667 +7 1 1 3.08893 6.17786e-06 1.89354 0.497592 -9.04716 -2.74443 0.833333 -9.04716 -2.74443 0.833333 +8 1 1 3.08893 6.17786e-06 1.34536 0.497592 -9.04716 -2.74443 2.5 -9.04716 -2.74443 2.5 +9 1 1 3.08893 6.17786e-06 1.89354 0.497592 -9.04716 -2.74443 4.16667 -9.04716 -2.74443 4.16667 +10 1 1 3.08893 6.17786e-06 1.86598 0.497591 -9.40873 -0.926679 0.833333 -9.40873 -0.926679 0.833333 +11 1 1 3.08893 6.17786e-06 1.32993 0.497591 -9.40873 -0.926679 2.5 -9.40873 -0.926679 2.5 +12 1 1 3.08893 6.17786e-06 1.86598 0.497591 -9.40873 -0.926679 4.16667 -9.40873 -0.926679 4.16667 +13 1 1 2.76378 5.52756e-06 1.54888 0.497594 -6.53895 -5.36638 0.833333 -6.53895 -5.36638 0.833333 +14 1 1 2.76378 5.52756e-06 0.857059 0.497594 -6.53895 -5.36638 2.5 -6.53895 -5.36638 2.5 +15 1 1 2.76378 5.52756e-06 1.54888 0.497594 -6.53895 -5.36638 4.16667 -6.53895 -5.36638 4.16667 +16 1 1 2.76378 5.52756e-06 1.52991 0.497591 -7.46023 -3.98758 0.833333 -7.46023 -3.98758 0.833333 +17 1 1 2.76378 5.52756e-06 0.86203 0.497591 -7.46023 -3.98758 2.5 -7.46023 -3.98758 2.5 +18 1 1 2.76378 5.52756e-06 1.52991 0.497591 -7.46023 -3.98758 4.16667 -7.46023 -3.98758 4.16667 +19 1 1 2.76378 5.52756e-06 1.52713 0.497592 -8.09483 -2.45554 0.833333 -8.09483 -2.45554 0.833333 +20 1 1 2.76378 5.52756e-06 0.840951 0.497592 -8.09483 -2.45554 2.5 -8.09483 -2.45554 2.5 +21 1 1 2.76378 5.52756e-06 1.52713 0.497592 -8.09483 -2.45554 4.16667 -8.09483 -2.45554 4.16667 +22 1 1 2.76378 5.52756e-06 1.51217 0.497591 -8.41834 -0.829134 0.833333 -8.41834 -0.829134 0.833333 +23 1 1 2.76378 5.52756e-06 0.855471 0.497591 -8.41834 -0.829134 2.5 -8.41834 -0.829134 2.5 +24 1 1 2.76378 5.52756e-06 1.51217 0.497591 -8.41834 -0.829134 4.16667 -8.41834 -0.829134 4.16667 +25 1 1 2.43863 4.87726e-06 1.32374 0.497594 -5.76966 -4.73504 0.833333 -5.76966 -4.73504 0.833333 +26 1 1 2.43863 4.87726e-06 0.956891 0.497594 -5.76966 -4.73504 2.5 -5.76966 -4.73504 2.5 +27 1 1 2.43863 4.87726e-06 1.32374 0.497594 -5.76966 -4.73504 4.16667 -5.76966 -4.73504 4.16667 +28 1 1 2.43863 4.87726e-06 1.3133 0.497591 -6.58256 -3.51845 0.833333 -6.58256 -3.51845 0.833333 +29 1 1 2.43863 4.87726e-06 0.95844 0.497591 -6.58256 -3.51845 2.5 -6.58256 -3.51845 2.5 +30 1 1 2.43863 4.87726e-06 1.3133 0.497591 -6.58256 -3.51845 4.16667 -6.58256 -3.51845 4.16667 +31 1 1 2.43863 4.87726e-06 1.29434 0.497592 -7.14249 -2.16665 0.833333 -7.14249 -2.16665 0.833333 +32 1 1 2.43863 4.87726e-06 0.982503 0.497592 -7.14249 -2.16665 2.5 -7.14249 -2.16665 2.5 +33 1 1 2.43863 4.87726e-06 1.29434 0.497592 -7.14249 -2.16665 4.16667 -7.14249 -2.16665 4.16667 +34 1 1 2.43863 4.87726e-06 1.31255 0.497591 -7.42794 -0.731589 0.833333 -7.42794 -0.731589 0.833333 +35 1 1 2.43863 4.87726e-06 0.99788 0.497591 -7.42794 -0.731589 2.5 -7.42794 -0.731589 2.5 +36 1 1 2.43863 4.87726e-06 1.31255 0.497591 -7.42794 -0.731589 4.16667 -7.42794 -0.731589 4.16667 +37 1 1 2.11348 4.22696e-06 1.15845 0.49759 -5.00037 -4.1037 0.833333 -5.00037 -4.1037 0.833333 +38 1 1 2.11348 4.22696e-06 0.872011 0.49759 -5.00037 -4.1037 2.5 -5.00037 -4.1037 2.5 +39 1 1 2.11348 4.22696e-06 1.15845 0.49759 -5.00037 -4.1037 4.16667 -5.00037 -4.1037 4.16667 +40 1 1 2.11348 4.22696e-06 1.15778 0.497589 -5.70488 -3.04932 0.833333 -5.70488 -3.04932 0.833333 +41 1 1 2.11348 4.22696e-06 0.881233 0.497589 -5.70488 -3.04932 2.5 -5.70488 -3.04932 2.5 +42 1 1 2.11348 4.22696e-06 1.15778 0.497589 -5.70488 -3.04932 4.16667 -5.70488 -3.04932 4.16667 +43 1 1 2.11348 4.22696e-06 1.15771 0.49759 -6.19016 -1.87776 0.833333 -6.19016 -1.87776 0.833333 +44 1 1 2.11348 4.22696e-06 0.882047 0.49759 -6.19016 -1.87776 2.5 -6.19016 -1.87776 2.5 +45 1 1 2.11348 4.22696e-06 1.15771 0.49759 -6.19016 -1.87776 4.16667 -6.19016 -1.87776 4.16667 +46 1 1 2.11348 4.22696e-06 1.16835 0.497591 -6.43755 -0.634044 0.833333 -6.43755 -0.634044 0.833333 +47 1 1 2.11348 4.22696e-06 0.886875 0.497591 -6.43755 -0.634044 2.5 -6.43755 -0.634044 2.5 +48 1 1 2.11348 4.22696e-06 1.16835 0.497591 -6.43755 -0.634044 4.16667 -6.43755 -0.634044 4.16667 +49 1 1 1.78833 3.57666e-06 1.46933 0.49759 -4.23109 -3.47236 0.833333 -4.23109 -3.47236 0.833333 +50 1 1 1.78833 3.57666e-06 1.09432 0.49759 -4.23109 -3.47236 2.5 -4.23109 -3.47236 2.5 +51 1 1 1.78833 3.57666e-06 1.46933 0.49759 -4.23109 -3.47236 4.16667 -4.23109 -3.47236 4.16667 +52 1 1 1.78833 3.57666e-06 1.48778 0.497589 -4.82721 -2.5802 0.833333 -4.82721 -2.5802 0.833333 +53 1 1 1.78833 3.57666e-06 1.1302 0.497589 -4.82721 -2.5802 2.5 -4.82721 -2.5802 2.5 +54 1 1 1.78833 3.57666e-06 1.48778 0.497589 -4.82721 -2.5802 4.16667 -4.82721 -2.5802 4.16667 +55 1 1 1.78833 3.57666e-06 1.47414 0.49759 -5.23783 -1.58888 0.833333 -5.23783 -1.58888 0.833333 +56 1 1 1.78833 3.57666e-06 1.13801 0.49759 -5.23783 -1.58888 2.5 -5.23783 -1.58888 2.5 +57 1 1 1.78833 3.57666e-06 1.47414 0.49759 -5.23783 -1.58888 4.16667 -5.23783 -1.58888 4.16667 +58 1 1 1.78833 3.57666e-06 1.51474 0.497591 -5.44716 -0.536499 0.833333 -5.44716 -0.536499 0.833333 +59 1 1 1.78833 3.57666e-06 1.09428 0.497591 -5.44716 -0.536499 2.5 -5.44716 -0.536499 2.5 +60 1 1 1.78833 3.57666e-06 1.51474 0.497591 -5.44716 -0.536499 4.16667 -5.44716 -0.536499 4.16667 +61 1 1 3.08893 6.17786e-06 1.86598 0.497591 -9.40873 0.926679 0.833333 -9.40873 0.926679 0.833333 +62 1 1 3.08893 6.17786e-06 1.32993 0.497591 -9.40873 0.926679 2.5 -9.40873 0.926679 2.5 +63 1 1 3.08893 6.17786e-06 1.86598 0.497591 -9.40873 0.926679 4.16667 -9.40873 0.926679 4.16667 +64 1 1 3.08893 6.17786e-06 1.89354 0.497592 -9.04716 2.74443 0.833333 -9.04716 2.74443 0.833333 +65 1 1 3.08893 6.17786e-06 1.34536 0.497592 -9.04716 2.74443 2.5 -9.04716 2.74443 2.5 +66 1 1 3.08893 6.17786e-06 1.89354 0.497592 -9.04716 2.74443 4.16667 -9.04716 2.74443 4.16667 +67 1 1 3.08893 6.17786e-06 1.91673 0.497593 -8.33791 4.4567 0.833333 -8.33791 4.4567 0.833333 +68 1 1 3.08893 6.17786e-06 1.32763 0.497593 -8.33791 4.4567 2.5 -8.33791 4.4567 2.5 +69 1 1 3.08893 6.17786e-06 1.91673 0.497593 -8.33791 4.4567 4.16667 -8.33791 4.4567 4.16667 +70 1 1 3.08893 6.17786e-06 1.89656 0.497594 -7.30824 5.99772 0.833333 -7.30824 5.99772 0.833333 +71 1 1 3.08893 6.17786e-06 1.2877 0.497594 -7.30824 5.99772 2.5 -7.30824 5.99772 2.5 +72 1 1 3.08893 6.17786e-06 1.89656 0.497594 -7.30824 5.99772 4.16667 -7.30824 5.99772 4.16667 +73 1 1 2.76378 5.52756e-06 1.51217 0.497591 -8.41834 0.829134 0.833333 -8.41834 0.829134 0.833333 +74 1 1 2.76378 5.52756e-06 0.855471 0.497591 -8.41834 0.829134 2.5 -8.41834 0.829134 2.5 +75 1 1 2.76378 5.52756e-06 1.51217 0.497591 -8.41834 0.829134 4.16667 -8.41834 0.829134 4.16667 +76 1 1 2.76378 5.52756e-06 1.52713 0.497592 -8.09483 2.45554 0.833333 -8.09483 2.45554 0.833333 +77 1 1 2.76378 5.52756e-06 0.840951 0.497592 -8.09483 2.45554 2.5 -8.09483 2.45554 2.5 +78 1 1 2.76378 5.52756e-06 1.52713 0.497592 -8.09483 2.45554 4.16667 -8.09483 2.45554 4.16667 +79 1 1 2.76378 5.52756e-06 1.52991 0.497591 -7.46023 3.98758 0.833333 -7.46023 3.98758 0.833333 +80 1 1 2.76378 5.52756e-06 0.86203 0.497591 -7.46023 3.98758 2.5 -7.46023 3.98758 2.5 +81 1 1 2.76378 5.52756e-06 1.52991 0.497591 -7.46023 3.98758 4.16667 -7.46023 3.98758 4.16667 +82 1 1 2.76378 5.52756e-06 1.54888 0.497594 -6.53895 5.36638 0.833333 -6.53895 5.36638 0.833333 +83 1 1 2.76378 5.52756e-06 0.857059 0.497594 -6.53895 5.36638 2.5 -6.53895 5.36638 2.5 +84 1 1 2.76378 5.52756e-06 1.54888 0.497594 -6.53895 5.36638 4.16667 -6.53895 5.36638 4.16667 +85 1 1 2.43863 4.87726e-06 1.31255 0.497591 -7.42794 0.731589 0.833333 -7.42794 0.731589 0.833333 +86 1 1 2.43863 4.87726e-06 0.99788 0.497591 -7.42794 0.731589 2.5 -7.42794 0.731589 2.5 +87 1 1 2.43863 4.87726e-06 1.31255 0.497591 -7.42794 0.731589 4.16667 -7.42794 0.731589 4.16667 +88 1 1 2.43863 4.87726e-06 1.29434 0.497592 -7.14249 2.16665 0.833333 -7.14249 2.16665 0.833333 +89 1 1 2.43863 4.87726e-06 0.982503 0.497592 -7.14249 2.16665 2.5 -7.14249 2.16665 2.5 +90 1 1 2.43863 4.87726e-06 1.29434 0.497592 -7.14249 2.16665 4.16667 -7.14249 2.16665 4.16667 +91 1 1 2.43863 4.87726e-06 1.3133 0.497591 -6.58256 3.51845 0.833333 -6.58256 3.51845 0.833333 +92 1 1 2.43863 4.87726e-06 0.95844 0.497591 -6.58256 3.51845 2.5 -6.58256 3.51845 2.5 +93 1 1 2.43863 4.87726e-06 1.3133 0.497591 -6.58256 3.51845 4.16667 -6.58256 3.51845 4.16667 +94 1 1 2.43863 4.87726e-06 1.32374 0.497594 -5.76966 4.73504 0.833333 -5.76966 4.73504 0.833333 +95 1 1 2.43863 4.87726e-06 0.956891 0.497594 -5.76966 4.73504 2.5 -5.76966 4.73504 2.5 +96 1 1 2.43863 4.87726e-06 1.32374 0.497594 -5.76966 4.73504 4.16667 -5.76966 4.73504 4.16667 +97 1 1 2.11348 4.22696e-06 1.16835 0.497591 -6.43755 0.634044 0.833333 -6.43755 0.634044 0.833333 +98 1 1 2.11348 4.22696e-06 0.886875 0.497591 -6.43755 0.634044 2.5 -6.43755 0.634044 2.5 +99 1 1 2.11348 4.22696e-06 1.16835 0.497591 -6.43755 0.634044 4.16667 -6.43755 0.634044 4.16667 +100 1 1 2.11348 4.22696e-06 1.15771 0.49759 -6.19016 1.87776 0.833333 -6.19016 1.87776 0.833333 +101 1 1 2.11348 4.22696e-06 0.882047 0.49759 -6.19016 1.87776 2.5 -6.19016 1.87776 2.5 +102 1 1 2.11348 4.22696e-06 1.15771 0.49759 -6.19016 1.87776 4.16667 -6.19016 1.87776 4.16667 +103 1 1 2.11348 4.22696e-06 1.15778 0.497589 -5.70488 3.04932 0.833333 -5.70488 3.04932 0.833333 +104 1 1 2.11348 4.22696e-06 0.881233 0.497589 -5.70488 3.04932 2.5 -5.70488 3.04932 2.5 +105 1 1 2.11348 4.22696e-06 1.15778 0.497589 -5.70488 3.04932 4.16667 -5.70488 3.04932 4.16667 +106 1 1 2.11348 4.22696e-06 1.15845 0.49759 -5.00037 4.1037 0.833333 -5.00037 4.1037 0.833333 +107 1 1 2.11348 4.22696e-06 0.872011 0.49759 -5.00037 4.1037 2.5 -5.00037 4.1037 2.5 +108 1 1 2.11348 4.22696e-06 1.15845 0.49759 -5.00037 4.1037 4.16667 -5.00037 4.1037 4.16667 +109 1 1 1.78833 3.57666e-06 1.51474 0.497591 -5.44716 0.536499 0.833333 -5.44716 0.536499 0.833333 +110 1 1 1.78833 3.57666e-06 1.09428 0.497591 -5.44716 0.536499 2.5 -5.44716 0.536499 2.5 +111 1 1 1.78833 3.57666e-06 1.51474 0.497591 -5.44716 0.536499 4.16667 -5.44716 0.536499 4.16667 +112 1 1 1.78833 3.57666e-06 1.47414 0.49759 -5.23783 1.58888 0.833333 -5.23783 1.58888 0.833333 +113 1 1 1.78833 3.57666e-06 1.13801 0.49759 -5.23783 1.58888 2.5 -5.23783 1.58888 2.5 +114 1 1 1.78833 3.57666e-06 1.47414 0.49759 -5.23783 1.58888 4.16667 -5.23783 1.58888 4.16667 +115 1 1 1.78833 3.57666e-06 1.48778 0.497589 -4.82721 2.5802 0.833333 -4.82721 2.5802 0.833333 +116 1 1 1.78833 3.57666e-06 1.1302 0.497589 -4.82721 2.5802 2.5 -4.82721 2.5802 2.5 +117 1 1 1.78833 3.57666e-06 1.48778 0.497589 -4.82721 2.5802 4.16667 -4.82721 2.5802 4.16667 +118 1 1 1.78833 3.57666e-06 1.46933 0.49759 -4.23109 3.47236 0.833333 -4.23109 3.47236 0.833333 +119 1 1 1.78833 3.57666e-06 1.09432 0.49759 -4.23109 3.47236 2.5 -4.23109 3.47236 2.5 +120 1 1 1.78833 3.57666e-06 1.46933 0.49759 -4.23109 3.47236 4.16667 -4.23109 3.47236 4.16667 +121 1 1 3.08893 6.17786e-06 1.89656 0.497594 -5.99772 -7.30824 0.833333 -5.99772 -7.30824 0.833333 +122 1 1 3.08893 6.17786e-06 1.2877 0.497594 -5.99772 -7.30824 2.5 -5.99772 -7.30824 2.5 +123 1 1 3.08893 6.17786e-06 1.89656 0.497594 -5.99772 -7.30824 4.16667 -5.99772 -7.30824 4.16667 +124 1 1 2.76378 5.52756e-06 1.54888 0.497594 -5.36638 -6.53895 0.833333 -5.36638 -6.53895 0.833333 +125 1 1 2.76378 5.52756e-06 0.857059 0.497594 -5.36638 -6.53895 2.5 -5.36638 -6.53895 2.5 +126 1 1 2.76378 5.52756e-06 1.54888 0.497594 -5.36638 -6.53895 4.16667 -5.36638 -6.53895 4.16667 +127 1 1 2.43863 4.87726e-06 1.32374 0.497594 -4.73504 -5.76966 0.833333 -4.73504 -5.76966 0.833333 +128 1 1 2.43863 4.87726e-06 0.956891 0.497594 -4.73504 -5.76966 2.5 -4.73504 -5.76966 2.5 +129 1 1 2.43863 4.87726e-06 1.32374 0.497594 -4.73504 -5.76966 4.16667 -4.73504 -5.76966 4.16667 +130 1 1 2.11348 4.22696e-06 1.15845 0.49759 -4.1037 -5.00037 0.833333 -4.1037 -5.00037 0.833333 +131 1 1 2.11348 4.22696e-06 0.872011 0.49759 -4.1037 -5.00037 2.5 -4.1037 -5.00037 2.5 +132 1 1 2.11348 4.22696e-06 1.15845 0.49759 -4.1037 -5.00037 4.16667 -4.1037 -5.00037 4.16667 +133 1 1 1.78833 3.57666e-06 1.46933 0.49759 -3.47236 -4.23109 0.833333 -3.47236 -4.23109 0.833333 +134 1 1 1.78833 3.57666e-06 1.09432 0.49759 -3.47236 -4.23109 2.5 -3.47236 -4.23109 2.5 +135 1 1 1.78833 3.57666e-06 1.46933 0.49759 -3.47236 -4.23109 4.16667 -3.47236 -4.23109 4.16667 +136 1 1 3.08893 6.17786e-06 1.91673 0.497593 -4.4567 -8.33791 0.833333 -4.4567 -8.33791 0.833333 +137 1 1 3.08893 6.17786e-06 1.32763 0.497593 -4.4567 -8.33791 2.5 -4.4567 -8.33791 2.5 +138 1 1 3.08893 6.17786e-06 1.91673 0.497593 -4.4567 -8.33791 4.16667 -4.4567 -8.33791 4.16667 +139 1 1 2.76378 5.52756e-06 1.52991 0.497591 -3.98758 -7.46023 0.833333 -3.98758 -7.46023 0.833333 +140 1 1 2.76378 5.52756e-06 0.86203 0.497591 -3.98758 -7.46023 2.5 -3.98758 -7.46023 2.5 +141 1 1 2.76378 5.52756e-06 1.52991 0.497591 -3.98758 -7.46023 4.16667 -3.98758 -7.46023 4.16667 +142 1 1 2.43863 4.87726e-06 1.3133 0.497591 -3.51845 -6.58256 0.833333 -3.51845 -6.58256 0.833333 +143 1 1 2.43863 4.87726e-06 0.95844 0.497591 -3.51845 -6.58256 2.5 -3.51845 -6.58256 2.5 +144 1 1 2.43863 4.87726e-06 1.3133 0.497591 -3.51845 -6.58256 4.16667 -3.51845 -6.58256 4.16667 +145 1 1 2.11348 4.22696e-06 1.15778 0.497589 -3.04932 -5.70488 0.833333 -3.04932 -5.70488 0.833333 +146 1 1 2.11348 4.22696e-06 0.881233 0.497589 -3.04932 -5.70488 2.5 -3.04932 -5.70488 2.5 +147 1 1 2.11348 4.22696e-06 1.15778 0.497589 -3.04932 -5.70488 4.16667 -3.04932 -5.70488 4.16667 +148 1 1 1.78833 3.57666e-06 1.48778 0.497589 -2.5802 -4.82721 0.833333 -2.5802 -4.82721 0.833333 +149 1 1 1.78833 3.57666e-06 1.1302 0.497589 -2.5802 -4.82721 2.5 -2.5802 -4.82721 2.5 +150 1 1 1.78833 3.57666e-06 1.48778 0.497589 -2.5802 -4.82721 4.16667 -2.5802 -4.82721 4.16667 +151 1 1 3.08893 6.17786e-06 1.89354 0.497592 -2.74443 -9.04716 0.833333 -2.74443 -9.04716 0.833333 +152 1 1 3.08893 6.17786e-06 1.34536 0.497592 -2.74443 -9.04716 2.5 -2.74443 -9.04716 2.5 +153 1 1 3.08893 6.17786e-06 1.89354 0.497592 -2.74443 -9.04716 4.16667 -2.74443 -9.04716 4.16667 +154 1 1 2.76378 5.52756e-06 1.52713 0.497592 -2.45554 -8.09483 0.833333 -2.45554 -8.09483 0.833333 +155 1 1 2.76378 5.52756e-06 0.840951 0.497592 -2.45554 -8.09483 2.5 -2.45554 -8.09483 2.5 +156 1 1 2.76378 5.52756e-06 1.52713 0.497592 -2.45554 -8.09483 4.16667 -2.45554 -8.09483 4.16667 +157 1 1 2.43863 4.87726e-06 1.29434 0.497592 -2.16665 -7.14249 0.833333 -2.16665 -7.14249 0.833333 +158 1 1 2.43863 4.87726e-06 0.982503 0.497592 -2.16665 -7.14249 2.5 -2.16665 -7.14249 2.5 +159 1 1 2.43863 4.87726e-06 1.29434 0.497592 -2.16665 -7.14249 4.16667 -2.16665 -7.14249 4.16667 +160 1 1 2.11348 4.22696e-06 1.15771 0.49759 -1.87776 -6.19016 0.833333 -1.87776 -6.19016 0.833333 +161 1 1 2.11348 4.22696e-06 0.882047 0.49759 -1.87776 -6.19016 2.5 -1.87776 -6.19016 2.5 +162 1 1 2.11348 4.22696e-06 1.15771 0.49759 -1.87776 -6.19016 4.16667 -1.87776 -6.19016 4.16667 +163 1 1 1.78833 3.57666e-06 1.47414 0.49759 -1.58888 -5.23783 0.833333 -1.58888 -5.23783 0.833333 +164 1 1 1.78833 3.57666e-06 1.13801 0.49759 -1.58888 -5.23783 2.5 -1.58888 -5.23783 2.5 +165 1 1 1.78833 3.57666e-06 1.47414 0.49759 -1.58888 -5.23783 4.16667 -1.58888 -5.23783 4.16667 +166 1 1 3.08893 6.17786e-06 1.86598 0.497591 -0.926679 -9.40873 0.833333 -0.926679 -9.40873 0.833333 +167 1 1 3.08893 6.17786e-06 1.32993 0.497591 -0.926679 -9.40873 2.5 -0.926679 -9.40873 2.5 +168 1 1 3.08893 6.17786e-06 1.86598 0.497591 -0.926679 -9.40873 4.16667 -0.926679 -9.40873 4.16667 +169 1 1 2.76378 5.52756e-06 1.51217 0.497591 -0.829134 -8.41834 0.833333 -0.829134 -8.41834 0.833333 +170 1 1 2.76378 5.52756e-06 0.855471 0.497591 -0.829134 -8.41834 2.5 -0.829134 -8.41834 2.5 +171 1 1 2.76378 5.52756e-06 1.51217 0.497591 -0.829134 -8.41834 4.16667 -0.829134 -8.41834 4.16667 +172 1 1 2.43863 4.87726e-06 1.31255 0.497591 -0.731589 -7.42794 0.833333 -0.731589 -7.42794 0.833333 +173 1 1 2.43863 4.87726e-06 0.99788 0.497591 -0.731589 -7.42794 2.5 -0.731589 -7.42794 2.5 +174 1 1 2.43863 4.87726e-06 1.31255 0.497591 -0.731589 -7.42794 4.16667 -0.731589 -7.42794 4.16667 +175 1 1 2.11348 4.22696e-06 1.16835 0.497591 -0.634044 -6.43755 0.833333 -0.634044 -6.43755 0.833333 +176 1 1 2.11348 4.22696e-06 0.886875 0.497591 -0.634044 -6.43755 2.5 -0.634044 -6.43755 2.5 +177 1 1 2.11348 4.22696e-06 1.16835 0.497591 -0.634044 -6.43755 4.16667 -0.634044 -6.43755 4.16667 +178 1 1 1.78833 3.57666e-06 1.51474 0.497591 -0.536499 -5.44716 0.833333 -0.536499 -5.44716 0.833333 +179 1 1 1.78833 3.57666e-06 1.09428 0.497591 -0.536499 -5.44716 2.5 -0.536499 -5.44716 2.5 +180 1 1 1.78833 3.57666e-06 1.51474 0.497591 -0.536499 -5.44716 4.16667 -0.536499 -5.44716 4.16667 +181 1 1 1.78833 3.57666e-06 1.46933 0.49759 -3.47236 4.23109 0.833333 -3.47236 4.23109 0.833333 +182 1 1 1.78833 3.57666e-06 1.09432 0.49759 -3.47236 4.23109 2.5 -3.47236 4.23109 2.5 +183 1 1 1.78833 3.57666e-06 1.46933 0.49759 -3.47236 4.23109 4.16667 -3.47236 4.23109 4.16667 +184 1 1 2.11348 4.22696e-06 1.15845 0.49759 -4.1037 5.00037 0.833333 -4.1037 5.00037 0.833333 +185 1 1 2.11348 4.22696e-06 0.872011 0.49759 -4.1037 5.00037 2.5 -4.1037 5.00037 2.5 +186 1 1 2.11348 4.22696e-06 1.15845 0.49759 -4.1037 5.00037 4.16667 -4.1037 5.00037 4.16667 +187 1 1 2.43863 4.87726e-06 1.32374 0.497594 -4.73504 5.76966 0.833333 -4.73504 5.76966 0.833333 +188 1 1 2.43863 4.87726e-06 0.956891 0.497594 -4.73504 5.76966 2.5 -4.73504 5.76966 2.5 +189 1 1 2.43863 4.87726e-06 1.32374 0.497594 -4.73504 5.76966 4.16667 -4.73504 5.76966 4.16667 +190 1 1 2.76378 5.52756e-06 1.54888 0.497594 -5.36638 6.53895 0.833333 -5.36638 6.53895 0.833333 +191 1 1 2.76378 5.52756e-06 0.857059 0.497594 -5.36638 6.53895 2.5 -5.36638 6.53895 2.5 +192 1 1 2.76378 5.52756e-06 1.54888 0.497594 -5.36638 6.53895 4.16667 -5.36638 6.53895 4.16667 +193 1 1 3.08893 6.17786e-06 1.89656 0.497594 -5.99772 7.30824 0.833333 -5.99772 7.30824 0.833333 +194 1 1 3.08893 6.17786e-06 1.2877 0.497594 -5.99772 7.30824 2.5 -5.99772 7.30824 2.5 +195 1 1 3.08893 6.17786e-06 1.89656 0.497594 -5.99772 7.30824 4.16667 -5.99772 7.30824 4.16667 +196 1 1 1.78833 3.57666e-06 1.48778 0.497589 -2.5802 4.82721 0.833333 -2.5802 4.82721 0.833333 +197 1 1 1.78833 3.57666e-06 1.1302 0.497589 -2.5802 4.82721 2.5 -2.5802 4.82721 2.5 +198 1 1 1.78833 3.57666e-06 1.48778 0.497589 -2.5802 4.82721 4.16667 -2.5802 4.82721 4.16667 +199 1 1 2.11348 4.22696e-06 1.15778 0.497589 -3.04932 5.70488 0.833333 -3.04932 5.70488 0.833333 +200 1 1 2.11348 4.22696e-06 0.881233 0.497589 -3.04932 5.70488 2.5 -3.04932 5.70488 2.5 +201 1 1 2.11348 4.22696e-06 1.15778 0.497589 -3.04932 5.70488 4.16667 -3.04932 5.70488 4.16667 +202 1 1 2.43863 4.87726e-06 1.3133 0.497591 -3.51845 6.58256 0.833333 -3.51845 6.58256 0.833333 +203 1 1 2.43863 4.87726e-06 0.95844 0.497591 -3.51845 6.58256 2.5 -3.51845 6.58256 2.5 +204 1 1 2.43863 4.87726e-06 1.3133 0.497591 -3.51845 6.58256 4.16667 -3.51845 6.58256 4.16667 +205 1 1 2.76378 5.52756e-06 1.52991 0.497591 -3.98758 7.46023 0.833333 -3.98758 7.46023 0.833333 +206 1 1 2.76378 5.52756e-06 0.86203 0.497591 -3.98758 7.46023 2.5 -3.98758 7.46023 2.5 +207 1 1 2.76378 5.52756e-06 1.52991 0.497591 -3.98758 7.46023 4.16667 -3.98758 7.46023 4.16667 +208 1 1 3.08893 6.17786e-06 1.91673 0.497593 -4.4567 8.33791 0.833333 -4.4567 8.33791 0.833333 +209 1 1 3.08893 6.17786e-06 1.32763 0.497593 -4.4567 8.33791 2.5 -4.4567 8.33791 2.5 +210 1 1 3.08893 6.17786e-06 1.91673 0.497593 -4.4567 8.33791 4.16667 -4.4567 8.33791 4.16667 +211 1 1 1.78833 3.57666e-06 1.47414 0.49759 -1.58888 5.23783 0.833333 -1.58888 5.23783 0.833333 +212 1 1 1.78833 3.57666e-06 1.13801 0.49759 -1.58888 5.23783 2.5 -1.58888 5.23783 2.5 +213 1 1 1.78833 3.57666e-06 1.47414 0.49759 -1.58888 5.23783 4.16667 -1.58888 5.23783 4.16667 +214 1 1 2.11348 4.22696e-06 1.15771 0.49759 -1.87776 6.19016 0.833333 -1.87776 6.19016 0.833333 +215 1 1 2.11348 4.22696e-06 0.882047 0.49759 -1.87776 6.19016 2.5 -1.87776 6.19016 2.5 +216 1 1 2.11348 4.22696e-06 1.15771 0.49759 -1.87776 6.19016 4.16667 -1.87776 6.19016 4.16667 +217 1 1 2.43863 4.87726e-06 1.29434 0.497592 -2.16665 7.14249 0.833333 -2.16665 7.14249 0.833333 +218 1 1 2.43863 4.87726e-06 0.982503 0.497592 -2.16665 7.14249 2.5 -2.16665 7.14249 2.5 +219 1 1 2.43863 4.87726e-06 1.29434 0.497592 -2.16665 7.14249 4.16667 -2.16665 7.14249 4.16667 +220 1 1 2.76378 5.52756e-06 1.52713 0.497592 -2.45554 8.09483 0.833333 -2.45554 8.09483 0.833333 +221 1 1 2.76378 5.52756e-06 0.840951 0.497592 -2.45554 8.09483 2.5 -2.45554 8.09483 2.5 +222 1 1 2.76378 5.52756e-06 1.52713 0.497592 -2.45554 8.09483 4.16667 -2.45554 8.09483 4.16667 +223 1 1 3.08893 6.17786e-06 1.89354 0.497592 -2.74443 9.04716 0.833333 -2.74443 9.04716 0.833333 +224 1 1 3.08893 6.17786e-06 1.34536 0.497592 -2.74443 9.04716 2.5 -2.74443 9.04716 2.5 +225 1 1 3.08893 6.17786e-06 1.89354 0.497592 -2.74443 9.04716 4.16667 -2.74443 9.04716 4.16667 +226 1 1 1.78833 3.57666e-06 1.51474 0.497591 -0.536499 5.44716 0.833333 -0.536499 5.44716 0.833333 +227 1 1 1.78833 3.57666e-06 1.09428 0.497591 -0.536499 5.44716 2.5 -0.536499 5.44716 2.5 +228 1 1 1.78833 3.57666e-06 1.51474 0.497591 -0.536499 5.44716 4.16667 -0.536499 5.44716 4.16667 +229 1 1 2.11348 4.22696e-06 1.16835 0.497591 -0.634044 6.43755 0.833333 -0.634044 6.43755 0.833333 +230 1 1 2.11348 4.22696e-06 0.886875 0.497591 -0.634044 6.43755 2.5 -0.634044 6.43755 2.5 +231 1 1 2.11348 4.22696e-06 1.16835 0.497591 -0.634044 6.43755 4.16667 -0.634044 6.43755 4.16667 +232 1 1 2.43863 4.87726e-06 1.31255 0.497591 -0.731589 7.42794 0.833333 -0.731589 7.42794 0.833333 +233 1 1 2.43863 4.87726e-06 0.99788 0.497591 -0.731589 7.42794 2.5 -0.731589 7.42794 2.5 +234 1 1 2.43863 4.87726e-06 1.31255 0.497591 -0.731589 7.42794 4.16667 -0.731589 7.42794 4.16667 +235 1 1 2.76378 5.52756e-06 1.51217 0.497591 -0.829134 8.41834 0.833333 -0.829134 8.41834 0.833333 +236 1 1 2.76378 5.52756e-06 0.855471 0.497591 -0.829134 8.41834 2.5 -0.829134 8.41834 2.5 +237 1 1 2.76378 5.52756e-06 1.51217 0.497591 -0.829134 8.41834 4.16667 -0.829134 8.41834 4.16667 +238 1 1 3.08893 6.17786e-06 1.86598 0.497591 -0.926679 9.40873 0.833333 -0.926679 9.40873 0.833333 +239 1 1 3.08893 6.17786e-06 1.32993 0.497591 -0.926679 9.40873 2.5 -0.926679 9.40873 2.5 +240 1 1 3.08893 6.17786e-06 1.86598 0.497591 -0.926679 9.40873 4.16667 -0.926679 9.40873 4.16667 +241 1 1 3.08893 6.17786e-06 1.86598 0.497591 0.926679 -9.40873 0.833333 0.926679 -9.40873 0.833333 +242 1 1 3.08893 6.17786e-06 1.32993 0.497591 0.926679 -9.40873 2.5 0.926679 -9.40873 2.5 +243 1 1 3.08893 6.17786e-06 1.86598 0.497591 0.926679 -9.40873 4.16667 0.926679 -9.40873 4.16667 +244 1 1 2.76378 5.52756e-06 1.51217 0.497591 0.829134 -8.41834 0.833333 0.829134 -8.41834 0.833333 +245 1 1 2.76378 5.52756e-06 0.855471 0.497591 0.829134 -8.41834 2.5 0.829134 -8.41834 2.5 +246 1 1 2.76378 5.52756e-06 1.51217 0.497591 0.829134 -8.41834 4.16667 0.829134 -8.41834 4.16667 +247 1 1 2.43863 4.87726e-06 1.31255 0.497591 0.731589 -7.42794 0.833333 0.731589 -7.42794 0.833333 +248 1 1 2.43863 4.87726e-06 0.99788 0.497591 0.731589 -7.42794 2.5 0.731589 -7.42794 2.5 +249 1 1 2.43863 4.87726e-06 1.31255 0.497591 0.731589 -7.42794 4.16667 0.731589 -7.42794 4.16667 +250 1 1 2.11348 4.22696e-06 1.16835 0.497591 0.634044 -6.43755 0.833333 0.634044 -6.43755 0.833333 +251 1 1 2.11348 4.22696e-06 0.886875 0.497591 0.634044 -6.43755 2.5 0.634044 -6.43755 2.5 +252 1 1 2.11348 4.22696e-06 1.16835 0.497591 0.634044 -6.43755 4.16667 0.634044 -6.43755 4.16667 +253 1 1 1.78833 3.57666e-06 1.51474 0.497591 0.536499 -5.44716 0.833333 0.536499 -5.44716 0.833333 +254 1 1 1.78833 3.57666e-06 1.09428 0.497591 0.536499 -5.44716 2.5 0.536499 -5.44716 2.5 +255 1 1 1.78833 3.57666e-06 1.51474 0.497591 0.536499 -5.44716 4.16667 0.536499 -5.44716 4.16667 +256 1 1 3.08893 6.17786e-06 1.89354 0.497592 2.74443 -9.04716 0.833333 2.74443 -9.04716 0.833333 +257 1 1 3.08893 6.17786e-06 1.34536 0.497592 2.74443 -9.04716 2.5 2.74443 -9.04716 2.5 +258 1 1 3.08893 6.17786e-06 1.89354 0.497592 2.74443 -9.04716 4.16667 2.74443 -9.04716 4.16667 +259 1 1 2.76378 5.52756e-06 1.52713 0.497592 2.45554 -8.09483 0.833333 2.45554 -8.09483 0.833333 +260 1 1 2.76378 5.52756e-06 0.840951 0.497592 2.45554 -8.09483 2.5 2.45554 -8.09483 2.5 +261 1 1 2.76378 5.52756e-06 1.52713 0.497592 2.45554 -8.09483 4.16667 2.45554 -8.09483 4.16667 +262 1 1 2.43863 4.87726e-06 1.29434 0.497592 2.16665 -7.14249 0.833333 2.16665 -7.14249 0.833333 +263 1 1 2.43863 4.87726e-06 0.982503 0.497592 2.16665 -7.14249 2.5 2.16665 -7.14249 2.5 +264 1 1 2.43863 4.87726e-06 1.29434 0.497592 2.16665 -7.14249 4.16667 2.16665 -7.14249 4.16667 +265 1 1 2.11348 4.22696e-06 1.15771 0.49759 1.87776 -6.19016 0.833333 1.87776 -6.19016 0.833333 +266 1 1 2.11348 4.22696e-06 0.882047 0.49759 1.87776 -6.19016 2.5 1.87776 -6.19016 2.5 +267 1 1 2.11348 4.22696e-06 1.15771 0.49759 1.87776 -6.19016 4.16667 1.87776 -6.19016 4.16667 +268 1 1 1.78833 3.57666e-06 1.47414 0.49759 1.58888 -5.23783 0.833333 1.58888 -5.23783 0.833333 +269 1 1 1.78833 3.57666e-06 1.13801 0.49759 1.58888 -5.23783 2.5 1.58888 -5.23783 2.5 +270 1 1 1.78833 3.57666e-06 1.47414 0.49759 1.58888 -5.23783 4.16667 1.58888 -5.23783 4.16667 +271 1 1 3.08893 6.17786e-06 1.91673 0.497593 4.4567 -8.33791 0.833333 4.4567 -8.33791 0.833333 +272 1 1 3.08893 6.17786e-06 1.32763 0.497593 4.4567 -8.33791 2.5 4.4567 -8.33791 2.5 +273 1 1 3.08893 6.17786e-06 1.91673 0.497593 4.4567 -8.33791 4.16667 4.4567 -8.33791 4.16667 +274 1 1 2.76378 5.52756e-06 1.52991 0.497591 3.98758 -7.46023 0.833333 3.98758 -7.46023 0.833333 +275 1 1 2.76378 5.52756e-06 0.86203 0.497591 3.98758 -7.46023 2.5 3.98758 -7.46023 2.5 +276 1 1 2.76378 5.52756e-06 1.52991 0.497591 3.98758 -7.46023 4.16667 3.98758 -7.46023 4.16667 +277 1 1 2.43863 4.87726e-06 1.3133 0.497591 3.51845 -6.58256 0.833333 3.51845 -6.58256 0.833333 +278 1 1 2.43863 4.87726e-06 0.95844 0.497591 3.51845 -6.58256 2.5 3.51845 -6.58256 2.5 +279 1 1 2.43863 4.87726e-06 1.3133 0.497591 3.51845 -6.58256 4.16667 3.51845 -6.58256 4.16667 +280 1 1 2.11348 4.22696e-06 1.15778 0.497589 3.04932 -5.70488 0.833333 3.04932 -5.70488 0.833333 +281 1 1 2.11348 4.22696e-06 0.881233 0.497589 3.04932 -5.70488 2.5 3.04932 -5.70488 2.5 +282 1 1 2.11348 4.22696e-06 1.15778 0.497589 3.04932 -5.70488 4.16667 3.04932 -5.70488 4.16667 +283 1 1 1.78833 3.57666e-06 1.48778 0.497589 2.5802 -4.82721 0.833333 2.5802 -4.82721 0.833333 +284 1 1 1.78833 3.57666e-06 1.1302 0.497589 2.5802 -4.82721 2.5 2.5802 -4.82721 2.5 +285 1 1 1.78833 3.57666e-06 1.48778 0.497589 2.5802 -4.82721 4.16667 2.5802 -4.82721 4.16667 +286 1 1 3.08893 6.17786e-06 1.89656 0.497594 5.99772 -7.30824 0.833333 5.99772 -7.30824 0.833333 +287 1 1 3.08893 6.17786e-06 1.2877 0.497594 5.99772 -7.30824 2.5 5.99772 -7.30824 2.5 +288 1 1 3.08893 6.17786e-06 1.89656 0.497594 5.99772 -7.30824 4.16667 5.99772 -7.30824 4.16667 +289 1 1 2.76378 5.52756e-06 1.54888 0.497594 5.36638 -6.53895 0.833333 5.36638 -6.53895 0.833333 +290 1 1 2.76378 5.52756e-06 0.857059 0.497594 5.36638 -6.53895 2.5 5.36638 -6.53895 2.5 +291 1 1 2.76378 5.52756e-06 1.54888 0.497594 5.36638 -6.53895 4.16667 5.36638 -6.53895 4.16667 +292 1 1 2.43863 4.87726e-06 1.32374 0.497594 4.73504 -5.76966 0.833333 4.73504 -5.76966 0.833333 +293 1 1 2.43863 4.87726e-06 0.956891 0.497594 4.73504 -5.76966 2.5 4.73504 -5.76966 2.5 +294 1 1 2.43863 4.87726e-06 1.32374 0.497594 4.73504 -5.76966 4.16667 4.73504 -5.76966 4.16667 +295 1 1 2.11348 4.22696e-06 1.15845 0.49759 4.1037 -5.00037 0.833333 4.1037 -5.00037 0.833333 +296 1 1 2.11348 4.22696e-06 0.872011 0.49759 4.1037 -5.00037 2.5 4.1037 -5.00037 2.5 +297 1 1 2.11348 4.22696e-06 1.15845 0.49759 4.1037 -5.00037 4.16667 4.1037 -5.00037 4.16667 +298 1 1 1.78833 3.57666e-06 1.46933 0.49759 3.47236 -4.23109 0.833333 3.47236 -4.23109 0.833333 +299 1 1 1.78833 3.57666e-06 1.09432 0.49759 3.47236 -4.23109 2.5 3.47236 -4.23109 2.5 +300 1 1 1.78833 3.57666e-06 1.46933 0.49759 3.47236 -4.23109 4.16667 3.47236 -4.23109 4.16667 +301 1 1 1.78833 3.57666e-06 1.51474 0.497591 0.536499 5.44716 0.833333 0.536499 5.44716 0.833333 +302 1 1 1.78833 3.57666e-06 1.09428 0.497591 0.536499 5.44716 2.5 0.536499 5.44716 2.5 +303 1 1 1.78833 3.57666e-06 1.51474 0.497591 0.536499 5.44716 4.16667 0.536499 5.44716 4.16667 +304 1 1 2.11348 4.22696e-06 1.16835 0.497591 0.634044 6.43755 0.833333 0.634044 6.43755 0.833333 +305 1 1 2.11348 4.22696e-06 0.886875 0.497591 0.634044 6.43755 2.5 0.634044 6.43755 2.5 +306 1 1 2.11348 4.22696e-06 1.16835 0.497591 0.634044 6.43755 4.16667 0.634044 6.43755 4.16667 +307 1 1 2.43863 4.87726e-06 1.31255 0.497591 0.731589 7.42794 0.833333 0.731589 7.42794 0.833333 +308 1 1 2.43863 4.87726e-06 0.99788 0.497591 0.731589 7.42794 2.5 0.731589 7.42794 2.5 +309 1 1 2.43863 4.87726e-06 1.31255 0.497591 0.731589 7.42794 4.16667 0.731589 7.42794 4.16667 +310 1 1 2.76378 5.52756e-06 1.51217 0.497591 0.829134 8.41834 0.833333 0.829134 8.41834 0.833333 +311 1 1 2.76378 5.52756e-06 0.855471 0.497591 0.829134 8.41834 2.5 0.829134 8.41834 2.5 +312 1 1 2.76378 5.52756e-06 1.51217 0.497591 0.829134 8.41834 4.16667 0.829134 8.41834 4.16667 +313 1 1 3.08893 6.17786e-06 1.86598 0.497591 0.926679 9.40873 0.833333 0.926679 9.40873 0.833333 +314 1 1 3.08893 6.17786e-06 1.32993 0.497591 0.926679 9.40873 2.5 0.926679 9.40873 2.5 +315 1 1 3.08893 6.17786e-06 1.86598 0.497591 0.926679 9.40873 4.16667 0.926679 9.40873 4.16667 +316 1 1 1.78833 3.57666e-06 1.47414 0.49759 1.58888 5.23783 0.833333 1.58888 5.23783 0.833333 +317 1 1 1.78833 3.57666e-06 1.13801 0.49759 1.58888 5.23783 2.5 1.58888 5.23783 2.5 +318 1 1 1.78833 3.57666e-06 1.47414 0.49759 1.58888 5.23783 4.16667 1.58888 5.23783 4.16667 +319 1 1 2.11348 4.22696e-06 1.15771 0.49759 1.87776 6.19016 0.833333 1.87776 6.19016 0.833333 +320 1 1 2.11348 4.22696e-06 0.882047 0.49759 1.87776 6.19016 2.5 1.87776 6.19016 2.5 +321 1 1 2.11348 4.22696e-06 1.15771 0.49759 1.87776 6.19016 4.16667 1.87776 6.19016 4.16667 +322 1 1 2.43863 4.87726e-06 1.29434 0.497592 2.16665 7.14249 0.833333 2.16665 7.14249 0.833333 +323 1 1 2.43863 4.87726e-06 0.982503 0.497592 2.16665 7.14249 2.5 2.16665 7.14249 2.5 +324 1 1 2.43863 4.87726e-06 1.29434 0.497592 2.16665 7.14249 4.16667 2.16665 7.14249 4.16667 +325 1 1 2.76378 5.52756e-06 1.52713 0.497592 2.45554 8.09483 0.833333 2.45554 8.09483 0.833333 +326 1 1 2.76378 5.52756e-06 0.840951 0.497592 2.45554 8.09483 2.5 2.45554 8.09483 2.5 +327 1 1 2.76378 5.52756e-06 1.52713 0.497592 2.45554 8.09483 4.16667 2.45554 8.09483 4.16667 +328 1 1 3.08893 6.17786e-06 1.89354 0.497592 2.74443 9.04716 0.833333 2.74443 9.04716 0.833333 +329 1 1 3.08893 6.17786e-06 1.34536 0.497592 2.74443 9.04716 2.5 2.74443 9.04716 2.5 +330 1 1 3.08893 6.17786e-06 1.89354 0.497592 2.74443 9.04716 4.16667 2.74443 9.04716 4.16667 +331 1 1 1.78833 3.57666e-06 1.48778 0.497589 2.5802 4.82721 0.833333 2.5802 4.82721 0.833333 +332 1 1 1.78833 3.57666e-06 1.1302 0.497589 2.5802 4.82721 2.5 2.5802 4.82721 2.5 +333 1 1 1.78833 3.57666e-06 1.48778 0.497589 2.5802 4.82721 4.16667 2.5802 4.82721 4.16667 +334 1 1 2.11348 4.22696e-06 1.15778 0.497589 3.04932 5.70488 0.833333 3.04932 5.70488 0.833333 +335 1 1 2.11348 4.22696e-06 0.881233 0.497589 3.04932 5.70488 2.5 3.04932 5.70488 2.5 +336 1 1 2.11348 4.22696e-06 1.15778 0.497589 3.04932 5.70488 4.16667 3.04932 5.70488 4.16667 +337 1 1 2.43863 4.87726e-06 1.3133 0.497591 3.51845 6.58256 0.833333 3.51845 6.58256 0.833333 +338 1 1 2.43863 4.87726e-06 0.95844 0.497591 3.51845 6.58256 2.5 3.51845 6.58256 2.5 +339 1 1 2.43863 4.87726e-06 1.3133 0.497591 3.51845 6.58256 4.16667 3.51845 6.58256 4.16667 +340 1 1 2.76378 5.52756e-06 1.52991 0.497591 3.98758 7.46023 0.833333 3.98758 7.46023 0.833333 +341 1 1 2.76378 5.52756e-06 0.86203 0.497591 3.98758 7.46023 2.5 3.98758 7.46023 2.5 +342 1 1 2.76378 5.52756e-06 1.52991 0.497591 3.98758 7.46023 4.16667 3.98758 7.46023 4.16667 +343 1 1 3.08893 6.17786e-06 1.91673 0.497593 4.4567 8.33791 0.833333 4.4567 8.33791 0.833333 +344 1 1 3.08893 6.17786e-06 1.32763 0.497593 4.4567 8.33791 2.5 4.4567 8.33791 2.5 +345 1 1 3.08893 6.17786e-06 1.91673 0.497593 4.4567 8.33791 4.16667 4.4567 8.33791 4.16667 +346 1 1 1.78833 3.57666e-06 1.46933 0.49759 3.47236 4.23109 0.833333 3.47236 4.23109 0.833333 +347 1 1 1.78833 3.57666e-06 1.09432 0.49759 3.47236 4.23109 2.5 3.47236 4.23109 2.5 +348 1 1 1.78833 3.57666e-06 1.46933 0.49759 3.47236 4.23109 4.16667 3.47236 4.23109 4.16667 +349 1 1 2.11348 4.22696e-06 1.15845 0.49759 4.1037 5.00037 0.833333 4.1037 5.00037 0.833333 +350 1 1 2.11348 4.22696e-06 0.872011 0.49759 4.1037 5.00037 2.5 4.1037 5.00037 2.5 +351 1 1 2.11348 4.22696e-06 1.15845 0.49759 4.1037 5.00037 4.16667 4.1037 5.00037 4.16667 +352 1 1 2.43863 4.87726e-06 1.32374 0.497594 4.73504 5.76966 0.833333 4.73504 5.76966 0.833333 +353 1 1 2.43863 4.87726e-06 0.956891 0.497594 4.73504 5.76966 2.5 4.73504 5.76966 2.5 +354 1 1 2.43863 4.87726e-06 1.32374 0.497594 4.73504 5.76966 4.16667 4.73504 5.76966 4.16667 +355 1 1 2.76378 5.52756e-06 1.54888 0.497594 5.36638 6.53895 0.833333 5.36638 6.53895 0.833333 +356 1 1 2.76378 5.52756e-06 0.857059 0.497594 5.36638 6.53895 2.5 5.36638 6.53895 2.5 +357 1 1 2.76378 5.52756e-06 1.54888 0.497594 5.36638 6.53895 4.16667 5.36638 6.53895 4.16667 +358 1 1 3.08893 6.17786e-06 1.89656 0.497594 5.99772 7.30824 0.833333 5.99772 7.30824 0.833333 +359 1 1 3.08893 6.17786e-06 1.2877 0.497594 5.99772 7.30824 2.5 5.99772 7.30824 2.5 +360 1 1 3.08893 6.17786e-06 1.89656 0.497594 5.99772 7.30824 4.16667 5.99772 7.30824 4.16667 +361 1 1 1.78833 3.57666e-06 1.46933 0.49759 4.23109 -3.47236 0.833333 4.23109 -3.47236 0.833333 +362 1 1 1.78833 3.57666e-06 1.09432 0.49759 4.23109 -3.47236 2.5 4.23109 -3.47236 2.5 +363 1 1 1.78833 3.57666e-06 1.46933 0.49759 4.23109 -3.47236 4.16667 4.23109 -3.47236 4.16667 +364 1 1 1.78833 3.57666e-06 1.48778 0.497589 4.82721 -2.5802 0.833333 4.82721 -2.5802 0.833333 +365 1 1 1.78833 3.57666e-06 1.1302 0.497589 4.82721 -2.5802 2.5 4.82721 -2.5802 2.5 +366 1 1 1.78833 3.57666e-06 1.48778 0.497589 4.82721 -2.5802 4.16667 4.82721 -2.5802 4.16667 +367 1 1 1.78833 3.57666e-06 1.47414 0.49759 5.23783 -1.58888 0.833333 5.23783 -1.58888 0.833333 +368 1 1 1.78833 3.57666e-06 1.13801 0.49759 5.23783 -1.58888 2.5 5.23783 -1.58888 2.5 +369 1 1 1.78833 3.57666e-06 1.47414 0.49759 5.23783 -1.58888 4.16667 5.23783 -1.58888 4.16667 +370 1 1 1.78833 3.57666e-06 1.51474 0.497591 5.44716 -0.536499 0.833333 5.44716 -0.536499 0.833333 +371 1 1 1.78833 3.57666e-06 1.09428 0.497591 5.44716 -0.536499 2.5 5.44716 -0.536499 2.5 +372 1 1 1.78833 3.57666e-06 1.51474 0.497591 5.44716 -0.536499 4.16667 5.44716 -0.536499 4.16667 +373 1 1 2.11348 4.22696e-06 1.15845 0.49759 5.00037 -4.1037 0.833333 5.00037 -4.1037 0.833333 +374 1 1 2.11348 4.22696e-06 0.872011 0.49759 5.00037 -4.1037 2.5 5.00037 -4.1037 2.5 +375 1 1 2.11348 4.22696e-06 1.15845 0.49759 5.00037 -4.1037 4.16667 5.00037 -4.1037 4.16667 +376 1 1 2.11348 4.22696e-06 1.15778 0.497589 5.70488 -3.04932 0.833333 5.70488 -3.04932 0.833333 +377 1 1 2.11348 4.22696e-06 0.881233 0.497589 5.70488 -3.04932 2.5 5.70488 -3.04932 2.5 +378 1 1 2.11348 4.22696e-06 1.15778 0.497589 5.70488 -3.04932 4.16667 5.70488 -3.04932 4.16667 +379 1 1 2.11348 4.22696e-06 1.15771 0.49759 6.19016 -1.87776 0.833333 6.19016 -1.87776 0.833333 +380 1 1 2.11348 4.22696e-06 0.882047 0.49759 6.19016 -1.87776 2.5 6.19016 -1.87776 2.5 +381 1 1 2.11348 4.22696e-06 1.15771 0.49759 6.19016 -1.87776 4.16667 6.19016 -1.87776 4.16667 +382 1 1 2.11348 4.22696e-06 1.16835 0.497591 6.43755 -0.634044 0.833333 6.43755 -0.634044 0.833333 +383 1 1 2.11348 4.22696e-06 0.886875 0.497591 6.43755 -0.634044 2.5 6.43755 -0.634044 2.5 +384 1 1 2.11348 4.22696e-06 1.16835 0.497591 6.43755 -0.634044 4.16667 6.43755 -0.634044 4.16667 +385 1 1 2.43863 4.87726e-06 1.32374 0.497594 5.76966 -4.73504 0.833333 5.76966 -4.73504 0.833333 +386 1 1 2.43863 4.87726e-06 0.956891 0.497594 5.76966 -4.73504 2.5 5.76966 -4.73504 2.5 +387 1 1 2.43863 4.87726e-06 1.32374 0.497594 5.76966 -4.73504 4.16667 5.76966 -4.73504 4.16667 +388 1 1 2.43863 4.87726e-06 1.3133 0.497591 6.58256 -3.51845 0.833333 6.58256 -3.51845 0.833333 +389 1 1 2.43863 4.87726e-06 0.95844 0.497591 6.58256 -3.51845 2.5 6.58256 -3.51845 2.5 +390 1 1 2.43863 4.87726e-06 1.3133 0.497591 6.58256 -3.51845 4.16667 6.58256 -3.51845 4.16667 +391 1 1 2.43863 4.87726e-06 1.29434 0.497592 7.14249 -2.16665 0.833333 7.14249 -2.16665 0.833333 +392 1 1 2.43863 4.87726e-06 0.982503 0.497592 7.14249 -2.16665 2.5 7.14249 -2.16665 2.5 +393 1 1 2.43863 4.87726e-06 1.29434 0.497592 7.14249 -2.16665 4.16667 7.14249 -2.16665 4.16667 +394 1 1 2.43863 4.87726e-06 1.31255 0.497591 7.42794 -0.731589 0.833333 7.42794 -0.731589 0.833333 +395 1 1 2.43863 4.87726e-06 0.99788 0.497591 7.42794 -0.731589 2.5 7.42794 -0.731589 2.5 +396 1 1 2.43863 4.87726e-06 1.31255 0.497591 7.42794 -0.731589 4.16667 7.42794 -0.731589 4.16667 +397 1 1 2.76378 5.52756e-06 1.54888 0.497594 6.53895 -5.36638 0.833333 6.53895 -5.36638 0.833333 +398 1 1 2.76378 5.52756e-06 0.857059 0.497594 6.53895 -5.36638 2.5 6.53895 -5.36638 2.5 +399 1 1 2.76378 5.52756e-06 1.54888 0.497594 6.53895 -5.36638 4.16667 6.53895 -5.36638 4.16667 +400 1 1 2.76378 5.52756e-06 1.52991 0.497591 7.46023 -3.98758 0.833333 7.46023 -3.98758 0.833333 +401 1 1 2.76378 5.52756e-06 0.86203 0.497591 7.46023 -3.98758 2.5 7.46023 -3.98758 2.5 +402 1 1 2.76378 5.52756e-06 1.52991 0.497591 7.46023 -3.98758 4.16667 7.46023 -3.98758 4.16667 +403 1 1 2.76378 5.52756e-06 1.52713 0.497592 8.09483 -2.45554 0.833333 8.09483 -2.45554 0.833333 +404 1 1 2.76378 5.52756e-06 0.840951 0.497592 8.09483 -2.45554 2.5 8.09483 -2.45554 2.5 +405 1 1 2.76378 5.52756e-06 1.52713 0.497592 8.09483 -2.45554 4.16667 8.09483 -2.45554 4.16667 +406 1 1 2.76378 5.52756e-06 1.51217 0.497591 8.41834 -0.829134 0.833333 8.41834 -0.829134 0.833333 +407 1 1 2.76378 5.52756e-06 0.855471 0.497591 8.41834 -0.829134 2.5 8.41834 -0.829134 2.5 +408 1 1 2.76378 5.52756e-06 1.51217 0.497591 8.41834 -0.829134 4.16667 8.41834 -0.829134 4.16667 +409 1 1 3.08893 6.17786e-06 1.89656 0.497594 7.30824 -5.99772 0.833333 7.30824 -5.99772 0.833333 +410 1 1 3.08893 6.17786e-06 1.2877 0.497594 7.30824 -5.99772 2.5 7.30824 -5.99772 2.5 +411 1 1 3.08893 6.17786e-06 1.89656 0.497594 7.30824 -5.99772 4.16667 7.30824 -5.99772 4.16667 +412 1 1 3.08893 6.17786e-06 1.91673 0.497593 8.33791 -4.4567 0.833333 8.33791 -4.4567 0.833333 +413 1 1 3.08893 6.17786e-06 1.32763 0.497593 8.33791 -4.4567 2.5 8.33791 -4.4567 2.5 +414 1 1 3.08893 6.17786e-06 1.91673 0.497593 8.33791 -4.4567 4.16667 8.33791 -4.4567 4.16667 +415 1 1 3.08893 6.17786e-06 1.89354 0.497592 9.04716 -2.74443 0.833333 9.04716 -2.74443 0.833333 +416 1 1 3.08893 6.17786e-06 1.34536 0.497592 9.04716 -2.74443 2.5 9.04716 -2.74443 2.5 +417 1 1 3.08893 6.17786e-06 1.89354 0.497592 9.04716 -2.74443 4.16667 9.04716 -2.74443 4.16667 +418 1 1 3.08893 6.17786e-06 1.86598 0.497591 9.40873 -0.926679 0.833333 9.40873 -0.926679 0.833333 +419 1 1 3.08893 6.17786e-06 1.32993 0.497591 9.40873 -0.926679 2.5 9.40873 -0.926679 2.5 +420 1 1 3.08893 6.17786e-06 1.86598 0.497591 9.40873 -0.926679 4.16667 9.40873 -0.926679 4.16667 +421 1 1 1.78833 3.57666e-06 1.51474 0.497591 5.44716 0.536499 0.833333 5.44716 0.536499 0.833333 +422 1 1 1.78833 3.57666e-06 1.09428 0.497591 5.44716 0.536499 2.5 5.44716 0.536499 2.5 +423 1 1 1.78833 3.57666e-06 1.51474 0.497591 5.44716 0.536499 4.16667 5.44716 0.536499 4.16667 +424 1 1 1.78833 3.57666e-06 1.47414 0.49759 5.23783 1.58888 0.833333 5.23783 1.58888 0.833333 +425 1 1 1.78833 3.57666e-06 1.13801 0.49759 5.23783 1.58888 2.5 5.23783 1.58888 2.5 +426 1 1 1.78833 3.57666e-06 1.47414 0.49759 5.23783 1.58888 4.16667 5.23783 1.58888 4.16667 +427 1 1 1.78833 3.57666e-06 1.48778 0.497589 4.82721 2.5802 0.833333 4.82721 2.5802 0.833333 +428 1 1 1.78833 3.57666e-06 1.1302 0.497589 4.82721 2.5802 2.5 4.82721 2.5802 2.5 +429 1 1 1.78833 3.57666e-06 1.48778 0.497589 4.82721 2.5802 4.16667 4.82721 2.5802 4.16667 +430 1 1 1.78833 3.57666e-06 1.46933 0.49759 4.23109 3.47236 0.833333 4.23109 3.47236 0.833333 +431 1 1 1.78833 3.57666e-06 1.09432 0.49759 4.23109 3.47236 2.5 4.23109 3.47236 2.5 +432 1 1 1.78833 3.57666e-06 1.46933 0.49759 4.23109 3.47236 4.16667 4.23109 3.47236 4.16667 +433 1 1 2.11348 4.22696e-06 1.16835 0.497591 6.43755 0.634044 0.833333 6.43755 0.634044 0.833333 +434 1 1 2.11348 4.22696e-06 0.886875 0.497591 6.43755 0.634044 2.5 6.43755 0.634044 2.5 +435 1 1 2.11348 4.22696e-06 1.16835 0.497591 6.43755 0.634044 4.16667 6.43755 0.634044 4.16667 +436 1 1 2.11348 4.22696e-06 1.15771 0.49759 6.19016 1.87776 0.833333 6.19016 1.87776 0.833333 +437 1 1 2.11348 4.22696e-06 0.882047 0.49759 6.19016 1.87776 2.5 6.19016 1.87776 2.5 +438 1 1 2.11348 4.22696e-06 1.15771 0.49759 6.19016 1.87776 4.16667 6.19016 1.87776 4.16667 +439 1 1 2.11348 4.22696e-06 1.15778 0.497589 5.70488 3.04932 0.833333 5.70488 3.04932 0.833333 +440 1 1 2.11348 4.22696e-06 0.881233 0.497589 5.70488 3.04932 2.5 5.70488 3.04932 2.5 +441 1 1 2.11348 4.22696e-06 1.15778 0.497589 5.70488 3.04932 4.16667 5.70488 3.04932 4.16667 +442 1 1 2.11348 4.22696e-06 1.15845 0.49759 5.00037 4.1037 0.833333 5.00037 4.1037 0.833333 +443 1 1 2.11348 4.22696e-06 0.872011 0.49759 5.00037 4.1037 2.5 5.00037 4.1037 2.5 +444 1 1 2.11348 4.22696e-06 1.15845 0.49759 5.00037 4.1037 4.16667 5.00037 4.1037 4.16667 +445 1 1 2.43863 4.87726e-06 1.31255 0.497591 7.42794 0.731589 0.833333 7.42794 0.731589 0.833333 +446 1 1 2.43863 4.87726e-06 0.99788 0.497591 7.42794 0.731589 2.5 7.42794 0.731589 2.5 +447 1 1 2.43863 4.87726e-06 1.31255 0.497591 7.42794 0.731589 4.16667 7.42794 0.731589 4.16667 +448 1 1 2.43863 4.87726e-06 1.29434 0.497592 7.14249 2.16665 0.833333 7.14249 2.16665 0.833333 +449 1 1 2.43863 4.87726e-06 0.982503 0.497592 7.14249 2.16665 2.5 7.14249 2.16665 2.5 +450 1 1 2.43863 4.87726e-06 1.29434 0.497592 7.14249 2.16665 4.16667 7.14249 2.16665 4.16667 +451 1 1 2.43863 4.87726e-06 1.3133 0.497591 6.58256 3.51845 0.833333 6.58256 3.51845 0.833333 +452 1 1 2.43863 4.87726e-06 0.95844 0.497591 6.58256 3.51845 2.5 6.58256 3.51845 2.5 +453 1 1 2.43863 4.87726e-06 1.3133 0.497591 6.58256 3.51845 4.16667 6.58256 3.51845 4.16667 +454 1 1 2.43863 4.87726e-06 1.32374 0.497594 5.76966 4.73504 0.833333 5.76966 4.73504 0.833333 +455 1 1 2.43863 4.87726e-06 0.956891 0.497594 5.76966 4.73504 2.5 5.76966 4.73504 2.5 +456 1 1 2.43863 4.87726e-06 1.32374 0.497594 5.76966 4.73504 4.16667 5.76966 4.73504 4.16667 +457 1 1 2.76378 5.52756e-06 1.51217 0.497591 8.41834 0.829134 0.833333 8.41834 0.829134 0.833333 +458 1 1 2.76378 5.52756e-06 0.855471 0.497591 8.41834 0.829134 2.5 8.41834 0.829134 2.5 +459 1 1 2.76378 5.52756e-06 1.51217 0.497591 8.41834 0.829134 4.16667 8.41834 0.829134 4.16667 +460 1 1 2.76378 5.52756e-06 1.52713 0.497592 8.09483 2.45554 0.833333 8.09483 2.45554 0.833333 +461 1 1 2.76378 5.52756e-06 0.840951 0.497592 8.09483 2.45554 2.5 8.09483 2.45554 2.5 +462 1 1 2.76378 5.52756e-06 1.52713 0.497592 8.09483 2.45554 4.16667 8.09483 2.45554 4.16667 +463 1 1 2.76378 5.52756e-06 1.52991 0.497591 7.46023 3.98758 0.833333 7.46023 3.98758 0.833333 +464 1 1 2.76378 5.52756e-06 0.86203 0.497591 7.46023 3.98758 2.5 7.46023 3.98758 2.5 +465 1 1 2.76378 5.52756e-06 1.52991 0.497591 7.46023 3.98758 4.16667 7.46023 3.98758 4.16667 +466 1 1 2.76378 5.52756e-06 1.54888 0.497594 6.53895 5.36638 0.833333 6.53895 5.36638 0.833333 +467 1 1 2.76378 5.52756e-06 0.857059 0.497594 6.53895 5.36638 2.5 6.53895 5.36638 2.5 +468 1 1 2.76378 5.52756e-06 1.54888 0.497594 6.53895 5.36638 4.16667 6.53895 5.36638 4.16667 +469 1 1 3.08893 6.17786e-06 1.86598 0.497591 9.40873 0.926679 0.833333 9.40873 0.926679 0.833333 +470 1 1 3.08893 6.17786e-06 1.32993 0.497591 9.40873 0.926679 2.5 9.40873 0.926679 2.5 +471 1 1 3.08893 6.17786e-06 1.86598 0.497591 9.40873 0.926679 4.16667 9.40873 0.926679 4.16667 +472 1 1 3.08893 6.17786e-06 1.89354 0.497592 9.04716 2.74443 0.833333 9.04716 2.74443 0.833333 +473 1 1 3.08893 6.17786e-06 1.34536 0.497592 9.04716 2.74443 2.5 9.04716 2.74443 2.5 +474 1 1 3.08893 6.17786e-06 1.89354 0.497592 9.04716 2.74443 4.16667 9.04716 2.74443 4.16667 +475 1 1 3.08893 6.17786e-06 1.91673 0.497593 8.33791 4.4567 0.833333 8.33791 4.4567 0.833333 +476 1 1 3.08893 6.17786e-06 1.32763 0.497593 8.33791 4.4567 2.5 8.33791 4.4567 2.5 +477 1 1 3.08893 6.17786e-06 1.91673 0.497593 8.33791 4.4567 4.16667 8.33791 4.4567 4.16667 +478 1 1 3.08893 6.17786e-06 1.89656 0.497594 7.30824 5.99772 0.833333 7.30824 5.99772 0.833333 +479 1 1 3.08893 6.17786e-06 1.2877 0.497594 7.30824 5.99772 2.5 7.30824 5.99772 2.5 +480 1 1 3.08893 6.17786e-06 1.89656 0.497594 7.30824 5.99772 4.16667 7.30824 5.99772 4.16667 + +Velocities + +1 0.000000 0.000000 0.000000 +2 0.000000 0.000000 0.000000 +3 0.000000 0.000000 0.000000 +4 0.000000 0.000000 0.000000 +5 0.000000 0.000000 0.000000 +6 0.000000 0.000000 0.000000 +7 0.000000 0.000000 0.000000 +8 0.000000 0.000000 0.000000 +9 0.000000 0.000000 0.000000 +10 0.000000 0.000000 0.000000 +11 0.000000 0.000000 0.000000 +12 0.000000 0.000000 0.000000 +13 0.000000 0.000000 0.000000 +14 0.000000 0.000000 0.000000 +15 0.000000 0.000000 0.000000 +16 0.000000 0.000000 0.000000 +17 0.000000 0.000000 0.000000 +18 0.000000 0.000000 0.000000 +19 0.000000 0.000000 0.000000 +20 0.000000 0.000000 0.000000 +21 0.000000 0.000000 0.000000 +22 0.000000 0.000000 0.000000 +23 0.000000 0.000000 0.000000 +24 0.000000 0.000000 0.000000 +25 0.000000 0.000000 0.000000 +26 0.000000 0.000000 0.000000 +27 0.000000 0.000000 0.000000 +28 0.000000 0.000000 0.000000 +29 0.000000 0.000000 0.000000 +30 0.000000 0.000000 0.000000 +31 0.000000 0.000000 0.000000 +32 0.000000 0.000000 0.000000 +33 0.000000 0.000000 0.000000 +34 0.000000 0.000000 0.000000 +35 0.000000 0.000000 0.000000 +36 0.000000 0.000000 0.000000 +37 0.000000 0.000000 0.000000 +38 0.000000 0.000000 0.000000 +39 0.000000 0.000000 0.000000 +40 0.000000 0.000000 0.000000 +41 0.000000 0.000000 0.000000 +42 0.000000 0.000000 0.000000 +43 0.000000 0.000000 0.000000 +44 0.000000 0.000000 0.000000 +45 0.000000 0.000000 0.000000 +46 0.000000 0.000000 0.000000 +47 0.000000 0.000000 0.000000 +48 0.000000 0.000000 0.000000 +49 0.000000 0.000000 0.000000 +50 0.000000 0.000000 0.000000 +51 0.000000 0.000000 0.000000 +52 0.000000 0.000000 0.000000 +53 0.000000 0.000000 0.000000 +54 0.000000 0.000000 0.000000 +55 0.000000 0.000000 0.000000 +56 0.000000 0.000000 0.000000 +57 0.000000 0.000000 0.000000 +58 0.000000 0.000000 0.000000 +59 0.000000 0.000000 0.000000 +60 0.000000 0.000000 0.000000 +61 0.000000 0.000000 0.000000 +62 0.000000 0.000000 0.000000 +63 0.000000 0.000000 0.000000 +64 0.000000 0.000000 0.000000 +65 0.000000 0.000000 0.000000 +66 0.000000 0.000000 0.000000 +67 0.000000 0.000000 0.000000 +68 0.000000 0.000000 0.000000 +69 0.000000 0.000000 0.000000 +70 0.000000 0.000000 0.000000 +71 0.000000 0.000000 0.000000 +72 0.000000 0.000000 0.000000 +73 0.000000 0.000000 0.000000 +74 0.000000 0.000000 0.000000 +75 0.000000 0.000000 0.000000 +76 0.000000 0.000000 0.000000 +77 0.000000 0.000000 0.000000 +78 0.000000 0.000000 0.000000 +79 0.000000 0.000000 0.000000 +80 0.000000 0.000000 0.000000 +81 0.000000 0.000000 0.000000 +82 0.000000 0.000000 0.000000 +83 0.000000 0.000000 0.000000 +84 0.000000 0.000000 0.000000 +85 0.000000 0.000000 0.000000 +86 0.000000 0.000000 0.000000 +87 0.000000 0.000000 0.000000 +88 0.000000 0.000000 0.000000 +89 0.000000 0.000000 0.000000 +90 0.000000 0.000000 0.000000 +91 0.000000 0.000000 0.000000 +92 0.000000 0.000000 0.000000 +93 0.000000 0.000000 0.000000 +94 0.000000 0.000000 0.000000 +95 0.000000 0.000000 0.000000 +96 0.000000 0.000000 0.000000 +97 0.000000 0.000000 0.000000 +98 0.000000 0.000000 0.000000 +99 0.000000 0.000000 0.000000 +100 0.000000 0.000000 0.000000 +101 0.000000 0.000000 0.000000 +102 0.000000 0.000000 0.000000 +103 0.000000 0.000000 0.000000 +104 0.000000 0.000000 0.000000 +105 0.000000 0.000000 0.000000 +106 0.000000 0.000000 0.000000 +107 0.000000 0.000000 0.000000 +108 0.000000 0.000000 0.000000 +109 0.000000 0.000000 0.000000 +110 0.000000 0.000000 0.000000 +111 0.000000 0.000000 0.000000 +112 0.000000 0.000000 0.000000 +113 0.000000 0.000000 0.000000 +114 0.000000 0.000000 0.000000 +115 0.000000 0.000000 0.000000 +116 0.000000 0.000000 0.000000 +117 0.000000 0.000000 0.000000 +118 0.000000 0.000000 0.000000 +119 0.000000 0.000000 0.000000 +120 0.000000 0.000000 0.000000 +121 0.000000 0.000000 0.000000 +122 0.000000 0.000000 0.000000 +123 0.000000 0.000000 0.000000 +124 0.000000 0.000000 0.000000 +125 0.000000 0.000000 0.000000 +126 0.000000 0.000000 0.000000 +127 0.000000 0.000000 0.000000 +128 0.000000 0.000000 0.000000 +129 0.000000 0.000000 0.000000 +130 0.000000 0.000000 0.000000 +131 0.000000 0.000000 0.000000 +132 0.000000 0.000000 0.000000 +133 0.000000 0.000000 0.000000 +134 0.000000 0.000000 0.000000 +135 0.000000 0.000000 0.000000 +136 0.000000 0.000000 0.000000 +137 0.000000 0.000000 0.000000 +138 0.000000 0.000000 0.000000 +139 0.000000 0.000000 0.000000 +140 0.000000 0.000000 0.000000 +141 0.000000 0.000000 0.000000 +142 0.000000 0.000000 0.000000 +143 0.000000 0.000000 0.000000 +144 0.000000 0.000000 0.000000 +145 0.000000 0.000000 0.000000 +146 0.000000 0.000000 0.000000 +147 0.000000 0.000000 0.000000 +148 0.000000 0.000000 0.000000 +149 0.000000 0.000000 0.000000 +150 0.000000 0.000000 0.000000 +151 0.000000 0.000000 0.000000 +152 0.000000 0.000000 0.000000 +153 0.000000 0.000000 0.000000 +154 0.000000 0.000000 0.000000 +155 0.000000 0.000000 0.000000 +156 0.000000 0.000000 0.000000 +157 0.000000 0.000000 0.000000 +158 0.000000 0.000000 0.000000 +159 0.000000 0.000000 0.000000 +160 0.000000 0.000000 0.000000 +161 0.000000 0.000000 0.000000 +162 0.000000 0.000000 0.000000 +163 0.000000 0.000000 0.000000 +164 0.000000 0.000000 0.000000 +165 0.000000 0.000000 0.000000 +166 0.000000 0.000000 0.000000 +167 0.000000 0.000000 0.000000 +168 0.000000 0.000000 0.000000 +169 0.000000 0.000000 0.000000 +170 0.000000 0.000000 0.000000 +171 0.000000 0.000000 0.000000 +172 0.000000 0.000000 0.000000 +173 0.000000 0.000000 0.000000 +174 0.000000 0.000000 0.000000 +175 0.000000 0.000000 0.000000 +176 0.000000 0.000000 0.000000 +177 0.000000 0.000000 0.000000 +178 0.000000 0.000000 0.000000 +179 0.000000 0.000000 0.000000 +180 0.000000 0.000000 0.000000 +181 0.000000 0.000000 0.000000 +182 0.000000 0.000000 0.000000 +183 0.000000 0.000000 0.000000 +184 0.000000 0.000000 0.000000 +185 0.000000 0.000000 0.000000 +186 0.000000 0.000000 0.000000 +187 0.000000 0.000000 0.000000 +188 0.000000 0.000000 0.000000 +189 0.000000 0.000000 0.000000 +190 0.000000 0.000000 0.000000 +191 0.000000 0.000000 0.000000 +192 0.000000 0.000000 0.000000 +193 0.000000 0.000000 0.000000 +194 0.000000 0.000000 0.000000 +195 0.000000 0.000000 0.000000 +196 0.000000 0.000000 0.000000 +197 0.000000 0.000000 0.000000 +198 0.000000 0.000000 0.000000 +199 0.000000 0.000000 0.000000 +200 0.000000 0.000000 0.000000 +201 0.000000 0.000000 0.000000 +202 0.000000 0.000000 0.000000 +203 0.000000 0.000000 0.000000 +204 0.000000 0.000000 0.000000 +205 0.000000 0.000000 0.000000 +206 0.000000 0.000000 0.000000 +207 0.000000 0.000000 0.000000 +208 0.000000 0.000000 0.000000 +209 0.000000 0.000000 0.000000 +210 0.000000 0.000000 0.000000 +211 0.000000 0.000000 0.000000 +212 0.000000 0.000000 0.000000 +213 0.000000 0.000000 0.000000 +214 0.000000 0.000000 0.000000 +215 0.000000 0.000000 0.000000 +216 0.000000 0.000000 0.000000 +217 0.000000 0.000000 0.000000 +218 0.000000 0.000000 0.000000 +219 0.000000 0.000000 0.000000 +220 0.000000 0.000000 0.000000 +221 0.000000 0.000000 0.000000 +222 0.000000 0.000000 0.000000 +223 0.000000 0.000000 0.000000 +224 0.000000 0.000000 0.000000 +225 0.000000 0.000000 0.000000 +226 0.000000 0.000000 0.000000 +227 0.000000 0.000000 0.000000 +228 0.000000 0.000000 0.000000 +229 0.000000 0.000000 0.000000 +230 0.000000 0.000000 0.000000 +231 0.000000 0.000000 0.000000 +232 0.000000 0.000000 0.000000 +233 0.000000 0.000000 0.000000 +234 0.000000 0.000000 0.000000 +235 0.000000 0.000000 0.000000 +236 0.000000 0.000000 0.000000 +237 0.000000 0.000000 0.000000 +238 0.000000 0.000000 0.000000 +239 0.000000 0.000000 0.000000 +240 0.000000 0.000000 0.000000 +241 0.000000 0.000000 0.000000 +242 0.000000 0.000000 0.000000 +243 0.000000 0.000000 0.000000 +244 0.000000 0.000000 0.000000 +245 0.000000 0.000000 0.000000 +246 0.000000 0.000000 0.000000 +247 0.000000 0.000000 0.000000 +248 0.000000 0.000000 0.000000 +249 0.000000 0.000000 0.000000 +250 0.000000 0.000000 0.000000 +251 0.000000 0.000000 0.000000 +252 0.000000 0.000000 0.000000 +253 0.000000 0.000000 0.000000 +254 0.000000 0.000000 0.000000 +255 0.000000 0.000000 0.000000 +256 0.000000 0.000000 0.000000 +257 0.000000 0.000000 0.000000 +258 0.000000 0.000000 0.000000 +259 0.000000 0.000000 0.000000 +260 0.000000 0.000000 0.000000 +261 0.000000 0.000000 0.000000 +262 0.000000 0.000000 0.000000 +263 0.000000 0.000000 0.000000 +264 0.000000 0.000000 0.000000 +265 0.000000 0.000000 0.000000 +266 0.000000 0.000000 0.000000 +267 0.000000 0.000000 0.000000 +268 0.000000 0.000000 0.000000 +269 0.000000 0.000000 0.000000 +270 0.000000 0.000000 0.000000 +271 0.000000 0.000000 0.000000 +272 0.000000 0.000000 0.000000 +273 0.000000 0.000000 0.000000 +274 0.000000 0.000000 0.000000 +275 0.000000 0.000000 0.000000 +276 0.000000 0.000000 0.000000 +277 0.000000 0.000000 0.000000 +278 0.000000 0.000000 0.000000 +279 0.000000 0.000000 0.000000 +280 0.000000 0.000000 0.000000 +281 0.000000 0.000000 0.000000 +282 0.000000 0.000000 0.000000 +283 0.000000 0.000000 0.000000 +284 0.000000 0.000000 0.000000 +285 0.000000 0.000000 0.000000 +286 0.000000 0.000000 0.000000 +287 0.000000 0.000000 0.000000 +288 0.000000 0.000000 0.000000 +289 0.000000 0.000000 0.000000 +290 0.000000 0.000000 0.000000 +291 0.000000 0.000000 0.000000 +292 0.000000 0.000000 0.000000 +293 0.000000 0.000000 0.000000 +294 0.000000 0.000000 0.000000 +295 0.000000 0.000000 0.000000 +296 0.000000 0.000000 0.000000 +297 0.000000 0.000000 0.000000 +298 0.000000 0.000000 0.000000 +299 0.000000 0.000000 0.000000 +300 0.000000 0.000000 0.000000 +301 0.000000 0.000000 0.000000 +302 0.000000 0.000000 0.000000 +303 0.000000 0.000000 0.000000 +304 0.000000 0.000000 0.000000 +305 0.000000 0.000000 0.000000 +306 0.000000 0.000000 0.000000 +307 0.000000 0.000000 0.000000 +308 0.000000 0.000000 0.000000 +309 0.000000 0.000000 0.000000 +310 0.000000 0.000000 0.000000 +311 0.000000 0.000000 0.000000 +312 0.000000 0.000000 0.000000 +313 0.000000 0.000000 0.000000 +314 0.000000 0.000000 0.000000 +315 0.000000 0.000000 0.000000 +316 0.000000 0.000000 0.000000 +317 0.000000 0.000000 0.000000 +318 0.000000 0.000000 0.000000 +319 0.000000 0.000000 0.000000 +320 0.000000 0.000000 0.000000 +321 0.000000 0.000000 0.000000 +322 0.000000 0.000000 0.000000 +323 0.000000 0.000000 0.000000 +324 0.000000 0.000000 0.000000 +325 0.000000 0.000000 0.000000 +326 0.000000 0.000000 0.000000 +327 0.000000 0.000000 0.000000 +328 0.000000 0.000000 0.000000 +329 0.000000 0.000000 0.000000 +330 0.000000 0.000000 0.000000 +331 0.000000 0.000000 0.000000 +332 0.000000 0.000000 0.000000 +333 0.000000 0.000000 0.000000 +334 0.000000 0.000000 0.000000 +335 0.000000 0.000000 0.000000 +336 0.000000 0.000000 0.000000 +337 0.000000 0.000000 0.000000 +338 0.000000 0.000000 0.000000 +339 0.000000 0.000000 0.000000 +340 0.000000 0.000000 0.000000 +341 0.000000 0.000000 0.000000 +342 0.000000 0.000000 0.000000 +343 0.000000 0.000000 0.000000 +344 0.000000 0.000000 0.000000 +345 0.000000 0.000000 0.000000 +346 0.000000 0.000000 0.000000 +347 0.000000 0.000000 0.000000 +348 0.000000 0.000000 0.000000 +349 0.000000 0.000000 0.000000 +350 0.000000 0.000000 0.000000 +351 0.000000 0.000000 0.000000 +352 0.000000 0.000000 0.000000 +353 0.000000 0.000000 0.000000 +354 0.000000 0.000000 0.000000 +355 0.000000 0.000000 0.000000 +356 0.000000 0.000000 0.000000 +357 0.000000 0.000000 0.000000 +358 0.000000 0.000000 0.000000 +359 0.000000 0.000000 0.000000 +360 0.000000 0.000000 0.000000 +361 0.000000 0.000000 0.000000 +362 0.000000 0.000000 0.000000 +363 0.000000 0.000000 0.000000 +364 0.000000 0.000000 0.000000 +365 0.000000 0.000000 0.000000 +366 0.000000 0.000000 0.000000 +367 0.000000 0.000000 0.000000 +368 0.000000 0.000000 0.000000 +369 0.000000 0.000000 0.000000 +370 0.000000 0.000000 0.000000 +371 0.000000 0.000000 0.000000 +372 0.000000 0.000000 0.000000 +373 0.000000 0.000000 0.000000 +374 0.000000 0.000000 0.000000 +375 0.000000 0.000000 0.000000 +376 0.000000 0.000000 0.000000 +377 0.000000 0.000000 0.000000 +378 0.000000 0.000000 0.000000 +379 0.000000 0.000000 0.000000 +380 0.000000 0.000000 0.000000 +381 0.000000 0.000000 0.000000 +382 0.000000 0.000000 0.000000 +383 0.000000 0.000000 0.000000 +384 0.000000 0.000000 0.000000 +385 0.000000 0.000000 0.000000 +386 0.000000 0.000000 0.000000 +387 0.000000 0.000000 0.000000 +388 0.000000 0.000000 0.000000 +389 0.000000 0.000000 0.000000 +390 0.000000 0.000000 0.000000 +391 0.000000 0.000000 0.000000 +392 0.000000 0.000000 0.000000 +393 0.000000 0.000000 0.000000 +394 0.000000 0.000000 0.000000 +395 0.000000 0.000000 0.000000 +396 0.000000 0.000000 0.000000 +397 0.000000 0.000000 0.000000 +398 0.000000 0.000000 0.000000 +399 0.000000 0.000000 0.000000 +400 0.000000 0.000000 0.000000 +401 0.000000 0.000000 0.000000 +402 0.000000 0.000000 0.000000 +403 0.000000 0.000000 0.000000 +404 0.000000 0.000000 0.000000 +405 0.000000 0.000000 0.000000 +406 0.000000 0.000000 0.000000 +407 0.000000 0.000000 0.000000 +408 0.000000 0.000000 0.000000 +409 0.000000 0.000000 0.000000 +410 0.000000 0.000000 0.000000 +411 0.000000 0.000000 0.000000 +412 0.000000 0.000000 0.000000 +413 0.000000 0.000000 0.000000 +414 0.000000 0.000000 0.000000 +415 0.000000 0.000000 0.000000 +416 0.000000 0.000000 0.000000 +417 0.000000 0.000000 0.000000 +418 0.000000 0.000000 0.000000 +419 0.000000 0.000000 0.000000 +420 0.000000 0.000000 0.000000 +421 0.000000 0.000000 0.000000 +422 0.000000 0.000000 0.000000 +423 0.000000 0.000000 0.000000 +424 0.000000 0.000000 0.000000 +425 0.000000 0.000000 0.000000 +426 0.000000 0.000000 0.000000 +427 0.000000 0.000000 0.000000 +428 0.000000 0.000000 0.000000 +429 0.000000 0.000000 0.000000 +430 0.000000 0.000000 0.000000 +431 0.000000 0.000000 0.000000 +432 0.000000 0.000000 0.000000 +433 0.000000 0.000000 0.000000 +434 0.000000 0.000000 0.000000 +435 0.000000 0.000000 0.000000 +436 0.000000 0.000000 0.000000 +437 0.000000 0.000000 0.000000 +438 0.000000 0.000000 0.000000 +439 0.000000 0.000000 0.000000 +440 0.000000 0.000000 0.000000 +441 0.000000 0.000000 0.000000 +442 0.000000 0.000000 0.000000 +443 0.000000 0.000000 0.000000 +444 0.000000 0.000000 0.000000 +445 0.000000 0.000000 0.000000 +446 0.000000 0.000000 0.000000 +447 0.000000 0.000000 0.000000 +448 0.000000 0.000000 0.000000 +449 0.000000 0.000000 0.000000 +450 0.000000 0.000000 0.000000 +451 0.000000 0.000000 0.000000 +452 0.000000 0.000000 0.000000 +453 0.000000 0.000000 0.000000 +454 0.000000 0.000000 0.000000 +455 0.000000 0.000000 0.000000 +456 0.000000 0.000000 0.000000 +457 0.000000 0.000000 0.000000 +458 0.000000 0.000000 0.000000 +459 0.000000 0.000000 0.000000 +460 0.000000 0.000000 0.000000 +461 0.000000 0.000000 0.000000 +462 0.000000 0.000000 0.000000 +463 0.000000 0.000000 0.000000 +464 0.000000 0.000000 0.000000 +465 0.000000 0.000000 0.000000 +466 0.000000 0.000000 0.000000 +467 0.000000 0.000000 0.000000 +468 0.000000 0.000000 0.000000 +469 0.000000 0.000000 0.000000 +470 0.000000 0.000000 0.000000 +471 0.000000 0.000000 0.000000 +472 0.000000 0.000000 0.000000 +473 0.000000 0.000000 0.000000 +474 0.000000 0.000000 0.000000 +475 0.000000 0.000000 0.000000 +476 0.000000 0.000000 0.000000 +477 0.000000 0.000000 0.000000 +478 0.000000 0.000000 0.000000 +479 0.000000 0.000000 0.000000 +480 0.000000 0.000000 0.000000 + diff --git a/examples/USER/smd/rubber_strip_pull/plot.gpl b/examples/USER/smd/rubber_strip_pull/plot.gpl new file mode 100755 index 0000000000..78ddf97ecc --- /dev/null +++ b/examples/USER/smd/rubber_strip_pull/plot.gpl @@ -0,0 +1,13 @@ +#!/usr/bin/gnuplot + +set grid +set key top left +set xlabel "yy strain" +set ylabel "yy stress [GPa]" +plot [0:0.1] "stress_strain.dat" w p ti "engineering stress from simulation", 1.1*x ti "analytic true stress with E=1.1 GPa" + +pause -1 + +set terminal postscript color enhanced lw 2 +set out "stress_strain.ps" +replot diff --git a/examples/USER/smd/rubber_strip_pull/rubber_strip_pull.lmp b/examples/USER/smd/rubber_strip_pull/rubber_strip_pull.lmp new file mode 100644 index 0000000000..88a7c896a5 --- /dev/null +++ b/examples/USER/smd/rubber_strip_pull/rubber_strip_pull.lmp @@ -0,0 +1,109 @@ +#################################################################################################### +# +# TLSPH example: elongate a 2d strip of a linear elastic material py pulling its ends apart +# +# unit sytem: GPa / mm / ms +# +#################################################################################################### + + +#################################################################################################### +# MATERIAL PARAMETERS +#################################################################################################### +variable E equal 1.0 # Young's modulus +variable nu equal 0.3 # Poisson ratio +variable rho equal 1 # initial mass density +variable q1 equal 0.06 # standard artificial viscosity linear coefficient +variable q2 equal 0.0 # standard artificial viscosity quadratic coefficient +variable hg equal 10.0 # hourglass control coefficient +variable cp equal 1.0 # heat capacity of material -- not used here + +#################################################################################################### +# INITIALIZE LAMMPS +#################################################################################################### +dimension 2 +units si +boundary sm sm p # simulation box boundaries +atom_style smd +atom_modify map array +comm_modify vel yes +neigh_modify every 10 delay 0 check yes # re-build neighbor list every 10 steps +newton off + +#################################################################################################### +# CREATE INITIAL GEOMETRY +#################################################################################################### +variable l0 equal 1.0 # lattice spacing for creating particles +lattice sq ${l0} +region box block -10 10 -10 10 -0.1 0.1 units box +create_box 1 box +create_atoms 1 box +group tlsph type 1 + + +#################################################################################################### +# DISCRETIZATION PARAMETERS +#################################################################################################### +variable h equal 2.01*${l0} # SPH smoothing kernel radius +variable vol_one equal ${l0}^2 # volume of one particle -- assuming unit thickness +variable skin equal ${h} # Verlet list range +neighbor ${skin} bin +set group all volume ${vol_one} +set group all smd_mass_density ${rho} +set group all diameter ${h} # set SPH kernel radius + +#################################################################################################### +# DEFINE VELOCITY BOUNDARY CONDITIONS +#################################################################################################### +variable vel0 equal 0.005 # pull velocity +region top block EDGE EDGE 9.0 EDGE EDGE EDGE units box +region bot block EDGE EDGE EDGE -9.1 EDGE EDGE units box +group top region top +group bot region bot +variable vel_up equal ${vel0}*(1.0-exp(-0.01*time)) +variable vel_down equal -v_vel_up +fix veltop_fix top smd/setvelocity 0 v_vel_up 0 +fix velbot_fix bot smd/setvelocity 0 v_vel_down 0 + +#################################################################################################### +# INTERACTION PHYSICS / MATERIAL MODEL +#################################################################################################### +pair_style smd/tlsph +pair_coeff 1 1 *COMMON ${rho} ${E} ${nu} ${q1} ${q2} ${hg} ${cp} & + *STRENGTH_LINEAR & + *EOS_LINEAR & + *END + +#################################################################################################### +# TIME INTEGRATION +#################################################################################################### +fix dtfix tlsph smd/adjust_dt 0.1 # dynamically adjust time increment every step +fix integration_fix tlsph smd/integrate_tlsph + +#################################################################################################### +# SPECIFY TRAJECTORY OUTPUT +#################################################################################################### +compute S all smd/tlsph_stress # Cauchy stress tensor +compute E all smd/tlsph_strain # Green-Lagrange strain tensor +compute nn all smd/tlsph_num_neighs # number of neighbors for each particle +dump dump_id all custom 10 dump.LAMMPS id type x y z vx vy vz & + c_S[1] c_S[2] c_S[4] c_nn & + c_E[1] c_E[2] c_E[4] & + vx vy vz +dump_modify dump_id first yes + +#################################################################################################### +# STATUS OUTPUT +#################################################################################################### +variable stress equal 0.5*(f_velbot_fix[2]-f_veltop_fix[2])/20 # stress = force / initial width +variable length equal xcm(top,y)-xcm(bot,y) +variable strain equal (v_length-${length})/${length} # engineering strain +fix stress_curve all print 10 "${strain} ${stress}" file stress_strain.dat screen no + +thermo 100 +thermo_style custom step dt f_dtfix v_strain + +#################################################################################################### +# RUN SIMULATION +#################################################################################################### +run 2500 diff --git a/lib/README b/lib/README index 508de508e8..a7a41f00f2 100644 --- a/lib/README +++ b/lib/README @@ -45,7 +45,7 @@ quip interface to QUIP/libAtoms framework, USER-QUIP package from Albert Bartok-Partay and Gabor Csanyi (U Cambridge) reax ReaxFF potential, REAX package from Adri van Duin (Penn State) and Aidan Thompson (Sandia) -quip interface to QUIP/libAtoms framework, USER-QUIP package - from Albert Bartok-Partay and Gabor Csanyi (U Cambridge) +smd hooks to Eigen library, used by USER-SMD package + from Georg Ganzenmueller (Ernst Mach Institute, Germany) voronoi hooks to the Voro++ library, used by compute voronoi/atom command from Daniel Schwen (LANL) diff --git a/src/Makefile b/src/Makefile index e2e59dead0..823acbec83 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,7 +48,7 @@ PACKAGE = asphere body class2 colloid coreshell dipole fld gpu granular kim \ PACKUSER = user-atc user-awpmd user-cg-cmm user-colvars user-cuda \ user-diffraction user-drude user-eff user-fep user-intel user-lb \ user-misc user-molfile user-omp user-phonon user-qmmm user-qtb \ - user-quip user-reaxc user-sph + user-quip user-reaxc user-smd user-sph PACKLIB = gpu kim kokkos meam poems python reax voronoi \ user-atc user-awpmd user-colvars user-cuda user-molfile \ diff --git a/src/PERI/pair_peri_ves.cpp b/src/PERI/pair_peri_ves.cpp index a7a39cdda7..12c0768500 100644 --- a/src/PERI/pair_peri_ves.cpp +++ b/src/PERI/pair_peri_ves.cpp @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing authors: Ezwanur Rahman, J.T. Foster (UTSA) + Contributing authors: Rezwanur Rahman, J.T. Foster (UTSA) ------------------------------------------------------------------------- */ #include "math.h" diff --git a/src/REPLICA/prd.cpp b/src/REPLICA/prd.cpp index 35fb181a7a..de3447db98 100644 --- a/src/REPLICA/prd.cpp +++ b/src/REPLICA/prd.cpp @@ -333,11 +333,11 @@ void PRD::command(int narg, char **arg) // decrement clock by random time at which 1 or more events occurred int frac_t_event = t_event; - for (int i = 0; i <= fix_event->ncoincident; i++) { + for (int i = 0; i < fix_event->ncoincident; i++) { int frac_rand = static_cast (random_clock->uniform() * t_event); frac_t_event = MIN(frac_t_event,frac_rand); } - int decrement = frac_t_event*universe->nworlds; + int decrement = (t_event - frac_t_event)*universe->nworlds; clock -= decrement; // share event across replicas @@ -508,6 +508,7 @@ void PRD::dephase() if (compute_event->compute_scalar() > 0.0) { fix_event->restore_state_dephase(); update->ntimestep -= t_dephase; + log_event(); } else { fix_event->restore_state_quench(); done = 1; diff --git a/src/USER-SMD/Install.sh b/src/USER-SMD/Install.sh new file mode 100644 index 0000000000..73f6146c4e --- /dev/null +++ b/src/USER-SMD/Install.sh @@ -0,0 +1,64 @@ +# Install/unInstall package files in LAMMPS +# mode = 0/1/2 for uninstall/install/update + +mode=$1 + +# arg1 = file, arg2 = file it depends on + +action () { + if (test $mode = 0) then + rm -f ../$1 + elif (! cmp -s $1 ../$1) then + if (test -z "$2" || test -e ../$2) then + cp $1 .. + if (test $mode = 2) then + echo " updating src/$1" + fi + fi + elif (test -n "$2") then + if (test ! -e ../$2) then + rm -f ../$1 + fi + fi +} + +# all package files with no dependencies + +for file in *.cpp *.h; do + action $file +done + +# edit 2 Makefile.package files to include/exclude package info + +if (test $1 = 1) then + + if (test -e ../Makefile.package) then + sed -i -e 's/[^ \t]*smd[^ \t]* //g' ../Makefile.package + sed -i -e 's|^PKG_INC =[ \t]*|&-I..\/..\/lib\/smd |' ../Makefile.package + sed -i -e 's|^PKG_PATH =[ \t]*|&-L..\/..\/lib\/smd$(LIBOBJDIR) |' ../Makefile.package + #sed -i -e 's|^PKG_LIB =[ \t]*|&-lsmd |' ../Makefile.package + sed -i -e 's|^PKG_SYSINC =[ \t]*|&$(smd_SYSINC) |' ../Makefile.package + sed -i -e 's|^PKG_SYSLIB =[ \t]*|&$(smd_SYSLIB) |' ../Makefile.package + sed -i -e 's|^PKG_SYSPATH =[ \t]*|&$(smd_SYSPATH) |' ../Makefile.package + fi + + if (test -e ../Makefile.package.settings) then + sed -i -e '/^include.*smd.*$/d' ../Makefile.package.settings + # multiline form needed for BSD sed on Macs +# sed -i -e '4 i \ +#include ..\/..\/lib\/smd\/Makefile.lammps +#' ../Makefile.package.settings + + fi + +elif (test $1 = 0) then + + if (test -e ../Makefile.package) then + sed -i -e 's/[^ \t]*smd[^ \t]* //g' ../Makefile.package + fi + + if (test -e ../Makefile.package.settings) then + sed -i -e '/^include.*smd.*$/d' ../Makefile.package.settings + fi + +fi diff --git a/src/USER-SMD/README b/src/USER-SMD/README new file mode 100644 index 0000000000..91961c4923 --- /dev/null +++ b/src/USER-SMD/README @@ -0,0 +1,7 @@ +Smooth Mach Dynamics -- Smooth Particle Hydrodynamics for solids and fluids + +The person who created this package is Georg Ganzenmuller at the +Fraunhofer-Institute for High-Speed Dynamics, Ernst Mach Institute in +Germany (georg.ganzenmueller at emi.fhg.de). Contact him directly if +you have questions. + diff --git a/src/USER-SMD/atom_vec_smd.cpp b/src/USER-SMD/atom_vec_smd.cpp new file mode 100644 index 0000000000..f9af5d3d92 --- /dev/null +++ b/src/USER-SMD/atom_vec_smd.cpp @@ -0,0 +1,1288 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "math.h" +#include "stdlib.h" +#include "string.h" +#include "atom_vec_smd.h" +#include "atom.h" +#include "comm.h" +#include "domain.h" +#include "modify.h" +#include "force.h" +#include "fix.h" +#include "fix_adapt.h" +#include "math_const.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; +using namespace MathConst; +#define NMAT_FULL 9 +#define NMAT_SYMM 6 + +/* ---------------------------------------------------------------------- */ + +AtomVecSMD::AtomVecSMD(LAMMPS *lmp) : + AtomVec(lmp) { + molecular = 0; + + comm_x_only = 0; + comm_f_only = 0; + size_forward = 6; // variables that are changed by time integration + size_reverse = 4; // f[3] + de + size_border = 31; + size_velocity = 6; // v + vest + size_data_atom = 13; // 7 + 3 x0 + 3 x + size_data_vel = 4; + xcol_data = 11; + + atom->radius_flag = 1; + atom->rmass_flag = 1; + atom->vfrac_flag = 1; + atom->contact_radius_flag = 1; + atom->molecule_flag = 1; + atom->smd_data_9_flag = 1; + atom->e_flag = 1; + atom->vest_flag = 1; + atom->smd_stress_flag = 1; + atom->eff_plastic_strain_flag = 1; + atom->x0_flag = 1; + atom->damage_flag = 1; + atom->eff_plastic_strain_rate_flag = 1; + + forceclearflag = 1; + + atom->smd_flag = 1; +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::init() { + AtomVec::init(); + + // do nothing here +} + +/* ---------------------------------------------------------------------- + grow atom arrays + n = 0 grows arrays by a chunk + n > 0 allocates arrays to size n + ------------------------------------------------------------------------- */ + +void AtomVecSMD::grow(int n) { + if (n == 0) + grow_nmax(); + else + nmax = n; + atom->nmax = nmax; + if (nmax < 0 || nmax > MAXSMALLINT) + error->one(FLERR, "Per-processor system is too big"); + + //printf("in grow, nmax is now %d\n", nmax); + + tag = memory->grow(atom->tag, nmax, "atom:tag"); + type = memory->grow(atom->type, nmax, "atom:type"); + mask = memory->grow(atom->mask, nmax, "atom:mask"); + image = memory->grow(atom->image, nmax, "atom:image"); + x = memory->grow(atom->x, nmax, 3, "atom:x"); + v = memory->grow(atom->v, nmax, 3, "atom:v"); + + f = memory->grow(atom->f, nmax * comm->nthreads, 3, "atom:f"); + de = memory->grow(atom->de, nmax * comm->nthreads, "atom:de"); + + vfrac = memory->grow(atom->vfrac, nmax, "atom:vfrac"); + rmass = memory->grow(atom->rmass, nmax, "atom:rmass"); + x0 = memory->grow(atom->x0, nmax, 3, "atom:x0"); + radius = memory->grow(atom->radius, nmax, "atom:radius"); + contact_radius = memory->grow(atom->contact_radius, nmax, "atom:contact_radius"); + molecule = memory->grow(atom->molecule, nmax, "atom:molecule"); + smd_data_9 = memory->grow(atom->smd_data_9, nmax, NMAT_FULL, "atom:defgrad_old"); + e = memory->grow(atom->e, nmax, "atom:e"); + vest = memory->grow(atom->vest, nmax, 3, "atom:vest"); + tlsph_stress = memory->grow(atom->smd_stress, nmax, NMAT_SYMM, "atom:tlsph_stress"); + eff_plastic_strain = memory->grow(atom->eff_plastic_strain, nmax, "atom:eff_plastic_strain"); + eff_plastic_strain_rate = memory->grow(atom->eff_plastic_strain_rate, nmax, "atom:eff_plastic_strain_rate"); + damage = memory->grow(atom->damage, nmax, "atom:damage"); + + if (atom->nextra_grow) + for (int iextra = 0; iextra < atom->nextra_grow; iextra++) + modify->fix[atom->extra_grow[iextra]]->grow_arrays(nmax); +} + +/* ---------------------------------------------------------------------- + reset local array ptrs + ------------------------------------------------------------------------- */ + +void AtomVecSMD::grow_reset() { + tag = atom->tag; + type = atom->type; + mask = atom->mask; + image = atom->image; + x = atom->x; + v = atom->v; + f = atom->f; + radius = atom->radius; + rmass = atom->rmass; + + molecule = atom->molecule; + vfrac = atom->vfrac; + x0 = atom->x0; + contact_radius = atom->contact_radius; + molecule = atom->molecule; + smd_data_9 = atom->smd_data_9; + e = atom->e; + de = atom->de; + tlsph_stress = atom->smd_stress; + eff_plastic_strain = atom->eff_plastic_strain; + eff_plastic_strain_rate = atom->eff_plastic_strain_rate; + damage = atom->damage; + vest = atom->vest; +} + +/* ---------------------------------------------------------------------- + copy atom I info to atom J + ------------------------------------------------------------------------- */ + +void AtomVecSMD::copy(int i, int j, int delflag) { + tag[j] = tag[i]; + type[j] = type[i]; + mask[j] = mask[i]; + image[j] = image[i]; + x[j][0] = x[i][0]; + x[j][1] = x[i][1]; + x[j][2] = x[i][2]; + v[j][0] = v[i][0]; + v[j][1] = v[i][1]; + v[j][2] = v[i][2]; + + vfrac[j] = vfrac[i]; + rmass[j] = rmass[i]; + x0[j][0] = x0[i][0]; + x0[j][1] = x0[i][1]; + x0[j][2] = x0[i][2]; + radius[j] = radius[i]; + contact_radius[j] = contact_radius[i]; + molecule[j] = molecule[i]; + e[j] = e[i]; + eff_plastic_strain[j] = eff_plastic_strain[i]; + eff_plastic_strain_rate[j] = eff_plastic_strain_rate[i]; + vest[j][0] = vest[i][0]; + vest[j][1] = vest[i][1]; + vest[j][2] = vest[i][2]; + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[j][k] = smd_data_9[i][k]; + } + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[j][k] = tlsph_stress[i][k]; + } + + damage[j] = damage[i]; + + if (atom->nextra_grow) + for (int iextra = 0; iextra < atom->nextra_grow; iextra++) + modify->fix[atom->extra_grow[iextra]]->copy_arrays(i, j, delflag); +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_comm(int n, int *list, double *buf, int pbc_flag, int *pbc) { + error->one(FLERR, "atom vec tlsph can only be used with ghost velocities turned on"); + return -1; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_comm_vel(int n, int *list, double *buf, int pbc_flag, int *pbc) { + // communicate quantities to ghosts, which are changed by time-integration AND are required on ghost atoms. + + //no need to pack stress or defgrad information here, as these quantities are not required for ghost atoms. + // Inside pair_style tlsph, these quantities are computed and communicated to ghosts. + + // no need to communicate x0 here, as it is not changed by time integration + // if x0 is changed when the ref config is updated, this communication is performed in the fix_integrate/tlsph + // similarily, rmass could be removed here. + // radius should be communicated here for future time-integration of the radius with ulsph (not implemented yet) + int i, j, m; + double dx, dy, dz, dvx, dvy, dvz; + + m = 0; + if (pbc_flag == 0) { + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x[j][0]; + buf[m++] = x[j][1]; + buf[m++] = x[j][2]; //3 + buf[m++] = radius[j]; + buf[m++] = vfrac[j]; // 5 + buf[m++] = v[j][0]; + buf[m++] = v[j][1]; + buf[m++] = v[j][2]; // 8 + + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; // 11 + buf[m++] = e[j]; // 12 + + } + } else { + if (domain->triclinic == 0) { + dx = pbc[0] * domain->xprd; + dy = pbc[1] * domain->yprd; + dz = pbc[2] * domain->zprd; + } else { + dx = pbc[0] * domain->xprd + pbc[5] * domain->xy + pbc[4] * domain->xz; + dy = pbc[1] * domain->yprd + pbc[3] * domain->yz; + dz = pbc[2] * domain->zprd; + } + if (!deform_vremap) { + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x[j][0] + dx; + buf[m++] = x[j][1] + dy; + buf[m++] = x[j][2] + dz; + buf[m++] = radius[j]; + buf[m++] = vfrac[j]; + buf[m++] = v[j][0]; + buf[m++] = v[j][1]; + buf[m++] = v[j][2]; // 8 + + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; // 11 + buf[m++] = e[j]; // 12 + + } + } else { + dvx = pbc[0] * h_rate[0] + pbc[5] * h_rate[5] + pbc[4] * h_rate[4]; + dvy = pbc[1] * h_rate[1] + pbc[3] * h_rate[3]; + dvz = pbc[2] * h_rate[2]; +// printf("\ndvx = %f, dvy=%f, dvz=%f\n", dvx, dvy, dvz); +// printf("dx = %f, dy=%f, dz=%f\n", dx, dy, dz); + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x[j][0] + dx; + buf[m++] = x[j][1] + dy; + buf[m++] = x[j][2] + dz; + buf[m++] = radius[j]; + buf[m++] = vfrac[j]; + if (mask[i] & deform_groupbit) { + buf[m++] = v[j][0] + dvx; + buf[m++] = v[j][1] + dvy; + buf[m++] = v[j][2] + dvz; + buf[m++] = vest[j][0] + dvx; + buf[m++] = vest[j][1] + dvy; + buf[m++] = vest[j][2] + dvz; + } else { + buf[m++] = v[j][0]; + buf[m++] = v[j][1]; + buf[m++] = v[j][2]; // 8 + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; // 11 + } + + buf[m++] = e[j]; // 12 + + } + } + } + + return m; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_comm_hybrid(int n, int *list, double *buf) { + int i, j, m; + + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = radius[j]; + buf[m++] = vfrac[j]; + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; + buf[m++] = e[j]; + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::unpack_comm(int n, int first, double *buf) { + error->one(FLERR, "atom vec tlsph can only be used with ghost velocities turned on"); +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::unpack_comm_vel(int n, int first, double *buf) { + int i, m, last; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + x[i][0] = buf[m++]; + x[i][1] = buf[m++]; + x[i][2] = buf[m++]; //3 + radius[i] = buf[m++]; + vfrac[i] = buf[m++]; // 5 + v[i][0] = buf[m++]; + v[i][1] = buf[m++]; + v[i][2] = buf[m++]; // 8 + + vest[i][0] = buf[m++]; + vest[i][1] = buf[m++]; + vest[i][2] = buf[m++]; // 11 + e[i] = buf[m++]; + + } +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::unpack_comm_hybrid(int n, int first, double *buf) { + int i, m, last; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + radius[i] = buf[m++]; + vfrac[i] = buf[m++]; + vest[i][0] = buf[m++]; + vest[i][1] = buf[m++]; + vest[i][2] = buf[m++]; + e[i] = buf[m++]; + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_reverse(int n, int first, double *buf) { + int i, m, last; + + printf("in pack_reverse\n"); + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + buf[m++] = f[i][0]; + buf[m++] = f[i][1]; + buf[m++] = f[i][2]; + buf[m++] = de[i]; + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_reverse_hybrid(int n, int first, double *buf) { + int i, m, last; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + buf[m++] = de[i]; + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::unpack_reverse(int n, int *list, double *buf) { + int i, j, m; + + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + f[j][0] += buf[m++]; + f[j][1] += buf[m++]; + f[j][2] += buf[m++]; + de[j] += buf[m++]; + } +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::unpack_reverse_hybrid(int n, int *list, double *buf) { + int i, j, m; + + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + de[j] += buf[m++]; + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_border(int n, int *list, double *buf, int pbc_flag, int *pbc) { + error->one(FLERR, "atom vec tlsph can only be used with ghost velocities turned on"); + return -1; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_border_vel(int n, int *list, double *buf, int pbc_flag, int *pbc) { + int i, j, m; + double dx, dy, dz, dvx, dvy, dvz; + + //printf("AtomVecSMD::pack_border_vel\n"); + + m = 0; + if (pbc_flag == 0) { + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x[j][0]; + buf[m++] = x[j][1]; + buf[m++] = x[j][2]; // 3 + buf[m++] = x0[j][0]; + buf[m++] = x0[j][1]; + buf[m++] = x0[j][2]; // 6 + buf[m++] = ubuf(tag[j]).d; + buf[m++] = ubuf(type[j]).d; + buf[m++] = ubuf(mask[j]).d; + buf[m++] = ubuf(molecule[j]).d; // 10 + buf[m++] = radius[j]; + buf[m++] = rmass[j]; + buf[m++] = vfrac[j]; + buf[m++] = contact_radius[j]; + buf[m++] = e[j]; + buf[m++] = eff_plastic_strain[j]; // 16 + + for (int k = 0; k < NMAT_FULL; k++) { + buf[m++] = smd_data_9[j][k]; + } // 25 + + for (int k = 0; k < NMAT_SYMM; k++) { + buf[m++] = tlsph_stress[j][k]; + } // 31 + + buf[m++] = v[j][0]; + buf[m++] = v[j][1]; + buf[m++] = v[j][2]; // 34 + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; // 37 + } + } else { + + if (domain->triclinic == 0) { + dx = pbc[0] * domain->xprd; + dy = pbc[1] * domain->yprd; + dz = pbc[2] * domain->zprd; + } else { + dx = pbc[0]; + dy = pbc[1]; + dz = pbc[2]; + } + if (!deform_vremap) { + //printf("dx = %f\n", dx); + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x[j][0] + dx; + buf[m++] = x[j][1] + dy; + buf[m++] = x[j][2] + dz; // 3 + buf[m++] = x0[j][0]; // this is correct + buf[m++] = x0[j][1]; + buf[m++] = x0[j][2]; // 6 + buf[m++] = ubuf(tag[j]).d; + buf[m++] = ubuf(type[j]).d; + buf[m++] = ubuf(mask[j]).d; + buf[m++] = ubuf(molecule[j]).d; // 10 + buf[m++] = radius[j]; + buf[m++] = rmass[j]; + buf[m++] = vfrac[j]; + buf[m++] = contact_radius[j]; + buf[m++] = e[j]; + buf[m++] = eff_plastic_strain[j]; // 17 + + for (int k = 0; k < NMAT_FULL; k++) { + buf[m++] = smd_data_9[j][k]; + } // 26 + + for (int k = 0; k < NMAT_SYMM; k++) { + buf[m++] = tlsph_stress[j][k]; + } // 32 + + buf[m++] = v[j][0]; + buf[m++] = v[j][1]; + buf[m++] = v[j][2]; // 35 + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; // 38 + + } + } else { + dvx = pbc[0] * h_rate[0] + pbc[5] * h_rate[5] + pbc[4] * h_rate[4]; + dvy = pbc[1] * h_rate[1] + pbc[3] * h_rate[3]; + dvz = pbc[2] * h_rate[2]; +// printf("\ndvx = %f, dvy=%f, dvz=%f\n", dvx, dvy, dvz); +// printf("dx = %f, dy=%f, dz=%f\n", dx, dy, dz); + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x[j][0] + dx; + buf[m++] = x[j][1] + dy; + buf[m++] = x[j][2] + dz; // 3 + buf[m++] = x0[j][0]; + buf[m++] = x0[j][1]; + buf[m++] = x0[j][2]; // 6 + buf[m++] = ubuf(tag[j]).d; + buf[m++] = ubuf(type[j]).d; + buf[m++] = ubuf(mask[j]).d; + buf[m++] = ubuf(molecule[j]).d; // 10 + buf[m++] = radius[j]; + buf[m++] = rmass[j]; + buf[m++] = vfrac[j]; + buf[m++] = contact_radius[j]; + buf[m++] = e[j]; + buf[m++] = eff_plastic_strain[j]; // 16 + + for (int k = 0; k < NMAT_FULL; k++) { + buf[m++] = smd_data_9[j][k]; + } // 25 + + for (int k = 0; k < NMAT_SYMM; k++) { + buf[m++] = tlsph_stress[j][k]; + } // 31 + + if (mask[i] & deform_groupbit) { + buf[m++] = v[j][0] + dvx; + buf[m++] = v[j][1] + dvy; + buf[m++] = v[j][2] + dvz; // 34 + buf[m++] = vest[j][0] + dvx; + buf[m++] = vest[j][1] + dvy; + buf[m++] = vest[j][2] + dvz; // 37 + + } else { + buf[m++] = v[j][0]; + buf[m++] = v[j][1]; + buf[m++] = v[j][2]; // 34 + buf[m++] = vest[j][0]; + buf[m++] = vest[j][1]; + buf[m++] = vest[j][2]; // 37 + } + + } + } + } + + if (atom->nextra_border) + for (int iextra = 0; iextra < atom->nextra_border; iextra++) + m += modify->fix[atom->extra_border[iextra]]->pack_border(n, list, &buf[m]); + + return m; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::pack_border_hybrid(int n, int *list, double *buf) { + int i, j, m; + + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + + buf[m++] = x0[j][0]; + buf[m++] = x0[j][1]; + buf[m++] = x0[j][2]; // 3 + buf[m++] = ubuf(molecule[j]).d; // 4 + buf[m++] = radius[j]; + buf[m++] = rmass[j]; + buf[m++] = vfrac[j]; + buf[m++] = contact_radius[j]; + buf[m++] = e[j]; + buf[m++] = eff_plastic_strain[j]; // 11 + + for (int k = 0; k < NMAT_FULL; k++) { + buf[m++] = smd_data_9[j][k]; + } // 20 + + for (int k = 0; k < NMAT_SYMM; k++) { + buf[m++] = tlsph_stress[j][k]; + } // 26 + + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::unpack_border(int n, int first, double *buf) { + error->one(FLERR, "atom vec tlsph can only be used with ghost velocities turned on"); +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::unpack_border_vel(int n, int first, double *buf) { + int i, m, last; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + if (i == nmax) + grow(0); + x[i][0] = buf[m++]; + x[i][1] = buf[m++]; + x[i][2] = buf[m++]; // 3 + x0[i][0] = buf[m++]; + x0[i][1] = buf[m++]; + x0[i][2] = buf[m++]; // 6 + tag[i] = (tagint) ubuf(buf[m++]).i; + type[i] = (int) ubuf(buf[m++]).i; + mask[i] = (int) ubuf(buf[m++]).i; + molecule[i] = (int) ubuf(buf[m++]).i; // 10 + + radius[i] = buf[m++]; + rmass[i] = buf[m++]; + vfrac[i] = buf[m++]; + contact_radius[i] = buf[m++]; + e[i] = buf[m++]; + eff_plastic_strain[i] = buf[m++]; // 16 + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[i][k] = buf[m++]; + } // 25 + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[i][k] = buf[m++]; + } // 31 + + v[i][0] = buf[m++]; + v[i][1] = buf[m++]; + v[i][2] = buf[m++]; // 34 + vest[i][0] = buf[m++]; + vest[i][1] = buf[m++]; + vest[i][2] = buf[m++]; // 37 + } + + if (atom->nextra_border) + for (int iextra = 0; iextra < atom->nextra_border; iextra++) + m += modify->fix[atom->extra_border[iextra]]->unpack_border(n, first, &buf[m]); +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::unpack_border_hybrid(int n, int first, double *buf) { + int i, m, last; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + x0[i][0] = buf[m++]; + x0[i][1] = buf[m++]; + x0[i][2] = buf[m++]; // 3 + molecule[i] = (int) ubuf(buf[m++]).i; // 4 + radius[i] = buf[m++]; + rmass[i] = buf[m++]; + vfrac[i] = buf[m++]; + contact_radius[i] = buf[m++]; + e[i] = buf[m++]; + eff_plastic_strain[i] = buf[m++]; // 11 + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[i][k] = buf[m++]; + } // 20 + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[i][k] = buf[m++]; + } // 26 + } + return m; +} + +/* ---------------------------------------------------------------------- + pack data for atom I for sending to another proc + xyz must be 1st 3 values, so comm::exchange() can test on them + ------------------------------------------------------------------------- */ + +int AtomVecSMD::pack_exchange(int i, double *buf) { + int m = 1; + + //printf("in AtomVecSMD::pack_exchange tag %d\n", tag[i]); + + buf[m++] = x[i][0]; + buf[m++] = x[i][1]; + buf[m++] = x[i][2]; // 3 + buf[m++] = x0[i][0]; + buf[m++] = x0[i][1]; + buf[m++] = x0[i][2]; // 6 + buf[m++] = ubuf(tag[i]).d; + buf[m++] = ubuf(type[i]).d; + buf[m++] = ubuf(mask[i]).d; + buf[m++] = ubuf(image[i]).d; + buf[m++] = ubuf(molecule[i]).d; // 11 + buf[m++] = radius[i]; + buf[m++] = rmass[i]; + buf[m++] = vfrac[i]; + buf[m++] = contact_radius[i]; + buf[m++] = e[i]; + buf[m++] = eff_plastic_strain[i]; // 18 + buf[m++] = eff_plastic_strain_rate[i]; // 19 + + for (int k = 0; k < NMAT_FULL; k++) { + buf[m++] = smd_data_9[i][k]; + } // 27 + + for (int k = 0; k < NMAT_SYMM; k++) { + buf[m++] = tlsph_stress[i][k]; + } // 33 + + buf[m++] = v[i][0]; + buf[m++] = v[i][1]; + buf[m++] = v[i][2]; // 36 + buf[m++] = vest[i][0]; + buf[m++] = vest[i][1]; + buf[m++] = vest[i][2]; // 39 + + buf[m++] = damage[i]; + + if (atom->nextra_grow) + for (int iextra = 0; iextra < atom->nextra_grow; iextra++) + m += modify->fix[atom->extra_grow[iextra]]->pack_exchange(i, &buf[m]); + + buf[0] = m; + return m; +} + +/* ---------------------------------------------------------------------- */ + +int AtomVecSMD::unpack_exchange(double *buf) { + int nlocal = atom->nlocal; + if (nlocal == nmax) + grow(0); + + int m = 1; + + x[nlocal][0] = buf[m++]; + x[nlocal][1] = buf[m++]; + x[nlocal][2] = buf[m++]; // 3 + x0[nlocal][0] = buf[m++]; + x0[nlocal][1] = buf[m++]; + x0[nlocal][2] = buf[m++]; // 6 + tag[nlocal] = (tagint) ubuf(buf[m++]).i; + type[nlocal] = (int) ubuf(buf[m++]).i; + mask[nlocal] = (int) ubuf(buf[m++]).i; + image[nlocal] = (imageint) ubuf(buf[m++]).i; + molecule[nlocal] = (int) ubuf(buf[m++]).i; // 11 + + radius[nlocal] = buf[m++]; + rmass[nlocal] = buf[m++]; + vfrac[nlocal] = buf[m++]; + contact_radius[nlocal] = buf[m++]; + e[nlocal] = buf[m++]; + eff_plastic_strain[nlocal] = buf[m++]; // 18 + eff_plastic_strain_rate[nlocal] = buf[m++]; // 19 + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[nlocal][k] = buf[m++]; + } // 27 + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[nlocal][k] = buf[m++]; + } // 33 + + v[nlocal][0] = buf[m++]; + v[nlocal][1] = buf[m++]; + v[nlocal][2] = buf[m++]; // 36 + vest[nlocal][0] = buf[m++]; + vest[nlocal][1] = buf[m++]; + vest[nlocal][2] = buf[m++]; // 39 + + damage[nlocal] = buf[m++]; //40 + + if (atom->nextra_grow) + for (int iextra = 0; iextra < atom->nextra_grow; iextra++) + m += modify->fix[atom->extra_grow[iextra]]->unpack_exchange(nlocal, &buf[m]); + + atom->nlocal++; + return m; +} + +/* ---------------------------------------------------------------------- + size of restart data for all atoms owned by this proc + include extra data stored by fixes + ------------------------------------------------------------------------- */ + +int AtomVecSMD::size_restart() { + int i; + + int nlocal = atom->nlocal; + int n = 43 * nlocal; // count pack_restart + 1 (size of buffer) + + if (atom->nextra_restart) + for (int iextra = 0; iextra < atom->nextra_restart; iextra++) + for (i = 0; i < nlocal; i++) + n += modify->fix[atom->extra_restart[iextra]]->size_restart(i); + + return n; +} + +/* ---------------------------------------------------------------------- + pack atom I's data for restart file including extra quantities + xyz must be 1st 3 values, so that read_restart can test on them + molecular types may be negative, but write as positive + ------------------------------------------------------------------------- */ +int AtomVecSMD::pack_restart(int i, double *buf) { + int m = 1; // 1 + + buf[m++] = x[i][0]; + buf[m++] = x[i][1]; + buf[m++] = x[i][2]; // 4 + buf[m++] = x0[i][0]; + buf[m++] = x0[i][1]; + buf[m++] = x0[i][2]; // 7 + buf[m++] = ubuf(tag[i]).d; + buf[m++] = ubuf(type[i]).d; + buf[m++] = ubuf(mask[i]).d; // 10 + buf[m++] = ubuf(image[i]).d; + buf[m++] = ubuf(molecule[i]).d; + buf[m++] = radius[i]; + buf[m++] = rmass[i]; + buf[m++] = vfrac[i]; // 15 + buf[m++] = contact_radius[i]; + buf[m++] = e[i]; + buf[m++] = eff_plastic_strain[i]; + buf[m++] = eff_plastic_strain_rate[i]; // 19 + + for (int k = 0; k < NMAT_FULL; k++) { + buf[m++] = smd_data_9[i][k]; + } // 28 + + for (int k = 0; k < NMAT_SYMM; k++) { + buf[m++] = tlsph_stress[i][k]; + } // 34 + + buf[m++] = v[i][0]; + buf[m++] = v[i][1]; + buf[m++] = v[i][2]; // 37 + buf[m++] = vest[i][0]; + buf[m++] = vest[i][1]; + buf[m++] = vest[i][2]; // 40 + + buf[m++] = damage[i]; // 41 + + if (atom->nextra_restart) + for (int iextra = 0; iextra < atom->nextra_restart; iextra++) + m += modify->fix[atom->extra_restart[iextra]]->pack_restart(i, &buf[m]); + + buf[0] = m; + return m; +} + +/* ---------------------------------------------------------------------- + unpack data for one atom from restart file including extra quantities + ------------------------------------------------------------------------- */ + +int AtomVecSMD::unpack_restart(double *buf) { + int nlocal = atom->nlocal; + if (nlocal == nmax) { + grow(0); + if (atom->nextra_store) + memory->grow(atom->extra, nmax, atom->nextra_store, "atom:extra"); + } + + int m = 1; + + x[nlocal][0] = buf[m++]; + x[nlocal][1] = buf[m++]; + x[nlocal][2] = buf[m++]; // 3 + x0[nlocal][0] = buf[m++]; + x0[nlocal][1] = buf[m++]; + x0[nlocal][2] = buf[m++]; // 6 + tag[nlocal] = (tagint) ubuf(buf[m++]).i; + type[nlocal] = (int) ubuf(buf[m++]).i; + mask[nlocal] = (int) ubuf(buf[m++]).i; + image[nlocal] = (imageint) ubuf(buf[m++]).i; + molecule[nlocal] = (int) ubuf(buf[m++]).i; // 11 + + radius[nlocal] = buf[m++]; + rmass[nlocal] = buf[m++]; + vfrac[nlocal] = buf[m++]; //14 + contact_radius[nlocal] = buf[m++]; //15 + e[nlocal] = buf[m++]; + eff_plastic_strain[nlocal] = buf[m++]; // 18 + eff_plastic_strain_rate[nlocal] = buf[m++]; // 29 + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[nlocal][k] = buf[m++]; + } // 28 + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[nlocal][k] = buf[m++]; + } // 34 + + v[nlocal][0] = buf[m++]; + v[nlocal][1] = buf[m++]; + v[nlocal][2] = buf[m++]; // 37 + vest[nlocal][0] = buf[m++]; + vest[nlocal][1] = buf[m++]; + vest[nlocal][2] = buf[m++]; // 40 + + damage[nlocal] = buf[m++]; //41 + + //printf("nlocal in restart is %d\n", nlocal); + + double **extra = atom->extra; + if (atom->nextra_store) { + int size = static_cast(buf[0]) - m; + for (int i = 0; i < size; i++) + extra[nlocal][i] = buf[m++]; + } + + atom->nlocal++; + + //printf("returning m=%d in unpack_restart\n", m); + + return m; +} + +/* ---------------------------------------------------------------------- + create one atom of itype at coord + set other values to defaults + ------------------------------------------------------------------------- */ + +void AtomVecSMD::create_atom(int itype, double *coord) { + int nlocal = atom->nlocal; + if (nlocal == nmax) { + printf("nlocal = %d, nmax = %d, calling grow\n", nlocal, nmax); + grow(0); + printf("... finished growing\n"); + } + + tag[nlocal] = 0; + type[nlocal] = itype; + x[nlocal][0] = coord[0]; + x[nlocal][1] = coord[1]; + x[nlocal][2] = coord[2]; + x0[nlocal][0] = coord[0]; + x0[nlocal][1] = coord[1]; + x0[nlocal][2] = coord[2]; + mask[nlocal] = 1; + image[nlocal] = ((imageint) IMGMAX << IMG2BITS) | ((imageint) IMGMAX << IMGBITS) | IMGMAX; + v[nlocal][0] = 0.0; + v[nlocal][1] = 0.0; + v[nlocal][2] = 0.0; + vest[nlocal][0] = 0.0; + vest[nlocal][1] = 0.0; + vest[nlocal][2] = 0.0; + + vfrac[nlocal] = 1.0; + rmass[nlocal] = 1.0; + radius[nlocal] = 0.5; + contact_radius[nlocal] = 0.5; + molecule[nlocal] = 1; + e[nlocal] = 0.0; + eff_plastic_strain[nlocal] = 0.0; + eff_plastic_strain_rate[nlocal] = 0.0; + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[nlocal][k] = 0.0; + } + smd_data_9[nlocal][0] = 1.0; // xx + smd_data_9[nlocal][4] = 1.0; // yy + smd_data_9[nlocal][8] = 1.0; // zz + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[nlocal][k] = 0.0; + } + + damage[nlocal] = 0.0; + + atom->nlocal++; +} + +/* ---------------------------------------------------------------------- + unpack one line from Atoms section of data file + initialize other atom quantities + ------------------------------------------------------------------------- */ + +void AtomVecSMD::data_atom(double *coord, imageint imagetmp, char **values) { + int nlocal = atom->nlocal; + if (nlocal == nmax) + grow(0); + + tag[nlocal] = ATOTAGINT(values[0]); + + type[nlocal] = atoi(values[1]); + if (type[nlocal] <= 0 || type[nlocal] > atom->ntypes) + error->one(FLERR, "Invalid atom type in Atoms section of data file"); + + molecule[nlocal] = atoi(values[2]); + if (molecule[nlocal] <= 0) + error->one(FLERR, "Invalid molecule in Atoms section of data file"); + + vfrac[nlocal] = atof(values[3]); + if (vfrac[nlocal] < 0.0) + error->one(FLERR, "Invalid volume in Atoms section of data file"); + + rmass[nlocal] = atof(values[4]); + if (rmass[nlocal] == 0.0) + error->one(FLERR, "Invalid mass in Atoms section of data file"); + + radius[nlocal] = atof(values[5]); + if (radius[nlocal] < 0.0) + error->one(FLERR, "Invalid radius in Atoms section of data file"); + + contact_radius[nlocal] = atof(values[6]); + if (contact_radius[nlocal] < 0.0) + error->one(FLERR, "Invalid contact radius in Atoms section of data file"); + + e[nlocal] = 0.0; + + x0[nlocal][0] = atof(values[7]); + x0[nlocal][1] = atof(values[8]); + x0[nlocal][2] = atof(values[9]); + + x[nlocal][0] = coord[0]; + x[nlocal][1] = coord[1]; + x[nlocal][2] = coord[2]; + + image[nlocal] = imagetmp; + + mask[nlocal] = 1; + v[nlocal][0] = 0.0; + v[nlocal][1] = 0.0; + v[nlocal][2] = 0.0; + vest[nlocal][0] = 0.0; + vest[nlocal][1] = 0.0; + vest[nlocal][2] = 0.0; + + damage[nlocal] = 0.0; + + eff_plastic_strain[nlocal] = 0.0; + eff_plastic_strain_rate[nlocal] = 0.0; + + for (int k = 0; k < NMAT_FULL; k++) { + smd_data_9[nlocal][k] = 0.0; + } + + for (int k = 0; k < NMAT_SYMM; k++) { + tlsph_stress[nlocal][k] = 0.0; + } + + smd_data_9[nlocal][0] = 1.0; // xx + smd_data_9[nlocal][4] = 1.0; // yy + smd_data_9[nlocal][8] = 1.0; // zz + + atom->nlocal++; +} + +/* ---------------------------------------------------------------------- + unpack hybrid quantities from one line in Atoms section of data file + initialize other atom quantities for this sub-style + ------------------------------------------------------------------------- */ + +int AtomVecSMD::data_atom_hybrid(int nlocal, char **values) { + error->one(FLERR, "hybrid atom style functionality not yet implemented for atom style tlsph"); + return -1; +} + +/* ---------------------------------------------------------------------- + unpack one line from Velocities section of data file + ------------------------------------------------------------------------- */ + +void AtomVecSMD::data_vel(int m, char **values) { + v[m][0] = atof(values[0]); + v[m][1] = atof(values[1]); + v[m][2] = atof(values[2]); + vest[m][0] = atof(values[0]); + vest[m][1] = atof(values[1]); + vest[m][2] = atof(values[2]); +} + +/* ---------------------------------------------------------------------- + unpack hybrid quantities from one line in Velocities section of data file + ------------------------------------------------------------------------- */ + +int AtomVecSMD::data_vel_hybrid(int m, char **values) { + error->one(FLERR, "hybrid atom style functionality not yet implemented for atom style tlsph"); + return 0; +} + +/* ---------------------------------------------------------------------- + pack atom info for data file including 3 image flags + ------------------------------------------------------------------------- */ + +void AtomVecSMD::pack_data(double **buf) { + int nlocal = atom->nlocal; + for (int i = 0; i < nlocal; i++) { + buf[i][0] = ubuf(tag[i]).d; + buf[i][1] = ubuf(type[i]).d; + buf[i][2] = ubuf(molecule[i]).d; + buf[i][3] = vfrac[i]; + buf[i][4] = rmass[i]; + buf[i][5] = radius[i]; + buf[i][6] = contact_radius[i]; + + buf[i][7] = x[i][0]; + buf[i][8] = x[i][1]; + buf[i][9] = x[i][2]; + + buf[i][10] = ubuf((image[i] & IMGMASK) - IMGMAX).d; + buf[i][11] = ubuf((image[i] >> IMGBITS & IMGMASK) - IMGMAX).d; + buf[i][12] = ubuf((image[i] >> IMG2BITS) - IMGMAX).d; + } +} + +/* ---------------------------------------------------------------------- + pack hybrid atom info for data file + ------------------------------------------------------------------------- */ + +int AtomVecSMD::pack_data_hybrid(int i, double *buf) { + error->one(FLERR, "hybrid atom style functionality not yet implemented for atom style tlsph"); + return -1; +} + +/* ---------------------------------------------------------------------- + write atom info to data file including 3 image flags + ------------------------------------------------------------------------- */ + +void AtomVecSMD::write_data(FILE *fp, int n, double **buf) { + for (int i = 0; i < n; i++) + fprintf(fp, + TAGINT_FORMAT + " %d %d %-1.16e %-1.16e %-1.16e %-1.16e %-1.16e %-1.16e %-1.16e %d %d %d\n", (tagint) ubuf(buf[i][0]).i, + (int) ubuf(buf[i][1]).i, (int) ubuf(buf[i][2]).i, buf[i][3], buf[i][4], buf[i][5], buf[i][6], buf[i][7], buf[i][8], + buf[i][9], (int) ubuf(buf[i][7]).i, (int) ubuf(buf[i][8]).i, (int) ubuf(buf[i][9]).i); +} + +/* ---------------------------------------------------------------------- + write hybrid atom info to data file + ------------------------------------------------------------------------- */ + +int AtomVecSMD::write_data_hybrid(FILE *fp, double *buf) { + error->one(FLERR, "hybrid atom style functionality not yet implemented for atom style tlsph"); + return -1; +} + +/* ---------------------------------------------------------------------- + pack velocity info for data file + ------------------------------------------------------------------------- */ + +void AtomVecSMD::pack_vel(double **buf) { + int nlocal = atom->nlocal; + for (int i = 0; i < nlocal; i++) { + buf[i][0] = ubuf(tag[i]).d; + buf[i][1] = v[i][0]; + buf[i][2] = v[i][1]; + buf[i][3] = v[i][2]; + } +} + +/* ---------------------------------------------------------------------- + pack hybrid velocity info for data file + ------------------------------------------------------------------------- */ + +int AtomVecSMD::pack_vel_hybrid(int i, double *buf) { + error->one(FLERR, "hybrid atom style functionality not yet implemented for atom style tlsph"); + return 0; +} + +/* ---------------------------------------------------------------------- + write velocity info to data file + ------------------------------------------------------------------------- */ + +void AtomVecSMD::write_vel(FILE *fp, int n, double **buf) { + for (int i = 0; i < n; i++) + fprintf(fp, TAGINT_FORMAT + " %-1.16e %-1.16e %-1.16e %-1.16e %-1.16e %-1.16e\n", (tagint) ubuf(buf[i][0]).i, buf[i][1], buf[i][2], buf[i][3], + buf[i][4], buf[i][5], buf[i][6]); +} + +/* ---------------------------------------------------------------------- + write hybrid velocity info to data file + ------------------------------------------------------------------------- */ + +int AtomVecSMD::write_vel_hybrid(FILE *fp, double *buf) { + error->one(FLERR, "hybrid atom style functionality not yet implemented for atom style tlsph"); + return 3; +} + +/* ---------------------------------------------------------------------- + return # of bytes of allocated memory + ------------------------------------------------------------------------- */ + +bigint AtomVecSMD::memory_usage() { + bigint bytes = 0; + + if (atom->memcheck("tag")) + bytes += memory->usage(tag, nmax); + if (atom->memcheck("type")) + bytes += memory->usage(type, nmax); + if (atom->memcheck("molecule")) + bytes += memory->usage(molecule, nmax); + if (atom->memcheck("mask")) + bytes += memory->usage(mask, nmax); + if (atom->memcheck("image")) + bytes += memory->usage(image, nmax); + if (atom->memcheck("x")) + bytes += memory->usage(x, nmax, 3); + if (atom->memcheck("v")) + bytes += memory->usage(v, nmax, 3); + if (atom->memcheck("vest")) + bytes += memory->usage(vest, nmax, 3); + if (atom->memcheck("f")) + bytes += memory->usage(f, nmax * comm->nthreads, 3); + + if (atom->memcheck("radius")) + bytes += memory->usage(radius, nmax); + if (atom->memcheck("contact_radius")) + bytes += memory->usage(contact_radius, nmax); + if (atom->memcheck("vfrac")) + bytes += memory->usage(vfrac, nmax); + if (atom->memcheck("rmass")) + bytes += memory->usage(rmass, nmax); + if (atom->memcheck("eff_plastic_strain")) + bytes += memory->usage(eff_plastic_strain, nmax); + if (atom->memcheck("eff_plastic_strain_rate")) + bytes += memory->usage(eff_plastic_strain_rate, nmax); + if (atom->memcheck("e")) + bytes += memory->usage(e, nmax); + if (atom->memcheck("de")) + bytes += memory->usage(de, nmax); + + if (atom->memcheck("smd_data_9")) + bytes += memory->usage(smd_data_9, nmax, NMAT_FULL); + if (atom->memcheck("tlsph_stress")) + bytes += memory->usage(tlsph_stress, nmax, NMAT_SYMM); + + if (atom->memcheck("damage")) + bytes += memory->usage(damage, nmax); + + return bytes; +} + +/* ---------------------------------------------------------------------- */ + +void AtomVecSMD::force_clear(int n, size_t nbytes) { + //printf("clearing force on atom %d", n); + memset(&de[n], 0, nbytes); + memset(&f[0][0], 0, 3 * nbytes); +} diff --git a/src/USER-SMD/atom_vec_smd.h b/src/USER-SMD/atom_vec_smd.h new file mode 100644 index 0000000000..c79c60c352 --- /dev/null +++ b/src/USER-SMD/atom_vec_smd.h @@ -0,0 +1,125 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef ATOM_CLASS + +AtomStyle(smd,AtomVecSMD) + +#else + +#ifndef LMP_ATOM_VEC_SMD_H +#define LMP_ATOM_VEC_SMD_H + +#include "atom_vec.h" + +namespace LAMMPS_NS { + +class AtomVecSMD : public AtomVec { + public: + AtomVecSMD(class LAMMPS *); + ~AtomVecSMD() {} + void init(); + void grow(int); + void grow_reset(); + void copy(int, int, int); + void force_clear(int, size_t); + int pack_comm(int, int *, double *, int, int *); + int pack_comm_vel(int, int *, double *, int, int *); + int pack_comm_hybrid(int, int *, double *); + void unpack_comm(int, int, double *); + void unpack_comm_vel(int, int, double *); + int unpack_comm_hybrid(int, int, double *); + int pack_reverse(int, int, double *); + int pack_reverse_hybrid(int, int, double *); + void unpack_reverse(int, int *, double *); + int unpack_reverse_hybrid(int, int *, double *); + int pack_border(int, int *, double *, int, int *); + int pack_border_vel(int, int *, double *, int, int *); + int pack_border_hybrid(int, int *, double *); + void unpack_border(int, int, double *); + void unpack_border_vel(int, int, double *); + int unpack_border_hybrid(int, int, double *); + int pack_exchange(int, double *); + int unpack_exchange(double *); + int size_restart(); + int pack_restart(int, double *); + int unpack_restart(double *); + void create_atom(int, double *); + void data_atom(double *, imageint, char **); + int data_atom_hybrid(int, char **); + void data_vel(int, char **); + int data_vel_hybrid(int, char **); + void pack_data(double **); + int pack_data_hybrid(int, double *); + void write_data(FILE *, int, double **); + int write_data_hybrid(FILE *, double *); + void pack_vel(double **); + int pack_vel_hybrid(int, double *); + void write_vel(FILE *, int, double **); + int write_vel_hybrid(FILE *, double *); + bigint memory_usage(); + + private: + tagint *tag; + int *type,*mask; + imageint *image; + double **x,**v,**f; + double *radius,*rmass; + + int *molecule; + double *vfrac,**x0,*contact_radius, **smd_data_9, *e, *de, **vest; + double **tlsph_stress; + double *eff_plastic_strain; + double *damage; + double *eff_plastic_strain_rate; + + +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + +E: Per-processor system is too big + +The number of owned atoms plus ghost atoms on a single +processor must fit in 32-bit integer. + +E: Invalid atom type in Atoms section of data file + +Atom types must range from 1 to specified # of types. + +E: Invalid radius in Atoms section of data file + +Radius must be >= 0.0. + +E: Invalid density in Atoms section of data file + +Density value cannot be <= 0.0. + +*/ diff --git a/src/USER-SMD/compute_smd_contact_radius.cpp b/src/USER-SMD/compute_smd_contact_radius.cpp new file mode 100644 index 0000000000..865031addb --- /dev/null +++ b/src/USER-SMD/compute_smd_contact_radius.cpp @@ -0,0 +1,109 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_contact_radius.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDContactRadius::ComputeSMDContactRadius(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) +{ + if (narg != 3) error->all(FLERR,"Illegal compute smd/contact_radius command"); + if (atom->contact_radius_flag != 1) error->all(FLERR,"compute smd/contact_radius command requires atom_style with contact_radius (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + contact_radius_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDContactRadius::~ComputeSMDContactRadius() +{ + memory->sfree(contact_radius_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDContactRadius::init() +{ + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style,"smd/contact_radius") == 0) count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR,"More than one compute smd/contact_radius"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDContactRadius::compute_peratom() +{ + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(contact_radius_vector); + nmax = atom->nmax; + contact_radius_vector = (double *) memory->smalloc(nmax*sizeof(double),"atom:contact_radius_vector"); + vector_atom = contact_radius_vector; + } + + double *contact_radius = atom->contact_radius; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + contact_radius_vector[i] = contact_radius[i]; + } + else { + contact_radius_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array +------------------------------------------------------------------------- */ + +double ComputeSMDContactRadius::memory_usage() +{ + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_contact_radius.h b/src/USER-SMD/compute_smd_contact_radius.h new file mode 100644 index 0000000000..9acb8e3b17 --- /dev/null +++ b/src/USER-SMD/compute_smd_contact_radius.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/contact_radius,ComputeSMDContactRadius) + +#else + +#ifndef LMP_COMPUTE_SMD_CONTACT_RADIUS_H +#define LMP_COMPUTE_SMD_CONTACT_RADIUS_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDContactRadius : public Compute { + public: + ComputeSMDContactRadius(class LAMMPS *, int, char **); + ~ComputeSMDContactRadius(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *contact_radius_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_damage.cpp b/src/USER-SMD/compute_smd_damage.cpp new file mode 100644 index 0000000000..95d7bee3be --- /dev/null +++ b/src/USER-SMD/compute_smd_damage.cpp @@ -0,0 +1,109 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_damage.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDDamage::ComputeSMDDamage(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) +{ + if (narg != 3) error->all(FLERR,"Illegal compute smd/damage command"); + if (atom->damage_flag != 1) error->all(FLERR,"compute smd/damage command requires atom_style with damage (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + damage_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDDamage::~ComputeSMDDamage() +{ + memory->sfree(damage_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDDamage::init() +{ + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style,"smd/damage") == 0) count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR,"More than one compute smd/damage"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDDamage::compute_peratom() +{ + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(damage_vector); + nmax = atom->nmax; + damage_vector = (double *) memory->smalloc(nmax*sizeof(double),"atom:damage_vector"); + vector_atom = damage_vector; + } + + double *damage = atom->damage; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + damage_vector[i] = damage[i]; + } + else { + damage_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array +------------------------------------------------------------------------- */ + +double ComputeSMDDamage::memory_usage() +{ + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_damage.h b/src/USER-SMD/compute_smd_damage.h new file mode 100644 index 0000000000..1259788ec4 --- /dev/null +++ b/src/USER-SMD/compute_smd_damage.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/damage,ComputeSMDDamage) + +#else + +#ifndef LMP_COMPUTE_SMD_DAMAGE_H +#define LMP_COMPUTE_SMD_DAMAGE_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDDamage : public Compute { + public: + ComputeSMDDamage(class LAMMPS *, int, char **); + ~ComputeSMDDamage(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *damage_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_hourglass_error.cpp b/src/USER-SMD/compute_smd_hourglass_error.cpp new file mode 100644 index 0000000000..ae6ffee0e1 --- /dev/null +++ b/src/USER-SMD/compute_smd_hourglass_error.cpp @@ -0,0 +1,112 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_hourglass_error.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDHourglassError::ComputeSMDHourglassError(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/hourglass_error command"); + if (atom->smd_flag != 1) + error->all(FLERR, "compute smd/hourglass_error command requires atom_style with hourglass_error (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + hourglass_error_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDHourglassError::~ComputeSMDHourglassError() { + memory->sfree(hourglass_error_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDHourglassError::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/hourglass_error") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/hourglass_error"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDHourglassError::compute_peratom() { + invoked_peratom = update->ntimestep; + + // grow output Vector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(hourglass_error_vector); + nmax = atom->nmax; + hourglass_error_vector = (double *) memory->smalloc(nmax * sizeof(double), "atom:hourglass_error_vector"); + vector_atom = hourglass_error_vector; + } + + int itmp = 0; + double *hourglass_error = (double *) force->pair->extract("smd/tlsph/hourglass_error_ptr", itmp); + if (hourglass_error == NULL) { + error->all(FLERR, "compute smd/hourglass_error failed to access hourglass_error array"); + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + hourglass_error_vector[i] = hourglass_error[i]; + } else { + hourglass_error_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDHourglassError::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_hourglass_error.h b/src/USER-SMD/compute_smd_hourglass_error.h new file mode 100644 index 0000000000..fdfbfae641 --- /dev/null +++ b/src/USER-SMD/compute_smd_hourglass_error.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/hourglass_error,ComputeSMDHourglassError) + +#else + +#ifndef LMP_COMPUTE_SMD_HOURGLASS_ERROR_H +#define LMP_COMPUTE_SMD_HOURGLASS_ERROR_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDHourglassError : public Compute { + public: + ComputeSMDHourglassError(class LAMMPS *, int, char **); + ~ComputeSMDHourglassError(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *hourglass_error_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_internal_energy.cpp b/src/USER-SMD/compute_smd_internal_energy.cpp new file mode 100644 index 0000000000..9116df7011 --- /dev/null +++ b/src/USER-SMD/compute_smd_internal_energy.cpp @@ -0,0 +1,109 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_internal_energy.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDInternalEnergy::ComputeSMDInternalEnergy(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) +{ + if (narg != 3) error->all(FLERR,"Illegal compute smd/internal_energy command"); + if (atom->e_flag != 1) error->all(FLERR,"compute smd/internal_energy command requires atom_style with internal_energy (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + internal_energy_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDInternalEnergy::~ComputeSMDInternalEnergy() +{ + memory->sfree(internal_energy_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDInternalEnergy::init() +{ + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style,"smd/internal_energy") == 0) count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR,"More than one compute smd/internal_energy"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDInternalEnergy::compute_peratom() +{ + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(internal_energy_vector); + nmax = atom->nmax; + internal_energy_vector = (double *) memory->smalloc(nmax*sizeof(double),"atom:internal_energy_vector"); + vector_atom = internal_energy_vector; + } + + double *e = atom->e; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + internal_energy_vector[i] = e[i]; + } + else { + internal_energy_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array +------------------------------------------------------------------------- */ + +double ComputeSMDInternalEnergy::memory_usage() +{ + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_internal_energy.h b/src/USER-SMD/compute_smd_internal_energy.h new file mode 100644 index 0000000000..4276a6ee60 --- /dev/null +++ b/src/USER-SMD/compute_smd_internal_energy.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/internal_energy,ComputeSMDInternalEnergy) + +#else + +#ifndef LMP_COMPUTE_SMD_INTERNAL_ENERGY_H +#define LMP_COMPUTE_SMD_INTERNAL_ENERGY_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDInternalEnergy : public Compute { + public: + ComputeSMDInternalEnergy(class LAMMPS *, int, char **); + ~ComputeSMDInternalEnergy(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *internal_energy_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_plastic_strain.cpp b/src/USER-SMD/compute_smd_plastic_strain.cpp new file mode 100644 index 0000000000..734f40e267 --- /dev/null +++ b/src/USER-SMD/compute_smd_plastic_strain.cpp @@ -0,0 +1,109 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_plastic_strain.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDPlasticStrain::ComputeSMDPlasticStrain(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) +{ + if (narg != 3) error->all(FLERR,"Illegal compute smd/plastic_strain command"); + if (atom->eff_plastic_strain_flag != 1) error->all(FLERR,"compute smd/plastic_strain command requires atom_style with plastic_strain (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + plastic_strain_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDPlasticStrain::~ComputeSMDPlasticStrain() +{ + memory->sfree(plastic_strain_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDPlasticStrain::init() +{ + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style,"smd/plastic_strain") == 0) count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR,"More than one compute smd/plastic_strain"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDPlasticStrain::compute_peratom() +{ + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(plastic_strain_vector); + nmax = atom->nmax; + plastic_strain_vector = (double *) memory->smalloc(nmax*sizeof(double),"atom:plastic_strain_vector"); + vector_atom = plastic_strain_vector; + } + + double *plastic_strain = atom->eff_plastic_strain; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + plastic_strain_vector[i] = plastic_strain[i]; + } + else { + plastic_strain_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array +------------------------------------------------------------------------- */ + +double ComputeSMDPlasticStrain::memory_usage() +{ + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_plastic_strain.h b/src/USER-SMD/compute_smd_plastic_strain.h new file mode 100644 index 0000000000..30b191ee2e --- /dev/null +++ b/src/USER-SMD/compute_smd_plastic_strain.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/plastic_strain,ComputeSMDPlasticStrain) + +#else + +#ifndef LMP_COMPUTE_SMD_PLASTIC_STRAIN_H +#define LMP_COMPUTE_SMD_PLASTIC_STRAIN_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDPlasticStrain : public Compute { + public: + ComputeSMDPlasticStrain(class LAMMPS *, int, char **); + ~ComputeSMDPlasticStrain(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *plastic_strain_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_plastic_strain_rate.cpp b/src/USER-SMD/compute_smd_plastic_strain_rate.cpp new file mode 100644 index 0000000000..44a890bf82 --- /dev/null +++ b/src/USER-SMD/compute_smd_plastic_strain_rate.cpp @@ -0,0 +1,109 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_plastic_strain_rate.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDPlasticStrainRate::ComputeSMDPlasticStrainRate(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) +{ + if (narg != 3) error->all(FLERR,"Illegal compute smd/plastic_strain command"); + if (atom->eff_plastic_strain_rate_flag != 1) error->all(FLERR,"compute smd/plastic_strain_rate command requires atom_style with plastic_strain_rate (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + plastic_strain_rate_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDPlasticStrainRate::~ComputeSMDPlasticStrainRate() +{ + memory->sfree(plastic_strain_rate_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDPlasticStrainRate::init() +{ + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style,"smd/plastic_strain_rate") == 0) count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR,"More than one compute smd/plastic_strain_rate"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDPlasticStrainRate::compute_peratom() +{ + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(plastic_strain_rate_vector); + nmax = atom->nmax; + plastic_strain_rate_vector = (double *) memory->smalloc(nmax*sizeof(double),"atom:plastic_strain_rate_vector"); + vector_atom = plastic_strain_rate_vector; + } + + double *plastic_strain_rate = atom->eff_plastic_strain_rate; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + plastic_strain_rate_vector[i] = plastic_strain_rate[i]; + } + else { + plastic_strain_rate_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array +------------------------------------------------------------------------- */ + +double ComputeSMDPlasticStrainRate::memory_usage() +{ + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_plastic_strain_rate.h b/src/USER-SMD/compute_smd_plastic_strain_rate.h new file mode 100644 index 0000000000..1d99ac0baa --- /dev/null +++ b/src/USER-SMD/compute_smd_plastic_strain_rate.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/plastic_strain_rate,ComputeSMDPlasticStrainRate) + +#else + +#ifndef LMP_COMPUTE_SMD_PLASTIC_STRAIN_RATE_H +#define LMP_COMPUTE_SMD_PLASTIC_STRAIN_RATE_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDPlasticStrainRate : public Compute { + public: + ComputeSMDPlasticStrainRate(class LAMMPS *, int, char **); + ~ComputeSMDPlasticStrainRate(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *plastic_strain_rate_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_rho.cpp b/src/USER-SMD/compute_smd_rho.cpp new file mode 100644 index 0000000000..0e9ee9bb27 --- /dev/null +++ b/src/USER-SMD/compute_smd_rho.cpp @@ -0,0 +1,107 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_rho.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDRho::ComputeSMDRho(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/rho command"); + if (atom->vfrac_flag != 1) + error->all(FLERR, "compute smd/rho command requires atom_style with volume (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + rhoVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDRho::~ComputeSMDRho() { + memory->sfree(rhoVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDRho::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/rho") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/rho"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDRho::compute_peratom() { + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(rhoVector); + nmax = atom->nmax; + rhoVector = (double *) memory->smalloc(nmax * sizeof(double), "atom:rhoVector"); + vector_atom = rhoVector; + } + + double *vfrac = atom->vfrac; + double *rmass = atom->rmass; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + rhoVector[i] = rmass[i] / vfrac[i]; + } else { + rhoVector[i] = 0.0; + } + } + +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDRho::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_rho.h b/src/USER-SMD/compute_smd_rho.h new file mode 100644 index 0000000000..ce749c6466 --- /dev/null +++ b/src/USER-SMD/compute_smd_rho.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/rho,ComputeSMDRho) + +#else + +#ifndef LMP_COMPUTE_SMD_RHO_H +#define LMP_COMPUTE_SMD_RHO_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDRho : public Compute { + public: + ComputeSMDRho(class LAMMPS *, int, char **); + ~ComputeSMDRho(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *rhoVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_tlsph_defgrad.cpp b/src/USER-SMD/compute_smd_tlsph_defgrad.cpp new file mode 100644 index 0000000000..7dcd7faca0 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_defgrad.cpp @@ -0,0 +1,138 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_defgrad.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +#include +#include "stdlib.h" +#include "string.h" +#include +using namespace Eigen; +using namespace std; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHDefgrad::ComputeSMDTLSPHDefgrad(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_defgrad command"); + + peratom_flag = 1; + size_peratom_cols = 10; + + nmax = 0; + defgradVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHDefgrad::~ComputeSMDTLSPHDefgrad() { + memory->sfree(defgradVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHDefgrad::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_defgrad") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_defgrad"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHDefgrad::compute_peratom() { + double **defgrad = atom->smd_data_9; + Matrix3d F; + invoked_peratom = update->ntimestep; + + // grow vector array if necessary + if (atom->nlocal > nmax) { + memory->destroy(defgradVector); + nmax = atom->nmax; + memory->create(defgradVector, nmax, size_peratom_cols, "defgradVector"); + array_atom = defgradVector; + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + F(0, 0) = defgrad[i][0]; + F(0, 1) = defgrad[i][1]; + F(0, 2) = defgrad[i][2]; + F(1, 0) = defgrad[i][3]; + F(1, 1) = defgrad[i][4]; + F(1, 2) = defgrad[i][5]; + F(2, 0) = defgrad[i][6]; + F(2, 1) = defgrad[i][7]; + F(2, 2) = defgrad[i][8]; + + defgradVector[i][0] = F(0, 0); + defgradVector[i][1] = F(0, 1); + defgradVector[i][2] = F(0, 2); + defgradVector[i][3] = F(1, 0); + defgradVector[i][4] = F(1, 1); + defgradVector[i][5] = F(1, 2); + defgradVector[i][6] = F(2, 0); + defgradVector[i][7] = F(2, 1); + defgradVector[i][8] = F(2, 2); + defgradVector[i][9] = F.determinant(); + } else { + defgradVector[i][0] = 1.0; + defgradVector[i][1] = 0.0; + defgradVector[i][2] = 0.0; + defgradVector[i][3] = 0.0; + defgradVector[i][4] = 1.0; + defgradVector[i][5] = 0.0; + defgradVector[i][6] = 0.0; + defgradVector[i][7] = 0.0; + defgradVector[i][8] = 1.0; + defgradVector[i][9] = 1.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTLSPHDefgrad::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_tlsph_defgrad.h b/src/USER-SMD/compute_smd_tlsph_defgrad.h new file mode 100644 index 0000000000..c58fc5148d --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_defgrad.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_defgrad,ComputeSMDTLSPHDefgrad) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_DEFGRAD_H +#define LMP_COMPUTE_SMD_TLSPH_DEFGRAD_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDTLSPHDefgrad : public Compute { + public: + ComputeSMDTLSPHDefgrad(class LAMMPS *, int, char **); + ~ComputeSMDTLSPHDefgrad(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double **defgradVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_tlsph_dt.cpp b/src/USER-SMD/compute_smd_tlsph_dt.cpp new file mode 100644 index 0000000000..fdb3c4feeb --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_dt.cpp @@ -0,0 +1,115 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_dt.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTlsphDt::ComputeSMDTlsphDt(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_dt command"); + if (atom->contact_radius_flag != 1) + error->all(FLERR, + "compute smd/tlsph_dt command requires atom_style with contact_radius (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + dt_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTlsphDt::~ComputeSMDTlsphDt() { + memory->sfree(dt_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTlsphDt::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_dt") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_dt"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTlsphDt::compute_peratom() { + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(dt_vector); + nmax = atom->nmax; + dt_vector = (double *) memory->smalloc(nmax * sizeof(double), + "atom:tlsph_dt_vector"); + vector_atom = dt_vector; + } + + int itmp = 0; + double *particle_dt = (double *) force->pair->extract("smd/tlsph/particle_dt_ptr", + itmp); + if (particle_dt == NULL) { + error->all(FLERR, + "compute smd/tlsph_dt failed to access particle_dt array"); + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + dt_vector[i] = particle_dt[i]; + } else { + dt_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTlsphDt::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_tlsph_dt.h b/src/USER-SMD/compute_smd_tlsph_dt.h new file mode 100644 index 0000000000..0b258a1a7f --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_dt.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_dt,ComputeSMDTlsphDt) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_DT_H +#define LMP_COMPUTE_SMD_TLSPH_DT_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDTlsphDt : public Compute { + public: + ComputeSMDTlsphDt(class LAMMPS *, int, char **); + ~ComputeSMDTlsphDt(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *dt_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_tlsph_num_neighs.cpp b/src/USER-SMD/compute_smd_tlsph_num_neighs.cpp new file mode 100644 index 0000000000..7b7b2ce07c --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_num_neighs.cpp @@ -0,0 +1,107 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_num_neighs.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHNumNeighs::ComputeSMDTLSPHNumNeighs(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_num_neighs command"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + numNeighsRefConfigOutput = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHNumNeighs::~ComputeSMDTLSPHNumNeighs() { + memory->destroy(numNeighsRefConfigOutput); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHNumNeighs::init() { + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_num_neighs") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_num_neighs"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHNumNeighs::compute_peratom() { + invoked_peratom = update->ntimestep; + + if (atom->nlocal > nmax) { + memory->destroy(numNeighsRefConfigOutput); + nmax = atom->nmax; + memory->create(numNeighsRefConfigOutput, nmax, "tlsph/num_neighs:numNeighsRefConfigOutput"); + vector_atom = numNeighsRefConfigOutput; + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + int itmp = 0; + int *numNeighsRefConfig = (int *) force->pair->extract("smd/tlsph/numNeighsRefConfig_ptr", itmp); + if (numNeighsRefConfig == NULL) { + error->all(FLERR, "compute smd/tlsph_num_neighs failed to access numNeighsRefConfig array"); + } + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + numNeighsRefConfigOutput[i] = numNeighsRefConfig[i]; + } else { + numNeighsRefConfigOutput[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTLSPHNumNeighs::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_tlsph_num_neighs.h b/src/USER-SMD/compute_smd_tlsph_num_neighs.h new file mode 100644 index 0000000000..5b3613e05c --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_num_neighs.h @@ -0,0 +1,69 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_num_neighs,ComputeSMDTLSPHNumNeighs) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_NUM_NEIGHS_H +#define LMP_COMPUTE_SMD_TLSPH_NUM_NEIGHS_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDTLSPHNumNeighs : public Compute { + public: + ComputeSMDTLSPHNumNeighs(class LAMMPS *, int, char **); + ~ComputeSMDTLSPHNumNeighs(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *numNeighsRefConfigOutput; +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + +E: Illegal ... command + +Self-explanatory. Check the input script syntax and compare to the +documentation for the command. You can use -echo screen as a +command-line option when running LAMMPS to see the offending line. + +W: More than one compute ke/atom + +It is not efficient to use compute ke/atom more than once. + +*/ diff --git a/src/USER-SMD/compute_smd_tlsph_shape.cpp b/src/USER-SMD/compute_smd_tlsph_shape.cpp new file mode 100644 index 0000000000..d4e8c14b37 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_shape.cpp @@ -0,0 +1,137 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_shape.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +#include +#include "stdlib.h" +#include "string.h" +#include +#include +using namespace Eigen; +using namespace std; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSmdTlsphShape::ComputeSmdTlsphShape(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_strain command"); + + peratom_flag = 1; + size_peratom_cols = 7; + + nmax = 0; + strainVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSmdTlsphShape::~ComputeSmdTlsphShape() { + memory->sfree(strainVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSmdTlsphShape::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_strain") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_strain"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSmdTlsphShape::compute_peratom() { + double *contact_radius = atom->contact_radius; + invoked_peratom = update->ntimestep; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(strainVector); + nmax = atom->nmax; + memory->create(strainVector, nmax, size_peratom_cols, "strainVector"); + array_atom = strainVector; + } + + int itmp = 0; + Matrix3d *R = (Matrix3d *) force->pair->extract("smd/tlsph/rotation_ptr", itmp); + if (R == NULL) { + error->all(FLERR, "compute smd/tlsph_shape failed to access rotation array"); + } + + Matrix3d *F = (Matrix3d *) force->pair->extract("smd/tlsph/Fincr_ptr", itmp); + if (F == NULL) { + error->all(FLERR, "compute smd/tlsph_shape failed to access deformation gradient array"); + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + Matrix3d E, eye; + eye.setIdentity(); + Quaterniond q; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + E = 0.5 * (F[i].transpose() * F[i] - eye); // Green-Lagrange strain + strainVector[i][0] = contact_radius[i] * (1.0 + E(0, 0)); + strainVector[i][1] = contact_radius[i] * (1.0 + E(1, 1)); + strainVector[i][2] = contact_radius[i] * (1.0 + E(2, 2)); + + q = R[i]; // convert pure rotation matrix to quaternion + strainVector[i][3] = q.w(); + strainVector[i][4] = q.x(); + strainVector[i][5] = q.y(); + strainVector[i][6] = q.z(); + } else { + for (int j = 0; j < size_peratom_cols; j++) { + strainVector[i][j] = 0.0; + } + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSmdTlsphShape::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_tlsph_shape.h b/src/USER-SMD/compute_smd_tlsph_shape.h new file mode 100644 index 0000000000..673080e232 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_shape.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_shape,ComputeSmdTlsphShape) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_SHAPE_H +#define LMP_COMPUTE_SMD_TLSPH_SHAPE_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSmdTlsphShape : public Compute { + public: + ComputeSmdTlsphShape(class LAMMPS *, int, char **); + ~ComputeSmdTlsphShape(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double **strainVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_tlsph_strain.cpp b/src/USER-SMD/compute_smd_tlsph_strain.cpp new file mode 100644 index 0000000000..f191afeb2c --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_strain.cpp @@ -0,0 +1,145 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_strain.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +#include +#include "stdlib.h" +#include "string.h" +#include +using namespace Eigen; +using namespace std; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHstrain::ComputeSMDTLSPHstrain(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_strain command"); + + peratom_flag = 1; + size_peratom_cols = 6; + + nmax = 0; + strainVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHstrain::~ComputeSMDTLSPHstrain() { + memory->sfree(strainVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHstrain::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_strain") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_strain"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHstrain::compute_peratom() { + double **defgrad0 = atom->smd_data_9; + + invoked_peratom = update->ntimestep; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(strainVector); + nmax = atom->nmax; + memory->create(strainVector, nmax, size_peratom_cols, "strainVector"); + array_atom = strainVector; + } + + // copy data to output array + int itmp = 0; + Matrix3d *Fincr = (Matrix3d *) force->pair->extract("smd/tlsph/Fincr_ptr", itmp); + if (Fincr == NULL) { + error->all(FLERR, "compute smd/tlsph_strain failed to access Fincr array"); + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + Matrix3d E, eye, Ftotal, F0; + eye.setIdentity(); + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + // old deformation gradient + F0(0, 0) = defgrad0[i][0]; + F0(0, 1) = defgrad0[i][1]; + F0(0, 2) = defgrad0[i][2]; + F0(1, 0) = defgrad0[i][3]; + F0(1, 1) = defgrad0[i][4]; + F0(1, 2) = defgrad0[i][5]; + F0(2, 0) = defgrad0[i][6]; + F0(2, 1) = defgrad0[i][7]; + F0(2, 2) = defgrad0[i][8]; + + // compute current total deformation gradient + Ftotal = F0 * Fincr[i]; // this is the total deformation gradient: reference deformation times incremental deformation + + + E = 0.5 * (Ftotal.transpose() * Ftotal - eye); // Green-Lagrange strain + strainVector[i][0] = E(0, 0); + strainVector[i][1] = E(1, 1); + strainVector[i][2] = E(2, 2); + strainVector[i][3] = E(0, 1); + strainVector[i][4] = E(0, 2); + strainVector[i][5] = E(1, 2); + } else { + for (int j = 0; j < size_peratom_cols; j++) { + strainVector[i][j] = 0.0; + } + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTLSPHstrain::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_tlsph_strain.h b/src/USER-SMD/compute_smd_tlsph_strain.h new file mode 100644 index 0000000000..a42fcddde2 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_strain.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_strain,ComputeSMDTLSPHstrain) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_STRAIN_H +#define LMP_COMPUTE_SMD_TLSPH_STRAIN_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDTLSPHstrain : public Compute { + public: + ComputeSMDTLSPHstrain(class LAMMPS *, int, char **); + ~ComputeSMDTLSPHstrain(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double **strainVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_tlsph_strain_rate.cpp b/src/USER-SMD/compute_smd_tlsph_strain_rate.cpp new file mode 100644 index 0000000000..a9e909db10 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_strain_rate.cpp @@ -0,0 +1,126 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_strain_rate.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +using namespace Eigen; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHStrainRate::ComputeSMDTLSPHStrainRate(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/ulsph_strain_rate command"); + + peratom_flag = 1; + size_peratom_cols = 6; + + nmax = 0; + strain_rate_array = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHStrainRate::~ComputeSMDTLSPHStrainRate() { + memory->sfree(strain_rate_array); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHStrainRate::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/ulsph_strain_rate") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/ulsph_strain_rate"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHStrainRate::compute_peratom() { + invoked_peratom = update->ntimestep; + int *mol = atom->molecule; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(strain_rate_array); + nmax = atom->nmax; + memory->create(strain_rate_array, nmax, size_peratom_cols, "stresstensorVector"); + array_atom = strain_rate_array; + } + + int ulsph_flag = 0; + int tlsph_flag = 0; + int itmp = 0; + Matrix3d *D = (Matrix3d *) force->pair->extract("smd/tlsph/strain_rate_ptr", itmp); + if (D == NULL) { + error->all(FLERR, + "compute smd/tlsph_strain_rate could not access strain rate. Are the matching pair styles present?"); + } + + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + + strain_rate_array[i][0] = D[i](0, 0); // xx + strain_rate_array[i][1] = D[i](1, 1); // yy + strain_rate_array[i][2] = D[i](2, 2); // zz + strain_rate_array[i][3] = D[i](0, 1); // xy + strain_rate_array[i][4] = D[i](0, 2); // xz + strain_rate_array[i][5] = D[i](1, 2); // yz + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTLSPHStrainRate::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} + +/* + * deviator of a tensor + */ +Matrix3d ComputeSMDTLSPHStrainRate::Deviator(Matrix3d M) { + Matrix3d eye; + eye.setIdentity(); + eye *= M.trace() / 3.0; + return M - eye; +} diff --git a/src/USER-SMD/compute_smd_tlsph_strain_rate.h b/src/USER-SMD/compute_smd_tlsph_strain_rate.h new file mode 100644 index 0000000000..6332f03764 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_strain_rate.h @@ -0,0 +1,58 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_strain_rate,ComputeSMDTLSPHStrainRate) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_STRAIN_RATE_H +#define LMP_COMPUTE_SMD_TLSPH_STRAIN_RATE_H + +#include "compute.h" +#include +using namespace Eigen; + +namespace LAMMPS_NS { + +class ComputeSMDTLSPHStrainRate : public Compute { + public: + ComputeSMDTLSPHStrainRate(class LAMMPS *, int, char **); + ~ComputeSMDTLSPHStrainRate(); + void init(); + void compute_peratom(); + double memory_usage(); + Matrix3d Deviator(Matrix3d); + + private: + int nmax; + double **strain_rate_array; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_tlsph_stress.cpp b/src/USER-SMD/compute_smd_tlsph_stress.cpp new file mode 100644 index 0000000000..bd38b6af33 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_stress.cpp @@ -0,0 +1,131 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_tlsph_stress.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +using namespace Eigen; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHStress::ComputeSMDTLSPHStress(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_stress command"); + + peratom_flag = 1; + size_peratom_cols = 7; + + nmax = 0; + stress_array = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTLSPHStress::~ComputeSMDTLSPHStress() { + memory->sfree(stress_array); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHStress::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_stress") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_stress"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTLSPHStress::compute_peratom() { + invoked_peratom = update->ntimestep; + Matrix3d stress_deviator; + double von_mises_stress; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(stress_array); + nmax = atom->nmax; + memory->create(stress_array, nmax, size_peratom_cols, "stresstensorVector"); + array_atom = stress_array; + } + + int itmp = 0; + Matrix3d *T = (Matrix3d *) force->pair->extract("smd/tlsph/stressTensor_ptr", itmp); + if (T == NULL) { + error->all(FLERR, "compute smd/tlsph_stress could not access stress tensors. Are the matching pair styles present?"); + } + int nlocal = atom->nlocal; + int *mask = atom->mask; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + stress_deviator = Deviator(T[i]); + von_mises_stress = sqrt(3. / 2.) * stress_deviator.norm(); + stress_array[i][0] = T[i](0, 0); // xx + stress_array[i][1] = T[i](1, 1); // yy + stress_array[i][2] = T[i](2, 2); // zz + stress_array[i][3] = T[i](0, 1); // xy + stress_array[i][4] = T[i](0, 2); // xz + stress_array[i][5] = T[i](1, 2); // yz + stress_array[i][6] = von_mises_stress; + } else { + for (int j = 0; j < size_peratom_cols; j++) { + stress_array[i][j] = 0.0; + } + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTLSPHStress::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} + +/* + * deviator of a tensor + */ +Matrix3d ComputeSMDTLSPHStress::Deviator(Matrix3d M) { + Matrix3d eye; + eye.setIdentity(); + eye *= M.trace() / 3.0; + return M - eye; +} diff --git a/src/USER-SMD/compute_smd_tlsph_stress.h b/src/USER-SMD/compute_smd_tlsph_stress.h new file mode 100644 index 0000000000..5348584d04 --- /dev/null +++ b/src/USER-SMD/compute_smd_tlsph_stress.h @@ -0,0 +1,58 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/tlsph_stress, ComputeSMDTLSPHStress) + +#else + +#ifndef LMP_COMPUTE_SMD_TLSPH_STRESS_H +#define LMP_COMPUTE_SMD_TLSPH_STRESS_H + +#include "compute.h" +#include +using namespace Eigen; + +namespace LAMMPS_NS { + +class ComputeSMDTLSPHStress : public Compute { + public: + ComputeSMDTLSPHStress(class LAMMPS *, int, char **); + ~ComputeSMDTLSPHStress(); + void init(); + void compute_peratom(); + double memory_usage(); + Matrix3d Deviator(Matrix3d); + + private: + int nmax; + double **stress_array; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_triangle_mesh_vertices.cpp b/src/USER-SMD/compute_smd_triangle_mesh_vertices.cpp new file mode 100644 index 0000000000..6e7bac76bc --- /dev/null +++ b/src/USER-SMD/compute_smd_triangle_mesh_vertices.cpp @@ -0,0 +1,130 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_triangle_mesh_vertices.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +#include +#include "stdlib.h" +#include "string.h" +#include +using namespace Eigen; +using namespace std; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTriangleVertices::ComputeSMDTriangleVertices(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/triangle_vertices command"); + + peratom_flag = 1; + size_peratom_cols = 9; + + nmax = 0; + outputVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDTriangleVertices::~ComputeSMDTriangleVertices() { + memory->sfree(outputVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTriangleVertices::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/triangle_vertices") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/triangle_vertices"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDTriangleVertices::compute_peratom() { + + double **smd_data_9 = atom->smd_data_9; + tagint *mol = atom->molecule; + + invoked_peratom = update->ntimestep; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(outputVector); + nmax = atom->nmax; + memory->create(outputVector, nmax, size_peratom_cols, "defgradVector"); + array_atom = outputVector; + } + + /* + * triangle vertices are stored using the smd_data_9 array ... + * this is a hack but ok for now as I do not have to create additional storage space + * all triangle particles have molecule id >= 65535 + */ + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if ((mask[i] & groupbit) && (mol[i] >= 65535) ){ + outputVector[i][0] = smd_data_9[i][0]; + outputVector[i][1] = smd_data_9[i][1]; + outputVector[i][2] = smd_data_9[i][2]; + outputVector[i][3] = smd_data_9[i][3]; + outputVector[i][4] = smd_data_9[i][4]; + outputVector[i][5] = smd_data_9[i][5]; + outputVector[i][6] = smd_data_9[i][6]; + outputVector[i][7] = smd_data_9[i][7]; + outputVector[i][8] = smd_data_9[i][8]; + } else { + for (int j = 0; j < size_peratom_cols; j++) { + outputVector[i][j] = 0.0; + } + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDTriangleVertices::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_triangle_mesh_vertices.h b/src/USER-SMD/compute_smd_triangle_mesh_vertices.h new file mode 100644 index 0000000000..7514622714 --- /dev/null +++ b/src/USER-SMD/compute_smd_triangle_mesh_vertices.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/triangle_vertices,ComputeSMDTriangleVertices) + +#else + +#ifndef LMP_COMPUTE_SMD_TRIANGLE_VERTICES_H +#define LMP_COMPUTE_SMD_TRIANGLE_VERTICES_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDTriangleVertices : public Compute { + public: + ComputeSMDTriangleVertices(class LAMMPS *, int, char **); + ~ComputeSMDTriangleVertices(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double **outputVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_ulsph_effm.cpp b/src/USER-SMD/compute_smd_ulsph_effm.cpp new file mode 100644 index 0000000000..313c259632 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_effm.cpp @@ -0,0 +1,115 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_ulsph_effm.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMD_Ulsph_Effm::ComputeSMD_Ulsph_Effm(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/ulsph_effm command"); + if (atom->contact_radius_flag != 1) + error->all(FLERR, + "compute smd/ulsph_effm command requires atom_style with contact_radius (e.g. smd)"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + dt_vector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMD_Ulsph_Effm::~ComputeSMD_Ulsph_Effm() { + memory->sfree(dt_vector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMD_Ulsph_Effm::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/ulsph_effm") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/ulsph_effm"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMD_Ulsph_Effm::compute_peratom() { + invoked_peratom = update->ntimestep; + + // grow rhoVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(dt_vector); + nmax = atom->nmax; + dt_vector = (double *) memory->smalloc(nmax * sizeof(double), + "atom:tlsph_dt_vector"); + vector_atom = dt_vector; + } + + int itmp = 0; + double *particle_dt = (double *) force->pair->extract("smd/ulsph/effective_modulus_ptr", + itmp); + if (particle_dt == NULL) { + error->all(FLERR, + "compute smd/ulsph_effm failed to access particle_dt array"); + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + dt_vector[i] = particle_dt[i]; + } else { + dt_vector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMD_Ulsph_Effm::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_ulsph_effm.h b/src/USER-SMD/compute_smd_ulsph_effm.h new file mode 100644 index 0000000000..d4fb9180fe --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_effm.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/ulsph_effm,ComputeSMD_Ulsph_Effm) + +#else + +#ifndef LMP_COMPUTE_SMD_ULSPH_EFFM_H +#define LMP_COMPUTE_SMD_ULSPH_EFFM_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMD_Ulsph_Effm : public Compute { + public: + ComputeSMD_Ulsph_Effm(class LAMMPS *, int, char **); + ~ComputeSMD_Ulsph_Effm(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *dt_vector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_ulsph_num_neighs.cpp b/src/USER-SMD/compute_smd_ulsph_num_neighs.cpp new file mode 100644 index 0000000000..c50db61bb1 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_num_neighs.cpp @@ -0,0 +1,107 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_ulsph_num_neighs.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHNumNeighs::ComputeSMDULSPHNumNeighs(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/ulsph_num_neighs command"); + + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + numNeighsOutput = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHNumNeighs::~ComputeSMDULSPHNumNeighs() { + memory->destroy(numNeighsOutput); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHNumNeighs::init() { + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/ulsph_num_neighs") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/ulsph_num_neighs"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHNumNeighs::compute_peratom() { + invoked_peratom = update->ntimestep; + + if (atom->nlocal > nmax) { + memory->destroy(numNeighsOutput); + nmax = atom->nmax; + memory->create(numNeighsOutput, nmax, "ulsph/num_neighs:numNeighsRefConfigOutput"); + vector_atom = numNeighsOutput; + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + int itmp = 0; + int *numNeighs = (int *) force->pair->extract("smd/ulsph/numNeighs_ptr", itmp); + if (numNeighs == NULL) { + error->all(FLERR, "compute smd/ulsph_num_neighs failed to access numNeighs array"); + } + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + numNeighsOutput[i] = numNeighs[i]; + } else { + numNeighsOutput[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDULSPHNumNeighs::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_ulsph_num_neighs.h b/src/USER-SMD/compute_smd_ulsph_num_neighs.h new file mode 100644 index 0000000000..c16d178666 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_num_neighs.h @@ -0,0 +1,69 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/ulsph_num_neighs,ComputeSMDULSPHNumNeighs) + +#else + +#ifndef LMP_COMPUTE_SMD_ULSPH_NUM_NEIGHS_H +#define LMP_COMPUTE_SMD_ULSPH_NUM_NEIGHS_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDULSPHNumNeighs : public Compute { + public: + ComputeSMDULSPHNumNeighs(class LAMMPS *, int, char **); + ~ComputeSMDULSPHNumNeighs(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double *numNeighsOutput; +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + +E: Illegal ... command + +Self-explanatory. Check the input script syntax and compare to the +documentation for the command. You can use -echo screen as a +command-line option when running LAMMPS to see the offending line. + +W: More than one compute ke/atom + +It is not efficient to use compute ke/atom more than once. + +*/ diff --git a/src/USER-SMD/compute_smd_ulsph_strain.cpp b/src/USER-SMD/compute_smd_ulsph_strain.cpp new file mode 100644 index 0000000000..5cf4fa53fa --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_strain.cpp @@ -0,0 +1,120 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_ulsph_strain.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +#include +#include "stdlib.h" +#include "string.h" +#include +using namespace Eigen; +using namespace std; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHstrain::ComputeSMDULSPHstrain(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/tlsph_strain command"); + + peratom_flag = 1; + size_peratom_cols = 6; + + nmax = 0; + strainVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHstrain::~ComputeSMDULSPHstrain() { + memory->sfree(strainVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHstrain::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/tlsph_strain") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/tlsph_strain"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHstrain::compute_peratom() { + double **atom_data9 = atom->smd_data_9; // ULSPH strain is stored in the first 6 entries of this data field + + invoked_peratom = update->ntimestep; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(strainVector); + nmax = atom->nmax; + memory->create(strainVector, nmax, size_peratom_cols, "strainVector"); + array_atom = strainVector; + } + + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + strainVector[i][0] = atom_data9[i][0]; + strainVector[i][1] = atom_data9[i][1]; + strainVector[i][2] = atom_data9[i][2]; + strainVector[i][3] = atom_data9[i][3]; + strainVector[i][4] = atom_data9[i][4]; + strainVector[i][5] = atom_data9[i][5]; + } else { + for (int j = 0; j < size_peratom_cols; j++) { + strainVector[i][j] = 0.0; + } + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDULSPHstrain::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_ulsph_strain.h b/src/USER-SMD/compute_smd_ulsph_strain.h new file mode 100644 index 0000000000..820b2450a8 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_strain.h @@ -0,0 +1,55 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/ulsph_strain,ComputeSMDULSPHstrain) + +#else + +#ifndef LMP_COMPUTE_SMD_ULSPH_STRAIN_H +#define LMP_COMPUTE_SMD_ULSPH_STRAIN_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDULSPHstrain : public Compute { + public: + ComputeSMDULSPHstrain(class LAMMPS *, int, char **); + ~ComputeSMDULSPHstrain(); + void init(); + void compute_peratom(); + double memory_usage(); + + private: + int nmax; + double **strainVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_ulsph_strain_rate.cpp b/src/USER-SMD/compute_smd_ulsph_strain_rate.cpp new file mode 100644 index 0000000000..542c87bc32 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_strain_rate.cpp @@ -0,0 +1,132 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_ulsph_strain_rate.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +using namespace Eigen; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHStrainRate::ComputeSMDULSPHStrainRate(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/ulsph_strain_rate command"); + + peratom_flag = 1; + size_peratom_cols = 6; + + nmax = 0; + strain_rate_array = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHStrainRate::~ComputeSMDULSPHStrainRate() { + memory->sfree(strain_rate_array); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHStrainRate::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/ulsph_strain_rate") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/ulsph_strain_rate"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHStrainRate::compute_peratom() { + invoked_peratom = update->ntimestep; + int *mask = atom->mask; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(strain_rate_array); + nmax = atom->nmax; + memory->create(strain_rate_array, nmax, size_peratom_cols, "stresstensorVector"); + array_atom = strain_rate_array; + } + + int itmp = 0; + Matrix3d *L = (Matrix3d *) force->pair->extract("smd/ulsph/velocityGradient_ptr", itmp); + if (L == NULL) { + error->all(FLERR, + "compute smd/ulsph_strain_rate could not access any velocity gradients. Are the matching pair styles present?"); + } + int nlocal = atom->nlocal; + Matrix3d D; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + D = 0.5 * (L[i] + L[i].transpose()); + strain_rate_array[i][0] = D(0, 0); // xx + strain_rate_array[i][1] = D(1, 1); // yy + strain_rate_array[i][2] = D(2, 2); // zz + strain_rate_array[i][3] = D(0, 1); // xy + strain_rate_array[i][4] = D(0, 2); // xz + strain_rate_array[i][5] = D(1, 2); // yz + } else { + strain_rate_array[i][0] = 0.0; + strain_rate_array[i][1] = 0.0; + strain_rate_array[i][2] = 0.0; + strain_rate_array[i][3] = 0.0; + strain_rate_array[i][4] = 0.0; + strain_rate_array[i][5] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDULSPHStrainRate::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} + +/* + * deviator of a tensor + */ +Matrix3d ComputeSMDULSPHStrainRate::Deviator(Matrix3d M) { + Matrix3d eye; + eye.setIdentity(); + eye *= M.trace() / 3.0; + return M - eye; +} diff --git a/src/USER-SMD/compute_smd_ulsph_strain_rate.h b/src/USER-SMD/compute_smd_ulsph_strain_rate.h new file mode 100644 index 0000000000..b200e15722 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_strain_rate.h @@ -0,0 +1,58 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/ulsph_strain_rate,ComputeSMDULSPHStrainRate) + +#else + +#ifndef LMP_COMPUTE_SMD_ULSPH_STRAIN_RATE_H +#define LMP_COMPUTE_SMD_ULSPH_STRAIN_RATE_H + +#include "compute.h" +#include +using namespace Eigen; + +namespace LAMMPS_NS { + +class ComputeSMDULSPHStrainRate : public Compute { + public: + ComputeSMDULSPHStrainRate(class LAMMPS *, int, char **); + ~ComputeSMDULSPHStrainRate(); + void init(); + void compute_peratom(); + double memory_usage(); + Matrix3d Deviator(Matrix3d); + + private: + int nmax; + double **strain_rate_array; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_ulsph_stress.cpp b/src/USER-SMD/compute_smd_ulsph_stress.cpp new file mode 100644 index 0000000000..26b323e7ee --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_stress.cpp @@ -0,0 +1,133 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_ulsph_stress.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include +using namespace Eigen; +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHStress::ComputeSMDULSPHStress(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/ulsph_stress command"); + + peratom_flag = 1; + size_peratom_cols = 7; + + nmax = 0; + stress_array = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDULSPHStress::~ComputeSMDULSPHStress() { + memory->sfree(stress_array); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHStress::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/ulsph_stress") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/ulsph_stress"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDULSPHStress::compute_peratom() { + invoked_peratom = update->ntimestep; + int *mask = atom->mask; + Matrix3d stress_deviator; + double von_mises_stress; + + // grow vector array if necessary + + if (atom->nlocal > nmax) { + memory->destroy(stress_array); + nmax = atom->nmax; + memory->create(stress_array, nmax, size_peratom_cols, "stresstensorVector"); + array_atom = stress_array; + } + + int itmp = 0; + Matrix3d *T = (Matrix3d *) force->pair->extract("smd/ulsph/stressTensor_ptr", itmp); + if (T == NULL) { + error->all(FLERR, "compute smd/ulsph_stress could not access stress tensors. Are the matching pair styles present?"); + } + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + + if (mask[i] & groupbit) { + stress_deviator = Deviator(T[i]); + von_mises_stress = sqrt(3. / 2.) * stress_deviator.norm(); + stress_array[i][0] = T[i](0, 0); // xx + stress_array[i][1] = T[i](1, 1); // yy + stress_array[i][2] = T[i](2, 2); // zz + stress_array[i][3] = T[i](0, 1); // xy + stress_array[i][4] = T[i](0, 2); // xz + stress_array[i][5] = T[i](1, 2); // yz + stress_array[i][6] = von_mises_stress; + + } else { + for (int j = 0; j < size_peratom_cols; j++) { + stress_array[i][j] = 0.0; + } + } + } +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDULSPHStress::memory_usage() { + double bytes = size_peratom_cols * nmax * sizeof(double); + return bytes; +} + +/* + * deviator of a tensor + */ +Matrix3d ComputeSMDULSPHStress::Deviator(Matrix3d M) { + Matrix3d eye; + eye.setIdentity(); + eye *= M.trace() / 3.0; + return M - eye; +} diff --git a/src/USER-SMD/compute_smd_ulsph_stress.h b/src/USER-SMD/compute_smd_ulsph_stress.h new file mode 100644 index 0000000000..5b31a111a4 --- /dev/null +++ b/src/USER-SMD/compute_smd_ulsph_stress.h @@ -0,0 +1,58 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/ulsph_stress, ComputeSMDULSPHStress) + +#else + +#ifndef LMP_COMPUTE_SMD_ULSPH_STRESS_H +#define LMP_COMPUTE_SMD_ULSPH_STRESS_H + +#include "compute.h" +#include +using namespace Eigen; + +namespace LAMMPS_NS { + +class ComputeSMDULSPHStress : public Compute { + public: + ComputeSMDULSPHStress(class LAMMPS *, int, char **); + ~ComputeSMDULSPHStress(); + void init(); + void compute_peratom(); + double memory_usage(); + Matrix3d Deviator(Matrix3d); + + private: + int nmax; + double **stress_array; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/compute_smd_vol.cpp b/src/USER-SMD/compute_smd_vol.cpp new file mode 100644 index 0000000000..1826e3d976 --- /dev/null +++ b/src/USER-SMD/compute_smd_vol.cpp @@ -0,0 +1,130 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "compute_smd_vol.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "comm.h" +#include "force.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +/* ---------------------------------------------------------------------- */ + +ComputeSMDVol::ComputeSMDVol(LAMMPS *lmp, int narg, char **arg) : + Compute(lmp, narg, arg) { + if (narg != 3) + error->all(FLERR, "Illegal compute smd/volume command"); + if (atom->vfrac_flag != 1) + error->all(FLERR, "compute smd/volume command requires atom_style with density (e.g. smd)"); + + scalar_flag = 1; + peratom_flag = 1; + size_peratom_cols = 0; + + nmax = 0; + volVector = NULL; +} + +/* ---------------------------------------------------------------------- */ + +ComputeSMDVol::~ComputeSMDVol() { + memory->sfree(volVector); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDVol::init() { + + int count = 0; + for (int i = 0; i < modify->ncompute; i++) + if (strcmp(modify->compute[i]->style, "smd/volume") == 0) + count++; + if (count > 1 && comm->me == 0) + error->warning(FLERR, "More than one compute smd/volume"); +} + +/* ---------------------------------------------------------------------- */ + +void ComputeSMDVol::compute_peratom() { + invoked_peratom = update->ntimestep; + + // grow volVector array if necessary + + if (atom->nlocal > nmax) { + memory->sfree(volVector); + nmax = atom->nmax; + volVector = (double *) memory->smalloc(nmax * sizeof(double), "atom:volVector"); + vector_atom = volVector; + } + + double *vfrac = atom->vfrac; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + volVector[i] = vfrac[i]; + } else { + volVector[i] = 0.0; + } + } +} + +/* ---------------------------------------------------------------------- */ + +double ComputeSMDVol::compute_scalar() { + + invoked_scalar = update->ntimestep; + double *vfrac = atom->vfrac; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + double this_proc_sum_volumes = 0.0; + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + this_proc_sum_volumes += vfrac[i]; + } + } + + //printf("this_proc_sum_volumes = %g\n", this_proc_sum_volumes); + MPI_Allreduce(&this_proc_sum_volumes, &scalar, 1, MPI_DOUBLE, MPI_SUM, world); + //if (comm->me == 0) printf("global sum_volumes = %g\n", scalar); + + return scalar; + +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double ComputeSMDVol::memory_usage() { + double bytes = nmax * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/compute_smd_vol.h b/src/USER-SMD/compute_smd_vol.h new file mode 100644 index 0000000000..e946ed85ca --- /dev/null +++ b/src/USER-SMD/compute_smd_vol.h @@ -0,0 +1,56 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef COMPUTE_CLASS + +ComputeStyle(smd/volume,ComputeSMDVol) + +#else + +#ifndef LMP_COMPUTE_SMD_VOL_H +#define LMP_COMPUTE_SMD_VOL_H + +#include "compute.h" + +namespace LAMMPS_NS { + +class ComputeSMDVol : public Compute { + public: + ComputeSMDVol(class LAMMPS *, int, char **); + ~ComputeSMDVol(); + void init(); + void compute_peratom(); + double compute_scalar(); + double memory_usage(); + + private: + int nmax; + double *volVector; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/fix_smd_adjust_dt.cpp b/src/USER-SMD/fix_smd_adjust_dt.cpp new file mode 100644 index 0000000000..48d5835059 --- /dev/null +++ b/src/USER-SMD/fix_smd_adjust_dt.cpp @@ -0,0 +1,233 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "math.h" +#include "stdlib.h" +#include "string.h" +#include "fix_smd_adjust_dt.h" +#include "atom.h" +#include "update.h" +#include "integrate.h" +#include "domain.h" +#include "lattice.h" +#include "force.h" +#include "pair.h" +#include "modify.h" +#include "fix.h" +#include "output.h" +#include "dump.h" +#include "comm.h" +#include "error.h" + +using namespace LAMMPS_NS; +using namespace FixConst; + +#define BIG 1.0e20 + +/* ---------------------------------------------------------------------- */ + +FixSMDTlsphDtReset::FixSMDTlsphDtReset(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + if (narg != 4) + error->all(FLERR, "Illegal fix smd/adjust_dt command"); + + // set time_depend, else elapsed time accumulation can be messed up + + time_depend = 1; + scalar_flag = 1; + vector_flag = 1; + size_vector = 2; + global_freq = 1; + extscalar = 0; + extvector = 0; + restart_global = 1; // this fix stores global (i.e., not per-atom) info: elaspsed time + + safety_factor = atof(arg[3]); + + // initializations + t_elapsed = 0.0; +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDTlsphDtReset::setmask() { + int mask = 0; + mask |= INITIAL_INTEGRATE; + mask |= END_OF_STEP; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDTlsphDtReset::init() { + dt = update->dt; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDTlsphDtReset::setup(int vflag) { + end_of_step(); +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDTlsphDtReset::initial_integrate(int vflag) { + + //printf("in adjust_dt: dt = %20.10f\n", update->dt); + + t_elapsed += update->dt; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDTlsphDtReset::end_of_step() { + double dtmin = BIG; + int itmp = 0; + + /* + * extract minimum CFL timestep from TLSPH and ULSPH pair styles + */ + + double *dtCFL_TLSPH = (double *) force->pair->extract("smd/tlsph/dtCFL_ptr", itmp); + double *dtCFL_ULSPH = (double *) force->pair->extract("smd/ulsph/dtCFL_ptr", itmp); + double *dt_TRI = (double *) force->pair->extract("smd/tri_surface/stable_time_increment_ptr", itmp); + double *dt_HERTZ = (double *) force->pair->extract("smd/hertz/stable_time_increment_ptr", itmp); + double *dt_PERI_IPMB = (double *) force->pair->extract("smd/peri_ipmb/stable_time_increment_ptr", itmp); + + if ((dtCFL_TLSPH == NULL) && (dtCFL_ULSPH == NULL) && (dt_TRI == NULL) && (dt_HERTZ == NULL) + && (dt_PERI_IPMB == NULL)) { + error->all(FLERR, "fix smd/adjust_dt failed to access a valid dtCFL"); + } + + if (dtCFL_TLSPH != NULL) { + dtmin = MIN(dtmin, *dtCFL_TLSPH); + } + + if (dtCFL_ULSPH != NULL) { + dtmin = MIN(dtmin, *dtCFL_ULSPH); + } + + if (dt_TRI != NULL) { + dtmin = MIN(dtmin, *dt_TRI); + } + + if (dt_HERTZ != NULL) { + dtmin = MIN(dtmin, *dt_HERTZ); + } + + if (dt_PERI_IPMB != NULL) { + dtmin = MIN(dtmin, *dt_PERI_IPMB); + } + +// double **v = atom->v; +// double **f = atom->f; +// double *rmass = atom->rmass; +// double *radius = atom->radius; +// int *mask = atom->mask; +// int nlocal = atom->nlocal; +// double dtv, dtf, dtsq; +// double vsq, fsq, massinv, xmax; +// double delx, dely, delz, delr; + +// for (int i = 0; i < nlocal; i++) { +// if (mask[i] & groupbit) { +// xmax = 0.005 * radius[i]; +// massinv = 1.0 / rmass[i]; +// vsq = v[i][0] * v[i][0] + v[i][1] * v[i][1] + v[i][2] * v[i][2]; +// fsq = f[i][0] * f[i][0] + f[i][1] * f[i][1] + f[i][2] * f[i][2]; +// dtv = dtf = BIG; +// if (vsq > 0.0) +// dtv = xmax / sqrt(vsq); +// if (fsq > 0.0) +// dtf = sqrt(2.0 * xmax / (sqrt(fsq) * massinv)); +// dt = MIN(dtv, dtf); +// dtmin = MIN(dtmin, dt); +// dtsq = dt * dt; +// delx = dt * v[i][0] + 0.5 * dtsq * massinv * f[i][0]; +// dely = dt * v[i][1] + 0.5 * dtsq * massinv * f[i][1]; +// delz = dt * v[i][2] + 0.5 * dtsq * massinv * f[i][2]; +// delr = sqrt(delx * delx + dely * dely + delz * delz); +// if (delr > xmax) +// dt *= xmax / delr; +// dtmin = MIN(dtmin, dt); +// +//// xmax = 0.05 * radius[i]; +//// massinv = 1.0 / rmass[i]; +//// fsq = f[i][0] * f[i][0] + f[i][1] * f[i][1] + f[i][2] * f[i][2]; +//// dtf = BIG; +//// if (fsq > 0.0) +//// dtf = sqrt(2.0 * xmax / (sqrt(fsq) * massinv)); +//// dtmin = MIN(dtmin, dtf); +// } +// } + + dtmin *= safety_factor; // apply safety factor + MPI_Allreduce(&dtmin, &dt, 1, MPI_DOUBLE, MPI_MIN, world); + + if (update->ntimestep == 0) { + dt = 1.0e-16; + } + + //printf("dtmin is now: %f, dt is now%f\n", dtmin, dt); + + + update->dt = dt; + if (force->pair) + force->pair->reset_dt(); + for (int i = 0; i < modify->nfix; i++) + modify->fix[i]->reset_dt(); +} + +/* ---------------------------------------------------------------------- */ + +double FixSMDTlsphDtReset::compute_scalar() { + return t_elapsed; +} + +/* ---------------------------------------------------------------------- + pack entire state of Fix into one write + ------------------------------------------------------------------------- */ + +void FixSMDTlsphDtReset::write_restart(FILE *fp) { + int n = 0; + double list[1]; + list[n++] = t_elapsed; + + if (comm->me == 0) { + int size = n * sizeof(double); + fwrite(&size, sizeof(int), 1, fp); + fwrite(list, sizeof(double), n, fp); + } +} + +/* ---------------------------------------------------------------------- + use state info from restart file to restart the Fix + ------------------------------------------------------------------------- */ + +void FixSMDTlsphDtReset::restart(char *buf) { + int n = 0; + double *list = (double *) buf; + t_elapsed = list[n++]; +} + diff --git a/src/USER-SMD/fix_smd_adjust_dt.h b/src/USER-SMD/fix_smd_adjust_dt.h new file mode 100644 index 0000000000..3b96d76d76 --- /dev/null +++ b/src/USER-SMD/fix_smd_adjust_dt.h @@ -0,0 +1,80 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifdef FIX_CLASS + +FixStyle(smd/adjust_dt,FixSMDTlsphDtReset) + +#else + +#ifndef LMP_FIX_TLSPH_DT_RESET_H +#define LMP_FIX_TLSPH_DT_RESET_H + +#include "fix.h" + +namespace LAMMPS_NS { + +class FixSMDTlsphDtReset: public Fix { +public: + FixSMDTlsphDtReset(class LAMMPS *, int, char **); + ~FixSMDTlsphDtReset() { + } + int setmask(); + void init(); + void setup(int); + void initial_integrate(int); + void end_of_step(); + double compute_scalar(); + void write_restart(FILE *); + void restart(char *); + +private: + double safety_factor; + double dt, t_elapsed; +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + + E: Illegal ... command + + Self-explanatory. Check the input script syntax and compare to the + documentation for the command. You can use -echo screen as a + command-line option when running LAMMPS to see the offending line. + + E: Use of fix dt/reset with undefined lattice + + Must use lattice command with fix dt/reset command if units option is + set to lattice. + + W: Dump dcd/xtc timestamp may be wrong with fix dt/reset + + If the fix changes the timestep, the dump dcd file will not + reflect the change. + + */ diff --git a/src/USER-SMD/fix_smd_integrate_tlsph.cpp b/src/USER-SMD/fix_smd_integrate_tlsph.cpp new file mode 100644 index 0000000000..a26ffede0d --- /dev/null +++ b/src/USER-SMD/fix_smd_integrate_tlsph.cpp @@ -0,0 +1,254 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "stdio.h" +#include "stdlib.h" +#include "string.h" +#include "fix_smd_integrate_tlsph.h" +#include "atom.h" +#include "force.h" +#include "update.h" +#include "error.h" +#include "pair.h" +#include "neigh_list.h" +#include +#include "domain.h" +#include "neighbor.h" +#include "comm.h" +#include "modify.h" +#include "stdio.h" +#include + +using namespace Eigen; +using namespace LAMMPS_NS; +using namespace FixConst; +using namespace std; + +/* ---------------------------------------------------------------------- */ + +FixSMDIntegrateTlsph::FixSMDIntegrateTlsph(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + if (narg < 3) { + printf("narg=%d\n", narg); + error->all(FLERR, "Illegal fix smd/integrate_tlsph command"); + } + + xsphFlag = false; + vlimit = -1.0; + int iarg = 3; + + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("fix smd/integrate_tlsph is active for group: %s \n", arg[1]); + } + + while (true) { + + if (iarg >= narg) { + break; + } + + if (strcmp(arg[iarg], "xsph") == 0) { + xsphFlag = true; + if (comm->me == 0) { + error->one(FLERR, "XSPH is currently not available"); + printf("... will use XSPH time integration\n"); + } + } else if (strcmp(arg[iarg], "limit_velocity") == 0) { + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected number following limit_velocity"); + } + + vlimit = force->numeric(FLERR, arg[iarg]); + if (comm->me == 0) { + printf("... will limit velocities to <= %g\n", vlimit); + } + } else { + char msg[128]; + sprintf(msg, "Illegal keyword for smd/integrate_tlsph: %s\n", arg[iarg]); + error->all(FLERR, msg); + } + + iarg++; + } + + if (comm->me == 0) { + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } + + time_integrate = 1; + + // set comm sizes needed by this fix + + atom->add_callback(0); + +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDIntegrateTlsph::setmask() { + int mask = 0; + mask |= INITIAL_INTEGRATE; + mask |= FINAL_INTEGRATE; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDIntegrateTlsph::init() { + dtv = update->dt; + dtf = 0.5 * update->dt * force->ftm2v; + vlimitsq = vlimit * vlimit; +} + +/* ---------------------------------------------------------------------- + ------------------------------------------------------------------------- */ + +void FixSMDIntegrateTlsph::initial_integrate(int vflag) { + double dtfm, vsq, scale; + + // update v and x of atoms in group + + double **x = atom->x; + double **v = atom->v; + double **vest = atom->vest; + double **f = atom->f; + double *rmass = atom->rmass; + int *mask = atom->mask; + int nlocal = atom->nlocal; + int itmp; + double vxsph_x, vxsph_y, vxsph_z; + if (igroup == atom->firstgroup) + nlocal = atom->nfirst; + + Vector3d *smoothVelDifference = (Vector3d *) force->pair->extract("smd/tlsph/smoothVel_ptr", itmp); + + if (xsphFlag) { + if (smoothVelDifference == NULL) { + error->one(FLERR, + "fix smd/integrate_tlsph failed to access smoothVel array. Check if a pair style exist which calculates this quantity."); + } + } + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + dtfm = dtf / rmass[i]; + + // 1st part of Velocity_Verlet: push velocties 1/2 time increment ahead + v[i][0] += dtfm * f[i][0]; + v[i][1] += dtfm * f[i][1]; + v[i][2] += dtfm * f[i][2]; + + if (vlimit > 0.0) { + vsq = v[i][0] * v[i][0] + v[i][1] * v[i][1] + v[i][2] * v[i][2]; + if (vsq > vlimitsq) { + scale = sqrt(vlimitsq / vsq); + v[i][0] *= scale; + v[i][1] *= scale; + v[i][2] *= scale; + } + } + + if (xsphFlag) { + + // construct XSPH velocity + vxsph_x = v[i][0] + 0.5 * smoothVelDifference[i](0); + vxsph_y = v[i][1] + 0.5 * smoothVelDifference[i](1); + vxsph_z = v[i][2] + 0.5 * smoothVelDifference[i](2); + + vest[i][0] = vxsph_x + dtfm * f[i][0]; + vest[i][1] = vxsph_y + dtfm * f[i][1]; + vest[i][2] = vxsph_z + dtfm * f[i][2]; + + x[i][0] += dtv * vxsph_x; + x[i][1] += dtv * vxsph_y; + x[i][2] += dtv * vxsph_z; + } else { + + // extrapolate velocity from half- to full-step + vest[i][0] = v[i][0] + dtfm * f[i][0]; + vest[i][1] = v[i][1] + dtfm * f[i][1]; + vest[i][2] = v[i][2] + dtfm * f[i][2]; + + x[i][0] += dtv * v[i][0]; // 2nd part of Velocity-Verlet: push positions one full time increment ahead + x[i][1] += dtv * v[i][1]; + x[i][2] += dtv * v[i][2]; + } + } + } + +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDIntegrateTlsph::final_integrate() { + double dtfm, vsq, scale; + +// update v of atoms in group + + double **v = atom->v; + double **f = atom->f; + double *e = atom->e; + double *de = atom->de; + double *rmass = atom->rmass; + int *mask = atom->mask; + int nlocal = atom->nlocal; + if (igroup == atom->firstgroup) + nlocal = atom->nfirst; + int i; + + for (i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + dtfm = dtf / rmass[i]; + + v[i][0] += dtfm * f[i][0]; // 3rd part of Velocity-Verlet: push velocities another half time increment ahead + v[i][1] += dtfm * f[i][1]; // both positions and velocities are now defined at full time-steps. + v[i][2] += dtfm * f[i][2]; + + // limit velocity + if (vlimit > 0.0) { + vsq = v[i][0] * v[i][0] + v[i][1] * v[i][1] + v[i][2] * v[i][2]; + if (vsq > vlimitsq) { + scale = sqrt(vlimitsq / vsq); + v[i][0] *= scale; + v[i][1] *= scale; + v[i][2] *= scale; + } + } + + e[i] += dtv * de[i]; + } + } +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDIntegrateTlsph::reset_dt() { + dtv = update->dt; + dtf = 0.5 * update->dt * force->ftm2v; + vlimitsq = vlimit * vlimit; +} + +/* ---------------------------------------------------------------------- */ diff --git a/src/USER-SMD/fix_smd_integrate_tlsph.h b/src/USER-SMD/fix_smd_integrate_tlsph.h new file mode 100644 index 0000000000..7119f8d919 --- /dev/null +++ b/src/USER-SMD/fix_smd_integrate_tlsph.h @@ -0,0 +1,73 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifdef FIX_CLASS + +FixStyle(smd/integrate_tlsph,FixSMDIntegrateTlsph) + +#else + +#ifndef LMP_FIX_SMD_INTEGRATE_TLSPH_H +#define LMP_FIX_SMD_INTEGRATE_TLSPH_H + +#include "fix.h" + +namespace LAMMPS_NS { + +class FixSMDIntegrateTlsph: public Fix { + friend class Neighbor; + friend class PairTlsph; +public: + FixSMDIntegrateTlsph(class LAMMPS *, int, char **); + virtual ~FixSMDIntegrateTlsph() { + } + int setmask(); + virtual void init(); + virtual void initial_integrate(int); + virtual void final_integrate(); + virtual void reset_dt(); + +protected: + double dtv, dtf, vlimit, vlimitsq; + int mass_require; + bool xsphFlag; + + class Pair *pair; +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + + E: Illegal ... command + + Self-explanatory. Check the input script syntax and compare to the + documentation for the command. You can use -echo screen as a + command-line option when running LAMMPS to see the offending line. + + */ diff --git a/src/USER-SMD/fix_smd_integrate_ulsph.cpp b/src/USER-SMD/fix_smd_integrate_ulsph.cpp new file mode 100644 index 0000000000..91b974b400 --- /dev/null +++ b/src/USER-SMD/fix_smd_integrate_ulsph.cpp @@ -0,0 +1,325 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "stdio.h" +#include "string.h" +#include "fix_smd_integrate_ulsph.h" +#include "math.h" +#include "stdlib.h" +#include "string.h" +#include "atom.h" +#include "comm.h" +#include "force.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "update.h" +#include "integrate.h" +#include "respa.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include "domain.h" +#include + +using namespace Eigen; +using namespace LAMMPS_NS; +using namespace FixConst; + +/* ---------------------------------------------------------------------- */ + +FixSMDIntegrateUlsph::FixSMDIntegrateUlsph(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + + if ((atom->e_flag != 1) || (atom->vfrac_flag != 1)) + error->all(FLERR, "fix smd/integrate_ulsph command requires atom_style with both energy and volume"); + + if (narg < 3) + error->all(FLERR, "Illegal number of arguments for fix smd/integrate_ulsph command"); + + adjust_radius_flag = false; + xsphFlag = false; + vlimit = -1.0; + int iarg = 3; + + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("fix smd/integrate_ulsph is active for group: %s \n", arg[1]); + } + while (true) { + + if (iarg >= narg) { + break; + } + + if (strcmp(arg[iarg], "xsph") == 0) { + xsphFlag = true; + if (comm->me == 0) { + error->one(FLERR, "XSPH is currently not available"); + printf("... will use XSPH time integration\n"); + } + } else if (strcmp(arg[iarg], "adjust_radius") == 0) { + adjust_radius_flag = true; + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected three numbers following adjust_radius: factor, min, max"); + } + + adjust_radius_factor = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected three numbers following adjust_radius: factor, min, max"); + } + + min_nn = force->inumeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected three numbers following adjust_radius: factor, min, max"); + } + + max_nn = force->inumeric(FLERR, arg[iarg]); + + if (comm->me == 0) { + printf("... will adjust smoothing length dynamically with factor %g to achieve %d to %d neighbors per particle.\n ", + adjust_radius_factor, min_nn, max_nn); + } + + } else if (strcmp(arg[iarg], "limit_velocity") == 0) { + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected number following limit_velocity"); + } + vlimit = force->numeric(FLERR, arg[iarg]); + + if (comm->me == 0) { + printf("... will limit velocities to <= %g\n", vlimit); + } + } else { + char msg[128]; + sprintf(msg, "Illegal keyword for smd/integrate_ulsph: %s\n", arg[iarg]); + error->all(FLERR, msg); + } + + iarg++; + + } + + if (comm->me == 0) { + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n\n"); + } + + // set comm sizes needed by this fix + atom->add_callback(0); + + time_integrate = 1; +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDIntegrateUlsph::setmask() { + int mask = 0; + mask |= INITIAL_INTEGRATE; + mask |= FINAL_INTEGRATE; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDIntegrateUlsph::init() { + dtv = update->dt; + dtf = 0.5 * update->dt * force->ftm2v; + vlimitsq = vlimit * vlimit; +} + +/* ---------------------------------------------------------------------- + allow for both per-type and per-atom mass + ------------------------------------------------------------------------- */ + +void FixSMDIntegrateUlsph::initial_integrate(int vflag) { + double **x = atom->x; + double **v = atom->v; + double **f = atom->f; + double **vest = atom->vest; + double *rmass = atom->rmass; + + int *mask = atom->mask; + int nlocal = atom->nlocal; + int i, itmp; + double dtfm, vsq, scale; + double vxsph_x, vxsph_y, vxsph_z; + + //printf("initial_integrate at timestep %d\n", update->ntimestep); + + /* + * get smoothed velocities from ULSPH pair style + */ + + Vector3d *smoothVel = (Vector3d *) force->pair->extract("smd/ulsph/smoothVel_ptr", itmp); + + if (xsphFlag) { + if (smoothVel == NULL) { + error->one(FLERR, "fix smd/integrate_ulsph failed to access smoothVel array"); + } + } + + if (igroup == atom->firstgroup) + nlocal = atom->nfirst; + + for (i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + dtfm = dtf / rmass[i]; + + v[i][0] += dtfm * f[i][0]; + v[i][1] += dtfm * f[i][1]; + v[i][2] += dtfm * f[i][2]; + + if (vlimit > 0.0) { + vsq = v[i][0] * v[i][0] + v[i][1] * v[i][1] + v[i][2] * v[i][2]; + if (vsq > vlimitsq) { + scale = sqrt(vlimitsq / vsq); + v[i][0] *= scale; + v[i][1] *= scale; + v[i][2] *= scale; + + vest[i][0] = v[i][0]; + vest[i][1] = v[i][1]; + vest[i][2] = v[i][2]; + } + } + + if (xsphFlag) { + + // construct XSPH velocity + vxsph_x = v[i][0] - 0.5 * smoothVel[i](0); + vxsph_y = v[i][1] - 0.5 * smoothVel[i](1); + vxsph_z = v[i][2] - 0.5 * smoothVel[i](2); + + vest[i][0] = vxsph_x + dtfm * f[i][0]; + vest[i][1] = vxsph_y + dtfm * f[i][1]; + vest[i][2] = vxsph_z + dtfm * f[i][2]; + + x[i][0] += dtv * vxsph_x; + x[i][1] += dtv * vxsph_y; + x[i][2] += dtv * vxsph_z; + + + + + } else { + + // extrapolate velocity from half- to full-step + vest[i][0] = v[i][0] + dtfm * f[i][0]; + vest[i][1] = v[i][1] + dtfm * f[i][1]; + vest[i][2] = v[i][2] + dtfm * f[i][2]; + + x[i][0] += dtv * v[i][0]; + x[i][1] += dtv * v[i][1]; + x[i][2] += dtv * v[i][2]; + } + } + } +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDIntegrateUlsph::final_integrate() { + double **v = atom->v; + double **f = atom->f; + double *e = atom->e; + double *de = atom->de; + double *vfrac = atom->vfrac; + double *radius = atom->radius; + double *contact_radius = atom->contact_radius; + int *mask = atom->mask; + int nlocal = atom->nlocal; + if (igroup == atom->firstgroup) + nlocal = atom->nfirst; + double dtfm, vsq, scale; + double *rmass = atom->rmass; + double vol_increment; + Matrix3d D; + + /* + * get current number of SPH neighbors from ULSPH pair style + */ + + int itmp; + int *nn = (int *) force->pair->extract("smd/ulsph/numNeighs_ptr", itmp); + if (nn == NULL) { + error->one(FLERR, "fix smd/integrate_ulsph failed to accesss num_neighs array"); + } + + Matrix3d *L = (Matrix3d *) force->pair->extract("smd/ulsph/velocityGradient_ptr", itmp); + if (L == NULL) { + error->one(FLERR, "fix smd/integrate_ulsph failed to accesss velocityGradient array"); + } + + for (int i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + dtfm = dtf / rmass[i]; + v[i][0] += dtfm * f[i][0]; + v[i][1] += dtfm * f[i][1]; + v[i][2] += dtfm * f[i][2]; + + if (vlimit > 0.0) { + vsq = v[i][0] * v[i][0] + v[i][1] * v[i][1] + v[i][2] * v[i][2]; + if (vsq > vlimitsq) { + scale = sqrt(vlimitsq / vsq); + v[i][0] *= scale; + v[i][1] *= scale; + v[i][2] *= scale; + } + } + + e[i] += dtf * de[i]; + + if (adjust_radius_flag) { + if (nn[i] < min_nn) { + radius[i] *= adjust_radius_factor; + } else if (nn[i] > max_nn) { + radius[i] /= adjust_radius_factor; + } + radius[i] = MAX(radius[i], 1.25 * contact_radius[i]); + radius[i] = MIN(radius[i], 4.0 * contact_radius[i]); + + } + + D = 0.5 * (L[i] + L[i].transpose()); + vol_increment = vfrac[i] * update->dt * D.trace(); // Jacobian of deformation + vfrac[i] += vol_increment; + } + } +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDIntegrateUlsph::reset_dt() { + dtv = update->dt; + dtf = 0.5 * update->dt * force->ftm2v; +} + diff --git a/src/USER-SMD/fix_smd_integrate_ulsph.h b/src/USER-SMD/fix_smd_integrate_ulsph.h new file mode 100644 index 0000000000..19ae31a59e --- /dev/null +++ b/src/USER-SMD/fix_smd_integrate_ulsph.h @@ -0,0 +1,64 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef FIX_CLASS + +FixStyle(smd/integrate_ulsph,FixSMDIntegrateUlsph) + +#else + +#ifndef LMP_FIX_SMD_INTEGRATE_ULSPH_H +#define LMP_FIX_SMD_INTEGRATE_ULSPH_H + +#include "fix.h" + +namespace LAMMPS_NS { + +class FixSMDIntegrateUlsph : public Fix { + public: + FixSMDIntegrateUlsph(class LAMMPS *, int, char **); + int setmask(); + virtual void init(); + virtual void initial_integrate(int); + virtual void final_integrate(); + void reset_dt(); + + private: + class NeighList *list; + protected: + double dtv,dtf, vlimit, vlimitsq;; + int mass_require; + bool xsphFlag; + bool adjust_radius_flag; + double adjust_radius_factor; + int min_nn, max_nn; // number of SPH neighbors should lie within this interval + + class Pair *pair; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/fix_smd_move_triangulated_surface.cpp b/src/USER-SMD/fix_smd_move_triangulated_surface.cpp new file mode 100644 index 0000000000..407eabf452 --- /dev/null +++ b/src/USER-SMD/fix_smd_move_triangulated_surface.cpp @@ -0,0 +1,517 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "stdio.h" +#include "string.h" +#include "fix_smd_move_triangulated_surface.h" +#include "math.h" +#include "stdlib.h" +#include "string.h" +#include "atom.h" +#include "comm.h" +#include "force.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "update.h" +#include "integrate.h" +#include "respa.h" +#include "memory.h" +#include "error.h" +#include "pair.h" +#include "domain.h" +#include +#include "math_const.h" + +using namespace Eigen; +using namespace LAMMPS_NS; +using namespace FixConst; +using namespace MathConst; +using namespace std; + +/* ---------------------------------------------------------------------- */ + +FixSMDMoveTriSurf::FixSMDMoveTriSurf(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + + if (atom->smd_flag != 1) { + error->all(FLERR, "fix fix smd/move_tri_surf command requires atom_style smd"); + } + + if (narg < 3) + error->all(FLERR, "Illegal number of arguments for fix fix smd/move_tri_surf command"); + + rotateFlag = linearFlag = wiggleFlag = false; + wiggle_direction = 1.0; + wiggle_max_travel = 0.0; + + int iarg = 3; + + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("fix fix smd/move_tri_surf is active for group: %s \n", arg[1]); + } + while (true) { + + if (iarg >= narg) { + break; + } + + if (strcmp(arg[iarg], "*LINEAR") == 0) { + linearFlag = true; + if (comm->me == 0) { + printf("... will move surface in a linear fashion\n"); + } + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected three floats for velocity following *LINEAR"); + } + vx = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected three floats for velocity following *LINEAR"); + } + vy = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected three floats for velocity following *LINEAR"); + } + vz = force->numeric(FLERR, arg[iarg]); + + } else if (strcmp(arg[iarg], "*WIGGLE") == 0) { + wiggleFlag = true; + if (comm->me == 0) { + printf("... will move surface in wiggle fashion\n"); + } + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 4 floats following *WIGGLE : vx vy vz max_travel"); + } + vx = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 4 floats following *WIGGLE : vx vy vz max_travel"); + } + vy = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 4 floats following *WIGGLE : vx vy vz max_travel"); + } + vz = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 4 floats following *WIGGLE : vx vy vz max_travel"); + } + wiggle_max_travel = force->numeric(FLERR, arg[iarg]); + + } else if (strcmp(arg[iarg], "*ROTATE") == 0) { + rotateFlag = true; + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + origin(0) = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + origin(1) = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + origin(2) = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + rotation_axis(0) = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + rotation_axis(1) = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + rotation_axis(2) = force->numeric(FLERR, arg[iarg]); + + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected 7 floats following *ROTATE: origin, rotation axis, and rotation period"); + } + rotation_period = force->numeric(FLERR, arg[iarg]); + + /* + * construct rotation matrix + */ + + u_cross(0, 0) = 0.0; + u_cross(0, 1) = -rotation_axis(2); + u_cross(0, 2) = rotation_axis(1); + + u_cross(1, 0) = rotation_axis(2); + u_cross(1, 1) = 0.0; + u_cross(1, 2) = -rotation_axis(0); + + u_cross(2, 0) = -rotation_axis(1); + u_cross(2, 1) = rotation_axis(0); + u_cross(2, 2) = 0.0; + + uxu = rotation_axis * rotation_axis.transpose(); + + if (comm->me == 0) { + printf("will rotate with period %f\n", rotation_period); + } + + } else { + char msg[128]; + sprintf(msg, "Illegal keyword for fix smd/move_tri_surf: %s\n", arg[iarg]); + error->all(FLERR, msg); + } + + iarg++; + + } + + if (comm->me == 0) { + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n\n"); + } + + // set comm sizes needed by this fix + comm_forward = 12; + + //atom->add_callback(0); + //atom->add_callback(1); + + time_integrate = 1; +} + +/* ---------------------------------------------------------------------- */ + +FixSMDMoveTriSurf::~FixSMDMoveTriSurf() +{ + // unregister callbacks to this fix from Atom class + //atom->delete_callback(id,0); + //atom->delete_callback(id,1); +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDMoveTriSurf::setmask() { + int mask = 0; + mask |= INITIAL_INTEGRATE; + //mask |= PRE_EXCHANGE; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDMoveTriSurf::init() { + dtv = update->dt; +} + +/* ---------------------------------------------------------------------- + ------------------------------------------------------------------------- */ + +void FixSMDMoveTriSurf::initial_integrate(int vflag) { + double **x = atom->x; + double **x0 = atom->x0; + double **v = atom->v; + double **vest = atom->vest; + double **smd_data_9 = atom->smd_data_9; + int *mol = atom->molecule; + + int *mask = atom->mask; + int nlocal = atom->nlocal; + double phi; + int i; + Matrix3d eye, Rot; + eye.setIdentity(); + + Vector3d v1, v2, v3, n, point, rotated_point, R, vel; + + if (igroup == atom->firstgroup) + nlocal = atom->nfirst; + + if (linearFlag) { // translate particles + for (i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + v[i][0] = vx; + v[i][1] = vy; + v[i][2] = vz; + + vest[i][0] = vx; + vest[i][1] = vy; + vest[i][2] = vz; + + x[i][0] += dtv * vx; + x[i][1] += dtv * vy; + x[i][2] += dtv * vz; + + /* + * if this is a triangle, move the vertices as well + */ + + if (mol[i] >= 65535) { + smd_data_9[i][0] += dtv * vx; + smd_data_9[i][1] += dtv * vy; + smd_data_9[i][2] += dtv * vz; + + smd_data_9[i][3] += dtv * vx; + smd_data_9[i][4] += dtv * vy; + smd_data_9[i][5] += dtv * vz; + + smd_data_9[i][6] += dtv * vx; + smd_data_9[i][7] += dtv * vy; + smd_data_9[i][8] += dtv * vz; + } + + } + } + } + + if (wiggleFlag) { // wiggle particles forward and backward + + wiggle_travel += sqrt(vx * vx + vy * vy + vz * vz ) * dtv; + double wiggle_vx = wiggle_direction * vx; + double wiggle_vy = wiggle_direction * vy; + double wiggle_vz = wiggle_direction * vz; + + //printf("wiggle vz is %f, wiggle_max_travel is %f, dir=%f\n", wiggle_vz, wiggle_max_travel, wiggle_direction); + + for (i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + v[i][0] = wiggle_vx; + v[i][1] = wiggle_vy; + v[i][2] = wiggle_vz; + + vest[i][0] = wiggle_vx; + vest[i][1] = wiggle_vy; + vest[i][2] = wiggle_vz; + + x[i][0] += dtv * wiggle_vx; + x[i][1] += dtv * wiggle_vy; + x[i][2] += dtv * wiggle_vz; + + /* + * if this is a triangle, move the vertices as well + */ + + if (mol[i] >= 65535) { + smd_data_9[i][0] += dtv * wiggle_vx; + smd_data_9[i][1] += dtv * wiggle_vy; + smd_data_9[i][2] += dtv * wiggle_vz; + + smd_data_9[i][3] += dtv * wiggle_vx; + smd_data_9[i][4] += dtv * wiggle_vy; + smd_data_9[i][5] += dtv * wiggle_vz; + + smd_data_9[i][6] += dtv * wiggle_vx; + smd_data_9[i][7] += dtv * wiggle_vy; + smd_data_9[i][8] += dtv * wiggle_vz; + } + + } + } + + if (wiggle_travel >= wiggle_max_travel) { + wiggle_direction *= -1.0; + wiggle_travel = 0.0; + } + } + + if (rotateFlag) { // rotate particles + Vector3d xnew, R_new, x_correct; + + /* + * rotation angle and matrix form of Rodrigues' rotation formula + */ + + phi = MY_2PI * dtv / rotation_period; + //printf("dt=%f, phi =%f, T=%f\n", dtv, phi, rotation_period); + Rot = cos(phi) * eye + sin(phi) * u_cross + (1.0 - cos(phi)) * uxu; + + for (i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + + /* + * generate vector R from origin to point which is to be rotated + */ + point << x[i][0], x[i][1], x[i][2]; + R = point - origin; + + /* + * rotate vector and shift away from origin + */ + rotated_point = Rot * R + origin; + + /* + * determine velocity + */ + vel = (rotated_point - point) / update->dt; + + /* + * assign new velocities and coordinates + */ + v[i][0] = vel(0); + v[i][1] = vel(1); + v[i][2] = vel(2); + + vest[i][0] = vel(0); + vest[i][1] = vel(1); + vest[i][2] = vel(2); + + x[i][0] = rotated_point(0); + x[i][1] = rotated_point(1); + x[i][2] = rotated_point(2); + + /* + * if this is a triangle, rotate the vertices as well + */ + + if (mol[i] >= 65535) { + + v1 << smd_data_9[i][0], smd_data_9[i][1], smd_data_9[i][2]; + R = v1 - origin; + rotated_point = Rot * R + origin; + vel = (rotated_point - v1) / update->dt; + smd_data_9[i][0] = rotated_point(0); + smd_data_9[i][1] = rotated_point(1); + smd_data_9[i][2] = rotated_point(2); + v1 = rotated_point; + + v2 << smd_data_9[i][3], smd_data_9[i][4], smd_data_9[i][5]; + R = v2 - origin; + rotated_point = Rot * R + origin; + vel = (rotated_point - v2) / update->dt; + smd_data_9[i][3] = rotated_point(0); + smd_data_9[i][4] = rotated_point(1); + smd_data_9[i][5] = rotated_point(2); + v2 = rotated_point; + + v3 << smd_data_9[i][6], smd_data_9[i][7], smd_data_9[i][8]; + R = v3 - origin; + rotated_point = Rot * R + origin; + vel = (rotated_point - v3) / update->dt; + smd_data_9[i][6] = rotated_point(0); + smd_data_9[i][7] = rotated_point(1); + smd_data_9[i][8] = rotated_point(2); + v3 = rotated_point; + + // recalculate triangle normal + n = (v2 - v1).cross(v2 - v3); + n /= n.norm(); + x0[i][0] = n(0); + x0[i][1] = n(1); + x0[i][2] = n(2); + + } + + } + } + } + + // we changed smd_data_9, x0. perform communication to ghosts + comm->forward_comm_fix(this); + +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDMoveTriSurf::reset_dt() { + dtv = update->dt; +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDMoveTriSurf::pack_forward_comm(int n, int *list, double *buf, int pbc_flag, int *pbc) { + int i, j, m; + double **x0 = atom->x0; + double **smd_data_9 = atom->smd_data_9; + + //printf("in FixSMDIntegrateTlsph::pack_forward_comm\n"); + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x0[j][0]; + buf[m++] = x0[j][1]; + buf[m++] = x0[j][2]; + + buf[m++] = smd_data_9[j][0]; + buf[m++] = smd_data_9[j][1]; + buf[m++] = smd_data_9[j][2]; + buf[m++] = smd_data_9[j][3]; + buf[m++] = smd_data_9[j][4]; + buf[m++] = smd_data_9[j][5]; + buf[m++] = smd_data_9[j][6]; + buf[m++] = smd_data_9[j][7]; + buf[m++] = smd_data_9[j][8]; + + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDMoveTriSurf::unpack_forward_comm(int n, int first, double *buf) { + int i, m, last; + double **x0 = atom->x0; + double **smd_data_9 = atom->smd_data_9; + + //printf("in FixSMDMoveTriSurf::unpack_forward_comm\n"); + m = 0; + last = first + n; + for (i = first; i < last; i++) { + x0[i][0] = buf[m++]; + x0[i][1] = buf[m++]; + x0[i][2] = buf[m++]; + + smd_data_9[i][0] = buf[m++]; + smd_data_9[i][1] = buf[m++]; + smd_data_9[i][2] = buf[m++]; + smd_data_9[i][3] = buf[m++]; + smd_data_9[i][4] = buf[m++]; + smd_data_9[i][5] = buf[m++]; + smd_data_9[i][6] = buf[m++]; + smd_data_9[i][7] = buf[m++]; + smd_data_9[i][8] = buf[m++]; + } +} diff --git a/src/USER-SMD/fix_smd_move_triangulated_surface.h b/src/USER-SMD/fix_smd_move_triangulated_surface.h new file mode 100644 index 0000000000..e6593ea8b0 --- /dev/null +++ b/src/USER-SMD/fix_smd_move_triangulated_surface.h @@ -0,0 +1,65 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifdef FIX_CLASS + +FixStyle(smd/move_tri_surf,FixSMDMoveTriSurf) + +#else + +#ifndef LMP_FIX_SMD_INTEGRATE_TRIANGULAR_SURFACE_H +#define LMP_FIX_SMD_INTEGRATE_TRIANGULAR_SURFACE_H + +#include "fix.h" +#include + +using namespace Eigen; + +namespace LAMMPS_NS { + +class FixSMDMoveTriSurf: public Fix { +public: + FixSMDMoveTriSurf(class LAMMPS *, int, char **); + ~FixSMDMoveTriSurf(); + int setmask(); + virtual void init(); + virtual void initial_integrate(int); + void reset_dt(); + int pack_forward_comm(int, int *, double *, int, int *); + void unpack_forward_comm(int, int, double *); + +protected: + double dtv; + bool linearFlag, wiggleFlag, rotateFlag; + double vx, vy, vz; + Vector3d rotation_axis, origin; + double rotation_period; + Matrix3d u_cross, uxu; + double wiggle_travel, wiggle_max_travel, wiggle_direction; +}; + +} + +#endif +#endif diff --git a/src/USER-SMD/fix_smd_setvel.cpp b/src/USER-SMD/fix_smd_setvel.cpp new file mode 100644 index 0000000000..dbf21670f9 --- /dev/null +++ b/src/USER-SMD/fix_smd_setvel.cpp @@ -0,0 +1,375 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "string.h" +#include "stdlib.h" +#include "fix_smd_setvel.h" +#include "atom.h" +#include "update.h" +#include "modify.h" +#include "domain.h" +#include "region.h" +#include "respa.h" +#include "input.h" +#include "variable.h" +#include "memory.h" +#include "error.h" +#include "force.h" + +using namespace LAMMPS_NS; +using namespace FixConst; + +enum { + NONE, CONSTANT, EQUAL, ATOM +}; + +/* ---------------------------------------------------------------------- */ + +FixSMDSetVel::FixSMDSetVel(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + if (narg < 6) + error->all(FLERR, "Illegal fix setvelocity command"); + + dynamic_group_allow = 1; + vector_flag = 1; + size_vector = 3; + global_freq = 1; + extvector = 1; + + xstr = ystr = zstr = NULL; + + if (strstr(arg[3], "v_") == arg[3]) { + int n = strlen(&arg[3][2]) + 1; + xstr = new char[n]; + strcpy(xstr, &arg[3][2]); + } else if (strcmp(arg[3], "NULL") == 0) { + xstyle = NONE; + } else { + xvalue = force->numeric(FLERR, arg[3]); + xstyle = CONSTANT; + } + if (strstr(arg[4], "v_") == arg[4]) { + int n = strlen(&arg[4][2]) + 1; + ystr = new char[n]; + strcpy(ystr, &arg[4][2]); + } else if (strcmp(arg[4], "NULL") == 0) { + ystyle = NONE; + } else { + yvalue = force->numeric(FLERR, arg[4]); + ystyle = CONSTANT; + } + if (strstr(arg[5], "v_") == arg[5]) { + int n = strlen(&arg[5][2]) + 1; + zstr = new char[n]; + strcpy(zstr, &arg[5][2]); + } else if (strcmp(arg[5], "NULL") == 0) { + zstyle = NONE; + } else { + zvalue = force->numeric(FLERR, arg[5]); + zstyle = CONSTANT; + } + + // optional args + + iregion = -1; + idregion = NULL; + + int iarg = 6; + while (iarg < narg) { + if (strcmp(arg[iarg], "region") == 0) { + if (iarg + 2 > narg) + error->all(FLERR, "Illegal fix setvelocity command"); + iregion = domain->find_region(arg[iarg + 1]); + if (iregion == -1) + error->all(FLERR, "Region ID for fix setvelocity does not exist"); + int n = strlen(arg[iarg + 1]) + 1; + idregion = new char[n]; + strcpy(idregion, arg[iarg + 1]); + iarg += 2; + } else + error->all(FLERR, "Illegal fix setvelocity command"); + } + + force_flag = 0; + foriginal[0] = foriginal[1] = foriginal[2] = 0.0; + + maxatom = atom->nmax; + memory->create(sforce, maxatom, 3, "setvelocity:sforce"); +} + +/* ---------------------------------------------------------------------- */ + +FixSMDSetVel::~FixSMDSetVel() { + delete[] xstr; + delete[] ystr; + delete[] zstr; + delete[] idregion; + memory->destroy(sforce); +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDSetVel::setmask() { + int mask = 0; + //mask |= INITIAL_INTEGRATE; + mask |= POST_FORCE; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDSetVel::init() { + // check variables + + if (xstr) { + xvar = input->variable->find(xstr); + if (xvar < 0) + error->all(FLERR, "Variable name for fix setvelocity does not exist"); + if (input->variable->equalstyle(xvar)) + xstyle = EQUAL; + else if (input->variable->atomstyle(xvar)) + xstyle = ATOM; + else + error->all(FLERR, "Variable for fix setvelocity is invalid style"); + } + if (ystr) { + yvar = input->variable->find(ystr); + if (yvar < 0) + error->all(FLERR, "Variable name for fix setvelocity does not exist"); + if (input->variable->equalstyle(yvar)) + ystyle = EQUAL; + else if (input->variable->atomstyle(yvar)) + ystyle = ATOM; + else + error->all(FLERR, "Variable for fix setvelocity is invalid style"); + } + if (zstr) { + zvar = input->variable->find(zstr); + if (zvar < 0) + error->all(FLERR, "Variable name for fix setvelocity does not exist"); + if (input->variable->equalstyle(zvar)) + zstyle = EQUAL; + else if (input->variable->atomstyle(zvar)) + zstyle = ATOM; + else + error->all(FLERR, "Variable for fix setvelocity is invalid style"); + } + + // set index and check validity of region + + if (iregion >= 0) { + iregion = domain->find_region(idregion); + if (iregion == -1) + error->all(FLERR, "Region ID for fix setvelocity does not exist"); + } + + if (xstyle == ATOM || ystyle == ATOM || zstyle == ATOM) + varflag = ATOM; + else if (xstyle == EQUAL || ystyle == EQUAL || zstyle == EQUAL) + varflag = EQUAL; + else + varflag = CONSTANT; + + if (strstr(update->integrate_style, "respa")) + nlevels_respa = ((Respa *) update->integrate)->nlevels; + + // cannot use non-zero forces for a minimization since no energy is integrated + // use fix addforce instead + + int flag = 0; + if (update->whichflag == 2) { + if (xstyle == EQUAL || xstyle == ATOM) + flag = 1; + if (ystyle == EQUAL || ystyle == ATOM) + flag = 1; + if (zstyle == EQUAL || zstyle == ATOM) + flag = 1; + if (xstyle == CONSTANT && xvalue != 0.0) + flag = 1; + if (ystyle == CONSTANT && yvalue != 0.0) + flag = 1; + if (zstyle == CONSTANT && zvalue != 0.0) + flag = 1; + } + if (flag) + error->all(FLERR, "Cannot use non-zero forces in an energy minimization"); +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDSetVel::setup(int vflag) { + if (strstr(update->integrate_style, "verlet")) + post_force(vflag); + else + for (int ilevel = 0; ilevel < nlevels_respa; ilevel++) { + ((Respa *) update->integrate)->copy_flevel_f(ilevel); + post_force_respa(vflag, ilevel, 0); + ((Respa *) update->integrate)->copy_f_flevel(ilevel); + } +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDSetVel::min_setup(int vflag) { + post_force(vflag); +} + +/* ---------------------------------------------------------------------- */ + +//void FixSMDSetVel::initial_integrate(int vflag) { +void FixSMDSetVel::post_force(int vflag) { + double **x = atom->x; + double **f = atom->f; + double **v = atom->v; + double **vest = atom->vest; + int *mask = atom->mask; + int nlocal = atom->nlocal; + + // update region if necessary + + Region *region = NULL; + if (iregion >= 0) { + region = domain->regions[iregion]; + region->prematch(); + } + + // reallocate sforce array if necessary + + if (varflag == ATOM && nlocal > maxatom) { + maxatom = atom->nmax; + memory->destroy(sforce); + memory->create(sforce, maxatom, 3, "setvelocity:sforce"); + } + + foriginal[0] = foriginal[1] = foriginal[2] = 0.0; + force_flag = 0; + + if (varflag == CONSTANT) { + for (int i = 0; i < nlocal; i++) + if (mask[i] & groupbit) { + if (region && !region->match(x[i][0], x[i][1], x[i][2])) + continue; + foriginal[0] += f[i][0]; + foriginal[1] += f[i][1]; + foriginal[2] += f[i][2]; + if (xstyle) { + v[i][0] = xvalue; + vest[i][0] = xvalue; + f[i][0] = 0.0; + } + if (ystyle) { + v[i][1] = yvalue; + vest[i][1] = yvalue; + f[i][1] = 0.0; + } + if (zstyle) { + v[i][2] = zvalue; + vest[i][2] = zvalue; + f[i][2] = 0.0; + } + } + + // variable force, wrap with clear/add + + } else { + + modify->clearstep_compute(); + + if (xstyle == EQUAL) + xvalue = input->variable->compute_equal(xvar); + else if (xstyle == ATOM) + input->variable->compute_atom(xvar, igroup, &sforce[0][0], 3, 0); + if (ystyle == EQUAL) + yvalue = input->variable->compute_equal(yvar); + else if (ystyle == ATOM) + input->variable->compute_atom(yvar, igroup, &sforce[0][1], 3, 0); + if (zstyle == EQUAL) + zvalue = input->variable->compute_equal(zvar); + else if (zstyle == ATOM) + input->variable->compute_atom(zvar, igroup, &sforce[0][2], 3, 0); + + modify->addstep_compute(update->ntimestep + 1); + + //printf("setting velocity at timestep %d\n", update->ntimestep); + + for (int i = 0; i < nlocal; i++) + if (mask[i] & groupbit) { + if (region && !region->match(x[i][0], x[i][1], x[i][2])) + continue; + foriginal[0] += f[i][0]; + foriginal[1] += f[i][1]; + foriginal[2] += f[i][2]; + if (xstyle == ATOM) { + vest[i][0] = v[i][0] = sforce[i][0]; + f[i][0] = 0.0; + } else if (xstyle) { + vest[i][0] = v[i][0] = xvalue; + f[i][0] = 0.0; + } + + if (ystyle == ATOM) { + vest[i][1] = v[i][1] = sforce[i][1]; + f[i][1] = 0.0; + } else if (ystyle) { + vest[i][1] = v[i][1] = yvalue; + f[i][1] = 0.0; + } + + if (zstyle == ATOM) { + vest[i][2] = v[i][2] = sforce[i][2]; + f[i][2] = 0.0; + } else if (zstyle) { + vest[i][2] = v[i][2] = zvalue; + f[i][2] = 0.0; + } + + } + } +} + +/* ---------------------------------------------------------------------- + return components of total force on fix group before force was changed + ------------------------------------------------------------------------- */ + +double FixSMDSetVel::compute_vector(int n) { +// only sum across procs one time + + if (force_flag == 0) { + MPI_Allreduce(foriginal, foriginal_all, 3, MPI_DOUBLE, MPI_SUM, world); + force_flag = 1; + } + return foriginal_all[n]; +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based array + ------------------------------------------------------------------------- */ + +double FixSMDSetVel::memory_usage() { + double bytes = 0.0; + if (varflag == ATOM) + bytes = atom->nmax * 3 * sizeof(double); + return bytes; +} diff --git a/src/USER-SMD/fix_smd_setvel.h b/src/USER-SMD/fix_smd_setvel.h new file mode 100644 index 0000000000..9e5fe642eb --- /dev/null +++ b/src/USER-SMD/fix_smd_setvel.h @@ -0,0 +1,95 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* -*- c++ -*- ---------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef FIX_CLASS + +FixStyle(smd/setvelocity,FixSMDSetVel) + +#else + +#ifndef LMP_FIX_SMD_SET_VELOCITY_H +#define LMP_FIX_SMD_SET_VELOCITY_H + +#include "fix.h" + +namespace LAMMPS_NS { + +class FixSMDSetVel : public Fix { + public: + FixSMDSetVel(class LAMMPS *, int, char **); + ~FixSMDSetVel(); + int setmask(); + void init(); + void setup(int); + void min_setup(int); + //void initial_integrate(int); + void post_force(int); + double compute_vector(int); + double memory_usage(); + + private: + double xvalue,yvalue,zvalue; + int varflag,iregion; + char *xstr,*ystr,*zstr; + char *idregion; + int xvar,yvar,zvar,xstyle,ystyle,zstyle; + double foriginal[3],foriginal_all[3]; + int force_flag; + int nlevels_respa; + + int maxatom; + double **sforce; +}; + +} + +#endif +#endif + +/* ERROR/WARNING messages: + +E: Illegal ... command + +Self-explanatory. Check the input script syntax and compare to the +documentation for the command. You can use -echo screen as a +command-line option when running LAMMPS to see the offending line. + +E: Region ID for fix setforce does not exist + +Self-explanatory. + +E: Variable name for fix setforce does not exist + +Self-explanatory. + +E: Variable for fix setforce is invalid style + +Only equal-style variables can be used. + +E: Cannot use non-zero forces in an energy minimization + +Fix setforce cannot be used in this manner. Use fix addforce +instead. + +*/ diff --git a/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp b/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp new file mode 100644 index 0000000000..bbfd1ec22b --- /dev/null +++ b/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp @@ -0,0 +1,613 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * This file is based on the FixShearHistory class. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "lattice.h" +#include "mpi.h" +#include "string.h" +#include "stdio.h" +#include "fix_smd_tlsph_reference_configuration.h" +#include "atom.h" +#include "comm.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "force.h" +#include "pair.h" +#include "update.h" +#include "modify.h" +#include "memory.h" +#include "error.h" +#include "domain.h" +#include +#include "smd_kernels.h" +#include "smd_math.h" + +using namespace Eigen; +using namespace LAMMPS_NS; +using namespace FixConst; +using namespace SMD_Kernels; +using namespace std; +using namespace SMD_Math; +#define DELTA 16384 + +#define INSERT_PREDEFINED_CRACKS false + +/* ---------------------------------------------------------------------- */ + +FixSMD_TLSPH_ReferenceConfiguration::FixSMD_TLSPH_ReferenceConfiguration(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + + if (atom->map_style == 0) + error->all(FLERR, "Pair tlsph with partner list requires an atom map, see atom_modify"); + + maxpartner = 1; + npartner = NULL; + partner = NULL; + wfd_list = NULL; + wf_list = NULL; + energy_per_bond = NULL; + degradation_ij = NULL; + grow_arrays(atom->nmax); + atom->add_callback(0); + + // initialize npartner to 0 so neighbor list creation is OK the 1st time + int nlocal = atom->nlocal; + for (int i = 0; i < nlocal; i++) { + npartner[i] = 0; + } + + comm_forward = 14; + updateFlag = 1; +} + +/* ---------------------------------------------------------------------- */ + +FixSMD_TLSPH_ReferenceConfiguration::~FixSMD_TLSPH_ReferenceConfiguration() { + // unregister this fix so atom class doesn't invoke it any more + + atom->delete_callback(id, 0); +// delete locally stored arrays + + memory->destroy(npartner); + memory->destroy(partner); + memory->destroy(wfd_list); + memory->destroy(wf_list); + memory->destroy(degradation_ij); + memory->destroy(energy_per_bond); +} + +/* ---------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::setmask() { + int mask = 0; + mask |= PRE_EXCHANGE; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::init() { + if (atom->tag_enable == 0) + error->all(FLERR, "Pair style tlsph requires atoms have IDs"); +} + +/* ---------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::pre_exchange() { + //return; + + //printf("in FixSMD_TLSPH_ReferenceConfiguration::pre_exchange()\n"); + double **defgrad = atom->smd_data_9; + double *radius = atom->radius; + double *rho = atom->rho; + double *vfrac = atom->vfrac; + double **x = atom->x; + double **x0 = atom->x0; + double *rmass = atom->rmass; + int nlocal = atom->nlocal; + int i, itmp; + int *mask = atom->mask; + if (igroup == atom->firstgroup) { + nlocal = atom->nfirst; + } + + int *updateFlag_ptr = (int *) force->pair->extract("smd/tlsph/updateFlag_ptr", itmp); + if (updateFlag_ptr == NULL) { + error->one(FLERR, + "fix FixSMD_TLSPH_ReferenceConfiguration failed to access updateFlag pointer. Check if a pair style exist which calculates this quantity."); + } + + int *nn = (int *) force->pair->extract("smd/tlsph/numNeighsRefConfig_ptr", itmp); + if (nn == NULL) { + error->all(FLERR, "FixSMDIntegrateTlsph::updateReferenceConfiguration() failed to access numNeighsRefConfig_ptr array"); + } + + // sum all update flag across processors + MPI_Allreduce(updateFlag_ptr, &updateFlag, 1, MPI_INT, MPI_MAX, world); + + if (updateFlag > 0) { + if (comm->me == 0) { + printf("**** updating ref config at step: %ld\n", update->ntimestep); + } + + for (i = 0; i < nlocal; i++) { + + if (mask[i] & groupbit) { + + // re-set x0 coordinates + x0[i][0] = x[i][0]; + x0[i][1] = x[i][1]; + x0[i][2] = x[i][2]; + + // re-set deformation gradient + defgrad[i][0] = 1.0; + defgrad[i][1] = 0.0; + defgrad[i][2] = 0.0; + defgrad[i][3] = 0.0; + defgrad[i][4] = 1.0; + defgrad[i][5] = 0.0; + defgrad[i][6] = 0.0; + defgrad[i][7] = 0.0; + defgrad[i][8] = 1.0; + /* + * Adjust particle volume as the reference configuration is changed. + * We safeguard against excessive deformations by limiting the adjustment range + * to the intervale J \in [0.9..1.1] + */ + vfrac[i] = rmass[i] / rho[i]; +// + if (nn[i] < 15) { + radius[i] *= 1.2; + } // else //{ + // radius[i] *= pow(J, 1.0 / domain->dimension); + //} + } + } + + // update of reference config could have changed x0, vfrac, radius + // communicate these quantities now to ghosts: x0, vfrac, radius + comm->forward_comm_fix(this); + + setup(0); + } +} + +/* ---------------------------------------------------------------------- + copy partner info from neighbor lists to atom arrays + so can be migrated or stored with atoms + ------------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::setup(int vflag) { + int i, j, ii, jj, n, inum, jnum; + int *ilist, *jlist, *numneigh, **firstneigh; + int itype, jtype; + double r, h, wf, wfd; + Vector3d dx; + + if (updateFlag == 0) + return; + + int nlocal = atom->nlocal; + nmax = atom->nmax; + grow_arrays(nmax); + +// 1st loop over neighbor list +// calculate npartner for each owned atom +// nlocal_neigh = nlocal when neigh list was built, may be smaller than nlocal + + double **x0 = atom->x; + double *radius = atom->radius; + int *type = atom->type; + int *mask = atom->mask; + tagint *tag = atom->tag; + NeighList *list = pair->list; + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + // zero npartner for all current atoms + for (i = 0; i < nlocal; i++) + npartner[i] = 0; + + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + jtype = type[j]; + + if (INSERT_PREDEFINED_CRACKS) { + if (!crack_exclude(i, j)) + continue; + } + + dx(0) = x0[i][0] - x0[j][0]; + dx(1) = x0[i][1] - x0[j][1]; + dx(2) = x0[i][2] - x0[j][2]; + r = dx.norm(); + h = radius[i] + radius[j]; + + if (r <= h) { + npartner[i]++; + if (j < nlocal) { + npartner[j]++; + } + } + } + } + + maxpartner = 0; + for (i = 0; i < nlocal; i++) + maxpartner = MAX(maxpartner, npartner[i]); + int maxall; + MPI_Allreduce(&maxpartner, &maxall, 1, MPI_INT, MPI_MAX, world); + maxpartner = maxall; + + grow_arrays(nmax); + + for (i = 0; i < nlocal; i++) { + npartner[i] = 0; + for (jj = 0; jj < maxpartner; jj++) { + wfd_list[i][jj] = 0.0; + wf_list[i][jj] = 0.0; + degradation_ij[i][jj] = 0.0; + energy_per_bond[i][jj] = 0.0; + } + } + + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + + dx(0) = x0[i][0] - x0[j][0]; + dx(1) = x0[i][1] - x0[j][1]; + dx(2) = x0[i][2] - x0[j][2]; + r = dx.norm(); + jtype = type[j]; + h = radius[i] + radius[j]; + + if (INSERT_PREDEFINED_CRACKS) { + if (!crack_exclude(i, j)) + continue; + } + + if (r < h) { + spiky_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + + partner[i][npartner[i]] = tag[j]; + wfd_list[i][npartner[i]] = wfd; + wf_list[i][npartner[i]] = wf; + npartner[i]++; + if (j < nlocal) { + partner[j][npartner[j]] = tag[i]; + wfd_list[j][npartner[j]] = wfd; + wf_list[j][npartner[j]] = wf; + npartner[j]++; + } + } + } + } + + // count number of particles for which this group is active + + // bond statistics + if (update->ntimestep > -1) { + n = 0; + int count = 0; + for (i = 0; i < nlocal; i++) { + if (mask[i] & groupbit) { + n += npartner[i]; + count += 1; + } + } + int nall, countall; + MPI_Allreduce(&n, &nall, 1, MPI_INT, MPI_SUM, world); + MPI_Allreduce(&count, &countall, 1, MPI_INT, MPI_SUM, world); + + if (comm->me == 0) { + if (screen) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + fprintf(screen, "TLSPH neighbors:\n"); + fprintf(screen, " max # of neighbors for a single particle = %d\n", maxpartner); + fprintf(screen, " average # of neighbors/particle in group tlsph = %g\n", (double) nall / countall); + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n\n"); + } + if (logfile) { + fprintf(logfile, "\nTLSPH neighbors:\n"); + fprintf(logfile, " max # of neighbors for a single particle = %d\n", maxpartner); + fprintf(logfile, " average # of neighbors/particle in group tlsph = %g\n", (double) nall / countall); + } + } + } + + updateFlag = 0; // set update flag to zero after the update + +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based arrays + ------------------------------------------------------------------------- */ + +double FixSMD_TLSPH_ReferenceConfiguration::memory_usage() { + int nmax = atom->nmax; + int bytes = nmax * sizeof(int); + bytes += nmax * maxpartner * sizeof(tagint); // partner array + bytes += nmax * maxpartner * sizeof(float); // wf_list + bytes += nmax * maxpartner * sizeof(float); // wfd_list + bytes += nmax * maxpartner * sizeof(float); // damage_per_interaction array + bytes += nmax * sizeof(int); // npartner array + return bytes; + +} + +/* ---------------------------------------------------------------------- + allocate local atom-based arrays + ------------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::grow_arrays(int nmax) { + //printf("in FixSMD_TLSPH_ReferenceConfiguration::grow_arrays\n"); + memory->grow(npartner, nmax, "tlsph_refconfig_neigh:npartner"); + memory->grow(partner, nmax, maxpartner, "tlsph_refconfig_neigh:partner"); + memory->grow(wfd_list, nmax, maxpartner, "tlsph_refconfig_neigh:wfd"); + memory->grow(wf_list, nmax, maxpartner, "tlsph_refconfig_neigh:wf"); + memory->grow(degradation_ij, nmax, maxpartner, "tlsph_refconfig_neigh:degradation_ij"); + memory->grow(energy_per_bond, nmax, maxpartner, "tlsph_refconfig_neigh:damage_onset_strain"); +} + +/* ---------------------------------------------------------------------- + copy values within local atom-based arrays + ------------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::copy_arrays(int i, int j, int delflag) { + npartner[j] = npartner[i]; + for (int m = 0; m < npartner[j]; m++) { + partner[j][m] = partner[i][m]; + wfd_list[j][m] = wfd_list[i][m]; + wf_list[j][m] = wf_list[i][m]; + degradation_ij[j][m] = degradation_ij[i][m]; + energy_per_bond[j][m] = energy_per_bond[i][m]; + } +} + +/* ---------------------------------------------------------------------- + pack values in local atom-based arrays for exchange with another proc + ------------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::pack_exchange(int i, double *buf) { +// NOTE: how do I know comm buf is big enough if extreme # of touching neighs +// Comm::BUFEXTRA may need to be increased + +//printf("pack_exchange ...\n"); + + int m = 0; + buf[m++] = npartner[i]; + for (int n = 0; n < npartner[i]; n++) { + buf[m++] = partner[i][n]; + buf[m++] = wfd_list[i][n]; + buf[m++] = wf_list[i][n]; + buf[m++] = degradation_ij[i][n]; + buf[m++] = energy_per_bond[i][n]; + } + return m; + +} + +/* ---------------------------------------------------------------------- + unpack values in local atom-based arrays from exchange with another proc + ------------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::unpack_exchange(int nlocal, double *buf) { + if (nlocal == nmax) { + //printf("nlocal=%d, nmax=%d\n", nlocal, nmax); + nmax = nmax / DELTA * DELTA; + nmax += DELTA; + grow_arrays(nmax); + + error->message(FLERR, + "in Fixtlsph_refconfigNeighGCG::unpack_exchange: local arrays too small for receiving partner information; growing arrays"); + } +//printf("nlocal=%d, nmax=%d\n", nlocal, nmax); + + int m = 0; + npartner[nlocal] = static_cast(buf[m++]); + for (int n = 0; n < npartner[nlocal]; n++) { + partner[nlocal][n] = static_cast(buf[m++]); + wfd_list[nlocal][n] = static_cast(buf[m++]); + wf_list[nlocal][n] = static_cast(buf[m++]); + degradation_ij[nlocal][n] = static_cast(buf[m++]); + energy_per_bond[nlocal][n] = static_cast(buf[m++]); + } + return m; +} + +/* ---------------------------------------------------------------------- + pack values in local atom-based arrays for restart file + ------------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::pack_restart(int i, double *buf) { + int m = 0; + buf[m++] = 4 * npartner[i] + 2; + buf[m++] = npartner[i]; + for (int n = 0; n < npartner[i]; n++) { + buf[m++] = partner[i][n]; + buf[m++] = wfd_list[i][n]; + buf[m++] = wf_list[i][n]; + buf[m++] = degradation_ij[i][n]; + buf[m++] = energy_per_bond[i][n]; + } + return m; +} + +/* ---------------------------------------------------------------------- + unpack values from atom->extra array to restart the fix + ------------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::unpack_restart(int nlocal, int nth) { +// ipage = NULL if being called from granular pair style init() + +// skip to Nth set of extra values + +// double **extra = atom->extra; +// +// int m = 0; +// for (int i = 0; i < nth; i++) +// m += static_cast(extra[nlocal][m]); +// m++; +// +// // allocate new chunks from ipage,dpage for incoming values +// +// npartner[nlocal] = static_cast(extra[nlocal][m++]); +// for (int n = 0; n < npartner[nlocal]; n++) { +// partner[nlocal][n] = static_cast(extra[nlocal][m++]); +// } +} + +/* ---------------------------------------------------------------------- + maxsize of any atom's restart data + ------------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::maxsize_restart() { +// maxtouch_all = max # of touching partners across all procs + + int maxtouch_all; + MPI_Allreduce(&maxpartner, &maxtouch_all, 1, MPI_INT, MPI_MAX, world); + return 4 * maxtouch_all + 2; +} + +/* ---------------------------------------------------------------------- + size of atom nlocal's restart data + ------------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::size_restart(int nlocal) { + return 4 * npartner[nlocal] + 2; +} + +/* ---------------------------------------------------------------------- */ + +int FixSMD_TLSPH_ReferenceConfiguration::pack_forward_comm(int n, int *list, double *buf, int pbc_flag, int *pbc) { + int i, j, m; + double *radius = atom->radius; + double *vfrac = atom->vfrac; + double **x0 = atom->x0; + double **defgrad0 = atom->smd_data_9; + + //printf("FixSMD_TLSPH_ReferenceConfiguration:::pack_forward_comm\n"); + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = x0[j][0]; + buf[m++] = x0[j][1]; + buf[m++] = x0[j][2]; + + buf[m++] = vfrac[j]; + buf[m++] = radius[j]; + + buf[m++] = defgrad0[i][0]; + buf[m++] = defgrad0[i][1]; + buf[m++] = defgrad0[i][2]; + buf[m++] = defgrad0[i][3]; + buf[m++] = defgrad0[i][4]; + buf[m++] = defgrad0[i][5]; + buf[m++] = defgrad0[i][6]; + buf[m++] = defgrad0[i][7]; + buf[m++] = defgrad0[i][8]; + + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMD_TLSPH_ReferenceConfiguration::unpack_forward_comm(int n, int first, double *buf) { + int i, m, last; + double *radius = atom->radius; + double *vfrac = atom->vfrac; + double **x0 = atom->x0; + double **defgrad0 = atom->smd_data_9; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + x0[i][0] = buf[m++]; + x0[i][1] = buf[m++]; + x0[i][2] = buf[m++]; + + vfrac[i] = buf[m++]; + radius[i] = buf[m++]; + + defgrad0[i][0] = buf[m++]; + defgrad0[i][1] = buf[m++]; + defgrad0[i][2] = buf[m++]; + defgrad0[i][3] = buf[m++]; + defgrad0[i][4] = buf[m++]; + defgrad0[i][5] = buf[m++]; + defgrad0[i][6] = buf[m++]; + defgrad0[i][7] = buf[m++]; + defgrad0[i][8] = buf[m++]; + } +} + +/* ---------------------------------------------------------------------- + routine for excluding bonds across a hardcoded slit crack + Note that everything is scaled by lattice constant l0 to avoid + numerical inaccuracies. + ------------------------------------------------------------------------- */ + +bool FixSMD_TLSPH_ReferenceConfiguration::crack_exclude(int i, int j) { + + double **x = atom->x; + double l0 = domain->lattice->xlattice; + + // line between pair of atoms i,j + double x1 = x[i][0] / l0; + double y1 = x[i][1] / l0; + + double x2 = x[j][0] / l0; + double y2 = x[j][1] / l0; + + // hardcoded crack line + double x3 = -0.1 / l0; + double y3 = ((int) 1.0 / l0) + 0.5; + //printf("y3 = %f\n", y3); + double x4 = 0.1 / l0 - 1.0 + 0.1; + double y4 = y3; + + bool retVal = DoLineSegmentsIntersect(x1, y1, x2, y2, x3, y3, x4, y4); + + return !retVal; + //return 1; +} + diff --git a/src/USER-SMD/fix_smd_tlsph_reference_configuration.h b/src/USER-SMD/fix_smd_tlsph_reference_configuration.h new file mode 100644 index 0000000000..ede06151ee --- /dev/null +++ b/src/USER-SMD/fix_smd_tlsph_reference_configuration.h @@ -0,0 +1,86 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * This file is based on the FixShearHistory class. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + + +#ifdef FIX_CLASS + +FixStyle(SMD_TLSPH_NEIGHBORS,FixSMD_TLSPH_ReferenceConfiguration) + +#else + +#ifndef LMP_FIX_SMD_TLSPH_REFERENCE_H +#define LMP_FIX_SMD_TLSPH_REFERENCE_H + +#include "fix.h" +#include "my_page.h" + +namespace LAMMPS_NS { + +class FixSMD_TLSPH_ReferenceConfiguration: public Fix { + friend class Neighbor; + friend class PairTlsph; + +public: + FixSMD_TLSPH_ReferenceConfiguration(class LAMMPS *, int, char **); + ~FixSMD_TLSPH_ReferenceConfiguration(); + int setmask(); + void init(); + void setup(int); + void pre_exchange(); + int pack_forward_comm(int, int *, double *, int, int *); + void unpack_forward_comm(int, int, double *); + + double memory_usage(); + void grow_arrays(int); + void copy_arrays(int, int, int); + int pack_exchange(int, double *); + int unpack_exchange(int, double *); + int pack_restart(int, double *); + void unpack_restart(int, int); + int size_restart(int); + int maxsize_restart(); + + bool crack_exclude(int i, int j); + bool get_line_intersection(int i, int j); + +protected: + int updateFlag; // flag to update reference configuration + int nmax; + int maxpartner; + int *npartner; // # of touching partners of each atom + tagint **partner; // global atom IDs for the partners + float **wfd_list, **wf_list, **energy_per_bond; + float **degradation_ij; // per-pair interaction degradation status + + class Pair *pair; + +}; + +} + +#endif +#endif + diff --git a/src/USER-SMD/fix_smd_wall_surface.cpp b/src/USER-SMD/fix_smd_wall_surface.cpp new file mode 100644 index 0000000000..16bd1c7809 --- /dev/null +++ b/src/USER-SMD/fix_smd_wall_surface.cpp @@ -0,0 +1,507 @@ +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + Contributing authors: Mike Parks (SNL), Ezwanur Rahman, J.T. Foster (UTSA) + ------------------------------------------------------------------------- */ + +#include "math.h" +#include "fix_smd_wall_surface.h" +#include "atom.h" +#include "domain.h" +#include "force.h" +#include "comm.h" +#include "update.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "pair.h" +#include "lattice.h" +#include "memory.h" +#include "error.h" +#include +#include +#include +#include "atom_vec.h" + +using namespace LAMMPS_NS; +using namespace FixConst; +using namespace Eigen; +using namespace std; +#define DELTA 16384 +#define EPSILON 1.0e-6 +enum { + LAYOUT_UNIFORM, LAYOUT_NONUNIFORM, LAYOUT_TILED +}; +// several files + +/* ---------------------------------------------------------------------- */ + +FixSMDWallSurface::FixSMDWallSurface(LAMMPS *lmp, int narg, char **arg) : + Fix(lmp, narg, arg) { + + restart_global = 0; + restart_peratom = 0; + first = 1; + + //atom->add_callback(0); + //atom->add_callback(1); + + if (narg != 6) + error->all(FLERR, "Illegal number of arguments for fix smd/wall_surface"); + + filename.assign(arg[3]); + wall_particle_type = force->inumeric(FLERR, arg[4]); + wall_molecule_id = force->inumeric(FLERR, arg[5]); + if (wall_molecule_id < 65535) { + error->one(FLERR, "wall molcule id must be >= 65535\n"); + } + + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("fix smd/wall_surface reads trianglulated surface from file: %s\n", filename.c_str()); + printf("fix smd/wall_surface has particle type %d \n", wall_particle_type); + printf("fix smd/wall_surface has molecule id %d \n", wall_molecule_id); + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } +} + +/* ---------------------------------------------------------------------- */ + +FixSMDWallSurface::~FixSMDWallSurface() { + // unregister this fix so atom class doesn't invoke it any more + + //atom->delete_callback(id, 0); + //atom->delete_callback(id, 1); +} + +/* ---------------------------------------------------------------------- */ + +int FixSMDWallSurface::setmask() { + int mask = 0; + return mask; +} + +/* ---------------------------------------------------------------------- */ + +void FixSMDWallSurface::init() { + if (!first) + return; +} + +/* ---------------------------------------------------------------------- + For minimization: setup as with dynamics + ------------------------------------------------------------------------- */ + +void FixSMDWallSurface::min_setup(int vflag) { + setup(vflag); +} + +/* ---------------------------------------------------------------------- + create initial list of neighbor partners via call to neighbor->build() + must be done in setup (not init) since fix init comes before neigh init + ------------------------------------------------------------------------- */ + +void FixSMDWallSurface::setup(int vflag) { + + if (!first) + return; + first = 0; + + // set bounds for my proc + // if periodic and I am lo/hi proc, adjust bounds by EPSILON + // insures all data atoms will be owned even with round-off + + int triclinic = domain->triclinic; + + double epsilon[3]; + if (triclinic) + epsilon[0] = epsilon[1] = epsilon[2] = EPSILON; + else { + epsilon[0] = domain->prd[0] * EPSILON; + epsilon[1] = domain->prd[1] * EPSILON; + epsilon[2] = domain->prd[2] * EPSILON; + } + + if (triclinic == 0) { + sublo[0] = domain->sublo[0]; + subhi[0] = domain->subhi[0]; + sublo[1] = domain->sublo[1]; + subhi[1] = domain->subhi[1]; + sublo[2] = domain->sublo[2]; + subhi[2] = domain->subhi[2]; + } else { + sublo[0] = domain->sublo_lamda[0]; + subhi[0] = domain->subhi_lamda[0]; + sublo[1] = domain->sublo_lamda[1]; + subhi[1] = domain->subhi_lamda[1]; + sublo[2] = domain->sublo_lamda[2]; + subhi[2] = domain->subhi_lamda[2]; + } + + if (comm->layout != LAYOUT_TILED) { + if (domain->xperiodic) { + if (comm->myloc[0] == 0) + sublo[0] -= epsilon[0]; + if (comm->myloc[0] == comm->procgrid[0] - 1) + subhi[0] += epsilon[0]; + } + if (domain->yperiodic) { + if (comm->myloc[1] == 0) + sublo[1] -= epsilon[1]; + if (comm->myloc[1] == comm->procgrid[1] - 1) + subhi[1] += epsilon[1]; + } + if (domain->zperiodic) { + if (comm->myloc[2] == 0) + sublo[2] -= epsilon[2]; + if (comm->myloc[2] == comm->procgrid[2] - 1) + subhi[2] += epsilon[2]; + } + + } else { + if (domain->xperiodic) { + if (comm->mysplit[0][0] == 0.0) + sublo[0] -= epsilon[0]; + if (comm->mysplit[0][1] == 1.0) + subhi[0] += epsilon[0]; + } + if (domain->yperiodic) { + if (comm->mysplit[1][0] == 0.0) + sublo[1] -= epsilon[1]; + if (comm->mysplit[1][1] == 1.0) + subhi[1] += epsilon[1]; + } + if (domain->zperiodic) { + if (comm->mysplit[2][0] == 0.0) + sublo[2] -= epsilon[2]; + if (comm->mysplit[2][1] == 1.0) + subhi[2] += epsilon[2]; + } + } + + read_triangles(0); +} + +/* ---------------------------------------------------------------------- + function to determine number of values in a text line + ------------------------------------------------------------------------- */ + +int FixSMDWallSurface::count_words(const char *line) { + int n = strlen(line) + 1; + char *copy; + memory->create(copy, n, "atom:copy"); + strcpy(copy, line); + + char *ptr; + if ((ptr = strchr(copy, '#'))) + *ptr = '\0'; + + if (strtok(copy, " \t\n\r\f") == NULL) { + memory->destroy(copy); + return 0; + } + n = 1; + while (strtok(NULL, " \t\n\r\f")) + n++; + + memory->destroy(copy); + return n; +} + +/* ---------------------------------------------------------------------- + size of atom nlocal's restart data + ------------------------------------------------------------------------- */ + +void FixSMDWallSurface::read_triangles(int pass) { + + double coord[3]; + + int nlocal_previous = atom->nlocal; + int ilocal = nlocal_previous; + int m; + int me; + + bigint natoms_previous = atom->natoms; + Vector3d *vert; + vert = new Vector3d[3]; + Vector3d normal, center; + + FILE *fp = fopen(filename.c_str(), "r"); + if (fp == NULL) { + char str[128]; + sprintf(str, "Cannot open file %s", filename.c_str()); + error->one(FLERR, str); + } + + MPI_Comm_rank(world, &me); + if (me == 0) { + if (screen) { + if (pass == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + fprintf(screen, " scanning triangle pairs ...\n"); + } else { + fprintf(screen, " reading triangle pairs ...\n"); + } + } + if (logfile) { + if (pass == 0) { + fprintf(logfile, " scanning triangle pairs ...\n"); + } else { + fprintf(logfile, " reading triangle pairs ...\n"); + } + } + } + + char str[128]; + char line[256]; + char *retpointer; + char **values; + int nwords; + + // read STL solid name + retpointer = fgets(line, sizeof(line), fp); + if (retpointer == NULL) { + sprintf(str, "error reading number of triangle pairs"); + error->one(FLERR, str); + } + + nwords = count_words(line); + if (nwords < 1) { + sprintf(str, "first line of file is incorrect"); + error->one(FLERR, str); + } + +// values = new char*[nwords]; +// values[0] = strtok(line, " \t\n\r\f"); +// if (values[0] == NULL) +// error->all(FLERR, "Incorrect atom format in data file"); +// for (m = 1; m < nwords; m++) { +// values[m] = strtok(NULL, " \t\n\r\f"); +// if (values[m] == NULL) +// error->all(FLERR, "Incorrect atom format in data file"); +// } +// delete[] values; +// +// if (comm->me == 0) { +// cout << "STL file contains solid body with name: " << values[1] << endl; +// } + + // iterate over STL facets util end of body is reached + + while (fgets(line, sizeof(line), fp)) { // read a line, should be the facet line + + // evaluate facet line + nwords = count_words(line); + if (nwords != 5) { + //sprintf(str, "found end solid line"); + //error->message(FLERR, str); + break; + } else { + // should be facet line + } + + values = new char*[nwords]; + values[0] = strtok(line, " \t\n\r\f"); + if (values[0] == NULL) + error->all(FLERR, "Incorrect atom format in data file"); + for (m = 1; m < nwords; m++) { + values[m] = strtok(NULL, " \t\n\r\f"); + if (values[m] == NULL) + error->all(FLERR, "Incorrect atom format in data file"); + } + + normal << force->numeric(FLERR, values[2]), force->numeric(FLERR, values[3]), force->numeric(FLERR, values[4]); + //cout << "normal is " << normal << endl; + + delete[] values; + + // read outer loop line + retpointer = fgets(line, sizeof(line), fp); + if (retpointer == NULL) { + sprintf(str, "error reading outer loop"); + error->one(FLERR, str); + } + + nwords = count_words(line); + if (nwords != 2) { + sprintf(str, "error reading outer loop"); + error->one(FLERR, str); + } + + // read vertex lines + + for (int k = 0; k < 3; k++) { + retpointer = fgets(line, sizeof(line), fp); + if (retpointer == NULL) { + sprintf(str, "error reading vertex line"); + error->one(FLERR, str); + } + + nwords = count_words(line); + if (nwords != 4) { + sprintf(str, "error reading vertex line"); + error->one(FLERR, str); + } + + values = new char*[nwords]; + values[0] = strtok(line, " \t\n\r\f"); + if (values[0] == NULL) + error->all(FLERR, "Incorrect vertex line"); + for (m = 1; m < nwords; m++) { + values[m] = strtok(NULL, " \t\n\r\f"); + if (values[m] == NULL) + error->all(FLERR, "Incorrect vertex line"); + } + + vert[k] << force->numeric(FLERR, values[1]), force->numeric(FLERR, values[2]), force->numeric(FLERR, values[3]); + //cout << "vertex is " << vert[k] << endl; + //printf("%s %s %s\n", values[1], values[2], values[3]); + delete[] values; + //exit(1); + + } + + // read end loop line + retpointer = fgets(line, sizeof(line), fp); + if (retpointer == NULL) { + sprintf(str, "error reading endloop"); + error->one(FLERR, str); + } + + nwords = count_words(line); + if (nwords != 1) { + sprintf(str, "error reading endloop"); + error->one(FLERR, str); + } + + // read end facet line + retpointer = fgets(line, sizeof(line), fp); + if (retpointer == NULL) { + sprintf(str, "error reading endfacet"); + error->one(FLERR, str); + } + + nwords = count_words(line); + if (nwords != 1) { + sprintf(str, "error reading endfacet"); + error->one(FLERR, str); + } + + // now we have a normal and three vertices ... proceed with adding triangle + + center = (vert[0] + vert[1] + vert[2]) / 3.0; + + // cout << "center is " << center << endl; + + double r1 = (center - vert[0]).norm(); + double r2 = (center - vert[1]).norm(); + double r3 = (center - vert[2]).norm(); + double r = MAX(r1, r2); + r = MAX(r, r3); + + /* + * if atom/molecule is in my subbox, create it + * ... use x0 to hold triangle normal. + * ... use smd_data_9 to hold the three vertices + * ... use x to hold triangle center + * ... radius is the mmaximal distance from triangle center to all vertices + */ + + // printf("coord: %f %f %f\n", coord[0], coord[1], coord[2]); + // printf("sublo: %f %f %f\n", sublo[0], sublo[1], sublo[2]); + // printf("subhi: %f %f %f\n", subhi[0], subhi[1], subhi[2]); + //printf("ilocal = %d\n", ilocal); + if (center(0) >= sublo[0] && center(0) < subhi[0] && center(1) >= sublo[1] && center(1) < subhi[1] && center(2) >= sublo[2] + && center(2) < subhi[2]) { + //printf("******* KERATIN nlocal=%d ***\n", nlocal); + coord[0] = center(0); + coord[1] = center(1); + coord[2] = center(2); + atom->avec->create_atom(wall_particle_type, coord); + + /* + * need to initialize pointers to atom vec arrays here, because they could have changed + * due to calling grow() in create_atoms() above; + */ + + int *mol = atom->molecule; + int *type = atom->type; + double *radius = atom->radius; + double *contact_radius = atom->contact_radius; + double **smd_data_9 = atom->smd_data_9; + double **x0 = atom->x0; + + radius[ilocal] = r; //ilocal; + contact_radius[ilocal] = r; //ilocal; + mol[ilocal] = wall_molecule_id; + type[ilocal] = wall_particle_type; + x0[ilocal][0] = normal(0); + x0[ilocal][1] = normal(1); + x0[ilocal][2] = normal(2); + smd_data_9[ilocal][0] = vert[0](0); + smd_data_9[ilocal][1] = vert[0](1); + smd_data_9[ilocal][2] = vert[0](2); + smd_data_9[ilocal][3] = vert[1](0); + smd_data_9[ilocal][4] = vert[1](1); + smd_data_9[ilocal][5] = vert[1](2); + smd_data_9[ilocal][6] = vert[2](0); + smd_data_9[ilocal][7] = vert[2](1); + smd_data_9[ilocal][8] = vert[2](2); + + ilocal++; + } + + } + +// set new total # of atoms and error check + + bigint nblocal = atom->nlocal; + MPI_Allreduce(&nblocal, &atom->natoms, 1, MPI_LMP_BIGINT, MPI_SUM, world); + if (atom->natoms < 0 || atom->natoms >= MAXBIGINT) + error->all(FLERR, "Too many total atoms"); + +// add IDs for newly created atoms +// check that atom IDs are valid + + if (atom->tag_enable) + atom->tag_extend(); + atom->tag_check(); + +// create global mapping of atoms +// zero nghost in case are adding new atoms to existing atoms + + if (atom->map_style) { + atom->nghost = 0; + atom->map_init(); + atom->map_set(); + } + +// print status + if (comm->me == 0) { + if (screen) { + printf("... fix smd/wall_surface finished reading triangulated surface\n"); + fprintf(screen, "fix smd/wall_surface created " BIGINT_FORMAT " atoms\n", atom->natoms - natoms_previous); + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } + if (logfile) { + fprintf(logfile, "... fix smd/wall_surface finished reading triangulated surface\n"); + fprintf(logfile, "fix smd/wall_surface created " BIGINT_FORMAT " atoms\n", atom->natoms - natoms_previous); + fprintf(logfile, ">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } + } + + delete[] vert; + fclose(fp); +} + diff --git a/src/USER-SMD/fix_smd_wall_surface.h b/src/USER-SMD/fix_smd_wall_surface.h new file mode 100644 index 0000000000..32fb934d63 --- /dev/null +++ b/src/USER-SMD/fix_smd_wall_surface.h @@ -0,0 +1,53 @@ +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifdef FIX_CLASS + +FixStyle(smd/wall_surface,FixSMDWallSurface) + +#else + +#ifndef LMP_FIX_SMD_WALL_SURFACE_H +#define LMP_FIX_SMD_WALL_SURFACE_H + +#include "fix.h" +#include +using namespace std; + +namespace LAMMPS_NS { + +class FixSMDWallSurface: public Fix { + +public: + FixSMDWallSurface(class LAMMPS *, int, char **); + virtual ~FixSMDWallSurface(); + int setmask(); + void init(); + void setup(int); + void min_setup(int); + + int count_words(const char *line); + void read_triangles(int pass); + +private: + int first; // flag for first time initialization + double sublo[3], subhi[3]; // epsilon-extended proc sub-box for adding atoms; + std::string filename; + int wall_particle_type; + int wall_molecule_id; +}; +} + +#endif +#endif + diff --git a/src/USER-SMD/pair_smd_hertz.cpp b/src/USER-SMD/pair_smd_hertz.cpp new file mode 100644 index 0000000000..b39ea946c0 --- /dev/null +++ b/src/USER-SMD/pair_smd_hertz.cpp @@ -0,0 +1,385 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + Contributing author: Mike Parks (SNL) + ------------------------------------------------------------------------- */ + +#include "math.h" +#include "float.h" +#include "stdlib.h" +#include "string.h" +#include "pair_smd_hertz.h" +#include "atom.h" +#include "domain.h" +#include "force.h" +#include "update.h" +#include "modify.h" +#include "fix.h" +#include "comm.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "memory.h" +#include "error.h" + +using namespace LAMMPS_NS; + +#define SQRT2 1.414213562e0 + +/* ---------------------------------------------------------------------- */ + +PairHertz::PairHertz(LAMMPS *lmp) : + Pair(lmp) { + + onerad_dynamic = onerad_frozen = maxrad_dynamic = maxrad_frozen = NULL; + bulkmodulus = NULL; + kn = NULL; + scale = 1.0; +} + +/* ---------------------------------------------------------------------- */ + +PairHertz::~PairHertz() { + + if (allocated) { + memory->destroy(setflag); + memory->destroy(cutsq); + memory->destroy(bulkmodulus); + memory->destroy(kn); + + delete[] onerad_dynamic; + delete[] onerad_frozen; + delete[] maxrad_dynamic; + delete[] maxrad_frozen; + } +} + +/* ---------------------------------------------------------------------- */ + +void PairHertz::compute(int eflag, int vflag) { + int i, j, ii, jj, inum, jnum, itype, jtype; + double xtmp, ytmp, ztmp, delx, dely, delz; + double rsq, r, evdwl, fpair; + int *ilist, *jlist, *numneigh, **firstneigh; + double rcut, r_geom, delta, ri, rj, dt_crit; + double *rmass = atom->rmass; + + evdwl = 0.0; + if (eflag || vflag) + ev_setup(eflag, vflag); + else + evflag = vflag_fdotr = 0; + + double **f = atom->f; + double **x = atom->x; + double **x0 = atom->x0; + int *type = atom->type; + int nlocal = atom->nlocal; + double *radius = atom->contact_radius; + double *sph_radius = atom->radius; + double rcutSq; + double delx0, dely0, delz0, rSq0, sphCut; + + int newton_pair = force->newton_pair; + int periodic = (domain->xperiodic || domain->yperiodic || domain->zperiodic); + + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + stable_time_increment = 1.0e22; + + // loop over neighbors of my atoms + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + xtmp = x[i][0]; + ytmp = x[i][1]; + ztmp = x[i][2]; + itype = type[i]; + ri = scale * radius[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + + jtype = type[j]; + + delx = xtmp - x[j][0]; + dely = ytmp - x[j][1]; + delz = ztmp - x[j][2]; + + rsq = delx * delx + dely * dely + delz * delz; + + rj = scale * radius[j]; + rcut = ri + rj; + rcutSq = rcut * rcut; + + if (rsq < rcutSq) { + + /* + * self contact option: + * if pair of particles was initially close enough to interact via a bulk continuum mechanism (e.g. SPH), exclude pair from contact forces. + * this approach should work well if no updates of the reference configuration are performed. + */ + + if (itype == jtype) { + delx0 = x0[j][0] - x0[i][0]; + dely0 = x0[j][1] - x0[i][1]; + delz0 = x0[j][2] - x0[i][2]; + if (periodic) { + domain->minimum_image(delx0, dely0, delz0); + } + rSq0 = delx0 * delx0 + dely0 * dely0 + delz0 * delz0; // initial distance + sphCut = sph_radius[i] + sph_radius[j]; + if (rSq0 < sphCut * sphCut) { + rcut = 0.5 * rcut; + rcutSq = rcut * rcut; + if (rsq > rcutSq) { + continue; + } + } + } + + r = sqrt(rsq); + //printf("hertz interaction, r=%f, cut=%f, h=%f\n", r, rcut, sqrt(rSq0)); + + // Hertzian short-range forces + delta = rcut - r; // overlap distance + r_geom = ri * rj / rcut; + //assuming poisson ratio = 1/4 for 3d + fpair = 1.066666667e0 * bulkmodulus[itype][jtype] * delta * sqrt(delta * r_geom); // units: N + evdwl = fpair * 0.4e0 * delta; // GCG 25 April: this expression conserves total energy + dt_crit = 3.14 * sqrt(0.5 * (rmass[i] + rmass[j]) / (fpair / delta)); + + stable_time_increment = MIN(stable_time_increment, dt_crit); + if (r > 2.0e-16) { + fpair /= r; // divide by r and multiply with non-normalized distance vector + } else { + fpair = 0.0; + } + + /* + * contact viscosity -- needs to be done, see GRANULAR package for normal & shear damping + * for now: no damping and thus no viscous energy deltaE + */ + + if (evflag) { + ev_tally(i, j, nlocal, newton_pair, evdwl, 0.0, fpair, delx, dely, delz); + } + + f[i][0] += delx * fpair; + f[i][1] += dely * fpair; + f[i][2] += delz * fpair; + + if (newton_pair || j < nlocal) { + f[j][0] -= delx * fpair; + f[j][1] -= dely * fpair; + f[j][2] -= delz * fpair; + } + + } + } + } + +// double stable_time_increment_all = 0.0; +// MPI_Allreduce(&stable_time_increment, &stable_time_increment_all, 1, MPI_DOUBLE, MPI_MIN, world); +// if (comm->me == 0) { +// printf("stable time step for pair smd/hertz is %f\n", stable_time_increment_all); +// } +} + +/* ---------------------------------------------------------------------- + allocate all arrays + ------------------------------------------------------------------------- */ + +void PairHertz::allocate() { + allocated = 1; + int n = atom->ntypes; + + memory->create(setflag, n + 1, n + 1, "pair:setflag"); + for (int i = 1; i <= n; i++) + for (int j = i; j <= n; j++) + setflag[i][j] = 0; + + memory->create(bulkmodulus, n + 1, n + 1, "pair:kspring"); + memory->create(kn, n + 1, n + 1, "pair:kn"); + + memory->create(cutsq, n + 1, n + 1, "pair:cutsq"); // always needs to be allocated, even with granular neighborlist + + onerad_dynamic = new double[n + 1]; + onerad_frozen = new double[n + 1]; + maxrad_dynamic = new double[n + 1]; + maxrad_frozen = new double[n + 1]; +} + +/* ---------------------------------------------------------------------- + global settings + ------------------------------------------------------------------------- */ + +void PairHertz::settings(int narg, char **arg) { + if (narg != 1) + error->all(FLERR, "Illegal number of args for pair_style hertz"); + + scale = force->numeric(FLERR, arg[0]); + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("SMD/HERTZ CONTACT SETTINGS:\n"); + printf("... effective contact radius is scaled by %f\n", scale); + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } + +} + +/* ---------------------------------------------------------------------- + set coeffs for one or more type pairs + ------------------------------------------------------------------------- */ + +void PairHertz::coeff(int narg, char **arg) { + if (narg != 3) + error->all(FLERR, "Incorrect args for pair coefficients"); + if (!allocated) + allocate(); + + int ilo, ihi, jlo, jhi; + force->bounds(arg[0], atom->ntypes, ilo, ihi); + force->bounds(arg[1], atom->ntypes, jlo, jhi); + + double bulkmodulus_one = atof(arg[2]); + + // set short-range force constant + double kn_one = 0.0; + if (domain->dimension == 3) { + kn_one = (16. / 15.) * bulkmodulus_one; //assuming poisson ratio = 1/4 for 3d + } else { + kn_one = 0.251856195 * (2. / 3.) * bulkmodulus_one; //assuming poisson ratio = 1/3 for 2d + } + + int count = 0; + for (int i = ilo; i <= ihi; i++) { + for (int j = MAX(jlo, i); j <= jhi; j++) { + bulkmodulus[i][j] = bulkmodulus_one; + kn[i][j] = kn_one; + setflag[i][j] = 1; + count++; + } + } + + if (count == 0) + error->all(FLERR, "Incorrect args for pair coefficients"); +} + +/* ---------------------------------------------------------------------- + init for one type pair i,j and corresponding j,i + ------------------------------------------------------------------------- */ + +double PairHertz::init_one(int i, int j) { + + if (!allocated) + allocate(); + + if (setflag[i][j] == 0) + error->all(FLERR, "All pair coeffs are not set"); + + bulkmodulus[j][i] = bulkmodulus[i][j]; + kn[j][i] = kn[i][j]; + + // cutoff = sum of max I,J radii for + // dynamic/dynamic & dynamic/frozen interactions, but not frozen/frozen + + double cutoff = maxrad_dynamic[i] + maxrad_dynamic[j]; + cutoff = MAX(cutoff, maxrad_frozen[i] + maxrad_dynamic[j]); + cutoff = MAX(cutoff, maxrad_dynamic[i] + maxrad_frozen[j]); + + if (comm->me == 0) { + printf("cutoff for pair smd/hertz = %f\n", cutoff); + } + return cutoff; +} + +/* ---------------------------------------------------------------------- + init specific to this pair style + ------------------------------------------------------------------------- */ + +void PairHertz::init_style() { + int i; + + // error checks + + if (!atom->contact_radius_flag) + error->all(FLERR, "Pair style smd/hertz requires atom style with contact_radius"); + + int irequest = neighbor->request(this); + neighbor->requests[irequest]->half = 0; + neighbor->requests[irequest]->gran = 1; + + // set maxrad_dynamic and maxrad_frozen for each type + // include future Fix pour particles as dynamic + + for (i = 1; i <= atom->ntypes; i++) + onerad_dynamic[i] = onerad_frozen[i] = 0.0; + + double *radius = atom->radius; + int *type = atom->type; + int nlocal = atom->nlocal; + + for (i = 0; i < nlocal; i++) { + onerad_dynamic[type[i]] = MAX(onerad_dynamic[type[i]], radius[i]); + } + + MPI_Allreduce(&onerad_dynamic[1], &maxrad_dynamic[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); + MPI_Allreduce(&onerad_frozen[1], &maxrad_frozen[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); +} + +/* ---------------------------------------------------------------------- + neighbor callback to inform pair style of neighbor list to use + optional granular history list + ------------------------------------------------------------------------- */ + +void PairHertz::init_list(int id, NeighList *ptr) { + if (id == 0) + list = ptr; +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based arrays + ------------------------------------------------------------------------- */ + +double PairHertz::memory_usage() { + + return 0.0; +} + +void *PairHertz::extract(const char *str, int &i) { + //printf("in PairTriSurf::extract\n"); + if (strcmp(str, "smd/hertz/stable_time_increment_ptr") == 0) { + return (void *) &stable_time_increment; + } + + return NULL; + +} diff --git a/src/USER-SMD/pair_smd_hertz.h b/src/USER-SMD/pair_smd_hertz.h new file mode 100644 index 0000000000..8a207709ad --- /dev/null +++ b/src/USER-SMD/pair_smd_hertz.h @@ -0,0 +1,69 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef PAIR_CLASS + +PairStyle(smd/hertz,PairHertz) + +#else + +#ifndef LMP_SMD_HERTZ_H +#define LMP_SMD_HERTZ_H + +#include "pair.h" + +namespace LAMMPS_NS { + +class PairHertz : public Pair { + public: + PairHertz(class LAMMPS *); + virtual ~PairHertz(); + virtual void compute(int, int); + void settings(int, char **); + void coeff(int, char **); + double init_one(int, int); + void init_style(); + void init_list(int, class NeighList *); + virtual double memory_usage(); + void *extract(const char *, int &); + + protected: + double **bulkmodulus; + double **kn; + + double *onerad_dynamic,*onerad_frozen; + double *maxrad_dynamic,*maxrad_frozen; + + double scale; + double stable_time_increment; // stable time step size + + void allocate(); +}; + +} + +#endif +#endif + diff --git a/src/USER-SMD/pair_smd_tlsph.cpp b/src/USER-SMD/pair_smd_tlsph.cpp new file mode 100644 index 0000000000..73adf2ed31 --- /dev/null +++ b/src/USER-SMD/pair_smd_tlsph.cpp @@ -0,0 +1,2165 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "group.h" +#include "math.h" +#include "float.h" +#include "stdlib.h" +#include "string.h" +#include "pair_smd_tlsph.h" +#include "fix_smd_tlsph_reference_configuration.h" +#include "atom.h" +#include "domain.h" +#include "force.h" +#include "update.h" +#include "modify.h" +#include "fix.h" +#include "comm.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "memory.h" +#include "error.h" +#include +#include +#include "math_special.h" +#include +#include "update.h" +#include +#include +#include "smd_material_models.h" +#include "smd_kernels.h" +#include "smd_math.h" +using namespace SMD_Kernels; +using namespace Eigen; +using namespace std; +using namespace LAMMPS_NS; +using namespace SMD_Math; + +#define JAUMANN false +#define DETF_MIN 0.2 // maximum compression deformation allow +#define DETF_MAX 2.0 // maximum tension deformation allowed +#define TLSPH_DEBUG 0 +#define PLASTIC_STRAIN_AVERAGE_WINDOW 100.0 + +/* ---------------------------------------------------------------------- */ + +PairTlsph::PairTlsph(LAMMPS *lmp) : + Pair(lmp) { + + onerad_dynamic = onerad_frozen = maxrad_dynamic = maxrad_frozen = NULL; + + failureModel = NULL; + strengthModel = eos = NULL; + + nmax = 0; // make sure no atom on this proc such that initial memory allocation is correct + Fdot = Fincr = K = PK1 = NULL; + R = FincrInv = W = D = NULL; + detF = NULL; + smoothVelDifference = NULL; + numNeighsRefConfig = NULL; + CauchyStress = NULL; + hourglass_error = NULL; + Lookup = NULL; + particle_dt = NULL; + + updateFlag = 0; + first = true; + dtCFL = 0.0; // initialize dtCFL so it is set to safe value if extracted on zero-th timestep + + comm_forward = 22; // this pair style communicates 20 doubles to ghost atoms : PK1 tensor + F tensor + shepardWeight + fix_tlsph_reference_configuration = NULL; + + cut_comm = MAX(neighbor->cutneighmax, comm->cutghostuser); // cutoff radius within which ghost atoms are communicated. +} + +/* ---------------------------------------------------------------------- */ + +PairTlsph::~PairTlsph() { + //printf("in PairTlsph::~PairTlsph()\n"); + + if (allocated) { + memory->destroy(setflag); + memory->destroy(cutsq); + memory->destroy(strengthModel); + memory->destroy(eos); + memory->destroy(Lookup); + + delete[] onerad_dynamic; + delete[] onerad_frozen; + delete[] maxrad_dynamic; + delete[] maxrad_frozen; + + delete[] Fdot; + delete[] Fincr; + delete[] K; + delete[] detF; + delete[] PK1; + delete[] smoothVelDifference; + delete[] R; + delete[] FincrInv; + delete[] W; + delete[] D; + delete[] numNeighsRefConfig; + delete[] CauchyStress; + delete[] hourglass_error; + delete[] particle_dt; + + delete[] failureModel; + } +} + +/* ---------------------------------------------------------------------- + * + * use half neighbor list to re-compute shape matrix + * + ---------------------------------------------------------------------- */ + +void PairTlsph::PreCompute() { + int *mol = atom->molecule; + double *vfrac = atom->vfrac; + double *radius = atom->radius; + double **x0 = atom->x0; + double **x = atom->x; + double **v = atom->vest; // extrapolated velocities corresponding to current positions + double **vint = atom->v; // Velocity-Verlet algorithm velocities + double *damage = atom->damage; + int *tag = atom->tag; + int *type = atom->type; + int nlocal = atom->nlocal; + int jnum, jj, i, j, itype, idim; + + tagint **partner = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->partner; + int *npartner = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->npartner; + float **wfd_list = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->wfd_list; + float **wf_list = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->wf_list; + float **degradation_ij = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->degradation_ij; + double r0, r0Sq, wf, wfd, h, irad, voli, volj, scale, shepardWeight; + Vector3d dx, dx0, dv, g; + Matrix3d Ktmp, Ftmp, Fdottmp, L, U, eye; + Vector3d vi, vj, vinti, vintj, xi, xj, x0i, x0j, dvint; + int periodic = (domain->xperiodic || domain->yperiodic || domain->zperiodic); + bool status; + Matrix3d F0; + + eye.setIdentity(); + + for (i = 0; i < nlocal; i++) { + + itype = type[i]; + if (setflag[itype][itype] == 1) { + + K[i].setZero(); + Fincr[i].setZero(); + Fdot[i].setZero(); + numNeighsRefConfig[i] = 0; + smoothVelDifference[i].setZero(); + hourglass_error[i] = 0.0; + + if (mol[i] < 0) { // valid SPH particle have mol > 0 + continue; + } + + // initialize aveage mass density + h = 2.0 * radius[i]; + r0 = 0.0; + spiky_kernel_and_derivative(h, r0, domain->dimension, wf, wfd); + shepardWeight = wf * voli; + + jnum = npartner[i]; + irad = radius[i]; + voli = vfrac[i]; + + // initialize Eigen data structures from LAMMPS data structures + for (idim = 0; idim < 3; idim++) { + xi(idim) = x[i][idim]; + x0i(idim) = x0[i][idim]; + vi(idim) = v[i][idim]; + vinti(idim) = vint[i][idim]; + } + + for (jj = 0; jj < jnum; jj++) { + + if (partner[i][jj] == 0) + continue; + j = atom->map(partner[i][jj]); + if (j < 0) { // // check if lost a partner without first breaking bond + partner[i][jj] = 0; + continue; + } + + if (mol[j] < 0) { // particle has failed. do not include it for computing any property + continue; + } + + if (mol[i] != mol[j]) { + continue; + } + + // initialize Eigen data structures from LAMMPS data structures + for (idim = 0; idim < 3; idim++) { + xj(idim) = x[j][idim]; + x0j(idim) = x0[j][idim]; + vj(idim) = v[j][idim]; + vintj(idim) = vint[j][idim]; + } + dx0 = x0j - x0i; + dx = xj - xi; + + if (periodic) + domain->minimum_image(dx0(0), dx0(1), dx0(2)); + + r0Sq = dx0.squaredNorm(); + h = irad + radius[j]; + + r0 = sqrt(r0Sq); + volj = vfrac[j]; + + // distance vectors in current and reference configuration, velocity difference + dv = vj - vi; + dvint = vintj - vinti; + + // scale the interaction according to the damage variable + scale = 1.0 - degradation_ij[i][jj]; + wf = wf_list[i][jj] * scale; + wfd = wfd_list[i][jj] * scale; + g = (wfd / r0) * dx0; + + /* build matrices */ + Ktmp = -g * dx0.transpose(); + Fdottmp = -dv * g.transpose(); + Ftmp = -(dx - dx0) * g.transpose(); + + K[i] += volj * Ktmp; + Fdot[i] += volj * Fdottmp; + Fincr[i] += volj * Ftmp; + shepardWeight += volj * wf; + smoothVelDifference[i] += volj * wf * dvint; + numNeighsRefConfig[i]++; + } // end loop over j + + // normalize average velocity field around an integration point + if (shepardWeight > 0.0) { + smoothVelDifference[i] /= shepardWeight; + } else { + smoothVelDifference[i].setZero(); + } + + pseudo_inverse_SVD(K[i]); + Fdot[i] *= K[i]; + Fincr[i] *= K[i]; + Fincr[i] += eye; + + if (JAUMANN) { + R[i].setIdentity(); // for Jaumann stress rate, we do not need a subsequent rotation back into the reference configuration + } else { + status = PolDec(Fincr[i], R[i], U, false); // polar decomposition of the deformation gradient, F = R * U + if (!status) { + error->message(FLERR, "Polar decomposition of deformation gradient failed.\n"); + mol[i] = -1; + } else { + Fincr[i] = R[i] * U; + } + } + + detF[i] = Fincr[i].determinant(); + FincrInv[i] = Fincr[i].inverse(); + + // velocity gradient + L = Fdot[i] * FincrInv[i]; + + // symmetric (D) and asymmetric (W) parts of L + D[i] = 0.5 * (L + L.transpose()); + W[i] = 0.5 * (L - L.transpose()); // spin tensor:: need this for Jaumann rate + + // unrotated rate-of-deformation tensor d, see right side of Pronto2d, eqn.(2.1.7) + // convention: unrotated frame is that one, where the true rotation of an integration point has been subtracted. + // stress in the unrotated frame of reference is denoted sigma (stress seen by an observer doing rigid body rotations along with the material) + // stress in the true frame of reference (a stationary observer) is denoted by T, "true stress" + D[i] = (R[i].transpose() * D[i] * R[i]).eval(); + + // limit strain rate + //double limit = 1.0e-3 * Lookup[SIGNAL_VELOCITY][itype] / radius[i]; + //D[i] = LimitEigenvalues(D[i], limit); + + /* + * make sure F stays within some limits + */ + + if ((detF[i] < DETF_MIN) || (detF[i] > DETF_MAX) || (numNeighsRefConfig[i] == 0)) { + printf("deleting particle [%d] because det(F)=%f is outside stable range %f -- %f \n", tag[i], + Fincr[i].determinant(), + DETF_MIN, DETF_MAX); + printf("nn = %d, damage=%f\n", numNeighsRefConfig[i], damage[i]); + cout << "Here is matrix F:" << endl << Fincr[i] << endl; + cout << "Here is matrix F-1:" << endl << FincrInv[i] << endl; + cout << "Here is matrix K-1:" << endl << K[i] << endl; + cout << "Here is matrix K:" << endl << K[i].inverse() << endl; + cout << "Here is det of K" << endl << (K[i].inverse()).determinant() << endl; + cout << "Here is matrix R:" << endl << R[i] << endl; + cout << "Here is det of R" << endl << R[i].determinant() << endl; + cout << "Here is matrix U:" << endl << U << endl; + mol[i] = -1; + //error->one(FLERR, ""); + } + + if (mol[i] < 0) { + D[i].setZero(); + Fdot[i].setZero(); + Fincr[i].setIdentity(); + smoothVelDifference[i].setZero(); + detF[i] = 1.0; + K[i].setIdentity(); + + vint[i][0] = 0.0; + vint[i][1] = 0.0; + vint[i][2] = 0.0; + } + } // end loop over i + } // end check setflag +} + +/* ---------------------------------------------------------------------- */ + +void PairTlsph::compute(int eflag, int vflag) { + + if (atom->nmax > nmax) { + nmax = atom->nmax; + delete[] Fdot; + Fdot = new Matrix3d[nmax]; // memory usage: 9 doubles + delete[] Fincr; + Fincr = new Matrix3d[nmax]; // memory usage: 9 doubles + delete[] K; + K = new Matrix3d[nmax]; // memory usage: 9 doubles + delete[] PK1; + PK1 = new Matrix3d[nmax]; // memory usage: 9 doubles; total 5*9=45 doubles + delete[] detF; + detF = new double[nmax]; // memory usage: 1 double; total 46 doubles + delete[] smoothVelDifference; + smoothVelDifference = new Vector3d[nmax]; // memory usage: 3 doubles; total 49 doubles + delete[] R; + R = new Matrix3d[nmax]; // memory usage: 9 doubles; total 67 doubles + delete[] FincrInv; + FincrInv = new Matrix3d[nmax]; // memory usage: 9 doubles; total 85 doubles + delete[] W; + W = new Matrix3d[nmax]; // memory usage: 9 doubles; total 94 doubles + delete[] D; + D = new Matrix3d[nmax]; // memory usage: 9 doubles; total 103 doubles + delete[] numNeighsRefConfig; + numNeighsRefConfig = new int[nmax]; // memory usage: 1 int; total 108 doubles + delete[] CauchyStress; + CauchyStress = new Matrix3d[nmax]; // memory usage: 9 doubles; total 118 doubles + delete[] hourglass_error; + hourglass_error = new double[nmax]; + delete[] particle_dt; + particle_dt = new double[nmax]; + } + + if (first) { // return on first call, because reference connectivity lists still needs to be built. Also zero quantities which are otherwise undefined. + first = false; + + for (int i = 0; i < atom->nlocal; i++) { + Fincr[i].setZero(); + detF[i] = 0.0; + smoothVelDifference[i].setZero(); + D[i].setZero(); + numNeighsRefConfig[i] = 0; + CauchyStress[i].setZero(); + hourglass_error[i] = 0.0; + particle_dt[i] = 0.0; + } + + return; + } + + /* + * calculate deformations and rate-of-deformations + */ + PairTlsph::PreCompute(); + + /* + * calculate stresses from constitutive models + */ + PairTlsph::AssembleStress(); + + /* + * QUANTITIES ABOVE HAVE ONLY BEEN CALCULATED FOR NLOCAL PARTICLES. + * NEED TO DO A FORWARD COMMUNICATION TO GHOST ATOMS NOW + */ + comm->forward_comm_pair(this); + + /* + * compute forces between particles + */ + updateFlag = 0; + ComputeForces(eflag, vflag); +} + +void PairTlsph::ComputeForces(int eflag, int vflag) { + int *mol = atom->molecule; + double **x = atom->x; + double **v = atom->vest; + double **x0 = atom->x0; + double **f = atom->f; + double *vfrac = atom->vfrac; + double *de = atom->de; + double *rmass = atom->rmass; + double *radius = atom->radius; + double *damage = atom->damage; + double *plastic_strain = atom->eff_plastic_strain; + int *type = atom->type; + int nlocal = atom->nlocal; + int i, j, jj, jnum, itype, idim; + double r, hg_mag, wf, wfd, h, r0, r0Sq, voli, volj; + double delVdotDelR, visc_magnitude, deltaE, mu_ij, hg_err, gamma_dot_dx, delta, scale; + double strain1d, strain1d_max, softening_strain, shepardWeight; + char str[128]; + Vector3d fi, fj, dx0, dx, dv, f_stress, f_hg, dxp_i, dxp_j, gamma, g, gamma_i, gamma_j, x0i, x0j; + Vector3d xi, xj, vi, vj, f_visc, sumForces, f_spring; + int periodic = (domain->xperiodic || domain->yperiodic || domain->zperiodic); + + tagint **partner = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->partner; + int *npartner = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->npartner; + float **wfd_list = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->wfd_list; + float **wf_list = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->wf_list; + float **degradation_ij = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->degradation_ij; + float **energy_per_bond = ((FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[ifix_tlsph])->energy_per_bond; + Matrix3d eye; + eye.setIdentity(); + + if (eflag || vflag) + ev_setup(eflag, vflag); + else + evflag = vflag_fdotr = 0; + + /* + * iterate over pairs of particles i, j and assign forces using PK1 stress tensor + */ + + //updateFlag = 0; + hMin = 1.0e22; + dtRelative = 1.0e22; + + for (i = 0; i < nlocal; i++) { + + if (mol[i] < 0) { + continue; // Particle i is not a valid SPH particle (anymore). Skip all interactions with this particle. + } + + itype = type[i]; + jnum = npartner[i]; + voli = vfrac[i]; + + // initialize aveage mass density + h = 2.0 * radius[i]; + r = 0.0; + spiky_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + shepardWeight = wf * voli; + + for (idim = 0; idim < 3; idim++) { + x0i(idim) = x0[i][idim]; + xi(idim) = x[i][idim]; + vi(idim) = v[i][idim]; + } + + for (jj = 0; jj < jnum; jj++) { + if (partner[i][jj] == 0) + continue; + j = atom->map(partner[i][jj]); + if (j < 0) { // // check if lost a partner without first breaking bond + partner[i][jj] = 0; + continue; + } + + if (mol[j] < 0) { + continue; // Particle j is not a valid SPH particle (anymore). Skip all interactions with this particle. + } + + if (mol[i] != mol[j]) { + continue; + } + + if (type[j] != itype) { + sprintf(str, "particle pair is not of same type!"); + error->all(FLERR, str); + } + + for (idim = 0; idim < 3; idim++) { + x0j(idim) = x0[j][idim]; + xj(idim) = x[j][idim]; + vj(idim) = v[j][idim]; + } + + if (periodic) + domain->minimum_image(dx0(0), dx0(1), dx0(2)); + + // check that distance between i and j (in the reference config) is less than cutoff + dx0 = x0j - x0i; + r0Sq = dx0.squaredNorm(); + h = radius[i] + radius[j]; + hMin = MIN(hMin, h); + r0 = sqrt(r0Sq); + volj = vfrac[j]; + + // distance vectors in current and reference configuration, velocity difference + dx = xj - xi; + dv = vj - vi; + r = dx.norm(); // current distance + + // scale the interaction according to the damage variable + scale = 1.0 - degradation_ij[i][jj]; + wf = wf_list[i][jj] * scale; + wfd = wfd_list[i][jj] * scale; + + g = (wfd / r0) * dx0; // uncorrected kernel gradient + + /* + * force contribution -- note that the kernel gradient correction has been absorbed into PK1 + */ + + f_stress = -voli * volj * (PK1[i] + PK1[j]) * g; + + /* + * artificial viscosity + */ + delVdotDelR = dx.dot(dv) / (r + 0.1 * h); // project relative velocity onto unit particle distance vector [m/s] + LimitDoubleMagnitude(delVdotDelR, 0.01 * Lookup[SIGNAL_VELOCITY][itype]); + mu_ij = h * delVdotDelR / (r + 0.1 * h); // units: [m * m/s / m = m/s] + visc_magnitude = (-Lookup[VISCOSITY_Q1][itype] * Lookup[SIGNAL_VELOCITY][itype] * mu_ij + + Lookup[VISCOSITY_Q2][itype] * mu_ij * mu_ij) / Lookup[REFERENCE_DENSITY][itype]; // units: m^5/(s^2 kg)) + f_visc = rmass[i] * rmass[j] * visc_magnitude * wfd * dx / (r + 1.0e-2 * h); // units: kg^2 * m^5/(s^2 kg) * m^-4 = kg m / s^2 = N + + /* + * hourglass deviation of particles i and j + */ + + gamma = 0.5 * (Fincr[i] + Fincr[j]) * dx0 - dx; + hg_err = gamma.norm() / r0; + hourglass_error[i] += volj * wf * hg_err; + + /* SPH-like hourglass formulation */ + + if (MAX(plastic_strain[i], plastic_strain[j]) > 1.0e-3) { + /* + * viscous hourglass formulation for particles with plastic deformation + */ + delta = gamma.dot(dx); + if (delVdotDelR * delta < 0.0) { + hg_err = MAX(hg_err, 0.05); // limit hg_err to avoid numerical instabilities + hg_mag = -hg_err * Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype] * Lookup[SIGNAL_VELOCITY][itype] * mu_ij + / Lookup[REFERENCE_DENSITY][itype]; // this has units of pressure + } else { + hg_mag = 0.0; + } + f_hg = rmass[i] * rmass[j] * hg_mag * wfd * dx / (r + 1.0e-2 * h); + + } else { + /* + * stiffness hourglass formulation for particle in the elastic regime + */ + + gamma_dot_dx = gamma.dot(dx); // project hourglass error vector onto pair distance vector + LimitDoubleMagnitude(gamma_dot_dx, 0.1 * r); // limit projected vector to avoid numerical instabilities + delta = 0.5 * gamma_dot_dx / (r + 0.1 * h); // delta has dimensions of [m] + hg_mag = Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype] * delta / (r0Sq + 0.01 * h * h); // hg_mag has dimensions [m^(-1)] + hg_mag *= -voli * volj * wf * Lookup[YOUNGS_MODULUS][itype]; // hg_mag has dimensions [J*m^(-1)] = [N] + f_hg = (hg_mag / (r + 0.01 * h)) * dx; + } + + // scale hourglass force with damage + f_hg *= (1.0 - damage[i]) * (1.0 - damage[j]); + + // sum stress, viscous, and hourglass forces + sumForces = f_stress + f_visc + f_hg; // + f_spring; + + // energy rate -- project velocity onto force vector + deltaE = 0.5 * sumForces.dot(dv); + + // apply forces to pair of particles + f[i][0] += sumForces(0); + f[i][1] += sumForces(1); + f[i][2] += sumForces(2); + de[i] += deltaE; + + // tally atomistic stress tensor + if (evflag) { + ev_tally_xyz(i, j, nlocal, 0, 0.0, 0.0, sumForces(0), sumForces(1), sumForces(2), dx(0), dx(1), dx(2)); + } + + shepardWeight += wf * volj; + + // check if a particle has moved too much w.r.t another particle + if (r > r0) { + if (update_method == UPDATE_CONSTANT_THRESHOLD) { + if (r - r0 > update_threshold) { + updateFlag = 1; + } + } else if (update_method == UPDATE_PAIRWISE_RATIO) { + if ((r - r0) / h > update_threshold) { + updateFlag = 1; + } + } + } + + if (failureModel[itype].failure_max_pairwise_strain) { + + strain1d = (r - r0) / r0; + strain1d_max = Lookup[FAILURE_MAX_PAIRWISE_STRAIN_THRESHOLD][itype]; + softening_strain = 2.0 * strain1d_max; + + if (strain1d > strain1d_max) { + degradation_ij[i][jj] = (strain1d - strain1d_max) / softening_strain; + } else { + degradation_ij[i][jj] = 0.0; + } + + if (degradation_ij[i][jj] >= 1.0) { // delete interaction if fully damaged + partner[i][jj] = 0; + } + } + + if (failureModel[itype].failure_energy_release_rate) { + + // integration approach + energy_per_bond[i][jj] += update->dt * f_stress.dot(dv) / (voli * volj); + double Vic = (2.0 / 3.0) * h * h * h; // interaction volume for 2d plane strain + double critical_energy_per_bond = Lookup[CRITICAL_ENERGY_RELEASE_RATE][itype] / (2.0 * Vic); + + if (energy_per_bond[i][jj] > critical_energy_per_bond) { + //degradation_ij[i][jj] = 1.0; + partner[i][jj] = 0; + } + } + + if (failureModel[itype].integration_point_wise) { + + strain1d = (r - r0) / r0; + + if (strain1d > 0.0) { + + if ((damage[i] == 1.0) && (damage[j] == 1.0)) { + // check if damage_onset is already defined + if (energy_per_bond[i][jj] == 0.0) { // pair damage not defined yet + energy_per_bond[i][jj] = strain1d; + } else { // damage initiation strain already defined + strain1d_max = energy_per_bond[i][jj]; + softening_strain = 2.0 * strain1d_max; + + if (strain1d > strain1d_max) { + degradation_ij[i][jj] = (strain1d - strain1d_max) / softening_strain; + } else { + degradation_ij[i][jj] = 0.0; + } + } + } + + if (degradation_ij[i][jj] >= 1.0) { // delete interaction if fully damaged + partner[i][jj] = 0; + } + + } else { + degradation_ij[i][jj] = 0.0; + } // end failureModel[itype].integration_point_wise + + } + + } // end loop over jj neighbors of i + + if (shepardWeight != 0.0) { + hourglass_error[i] /= shepardWeight; + } + + } // end loop over i + + if (vflag_fdotr) + virial_fdotr_compute(); +} + +/* ---------------------------------------------------------------------- + assemble unrotated stress tensor using deviatoric and pressure components. + Convert to corotational Cauchy stress, then to PK1 stress and apply + shape matrix correction + ------------------------------------------------------------------------- */ +void PairTlsph::AssembleStress() { + int *mol = atom->molecule; + double *eff_plastic_strain = atom->eff_plastic_strain; + double *eff_plastic_strain_rate = atom->eff_plastic_strain_rate; + double **tlsph_stress = atom->smd_stress; + int *type = atom->type; + double *radius = atom->radius; + double *damage = atom->damage; + double *rmass = atom->rmass; + double *vfrac = atom->vfrac; + double *e = atom->e; + double pInitial, d_iso, pFinal, p_rate, plastic_strain_increment; + int i, itype; + int nlocal = atom->nlocal; + double dt = update->dt; + double M_eff, p_wave_speed, mass_specific_energy, vol_specific_energy, rho; + Matrix3d sigma_rate, eye, sigmaInitial, sigmaFinal, T, T_damaged, Jaumann_rate, sigma_rate_check; + Matrix3d d_dev, sigmaInitial_dev, sigmaFinal_dev, sigma_dev_rate, strain; + Vector3d x0i, xi, xp; + + eye.setIdentity(); + dtCFL = 1.0e22; + pFinal = 0.0; + + for (i = 0; i < nlocal; i++) { + particle_dt[i] = 0.0; + + itype = type[i]; + if (setflag[itype][itype] == 1) { + if (mol[i] > 0) { // only do the following if particle has not failed -- mol < 0 means particle has failed + + /* + * initial stress state: given by the unrotateted Cauchy stress. + * Assemble Eigen 3d matrix from stored stress state + */ + sigmaInitial(0, 0) = tlsph_stress[i][0]; + sigmaInitial(0, 1) = tlsph_stress[i][1]; + sigmaInitial(0, 2) = tlsph_stress[i][2]; + sigmaInitial(1, 1) = tlsph_stress[i][3]; + sigmaInitial(1, 2) = tlsph_stress[i][4]; + sigmaInitial(2, 2) = tlsph_stress[i][5]; + sigmaInitial(1, 0) = sigmaInitial(0, 1); + sigmaInitial(2, 0) = sigmaInitial(0, 2); + sigmaInitial(2, 1) = sigmaInitial(1, 2); + + //cout << "this is sigma initial" << endl << sigmaInitial << endl; + + pInitial = sigmaInitial.trace() / 3.0; // isotropic part of initial stress + sigmaInitial_dev = Deviator(sigmaInitial); + d_iso = D[i].trace(); // volumetric part of stretch rate + d_dev = Deviator(D[i]); // deviatoric part of stretch rate + strain = 0.5 * (Fincr[i].transpose() * Fincr[i] - eye); + mass_specific_energy = e[i] / rmass[i]; // energy per unit mass + rho = rmass[i] / (detF[i] * vfrac[i]); + vol_specific_energy = mass_specific_energy * rho; // energy per current volume + + /* + * pressure: compute pressure rate p_rate and final pressure pFinal + */ + + ComputePressure(i, rho, mass_specific_energy, vol_specific_energy, pInitial, d_iso, pFinal, p_rate); + + /* + * material strength + */ + + //cout << "this is the strain deviator rate" << endl << d_dev << endl; + ComputeStressDeviator(i, sigmaInitial_dev, d_dev, sigmaFinal_dev, sigma_dev_rate, plastic_strain_increment); + //cout << "this is the stress deviator rate" << endl << sigma_dev_rate << endl; + + // keep a rolling average of the plastic strain rate over the last 100 or so timesteps + eff_plastic_strain[i] += plastic_strain_increment; + + // compute a characteristic time over which to average the plastic strain + double tav = 1000 * radius[i] / (Lookup[SIGNAL_VELOCITY][itype]); + eff_plastic_strain_rate[i] -= eff_plastic_strain_rate[i] / tav; + eff_plastic_strain_rate[i] += (plastic_strain_increment / dt) / tav; + eff_plastic_strain_rate[i] = MAX(0.0, eff_plastic_strain_rate[i]); + + /* + * assemble total stress from pressure and deviatoric stress + */ + sigmaFinal = pFinal * eye + sigmaFinal_dev; // this is the stress that is kept + + if (JAUMANN) { + /* + * sigma is already the co-rotated Cauchy stress. + * The stress rate, however, needs to be made objective. + */ + + if (dt > 1.0e-16) { + sigma_rate = (1.0 / dt) * (sigmaFinal - sigmaInitial); + } else { + sigma_rate.setZero(); + } + + Jaumann_rate = sigma_rate + W[i] * sigmaInitial + sigmaInitial * W[i].transpose(); + sigmaFinal = sigmaInitial + dt * Jaumann_rate; + T = sigmaFinal; + } else { + /* + * sigma is the unrotated stress. + * need to do forward rotation of the unrotated stress sigma to the current configuration + */ + T = R[i] * sigmaFinal * R[i].transpose(); + } + + /* + * store unrotated stress in atom vector + * symmetry is exploited + */ + tlsph_stress[i][0] = sigmaFinal(0, 0); + tlsph_stress[i][1] = sigmaFinal(0, 1); + tlsph_stress[i][2] = sigmaFinal(0, 2); + tlsph_stress[i][3] = sigmaFinal(1, 1); + tlsph_stress[i][4] = sigmaFinal(1, 2); + tlsph_stress[i][5] = sigmaFinal(2, 2); + + /* + * Damage due to failure criteria. + */ + + if (failureModel[itype].integration_point_wise) { + ComputeDamage(i, strain, T, T_damaged); + //T = T_damaged; Do not do this, it is undefined as of now + } + + // store rotated, "true" Cauchy stress + CauchyStress[i] = T; + + /* + * We have the corotational Cauchy stress. + * Convert to PK1. Note that reference configuration used for computing the forces is linked via + * the incremental deformation gradient, not the full deformation gradient. + */ + PK1[i] = detF[i] * T * FincrInv[i].transpose(); + + /* + * pre-multiply stress tensor with shape matrix to save computation in force loop + */ + PK1[i] = PK1[i] * K[i]; + + /* + * compute stable time step according to Pronto 2d + */ + + Matrix3d deltaSigma; + deltaSigma = sigmaFinal - sigmaInitial; + p_rate = deltaSigma.trace() / (3.0 * dt + 1.0e-16); + sigma_dev_rate = Deviator(deltaSigma) / (dt + 1.0e-16); + + double K_eff, mu_eff; + effective_longitudinal_modulus(itype, dt, d_iso, p_rate, d_dev, sigma_dev_rate, damage[i], K_eff, mu_eff, M_eff); + p_wave_speed = sqrt(M_eff / rho); + + if (mol[i] < 0) { + error->one(FLERR, "this should not happen"); + } + + particle_dt[i] = 2.0 * radius[i] / p_wave_speed; + dtCFL = MIN(dtCFL, particle_dt[i]); + + } else { // end if mol > 0 + PK1[i].setZero(); + K[i].setIdentity(); + CauchyStress[i].setZero(); + sigma_rate.setZero(); + tlsph_stress[i][0] = 0.0; + tlsph_stress[i][1] = 0.0; + tlsph_stress[i][2] = 0.0; + tlsph_stress[i][3] = 0.0; + tlsph_stress[i][4] = 0.0; + tlsph_stress[i][5] = 0.0; + } // end if mol > 0 + } // end setflag + } // end for +} + +/* ---------------------------------------------------------------------- + allocate all arrays + ------------------------------------------------------------------------- */ + +void PairTlsph::allocate() { + allocated = 1; + int n = atom->ntypes; + + memory->create(setflag, n + 1, n + 1, "pair:setflag"); + for (int i = 1; i <= n; i++) + for (int j = i; j <= n; j++) + setflag[i][j] = 0; + + memory->create(strengthModel, n + 1, "pair:strengthmodel"); + memory->create(eos, n + 1, "pair:eosmodel"); + failureModel = new failure_types[n + 1]; + memory->create(Lookup, MAX_KEY_VALUE, n + 1, "pair:LookupTable"); + + memory->create(cutsq, n + 1, n + 1, "pair:cutsq"); // always needs to be allocated, even with granular neighborlist + + onerad_dynamic = new double[n + 1]; + onerad_frozen = new double[n + 1]; + maxrad_dynamic = new double[n + 1]; + maxrad_frozen = new double[n + 1]; + +} + +/* ---------------------------------------------------------------------- + global settings + ------------------------------------------------------------------------- */ + +void PairTlsph::settings(int narg, char **arg) { + + if (comm->me == 0) { + printf( + "\n>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("TLSPH settings\n"); + } + + /* + * default value for update_threshold for updates of reference configuration: + * The maximum relative displacement which is tracked by the construction of LAMMPS' neighborlists + * is the folowing. + */ + + cut_comm = MAX(neighbor->cutneighmax, comm->cutghostuser); // cutoff radius within which ghost atoms are communicated. + update_threshold = cut_comm; + update_method = UPDATE_NONE; + + int iarg = 0; + + while (true) { + + if (iarg >= narg) { + break; + } + + if (strcmp(arg[iarg], "*UPDATE_CONSTANT") == 0) { + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected number following *UPDATE_CONSTANT keyword"); + } + + update_method = UPDATE_CONSTANT_THRESHOLD; + update_threshold = force->numeric(FLERR, arg[iarg]); + + } else if (strcmp(arg[iarg], "*UPDATE_PAIRWISE") == 0) { + iarg++; + if (iarg == narg) { + error->all(FLERR, "expected number following *UPDATE_PAIRWISE keyword"); + } + + update_method = UPDATE_PAIRWISE_RATIO; + update_threshold = force->numeric(FLERR, arg[iarg]); + + } else { + char msg[128]; + sprintf(msg, "Illegal keyword for smd/integrate_tlsph: %s\n", arg[iarg]); + error->all(FLERR, msg); + } + + iarg++; + } + + if ((update_threshold > cut_comm) && (update_method == UPDATE_CONSTANT_THRESHOLD)) { + if (comm->me == 0) { + printf("\n ***** WARNING ***\n"); + printf("requested reference configuration update threshold is %g length units\n", update_threshold); + printf("This value exceeds the maximum value %g beyond which TLSPH displacements can be tracked at current settings.\n", + cut_comm); + printf("Expect loss of neighbors!\n"); + } + } + + if (comm->me == 0) { + + if (update_method == UPDATE_CONSTANT_THRESHOLD) { + printf("... will update reference configuration if magnitude of relative displacement exceeds %g length units\n", + update_threshold); + } else if (update_method == UPDATE_PAIRWISE_RATIO) { + printf("... will update reference configuration if ratio pairwise distance / smoothing length exceeds %g\n", + update_threshold); + } else if (update_method == UPDATE_NONE) { + printf("... will never update reference configuration"); + } + printf( + ">>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========\n"); + + } + +} + +/* ---------------------------------------------------------------------- + set coeffs for one or more type pairs + ------------------------------------------------------------------------- */ + +void PairTlsph::coeff(int narg, char **arg) { + int ioffset, iarg, iNextKwd, itype; + char str[128]; + std::string s, t; + + if (narg < 3) { + sprintf(str, "number of arguments for pair tlsph is too small!"); + error->all(FLERR, str); + } + if (!allocated) + allocate(); + + /* + * check that TLSPH parameters are given only in i,i form + */ + if (force->inumeric(FLERR, arg[0]) != force->inumeric(FLERR, arg[1])) { + sprintf(str, "TLSPH coefficients can only be specified between particles of same type!"); + error->all(FLERR, str); + } + itype = force->inumeric(FLERR, arg[0]); + +// set all eos, strength and failure models to inactive by default + eos[itype] = EOS_NONE; + strengthModel[itype] = STRENGTH_NONE; + + if (comm->me == 0) { + printf( + "\n>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("SMD / TLSPH PROPERTIES OF PARTICLE TYPE %d:\n", itype); + } + + /* + * read parameters which are common -- regardless of material / eos model + */ + + ioffset = 2; + if (strcmp(arg[ioffset], "*COMMON") != 0) { + sprintf(str, "common keyword missing!"); + error->all(FLERR, str); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + +//printf("keyword following *COMMON is %s\n", arg[iNextKwd]); + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *COMMON"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 7 + 1) { + sprintf(str, "expected 7 arguments following *COMMON but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[REFERENCE_DENSITY][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[YOUNGS_MODULUS][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Lookup[POISSON_RATIO][itype] = force->numeric(FLERR, arg[ioffset + 3]); + Lookup[VISCOSITY_Q1][itype] = force->numeric(FLERR, arg[ioffset + 4]); + Lookup[VISCOSITY_Q2][itype] = force->numeric(FLERR, arg[ioffset + 5]); + Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype] = force->numeric(FLERR, arg[ioffset + 6]); + Lookup[HEAT_CAPACITY][itype] = force->numeric(FLERR, arg[ioffset + 7]); + + Lookup[LAME_LAMBDA][itype] = Lookup[YOUNGS_MODULUS][itype] * Lookup[POISSON_RATIO][itype] + / ((1.0 + Lookup[POISSON_RATIO][itype] * (1.0 - 2.0 * Lookup[POISSON_RATIO][itype]))); + Lookup[SHEAR_MODULUS][itype] = Lookup[YOUNGS_MODULUS][itype] / (2.0 * (1.0 + Lookup[POISSON_RATIO][itype])); + Lookup[M_MODULUS][itype] = Lookup[LAME_LAMBDA][itype] + 2.0 * Lookup[SHEAR_MODULUS][itype]; + Lookup[SIGNAL_VELOCITY][itype] = sqrt( + (Lookup[LAME_LAMBDA][itype] + 2.0 * Lookup[SHEAR_MODULUS][itype]) / Lookup[REFERENCE_DENSITY][itype]); + Lookup[BULK_MODULUS][itype] = Lookup[LAME_LAMBDA][itype] + 2.0 * Lookup[SHEAR_MODULUS][itype] / 3.0; + + if (comm->me == 0) { + printf("\n material unspecific properties for SMD/TLSPH definition of particle type %d:\n", itype); + printf("%60s : %g\n", "reference density", Lookup[REFERENCE_DENSITY][itype]); + printf("%60s : %g\n", "Young's modulus", Lookup[YOUNGS_MODULUS][itype]); + printf("%60s : %g\n", "Poisson ratio", Lookup[POISSON_RATIO][itype]); + printf("%60s : %g\n", "linear viscosity coefficient", Lookup[VISCOSITY_Q1][itype]); + printf("%60s : %g\n", "quadratic viscosity coefficient", Lookup[VISCOSITY_Q2][itype]); + printf("%60s : %g\n", "hourglass control coefficient", Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype]); + printf("%60s : %g\n", "heat capacity [energy / (mass * temperature)]", Lookup[HEAT_CAPACITY][itype]); + printf("%60s : %g\n", "Lame constant lambda", Lookup[LAME_LAMBDA][itype]); + printf("%60s : %g\n", "shear modulus", Lookup[SHEAR_MODULUS][itype]); + printf("%60s : %g\n", "bulk modulus", Lookup[BULK_MODULUS][itype]); + printf("%60s : %g\n", "signal velocity", Lookup[SIGNAL_VELOCITY][itype]); + + } + + /* + * read following material cards + */ + +//printf("next kwd is %s\n", arg[iNextKwd]); + eos[itype] = EOS_NONE; + strengthModel[itype] = STRENGTH_NONE; + + while (true) { + if (strcmp(arg[iNextKwd], "*END") == 0) { + if (comm->me == 0) { + printf("found *END keyword"); + printf( + "\n>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========>>========\n\n"); + } + break; + } + + /* + * Linear Elasticity model based on deformation gradient + */ + ioffset = iNextKwd; + if (strcmp(arg[ioffset], "*LINEAR_DEFGRAD") == 0) { + strengthModel[itype] = LINEAR_DEFGRAD; + + if (comm->me == 0) { + printf("reading *LINEAR_DEFGRAD\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *LINEAR_DEFGRAD"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1) { + sprintf(str, "expected 0 arguments following *LINEAR_DEFGRAD but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + if (comm->me == 0) { + printf("\n%60s\n", "Linear Elasticity model based on deformation gradient"); + } + } else if (strcmp(arg[ioffset], "*STRENGTH_LINEAR") == 0) { + + /* + * Linear Elasticity strength only model based on strain rate + */ + + strengthModel[itype] = STRENGTH_LINEAR; + if (comm->me == 0) { + printf("reading *STRENGTH_LINEAR\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *STRENGTH_LINEAR"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1) { + sprintf(str, "expected 0 arguments following *STRENGTH_LINEAR but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + if (comm->me == 0) { + printf("%60s\n", "Linear Elasticity strength based on strain rate"); + } + } // end Linear Elasticity strength only model based on strain rate + + else if (strcmp(arg[ioffset], "*STRENGTH_LINEAR_PLASTIC") == 0) { + + /* + * Linear Elastic / perfectly plastic strength only model based on strain rate + */ + + strengthModel[itype] = STRENGTH_LINEAR_PLASTIC; + if (comm->me == 0) { + printf("reading *STRENGTH_LINEAR_PLASTIC\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *STRENGTH_LINEAR_PLASTIC"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 2 + 1) { + sprintf(str, "expected 2 arguments following *STRENGTH_LINEAR_PLASTIC but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[YIELD_STRESS][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[HARDENING_PARAMETER][itype] = force->numeric(FLERR, arg[ioffset + 2]); + + if (comm->me == 0) { + printf("%60s\n", "Linear elastic / perfectly plastic strength based on strain rate"); + printf("%60s : %g\n", "Young's modulus", Lookup[YOUNGS_MODULUS][itype]); + printf("%60s : %g\n", "Poisson ratio", Lookup[POISSON_RATIO][itype]); + printf("%60s : %g\n", "shear modulus", Lookup[SHEAR_MODULUS][itype]); + printf("%60s : %g\n", "constant yield stress", Lookup[YIELD_STRESS][itype]); + printf("%60s : %g\n", "constant hardening parameter", Lookup[HARDENING_PARAMETER][itype]); + } + } // end Linear Elastic / perfectly plastic strength only model based on strain rate + + else if (strcmp(arg[ioffset], "*JOHNSON_COOK") == 0) { + + /* + * JOHNSON - COOK + */ + + strengthModel[itype] = STRENGTH_JOHNSON_COOK; + if (comm->me == 0) { + printf("reading *JOHNSON_COOK\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *JOHNSON_COOK"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 8 + 1) { + sprintf(str, "expected 8 arguments following *JOHNSON_COOK but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[JC_A][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[JC_B][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Lookup[JC_a][itype] = force->numeric(FLERR, arg[ioffset + 3]); + Lookup[JC_C][itype] = force->numeric(FLERR, arg[ioffset + 4]); + Lookup[JC_epdot0][itype] = force->numeric(FLERR, arg[ioffset + 5]); + Lookup[JC_T0][itype] = force->numeric(FLERR, arg[ioffset + 6]); + Lookup[JC_Tmelt][itype] = force->numeric(FLERR, arg[ioffset + 7]); + Lookup[JC_M][itype] = force->numeric(FLERR, arg[ioffset + 8]); + + if (comm->me == 0) { + printf("%60s\n", "Johnson Cook material strength model"); + printf("%60s : %g\n", "A: initial yield stress", Lookup[JC_A][itype]); + printf("%60s : %g\n", "B : proportionality factor for plastic strain dependency", Lookup[JC_B][itype]); + printf("%60s : %g\n", "a : exponent for plastic strain dependency", Lookup[JC_a][itype]); + printf("%60s : %g\n", "C : proportionality factor for logarithmic plastic strain rate dependency", + Lookup[JC_C][itype]); + printf("%60s : %g\n", "epdot0 : dimensionality factor for plastic strain rate dependency", + Lookup[JC_epdot0][itype]); + printf("%60s : %g\n", "T0 : reference (room) temperature", Lookup[JC_T0][itype]); + printf("%60s : %g\n", "Tmelt : melting temperature", Lookup[JC_Tmelt][itype]); + printf("%60s : %g\n", "M : exponent for temperature dependency", Lookup[JC_M][itype]); + } + + } else if (strcmp(arg[ioffset], "*EOS_NONE") == 0) { + + /* + * no eos + */ + + eos[itype] = EOS_NONE; + if (comm->me == 0) { + printf("reading *EOS_NONE\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_NONE"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1) { + sprintf(str, "expected 0 arguments following *EOS_NONE but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + if (comm->me == 0) { + printf("\n%60s\n", "no EOS selected"); + } + + } else if (strcmp(arg[ioffset], "*EOS_LINEAR") == 0) { + + /* + * linear eos + */ + + eos[itype] = EOS_LINEAR; + if (comm->me == 0) { + printf("reading *EOS_LINEAR\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_LINEAR"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1) { + sprintf(str, "expected 0 arguments following *EOS_LINEAR but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + if (comm->me == 0) { + printf("\n%60s\n", "linear EOS based on strain rate"); + printf("%60s : %g\n", "bulk modulus", Lookup[BULK_MODULUS][itype]); + } + } // end linear eos + else if (strcmp(arg[ioffset], "*EOS_SHOCK") == 0) { + + /* + * shock eos + */ + + eos[itype] = EOS_SHOCK; + if (comm->me == 0) { + printf("reading *EOS_SHOCK\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_SHOCK"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 3 + 1) { + sprintf(str, "expected 3 arguments (c0, S, Gamma) following *EOS_SHOCK but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[EOS_SHOCK_C0][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[EOS_SHOCK_S][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Lookup[EOS_SHOCK_GAMMA][itype] = force->numeric(FLERR, arg[ioffset + 3]); + if (comm->me == 0) { + printf("\n%60s\n", "shock EOS based on strain rate"); + printf("%60s : %g\n", "reference speed of sound", Lookup[EOS_SHOCK_C0][itype]); + printf("%60s : %g\n", "Hugoniot parameter S", Lookup[EOS_SHOCK_S][itype]); + printf("%60s : %g\n", "Grueneisen Gamma", Lookup[EOS_SHOCK_GAMMA][itype]); + } + } // end shock eos + + else if (strcmp(arg[ioffset], "*EOS_POLYNOMIAL") == 0) { + /* + * polynomial eos + */ + + eos[itype] = EOS_POLYNOMIAL; + if (comm->me == 0) { + printf("reading *EOS_POLYNOMIAL\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_POLYNOMIAL"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 7 + 1) { + sprintf(str, "expected 7 arguments following *EOS_POLYNOMIAL but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[EOS_POLYNOMIAL_C0][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[EOS_POLYNOMIAL_C1][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Lookup[EOS_POLYNOMIAL_C2][itype] = force->numeric(FLERR, arg[ioffset + 3]); + Lookup[EOS_POLYNOMIAL_C3][itype] = force->numeric(FLERR, arg[ioffset + 4]); + Lookup[EOS_POLYNOMIAL_C4][itype] = force->numeric(FLERR, arg[ioffset + 5]); + Lookup[EOS_POLYNOMIAL_C5][itype] = force->numeric(FLERR, arg[ioffset + 6]); + Lookup[EOS_POLYNOMIAL_C6][itype] = force->numeric(FLERR, arg[ioffset + 7]); + if (comm->me == 0) { + printf("\n%60s\n", "polynomial EOS based on strain rate"); + printf("%60s : %g\n", "parameter c0", Lookup[EOS_POLYNOMIAL_C0][itype]); + printf("%60s : %g\n", "parameter c1", Lookup[EOS_POLYNOMIAL_C1][itype]); + printf("%60s : %g\n", "parameter c2", Lookup[EOS_POLYNOMIAL_C2][itype]); + printf("%60s : %g\n", "parameter c3", Lookup[EOS_POLYNOMIAL_C3][itype]); + printf("%60s : %g\n", "parameter c4", Lookup[EOS_POLYNOMIAL_C4][itype]); + printf("%60s : %g\n", "parameter c5", Lookup[EOS_POLYNOMIAL_C5][itype]); + printf("%60s : %g\n", "parameter c6", Lookup[EOS_POLYNOMIAL_C6][itype]); + } + } // end polynomial eos + + else if (strcmp(arg[ioffset], "*FAILURE_MAX_PLASTIC_STRAIN") == 0) { + + /* + * maximum plastic strain failure criterion + */ + + if (comm->me == 0) { + printf("reading *FAILURE_MAX_PLASTIC_SRTRAIN\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *FAILURE_MAX_PLASTIC_STRAIN"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *FAILURE_MAX_PLASTIC_STRAIN but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + failureModel[itype].failure_max_plastic_strain = true; + failureModel[itype].integration_point_wise = true; + Lookup[FAILURE_MAX_PLASTIC_STRAIN_THRESHOLD][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf("\n%60s\n", "maximum plastic strain failure criterion"); + printf("%60s : %g\n", "failure occurs when plastic strain reaches limit", + Lookup[FAILURE_MAX_PLASTIC_STRAIN_THRESHOLD][itype]); + } + } // end maximum plastic strain failure criterion + else if (strcmp(arg[ioffset], "*FAILURE_MAX_PAIRWISE_STRAIN") == 0) { + + /* + * failure criterion based on maximum strain between a pair of TLSPH particles. + */ + + if (comm->me == 0) { + printf("reading *FAILURE_MAX_PAIRWISE_STRAIN\n"); + } + + if (update_method != UPDATE_NONE) { + error->all(FLERR, "cannot use *FAILURE_MAX_PAIRWISE_STRAIN with updated Total-Lagrangian formalism"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *FAILURE_MAX_PAIRWISE_STRAIN"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *FAILURE_MAX_PAIRWISE_STRAIN but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + failureModel[itype].failure_max_pairwise_strain = true; + failureModel[itype].integration_point_wise = true; + Lookup[FAILURE_MAX_PAIRWISE_STRAIN_THRESHOLD][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf("\n%60s\n", "maximum pairwise strain failure criterion"); + printf("%60s : %g\n", "failure occurs when pairwise strain reaches limit", + Lookup[FAILURE_MAX_PAIRWISE_STRAIN_THRESHOLD][itype]); + } + } // end pair based maximum strain failure criterion + else if (strcmp(arg[ioffset], "*FAILURE_MAX_PRINCIPAL_STRAIN") == 0) { + error->all(FLERR, "this failure model is currently unsupported"); + + /* + * maximum principal strain failure criterion + */ + if (comm->me == 0) { + printf("reading *FAILURE_MAX_PRINCIPAL_STRAIN\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *FAILURE_MAX_PRINCIPAL_STRAIN"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *FAILURE_MAX_PRINCIPAL_STRAIN but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + failureModel[itype].failure_max_principal_strain = true; + failureModel[itype].integration_point_wise = true; + Lookup[FAILURE_MAX_PRINCIPAL_STRAIN_THRESHOLD][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf("\n%60s\n", "maximum principal strain failure criterion"); + printf("%60s : %g\n", "failure occurs when principal strain reaches limit", + Lookup[FAILURE_MAX_PRINCIPAL_STRAIN_THRESHOLD][itype]); + } + } // end maximum principal strain failure criterion + else if (strcmp(arg[ioffset], "*FAILURE_JOHNSON_COOK") == 0) { + error->all(FLERR, "this failure model is currently unsupported"); + if (comm->me == 0) { + printf("reading *FAILURE_JOHNSON_COOK\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *FAILURE_JOHNSON_COOK"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 5 + 1) { + sprintf(str, "expected 5 arguments following *FAILURE_JOHNSON_COOK but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + failureModel[itype].failure_johnson_cook = true; + failureModel[itype].integration_point_wise = true; + + Lookup[FAILURE_JC_D1][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[FAILURE_JC_D2][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Lookup[FAILURE_JC_D3][itype] = force->numeric(FLERR, arg[ioffset + 3]); + Lookup[FAILURE_JC_D4][itype] = force->numeric(FLERR, arg[ioffset + 4]); + Lookup[FAILURE_JC_EPDOT0][itype] = force->numeric(FLERR, arg[ioffset + 5]); + + if (comm->me == 0) { + printf("\n%60s\n", "Johnson-Cook failure criterion"); + printf("%60s : %g\n", "parameter d1", Lookup[FAILURE_JC_D1][itype]); + printf("%60s : %g\n", "parameter d2", Lookup[FAILURE_JC_D2][itype]); + printf("%60s : %g\n", "parameter d3", Lookup[FAILURE_JC_D3][itype]); + printf("%60s : %g\n", "parameter d4", Lookup[FAILURE_JC_D4][itype]); + printf("%60s : %g\n", "reference plastic strain rate", Lookup[FAILURE_JC_EPDOT0][itype]); + } + + } else if (strcmp(arg[ioffset], "*FAILURE_MAX_PRINCIPAL_STRESS") == 0) { + error->all(FLERR, "this failure model is currently unsupported"); + + /* + * maximum principal stress failure criterion + */ + + if (comm->me == 0) { + printf("reading *FAILURE_MAX_PRINCIPAL_STRESS\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *FAILURE_MAX_PRINCIPAL_STRESS"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *FAILURE_MAX_PRINCIPAL_STRESS but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + failureModel[itype].failure_max_principal_stress = true; + failureModel[itype].integration_point_wise = true; + Lookup[FAILURE_MAX_PRINCIPAL_STRESS_THRESHOLD][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf("\n%60s\n", "maximum principal stress failure criterion"); + printf("%60s : %g\n", "failure occurs when principal stress reaches limit", + Lookup[FAILURE_MAX_PRINCIPAL_STRESS_THRESHOLD][itype]); + } + } // end maximum principal stress failure criterion + + else if (strcmp(arg[ioffset], "*FAILURE_ENERGY_RELEASE_RATE") == 0) { + if (comm->me == 0) { + printf("reading *FAILURE_ENERGY_RELEASE_RATE\n"); + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *FAILURE_ENERGY_RELEASE_RATE"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *FAILURE_ENERGY_RELEASE_RATE but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + failureModel[itype].failure_energy_release_rate = true; + Lookup[CRITICAL_ENERGY_RELEASE_RATE][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf("\n%60s\n", "critical energy release rate failure criterion"); + printf("%60s : %g\n", "failure occurs when energy release rate reaches limit", + Lookup[CRITICAL_ENERGY_RELEASE_RATE][itype]); + } + } // end energy release rate failure criterion + + else { + sprintf(str, "unknown *KEYWORD: %s", arg[ioffset]); + error->all(FLERR, str); + } + + } + + setflag[itype][itype] = 1; + +} + +/* ---------------------------------------------------------------------- + init for one type pair i,j and corresponding j,i + ------------------------------------------------------------------------- */ + +double PairTlsph::init_one(int i, int j) { + + if (!allocated) + allocate(); + + if (setflag[i][j] == 0) + error->all(FLERR, "All pair coeffs are not set"); + + if (force->newton == 1) + error->all(FLERR, "Pair style tlsph requires newton off"); + +// cutoff = sum of max I,J radii for +// dynamic/dynamic & dynamic/frozen interactions, but not frozen/frozen + + double cutoff = maxrad_dynamic[i] + maxrad_dynamic[j]; + cutoff = MAX(cutoff, maxrad_frozen[i] + maxrad_dynamic[j]); + cutoff = MAX(cutoff, maxrad_dynamic[i] + maxrad_frozen[j]); +//printf("cutoff for pair pair tlsph = %f\n", cutoff); + return cutoff; +} + +/* ---------------------------------------------------------------------- + init specific to this pair style + ------------------------------------------------------------------------- */ + +void PairTlsph::init_style() { + int i; + + if (force->newton_pair == 1) { + error->all(FLERR, "Pair style tlsph requires newton pair off"); + } + +// request a granular neighbor list + int irequest = neighbor->request(this); + neighbor->requests[irequest]->half = 0; + neighbor->requests[irequest]->gran = 1; + +// set maxrad_dynamic and maxrad_frozen for each type +// include future Fix pour particles as dynamic + + for (i = 1; i <= atom->ntypes; i++) + onerad_dynamic[i] = onerad_frozen[i] = 0.0; + + double *radius = atom->radius; + int *type = atom->type; + int nlocal = atom->nlocal; + + for (i = 0; i < nlocal; i++) + onerad_dynamic[type[i]] = MAX(onerad_dynamic[type[i]], radius[i]); + + MPI_Allreduce(&onerad_dynamic[1], &maxrad_dynamic[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); + MPI_Allreduce(&onerad_frozen[1], &maxrad_frozen[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); + +// if first init, create Fix needed for storing reference configuration neighbors + + int igroup = group->find("tlsph"); + if (igroup == -1) + error->all(FLERR, "Pair style tlsph requires its particles to be part of a group named tlsph. This group does not exist."); + + if (fix_tlsph_reference_configuration == NULL) { + char **fixarg = new char*[3]; + fixarg[0] = (char *) "SMD_TLSPH_NEIGHBORS"; + fixarg[1] = (char *) "tlsph"; + fixarg[2] = (char *) "SMD_TLSPH_NEIGHBORS"; + modify->add_fix(3, fixarg); + delete[] fixarg; + fix_tlsph_reference_configuration = (FixSMD_TLSPH_ReferenceConfiguration *) modify->fix[modify->nfix - 1]; + fix_tlsph_reference_configuration->pair = this; + } + +// find associated SMD_TLSPH_NEIGHBORS fix that must exist +// could have changed locations in fix list since created + + ifix_tlsph = -1; + for (int i = 0; i < modify->nfix; i++) + if (strcmp(modify->fix[i]->style, "SMD_TLSPH_NEIGHBORS") == 0) + ifix_tlsph = i; + if (ifix_tlsph == -1) + error->all(FLERR, "Fix SMD_TLSPH_NEIGHBORS does not exist"); + +} + +/* ---------------------------------------------------------------------- + neighbor callback to inform pair style of neighbor list to use + optional granular history list + ------------------------------------------------------------------------- */ + +void PairTlsph::init_list(int id, NeighList *ptr) { + if (id == 0) + list = ptr; +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based arrays + ------------------------------------------------------------------------- */ + +double PairTlsph::memory_usage() { + + return 118 * nmax * sizeof(double); +} + +/* ---------------------------------------------------------------------- + extract method to provide access to this class' data structures + ------------------------------------------------------------------------- */ + +void *PairTlsph::extract(const char *str, int &i) { +//printf("in PairTlsph::extract\n"); + if (strcmp(str, "smd/tlsph/Fincr_ptr") == 0) { + return (void *) Fincr; + } else if (strcmp(str, "smd/tlsph/detF_ptr") == 0) { + return (void *) detF; + } else if (strcmp(str, "smd/tlsph/PK1_ptr") == 0) { + return (void *) PK1; + } else if (strcmp(str, "smd/tlsph/smoothVel_ptr") == 0) { + return (void *) smoothVelDifference; + } else if (strcmp(str, "smd/tlsph/numNeighsRefConfig_ptr") == 0) { + return (void *) numNeighsRefConfig; + } else if (strcmp(str, "smd/tlsph/stressTensor_ptr") == 0) { + return (void *) CauchyStress; + } else if (strcmp(str, "smd/tlsph/updateFlag_ptr") == 0) { + return (void *) &updateFlag; + } else if (strcmp(str, "smd/tlsph/strain_rate_ptr") == 0) { + return (void *) D; + } else if (strcmp(str, "smd/tlsph/hMin_ptr") == 0) { + return (void *) &hMin; + } else if (strcmp(str, "smd/tlsph/dtCFL_ptr") == 0) { + return (void *) &dtCFL; + } else if (strcmp(str, "smd/tlsph/dtRelative_ptr") == 0) { + return (void *) &dtRelative; + } else if (strcmp(str, "smd/tlsph/hourglass_error_ptr") == 0) { + return (void *) hourglass_error; + } else if (strcmp(str, "smd/tlsph/particle_dt_ptr") == 0) { + return (void *) particle_dt; + } else if (strcmp(str, "smd/tlsph/rotation_ptr") == 0) { + return (void *) R; + } + + return NULL; +} + +/* ---------------------------------------------------------------------- */ + +int PairTlsph::pack_forward_comm(int n, int *list, double *buf, int pbc_flag, int *pbc) { + int i, j, m; + int *mol = atom->molecule; + double *damage = atom->damage; + double *eff_plastic_strain = atom->eff_plastic_strain; + double *eff_plastic_strain_rate = atom->eff_plastic_strain_rate; + +//printf("in PairTlsph::pack_forward_comm\n"); + + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = PK1[j](0, 0); // PK1 is not symmetric + buf[m++] = PK1[j](0, 1); + buf[m++] = PK1[j](0, 2); + buf[m++] = PK1[j](1, 0); + buf[m++] = PK1[j](1, 1); + buf[m++] = PK1[j](1, 2); + buf[m++] = PK1[j](2, 0); + buf[m++] = PK1[j](2, 1); + buf[m++] = PK1[j](2, 2); // 9 + + buf[m++] = Fincr[j](0, 0); // Fincr is not symmetric + buf[m++] = Fincr[j](0, 1); + buf[m++] = Fincr[j](0, 2); + buf[m++] = Fincr[j](1, 0); + buf[m++] = Fincr[j](1, 1); + buf[m++] = Fincr[j](1, 2); + buf[m++] = Fincr[j](2, 0); + buf[m++] = Fincr[j](2, 1); + buf[m++] = Fincr[j](2, 2); // 9 + 9 = 18 + + buf[m++] = mol[j]; //19 + buf[m++] = damage[j]; //20 + buf[m++] = eff_plastic_strain[j]; //21 + buf[m++] = eff_plastic_strain_rate[j]; //22 + + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void PairTlsph::unpack_forward_comm(int n, int first, double *buf) { + int i, m, last; + int *mol = atom->molecule; + double *damage = atom->damage; + double *eff_plastic_strain = atom->eff_plastic_strain; + double *eff_plastic_strain_rate = atom->eff_plastic_strain_rate; + +//printf("in PairTlsph::unpack_forward_comm\n"); + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + + PK1[i](0, 0) = buf[m++]; // PK1 is not symmetric + PK1[i](0, 1) = buf[m++]; + PK1[i](0, 2) = buf[m++]; + PK1[i](1, 0) = buf[m++]; + PK1[i](1, 1) = buf[m++]; + PK1[i](1, 2) = buf[m++]; + PK1[i](2, 0) = buf[m++]; + PK1[i](2, 1) = buf[m++]; + PK1[i](2, 2) = buf[m++]; + + Fincr[i](0, 0) = buf[m++]; + Fincr[i](0, 1) = buf[m++]; + Fincr[i](0, 2) = buf[m++]; + Fincr[i](1, 0) = buf[m++]; + Fincr[i](1, 1) = buf[m++]; + Fincr[i](1, 2) = buf[m++]; + Fincr[i](2, 0) = buf[m++]; + Fincr[i](2, 1) = buf[m++]; + Fincr[i](2, 2) = buf[m++]; + + mol[i] = static_cast(buf[m++]); + damage[i] = buf[m++]; + eff_plastic_strain[i] = buf[m++]; //22 + eff_plastic_strain_rate[i] = buf[m++]; //23 + } +} + +/* ---------------------------------------------------------------------- + compute effective P-wave speed + determined by longitudinal modulus + ------------------------------------------------------------------------- */ + +void PairTlsph::effective_longitudinal_modulus(const int itype, const double dt, const double d_iso, const double p_rate, + const Matrix3d d_dev, const Matrix3d sigma_dev_rate, const double damage, double &K_eff, double &mu_eff, double &M_eff) { + double M0; // initial longitudinal modulus + double shear_rate_sq; + +// if (damage >= 0.5) { +// M_eff = Lookup[M_MODULUS][itype]; +// K_eff = Lookup[BULK_MODULUS][itype]; +// mu_eff = Lookup[SHEAR_MODULUS][itype]; +// return; +// } + + M0 = Lookup[M_MODULUS][itype]; + + if (dt * d_iso > 1.0e-6) { + K_eff = p_rate / d_iso; + if (K_eff < 0.0) { // it is possible for K_eff to become negative due to strain softening +// if (damage == 0.0) { +// error->one(FLERR, "computed a negative effective bulk modulus but particle is not damaged."); +// } + K_eff = Lookup[BULK_MODULUS][itype]; + } + } else { + K_eff = Lookup[BULK_MODULUS][itype]; + } + + if (domain->dimension == 3) { +// Calculate 2 mu by looking at ratio shear stress / shear strain. Use numerical softening to avoid divide-by-zero. + mu_eff = 0.5 + * (sigma_dev_rate(0, 1) / (d_dev(0, 1) + 1.0e-16) + sigma_dev_rate(0, 2) / (d_dev(0, 2) + 1.0e-16) + + sigma_dev_rate(1, 2) / (d_dev(1, 2) + 1.0e-16)); + +// Calculate magnitude of deviatoric strain rate. This is used for deciding if shear modulus should be computed from current rate or be taken as the initial value. + shear_rate_sq = d_dev(0, 1) * d_dev(0, 1) + d_dev(0, 2) * d_dev(0, 2) + d_dev(1, 2) * d_dev(1, 2); + } else { + mu_eff = 0.5 * (sigma_dev_rate(0, 1) / (d_dev(0, 1) + 1.0e-16)); + shear_rate_sq = d_dev(0, 1) * d_dev(0, 1); + } + + if (dt * dt * shear_rate_sq < 1.0e-8) { + mu_eff = Lookup[SHEAR_MODULUS][itype]; + } + + if (mu_eff < Lookup[SHEAR_MODULUS][itype]) { // it is possible for mu_eff to become negative due to strain softening +// if (damage == 0.0) { +// printf("mu_eff = %f, tau=%f, gamma=%f\n", mu_eff, sigma_dev_rate(0, 1), d_dev(0, 1)); +// error->message(FLERR, "computed a negative effective shear modulus but particle is not damaged."); +// } + mu_eff = Lookup[SHEAR_MODULUS][itype]; + } + +//mu_eff = Lookup[SHEAR_MODULUS][itype]; + + if (K_eff < 0.0) { + printf("K_eff = %f, p_rate=%f, vol_rate=%f\n", K_eff, p_rate, d_iso); + } + + if (mu_eff < 0.0) { + printf("mu_eff = %f, tau=%f, gamma=%f\n", mu_eff, sigma_dev_rate(0, 1), d_dev(0, 1)); + error->one(FLERR, ""); + } + + M_eff = (K_eff + 4.0 * mu_eff / 3.0); // effective dilational modulus, see Pronto 2d eqn 3.4.8 + + if (M_eff < M0) { // do not allow effective dilatational modulus to decrease beyond its initial value + M_eff = M0; + } +} + +/* ---------------------------------------------------------------------- + compute pressure. Called from AssembleStress(). + ------------------------------------------------------------------------- */ +void PairTlsph::ComputePressure(const int i, const double rho, const double mass_specific_energy, const double vol_specific_energy, + const double pInitial, const double d_iso, double &pFinal, double &p_rate) { + int *type = atom->type; + double dt = update->dt; + + int itype; + + itype = type[i]; + + switch (eos[itype]) { + case EOS_LINEAR: + LinearEOS(Lookup[BULK_MODULUS][itype], pInitial, d_iso, dt, pFinal, p_rate); + break; + case EOS_NONE: + pFinal = 0.0; + p_rate = 0.0; + break; + case EOS_SHOCK: +// rho, rho0, e, e0, c0, S, Gamma, pInitial, dt, &pFinal, &p_rate); + ShockEOS(rho, Lookup[REFERENCE_DENSITY][itype], mass_specific_energy, 0.0, Lookup[EOS_SHOCK_C0][itype], + Lookup[EOS_SHOCK_S][itype], Lookup[EOS_SHOCK_GAMMA][itype], pInitial, dt, pFinal, p_rate); + break; + case EOS_POLYNOMIAL: + polynomialEOS(rho, Lookup[REFERENCE_DENSITY][itype], vol_specific_energy, Lookup[EOS_POLYNOMIAL_C0][itype], + Lookup[EOS_POLYNOMIAL_C1][itype], Lookup[EOS_POLYNOMIAL_C2][itype], Lookup[EOS_POLYNOMIAL_C3][itype], + Lookup[EOS_POLYNOMIAL_C4][itype], Lookup[EOS_POLYNOMIAL_C5][itype], Lookup[EOS_POLYNOMIAL_C6][itype], pInitial, dt, + pFinal, p_rate); + + break; + default: + error->one(FLERR, "unknown EOS."); + break; + } +} + +/* ---------------------------------------------------------------------- + Compute stress deviator. Called from AssembleStress(). + ------------------------------------------------------------------------- */ +void PairTlsph::ComputeStressDeviator(const int i, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, Matrix3d &sigmaFinal_dev, + Matrix3d &sigma_dev_rate, double &plastic_strain_increment) { + double *eff_plastic_strain = atom->eff_plastic_strain; + double *eff_plastic_strain_rate = atom->eff_plastic_strain_rate; + int *type = atom->type; + double *rmass = atom->rmass; +//double *vfrac = atom->vfrac; + double *e = atom->e; + double dt = update->dt; + double yieldStress; + int itype; + + double mass_specific_energy = e[i] / rmass[i]; // energy per unit mass + plastic_strain_increment = 0.0; + itype = type[i]; + + switch (strengthModel[itype]) { + case STRENGTH_LINEAR: + + sigma_dev_rate = 2.0 * Lookup[SHEAR_MODULUS][itype] * d_dev; + sigmaFinal_dev = sigmaInitial_dev + dt * sigma_dev_rate; + + break; + case LINEAR_DEFGRAD: +//LinearStrengthDefgrad(Lookup[LAME_LAMBDA][itype], Lookup[SHEAR_MODULUS][itype], Fincr[i], &sigmaFinal_dev); +//eff_plastic_strain[i] = 0.0; +//p_rate = pInitial - sigmaFinal_dev.trace() / 3.0; +//sigma_dev_rate = sigmaInitial_dev - Deviator(sigmaFinal_dev); + error->one(FLERR, "LINEAR_DEFGRAD is only for debugging purposes and currently deactivated."); + R[i].setIdentity(); + break; + case STRENGTH_LINEAR_PLASTIC: + + yieldStress = Lookup[YIELD_STRESS][itype] + Lookup[HARDENING_PARAMETER][itype] * eff_plastic_strain[i]; + LinearPlasticStrength(Lookup[SHEAR_MODULUS][itype], yieldStress, sigmaInitial_dev, d_dev, dt, sigmaFinal_dev, + sigma_dev_rate, plastic_strain_increment); + break; + case STRENGTH_JOHNSON_COOK: + JohnsonCookStrength(Lookup[SHEAR_MODULUS][itype], Lookup[HEAT_CAPACITY][itype], mass_specific_energy, Lookup[JC_A][itype], + Lookup[JC_B][itype], Lookup[JC_a][itype], Lookup[JC_C][itype], Lookup[JC_epdot0][itype], Lookup[JC_T0][itype], + Lookup[JC_Tmelt][itype], Lookup[JC_M][itype], dt, eff_plastic_strain[i], eff_plastic_strain_rate[i], + sigmaInitial_dev, d_dev, sigmaFinal_dev, sigma_dev_rate, plastic_strain_increment); + break; + case STRENGTH_NONE: + sigmaFinal_dev.setZero(); + sigma_dev_rate.setZero(); + break; + default: + error->one(FLERR, "unknown strength model."); + break; + } + +} + +/* ---------------------------------------------------------------------- + Compute damage. Called from AssembleStress(). + ------------------------------------------------------------------------- */ +void PairTlsph::ComputeDamage(const int i, const Matrix3d strain, const Matrix3d stress, Matrix3d &stress_damaged) { + double *eff_plastic_strain = atom->eff_plastic_strain; + double *eff_plastic_strain_rate = atom->eff_plastic_strain_rate; + double *radius = atom->radius; + double *damage = atom->damage; + int *type = atom->type; + int itype = type[i]; + bool damage_flag = false; + double jc_failure_strain; +//double damage_gap, damage_rate; + Matrix3d eye, stress_deviator; + + eye.setIdentity(); + stress_deviator = Deviator(stress); + double pressure = -stress.trace() / 3.0; + + if (failureModel[itype].failure_max_principal_stress) { + error->one(FLERR, "not yet implemented"); + /* + * maximum stress failure criterion: + */ + damage_flag = IsotropicMaxStressDamage(stress, Lookup[FAILURE_MAX_PRINCIPAL_STRESS_THRESHOLD][itype]); + } else if (failureModel[itype].failure_max_principal_strain) { + error->one(FLERR, "not yet implemented"); + /* + * maximum strain failure criterion: + */ + damage_flag = IsotropicMaxStrainDamage(strain, Lookup[FAILURE_MAX_PRINCIPAL_STRAIN_THRESHOLD][itype]); + } else if (failureModel[itype].failure_max_plastic_strain) { + if (eff_plastic_strain[i] >= Lookup[FAILURE_MAX_PLASTIC_STRAIN_THRESHOLD][itype]) { + damage_flag = true; + damage[i] = 1.0; + //double damage_gap = 0.5 * Lookup[FAILURE_MAX_PLASTIC_STRAIN_THRESHOLD][itype]; + //damage[i] = (eff_plastic_strain[i] - Lookup[FAILURE_MAX_PLASTIC_STRAIN_THRESHOLD][itype]) / damage_gap; + } + } else if (failureModel[itype].failure_johnson_cook) { + + //cout << "this is stress deviator" << stress_deviator << endl; + + jc_failure_strain = JohnsonCookFailureStrain(pressure, stress_deviator, Lookup[FAILURE_JC_D1][itype], + Lookup[FAILURE_JC_D2][itype], Lookup[FAILURE_JC_D3][itype], Lookup[FAILURE_JC_D4][itype], + Lookup[FAILURE_JC_EPDOT0][itype], eff_plastic_strain_rate[i]); + + //cout << "plastic strain increment is " << plastic_strain_increment << " jc fs is " << jc_failure_strain << endl; + //printf("JC failure strain is: %f\n", jc_failure_strain); + + if (eff_plastic_strain[i] >= jc_failure_strain) { + damage_flag = true; + double damage_rate = Lookup[SIGNAL_VELOCITY][itype] / (100.0 * radius[i]); + damage[i] += damage_rate * update->dt; + //damage[i] = 1.0; + } + } + + /* + * Apply damage to integration point + */ + +// damage[i] = MIN(damage[i], 0.8); +// +// if (pressure > 0.0) { // compression: particle can carry compressive load but reduced shear +// stress_damaged = -pressure * eye + (1.0 - damage[i]) * Deviator(stress); +// } else { // tension: particle has reduced tensile and shear load bearing capability +// stress_damaged = (1.0 - damage[i]) * (-pressure * eye + Deviator(stress)); +// } + +} + diff --git a/src/USER-SMD/pair_smd_tlsph.h b/src/USER-SMD/pair_smd_tlsph.h new file mode 100644 index 0000000000..b02a1c585e --- /dev/null +++ b/src/USER-SMD/pair_smd_tlsph.h @@ -0,0 +1,229 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifdef PAIR_CLASS + +PairStyle(smd/tlsph,PairTlsph) + +#else + +#ifndef LMP_TLSPH_NEW_H +#define LMP_TLSPH_NEW_H + +#include "pair.h" +#include +#include +#include +#include + +using namespace std; +using namespace Eigen; +namespace LAMMPS_NS { + +class PairTlsph: public Pair { +public: + + PairTlsph(class LAMMPS *); + virtual ~PairTlsph(); + virtual void compute(int, int); + void settings(int, char **); + void coeff(int, char **); + double init_one(int, int); + void init_style(); + void init_list(int, class NeighList *); + void write_restart_settings(FILE *) { + } + void read_restart_settings(FILE *) { + } + virtual double memory_usage(); + void compute_shape_matrix(void); + void material_model(void); + void *extract(const char *, int &); + int pack_forward_comm(int, int *, double *, int, int *); + void unpack_forward_comm(int, int, double *); + void AssembleStress(); + + void PreCompute(); + void ComputeForces(int eflag, int vflag); + void effective_longitudinal_modulus(const int itype, const double dt, const double d_iso, const double p_rate, + const Matrix3d d_dev, const Matrix3d sigma_dev_rate, const double damage, double &K_eff, double &mu_eff, double &M_eff); + + void ComputePressure(const int i, const double rho, const double mass_specific_energy, const double vol_specific_energy, + const double pInitial, const double d_iso, double &pFinal, double &p_rate); + void ComputeStressDeviator(const int i, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, Matrix3d &sigmaFinal_dev, + Matrix3d &sigma_dev_rate, double &plastic_strain_increment); + void ComputeDamage(const int i, const Matrix3d strain, const Matrix3d sigmaFinal, Matrix3d &sigma_damaged); + + +protected: + void allocate(); + char *suffix; + + /* + * per-type arrays + */ + int *strengthModel, *eos; + double *onerad_dynamic, *onerad_frozen, *maxrad_dynamic, *maxrad_frozen; + + /* + * per atom arrays + */ + Matrix3d *K, *PK1, *Fdot, *Fincr; + Matrix3d *R; // rotation matrix + Matrix3d *FincrInv; + Matrix3d *D, *W; // strain rate and spin tensor + Vector3d *smoothVelDifference; + Matrix3d *CauchyStress; + double *detF, *particle_dt; + double *hourglass_error; + int *numNeighsRefConfig; + + int nmax; // max number of atoms on this proc + double hMin; // minimum kernel radius for two particles + double dtCFL; + double dtRelative; // relative velocity of two particles, divided by sound speed + int updateFlag; + double update_threshold; // updateFlage is set to one if the relative displacement of a pair exceeds update_threshold + double cut_comm; + + enum { + UPDATE_NONE = 5000, UPDATE_CONSTANT_THRESHOLD = 5001, UPDATE_PAIRWISE_RATIO = 5002, + }; + + enum { + LINEAR_DEFGRAD = 0, + STRENGTH_LINEAR = 1, + STRENGTH_LINEAR_PLASTIC = 2, + STRENGTH_JOHNSON_COOK = 3, + STRENGTH_NONE = 4, + EOS_LINEAR = 5, + EOS_SHOCK = 6, + EOS_POLYNOMIAL = 7, + EOS_NONE = 8, + REFERENCE_DENSITY = 9, + YOUNGS_MODULUS = 10, + POISSON_RATIO = 11, + HOURGLASS_CONTROL_AMPLITUDE = 12, + HEAT_CAPACITY = 13, + LAME_LAMBDA = 14, + SHEAR_MODULUS = 15, + M_MODULUS = 16, + SIGNAL_VELOCITY = 17, + BULK_MODULUS = 18, + VISCOSITY_Q1 = 19, + VISCOSITY_Q2 = 20, + YIELD_STRESS = 21, + FAILURE_MAX_PLASTIC_STRAIN_THRESHOLD = 22, + JC_A = 23, + JC_B = 24, + JC_a = 25, + JC_C = 26, + JC_epdot0 = 27, + JC_T0 = 28, + JC_Tmelt = 29, + JC_M = 30, + EOS_SHOCK_C0 = 31, + EOS_SHOCK_S = 32, + EOS_SHOCK_GAMMA = 33, + HARDENING_PARAMETER = 34, + FAILURE_MAX_PRINCIPAL_STRAIN_THRESHOLD = 35, + FAILURE_MAX_PRINCIPAL_STRESS_THRESHOLD = 36, + FAILURE_MAX_PAIRWISE_STRAIN_THRESHOLD = 37, + EOS_POLYNOMIAL_C0 = 38, + EOS_POLYNOMIAL_C1 = 39, + EOS_POLYNOMIAL_C2 = 40, + EOS_POLYNOMIAL_C3 = 41, + EOS_POLYNOMIAL_C4 = 42, + EOS_POLYNOMIAL_C5 = 43, + EOS_POLYNOMIAL_C6 = 44, + + FAILURE_JC_D1 = 45, + FAILURE_JC_D2 = 46, + FAILURE_JC_D3 = 47, + FAILURE_JC_D4 = 48, + FAILURE_JC_EPDOT0 = 49, + + CRITICAL_ENERGY_RELEASE_RATE = 50, + + MAX_KEY_VALUE = 51 + }; + + struct failure_types { // this is defined per type and determines which failure/damage model is active + bool failure_none; + bool failure_max_principal_strain; + bool failure_max_principal_stress; + bool failure_max_plastic_strain; + bool failure_johnson_cook; + bool failure_max_pairwise_strain; + bool integration_point_wise; // true if failure model applies to stress/strain state of integration point + bool failure_energy_release_rate; + + failure_types() { + failure_none = true; + failure_max_principal_strain = false; + failure_max_principal_stress = false; + failure_max_plastic_strain = false; + failure_johnson_cook = false; + failure_max_pairwise_strain = false; + integration_point_wise = false; + failure_energy_release_rate = false; + //printf("constructed failure type\n"); + } + }; + failure_types *failureModel; + + int ifix_tlsph; + int update_method; + + class FixSMD_TLSPH_ReferenceConfiguration *fix_tlsph_reference_configuration; + +private: + double **Lookup; // holds per-type material parameters for the quantities defined in enum statement above. + bool first; // if first is true, do not perform any computations, beacuse reference configuration is not ready yet. +}; + +} + +#endif +#endif + +/* + * materialCoeffs array for EOS parameters: + * 1: rho0 + * + * + * materialCoeffs array for strength parameters: + * + * Common + * 10: maximum strain threshold for damage model + * 11: maximum stress threshold for damage model + * + * Linear Plasticity model: + * 12: plastic yield stress + * + * + * Blei: rho = 11.34e-6, c0=2000, s=1.46, Gamma=2.77 + * Stahl 1403: rho = 7.86e-3, c=4569, s=1.49, Gamma=2.17 + */ + diff --git a/src/USER-SMD/pair_smd_triangulated_surface.cpp b/src/USER-SMD/pair_smd_triangulated_surface.cpp new file mode 100644 index 0000000000..9fc057e1db --- /dev/null +++ b/src/USER-SMD/pair_smd_triangulated_surface.cpp @@ -0,0 +1,846 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + Contributing author: Mike Parks (SNL) + ------------------------------------------------------------------------- */ + +#include "math.h" +#include "float.h" +#include "stdlib.h" +#include "string.h" +#include "pair_smd_triangulated_surface.h" +#include "atom.h" +#include "domain.h" +#include "force.h" +#include "update.h" +#include "modify.h" +#include "fix.h" +#include "comm.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "memory.h" +#include "error.h" +#include +#include +#include + +using namespace std; +using namespace LAMMPS_NS; +using namespace Eigen; + +#define SQRT2 1.414213562e0 + +/* ---------------------------------------------------------------------- */ + +PairTriSurf::PairTriSurf(LAMMPS *lmp) : + Pair(lmp) { + + onerad_dynamic = onerad_frozen = maxrad_dynamic = maxrad_frozen = NULL; + bulkmodulus = NULL; + kn = NULL; + scale = 1.0; +} + +/* ---------------------------------------------------------------------- */ + +PairTriSurf::~PairTriSurf() { + + if (allocated) { + memory->destroy(setflag); + memory->destroy(cutsq); + memory->destroy(bulkmodulus); + memory->destroy(kn); + + delete[] onerad_dynamic; + delete[] onerad_frozen; + delete[] maxrad_dynamic; + delete[] maxrad_frozen; + } +} + +/* ---------------------------------------------------------------------- */ + +void PairTriSurf::compute(int eflag, int vflag) { + int i, j, ii, jj, inum, jnum, itype, jtype; + double rsq, r, evdwl, fpair; + int *ilist, *jlist, *numneigh, **firstneigh; + double rcut, r_geom, delta, r_tri, r_particle, touch_distance, dt_crit; + int tri, particle; + Vector3d normal, x1, x2, x3, x4, x13, x23, x43, w, cp, x4cp, vnew, v_old; + ; + Vector3d xi, x_center, dx; + Matrix2d C; + Vector2d w2d, rhs; + + evdwl = 0.0; + if (eflag || vflag) + ev_setup(eflag, vflag); + else + evflag = vflag_fdotr = 0; + + int *mol = atom->molecule; + double **f = atom->f; + double **smd_data_9 = atom->smd_data_9; + double **x = atom->x; + double **x0 = atom->x0; + double **v = atom->v; + double *rmass = atom->rmass; + int *type = atom->type; + int nlocal = atom->nlocal; + double *radius = atom->contact_radius; + double rcutSq; + Vector3d offset; + + int newton_pair = force->newton_pair; + int periodic = (domain->xperiodic || domain->yperiodic || domain->zperiodic); + + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + int max_neighs = 0; + stable_time_increment = 1.0e22; + + // loop over neighbors of my atoms using a half neighbor list + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + max_neighs = MAX(max_neighs, jnum); + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + + j &= NEIGHMASK; + + jtype = type[j]; + + /* + * decide which one of i, j is triangle and which is particle + */ + if ((mol[i] < 65535) && (mol[j] >= 65535)) { + particle = i; + tri = j; + } else if ((mol[j] < 65535) && (mol[i] >= 65535)) { + particle = j; + tri = i; + } else { + error->one(FLERR, "unknown case"); + } + + //x_center << x[tri][0], x[tri][1], x[tri][2]; // center of triangle + x_center(0) = x[tri][0]; + x_center(1) = x[tri][1]; + x_center(2) = x[tri][2]; + //x4 << x[particle][0], x[particle][1], x[particle][2]; + x4(0) = x[particle][0]; + x4(1) = x[particle][1]; + x4(2) = x[particle][2]; + dx = x_center - x4; // + if (periodic) { + domain->minimum_image(dx(0), dx(1), dx(2)); + } + rsq = dx.squaredNorm(); + + r_tri = scale * radius[tri]; + r_particle = scale * radius[particle]; + rcut = r_tri + r_particle; + rcutSq = rcut * rcut; + + //printf("type i=%d, type j=%d, r=%f, ri=%f, rj=%f\n", itype, jtype, sqrt(rsq), ri, rj); + + if (rsq < rcutSq) { + + /* + * gather triangle information + */ + normal(0) = x0[tri][0]; + normal(1) = x0[tri][1]; + normal(2) = x0[tri][2]; + + /* + * distance check: is particle closer than its radius to the triangle plane? + */ + if (fabs(dx.dot(normal)) < radius[particle]) { + /* + * get other two triangle vertices + */ + x1(0) = smd_data_9[tri][0]; + x1(1) = smd_data_9[tri][1]; + x1(2) = smd_data_9[tri][2]; + x2(0) = smd_data_9[tri][3]; + x2(1) = smd_data_9[tri][4]; + x2(2) = smd_data_9[tri][5]; + x3(0) = smd_data_9[tri][6]; + x3(1) = smd_data_9[tri][7]; + x3(2) = smd_data_9[tri][8]; + + PointTriangleDistance(x4, x1, x2, x3, cp, r); + + /* + * distance to closest point + */ + x4cp = x4 - cp; + + /* + * flip normal to point in direction of x4cp + */ + + if (x4cp.dot(normal) < 0.0) { + normal *= -1.0; + } + + /* + * penalty force pushes particle away from triangle + */ + if (r < 1.0 * radius[particle]) { + + delta = radius[particle] - r; // overlap distance + r_geom = radius[particle]; + fpair = 1.066666667e0 * bulkmodulus[itype][jtype] * delta * sqrt(delta * r_geom); + dt_crit = 3.14 * sqrt(rmass[particle] / (fpair / delta)); + stable_time_increment = MIN(stable_time_increment, dt_crit); + + evdwl = r * fpair * 0.4e0 * delta; // GCG 25 April: this expression conserves total energy + + fpair /= (r + 1.0e-2 * radius[particle]); // divide by r + softening and multiply with non-normalized distance vector + + if (particle < nlocal) { + f[particle][0] += x4cp(0) * fpair; + f[particle][1] += x4cp(1) * fpair; + f[particle][2] += x4cp(2) * fpair; + } + + if (tri < nlocal) { + f[tri][0] -= x4cp(0) * fpair; + f[tri][1] -= x4cp(1) * fpair; + f[tri][2] -= x4cp(2) * fpair; + } + + if (evflag) { + ev_tally(i, j, nlocal, newton_pair, evdwl, 0.0, fpair, x4cp(0), x4cp(1), x4cp(2)); + } + + } + + /* + * if particle comes too close to triangle, reflect its velocity and explicitely move it away + */ + + touch_distance = 1.0 * radius[particle]; + if (r < touch_distance) { + + /* + * reflect velocity if it points toward triangle + */ + + normal = x4cp / r; + + //v_old << v[particle][0], v[particle][1], v[particle][2]; + v_old(0) = v[particle][0]; + v_old(1) = v[particle][1]; + v_old(2) = v[particle][2]; + if (v_old.dot(normal) < 0.0) { + //printf("flipping velocity\n"); + vnew = 1.0 * (-2.0 * v_old.dot(normal) * normal + v_old); + v[particle][0] = vnew(0); + v[particle][1] = vnew(1); + v[particle][2] = vnew(2); + } + + //printf("moving particle on top of triangle\n"); + x[particle][0] = cp(0) + touch_distance * normal(0); + x[particle][1] = cp(1) + touch_distance * normal(1); + x[particle][2] = cp(2) + touch_distance * normal(2); + } + + } + } + } + } + +// int max_neighs_all = 0; +// MPI_Allreduce(&max_neighs, &max_neighs_all, 1, MPI_INT, MPI_MAX, world); +// if (comm->me == 0) { +// printf("max. neighs in tri pair is %d\n", max_neighs_all); +// } +// +// double stable_time_increment_all = 0.0; +// MPI_Allreduce(&stable_time_increment, &stable_time_increment_all, 1, MPI_DOUBLE, MPI_MIN, world); +// if (comm->me == 0) { +// printf("stable time step tri pair is %f\n", stable_time_increment_all); +// } +} + +/* ---------------------------------------------------------------------- + allocate all arrays + ------------------------------------------------------------------------- */ + +void PairTriSurf::allocate() { + allocated = 1; + int n = atom->ntypes; + + memory->create(setflag, n + 1, n + 1, "pair:setflag"); + for (int i = 1; i <= n; i++) + for (int j = i; j <= n; j++) + setflag[i][j] = 0; + + memory->create(bulkmodulus, n + 1, n + 1, "pair:kspring"); + memory->create(kn, n + 1, n + 1, "pair:kn"); + + memory->create(cutsq, n + 1, n + 1, "pair:cutsq"); // always needs to be allocated, even with granular neighborlist + + onerad_dynamic = new double[n + 1]; + onerad_frozen = new double[n + 1]; + maxrad_dynamic = new double[n + 1]; + maxrad_frozen = new double[n + 1]; +} + +/* ---------------------------------------------------------------------- + global settings + ------------------------------------------------------------------------- */ + +void PairTriSurf::settings(int narg, char **arg) { + if (narg != 1) + error->all(FLERR, "Illegal number of args for pair_style smd/tri_surface"); + + scale = force->numeric(FLERR, arg[0]); + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("SMD/TRI_SURFACE CONTACT SETTINGS:\n"); + printf("... effective contact radius is scaled by %f\n", scale); + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } + +} + +/* ---------------------------------------------------------------------- + set coeffs for one or more type pairs + ------------------------------------------------------------------------- */ + +void PairTriSurf::coeff(int narg, char **arg) { + if (narg != 3) + error->all(FLERR, "Incorrect args for pair coefficients"); + if (!allocated) + allocate(); + + int ilo, ihi, jlo, jhi; + force->bounds(arg[0], atom->ntypes, ilo, ihi); + force->bounds(arg[1], atom->ntypes, jlo, jhi); + + double bulkmodulus_one = atof(arg[2]); + + // set short-range force constant + double kn_one = 0.0; + if (domain->dimension == 3) { + kn_one = (16. / 15.) * bulkmodulus_one; //assuming poisson ratio = 1/4 for 3d + } else { + kn_one = 0.251856195 * (2. / 3.) * bulkmodulus_one; //assuming poisson ratio = 1/3 for 2d + } + + int count = 0; + for (int i = ilo; i <= ihi; i++) { + for (int j = MAX(jlo, i); j <= jhi; j++) { + bulkmodulus[i][j] = bulkmodulus_one; + kn[i][j] = kn_one; + setflag[i][j] = 1; + count++; + } + } + + if (count == 0) + error->all(FLERR, "Incorrect args for pair coefficients"); +} + +/* ---------------------------------------------------------------------- + init for one type pair i,j and corresponding j,i + ------------------------------------------------------------------------- */ + +double PairTriSurf::init_one(int i, int j) { + + if (!allocated) + allocate(); + + if (setflag[i][j] == 0) + error->all(FLERR, "All pair coeffs are not set"); + + bulkmodulus[j][i] = bulkmodulus[i][j]; + kn[j][i] = kn[i][j]; + + // cutoff = sum of max I,J radii for + // dynamic/dynamic & dynamic/frozen interactions, but not frozen/frozen + + double cutoff = maxrad_dynamic[i] + maxrad_dynamic[j]; + cutoff = MAX(cutoff, maxrad_frozen[i] + maxrad_dynamic[j]); + cutoff = MAX(cutoff, maxrad_dynamic[i] + maxrad_frozen[j]); + + if (comm->me == 0) { + printf("cutoff for pair smd/smd/tri_surface = %f\n", cutoff); + } + return cutoff; +} + +/* ---------------------------------------------------------------------- + init specific to this pair style + ------------------------------------------------------------------------- */ + +void PairTriSurf::init_style() { + int i; + + // error checks + + if (!atom->contact_radius_flag) + error->all(FLERR, "Pair style smd/smd/tri_surface requires atom style with contact_radius"); + + // old: half list + int irequest = neighbor->request(this); + neighbor->requests[irequest]->half = 0; + neighbor->requests[irequest]->gran = 1; + + // need a full neighbor list +// int irequest = neighbor->request(this); +// neighbor->requests[irequest]->half = 0; +// neighbor->requests[irequest]->full = 1; + + // set maxrad_dynamic and maxrad_frozen for each type + // include future Fix pour particles as dynamic + + for (i = 1; i <= atom->ntypes; i++) + onerad_dynamic[i] = onerad_frozen[i] = 0.0; + + double *radius = atom->radius; + int *type = atom->type; + int nlocal = atom->nlocal; + + for (i = 0; i < nlocal; i++) { + onerad_dynamic[type[i]] = MAX(onerad_dynamic[type[i]], radius[i]); + } + + MPI_Allreduce(&onerad_dynamic[1], &maxrad_dynamic[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); + MPI_Allreduce(&onerad_frozen[1], &maxrad_frozen[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); +} + +/* ---------------------------------------------------------------------- + neighbor callback to inform pair style of neighbor list to use + optional granular history list + ------------------------------------------------------------------------- */ + +void PairTriSurf::init_list(int id, NeighList *ptr) { + if (id == 0) + list = ptr; +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based arrays + ------------------------------------------------------------------------- */ + +double PairTriSurf::memory_usage() { + + return 0.0; +} + +/* + * distance between triangle and point + */ +/* + function [dist,PP0] = pointTriangleDistance(TRI,P) + % calculate distance between a point and a triangle in 3D + % SYNTAX + % dist = pointTriangleDistance(TRI,P) + % [dist,PP0] = pointTriangleDistance(TRI,P) + % + % DESCRIPTION + % Calculate the distance of a given point P from a triangle TRI. + % Point P is a row vector of the form 1x3. The triangle is a matrix + % formed by three rows of points TRI = [P1;P2;P3] each of size 1x3. + % dist = pointTriangleDistance(TRI,P) returns the distance of the point P + % to the triangle TRI. + % [dist,PP0] = pointTriangleDistance(TRI,P) additionally returns the + % closest point PP0 to P on the triangle TRI. + % + % Author: Gwendolyn Fischer + % Release: 1.0 + % Release date: 09/02/02 + % Release: 1.1 Fixed Bug because of normalization + % Release: 1.2 Fixed Bug because of typo in region 5 20101013 + % Release: 1.3 Fixed Bug because of typo in region 2 20101014 + + % Possible extention could be a version tailored not to return the distance + % and additionally the closest point, but instead return only the closest + % point. Could lead to a small speed gain. + + % Example: + % %% The Problem + % P0 = [0.5 -0.3 0.5]; + % + % P1 = [0 -1 0]; + % P2 = [1 0 0]; + % P3 = [0 0 0]; + % + % vertices = [P1; P2; P3]; + % faces = [1 2 3]; + % + % %% The Engine + % [dist,PP0] = pointTriangleDistance([P1;P2;P3],P0); + % + % %% Visualization + % [x,y,z] = sphere(20); + % x = dist*x+P0(1); + % y = dist*y+P0(2); + % z = dist*z+P0(3); + % + % figure + % hold all + % patch('Vertices',vertices,'Faces',faces,'FaceColor','r','FaceAlpha',0.8); + % plot3(P0(1),P0(2),P0(3),'b*'); + % plot3(PP0(1),PP0(2),PP0(3),'*g') + % surf(x,y,z,'FaceColor','b','FaceAlpha',0.3) + % view(3) + + % The algorithm is based on + % "David Eberly, 'Distance Between Point and Triangle in 3D', + % Geometric Tools, LLC, (1999)" + % http:\\www.geometrictools.com/Documentation/DistancePoint3Triangle3.pdf + % + % ^t + % \ | + % \reg2| + % \ | + % \ | + % \ | + % \| + % *P2 + % |\ +% | \ +% reg3 | \ reg1 + % | \ +% |reg0\ +% | \ +% | \ P1 + % -------*-------*------->s + % |P0 \ +% reg4 | reg5 \ reg6 + */ + +//void PairTriSurf::PointTriangleDistance(const Vector3d P, const Vector3d TRI1, const Vector3d TRI2, const Vector3d TRI3, +// Vector3d &CP, double &dist) { +// +// Vector3d B, E0, E1, D; +// double a, b, c, d, e, f; +// double det, s, t, sqrDistance, tmp0, tmp1, numer, denom, invDet; +// +// // rewrite triangle in normal form +// B = TRI1; +// E0 = TRI2 - B; +// E1 = TRI3 - B; +// +// D = B - P; +// a = E0.dot(E0); +// b = E0.dot(E1); +// c = E1.dot(E1); +// d = E0.dot(D); +// e = E1.dot(D); +// f = D.dot(D); +// +// det = a * c - b * b; +// //% do we have to use abs here? +// s = b * e - c * d; +// t = b * d - a * e; +// +// //% Terible tree of conditionals to determine in which region of the diagram +// //% shown above the projection of the point into the triangle-plane lies. +// if ((s + t) <= det) { +// if (s < 0) { +// if (t < 0) { +// // %region4 +// if (d < 0) { +// t = 0; +// if (-d >= a) { +// s = 1; +// sqrDistance = a + 2 * d + f; +// } else { +// s = -d / a; +// sqrDistance = d * s + f; +// } +// } else { +// s = 0; +// if (e >= 0) { +// t = 0; +// sqrDistance = f; +// } else { +// if (-e >= c) { +// t = 1; +// sqrDistance = c + 2 * e + f; +// } else { +// t = -e / c; +// sqrDistance = e * t + f; +// } +// } +// } +// // end % of region 4 +// } else { +// // % region 3 +// s = 0; +// if (e >= 0) { +// t = 0; +// sqrDistance = f; +// } else { +// if (-e >= c) { +// t = 1; +// sqrDistance = c + 2 * e + f; +// } else { +// t = -e / c; +// sqrDistance = e * t + f; +// } +// } +// } +// // end of region 3 +// } else { +// if (t < 0) { +// //% region 5 +// t = 0; +// if (d >= 0) { +// s = 0; +// sqrDistance = f; +// } else { +// if (-d >= a) { +// s = 1; +// sqrDistance = a + 2 * d + f; +// } else { +// s = -d / a; +// sqrDistance = d * s + f; +// } +// } +// } else { +// // region 0 +// invDet = 1 / det; +// s = s * invDet; +// t = t * invDet; +// sqrDistance = s * (a * s + b * t + 2 * d) + t * (b * s + c * t + 2 * e) + f; +// } +// } +// } else { +// if (s < 0) { +// // % region 2 +// tmp0 = b + d; +// tmp1 = c + e; +// if (tmp1 > tmp0) { //% minimum on edge s+t=1 +// numer = tmp1 - tmp0; +// denom = a - 2 * b + c; +// if (numer >= denom) { +// s = 1; +// t = 0; +// sqrDistance = a + 2 * d + f; +// } else { +// s = numer / denom; +// t = 1 - s; +// sqrDistance = s * (a * s + b * t + 2 * d) + t * (b * s + c * t + 2 * e) + f; +// } +// } else +// // % minimum on edge s=0 +// s = 0; +// if (tmp1 <= 0) { +// t = 1; +// sqrDistance = c + 2 * e + f; +// } else { +// if (e >= 0) { +// t = 0; +// sqrDistance = f; +// } else { +// t = -e / c; +// sqrDistance = e * t + f; +// } +// } +// } //end % of region 2 +// else { +// if (t < 0) { +// // %region6 +// tmp0 = b + e; +// tmp1 = a + d; +// if (tmp1 > tmp0) { +// numer = tmp1 - tmp0; +// denom = a - 2 * b + c; +// if (numer >= denom) { +// t = 1; +// s = 0; +// sqrDistance = c + 2 * e + f; +// } else { +// t = numer / denom; +// s = 1 - t; +// sqrDistance = s * (a * s + b * t + 2 * d) + t * (b * s + c * t + 2 * e) + f; +// } +// } else { +// t = 0; +// if (tmp1 <= 0) { +// s = 1; +// sqrDistance = a + 2 * d + f; +// } else { +// if (d >= 0) { +// s = 0; +// sqrDistance = f; +// } else { +// s = -d / a; +// sqrDistance = d * s + f; +// } +// } +// } // % end region 6 +// } else { +// //% region 1 +// numer = c + e - b - d; +// if (numer <= 0) { +// s = 0; +// t = 1; +// sqrDistance = c + 2 * e + f; +// } else { +// denom = a - 2 * b + c; +// if (numer >= denom) { +// s = 1; +// t = 0; +// sqrDistance = a + 2 * d + f; +// } else { +// s = numer / denom; +// t = 1 - s; +// sqrDistance = s * (a * s + b * t + 2 * d) + t * (b * s + c * t + 2 * e) + f; +// } +// } //% end of region 1 +// } +// } +// } +// +// // % account for numerical round-off error +// if (sqrDistance < 0) { +// sqrDistance = 0; +// } +// +// dist = sqrt(sqrDistance); +// +// // closest point +// CP = B + s * E0 + t * E1; +// +//} +/* + * % The algorithm is based on + % "David Eberly, 'Distance Between Point and Triangle in 3D', + % Geometric Tools, LLC, (1999)" + % http:\\www.geometrictools.com/Documentation/DistancePoint3Triangle3.pdf + */ + +void PairTriSurf::PointTriangleDistance(const Vector3d sourcePosition, const Vector3d TRI0, const Vector3d TRI1, + const Vector3d TRI2, Vector3d &CP, double &dist) { + + Vector3d edge0 = TRI1 - TRI0; + Vector3d edge1 = TRI2 - TRI0; + Vector3d v0 = TRI0 - sourcePosition; + + double a = edge0.dot(edge0); + double b = edge0.dot(edge1); + double c = edge1.dot(edge1); + double d = edge0.dot(v0); + double e = edge1.dot(v0); + + double det = a * c - b * b; + double s = b * e - c * d; + double t = b * d - a * e; + + if (s + t < det) { + if (s < 0.f) { + if (t < 0.f) { + if (d < 0.f) { + s = clamp(-d / a, 0.f, 1.f); + t = 0.f; + } else { + s = 0.f; + t = clamp(-e / c, 0.f, 1.f); + } + } else { + s = 0.f; + t = clamp(-e / c, 0.f, 1.f); + } + } else if (t < 0.f) { + s = clamp(-d / a, 0.f, 1.f); + t = 0.f; + } else { + float invDet = 1.f / det; + s *= invDet; + t *= invDet; + } + } else { + if (s < 0.f) { + float tmp0 = b + d; + float tmp1 = c + e; + if (tmp1 > tmp0) { + float numer = tmp1 - tmp0; + float denom = a - 2 * b + c; + s = clamp(numer / denom, 0.f, 1.f); + t = 1 - s; + } else { + t = clamp(-e / c, 0.f, 1.f); + s = 0.f; + } + } else if (t < 0.f) { + if (a + d > b + e) { + float numer = c + e - b - d; + float denom = a - 2 * b + c; + s = clamp(numer / denom, 0.f, 1.f); + t = 1 - s; + } else { + s = clamp(-e / c, 0.f, 1.f); + t = 0.f; + } + } else { + float numer = c + e - b - d; + float denom = a - 2 * b + c; + s = clamp(numer / denom, 0.f, 1.f); + t = 1.f - s; + } + } + + CP = TRI0 + s * edge0 + t * edge1; + dist = (CP - sourcePosition).norm(); + +} + +double PairTriSurf::clamp(const double a, const double min, const double max) { + if (a < min) { + return min; + } else if (a > max) { + return max; + } else { + return a; + } +} + +void *PairTriSurf::extract(const char *str, int &i) { + //printf("in PairTriSurf::extract\n"); + if (strcmp(str, "smd/tri_surface/stable_time_increment_ptr") == 0) { + return (void *) &stable_time_increment; + } + + return NULL; + +} diff --git a/src/USER-SMD/pair_smd_triangulated_surface.h b/src/USER-SMD/pair_smd_triangulated_surface.h new file mode 100644 index 0000000000..1cfd88f1fa --- /dev/null +++ b/src/USER-SMD/pair_smd_triangulated_surface.h @@ -0,0 +1,75 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. +------------------------------------------------------------------------- */ + +#ifdef PAIR_CLASS + +PairStyle(smd/tri_surface,PairTriSurf) + +#else + +#ifndef LMP_SMD_TRI_SURFACE_H +#define LMP_SMD_TRI_SURFACE_H + +#include "pair.h" +#include +using namespace Eigen; + + +namespace LAMMPS_NS { + +class PairTriSurf : public Pair { + public: + PairTriSurf(class LAMMPS *); + virtual ~PairTriSurf(); + virtual void compute(int, int); + void settings(int, char **); + void coeff(int, char **); + double init_one(int, int); + void init_style(); + void init_list(int, class NeighList *); + virtual double memory_usage(); + void PointTriangleDistance(const Vector3d P, const Vector3d TRI1, const Vector3d TRI2, const Vector3d TRI3, + Vector3d &CP, double &dist); + double clamp(const double a, const double min, const double max); + void *extract(const char *, int &); + + protected: + double **bulkmodulus; + double **kn; + + double *onerad_dynamic,*onerad_frozen; + double *maxrad_dynamic,*maxrad_frozen; + + double scale; + double stable_time_increment; // stable time step size + + void allocate(); +}; + +} + +#endif +#endif + diff --git a/src/USER-SMD/pair_smd_ulsph.cpp b/src/USER-SMD/pair_smd_ulsph.cpp new file mode 100644 index 0000000000..92b6a6c0fd --- /dev/null +++ b/src/USER-SMD/pair_smd_ulsph.cpp @@ -0,0 +1,1655 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#include "math.h" +#include "float.h" +#include "stdlib.h" +#include "string.h" +#include "pair_smd_ulsph.h" +#include "atom.h" +#include "domain.h" +#include "force.h" +#include "update.h" +#include "modify.h" +#include "fix.h" +#include "comm.h" +#include "neighbor.h" +#include "neigh_list.h" +#include "neigh_request.h" +#include "memory.h" +#include "error.h" +#include +#include +#include "smd_material_models.h" +#include "smd_math.h" +#include "smd_kernels.h" + +using namespace SMD_Kernels; +using namespace std; +using namespace LAMMPS_NS; +using namespace SMD_Math; + +#include +#include +using namespace Eigen; + +#define ARTIFICIAL_STRESS false +#define FORMAT1 "%60s : %g\n" +#define FORMAT2 "\n.............................. %s \n" + +PairULSPH::PairULSPH(LAMMPS *lmp) : + Pair(lmp) { + + // per-type arrays + Q1 = NULL; + eos = viscosity = strength = NULL; + c0_type = NULL; + c0 = NULL; + Lookup = NULL; + artificial_stress = NULL; + artificial_pressure = NULL; + + nmax = 0; // make sure no atom on this proc such that initial memory allocation is correct + stressTensor = L = K = NULL; + shepardWeight = NULL; + smoothVel = NULL; + numNeighs = NULL; + F = NULL; + rho = NULL; + effm = NULL; + + velocity_gradient_required = false; // turn off computation of velocity gradient by default + density_summation = velocity_gradient = false; + + comm_forward = 18; // this pair style communicates 18 doubles to ghost atoms + updateFlag = 0; +} + +/* ---------------------------------------------------------------------- */ + +PairULSPH::~PairULSPH() { + if (allocated) { + //printf("... deallocating\n"); + memory->destroy(Q1); + memory->destroy(rho0); + memory->destroy(eos); + memory->destroy(viscosity); + memory->destroy(strength); + memory->destroy(c0_type); + memory->destroy(Lookup); + memory->destroy(artificial_pressure); + memory->destroy(artificial_stress); + + delete[] onerad_dynamic; + delete[] onerad_frozen; + delete[] maxrad_dynamic; + delete[] maxrad_frozen; + + delete[] K; + delete[] shepardWeight; + delete[] c0; + delete[] smoothVel; + delete[] stressTensor; + delete[] L; + delete[] numNeighs; + delete[] F; + delete[] rho; + delete[] effm; + + } +} + +/* ---------------------------------------------------------------------- + * + * Re-compute mass density from scratch. + * Only used for plain fluid SPH with no physical viscosity models. + * + ---------------------------------------------------------------------- */ + +void PairULSPH::PreCompute_DensitySummation() { + double *radius = atom->radius; + double **x = atom->x; + double *rmass = atom->rmass; + int *type = atom->type; + int *ilist, *jlist, *numneigh; + int **firstneigh; + int nlocal = atom->nlocal; + int inum, jnum, ii, jj, i, itype, jtype, j; + double h, irad, hsq, rSq, wf; + Vector3d dx, xi, xj; + + // set up neighbor list variables + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + // zero accumulators + for (i = 0; i < nlocal; i++) { + rho[i] = 0.0; + //shepardWeight[i] = 0.0; + } + + /* + * only recompute mass density if density summation is used. + * otherwise, change in mass density is time-integrated + */ + for (i = 0; i < nlocal; i++) { + itype = type[i]; + if (setflag[itype][itype] == 1) { + // initialize particle density with self-contribution. + h = 2.0 * radius[i]; + hsq = h * h; + Poly6Kernel(hsq, h, 0.0, domain->dimension, wf); + rho[i] = wf * rmass[i]; // / shepardWeight[i]; + //printf("SIC to rho is %f\n", rho[i]); + } + } + + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + irad = radius[i]; + + xi << x[i][0], x[i][1], x[i][2]; + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + + xj << x[j][0], x[j][1], x[j][2]; + dx = xj - xi; + rSq = dx.squaredNorm(); + h = irad + radius[j]; + hsq = h * h; + if (rSq < hsq) { + + jtype = type[j]; + Poly6Kernel(hsq, h, rSq, domain->dimension, wf); + + if (setflag[itype][itype] == 1) { + rho[i] += wf * rmass[j]; // / shepardWeight[i]; + } + + if (j < nlocal) { + if (setflag[jtype][jtype] == 1) { + rho[j] += wf * rmass[i]; // / shepardWeight[j]; + } + } + } // end if check distance + } // end loop over j + } // end loop over i +} + +/* ---------------------------------------------------------------------- + * + * Compute shape matrix for kernel gradient correction and velocity gradient. + * This is used if material strength or viscosity models are employed. + * + ---------------------------------------------------------------------- */ + +void PairULSPH::PreCompute() { + double **atom_data9 = atom->smd_data_9; + double *radius = atom->radius; + double **x = atom->x; + double **x0 = atom->x0; + double **v = atom->vest; + double *vfrac = atom->vfrac; + int *type = atom->type; + int *ilist, *jlist, *numneigh; + int **firstneigh; + int nlocal = atom->nlocal; + int inum, jnum, ii, jj, i, itype, jtype, j, idim; + double wfd, h, irad, r, rSq, wf, ivol, jvol; + Vector3d dx, dv, g, du; + Matrix3d Ktmp, Ltmp, Ftmp, K3di, D; + Vector3d xi, xj, vi, vj, x0i, x0j, dx0; + Matrix2d K2di, K2d; + + // zero accumulators + for (i = 0; i < nlocal; i++) { + itype = type[i]; + if (setflag[itype][itype]) { + if (gradient_correction_flag) { + K[i].setZero(); + } else { + K[i].setIdentity(); + } + L[i].setZero(); + F[i].setZero(); + } + } + + // set up neighbor list variables + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + irad = radius[i]; + ivol = vfrac[i]; + + // initialize Eigen data structures from LAMMPS data structures + for (idim = 0; idim < 3; idim++) { + x0i(idim) = x0[i][idim]; + xi(idim) = x[i][idim]; + vi(idim) = v[i][idim]; + } + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + + for (idim = 0; idim < 3; idim++) { + x0j(idim) = x0[j][idim]; + xj(idim) = x[j][idim]; + vj(idim) = v[j][idim]; + } + + dx = xj - xi; + + rSq = dx.squaredNorm(); + h = irad + radius[j]; + if (rSq < h * h) { + + r = sqrt(rSq); + jtype = type[j]; + jvol = vfrac[j]; + + // distance vectors in current and reference configuration, velocity difference + dv = vj - vi; + dx0 = x0j - x0i; + + // kernel and derivative + spiky_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + //barbara_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + + // uncorrected kernel gradient + g = (wfd / r) * dx; + + /* build correction matrix for kernel derivatives */ + if (gradient_correction_flag) { + Ktmp = -g * dx.transpose(); + K[i] += jvol * Ktmp; + } + + // velocity gradient L + Ltmp = -dv * g.transpose(); + L[i] += jvol * Ltmp; + + // deformation gradient F in Eulerian frame + du = dx - dx0; + Ftmp = dv * g.transpose(); + F[i] += jvol * Ftmp; + + if (j < nlocal) { + + if (gradient_correction_flag) { + K[j] += ivol * Ktmp; + } + + L[j] += ivol * Ltmp; + F[j] += ivol * Ftmp; + } + } // end if check distance + } // end loop over j + } // end loop over i + + /* + * invert shape matrix and compute corrected quantities + */ + + for (i = 0; i < nlocal; i++) { + itype = type[i]; + if (setflag[itype][itype]) { + if (gradient_correction_flag) { + pseudo_inverse_SVD(K[i]); + K[i] = LimitEigenvalues(K[i], 2.0); + L[i] *= K[i]; + F[i] *= K[i]; + } // end if (gradient_correction[itype]) { + + /* + * accumulate strain increments + * we abuse the atom array "atom_data_9" for this purpose, which was originally designed to hold the deformation gradient. + */ + D = update->dt * 0.5 * (L[i] + L[i].transpose()); + atom_data9[i][0] += D(0, 0); // xx + atom_data9[i][1] += D(1, 1); // yy + atom_data9[i][2] += D(2, 2); // zz + atom_data9[i][3] += D(0, 1); // xy + atom_data9[i][4] += D(0, 2); // xz + atom_data9[i][5] += D(1, 2); // yz + + } // end if (setflag[itype][itype]) + } // end loop over i = 0 to nlocal + +} + +/* ---------------------------------------------------------------------- */ + +void PairULSPH::compute(int eflag, int vflag) { + double **x = atom->x; + double **v = atom->vest; + double **vint = atom->v; // Velocity-Verlet algorithm velocities + double **f = atom->f; + double *vfrac = atom->vfrac; + double *de = atom->de; + double *rmass = atom->rmass; + double *radius = atom->radius; + double *contact_radius = atom->contact_radius; + double **atom_data9 = atom->smd_data_9; + + int *type = atom->type; + int nlocal = atom->nlocal; + int i, j, ii, jj, jnum, itype, jtype, iDim, inum; + double r, wf, wfd, h, rSq, ivol, jvol; + double mu_ij, c_ij, rho_ij; + double delVdotDelR, visc_magnitude, deltaE; + int *ilist, *jlist, *numneigh; + int **firstneigh; + Vector3d fi, fj, dx, dv, f_stress, g, vinti, vintj, dvint; + Vector3d xi, xj, vi, vj, f_visc, sumForces, f_stress_new; + Vector3d gamma, f_hg, dx0, du_est, du; + double r_ref, weight, p; + //int periodic = (domain->xperiodic || domain->yperiodic || domain->zperiodic); + + double ini_dist; + Matrix3d S, D, V, eye; + eye.setIdentity(); + int k; + SelfAdjointEigenSolver < Matrix3d > es; + + if (eflag || vflag) + ev_setup(eflag, vflag); + else + evflag = vflag_fdotr = 0; + + if (atom->nmax > nmax) { +//printf("... allocating in compute with nmax = %d\n", atom->nmax); + nmax = atom->nmax; + delete[] K; + K = new Matrix3d[nmax]; + delete[] shepardWeight; + shepardWeight = new double[nmax]; + delete[] c0; + c0 = new double[nmax]; + delete[] smoothVel; + smoothVel = new Vector3d[nmax]; + delete[] stressTensor; + stressTensor = new Matrix3d[nmax]; + delete[] L; + L = new Matrix3d[nmax]; + delete[] numNeighs; + numNeighs = new int[nmax]; + delete[] F; + F = new Matrix3d[nmax]; + delete[] rho; + rho = new double[nmax]; + delete[] effm; + effm = new double[nmax]; + } + +// zero accumulators + for (i = 0; i < nlocal; i++) { + shepardWeight[i] = 0.0; + smoothVel[i].setZero(); + numNeighs[i] = 0; + + h = 2.0 * radius[i]; + r = 0.0; + spiky_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + } + + /* + * if this is the very first step, zero the array which holds the accumulated strain + */ + if (update->ntimestep == 0) { + for (i = 0; i < nlocal; i++) { + itype = type[i]; + if (setflag[itype][itype]) { + for (j = 0; j < 9; j++) { + atom_data9[i][j] = 0.0; + } + } + } + } + + if (density_summation) { + //printf("dens summ\n"); + PreCompute_DensitySummation(); + + for (i = 0; i < nlocal; i++) { //compute volumes from rho + itype = type[i]; + if (setflag[itype][itype]) { + vfrac[i] = rmass[i] / rho[i]; + } + } + + } + + if (velocity_gradient) { + PairULSPH::PreCompute(); // get velocity gradient and kernel gradient correction + } + + PairULSPH::AssembleStressTensor(); + + /* + * QUANTITIES ABOVE HAVE ONLY BEEN CALCULATED FOR NLOCAL PARTICLES. + * NEED TO DO A FORWARD COMMUNICATION TO GHOST ATOMS NOW + */ + comm->forward_comm_pair(this); + + updateFlag = 0; + + /* + * iterate over pairs of particles i, j and assign forces using pre-computed pressure + */ + +// set up neighbor list variables + inum = list->inum; + ilist = list->ilist; + numneigh = list->numneigh; + firstneigh = list->firstneigh; + + for (ii = 0; ii < inum; ii++) { + i = ilist[ii]; + itype = type[i]; + jlist = firstneigh[i]; + jnum = numneigh[i]; + ivol = vfrac[i]; + + // initialize Eigen data structures from LAMMPS data structures + for (iDim = 0; iDim < 3; iDim++) { + xi(iDim) = x[i][iDim]; + vi(iDim) = v[i][iDim]; + vinti(iDim) = vint[i][iDim]; + } + + for (jj = 0; jj < jnum; jj++) { + j = jlist[jj]; + j &= NEIGHMASK; + + xj(0) = x[j][0]; + xj(1) = x[j][1]; + xj(2) = x[j][2]; + + dx = xj - xi; + rSq = dx.squaredNorm(); + h = radius[i] + radius[j]; + if (rSq < h * h) { + + // initialize Eigen data structures from LAMMPS data structures + for (iDim = 0; iDim < 3; iDim++) { + vj(iDim) = v[j][iDim]; + vintj(iDim) = vint[j][iDim]; + } + + r = sqrt(rSq); + jtype = type[j]; + jvol = vfrac[j]; + + // distance vectors in current and reference configuration, velocity difference + dv = vj - vi; + dvint = vintj - vinti; + + // kernel and derivative + spiky_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + //barbara_kernel_and_derivative(h, r, domain->dimension, wf, wfd); + + // uncorrected kernel gradient + g = (wfd / r) * dx; + + delVdotDelR = dx.dot(dv) / (r + 0.1 * h); // project relative velocity onto unit particle distance vector [m/s] + + S = stressTensor[i] + stressTensor[j]; + + if (artificial_pressure[itype][jtype] > 0.0) { + p = S.trace(); + if (p > 0.0) { // we are in tension + r_ref = contact_radius[i] + contact_radius[j]; + weight = Kernel_Cubic_Spline(r, h) / Kernel_Cubic_Spline(r_ref, h); + weight = pow(weight, 4.0); + S -= artificial_pressure[itype][jtype] * weight * p * eye; + } + } + + /* + * artificial stress to control tensile instability + * Only works if particles are uniformly spaced initially. + */ + if (artificial_stress[itype][jtype] > 0.0) { + ini_dist = contact_radius[i] + contact_radius[j]; + weight = Kernel_Cubic_Spline(r, h) / Kernel_Cubic_Spline(ini_dist, h); + weight = pow(weight, 4.0); + + es.compute(S); + D = es.eigenvalues().asDiagonal(); + for (k = 0; k < 3; k++) { + if (D(k, k) > 0.0) { + D(k, k) -= weight * artificial_stress[itype][jtype] * D(k, k); + } + } + V = es.eigenvectors(); + S = V * D * V.inverse(); + } + + // compute forces + f_stress = -ivol * jvol * S * g; // DO NOT TOUCH SIGN + + /* + * artificial viscosity -- alpha is dimensionless + * MonaghanBalsara form of the artificial viscosity + */ + + c_ij = 0.5 * (c0[i] + c0[j]); + LimitDoubleMagnitude(delVdotDelR, 1.1 * c_ij); + + mu_ij = h * delVdotDelR / (r + 0.1 * h); // units: [m * m/s / m = m/s] + rho_ij = 0.5 * (rmass[i] / ivol + rmass[j] / jvol); + visc_magnitude = 0.5 * (Q1[itype] + Q1[jtype]) * c_ij * mu_ij / rho_ij; + f_visc = -rmass[i] * rmass[j] * visc_magnitude * g; + + if ((Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype] > 0.0) && (Lookup[HOURGLASS_CONTROL_AMPLITUDE][jtype] > 0.0)) { + f_hg = ComputeHourglassForce(i, itype, j, jtype, dv, dx, g, c_ij, mu_ij, rho_ij); + + } else { + f_hg.setZero(); + } + + sumForces = f_stress + f_visc + f_hg; + + // energy rate -- project velocity onto force vector + deltaE = sumForces.dot(dv); + + // apply forces to pair of particles + f[i][0] += sumForces(0); + f[i][1] += sumForces(1); + f[i][2] += sumForces(2); + de[i] += deltaE; + + // accumulate smooth velocities + shepardWeight[i] += jvol * wf; + smoothVel[i] += jvol * wf * dvint; + numNeighs[i] += 1; + + if (j < nlocal) { + f[j][0] -= sumForces(0); + f[j][1] -= sumForces(1); + f[j][2] -= sumForces(2); + de[j] += deltaE; + + shepardWeight[j] += ivol * wf; + smoothVel[j] -= ivol * wf * dvint; + numNeighs[j] += 1; + } + + // tally atomistic stress tensor + if (evflag) { + ev_tally_xyz(i, j, nlocal, 0, 0.0, 0.0, sumForces(0), sumForces(1), sumForces(2), dx(0), dx(1), dx(2)); + } + } + + } + } + + for (i = 0; i < nlocal; i++) { + itype = type[i]; + if (setflag[itype][itype] == 1) { + if (shepardWeight[i] != 0.0) { + smoothVel[i] /= shepardWeight[i]; + } else { + smoothVel[i].setZero(); + } + } // end check if particle is SPH-type + } // end loop over i = 0 to nlocal + + if (vflag_fdotr) + virial_fdotr_compute(); + +} + +/* ---------------------------------------------------------------------- + Assemble total stress tensor with pressure, material sterength, and + viscosity contributions. + ------------------------------------------------------------------------- */ +void PairULSPH::AssembleStressTensor() { + double *radius = atom->radius; + double *vfrac = atom->vfrac; + double *rmass = atom->rmass; + double *eff_plastic_strain = atom->eff_plastic_strain; + double **tlsph_stress = atom->smd_stress; + double *e = atom->e; + int *type = atom->type; + double pFinal; + int i, itype; + int nlocal = atom->nlocal; + Matrix3d D, Ddev, W, V, sigma_diag; + Matrix3d eye, stressRate, StressRateDevJaumann; + Matrix3d sigmaInitial_dev, d_dev, sigmaFinal_dev, stressRateDev, oldStressDeviator, newStressDeviator; + double plastic_strain_increment, yieldStress; + double dt = update->dt; + double vol, newPressure; + double G_eff = 0.0; // effective shear modulus + double K_eff; // effective bulk modulus + double M, p_wave_speed; + double rho, effectiveViscosity; + Matrix3d deltaStressDev; + + dtCFL = 1.0e22; + eye.setIdentity(); + + for (i = 0; i < nlocal; i++) { + itype = type[i]; + if (setflag[itype][itype] == 1) { + newStressDeviator.setZero(); + newPressure = 0.0; + stressTensor[i].setZero(); + vol = vfrac[i]; + rho = rmass[i] / vfrac[i]; + effectiveViscosity = 0.0; + K_eff = 0.0; + G_eff = 0.0; + + //printf("rho = %f\n", rho); + + switch (eos[itype]) { + default: + error->one(FLERR, "unknown EOS."); + break; + case NONE: + pFinal = 0.0; + c0[i] = 1.0; + break; + case EOS_TAIT: + TaitEOS_density(Lookup[EOS_TAIT_EXPONENT][itype], Lookup[REFERENCE_SOUNDSPEED][itype], + Lookup[REFERENCE_DENSITY][itype], rho, newPressure, c0[i]); + //printf("new pressure =%f\n", newPressure); + + break; + case EOS_PERFECT_GAS: + PerfectGasEOS(Lookup[EOS_PERFECT_GAS_GAMMA][itype], vol, rmass[i], e[i], newPressure, c0[i]); + break; + case EOS_LINEAR: + newPressure = Lookup[BULK_MODULUS][itype] * (rho / Lookup[REFERENCE_DENSITY][itype] - 1.0); + //printf("p=%f, rho0=%f, rho=%f\n", newPressure, Lookup[REFERENCE_DENSITY][itype], rho); + c0[i] = Lookup[REFERENCE_SOUNDSPEED][itype]; + break; + } + + K_eff = c0[i] * c0[i] * rho; // effective bulk modulus + + /* + * ******************************* STRENGTH MODELS ************************************************ + */ + + if (strength[itype] != NONE) { + /* + * initial stress state: given by the unrotateted Cauchy stress. + * Assemble Eigen 3d matrix from stored stress state + */ + oldStressDeviator(0, 0) = tlsph_stress[i][0]; + oldStressDeviator(0, 1) = tlsph_stress[i][1]; + oldStressDeviator(0, 2) = tlsph_stress[i][2]; + oldStressDeviator(1, 1) = tlsph_stress[i][3]; + oldStressDeviator(1, 2) = tlsph_stress[i][4]; + oldStressDeviator(2, 2) = tlsph_stress[i][5]; + oldStressDeviator(1, 0) = oldStressDeviator(0, 1); + oldStressDeviator(2, 0) = oldStressDeviator(0, 2); + oldStressDeviator(2, 1) = oldStressDeviator(1, 2); + + D = 0.5 * (L[i] + L[i].transpose()); + W = 0.5 * (L[i] - L[i].transpose()); // spin tensor:: need this for Jaumann rate + d_dev = Deviator(D); + + switch (strength[itype]) { + default: + error->one(FLERR, "unknown strength model."); + break; + case STRENGTH_LINEAR: + + // here in a version with pressure part +// stressRateDev = Lookup[BULK_MODULUS][itype] * d_iso * eye + 2.0 * Lookup[SHEAR_MODULUS][itype] * d_dev; +// c0[i] = Lookup[REFERENCE_SOUNDSPEED][itype]; +// newPressure = 0.0; + + // here only stress deviator + stressRateDev = 2.0 * Lookup[SHEAR_MODULUS][itype] * d_dev; + //cout << "stress rate deviator is " << endl << stressRateDev << endl; + break; + + case STRENGTH_LINEAR_PLASTIC: + yieldStress = Lookup[YIELD_STRENGTH][itype] + Lookup[HARDENING_PARAMETER][itype] * eff_plastic_strain[i]; + LinearPlasticStrength(Lookup[SHEAR_MODULUS][itype], yieldStress, oldStressDeviator, d_dev, dt, + newStressDeviator, stressRateDev, plastic_strain_increment); + eff_plastic_strain[i] += plastic_strain_increment; + + break; + } + + //double m = effective_longitudinal_modulus(itype, dt, d_iso, p_rate, d_dev, stressRate_dev, damage); + + StressRateDevJaumann = stressRateDev - W * oldStressDeviator + oldStressDeviator * W; + newStressDeviator = oldStressDeviator + dt * StressRateDevJaumann; + + tlsph_stress[i][0] = newStressDeviator(0, 0); + tlsph_stress[i][1] = newStressDeviator(0, 1); + tlsph_stress[i][2] = newStressDeviator(0, 2); + tlsph_stress[i][3] = newStressDeviator(1, 1); + tlsph_stress[i][4] = newStressDeviator(1, 2); + tlsph_stress[i][5] = newStressDeviator(2, 2); + + // estimate effective shear modulus for time step stability + deltaStressDev = oldStressDeviator - newStressDeviator; + G_eff = effective_shear_modulus(d_dev, deltaStressDev, dt, itype); + + } // end if (strength[itype] != NONE) + + if (viscosity[itype] != NONE) { + D = 0.5 * (L[i] + L[i].transpose()); + d_dev = Deviator(D); + + switch (viscosity[itype]) { + default: + error->one(FLERR, "unknown viscosity model."); + break; + case VISCOSITY_NEWTON: + effectiveViscosity = Lookup[VISCOSITY_MU][itype]; +// double shear_rate = 2.0 +// * sqrt(d_dev(0, 1) * d_dev(0, 1) + d_dev(0, 2) * d_dev(0, 2) + d_dev(1, 2) * d_dev(1, 2)); // 3d + //cout << "shear rate: " << shear_rate << endl; + //effectiveViscosity = PA6_270C(shear_rate); + //if (effectiveViscosity > 178.062e-6) { + // printf("effective visc is %f\n", effectiveViscosity); + //} + newStressDeviator = 2.0 * effectiveViscosity * d_dev; // newton original + //cout << "this is Ddev " << endl << d_dev << endl << endl; + break; + } + } // end if (viscosity[itype] != NONE) + + /* + * assemble stress Tensor from pressure and deviatoric parts + */ + + stressTensor[i] = -newPressure * eye + newStressDeviator; + + /* + * stable timestep based on speed-of-sound + */ + + M = K_eff + 4.0 * G_eff / 3.0; + p_wave_speed = sqrt(M / rho); + effm[i] = G_eff; + dtCFL = MIN(2 * radius[i] / p_wave_speed, dtCFL); + + /* + * stable timestep based on viscosity + */ + if (viscosity[itype] != NONE) { + dtCFL = MIN(4 * radius[i] * radius[i] * rho / effectiveViscosity, dtCFL); + } + + /* + * kernel gradient correction + */ + if (gradient_correction_flag) { + stressTensor[i] *= K[i]; + } + } + // end if (setflag[itype][itype] == 1) + } // end loop over nlocal + +//printf("stable timestep = %g\n", 0.1 * hMin * MaxBulkVelocity); +} + +/* ---------------------------------------------------------------------- + allocate all arrays + ------------------------------------------------------------------------- */ + +void PairULSPH::allocate() { + + allocated = 1; + int n = atom->ntypes; + + memory->create(setflag, n + 1, n + 1, "pair:setflag"); + + memory->create(Q1, n + 1, "pair:Q1"); + memory->create(rho0, n + 1, "pair:Q2"); + memory->create(c0_type, n + 1, "pair:c0_type"); + memory->create(eos, n + 1, "pair:eosmodel"); + memory->create(viscosity, n + 1, "pair:viscositymodel"); + memory->create(strength, n + 1, "pair:strengthmodel"); + + memory->create(Lookup, MAX_KEY_VALUE, n + 1, "pair:LookupTable"); + + memory->create(artificial_pressure, n + 1, n + 1, "pair:artificial_pressure"); + memory->create(artificial_stress, n + 1, n + 1, "pair:artificial_stress"); + memory->create(cutsq, n + 1, n + 1, "pair:cutsq"); // always needs to be allocated, even with granular neighborlist + + /* + * initialize arrays to default values + */ + + for (int i = 1; i <= n; i++) { + for (int j = i; j <= n; j++) { + artificial_pressure[i][j] = 0.0; + artificial_stress[i][j] = 0.0; + setflag[i][j] = 0; + } + } + + onerad_dynamic = new double[n + 1]; + onerad_frozen = new double[n + 1]; + maxrad_dynamic = new double[n + 1]; + maxrad_frozen = new double[n + 1]; + +} + +/* ---------------------------------------------------------------------- + global settings + ------------------------------------------------------------------------- */ + +void PairULSPH::settings(int narg, char **arg) { + if (narg != 3) { + printf("narg = %d\n", narg); + error->all(FLERR, "Illegal number of arguments for pair_style ulsph"); + } + + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("... SMD / ULSPH PROPERTIES\n\n"); + } + + if (strcmp(arg[0], "*DENSITY_SUMMATION") == 0) { + density_summation = true; + density_continuity = false; + if (comm->me == 0) + printf("... density summation active\n"); + } else if (strcmp(arg[0], "*DENSITY_CONTINUITY") == 0) { + density_continuity = true; + density_summation = false; + if (comm->me == 0) + printf("... density continuity active\n"); + } else { + error->all(FLERR, + "Illegal settings keyword for first keyword of pair style ulsph. Must be either *DENSITY_SUMMATION or *DENSITY_CONTINUITY"); + } + + if (strcmp(arg[1], "*VELOCITY_GRADIENT") == 0) { + velocity_gradient = true; + if (comm->me == 0) + printf("... computation of velocity gradients active\n"); + } else if (strcmp(arg[1], "*NO_VELOCITY_GRADIENT") == 0) { + velocity_gradient = false; + if (comm->me == 0) + printf("... computation of velocity gradients NOT active\n"); + } else { + error->all(FLERR, + "Illegal settings keyword for first keyword of pair style ulsph. Must be either *VELOCITY_GRADIENT or *NO_VELOCITY_GRADIENT"); + } + + if (strcmp(arg[2], "*GRADIENT_CORRECTION") == 0) { + gradient_correction_flag = true; + if (comm->me == 0) + printf("... first order correction of kernel gradients is active\n"); + } else if (strcmp(arg[2], "*NO_GRADIENT_CORRECTION") == 0) { + gradient_correction_flag = false; + if (comm->me == 0) + printf("... first order correction of kernel gradients is NOT active\n"); + } else { + error->all(FLERR, "Illegal settings keyword for pair style ulsph"); + } + +// error check + //if ((gradient_correction_flag == true) && (density_summation)) { + // error->all(FLERR, "Cannot use *DENSITY_SUMMATION in combination with *YES_GRADIENT_CORRECTION"); + //} + + if (comm->me == 0) + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + +} + +/* ---------------------------------------------------------------------- + set coeffs for one or more type pairs + ------------------------------------------------------------------------- */ + +void PairULSPH::coeff(int narg, char **arg) { + int ioffset, iarg, iNextKwd, itype, jtype; + char str[128]; + std::string s, t; + + if (narg < 3) { + sprintf(str, "number of arguments for pair ulsph is too small!"); + error->all(FLERR, str); + } + if (!allocated) + allocate(); + + /* + * if parameters are give in i,i form, i.e., no a cross interaction, set material parameters + */ + + if (force->inumeric(FLERR, arg[0]) == force->inumeric(FLERR, arg[1])) { + + itype = force->inumeric(FLERR, arg[0]); + eos[itype] = viscosity[itype] = strength[itype] = NONE; + + if (comm->me == 0) { + printf("\n>>========>>========>>========>>========>>========>>========>>========>>========\n"); + printf("...SMD / ULSPH PROPERTIES OF PARTICLE TYPE %d\n\n", itype); + } + + /* + * read parameters which are common -- regardless of material / eos model + */ + + ioffset = 2; + if (strcmp(arg[ioffset], "*COMMON") != 0) { + sprintf(str, "common keyword missing!"); + error->all(FLERR, str); + } else { + } + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + //printf("keyword following *COMMON is %s\n", arg[iNextKwd]); + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *COMMON"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 5 + 1) { + sprintf(str, "expected 5 arguments following *COMMON but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[REFERENCE_DENSITY][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[REFERENCE_SOUNDSPEED][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Q1[itype] = force->numeric(FLERR, arg[ioffset + 3]); + Lookup[HEAT_CAPACITY][itype] = force->numeric(FLERR, arg[ioffset + 4]); + Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype] = force->numeric(FLERR, arg[ioffset + 5]); + + Lookup[BULK_MODULUS][itype] = Lookup[REFERENCE_SOUNDSPEED][itype] * Lookup[REFERENCE_SOUNDSPEED][itype] + * Lookup[REFERENCE_DENSITY][itype]; + + if (comm->me == 0) { + printf("material unspecific properties for SMD/ULSPH definition of particle type %d:\n", itype); + printf(FORMAT1, "reference density", Lookup[REFERENCE_DENSITY][itype]); + printf(FORMAT1, "reference speed of sound", Lookup[REFERENCE_SOUNDSPEED][itype]); + printf(FORMAT1, "linear viscosity coefficient", Q1[itype]); + printf(FORMAT1, "heat capacity [energy / (mass * temperature)]", Lookup[HEAT_CAPACITY][itype]); + printf(FORMAT1, "bulk modulus", Lookup[BULK_MODULUS][itype]); + printf(FORMAT1, "hourglass control amplitude", Lookup[HOURGLASS_CONTROL_AMPLITUDE][itype]); + } + + /* + * read following material cards + */ + +// if (comm->me == 0) { +// printf("next kwd is %s\n", arg[iNextKwd]); +// } + while (true) { + if (strcmp(arg[iNextKwd], "*END") == 0) { +// if (comm->me == 0) { +// sprintf(str, "found *END"); +// error->message(FLERR, str); +// } + break; + } + + ioffset = iNextKwd; + if (strcmp(arg[ioffset], "*EOS_TAIT") == 0) { + + /* + * Tait EOS + */ + + eos[itype] = EOS_TAIT; + //printf("reading *EOS_TAIT\n"); + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_TAIT"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *EOS_TAIT but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[EOS_TAIT_EXPONENT][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf(FORMAT2, "Tait EOS"); + printf(FORMAT1, "Exponent", Lookup[EOS_TAIT_EXPONENT][itype]); + } + } // end Tait EOS + + else if (strcmp(arg[ioffset], "*EOS_PERFECT_GAS") == 0) { + + /* + * Perfect Gas EOS + */ + + eos[itype] = EOS_PERFECT_GAS; + //printf("reading *EOS_PERFECT_GAS\n"); + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_PERFECT_GAS"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *EOS_PERFECT_GAS but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[EOS_PERFECT_GAS_GAMMA][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf(FORMAT2, "Perfect Gas EOS"); + printf(FORMAT1, "Heat Capacity Ratio Gamma", Lookup[EOS_PERFECT_GAS_GAMMA][itype]); + } + } // end Perfect Gas EOS + else if (strcmp(arg[ioffset], "*EOS_LINEAR") == 0) { + + /* + * Linear EOS + */ + + eos[itype] = EOS_LINEAR; + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *EOS_LINEAR"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 0 + 1) { + sprintf(str, "expected 0 arguments following *EOS_LINEAR but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + if (comm->me == 0) { + printf(FORMAT2, "Linear EOS"); + printf(FORMAT1, "Bulk modulus", Lookup[BULK_MODULUS][itype]); + } + } // end Linear EOS + else if (strcmp(arg[ioffset], "*STRENGTH_LINEAR_PLASTIC") == 0) { + + if (velocity_gradient != true) { + error->all(FLERR, "A strength model was requested but *VELOCITY_GRADIENT is not set"); + } + + /* + * linear elastic / ideal plastic material model with strength + */ + + strength[itype] = STRENGTH_LINEAR_PLASTIC; + velocity_gradient_required = true; + //printf("reading *LINEAR_PLASTIC\n"); + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *STRENGTH_LINEAR_PLASTIC"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 3 + 1) { + sprintf(str, "expected 3 arguments following *STRENGTH_LINEAR_PLASTIC but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[SHEAR_MODULUS][itype] = force->numeric(FLERR, arg[ioffset + 1]); + Lookup[YIELD_STRENGTH][itype] = force->numeric(FLERR, arg[ioffset + 2]); + Lookup[HARDENING_PARAMETER][itype] = force->numeric(FLERR, arg[ioffset + 3]); + + if (comm->me == 0) { + printf(FORMAT2, "linear elastic / ideal plastic material mode"); + printf(FORMAT1, "yield_strength", Lookup[YIELD_STRENGTH][itype]); + printf(FORMAT1, "constant hardening parameter", Lookup[HARDENING_PARAMETER][itype]); + printf(FORMAT1, "shear modulus", Lookup[SHEAR_MODULUS][itype]); + } + } // end *STRENGTH_LINEAR_PLASTIC + else if (strcmp(arg[ioffset], "*STRENGTH_LINEAR") == 0) { + + if (velocity_gradient != true) { + error->all(FLERR, "A strength model was requested but *VELOCITY_GRADIENT is not set"); + } + + /* + * linear elastic / ideal plastic material model with strength + */ + + strength[itype] = STRENGTH_LINEAR; + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *STRENGTH_LINEAR"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *STRENGTH_LINEAR but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[SHEAR_MODULUS][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf(FORMAT2, "linear elastic strength model"); + printf(FORMAT1, "shear modulus", Lookup[SHEAR_MODULUS][itype]); + } + } // end *STRENGTH_LINEAR + else if (strcmp(arg[ioffset], "*VISCOSITY_NEWTON") == 0) { + + if (velocity_gradient != true) { + error->all(FLERR, "A viscosity model was requested but *VELOCITY_GRADIENT is not set"); + } + + /* + * linear elastic / ideal plastic material model with strength + */ + + viscosity[itype] = VISCOSITY_NEWTON; + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *VISCOSITY_NEWTON"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *VISCOSITY_NEWTON but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + Lookup[VISCOSITY_MU][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf(FORMAT2, "Newton viscosity model"); + printf(FORMAT1, "viscosity mu", Lookup[VISCOSITY_MU][itype]); + } + } // end *STRENGTH_VISCOSITY_NEWTON + + else if (strcmp(arg[ioffset], "*ARTIFICIAL_PRESSURE") == 0) { + + /* + * use Monaghan's artificial pressure to prevent particle clumping + */ + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *ARTIFICIAL_PRESSURE"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *ARTIFICIAL_PRESSURE but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + artificial_pressure[itype][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf(FORMAT2, "Artificial Pressure is enabled."); + printf(FORMAT1, "Artificial Pressure amplitude", artificial_pressure[itype][itype]); + } + } // end *ARTIFICIAL_PRESSURE + + else if (strcmp(arg[ioffset], "*ARTIFICIAL_STRESS") == 0) { + + /* + * use Monaghan's artificial stress to prevent particle clumping + */ + + t = string("*"); + iNextKwd = -1; + for (iarg = ioffset + 1; iarg < narg; iarg++) { + s = string(arg[iarg]); + if (s.compare(0, t.length(), t) == 0) { + iNextKwd = iarg; + break; + } + } + + if (iNextKwd < 0) { + sprintf(str, "no *KEYWORD terminates *ARTIFICIAL_STRESS"); + error->all(FLERR, str); + } + + if (iNextKwd - ioffset != 1 + 1) { + sprintf(str, "expected 1 arguments following *ARTIFICIAL_STRESS but got %d\n", iNextKwd - ioffset - 1); + error->all(FLERR, str); + } + + artificial_stress[itype][itype] = force->numeric(FLERR, arg[ioffset + 1]); + + if (comm->me == 0) { + printf(FORMAT2, "Artificial Stress is enabled."); + printf(FORMAT1, "Artificial Stress amplitude", artificial_stress[itype][itype]); + } + } // end *ARTIFICIAL_STRESS + + else { + sprintf(str, "unknown *KEYWORD: %s", arg[ioffset]); + error->all(FLERR, str); + } + + } + + /* + * copy data which is looked up in inner pairwise loops from slow maps to fast arrays + */ + + rho0[itype] = Lookup[REFERENCE_DENSITY][itype]; + c0_type[itype] = Lookup[REFERENCE_SOUNDSPEED][itype]; + setflag[itype][itype] = 1; + + /* + * error checks + */ + + if ((viscosity[itype] != NONE) && (strength[itype] != NONE)) { + sprintf(str, "cannot have both a strength and viscosity model for particle type %d", itype); + error->all(FLERR, str); + } + + if (eos[itype] == NONE) { + sprintf(str, "must specify an EOS for particle type %d", itype); + error->all(FLERR, str); + } + + } else { + /* + * we are reading a cross-interaction line for particle types i, j + */ + + itype = force->inumeric(FLERR, arg[0]); + jtype = force->inumeric(FLERR, arg[1]); + + if (strcmp(arg[2], "*CROSS") != 0) { + sprintf(str, "ulsph cross interaction between particle type %d and %d requested, however, *CROSS keyword is missing", + itype, jtype); + error->all(FLERR, str); + } + + if (setflag[itype][itype] != 1) { + sprintf(str, + "ulsph cross interaction between particle type %d and %d requested, however, properties of type %d have not yet been specified", + itype, jtype, itype); + error->all(FLERR, str); + } + + if (setflag[jtype][jtype] != 1) { + sprintf(str, + "ulsph cross interaction between particle type %d and %d requested, however, properties of type %d have not yet been specified", + itype, jtype, jtype); + error->all(FLERR, str); + } + + setflag[itype][jtype] = 1; + setflag[jtype][itype] = 1; + + if ((artificial_pressure[itype][itype] > 0.0) && (artificial_pressure[jtype][jtype] > 0.0)) { + artificial_pressure[itype][jtype] = 0.5 * (artificial_pressure[itype][itype] + artificial_pressure[jtype][jtype]); + artificial_pressure[jtype][itype] = artificial_pressure[itype][jtype]; + } else { + artificial_pressure[itype][jtype] = artificial_pressure[jtype][itype] = 0.0; + } + + if ((artificial_stress[itype][itype] > 0.0) && (artificial_stress[jtype][jtype] > 0.0)) { + artificial_stress[itype][jtype] = 0.5 * (artificial_stress[itype][itype] + artificial_stress[jtype][jtype]); + artificial_stress[jtype][itype] = artificial_stress[itype][jtype]; + } else { + artificial_stress[itype][jtype] = artificial_stress[jtype][itype] = 0.0; + } + + if (comm->me == 0) { + printf(">>========>>========>>========>>========>>========>>========>>========>>========\n"); + } + + } +} + +/* ---------------------------------------------------------------------- + init for one type pair i,j and corresponding j,i + ------------------------------------------------------------------------- */ + +double PairULSPH::init_one(int i, int j) { + + if (!allocated) + allocate(); + + if (setflag[i][j] == 0) + error->all(FLERR, "All pair coeffs are not set"); + +// cutoff = sum of max I,J radii for +// dynamic/dynamic & dynamic/frozen interactions, but not frozen/frozen + + double cutoff = maxrad_dynamic[i] + maxrad_dynamic[j]; + cutoff = MAX(cutoff, maxrad_frozen[i] + maxrad_dynamic[j]); + cutoff = MAX(cutoff, maxrad_dynamic[i] + maxrad_frozen[j]); +//printf("cutoff for pair sph/fluid = %f\n", cutoff); + return cutoff; +} + +/* ---------------------------------------------------------------------- + init specific to this pair style + ------------------------------------------------------------------------- */ + +void PairULSPH::init_style() { + int i; + +//printf(" in init style\n"); +// request a granular neighbor list + int irequest = neighbor->request(this); + neighbor->requests[irequest]->half = 0; + neighbor->requests[irequest]->gran = 1; + +// set maxrad_dynamic and maxrad_frozen for each type +// include future Fix pour particles as dynamic + + for (i = 1; i <= atom->ntypes; i++) + onerad_dynamic[i] = onerad_frozen[i] = 0.0; + + double *radius = atom->radius; + int *type = atom->type; + int nlocal = atom->nlocal; + + for (i = 0; i < nlocal; i++) + onerad_dynamic[type[i]] = MAX(onerad_dynamic[type[i]], radius[i]); + + MPI_Allreduce(&onerad_dynamic[1], &maxrad_dynamic[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); + MPI_Allreduce(&onerad_frozen[1], &maxrad_frozen[1], atom->ntypes, MPI_DOUBLE, MPI_MAX, world); + +} + +/* ---------------------------------------------------------------------- + neighbor callback to inform pair style of neighbor list to use + optional granular history list + ------------------------------------------------------------------------- */ + +void PairULSPH::init_list(int id, NeighList *ptr) { + if (id == 0) + list = ptr; +} + +/* ---------------------------------------------------------------------- + memory usage of local atom-based arrays + ------------------------------------------------------------------------- */ + +double PairULSPH::memory_usage() { + +//printf("in memory usage\n"); + + return 11 * nmax * sizeof(double); + +} + +/* ---------------------------------------------------------------------- */ + +int PairULSPH::pack_forward_comm(int n, int *list, double *buf, int pbc_flag, int *pbc) { + double *vfrac = atom->vfrac; + double *eff_plastic_strain = atom->eff_plastic_strain; + int i, j, m; + +//printf("packing comm\n"); + m = 0; + for (i = 0; i < n; i++) { + j = list[i]; + buf[m++] = vfrac[j]; + buf[m++] = c0[j]; //2 + + buf[m++] = stressTensor[j](0, 0); // pack symmetric stress tensor + buf[m++] = stressTensor[j](1, 1); + buf[m++] = stressTensor[j](2, 2); + buf[m++] = stressTensor[j](0, 1); + buf[m++] = stressTensor[j](0, 2); + buf[m++] = stressTensor[j](1, 2); // 2 + 6 = 8 + + buf[m++] = F[j](0, 0); // F is not symmetric + buf[m++] = F[j](0, 1); + buf[m++] = F[j](0, 2); + buf[m++] = F[j](1, 0); + buf[m++] = F[j](1, 1); + buf[m++] = F[j](1, 2); + buf[m++] = F[j](2, 0); + buf[m++] = F[j](2, 1); + buf[m++] = F[j](2, 2); // 8 + 9 = 17 + + buf[m++] = eff_plastic_strain[j]; // 18 + } + return m; +} + +/* ---------------------------------------------------------------------- */ + +void PairULSPH::unpack_forward_comm(int n, int first, double *buf) { + double *vfrac = atom->vfrac; + double *eff_plastic_strain = atom->eff_plastic_strain; + int i, m, last; + + m = 0; + last = first + n; + for (i = first; i < last; i++) { + vfrac[i] = buf[m++]; + c0[i] = buf[m++]; // 2 + + stressTensor[i](0, 0) = buf[m++]; + stressTensor[i](1, 1) = buf[m++]; + stressTensor[i](2, 2) = buf[m++]; + stressTensor[i](0, 1) = buf[m++]; + stressTensor[i](0, 2) = buf[m++]; + stressTensor[i](1, 2) = buf[m++]; // 2 + 6 = 8 + stressTensor[i](1, 0) = stressTensor[i](0, 1); + stressTensor[i](2, 0) = stressTensor[i](0, 2); + stressTensor[i](2, 1) = stressTensor[i](1, 2); + + F[i](0, 0) = buf[m++]; + F[i](0, 1) = buf[m++]; + F[i](0, 2) = buf[m++]; + F[i](1, 0) = buf[m++]; + F[i](1, 1) = buf[m++]; + F[i](1, 2) = buf[m++]; + F[i](2, 0) = buf[m++]; + F[i](2, 1) = buf[m++]; + F[i](2, 2) = buf[m++]; // 8 + 9 = 17 + + eff_plastic_strain[i] = buf[m++]; // 18 + } +} + +/* + * EXTRACT + */ + +void *PairULSPH::extract(const char *str, int &i) { +//printf("in extract\n"); + if (strcmp(str, "smd/ulsph/smoothVel_ptr") == 0) { + return (void *) smoothVel; + } else if (strcmp(str, "smd/ulsph/stressTensor_ptr") == 0) { + return (void *) stressTensor; + } else if (strcmp(str, "smd/ulsph/velocityGradient_ptr") == 0) { + return (void *) L; + } else if (strcmp(str, "smd/ulsph/numNeighs_ptr") == 0) { + return (void *) numNeighs; + } else if (strcmp(str, "smd/ulsph/dtCFL_ptr") == 0) { +//printf("dtcfl = %f\n", dtCFL); + return (void *) &dtCFL; + } else if (strcmp(str, "smd/ulsph/updateFlag_ptr") == 0) { + return (void *) &updateFlag; + } else if (strcmp(str, "smd/ulsph/effective_modulus_ptr") == 0) { + return (void *) effm; + } else if (strcmp(str, "smd/ulsph/shape_matrix_ptr") == 0) { + return (void *) K; + } + + return NULL; +} + +/* ---------------------------------------------------------------------- + compute effective shear modulus by dividing rate of deviatoric stress with rate of shear deformation + ------------------------------------------------------------------------- */ + +double PairULSPH::effective_shear_modulus(const Matrix3d d_dev, const Matrix3d deltaStressDev, const double dt, const int itype) { + double G_eff; // effective shear modulus, see Pronto 2d eq. 3.4.7 + double deltaStressDevSum, shearRateSq, strain_increment; + + if (domain->dimension == 3) { + deltaStressDevSum = deltaStressDev(0, 1) * deltaStressDev(0, 1) + deltaStressDev(0, 2) * deltaStressDev(0, 2) + + deltaStressDev(1, 2) * deltaStressDev(1, 2); + shearRateSq = d_dev(0, 1) * d_dev(0, 1) + d_dev(0, 2) * d_dev(0, 2) + d_dev(1, 2) * d_dev(1, 2); + } else { + deltaStressDevSum = deltaStressDev(0, 1) * deltaStressDev(0, 1); + shearRateSq = d_dev(0, 1) * d_dev(0, 1); + } + + strain_increment = dt * dt * shearRateSq; + + if (strain_increment > 1.0e-12) { + G_eff = 0.5 * sqrt(deltaStressDevSum / strain_increment); + } else { + if (strength[itype] != NONE) { + G_eff = Lookup[SHEAR_MODULUS][itype]; + } else { + G_eff = 0.0; + } + } + + return G_eff; + +} + +/* ---------------------------------------------------------------------- + hourglass force for updated Lagrangian SPH + input: particles indices i, j, particle types ityep, jtype + ------------------------------------------------------------------------- */ + +Vector3d PairULSPH::ComputeHourglassForce(const int i, const int itype, const int j, const int jtype, const Vector3d dv, + const Vector3d xij, const Vector3d g, const double c_ij, const double mu_ij, const double rho_ij) { + + double *rmass = atom->rmass; + Vector3d dv_est, f_hg; + double visc_magnitude; + + dv_est = -0.5 * (F[i] + F[j]) * xij; + double hurz = dv_est.dot(dv) / (dv_est.norm() * dv.norm() + 1.0e-16); + if (hurz < 0.0) { + + visc_magnitude = 0.5 * (Q1[itype] + Q1[jtype]) * c_ij * mu_ij / rho_ij; + f_hg = -rmass[i] * rmass[j] * visc_magnitude * g; +// printf(" f_hg = %f %f %f\n", f_hg(0), f_hg(1), f_hg(2)); +// printf("\nnegative\n"); +// printf(" dv_est = %f %f %f\n", dv_est(0), dv_est(1), dv_est(2)); +// printf(" dv = %f %f %f\n", dv(0), dv(1), dv(2)); + } else { + f_hg.setZero(); + } + + return f_hg; + +} diff --git a/src/USER-SMD/pair_smd_ulsph.h b/src/USER-SMD/pair_smd_ulsph.h new file mode 100644 index 0000000000..81919afdb0 --- /dev/null +++ b/src/USER-SMD/pair_smd_ulsph.h @@ -0,0 +1,140 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifdef PAIR_CLASS + +PairStyle(smd/ulsph,PairULSPH) + +#else + +#ifndef LMP_ULSPH_H +#define LMP_ULSPH_H + +#include "pair.h" +#include +#include +#include + +using namespace Eigen; +using namespace std; +namespace LAMMPS_NS { + +class PairULSPH: public Pair { +public: + PairULSPH(class LAMMPS *); + virtual ~PairULSPH(); + virtual void compute(int, int); + void settings(int, char **); + void coeff(int, char **); + double init_one(int, int); + void init_style(); + void init_list(int, class NeighList *); + virtual double memory_usage(); + int pack_forward_comm(int, int *, double *, int, int *); + void unpack_forward_comm(int, int, double *); + void AssembleStressTensor(); + void *extract(const char *, int &); + void PreCompute(); + void PreCompute_DensitySummation(); + double effective_shear_modulus(const Matrix3d d_dev, const Matrix3d deltaStressDev, const double dt, const int itype); + + Vector3d ComputeHourglassForce(const int i, const int itype, const int j, const int jtype, const Vector3d dv, + const Vector3d xij, const Vector3d g, const double c_ij, const double mu_ij, const double rho_ij); + +protected: + + double *c0_type; // reference speed of sound defined per particle type + double *rho0; // reference mass density per type + double *Q1; // linear artificial viscosity coeff + int *eos, *viscosity, *strength; // eos and strength material models + double **artificial_pressure; // true/false: use Monaghan's artificial pressure correction? + double **artificial_stress; // artificial stress amplitude + + double *onerad_dynamic, *onerad_frozen; + double *maxrad_dynamic, *maxrad_frozen; + + void allocate(); + + int nmax; // max number of atoms on this proc + int *numNeighs; + Matrix3d *K; + double *shepardWeight, *c0, *rho; + Vector3d *smoothVel; + Matrix3d *stressTensor, *L, *F; + + double dtCFL; + +private: + + // enumerate EOSs. MUST BE IN THE RANGE [1000, 2000) + enum { + EOS_LINEAR = 1000, EOS_PERFECT_GAS = 1001, EOS_TAIT = 1002, + }; + + // enumerate physical viscosity models. MUST BE IN THE RANGE [2000, 3000) + enum { + VISCOSITY_NEWTON = 2000 + }; + + // enumerate strength models. MUST BE IN THE RANGE [3000, 4000) + enum { + STRENGTH_LINEAR = 3000, STRENGTH_LINEAR_PLASTIC = 3001 + }; + + // enumerate some quantitities and associate these with integer values such that they can be used for lookup in an array structure + enum { + NONE = 0, + BULK_MODULUS = 1, + HOURGLASS_CONTROL_AMPLITUDE = 2, + EOS_TAIT_EXPONENT = 3, + REFERENCE_SOUNDSPEED = 4, + REFERENCE_DENSITY = 5, + EOS_PERFECT_GAS_GAMMA = 6, + SHEAR_MODULUS = 7, + YIELD_STRENGTH = 8, + YOUNGS_MODULUS = 9, + POISSON_RATIO = 10, + LAME_LAMBDA = 11, + HEAT_CAPACITY = 12, + M_MODULUS = 13, + HARDENING_PARAMETER = 14, + VISCOSITY_MU = 15, + MAX_KEY_VALUE = 16 + }; + double **Lookup; // holds per-type material parameters for the quantities defined in enum statement above. + + bool velocity_gradient_required; + int updateFlag; // indicates if any relative particle pair movement is significant compared to smoothing length + + + bool density_summation, density_continuity, velocity_gradient, gradient_correction_flag; + double *effm; + +}; + +} + +#endif +#endif + diff --git a/src/USER-SMD/smd_kernels.h b/src/USER-SMD/smd_kernels.h new file mode 100644 index 0000000000..ba40699fc7 --- /dev/null +++ b/src/USER-SMD/smd_kernels.h @@ -0,0 +1,146 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +#ifndef SMD_KERNEL_FUNCTIONS_H_ +#define SMD_KERNEL_FUNCTIONS_H_ + +namespace SMD_Kernels { +static inline double Kernel_Wendland_Quintic_NotNormalized(const double r, const double h) { + if (r < h) { + double q = 2.0 * r / h; + return pow(1.0 - 0.5 * q, 4) * (2.0 * q + 1.0); + } else { + return 0.0; + } +} + +static inline double Kernel_Cubic_Spline(const double r, const double h) { + double q = 2.0 * r / h; + if (q > 2.0) { + return 0.0; + } else if ((q <= 2.0) && (q > 1.0)) { + return pow(2.0 - q, 3.0) / 6.0; + } else if ((q >= 0.0) && (q <= 1.0)) { + return 2. / 3. - q * q + 0.5 * q * q * q; + } else { + return 0.0; + } +} + +static inline double Kernel_Barbara(const double r, const double h) { + double arg = (1.570796327 * (r + h)) / h; + double hsq = h * h; + //wf = (1.680351548 * (cos(arg) + 1.)) / hsq; + return -2.639490040 * sin(arg) / (hsq * h); +} + +static inline void spiky_kernel_and_derivative(const double h, const double r, const int dimension, double &wf, double &wfd) { + + /* + * Spiky kernel + */ + + if (r > h) { + printf("r=%f > h=%f in Spiky kernel\n", r, h); + wf = wfd = 0.0; + return; + } + + double hr = h - r; // [m] + if (dimension == 2) { + double n = 0.3141592654e0 * h * h * h * h * h; // [m^5] + wfd = -3.0e0 * hr * hr / n; // [m*m/m^5] = [1/m^3] ==> correct for dW/dr in 2D + wf = -0.333333333333e0 * hr * wfd; // [m/m^3] ==> [1/m^2] correct for W in 2D + } else { + wfd = -14.0323944878e0 * hr * hr / (h * h * h * h * h * h); // [1/m^4] ==> correct for dW/dr in 3D + wf = -0.333333333333e0 * hr * wfd; // [m/m^4] ==> [1/m^3] correct for W in 3D + } + + // alternative formulation +// double hr = h - r; +// +// /* +// * Spiky kernel +// */ +// +// if (domain->dimension == 2) { +// double h5 = h * h * h * h * h; +// wf = 3.183098861e0 * hr * hr * hr / h5; +// wfd = -9.549296583 * hr * hr / h5; +// +// } else { +// double h6 = h * h * h * h * h * h; +// wf = 4.774648292 * hr * hr * hr / h6; +// wfd = -14.32394487 * hr * hr / h6; +// } +// } + +} + +static inline void barbara_kernel_and_derivative(const double h, const double r, const int dimension, double &wf, double &wfd) { + + /* + * Barbara kernel + */ + + double arg = (1.570796327 * (r + h)) / h; + double hsq = h * h; + + if (r > h) { + printf("r = %f > h = %f in barbara kernel function\n", r, h); + exit(1); + //wf = wfd = 0.0; + //return; + } + + if (dimension == 2) { + wf = (1.680351548 * (cos(arg) + 1.)) / hsq; + wfd = -2.639490040 * sin(arg) / (hsq * h); + } else { + wf = 2.051578323 * (cos(arg) + 1.) / (hsq * h); + wfd = -3.222611694 * sin(arg) / (hsq * hsq); + } +} + +/* + * compute a normalized smoothing kernel only + */ +static inline void Poly6Kernel(const double hsq, const double h, const double rsq, const int dimension, double &wf) { + + double tmp = hsq - rsq; + if (dimension == 2) { + wf = tmp * tmp * tmp / (0.7853981635e0 * hsq * hsq * hsq * hsq); + } else { + wf = tmp * tmp * tmp / (0.6382918409e0 * hsq * hsq * hsq * hsq * h); + } +} + +/* + * M4 Prime Kernel + */ + +static inline void M4PrimeKernel(const double s, double &wf) { + if (s < 1.0) { + //wf = 1.0 - 2.5 * s * s + (3./2.) * s * s * s; + wf = 1.0 - s * s *(2.5 -1.5 *s); + } else if (s < 2.0) { + //wf = 0.5 * (1.0 - s) * ((2.0 - s) * (2.0 - s)); + wf = 2.0 + (-4.0 + (2.5 - 0.5 * s)*s)*s; + } else { + wf = 0.0; + } +} + +} + + + +#endif /* SMD_KERNEL_FUNCTIONS_H_ */ diff --git a/src/USER-SMD/smd_material_models.cpp b/src/USER-SMD/smd_material_models.cpp new file mode 100644 index 0000000000..fd06d4c3bb --- /dev/null +++ b/src/USER-SMD/smd_material_models.cpp @@ -0,0 +1,476 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ +#include +#include "math_special.h" +#include "stdio.h" + +#include +#include +#include + +using namespace LAMMPS_NS::MathSpecial; +using namespace std; +using namespace Eigen; + +#define MIN(A,B) ((A) < (B) ? (A) : (B)) +#define MAX(A,B) ((A) > (B) ? (A) : (B)) + +/* ---------------------------------------------------------------------- + linear EOS for use with linear elasticity + input: initial pressure pInitial, isotropic part of the strain rate d, time-step dt + output: final pressure pFinal, pressure rate p_rate + ------------------------------------------------------------------------- */ +void LinearEOS(double lambda, double pInitial, double d, double dt, double &pFinal, double &p_rate) { + + /* + * pressure rate + */ + p_rate = lambda * d; + + pFinal = pInitial + dt * p_rate; // increment pressure using pressure rate + //cout << "hurz" << endl; + +} + +/* ---------------------------------------------------------------------- + shock EOS + input: + current density rho + reference density rho0 + current energy density e + reference energy density e0 + reference speed of sound c0 + shock Hugoniot parameter S + Grueneisen parameter Gamma + initial pressure pInitial + time step dt + + output: + pressure rate p_rate + final pressure pFinal + + ------------------------------------------------------------------------- */ +void ShockEOS(double rho, double rho0, double e, double e0, double c0, double S, double Gamma, double pInitial, double dt, + double &pFinal, double &p_rate) { + + double mu = rho / rho0 - 1.0; + double pH = rho0 * square(c0) * mu * (1.0 + mu) / square(1.0 - (S - 1.0) * mu); + + pFinal = (pH + rho * Gamma * (e - e0)); + + //printf("shock EOS: rho = %g, rho0 = %g, Gamma=%f, c0=%f, S=%f, e=%f, e0=%f\n", rho, rho0, Gamma, c0, S, e, e0); + //printf("pFinal = %f\n", pFinal); + p_rate = (pFinal - pInitial) / dt; + +} + +/* ---------------------------------------------------------------------- + polynomial EOS + input: + current density rho + reference density rho0 + coefficients 0 .. 6 + initial pressure pInitial + time step dt + + output: + pressure rate p_rate + final pressure pFinal + + ------------------------------------------------------------------------- */ +void polynomialEOS(double rho, double rho0, double e, double C0, double C1, double C2, double C3, double C4, double C5, double C6, + double pInitial, double dt, double &pFinal, double &p_rate) { + + double mu = rho / rho0 - 1.0; + + if (mu > 0.0) { + pFinal = C0 + C1 * mu + C2 * mu * mu + C3 * mu * mu * mu; // + (C4 + C5 * mu + C6 * mu * mu) * e; + } else { + pFinal = C0 + C1 * mu + C3 * mu * mu * mu; // + (C4 + C5 * mu) * e; + } + pFinal = -pFinal; // we want the mean stress, not the pressure. + + + //printf("pFinal = %f\n", pFinal); + p_rate = (pFinal - pInitial) / dt; + +} + +/* ---------------------------------------------------------------------- + Tait EOS based on current density vs. reference density. + + input: (1) reference sound speed + (2) equilibrium mass density + (3) current mass density + + output:(1) pressure + (2) current speed of sound + ------------------------------------------------------------------------- */ +void TaitEOS_density(const double exponent, const double c0_reference, const double rho_reference, const double rho_current, + double &pressure, double &sound_speed) { + + double B = rho_reference * c0_reference * c0_reference / exponent; + double tmp = pow(rho_current / rho_reference, exponent); + pressure = B * (tmp - 1.0); + double bulk_modulus = B * tmp * exponent; // computed as rho * d(pressure)/d(rho) + sound_speed = sqrt(bulk_modulus / rho_current); + +// if (fabs(pressure) > 0.01) { +// printf("tmp = %f, press=%f, K=%f\n", tmp, pressure, bulk_modulus); +// } + +} + +/* ---------------------------------------------------------------------- + perfect gas EOS + input: gamma -- adiabatic index (ratio of specific heats) + J -- determinant of deformation gradient + volume0 -- reference configuration volume of particle + energy -- energy of particle + pInitial -- initial pressure of the particle + d -- isotropic part of the strain rate tensor, + dt -- time-step size + + output: final pressure pFinal, pressure rate p_rate + ------------------------------------------------------------------------- */ +void PerfectGasEOS(const double gamma, const double vol, const double mass, const double energy, double &pFinal, double &c0) { + + /* + * perfect gas EOS is p = (gamma - 1) rho e + */ + + if (energy > 0.0) { + + pFinal = (1.0 - gamma) * energy / vol; +//printf("gamma = %f, vol%f, e=%g ==> p=%g\n", gamma, vol, energy, *pFinal__/1.0e-9); + + c0 = sqrt((gamma - 1.0) * energy / mass); + + } else { + pFinal = c0 = 0.0; + } + +} + +/* ---------------------------------------------------------------------- + linear strength model for use with linear elasticity + input: lambda, mu : Lame parameters + input: sigmaInitial_dev, d_dev: initial stress deviator, deviatoric part of the strain rate tensor + input: dt: time-step + output: sigmaFinal_dev, sigmaFinal_dev_rate__: final stress deviator and its rate. + ------------------------------------------------------------------------- */ +void LinearStrength(const double mu, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, const double dt, + Matrix3d &sigmaFinal_dev__, Matrix3d &sigma_dev_rate__) { + + /* + * deviatoric rate of unrotated stress + */ + sigma_dev_rate__ = 2.0 * mu * d_dev; + + /* + * elastic update to the deviatoric stress + */ + sigmaFinal_dev__ = sigmaInitial_dev + dt * sigma_dev_rate__; +} + +/* ---------------------------------------------------------------------- + linear strength model for use with linear elasticity + input: lambda, mu : Lame parameters + input: F: deformation gradient + output: total stress tensor, deviator + pressure + ------------------------------------------------------------------------- */ +//void PairTlsph::LinearStrengthDefgrad(double lambda, double mu, Matrix3d F, Matrix3d *T) { +// Matrix3d E, PK2, eye, sigma, S, tau; +// +// eye.setIdentity(); +// +// E = 0.5 * (F * F.transpose() - eye); // strain measure E = 0.5 * (B - I) = 0.5 * (F * F^T - I) +// tau = lambda * E.trace() * eye + 2.0 * mu * E; // Kirchhoff stress, work conjugate to above strain +// sigma = tau / F.determinant(); // convert Kirchhoff stress to Cauchy stress +// +////printf("l=%f, mu=%f, sigma xy = %f\n", lambda, mu, sigma(0,1)); +// +//// E = 0.5 * (F.transpose() * F - eye); // Green-Lagrange Strain E = 0.5 * (C - I) +//// S = lambda * E.trace() * eye + 2.0 * mu * Deviator(E); // PK2 stress +//// tau = F * S * F.transpose(); // convert PK2 to Kirchhoff stress +//// sigma = tau / F.determinant(); +// +// //*T = sigma; +// +// /* +// * neo-hookean model due to Bonet +// */ +//// lambda = mu = 100.0; +//// // left Cauchy-Green Tensor, b = F.F^T +// double J = F.determinant(); +// double logJ = log(J); +// Matrix3d b; +// b = F * F.transpose(); +// +// sigma = (mu / J) * (b - eye) + (lambda / J) * logJ * eye; +// *T = sigma; +//} +/* ---------------------------------------------------------------------- + linear strength model for use with linear elasticity + input: lambda, mu : Lame parameters + input: sigmaInitial_dev, d_dev: initial stress deviator, deviatoric part of the strain rate tensor + input: dt: time-step + output: sigmaFinal_dev, sigmaFinal_dev_rate__: final stress deviator and its rate. + ------------------------------------------------------------------------- */ +void LinearPlasticStrength(const double G, const double yieldStress, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, + const double dt, Matrix3d &sigmaFinal_dev__, Matrix3d &sigma_dev_rate__, double &plastic_strain_increment) { + + Matrix3d sigmaTrial_dev, dev_rate; + double J2; + + /* + * deviatoric rate of unrotated stress + */ + dev_rate = 2.0 * G * d_dev; + + /* + * perform a trial elastic update to the deviatoric stress + */ + sigmaTrial_dev = sigmaInitial_dev + dt * dev_rate; // increment stress deviator using deviatoric rate + + /* + * check yield condition + */ + J2 = sqrt(3. / 2.) * sigmaTrial_dev.norm(); + + if (J2 < yieldStress) { + /* + * no yielding has occured. + * final deviatoric stress is trial deviatoric stress + */ + sigma_dev_rate__ = dev_rate; + sigmaFinal_dev__ = sigmaTrial_dev; + plastic_strain_increment = 0.0; + //printf("no yield\n"); + + } else { + //printf("yiedl\n"); + /* + * yielding has occured + */ + plastic_strain_increment = (J2 - yieldStress) / (3.0 * G); + + /* + * new deviatoric stress: + * obtain by scaling the trial stress deviator + */ + sigmaFinal_dev__ = (yieldStress / J2) * sigmaTrial_dev; + + /* + * new deviatoric stress rate + */ + sigma_dev_rate__ = sigmaFinal_dev__ - sigmaInitial_dev; + //printf("yielding has occured.\n"); + } +} + +/* ---------------------------------------------------------------------- + Johnson Cook Material Strength model + input: + G : shear modulus + cp : heat capacity + espec : energy / mass + A : initial yield stress under quasi-static / room temperature conditions + B : proportionality factor for plastic strain dependency + a : exponent for plastic strain dpendency + C : proportionality factor for logarithmic plastic strain rate dependency + epdot0 : dimensionality factor for plastic strain rate dependency + T : current temperature + T0 : reference (room) temperature + Tmelt : melting temperature + input: sigmaInitial_dev, d_dev: initial stress deviator, deviatoric part of the strain rate tensor + input: dt: time-step + output: sigmaFinal_dev, sigmaFinal_dev_rate__: final stress deviator and its rate. + ------------------------------------------------------------------------- */ +void JohnsonCookStrength(const double G, const double cp, const double espec, const double A, const double B, const double a, + const double C, const double epdot0, const double T0, const double Tmelt, const double M, const double dt, const double ep, + const double epdot, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, Matrix3d &sigmaFinal_dev__, + Matrix3d &sigma_dev_rate__, double &plastic_strain_increment) { + + Matrix3d sigmaTrial_dev, dev_rate; + double J2, yieldStress; + + double deltaT = espec / cp; + double TH = deltaT / (Tmelt - T0); + TH = MAX(TH, 0.0); + double epdot_ratio = epdot / epdot0; + epdot_ratio = MAX(epdot_ratio, 1.0); + //printf("current temperature delta is %f, TH=%f\n", deltaT, TH); + + yieldStress = (A + B * pow(ep, a)) * (1.0 + C * log(epdot_ratio)); // * (1.0 - pow(TH, M)); + + /* + * deviatoric rate of unrotated stress + */ + dev_rate = 2.0 * G * d_dev; + + /* + * perform a trial elastic update to the deviatoric stress + */ + sigmaTrial_dev = sigmaInitial_dev + dt * dev_rate; // increment stress deviator using deviatoric rate + + /* + * check yield condition + */ + J2 = sqrt(3. / 2.) * sigmaTrial_dev.norm(); + + if (J2 < yieldStress) { + /* + * no yielding has occured. + * final deviatoric stress is trial deviatoric stress + */ + sigma_dev_rate__ = dev_rate; + sigmaFinal_dev__ = sigmaTrial_dev; + plastic_strain_increment = 0.0; + //printf("no yield\n"); + + } else { + //printf("yiedl\n"); + /* + * yielding has occured + */ + plastic_strain_increment = (J2 - yieldStress) / (3.0 * G); + + /* + * new deviatoric stress: + * obtain by scaling the trial stress deviator + */ + sigmaFinal_dev__ = (yieldStress / J2) * sigmaTrial_dev; + + /* + * new deviatoric stress rate + */ + sigma_dev_rate__ = sigmaFinal_dev__ - sigmaInitial_dev; + //printf("yielding has occured.\n"); + } +} + +/* ---------------------------------------------------------------------- + isotropic maximum strain damage model + input: + current strain + maximum value of allowed principal strain + + output: + return value is true if any eigenvalue of the current strain exceeds the allowed principal strain + + ------------------------------------------------------------------------- */ + +bool IsotropicMaxStrainDamage(const Matrix3d E, const double maxStrain) { + + /* + * compute Eigenvalues of strain matrix + */ + SelfAdjointEigenSolver < Matrix3d > es; + es.compute(E); // compute eigenvalue and eigenvectors of strain + + double max_eigenvalue = es.eigenvalues().maxCoeff(); + + if (max_eigenvalue > maxStrain) { + return true; + } else { + return false; + } +} + +/* ---------------------------------------------------------------------- + isotropic maximum stress damage model + input: + current stress + maximum value of allowed principal stress + + output: + return value is true if any eigenvalue of the current stress exceeds the allowed principal stress + + ------------------------------------------------------------------------- */ + +bool IsotropicMaxStressDamage(const Matrix3d S, const double maxStress) { + + /* + * compute Eigenvalues of strain matrix + */ + SelfAdjointEigenSolver < Matrix3d > es; + es.compute(S); // compute eigenvalue and eigenvectors of strain + + double max_eigenvalue = es.eigenvalues().maxCoeff(); + + if (max_eigenvalue > maxStress) { + return true; + } else { + return false; + } +} + +/* ---------------------------------------------------------------------- + Johnson-Cook failure model + input: + + + output: + + + ------------------------------------------------------------------------- */ + +double JohnsonCookFailureStrain(const double p, const Matrix3d Sdev, const double d1, const double d2, const double d3, + const double d4, const double epdot0, const double epdot) { + + + + double vm = sqrt(3. / 2.) * Sdev.norm(); // von-Mises equivalent stress + if (vm < 0.0) { + cout << "this is sdev " << endl << Sdev << endl; + printf("vm=%f < 0.0, surely must be an error\n", vm); + exit(1); + } + + // determine stress triaxiality + double triax = p / (vm + 0.01 * fabs(p)); // have softening in denominator to avoid divison by zero + if (triax < 0.0) { + triax = 0.0; + } else if (triax > 3.0) { + triax = 3.0; + } + + // Johnson-Cook failure strain, dependence on stress triaxiality + double jc_failure_strain = d1 + d2 * exp(d3 * triax); + + // include strain rate dependency if parameter d4 is defined and current plastic strain rate exceeds reference strain rate + if (d4 > 0.0) { // + if (epdot > epdot0) { + double epdot_ratio = epdot / epdot0; + jc_failure_strain *= (1.0 + d4 * log(epdot_ratio)); + //printf("epsdot=%f, epsdot0=%f, factor = %f\n", epdot, epdot0, (1.0 + d4 * log(epdot_ratio))); + //exit(1); + + } + } + + return jc_failure_strain; + +} diff --git a/src/USER-SMD/smd_material_models.h b/src/USER-SMD/smd_material_models.h new file mode 100644 index 0000000000..858c5bbbdf --- /dev/null +++ b/src/USER-SMD/smd_material_models.h @@ -0,0 +1,65 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- + LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator + http://lammps.sandia.gov, Sandia National Laboratories + Steve Plimpton, sjplimp@sandia.gov + + Copyright (2003) Sandia Corporation. Under the terms of Contract + DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains + certain rights in this software. This software is distributed under + the GNU General Public License. + + See the README file in the top-level LAMMPS directory. + ------------------------------------------------------------------------- */ + +#ifndef SMD_MATERIAL_MODELS_H_ +#define SMD_MATERIAL_MODELS_H_ + +using namespace Eigen; + +/* + * EOS models + */ +void LinearEOS(double lambda, double pInitial, double d, double dt, double &pFinal, double &p_rate); +void ShockEOS(double rho, double rho0, double e, double e0, double c0, double S, double Gamma, double pInitial, double dt, + double &pFinal, double &p_rate); +void polynomialEOS(double rho, double rho0, double e, double C0, double C1, double C2, double C3, double C4, double C5, double C6, + double pInitial, double dt, double &pFinal, double &p_rate); +void TaitEOS_density(const double exponent, const double c0_reference, const double rho_reference, const double rho_current, + double &pressure, double &sound_speed); +void PerfectGasEOS(const double gamma, const double vol, const double mass, const double energy, double &pFinal__, double &c0); + +/* + * Material strength models + */ +void LinearStrength(const double mu, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, const double dt, + Matrix3d &sigmaFinal_dev__, Matrix3d &sigma_dev_rate__); +void LinearPlasticStrength(const double G, const double yieldStress, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, + const double dt, Matrix3d &sigmaFinal_dev__, Matrix3d &sigma_dev_rate__, double &plastic_strain_increment); +void JohnsonCookStrength(const double G, const double cp, const double espec, const double A, const double B, const double a, + const double C, const double epdot0, const double T0, const double Tmelt, const double M, const double dt, const double ep, + const double epdot, const Matrix3d sigmaInitial_dev, const Matrix3d d_dev, Matrix3d &sigmaFinal_dev__, + Matrix3d &sigma_dev_rate__, double &plastic_strain_increment); + +/* + * Damage models + */ + +bool IsotropicMaxStrainDamage(const Matrix3d E, const double maxStrain); +bool IsotropicMaxStressDamage(const Matrix3d E, const double maxStrain); +double JohnsonCookFailureStrain(const double p, const Matrix3d Sdev, const double d1, const double d2, const double d3, + const double d4, const double epdot0, const double epdot); + + + +#endif /* SMD_MATERIAL_MODELS_H_ */ diff --git a/src/USER-SMD/smd_math.h b/src/USER-SMD/smd_math.h new file mode 100644 index 0000000000..5352cfccf9 --- /dev/null +++ b/src/USER-SMD/smd_math.h @@ -0,0 +1,287 @@ +/* ---------------------------------------------------------------------- + * + * *** Smooth Mach Dynamics *** + * + * This file is part of the USER-SMD package for LAMMPS. + * Copyright (2014) Georg C. Ganzenmueller, georg.ganzenmueller@emi.fhg.de + * Fraunhofer Ernst-Mach Institute for High-Speed Dynamics, EMI, + * Eckerstrasse 4, D-79104 Freiburg i.Br, Germany. + * + * ----------------------------------------------------------------------- */ + +//test +#ifndef SMD_MATH_H_ +#define SMD_MATH_H_ + +#include +#include +using namespace Eigen; +using namespace std; + +namespace SMD_Math { +static inline void LimitDoubleMagnitude(double &x, const double limit) { + /* + * if |x| exceeds limit, set x to limit with the sign of x + */ + if (fabs(x) > limit) { // limit delVdotDelR to a fraction of speed of sound + x = limit * copysign(1, x); + } +} + +/* + * deviator of a tensor + */ +static inline Matrix3d Deviator(const Matrix3d M) { + Matrix3d eye; + eye.setIdentity(); + eye *= M.trace() / 3.0; + return M - eye; +} + +/* + * Polar Decomposition M = R * T + * where R is a rotation and T a pure translation/stretch matrix. + * + * The decomposition is achieved using SVD, i.e. M = U S V^T, + * where U = R V and S is diagonal. + * + * + * For any physically admissible deformation gradient, the determinant of R must equal +1. + * However, scenerios can arise, where the particles interpenetrate and cause inversion, leading to a determinant of R equal to -1. + * In this case, the inversion direction is heuristically identified with the eigenvector of the smallest entry of S, which should work for most cases. + * The sign of this corresponding eigenvalue is flipped, the original matrix M is recomputed using the flipped S, and the rotation and translation matrices are + * obtained again from an SVD. The rotation should proper now, i.e., det(R) = +1. + */ + +static inline bool PolDec(Matrix3d M, Matrix3d &R, Matrix3d &T, bool scaleF) { + + JacobiSVD svd(M, ComputeFullU | ComputeFullV); // SVD(A) = U S V* + Vector3d S_eigenvalues = svd.singularValues(); + Matrix3d S = svd.singularValues().asDiagonal(); + Matrix3d U = svd.matrixU(); + Matrix3d V = svd.matrixV(); + Matrix3d eye; + eye.setIdentity(); + + // now do polar decomposition into M = R * T, where R is rotation + // and T is translation matrix + R = U * V.transpose(); + T = V * S * V.transpose(); + + if (R.determinant() < 0.0) { // this is an improper rotation + // identify the smallest entry in S and flip its sign + int imin; + S_eigenvalues.minCoeff(&imin); + S(imin, imin) *= -1.0; + + R = M * V * S.inverse() * V.transpose(); // recompute R using flipped stretch eigenvalues + } + + /* + * scale S to avoid small principal strains + */ + + if (scaleF) { + double min = 0.3; // 0.3^2 = 0.09, should suffice for most problems + double max = 2.0; + for (int i = 0; i < 3; i++) { + if (S(i, i) < min) { + S(i, i) = min; + } else if (S(i, i) > max) { + S(i, i) = max; + } + } + T = V * S * V.transpose(); + } + + if (R.determinant() > 0.0) { + return true; + } else { + return false; + } +} + +/* + * Pseudo-inverse via SVD + */ + +static inline void pseudo_inverse_SVD(Matrix3d &M) { + + //JacobiSVD < Matrix3d > svd(M, ComputeFullU | ComputeFullV); + JacobiSVD svd(M, ComputeFullU); // one Eigevector base is sufficient because matrix is square and symmetric + + Vector3d singularValuesInv; + Vector3d singularValues = svd.singularValues(); + +//cout << "Here is the matrix V:" << endl << V * singularValues.asDiagonal() * U << endl; +//cout << "Its singular values are:" << endl << singularValues << endl; + + double pinvtoler = 1.0e-16; // 2d machining example goes unstable if this value is increased (1.0e-16). + for (int row = 0; row < 3; row++) { + if (singularValues(row) > pinvtoler) { + singularValuesInv(row) = 1.0 / singularValues(row); + } else { + singularValuesInv(row) = 0.0; + } + } + + M = svd.matrixU() * singularValuesInv.asDiagonal() * svd.matrixU().transpose(); + +// JacobiSVD < Matrix3d > svd(M, ComputeFullU | ComputeFullV); +// +// Vector3d singularValuesInv; +// Vector3d singularValues = svd.singularValues(); +// +// //cout << "Here is the matrix V:" << endl << V * singularValues.asDiagonal() * U << endl; +// //cout << "Its singular values are:" << endl << singularValues << endl; +// +// double pinvtoler = 1.0e-16; // 2d machining example goes unstable if this value is increased (1.0e-16). +// for (int row = 0; row < 3; row++) { +// if (singularValues(row) > pinvtoler) { +// singularValuesInv(row) = 1.0 / singularValues(row); +// } else { +// singularValuesInv(row) = 0.0; +// } +// } +// +// M = svd.matrixU() * singularValuesInv.asDiagonal() * svd.matrixV().transpose(); + +} + +/* + * test if two matrices are equal + */ +static inline double TestMatricesEqual(Matrix3d A, Matrix3d B, double eps) { + Matrix3d diff; + diff = A - B; + double norm = diff.norm(); + if (norm > eps) { + printf("Matrices A and B are not equal! The L2-norm difference is: %g\n", norm); + cout << "Here is matrix A:" << endl << A << endl; + cout << "Here is matrix B:" << endl << B << endl; + } + return norm; +} + +/* ---------------------------------------------------------------------- + Limit eigenvalues of a matrix to upper and lower bounds. + ------------------------------------------------------------------------- */ + +static inline Matrix3d LimitEigenvalues(Matrix3d S, double limitEigenvalue) { + + /* + * compute Eigenvalues of matrix S + */ + SelfAdjointEigenSolver < Matrix3d > es; + es.compute(S); + + double max_eigenvalue = es.eigenvalues().maxCoeff(); + double min_eigenvalue = es.eigenvalues().minCoeff(); + double amax_eigenvalue = fabs(max_eigenvalue); + double amin_eigenvalue = fabs(min_eigenvalue); + + if ((amax_eigenvalue > limitEigenvalue) || (amin_eigenvalue > limitEigenvalue)) { + if (amax_eigenvalue > amin_eigenvalue) { // need to scale with max_eigenvalue + double scale = amax_eigenvalue / limitEigenvalue; + Matrix3d V = es.eigenvectors(); + Matrix3d S_diag = V.inverse() * S * V; // diagonalized input matrix + S_diag /= scale; + Matrix3d S_scaled = V * S_diag * V.inverse(); // undiagonalize matrix + return S_scaled; + } else { // need to scale using min_eigenvalue + double scale = amin_eigenvalue / limitEigenvalue; + Matrix3d V = es.eigenvectors(); + Matrix3d S_diag = V.inverse() * S * V; // diagonalized input matrix + S_diag /= scale; + Matrix3d S_scaled = V * S_diag * V.inverse(); // undiagonalize matrix + return S_scaled; + } + } else { // limiting does not apply + return S; + } +} + +static inline bool LimitMinMaxEigenvalues(Matrix3d &S, double min, double max) { + + /* + * compute Eigenvalues of matrix S + */ + SelfAdjointEigenSolver < Matrix3d > es; + es.compute(S); + + if ((es.eigenvalues().maxCoeff() > max) || (es.eigenvalues().minCoeff() < min)) { + Matrix3d S_diag = es.eigenvalues().asDiagonal(); + Matrix3d V = es.eigenvectors(); + for (int i = 0; i < 3; i++) { + if (S_diag(i, i) < min) { + //printf("limiting eigenvalue %f --> %f\n", S_diag(i, i), min); + //printf("these are the eigenvalues of U: %f %f %f\n", es.eigenvalues()(0), es.eigenvalues()(1), es.eigenvalues()(2)); + S_diag(i, i) = min; + } else if (S_diag(i, i) > max) { + //printf("limiting eigenvalue %f --> %f\n", S_diag(i, i), max); + S_diag(i, i) = max; + } + } + S = V * S_diag * V.inverse(); // undiagonalize matrix + return true; + } else { + return false; + } +} + +static inline void reconstruct_rank_deficient_shape_matrix(Matrix3d &K) { + + JacobiSVD svd(K, ComputeFullU | ComputeFullV); + Vector3d singularValues = svd.singularValues(); + + for (int i = 0; i < 3; i++) { + if (singularValues(i) < 1.0e-8) { + singularValues(i) = 1.0; + } + } + +// int imin; +// double minev = singularValues.minCoeff(&imin); +// +// printf("min eigenvalue=%f has index %d\n", minev, imin); +// Vector3d singularVec = U.col(0).cross(U.col(1)); +// cout << "the eigenvalues are " << endl << singularValues << endl; +// cout << "the singular vector is " << endl << singularVec << endl; +// +// // reconstruct original K +// +// singularValues(2) = 1.0; + + K = svd.matrixU() * singularValues.asDiagonal() * svd.matrixV().transpose(); + //cout << "the reconstructed K is " << endl << K << endl; + //exit(1); +} + +/* ---------------------------------------------------------------------- + helper functions for crack_exclude + ------------------------------------------------------------------------- */ +static inline bool IsOnSegment(double xi, double yi, double xj, double yj, double xk, double yk) { + return (xi <= xk || xj <= xk) && (xk <= xi || xk <= xj) && (yi <= yk || yj <= yk) && (yk <= yi || yk <= yj); +} + +static inline char ComputeDirection(double xi, double yi, double xj, double yj, double xk, double yk) { + double a = (xk - xi) * (yj - yi); + double b = (xj - xi) * (yk - yi); + return a < b ? -1.0 : a > b ? 1.0 : 0; +} + +/** Do line segments (x1, y1)--(x2, y2) and (x3, y3)--(x4, y4) intersect? */ +static inline bool DoLineSegmentsIntersect(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) { + char d1 = ComputeDirection(x3, y3, x4, y4, x1, y1); + char d2 = ComputeDirection(x3, y3, x4, y4, x2, y2); + char d3 = ComputeDirection(x1, y1, x2, y2, x3, y3); + char d4 = ComputeDirection(x1, y1, x2, y2, x4, y4); + return (((d1 > 0 && d2 < 0) || (d1 < 0 && d2 > 0)) && ((d3 > 0 && d4 < 0) || (d3 < 0 && d4 > 0))) + || (d1 == 0 && IsOnSegment(x3, y3, x4, y4, x1, y1)) || (d2 == 0 && IsOnSegment(x3, y3, x4, y4, x2, y2)) + || (d3 == 0 && IsOnSegment(x1, y1, x2, y2, x3, y3)) || (d4 == 0 && IsOnSegment(x1, y1, x2, y2, x4, y4)); +} + +} + +#endif /* SMD_MATH_H_ */ + diff --git a/src/atom.cpp b/src/atom.cpp index 8171a8c654..fc7641f9ba 100644 --- a/src/atom.cpp +++ b/src/atom.cpp @@ -94,6 +94,17 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp) rho = drho = e = de = cv = NULL; vest = NULL; + // USER-SMD + + contact_radius = NULL; + smd_data_9 = NULL; + smd_stress = NULL; + eff_plastic_strain = NULL; + eff_plastic_strain_rate = NULL; + damage = NULL; + + // molecular info + bond_per_atom = extra_bond_per_atom = 0; num_bond = NULL; bond_type = NULL; @@ -148,6 +159,17 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp) rho_flag = e_flag = cv_flag = vest_flag = 0; + // USER-SMD + + smd_flag = 0; + contact_radius_flag = 0; + smd_data_9_flag = 0; + smd_stress_flag = 0; + x0_flag = 0; + eff_plastic_strain_flag = 0; + eff_plastic_strain_rate_flag = 0; + damage_flag = 0; + // Peridynamic scale factor pdscale = 1.0; @@ -245,6 +267,13 @@ Atom::~Atom() memory->destroy(cv); memory->destroy(vest); + memory->destroy(contact_radius); + memory->destroy(smd_data_9); + memory->destroy(smd_stress); + memory->destroy(eff_plastic_strain); + memory->destroy(eff_plastic_strain_rate); + memory->destroy(damage); + memory->destroy(nspecial); memory->destroy(special); @@ -2010,6 +2039,15 @@ void *Atom::extract(char *name) if (strcmp(name,"cv") == 0) return (void *) cv; if (strcmp(name,"vest") == 0) return (void *) vest; + if (strcmp(name, "contact_radius") == 0) return (void *) contact_radius; + if (strcmp(name, "smd_data_9") == 0) return (void *) smd_data_9; + if (strcmp(name, "smd_stress") == 0) return (void *) smd_stress; + if (strcmp(name, "eff_plastic_strain") == 0) + return (void *) eff_plastic_strain; + if (strcmp(name, "eff_plastic_strain_rate") == 0) + return (void *) eff_plastic_strain_rate; + if (strcmp(name, "damage") == 0) return (void *) damage; + return NULL; } diff --git a/src/atom.h b/src/atom.h index afd07b1bd2..1583dada7e 100644 --- a/src/atom.h +++ b/src/atom.h @@ -76,6 +76,17 @@ class Atom : protected Pointers { double *rho,*drho,*e,*de,*cv; double **vest; + // USER-SMD package + + double *contact_radius; + double **smd_data_9; + double **smd_stress; + double *eff_plastic_strain; + double *eff_plastic_strain_rate; + double *damage; + + // molecular info + int **nspecial; // 0,1,2 = cummulative # of 1-2,1-3,1-4 neighs tagint **special; // IDs of 1-2,1-3,1-4 neighs of each atom int maxspecial; // special[nlocal][maxspecial] @@ -123,6 +134,17 @@ class Atom : protected Pointers { int cs_flag,csforce_flag,vforce_flag,ervelforce_flag,etag_flag; int rho_flag,e_flag,cv_flag,vest_flag; + // USER-SMD package + + int smd_flag; + int contact_radius_flag; + int smd_data_9_flag; + int smd_stress_flag; + int x0_flag; + int eff_plastic_strain_flag; + int eff_plastic_strain_rate_flag; + int damage_flag; + // Peridynamics scale factor, used by dump cfg double pdscale; diff --git a/src/set.cpp b/src/set.cpp index 5f3af82122..737568a085 100644 --- a/src/set.cpp +++ b/src/set.cpp @@ -43,7 +43,7 @@ enum{ATOM_SELECT,MOL_SELECT,TYPE_SELECT,GROUP_SELECT,REGION_SELECT}; enum{TYPE,TYPE_FRACTION,MOLECULE,X,Y,Z,CHARGE,MASS,SHAPE,LENGTH,TRI, DIPOLE,DIPOLE_RANDOM,QUAT,QUAT_RANDOM,THETA,ANGMOM, DIAMETER,DENSITY,VOLUME,IMAGE,BOND,ANGLE,DIHEDRAL,IMPROPER, - MESO_E,MESO_CV,MESO_RHO,INAME,DNAME}; + MESO_E,MESO_CV,MESO_RHO,SMD_MASS_DENSITY,SMD_CONTACT_RADIUS,INAME,DNAME}; #define BIG INT_MAX @@ -384,6 +384,24 @@ void Set::command(int narg, char **arg) set(MESO_RHO); iarg += 2; + } else if (strcmp(arg[iarg],"smd_mass_density") == 0) { + if (iarg+2 > narg) error->all(FLERR,"Illegal set command"); + if (strstr(arg[iarg+1],"v_") == arg[iarg+1]) varparse(arg[iarg+1],1); + else dvalue = force->numeric(FLERR,arg[iarg+1]); + if (!atom->smd_flag) + error->all(FLERR,"Cannot set smd_mass_density for this atom style"); + set(SMD_MASS_DENSITY); + iarg += 2; + + } else if (strcmp(arg[iarg],"smd_contact_radius") == 0) { + if (iarg+2 > narg) error->all(FLERR,"Illegal set command"); + if (strstr(arg[iarg+1],"v_") == arg[iarg+1]) varparse(arg[iarg+1],1); + else dvalue = force->numeric(FLERR,arg[iarg+1]); + if (!atom->smd_flag) + error->all(FLERR,"Cannot set smd_contact_radius for this atom style"); + set(SMD_CONTACT_RADIUS); + iarg += 2; + } else if (strstr(arg[iarg],"i_") == arg[iarg]) { if (iarg+2 > narg) error->all(FLERR,"Illegal set command"); if (strstr(arg[iarg+1],"v_") == arg[iarg+1]) varparse(arg[iarg+1],1); @@ -571,6 +589,10 @@ void Set::set(int keyword) else if (keyword == MESO_E) atom->e[i] = dvalue; else if (keyword == MESO_CV) atom->cv[i] = dvalue; else if (keyword == MESO_RHO) atom->rho[i] = dvalue; + else if (keyword == SMD_MASS_DENSITY) { // set mass from volume and supplied mass density + atom->rmass[i] = atom->vfrac[i] * dvalue; + } + else if (keyword == SMD_CONTACT_RADIUS) atom->contact_radius[i] = dvalue; // set shape of ellipsoidal particle diff --git a/src/version.h b/src/version.h index 3b49c05ebb..4eec9db081 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define LAMMPS_VERSION "28 Jul 2015" +#define LAMMPS_VERSION "4 Aug 2015" diff --git a/tools/moltemplate/common/graphene.lt b/tools/moltemplate/common/graphene.lt index 1410cac9bb..c54a380f62 100644 --- a/tools/moltemplate/common/graphene.lt +++ b/tools/moltemplate/common/graphene.lt @@ -25,6 +25,9 @@ Graphene { group Cgraphene type @atom:C } write_once("In Init") { + # -- Default styles (used in this file for graphene carbon) -- + units real + atom_style full #(full enables you to to add other molecules later) pair_style hybrid lj/cut/coul/long 10.0 } } # Graphene diff --git a/tools/moltemplate/common/spce.lt b/tools/moltemplate/common/spce.lt index f1a1376a5e..1f0f0f61b5 100644 --- a/tools/moltemplate/common/spce.lt +++ b/tools/moltemplate/common/spce.lt @@ -27,10 +27,10 @@ SPCE { } write_once("In Settings") { - bond_coeff @bond:OH harmonic 1000.0 1.0 - angle_coeff @angle:HOH harmonic 1000.0 109.47 + bond_coeff @bond:OH harmonic 600.0 1.0 + angle_coeff @angle:HOH harmonic 75.0 109.47 pair_coeff @atom:O @atom:O lj/charmm/coul/long 0.1553 3.166 - pair_coeff @atom:H @atom:H lj/charmm/coul/long 0.0 2.058 + pair_coeff @atom:H @atom:H lj/charmm/coul/long 0.0 0.0 group spce type @atom:O @atom:H fix fShakeSPCE spce shake 0.0001 10 100 b @bond:OH a @angle:HOH # (Remember to "unfix" fShakeSPCE during minimization.) diff --git a/tools/moltemplate/common/watmw.lt b/tools/moltemplate/common/watmw.lt index c7aaecebbc..f4eedc4049 100644 --- a/tools/moltemplate/common/watmw.lt +++ b/tools/moltemplate/common/watmw.lt @@ -7,6 +7,29 @@ # in liquid water (as well as hexagonal ice, type II ice, and # low-density super-cooled liquid/amorphous water phases). +#### +# +# NOTE: THIS FILE IS INTENDED FOR SIMULATIONS OF PURE WATER ONLY. +# IF YOU HAVE OTHER ATOMS IN YOUR SYSTEM (BESIDES WATER), +# YOU MUST REPLACE THIS LINE: +# +# pair_coeff * * sw system.in.sw mW +# +# WITH THIS LINE: +# +# pair_coeff * * sw system.in.sw mW NULL NULL NULL +# +# ...IN THE FILE BELOW. +# +# (Note:The number of "NULL" entries in the list should match the +# number of other atom types defined somewhere in your simulation. +# In the "3bodyWater+hydrocarbons_MW+TraPPE" example, there are 3 +# types of carbon defined in "trappe1998.lt", so "NULL" appears 3 times. +#### + + + + WatMW { write("Data Atoms") { $atom:mW $mol:. @atom:mW 0.0 0.0 0.0 0.0 @@ -30,7 +53,7 @@ WatMW { # --Now indicate which atom type(s) are simulated using the "sw" pair style # -- In this case only one of the atom types is used (the mW water "atom"). - pair_coeff * * sw system.in.sw mW NULL NULL NULL + pair_coeff * * sw system.in.sw mW # SEE COMMENT ABOVE # -- Unfortunately LAMMPS itself does not understand molemlate syntax, so # -- the atoms are identified by order in the list, not by name. (The "mW" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_setup.sh index d085370b38..510ae9b400 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/README_setup.sh @@ -19,11 +19,14 @@ cd moltemplate_files # Optional: # The "./output_ttree/" directory is full of temporary files generated by # moltemplate. They can be useful for debugging, but are usually thrown away. - rm -rf output_ttree/ - - # Optional: - # Delete the "oplsaa.lt" file: - rm -f oplsaa.lt - + #rm -rf output_ttree/ cd ../ + + +# Optional: +# Note: The system.data and system.in.settings files contain extra information +# for atoms defined in GAFF which you are not using in this simulation. This +# is harmless, but if you to delete this information from your +# system.in.settings and system.in.data files, follow the instructions in +# this script: "optional_cleanup/README_remove_irrelevant_info.sh" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/optional_cleanup/README_remove_irrelevant_info.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/optional_cleanup/README_remove_irrelevant_info.sh index d4494c4507..3251991775 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/optional_cleanup/README_remove_irrelevant_info.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/benzene/optional_cleanup/README_remove_irrelevant_info.sh @@ -13,15 +13,22 @@ # However if you want to eliminate this junk from these files # For now, we can strip this out using ltemplify.py to build a new .lt file. # + # NOTE: If you decide to use this script, it was meant to be run it from + # the parent directory (../) (If you run it from somewhere else, be sure to + # modify the "PATH_TO_DATA_FILE" and "PATH_TO_OUTPUT_TTREE" variables below.) + # # I suggest you do this in a temporary_directory + PATH_TO_DATA_FILE="." + + pushd "$PATH_TO_DATA_FILE" + mkdir new_lt_file cd new_lt_file/ # now run ltemplify.py ltemplify.py ../system.in.init ../system.in.settings ../system.data > system.lt - rm -rf ../system.data ../system.in* # these old lammps files no longer needed # This creates a new .LT file named "system.lt" in the local directory. @@ -31,10 +38,13 @@ # "moltemplate_files/output_ttree/Data Boundary" # then you can copy that information from this file into system.lt + PATH_TO_OUTPUT_TTREE="../moltemplate_files/output_ttree" + echo "write_once(\"Data Boundary\") {" >> system.lt - cat "../moltemplate_files/output_ttree/Data Boundary" >> system.lt + cat "$PATH_TO_OUTPUT_TTREE/Data Boundary" >> system.lt echo "}" >> system.lt echo "" >> system.lt + # Now, run moltemplate on this new .LT file. moltemplate.sh system.lt # This will create: "system.data" "system.in.init" "system.in.settings." @@ -43,10 +53,11 @@ # be ready to run in LAMMPS. # Now copy the system.data and system.in.* files to the place where - # you plan to run moltemplate + # you plan to run LAMMPS mv -f system.data system.in.* ../ cd ../ # Now delete all of the temporary files we generated rm -rf new_lt_file/ + popd diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_setup.sh index 3d00e27e90..510ae9b400 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/README_setup.sh @@ -3,8 +3,9 @@ # and set it to the "common" subdirectory of your moltemplate distribution. # (See the "Installation" section in the moltemplate manual.) -# Create LAMMPS input files this way: + +# Create LAMMPS input files this way: cd moltemplate_files # run moltemplate @@ -12,25 +13,20 @@ cd moltemplate_files moltemplate.sh system.lt # This will generate various files with names ending in *.in* and *.data. - # These files are the input files directly read by LAMMPS. Move them to - # the parent directory (or wherever you plan to run the simulation). + # Move them to the directory where you plan to run LAMMPS (in this case "../") mv -f system.data system.in* ../ # Optional: # The "./output_ttree/" directory is full of temporary files generated by - # moltemplate. They can be useful for debugging, but are usually thrown away + # moltemplate. They can be useful for debugging, but are usually thrown away. #rm -rf output_ttree/ cd ../ - - - # Optional: # Note: The system.data and system.in.settings files contain extra information # for atoms defined in GAFF which you are not using in this simulation. This # is harmless, but if you to delete this information from your # system.in.settings and system.in.data files, follow the instructions in # this script: "optional_cleanup/README_remove_irrelevant_info.sh" - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/optional_cleanup/README_remove_irrelevant_info.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/optional_cleanup/README_remove_irrelevant_info.sh index d4494c4507..3251991775 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/optional_cleanup/README_remove_irrelevant_info.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/ethylene+benzene/optional_cleanup/README_remove_irrelevant_info.sh @@ -13,15 +13,22 @@ # However if you want to eliminate this junk from these files # For now, we can strip this out using ltemplify.py to build a new .lt file. # + # NOTE: If you decide to use this script, it was meant to be run it from + # the parent directory (../) (If you run it from somewhere else, be sure to + # modify the "PATH_TO_DATA_FILE" and "PATH_TO_OUTPUT_TTREE" variables below.) + # # I suggest you do this in a temporary_directory + PATH_TO_DATA_FILE="." + + pushd "$PATH_TO_DATA_FILE" + mkdir new_lt_file cd new_lt_file/ # now run ltemplify.py ltemplify.py ../system.in.init ../system.in.settings ../system.data > system.lt - rm -rf ../system.data ../system.in* # these old lammps files no longer needed # This creates a new .LT file named "system.lt" in the local directory. @@ -31,10 +38,13 @@ # "moltemplate_files/output_ttree/Data Boundary" # then you can copy that information from this file into system.lt + PATH_TO_OUTPUT_TTREE="../moltemplate_files/output_ttree" + echo "write_once(\"Data Boundary\") {" >> system.lt - cat "../moltemplate_files/output_ttree/Data Boundary" >> system.lt + cat "$PATH_TO_OUTPUT_TTREE/Data Boundary" >> system.lt echo "}" >> system.lt echo "" >> system.lt + # Now, run moltemplate on this new .LT file. moltemplate.sh system.lt # This will create: "system.data" "system.in.init" "system.in.settings." @@ -43,10 +53,11 @@ # be ready to run in LAMMPS. # Now copy the system.data and system.in.* files to the place where - # you plan to run moltemplate + # you plan to run LAMMPS mv -f system.data system.in.* ../ cd ../ # Now delete all of the temporary files we generated rm -rf new_lt_file/ + popd diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_setup.sh index 3d00e27e90..510ae9b400 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/README_setup.sh @@ -3,8 +3,9 @@ # and set it to the "common" subdirectory of your moltemplate distribution. # (See the "Installation" section in the moltemplate manual.) -# Create LAMMPS input files this way: + +# Create LAMMPS input files this way: cd moltemplate_files # run moltemplate @@ -12,25 +13,20 @@ cd moltemplate_files moltemplate.sh system.lt # This will generate various files with names ending in *.in* and *.data. - # These files are the input files directly read by LAMMPS. Move them to - # the parent directory (or wherever you plan to run the simulation). + # Move them to the directory where you plan to run LAMMPS (in this case "../") mv -f system.data system.in* ../ # Optional: # The "./output_ttree/" directory is full of temporary files generated by - # moltemplate. They can be useful for debugging, but are usually thrown away + # moltemplate. They can be useful for debugging, but are usually thrown away. #rm -rf output_ttree/ cd ../ - - - # Optional: # Note: The system.data and system.in.settings files contain extra information # for atoms defined in GAFF which you are not using in this simulation. This # is harmless, but if you to delete this information from your # system.in.settings and system.in.data files, follow the instructions in # this script: "optional_cleanup/README_remove_irrelevant_info.sh" - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/optional_cleanup/README_remove_irrelevant_info.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/optional_cleanup/README_remove_irrelevant_info.sh index d4494c4507..3251991775 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/optional_cleanup/README_remove_irrelevant_info.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/hexadecane/optional_cleanup/README_remove_irrelevant_info.sh @@ -13,15 +13,22 @@ # However if you want to eliminate this junk from these files # For now, we can strip this out using ltemplify.py to build a new .lt file. # + # NOTE: If you decide to use this script, it was meant to be run it from + # the parent directory (../) (If you run it from somewhere else, be sure to + # modify the "PATH_TO_DATA_FILE" and "PATH_TO_OUTPUT_TTREE" variables below.) + # # I suggest you do this in a temporary_directory + PATH_TO_DATA_FILE="." + + pushd "$PATH_TO_DATA_FILE" + mkdir new_lt_file cd new_lt_file/ # now run ltemplify.py ltemplify.py ../system.in.init ../system.in.settings ../system.data > system.lt - rm -rf ../system.data ../system.in* # these old lammps files no longer needed # This creates a new .LT file named "system.lt" in the local directory. @@ -31,10 +38,13 @@ # "moltemplate_files/output_ttree/Data Boundary" # then you can copy that information from this file into system.lt + PATH_TO_OUTPUT_TTREE="../moltemplate_files/output_ttree" + echo "write_once(\"Data Boundary\") {" >> system.lt - cat "../moltemplate_files/output_ttree/Data Boundary" >> system.lt + cat "$PATH_TO_OUTPUT_TTREE/Data Boundary" >> system.lt echo "}" >> system.lt echo "" >> system.lt + # Now, run moltemplate on this new .LT file. moltemplate.sh system.lt # This will create: "system.data" "system.in.init" "system.in.settings." @@ -43,10 +53,11 @@ # be ready to run in LAMMPS. # Now copy the system.data and system.in.* files to the place where - # you plan to run moltemplate + # you plan to run LAMMPS mv -f system.data system.in.* ../ cd ../ # Now delete all of the temporary files we generated rm -rf new_lt_file/ + popd diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_setup.sh index ef5e35b672..510ae9b400 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/README_setup.sh @@ -3,8 +3,9 @@ # and set it to the "common" subdirectory of your moltemplate distribution. # (See the "Installation" section in the moltemplate manual.) -# Create LAMMPS input files this way: + +# Create LAMMPS input files this way: cd moltemplate_files # run moltemplate @@ -12,8 +13,7 @@ cd moltemplate_files moltemplate.sh system.lt # This will generate various files with names ending in *.in* and *.data. - # These files are the input files directly read by LAMMPS. Move them to - # the parent directory (or wherever you plan to run the simulation). + # Move them to the directory where you plan to run LAMMPS (in this case "../") mv -f system.data system.in* ../ # Optional: @@ -24,9 +24,6 @@ cd moltemplate_files cd ../ - - - # Optional: # Note: The system.data and system.in.settings files contain extra information # for atoms defined in GAFF which you are not using in this simulation. This diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/optional_cleanup/README_remove_irrelevant_info.sh b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/optional_cleanup/README_remove_irrelevant_info.sh index d4494c4507..3251991775 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/optional_cleanup/README_remove_irrelevant_info.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_AMBER/waterTIP3P+isobutane/optional_cleanup/README_remove_irrelevant_info.sh @@ -13,15 +13,22 @@ # However if you want to eliminate this junk from these files # For now, we can strip this out using ltemplify.py to build a new .lt file. # + # NOTE: If you decide to use this script, it was meant to be run it from + # the parent directory (../) (If you run it from somewhere else, be sure to + # modify the "PATH_TO_DATA_FILE" and "PATH_TO_OUTPUT_TTREE" variables below.) + # # I suggest you do this in a temporary_directory + PATH_TO_DATA_FILE="." + + pushd "$PATH_TO_DATA_FILE" + mkdir new_lt_file cd new_lt_file/ # now run ltemplify.py ltemplify.py ../system.in.init ../system.in.settings ../system.data > system.lt - rm -rf ../system.data ../system.in* # these old lammps files no longer needed # This creates a new .LT file named "system.lt" in the local directory. @@ -31,10 +38,13 @@ # "moltemplate_files/output_ttree/Data Boundary" # then you can copy that information from this file into system.lt + PATH_TO_OUTPUT_TTREE="../moltemplate_files/output_ttree" + echo "write_once(\"Data Boundary\") {" >> system.lt - cat "../moltemplate_files/output_ttree/Data Boundary" >> system.lt + cat "$PATH_TO_OUTPUT_TTREE/Data Boundary" >> system.lt echo "}" >> system.lt echo "" >> system.lt + # Now, run moltemplate on this new .LT file. moltemplate.sh system.lt # This will create: "system.data" "system.in.init" "system.in.settings." @@ -43,10 +53,11 @@ # be ready to run in LAMMPS. # Now copy the system.data and system.in.* files to the place where - # you plan to run moltemplate + # you plan to run LAMMPS mv -f system.data system.in.* ../ cd ../ # Now delete all of the temporary files we generated rm -rf new_lt_file/ + popd diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README.TXT index 599c6f85c7..dfbbda86df 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README.TXT @@ -5,8 +5,7 @@ in a vacuum at room temperature using the OPLSAA force field. NOTE: This particular file contains instructions for how to build molecules using the OPLSAA force-field. However, moltemplate is not limited to OPLSAA. Moltemplate allows users to access any of the force-field - styles available in LAMMPS (including custom, user-defined force-fields - implemented by editing the LAMMPS source code). + styles available in LAMMPS (including custom, user-defined force-fields). -------- INSTRUCTIONS FOR USING OPLSAA WITH YOUR OWN MOLECULES: -------- @@ -51,9 +50,8 @@ To do this, type "make yes-user-misc" before compiling LAMMPS. 6) Run LAMMPS in this order: -lmp_g++ -i run.in.min -lmp_g++ -i run.in.npt -lmp_g++ -i run.in.nvt +lmp_g++ -i run.in.min # minimize the energy (to avoid atom overlap) before... +lmp_g++ -i run.in.nvt # running the simulation at constant temperature (Replace "lmp_g++" with the name of the LAMMPS executable you are using.) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_setup.sh index d80df900ef..2c3c217135 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/README_setup.sh @@ -10,7 +10,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/README.TXT index 06779d847d..dedba938bc 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -16,7 +16,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index ea7a9ade76..1260acdbd3 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -9,9 +9,14 @@ # # When building your own molecules, you should download this file, and delete # only the lines from the "atoms" section which you don't need. (But leave the -# rest of that file alone.) Rename the resulting file "oplsaa_subset.prm" +# rest of that file alone. I deleted other sections of this file here in order +# to reduce the file size, but this is not necessary.) +# +# Rename the resulting file "oplsaa_subset.prm" +# # Then you can create an oplsaa.lt file (which moltemplate.sh needs) this way: -# python oplsaa_moltemplate.py oplsaa_subset.prm +# oplsaa_moltemplate.py oplsaa_subset.prm +# # Then copy the newly created "oplsa.lt" file to the directory where you # plan to run moltemplate, and run moltemplate: # moltemplate system.lt diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/run.in.min b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/run.in.min index fc85e4c464..5d0bcffd8e 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/run.in.min +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/alkane_chain_single/run.in.min @@ -2,8 +2,6 @@ # # You must use moltemplate.sh to create 3 files: # system.data system.in.init system.in.settings -# (Follow the instructions in README_setup.sh, -# or run the file as a script using ./README_setup.sh) # # ------------------------------- Initialization Section -------------------- @@ -25,8 +23,7 @@ include "system.in.charges" # Note: The minimization step is not necessary in this example. However # in general, it's always a good idea to minimize the system beforehand. -# (The "fShakeSPCE" fix was defined in system.in.settings. -# It is incompatible with "minimize", so we disable it first.) + thermo 50 dump 1 all custom 50 traj_min.lammpstrj id mol type x y z ix iy iz minimize 1.0e-4 1.0e-6 100000 400000 diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_setup.sh index b3180b7e0e..2e4ecb9acc 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/README_setup.sh @@ -10,7 +10,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/README.TXT index b3063ce87b..6da3456025 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -15,7 +15,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index f226e55959..c802793ada 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -2,6 +2,8 @@ # http://dasher.wustl.edu/tinker/distribution/params/oplsaa.prm # In this version, all of the lines beginning with "atom" have been deleted # except for the atom types we will be using in this simulation +# (I also deleted some other lines from that file data to reduce the file size, +# but doing that is not necessary.) # # If you use this file, please also cite the software this file comes from: # diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_setup.sh index 33645bfc8c..0cf5ae7950 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/README_setup.sh @@ -19,7 +19,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/README.TXT index b3063ce87b..6da3456025 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -15,7 +15,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index f226e55959..c802793ada 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -2,6 +2,8 @@ # http://dasher.wustl.edu/tinker/distribution/params/oplsaa.prm # In this version, all of the lines beginning with "atom" have been deleted # except for the atom types we will be using in this simulation +# (I also deleted some other lines from that file data to reduce the file size, +# but doing that is not necessary.) # # If you use this file, please also cite the software this file comes from: # diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/system.xyz b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/system.xyz new file mode 100644 index 0000000000..d64a95504d --- /dev/null +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/moltemplate_files/system.xyz @@ -0,0 +1,12002 @@ + 12000 + Built with Packmol + C1 22.651014 24.498564 11.614060 + C2 22.571262 24.140589 10.326266 + H11 23.515857 24.451603 12.160727 + H12 21.853441 24.847475 12.153636 + H21 23.368835 23.791678 9.786690 + H22 21.706418 24.187550 9.779599 + C1 21.435403 10.177603 61.812264 + C2 20.874880 11.369561 61.571491 + H11 22.444012 10.040471 61.925867 + H12 20.899589 9.309329 61.901752 + H21 21.410694 12.237834 61.482003 + H22 19.866271 11.506692 61.457888 + C1 50.424240 2.165264 4.144155 + C2 51.118136 2.597830 3.083817 + H11 49.739110 2.740029 4.643402 + H12 50.524074 1.225635 4.539293 + H21 51.018302 3.537459 2.688679 + H22 51.803265 2.023065 2.584570 + C1 69.502684 36.682180 15.542915 + C2 70.510550 36.378868 14.715189 + H11 68.606679 37.063658 15.225656 + H12 69.548565 36.556544 16.558353 + H21 70.464670 36.504504 13.699751 + H22 71.406555 35.997391 15.032448 + C1 63.290190 42.633189 15.920572 + C2 63.657324 41.430907 15.459430 + H11 63.819808 43.491766 15.743500 + H12 62.450898 42.788725 16.486611 + H21 64.496616 41.275370 14.893390 + H22 63.127707 40.572330 15.636501 + C1 51.014039 43.520922 29.546351 + C2 51.721815 42.741456 30.373640 + H11 51.246058 43.652102 28.557431 + H12 50.185018 44.047214 29.837460 + H21 52.550836 42.215165 30.082531 + H22 51.489796 42.610276 31.362560 + C1 21.041209 33.203742 56.448080 + C2 20.018646 33.390439 57.292136 + H11 21.505740 33.966278 55.946329 + H12 21.439201 32.283731 56.237879 + H21 19.620655 34.310451 57.502338 + H22 19.554115 32.627903 57.793888 + C1 19.380903 57.909273 60.136394 + C2 18.507842 56.895938 60.198342 + H11 20.339380 57.808490 59.789740 + H12 19.158845 58.864795 60.430795 + H21 18.729900 55.940416 59.903941 + H22 17.549365 56.996721 60.544995 + C1 69.943496 73.076888 53.702677 + C2 70.336463 72.141689 54.576692 + H11 70.543548 73.846082 53.390775 + H12 69.011982 73.096524 53.277355 + H21 71.267977 72.122052 55.002014 + H22 69.736411 71.372495 54.888594 + C1 53.216166 34.782224 61.298469 + C2 52.832439 34.524767 62.555207 + H11 54.194493 34.781481 60.995353 + H12 52.561509 35.000129 60.541538 + H21 53.487097 34.306861 63.312139 + H22 51.854112 34.525510 62.858323 + C1 37.787302 28.010773 79.082839 + C2 39.036254 28.109043 78.610206 + H11 37.327390 27.117487 79.281648 + H12 37.193735 28.821168 79.282692 + H21 39.629821 27.298648 78.410353 + H22 39.496167 29.002329 78.411398 + C1 57.917058 25.635725 48.236420 + C2 58.654068 24.999341 49.155524 + H11 56.959578 25.958090 48.404698 + H12 58.252876 25.850142 47.292887 + H21 58.318251 24.784924 50.099058 + H22 59.611548 24.676976 48.987247 + C1 48.704501 39.022829 79.368761 + C2 48.146767 39.263710 78.175518 + H11 48.670604 38.111147 79.834261 + H12 49.208841 39.731331 79.909751 + H21 47.642426 38.555209 77.634528 + H22 48.180664 40.175392 77.710018 + C1 49.290389 30.217190 60.388264 + C2 49.629489 31.508662 60.288103 + H11 48.386460 29.845304 60.082294 + H12 49.908290 29.499731 60.778719 + H21 49.011589 32.226121 59.897648 + H22 50.533418 31.880547 60.594072 + C1 70.285207 40.468345 63.514615 + C2 69.451519 39.423750 63.596504 + H11 69.973795 41.443456 63.549032 + H12 71.299829 40.374340 63.411125 + H21 68.436897 39.517755 63.699994 + H22 69.762931 38.448639 63.562087 + C1 74.639200 8.945741 65.383745 + C2 74.083871 8.050095 64.557700 + H11 75.439088 9.531374 65.126417 + H12 74.307728 9.115576 66.337833 + H21 74.415344 7.880259 63.603611 + H22 73.283984 7.464462 64.815028 + C1 39.172540 71.787133 27.530358 + C2 38.962281 73.109074 27.495972 + H11 38.439875 71.093963 27.352253 + H12 40.082557 71.365257 27.737466 + H21 38.052264 73.530950 27.288863 + H22 39.694946 73.802244 27.674077 + C1 65.444930 70.845785 18.893696 + C2 64.680569 70.650896 17.811711 + H11 65.752408 70.089077 19.511639 + H12 65.782184 71.766880 19.188396 + H21 64.343315 69.729802 17.517010 + H22 64.373091 71.407604 17.193767 + C1 71.315072 36.001969 8.560061 + C2 70.304030 35.509365 7.833388 + H11 72.136503 35.452946 8.829930 + H12 71.346447 36.966500 8.903134 + H21 70.272655 34.544833 7.490315 + H22 69.482599 36.058388 7.563519 + C1 54.191566 63.992227 58.039470 + C2 53.632368 65.208827 58.049583 + H11 53.651049 63.122259 58.038625 + H12 55.203761 63.836004 58.031784 + H21 52.620173 65.365050 58.057269 + H22 54.172885 66.078795 58.050428 + C1 21.609595 5.135661 55.089620 + C2 22.533981 6.060397 55.378228 + H11 21.510842 4.255922 55.604702 + H12 20.928637 5.235394 54.331099 + H21 23.214939 5.960664 56.136748 + H22 22.632735 6.940137 54.863145 + C1 26.879519 23.479073 55.696825 + C2 28.211869 23.566739 55.596432 + H11 26.250395 24.278425 55.577480 + H12 26.384818 22.605776 55.900851 + H21 28.706570 24.440036 55.392406 + H22 28.840993 22.767387 55.715778 + C1 62.158924 30.644098 72.300606 + C2 62.692496 31.260098 71.238172 + H11 61.873130 29.660573 72.298548 + H12 61.994654 31.108033 73.198817 + H21 62.856766 30.796162 70.339961 + H22 62.978290 32.243623 71.240230 + C1 34.188367 42.393096 23.904692 + C2 35.516091 42.311539 23.751663 + H11 33.656449 43.257919 23.769975 + H12 33.600361 41.597065 24.168489 + H21 36.104096 43.107570 23.487866 + H22 36.048008 41.446716 23.886380 + C1 13.879265 36.414981 75.272748 + C2 14.490672 36.171191 76.438796 + H11 12.892360 36.678130 75.196763 + H12 14.350455 36.357468 74.365182 + H21 14.019482 36.228704 77.346362 + H22 15.477578 35.908042 76.514781 + C1 44.333608 42.745532 32.963104 + C2 44.076743 42.033211 31.858777 + H11 45.280528 42.958100 33.290460 + H12 43.603353 43.133802 33.567238 + H21 44.806998 41.644941 31.254643 + H22 43.129823 41.820643 31.531421 + C1 75.807431 43.681223 40.332840 + C2 77.077645 43.265414 40.413954 + H11 75.523624 44.538495 39.849578 + H12 75.019823 43.174681 40.747683 + H21 77.865252 43.771955 39.999111 + H22 77.361452 42.408142 40.897216 + C1 36.461650 32.287602 26.835698 + C2 36.105596 33.336254 27.588342 + H11 36.493989 31.325833 27.186354 + H12 36.729639 32.364841 25.850193 + H21 35.837607 33.259015 28.573847 + H22 36.073257 34.298023 27.237686 + C1 75.437961 4.371036 70.982983 + C2 75.130503 5.594304 70.533531 + H11 75.172120 3.508321 70.499191 + H12 75.963140 4.201937 71.845883 + H21 74.605325 5.763404 69.670631 + H22 75.396344 6.457019 71.017323 + C1 34.736383 32.471107 61.860615 + C2 34.821355 33.435200 62.785939 + H11 35.097807 31.522737 61.998350 + H12 34.303285 32.606273 60.942377 + H21 35.254452 33.300034 63.704177 + H22 34.459930 34.383570 62.648204 + C1 68.248696 55.181995 56.218730 + C2 68.784952 54.133299 55.581873 + H11 67.581696 55.093055 56.990872 + H12 68.463370 56.155501 55.983770 + H21 68.570279 53.159793 55.816832 + H22 69.451953 54.222239 54.809730 + C1 48.511144 28.944432 68.606003 + C2 49.283761 28.207780 69.414291 + H11 47.677799 28.580112 68.135035 + H12 48.692795 29.930111 68.395188 + H21 49.102110 27.222100 69.625106 + H22 50.117106 28.572100 69.885259 + C1 4.556463 34.366964 31.086230 + C2 5.876827 34.198783 30.940365 + H11 4.023215 33.991611 31.876015 + H12 3.975997 34.884176 30.419481 + H21 6.457293 33.681571 31.607114 + H22 6.410075 34.574136 30.150580 + C1 41.710507 53.347212 43.580312 + C2 42.113206 54.581297 43.908620 + H11 42.002082 52.505061 44.085059 + H12 41.079257 53.148423 42.798640 + H21 42.744456 54.780086 44.690293 + H22 41.821631 55.423448 43.403874 + C1 19.790783 55.013910 20.328197 + C2 19.749862 54.158503 21.357530 + H11 18.993747 55.588771 20.039630 + H12 20.622337 55.160576 19.748532 + H21 18.918308 54.011837 21.937195 + H22 20.546898 53.583642 21.646097 + C1 8.143656 42.683712 21.395637 + C2 7.904280 41.425572 21.004863 + H11 7.868391 43.506262 20.850986 + H12 8.620832 42.922392 22.269901 + H21 7.427104 41.186892 20.130598 + H22 8.179545 40.603022 21.549514 + C1 9.076078 43.978357 59.924781 + C2 9.312663 45.122264 60.579323 + H11 8.367832 43.297774 60.214950 + H12 9.584765 43.694066 59.082510 + H21 8.803975 45.406555 61.421594 + H22 10.020908 45.802847 60.289154 + C1 31.249523 75.052516 20.231411 + C2 31.106461 76.226093 20.860038 + H11 32.144117 74.560344 20.150962 + H12 30.475600 74.554787 19.781619 + H21 31.880384 76.723822 21.309830 + H22 30.211867 76.718265 20.940487 + C1 31.940010 12.491378 39.160561 + C2 32.143367 13.201051 38.043453 + H11 31.078081 11.971730 39.350423 + H12 32.630410 12.412423 39.912970 + H21 31.452968 13.280006 37.291045 + H22 33.005297 13.720700 37.853592 + C1 46.972771 51.543538 54.957717 + C2 46.844195 50.581632 54.035153 + H11 47.793218 52.152582 55.027981 + H12 46.260778 51.745854 55.665628 + H21 47.556188 50.379316 53.327242 + H22 46.023748 49.972588 53.964889 + C1 65.969573 7.657589 41.010763 + C2 66.656346 7.452924 39.879668 + H11 65.724543 8.587900 41.362169 + H12 65.635316 6.899912 41.613425 + H21 66.990603 8.210601 39.277006 + H22 66.901376 6.522614 39.528262 + C1 55.336302 23.513249 17.058916 + C2 56.662450 23.421190 17.219469 + H11 54.894492 23.895307 16.217584 + H12 54.659519 23.208842 17.764823 + H21 57.339234 23.725597 16.513563 + H22 57.104260 23.039132 18.060801 + C1 36.704235 71.388396 71.225248 + C2 37.607597 70.654065 71.886773 + H11 36.837072 71.715379 70.263770 + H12 35.809420 71.680814 71.628735 + H21 38.502412 70.361647 71.483286 + H22 37.474759 70.327081 72.848251 + C1 75.533482 46.415410 48.760132 + C2 74.283642 45.935057 48.769209 + H11 76.050938 46.659252 49.609711 + H12 76.070254 46.576742 47.902898 + H21 73.746870 45.773726 49.626444 + H22 73.766186 45.691216 47.919630 + C1 54.786475 15.518643 62.020361 + C2 53.702166 14.733077 62.011445 + H11 55.745099 15.158028 62.020090 + H12 54.742456 16.541876 62.028152 + H21 53.746185 13.709844 62.003653 + H22 52.743541 15.093692 62.011715 + C1 6.297111 63.847009 32.798995 + C2 5.501701 63.847905 33.876141 + H11 6.312061 64.602314 32.107406 + H12 6.953083 63.090948 32.582021 + H21 4.845729 64.603965 34.093114 + H22 5.486751 63.092600 34.567729 + C1 62.019414 36.410072 52.321586 + C2 61.921326 37.744923 52.283207 + H11 61.209686 35.785845 52.382293 + H12 62.911877 35.908365 52.293252 + H21 61.028863 38.246630 52.311541 + H22 62.731054 38.369150 52.222500 + C1 18.418230 12.239910 47.031087 + C2 19.309493 12.986024 46.366342 + H11 17.844099 12.597496 47.800184 + H12 18.240589 11.252985 46.822697 + H21 19.487134 13.972949 46.574732 + H22 19.883624 12.628438 45.597245 + C1 6.851760 43.192701 43.853277 + C2 6.657568 44.004696 42.806436 + H11 7.243749 42.249999 43.771665 + H12 6.623569 43.450493 44.817889 + H21 6.885758 43.746904 41.841824 + H22 6.265579 44.947398 42.888048 + C1 9.924466 47.871793 46.926570 + C2 9.131751 48.344163 47.896823 + H11 9.717285 47.023845 46.390786 + H12 10.800294 48.321301 46.643955 + H21 8.255923 47.894655 48.179438 + H22 9.338932 49.192111 48.432607 + C1 70.293803 20.435201 36.006011 + C2 71.600713 20.322409 35.737336 + H11 69.579831 19.819402 35.605963 + H12 69.905409 21.146140 36.632685 + H21 71.989107 19.611470 35.110662 + H22 72.314685 20.938209 36.137385 + C1 60.627380 72.544908 66.536898 + C2 61.434029 71.511158 66.265607 + H11 60.947547 73.408775 66.984370 + H12 59.626813 72.553001 66.318257 + H21 62.434596 71.503066 66.484248 + H22 61.113862 70.647291 65.818135 + C1 72.707987 20.069413 78.398098 + C2 72.425227 20.873574 79.430712 + H11 73.641169 19.989441 77.983636 + H12 72.013309 19.471082 77.941559 + H21 73.119904 21.471905 79.887251 + H22 71.492044 20.953546 79.845174 + C1 72.426183 34.041616 74.908482 + C2 72.565284 34.863666 75.956243 + H11 71.732900 33.288725 74.869537 + H12 73.002137 34.101115 74.063650 + H21 71.989330 34.804168 76.801075 + H22 73.258568 35.616558 75.995188 + C1 45.744062 6.374741 34.180465 + C2 45.256451 6.813170 35.347914 + H11 46.490595 6.850927 33.665743 + H12 45.408825 5.528744 33.710456 + H21 45.591688 7.659167 35.817923 + H22 44.509918 6.336984 35.862636 + C1 59.376459 64.619177 32.610172 + C2 59.060510 63.320204 32.686106 + H11 58.709524 65.374293 32.794568 + H12 60.309894 64.959733 32.361727 + H21 58.127075 62.979649 32.934551 + H22 59.727444 62.565088 32.501710 + C1 69.738652 21.177781 56.714948 + C2 68.513696 20.693270 56.474840 + H11 70.244623 21.782963 56.061686 + H12 70.265921 20.981279 57.570739 + H21 67.986427 20.889772 55.619049 + H22 68.007725 20.088088 57.128102 + C1 65.365438 56.864613 2.461825 + C2 64.032599 56.992904 2.462764 + H11 65.845691 55.959980 2.462252 + H12 66.009423 57.661033 2.460604 + H21 63.388614 56.196483 2.463985 + H22 63.552346 57.897537 2.462337 + C1 12.824370 17.163565 22.149983 + C2 11.863155 17.986843 21.712718 + H11 12.635988 16.251345 22.575861 + H12 13.823528 17.381358 22.092936 + H21 10.863998 17.769050 21.769765 + H22 12.051537 18.899062 21.286840 + C1 31.582065 25.069299 57.525882 + C2 30.433862 25.663623 57.874205 + H11 32.248339 25.473665 56.861375 + H12 31.884290 24.163625 57.896583 + H21 30.131637 26.569297 57.503504 + H22 29.767588 25.259256 58.538712 + C1 14.805579 39.218967 22.159828 + C2 14.053961 40.322004 22.266126 + H11 15.605464 39.139663 21.525084 + H12 14.639678 38.367870 22.704909 + H21 14.219862 41.173102 21.721044 + H22 13.254076 40.401308 22.900869 + C1 26.688171 52.639484 35.523273 + C2 26.084610 52.414977 34.349292 + H11 27.653431 52.362134 35.724154 + H12 26.232009 53.106205 36.312635 + H21 26.540772 51.948256 33.559931 + H22 25.119350 52.692328 34.148412 + C1 55.610491 17.028389 57.811480 + C2 54.538325 16.226281 57.813793 + H11 56.562635 16.697858 57.629342 + H12 55.562709 18.035490 57.991668 + H21 54.586108 15.219180 57.633605 + H22 53.586181 16.556812 57.995931 + C1 41.380111 57.320149 74.764966 + C2 41.115191 56.376565 73.852613 + H11 40.680011 57.689788 75.414760 + H12 42.303668 57.746414 74.884734 + H21 40.191634 55.950300 73.732845 + H22 41.815291 56.006926 73.202820 + C1 71.480990 76.707299 66.210683 + C2 70.832050 75.536373 66.183674 + H11 72.499987 76.789767 66.148647 + H12 71.009369 77.612497 66.295501 + H21 71.303672 74.631176 66.098856 + H22 69.813054 75.453905 66.245710 + C1 59.265586 33.360837 4.782339 + C2 58.910264 33.642294 6.042279 + H11 60.144779 32.898126 4.533497 + H12 58.686105 33.586142 3.968433 + H21 59.489745 33.416990 6.856185 + H22 58.031071 34.105005 6.291121 + C1 43.268413 7.036586 17.767022 + C2 44.283133 7.909535 17.801991 + H11 42.282959 7.315538 17.775389 + H12 43.397960 6.021309 17.729159 + H21 44.153586 8.924813 17.839854 + H22 45.268587 7.630583 17.793624 + C1 14.303342 27.294886 78.058828 + C2 14.521918 25.976940 78.149183 + H11 13.930112 27.749233 77.220214 + H12 14.492205 27.952215 78.821228 + H21 14.333055 25.319612 77.386783 + H22 14.895148 25.522594 78.987796 + C1 56.503415 56.687620 20.535795 + C2 57.095322 57.887329 20.478662 + H11 56.683148 55.936620 19.862965 + H12 55.824416 56.426675 21.256815 + H21 57.774322 58.148274 19.757641 + H22 56.915590 58.638329 21.151491 + C1 26.325906 49.428751 6.752187 + C2 27.180578 49.773921 7.723431 + H11 25.560819 50.030285 6.433123 + H12 26.370084 48.536068 6.252018 + H21 27.136400 50.666603 8.223601 + H22 27.945665 49.172386 8.042495 + C1 68.356046 43.034127 49.281166 + C2 67.417903 42.154275 49.653551 + H11 69.243631 42.763629 48.847545 + H12 68.259775 44.046773 49.400684 + H21 67.514174 41.141630 49.534032 + H22 66.530318 42.424774 50.087171 + C1 58.750514 42.571025 9.951302 + C2 57.824206 41.901750 9.253487 + H11 58.536366 43.132401 10.780761 + H12 59.745995 42.574176 9.710444 + H21 56.828726 41.898599 9.494345 + H22 58.038354 41.340375 8.424028 + C1 78.096825 53.647615 56.170255 + C2 79.364665 53.762964 56.585223 + H11 77.653085 54.304099 55.521312 + H12 77.471154 52.893834 56.469178 + H21 79.990336 54.516745 56.286301 + H22 79.808405 53.106480 57.234166 + C1 75.443737 59.804447 59.852465 + C2 76.241925 59.946597 58.786815 + H11 74.496978 59.417114 59.801234 + H12 75.717232 60.071878 60.802563 + H21 75.968430 59.679166 57.836718 + H22 77.188684 60.333930 58.838047 + C1 72.964247 59.764211 68.198770 + C2 73.150980 60.805344 67.377738 + H11 73.302131 58.818540 67.997415 + H12 72.468856 59.831697 69.092659 + H21 73.646372 60.737859 66.483849 + H22 72.813096 61.751015 67.579093 + C1 3.780965 73.674108 18.276575 + C2 4.564058 72.615775 18.032407 + H11 2.868422 73.607194 18.736782 + H12 4.032977 74.633717 18.022321 + H21 4.312045 71.656167 18.286661 + H22 5.476601 72.682689 17.572200 + C1 51.326576 58.862193 60.033663 + C2 51.741900 57.749348 60.651726 + H11 50.393992 58.965574 59.623051 + H12 51.908839 59.697487 59.922945 + H21 51.159637 56.914054 60.762445 + H22 52.674484 57.645967 61.062339 + C1 70.918299 76.144497 3.411404 + C2 70.194075 75.217220 4.050605 + H11 70.536809 77.041836 3.097953 + H12 71.910665 76.029307 3.185694 + H21 69.201709 75.332410 4.276315 + H22 70.575565 74.319881 4.364056 + C1 23.286637 78.333899 45.532595 + C2 22.519205 78.753421 44.518706 + H11 22.950452 78.244662 46.495933 + H12 24.270143 78.069274 45.424463 + H21 21.535699 79.018046 44.626838 + H22 22.855390 78.842659 43.555368 + C1 54.053727 10.327201 40.973268 + C2 52.881685 10.416903 40.332025 + H11 54.450157 11.086960 41.534172 + H12 54.645903 9.491779 40.953246 + H21 52.289509 11.252325 40.352046 + H22 52.485256 9.657144 39.771121 + C1 55.723353 79.416682 76.098682 + C2 55.264541 79.365550 74.841781 + H11 56.539882 79.967357 76.379822 + H12 55.293827 78.909136 76.877725 + H21 55.694067 79.873096 74.062738 + H22 54.448012 78.814874 74.560641 + C1 14.375622 12.614939 44.307875 + C2 14.258224 11.281096 44.308595 + H11 15.131610 13.115559 44.784178 + H12 13.718656 13.239404 43.830964 + H21 14.915190 10.656631 44.785506 + H22 13.502236 10.780476 43.832292 + C1 20.301209 50.147413 12.467328 + C2 20.444032 48.967084 13.083238 + H11 20.701901 50.356994 11.548347 + H12 19.780047 50.933429 12.866794 + H21 20.965193 48.181068 12.683772 + H22 20.043339 48.757503 14.002219 + C1 22.305273 2.647366 41.472460 + C2 23.072121 3.515715 42.143903 + H11 22.673695 1.980522 40.787925 + H12 21.290023 2.581764 41.590640 + H21 24.087371 3.581316 42.025723 + H22 22.703699 4.182558 42.828439 + C1 53.544893 76.514586 76.075925 + C2 54.824801 76.127304 76.144988 + H11 52.822480 75.990069 75.573925 + H12 53.187716 77.365772 76.519672 + H21 55.181978 75.276118 75.701241 + H22 55.547215 76.651821 76.646988 + C1 50.682521 64.403223 74.198805 + C2 51.993393 64.651164 74.084521 + H11 50.303883 63.537608 74.594214 + H12 49.955450 65.059702 73.899793 + H21 52.720463 63.994685 74.383532 + H22 52.372031 65.516779 73.689112 + C1 30.077840 22.246797 59.754006 + C2 30.599371 21.013943 59.785634 + H11 29.071151 22.434702 59.770519 + H12 30.644623 23.098791 59.710815 + H21 30.032588 20.161949 59.828825 + H22 31.606060 20.826038 59.769120 + C1 9.783127 13.436311 17.658675 + C2 10.498487 12.305336 17.613106 + H11 8.759840 13.459141 17.621725 + H12 10.203015 14.367447 17.734060 + H21 10.078600 11.374200 17.537720 + H22 11.521775 12.282506 17.650055 + C1 9.353180 56.897278 35.092399 + C2 10.070813 57.602344 34.208767 + H11 8.577974 56.282372 34.827916 + H12 9.523068 56.917467 36.102218 + H21 9.900925 57.582154 33.198948 + H22 10.846018 58.217250 34.473251 + C1 8.597927 16.386744 38.202692 + C2 9.843071 16.711715 37.832650 + H11 8.370232 15.546188 38.741788 + H12 7.775353 16.953190 37.975721 + H21 10.665645 16.145269 38.059621 + H22 10.070765 17.552271 37.293554 + C1 71.235390 48.768090 39.194293 + C2 72.148338 47.934918 38.679249 + H11 71.066065 48.868802 40.199375 + H12 70.634651 49.370153 38.623646 + H21 72.749076 47.332856 39.249897 + H22 72.317663 47.834206 37.674167 + C1 1.707082 14.980152 40.607648 + C2 1.193022 13.756774 40.428735 + H11 1.153533 15.839737 40.546815 + H12 2.694236 15.152475 40.819393 + H21 0.205868 13.584452 40.216990 + H22 1.746571 12.897189 40.489568 + C1 41.744490 72.977878 22.255746 + C2 40.597602 73.580207 22.594522 + H11 42.530085 72.855218 22.901345 + H12 41.926284 72.592478 21.324391 + H21 40.415809 73.965607 23.525877 + H22 39.812008 73.702866 21.948923 + C1 4.018437 61.583014 75.997459 + C2 5.213520 61.683915 76.592872 + H11 3.634021 60.700068 75.648698 + H12 3.394812 62.380851 75.843995 + H21 5.837145 60.886078 76.746337 + H22 5.597936 62.566861 76.941633 + C1 77.185779 47.435685 70.227115 + C2 78.134261 47.947743 71.021533 + H11 76.548026 46.688935 70.518044 + H12 77.023496 47.750520 69.266101 + H21 78.296544 47.632908 71.982547 + H22 78.772013 48.694493 70.730603 + C1 67.886928 53.565391 18.883431 + C2 68.250619 54.777472 18.445813 + H11 66.914888 53.298940 19.065493 + H12 68.552197 52.809463 19.070495 + H21 67.585349 55.533400 18.258749 + H22 69.222659 55.043924 18.263751 + C1 36.745375 30.126906 68.613282 + C2 37.959645 30.538107 68.226781 + H11 35.877164 30.598983 68.344286 + H12 36.589359 29.307986 69.208288 + H21 38.115660 31.357027 67.631775 + H22 38.827855 30.066031 68.495777 + C1 30.031294 14.147621 30.810674 + C2 31.011016 13.242710 30.691500 + H11 30.193215 15.158945 30.807616 + H12 29.042987 13.899581 30.914255 + H21 31.999323 13.490750 30.587919 + H22 30.849095 12.231386 30.694558 + C1 16.794125 67.795458 57.969397 + C2 16.222307 67.996273 56.775404 + H11 16.440392 68.201833 58.840452 + H12 17.630181 67.219698 58.105464 + H21 15.386252 68.572034 56.639337 + H22 16.576040 67.589898 55.904350 + C1 66.450388 22.180511 61.877453 + C2 67.181728 23.253402 61.550390 + H11 65.528541 22.238992 62.319925 + H12 66.755357 21.217058 61.710855 + H21 66.876758 24.216855 61.716988 + H22 68.103575 23.194921 61.107918 + C1 3.895195 25.075174 62.467106 + C2 3.219485 26.222662 62.607133 + H11 3.446251 24.175824 62.270582 + H12 4.914095 25.006629 62.545518 + H21 2.200585 26.291207 62.528722 + H22 3.668429 27.122013 62.803657 + C1 50.640164 12.762978 39.560173 + C2 50.888838 14.068377 39.395813 + H11 50.211541 12.371627 40.404051 + H12 50.859034 12.053236 38.854930 + H21 50.669968 14.778119 40.101055 + H22 51.317461 14.459728 38.551934 + C1 55.589764 48.094060 21.756450 + C2 54.634165 47.163254 21.640905 + H11 55.395196 49.096741 21.832468 + H12 56.590371 47.876506 21.777894 + H21 53.633558 47.380808 21.619462 + H22 54.828732 46.160573 21.564887 + C1 57.459520 34.282991 45.843543 + C2 56.846495 33.099790 45.974526 + H11 58.474262 34.386002 45.750311 + H12 56.961859 35.178000 45.826291 + H21 57.344156 32.204782 45.991779 + H22 55.831754 32.996779 46.067758 + C1 10.253400 51.913840 49.969905 + C2 11.199522 51.376845 49.189258 + H11 9.629771 51.359599 50.563965 + H12 10.078985 52.921032 50.034314 + H21 11.373938 50.369654 49.124849 + H22 11.823152 51.931086 48.595198 + C1 3.382905 33.011196 18.270560 + C2 2.236200 32.320097 18.289825 + H11 4.291950 32.603627 18.508316 + H12 3.441095 34.001700 18.016555 + H21 2.178010 31.329593 18.543831 + H22 1.327155 32.727666 18.052069 + C1 11.638102 9.528396 43.030297 + C2 11.889634 10.049488 41.822773 + H11 11.124937 10.025530 43.764139 + H12 11.939101 8.591725 43.314992 + H21 11.588635 10.986158 41.538078 + H22 12.402799 9.552353 41.088932 + C1 44.281259 47.686892 11.628774 + C2 43.874065 47.967718 10.384486 + H11 43.684031 47.241034 12.331293 + H12 45.221952 47.895876 11.975799 + H21 42.933372 47.758734 10.037460 + H22 44.471293 48.413575 9.681967 + C1 25.508582 3.850226 26.739930 + C2 25.751064 3.230802 25.577847 + H11 25.178711 3.365908 27.579944 + H12 25.633923 4.857023 26.880122 + H21 25.625724 2.224005 25.437655 + H22 26.080936 3.715121 24.737832 + C1 78.839274 73.496762 25.790325 + C2 79.016321 72.652886 24.765898 + H11 78.037790 73.452428 26.426455 + H12 79.491421 74.252897 26.018289 + H21 78.364174 71.896751 24.537934 + H22 79.817805 72.697220 24.129768 + C1 59.793133 12.974603 29.277873 + C2 58.655937 12.742922 28.610018 + H11 60.567354 12.305668 29.323833 + H12 59.978127 13.838959 29.795241 + H21 58.470943 11.878566 28.092650 + H22 57.881717 13.411857 28.564057 + C1 63.810243 30.481974 61.953660 + C2 63.837353 31.757129 62.361295 + H11 62.945121 29.970349 61.756666 + H12 64.652499 29.918018 61.806819 + H21 62.995097 32.321085 62.508137 + H22 64.702475 32.268754 62.558289 + C1 66.278987 15.977907 70.856468 + C2 65.249655 16.505776 71.530821 + H11 67.243303 15.985056 71.201498 + H12 66.182902 15.525506 69.942627 + H21 65.345740 16.958177 72.444661 + H22 64.285338 16.498627 71.185790 + C1 44.783442 17.083909 21.393342 + C2 45.177943 15.853094 21.743177 + H11 45.112547 17.564258 20.550752 + H12 44.121580 17.641741 21.940850 + H21 45.839805 15.295262 21.195669 + H22 44.848837 15.372745 22.585767 + C1 5.527036 30.262819 7.175848 + C2 6.553646 30.165252 8.029940 + H11 5.449998 30.998190 6.467118 + H12 4.738139 29.609743 7.164158 + H21 7.342544 30.818327 8.041630 + H22 6.630684 29.429880 8.738670 + C1 11.620715 29.633348 67.431599 + C2 10.575185 28.855358 67.124159 + H11 11.540881 30.635779 67.625924 + H12 12.582444 29.287144 67.496596 + H21 9.613456 29.201561 67.059161 + H22 10.655019 27.852926 66.929834 + C1 31.259990 34.997736 48.465829 + C2 30.166825 35.770005 48.504718 + H11 31.227922 33.974230 48.445546 + H12 32.214131 35.369840 48.453309 + H21 29.212684 35.397902 48.517237 + H22 30.198893 36.793511 48.525000 + C1 75.069988 27.538186 68.426131 + C2 75.965497 26.718829 68.991498 + H11 74.121478 27.248166 68.170745 + H12 75.263145 28.519325 68.204635 + H21 75.772340 25.737690 69.212994 + H22 76.914006 27.008848 69.246884 + C1 1.460434 47.828474 69.217470 + C2 1.750062 49.037641 69.714412 + H11 1.310775 47.648778 68.220316 + H12 1.365795 46.988249 69.795457 + H21 1.844701 49.877866 69.136425 + H22 1.899721 49.217337 70.711565 + C1 30.970161 67.933396 13.612688 + C2 32.129504 68.563539 13.385175 + H11 30.467278 67.400302 12.897200 + H12 30.495147 67.934969 14.520082 + H21 32.604518 68.561965 12.477781 + H22 32.632387 69.096633 14.100664 + C1 7.301989 64.177370 56.561084 + C2 7.861392 64.085861 57.774185 + H11 6.853283 65.028012 56.208841 + H12 7.278844 63.403916 55.890087 + H21 7.884536 64.859315 58.445182 + H22 8.310098 63.235219 58.126428 + C1 16.547675 17.143252 78.402737 + C2 17.659406 17.889022 78.431093 + H11 15.640847 17.467908 78.750968 + H12 16.516770 16.189547 78.030588 + H21 17.690312 18.842727 78.803242 + H22 18.566234 17.564367 78.082862 + C1 37.215973 76.096868 66.794271 + C2 37.228767 76.305839 68.116802 + H11 36.827323 75.254990 66.359305 + H12 37.593832 76.762482 66.113694 + H21 36.850908 75.640225 68.797379 + H22 37.617417 77.147717 68.551768 + C1 33.651436 7.550502 38.099534 + C2 33.290583 8.823148 37.891983 + H11 33.678080 6.843171 37.359279 + H12 33.929168 7.184368 39.014856 + H21 33.012851 9.189282 36.976660 + H22 33.263938 9.530479 38.632237 + C1 61.440229 46.076559 79.999705 + C2 61.697127 44.762434 79.999615 + H11 60.493299 46.466850 79.999735 + H12 62.170467 46.794720 79.999751 + H21 60.966888 44.044273 79.999569 + H22 62.644057 44.372143 79.999584 + C1 21.123083 38.113446 56.826592 + C2 21.442727 36.818106 56.939918 + H11 20.956757 38.577615 55.928880 + H12 21.019791 38.741885 57.628714 + H21 21.546019 36.189668 56.137796 + H22 21.609053 36.353938 57.837630 + C1 10.836828 5.388075 17.438268 + C2 11.023542 6.711205 17.524213 + H11 9.912259 4.950352 17.387532 + H12 11.603905 4.709752 17.416511 + H21 10.256465 7.389529 17.545970 + H22 11.948111 7.148929 17.574949 + C1 73.674495 27.881726 23.301971 + C2 73.411565 26.609048 22.979359 + H11 74.615930 28.229630 23.506099 + H12 72.954841 28.607314 23.369963 + H21 74.131219 25.883459 22.911367 + H22 72.470130 26.261144 22.775231 + C1 64.554761 53.384535 30.416963 + C2 63.427075 52.970025 29.825840 + H11 64.574942 54.073558 31.174489 + H12 65.485772 53.045149 30.158045 + H21 62.496064 53.309412 30.084759 + H22 63.406893 52.281003 29.068315 + C1 8.789058 56.838742 18.849630 + C2 10.071176 56.907104 18.469603 + H11 8.079493 56.296660 18.347963 + H12 8.417167 57.323160 19.671847 + H21 10.443066 56.422686 17.647387 + H22 10.780740 57.449186 18.971270 + C1 18.936105 21.700420 39.050863 + C2 18.449272 20.559983 39.556152 + H11 18.428477 22.589718 39.072440 + H12 19.854373 21.773070 38.603079 + H21 17.531005 20.487333 40.003936 + H22 18.956901 19.670684 39.534575 + C1 75.369273 27.303807 47.018527 + C2 76.481183 28.036478 47.159135 + H11 75.349972 26.283752 47.108628 + H12 74.450688 27.705862 46.809824 + H21 77.399768 27.634423 47.367838 + H22 76.500484 29.056533 47.069034 + C1 76.424442 67.348977 53.571538 + C2 76.903514 68.583509 53.373189 + H11 76.559536 66.823631 54.440310 + H12 75.885255 66.833007 52.870071 + H21 77.442701 69.099479 54.074656 + H22 76.768420 69.108854 52.504417 + C1 12.410429 17.367652 65.229367 + C2 11.490397 16.412748 65.415428 + H11 13.416784 17.181826 65.187863 + H12 12.180114 18.358930 65.113930 + H21 11.720712 15.421469 65.530865 + H22 10.484042 16.598573 65.456932 + C1 40.437803 28.197151 43.088515 + C2 39.504808 27.281927 43.379728 + H11 40.280512 29.206638 43.160624 + H12 41.382067 27.959648 42.770771 + H21 38.560544 27.519431 43.697473 + H22 39.662098 26.272440 43.307619 + C1 50.583752 9.384702 57.537620 + C2 49.909086 10.319485 58.218742 + H11 51.374615 9.595276 56.921830 + H12 50.361963 8.385647 57.578890 + H21 50.130874 11.318540 58.177472 + H22 49.118222 10.108911 58.834533 + C1 35.297249 27.058100 24.425475 + C2 35.379700 27.628456 23.216832 + H11 35.615339 27.511759 25.286879 + H12 34.909612 26.123352 24.583550 + H21 35.767337 28.563203 23.058757 + H22 35.061609 27.174797 22.355428 + C1 9.057954 59.812220 30.878483 + C2 9.952214 60.805169 30.963763 + H11 8.214943 59.760162 31.457815 + H12 9.146665 59.026735 30.227216 + H21 9.863503 61.590653 31.615030 + H22 10.795225 60.857227 30.384430 + C1 64.264910 45.131375 37.444382 + C2 62.940588 45.313512 37.521311 + H11 64.788392 45.157701 36.564452 + H12 64.858481 44.951418 38.259424 + H21 62.347017 45.493469 36.706269 + H22 62.417106 45.287186 38.401241 + C1 73.238788 71.098449 75.867721 + C2 73.942590 70.051949 75.417808 + H11 72.542555 71.031123 76.615873 + H12 73.341370 72.048488 75.499067 + H21 73.840007 69.101910 75.786462 + H22 74.638822 70.119276 74.669656 + C1 22.247762 21.166930 39.876861 + C2 22.365440 19.846903 39.685542 + H11 23.005353 21.832992 39.699601 + H12 21.390912 21.614297 40.215497 + H21 23.222290 19.399536 39.346906 + H22 21.607849 19.180840 39.862801 + C1 70.412368 22.135464 62.932053 + C2 70.890249 23.384374 62.862939 + H11 69.455954 21.912045 63.222497 + H12 70.965696 21.305440 62.699905 + H21 70.336921 24.214398 63.095087 + H22 71.846663 23.607793 62.572495 + C1 33.850059 52.236067 2.683994 + C2 34.994545 51.657842 3.069647 + H11 33.662953 53.238330 2.781278 + H12 33.071802 51.721531 2.261416 + H21 35.772803 52.172378 3.492225 + H22 35.181651 50.655579 2.972363 + C1 69.400443 28.996292 46.933132 + C2 70.269746 28.195635 46.303701 + H11 69.437272 29.190691 47.938048 + H12 68.630366 29.477240 46.459134 + H21 71.039823 27.714687 46.777698 + H22 70.232917 28.001237 45.298785 + C1 43.138653 26.844237 52.190202 + C2 42.734952 28.083276 52.497983 + H11 44.094740 26.508484 52.339101 + H12 42.523083 26.134872 51.781693 + H21 43.350522 28.792640 52.906492 + H22 41.778865 28.419029 52.349084 + C1 9.371917 24.191934 26.600410 + C2 8.199979 24.838715 26.566407 + H11 10.203331 24.554326 27.076253 + H12 9.529023 23.283987 26.153247 + H21 8.042874 25.746661 27.013570 + H22 7.368566 24.476322 26.090564 + C1 56.252599 47.983714 14.967848 + C2 55.033838 48.505648 14.780427 + H11 56.414104 47.059999 15.379759 + H12 57.119107 48.467182 14.714025 + H21 54.167329 48.022180 15.034250 + H22 54.872332 49.429363 14.368515 + C1 6.405554 9.071805 3.998137 + C2 6.584095 10.361011 4.312768 + H11 5.609761 8.515809 4.324612 + H12 7.050749 8.540368 3.406273 + H21 5.938901 10.892447 4.904631 + H22 7.379888 10.917007 3.986292 + C1 44.591321 55.923366 30.973432 + C2 45.409231 55.922173 32.033594 + H11 44.523278 56.703713 30.313559 + H12 43.969464 55.144026 30.739069 + H21 46.031088 56.701514 32.267957 + H22 45.477274 55.141826 32.693467 + C1 76.641808 15.453264 32.115717 + C2 76.056652 16.076640 31.085224 + H11 76.202758 15.347819 33.035021 + H12 77.574431 15.032897 32.065623 + H21 75.124029 16.497007 31.135317 + H22 76.495702 16.182086 30.165920 + C1 44.854407 48.087508 67.454874 + C2 45.138988 48.124530 68.762759 + H11 44.661593 47.221478 66.943191 + H12 44.807178 48.922309 66.863368 + H21 45.186217 47.289728 69.354265 + H22 45.331802 48.990560 69.274442 + C1 77.250316 67.186794 67.413320 + C2 78.586798 67.119350 67.460103 + H11 76.723174 68.052908 67.558137 + H12 76.650149 66.377570 67.229042 + H21 79.186965 67.928575 67.644381 + H22 79.113941 66.253237 67.315286 + C1 11.305480 57.840073 6.683451 + C2 10.293221 58.704251 6.829908 + H11 11.180559 56.870543 6.377820 + H12 12.284232 58.080677 6.865546 + H21 9.314469 58.463647 6.647813 + H22 10.418142 59.673782 7.135538 + C1 53.147911 33.946128 20.473520 + C2 53.781973 32.776552 20.625103 + H11 53.633074 34.840080 20.353229 + H12 52.127922 34.038703 20.465954 + H21 54.801961 32.683977 20.632669 + H22 53.296810 31.882600 20.745395 + C1 41.221917 18.463562 42.126773 + C2 40.023606 17.866511 42.104390 + H11 41.603800 18.932602 42.953315 + H12 41.850799 18.498129 41.319112 + H21 39.394724 17.831944 42.912051 + H22 39.641724 17.397470 41.277848 + C1 15.049006 19.804583 4.553996 + C2 13.916935 19.104330 4.409144 + H11 15.977696 19.426063 4.346003 + H12 15.075206 20.773759 4.884169 + H21 13.890734 18.135153 4.078971 + H22 12.988244 19.482849 4.617137 + C1 2.678233 4.847308 75.450133 + C2 3.163721 6.093888 75.507243 + H11 3.264051 4.019010 75.309618 + H12 1.682911 4.624127 75.542477 + H21 4.159044 6.317068 75.414899 + H22 2.577904 6.922185 75.647758 + C1 26.082691 13.207121 9.320124 + C2 25.664876 13.454230 10.568038 + H11 26.981834 12.767721 9.102240 + H12 25.535971 13.438087 8.485405 + H21 26.211595 13.223264 11.402757 + H22 24.765733 13.893630 10.785922 + C1 69.058305 37.559153 48.629076 + C2 69.529485 37.427825 49.875536 + H11 68.516570 38.368666 48.312508 + H12 69.202605 36.860414 47.894267 + H21 69.385186 38.126564 50.610346 + H22 70.071221 36.618312 50.192104 + C1 39.441732 20.516334 74.913757 + C2 38.578963 21.516963 75.131225 + H11 39.296475 19.788890 74.207549 + H12 40.314727 20.399758 75.436532 + H21 37.705968 21.633540 74.608450 + H22 38.724220 22.244408 75.837432 + C1 14.076256 21.943959 52.317428 + C2 14.311861 23.241027 52.082849 + H11 14.817891 21.246362 52.428510 + H12 13.135891 21.547492 52.404210 + H21 15.252226 23.637494 51.996067 + H22 13.570226 23.938624 51.971766 + C1 25.152465 75.379446 8.076092 + C2 25.496207 76.657215 7.870986 + H11 24.390470 75.092381 8.697350 + H12 25.624516 74.588725 7.627839 + H21 25.024156 77.447937 8.319239 + H22 26.258202 76.944280 7.249727 + C1 69.096057 47.203382 63.043033 + C2 68.550228 48.418846 63.175845 + H11 70.016536 47.040358 62.624531 + H12 68.635979 46.341173 63.349511 + H21 69.010305 49.281054 62.869368 + H22 67.629748 48.581869 63.594348 + C1 19.846404 11.112015 38.962290 + C2 18.941512 11.923967 39.523383 + H11 20.721381 11.443653 38.545834 + H12 19.734696 10.095503 38.905470 + H21 19.053220 12.940478 39.580203 + H22 18.066535 11.592328 39.939840 + C1 71.779430 50.619109 27.112542 + C2 71.313631 51.227762 28.210492 + H11 72.761461 50.650069 26.823302 + H12 71.190295 50.074756 26.475671 + H21 71.902766 51.772114 28.847363 + H22 70.331600 51.196802 28.499732 + C1 51.234197 44.175339 4.418909 + C2 50.654836 42.968168 4.417656 + H11 50.781523 45.019356 4.055969 + H12 52.175556 44.349559 4.782906 + H21 49.713477 42.793948 4.053659 + H22 51.107510 42.124151 4.780596 + C1 59.425535 59.209178 72.774669 + C2 60.386701 60.058229 73.159626 + H11 59.567298 58.475855 72.073852 + H12 58.473038 59.226333 73.150779 + H21 61.339199 60.041074 72.783516 + H22 60.244939 60.791552 73.860443 + C1 21.201455 45.984120 3.833683 + C2 21.768610 45.217292 4.773486 + H11 21.247409 47.007295 3.836215 + H12 20.677112 45.607759 3.038434 + H21 22.292954 45.593653 5.568734 + H22 21.722656 44.194117 4.770953 + C1 71.347161 16.172929 71.608677 + C2 70.757106 17.338752 71.901272 + H11 71.919149 16.023745 70.772270 + H12 71.272880 15.338753 72.198284 + H21 70.831387 18.172929 71.311666 + H22 70.185118 17.487937 72.737680 + C1 66.803701 25.059812 16.771155 + C2 67.659235 24.091586 16.419700 + H11 66.706821 25.407214 17.729764 + H12 66.178946 25.529099 16.108997 + H21 68.283991 23.622299 17.081859 + H22 67.756116 23.744184 15.461092 + C1 52.410731 53.828681 18.549761 + C2 51.250894 54.412421 18.876788 + H11 53.160320 54.307276 18.041758 + H12 52.639454 52.857707 18.781921 + H21 51.022171 55.383396 18.644628 + H22 50.501305 53.933826 19.384791 + C1 20.415926 1.753005 35.659257 + C2 20.326729 3.077324 35.482784 + H11 21.077990 1.312645 36.304825 + H12 19.829098 1.076313 35.162543 + H21 20.913557 3.754016 35.979498 + H22 19.664665 3.517684 34.837216 + C1 53.466980 6.897163 51.324757 + C2 52.371105 7.416610 51.892342 + H11 53.756575 7.102235 50.363985 + H12 54.101745 6.253942 51.806777 + H21 51.736339 8.059832 51.410322 + H22 52.081510 7.211538 52.853115 + C1 52.841150 53.083877 77.962746 + C2 52.396161 53.647787 76.832742 + H11 52.254272 52.513038 78.578149 + H12 53.803373 53.179062 78.300491 + H21 51.433939 53.552602 76.494997 + H22 52.983039 54.218626 76.217339 + C1 53.316800 11.023429 26.366364 + C2 52.172753 10.342906 26.511160 + H11 54.063307 11.028793 27.067579 + H12 53.535287 11.592080 25.543015 + H21 51.954267 9.774255 27.334509 + H22 51.426246 10.337543 25.809945 + C1 24.813871 46.517123 14.878580 + C2 24.997766 47.641938 14.175804 + H11 24.085025 45.830180 14.664345 + H12 25.387603 46.255295 15.685600 + H21 24.424034 47.903766 13.368784 + H22 25.726612 48.328881 14.390039 + C1 25.839647 21.006956 34.980616 + C2 24.624435 21.405017 34.583465 + H11 26.368429 21.466850 35.727537 + H12 26.335886 20.211302 34.568687 + H21 24.128197 22.200671 34.995394 + H22 24.095654 20.945123 33.836544 + C1 44.810867 65.135598 60.654525 + C2 44.261505 64.081764 60.037633 + H11 44.412086 66.078511 60.624628 + H12 45.673029 65.081585 61.204763 + H21 43.399342 64.135777 59.487395 + H22 44.660285 63.138851 60.067530 + C1 48.627419 75.441731 61.676719 + C2 48.647333 75.619302 63.003743 + H11 49.007758 74.611910 61.212238 + H12 48.230282 76.121772 61.021868 + H21 49.044469 74.939261 63.658594 + H22 48.266994 76.449124 63.468224 + C1 53.932548 78.328880 37.026815 + C2 53.235252 77.329467 36.471953 + H11 54.423910 79.044460 36.483204 + H12 54.029350 78.456296 38.038446 + H21 53.138450 77.202051 35.460321 + H22 52.743891 76.613886 37.015563 + C1 58.483209 10.012566 66.994304 + C2 59.355862 11.028138 66.997204 + H11 58.680633 9.097179 67.409147 + H12 57.549709 10.071326 66.577016 + H21 60.289362 10.969378 67.414493 + H22 59.158438 11.943525 66.582362 + C1 33.875292 68.840401 51.909276 + C2 33.571639 70.057678 52.377201 + H11 34.273984 68.675759 50.980329 + H12 33.732728 67.978282 52.443532 + H21 33.714203 70.919797 51.842944 + H22 33.172947 70.222320 53.306147 + C1 35.108078 26.707981 41.706346 + C2 35.964916 26.280446 40.770416 + H11 34.218389 26.243996 41.911710 + H12 35.275033 27.532588 42.290430 + H21 35.797961 25.455839 40.186333 + H22 36.854605 26.744431 40.565052 + C1 65.955878 38.200065 40.425569 + C2 67.181014 38.442218 39.942533 + H11 65.583870 37.257572 40.574975 + H12 65.294495 38.938303 40.683600 + H21 67.842397 37.703979 39.684501 + H22 67.553022 39.384710 39.793127 + C1 7.721215 48.346957 24.341598 + C2 7.721048 48.031431 25.642891 + H11 7.641112 47.653298 23.592315 + H12 7.801458 49.306759 23.993252 + H21 7.640804 47.071629 25.991237 + H22 7.801150 48.725089 26.392174 + C1 76.825636 3.768012 10.154756 + C2 76.733963 3.341863 8.888693 + H11 76.256197 4.528571 10.537238 + H12 77.472401 3.366906 10.840185 + H21 76.087198 3.742969 8.203264 + H22 77.303402 2.581305 8.506210 + C1 58.831395 16.139398 79.840870 + C2 57.907427 17.105981 79.770721 + H11 58.610329 15.141267 79.778680 + H12 59.831820 16.322225 79.962231 + H21 56.907002 16.923153 79.649360 + H22 58.128492 18.104112 79.832912 + C1 27.471354 47.411917 18.151065 + C2 27.863368 46.262322 17.587437 + H11 27.961151 47.852101 18.935502 + H12 26.650897 47.941407 17.842043 + H21 28.683825 45.732832 17.896460 + H22 27.373572 45.822139 16.803000 + C1 14.201206 62.196489 44.530265 + C2 14.549076 60.979885 44.092335 + H11 14.185664 63.028504 43.933177 + H12 13.923321 62.390668 45.496742 + H21 14.826961 60.785706 43.125858 + H22 14.564618 60.147871 44.689423 + C1 79.109277 4.991419 72.008102 + C2 79.139615 3.659639 72.143607 + H11 78.250282 5.545850 72.069239 + H12 79.942682 5.560332 71.832667 + H21 78.306209 3.090725 72.319041 + H22 79.998609 3.105207 72.082470 + C1 36.393031 47.637687 38.121197 + C2 37.584979 47.028587 38.086881 + H11 36.279150 48.655440 38.135819 + H12 35.501515 47.133705 38.135521 + H21 38.476495 47.532569 38.072558 + H22 37.698860 46.010834 38.072260 + C1 64.430459 76.444430 19.432523 + C2 64.107608 75.145255 19.461362 + H11 63.954000 77.131736 18.841253 + H12 65.179241 76.852967 19.999469 + H21 63.358826 74.736718 18.894416 + H22 64.584068 74.457949 20.052632 + C1 8.109829 46.728631 74.226061 + C2 9.024451 47.010616 75.162475 + H11 7.101106 46.825722 74.374570 + H12 8.347077 46.393689 73.287695 + H21 8.787203 47.345559 76.100841 + H22 10.033174 46.913525 75.013966 + C1 5.251457 10.167018 66.745110 + C2 6.205026 11.086091 66.942418 + H11 5.323201 9.419322 66.048829 + H12 4.375385 10.139485 67.274963 + H21 7.081098 11.113624 66.412565 + H22 6.133282 11.833787 67.638699 + C1 58.961013 67.925860 73.391649 + C2 59.196756 69.028448 72.669399 + H11 58.030632 67.657701 73.725544 + H12 59.692546 67.263995 73.666964 + H21 58.465223 69.690312 72.394083 + H22 60.127137 69.296606 72.335503 + C1 11.660268 21.579002 26.850165 + C2 10.694178 21.051223 26.087905 + H11 11.483867 22.034264 27.750512 + H12 12.651557 21.568917 26.592778 + H21 9.702889 21.061308 26.345292 + H22 10.870579 20.595962 25.187559 + C1 3.261537 55.688316 48.796004 + C2 2.211535 55.623598 49.624393 + H11 4.167049 56.086157 49.062039 + H12 3.241692 55.345064 47.831230 + H21 2.231380 55.966849 50.589166 + H22 1.306023 55.225756 49.358358 + C1 69.187746 26.714662 49.633963 + C2 69.333086 26.442007 50.936827 + H11 68.450437 26.308146 49.050760 + H12 69.802462 27.351158 49.118210 + H21 68.718371 25.805510 51.452580 + H22 70.070395 26.848523 51.520030 + C1 10.087520 4.018829 78.972791 + C2 11.195941 4.298369 78.275524 + H11 9.200071 3.749144 78.538383 + H12 10.040025 4.052723 79.995336 + H21 11.243435 4.264475 77.252978 + H22 12.083389 4.568054 78.709931 + C1 22.539728 37.151571 69.830063 + C2 23.710179 37.738425 70.110362 + H11 22.365074 36.150465 69.957681 + H12 21.727117 37.657671 69.466016 + H21 24.522790 37.232325 70.474408 + H22 23.884833 38.739531 69.982744 + C1 42.005348 60.890595 72.797418 + C2 41.797473 62.152430 73.194256 + H11 42.900196 60.404443 72.906540 + H12 41.285841 60.312400 72.353567 + H21 42.516980 62.730625 73.638107 + H22 40.902625 62.638582 73.085134 + C1 78.255581 9.087120 16.579173 + C2 79.197062 9.734911 15.881390 + H11 78.264068 9.007361 17.600236 + H12 77.452962 8.620472 16.146682 + H21 79.999680 10.201558 16.313880 + H22 79.188575 9.814669 14.860327 + C1 47.450949 76.950313 40.335860 + C2 48.117631 77.334701 41.431626 + H11 46.548604 76.466620 40.364467 + H12 47.790954 77.109778 39.382985 + H21 47.777625 77.175235 42.384501 + H22 49.019976 77.818393 41.403019 + C1 11.357775 28.078884 48.483967 + C2 11.717495 29.367752 48.435566 + H11 11.882453 27.328528 48.024965 + H12 10.529676 27.742092 48.983794 + H21 12.545593 29.704544 47.935738 + H22 11.192817 30.118108 48.894567 + C1 53.030726 48.579392 11.573937 + C2 54.321857 48.918752 11.677541 + H11 52.691995 47.616005 11.652366 + H12 52.280399 49.256531 11.408118 + H21 55.072184 48.241613 11.843359 + H22 54.660588 49.882139 11.599112 + C1 23.383953 44.561409 75.508922 + C2 22.209052 44.082628 75.937054 + H11 23.472534 45.386234 74.908237 + H12 24.286391 44.140432 75.748480 + H21 21.306615 44.503605 75.697495 + H22 22.120472 43.257803 76.537738 + C1 11.494731 71.770393 79.094278 + C2 10.562116 72.034492 78.170480 + H11 11.286638 71.338800 79.999501 + H12 12.489475 71.979220 78.968271 + H21 9.567372 71.825665 78.296488 + H22 10.770210 72.466085 77.265257 + C1 74.147987 2.907457 78.347808 + C2 74.305758 4.118684 78.896404 + H11 73.940067 2.759511 77.355899 + H12 74.222828 2.033742 78.876983 + H21 74.230917 4.992398 78.367228 + H22 74.513678 4.266629 79.888313 + C1 47.871855 66.645273 63.122520 + C2 47.720366 65.318617 63.222298 + H11 48.520413 67.091933 62.467637 + H12 47.351076 67.317636 63.693241 + H21 48.241144 64.646255 62.651577 + H22 47.071808 64.871958 63.877181 + C1 12.044269 33.199876 42.599682 + C2 13.008082 34.120721 42.473066 + H11 11.195487 33.188308 42.026587 + H12 12.080085 32.434720 43.279577 + H21 12.972266 34.885877 41.793171 + H22 13.856864 34.132289 43.046162 + C1 69.830719 47.066950 27.107242 + C2 70.952631 46.336037 27.107285 + H11 68.891139 46.659282 27.107490 + H12 69.823976 48.091137 27.106958 + H21 70.959374 45.311850 27.107569 + H22 71.892211 46.743705 27.107037 + C1 22.790805 43.730680 13.517183 + C2 23.992074 43.240318 13.847967 + H11 21.967944 43.144181 13.350079 + H12 22.600405 44.730794 13.405274 + H21 24.182473 42.240204 13.959876 + H22 24.814934 43.826817 14.015071 + C1 61.371741 47.680421 30.864597 + C2 62.180223 48.228252 29.948541 + H11 61.476963 47.829978 31.872349 + H12 60.584572 47.068774 30.629530 + H21 62.967391 48.839900 30.183608 + H22 62.075001 48.078696 28.940788 + C1 33.540035 53.582911 47.957578 + C2 32.270494 53.245526 48.217114 + H11 34.246515 52.916127 47.633096 + H12 33.904400 54.534277 48.063143 + H21 31.906128 52.294159 48.111548 + H22 31.564014 53.912310 48.541595 + C1 68.532152 34.613663 68.401509 + C2 69.099583 34.632586 69.614186 + H11 67.521730 34.684311 68.249656 + H12 69.063952 34.527053 67.530480 + H21 68.567783 34.719196 70.485215 + H22 70.110005 34.561938 69.766039 + C1 23.144721 39.554212 3.423010 + C2 22.821392 38.778959 4.465777 + H11 22.759811 40.491824 3.275592 + H12 23.802356 39.270519 2.690864 + H21 22.163756 39.062652 5.197923 + H22 23.206302 37.841347 4.613195 + C1 11.592322 47.034534 71.965141 + C2 12.832327 46.529416 71.952276 + H11 11.391758 48.038192 72.003191 + H12 10.746954 46.456938 71.937943 + H21 13.677695 47.107012 71.979474 + H22 13.032891 45.525757 71.914226 + C1 52.731816 1.022167 11.605000 + C2 53.252794 1.061985 12.837850 + H11 51.840964 1.460757 11.353952 + H12 53.183228 0.549992 10.816152 + H21 52.801382 1.534160 13.626698 + H22 54.143646 0.623395 13.088899 + C1 15.643401 26.821603 26.562802 + C2 16.359566 27.936401 26.369792 + H11 15.073866 26.382891 25.833306 + H12 15.608858 26.319992 27.455101 + H21 16.394110 28.438012 25.477493 + H22 16.929102 28.375113 27.099289 + C1 42.917042 3.158656 23.177056 + C2 43.947281 3.837983 23.696715 + H11 42.067441 2.932220 23.702324 + H12 42.897648 2.812086 22.213460 + H21 43.966675 4.184552 24.660310 + H22 44.796883 4.064419 23.171446 + C1 29.424863 51.836411 31.788657 + C2 28.551841 52.725742 31.298919 + H11 30.439554 51.921499 31.678355 + H12 29.146558 51.001179 32.312049 + H21 28.830146 53.560973 30.775527 + H22 27.537150 52.640653 31.409221 + C1 29.834883 30.213871 56.138453 + C2 30.700559 31.140381 56.568691 + H11 29.196585 29.706364 56.758142 + H12 29.742992 29.939876 55.155861 + H21 30.792451 31.414376 57.551283 + H22 31.338858 31.647888 55.949002 + C1 60.051494 20.328770 46.041796 + C2 60.504344 21.517375 45.623388 + H11 59.059286 20.075060 46.054400 + H12 60.661726 19.579902 46.382115 + H21 59.894111 22.266243 45.283069 + H22 61.496552 21.771085 45.610785 + C1 65.042980 14.696591 39.215770 + C2 65.849966 13.632567 39.118059 + H11 65.377890 15.664024 39.185591 + H12 64.027384 14.626651 39.328368 + H21 66.865561 13.702506 39.005461 + H22 65.515056 12.665133 39.148238 + C1 72.898743 32.370725 51.117790 + C2 72.011497 33.373373 51.138118 + H11 73.426184 32.066601 51.941390 + H12 73.119684 31.829124 50.277042 + H21 71.790555 33.914974 51.978866 + H22 71.484056 33.677497 50.314517 + C1 38.676420 23.616101 79.010592 + C2 37.686690 24.447420 78.660927 + H11 38.531184 22.765962 79.563018 + H12 39.656483 23.765031 78.753106 + H21 36.706627 24.298490 78.918414 + H22 37.831926 25.297559 78.108501 + C1 76.784621 22.546437 76.362521 + C2 75.914633 22.871868 77.326957 + H11 77.686887 22.097024 76.544034 + H12 76.616181 22.721351 75.367515 + H21 76.083073 22.696954 78.321963 + H22 75.012366 23.321281 77.145444 + C1 59.612771 60.400201 18.178779 + C2 59.511633 60.111336 16.875227 + H11 60.461266 60.779726 18.608919 + H12 58.849584 60.264332 18.848174 + H21 60.274820 60.247206 16.205832 + H22 58.663138 59.731812 16.445087 + C1 19.556225 57.911765 4.926784 + C2 20.855809 57.596178 4.860399 + H11 19.202451 58.753250 5.391274 + H12 18.813812 57.336474 4.518291 + H21 21.598223 58.171468 5.268893 + H22 21.209583 56.754692 4.395910 + C1 53.206730 4.029818 79.993532 + C2 54.092264 3.025455 79.991000 + H11 52.192360 3.888317 79.999417 + H12 53.474161 5.018489 79.989782 + H21 53.824833 2.036784 79.994750 + H22 55.106634 3.166956 79.985114 + C1 12.453773 43.929505 14.298851 + C2 13.135418 45.081991 14.306446 + H11 11.915271 43.586618 15.099755 + H12 12.417315 43.300280 13.491540 + H21 13.171877 45.711215 15.113757 + H22 13.673921 45.424877 13.505542 + C1 20.258766 72.296914 30.444186 + C2 19.211790 73.073018 30.136898 + H11 20.218121 71.273618 30.458915 + H12 21.182525 72.665574 30.688651 + H21 18.288031 72.704358 29.892433 + H22 19.252435 74.096314 30.122168 + C1 29.383459 51.368607 47.354336 + C2 30.189911 50.339151 47.066628 + H11 28.362245 51.295395 47.382021 + H12 29.724438 52.310157 47.569330 + H21 29.848932 49.397602 46.851634 + H22 31.211124 50.412364 47.038943 + C1 28.680907 44.261107 50.844921 + C2 27.546943 44.667783 50.260402 + H11 28.704909 43.658179 51.672511 + H12 29.613392 44.521008 50.510366 + H21 26.614458 44.407883 50.594957 + H22 27.522941 45.270711 49.432812 + C1 30.133058 63.480995 49.320146 + C2 29.465459 62.354297 49.041246 + H11 31.154272 63.554002 49.291956 + H12 29.674957 64.358347 49.583586 + H21 29.923560 61.476945 48.777806 + H22 28.444244 62.281291 49.069437 + C1 61.104479 33.813781 51.044596 + C2 62.357499 33.859071 50.574689 + H11 60.334580 34.364799 50.653907 + H12 60.817468 33.224561 51.831646 + H21 62.644510 34.448291 49.787639 + H22 63.127398 33.308052 50.965378 + C1 38.481931 76.787305 5.237906 + C2 39.428184 77.363813 5.989681 + H11 37.493792 77.054705 5.270781 + H12 38.671916 76.033625 4.570916 + H21 39.238199 78.117493 6.656672 + H22 40.416323 77.096412 5.956806 + C1 62.765482 53.509820 24.807514 + C2 61.505618 53.554834 25.258776 + H11 63.116679 54.106581 24.052834 + H12 63.476968 52.875090 25.181557 + H21 60.794131 54.189564 24.884733 + H22 61.154421 52.958073 26.013455 + C1 46.370674 34.639224 54.008500 + C2 47.280773 35.618071 53.927881 + H11 46.613550 33.646822 54.080282 + H12 45.360138 34.805978 54.004720 + H21 48.291309 35.451317 53.931660 + H22 47.037898 36.610473 53.856099 + C1 50.743964 65.674373 49.786373 + C2 51.230684 65.079621 50.882865 + H11 51.334651 66.081774 49.055540 + H12 49.742733 65.768639 49.592324 + H21 52.231914 64.985355 51.076914 + H22 50.639996 64.672219 51.613698 + C1 65.576669 4.454953 52.132320 + C2 66.046233 3.409814 52.825223 + H11 65.658967 5.425454 52.449115 + H12 65.098299 4.366018 51.231067 + H21 66.524603 3.498749 53.726475 + H22 65.963935 2.439313 52.508427 + C1 42.517313 16.284902 7.835677 + C2 43.329486 15.694647 6.949734 + H11 42.486799 16.034175 8.828253 + H12 41.862766 17.033503 7.590384 + H21 43.984033 14.946045 7.195026 + H22 43.360000 15.945373 5.957157 + C1 61.644317 63.928104 68.812135 + C2 62.282971 64.805212 69.596816 + H11 62.099259 63.415847 68.050804 + H12 60.650677 63.700529 68.911594 + H21 63.276612 65.032787 69.497356 + H22 61.828030 65.317469 70.358146 + C1 28.402321 10.742188 54.308206 + C2 29.457171 10.046305 54.750879 + H11 27.478909 10.328356 54.149911 + H12 28.435977 11.742990 54.093111 + H21 29.423515 9.045503 54.965974 + H22 30.380583 10.460136 54.909174 + C1 7.931366 21.948575 8.170481 + C2 6.731636 22.534625 8.069923 + H11 8.212072 21.137151 7.612091 + H12 8.662623 22.265671 8.813690 + H21 6.000380 22.217529 7.426713 + H22 6.450930 23.346049 8.628312 + C1 54.945603 43.832113 39.564432 + C2 54.186228 44.865655 39.949218 + H11 54.987623 43.490507 38.599785 + H12 55.544110 43.301936 40.204515 + H21 53.587721 45.395831 39.309135 + H22 54.144208 45.207261 40.913865 + C1 9.201392 27.349639 41.619564 + C2 8.502956 28.484940 41.746847 + H11 10.070496 27.161304 42.127690 + H12 8.921413 26.580360 41.004076 + H21 8.782935 29.254219 42.362335 + H22 7.633852 28.673276 41.238721 + C1 9.667388 74.792017 55.236384 + C2 10.590705 74.971081 54.283313 + H11 8.845069 74.192547 55.120498 + H12 9.710899 75.240450 56.156177 + H21 10.547194 74.522648 53.363521 + H22 11.413024 75.570551 54.399200 + C1 2.973650 24.199255 6.700574 + C2 3.053531 25.521365 6.504199 + H11 3.222643 23.743392 7.583295 + H12 2.657278 23.539930 5.983495 + H21 3.369903 26.180691 7.221278 + H22 2.804538 25.977228 5.621478 + C1 23.008677 20.101769 3.036375 + C2 22.226672 19.709550 2.022692 + H11 24.010035 19.893519 3.090405 + H12 22.666934 20.640852 3.837378 + H21 22.568416 19.170468 1.221689 + H22 21.225315 19.917800 1.968662 + C1 57.160491 1.527237 28.957037 + C2 56.308111 2.559866 28.950331 + H11 58.178912 1.635566 28.947668 + H12 56.861046 0.547895 28.972061 + H21 56.607556 3.539208 28.935307 + H22 55.289690 2.451537 28.959700 + C1 1.554785 6.448617 23.851405 + C2 1.030315 7.464796 24.547990 + H11 1.023170 5.616444 23.579601 + H12 2.528785 6.423652 23.535646 + H21 0.056314 7.489761 24.863749 + H22 1.561930 8.296969 24.819795 + C1 44.927957 74.712104 12.420648 + C2 46.104144 74.101024 12.610609 + H11 44.666441 75.173833 11.544623 + H12 44.197370 74.765816 13.136442 + H21 46.834731 74.047312 11.894815 + H22 46.365660 73.639295 13.486634 + C1 77.510481 50.544758 16.966785 + C2 78.199558 50.052220 18.003848 + H11 77.669795 51.477469 16.574774 + H12 76.769937 50.027498 16.484043 + H21 78.940103 50.569480 18.486590 + H22 78.040245 49.119509 18.395859 + C1 57.704710 60.269135 30.975365 + C2 56.631345 61.069519 30.989332 + H11 57.647761 59.247314 31.015901 + H12 58.667031 60.615839 30.923048 + H21 55.669024 60.722814 31.041649 + H22 56.688294 62.091339 30.948796 + C1 14.824732 38.731175 31.630336 + C2 15.334636 37.554487 31.245206 + H11 13.826868 38.956994 31.582621 + H12 15.392497 39.497882 32.002905 + H21 14.766870 36.787781 30.872638 + H22 16.332500 37.328668 31.292922 + C1 71.791270 79.332234 32.988593 + C2 73.037821 78.907256 32.746885 + H11 71.022338 79.237053 32.318751 + H12 71.508746 79.785881 33.862315 + H21 73.320345 78.453610 31.873163 + H22 73.806753 79.002437 33.416727 + C1 61.316794 46.035221 48.274950 + C2 60.609896 47.163018 48.420862 + H11 61.281374 45.451317 47.434233 + H12 61.948476 45.667838 48.992593 + H21 59.978214 47.530401 47.703219 + H22 60.645317 47.746921 49.261579 + C1 29.952529 54.169249 37.213378 + C2 29.529903 55.439615 37.235248 + H11 29.320263 53.363535 37.221769 + H12 30.941275 53.903420 37.186541 + H21 28.541157 55.705444 37.262085 + H22 30.162168 56.245328 37.226857 + C1 66.752639 63.996761 7.493520 + C2 67.894748 63.794697 6.824432 + H11 66.414514 63.375353 8.234146 + H12 66.127406 64.788608 7.317264 + H21 68.519980 63.002850 7.000688 + H22 68.232873 64.416106 6.083806 + C1 28.760053 71.036813 56.726618 + C2 30.009857 70.871570 56.275392 + H11 27.926313 70.834937 56.167040 + H12 28.539594 71.378070 57.666802 + H21 30.230316 70.530313 55.335208 + H22 30.843597 71.073446 56.834971 + C1 33.267786 51.524917 59.153885 + C2 33.476145 50.897178 57.989646 + H11 32.522726 52.212478 59.299308 + H12 33.837098 51.366848 59.990486 + H21 32.906833 51.055248 57.153045 + H22 34.221206 50.209617 57.844223 + C1 26.712544 51.830014 24.896709 + C2 27.123966 50.579595 25.141871 + H11 27.241451 52.662747 25.172056 + H12 25.836605 52.051998 24.414569 + H21 27.999905 50.357611 25.624011 + H22 26.595059 49.746862 24.866524 + C1 38.168254 2.534351 2.948415 + C2 37.799073 1.790135 3.998543 + H11 37.582256 3.270701 2.544186 + H12 39.065651 2.425741 2.466870 + H21 36.901676 1.898745 4.480087 + H22 38.385070 1.053785 4.402771 + C1 34.457790 14.692706 28.188880 + C2 35.586005 13.973846 28.131510 + H11 34.306738 15.550522 27.650048 + H12 33.657203 14.441243 28.776102 + H21 36.386592 14.225310 27.544288 + H22 35.737057 13.116031 28.670343 + C1 11.276552 42.572648 8.077908 + C2 11.068979 43.801353 7.587889 + H11 10.696215 41.763532 7.838025 + H12 12.031974 42.345363 8.731118 + H21 10.313557 44.028638 6.934679 + H22 11.649316 44.610469 7.827772 + C1 69.795240 64.886410 42.197335 + C2 69.976054 66.212998 42.217134 + H11 69.081039 64.405477 42.751973 + H12 70.356928 64.248379 41.625997 + H21 69.414366 66.851030 42.788471 + H22 70.690255 66.693931 41.662496 + C1 35.779091 11.099334 17.241934 + C2 34.771022 11.965129 17.077264 + H11 35.756270 10.134291 16.899626 + H12 36.652209 11.334087 17.723141 + H21 33.897904 11.730377 16.596057 + H22 34.793843 12.930172 17.419573 + C1 58.570829 11.718035 73.722980 + C2 59.714673 11.210775 73.246296 + H11 57.716299 11.166837 73.845300 + H12 58.460537 12.697104 74.002739 + H21 59.824965 10.231707 72.966537 + H22 60.569204 11.761973 73.123976 + C1 43.273597 18.293554 26.391307 + C2 43.122547 17.167087 27.099246 + H11 42.925169 19.205750 26.700336 + H12 43.749433 18.331521 25.485138 + H21 42.646710 17.129119 28.005415 + H22 43.470974 16.254890 26.790217 + C1 46.940219 13.900108 27.372084 + C2 46.129161 14.772211 26.760086 + H11 47.957082 13.892964 27.249848 + H12 46.607475 13.171640 28.010536 + H21 46.461904 15.500678 26.121634 + H22 45.112297 14.779354 26.882322 + C1 71.411222 61.952127 33.820617 + C2 70.222823 61.870830 34.432187 + H11 71.769746 62.812057 33.395193 + H12 72.055103 61.160772 33.730189 + H21 69.578942 62.662186 34.522616 + H22 69.864299 61.010901 34.857612 + C1 30.677222 35.030359 8.459210 + C2 29.407742 35.048897 8.884647 + H11 31.167395 34.174928 8.181771 + H12 31.257844 35.870153 8.377798 + H21 28.827120 34.209104 8.966059 + H22 28.917569 35.904328 9.162086 + C1 13.771801 13.026861 49.354336 + C2 13.163045 13.160273 50.539469 + H11 13.295575 13.157267 48.457003 + H12 14.761506 12.783925 49.252021 + H21 12.173339 13.403209 50.641784 + H22 13.639271 13.029867 51.436802 + C1 62.009981 67.762069 49.473317 + C2 60.833556 67.994698 48.877641 + H11 62.914125 67.920673 49.019034 + H12 62.098141 67.407243 50.430046 + H21 60.745397 68.349524 47.920912 + H22 59.929413 67.836094 49.331924 + C1 21.652677 76.279406 12.982049 + C2 20.472409 75.973809 12.428426 + H11 22.012923 77.235610 13.052053 + H12 22.287976 75.580970 13.379020 + H21 19.837109 76.672244 12.031455 + H22 20.112163 75.017605 12.358422 + C1 67.927627 6.915116 10.527020 + C2 68.511242 7.783038 11.363097 + H11 68.203766 5.931798 10.450624 + H12 67.159213 7.166350 9.898191 + H21 69.279656 7.531803 11.991926 + H22 68.235102 8.766356 11.439493 + C1 30.058369 30.909205 74.994180 + C2 29.012246 30.174477 74.595780 + H11 30.919929 30.505868 75.373703 + H12 30.079204 31.932279 74.950703 + H21 28.991411 29.151403 74.639257 + H22 28.150687 30.577814 74.216256 + C1 47.071336 11.865702 66.078697 + C2 47.344844 12.418012 64.889972 + H11 46.274303 12.141753 66.659678 + H12 47.637667 11.123784 66.500396 + H21 46.778513 13.159930 64.468273 + H22 48.141877 12.141961 64.308991 + C1 15.616334 65.541434 5.149071 + C2 14.329831 65.897944 5.045473 + H11 16.305071 65.689798 4.405678 + H12 16.012749 65.092358 5.979847 + H21 13.933416 66.347021 4.214697 + H22 13.641093 65.749581 5.788866 + C1 48.731274 16.555834 22.928333 + C2 48.378839 17.822284 22.673742 + H11 49.698025 16.261182 23.094389 + H12 48.061797 15.782249 22.977023 + H21 49.048315 18.595869 22.625052 + H22 47.412087 18.116936 22.507686 + C1 15.069168 27.314220 60.299811 + C2 16.163113 27.085928 59.562187 + H11 15.097566 27.705072 61.246084 + H12 14.118038 27.115931 59.975717 + H21 17.114243 27.284217 59.886281 + H22 16.134715 26.695076 58.615914 + C1 32.500444 21.484586 54.386646 + C2 32.833424 20.463831 55.186711 + H11 33.187118 22.100711 53.941818 + H12 31.532905 21.729458 54.156626 + H21 33.800963 20.218959 55.416731 + H22 32.146750 19.847705 55.631539 + C1 20.227192 65.382021 15.541065 + C2 20.034240 65.556773 14.227614 + H11 20.226865 64.463720 15.994637 + H12 20.390271 66.152920 16.195376 + H21 19.871161 64.785874 13.573303 + H22 20.034567 66.475074 13.774042 + C1 64.703514 66.589798 46.655934 + C2 64.735944 67.927232 46.711983 + H11 65.512790 66.015411 46.402647 + H12 63.866883 66.036073 46.861945 + H21 65.572575 68.480957 46.505972 + H22 63.926667 68.501619 46.965270 + C1 76.386405 24.861667 24.417274 + C2 77.647855 24.437249 24.564016 + H11 75.632241 24.274512 24.049185 + H12 76.076548 25.806814 24.661586 + H21 77.957713 23.492102 24.319704 + H22 78.402020 25.024404 24.932105 + C1 22.198618 1.256760 23.691821 + C2 23.267110 1.789410 23.085578 + H11 21.289402 1.140838 23.234775 + H12 22.206572 0.923398 24.660227 + H21 23.259156 2.122772 22.117172 + H22 24.176327 1.905332 23.542623 + C1 37.731673 31.109490 32.400501 + C2 36.478841 31.505953 32.657698 + H11 37.981546 30.144514 32.165156 + H12 38.538552 31.740055 32.418903 + H21 35.671962 30.875388 32.639295 + H22 36.228967 32.470929 32.893043 + C1 21.126006 70.058441 26.076803 + C2 21.066063 69.320449 24.961143 + H11 20.297908 70.407075 26.568445 + H12 22.004665 70.332295 26.526209 + H21 20.187405 69.046595 24.511736 + H22 21.894161 68.971815 24.469501 + C1 34.801318 53.762978 74.857811 + C2 34.134859 54.422195 73.901680 + H11 34.469808 52.889501 75.277506 + H12 35.694981 54.080410 75.244603 + H21 33.241197 54.104763 73.514888 + H22 34.466370 55.295672 73.481986 + C1 55.419474 36.869759 69.103591 + C2 56.407416 37.529129 68.485429 + H11 54.771728 36.240507 68.620403 + H12 55.233901 36.942839 70.108194 + H21 56.592989 37.456049 67.480827 + H22 57.055162 38.158381 68.968618 + C1 36.146191 47.122369 60.848737 + C2 35.811251 45.978681 60.238234 + H11 37.111858 47.450405 60.942995 + H12 35.463044 47.759023 61.269432 + H21 36.494398 45.342026 59.817539 + H22 34.845584 45.650645 60.143976 + C1 60.540233 74.096131 62.084741 + C2 60.063213 75.347156 62.102328 + H11 59.943291 73.264564 62.050679 + H12 61.539538 73.872470 62.103968 + H21 59.063908 75.570817 62.083101 + H22 60.660156 76.178723 62.136390 + C1 10.690145 70.167127 69.134092 + C2 11.848045 69.921900 69.760233 + H11 10.504060 69.895595 68.164223 + H12 9.899552 70.645505 69.575818 + H21 12.638638 69.443522 69.318508 + H22 12.034130 70.193432 70.730102 + C1 9.428849 73.371865 40.258859 + C2 8.227287 73.812337 40.652754 + H11 10.052132 73.904427 39.644937 + H12 9.819073 72.467770 40.540533 + H21 7.837063 74.716432 40.371079 + H22 7.604004 73.279775 41.266675 + C1 77.490440 34.522666 3.483180 + C2 78.472932 35.282610 2.983063 + H11 76.562709 34.445974 3.056052 + H12 77.589448 33.958353 4.332150 + H21 78.373923 35.846924 2.134093 + H22 79.400662 35.359302 3.410190 + C1 19.833575 23.411118 49.525260 + C2 18.518471 23.641944 49.625971 + H11 20.237299 22.474000 49.436835 + H12 20.539128 24.153537 49.528737 + H21 17.812918 22.899525 49.622495 + H22 18.114747 24.579063 49.714397 + C1 59.690153 47.075360 8.259546 + C2 59.123720 47.938157 9.112572 + H11 60.699117 47.029363 8.089610 + H12 59.158969 46.393594 7.709961 + H21 59.654903 48.619923 9.662157 + H22 58.114755 47.984153 9.282508 + C1 52.952445 75.818161 12.673797 + C2 52.914769 76.822448 11.788975 + H11 53.700508 75.119205 12.703204 + H12 52.236160 75.670011 13.390730 + H21 53.631054 76.970598 11.072043 + H22 52.166705 77.521404 11.759569 + C1 30.931247 66.950108 54.368791 + C2 32.025247 66.863916 55.136031 + H11 30.363548 66.140529 54.101765 + H12 30.576167 67.832390 53.988659 + H21 32.380327 65.981634 55.516163 + H22 32.592946 67.673495 55.403057 + C1 3.732580 73.231362 8.976762 + C2 2.800539 74.189460 8.897585 + H11 4.699491 73.406611 9.265506 + H12 3.551835 72.247965 8.754804 + H21 2.981284 75.172857 9.119543 + H22 1.833628 74.014211 8.608841 + C1 49.544278 32.668792 72.288662 + C2 50.867328 32.689538 72.493675 + H11 49.093986 32.102680 71.563569 + H12 48.878590 33.217404 72.840828 + H21 51.533016 32.140926 71.941508 + H22 51.317619 33.255650 73.218767 + C1 22.671764 31.301017 59.036078 + C2 21.859476 30.370295 58.519488 + H11 22.386267 32.270538 59.201986 + H12 23.642417 31.116553 59.305908 + H21 20.888823 30.554760 58.249657 + H22 22.144973 29.400774 58.353579 + C1 67.042687 45.887331 30.166968 + C2 66.144438 44.916599 29.957807 + H11 67.572728 45.988245 31.037529 + H12 67.270311 46.605221 29.472832 + H21 65.916813 44.198709 30.651944 + H22 65.614397 44.815685 29.087246 + C1 60.735125 23.963765 70.162101 + C2 60.680633 23.466024 71.403957 + H11 60.366344 24.884314 69.905987 + H12 61.149870 23.463056 69.370721 + H21 60.265889 23.966732 72.195336 + H22 61.049414 22.545475 71.660071 + C1 68.727749 29.034965 57.504102 + C2 67.602547 28.652698 56.887082 + H11 69.544838 28.427606 57.615830 + H12 68.859756 29.964763 57.912824 + H21 67.470539 27.722901 56.478359 + H22 66.785457 29.260057 56.775354 + C1 30.881532 35.633947 62.215228 + C2 31.392056 34.431406 61.921660 + H11 30.119260 36.068170 61.686650 + H12 31.213182 36.214055 62.991428 + H21 31.060406 33.851298 61.145460 + H22 32.154328 33.997182 62.450238 + C1 23.182664 63.698474 7.601970 + C2 23.413913 62.502318 7.046401 + H11 23.923845 64.366219 7.833853 + H12 22.246425 64.039674 7.838705 + H21 24.350152 62.161118 6.809666 + H22 22.672731 61.834573 6.814517 + C1 31.141520 5.994576 13.267531 + C2 31.308669 4.679239 13.454275 + H11 30.223532 6.440656 13.182011 + H12 31.918521 6.657969 13.195536 + H21 30.531669 4.015846 13.526270 + H22 32.226657 4.233159 13.539795 + C1 24.600219 31.681400 37.911613 + C2 25.280935 31.401477 39.030178 + H11 24.996338 31.589619 36.971576 + H12 23.629921 32.009293 37.908150 + H21 26.251233 31.073584 39.033641 + H22 24.884816 31.493258 39.970215 + C1 19.773143 36.412800 76.029478 + C2 19.487679 37.016326 77.190162 + H11 19.785563 36.899125 75.128180 + H12 20.001511 35.417405 75.951749 + H21 19.259311 38.011721 77.267890 + H22 19.475259 36.530000 78.091459 + C1 53.245462 18.158635 44.178883 + C2 53.540466 17.747727 42.939105 + H11 53.093729 19.140627 44.427222 + H12 53.148363 17.523240 44.976284 + H21 53.637565 18.383121 42.141704 + H22 53.692199 16.765735 42.690766 + C1 2.499825 76.815059 5.731523 + C2 1.279040 76.280514 5.861395 + H11 3.358310 76.258252 5.687099 + H12 2.671060 77.822750 5.666401 + H21 1.107805 75.272823 5.926517 + H22 0.420555 76.837320 5.905820 + C1 13.115660 11.948933 65.389069 + C2 13.984644 11.279373 64.621294 + H11 13.379849 12.741049 65.982162 + H12 12.118492 11.721584 65.443586 + H21 14.981812 11.506722 64.566777 + H22 13.720455 10.487257 64.028200 + C1 14.854171 1.394216 59.434308 + C2 14.648523 2.622320 58.941974 + H11 14.310351 0.996747 60.205854 + H12 15.571451 0.755791 59.078041 + H21 13.931243 3.260744 59.298241 + H22 15.192343 3.019789 58.170429 + C1 68.029582 33.712105 17.204217 + C2 66.959941 33.060944 17.678325 + H11 68.005806 34.304130 16.368786 + H12 68.955590 33.669329 17.639743 + H21 66.033933 33.103721 17.242799 + H22 66.983717 32.468920 18.513756 + C1 23.012624 8.859320 31.382434 + C2 23.671753 7.695446 31.444609 + H11 22.737063 9.305968 30.502902 + H12 22.732215 9.394390 32.209522 + H21 23.952162 7.160376 30.617521 + H22 23.947313 7.248799 32.324141 + C1 30.517173 46.947424 47.356341 + C2 29.713705 47.357040 48.346075 + H11 31.532754 47.079969 47.361937 + H12 30.179311 46.469372 46.515913 + H21 30.051568 47.835093 49.186503 + H22 28.698124 47.224495 48.340479 + C1 26.268930 39.797994 13.406748 + C2 26.219248 38.772259 14.266003 + H11 25.945699 39.738245 12.436719 + H12 26.634067 40.722942 13.652003 + H21 25.854111 37.847311 14.020748 + H22 26.542478 38.832008 15.236031 + C1 63.359236 49.560777 47.142789 + C2 64.168989 49.799563 46.103461 + H11 63.548490 49.891000 48.093651 + H12 62.486963 49.029141 47.068589 + H21 65.041263 50.331200 46.177660 + H22 63.979735 49.469340 45.152598 + C1 62.153332 22.136214 17.849392 + C2 62.798640 21.858424 16.709510 + H11 62.161766 21.520255 18.667639 + H12 61.600587 22.986485 17.992625 + H21 63.351386 21.008153 16.566277 + H22 62.790207 22.474382 15.891263 + C1 75.895648 58.577303 72.759691 + C2 76.827329 58.215675 73.650823 + H11 74.899191 58.653539 72.983891 + H12 76.106241 58.806095 71.783828 + H21 76.616736 57.986882 74.626686 + H22 77.823785 58.139438 73.426622 + C1 4.053771 23.321514 15.836901 + C2 2.868509 22.704648 15.923797 + H11 4.183735 24.322255 16.011922 + H12 4.923564 22.841095 15.588585 + H21 1.998715 23.185066 16.172114 + H22 2.738545 21.703907 15.748777 + C1 66.086741 30.936688 66.398294 + C2 66.854766 29.839964 66.414276 + H11 65.111679 30.938763 66.084838 + H12 66.413981 31.859691 66.698268 + H21 66.527526 28.916962 66.114302 + H22 67.829827 29.837890 66.727732 + C1 24.883864 68.219121 61.367549 + C2 24.754618 69.219350 62.248320 + H11 25.664223 67.555828 61.376800 + H12 24.212523 68.038731 60.615376 + H21 25.425959 69.399741 63.000493 + H22 23.974259 69.882644 62.239069 + C1 55.680577 74.202534 47.300013 + C2 55.570044 72.889116 47.064139 + H11 54.889666 74.797456 47.563701 + H12 56.564722 74.715468 47.235283 + H21 54.685899 72.376182 47.128870 + H22 56.360955 72.294194 46.800452 + C1 32.667326 32.466980 22.683367 + C2 31.605104 33.058062 22.121916 + H11 32.714553 31.463879 22.884764 + H12 33.516073 32.971509 22.955549 + H21 30.756357 32.553533 21.849734 + H22 31.557876 34.061164 21.920519 + C1 44.593664 24.322693 22.123717 + C2 45.321894 23.353038 21.555939 + H11 44.840848 25.315526 22.076969 + H12 43.732225 24.147754 22.649381 + H21 46.183334 23.527978 21.030275 + H22 45.074711 22.360205 21.602687 + C1 44.598888 51.866619 76.032137 + C2 44.508506 50.531711 76.084800 + H11 44.910659 52.443011 76.819268 + H12 44.363353 52.416209 75.200585 + H21 44.744040 49.982121 76.916351 + H22 44.196735 49.955319 75.297669 + C1 56.843872 65.215295 77.830215 + C2 55.575245 65.630005 77.937550 + H11 57.650833 65.841923 77.902014 + H12 57.106987 64.238862 77.667880 + H21 55.312130 66.606438 78.099885 + H22 54.768284 65.003377 77.865750 + C1 1.003150 16.004251 68.915754 + C2 1.780707 16.369062 69.943003 + H11 1.335289 15.438686 68.129101 + H12 0.015149 16.262102 68.835934 + H21 2.768708 16.111211 70.022824 + H22 1.448568 16.934627 70.729656 + C1 29.466611 29.860128 61.137371 + C2 28.738964 29.376038 60.122922 + H11 30.322402 30.407662 61.007632 + H12 29.224584 29.720919 62.122789 + H21 28.980991 29.515246 59.137505 + H22 27.883173 28.828504 60.252661 + C1 35.125302 71.432115 15.095085 + C2 36.035548 71.988680 14.286006 + H11 34.281767 70.960345 14.756135 + H12 35.201052 71.434427 16.116487 + H21 35.959797 71.986367 13.264605 + H22 36.879082 72.460449 14.624957 + C1 33.354485 8.182562 54.111860 + C2 33.193931 7.507098 52.966918 + H11 34.169948 8.074019 54.721976 + H12 32.674447 8.860852 54.467492 + H21 33.873969 6.828808 52.611286 + H22 32.378468 7.615642 52.356802 + C1 66.866871 39.192719 55.877865 + C2 65.966296 39.551155 54.954063 + H11 66.795906 38.334720 56.432668 + H12 67.697463 39.748380 56.102280 + H21 65.135704 38.995494 54.729648 + H22 66.037261 40.409153 54.399260 + C1 20.042256 73.979391 47.648256 + C2 19.346752 74.311506 46.553315 + H11 20.669171 73.170837 47.695383 + H12 20.001991 74.507809 48.524702 + H21 19.387017 73.783088 45.676870 + H22 18.719836 75.120060 46.506189 + C1 37.390067 63.520883 28.094280 + C2 37.135465 63.059835 29.325350 + H11 36.802448 63.314431 27.281208 + H12 38.192440 64.116223 27.868956 + H21 36.333092 62.464495 29.550675 + H22 37.723083 63.266287 30.138423 + C1 10.689424 19.371851 18.653991 + C2 9.955616 18.275077 18.426981 + H11 10.332538 20.199316 19.140752 + H12 11.665271 19.469504 18.358710 + H21 8.979770 18.177424 18.722262 + H22 10.312503 17.447611 17.940220 + C1 17.038622 42.412248 10.967223 + C2 16.856181 41.517056 9.988312 + H11 17.773533 43.125432 10.950513 + H12 16.457598 42.454152 11.809636 + H21 17.437205 41.475153 9.145899 + H22 16.121270 40.803873 10.005022 + C1 40.523356 66.820996 33.020524 + C2 41.834836 66.713638 33.268345 + H11 40.040759 67.717807 32.911737 + H12 39.899732 66.014741 32.920277 + H21 42.458460 67.519893 33.368592 + H22 42.317434 65.816828 33.377132 + C1 64.414366 65.907105 25.045773 + C2 63.171008 65.428535 25.179760 + H11 64.675619 66.871463 25.271081 + H12 65.201873 65.346417 24.707447 + H21 62.383500 65.989223 25.518085 + H22 62.909755 64.464177 24.954451 + C1 26.378153 64.742997 14.478407 + C2 25.039323 64.724151 14.468500 + H11 26.930737 65.605305 14.487374 + H12 26.954861 63.896586 14.477798 + H21 24.462615 65.570561 14.469109 + H22 24.486739 63.861843 14.459533 + C1 77.554360 34.757262 52.696731 + C2 77.085777 35.861093 52.100989 + H11 78.376654 34.243343 52.366997 + H12 77.127311 34.340109 53.528967 + H21 77.512826 36.278245 51.268753 + H22 76.263484 36.375012 52.430723 + C1 61.231254 49.619958 26.341357 + C2 59.985245 50.067130 26.140315 + H11 61.446424 48.667512 26.650472 + H12 62.067082 50.195218 26.201820 + H21 59.149417 49.491870 26.279852 + H22 59.770075 51.019577 25.831200 + C1 43.312559 59.658391 45.663881 + C2 42.223988 60.429362 45.547534 + H11 43.274109 58.646740 45.819085 + H12 44.269208 60.019735 45.606814 + H21 41.267338 60.068019 45.604600 + H22 42.262437 61.441013 45.392330 + C1 2.169935 46.832932 26.950161 + C2 2.395267 45.776072 27.740851 + H11 2.405323 47.794658 27.212227 + H12 1.744481 46.762658 26.021153 + H21 2.820722 45.846346 28.669858 + H22 2.159879 44.814346 27.478784 + C1 39.859387 42.060831 18.536824 + C2 40.962180 42.307988 19.254934 + H11 39.862055 41.524260 17.664420 + H12 38.926523 42.388929 18.803508 + H21 41.895044 41.979891 18.988250 + H22 40.959511 42.844560 20.127337 + C1 28.639358 42.358118 53.904464 + C2 29.235204 41.159177 53.883722 + H11 27.622985 42.483914 53.891617 + H12 29.153141 43.243618 53.934807 + H21 28.721421 40.273677 53.853379 + H22 30.251577 41.033382 53.896570 + C1 62.128447 4.663865 22.447332 + C2 63.339089 4.119468 22.623115 + H11 61.900265 5.628555 22.704838 + H12 61.335464 4.158368 22.041556 + H21 64.132072 4.624965 23.028892 + H22 63.567271 3.154778 22.365609 + C1 48.128009 8.095819 43.506441 + C2 48.867854 6.994311 43.326916 + H11 48.518708 9.042482 43.520126 + H12 47.113256 8.078268 43.644183 + H21 49.882607 7.011862 43.189173 + H22 48.477155 6.047648 43.313231 + C1 19.068171 67.271215 10.471095 + C2 20.222884 67.947369 10.422355 + H11 18.154951 67.720683 10.585165 + H12 19.007401 66.251417 10.398136 + H21 20.283653 68.967167 10.495314 + H22 21.136103 67.497901 10.308286 + C1 36.203646 73.982747 39.777089 + C2 36.713202 72.882256 39.209468 + H11 35.766975 74.741711 39.245774 + H12 36.210510 74.152036 40.787187 + H21 36.706337 72.712966 38.199371 + H22 37.149873 72.123292 39.740783 + C1 46.263194 47.087380 34.504619 + C2 45.881779 46.827801 35.761624 + H11 46.088172 47.980246 34.034340 + H12 46.759936 46.413467 33.914625 + H21 45.385037 47.501714 36.351617 + H22 46.056801 45.934935 36.231903 + C1 77.014402 35.906448 72.496005 + C2 75.861185 36.414835 72.043727 + H11 77.128346 34.928448 72.778026 + H12 77.873186 36.455629 72.595476 + H21 75.002402 35.865654 71.944255 + H22 75.747242 37.392836 71.761706 + C1 32.296041 52.909747 54.473549 + C2 31.961723 52.842422 53.178706 + H11 31.913164 53.605630 55.120198 + H12 32.960914 52.270652 54.919089 + H21 31.296850 53.481518 52.733166 + H22 32.344600 52.146539 52.532057 + C1 57.616658 17.216783 76.934926 + C2 57.899625 17.749666 75.739566 + H11 56.710972 17.324170 77.400979 + H12 58.283663 16.659914 77.477148 + H21 57.232620 18.306535 75.197343 + H22 58.805311 17.642279 75.273513 + C1 54.871492 2.017313 68.204354 + C2 55.779713 2.343897 69.132469 + H11 53.861088 2.103649 68.347997 + H12 55.115821 1.655505 67.277853 + H21 55.535385 2.705704 70.058970 + H22 56.790117 2.257561 68.988825 + C1 68.457207 45.837040 4.589803 + C2 68.896776 46.881082 3.875888 + H11 67.896306 45.077529 4.192893 + H12 68.647336 45.715910 5.588893 + H21 68.706647 47.002212 2.876797 + H22 69.457677 47.640593 4.272798 + C1 73.986141 29.254892 9.674536 + C2 74.161572 27.953686 9.411841 + H11 73.065213 29.690743 9.779083 + H12 74.759093 29.916595 9.791570 + H21 73.388619 27.291983 9.294807 + H22 75.082499 27.517834 9.307293 + C1 44.608074 16.611506 18.023279 + C2 43.329840 16.890828 17.738643 + H11 45.392812 16.885869 17.425018 + H12 44.901515 16.101537 18.861627 + H21 43.036399 17.400797 16.900294 + H22 42.545103 16.616465 18.336903 + C1 51.414851 18.559897 8.882337 + C2 52.587456 18.822956 8.291813 + H11 51.004897 19.150453 9.611847 + H12 50.835723 17.747454 8.650928 + H21 53.166583 19.635400 8.523221 + H22 52.997409 18.232401 7.562302 + C1 48.238647 61.292689 15.824922 + C2 47.001494 60.903052 16.157424 + H11 48.484793 62.261561 15.601983 + H12 49.036027 60.652471 15.767400 + H21 46.204113 61.543270 16.214946 + H22 46.755348 59.934180 16.380364 + C1 31.773388 33.631856 45.274402 + C2 32.965787 34.115312 45.645044 + H11 30.926884 34.204842 45.210191 + H12 31.614113 32.651080 45.025981 + H21 33.125061 35.096088 45.893466 + H22 33.812290 33.542326 45.709255 + C1 22.101788 24.605040 59.235690 + C2 21.568564 23.421330 59.563444 + H11 23.104011 24.808214 59.292903 + H12 21.549334 25.400315 58.902019 + H21 22.121018 22.626055 59.897114 + H22 20.566342 23.218156 59.506231 + C1 51.790070 36.887945 37.180825 + C2 51.085356 37.227822 38.267463 + H11 51.689066 37.353122 36.273956 + H12 52.485494 36.136084 37.171125 + H21 50.389932 37.979683 38.277163 + H22 51.186361 36.762645 39.174333 + C1 20.462173 32.497314 65.003100 + C2 20.078931 31.261616 64.657993 + H11 19.913107 33.108830 65.614310 + H12 21.334500 32.928097 64.682983 + H21 19.206603 30.830833 64.978110 + H22 20.627997 30.650100 64.046782 + C1 42.668852 56.602125 49.969173 + C2 41.378624 56.573096 50.326092 + H11 43.171415 55.789088 49.601200 + H12 43.254583 57.439648 50.036089 + H21 40.792893 55.735573 50.259177 + H22 40.876061 57.386133 50.694066 + C1 13.554478 2.777278 45.851737 + C2 14.520004 2.175792 45.145413 + H11 13.487114 2.727587 46.872519 + H12 12.807429 3.334317 45.426732 + H21 15.267053 1.618753 45.570418 + H22 14.587368 2.225484 44.124631 + C1 46.059273 11.528632 18.915601 + C2 47.355161 11.657501 18.604173 + H11 45.467515 12.312648 19.205680 + H12 45.557961 10.635917 18.888210 + H21 47.856473 12.550216 18.631565 + H22 47.946919 10.873485 18.314095 + C1 63.976635 9.001674 21.043480 + C2 64.508774 8.161439 21.940003 + H11 64.353247 9.934410 20.850681 + H12 63.151169 8.777670 20.480070 + H21 65.334240 8.385444 22.503413 + H22 64.132162 7.228703 22.132801 + C1 13.111751 4.200558 36.112519 + C2 13.598627 5.308189 35.538911 + H11 13.651530 3.336958 36.221324 + H12 12.161298 4.129881 36.487548 + H21 14.549081 5.378865 35.163882 + H22 13.058849 6.171789 35.430106 + C1 48.500810 44.092272 50.399969 + C2 47.918495 44.552562 49.285536 + H11 48.065704 43.404470 51.021753 + H12 49.427094 44.391822 50.718200 + H21 46.992211 44.253011 48.967305 + H22 48.353602 45.240364 48.663752 + C1 58.873093 68.905503 39.621390 + C2 57.824212 69.212929 40.394862 + H11 59.414672 68.041969 39.721419 + H12 59.216235 69.509724 38.868945 + H21 57.481070 68.608707 41.147307 + H22 57.282632 70.076463 40.294833 + C1 48.174172 28.120624 79.997315 + C2 46.890916 28.502952 79.995898 + H11 48.471404 27.140493 79.996762 + H12 48.959353 28.778265 79.999064 + H21 46.105735 27.845311 79.994149 + H22 46.593683 29.483082 79.996451 + C1 63.370510 44.336358 24.882139 + C2 63.690457 43.078361 24.553509 + H11 64.063924 45.076476 25.024990 + H12 62.407224 44.657349 25.016484 + H21 64.653742 42.757370 24.419163 + H22 62.997043 42.338243 24.410658 + C1 51.084260 51.988649 72.708668 + C2 50.602843 52.541768 73.829033 + H11 51.809125 52.423669 72.130453 + H12 50.765467 51.087078 72.341866 + H21 50.921637 53.443339 74.195835 + H22 49.877979 52.106748 74.407248 + C1 31.575036 46.475325 61.018152 + C2 31.879891 45.176925 61.137071 + H11 30.660264 46.865365 61.263235 + H12 32.232664 47.180473 60.672761 + H21 31.222262 44.471777 61.482461 + H22 32.794662 44.786884 60.891987 + C1 54.218953 71.745131 55.204777 + C2 54.516230 70.442677 55.295126 + H11 54.926437 72.485136 55.175422 + H12 53.260718 72.103732 55.157924 + H21 55.474465 70.084076 55.341979 + H22 53.808746 69.702672 55.324481 + C1 16.408973 74.205296 66.789568 + C2 15.866493 75.428948 66.825771 + H11 17.405721 74.024756 66.940907 + H12 15.869803 73.353697 66.607692 + H21 16.405663 76.280547 67.007647 + H22 14.869745 75.609489 66.674432 + C1 25.577226 2.543454 77.846743 + C2 26.118485 1.642531 77.017106 + H11 24.584369 2.554943 78.097953 + H12 26.113537 3.291886 78.295324 + H21 25.582175 0.894100 76.568525 + H22 27.111342 1.631042 76.765896 + C1 26.161922 67.616671 58.158571 + C2 26.518102 68.743504 57.529045 + H11 26.716014 66.755693 58.132098 + H12 25.307394 67.527177 58.716045 + H21 27.372630 68.832999 56.971571 + H22 25.964009 69.604483 57.555518 + C1 34.872935 45.469696 67.091446 + C2 35.865780 45.476303 66.193038 + H11 35.012657 45.269050 68.086043 + H12 33.895757 45.664770 66.854647 + H21 36.842958 45.281229 66.429837 + H22 35.726058 45.676949 65.198442 + C1 59.591548 6.757295 20.344253 + C2 58.520952 7.510659 20.062850 + H11 59.565601 5.734526 20.391936 + H12 60.520534 7.144609 20.533930 + H21 57.591966 7.123345 19.873172 + H22 58.546899 8.533428 20.015167 + C1 26.487850 17.918298 4.178703 + C2 26.704685 18.484789 2.984973 + H11 27.131126 18.006420 4.970810 + H12 25.661675 17.352344 4.393495 + H21 27.530860 19.050743 2.770181 + H22 26.061409 18.396667 2.192866 + C1 42.028764 70.816569 31.148264 + C2 43.265948 71.328709 31.151305 + H11 41.190580 71.363629 31.365466 + H12 41.823394 69.837524 30.928497 + H21 43.471317 72.307754 31.371073 + H22 44.104132 70.781649 30.934103 + C1 37.059299 4.753839 26.268798 + C2 37.731943 5.771825 26.820319 + H11 37.253746 3.769967 26.476620 + H12 36.297482 4.879049 25.595774 + H21 38.493760 5.646615 27.493343 + H22 37.537495 6.755697 26.612497 + C1 71.050078 6.761111 70.566550 + C2 72.218084 6.941245 71.196021 + H11 70.814702 7.206236 69.674661 + H12 70.300251 6.164044 70.927486 + H21 72.967911 7.538312 70.835085 + H22 72.453460 6.496121 72.087910 + C1 25.649333 32.197657 61.872586 + C2 26.863969 32.761067 61.860376 + H11 24.777984 32.734816 61.907452 + H12 25.496147 31.185266 61.848019 + H21 27.017155 33.773457 61.884943 + H22 27.735317 32.223907 61.825510 + C1 56.879206 60.625940 23.453098 + C2 56.580506 61.929919 23.510880 + H11 57.834841 60.262323 23.512660 + H12 56.175522 59.889664 23.344798 + H21 57.284191 62.666196 23.619180 + H22 55.624871 62.293537 23.451318 + C1 24.712704 31.459918 54.840984 + C2 24.849446 32.320674 55.857508 + H11 24.380705 30.497907 54.956376 + H12 24.929363 31.695889 53.868163 + H21 24.632787 32.084704 56.830328 + H22 25.181445 33.282685 55.742115 + C1 73.267178 53.122045 63.561818 + C2 72.756271 53.862847 62.570300 + H11 73.985336 53.461777 64.208219 + H12 72.979964 52.157453 63.751753 + H21 73.043485 54.827439 62.380366 + H22 72.038113 53.523115 61.923899 + C1 24.944605 18.222727 33.096472 + C2 24.166374 17.798551 34.100142 + H11 25.004241 19.202266 32.803299 + H12 25.541399 17.600976 32.543058 + H21 23.569581 18.420302 34.653555 + H22 24.106738 16.819012 34.393314 + C1 55.102301 25.048407 43.693413 + C2 54.192180 24.140564 44.068145 + H11 55.407793 25.174937 42.724048 + H12 55.564486 25.687633 44.346696 + H21 53.729995 23.501337 43.414863 + H22 53.886687 24.014034 45.037510 + C1 59.877011 74.563182 76.015882 + C2 60.330871 75.263248 74.968580 + H11 59.143249 74.900860 76.645621 + H12 60.227946 73.635007 76.269532 + H21 59.979937 76.191423 74.714930 + H22 61.064633 74.925570 74.338841 + C1 24.811958 33.179389 31.145940 + C2 25.694376 34.181596 31.046746 + H11 24.952392 32.259005 30.719120 + H12 23.927212 33.254421 31.656428 + H21 26.579122 34.106564 30.536257 + H22 25.553943 35.101980 31.473566 + C1 60.749975 68.036921 11.556427 + C2 61.268204 69.113921 12.160107 + H11 61.184299 67.109803 11.585036 + H12 59.878529 68.055600 11.018619 + H21 62.139650 69.095243 12.697915 + H22 60.833880 70.041039 12.131498 + C1 73.609923 9.708779 6.346226 + C2 72.418134 9.744098 5.736872 + H11 74.033953 8.849526 6.708010 + H12 74.191157 10.538241 6.498426 + H21 71.836900 8.914637 5.584672 + H22 71.994105 10.603351 5.375088 + C1 1.883620 77.751591 77.114225 + C2 2.014487 78.915852 76.465927 + H11 1.009013 77.442009 77.548075 + H12 2.647841 77.079129 77.227209 + H21 1.250266 79.588313 76.352943 + H22 2.889094 79.225434 76.032077 + C1 68.936563 37.541627 42.796755 + C2 68.528071 38.674331 43.382448 + H11 69.026973 37.431084 41.782551 + H12 69.190713 36.696745 43.316934 + H21 68.273921 39.519214 42.862270 + H22 68.437661 38.784875 44.396652 + C1 45.484646 0.810481 68.349910 + C2 45.686448 1.068512 69.648224 + H11 45.932596 0.035702 67.851852 + H12 44.866478 1.367613 67.752854 + H21 46.304616 0.511380 70.245280 + H22 45.238498 1.843291 70.146282 + C1 22.066245 74.968498 69.280454 + C2 22.213254 73.653621 69.074523 + H11 21.787001 75.371522 70.179675 + H12 22.221487 75.674560 68.554934 + H21 22.058012 72.947558 69.800043 + H22 22.492498 73.250597 68.175302 + C1 59.840290 1.756482 11.944357 + C2 60.927598 2.520759 12.107344 + H11 58.887108 2.084519 12.125573 + H12 59.876339 0.783786 11.625664 + H21 60.891549 3.493456 12.426037 + H22 61.880780 2.192723 11.926128 + C1 67.012838 65.704133 35.736100 + C2 66.940306 64.399678 35.442746 + H11 67.896553 66.206582 35.860987 + H12 66.190304 66.301980 35.858654 + H21 67.762840 63.801831 35.320193 + H22 66.056591 63.897229 35.317859 + C1 19.560556 68.617122 79.401832 + C2 20.830478 69.041563 79.410152 + H11 19.295798 67.627726 79.402652 + H12 18.754148 69.248507 79.393994 + H21 21.636887 68.410178 79.417989 + H22 21.095237 70.030960 79.409331 + C1 28.115467 34.319919 36.209764 + C2 28.030397 33.195617 36.932003 + H11 28.674402 35.130806 36.490936 + H12 27.628287 34.457371 35.319389 + H21 28.517576 33.058166 37.822377 + H22 27.471461 32.384731 36.650830 + C1 6.839750 5.591477 26.795590 + C2 6.065347 6.352547 27.579168 + H11 7.858171 5.537201 26.889799 + H12 6.474529 5.003797 26.040440 + H21 6.430568 6.940226 28.334317 + H22 5.046926 6.406823 27.484959 + C1 75.394577 40.317215 36.091280 + C2 74.479612 39.488897 36.610556 + H11 76.210618 40.654167 36.610457 + H12 75.350301 40.678943 35.134098 + H21 74.523888 39.127169 37.567738 + H22 73.663571 39.151945 36.091379 + C1 58.249062 48.673225 17.906397 + C2 56.915863 48.795620 17.883600 + H11 58.843319 48.815114 17.084369 + H12 58.779347 48.428095 18.747654 + H21 56.385578 49.040750 17.042343 + H22 56.321606 48.653730 18.705628 + C1 12.681412 46.017897 39.692229 + C2 13.831081 46.152612 39.019151 + H11 12.062647 45.207357 39.596534 + H12 12.330443 46.714807 40.355660 + H21 14.182050 45.455702 38.355719 + H22 14.449846 46.963152 39.114846 + C1 74.097184 33.226811 17.810559 + C2 73.885287 31.912980 17.958438 + H11 74.974333 33.621237 17.458363 + H12 73.398768 33.940590 18.038021 + H21 74.583703 31.199201 17.730977 + H22 73.008138 31.518555 18.310634 + C1 48.699955 28.560107 13.358863 + C2 48.926701 27.241012 13.320176 + H11 47.764247 28.973890 13.311539 + H12 49.444403 29.258968 13.438820 + H21 48.182252 26.542151 13.240219 + H22 49.862408 26.827229 13.367500 + C1 37.425612 43.331546 72.986081 + C2 38.475067 42.777634 73.606361 + H11 36.966022 44.187877 73.309314 + H12 36.999997 42.942436 72.139649 + H21 38.900683 43.166745 74.452793 + H22 38.934657 41.921304 73.283128 + C1 17.824318 44.117482 54.835101 + C2 16.641178 44.740333 54.906924 + H11 18.708913 44.603774 54.661853 + H12 17.937689 43.105822 54.947765 + H21 16.527807 45.751994 54.794260 + H22 15.756582 44.254042 55.080172 + C1 8.539005 24.624287 33.519383 + C2 8.855741 25.456450 32.519331 + H11 9.162905 23.886539 33.859207 + H12 7.647941 24.660114 34.023095 + H21 9.746805 25.420623 32.015619 + H22 8.231841 26.194198 32.179507 + C1 45.023149 64.296830 24.670468 + C2 44.767724 64.606933 25.947776 + H11 44.587990 63.508200 24.182920 + H12 45.673756 64.823891 24.080620 + H21 44.117117 64.079873 26.537625 + H22 45.202883 65.395563 26.435325 + C1 61.102464 39.384191 40.736061 + C2 60.759280 40.616659 41.131241 + H11 62.061360 39.026108 40.772113 + H12 60.433041 38.702697 40.366679 + H21 61.428703 41.298152 41.500624 + H22 59.800384 40.974741 41.095189 + C1 19.432096 53.549636 15.174873 + C2 19.094868 54.842215 15.266727 + H11 20.399426 53.222687 15.094980 + H12 18.749217 52.786305 15.177288 + H21 19.777748 55.605545 15.264311 + H22 18.127538 55.169163 15.346620 + C1 76.194549 56.149264 17.038549 + C2 77.211864 56.151362 17.909173 + H11 75.229334 56.373755 17.297329 + H12 76.301668 55.923002 16.045404 + H21 77.104745 56.377624 18.902317 + H22 78.177080 55.926871 17.650392 + C1 51.699575 36.106177 21.337824 + C2 51.463253 36.213952 20.024257 + H11 51.240353 35.416155 21.939478 + H12 52.358133 36.705293 21.844150 + H21 50.804695 35.614837 19.517930 + H22 51.922475 36.903974 19.422602 + C1 25.842304 63.898079 57.561157 + C2 26.043374 63.777562 56.242837 + H11 25.591930 64.781023 58.015829 + H12 25.923076 63.116790 58.218475 + H21 25.962602 64.558851 55.585519 + H22 26.293747 62.894618 55.788164 + C1 62.185654 8.354336 51.106742 + C2 61.846033 9.649346 51.129738 + H11 61.515620 7.592251 51.245614 + H12 63.142154 8.024092 50.948472 + H21 60.889532 9.979589 51.288007 + H22 62.516066 10.411430 50.990865 + C1 73.371958 67.938752 53.053264 + C2 72.939335 68.297905 51.838041 + H11 73.883146 68.567744 53.679412 + H12 73.225684 67.006818 53.452147 + H21 73.085609 69.229838 51.439158 + H22 72.428148 67.668913 51.211894 + C1 20.652395 1.146548 73.481409 + C2 21.748579 1.911797 73.405941 + H11 19.701452 1.524696 73.522823 + H12 20.678717 0.122919 73.503652 + H21 21.722257 2.935426 73.383698 + H22 22.699522 1.533648 73.364527 + C1 71.455027 57.538305 33.792540 + C2 72.320234 58.231331 34.543575 + H11 70.974006 56.694776 34.118242 + H12 71.206254 57.797273 32.833346 + H21 72.569006 57.972363 35.502768 + H22 72.801254 59.074859 34.217873 + C1 15.491143 4.717339 71.099137 + C2 14.395879 5.104852 70.433441 + H11 16.362800 5.254928 71.113836 + H12 15.543331 3.852886 71.645948 + H21 14.343692 5.969305 69.886630 + H22 13.524222 4.567263 70.418742 + C1 1.508222 65.535484 59.360273 + C2 0.929492 66.733605 59.210273 + H11 1.342095 64.924953 60.165666 + H12 2.162501 65.135411 58.681403 + H21 0.275213 67.133678 59.889142 + H22 1.095618 67.344135 58.404879 + C1 43.866304 62.306281 42.355832 + C2 42.867291 62.823074 43.082342 + H11 43.733838 61.888204 41.430268 + H12 44.841429 62.288448 42.668590 + H21 41.892166 62.840907 42.769584 + H22 42.999757 63.241152 44.007906 + C1 51.113702 19.467180 39.091473 + C2 50.101173 19.488793 39.967395 + H11 51.738831 20.262498 38.931203 + H12 51.342631 18.653631 38.512912 + H21 49.872243 20.302342 40.545957 + H22 49.476043 18.693475 40.127665 + C1 47.805316 12.238564 71.212716 + C2 46.587749 12.747664 71.439144 + H11 48.635715 12.814044 71.044600 + H12 48.001922 11.233663 71.189841 + H21 46.391142 13.752565 71.462018 + H22 45.757349 12.172183 71.607259 + C1 14.229258 5.007535 11.088700 + C2 13.014338 4.498258 11.328545 + H11 14.383051 5.943991 10.703470 + H12 15.100241 4.500649 11.271623 + H21 12.143355 5.005144 11.145622 + H22 12.860545 3.561802 11.713775 + C1 63.872246 61.235796 1.519826 + C2 64.322917 61.859159 2.615835 + H11 62.915902 61.334818 1.166831 + H12 64.448452 60.610973 0.948349 + H21 63.746711 62.483982 3.187312 + H22 65.279261 61.760137 2.968830 + C1 20.235324 23.250589 23.734277 + C2 20.061737 24.421607 23.108574 + H11 19.603802 22.451929 23.623257 + H12 21.013265 23.061507 24.373073 + H21 19.283796 24.610690 22.469778 + H22 20.693259 25.220268 23.219594 + C1 20.557151 16.533930 6.103679 + C2 19.881459 16.246114 7.223288 + H11 21.196758 17.329355 6.018790 + H12 20.487485 15.981274 5.244190 + H21 19.951125 16.798770 8.082777 + H22 19.241852 15.450689 7.308178 + C1 66.387347 31.494779 25.010181 + C2 65.922775 32.750578 25.002365 + H11 65.834510 30.686266 24.710711 + H12 67.332047 31.244036 25.316244 + H21 64.978075 33.001321 24.696302 + H22 66.475612 33.559091 25.301835 + C1 4.518445 39.523912 42.643553 + C2 4.939482 40.741350 42.278184 + H11 3.571353 39.176961 42.465662 + H12 5.110397 38.843965 43.129629 + H21 4.347530 41.421296 41.792108 + H22 5.886574 41.088301 42.456075 + C1 69.214307 68.282573 72.837064 + C2 69.451639 69.390780 72.123993 + H11 69.945914 67.757537 73.325011 + H12 68.282513 67.872845 72.950585 + H21 70.383433 69.800508 72.010472 + H22 68.720032 69.915816 71.636045 + C1 32.558841 2.666228 31.243099 + C2 33.746070 2.127360 30.938089 + H11 32.446288 3.619917 31.599208 + H12 31.669979 2.167070 31.144263 + H21 34.634932 2.626518 31.036925 + H22 33.858623 1.173672 30.581980 + C1 62.513724 1.844808 52.930357 + C2 62.383848 1.779829 51.599256 + H11 63.163647 1.259756 53.463572 + H12 61.973351 2.484670 53.519914 + H21 62.924221 1.139967 51.009699 + H22 61.733925 2.364881 51.066041 + C1 79.474682 44.000850 71.629628 + C2 79.717575 45.233872 71.167479 + H11 79.378704 43.779590 72.625035 + H12 79.365781 43.182067 71.024038 + H21 79.826475 46.052655 71.773069 + H22 79.813552 45.455131 70.172072 + C1 48.116467 4.184351 1.401668 + C2 48.437195 5.315179 2.042981 + H11 47.162927 3.952399 1.108471 + H12 48.799475 3.462460 1.153923 + H21 47.754187 6.037070 2.290726 + H22 49.390735 5.547131 2.336178 + C1 78.729138 76.655070 63.447236 + C2 78.842943 77.730894 64.236268 + H11 77.940610 76.501605 62.811880 + H12 79.421671 75.901087 63.417049 + H21 78.150409 78.484876 64.266454 + H22 79.631471 77.884358 64.871624 + C1 26.860730 50.825706 14.173628 + C2 27.316695 52.077534 14.307583 + H11 25.869022 50.594677 14.063426 + H12 27.467835 50.000831 14.170841 + H21 26.709590 52.902409 14.310370 + H22 28.308403 52.308564 14.417785 + C1 54.170303 58.558340 15.385804 + C2 54.597278 59.713497 15.911375 + H11 53.184755 58.354570 15.195602 + H12 54.795700 57.787745 15.132692 + H21 53.971880 60.484091 16.164487 + H22 55.582826 59.917267 16.101577 + C1 27.162090 51.385740 63.063402 + C2 28.443452 50.997988 63.089506 + H11 26.833838 52.217477 62.563935 + H12 26.409526 50.881069 63.540851 + H21 29.196016 51.502659 62.612057 + H22 28.771704 50.166251 63.588974 + C1 37.294397 27.402767 46.302559 + C2 37.447973 28.690043 45.967512 + H11 36.401167 26.905576 46.239751 + H12 38.058089 26.814152 46.647975 + H21 36.684281 29.278657 45.622096 + H22 38.341203 29.187233 46.030320 + C1 62.104303 67.448721 0.810214 + C2 63.371355 67.809942 0.571427 + H11 61.305239 68.077739 0.688410 + H12 61.834621 66.515016 1.133433 + H21 63.641038 68.743646 0.248208 + H22 64.170419 67.180923 0.693231 + C1 34.708721 25.805739 52.210645 + C2 34.959571 24.647262 52.833483 + H11 34.012925 25.907432 51.465978 + H12 35.192928 26.681211 52.429955 + H21 34.475364 23.771791 52.614173 + H22 35.655367 24.545569 53.578150 + C1 10.907939 49.901565 8.146029 + C2 10.417667 48.684313 7.879849 + H11 10.652270 50.444205 8.976197 + H12 11.577148 50.385666 7.540381 + H21 9.748458 48.200212 8.485497 + H22 10.673335 48.141674 7.049681 + C1 22.987075 72.321917 6.562767 + C2 23.770435 71.528434 7.304153 + H11 23.150440 73.326132 6.445011 + H12 22.162952 71.986996 6.055171 + H21 24.594558 71.863355 7.811749 + H22 23.607070 70.524219 7.421909 + C1 72.654571 22.280440 65.087676 + C2 73.682036 23.135809 65.012963 + H11 72.766938 21.275856 65.252564 + H12 71.675548 22.563529 64.985808 + H21 74.661060 22.852721 65.114831 + H22 73.569669 24.140393 64.848075 + C1 39.513365 65.855521 9.098071 + C2 38.714386 66.928085 9.033575 + H11 39.296806 64.962054 8.646603 + H12 40.403856 65.844290 9.603940 + H21 37.823896 66.939316 8.527705 + H22 38.930946 67.821552 9.485042 + C1 34.382292 55.370456 66.496014 + C2 35.329718 54.442481 66.311168 + H11 33.424215 55.149940 66.783183 + H12 34.541223 56.373709 66.364760 + H21 35.170786 53.439228 66.442422 + H22 36.287794 54.662996 66.023999 + C1 43.880511 32.319499 71.332704 + C2 44.415747 33.266047 70.551365 + H11 43.102129 32.491596 71.975750 + H12 44.207427 31.348997 71.348710 + H21 44.088831 34.236548 70.535358 + H22 45.194128 33.093949 69.908319 + C1 53.966675 20.652875 28.542242 + C2 53.497506 21.906735 28.516991 + H11 53.402372 19.833746 28.298125 + H12 54.926717 20.414386 28.807658 + H21 52.537464 22.145225 28.251575 + H22 54.061809 22.725864 28.761107 + C1 7.128126 35.496436 59.265076 + C2 6.664852 36.505675 60.013230 + H11 8.030912 35.519775 58.781923 + H12 6.616108 34.621814 59.117169 + H21 7.176870 37.380298 60.161138 + H22 5.762067 36.482337 60.496384 + C1 59.190358 72.354861 12.052523 + C2 60.066122 73.281688 12.461119 + H11 58.967457 72.183833 11.067603 + H12 58.674560 71.744119 12.692797 + H21 60.581920 73.892430 11.820845 + H22 60.289023 73.452716 13.446039 + C1 10.291462 70.695433 22.993057 + C2 8.993973 70.654727 23.321365 + H11 10.863220 69.858541 22.845717 + H12 10.814123 71.566660 22.863472 + H21 8.471311 69.783500 23.450951 + H22 8.422215 71.491619 23.468705 + C1 28.967268 47.116963 11.376249 + C2 29.364252 48.395139 11.416132 + H11 29.320307 46.436931 10.696600 + H12 28.279375 46.718865 12.022257 + H21 30.052144 48.793236 10.770124 + H22 29.011212 49.075171 12.095781 + C1 16.388327 1.775588 6.247161 + C2 16.141521 0.659676 5.549487 + H11 15.848106 2.058137 7.070162 + H12 17.136727 2.434300 6.012641 + H21 15.393122 0.000963 5.784007 + H22 16.681743 0.377127 4.726486 + C1 38.780936 24.364490 50.285995 + C2 37.582445 24.819107 50.673116 + H11 38.906915 23.642838 49.570208 + H12 39.665874 24.702677 50.675250 + H21 36.697507 24.480921 50.283862 + H22 37.456466 25.540760 51.388903 + C1 64.766598 72.740041 67.429670 + C2 65.430101 71.853802 66.676500 + H11 64.423757 73.637750 67.075295 + H12 64.549782 72.589866 68.419338 + H21 65.646918 72.003977 65.686832 + H22 65.772942 70.956092 67.030875 + C1 10.948819 15.499437 41.287654 + C2 10.441690 14.422850 41.901415 + H11 10.508181 15.948664 40.479547 + H12 11.817215 15.958301 41.578060 + H21 9.573294 13.963986 41.611010 + H22 10.882328 13.973624 42.709523 + C1 55.610557 56.850591 77.667883 + C2 55.438235 58.176832 77.733546 + H11 54.872958 56.198593 77.385305 + H12 56.493508 56.383917 77.895075 + H21 54.555284 58.643506 77.506354 + H22 56.175834 58.828829 78.016125 + C1 72.242050 74.931251 17.647848 + C2 71.637819 73.846890 17.145864 + H11 73.019405 75.410224 17.183836 + H12 71.974357 75.366926 18.535277 + H21 71.905512 73.411214 16.258435 + H22 70.860464 73.367916 17.609876 + C1 6.495083 16.915098 56.974777 + C2 7.033107 15.881843 57.634954 + H11 5.505569 16.965941 56.715392 + H12 7.030779 17.735797 56.677308 + H21 6.497411 15.061144 57.932423 + H22 8.022621 15.831000 57.894339 + C1 63.452509 16.472465 68.531424 + C2 62.181586 16.631507 68.921784 + H11 63.920440 15.562404 68.488609 + H12 64.056590 17.248375 68.244975 + H21 61.577505 15.855596 69.208234 + H22 61.713654 17.541568 68.964600 + C1 11.513772 42.659140 61.699214 + C2 12.382197 43.607437 62.072699 + H11 10.826490 42.241395 62.333357 + H12 11.468544 42.277005 60.750040 + H21 12.427425 43.989572 63.021873 + H22 13.069479 44.025181 61.438556 + C1 26.962111 72.873618 2.638199 + C2 27.488985 72.311058 3.733120 + H11 27.483103 73.502372 2.019943 + H12 25.996707 72.719378 2.332899 + H21 28.454389 72.465298 4.038420 + H22 26.967993 71.682304 4.351375 + C1 17.032413 44.739017 19.802718 + C2 17.957421 45.506411 19.212475 + H11 16.713060 44.879289 20.765703 + H12 16.571530 43.951456 19.337597 + H21 18.418304 46.293973 19.677596 + H22 18.276775 45.366139 18.249489 + C1 3.852711 9.677188 40.786028 + C2 4.799518 8.905964 40.236764 + H11 4.016508 10.640787 41.092054 + H12 2.890292 9.364110 40.943301 + H21 5.761938 9.219042 40.079492 + H22 4.635722 7.942365 39.930738 + C1 54.107114 39.896713 6.215316 + C2 54.922181 40.922984 5.940810 + H11 53.230184 39.995425 6.735176 + H12 54.296541 38.932350 5.927000 + H21 54.732754 41.887346 6.229126 + H22 55.799111 40.824271 5.420950 + C1 41.823886 18.475397 56.035215 + C2 42.231708 17.227709 56.299555 + H11 41.596693 19.161028 56.761367 + H12 41.707085 18.842180 55.086093 + H21 42.348509 16.860926 57.248677 + H22 42.458901 16.542078 55.573403 + C1 55.227945 52.275810 29.326984 + C2 54.025354 52.864620 29.327191 + H11 56.110868 52.794889 29.329703 + H12 55.359395 51.260076 29.324092 + H21 53.893903 53.880354 29.330083 + H22 53.142431 52.345540 29.324472 + C1 2.863275 11.111157 15.702065 + C2 3.730398 10.230540 16.217365 + H11 1.846672 11.015511 15.781895 + H12 3.148469 11.949595 15.187585 + H21 3.445204 9.392102 16.731845 + H22 4.747001 10.326186 16.137535 + C1 41.659501 60.703602 49.535743 + C2 41.965704 60.707632 48.232231 + H11 40.884963 61.241417 49.935554 + H12 42.175761 60.162388 50.235434 + H21 41.449444 61.248846 47.532540 + H22 42.740243 60.169817 47.832421 + C1 31.641998 41.646728 20.760602 + C2 30.405614 41.138504 20.683240 + H11 32.460610 41.100033 21.043449 + H12 31.866264 42.622106 20.543009 + H21 30.181348 40.163127 20.900833 + H22 29.587003 41.685200 20.400393 + C1 50.547528 42.601457 71.052816 + C2 49.424075 43.320615 71.169377 + H11 51.438018 42.871789 71.480544 + H12 50.604660 41.724523 70.526769 + H21 49.366943 44.197550 71.695424 + H22 48.533585 43.050284 70.741648 + C1 1.976668 34.855287 78.402071 + C2 2.370707 34.106664 79.439962 + H11 1.142214 34.652347 77.843945 + H12 2.478753 35.689685 78.084747 + H21 1.868622 33.272266 79.757286 + H22 3.205161 34.309604 79.998088 + C1 28.312526 76.220935 3.004613 + C2 29.575537 76.276853 2.563482 + H11 28.047347 75.818952 3.908546 + H12 27.512367 76.575750 2.472771 + H21 30.375696 75.922038 3.095324 + H22 29.840716 76.678836 1.659549 + C1 48.606015 58.576769 47.373096 + C2 48.382616 57.259515 47.461729 + H11 47.858343 59.276602 47.358107 + H12 49.542123 58.988029 47.313322 + H21 47.446509 56.848256 47.521502 + H22 49.130289 56.559683 47.476717 + C1 69.170849 67.056352 16.403015 + C2 70.406655 66.632975 16.108978 + H11 68.421010 66.434275 16.718871 + H12 68.878298 68.035544 16.335177 + H21 70.699206 65.653784 16.176817 + H22 71.156494 67.255052 15.793122 + C1 56.885962 54.708196 70.068548 + C2 56.780675 56.042636 70.035290 + H11 56.168620 54.075810 69.701790 + H12 57.692114 54.214995 70.463359 + H21 55.974523 56.535837 69.640479 + H22 57.498017 56.675022 70.402048 + C1 52.235458 52.524672 61.690392 + C2 52.776945 53.740923 61.833380 + H11 51.338333 52.357017 61.225566 + H12 52.675843 51.666430 62.034609 + H21 52.336560 54.599165 61.489163 + H22 53.674070 53.908577 62.298206 + C1 1.274803 16.532120 54.488972 + C2 1.654396 15.248347 54.461433 + H11 1.928567 17.311951 54.604982 + H12 0.300854 16.835138 54.396190 + H21 2.628344 14.945329 54.554214 + H22 1.000632 14.468516 54.345422 + C1 27.546459 52.027823 77.893394 + C2 28.760519 52.526721 77.628669 + H11 26.706633 52.606320 77.988465 + H12 27.362235 51.028511 78.021616 + H21 28.944742 53.526033 77.500446 + H22 29.600345 51.948224 77.533598 + C1 74.285490 2.634074 47.596966 + C2 74.985533 3.277059 46.653869 + H11 73.845399 1.721054 47.449596 + H12 74.135102 3.004743 48.539830 + H21 75.135921 2.906390 45.711005 + H22 75.425624 4.190079 46.801239 + C1 2.889005 64.748503 14.763460 + C2 3.504351 65.550492 15.641574 + H11 1.891646 64.815289 14.540257 + H12 3.367325 64.005246 14.245982 + H21 3.026031 66.293749 16.159051 + H22 4.501709 65.483705 15.864777 + C1 63.976619 51.770086 50.292570 + C2 64.145284 52.617307 51.315649 + H11 64.486867 50.886777 50.200828 + H12 63.324104 51.938771 49.521355 + H21 64.797799 52.448621 52.086865 + H22 63.635036 53.500615 51.407391 + C1 60.968599 1.367795 15.150290 + C2 59.765333 1.951413 15.083499 + H11 61.848244 1.890662 15.193166 + H12 61.103898 0.352651 15.163750 + H21 59.630034 2.966557 15.070038 + H22 58.885688 1.428546 15.040623 + C1 30.558259 51.596438 6.433048 + C2 29.401700 51.301083 5.826370 + H11 31.385216 50.993266 6.396589 + H12 30.706848 52.448739 6.981235 + H21 29.253110 50.448783 5.278184 + H22 28.574743 51.904256 5.862829 + C1 60.252707 4.485059 17.337557 + C2 60.965513 4.623076 18.462626 + H11 59.581618 3.726798 17.183658 + H12 60.322550 5.126903 16.542471 + H21 60.895670 3.981232 19.257712 + H22 61.636602 5.381337 18.616525 + C1 50.955930 58.064714 32.052768 + C2 49.629011 58.144190 31.891864 + H11 51.501057 57.223792 31.841366 + H12 51.530048 58.838599 32.399891 + H21 49.054893 57.370305 31.544741 + H22 49.083885 58.985112 32.103266 + C1 43.269673 38.396844 68.031845 + C2 42.698623 37.352929 67.417789 + H11 43.669626 38.348505 68.973495 + H12 43.351395 39.325716 67.608145 + H21 42.616901 36.424057 67.841489 + H22 42.298671 37.401269 66.476139 + C1 62.269366 29.399997 54.678256 + C2 62.605518 28.122500 54.459345 + H11 62.713984 29.986896 55.390203 + H12 61.541206 29.890656 54.150960 + H21 63.333678 27.631841 54.986641 + H22 62.160900 27.535600 53.747398 + C1 75.167154 10.441284 22.902266 + C2 75.937120 11.526362 22.751675 + H11 75.262678 9.784946 23.682714 + H12 74.422171 10.182367 22.248839 + H21 76.682103 11.785279 23.405102 + H22 75.841596 12.182700 21.971227 + C1 5.190319 37.997112 33.001879 + C2 3.921636 38.038484 33.428086 + H11 5.834290 37.230849 33.219009 + H12 5.616469 38.728478 32.425248 + H21 3.495485 37.307119 34.004717 + H22 3.277664 38.804747 33.210956 + C1 20.777650 11.945699 68.803120 + C2 21.102622 10.679016 69.090917 + H11 20.152473 12.207827 68.035366 + H12 21.128716 12.752006 69.328119 + H21 20.751556 9.872708 68.565918 + H22 21.727799 10.416888 69.858671 + C1 69.838123 51.377588 77.488405 + C2 71.074087 51.871031 77.636148 + H11 69.401996 51.210502 76.576879 + H12 69.231725 51.128460 78.275311 + H21 71.680484 52.120159 76.849242 + H22 71.510214 52.038117 78.547674 + C1 27.624412 6.498104 65.115414 + C2 26.854304 5.959492 64.161605 + H11 28.625057 6.681477 64.996716 + H12 27.273347 6.769046 66.038641 + H21 27.205369 5.688550 63.238379 + H22 25.853660 5.776119 64.280304 + C1 25.325759 73.852422 57.330289 + C2 26.307064 74.756184 57.445074 + H11 25.493250 72.850053 57.202988 + H12 24.330546 74.092477 57.360770 + H21 27.302277 74.516130 57.414593 + H22 26.139573 75.758554 57.572375 + C1 77.282015 6.644439 5.870446 + C2 77.439161 5.562086 6.642934 + H11 77.308183 7.603233 6.229657 + H12 77.123295 6.598600 4.859649 + H21 77.597881 5.607925 7.653731 + H22 77.412993 4.603291 6.283723 + C1 62.735959 7.990268 59.899641 + C2 61.711776 7.242476 59.469784 + H11 63.565320 7.601913 60.358275 + H12 62.770488 9.009378 59.803587 + H21 61.677247 6.223366 59.565838 + H22 60.882415 7.630831 59.011149 + C1 41.668004 40.892213 7.790296 + C2 41.293232 42.176972 7.833410 + H11 41.208115 40.151468 8.327700 + H12 42.444010 40.549274 7.216526 + H21 40.517226 42.519911 8.407179 + H22 41.753121 42.917717 7.296006 + C1 21.221570 45.365303 68.870514 + C2 20.118036 44.610122 68.940043 + H11 21.976517 45.327028 69.561596 + H12 21.397444 46.040565 68.120786 + H21 19.942162 43.934859 69.689771 + H22 19.363089 44.648396 68.248961 + C1 14.852097 31.679377 69.519519 + C2 14.080770 30.584870 69.514153 + H11 15.875841 31.648764 69.523382 + H12 14.478961 32.633197 69.520182 + H21 14.453906 29.631050 69.513489 + H22 13.057026 30.615483 69.510290 + C1 42.626753 67.402228 39.954993 + C2 43.516714 67.416072 40.955342 + H11 41.716132 66.937371 40.015668 + H12 42.786700 67.855408 39.050532 + H21 43.356767 66.962892 41.859803 + H22 44.427335 67.880928 40.894667 + C1 16.246587 59.577201 57.860347 + C2 15.323715 59.316319 58.794782 + H11 17.133939 60.048491 58.059085 + H12 16.137669 59.325964 56.873422 + H21 15.432633 59.567556 59.781707 + H22 14.436363 58.845029 58.596044 + C1 4.359713 2.032383 71.946451 + C2 3.826853 0.978897 71.314669 + H11 4.885489 2.770451 71.469146 + H12 4.283400 2.182922 72.956658 + H21 3.903166 0.828359 70.304462 + H22 3.301077 0.240830 71.791974 + C1 29.251257 13.263278 10.739759 + C2 29.063536 11.960706 10.492800 + H11 29.393981 13.962505 10.005106 + H12 29.266875 13.662758 11.682720 + H21 29.047918 11.561226 9.549839 + H22 28.920812 11.261479 11.227453 + C1 4.944751 71.493283 26.647294 + C2 4.405131 71.530850 27.872169 + H11 5.855376 71.070819 26.444094 + H12 4.489291 71.884061 25.817322 + H21 4.860591 71.140072 28.702141 + H22 3.494506 71.953314 28.075368 + C1 61.235476 51.073812 77.911146 + C2 62.496833 51.369625 77.572924 + H11 60.866815 50.118590 77.936502 + H12 60.540194 51.779519 78.171078 + H21 63.192115 50.663918 77.312992 + H22 62.865494 52.324847 77.547568 + C1 38.868206 15.290828 37.789736 + C2 40.066519 15.285832 37.192290 + H11 38.443577 14.459247 38.210648 + H12 38.282069 16.126623 37.872764 + H21 40.652656 14.450036 37.109262 + H22 40.491148 16.117412 36.771377 + C1 31.504702 10.771809 65.400232 + C2 31.915073 10.520075 66.649691 + H11 31.864280 11.544863 64.832697 + H12 30.798981 10.211092 64.913861 + H21 32.620794 11.080793 67.136062 + H22 31.555495 9.747022 67.217226 + C1 41.944866 50.441258 29.281146 + C2 43.053741 50.402716 30.030699 + H11 41.449710 51.307351 29.049395 + H12 41.504695 49.607675 28.880654 + H21 43.493912 51.236299 30.431190 + H22 43.548897 49.536624 30.262450 + C1 46.133549 28.837881 51.624780 + C2 45.269375 28.966320 50.610075 + H11 47.150679 28.847663 51.504976 + H12 45.845341 28.719761 52.600479 + H21 45.557583 29.084440 49.634376 + H22 44.252244 28.956538 50.729878 + C1 47.745114 38.750052 41.881833 + C2 46.709202 39.352965 42.478745 + H11 48.055599 38.970644 40.931075 + H12 48.308412 38.020910 42.329103 + H21 46.145904 40.082108 42.031475 + H22 46.398717 39.132373 43.429503 + C1 1.355998 38.746448 77.831667 + C2 2.076732 39.873028 77.897080 + H11 0.355244 38.703087 78.045244 + H12 1.748819 37.839548 77.562913 + H21 1.683911 40.779928 78.165834 + H22 3.077486 39.916389 77.683503 + C1 3.378819 58.290441 9.844625 + C2 4.162325 58.469762 10.915551 + H11 2.780607 57.469467 9.713677 + H12 3.316151 58.960160 9.072256 + H21 4.224992 57.800044 11.687920 + H22 4.760537 59.290737 11.046499 + C1 10.569278 72.191971 30.072752 + C2 10.768966 70.988021 30.623707 + H11 10.162460 72.984109 30.578737 + H12 10.807660 72.415352 29.102042 + H21 10.530584 70.764640 31.594418 + H22 11.175784 70.195883 30.117723 + C1 63.749962 67.502203 53.905733 + C2 65.076633 67.348160 54.001314 + H11 63.211569 68.141454 54.497759 + H12 63.169320 66.992886 53.233085 + H21 65.657274 67.857477 54.673963 + H22 65.615026 66.708909 53.409288 + C1 30.281742 50.350306 36.390350 + C2 29.607392 50.685127 35.283071 + H11 31.133613 50.827940 36.698871 + H12 29.998678 49.590254 37.015810 + H21 29.890456 51.445180 34.657611 + H22 28.755521 50.207494 34.974550 + C1 35.510983 5.374778 29.318361 + C2 35.929524 4.108628 29.197488 + H11 34.525993 5.651104 29.268938 + H12 36.142936 6.166436 29.469740 + H21 35.297571 3.316970 29.046110 + H22 36.914514 3.832302 29.246912 + C1 3.030935 9.730105 5.209992 + C2 1.693084 9.744779 5.263463 + H11 3.601095 10.574114 5.102429 + H12 3.589240 8.873718 5.272453 + H21 1.134779 10.601165 5.201003 + H22 1.122924 8.900769 5.371027 + C1 21.188861 64.569026 51.116089 + C2 20.654259 65.775191 50.887425 + H11 22.104158 64.430902 51.554446 + H12 20.724496 63.689760 50.870608 + H21 21.118625 66.654456 51.132906 + H22 19.738962 65.913315 50.449068 + C1 30.688283 65.341426 11.081817 + C2 32.010131 65.197429 10.924002 + H11 30.123078 66.000128 10.538073 + H12 30.138523 64.804184 11.758676 + H21 32.559891 65.734671 10.247143 + H22 32.575336 64.538726 11.467746 + C1 51.222566 47.326276 55.790029 + C2 50.765410 46.206085 55.216356 + H11 52.189142 47.444223 56.107556 + H12 50.641597 48.153200 55.956389 + H21 51.346379 45.379161 55.049996 + H22 49.798835 46.088138 54.898828 + C1 58.018354 45.765783 46.075456 + C2 58.460975 44.513116 46.242290 + H11 58.636217 46.581128 46.025834 + H12 57.027146 46.007051 45.984356 + H21 59.452183 44.271848 46.333390 + H22 57.843112 43.697771 46.291913 + C1 70.358909 35.649357 64.645351 + C2 71.248634 36.567989 65.042122 + H11 70.589372 34.660253 64.512825 + H12 69.377971 35.863605 64.443205 + H21 72.229571 36.353741 65.244269 + H22 71.018171 37.557093 65.174649 + C1 23.466920 43.620268 37.126682 + C2 22.187703 43.848387 37.449926 + H11 24.208779 44.318772 37.230320 + H12 23.804068 42.729347 36.750391 + H21 21.850555 44.739308 37.826218 + H22 21.445844 43.149883 37.346289 + C1 13.708672 21.926212 58.637331 + C2 13.701043 23.254634 58.469526 + H11 14.132046 21.275090 57.969650 + H12 13.291733 21.456824 59.446552 + H21 14.117982 23.724023 57.660305 + H22 13.277669 23.905757 59.137207 + C1 17.379531 52.533631 11.815826 + C2 18.497368 52.921750 11.189149 + H11 16.439979 52.672321 11.432405 + H12 17.376197 52.067567 12.727844 + H21 18.500702 53.387814 10.277131 + H22 19.436919 52.783061 11.572570 + C1 14.780879 65.541996 24.926770 + C2 15.372708 64.628263 25.706354 + H11 13.784430 65.772075 24.982956 + H12 15.278126 66.082643 24.213012 + H21 14.875461 64.087616 26.420112 + H22 16.369157 64.398184 25.650167 + C1 49.702117 11.204574 0.940667 + C2 48.699988 12.092431 0.959855 + H11 49.559446 10.193639 0.859063 + H12 50.690075 11.466610 1.006088 + H21 47.712030 11.830396 0.894434 + H22 48.842660 13.103366 1.041459 + C1 39.667404 5.755579 44.311969 + C2 38.834974 6.804173 44.332688 + H11 40.684723 5.840430 44.394834 + H12 39.352233 4.786248 44.211627 + H21 39.150145 7.773504 44.433029 + H22 37.817655 6.719322 44.249823 + C1 56.689404 42.266928 73.264819 + C2 56.770175 41.856533 74.536815 + H11 55.838563 42.190694 72.699786 + H12 57.472116 42.689325 72.756935 + H21 55.987463 41.434136 75.044699 + H22 57.621016 41.932767 75.101847 + C1 20.306384 2.040341 29.758701 + C2 21.151285 1.002364 29.799506 + H11 19.289391 1.938421 29.692813 + H12 20.610710 3.017786 29.790170 + H21 20.846959 0.024919 29.768037 + H22 22.168278 1.104284 29.865394 + C1 35.219708 17.553670 44.150803 + C2 35.099554 16.725755 45.196289 + H11 35.801851 17.349943 43.333118 + H12 34.738912 18.455735 44.086630 + H21 35.580350 15.823690 45.260462 + H22 34.517411 16.929482 46.013974 + C1 39.804245 48.239863 33.780065 + C2 39.962203 47.472278 32.694346 + H11 38.889599 48.528479 34.139406 + H12 40.585656 48.598696 34.336517 + H21 39.180792 47.113445 32.137894 + H22 40.876849 47.183661 32.335005 + C1 35.949577 51.336397 34.591618 + C2 35.702594 50.662731 35.722147 + H11 35.950903 52.358888 34.532344 + H12 36.156577 50.882136 33.697302 + H21 35.495593 51.116992 36.616463 + H22 35.701267 49.640240 35.781421 + C1 73.386173 10.794254 47.974112 + C2 73.011217 10.150849 49.086928 + H11 73.131154 10.486894 47.030980 + H12 73.957464 11.644319 47.978595 + H21 72.439926 9.300784 49.082446 + H22 73.266236 10.458208 50.030061 + C1 7.534276 17.014457 46.979613 + C2 6.743997 18.058435 46.699451 + H11 7.937074 16.843581 47.905658 + H12 7.798070 16.304747 46.289882 + H21 6.480202 18.768144 47.389182 + H22 6.341199 18.229310 45.773406 + C1 6.194632 51.875830 35.758525 + C2 5.291856 52.796103 36.120484 + H11 7.091844 51.746776 36.235347 + H12 6.058902 51.228642 34.976394 + H21 5.427586 53.443292 36.902615 + H22 4.394644 52.925157 35.643662 + C1 42.609815 21.367482 50.911043 + C2 42.294860 20.094295 51.180705 + H11 43.240820 21.644841 50.153476 + H12 42.244473 22.164045 51.441153 + H21 42.660202 19.297732 50.650595 + H22 41.663855 19.816935 51.938273 + C1 31.919471 69.590868 5.090947 + C2 32.998901 68.844616 5.357142 + H11 31.957343 70.474971 4.575262 + H12 30.971110 69.336222 5.382099 + H21 33.947263 69.099263 5.065991 + H22 32.961029 67.960513 5.872827 + C1 74.880594 64.409645 4.596804 + C2 73.917861 65.340115 4.579741 + H11 75.419685 64.170121 5.434070 + H12 75.153559 63.864324 3.773931 + H21 73.644896 65.885436 5.402614 + H22 73.378770 65.579639 3.742476 + C1 43.887497 7.236466 70.138384 + C2 43.871856 7.488398 71.453377 + H11 44.413133 7.797952 69.462037 + H12 43.375054 6.462478 69.705546 + H21 44.384299 8.262386 71.886214 + H22 43.346221 6.926912 72.129723 + C1 69.904799 10.670750 24.495011 + C2 71.109535 11.239609 24.361103 + H11 69.754771 9.657612 24.488134 + H12 69.038643 11.204060 24.614838 + H21 71.975690 10.706300 24.241276 + H22 71.259562 12.252747 24.367980 + C1 61.279231 33.215938 42.441044 + C2 61.350993 34.196568 43.349965 + H11 60.401748 32.904541 42.014361 + H12 62.096184 32.700184 42.101060 + H21 60.534040 34.712322 43.689948 + H22 62.228477 34.507965 43.776647 + C1 77.078552 22.007808 0.769677 + C2 77.299364 22.445641 2.015656 + H11 77.257961 21.045227 0.469253 + H12 76.712889 22.601080 0.019128 + H21 77.665026 21.852369 2.766205 + H22 77.119954 23.408222 2.316080 + C1 17.167773 29.206659 49.266131 + C2 16.874557 27.977714 48.822691 + H11 16.458901 29.885250 49.559423 + H12 18.123968 29.564673 49.346877 + H21 15.918362 27.619700 48.741946 + H22 17.583429 27.299124 48.529400 + C1 56.285388 75.760036 65.541539 + C2 57.491725 76.294983 65.768486 + H11 55.410888 76.288438 65.612560 + H12 56.142355 74.780410 65.279089 + H21 57.634758 77.274608 66.030935 + H22 58.366225 75.766581 65.697464 + C1 29.619152 53.639119 26.019953 + C2 30.160296 52.567146 25.427535 + H11 29.799618 54.601550 25.719683 + H12 28.982237 53.580887 26.819923 + H21 30.797211 52.625379 24.627565 + H22 29.979830 51.604715 25.727805 + C1 44.166313 35.927792 16.172669 + C2 43.201044 36.658890 15.601116 + H11 45.037044 36.326784 16.535485 + H12 44.109776 34.912125 16.291953 + H21 43.257581 37.674556 15.481832 + H22 42.330313 36.259897 15.238300 + C1 19.248037 5.826676 52.400722 + C2 18.906843 4.532151 52.427409 + H11 19.229538 6.432688 53.226199 + H12 19.554331 6.312584 51.552736 + H21 18.600549 4.046243 53.275396 + H22 18.925342 3.926139 51.601933 + C1 19.736178 23.573457 34.091039 + C2 21.038131 23.326298 33.899330 + H11 19.318947 24.504526 34.001415 + H12 19.055225 22.850865 34.342369 + H21 21.719085 24.048890 33.648001 + H22 21.455363 22.395229 33.988955 + C1 63.428703 19.567905 24.366196 + C2 64.197980 20.532273 24.886894 + H11 63.564803 18.571226 24.558843 + H12 62.643726 19.751147 23.734344 + H21 64.982958 20.349031 25.518746 + H22 64.061881 21.528952 24.694247 + C1 12.645605 26.360708 29.366021 + C2 12.956772 27.415524 30.129865 + H11 12.519317 26.416030 28.351134 + H12 12.509424 25.415657 29.736612 + H21 13.092952 28.360575 29.759273 + H22 13.083060 27.360202 31.144751 + C1 10.775171 46.710914 13.614566 + C2 10.605139 47.035632 14.902420 + H11 10.316360 47.203496 12.842647 + H12 11.377403 45.944436 13.300192 + H21 10.002907 47.802111 15.216794 + H22 11.063950 46.543050 15.674339 + C1 71.419426 45.898638 5.344489 + C2 72.200460 46.650606 6.130270 + H11 70.881134 45.096512 5.684841 + H12 71.298924 46.066486 4.341339 + H21 72.320963 46.482758 7.133420 + H22 72.738752 47.452732 5.789918 + C1 7.721322 57.149270 4.607244 + C2 7.472224 58.431562 4.312970 + H11 7.388681 56.364604 4.039218 + H12 8.264073 56.852334 5.423487 + H21 6.929473 58.728498 3.496727 + H22 7.804864 59.216228 4.880996 + C1 13.427616 65.132437 57.100003 + C2 12.440474 65.527250 56.286005 + H11 14.100335 65.776836 57.525684 + H12 13.587543 64.155018 57.360923 + H21 12.280547 66.504669 56.025085 + H22 11.767755 64.882851 55.860324 + C1 7.850832 64.679881 64.164247 + C2 9.003566 65.360289 64.198468 + H11 6.930836 65.128828 64.131743 + H12 7.798509 63.657016 64.167885 + H21 9.055890 66.383154 64.194829 + H22 9.923563 64.911341 64.230972 + C1 2.595337 27.739078 45.815122 + C2 1.671557 27.170289 46.599998 + H11 2.387281 28.491474 45.152087 + H12 3.582595 27.466449 45.816122 + H21 0.684300 27.442917 46.598998 + H22 1.879614 26.417892 47.263033 + C1 72.145962 10.826428 29.308959 + C2 71.467415 11.861643 28.798250 + H11 72.593926 10.843924 30.229842 + H12 72.270346 9.935737 28.818854 + H21 71.343031 12.752334 29.288354 + H22 71.019450 11.844147 27.877367 + C1 64.922657 28.623763 15.401653 + C2 64.228011 28.430918 16.530014 + H11 65.792811 28.129864 15.182792 + H12 64.638431 29.280326 14.668751 + H21 64.512238 27.774356 17.262916 + H22 63.357857 28.924817 16.748874 + C1 63.804498 28.822925 68.574986 + C2 64.109040 27.597941 68.128231 + H11 64.465754 29.605065 68.573702 + H12 62.886365 29.074047 68.953103 + H21 65.027173 27.346818 67.750114 + H22 63.447784 26.815801 68.129516 + C1 49.359825 33.108967 21.414071 + C2 48.628953 34.158745 21.018199 + H11 48.953852 32.209942 21.689649 + H12 50.382281 33.122515 21.472408 + H21 47.606497 34.145197 20.959862 + H22 49.034926 35.057770 20.742621 + C1 47.287302 19.747738 33.302294 + C2 45.953469 19.664292 33.385032 + H11 47.832573 19.336670 32.538942 + H12 47.867108 20.229193 33.995858 + H21 45.373663 19.182837 32.691468 + H22 45.408198 20.075361 34.148384 + C1 20.803249 7.143817 39.882737 + C2 19.566002 7.127480 40.394474 + H11 21.346654 6.296888 39.691885 + H12 21.303449 8.004527 39.641944 + H21 19.065802 6.266769 40.635267 + H22 19.022597 7.974409 40.585327 + C1 48.251338 70.279391 31.424040 + C2 49.156067 69.881663 30.520603 + H11 48.345396 71.135509 31.978314 + H12 47.394149 69.758753 31.631808 + H21 50.013255 70.402301 30.312836 + H22 49.062008 69.025545 29.966329 + C1 51.925486 44.404591 46.168815 + C2 50.631653 44.625487 45.904008 + H11 52.424474 44.840450 46.949867 + H12 52.517834 43.782409 45.611126 + H21 50.039305 45.247669 46.461698 + H22 50.132665 44.189628 45.122957 + C1 78.583297 32.443675 30.282834 + C2 77.286348 32.122016 30.196940 + H11 79.133100 32.348294 31.141684 + H12 79.127460 32.810372 29.496434 + H21 76.742185 31.755320 30.983340 + H22 76.736545 32.217397 29.338090 + C1 8.764308 57.748285 53.964295 + C2 10.096576 57.628666 54.024903 + H11 8.287381 58.598021 53.648869 + H12 8.117478 56.999447 54.228599 + H21 10.743406 58.377504 53.760599 + H22 10.573503 56.778930 54.340329 + C1 67.758697 47.671412 41.867843 + C2 67.896082 48.964585 42.186823 + H11 67.413704 47.347376 40.959557 + H12 67.987808 46.904667 42.507073 + H21 67.666971 49.731330 41.547593 + H22 68.241076 49.288621 43.095109 + C1 48.040583 72.465296 18.067365 + C2 48.831919 71.472120 17.642735 + H11 48.386532 73.397843 18.311659 + H12 47.027150 72.370484 18.181244 + H21 49.845351 71.566933 17.528857 + H22 48.485970 70.539573 17.398442 + C1 49.119542 3.321990 49.115032 + C2 49.806141 4.344587 49.640198 + H11 49.453431 2.765168 48.322902 + H12 48.206513 3.016261 49.464191 + H21 50.719169 4.650316 49.291039 + H22 49.472251 4.901408 50.432328 + C1 73.804063 17.926674 24.372109 + C2 73.292626 18.345376 25.536601 + H11 74.187119 16.987695 24.228617 + H12 73.852398 18.512482 23.533362 + H21 73.244291 17.759568 26.375348 + H22 72.909570 19.284355 25.680092 + C1 43.381651 74.271718 25.878720 + C2 42.894187 74.607263 27.079849 + H11 43.343280 73.321218 25.499140 + H12 43.831192 74.939189 25.245159 + H21 42.444646 73.939792 27.713409 + H22 42.932558 75.557763 27.459429 + C1 65.796250 5.281625 18.008767 + C2 65.510713 4.031901 17.622013 + H11 65.953540 6.053367 17.354033 + H12 65.879809 5.564013 18.989725 + H21 65.427155 3.749512 16.641055 + H22 65.353424 3.260158 18.276748 + C1 42.563988 31.310973 52.605013 + C2 43.254708 32.292762 53.198240 + H11 42.932029 30.749023 51.831863 + H12 41.613330 31.044794 52.877782 + H21 44.205365 32.558941 52.925471 + H22 42.886666 32.854712 53.971390 + C1 36.100294 29.073945 48.840675 + C2 34.801430 28.778565 48.977146 + H11 36.626509 29.633136 49.518470 + H12 36.669658 28.763903 48.047768 + H21 34.232065 29.088607 49.770054 + H22 34.275215 28.219373 48.299351 + C1 16.321997 5.852634 15.072798 + C2 15.163813 5.636253 14.436629 + H11 16.465189 5.655806 16.067663 + H12 17.155721 6.231978 14.614534 + H21 14.330089 5.256909 14.894892 + H22 15.020620 5.833082 13.441763 + C1 11.963124 15.010492 62.089563 + C2 12.546106 13.932646 62.629286 + H11 10.948307 15.122339 62.008072 + H12 12.486201 15.807798 61.715803 + H21 12.023028 13.135340 63.003047 + H22 13.560923 13.820799 62.710777 + C1 20.147885 66.637862 67.502127 + C2 21.317491 67.255349 67.293194 + H11 19.249803 67.128489 67.543815 + H12 20.059416 65.626391 67.636672 + H21 21.405960 68.266821 67.158649 + H22 22.215573 66.764723 67.251505 + C1 17.804664 9.606720 30.533566 + C2 17.719011 8.295711 30.275036 + H11 18.208258 10.285700 29.881567 + H12 17.473318 10.033566 31.403633 + H21 18.050357 7.868865 29.404969 + H22 17.315418 7.616731 30.927035 + C1 78.655769 46.629286 54.757145 + C2 78.192198 45.484226 54.240560 + H11 78.128025 47.507023 54.748903 + H12 79.574532 46.717397 55.201123 + H21 77.273435 45.396116 53.796583 + H22 78.719942 44.606490 54.248802 + C1 10.149778 46.143595 10.119351 + C2 9.594499 44.941878 10.320506 + H11 9.688246 47.026107 10.358444 + H12 11.079682 46.274720 9.710587 + H21 8.664595 44.810753 10.729270 + H22 10.056030 44.059366 10.081414 + C1 35.263783 38.004408 57.993765 + C2 36.399609 37.343012 57.738076 + H11 34.711528 37.869904 58.845779 + H12 34.857981 38.696793 57.357424 + H21 36.805411 36.650626 58.374417 + H22 36.951864 37.477516 56.886062 + C1 70.382569 59.433050 40.189444 + C2 71.465335 58.664197 40.017968 + H11 69.423767 59.092209 40.073126 + H12 70.428068 60.422411 40.450401 + H21 71.419836 57.674836 39.757011 + H22 72.424137 59.005038 40.134286 + C1 31.355275 55.630030 30.217667 + C2 32.245829 54.633497 30.135463 + H11 31.617166 56.619194 30.262066 + H12 30.342210 55.481432 30.242606 + H21 33.258893 54.782095 30.110523 + H22 31.983937 53.644333 30.091064 + C1 17.664376 59.086183 20.517920 + C2 17.690787 60.423153 20.586741 + H11 16.821885 58.528591 20.686153 + H12 18.484591 58.516054 20.291637 + H21 16.870572 60.993282 20.813024 + H22 18.533278 60.980745 20.418508 + C1 65.891190 77.847981 73.920562 + C2 66.084338 77.409371 75.170857 + H11 64.989870 77.796270 73.436878 + H12 66.629592 78.269655 73.349636 + H21 65.345936 76.987697 75.741784 + H22 66.985659 77.461081 75.654542 + C1 11.029744 62.810065 70.063349 + C2 11.034116 61.497145 70.326301 + H11 10.174795 63.351628 69.905943 + H12 11.881005 63.375938 69.998957 + H21 10.182855 60.931272 70.390692 + H22 11.889064 60.955583 70.483707 + C1 48.815436 15.812040 44.111147 + C2 49.673903 15.768702 45.137830 + H11 48.134322 16.564906 43.975940 + H12 48.772441 15.095730 43.380356 + H21 49.716898 16.485013 45.868620 + H22 50.355017 15.015837 45.273036 + C1 59.419318 42.167323 13.968977 + C2 60.466239 42.979361 13.775400 + H11 58.494028 42.332029 13.561897 + H12 59.461540 41.317670 14.539338 + H21 60.424017 43.829014 13.205040 + H22 61.391529 42.814655 14.182481 + C1 20.699955 73.354322 53.034549 + C2 21.444844 72.282271 52.736609 + H11 19.986000 73.737658 52.408190 + H12 20.785604 73.875250 53.912217 + H21 21.359195 71.761342 51.858940 + H22 22.158799 71.898934 53.362967 + C1 31.600507 38.541602 27.596170 + C2 30.669087 38.621324 26.637513 + H11 31.523849 39.018917 28.499108 + H12 32.462808 37.997044 27.501849 + H21 29.806785 39.165882 26.731834 + H22 30.745744 38.144009 25.734574 + C1 70.984111 18.275804 3.071668 + C2 70.007198 18.035754 3.955374 + H11 71.299345 19.217299 2.820234 + H12 71.492895 17.536790 2.577704 + H21 69.498414 18.774768 4.449338 + H22 69.691964 17.094259 4.206808 + C1 23.417934 46.799072 26.241177 + C2 23.044894 48.084872 26.219278 + H11 22.824816 46.033245 25.908424 + H12 24.325708 46.480337 26.592402 + H21 22.137121 48.403606 25.868053 + H22 23.638012 48.850698 26.552031 + C1 73.643991 1.854793 26.141801 + C2 74.415102 2.949214 26.118312 + H11 73.588124 1.186620 25.367574 + H12 73.049434 1.599832 26.935842 + H21 75.009659 3.204175 25.324271 + H22 74.470969 3.617387 26.892538 + C1 11.090998 73.729390 20.803661 + C2 10.175784 72.985218 20.170011 + H11 11.753924 73.349453 21.485702 + H12 11.200046 74.737029 20.656097 + H21 10.066735 71.977578 20.317575 + H22 9.512857 73.365155 19.487970 + C1 65.593952 21.118524 2.153587 + C2 65.494619 20.779619 0.862000 + H11 64.783747 21.274713 2.760362 + H12 66.487944 21.248197 2.636254 + H21 64.600627 20.649946 0.379334 + H22 66.304824 20.623429 0.255225 + C1 24.304221 51.187099 66.580686 + C2 23.286496 52.019914 66.832830 + H11 25.288677 51.454677 66.671531 + H12 24.178207 50.217050 66.277159 + H21 23.412510 52.989963 67.136356 + H22 22.302040 51.752336 66.741985 + C1 57.054002 17.634753 4.431546 + C2 57.845121 18.710816 4.335944 + H11 56.111898 17.589211 4.032334 + H12 57.328804 16.772645 4.911399 + H21 57.570318 19.572923 3.856091 + H22 58.787224 18.756358 4.735156 + C1 43.007439 39.321477 20.030126 + C2 42.915500 40.126468 21.096173 + H11 43.445659 38.396152 20.057341 + H12 42.646770 39.567799 19.103710 + H21 43.276169 39.880146 22.022589 + H22 42.477280 41.051793 21.068958 + C1 66.206498 63.028620 17.222710 + C2 65.181180 63.863278 17.434819 + H11 66.329913 62.146009 17.727458 + H12 66.947929 63.207204 16.539050 + H21 64.439749 63.684693 18.118479 + H22 65.057765 64.745888 16.930072 + C1 7.565612 32.165768 49.031309 + C2 8.179631 33.252865 48.547447 + H11 8.060642 31.392945 49.485944 + H12 6.552662 32.021636 48.984807 + H21 9.192581 33.396998 48.593949 + H22 7.684601 34.025688 48.092812 + C1 50.806819 39.457610 1.021789 + C2 51.597670 38.377208 1.007461 + H11 49.784279 39.409438 0.988682 + H12 51.162282 40.417093 1.066982 + H21 51.242206 37.417725 0.962268 + H22 52.620209 38.425381 1.040568 + C1 9.309972 17.982330 30.068825 + C2 8.762888 16.826207 29.672594 + H11 9.193627 18.864974 29.562458 + H12 9.887776 18.074866 30.909410 + H21 8.185083 16.733672 28.832009 + H22 8.879232 15.943563 30.178961 + C1 20.787834 28.071291 60.654777 + C2 20.064147 29.018194 61.265164 + H11 21.501963 27.511957 61.130351 + H12 20.684129 27.831920 59.664347 + H21 20.167852 29.257565 62.255593 + H22 19.350018 29.577527 60.789590 + C1 12.340580 78.234949 55.288629 + C2 11.227331 78.017078 56.000057 + H11 12.503192 77.837903 54.358621 + H12 13.116984 78.815768 55.618555 + H21 10.450928 77.436259 55.670131 + H22 11.064719 78.414124 56.930065 + C1 28.554232 6.668410 67.966604 + C2 29.254285 5.527790 67.923793 + H11 28.856756 7.534135 67.510530 + H12 27.661221 6.764787 68.458789 + H21 30.147297 5.431413 67.431608 + H22 28.951762 4.662065 68.379867 + C1 61.692058 39.472927 21.478875 + C2 62.065408 40.580576 20.825694 + H11 61.119065 38.735442 21.058401 + H12 61.950133 39.276121 22.450301 + H21 61.807332 40.777382 19.854269 + H22 62.638400 41.318062 21.246169 + C1 12.732059 32.364265 2.573186 + C2 11.404633 32.295552 2.411508 + H11 13.403763 32.113394 1.841831 + H12 13.180026 32.673094 3.440916 + H21 10.956666 31.986723 1.543779 + H22 10.732928 32.546423 3.142864 + C1 26.244177 35.612533 2.620514 + C2 27.206311 35.456395 1.702451 + H11 25.781218 36.506931 2.806861 + H12 25.895585 34.849836 3.208545 + H21 27.554903 36.219092 1.114419 + H22 27.669270 34.561997 1.516104 + C1 67.445336 78.226740 64.484068 + C2 66.908368 77.123029 65.019239 + H11 68.454040 78.370755 64.380246 + H12 66.889560 79.013695 64.136479 + H21 67.464144 76.336074 65.366829 + H22 65.899663 76.979014 65.123062 + C1 78.402648 56.186269 11.350052 + C2 78.253721 54.875909 11.118328 + H11 78.293203 56.903592 10.627229 + H12 78.637712 56.574224 12.268333 + H21 78.018657 54.487954 10.200047 + H22 78.363166 54.158586 11.841151 + C1 61.632455 38.423277 5.270807 + C2 60.763567 39.380146 4.921012 + H11 61.975669 37.707928 4.623131 + H12 62.022139 38.331515 6.213531 + H21 60.373882 39.471908 3.978288 + H22 60.420353 40.095494 5.568689 + C1 7.860160 19.271835 42.399107 + C2 7.072984 18.314781 42.906378 + H11 8.878408 19.187011 42.328538 + H12 7.505887 20.163925 42.041797 + H21 7.427257 17.422691 43.263688 + H22 6.054736 18.399605 42.976947 + C1 69.856904 63.479525 9.222674 + C2 68.611912 63.788933 9.606315 + H11 70.484864 64.140701 8.756287 + H12 70.279085 62.557365 9.365463 + H21 68.189731 64.711093 9.463526 + H22 67.983953 63.127757 10.072702 + C1 17.769326 48.281076 21.555333 + C2 18.268754 47.279007 22.289738 + H11 17.609839 49.224321 21.921197 + H12 17.507550 48.183067 20.570005 + H21 18.530530 47.377016 23.275066 + H22 18.428241 46.335762 21.923873 + C1 17.521888 46.051716 28.925489 + C2 17.896999 46.497237 27.719784 + H11 17.008970 45.177029 29.069856 + H12 17.718403 46.550611 29.798123 + H21 17.700484 45.998343 26.847150 + H22 18.409916 47.371924 27.575418 + C1 26.801146 64.254449 12.097853 + C2 25.535387 64.690871 12.115461 + H11 27.061172 63.284011 11.898752 + H12 27.608777 64.856768 12.282102 + H21 24.727756 64.088552 11.931212 + H22 25.275362 65.661309 12.314562 + C1 53.703777 10.351674 4.839083 + C2 52.619897 11.001346 5.281860 + H11 53.701437 9.360987 4.579200 + H12 54.620359 10.794367 4.725488 + H21 51.703315 10.558653 5.395455 + H22 52.622236 11.992032 5.541742 + C1 37.137315 38.446157 54.349853 + C2 37.408881 39.075052 53.199347 + H11 36.222719 38.479835 54.809618 + H12 37.822847 37.882012 54.860528 + H21 36.723349 39.639197 52.688671 + H22 38.323477 39.041374 52.739582 + C1 55.599686 70.820901 15.377027 + C2 54.741562 70.732627 16.401112 + H11 56.150128 71.659991 15.172221 + H12 55.773064 70.056270 14.718026 + H21 54.568184 71.497259 17.060114 + H22 54.191120 69.893537 16.605918 + C1 17.526341 22.731937 1.906455 + C2 17.865319 21.441296 2.017175 + H11 16.556787 23.060098 1.870680 + H12 18.209970 23.492421 1.848838 + H21 17.181690 20.680812 2.074792 + H22 18.834873 21.113135 2.052950 + C1 34.097808 8.796385 68.772432 + C2 34.892076 9.872949 68.827836 + H11 33.078834 8.840984 68.865742 + H12 34.446824 7.843716 68.632388 + H21 34.543060 10.825618 68.967879 + H22 35.911050 9.828350 68.734525 + C1 60.946794 63.231825 72.344503 + C2 62.253629 63.449421 72.538808 + H11 60.307781 62.931889 73.086598 + H12 60.483503 63.348222 71.438513 + H21 62.716920 63.333024 73.444797 + H22 62.892642 63.749357 71.796713 + C1 54.902971 28.779128 43.007308 + C2 54.966537 29.843963 42.197983 + H11 54.503448 28.809275 43.949898 + H12 55.248877 27.850803 42.747376 + H21 54.620631 30.772288 42.457915 + H22 55.366060 29.813816 41.255393 + C1 0.229781 47.059384 31.226107 + C2 0.237462 45.723902 31.129405 + H11 0.387336 47.562930 32.103957 + H12 0.065748 47.682303 30.429823 + H21 0.401495 45.100982 31.925689 + H22 0.079907 45.220356 30.251555 + C1 70.220985 29.246484 37.297574 + C2 70.858094 29.570010 38.429981 + H11 69.220564 29.406185 37.147057 + H12 70.684012 28.813891 36.492917 + H21 70.395068 30.002603 39.234638 + H22 71.858516 29.410308 38.580497 + C1 60.544323 41.057521 37.139645 + C2 61.816908 40.914342 37.530730 + H11 59.780026 41.293145 37.779437 + H12 60.235207 40.942667 36.169975 + H21 62.126025 41.029196 38.500400 + H22 62.581206 40.678719 36.890938 + C1 7.385966 55.097720 56.755726 + C2 8.534538 54.439151 56.955703 + H11 6.625477 55.127699 57.441117 + H12 7.177645 55.623238 55.901655 + H21 8.742858 53.913633 57.809774 + H22 9.295026 54.409172 56.270311 + C1 51.845029 6.023950 24.389002 + C2 52.145689 5.864204 23.094010 + H11 52.081535 6.864616 24.924118 + H12 51.354919 5.318027 24.946201 + H21 52.635799 6.570126 22.536812 + H22 51.909183 5.023538 22.558894 + C1 2.296128 56.183154 23.894974 + C2 2.116690 57.229977 24.710379 + H11 2.075741 56.202006 22.894936 + H12 2.667870 55.281317 24.207227 + H21 1.744949 58.131814 24.398127 + H22 2.337077 57.211125 25.710418 + C1 49.524557 37.253475 61.021848 + C2 49.484761 36.013519 61.525681 + H11 50.372808 37.679988 60.637710 + H12 48.709875 37.872853 60.981008 + H21 50.299443 35.394141 61.566522 + H22 48.636511 35.587006 61.909819 + C1 4.003846 74.874593 78.171276 + C2 4.319473 73.782604 78.878991 + H11 4.012418 75.821869 78.560631 + H12 3.729047 74.848399 77.184968 + H21 4.594272 73.808798 79.865299 + H22 4.310902 72.835328 78.489636 + C1 31.872735 48.167807 66.309564 + C2 31.262429 49.336139 66.545033 + H11 32.535318 48.021328 65.542406 + H12 31.724940 47.328807 66.878106 + H21 31.410224 50.175139 65.976490 + H22 30.599846 49.482618 67.312191 + C1 20.240997 69.062983 48.578686 + C2 20.508067 67.793304 48.247764 + H11 20.598267 69.512656 49.426717 + H12 19.658455 69.684273 48.009785 + H21 21.090609 67.172014 48.816664 + H22 20.150797 67.343631 47.399733 + C1 11.780471 60.450811 50.838768 + C2 12.306681 61.681013 50.787519 + H11 12.338828 59.602970 50.974441 + H12 10.778261 60.260987 50.746324 + H21 13.308892 61.870836 50.879963 + H22 11.748325 62.528854 50.651846 + C1 65.305257 71.890333 50.840622 + C2 64.993703 72.748372 51.820226 + H11 66.238884 71.487239 50.718725 + H12 64.634422 71.569678 50.136233 + H21 65.664538 73.069027 52.524615 + H22 64.060076 73.151466 51.942123 + C1 5.058328 64.432185 39.558136 + C2 6.378348 64.287774 39.730229 + H11 4.586897 65.341324 39.543214 + H12 4.416336 63.644856 39.427899 + H21 7.020340 65.075103 39.860465 + H22 6.849779 63.378635 39.745150 + C1 22.205984 12.135006 77.884874 + C2 22.124818 10.884851 77.412172 + H11 21.387675 12.702059 78.125345 + H12 23.092755 12.622446 78.043123 + H21 21.238047 10.397411 77.253923 + H22 22.943126 10.317798 77.171702 + C1 23.868616 6.668209 59.688960 + C2 24.210087 5.920523 60.745977 + H11 23.547651 6.275197 58.799282 + H12 23.901554 7.691886 59.687054 + H21 24.177150 4.896846 60.747883 + H22 24.531053 6.313535 61.635655 + C1 49.044545 50.761409 57.404198 + C2 48.533206 51.397721 58.465593 + H11 48.738940 49.831782 57.101869 + H12 49.781459 51.154313 56.811250 + H21 47.796291 51.004817 59.058542 + H22 48.838810 52.327348 58.767922 + C1 57.083420 24.274349 77.973997 + C2 56.456982 24.662626 79.091914 + H11 57.742909 23.491497 77.939054 + H12 56.952325 24.729692 77.065988 + H21 56.588077 24.207283 79.999923 + H22 55.797493 25.445478 79.126857 + C1 15.287095 42.687319 40.849017 + C2 14.002184 42.672998 40.472560 + H11 15.738937 41.913379 41.344858 + H12 15.919063 43.473340 40.670713 + H21 13.370216 41.886978 40.650864 + H22 13.550341 43.446938 39.976718 + C1 61.635186 10.257077 54.411322 + C2 61.220325 11.530182 54.407718 + H11 62.605747 9.978916 54.239154 + H12 61.014557 9.461385 54.586531 + H21 61.840954 12.325874 54.232509 + H22 60.249764 11.808344 54.579886 + C1 71.947400 12.982067 20.368409 + C2 71.914039 14.177598 19.766319 + H11 71.705395 12.105502 19.897164 + H12 72.217544 12.850211 21.347510 + H21 71.643894 14.309454 18.787218 + H22 72.156043 15.054163 20.237564 + C1 57.575399 65.211278 5.174228 + C2 57.341432 64.002698 5.701026 + H11 57.408298 66.088162 5.676378 + H12 57.939849 65.353818 4.227728 + H21 56.976982 63.860158 6.647526 + H22 57.508533 63.125814 5.198876 + C1 45.681580 72.582125 6.722450 + C2 46.455678 73.121943 7.672339 + H11 45.139658 73.136398 6.053043 + H12 45.570556 71.572520 6.590635 + H21 46.566702 74.131548 7.804154 + H22 46.997600 72.567670 8.341746 + C1 74.967648 31.446035 69.260802 + C2 76.146352 30.814128 69.326149 + H11 74.783097 32.233425 68.632342 + H12 74.157972 31.191654 69.834143 + H21 76.956027 31.068510 68.752808 + H22 76.330903 30.026738 69.954609 + C1 36.874854 70.608206 30.552186 + C2 35.681696 70.871259 30.004375 + H11 37.763944 70.901562 30.136896 + H12 36.992183 70.092968 31.429549 + H21 35.564367 71.386498 29.127011 + H22 34.792606 70.577903 30.419665 + C1 69.365335 60.404909 79.474801 + C2 68.828677 59.182701 79.369308 + H11 70.373211 60.583948 79.441137 + H12 68.810124 61.256790 79.597448 + H21 69.383889 58.330820 79.246662 + H22 67.820801 59.003662 79.402973 + C1 38.639217 51.775514 73.021055 + C2 37.578628 52.592870 73.019886 + H11 39.449101 51.902162 73.635101 + H12 38.723930 50.959436 72.407995 + H21 37.493915 53.408949 73.632946 + H22 36.768744 52.466223 72.405840 + C1 55.975308 42.481499 27.084613 + C2 56.978863 42.293716 27.950948 + H11 55.079976 42.907534 27.341282 + H12 56.024151 42.213856 26.097200 + H21 56.930020 42.561358 28.938362 + H22 57.874195 41.867681 27.694280 + C1 43.777653 33.073672 33.043408 + C2 43.298572 34.285354 33.352003 + H11 43.182905 32.255749 32.881298 + H12 44.776502 32.869554 32.945221 + H21 42.299723 34.489472 33.450190 + H22 43.893320 35.103277 33.514113 + C1 51.129979 25.789098 9.050619 + C2 49.819303 25.796839 9.324459 + H11 51.603553 26.536565 8.534844 + H12 51.761949 25.035102 9.335414 + H21 49.187333 26.550835 9.039664 + H22 49.345729 25.049372 9.840235 + C1 8.354039 32.051729 60.124066 + C2 8.565001 32.238782 61.433046 + H11 7.429872 32.112088 59.686716 + H12 9.100262 31.833592 59.457305 + H21 7.818778 32.456919 62.099807 + H22 9.489168 32.178422 61.870396 + C1 46.599375 39.919357 68.571901 + C2 47.435308 39.252342 69.377648 + H11 46.888199 40.709830 67.988174 + H12 45.605450 39.691506 68.475988 + H21 48.429234 39.480193 69.473561 + H22 47.146484 38.461869 69.961375 + C1 61.201340 71.945937 36.780146 + C2 60.987618 70.807403 36.108594 + H11 60.973881 72.872497 36.407649 + H12 61.609071 71.979721 37.719091 + H21 60.579887 70.773618 35.169649 + H22 61.215077 69.880843 36.481091 + C1 28.250321 2.494736 28.947870 + C2 28.894067 3.484262 28.315928 + H11 27.345944 2.616011 29.413057 + H12 28.611703 1.538806 29.015720 + H21 28.532685 4.440192 28.248078 + H22 29.798444 3.362987 27.850740 + C1 21.285311 77.447868 54.071650 + C2 20.441466 78.476010 53.917474 + H11 21.280522 76.618388 53.470865 + H12 22.001876 77.410121 54.802481 + H21 19.724901 78.513757 53.186643 + H22 20.446255 79.305491 54.518259 + C1 74.669613 34.134603 41.401256 + C2 74.163188 32.896196 41.454196 + H11 75.653105 34.350997 41.588127 + H12 74.113285 34.962794 41.169732 + H21 74.719516 32.068005 41.685721 + H22 73.179696 32.679802 41.267326 + C1 77.935013 73.276433 64.725556 + C2 78.395217 73.884269 65.826315 + H11 76.940815 73.218186 64.486433 + H12 78.541034 72.821977 64.036200 + H21 77.789196 74.338725 66.515671 + H22 79.389416 73.942516 66.065438 + C1 10.504812 7.950808 25.582722 + C2 9.343440 7.907814 24.917675 + H11 11.086488 7.126068 25.757255 + H12 10.902743 8.811812 25.969151 + H21 8.945510 7.046810 24.531246 + H22 8.761765 8.732554 24.743142 + C1 38.537315 66.266480 57.261231 + C2 39.102248 66.105018 56.058027 + H11 38.158839 67.158777 57.592239 + H12 38.439276 65.510375 57.945116 + H21 39.200287 66.861122 55.374142 + H22 39.480725 65.212721 55.727019 + C1 30.094699 56.292927 56.084811 + C2 28.950628 56.476116 55.413645 + H11 31.014895 56.267137 55.635835 + H12 30.139517 56.164199 57.099909 + H21 28.905810 56.604844 54.398547 + H22 28.030433 56.501905 55.862621 + C1 11.301703 23.398528 48.710910 + C2 11.425696 24.698738 48.415953 + H11 12.046746 22.843800 49.142409 + H12 10.452073 22.856540 48.528203 + H21 12.275326 25.240726 48.598660 + H22 10.680653 25.253466 47.984454 + C1 74.451118 72.023925 65.868684 + C2 75.194167 71.034740 65.356519 + H11 73.438502 71.956264 66.006650 + H12 74.836979 72.925953 66.162725 + H21 74.808306 70.132712 65.062479 + H22 76.206783 71.102401 65.218553 + C1 74.899888 15.097993 47.757024 + C2 74.191016 15.659727 46.769666 + H11 75.313394 14.163083 47.694092 + H12 75.084310 15.559085 48.652784 + H21 74.006594 15.198634 45.873906 + H22 73.777511 16.594637 46.832599 + C1 25.480775 71.450127 53.787221 + C2 25.156902 72.664161 54.249983 + H11 26.432079 71.071460 53.812418 + H12 24.802654 70.804768 53.371688 + H21 25.835022 73.309520 54.665516 + H22 24.205597 73.042828 54.224786 + C1 18.232590 25.930183 9.301224 + C2 18.570792 24.643108 9.449475 + H11 18.239540 26.415632 8.399395 + H12 17.940370 26.530370 10.078004 + H21 18.863012 24.042922 8.672695 + H22 18.563842 24.157659 10.351304 + C1 35.534195 40.858307 77.915233 + C2 35.189869 41.857845 78.736989 + H11 36.505128 40.604075 77.711129 + H12 34.853698 40.269437 77.426193 + H21 35.870366 42.446714 79.226029 + H22 34.218935 42.112077 78.941093 + C1 51.930564 40.624346 25.123512 + C2 53.111451 40.618680 24.492327 + H11 51.833641 40.555411 26.140792 + H12 51.031419 40.698060 24.638632 + H21 54.010595 40.544966 24.977208 + H22 53.208373 40.687615 23.475047 + C1 29.360953 41.057375 10.313621 + C2 29.795041 39.790696 10.317256 + H11 29.986122 41.868604 10.322321 + H12 28.369635 41.314578 10.301855 + H21 30.786359 39.533493 10.329022 + H22 29.169872 38.979468 10.308555 + C1 46.079623 33.891370 8.702870 + C2 44.915349 33.956614 8.044742 + H11 46.642302 33.038352 8.771837 + H12 46.498997 34.689355 9.189027 + H21 44.495975 33.158629 7.558585 + H22 44.352669 34.809631 7.975776 + C1 72.466164 14.952613 25.334641 + C2 71.627575 14.038548 25.838798 + H11 72.181973 15.667864 24.658878 + H12 73.457698 15.008369 25.585154 + H21 70.636041 13.982793 25.588285 + H22 71.911766 13.323298 26.514561 + C1 47.974332 46.603840 13.626774 + C2 48.876515 45.637682 13.413405 + H11 48.166228 47.598720 13.477129 + H12 47.021453 46.423905 13.956394 + H21 49.829394 45.817617 13.083785 + H22 48.684619 44.642802 13.563050 + C1 19.010589 65.516978 56.741963 + C2 17.834048 64.920558 56.972085 + H11 19.904986 65.017962 56.735511 + H12 19.108594 66.519068 56.554309 + H21 17.736044 63.918467 57.159738 + H22 16.939652 65.419573 56.978537 + C1 43.110944 22.468263 54.864330 + C2 44.146783 23.309083 54.978258 + H11 42.578837 22.115935 55.665411 + H12 42.769329 22.111368 53.967152 + H21 44.488397 23.665978 55.875437 + H22 44.678890 23.661411 54.177177 + C1 16.893460 63.021030 59.036723 + C2 18.185825 62.680547 58.954345 + H11 16.506932 63.591373 59.794555 + H12 16.189891 62.737882 58.348377 + H21 18.889394 62.963696 59.642692 + H22 18.572353 62.110205 58.196514 + C1 27.197519 70.324128 60.208370 + C2 27.832560 69.185635 60.514109 + H11 26.773779 70.939964 60.908510 + H12 27.085606 70.668601 59.250342 + H21 27.944473 68.841162 61.472137 + H22 28.256300 68.569800 59.813969 + C1 65.394877 71.961185 21.869505 + C2 64.865643 70.733003 21.803144 + H11 66.302846 72.162421 22.298572 + H12 64.933311 72.795908 21.496412 + H21 65.327209 69.898280 22.176237 + H22 63.957673 70.531767 21.374077 + C1 43.591369 61.107340 79.697356 + C2 43.025024 62.319990 79.656698 + H11 43.056774 60.233776 79.687365 + H12 44.603670 60.958044 79.741641 + H21 42.012723 62.469286 79.612412 + H22 43.559618 63.193553 79.666689 + C1 20.918666 58.498337 27.018229 + C2 22.140929 59.039325 27.097766 + H11 20.736813 57.495946 27.123800 + H12 20.069550 59.044410 26.845568 + H21 22.990044 58.493252 27.270426 + H22 22.322781 60.041716 26.992194 + C1 2.050656 38.133764 49.133257 + C2 0.948350 38.888434 49.224450 + H11 2.999173 38.519663 49.113225 + H12 2.031923 37.111307 49.076368 + H21 0.967082 39.910890 49.281338 + H22 -0.000167 38.502535 49.244481 + C1 22.029660 62.997586 19.533831 + C2 22.257763 62.560877 18.288771 + H11 21.789145 62.379142 20.314013 + H12 22.077771 63.984389 19.803846 + H21 22.209652 61.574074 18.018756 + H22 22.498278 63.179321 17.508589 + C1 30.911455 49.724370 29.478841 + C2 31.093663 51.042405 29.328820 + H11 30.020250 49.306013 29.761213 + H12 31.648969 49.030978 29.323010 + H21 30.356148 51.735797 29.484650 + H22 31.984868 51.460762 29.046447 + C1 30.222227 7.017360 61.994817 + C2 30.303383 6.442944 60.788011 + H11 30.476347 7.993231 62.173987 + H12 29.899653 6.526003 62.833577 + H21 30.625957 6.934301 59.949251 + H22 30.049263 5.467072 60.608841 + C1 77.717495 39.764689 43.768581 + C2 78.161412 38.533100 43.487431 + H11 76.724755 40.000720 43.856677 + H12 78.335794 40.567493 43.917633 + H21 77.543113 37.730297 43.338379 + H22 79.154152 38.297069 43.399335 + C1 14.404925 51.174627 17.115821 + C2 13.115192 51.219382 16.758740 + H11 14.749292 50.647345 17.923527 + H12 15.148436 51.664159 16.609310 + H21 12.371681 50.729850 17.265251 + H22 12.770826 51.746664 15.951034 + C1 76.295226 77.801864 19.718125 + C2 76.855036 77.375716 18.578857 + H11 76.788734 77.826132 20.615267 + H12 75.329523 78.137049 19.781945 + H21 77.820739 77.040531 18.515038 + H22 76.361528 77.351448 17.681715 + C1 3.429771 25.637709 49.207638 + C2 3.852871 26.906150 49.137181 + H11 4.059190 24.830160 49.181180 + H12 2.443470 25.375339 49.293524 + H21 4.839172 27.168520 49.051295 + H22 3.223451 27.713699 49.163639 + C1 31.236198 39.071751 66.386804 + C2 30.047560 39.109366 67.002145 + H11 31.384315 39.389984 65.424623 + H12 32.090688 38.721791 66.829951 + H21 29.193070 39.459326 66.558998 + H22 29.899444 38.791133 67.964327 + C1 4.030270 58.446402 54.004275 + C2 5.266880 58.958321 54.044938 + H11 3.335456 58.589032 54.743122 + H12 3.682014 57.871973 53.231130 + H21 5.615136 59.532750 54.818083 + H22 5.961694 58.815691 53.306091 + C1 33.740564 63.266157 4.725906 + C2 33.400468 61.971236 4.746821 + H11 34.710365 63.595124 4.709462 + H12 33.057632 64.029442 4.724708 + H21 34.083400 61.207951 4.748019 + H22 32.430667 61.642269 4.763264 + C1 36.223888 45.134082 10.298863 + C2 35.066546 45.740143 10.005317 + H11 36.333612 44.116666 10.341622 + H12 37.090372 45.640292 10.503708 + H21 34.200062 45.233933 9.800472 + H22 34.956822 46.757559 9.962558 + C1 75.916900 53.444902 18.236506 + C2 74.642820 53.537259 17.835120 + H11 76.396770 54.178639 18.765995 + H12 76.511705 52.633262 18.045583 + H21 74.048015 54.348899 18.026043 + H22 74.162950 52.803522 17.305632 + C1 30.738565 26.518182 42.847428 + C2 30.212662 27.229260 41.842085 + H11 31.491140 26.863590 43.450194 + H12 30.429583 25.572986 43.092659 + H21 30.521643 28.174457 41.596854 + H22 29.460087 26.883852 41.239318 + C1 76.374482 19.585066 31.678706 + C2 75.156915 20.125896 31.812705 + H11 77.223827 20.136797 31.526355 + H12 76.552144 18.577150 31.718029 + H21 74.979254 21.133811 31.773381 + H22 74.307571 19.574165 31.965055 + C1 57.068534 69.884704 77.115968 + C2 57.823669 69.044879 77.835264 + H11 56.790461 69.704936 76.146761 + H12 56.709658 70.772856 77.478456 + H21 58.182545 68.156727 77.472776 + H22 58.101741 69.224646 78.804472 + C1 36.588001 63.750755 67.562086 + C2 37.164860 64.543825 66.650387 + H11 35.585112 63.765185 67.769474 + H12 37.104315 63.067378 68.123708 + H21 36.648546 65.227202 66.088765 + H22 38.167749 64.529395 66.442999 + C1 11.084541 57.571250 68.807569 + C2 10.319105 56.509652 69.090483 + H11 10.711172 58.461700 68.465959 + H12 12.103548 57.576247 68.910545 + H21 9.300098 56.504655 68.987507 + H22 10.692474 55.619202 69.432093 + C1 64.181147 24.039087 38.031495 + C2 64.158039 25.374798 38.122400 + H11 63.357948 23.448513 38.181725 + H12 65.023838 23.503001 37.804586 + H21 63.315347 25.910884 38.349309 + H22 64.981238 25.965372 37.972170 + C1 10.151723 31.885389 39.726969 + C2 8.998339 32.426703 40.138802 + H11 10.340576 31.632112 38.752706 + H12 10.935738 31.682074 40.353856 + H21 8.214323 32.630018 39.511916 + H22 8.809486 32.679981 41.113065 + C1 71.978958 79.107950 19.923092 + C2 71.469851 79.007427 18.688739 + H11 72.229193 79.999938 20.359834 + H12 72.158151 78.300753 20.527514 + H21 71.290658 79.814624 18.084317 + H22 71.219616 78.115439 18.251997 + C1 59.120397 33.153146 22.338839 + C2 59.957424 34.157434 22.049511 + H11 58.100658 33.248576 22.333470 + H12 59.434111 32.210607 22.588255 + H21 59.643710 35.099973 21.800096 + H22 60.977163 34.062004 22.054881 + C1 21.028577 44.155393 57.592682 + C2 20.349453 45.238529 57.990837 + H11 20.977890 43.250279 58.069341 + H12 21.652097 44.146891 56.780184 + H21 19.725933 45.247031 58.803336 + H22 20.400140 46.143643 57.514179 + C1 76.004585 19.995772 23.445758 + C2 76.300250 21.297289 23.553264 + H11 76.003489 19.488537 22.555974 + H12 75.756291 19.405190 24.244861 + H21 76.548545 21.887871 22.754160 + H22 76.301347 21.804524 24.443047 + C1 75.957052 70.328214 32.175329 + C2 77.042707 70.541168 32.929599 + H11 75.305959 69.552658 32.328939 + H12 75.692404 70.924145 31.385498 + H21 77.307355 69.945237 33.719429 + H22 77.693800 71.316723 32.775989 + C1 45.994652 1.133518 58.899198 + C2 45.556997 0.834059 60.128712 + H11 46.897042 0.820757 58.529231 + H12 45.461419 1.698870 58.232082 + H21 46.090229 0.268707 60.795828 + H22 44.654606 1.146820 60.498678 + C1 9.336163 38.508165 74.690150 + C2 9.185798 37.961166 73.477260 + H11 9.261154 37.976801 75.562521 + H12 9.538004 39.500917 74.840842 + H21 8.983958 36.968414 73.326568 + H22 9.260807 38.492529 72.604889 + C1 23.903785 13.917560 23.222746 + C2 24.272163 13.250264 22.121867 + H11 22.992089 13.801614 23.674819 + H12 24.504758 14.596365 23.699253 + H21 23.671191 12.571459 21.645359 + H22 25.183859 13.366211 21.669793 + C1 63.262991 74.445113 76.439558 + C2 64.304780 75.045401 77.028837 + H11 63.303639 73.499790 76.047491 + H12 62.343602 74.884097 76.334574 + H21 65.224168 74.606417 77.133822 + H22 64.264131 75.990724 77.420904 + C1 35.606743 15.098612 77.232079 + C2 36.514479 14.115915 77.175138 + H11 34.597301 14.932734 77.282231 + H12 35.850518 16.093384 77.229955 + H21 36.270705 13.121142 77.177262 + H22 37.523921 14.281792 77.124986 + C1 12.767525 61.513950 61.205480 + C2 12.698144 62.706645 61.810115 + H11 13.410022 60.770656 61.494819 + H12 12.183551 61.251215 60.406137 + H21 13.282118 62.969380 62.609458 + H22 12.055648 63.449939 61.520777 + C1 44.617675 41.918918 15.635173 + C2 45.086649 41.083231 14.699967 + H11 44.940265 42.885097 15.742122 + H12 43.899510 41.657634 16.317063 + H21 45.804814 41.344515 14.018078 + H22 44.764059 40.117052 14.593018 + C1 34.393445 13.201940 8.880115 + C2 35.173523 13.718085 7.921995 + H11 34.212494 12.198973 8.981692 + H12 33.916409 13.769543 9.586703 + H21 35.650560 13.150482 7.215407 + H22 35.354474 14.721052 7.820417 + C1 75.582580 34.460954 50.136019 + C2 76.248629 33.468443 50.739526 + H11 76.010434 35.096786 49.456562 + H12 74.592920 34.662297 50.306423 + H21 77.238289 33.267101 50.569121 + H22 75.820775 32.832611 51.418983 + C1 62.075425 41.894877 56.177696 + C2 63.259611 41.269966 56.167119 + H11 61.228110 41.492306 56.588789 + H12 61.923891 42.824554 55.775525 + H21 63.411145 40.340289 56.569290 + H22 64.106926 41.672537 55.756026 + C1 31.532650 1.037549 47.150194 + C2 30.201428 0.903286 47.097829 + H11 32.002658 1.914442 47.393411 + H12 32.185515 0.273906 46.951147 + H21 29.548562 1.666929 47.296877 + H22 29.731419 0.026393 46.854612 + C1 27.391769 11.659943 31.394182 + C2 26.979764 11.773779 30.125240 + H11 27.211544 12.367841 32.112098 + H12 27.919517 10.856026 31.746607 + H21 26.452016 12.577696 29.772815 + H22 27.159990 11.065881 29.407324 + C1 7.991525 44.770812 13.463485 + C2 8.625380 43.605741 13.279754 + H11 8.319915 45.497059 14.106703 + H12 7.128484 45.027293 12.975241 + H21 9.488420 43.349260 13.767998 + H22 8.296989 42.879494 12.636536 + C1 51.372109 61.131823 37.026280 + C2 52.114164 61.946235 36.265354 + H11 51.747072 60.305527 37.501297 + H12 50.371230 61.271170 37.193096 + H21 53.115042 61.806889 36.098537 + H22 51.739201 62.772531 35.790336 + C1 45.294713 35.496833 39.529495 + C2 44.615906 36.027687 38.504637 + H11 46.137130 35.920822 39.928959 + H12 45.024864 34.625074 39.994491 + H21 44.885755 36.899447 38.039641 + H22 43.773490 35.603698 38.105173 + C1 66.572899 42.065106 43.081136 + C2 65.484386 42.106716 43.859807 + H11 67.430815 41.567059 43.335957 + H12 66.633135 42.528054 42.169515 + H21 65.424151 41.643768 44.771428 + H22 64.626470 42.604763 43.604986 + C1 53.510728 72.367819 62.916112 + C2 53.756214 71.057657 62.789091 + H11 53.111775 72.788350 63.760501 + H12 53.702617 73.052397 62.178863 + H21 53.564326 70.373079 63.526340 + H22 54.155168 70.637126 61.944702 + C1 58.185252 19.004358 19.113785 + C2 59.205867 19.870530 19.081953 + H11 57.240628 19.232541 18.790335 + H12 58.268998 18.045566 19.464084 + H21 59.122121 20.829321 18.731654 + H22 60.150492 19.642346 19.405403 + C1 6.619524 65.384156 36.641650 + C2 7.566135 65.722051 35.756960 + H11 5.755492 65.917557 36.775582 + H12 6.685097 64.565744 37.253945 + H21 7.500561 66.540463 35.144665 + H22 8.430166 65.188651 35.623028 + C1 34.094521 40.406184 15.434817 + C2 33.627026 40.194988 16.671654 + H11 33.824511 39.840516 14.624806 + H12 34.758859 41.149995 15.201567 + H21 32.962689 39.451178 16.904903 + H22 33.897036 40.760657 17.481664 + C1 55.939477 21.787570 49.034913 + C2 56.752690 22.785454 49.403470 + H11 54.922216 21.884417 48.965596 + H12 56.270800 20.849019 48.793357 + H21 56.421367 23.724005 49.645027 + H22 57.769951 22.688608 49.472788 + C1 52.669383 10.463949 14.838326 + C2 52.667331 9.857615 16.032175 + H11 52.645710 11.481204 14.721553 + H12 52.694786 9.958131 13.948097 + H21 52.641927 10.363433 16.922403 + H22 52.691003 8.840360 16.148947 + C1 33.396436 39.329934 50.651104 + C2 33.361450 38.025456 50.351048 + H11 34.192723 39.937478 50.437044 + H12 32.629659 39.822706 51.118259 + H21 34.128226 37.532684 49.883893 + H22 32.565163 37.417913 50.565108 + C1 71.018584 8.408527 46.902009 + C2 70.192442 7.601917 46.223930 + H11 70.695950 9.186652 47.484616 + H12 72.038061 8.310769 46.891354 + H21 69.172965 7.699674 46.234585 + H22 70.515076 6.823791 45.641322 + C1 52.027019 8.927805 54.782656 + C2 50.977469 8.152265 55.082494 + H11 51.979659 9.949981 54.738885 + H12 52.959665 8.559789 54.573516 + H21 50.044823 8.520280 55.291633 + H22 51.024829 7.130088 55.126265 + C1 48.056759 57.100413 3.633618 + C2 47.242637 58.156352 3.756577 + H11 49.000561 57.065833 4.029909 + H12 47.799662 56.244317 3.133613 + H21 47.499734 59.012447 4.256582 + H22 46.298835 58.190931 3.360286 + C1 14.422944 3.224980 62.094032 + C2 15.622263 2.877498 62.577571 + H11 14.104186 4.195364 62.018189 + H12 13.730087 2.547694 61.762013 + H21 16.315120 3.554784 62.909589 + H22 15.941021 1.907114 62.653414 + C1 56.826499 45.296749 74.806886 + C2 55.519506 45.281625 75.097507 + H11 57.373447 46.157202 74.709559 + H12 57.381988 44.449053 74.659076 + H21 54.964017 46.129321 75.245317 + H22 54.972558 44.421172 75.194833 + C1 31.876741 56.262832 32.972864 + C2 33.163987 56.454910 33.287545 + H11 31.457337 55.336406 32.851048 + H12 31.210365 57.027241 32.829249 + H21 33.830363 55.690501 33.431160 + H22 33.583391 57.381336 33.409361 + C1 1.023469 34.139632 15.728270 + C2 1.899671 35.152113 15.736842 + H11 1.297909 33.154779 15.789509 + H12 0.009962 34.270468 15.659801 + H21 2.913179 35.021278 15.805311 + H22 1.625232 36.136967 15.675604 + C1 29.902323 50.161142 16.035963 + C2 28.661713 50.461674 16.440300 + H11 30.588376 50.864897 15.747754 + H12 30.262714 49.203891 15.983119 + H21 28.301323 51.418926 16.493145 + H22 27.975661 49.757919 16.728510 + C1 45.330030 61.185539 58.322023 + C2 45.825082 60.731814 57.163585 + H11 44.330978 61.186035 58.547627 + H12 45.911511 61.567757 59.073550 + H21 45.243601 60.349596 56.412058 + H22 46.824135 60.731318 56.937981 + C1 4.171915 67.480024 25.011701 + C2 3.506889 66.364215 25.336712 + H11 4.935076 67.866841 25.574694 + H12 3.969696 68.034383 24.174564 + H21 3.709108 65.809857 26.173849 + H22 2.743728 65.977399 24.773719 + C1 33.484099 52.792764 32.153354 + C2 33.356374 51.629938 31.501860 + H11 32.805978 53.131670 32.842048 + H12 34.269954 53.434690 32.014190 + H21 32.570519 50.988012 31.641024 + H22 34.034495 51.291032 30.813166 + C1 49.337554 41.628724 35.394523 + C2 50.278955 42.568127 35.238934 + H11 49.548150 40.639591 35.556595 + H12 48.332895 41.825481 35.363688 + H21 51.283614 42.371370 35.269769 + H22 50.068359 43.557261 35.076862 + C1 2.914591 23.259027 13.202182 + C2 2.105025 24.303071 12.984249 + H11 2.575495 22.310529 13.387572 + H12 3.936549 23.326883 13.200618 + H21 1.083068 24.235215 12.985813 + H22 2.444121 25.251569 12.798859 + C1 2.346618 2.299155 52.420384 + C2 1.236833 1.775193 51.884882 + H11 3.018979 2.860628 51.889647 + H12 2.610349 2.179639 53.402812 + H21 0.973101 1.894709 50.902454 + H22 0.564471 1.213720 52.415619 + C1 32.036065 4.590848 45.650378 + C2 30.918233 5.058476 46.220201 + H11 32.853945 5.173707 45.449500 + H12 32.161066 3.613550 45.370616 + H21 30.793232 6.035774 46.499962 + H22 30.100353 4.475617 46.421079 + C1 25.816877 21.627802 12.752972 + C2 27.109817 21.319120 12.591903 + H11 25.049411 21.023065 12.445901 + H12 25.493761 22.492910 13.195904 + H21 27.432933 20.454012 12.148972 + H22 27.877283 21.923857 12.898974 + C1 65.984471 71.714283 38.323412 + C2 65.391206 72.865177 37.982236 + H11 66.997433 71.567955 38.284704 + H12 65.471921 70.889842 38.649899 + H21 65.903756 73.689618 37.655750 + H22 64.378243 73.011504 38.020945 + C1 44.650992 7.885894 75.761625 + C2 44.579588 9.030078 76.453480 + H11 43.926343 7.575047 75.107972 + H12 45.435871 7.231632 75.831704 + H21 43.794709 9.684340 76.383402 + H22 45.304237 9.340926 77.107133 + C1 55.381200 41.399243 19.327293 + C2 56.283770 40.440438 19.084432 + H11 55.609507 42.287139 19.783934 + H12 54.391584 41.320090 19.075504 + H21 57.273387 40.519591 19.336222 + H22 56.055464 39.552543 18.627791 + C1 56.176470 69.418846 44.476016 + C2 55.028459 69.216631 43.817153 + H11 56.661246 70.320683 44.502218 + H12 56.660031 68.687576 45.005559 + H21 54.544898 69.947902 43.287609 + H22 54.543683 68.314795 43.790951 + C1 36.820215 64.672430 24.054566 + C2 37.501862 64.048282 23.085692 + H11 35.939496 65.170212 23.894717 + H12 37.125970 64.701111 25.031651 + H21 37.196107 64.019602 22.108607 + H22 38.382581 63.550500 23.245541 + C1 76.285549 1.778460 21.857772 + C2 75.436749 1.500553 22.855382 + H11 76.336793 2.692212 21.397951 + H12 76.950261 1.099121 21.476118 + H21 74.772037 2.179892 23.237036 + H22 75.385505 0.586801 23.315203 + C1 70.327328 19.885361 42.611244 + C2 71.614648 20.252476 42.580354 + H11 69.550910 20.551893 42.654992 + H12 70.017904 18.909171 42.593551 + H21 71.924073 21.228666 42.598047 + H22 72.391067 19.585944 42.536606 + C1 52.359416 68.579654 76.847223 + C2 51.998675 67.719330 77.807759 + H11 53.304981 68.963129 76.758586 + H12 51.718132 68.921853 76.125657 + H21 52.639959 67.377130 78.529326 + H22 51.053110 67.335854 77.896396 + C1 66.503705 69.876437 74.806865 + C2 67.779326 69.877057 75.213941 + H11 65.706256 69.918910 75.448172 + H12 66.225179 69.833441 73.822193 + H21 68.057852 69.920053 76.198613 + H22 68.576775 69.834583 74.572635 + C1 8.570245 39.219840 28.101279 + C2 7.894012 38.613064 27.117687 + H11 8.235975 39.271449 29.068028 + H12 9.474912 39.680041 27.964180 + H21 6.989344 38.152863 27.254786 + H22 8.228282 38.561456 26.150938 + C1 20.974112 21.653894 64.188157 + C2 21.831894 20.670460 63.888175 + H11 20.024231 21.709862 63.809214 + H12 21.200462 22.427442 64.820132 + H21 21.605544 19.896912 63.256199 + H22 22.781775 20.614491 64.267117 + C1 68.346761 73.651389 66.962915 + C2 69.349867 73.023334 66.336619 + H11 68.067360 73.447721 67.926999 + H12 67.780051 74.384815 66.527106 + H21 69.916577 72.289908 66.772429 + H22 69.629268 73.227002 65.372535 + C1 1.134633 53.572304 33.678603 + C2 1.811477 53.786743 32.543341 + H11 0.498253 52.781626 33.815905 + H12 1.200102 54.182105 34.498884 + H21 1.746008 53.176942 31.723061 + H22 2.447857 54.577421 32.406039 + C1 56.513986 57.224926 40.207030 + C2 56.394486 58.188802 41.128759 + H11 55.729890 56.880282 39.645410 + H12 57.398880 56.756550 39.991180 + H21 55.509593 58.657177 41.344609 + H22 57.178583 58.533446 41.690379 + C1 38.029829 37.268866 65.245666 + C2 38.941264 38.248540 65.196208 + H11 37.021857 37.430610 65.162986 + H12 38.269013 36.280777 65.370063 + H21 38.702080 39.236629 65.071811 + H22 39.949236 38.086796 65.278888 + C1 21.377225 20.486824 58.632256 + C2 22.656232 20.833939 58.441014 + H11 21.089705 19.591701 59.038571 + H12 20.585916 21.089158 58.387253 + H21 23.447542 20.231605 58.686018 + H22 22.943753 21.729061 58.034700 + C1 60.595849 36.580691 0.785752 + C2 59.338524 36.945589 1.066654 + H11 60.845085 35.971048 0.001392 + H12 61.407154 36.882546 1.333174 + H21 58.527219 36.643734 0.519231 + H22 59.089288 37.555232 1.851013 + C1 5.229830 70.148556 74.682851 + C2 6.076331 70.492938 73.704201 + H11 4.642971 70.821441 75.184674 + H12 5.102672 69.185187 75.006511 + H21 6.203489 71.456307 73.380541 + H22 6.663190 69.820053 73.202379 + C1 62.297915 69.334043 9.504433 + C2 62.536427 70.627323 9.756349 + H11 61.361133 68.954254 9.339501 + H12 63.033515 68.622964 9.456875 + H21 61.800826 71.338402 9.803907 + H22 63.473209 71.007112 9.921281 + C1 25.546689 43.068526 26.242519 + C2 26.105307 43.018280 27.458389 + H11 25.551238 43.906150 25.653138 + H12 25.070950 42.273284 25.806323 + H21 26.581046 43.813522 27.894585 + H22 26.100758 42.180656 28.047770 + C1 73.784130 30.201479 4.374645 + C2 72.898311 29.274036 3.989815 + H11 73.562022 30.957384 5.029076 + H12 74.753418 30.227863 4.044816 + H21 71.929022 29.247652 4.319645 + H22 73.120419 28.518131 3.335385 + C1 63.188500 55.102486 16.799624 + C2 64.498507 55.066607 17.074424 + H11 62.754947 55.817437 16.208117 + H12 62.517075 54.417798 17.159339 + H21 65.169932 55.751294 16.714709 + H22 64.932060 54.351656 17.665931 + C1 50.124122 64.688159 54.567243 + C2 50.033698 63.394243 54.234787 + H11 49.493038 65.146007 55.231406 + H12 50.831476 65.321717 54.183502 + H21 49.326344 62.760685 54.618528 + H22 50.664782 62.936396 53.570624 + C1 11.225254 62.270892 55.966518 + C2 10.874539 62.827970 54.800506 + H11 10.816570 62.539697 56.866366 + H12 11.929762 61.532197 56.050191 + H21 10.170031 63.566665 54.716833 + H22 11.283223 62.559165 53.900659 + C1 32.252802 10.447299 6.130697 + C2 30.914162 10.478088 6.126703 + H11 32.797797 9.580400 6.109006 + H12 32.836937 11.288228 6.155757 + H21 30.330027 9.637159 6.101643 + H22 30.369167 11.344986 6.148393 + C1 41.330176 22.316003 45.983447 + C2 42.156310 23.084692 45.262654 + H11 40.744744 22.674312 46.743637 + H12 41.218771 21.309313 45.831239 + H21 42.267715 24.091382 45.414863 + H22 42.741741 22.726383 44.502465 + C1 8.240048 66.452349 26.083348 + C2 8.425907 67.690151 25.607719 + H11 8.326062 65.608162 25.509803 + H12 7.997264 66.252461 27.058081 + H21 8.668692 67.890039 24.632986 + H22 8.339893 68.534338 26.181264 + C1 10.522184 76.556890 33.730830 + C2 10.125181 76.261758 34.975099 + H11 9.901216 76.952379 33.018797 + H12 11.478020 76.410342 33.393332 + H21 9.169345 76.408306 35.312597 + H22 10.746150 75.866268 35.687132 + C1 51.141167 12.666925 69.174732 + C2 50.964967 11.424946 68.706369 + H11 51.702113 13.377054 68.695086 + H12 50.728845 13.004393 70.049437 + H21 51.377290 11.087478 67.831664 + H22 50.404022 10.714817 69.186015 + C1 18.278278 77.583707 57.841680 + C2 19.512780 77.514286 57.327766 + H11 17.638660 78.365222 57.671014 + H12 17.876606 76.860748 58.445826 + H21 19.914453 78.237245 56.723620 + H22 20.152399 76.732771 57.498432 + C1 53.952702 0.858668 76.873019 + C2 54.490606 2.084168 76.914613 + H11 54.507795 0.000061 76.812428 + H12 52.943893 0.683576 76.898527 + H21 55.499415 2.259259 76.889105 + H22 53.935513 2.942774 76.975204 + C1 37.423980 20.250871 57.093990 + C2 37.138528 18.942949 57.121892 + H11 36.732614 20.983818 57.277855 + H12 38.356121 20.621144 56.886590 + H21 36.206387 18.572676 57.329293 + H22 37.829894 18.210002 56.938027 + C1 15.685987 55.450913 52.310358 + C2 16.751375 56.213646 52.586235 + H11 14.968267 55.709260 51.626883 + H12 15.505063 54.549208 52.761132 + H21 16.932299 57.115352 52.135460 + H22 17.469096 55.955300 53.269710 + C1 24.453519 78.286949 70.565101 + C2 23.516410 77.330536 70.560647 + H11 25.459065 78.092319 70.564425 + H12 24.238417 79.288306 70.569534 + H21 23.731513 76.329179 70.556214 + H22 22.510864 77.525166 70.561323 + C1 71.060688 15.352602 78.023460 + C2 70.926146 16.684406 77.990016 + H11 70.408565 14.707512 77.567831 + H12 71.826297 14.874328 78.507300 + H21 70.160537 17.162680 77.506177 + H22 71.578269 17.329495 78.445645 + C1 5.847768 40.549760 78.564501 + C2 6.029296 39.239611 78.773013 + H11 4.930408 41.004341 78.592986 + H12 6.612010 41.200278 78.360138 + H21 5.265054 38.589093 78.977377 + H22 6.946655 38.785030 78.744528 + C1 58.041570 19.871482 50.895357 + C2 58.851274 19.691294 51.946468 + H11 58.188513 19.423704 49.986014 + H12 57.211650 20.471248 50.918099 + H21 59.681194 19.091528 51.923726 + H22 58.704331 20.139073 52.855811 + C1 35.944536 28.428831 64.477005 + C2 34.615947 28.354378 64.626102 + H11 36.577249 27.642392 64.650762 + H12 36.432475 29.278070 64.177486 + H21 34.128008 27.505139 64.925621 + H22 33.983234 29.140817 64.452345 + C1 10.409095 14.357773 4.553215 + C2 9.613726 14.747779 3.549121 + H11 11.196460 13.713961 4.432529 + H12 10.292616 14.672620 5.520845 + H21 9.730205 14.432932 2.581491 + H22 8.826361 15.391591 3.669807 + C1 26.259960 75.934327 38.800755 + C2 27.053469 76.087025 37.733073 + H11 25.317462 76.330007 38.865095 + H12 26.533139 75.409848 39.636996 + H21 26.780290 76.611504 36.896832 + H22 27.995967 75.691346 37.668733 + C1 19.876160 48.855589 16.732127 + C2 18.769200 49.608924 16.738963 + H11 20.823664 49.243932 16.752858 + H12 19.862367 47.831816 16.705630 + H21 18.782993 50.632697 16.765460 + H22 17.821696 49.220582 16.718232 + C1 50.706935 14.747893 20.976827 + C2 51.056146 14.224558 19.794840 + H11 51.318911 14.746237 21.798098 + H12 49.800402 15.190977 21.152551 + H21 51.962679 13.781473 19.619117 + H22 50.444170 14.226214 18.973569 + C1 29.476492 15.547132 21.715889 + C2 30.305362 14.505809 21.862664 + H11 29.797856 16.512328 21.597044 + H12 28.455984 15.460281 21.710931 + H21 31.325870 14.592660 21.867622 + H22 29.983998 13.540612 21.981510 + C1 3.847222 50.073894 43.025852 + C2 2.673792 49.749111 43.583078 + H11 4.749254 49.729835 43.367853 + H12 3.934966 50.691904 42.213837 + H21 2.586048 49.131101 44.395093 + H22 1.771760 50.093170 43.241077 + C1 39.424777 20.481342 65.622141 + C2 38.361703 21.295408 65.612620 + H11 40.389594 20.813451 65.710663 + H12 39.356654 19.462576 65.541652 + H21 38.429826 22.314174 65.693110 + H22 37.396886 20.963299 65.524099 + C1 55.344926 18.061066 17.248825 + C2 56.305051 18.336318 16.357020 + H11 54.928996 18.764633 17.866078 + H12 54.950998 17.125328 17.383802 + H21 56.698978 19.272056 16.222043 + H22 56.720980 17.632751 15.739767 + C1 71.720246 18.532055 62.581105 + C2 70.534209 18.263798 62.020502 + H11 71.890962 19.345573 63.179476 + H12 72.549941 17.944809 62.455597 + H21 69.704514 18.851044 62.146010 + H22 70.363492 17.450280 61.422131 + C1 41.521898 36.835316 35.211835 + C2 41.947913 36.105764 36.250674 + H11 40.942884 37.674354 35.310633 + H12 41.741573 36.611648 34.236787 + H21 41.728238 36.329432 37.225723 + H22 42.526928 35.266726 36.151877 + C1 73.960683 9.438002 39.049546 + C2 75.088665 9.205318 38.366584 + H11 73.911670 9.447484 40.072537 + H12 73.058254 9.624787 38.602626 + H21 75.991094 9.018533 38.813503 + H22 75.137678 9.195836 37.343592 + C1 17.237934 10.950564 42.300818 + C2 18.515416 10.820539 42.680362 + H11 16.845906 11.819212 41.925627 + H12 16.552417 10.191592 42.355869 + H21 19.200933 11.579512 42.625312 + H22 18.907443 9.951891 43.055554 + C1 73.093517 9.213583 43.269860 + C2 71.793580 9.282423 42.956257 + H11 73.584968 9.937136 43.802730 + H12 73.698549 8.431964 43.001512 + H21 71.188547 10.064042 43.224605 + H22 71.302128 8.558870 42.423388 + C1 11.446202 49.506560 24.843192 + C2 10.734770 50.049015 25.839450 + H11 12.331163 49.011105 24.985922 + H12 11.161327 49.544460 23.860129 + H21 11.019645 50.011115 26.822513 + H22 9.849809 50.544470 25.696720 + C1 27.214427 23.357231 47.378560 + C2 26.655156 22.141264 47.418076 + H11 28.208738 23.527518 47.555620 + H12 26.691854 24.212601 47.168169 + H21 27.177729 21.285894 47.628467 + H22 25.660845 21.970976 47.241016 + C1 29.100386 43.638771 6.703352 + C2 29.762790 42.571358 7.166785 + H11 28.115061 43.825875 6.911031 + H12 29.526979 44.352020 6.104771 + H21 29.336198 41.858109 7.765365 + H22 30.748115 42.384253 6.959106 + C1 23.047957 2.715605 49.533321 + C2 22.792627 1.550687 50.142165 + H11 23.816961 3.336511 49.801859 + H12 22.494321 3.077298 48.751227 + H21 23.346262 1.188994 50.924258 + H22 22.023623 0.929781 49.873627 + C1 13.261641 64.965111 78.078395 + C2 12.524519 64.127533 78.818688 + H11 13.119359 65.979268 78.062726 + H12 14.025679 64.657444 77.469634 + H21 11.760480 64.435200 79.427450 + H22 12.666801 63.113376 78.834358 + C1 73.047827 21.781856 8.051210 + C2 73.198806 20.479989 7.776858 + H11 72.150560 22.271775 7.988803 + H12 73.817745 22.390050 8.345030 + H21 72.428887 19.871795 7.483038 + H22 74.096073 19.990070 7.839265 + C1 55.037214 27.686513 74.848426 + C2 56.241056 27.402828 75.361466 + H11 54.795397 28.596369 74.445078 + H12 54.263603 27.015942 74.819030 + H21 57.014667 28.073399 75.390862 + H22 56.482873 26.492972 75.764814 + C1 15.827750 51.688724 74.308683 + C2 15.217826 52.817798 73.926445 + H11 15.332419 50.807925 74.475549 + H12 16.837545 51.617159 74.464232 + H21 14.208031 52.889362 73.770896 + H22 15.713157 53.698597 73.759580 + C1 29.307943 12.011698 62.687374 + C2 28.253872 11.186431 62.659269 + H11 29.855043 12.200393 63.532406 + H12 29.649941 12.519108 61.866048 + H21 27.911873 10.679021 63.480595 + H22 27.706771 10.997736 61.814238 + C1 41.885266 21.744568 67.077170 + C2 41.756112 20.539580 67.646594 + H11 41.255018 22.529295 67.266891 + H12 42.624455 21.976238 66.407146 + H21 41.016923 20.307911 68.316619 + H22 42.386361 19.754853 67.456873 + C1 73.621485 34.765720 36.763545 + C2 74.660767 34.898048 35.929697 + H11 73.584064 34.068781 37.513131 + H12 72.782281 35.351043 36.717302 + H21 75.499971 34.312726 35.975939 + H22 74.698188 35.594988 35.180111 + C1 76.904138 51.485204 64.819096 + C2 75.753327 50.803386 64.879759 + H11 76.953692 52.507694 64.786506 + H12 77.825283 51.037820 64.800518 + H21 74.832183 51.250769 64.898338 + H22 75.703774 49.780896 64.912350 + C1 53.772863 51.376390 26.278837 + C2 55.039336 50.955687 26.169396 + H11 52.977217 50.744712 26.408965 + H12 53.500252 52.362928 26.241022 + H21 55.311947 49.969149 26.207211 + H22 55.834982 51.587365 26.039268 + C1 18.285442 21.400117 16.765941 + C2 18.403987 22.672398 17.166155 + H11 19.000388 20.911094 16.219396 + H12 17.470504 20.815984 16.974911 + H21 19.218925 23.256531 16.957185 + H22 17.689041 23.161421 17.712701 + C1 12.323663 7.091078 7.684230 + C2 11.085296 6.598646 7.554311 + H11 12.682756 7.870928 7.125760 + H12 13.009121 6.726588 8.352286 + H21 10.399838 6.963136 6.886256 + H22 10.726203 5.818796 8.112782 + C1 57.895256 47.520514 78.162749 + C2 58.407278 48.756625 78.215507 + H11 57.599017 47.068636 77.292661 + H12 57.759608 46.929743 78.988336 + H21 58.542926 49.347395 77.389920 + H22 58.703517 49.208502 79.085595 + C1 65.319303 46.125251 47.336087 + C2 64.427805 47.093195 47.583547 + H11 66.320645 46.216477 47.531013 + H12 65.069931 45.217573 46.932432 + H21 64.677176 48.000873 47.987203 + H22 63.426463 47.001969 47.388621 + C1 37.127909 7.625215 2.334875 + C2 38.043759 6.738021 2.743565 + H11 36.195506 7.361981 2.002706 + H12 37.287802 8.636788 2.322317 + H21 37.883866 5.726448 2.756123 + H22 38.976162 7.001254 3.075734 + C1 3.584879 14.091997 26.432041 + C2 4.166743 12.891205 26.320449 + H11 2.578238 14.244308 26.320327 + H12 4.100722 14.952543 26.637882 + H21 3.650900 12.030659 26.114609 + H22 5.173384 12.738893 26.432163 + C1 31.199873 21.285780 63.305202 + C2 32.268041 20.577885 63.693561 + H11 30.444189 20.899229 62.732032 + H12 31.054567 22.269433 63.550795 + H21 32.413347 19.594232 63.447968 + H22 33.023725 20.964436 64.266731 + C1 59.977888 48.045174 61.997879 + C2 59.815799 49.373248 62.051441 + H11 59.198744 47.383166 61.937181 + H12 60.893752 47.586965 62.013399 + H21 58.899935 49.831457 62.035922 + H22 60.594942 50.035256 62.112139 + C1 78.389621 1.430750 44.299925 + C2 78.502721 2.650808 44.839913 + H11 78.622111 0.567920 44.800404 + H12 78.061733 1.264471 43.343973 + H21 78.830609 2.817087 45.795865 + H22 78.270232 3.513638 44.339435 + C1 61.606004 1.254226 44.863128 + C2 62.127761 1.649599 43.695065 + H11 61.641625 1.818238 45.717309 + H12 61.130287 0.356719 44.994197 + H21 62.603478 2.547106 43.563996 + H22 62.092140 1.085587 42.840884 + C1 76.741026 61.487624 14.390072 + C2 77.461986 62.613246 14.468266 + H11 75.778132 61.408965 14.730148 + H12 77.095797 60.616832 13.984040 + H21 77.107215 63.484038 14.874298 + H22 78.424880 62.691905 14.128190 + C1 70.995794 27.648288 60.695772 + C2 72.042546 26.855089 60.956668 + H11 71.086746 28.627523 60.409713 + H12 70.021917 27.338109 60.761768 + H21 73.016423 27.165269 60.890673 + H22 71.951594 25.875854 61.242727 + C1 42.655914 12.519322 7.972563 + C2 43.058527 11.255921 7.786440 + H11 43.140210 13.181893 8.585311 + H12 41.832018 12.922417 7.516808 + H21 43.882423 10.852825 8.242196 + H22 42.574231 10.593349 7.173693 + C1 49.649560 36.054190 73.653395 + C2 50.337056 37.166807 73.940368 + H11 50.092777 35.163068 73.411600 + H12 48.626447 36.006829 73.653131 + H21 51.360170 37.214167 73.940632 + H22 49.893840 38.057929 74.182163 + C1 76.528729 24.433700 56.651430 + C2 77.289752 25.484396 56.320065 + H11 75.670224 24.510333 57.204695 + H12 76.745316 23.470814 56.377669 + H21 77.073164 26.447281 56.593826 + H22 78.148256 25.407762 55.766800 + C1 10.280477 76.514126 64.374250 + C2 11.427855 76.031052 63.881214 + H11 10.113794 77.510330 64.543950 + H12 9.479357 75.925389 64.620422 + H21 12.228975 76.619789 63.635043 + H22 11.594538 75.034848 63.711514 + C1 9.449997 60.232491 63.612952 + C2 10.290652 59.337754 63.078474 + H11 9.736645 61.170212 63.908780 + H12 8.454265 60.049471 63.767951 + H21 11.286384 59.520773 62.923475 + H22 10.004003 58.400032 62.782645 + C1 49.271862 69.781833 10.076548 + C2 50.249792 70.557483 9.591840 + H11 48.286101 69.889688 9.820330 + H12 49.432748 69.019725 10.741612 + H21 50.088906 71.319591 8.926775 + H22 51.235552 70.449628 9.848057 + C1 73.568075 23.790000 68.110127 + C2 72.293581 24.176826 68.247790 + H11 74.075553 23.823618 67.221116 + H12 74.135622 23.430097 68.883021 + H21 71.726035 24.536730 67.474897 + H22 71.786104 24.143208 69.136801 + C1 23.734383 64.425930 22.479366 + C2 24.386247 63.256700 22.509303 + H11 24.203944 65.335389 22.516775 + H12 22.714979 64.502704 22.416705 + H21 25.405650 63.179926 22.571964 + H22 23.916686 62.347241 22.471894 + C1 51.945481 41.999057 9.550699 + C2 52.851621 42.710563 10.233040 + H11 50.989742 42.322394 9.374573 + H12 52.136898 41.075572 9.151277 + H21 52.660204 43.634049 10.632463 + H22 53.807360 42.387227 10.409167 + C1 49.731203 73.179956 50.097343 + C2 48.512705 73.333326 49.563806 + H11 49.905018 72.679081 50.973651 + H12 50.585179 73.551465 49.671069 + H21 47.658729 72.961817 49.990080 + H22 48.338890 73.834201 48.687497 + C1 38.867649 32.616462 78.464929 + C2 37.810037 31.975331 78.978084 + H11 39.263802 33.468528 78.872422 + H12 39.363583 32.305185 77.624596 + H21 37.314103 32.286608 79.818417 + H22 37.413884 31.123265 78.570591 + C1 5.677432 20.624340 76.394763 + C2 6.172413 21.831984 76.693951 + H11 4.879233 20.480300 75.769356 + H12 6.058120 19.749745 76.767809 + H21 5.791725 22.706579 76.320905 + H22 6.970612 21.976024 77.319358 + C1 45.654311 22.881439 6.011360 + C2 45.089401 21.684520 5.808424 + H11 45.124687 23.719609 6.268214 + H12 46.660431 23.052859 5.925681 + H21 44.083281 21.513100 5.894104 + H22 45.619025 20.846351 5.551570 + C1 61.331918 16.578218 78.365526 + C2 61.667425 15.429793 78.966753 + H11 60.549850 16.664931 77.709893 + H12 61.830989 17.460193 78.514029 + H21 61.168354 14.547818 78.818249 + H22 62.449493 15.343080 79.622386 + C1 43.386200 21.892619 61.316423 + C2 42.162443 21.391897 61.105193 + H11 43.578733 22.894614 61.405532 + H12 44.225895 21.312977 61.405484 + H21 41.322748 21.971539 61.016132 + H22 41.969910 20.389902 61.016084 + C1 34.059096 73.188330 71.011901 + C2 34.982848 73.312510 70.050557 + H11 33.170203 72.696707 70.880823 + H12 34.168812 73.575207 71.953862 + H21 34.873132 72.925633 69.108595 + H22 35.871741 73.804133 70.181635 + C1 38.440300 35.483334 32.700819 + C2 38.662581 36.750198 33.073064 + H11 39.058162 34.705113 32.949058 + H12 37.634947 35.192966 32.138595 + H21 39.467934 37.040566 33.635289 + H22 38.044719 37.528419 32.824826 + C1 69.063192 74.063187 38.163187 + C2 69.812348 73.251286 38.919827 + H11 69.318538 75.032000 37.950577 + H12 68.175941 73.779204 37.737578 + H21 70.699599 73.535269 39.345436 + H22 69.557003 72.282472 39.132437 + C1 52.351467 16.724643 6.038175 + C2 52.085888 15.660518 6.806307 + H11 51.632976 17.374155 5.705146 + H12 53.293972 16.972709 5.723291 + H21 51.143383 15.412452 7.121191 + H22 52.804378 15.011006 7.139336 + C1 53.773057 3.131617 21.346092 + C2 54.118995 2.301364 20.354160 + H11 53.057363 2.909885 22.044390 + H12 54.196957 4.053659 21.484480 + H21 53.695095 1.379322 20.215773 + H22 54.834689 2.523096 19.655863 + C1 39.729268 11.211416 12.831461 + C2 39.225257 9.983304 12.656432 + H11 40.442355 11.434642 13.531947 + H12 39.441309 12.024091 12.278611 + H21 39.513216 9.170629 13.209282 + H22 38.512170 9.760078 11.955946 + C1 48.770834 27.134949 58.374551 + C2 47.575929 27.202707 57.774108 + H11 48.909518 26.753301 59.314825 + H12 49.640040 27.459442 57.940745 + H21 46.706722 26.878213 58.207914 + H22 47.437244 27.584355 56.833834 + C1 34.264247 18.651999 4.558307 + C2 34.377665 19.964477 4.798013 + H11 33.504431 18.242186 4.007184 + H12 34.928395 17.954750 4.907240 + H21 33.713517 20.661726 4.449080 + H22 35.137481 20.374290 5.349136 + C1 60.320995 51.983564 4.751125 + C2 60.504210 51.232595 5.844468 + H11 60.858082 52.832811 4.552834 + H12 59.629368 51.767751 4.027191 + H21 61.195837 51.448407 6.568402 + H22 59.967123 50.383347 6.042759 + C1 27.983833 42.191094 68.767915 + C2 27.039766 43.138003 68.697045 + H11 27.782122 41.187996 68.721961 + H12 28.981856 42.395482 68.873646 + H21 26.041743 42.933614 68.591314 + H22 27.241478 44.141100 68.742999 + C1 69.860257 53.673887 22.459456 + C2 70.517349 54.147759 21.393343 + H11 70.108289 53.907350 23.425364 + H12 69.057975 53.040717 22.392804 + H21 71.319631 54.780929 21.459995 + H22 70.269317 53.914296 20.427434 + C1 28.772584 61.110305 59.945500 + C2 27.599121 60.525982 59.672606 + H11 29.440828 61.398889 59.224963 + H12 29.094146 61.314591 60.896220 + H21 27.277559 60.321695 58.721886 + H22 26.930877 60.237398 60.393142 + C1 50.795223 14.803453 55.298471 + C2 49.588248 14.252225 55.478137 + H11 51.022477 15.765257 55.567341 + H12 51.586041 14.306603 54.878053 + H21 48.797429 14.749074 55.898554 + H22 49.360994 13.290421 55.209266 + C1 62.722266 69.333394 27.483587 + C2 61.728976 70.160623 27.134319 + H11 62.831577 68.948668 28.426476 + H12 63.450785 69.020361 26.835302 + H21 61.000457 70.473657 27.782605 + H22 61.619664 70.545350 26.191430 + C1 21.647804 55.875140 23.234346 + C2 20.423492 56.403628 23.355508 + H11 21.878972 55.132703 22.567747 + H12 22.449333 56.171802 23.798745 + H21 19.621963 56.106966 22.791108 + H22 20.192324 57.146064 24.022106 + C1 6.938826 4.973082 46.422104 + C2 6.506494 6.047301 45.749747 + H11 6.606607 4.021511 46.240042 + H12 7.635713 5.018560 47.171293 + H21 5.809607 6.001824 45.000558 + H22 6.838713 6.998872 45.931809 + C1 5.361192 13.729814 74.404797 + C2 5.894501 13.898395 73.188211 + H11 5.038559 14.504307 74.992226 + H12 5.233983 12.813125 74.843548 + H21 6.021710 14.815085 72.749460 + H22 6.217134 13.123902 72.600782 + C1 59.006064 19.655428 43.144029 + C2 60.172106 18.997333 43.157414 + H11 58.881722 20.592156 43.539104 + H12 58.146861 19.273797 42.737666 + H21 61.031309 19.378964 43.563778 + H22 60.296448 18.060605 42.762340 + C1 3.689702 13.356969 7.762442 + C2 2.509922 12.913394 8.214417 + H11 4.443252 12.738128 7.449071 + H12 3.931286 14.349962 7.694577 + H21 2.268338 11.920401 8.282282 + H22 1.756372 13.532236 8.527787 + C1 29.326466 52.529724 9.266106 + C2 29.800414 51.302321 9.514654 + H11 28.332695 52.733483 9.125021 + H12 29.920467 53.361269 9.197542 + H21 29.206413 50.470777 9.583218 + H22 30.794185 51.098563 9.655738 + C1 5.376221 54.594217 70.698074 + C2 5.285766 55.812450 71.246387 + H11 5.922306 53.830142 71.106710 + H12 4.906433 54.330724 69.826940 + H21 5.755554 56.075943 72.117521 + H22 4.739681 56.576525 70.837751 + C1 38.826539 24.412406 42.124851 + C2 40.118207 24.079107 42.240721 + H11 38.059349 23.827535 42.468871 + H12 38.504218 25.278411 41.683095 + H21 40.440527 23.213101 42.682477 + H22 40.885397 24.663977 41.896701 + C1 49.159042 21.075000 8.101002 + C2 48.801694 19.881289 8.591182 + H11 49.116268 21.312521 7.105634 + H12 49.503236 21.844364 8.682908 + H21 48.457500 19.111926 8.009276 + H22 48.844468 19.643768 9.586550 + C1 33.472990 28.463003 70.116057 + C2 33.242441 28.991935 68.907753 + H11 34.358617 28.569315 70.619413 + H12 32.781830 27.910542 70.631894 + H21 33.933601 29.544396 68.391915 + H22 32.356814 28.885623 68.404397 + C1 70.614462 38.659056 22.283846 + C2 69.363955 38.206427 22.439665 + H11 71.329107 38.167688 21.739012 + H12 70.954609 39.532213 22.697249 + H21 69.023809 37.333270 22.026263 + H22 68.649311 38.697795 22.984499 + C1 30.831665 39.953927 13.754037 + C2 29.719477 39.243544 13.980564 + H11 31.771700 39.547316 13.756201 + H12 30.829749 40.959740 13.560800 + H21 29.721392 38.237731 14.173801 + H22 28.779441 39.650155 13.978401 + C1 48.747756 48.155795 23.609873 + C2 50.025882 48.333615 23.967217 + H11 48.170203 48.891922 23.193275 + H12 48.247221 47.269679 23.725054 + H21 50.526417 49.219731 23.852035 + H22 50.603435 47.597488 24.383814 + C1 22.245771 26.340927 28.951508 + C2 22.885482 26.132741 30.109243 + H11 21.606631 25.661056 28.529278 + H12 22.345321 27.196402 28.397200 + H21 22.785933 25.277267 30.663550 + H22 23.524622 26.812613 30.531473 + C1 7.230413 62.330139 16.996501 + C2 8.161855 62.660802 16.093174 + H11 7.306168 62.553041 17.993286 + H12 6.368995 61.828327 16.761664 + H21 9.023272 63.162613 16.328011 + H22 8.086100 62.437900 15.096389 + C1 55.204617 49.119980 31.406331 + C2 56.095154 49.064970 32.404749 + H11 54.626225 49.942166 31.210172 + H12 55.031848 48.344195 30.760334 + H21 56.267922 49.840755 33.050746 + H22 56.673545 48.242785 32.600908 + C1 38.021404 5.050175 40.263217 + C2 37.446145 4.464060 39.205641 + H11 37.530896 5.699461 40.885176 + H12 38.997138 4.895271 40.533314 + H21 36.470411 4.618964 38.935545 + H22 37.936653 3.814774 38.583682 + C1 8.468992 7.465683 75.470315 + C2 9.424019 7.083319 76.327428 + H11 7.472176 7.479979 75.705170 + H12 8.660252 7.773907 74.512494 + H21 9.232759 6.775094 77.285249 + H22 10.420835 7.069022 76.092573 + C1 48.940251 67.663173 52.655373 + C2 47.776154 68.255589 52.360684 + H11 49.103148 66.656986 52.555087 + H12 49.759259 68.169661 53.004227 + H21 46.957146 67.749100 52.011830 + H22 47.613257 69.261775 52.460970 + C1 56.743972 59.562021 45.264758 + C2 57.381417 59.724445 46.431036 + H11 57.135201 59.039809 44.475303 + H12 55.815063 59.947228 45.070469 + H21 58.310325 59.339238 46.625325 + H22 56.990187 60.246657 47.220490 + C1 69.545570 74.611082 61.290548 + C2 70.596788 74.794873 62.099303 + H11 69.038811 73.724169 61.215822 + H12 69.165637 75.342969 60.683098 + H21 70.976721 74.062985 62.706753 + H22 71.103547 75.681786 62.174029 + C1 26.870100 49.697857 51.554059 + C2 27.426508 50.714198 50.882955 + H11 27.320997 49.229651 52.345564 + H12 25.949878 49.308787 51.328625 + H21 28.346730 51.103267 51.108389 + H22 26.975612 51.182403 50.091450 + C1 45.834753 54.052785 11.638487 + C2 46.941445 53.462151 12.106787 + H11 45.017656 53.535080 11.301831 + H12 45.718365 55.068685 11.580136 + H21 47.057833 52.446251 12.165138 + H22 47.758542 53.979857 12.443443 + C1 30.758469 12.802026 18.726973 + C2 31.415146 11.655621 18.509137 + H11 31.215678 13.718075 18.755581 + H12 29.747360 12.852959 18.882108 + H21 32.426256 11.604688 18.354002 + H22 30.957938 10.739572 18.480530 + C1 69.058542 48.098454 34.961403 + C2 69.096107 46.765986 35.088048 + H11 68.408216 48.696814 35.479136 + H12 69.677182 48.624019 34.336848 + H21 68.477467 46.240421 35.712604 + H22 69.746432 46.167627 34.570316 + C1 27.032510 33.272349 49.654855 + C2 26.569458 33.042557 50.890047 + H11 26.895556 32.627141 48.871303 + H12 27.560044 34.111386 49.396534 + H21 26.041924 32.203521 51.148368 + H22 26.706412 33.687765 51.673599 + C1 77.336060 22.107934 15.859765 + C2 76.810623 22.120430 17.091301 + H11 76.898517 22.565134 15.054453 + H12 78.216806 21.640195 15.626288 + H21 75.929877 22.588169 17.324777 + H22 77.248167 21.663230 17.896613 + C1 48.869062 24.902172 44.366123 + C2 49.618299 23.793219 44.408436 + H11 47.848789 24.891316 44.277078 + H12 49.257361 25.848417 44.419477 + H21 49.230000 22.846974 44.355082 + H22 50.638572 23.804075 44.497481 + C1 30.801369 42.334352 24.694499 + C2 30.982439 41.014891 24.832910 + H11 29.906833 42.756862 24.429371 + H12 31.543175 43.024794 24.842878 + H21 30.240633 40.324448 24.684530 + H22 31.876976 40.592381 25.098038 + C1 6.912092 47.183378 16.029230 + C2 7.169977 48.495093 16.105517 + H11 7.641385 46.467504 15.960966 + H12 5.965275 46.792832 16.033147 + H21 8.116794 48.885639 16.101600 + H22 6.440684 49.210967 16.173781 + C1 9.431139 70.453594 16.154237 + C2 10.294012 71.310884 16.714080 + H11 8.467950 70.328731 16.479323 + H12 9.666502 69.855341 15.356928 + H21 10.058649 71.909137 17.511389 + H22 11.257201 71.435747 16.388995 + C1 20.630603 4.733452 62.290436 + C2 21.052020 3.594721 62.854900 + H11 19.741969 4.819852 61.788570 + H12 21.163776 5.607562 62.316181 + H21 20.518847 2.720611 62.829154 + H22 21.940654 3.508321 63.356765 + C1 56.070085 61.798516 56.896781 + C2 55.815266 62.195484 55.643623 + H11 56.892270 62.099360 57.428297 + H12 55.462837 61.162834 57.422293 + H21 56.422513 62.831167 55.118112 + H22 54.993081 61.894641 55.112108 + C1 23.392203 15.023053 3.585689 + C2 24.575736 14.744630 4.146628 + H11 23.242049 15.060875 2.573253 + H12 22.544057 15.220079 4.124980 + H21 25.423881 14.547605 3.607337 + H22 24.725889 14.706809 5.159064 + C1 71.069571 78.533781 15.448539 + C2 72.269034 77.939433 15.417537 + H11 70.943252 79.546762 15.531703 + H12 70.184155 78.022126 15.391523 + H21 73.154451 78.451088 15.474552 + H22 72.395353 76.926452 15.334372 + C1 1.791619 15.193775 47.903072 + C2 1.516311 14.478444 49.000992 + H11 1.614928 16.199633 47.825398 + H12 2.200529 14.791291 47.054660 + H21 1.107401 14.880928 49.849404 + H22 1.693001 13.472586 49.078665 + C1 10.698148 76.547329 70.839608 + C2 10.561357 77.706903 70.184172 + H11 9.951002 76.121542 71.395920 + H12 11.560675 75.995027 70.836152 + H21 9.698829 78.259205 70.187628 + H22 11.308502 78.132690 69.627860 + C1 23.558407 72.777767 10.917548 + C2 24.812373 72.870615 10.457255 + H11 23.009633 73.584862 11.228111 + H12 23.049472 71.892355 10.995239 + H21 25.321308 73.756026 10.379564 + H22 25.361146 72.063520 10.146692 + C1 63.154068 27.688429 44.726968 + C2 62.775433 26.404881 44.681546 + H11 64.113177 27.987570 44.926035 + H12 62.514333 28.471947 44.566213 + H21 63.415167 25.621362 44.842301 + H22 61.816324 26.105740 44.482479 + C1 56.695489 74.167669 60.962948 + C2 57.366720 73.160778 60.389763 + H11 57.104069 75.089899 61.140591 + H12 55.720732 74.094741 61.268781 + H21 58.341478 73.233705 60.083930 + H22 56.958141 72.238547 60.212120 + C1 72.778295 5.475190 74.810670 + C2 71.600062 5.549771 75.442434 + H11 73.125926 6.200426 74.176485 + H12 73.424494 4.687047 74.911967 + H21 70.953864 6.337914 75.341136 + H22 71.252432 4.824535 76.076618 + C1 69.179099 33.144357 24.432176 + C2 69.119688 33.969582 25.484980 + H11 69.919219 32.448635 24.301042 + H12 68.489090 33.144010 23.675280 + H21 69.809697 33.969930 26.241876 + H22 68.379568 34.665304 25.616113 + C1 34.492681 8.435878 73.779050 + C2 35.741645 8.569008 74.243041 + H11 34.012630 9.158239 73.234304 + H12 33.919244 7.601222 73.932423 + H21 36.315082 9.403664 74.089667 + H22 36.221697 7.846647 74.787786 + C1 74.042250 42.150995 10.111177 + C2 75.036279 42.679556 10.836057 + H11 73.520826 41.315475 10.392296 + H12 73.725219 42.540679 9.218629 + H21 75.353310 42.289872 11.728605 + H22 75.557703 43.515076 10.554938 + C1 42.724236 19.772296 18.961386 + C2 41.454726 19.562629 18.590840 + H11 43.517018 19.720991 18.314958 + H12 43.002274 20.000453 19.920366 + H21 41.176687 19.334471 17.631860 + H22 40.661944 19.613933 19.237267 + C1 60.874338 76.990666 47.798175 + C2 59.824182 77.806578 47.954321 + H11 61.845602 77.315598 47.789895 + H12 60.788870 75.977520 47.674747 + H21 59.909650 78.819724 48.077749 + H22 58.852918 77.481646 47.962602 + C1 65.374104 46.123188 10.775039 + C2 65.025054 44.850086 10.999308 + H11 65.104525 46.898872 11.387122 + H12 65.938103 46.421354 9.973786 + H21 64.461054 44.551920 11.800561 + H22 65.294632 44.074403 10.387225 + C1 73.029338 71.805861 41.096913 + C2 71.912666 71.105578 40.861182 + H11 73.966471 71.392618 41.092981 + H12 73.034106 72.809786 41.299682 + H21 71.907897 70.101653 40.658412 + H22 70.975533 71.518821 40.865114 + C1 53.260203 29.096722 40.566196 + C2 53.064501 30.416284 40.681859 + H11 52.705234 28.397384 41.068131 + H12 53.980246 28.683022 39.966701 + H21 52.344458 30.829984 41.281354 + H22 53.619470 31.115622 40.179924 + C1 1.359650 65.056231 2.335455 + C2 1.679649 64.428640 1.196749 + H11 1.673229 66.003751 2.565405 + H12 0.776156 64.638077 3.065993 + H21 2.263143 64.846794 0.466211 + H22 1.366070 63.481120 0.966798 + C1 11.518474 27.443722 45.182543 + C2 12.784273 27.878341 45.224726 + H11 11.059800 27.123018 44.324772 + H12 10.909457 27.397830 46.004734 + H21 13.393289 27.924233 44.402536 + H22 13.242947 28.199044 46.082497 + C1 35.367361 61.844339 11.665274 + C2 34.249342 61.259677 12.113744 + H11 35.570266 61.987466 10.671620 + H12 36.107495 62.194370 12.280648 + H21 33.509208 60.909647 11.498371 + H22 34.046437 61.116551 13.107398 + C1 73.481055 2.381057 5.007097 + C2 74.507896 2.904984 4.325908 + H11 72.880687 1.636962 4.639831 + H12 73.215293 2.683224 5.948940 + H21 74.773659 2.602816 3.384065 + H22 75.108265 3.649078 4.693174 + C1 77.390892 6.016157 54.163763 + C2 77.014726 7.122688 54.817223 + H11 77.046866 5.079494 54.394657 + H12 78.052209 6.019472 53.381681 + H21 76.353409 7.119373 55.599305 + H22 77.358752 8.059351 54.586329 + C1 66.806964 24.088688 47.745657 + C2 65.740564 23.549916 47.141144 + H11 67.233728 23.698802 48.591154 + H12 67.279699 24.933022 47.410062 + H21 65.267829 22.705582 47.476739 + H22 65.313800 23.939802 46.295646 + C1 58.859109 55.942100 74.928903 + C2 58.827858 54.603538 74.914875 + H11 59.725863 56.487056 74.901278 + H12 58.018714 56.526208 74.968361 + H21 59.668254 54.019430 74.875417 + H22 57.961104 54.058582 74.942500 + C1 20.234674 70.886112 69.086004 + C2 19.281662 71.826552 69.102198 + H11 21.154551 71.021637 68.656512 + H12 20.118653 69.957335 69.501836 + H21 19.397682 72.755329 68.686366 + H22 18.361785 71.691028 69.531690 + C1 6.468132 72.740497 52.558093 + C2 7.804627 72.711564 52.481518 + H11 5.953188 72.745419 53.443425 + H12 5.855754 72.759979 51.737351 + H21 8.417005 72.692082 53.302260 + H22 8.319571 72.706642 51.596186 + C1 64.475067 15.408226 53.648504 + C2 65.745563 15.770495 53.430509 + H11 63.982734 14.708662 53.085278 + H12 63.895747 15.802219 54.395607 + H21 66.324882 15.376501 52.683406 + H22 66.237895 16.470058 53.993735 + C1 73.676882 43.944810 21.626448 + C2 73.330706 42.665172 21.815149 + H11 74.616673 44.308490 21.809573 + H12 73.029089 44.660493 21.284154 + H21 73.978500 41.949488 22.157442 + H22 72.390916 42.301492 21.632024 + C1 8.416392 20.509747 23.061697 + C2 9.587299 21.152492 22.968004 + H11 8.336885 19.496045 23.184540 + H12 7.508250 20.981300 23.017884 + H21 10.495441 20.680938 23.011817 + H22 9.666806 22.166194 22.845162 + C1 1.704083 38.495416 0.693056 + C2 1.992409 37.187922 0.708830 + H11 0.748675 38.862609 0.656052 + H12 2.416290 39.231081 0.716755 + H21 1.280202 36.452257 0.685131 + H22 2.947817 36.820729 0.745834 + C1 47.355987 33.775394 23.997281 + C2 46.168124 33.249186 23.673232 + H11 48.180215 33.211611 24.224881 + H12 47.533711 34.783028 24.043012 + H21 45.990400 32.241552 23.627501 + H22 45.343896 33.812969 23.445632 + C1 43.404050 16.229040 32.787353 + C2 43.551175 14.898150 32.784534 + H11 43.712827 16.829701 33.557331 + H12 42.971175 16.750971 32.019752 + H21 43.984050 14.376219 33.552134 + H22 43.242398 14.297489 32.014556 + C1 46.775337 33.432097 45.820913 + C2 47.300463 32.633030 44.883547 + H11 46.759569 34.453585 45.747984 + H12 46.348166 33.084616 46.684502 + H21 47.727633 32.980511 44.019958 + H22 47.316231 31.611542 44.956476 + C1 75.761842 27.069965 4.301721 + C2 75.670406 27.784332 5.430543 + H11 76.603298 27.040693 3.718541 + H12 74.997511 26.496674 3.932750 + H21 76.434737 28.357623 5.799514 + H22 74.828950 27.813604 6.013723 + C1 34.265269 45.787437 36.530649 + C2 33.853542 45.108076 37.608550 + H11 34.156797 46.800517 36.426214 + H12 34.721030 45.347391 35.725885 + H21 33.397781 45.548121 38.413315 + H22 33.962014 44.094996 37.712985 + C1 2.390918 2.080301 28.380431 + C2 3.658100 1.663591 28.264140 + H11 2.117059 3.067058 28.362676 + H12 1.595921 1.445035 28.496277 + H21 4.453097 2.298857 28.148294 + H22 3.931959 0.676833 28.281895 + C1 43.846747 75.810858 2.062115 + C2 42.804097 76.530091 1.627941 + H11 43.883086 74.788075 2.022147 + H12 44.689872 76.226976 2.468305 + H21 41.960972 76.113974 1.221751 + H22 42.767757 77.552874 1.667909 + C1 50.884922 7.752844 32.783197 + C2 50.573837 8.740755 31.934564 + H11 50.573571 7.727281 33.758599 + H12 51.458671 6.945113 32.523608 + H21 50.000088 9.548487 32.194153 + H22 50.885188 8.766318 30.959161 + C1 40.489461 66.223216 79.490039 + C2 40.972824 64.998655 79.734435 + H11 39.489192 66.442837 79.474804 + H12 41.082017 67.036502 79.299128 + H21 40.380268 64.185369 79.925346 + H22 41.973094 64.779034 79.749670 + C1 45.939744 1.153274 16.460075 + C2 44.608297 1.260855 16.552797 + H11 46.570070 1.959586 16.420655 + H12 46.432481 0.256218 16.421286 + H21 44.115560 2.157911 16.591587 + H22 43.977971 0.454543 16.592218 + C1 70.399985 12.137260 48.561029 + C2 70.735697 13.182240 47.794064 + H11 69.773572 11.388149 48.252092 + H12 70.743229 12.004940 49.516895 + H21 70.392453 13.314559 46.838198 + H22 71.362110 13.931351 48.103001 + C1 22.454638 6.234256 51.196934 + C2 23.751627 6.564353 51.154779 + H11 21.973279 5.944209 52.053188 + H12 21.841999 6.245869 50.376238 + H21 24.364266 6.552740 51.975475 + H22 24.232986 6.854400 50.298525 + C1 9.120304 79.224340 73.354341 + C2 8.184763 79.360856 72.406160 + H11 9.029416 78.585198 74.149476 + H12 10.000311 79.748333 73.358988 + H21 7.304755 78.836863 72.401513 + H22 8.275651 79.999999 71.611024 + C1 5.847281 35.627685 65.821972 + C2 6.390350 34.548277 65.245019 + H11 5.537033 35.650537 66.797794 + H12 5.699455 36.515304 65.332805 + H21 6.538175 33.660658 65.734186 + H22 6.700598 34.525425 64.269197 + C1 37.977782 53.938790 12.032834 + C2 37.844915 53.489554 13.287208 + H11 37.529846 54.793078 11.688523 + H12 38.537791 53.463430 11.319092 + H21 37.284907 53.964914 14.000949 + H22 38.292852 52.635267 13.631519 + C1 46.836545 13.541271 58.529673 + C2 47.122869 14.841346 58.385640 + H11 45.882107 13.169720 58.528515 + H12 47.549471 12.816221 58.652320 + H21 46.409943 15.566396 58.262993 + H22 48.077307 15.212897 58.386798 + C1 14.285319 9.627328 27.541376 + C2 15.180622 8.759924 28.030216 + H11 14.490847 10.616541 27.373391 + H12 13.324612 9.369762 27.297030 + H21 16.141329 9.017491 28.274563 + H22 14.975094 7.770711 28.198202 + C1 1.790269 32.122223 13.436539 + C2 1.507632 33.290629 12.846738 + H11 2.720625 31.694089 13.424617 + H12 1.098314 31.564818 13.945953 + H21 2.199586 33.848034 12.337324 + H22 0.577275 33.718763 12.858660 + C1 67.130881 74.652521 15.092113 + C2 67.831762 75.636079 15.670302 + H11 66.138805 74.480427 15.279657 + H12 67.531771 73.994995 14.416873 + H21 67.430872 76.293606 16.345542 + H22 68.823837 75.808174 15.482758 + C1 8.987103 10.731203 6.950847 + C2 9.749328 9.989467 7.764335 + H11 9.118349 11.738027 6.816369 + H12 8.212928 10.350028 6.399157 + H21 10.523503 10.370642 8.316025 + H22 9.618082 8.982643 7.898814 + C1 41.520680 32.559014 29.864417 + C2 40.663485 31.858375 30.617572 + H11 42.334715 33.050861 30.244468 + H12 41.429682 32.658150 28.849087 + H21 40.754484 31.759238 31.632902 + H22 39.849451 31.366528 30.237521 + C1 51.778839 46.187359 15.562018 + C2 50.888835 47.165088 15.350218 + H11 52.784897 46.351377 15.661763 + H12 51.523491 45.198635 15.640924 + H21 51.144183 48.153812 15.271312 + H22 49.882777 47.001070 15.250473 + C1 29.321008 54.803303 13.549068 + C2 28.460975 55.336786 12.672336 + H11 29.697435 55.314065 14.353076 + H12 29.670013 53.842553 13.484575 + H21 28.111971 56.297536 12.736829 + H22 28.084549 54.826024 11.868328 + C1 77.575673 0.877468 57.625184 + C2 77.006642 0.905687 58.836930 + H11 77.367027 1.556512 56.887369 + H12 78.264292 0.174623 57.340903 + H21 76.318023 1.608533 59.121212 + H22 77.215288 0.226644 59.574745 + C1 38.435367 10.892873 71.231922 + C2 38.410801 11.798929 72.217507 + H11 39.123498 10.902102 70.473375 + H12 37.767957 10.119394 71.159137 + H21 39.078211 12.572408 72.290292 + H22 37.722669 11.789701 72.976054 + C1 74.756385 72.456677 10.057089 + C2 75.960179 72.746243 9.547235 + H11 73.894096 72.456928 9.504402 + H12 74.603283 72.212182 11.039833 + H21 76.113281 72.990738 8.564492 + H22 76.822468 72.745992 10.099922 + C1 0.609617 1.625784 72.335450 + C2 1.206370 2.517740 73.136212 + H11 0.218227 1.862575 71.419073 + H12 0.497651 0.636636 72.576393 + H21 1.318336 3.506889 72.895270 + H22 1.597761 2.280949 74.052589 + C1 43.679186 22.894246 79.760462 + C2 44.109260 21.628758 79.679854 + H11 42.692028 23.150245 79.855264 + H12 44.303581 23.705675 79.733653 + H21 43.484866 20.817330 79.706664 + H22 45.096418 21.372759 79.585053 + C1 33.281443 24.233215 21.982703 + C2 32.336812 25.122297 21.650853 + H11 33.511513 23.988294 22.950219 + H12 33.848162 23.728203 21.295101 + H21 31.770094 25.627309 22.338455 + H22 32.106743 25.367218 20.683338 + C1 25.739820 36.177095 44.754113 + C2 26.012871 37.148727 43.874173 + H11 25.956231 35.189533 44.590124 + H12 25.293094 36.345094 45.660322 + H21 26.459597 36.980729 42.967963 + H22 25.796461 38.136289 44.038161 + C1 32.705981 41.872462 7.988177 + C2 32.086246 40.690361 7.880988 + H11 33.625929 42.066667 7.581996 + H12 32.308773 42.675346 8.484771 + H21 32.483455 39.887477 7.384393 + H22 31.166298 40.496156 8.287169 + C1 68.258830 50.569596 25.013039 + C2 67.574528 51.581900 25.560664 + H11 69.279722 50.556744 24.931693 + H12 67.815140 49.728579 24.632469 + H21 68.018219 52.422917 25.941234 + H22 66.553636 51.594752 25.642011 + C1 51.672952 26.420372 39.191988 + C2 50.789717 27.415665 39.341017 + H11 52.549572 26.516552 38.671132 + H12 51.541332 25.484671 39.587139 + H21 50.921337 28.351365 38.945866 + H22 49.913097 27.319485 39.861873 + C1 64.559872 17.826425 75.299780 + C2 64.641319 18.591593 76.395593 + H11 64.695741 16.811306 75.308462 + H12 64.355302 18.196133 74.366789 + H21 64.845889 18.221885 77.328583 + H22 64.505450 19.606712 76.386910 + C1 58.028511 52.923870 10.790704 + C2 58.611933 53.997476 11.338344 + H11 58.175286 51.967893 11.127704 + H12 57.389625 52.974270 9.991775 + H21 59.250818 53.947077 12.137274 + H22 58.465157 54.953453 11.001344 + C1 55.086403 53.575611 20.743428 + C2 55.255610 52.248780 20.681713 + H11 54.964880 54.168444 19.917120 + H12 55.065200 54.101948 21.621792 + H21 55.276813 51.722443 19.803349 + H22 55.377132 51.655947 21.508021 + C1 18.741894 56.521017 56.345770 + C2 18.881357 57.729603 56.905048 + H11 18.302229 55.726707 56.819868 + H12 19.063923 56.295897 55.399925 + H21 18.559328 57.954723 57.850893 + H22 19.321022 58.523913 56.430949 + C1 34.590863 31.072641 46.692679 + C2 33.346202 30.611850 46.515448 + H11 35.194855 30.784020 47.467854 + H12 35.036732 31.749935 46.066997 + H21 32.900333 29.934556 47.141130 + H22 32.742210 30.900472 45.740274 + C1 34.531193 69.101481 22.981803 + C2 33.557129 68.515864 23.689738 + H11 34.578858 70.110752 22.814160 + H12 35.305142 68.586173 22.552310 + H21 32.783180 69.031172 24.119231 + H22 33.509464 67.506593 23.857382 + C1 43.000998 74.505266 53.157466 + C2 41.829177 75.148640 53.081143 + H11 43.900175 74.941013 52.932500 + H12 43.090242 73.526839 53.446811 + H21 41.739933 76.127067 52.791798 + H22 40.930000 74.712893 53.306109 + C1 24.494936 15.368202 45.789450 + C2 23.613376 16.244146 45.290958 + H11 24.227556 14.465984 46.193821 + H12 25.505904 15.531568 45.805552 + H21 22.602408 16.080779 45.274856 + H22 23.880756 17.146363 44.886587 + C1 79.471639 23.306346 62.551176 + C2 79.347996 23.578587 63.856365 + H11 79.185571 23.952652 61.809922 + H12 79.861997 22.430408 62.191515 + H21 78.957637 24.454525 64.216026 + H22 79.634063 22.932281 64.597619 + C1 39.761422 4.820517 36.094636 + C2 39.919663 4.494254 34.805670 + H11 39.375649 4.181254 36.795725 + H12 40.013719 5.734981 36.480778 + H21 39.667366 3.579790 34.419528 + H22 40.305436 5.133518 34.104582 + C1 41.901327 24.934669 69.282238 + C2 42.269496 23.647291 69.276661 + H11 42.546094 25.707249 69.091454 + H12 40.946013 25.247979 69.477726 + H21 43.224809 23.333980 69.081172 + H22 41.624729 22.874710 69.467444 + C1 28.387637 24.393144 78.372184 + C2 28.691811 23.321206 79.114712 + H11 29.013406 24.784065 77.661833 + H12 27.505301 24.906393 78.456220 + H21 29.574147 22.807957 79.030676 + H22 28.066043 22.930285 79.825063 + C1 62.567006 23.304354 66.717579 + C2 63.282777 24.276256 66.137925 + H11 61.605792 23.431139 67.047724 + H12 62.924475 22.357778 66.876367 + H21 62.925308 25.222832 65.979136 + H22 64.243992 24.149471 65.807780 + C1 19.367500 28.369737 7.369477 + C2 20.158447 27.752284 6.482868 + H11 18.498880 28.848522 7.114005 + H12 19.568965 28.411767 8.372797 + H21 19.956982 27.710254 5.479549 + H22 21.027068 27.273499 6.738340 + C1 4.559124 23.847923 74.443449 + C2 3.633532 22.880494 74.460208 + H11 4.336135 24.844285 74.524338 + H12 5.562842 23.667579 74.348424 + H21 2.629814 23.060839 74.555233 + H22 3.856521 21.884133 74.379319 + C1 20.085934 5.105069 26.963087 + C2 20.039544 3.805047 27.280440 + H11 19.274110 5.635079 26.632881 + H12 20.936886 5.671615 27.025609 + H21 19.188591 3.238501 27.217918 + H22 20.851367 3.275037 27.610646 + C1 46.633719 75.051711 23.913491 + C2 45.945756 73.941177 23.619652 + H11 46.708048 75.436147 24.859899 + H12 47.139682 75.604001 23.214934 + H21 45.439794 73.388888 24.318209 + H22 45.871428 73.556741 22.673244 + C1 35.980963 26.010683 29.059666 + C2 35.054293 26.070682 30.024344 + H11 35.896107 26.499938 28.163880 + H12 36.847457 25.470818 29.141755 + H21 34.187800 26.610547 29.942255 + H22 35.139149 25.581427 30.920130 + C1 64.996109 74.330667 79.341201 + C2 64.023626 75.241273 79.475341 + H11 65.993574 74.561851 79.366131 + H12 64.818925 73.331395 79.203124 + H21 64.200810 76.240545 79.613418 + H22 63.026161 75.010089 79.450411 + C1 9.126784 41.934662 2.655272 + C2 9.220907 40.662912 3.063577 + H11 9.923767 42.477306 2.309788 + H12 8.250409 42.464728 2.656355 + H21 10.097282 40.132846 3.062495 + H22 8.423924 40.120268 3.409061 + C1 58.287992 28.522192 60.465467 + C2 57.076079 28.949100 60.842215 + H11 59.136736 29.089865 60.545370 + H12 58.461484 27.594426 60.067780 + H21 56.902587 29.876865 61.239902 + H22 56.227335 28.381427 60.762311 + C1 42.747720 4.328136 6.551441 + C2 42.473960 5.630428 6.699811 + H11 42.789156 3.667197 7.332751 + H12 42.937197 3.890605 5.644982 + H21 42.284483 6.067959 7.606270 + H22 42.432524 6.291367 5.918501 + C1 12.584574 25.221108 5.203097 + C2 13.345651 24.252086 4.678997 + H11 12.077367 25.908597 4.638205 + H12 12.449820 25.350979 6.210062 + H21 13.480405 24.122215 3.672032 + H22 13.852858 23.564597 5.243889 + C1 24.613068 30.371185 76.976580 + C2 23.691570 29.421573 77.181512 + H11 25.614906 30.176631 76.890133 + H12 24.388505 31.366730 76.890168 + H21 23.916132 28.426028 77.267924 + H22 22.689732 29.616127 77.267959 + C1 75.047854 24.325896 62.800126 + C2 75.885511 24.572211 63.815302 + H11 75.051852 23.453431 62.263664 + H12 74.337300 24.990596 62.480298 + H21 76.596064 23.907510 64.135130 + H22 75.881512 25.444676 64.351765 + C1 64.913005 44.929075 3.581243 + C2 65.204195 46.181027 3.956405 + H11 63.966879 44.615932 3.345043 + H12 65.613515 44.186209 3.500997 + H21 64.503685 46.923893 4.036651 + H22 66.150321 46.494170 4.192605 + C1 52.054562 41.846439 78.533413 + C2 51.083698 42.173096 79.395759 + H11 52.396111 40.889634 78.403522 + H12 52.531926 42.527712 77.935924 + H21 50.606333 41.491823 79.993248 + H22 50.742148 43.129901 79.525650 + C1 15.036213 75.025481 31.368600 + C2 14.805687 75.311447 32.656235 + H11 14.362265 74.541415 30.768203 + H12 15.904608 75.268337 30.882890 + H21 13.937292 75.068590 33.141944 + H22 15.479635 75.795513 33.256632 + C1 53.198298 46.491980 3.913145 + C2 54.454873 46.035425 3.987290 + H11 52.643812 46.482251 3.052067 + H12 52.692874 46.886809 4.711682 + H21 54.960296 45.640596 3.188753 + H22 55.009359 46.045154 4.848367 + C1 72.326105 23.972012 59.099582 + C2 73.508216 24.329227 59.617204 + H11 71.742527 24.599420 58.538512 + H12 71.912583 23.043296 59.224044 + H21 73.921738 25.257942 59.492743 + H22 74.091794 23.701818 60.178274 + C1 49.839448 17.174431 26.673828 + C2 49.223450 16.866684 27.822201 + H11 50.569085 16.593190 26.250990 + H12 49.629399 18.015253 26.128025 + H21 49.433499 16.025862 28.368004 + H22 48.493813 17.447925 28.245040 + C1 3.146576 68.472381 53.317966 + C2 3.421245 68.365466 52.011808 + H11 3.311149 67.719957 53.993079 + H12 2.750322 69.314986 53.744584 + H21 3.817499 67.522862 51.585190 + H22 3.256671 69.117890 51.336695 + C1 77.607820 6.773850 23.619720 + C2 77.939739 5.480494 23.719629 + H11 76.978483 7.247556 24.274351 + H12 77.957187 7.391078 22.880818 + H21 77.590372 4.863267 24.458531 + H22 78.569076 5.006788 23.064998 + C1 14.461098 22.658831 70.577843 + C2 15.317370 22.874276 71.584473 + H11 14.468702 21.812285 70.001383 + H12 13.731238 23.323650 70.305221 + H21 16.047230 22.209457 71.857096 + H22 15.309766 23.720822 72.160934 + C1 26.420808 5.688563 54.232085 + C2 26.372204 4.360283 54.070126 + H11 25.588653 6.285075 54.258437 + H12 27.293961 6.212443 54.342344 + H21 25.499050 3.836403 53.959867 + H22 27.204359 3.763771 54.043774 + C1 59.195060 44.136081 19.584220 + C2 57.886765 44.416098 19.637851 + H11 59.922114 44.764928 19.937698 + H12 59.571540 43.271043 19.185503 + H21 57.510285 45.281137 20.036568 + H22 57.159711 43.787252 19.284372 + C1 21.706549 23.469656 3.274283 + C2 22.996227 23.827695 3.236092 + H11 20.932914 24.134862 3.184879 + H12 21.392352 22.502447 3.395900 + H21 23.310424 24.794904 3.114475 + H22 23.769862 23.162488 3.325496 + C1 32.879535 75.463869 67.088913 + C2 33.151730 74.348782 67.778414 + H11 32.895747 75.513455 66.066034 + H12 32.633728 76.354849 67.530205 + H21 33.397537 73.457803 67.337122 + H22 33.135518 74.299196 68.801293 + C1 71.999186 26.178111 79.767232 + C2 72.673464 25.021326 79.756329 + H11 70.976611 26.235682 79.772577 + H12 72.453015 27.096276 79.771084 + H21 72.219636 24.103160 79.752477 + H22 73.696040 24.963754 79.750984 + C1 35.121508 46.294879 26.631603 + C2 34.583453 46.719304 27.781943 + H11 35.700676 45.453579 26.555571 + H12 34.996184 46.778182 25.737335 + H21 34.708777 46.236001 28.676212 + H22 34.004285 47.560604 27.857976 + C1 46.800621 54.542786 60.587135 + C2 46.442531 53.252648 60.571721 + H11 47.774968 54.858462 60.586315 + H12 46.128319 55.315329 60.600956 + H21 47.114833 52.480105 60.557899 + H22 45.468185 52.936972 60.572541 + C1 23.590054 30.527222 64.819036 + C2 23.181570 29.368837 64.285927 + H11 22.953483 31.212076 65.237075 + H12 24.571178 30.819455 64.850671 + H21 22.200447 29.076604 64.254292 + H22 23.818141 28.683983 63.867888 + C1 63.996808 68.310533 58.060059 + C2 65.294167 68.009046 57.922629 + H11 63.242481 67.628758 57.936859 + H12 63.656826 69.246608 58.299180 + H21 65.634150 67.072971 57.683507 + H22 66.048494 68.690820 58.045829 + C1 59.759401 71.490598 57.570005 + C2 61.091401 71.606039 57.643298 + H11 59.127251 72.291427 57.480211 + H12 59.268022 70.592395 57.597976 + H21 61.582780 72.504242 57.615327 + H22 61.723551 70.805210 57.733092 + C1 49.378712 43.658744 11.222691 + C2 48.380314 42.771888 11.320716 + H11 49.231663 44.670861 11.167932 + H12 50.367901 43.394681 11.194768 + H21 47.391125 43.035951 11.348639 + H22 48.527363 41.759770 11.375475 + C1 59.252119 52.586795 72.306290 + C2 58.772381 51.584406 73.053276 + H11 59.385214 53.539495 72.657932 + H12 59.523679 52.479601 71.324573 + H21 58.500821 51.691600 74.034993 + H22 58.639286 50.631705 72.701635 + C1 34.622690 13.843977 13.747948 + C2 35.890745 14.065466 13.379301 + H11 33.813571 14.188507 13.222943 + H12 34.362217 13.312624 14.583903 + H21 36.151219 14.596819 12.543345 + H22 36.699864 13.720936 13.904305 + C1 69.076369 40.201630 76.189915 + C2 67.892029 40.501473 75.641868 + H11 69.190573 39.532142 76.956561 + H12 69.961144 40.618203 75.885540 + H21 67.007254 40.084900 75.946243 + H22 67.777825 41.170961 74.875222 + C1 36.258341 70.196333 36.134440 + C2 35.978604 71.486769 35.912077 + H11 37.211782 69.825326 36.182479 + H12 35.540856 69.478871 36.273962 + H21 36.696089 72.204231 35.772556 + H22 35.025163 71.857776 35.864038 + C1 11.062778 50.015159 35.792859 + C2 12.123653 50.923975 35.884781 + C3 13.025248 50.841619 36.952599 + C4 12.865969 49.850447 37.928494 + C5 11.804694 48.942452 37.836980 + C6 10.903099 49.024808 36.769162 + H11 10.367225 50.078977 34.969483 + H21 12.247025 51.688343 35.131612 + H31 13.844173 51.542169 37.022805 + H41 13.561122 49.787450 38.752277 + H51 11.681322 48.178085 38.590148 + H61 10.084574 48.323438 36.698548 + C1 53.294808 46.122258 50.226779 + C2 54.489966 45.399823 50.324426 + C3 54.510911 44.035760 50.010126 + C4 53.336697 43.394132 49.598180 + C5 52.141622 44.116339 49.501504 + C6 52.120677 45.480402 49.815804 + H11 53.278639 47.174210 50.469576 + H21 55.396094 45.894846 50.641639 + H31 55.433207 43.478832 50.084543 + H41 53.352949 42.341952 49.356354 + H51 51.235494 43.621315 49.184291 + H61 51.198298 46.037558 49.740417 + C1 21.146467 40.264329 35.737381 + C2 21.505903 39.185412 36.553834 + C3 20.661975 38.073051 36.655471 + C4 19.458612 38.039607 35.940655 + C5 19.098913 39.118801 35.125125 + C6 19.942840 40.231162 35.023488 + H11 21.797212 41.122382 35.659343 + H21 22.434569 39.210805 37.104901 + H31 20.939897 37.240391 37.284576 + H41 18.807604 37.181831 36.019616 + H51 18.170246 39.093408 34.574058 + H61 19.665182 41.063544 34.393459 + C1 52.300603 9.471745 43.584351 + C2 52.800112 8.164303 43.614980 + C3 53.787942 7.814053 44.543101 + C4 54.276263 8.771245 45.440592 + C5 53.777437 10.078655 45.409232 + C6 52.789607 10.428906 44.481111 + H11 51.539014 9.741912 42.868247 + H21 52.423023 7.425554 42.923030 + H31 54.172443 6.805137 44.567255 + H41 55.038535 8.501046 46.155966 + H51 54.154525 10.817405 46.101182 + H61 52.404423 11.437853 44.457688 + C1 29.444335 31.550344 51.630983 + C2 29.975894 32.816585 51.359082 + C3 31.331156 33.072904 51.598784 + C4 32.154858 32.062983 52.110388 + C5 31.623058 30.797298 52.383085 + C6 30.267796 30.540978 52.143383 + H11 28.398985 31.352839 51.446457 + H21 29.340661 33.595666 50.963794 + H31 31.741272 34.049491 51.388023 + H41 33.199967 32.261044 52.295710 + H51 32.258291 30.018217 52.778373 + H61 29.857920 29.563836 52.353348 + C1 67.928825 26.154463 69.078419 + C2 68.201830 27.024965 70.140278 + C3 68.971030 28.174318 69.922998 + C4 69.467225 28.453169 68.643859 + C5 69.194989 27.582249 67.582482 + C6 68.425789 26.432896 67.799762 + H11 67.335897 25.267831 69.246149 + H21 67.818563 26.810283 71.127070 + H31 69.180691 28.846268 70.742060 + H41 70.060923 29.339383 68.476612 + H51 69.578256 27.796932 66.595690 + H61 68.215358 25.761364 66.980217 + C1 50.530996 32.623247 10.031290 + C2 51.707498 32.022408 9.567946 + C3 51.650791 30.787857 8.910254 + C4 50.417582 30.154146 8.715905 + C5 49.241472 30.754534 9.180051 + C6 49.298179 31.989085 9.837744 + H11 50.574844 33.575217 10.538878 + H21 52.658937 32.511495 9.717270 + H31 52.558383 30.324975 8.551989 + H41 50.374125 29.201725 8.209119 + H51 48.290032 30.265447 9.030728 + H61 48.390196 32.452419 10.195206 + C1 38.086556 34.617106 72.582305 + C2 37.908094 35.019336 71.253315 + C3 37.066322 36.097567 70.955443 + C4 36.403012 36.773569 71.986561 + C5 36.580789 36.370711 73.315182 + C6 37.422562 35.292479 73.613054 + H11 38.735486 33.785258 72.811937 + H21 38.420259 34.498281 70.457745 + H31 36.929556 36.408362 69.930241 + H41 35.753397 37.604789 71.756560 + H51 36.068625 36.891765 74.110752 + H61 37.560012 34.982314 74.638624 + C1 60.594748 77.093077 34.230396 + C2 59.685276 78.139307 34.035162 + C3 59.525972 79.121154 35.020296 + C4 60.276139 79.056771 36.200664 + C5 61.184720 78.010157 36.396144 + C6 61.344025 77.028310 35.411010 + H11 60.717279 76.335639 33.470734 + H21 59.106894 78.189452 33.124283 + H31 58.825059 79.928738 34.869079 + H41 60.152718 79.813826 36.960573 + H51 61.763102 77.960013 37.307023 + H61 62.045828 76.221111 35.561981 + C1 20.710089 72.503180 73.820492 + C2 20.604713 73.456327 74.840423 + C3 20.968560 73.122681 76.150456 + C4 21.437783 71.835888 76.440558 + C5 21.542196 70.882725 75.420896 + C6 21.178349 71.216371 74.110863 + H11 20.429083 72.760454 72.810215 + H21 20.243303 74.449326 74.616645 + H31 20.888156 73.858406 76.936955 + H41 21.717826 71.578597 77.451104 + H51 21.903606 69.889726 75.644674 + H61 21.259716 70.480663 73.324095 + C1 47.098403 56.812347 64.611333 + C2 46.580886 57.038260 65.892345 + C3 45.196977 57.132734 66.081453 + C4 44.330585 57.001295 64.989550 + C5 44.848183 56.776369 63.708677 + C6 46.232092 56.681895 63.519569 + H11 48.165779 56.739884 64.465490 + H21 47.249162 57.139072 66.734951 + H31 44.797876 57.306009 67.069902 + H41 43.263290 57.074745 65.135531 + H51 44.179907 56.675557 62.866071 + H61 46.631111 56.507633 62.530981 + C1 9.618287 9.578244 61.590349 + C2 10.404986 10.190625 60.607523 + C3 10.299210 11.568666 60.384578 + C4 9.406735 12.334326 61.144457 + C5 8.619553 11.721774 62.126424 + C6 8.725329 10.343733 62.349369 + H11 9.699634 8.515351 61.761978 + H21 11.094030 9.600144 60.021612 + H31 10.906907 12.041077 59.627037 + H41 9.324905 13.397047 60.971969 + H51 7.930509 12.312255 62.712335 + H61 8.118115 9.871492 63.107769 + C1 44.870027 13.139396 45.190919 + C2 43.538555 12.834193 44.884515 + C3 43.124251 11.498621 44.817496 + C4 44.041419 10.468252 45.056882 + C5 45.372837 10.773516 45.362290 + C6 45.787141 12.109088 45.429309 + H11 45.189586 14.169476 45.242207 + H21 42.830695 13.629038 44.700408 + H31 42.096832 11.263386 44.582101 + H41 43.721806 9.438233 45.004597 + H51 46.080698 9.978671 45.546397 + H61 46.814615 12.344261 45.665700 + C1 52.497406 20.925612 16.415631 + C2 51.669241 21.397905 15.390482 + C3 50.427042 20.794694 15.160334 + C4 50.013008 19.719188 15.955335 + C5 50.841528 19.246469 16.979652 + C6 52.083727 19.849681 17.209800 + H11 53.455617 21.390635 16.592828 + H21 51.988269 22.228056 14.777447 + H31 49.787859 21.159821 14.370102 + H41 49.055152 19.253739 15.777306 + H51 50.522499 18.416319 17.592687 + H61 52.722554 19.484979 18.000865 + C1 24.785781 27.107394 53.102127 + C2 25.193046 28.343989 52.587520 + C3 26.543148 28.569422 52.293760 + C4 27.485986 27.558260 52.514607 + C5 27.078801 26.322262 53.030013 + C6 25.728698 26.096829 53.323773 + H11 23.744549 26.933728 53.329037 + H21 24.465663 29.123994 52.416503 + H31 26.856998 29.523094 51.895833 + H41 28.527298 27.732524 52.288496 + H51 27.806184 25.542257 53.201030 + H61 25.414770 25.142561 53.720901 + C1 50.525277 72.783647 25.289144 + C2 49.153820 72.880613 25.025416 + C3 48.333909 71.753851 25.159742 + C4 48.885455 70.530122 25.557796 + C5 50.256838 70.433085 25.820529 + C6 51.076749 71.559848 25.686203 + H11 51.157648 73.652615 25.185146 + H21 48.728049 73.824811 24.718901 + H31 47.275767 71.829081 24.957225 + H41 48.253009 69.661084 25.660800 + H51 50.682609 69.488888 26.127044 + H61 52.134966 71.484688 25.889715 + C1 32.082127 27.566998 31.080895 + C2 31.894371 27.230390 29.735052 + C3 31.381799 25.973361 29.392944 + C4 31.056981 25.052940 30.396679 + C5 31.245640 25.389262 31.742201 + C6 31.758212 26.646291 32.084309 + H11 32.477823 28.536361 31.344665 + H21 32.144347 27.940628 28.960575 + H31 31.236078 25.714236 28.354697 + H41 30.662188 24.083291 30.132588 + H51 30.995664 24.679024 32.516678 + H61 31.903030 26.905703 33.122877 + C1 62.052587 4.640388 57.155783 + C2 61.439156 5.796857 56.659666 + C3 62.222068 6.873972 56.227507 + C4 63.618412 6.794619 56.291465 + C5 64.231584 5.638671 56.788395 + C6 63.448671 4.561555 57.220554 + H11 61.448694 3.809844 57.489437 + H21 60.361888 5.857985 56.609687 + H31 61.748693 7.765644 55.843874 + H41 64.222045 7.625683 55.958624 + H51 65.308852 5.577542 56.838374 + H61 63.922306 3.669362 57.603374 + C1 65.864915 7.295032 75.721770 + C2 66.736608 8.375512 75.902227 + C3 66.642760 9.497085 75.069667 + C4 65.677218 9.538178 74.056648 + C5 64.806368 8.457428 73.875725 + C6 64.900216 7.335855 74.708285 + H11 65.937607 6.429877 76.363671 + H21 67.481178 8.344213 76.684133 + H31 67.314638 10.330940 75.209671 + H41 65.605369 10.403063 73.414281 + H51 64.061798 8.488727 73.093819 + H61 64.227495 6.502269 74.568748 + C1 38.643009 5.896930 15.815791 + C2 38.954877 6.171989 14.479029 + C3 38.013740 6.802096 13.656158 + C4 36.760734 7.157142 14.170048 + C5 36.448705 6.881222 15.506326 + C6 37.389842 6.251116 16.329198 + H11 39.368769 5.410601 16.450275 + H21 39.921767 5.898683 14.082584 + H31 38.254869 7.015117 12.625228 + H41 36.034812 7.642610 13.535080 + H51 35.481815 7.154528 15.902771 + H61 37.148874 6.038955 17.360610 + C1 18.835907 34.085291 29.214624 + C2 17.504889 33.881634 28.831522 + C3 16.922678 32.615991 28.969611 + C4 17.671484 31.554005 29.490802 + C5 19.002537 31.757532 29.872913 + C6 19.584748 33.023175 29.734824 + H11 19.284999 35.061357 29.107731 + H21 16.926865 34.701018 28.429977 + H31 15.895561 32.459310 28.674959 + H41 17.222427 30.577809 29.596704 + H51 19.580561 30.938148 30.274458 + H61 20.611829 33.179986 30.030467 + C1 34.653660 34.544209 14.922092 + C2 34.301495 35.002237 13.646929 + C3 34.710638 34.293568 12.511024 + C4 35.471946 33.126871 12.650281 + C5 35.824779 32.669556 13.925234 + C6 35.415636 33.378225 15.061140 + H11 34.338405 35.091036 15.798111 + H21 33.713621 35.902000 13.539356 + H31 34.438019 34.646504 11.527432 + H41 35.787870 32.580757 11.774053 + H51 36.412653 31.769793 14.032808 + H61 35.687587 33.024577 16.044942 + C1 17.079075 43.199560 36.261501 + C2 16.269758 42.715912 37.296365 + C3 15.305947 41.735755 37.031315 + C4 15.151454 41.239245 35.731402 + C5 15.960045 41.723573 34.696636 + C6 16.923855 42.703731 34.961686 + H11 17.822134 43.955795 36.465915 + H21 16.389254 43.098434 38.299429 + H31 14.682384 41.362041 37.829966 + H41 14.407668 40.483691 35.527085 + H51 15.840549 41.341052 33.693571 + H61 17.548145 43.076764 34.162937 + C1 47.083885 22.890077 24.898457 + C2 48.199967 22.138147 25.284218 + C3 48.112060 20.742945 25.358892 + C4 46.908071 20.099674 25.047804 + C5 45.791997 20.851653 24.663042 + C6 45.879904 22.246854 24.588369 + H11 47.151640 23.966159 24.841263 + H21 49.129100 22.634253 25.523660 + H31 48.973438 20.162969 25.655527 + H41 46.840325 19.023640 25.105997 + H51 44.862864 20.355547 24.423601 + H61 45.018517 22.826782 24.290734 + C1 58.590666 76.397686 39.935030 + C2 59.226989 77.629216 40.130676 + C3 60.624528 77.694798 40.180444 + C4 61.385742 76.528850 40.034567 + C5 60.749382 75.297474 39.839909 + C6 59.351844 75.231892 39.790140 + H11 57.512791 76.347120 39.897046 + H21 58.639856 78.528929 40.242621 + H31 61.115269 78.645077 40.330374 + H41 62.463580 76.579570 40.073538 + H51 61.336515 74.397760 39.727963 + H61 58.861139 74.281459 39.639223 + C1 67.744664 44.639056 53.432475 + C2 68.929248 43.986433 53.070957 + C3 70.140940 44.687619 53.065292 + C4 70.168047 46.041428 53.421144 + C5 68.983462 46.694054 53.781662 + C6 67.771771 45.992867 53.787327 + H11 66.810113 44.098303 53.436445 + H21 68.908585 42.941802 52.796984 + H31 71.054828 44.183741 52.787348 + H41 71.102597 46.582184 53.416173 + H51 69.004125 47.738684 54.055634 + H61 66.857883 46.496742 54.066270 + C1 47.586472 6.087430 14.154551 + C2 46.566858 6.861905 14.720614 + C3 46.887936 7.959108 15.528665 + C4 48.228627 8.281836 15.770652 + C5 49.247953 7.506853 15.205401 + C6 48.926876 6.409650 14.397350 + H11 47.338768 5.240985 13.531664 + H21 45.532459 6.613409 14.533507 + H31 46.101240 8.557057 15.964444 + H41 48.476043 9.127773 16.394351 + H51 50.282353 7.755349 15.392508 + H61 49.713859 5.812209 13.960759 + C1 72.022819 75.805123 77.846738 + C2 71.596452 76.528398 76.726499 + C3 70.229921 76.741585 76.509623 + C4 69.289757 76.231497 77.412987 + C5 69.716135 75.507562 78.532475 + C6 71.082666 75.294375 78.749350 + H11 73.076761 75.640402 78.013736 + H21 72.321710 76.922524 76.029787 + H31 69.901237 77.300432 75.645914 + H41 68.235826 76.395558 77.245238 + H51 68.990877 75.113436 79.229187 + H61 71.411339 74.736188 79.613811 + C1 13.876209 53.715461 32.559930 + C2 13.052420 54.610791 31.867393 + C3 11.861896 54.159468 31.285284 + C4 11.495160 52.812815 31.395713 + C5 12.319359 51.917560 32.087341 + C6 13.509884 52.368883 32.669449 + H11 14.794589 54.063533 33.008526 + H21 13.334922 55.649902 31.782640 + H31 11.226018 54.850507 30.751935 + H41 10.577190 52.464818 30.946208 + H51 12.036857 50.878449 32.172093 + H61 14.145352 51.677769 33.203707 + C1 70.294633 56.335829 69.329187 + C2 71.343502 57.180307 69.712045 + C3 72.643955 56.674301 69.824609 + C4 72.895539 55.323816 69.554313 + C5 71.846609 54.479387 69.172451 + C6 70.546156 54.985394 69.059888 + H11 69.291607 56.726066 69.242770 + H21 71.149663 58.222380 69.920016 + H31 73.453142 57.326137 70.118996 + H41 73.898504 54.933629 69.641726 + H51 72.040448 53.437314 68.964481 + H61 69.737030 54.333508 68.764504 + C1 19.661506 53.536523 45.714543 + C2 19.224267 52.232735 45.452227 + C3 19.400660 51.678272 44.178906 + C4 20.014292 52.427596 43.167900 + C5 20.450552 53.731474 43.430036 + C6 20.274159 54.285937 44.703357 + H11 19.525079 53.964237 46.696511 + H21 18.751383 51.654282 46.232300 + H31 19.064204 50.672105 43.977010 + H41 20.149740 51.999972 42.185751 + H51 20.923436 54.309927 42.649963 + H61 20.611595 55.292015 44.905433 + C1 55.775018 43.260034 14.043063 + C2 55.584250 41.873199 14.055212 + C3 54.885524 41.272051 15.108917 + C4 54.377566 42.057738 16.150473 + C5 54.569190 43.444200 16.138684 + C6 55.267916 44.045347 15.084979 + H11 56.314263 43.723564 13.230555 + H21 55.975553 41.266975 13.251399 + H31 54.737582 40.202297 15.117612 + H41 53.839177 41.593835 16.963341 + H51 54.177887 44.050424 16.942497 + H61 55.415003 45.115475 15.075924 + C1 43.657517 35.874873 50.046350 + C2 43.967765 34.556168 49.693343 + C3 45.170679 34.272175 49.035896 + C4 46.063345 35.306886 48.731456 + C5 45.752599 36.625430 49.083612 + C6 44.549685 36.909424 49.741059 + H11 42.729566 36.093887 50.553060 + H21 43.279445 33.757693 49.928704 + H31 45.410310 33.254686 48.764547 + H41 46.990798 35.087711 48.223895 + H51 46.440919 37.423905 48.848251 + H61 44.310552 37.927074 50.013260 + C1 51.147529 71.310032 58.197977 + C2 49.801479 71.376701 57.819090 + C3 49.213126 70.306312 57.134985 + C4 49.970823 69.169254 56.829767 + C5 51.316871 69.103120 57.207809 + C6 51.905224 70.173509 57.891914 + H11 51.601344 72.135774 58.725251 + H21 49.216617 72.253630 58.055042 + H31 48.174450 70.357499 56.843664 + H41 49.517006 68.344047 56.301649 + H51 51.901733 68.226191 56.971857 + H61 52.943903 70.121787 58.184081 + C1 52.109535 3.051588 40.874965 + C2 53.412015 2.545858 40.787595 + C3 54.408616 3.027051 41.644992 + C4 54.102737 4.013973 42.589761 + C5 52.800676 4.520202 42.676373 + C6 51.804074 4.039010 41.818975 + H11 51.341038 2.680703 40.213398 + H21 53.648010 1.783996 40.059162 + H31 55.413108 2.636074 41.578127 + H41 54.871653 4.385358 43.250569 + H51 52.564681 5.282064 43.404805 + H61 50.799164 4.429487 41.886599 + C1 60.459130 57.842217 10.115312 + C2 61.557925 58.637976 10.460666 + C3 62.847597 58.093453 10.449120 + C4 63.038473 56.753172 10.092221 + C5 61.939691 55.957412 9.747868 + C6 60.650020 56.501935 9.759413 + H11 59.464448 58.262140 10.124616 + H21 61.410884 59.672199 10.735443 + H31 63.695238 58.707753 10.714594 + H41 64.033169 56.333247 10.083918 + H51 62.086732 54.923189 9.473091 + H61 59.802365 55.887636 9.492940 + C1 49.812882 47.692124 8.944751 + C2 50.399310 46.456854 8.644649 + C3 49.610496 45.407181 8.159005 + C4 48.235254 45.592778 7.973463 + C5 47.648899 46.827578 8.274445 + C6 48.437713 47.877251 8.760089 + H11 50.421251 48.501527 9.319674 + H21 51.460413 46.313706 8.787162 + H31 50.063230 44.454629 7.926595 + H41 47.626959 44.782905 7.599420 + H51 46.587796 46.970726 8.131932 + H61 47.984905 48.830272 8.991619 + C1 4.041680 59.762891 57.680625 + C2 4.456645 59.474929 58.986279 + C3 4.729841 60.517460 59.879802 + C4 4.588072 61.847954 59.467671 + C5 4.174086 62.135732 58.161940 + C6 3.900890 61.093201 57.268417 + H11 3.831369 58.958788 56.991422 + H21 4.565473 58.448486 59.304574 + H31 5.048980 60.295120 60.887300 + H41 4.799363 62.651873 60.156798 + H51 4.065258 63.162176 57.843646 + H61 3.580772 61.315725 56.260996 + C1 4.606380 19.249529 15.704471 + C2 5.814003 18.776144 15.177779 + C3 5.919253 17.445873 14.754467 + C4 4.816881 16.588988 14.857847 + C5 3.609820 17.062158 15.385338 + C6 3.504569 18.392429 15.808650 + H11 4.525389 20.275414 16.031297 + H21 6.664395 19.437287 15.097387 + H31 6.850637 17.081132 14.347250 + H41 4.898434 15.562888 14.531821 + H51 2.759428 16.401014 15.465730 + H61 2.572625 18.757385 16.215069 + C1 36.841244 69.917383 18.694259 + C2 36.648419 71.279528 18.434969 + C3 35.432802 71.889801 18.766228 + C4 34.410009 71.137929 19.356777 + C5 34.602587 69.775829 19.615099 + C6 35.818204 69.165555 19.283840 + H11 37.778678 69.446680 18.438390 + H21 37.437644 71.859871 17.979924 + H31 35.284592 72.940848 18.567051 + H41 33.472327 71.608676 19.611678 + H51 33.813362 69.195485 20.070144 + H61 35.966661 68.114464 19.483984 + C1 27.742848 45.192928 76.312891 + C2 29.056680 45.420393 76.739456 + C3 29.856480 46.356817 76.073632 + C4 29.342448 47.065775 74.981243 + C5 28.029151 46.837571 74.554269 + C6 27.229351 45.901147 75.220093 + H11 27.126180 44.470408 76.826212 + H21 29.453196 44.873947 77.582612 + H31 30.869665 46.532891 76.403468 + H41 29.959651 47.787556 74.467513 + H51 27.632635 47.384017 73.711113 + H61 26.215632 45.725812 74.890667 + C1 39.562064 22.534954 53.849846 + C2 38.496173 22.997698 53.069082 + C3 37.584872 22.088242 52.519253 + C4 37.739463 20.716042 52.750189 + C5 38.805747 20.253445 53.530046 + C6 39.717048 21.162902 54.079875 + H11 40.265100 23.236402 54.273551 + H21 38.376421 24.056380 52.891335 + H31 36.762085 22.445476 51.917802 + H41 37.036820 20.014742 52.325576 + H51 38.925498 19.194764 53.707792 + H61 40.539442 20.805520 54.682234 + C1 51.371117 6.534399 68.863503 + C2 50.225289 7.102707 68.294332 + C3 48.971145 6.879827 68.875141 + C4 48.862830 6.088639 70.025121 + C5 50.008413 5.519718 70.593541 + C6 51.262557 5.742598 70.012732 + H11 52.338306 6.706016 68.415275 + H21 50.308773 7.713644 67.407468 + H31 48.087441 7.319147 68.436505 + H41 47.895397 5.916409 70.472598 + H51 49.924929 4.908781 71.480404 + H61 52.146506 5.303891 70.452119 + C1 25.234587 20.817880 41.221172 + C2 25.362586 22.151632 40.815496 + C3 24.354211 23.074740 41.117063 + C4 23.217838 22.664097 41.824305 + C5 23.089552 21.330350 42.229024 + C6 24.097926 20.407242 41.927457 + H11 26.012159 20.105892 40.988214 + H21 26.239535 22.468731 40.270382 + H31 24.453589 24.103827 40.804907 + H41 22.439978 23.376090 42.056306 + H51 22.212602 21.013252 42.774138 + H61 23.998837 19.378150 42.240570 + C1 37.740176 27.237069 33.665400 + C2 37.826107 26.059663 34.417849 + C3 36.661644 25.452494 34.902888 + C4 35.411250 26.022732 34.635478 + C5 35.325541 27.200442 33.883955 + C6 36.490004 27.807611 33.398916 + H11 38.638341 27.705514 33.291672 + H21 38.790684 25.619265 34.623718 + H31 36.728056 24.543652 35.482485 + H41 34.513307 25.554590 35.010133 + H51 34.360964 27.640839 33.678086 + H61 36.423370 28.716149 32.818392 + C1 22.948070 56.283354 69.594730 + C2 24.273394 56.154093 69.162687 + C3 25.271079 55.775147 70.068731 + C4 24.943442 55.525462 71.406817 + C5 23.618480 55.655655 71.838859 + C6 22.620795 56.034601 70.932816 + H11 22.178713 56.576002 68.895974 + H21 24.526218 56.346096 68.130236 + H31 26.293261 55.674502 69.735036 + H41 25.713161 55.233747 72.105573 + H51 23.365656 55.463653 72.871311 + H61 21.598251 56.134314 71.266512 + C1 11.284130 58.033471 60.036500 + C2 11.392749 56.890002 59.236167 + C3 10.404349 56.603598 58.286995 + C4 9.307329 57.460662 58.138155 + C5 9.198370 58.603384 58.939060 + C6 10.186771 58.889788 59.888233 + H11 12.046276 58.254095 60.768806 + H21 12.239366 56.229004 59.350458 + H31 10.488820 55.721975 57.668979 + H41 8.544843 57.239291 57.406421 + H51 8.351753 59.264382 58.824770 + H61 10.102640 59.772157 60.505676 + C1 21.247034 65.318310 38.392307 + C2 21.687357 64.155183 37.749576 + C3 20.943793 63.614821 36.693634 + C4 19.759907 64.237584 36.280423 + C5 19.319282 65.399962 36.923744 + C6 20.062845 65.940325 37.979686 + H11 21.820354 65.734796 39.206958 + H21 22.601039 63.674949 38.067855 + H31 21.284155 62.718101 36.197262 + H41 19.186284 63.820350 35.466362 + H51 18.405600 65.880196 36.605464 + H61 19.722786 66.837793 38.475468 + C1 14.284063 44.623741 32.727134 + C2 13.838584 45.891044 32.332998 + C3 12.476926 46.208087 32.405535 + C4 11.560746 45.257826 32.872208 + C5 12.006155 43.990472 33.265348 + C6 13.367813 43.673429 33.192810 + H11 15.334213 44.379153 32.670794 + H21 14.545386 46.624491 31.973515 + H31 12.133577 47.186122 32.102392 + H41 10.510525 45.502364 32.927551 + H51 11.299353 43.257025 33.624830 + H61 13.711232 42.695445 33.496950 + C1 75.918341 39.567726 53.281989 + C2 76.064161 40.549653 52.294869 + C3 75.009511 41.428564 52.020786 + C4 73.809041 41.325547 52.733824 + C5 73.663042 40.343145 53.720082 + C6 74.717692 39.464235 53.994165 + H11 76.731646 38.889641 53.493056 + H21 76.990495 40.629650 51.745098 + H31 75.122539 42.186645 51.259948 + H41 72.995558 42.003157 52.521895 + H51 72.736709 40.263149 54.269853 + H61 74.604842 38.706628 54.755864 + C1 60.210747 22.643934 56.578270 + C2 59.248425 22.369468 57.557277 + C3 57.896549 22.280997 57.204437 + C4 57.506996 22.466991 55.872589 + C5 58.469141 22.742337 54.894021 + C6 59.821017 22.830809 55.246862 + H11 61.253330 22.712541 56.850535 + H21 59.548884 22.225338 58.584746 + H31 57.154426 22.068259 57.959640 + H41 56.464236 22.399264 55.600763 + H51 58.168682 22.886467 53.866552 + H61 60.563318 23.042666 54.491219 + C1 22.552182 6.842566 8.947793 + C2 23.080084 6.017410 9.947937 + C3 23.491959 4.716137 9.636588 + C4 23.375932 4.240020 8.325094 + C5 22.847232 5.064805 7.325424 + C6 22.435357 6.366078 7.636774 + H11 22.234177 7.846036 9.188072 + H21 23.170233 6.384810 10.959684 + H31 23.900113 4.080067 10.408055 + H41 23.693139 3.236178 8.085289 + H51 22.757084 4.697405 6.313678 + H61 22.028002 7.002520 6.864832 + C1 76.442127 45.904500 75.658379 + C2 75.686749 46.873511 76.329401 + C3 74.341964 46.627513 76.630945 + C4 73.752557 45.412502 76.261468 + C5 74.507654 44.444133 75.589734 + C6 75.852439 44.690132 75.288190 + H11 77.479190 46.094449 75.425495 + H21 76.141511 47.810703 76.615066 + H31 73.759664 47.374755 77.149494 + H41 72.715213 45.223196 76.493640 + H51 74.052891 43.506942 75.304069 + H61 76.435021 43.942247 74.770353 + C1 29.430326 43.912510 31.535105 + C2 29.289848 43.148188 32.699549 + C3 30.077445 43.431272 33.821799 + C4 31.005521 44.478677 33.779605 + C5 31.146542 45.242176 32.614995 + C6 30.358945 44.959092 31.492745 + H11 28.823132 43.693876 30.669468 + H21 28.573436 42.340468 32.732458 + H31 29.968227 42.842185 34.720345 + H41 31.613258 44.696488 34.645076 + H51 31.862954 46.049896 32.582086 + H61 30.467620 45.549002 30.594365 + C1 76.767680 35.681643 14.946516 + C2 76.934112 34.360451 14.514539 + C3 77.797978 33.501955 15.204910 + C4 78.495412 33.964650 16.327257 + C5 78.329642 35.285898 16.758485 + C6 77.465776 36.144394 16.068115 + H11 76.101702 36.343824 14.413785 + H21 76.395633 34.003155 13.649022 + H31 77.925477 32.482477 14.872123 + H41 79.162052 33.302525 16.859239 + H51 78.868121 35.643194 17.624003 + H61 77.337615 37.163815 16.401650 + C1 63.371417 49.145041 19.395250 + C2 64.103155 48.703274 20.503966 + C3 64.771553 49.628095 21.315041 + C4 64.708213 50.994682 21.017399 + C5 63.977353 51.436151 19.908307 + C6 63.308955 50.511330 19.097233 + H11 62.856257 48.431680 18.769518 + H21 64.151607 47.649026 20.734082 + H31 65.335165 49.287208 22.170888 + H41 65.224251 51.707745 21.642755 + H51 63.928901 52.490399 19.678192 + H61 62.744465 50.852516 18.241760 + C1 58.378701 28.043993 49.811918 + C2 57.028672 27.854779 50.130464 + C3 56.106338 28.884396 49.908926 + C4 56.534033 30.103228 49.368842 + C5 57.884004 30.292609 49.051280 + C6 58.806338 29.262992 49.272818 + H11 59.090071 27.249991 49.983170 + H21 56.698448 26.914277 50.546577 + H31 55.064744 28.737896 50.153787 + H41 55.822605 30.897397 49.198574 + H51 58.214228 31.233111 48.635168 + H61 59.847989 29.409324 49.026973 + C1 46.598888 56.266862 53.150270 + C2 46.660784 57.664344 53.205617 + C3 45.819104 58.368300 54.075049 + C4 44.915527 57.674773 54.889133 + C5 44.853081 56.277603 54.833010 + C6 45.694762 55.573647 53.963579 + H11 47.247793 55.724016 52.479409 + H21 47.358282 58.199506 52.578052 + H31 45.867696 59.446308 54.118344 + H41 44.266072 58.217931 55.559218 + H51 44.155583 55.742440 55.460576 + H61 45.646718 54.495327 53.921059 + C1 47.299262 52.822013 5.193982 + C2 46.125231 53.435533 4.741108 + C3 44.886414 52.819257 4.954243 + C4 44.821627 51.589461 5.620253 + C5 45.995604 50.975705 6.072157 + C6 47.234421 51.591980 5.859021 + H11 48.254709 53.297184 5.029221 + H21 46.175002 54.384629 4.227804 + H31 43.980737 53.293181 4.605700 + H41 43.866125 51.114053 5.784043 + H51 45.945833 50.026609 6.585461 + H61 48.140153 51.118293 6.208535 + C1 53.864426 15.037754 35.287495 + C2 53.501651 16.166724 34.543403 + C3 52.161088 16.376785 34.198939 + C4 51.183300 15.457878 34.598568 + C5 51.546276 14.328665 35.341712 + C6 52.886839 14.118604 35.686175 + H11 54.898416 14.875600 35.552796 + H21 54.255826 16.876077 34.235541 + H31 51.881273 17.248293 33.625777 + H41 50.149510 15.619789 34.332318 + H51 50.792100 13.619312 35.649573 + H61 53.166453 13.247339 36.260287 + C1 46.043533 79.854902 18.061900 + C2 46.693186 79.740874 19.296727 + C3 45.945910 79.559526 20.466591 + C4 44.548980 79.492206 20.401628 + C5 43.899521 79.607176 19.167076 + C6 44.646797 79.788524 17.997212 + H11 46.619913 79.995159 17.159720 + H21 47.770956 79.792175 19.346930 + H31 46.447300 79.470571 21.418974 + H41 43.972794 79.352891 21.304083 + H51 42.821751 79.555874 19.116874 + H61 44.145213 79.876537 17.044554 + C1 3.579031 44.090882 75.641518 + C2 2.567836 44.925454 75.150778 + C3 2.749648 45.609511 73.942928 + C4 3.942654 45.458996 73.225818 + C5 4.953961 44.625283 73.717057 + C6 4.772149 43.941226 74.924907 + H11 3.438899 43.563633 76.573283 + H21 1.647121 45.041197 75.703613 + H31 1.969064 46.252503 73.563999 + H41 4.082899 45.987105 72.294552 + H51 5.874677 44.509540 73.164221 + H61 5.552621 43.297375 75.303338 + C1 37.273336 19.082814 70.480023 + C2 38.526632 18.899173 71.076158 + C3 39.297499 20.009350 71.441073 + C4 38.815071 21.303167 71.209851 + C5 37.562399 21.486632 70.612953 + C6 36.791531 20.376455 70.248039 + H11 36.679021 18.226539 70.198248 + H21 38.898694 17.901043 71.255173 + H31 40.263877 19.867494 71.901862 + H41 39.410009 22.159266 71.490864 + H51 37.190336 22.484762 70.433938 + H61 35.824530 20.518487 69.788011 + C1 4.095503 29.709670 29.957575 + C2 4.879459 28.920381 29.107700 + C3 5.863845 29.515749 28.309946 + C4 6.064275 30.900406 28.362067 + C5 5.279753 31.689553 29.211129 + C6 4.295367 31.094185 30.008884 + H11 3.336042 29.250473 30.572532 + H21 4.725357 27.852015 29.067837 + H31 6.469204 28.906580 27.655126 + H41 6.823170 31.359461 27.746298 + H51 5.433854 32.757919 29.250993 + H61 3.690573 31.703496 30.664516 + C1 71.138438 47.730880 59.877076 + C2 72.096428 48.426553 59.129985 + C3 71.805765 49.703294 58.634668 + C4 70.557112 50.284361 58.886441 + C5 69.599044 49.588317 59.632607 + C6 69.889707 48.311576 60.127924 + H11 71.362537 46.746028 60.258731 + H21 73.060042 47.978637 58.936181 + H31 72.545280 50.240230 58.059208 + H41 70.332936 51.268842 58.503860 + H51 68.635430 50.036232 59.826411 + H61 69.150269 47.775011 60.704309 + C1 55.605901 57.740572 33.982884 + C2 54.237354 57.909180 34.224754 + C3 53.394058 56.793179 34.282076 + C4 53.919309 55.508571 34.097529 + C5 55.287467 55.340206 33.854771 + C6 56.130763 56.456207 33.797449 + H11 56.256178 58.601366 33.938298 + H21 53.832076 58.900158 34.367765 + H31 52.338503 56.923364 34.469674 + H41 53.268643 54.648020 34.141227 + H51 55.692745 54.349228 33.711759 + H61 57.186707 56.325780 33.610739 + C1 3.633134 73.519045 15.008571 + C2 2.453559 72.836793 14.687656 + C3 1.968083 72.857613 13.374732 + C4 2.662182 73.560684 12.382723 + C5 3.841020 74.243553 12.703915 + C6 4.326496 74.222733 14.016839 + H11 4.007296 73.503271 16.021275 + H21 1.918278 72.293813 15.452762 + H31 1.058640 72.330406 13.127135 + H41 2.287284 73.577075 11.370296 + H51 4.376301 74.786533 11.938809 + H61 5.236676 74.749322 14.264160 + C1 18.992609 2.051244 20.407249 + C2 19.321729 3.409158 20.320063 + C3 20.449893 3.810701 19.594875 + C4 21.248938 2.854331 18.956872 + C5 20.920301 1.496620 19.044910 + C6 19.792136 1.095076 19.770099 + H11 18.122713 1.741586 20.966897 + H21 18.705005 4.147172 20.811721 + H31 20.703066 4.858374 19.526885 + H41 22.119317 3.164191 18.398076 + H51 21.537024 0.758605 18.553252 + H61 19.538481 0.047201 19.837237 + C1 67.590062 32.240509 55.030226 + C2 68.223285 33.354376 55.594300 + C3 67.469323 34.318334 56.274165 + C4 66.082138 34.168425 56.389957 + C5 65.449036 33.055196 55.825123 + C6 66.202998 32.091238 55.145258 + H11 68.171570 31.497287 54.505551 + H21 69.293582 33.469855 55.505579 + H31 67.958112 35.177035 56.710119 + H41 65.500751 34.912285 56.913871 + H51 64.378740 32.939717 55.913844 + H61 65.714088 31.231899 54.710064 + C1 31.771696 15.978520 24.590832 + C2 32.279130 14.684032 24.754117 + C3 33.106985 14.127737 23.771731 + C4 33.427407 14.865931 22.626059 + C5 32.919232 16.159815 22.462484 + C6 32.091376 16.716110 23.444870 + H11 31.132896 16.407358 25.348358 + H21 32.032508 14.114620 25.638249 + H31 33.499164 13.129487 23.898336 + H41 34.065465 14.436489 21.868243 + H51 33.165853 16.729227 21.578352 + H61 31.699939 17.714964 23.318555 + C1 53.376436 17.310462 72.585788 + C2 53.103761 18.660863 72.336957 + C3 52.618232 19.477801 73.364948 + C4 52.405378 18.944338 74.641770 + C5 52.677148 17.593942 74.890176 + C6 53.162676 16.777004 73.862186 + H11 53.750531 16.680356 71.792798 + H21 53.268514 19.072724 71.352087 + H31 52.408890 20.519768 73.173068 + H41 52.030378 19.574450 75.434335 + H51 52.512395 17.182082 75.875046 + H61 53.372924 15.735033 74.054490 + C1 52.368204 56.684855 6.715664 + C2 51.805454 55.798829 7.642012 + C3 52.633241 55.057725 8.493732 + C4 54.023777 55.202647 8.419102 + C5 54.586333 56.087844 7.492230 + C6 53.758546 56.828948 6.640511 + H11 51.729727 57.256115 6.058532 + H21 50.732635 55.687371 7.700128 + H31 52.198898 54.375007 9.208979 + H41 54.662059 54.630557 9.075710 + H51 55.659152 56.199302 7.434114 + H61 54.193083 57.512495 5.925787 + C1 5.621355 74.786851 36.629287 + C2 6.128648 75.810816 37.437991 + C3 5.431992 76.205973 38.586212 + C4 4.228043 75.577165 38.925730 + C5 3.720473 74.554048 38.116573 + C6 4.417128 74.158891 36.968351 + H11 6.158506 74.482399 35.743515 + H21 7.057807 76.295619 37.176513 + H31 5.824000 76.995228 39.210506 + H41 3.690615 75.882464 39.811048 + H51 2.791314 74.069244 38.378051 + H61 4.025398 73.368789 36.344511 + C1 30.663575 64.063202 25.215756 + C2 29.582132 63.670962 26.013553 + C3 28.437124 64.473379 26.084082 + C4 28.373559 65.668036 25.356814 + C5 29.455251 66.060559 24.559944 + C6 30.600259 65.258142 24.489415 + H11 31.546796 63.444482 25.161712 + H21 29.630783 62.748993 26.574220 + H31 27.602554 64.170130 26.698794 + H41 27.490587 66.287039 25.411785 + H51 29.406601 66.982527 23.999277 + H61 31.434580 65.561108 23.873777 + C1 65.660002 24.287146 52.450829 + C2 64.425978 24.884199 52.734666 + C3 63.449327 24.171246 53.440174 + C4 63.706701 22.861239 53.861844 + C5 64.940190 22.264080 53.577169 + C6 65.916840 22.977033 52.871661 + H11 66.413061 24.836934 51.906357 + H21 64.227497 25.895091 52.409944 + H31 62.497787 24.632350 53.659924 + H41 62.953106 22.311345 54.405478 + H51 65.138671 21.253188 53.901891 + H61 66.868916 22.516036 52.652749 + C1 78.439171 6.769237 67.969435 + C2 77.548915 7.351295 67.059213 + C3 77.496179 6.889098 65.738803 + C4 78.333699 5.844843 65.328614 + C5 79.224416 5.263614 66.238521 + C6 79.277152 5.725812 67.558931 + H11 78.480071 7.126020 68.987692 + H21 76.902263 8.156542 67.375694 + H31 76.808627 7.337562 65.037026 + H41 78.293260 5.488890 64.310043 + H51 79.871068 4.458368 65.922040 + H61 79.964243 5.276518 68.261022 + C1 61.859427 61.338298 45.152022 + C2 61.519949 62.651773 45.497549 + C3 62.526022 63.601505 45.711365 + C4 63.871573 63.237762 45.579656 + C5 64.210878 61.924256 45.235114 + C6 63.204805 60.974524 45.021297 + H11 61.083449 60.605762 44.987512 + H21 60.481871 62.932706 45.598597 + H31 62.263922 64.614974 45.976924 + H41 64.647378 63.970267 45.745150 + H51 65.248956 61.643323 45.134065 + H61 63.467078 59.961086 44.754754 + C1 27.762700 11.499647 46.279688 + C2 28.342965 10.910748 45.149936 + C3 29.734357 10.914592 44.995321 + C4 30.545483 11.507335 45.970459 + C5 29.965141 12.096926 47.099494 + C6 28.573749 12.093082 47.254108 + H11 26.689551 11.496993 46.398682 + H21 27.717338 10.452860 44.397825 + H31 30.181878 10.459357 44.124216 + H41 31.618554 11.510681 45.850747 + H51 30.590767 12.554814 47.851605 + H61 28.126304 12.547624 48.125931 + C1 77.449576 49.520592 12.824498 + C2 76.620764 49.352539 13.940150 + C3 76.463485 48.083693 14.510400 + C4 77.135020 46.982901 13.964999 + C5 77.962908 47.150896 12.848973 + C6 78.120186 48.419741 12.278722 + H11 77.570527 50.499155 12.384499 + H21 76.103088 50.201824 14.361418 + H31 75.824860 47.954416 15.371667 + H41 77.013144 46.004279 14.404624 + H51 78.480583 46.301610 12.427705 + H61 78.759737 48.549078 11.417830 + C1 76.747845 17.936309 26.153014 + C2 76.752363 19.248495 26.640865 + C3 77.920834 20.016546 26.572574 + C4 79.084788 19.472411 26.016433 + C5 79.080396 18.160131 25.529570 + C6 77.911924 17.392080 25.597861 + H11 75.846729 17.343867 26.206070 + H21 75.854269 19.668646 27.069399 + H31 77.923856 21.029139 26.948052 + H41 79.986030 20.064759 25.964365 + H51 79.978490 17.739980 25.101036 + H61 77.908776 16.379581 25.221395 + C1 3.150594 31.751641 33.227358 + C2 3.784987 32.363845 34.314833 + C3 3.227024 33.508204 34.897077 + C4 2.034666 34.040359 34.391847 + C5 1.400991 33.428719 33.303965 + C6 1.958955 32.284360 32.721721 + H11 3.581187 30.869276 32.778096 + H21 4.704581 31.953039 34.705123 + H31 3.716024 33.979763 35.736629 + H41 1.604791 34.923288 34.840702 + H51 0.481397 33.839525 32.913675 + H61 1.469235 31.812237 31.882575 + C1 3.163665 42.068864 55.755063 + C2 2.207996 41.079443 55.495076 + C3 2.450546 39.754573 55.876890 + C4 3.648765 39.419125 56.518692 + C5 4.604582 40.408292 56.777723 + C6 4.362032 41.733161 56.395908 + H11 2.976702 43.090588 55.460209 + H21 1.283247 41.338203 55.000481 + H31 1.712760 38.991610 55.677149 + H41 3.835875 38.397147 56.812590 + H51 5.529330 40.149532 57.272318 + H61 5.099670 42.496379 56.596606 + C1 34.329528 9.326990 32.971694 + C2 35.484650 8.549003 33.114107 + C3 35.377688 7.185536 33.413118 + C4 34.115605 6.600056 33.569716 + C5 32.960797 7.378218 33.428237 + C6 33.067759 8.741685 33.129225 + H11 34.412103 10.378651 32.741465 + H21 36.458413 9.000434 32.992710 + H31 36.268877 6.585306 33.521950 + H41 34.033344 5.548570 33.800878 + H51 31.987034 6.926787 33.549633 + H61 32.176257 9.341740 33.019460 + C1 16.502739 30.048185 77.314199 + C2 16.994645 28.772120 77.014970 + C3 18.367007 28.511555 77.107816 + C4 19.247462 29.527055 77.499890 + C5 18.755625 30.803099 77.798121 + C6 17.383263 31.063664 77.705275 + H11 15.444331 30.249187 77.242192 + H21 16.315416 27.988385 76.713063 + H31 18.746186 27.526819 76.877915 + H41 20.305939 29.326032 77.570899 + H51 19.434854 31.586834 78.100028 + H61 17.004016 32.048421 77.936174 + C1 58.994659 6.262862 44.948250 + C2 58.523948 6.208138 46.265553 + C3 59.424997 6.282691 47.334405 + C4 60.796756 6.411968 47.085953 + C5 61.267335 6.465718 45.768835 + C6 60.366286 6.391165 44.699983 + H11 58.299702 6.204964 44.123934 + H21 57.465595 6.109021 46.457397 + H31 59.061601 6.241472 48.350565 + H41 61.491582 6.468893 47.910454 + H51 62.325689 6.564836 45.576991 + H61 60.729814 6.433358 43.683638 + C1 53.965977 10.500823 22.115948 + C2 54.930863 11.069348 21.275933 + C3 56.290515 10.938380 21.582666 + C4 56.685281 10.238887 22.729415 + C5 55.720433 9.671325 23.569698 + C6 54.360781 9.802293 23.262965 + H11 52.917339 10.602205 21.879529 + H21 54.626473 11.608514 20.390841 + H31 57.034763 11.376164 20.933993 + H41 57.733956 10.138468 22.966102 + H51 56.024822 9.132159 24.454790 + H61 53.616495 9.363546 23.911370 + C1 76.965818 22.956785 30.477071 + C2 76.317047 22.502515 29.322694 + C3 76.452331 23.207186 28.120601 + C4 77.236386 24.366128 28.072884 + C5 77.884218 24.820732 29.227346 + C6 77.748935 24.116061 30.429439 + H11 76.861121 22.413474 31.404252 + H21 75.712607 21.608055 29.359208 + H31 75.952588 22.856037 27.229934 + H41 77.340145 24.909774 27.145788 + H51 78.488659 25.715193 29.190832 + H61 78.249616 24.466876 31.320022 + C1 9.278192 51.867413 13.829974 + C2 9.408974 52.028500 12.445489 + C3 8.267840 52.082784 11.636319 + C4 6.995924 51.975980 12.211633 + C5 6.865338 51.813975 13.595770 + C6 8.006472 51.759692 14.404941 + H11 10.158353 51.825162 14.453950 + H21 10.390182 52.111533 12.001556 + H31 8.368887 52.208068 10.568409 + H41 6.115959 52.017314 11.587310 + H51 5.884130 51.730943 14.039704 + H61 7.905228 51.635325 15.473198 + C1 17.721618 51.852054 58.540564 + C2 17.895260 52.553587 59.739544 + C3 17.370422 52.041756 60.932215 + C4 16.671941 50.828393 60.925907 + C5 16.497586 50.127562 59.726920 + C6 17.022424 50.639392 58.534249 + H11 18.126091 52.247058 57.620680 + H21 18.434653 53.489412 59.744670 + H31 17.505342 52.582578 61.857226 + H41 16.266755 50.434091 61.845784 + H51 15.958193 49.191736 59.721794 + H61 16.888217 50.097869 57.609245 + C1 0.183548 39.669458 40.235636 + C2 0.217755 38.427025 39.591399 + C3 0.337700 38.364239 38.198000 + C4 0.423438 39.543886 37.448837 + C5 0.388273 40.786043 38.092998 + C6 0.268328 40.848829 39.486398 + H11 0.090644 39.717818 41.310273 + H21 0.152237 37.516820 40.169306 + H31 0.365086 37.405674 37.701270 + H41 0.515384 39.495250 36.374125 + H51 0.453791 41.696247 37.515092 + H61 0.241900 41.807670 39.983203 + C1 36.958022 31.019926 56.022395 + C2 37.644564 30.961177 54.803765 + C3 37.185598 30.121816 53.781653 + C4 36.040090 29.341203 53.978170 + C5 35.354310 29.399325 55.196965 + C6 35.813276 30.238687 56.219078 + H11 37.312280 31.667016 56.810805 + H21 38.527995 31.563830 54.651782 + H31 37.714772 30.077379 52.841260 + H41 35.686595 28.693487 53.189926 + H51 34.470879 28.796672 55.348948 + H61 35.283340 30.283750 57.159305 + C1 42.051959 62.973300 38.414158 + C2 41.693980 62.466482 39.669084 + C3 41.443152 61.098102 39.825649 + C4 41.550304 60.236540 38.727289 + C5 41.907303 60.743542 37.472445 + C6 42.158131 62.111922 37.315879 + H11 42.245016 64.028742 38.293391 + H21 41.611872 63.130967 40.516703 + H31 41.167988 60.707144 40.794036 + H41 41.356267 59.181282 38.848138 + H51 41.989411 60.079057 36.624825 + H61 42.434275 62.502696 36.347411 + C1 78.496527 4.198959 59.708550 + C2 78.263656 4.165467 61.088587 + C3 77.103674 4.744472 61.616873 + C4 76.176564 5.356969 60.765124 + C5 76.409975 5.391218 59.385457 + C6 77.569957 4.812213 58.857170 + H11 79.391381 3.752723 59.301212 + H21 78.978539 3.692413 61.745780 + H31 76.923704 4.717654 62.681405 + H41 75.282250 5.803961 61.172832 + H51 75.695092 5.864271 58.728263 + H61 77.749388 4.838274 57.792269 + C1 73.377614 33.552116 9.816670 + C2 73.892846 34.717795 10.395962 + C3 75.223239 35.086094 10.162936 + C4 76.038400 34.288715 9.350617 + C5 75.523410 33.122773 8.772259 + C6 74.193017 32.754473 9.005285 + H11 72.351645 33.267912 9.996751 + H21 73.263885 35.333407 11.022197 + H31 75.620247 35.985910 10.609089 + H41 77.064611 34.572655 9.171470 + H51 76.152371 32.507160 8.146024 + H61 73.795767 31.854920 8.558197 + C1 3.373699 54.238281 13.902213 + C2 3.404318 54.331873 12.505734 + C3 2.209402 54.449002 11.785771 + C4 0.983867 54.472539 12.462286 + C5 0.953341 54.378003 13.858447 + C6 2.148257 54.260874 14.578411 + H11 4.295299 54.147552 14.457402 + H21 4.349789 54.314348 11.983701 + H31 2.233272 54.522205 10.708548 + H41 0.062360 54.562324 11.906779 + H51 0.007870 54.395528 14.380480 + H61 2.124293 54.188614 15.655951 + C1 29.981592 70.250084 35.299537 + C2 30.991594 69.371013 35.708171 + C3 30.712067 68.008253 35.865153 + C4 29.422539 67.524566 35.613501 + C5 28.412579 68.403739 35.205862 + C6 28.692105 69.766498 35.048880 + H11 30.197149 71.301173 35.178861 + H21 31.986677 69.743935 35.901764 + H31 31.491594 67.330088 36.179422 + H41 29.207024 66.473579 35.735171 + H51 27.417495 68.030816 35.012269 + H61 27.912537 70.444563 34.733617 + C1 50.200637 54.475558 41.235313 + C2 49.896533 55.166083 42.414528 + C3 50.184208 54.589359 43.657317 + C4 50.775988 53.322111 43.720891 + C5 51.079119 52.631417 42.541829 + C6 50.791443 53.208141 41.299040 + H11 49.978381 54.920251 40.276843 + H21 49.440532 56.144047 42.365630 + H31 49.950463 55.122631 44.566889 + H41 50.997270 52.877250 44.679513 + H51 51.535119 51.653453 42.590727 + H61 51.026162 52.675038 40.389315 + C1 56.478571 7.615103 2.222979 + C2 56.099177 8.411601 1.136010 + C3 55.958719 9.795112 1.297435 + C4 56.197655 10.382126 2.545829 + C5 56.576055 9.585538 3.632749 + C6 56.716513 8.202027 3.471324 + H11 56.586502 6.548017 2.098507 + H21 55.915400 7.958935 0.172650 + H31 55.667011 10.409533 0.458548 + H41 56.088730 11.449122 2.670252 + H51 56.759832 10.038204 4.596108 + H61 57.009216 7.587697 4.310260 + C1 56.209725 8.807083 77.212447 + C2 55.098566 9.464995 76.671773 + C3 53.882205 8.785932 76.533091 + C4 53.777004 7.448959 76.935084 + C5 54.888295 6.791003 77.474768 + C6 56.104656 7.470065 77.613450 + H11 57.147928 9.330755 77.319016 + H21 55.179409 10.496665 76.362157 + H31 53.024846 9.293931 76.116906 + H41 52.838933 6.925242 76.827525 + H51 54.807452 5.759332 77.784384 + H61 56.961883 6.962111 78.030625 + C1 67.403457 15.356949 31.710777 + C2 67.672414 14.482328 30.651271 + C3 68.762792 14.720997 29.806284 + C4 69.584214 15.834286 30.020803 + C5 69.314636 16.709189 31.079578 + C6 68.224257 16.470521 31.924565 + H11 66.562249 15.173032 32.362204 + H21 67.039132 13.623034 30.486016 + H31 68.970719 14.045619 28.989602 + H41 70.424801 16.018486 29.368645 + H51 69.947917 17.568483 31.244833 + H61 68.016952 17.145615 32.741977 + C1 13.507865 78.575849 17.709509 + C2 14.261208 78.761746 18.874742 + C3 15.659631 78.771733 18.809898 + C4 16.304711 78.595823 17.579820 + C5 15.551400 78.409025 16.415018 + C6 14.152977 78.399038 16.479863 + H11 12.429332 78.567767 17.759649 + H21 13.763654 78.898090 19.823737 + H31 16.240611 78.916159 19.708753 + H41 17.383276 78.603004 17.530111 + H51 16.048954 78.272681 15.466023 + H61 13.571966 78.255513 15.580576 + C1 42.755665 53.202628 72.377177 + C2 43.668017 54.245910 72.179625 + C3 44.296637 54.400267 70.938294 + C4 44.012905 53.511342 69.894516 + C5 43.101412 52.467726 70.092457 + C6 42.472792 52.313369 71.333787 + H11 42.271167 53.083401 73.334706 + H21 43.886556 54.932172 72.984625 + H31 44.999674 55.205755 70.785766 + H41 44.498262 53.630235 68.937375 + H51 42.882873 51.781464 69.287456 + H61 41.768896 51.508215 71.485927 + C1 2.490606 1.657863 15.811401 + C2 2.055402 2.949156 15.490447 + C3 1.205970 3.638727 16.363858 + C4 0.791741 3.037005 17.558224 + C5 1.226179 1.745576 17.878549 + C6 2.075611 1.056005 17.005138 + H11 3.145421 1.125931 15.137547 + H21 2.375395 3.413759 14.569312 + H31 0.871147 4.635262 16.116577 + H41 0.136160 3.568801 18.231449 + H51 0.906187 1.280973 18.799684 + H61 2.411200 0.059606 17.253048 + C1 55.094197 23.613600 21.969764 + C2 55.898028 24.100361 20.932088 + C3 57.275466 23.850314 20.937606 + C4 57.849075 23.113507 21.980799 + C5 57.045422 22.627700 23.018714 + C6 55.667983 22.877747 23.013197 + H11 54.031906 23.806820 21.965651 + H21 55.455533 24.668304 20.126868 + H31 57.895263 24.225038 20.136499 + H41 58.911544 22.921242 21.985152 + H51 57.487917 22.059757 23.823934 + H61 55.048009 22.502069 23.814064 + C1 66.676458 35.096853 52.764137 + C2 67.491764 35.569714 51.728989 + C3 67.472794 34.938878 50.479358 + C4 66.638519 33.835182 50.264874 + C5 65.824112 33.361925 51.300202 + C6 65.843082 33.992761 52.549833 + H11 66.691426 35.583193 53.728016 + H21 68.135011 36.421595 51.894131 + H31 68.101073 35.304420 49.680620 + H41 66.624450 33.348446 49.301176 + H51 65.180865 32.510044 51.135061 + H61 65.213903 33.627616 53.348390 + C1 28.647745 15.524374 59.009318 + C2 29.952631 15.870751 58.638985 + C3 30.213327 17.132978 58.092440 + C4 29.169137 18.048828 57.916227 + C5 27.864379 17.702039 58.285657 + C6 27.603683 16.439812 58.832203 + H11 28.446685 14.550714 59.430476 + H21 30.758437 15.164497 58.775446 + H31 31.220193 17.400384 57.807742 + H41 29.370325 19.022077 57.494166 + H51 27.058573 18.408294 58.149196 + H61 26.596689 16.172818 59.117802 + C1 20.298295 52.504730 8.362804 + C2 20.317495 51.166069 8.772034 + C3 19.169180 50.376623 8.637724 + C4 18.001666 50.925837 8.094183 + C5 17.982322 52.264530 7.685941 + C6 19.130637 53.053976 7.820252 + H11 21.183858 53.113648 8.466781 + H21 21.218353 50.742034 9.190830 + H31 19.184476 49.343669 8.952542 + H41 17.115960 50.316951 7.991194 + H51 17.081464 52.688565 7.267146 + H61 19.115485 54.086898 7.504445 + C1 28.209917 54.723345 6.517911 + C2 26.922038 54.249376 6.794625 + C3 25.811352 54.843401 6.183558 + C4 25.988546 55.911394 5.295776 + C5 27.276174 56.385795 5.019928 + C6 28.386860 55.791770 5.630995 + H11 29.066468 54.265409 6.989536 + H21 26.785220 53.425016 7.479062 + H31 24.817983 54.476976 6.396369 + H41 25.131744 56.369762 4.825017 + H51 27.412992 57.210155 4.335492 + H61 29.380480 56.157762 5.417318 + C1 48.725519 57.400910 71.951784 + C2 50.033116 57.077196 72.332900 + C3 50.464736 55.746054 72.292217 + C4 49.588759 54.738625 71.870418 + C5 48.281134 55.062293 71.490301 + C6 47.849514 56.393436 71.530984 + H11 48.392572 58.427531 71.983557 + H21 50.709245 57.854408 72.657757 + H31 51.473812 55.496645 72.585300 + H41 49.921678 53.711959 71.839643 + H51 47.605005 54.285081 71.165444 + H61 46.840465 56.642890 71.236902 + C1 73.615895 43.458700 43.476979 + C2 73.559052 42.673217 44.634405 + C3 72.743921 41.535558 44.668829 + C4 71.985634 41.183382 43.545825 + C5 72.041833 41.969339 42.388999 + C6 72.856964 43.106998 42.354576 + H11 74.244290 44.336333 43.450631 + H21 74.144493 42.944452 45.500679 + H31 72.700967 40.929160 45.561451 + H41 71.356594 40.306223 43.572773 + H51 71.456391 41.698103 41.522725 + H61 72.900562 43.712921 41.461353 + C1 11.957475 53.953938 13.483098 + C2 12.749102 52.799464 13.502223 + C3 14.141602 52.903968 13.402656 + C4 14.742475 54.162947 13.283965 + C5 13.950812 55.317071 13.263904 + C6 12.558312 55.212567 13.363470 + H11 10.883480 53.873244 13.559500 + H21 12.285707 51.828120 13.594409 + H31 14.752202 52.013319 13.418441 + H41 15.816434 54.243291 13.206627 + H51 14.414207 56.288414 13.171717 + H61 11.947747 56.103566 13.348621 + C1 47.656168 61.831850 33.043157 + C2 47.091475 61.698549 34.317207 + C3 46.190040 60.659660 34.578004 + C4 45.853298 59.754072 33.564752 + C5 46.417235 59.888027 32.290717 + C6 47.318670 60.926916 32.029919 + H11 48.351099 62.633356 32.841974 + H21 47.351651 62.396774 35.099211 + H31 45.755285 60.556379 35.561192 + H41 45.157611 58.953220 33.765950 + H51 46.157059 59.189802 31.508713 + H61 47.754181 61.029543 31.046717 + C1 31.213970 18.588010 12.142762 + C2 32.018866 17.445638 12.059208 + C3 33.369682 17.513288 12.420609 + C4 33.915602 18.723309 12.865563 + C5 33.110971 19.865624 12.948154 + C6 31.760155 19.797974 12.586754 + H11 30.172247 18.535859 11.863642 + H21 31.597675 16.511878 11.716526 + H31 33.990214 16.631678 12.357046 + H41 34.957590 18.775403 13.143721 + H51 33.532162 20.799384 13.290836 + H61 31.139357 20.679641 12.651278 + C1 48.410572 32.090168 63.800955 + C2 47.556669 32.186369 62.695765 + C3 47.146790 31.027893 62.025076 + C4 47.590814 29.773216 62.459577 + C5 48.445316 29.677241 63.564000 + C6 48.855195 30.835717 64.234689 + H11 48.726969 32.983717 64.317944 + H21 47.213525 33.154250 62.360804 + H31 46.487249 31.102225 61.173127 + H41 47.275017 28.879893 61.941821 + H51 48.788461 28.709360 63.898960 + H61 49.514137 30.761158 65.087406 + C1 57.577782 8.032593 27.130294 + C2 58.675325 7.576452 26.390574 + C3 59.382220 8.462251 25.568655 + C4 58.991571 9.804190 25.486455 + C5 57.893630 10.259903 26.225363 + C6 57.186735 9.374104 27.047282 + H11 57.032388 7.349274 27.763884 + H21 58.977210 6.541301 26.454365 + H31 60.229498 8.110418 24.998856 + H41 59.536567 10.487081 24.852053 + H51 57.591745 11.295053 26.161572 + H61 56.339855 9.726364 27.617893 + C1 73.853763 33.975716 25.008289 + C2 75.061633 34.386127 24.431691 + C3 75.215474 35.707350 23.995122 + C4 74.161445 36.618163 24.135151 + C5 72.953522 36.207450 24.710798 + C6 72.799680 34.886226 25.147367 + H11 73.735043 32.956598 25.344618 + H21 75.875128 33.683701 24.324154 + H31 76.147689 36.024043 23.551256 + H41 74.280111 37.636979 23.797871 + H51 72.140026 36.909876 24.818335 + H61 71.867519 34.569836 25.592185 + C1 21.492454 7.717084 65.910157 + C2 22.070858 6.878625 66.870515 + C3 23.058172 7.375360 67.729792 + C4 23.467080 8.710553 67.628713 + C5 22.889374 9.548496 66.667859 + C6 21.902061 9.051762 65.808581 + H11 20.731266 7.333805 65.247205 + H21 21.755045 5.848655 66.949026 + H31 23.503546 6.728668 68.471256 + H41 24.228966 9.093316 68.291168 + H51 23.205187 10.578467 66.589347 + H61 21.455988 9.698969 65.067614 + C1 11.092265 66.809133 71.511128 + C2 10.200039 67.886968 71.465816 + C3 10.366676 68.970545 72.336440 + C4 11.425540 68.976285 73.252376 + C5 12.316975 67.898149 73.298221 + C6 12.150337 66.814573 72.427597 + H11 10.963458 65.973270 70.839893 + H21 9.383431 67.882963 70.758797 + H31 9.678875 69.802402 72.300655 + H41 11.553556 69.811848 73.924143 + H51 13.133583 67.902155 74.005240 + H61 12.838930 65.983016 72.462848 + C1 51.310233 62.257698 12.156564 + C2 52.682191 62.195101 12.427976 + C3 53.495027 61.299731 11.722639 + C4 52.935906 60.466958 10.745891 + C5 51.564023 60.528976 10.475291 + C6 50.751186 61.424346 11.180628 + H11 50.683317 62.948004 12.700871 + H21 53.113806 62.837966 13.181085 + H31 54.553558 61.252291 11.931442 + H41 53.562897 59.776074 10.202396 + H51 51.132408 59.886111 9.722181 + H61 49.692581 61.472366 10.971013 + C1 35.596489 26.684390 77.491307 + C2 36.225063 27.610503 76.650438 + C3 36.078456 28.982559 76.886784 + C4 35.303274 29.428503 77.963999 + C5 34.674096 28.502467 78.804074 + C6 34.820703 27.130411 78.567728 + H11 35.709283 25.626204 77.308735 + H21 36.823658 27.266595 75.819684 + H31 36.564257 29.696838 76.238602 + H41 35.189876 30.486766 78.145777 + H51 34.075501 28.846375 79.634829 + H61 34.335506 26.416055 79.216704 + C1 77.382228 27.773106 51.205029 + C2 78.145157 26.615733 51.400676 + C3 79.083175 26.562953 52.438572 + C4 79.258264 27.667546 53.280820 + C5 78.496080 28.824988 53.084510 + C6 77.558062 28.877768 52.046614 + H11 76.659070 27.813888 50.404283 + H21 78.009749 25.763228 50.751338 + H31 79.670925 25.669665 52.589979 + H41 79.982167 27.626833 54.080903 + H51 78.631488 29.677493 53.733848 + H61 76.969567 29.770987 51.895870 + C1 48.283853 21.883190 73.274306 + C2 47.109849 22.558060 72.919178 + C3 45.886196 21.877968 72.913013 + C4 45.836547 20.523005 73.261976 + C5 47.010549 19.848137 73.616104 + C6 48.234202 20.528229 73.622270 + H11 49.227628 22.407675 73.278662 + H21 47.147907 23.603582 72.650522 + H31 44.980480 22.399004 72.640001 + H41 44.892771 19.998522 73.256620 + H51 46.972491 18.802615 73.884761 + H61 49.139920 20.007191 73.896282 + C1 8.162701 33.290998 17.857823 + C2 8.078225 32.015973 18.429686 + C3 8.361648 30.882705 17.658150 + C4 8.729547 31.024463 16.314751 + C5 8.813050 32.299258 15.742860 + C6 8.529627 33.432525 16.514396 + H11 7.943716 34.164973 18.452825 + H21 7.794999 31.906484 19.466284 + H31 8.297407 29.899241 18.099747 + H41 8.947559 30.150258 15.719721 + H51 9.096276 32.408747 14.706262 + H61 8.594841 34.416219 16.072828 + C1 18.103123 74.692029 55.441913 + C2 17.657595 74.399997 54.147281 + C3 18.125235 73.257363 53.487286 + C4 19.038404 72.406762 54.121924 + C5 19.484494 72.699365 55.415957 + C6 19.016854 73.841998 56.075952 + H11 17.742713 75.573518 55.950731 + H21 16.952607 75.055819 53.657761 + H31 17.780658 73.031697 52.488949 + H41 19.399377 71.525844 53.612507 + H51 20.189483 72.043542 55.905477 + H61 19.360870 74.067094 57.074888 + C1 20.503610 11.064309 24.549826 + C2 19.686706 9.928388 24.502889 + C3 18.294673 10.064439 24.563081 + C4 17.719542 11.336411 24.670209 + C5 18.536447 12.471977 24.718081 + C6 19.928480 12.335926 24.657890 + H11 21.577232 10.959282 24.503793 + H21 20.130257 8.947027 24.419619 + H31 17.664601 9.188106 24.525844 + H41 16.645921 11.441084 24.717178 + H51 18.092896 13.453338 24.801351 + H61 20.558551 13.212615 24.694192 + C1 27.543165 21.398238 52.520320 + C2 26.824660 22.583883 52.325779 + C3 26.002102 22.727410 51.202084 + C4 25.898050 21.685292 50.272930 + C5 26.617213 20.500282 50.467065 + C6 27.439771 20.356754 51.590759 + H11 28.177854 21.287758 53.386795 + H21 26.904358 23.387736 53.042863 + H31 25.447112 23.641744 51.052693 + H41 25.264019 21.796407 49.406049 + H51 26.537515 19.696429 49.749981 + H61 27.994103 19.441787 51.740557 + C1 16.629410 75.104030 24.629045 + C2 17.959590 75.513273 24.477416 + C3 18.856367 74.722687 23.748954 + C4 18.422963 73.522858 23.172122 + C5 17.093235 73.113337 23.324600 + C6 16.196458 73.903923 24.053061 + H11 15.937914 75.713628 25.191219 + H21 18.293957 76.439233 24.921869 + H31 19.882229 75.039049 23.631234 + H41 19.114910 72.912983 22.610797 + H51 16.758867 72.187378 22.880147 + H61 15.170144 73.587839 24.169934 + C1 22.438861 78.612509 21.439918 + C2 23.312921 77.519048 21.454440 + C3 22.803439 76.216577 21.516786 + C4 21.419896 76.007567 21.564609 + C5 20.546134 77.100951 21.551038 + C6 21.055616 78.403423 21.488693 + H11 22.831880 79.617037 21.392228 + H21 24.380343 77.680122 21.416928 + H31 23.477842 75.373123 21.526964 + H41 21.027176 75.002962 21.613251 + H51 19.478712 76.939878 21.588551 + H61 20.380915 79.246953 21.477564 + C1 43.159456 5.863302 61.446379 + C2 41.813219 6.236138 61.354237 + C3 41.471703 7.526875 60.933220 + C4 42.476424 8.444777 60.604347 + C5 43.822396 8.072181 60.697424 + C6 44.163913 6.781443 61.118440 + H11 43.422792 4.867921 61.771473 + H21 41.037944 5.527882 61.607341 + H31 40.433091 7.814000 60.861232 + H41 42.212823 9.440397 60.280188 + H51 44.597672 8.780437 60.444319 + H61 45.202789 6.494079 61.189494 + C1 53.533160 4.557902 37.703240 + C2 54.718776 4.704336 36.973362 + C3 54.858678 4.073200 35.731594 + C4 53.812963 3.295630 35.219706 + C5 52.627979 3.148534 35.949986 + C6 52.488078 3.779670 37.191754 + H11 53.425475 5.044377 38.661133 + H21 55.525405 5.304709 37.367877 + H31 55.772992 4.187097 35.168217 + H41 53.921280 2.808492 34.262215 + H51 51.821350 2.548161 35.555471 + H61 51.573131 3.666435 37.754729 + C1 64.549941 71.051462 3.372399 + C2 65.102840 71.942027 2.444473 + C3 65.860233 71.455059 1.372508 + C4 66.064726 70.077526 1.228468 + C5 65.512664 69.187294 2.156827 + C6 64.755271 69.674263 3.228792 + H11 63.966135 71.427131 4.199355 + H21 64.944642 73.004793 2.555124 + H31 66.285840 72.142156 0.656202 + H41 66.649369 69.702191 0.401945 + H51 65.670862 68.124529 2.046176 + H61 64.328826 68.986832 3.944665 + C1 61.461412 26.303792 47.878340 + C2 60.982638 25.174118 47.204201 + C3 60.195648 25.325349 46.056305 + C4 59.887431 26.606255 45.582547 + C5 60.365393 27.735649 46.257199 + C6 61.152384 27.584418 47.405095 + H11 62.068052 26.187087 48.763880 + H21 61.220860 24.185816 47.569238 + H31 59.827230 24.453752 45.535801 + H41 59.279980 26.722679 44.697520 + H51 60.127171 28.723950 45.892162 + H61 61.521613 28.456295 47.925086 + C1 29.518714 33.310423 29.565156 + C2 29.440557 32.065584 28.929454 + C3 30.572972 31.245927 28.854021 + C4 31.783544 31.671110 29.414289 + C5 31.861789 32.916154 30.049015 + C6 30.729374 33.735810 30.124449 + H11 28.645393 33.942709 29.622956 + H21 28.506503 31.737150 28.497696 + H31 30.512238 30.285208 28.364462 + H41 32.656953 31.039028 29.355513 + H51 32.795843 33.244587 30.480773 + H61 30.790019 34.696326 30.614982 + C1 67.286549 45.867330 70.822879 + C2 66.283968 46.658736 70.249852 + C3 65.817267 46.372593 68.961363 + C4 66.353146 45.295044 68.245901 + C5 67.356206 44.504440 68.818571 + C6 67.822908 44.790584 70.107060 + H11 67.646726 46.088313 71.816485 + H21 65.870002 47.489732 70.801956 + H31 65.043124 46.982606 68.519861 + H41 65.993449 45.074863 67.251938 + H51 67.770172 43.673444 68.266467 + H61 68.596571 44.179769 70.548919 + C1 23.124387 56.815299 41.573481 + C2 23.810824 57.882608 40.982291 + C3 25.210166 57.915063 41.008360 + C4 25.923071 56.880209 41.625618 + C5 25.236609 55.813630 42.217490 + C6 23.837267 55.781175 42.191422 + H11 22.045124 56.790527 41.553683 + H21 23.260966 58.680770 40.505495 + H31 25.739571 58.737997 40.551361 + H41 27.002309 56.905711 41.646099 + H51 25.786467 55.015468 42.694287 + H61 23.307887 54.957511 42.647738 + C1 72.924372 41.150195 15.263180 + C2 72.191006 42.282065 15.638542 + C3 72.747178 43.557964 15.488061 + C4 74.036716 43.701994 14.962217 + C5 74.770205 42.570192 14.587845 + C6 74.214033 41.294293 14.738326 + H11 72.495512 40.166156 15.379631 + H21 71.195866 42.171139 16.043676 + H31 72.180898 44.431077 15.776744 + H41 74.465699 44.686101 14.846756 + H51 75.765345 42.681119 14.182711 + H61 74.780190 40.421112 14.448653 + C1 41.920383 73.609361 16.397827 + C2 40.662113 74.131504 16.720275 + C3 39.792596 73.404902 17.542395 + C4 40.181349 72.156157 18.042066 + C5 41.439044 71.633801 17.718829 + C6 42.308561 72.360403 16.896710 + H11 42.590801 74.169634 15.763439 + H21 40.362290 75.095185 16.335351 + H31 38.822355 73.808310 17.791859 + H41 39.510356 71.595671 18.675666 + H51 41.738867 70.670121 18.103753 + H61 43.279377 71.957208 16.648034 + C1 33.392839 24.609942 71.160918 + C2 32.849981 23.671319 70.275399 + C3 33.592201 23.242376 69.168598 + C4 34.877278 23.752057 68.947315 + C5 35.419546 24.691212 69.832226 + C6 34.677326 25.120154 70.939027 + H11 32.820190 24.941017 72.014309 + H21 31.858787 23.277545 70.446332 + H31 33.173655 22.517527 68.486139 + H41 35.449337 23.421514 68.093316 + H51 36.410740 25.084986 69.661294 + H61 35.096461 25.844472 71.622094 + C1 39.673762 10.740774 57.745950 + C2 40.333924 11.962996 57.919761 + C3 39.812615 13.128016 57.344559 + C4 38.631145 13.070813 56.595546 + C5 37.971714 11.848587 56.421053 + C6 38.493023 10.683567 56.996255 + H11 40.076090 9.842215 58.189278 + H21 41.245116 12.007391 58.498121 + H31 40.321480 14.070969 57.479591 + H41 38.229548 13.969368 56.151536 + H51 37.060523 11.804192 55.842694 + H61 37.983428 9.740618 56.861906 + C1 25.625217 50.380970 42.419476 + C2 26.448216 49.320379 42.816553 + C3 26.017702 47.999072 42.647153 + C4 24.764189 47.738356 42.080676 + C5 23.941043 48.798863 41.684584 + C6 24.371557 50.120170 41.853984 + H11 25.957151 51.400020 42.550515 + H21 27.415597 49.521356 43.253044 + H31 26.653149 47.180999 42.952605 + H41 24.432109 46.719222 41.950623 + H51 22.973663 48.597886 41.248094 + H61 23.736257 50.938327 41.547547 + C1 19.473331 37.744027 24.312297 + C2 19.024258 36.545220 24.878907 + C3 17.994216 35.823288 24.264320 + C4 17.413247 36.300163 23.083121 + C5 17.861686 37.499249 22.517233 + C6 18.891728 38.221181 23.131821 + H11 20.267494 38.300972 24.786565 + H21 19.472805 36.176866 25.789875 + H31 17.648599 34.897989 24.701019 + H41 16.618450 35.743496 22.609575 + H51 17.413140 37.867603 21.606265 + H61 19.237978 39.146201 22.694399 + C1 57.828157 63.729494 14.029911 + C2 56.946759 62.744689 14.491591 + C3 55.581026 63.028172 14.611176 + C4 55.096690 64.296460 14.269081 + C5 55.978175 65.281289 13.808396 + C6 57.343908 64.997806 13.688811 + H11 58.881534 63.510912 13.938075 + H21 57.320191 61.765955 14.754974 + H31 54.901081 62.268020 14.966395 + H41 54.043401 64.515066 14.361913 + H51 55.604744 66.260023 13.545013 + H61 58.023767 65.757933 13.332597 + C1 54.541745 47.045496 79.662012 + C2 53.708048 45.926700 79.776448 + C3 52.323032 46.094842 79.891990 + C4 51.771713 47.381780 79.893095 + C5 52.605455 48.500321 79.779624 + C6 53.990471 48.332179 79.664083 + H11 55.609973 46.915759 79.573298 + H21 54.133196 44.933730 79.774991 + H31 51.679951 45.231610 79.979247 + H41 50.703529 47.511262 79.982775 + H51 52.180307 49.493291 79.781082 + H61 54.633507 49.195666 79.575860 + C1 8.134336 55.974229 10.992234 + C2 7.550592 55.332851 12.091202 + C3 7.354708 56.033214 13.287451 + C4 7.742568 57.374953 13.384733 + C5 8.327059 58.015821 12.286192 + C6 8.522943 57.315459 11.089943 + H11 8.285743 55.433899 10.069773 + H21 7.250741 54.297868 12.016102 + H31 6.903450 55.538560 14.134813 + H41 7.591909 57.914774 14.307621 + H51 8.626911 59.050804 12.361292 + H61 8.973454 57.810622 10.242155 + C1 45.194771 25.252295 77.371635 + C2 45.820445 24.004882 77.260539 + C3 45.167345 22.949536 76.612776 + C4 43.888571 23.141604 76.076109 + C5 43.262736 24.388571 76.188085 + C6 43.915836 25.443916 76.835848 + H11 45.698373 26.066084 77.871582 + H21 46.807281 23.856724 77.673992 + H31 45.650579 21.987590 76.526282 + H41 43.384807 22.327368 75.577042 + H51 42.275899 24.536728 75.774632 + H61 43.432762 26.406309 76.921462 + C1 35.238876 58.277199 17.814216 + C2 35.400508 59.147732 18.898604 + C3 34.331313 59.947454 19.319505 + C4 33.100487 59.876644 18.656017 + C5 32.939302 59.006919 17.571245 + C6 34.008496 58.207197 17.150344 + H11 36.063657 57.660721 17.489398 + H21 36.349858 59.202022 19.410978 + H31 34.455883 60.618222 20.156697 + H41 32.276153 60.493930 18.980451 + H51 31.989951 58.952629 17.058870 + H61 33.883480 57.535621 16.313536 + C1 43.086755 79.047610 74.222329 + C2 42.084520 78.072873 74.149772 + C3 42.331018 76.863407 73.489225 + C4 43.579750 76.628679 72.901234 + C5 44.581401 77.603704 72.973033 + C6 44.334903 78.813170 73.633580 + H11 42.896446 79.980554 74.731457 + H21 41.121266 78.253576 74.603897 + H31 41.558072 76.111166 73.434222 + H41 43.769474 75.696023 72.391348 + H51 45.544655 77.423001 72.518908 + H61 45.108433 79.565122 73.689342 + C1 18.118996 68.829559 30.667644 + C2 18.265525 67.790722 31.594575 + C3 19.443005 67.033808 31.617169 + C4 20.473957 67.315729 30.712834 + C5 20.326944 68.353790 29.785499 + C6 19.149463 69.110705 29.762904 + H11 17.210673 69.413042 30.650013 + H21 17.470471 67.573499 32.292748 + H31 19.556275 66.233101 32.332974 + H41 21.381796 66.731471 30.730061 + H51 21.121997 68.571014 29.087326 + H61 19.036678 69.912186 29.047504 + C1 57.976991 59.115864 26.251704 + C2 58.502488 59.960335 27.236880 + C3 59.609310 59.552314 27.990774 + C4 60.190634 58.299823 27.759492 + C5 59.664549 57.455213 26.775113 + C6 58.557727 57.863233 26.021219 + H11 57.123104 59.430452 25.670562 + H21 58.054479 60.926926 27.415009 + H31 60.015188 60.204318 28.750045 + H41 61.043933 57.985096 28.341431 + H51 60.112558 56.488621 26.596984 + H61 58.152438 57.211369 25.261151 + C1 45.169907 44.200419 57.209261 + C2 44.811740 42.916290 56.781968 + C3 45.791522 41.925874 56.644143 + C4 47.129470 42.219588 56.933612 + C5 47.487573 43.503786 57.359910 + C6 46.507792 44.494202 57.497735 + H11 44.414252 44.964346 57.315163 + H21 43.779452 42.689367 56.559194 + H31 45.514889 40.935024 56.315467 + H41 47.885062 41.455730 56.826714 + H51 48.519861 43.730709 57.582683 + H61 46.784488 45.484983 57.827406 + C1 26.166410 55.965961 33.777711 + C2 26.302497 56.827457 32.682651 + C3 26.668939 58.163447 32.884493 + C4 26.899293 58.637943 34.181395 + C5 26.762273 57.776740 35.276242 + C6 26.395832 56.440749 35.074400 + H11 25.883405 54.935681 33.622000 + H21 26.125410 56.461366 31.681972 + H31 26.774857 58.827637 32.039525 + H41 27.181365 59.668516 34.336893 + H51 26.939360 58.142831 36.276921 + H61 26.290846 55.776267 35.919581 + C1 55.616296 28.326116 11.519131 + C2 56.061880 28.036741 12.814341 + C3 55.139930 27.915129 13.860815 + C4 53.772395 28.082893 13.612080 + C5 53.327109 28.373147 12.317242 + C6 54.249060 28.494759 11.270768 + H11 56.327443 28.420283 10.712151 + H21 57.116861 27.906674 13.006278 + H31 55.483763 27.690895 14.859732 + H41 53.061546 27.989605 14.419432 + H51 52.272129 28.503214 12.125305 + H61 53.904928 28.718114 10.271480 + C1 2.881510 45.252494 57.989247 + C2 1.831376 46.152944 58.204329 + C3 1.913472 47.088894 59.242187 + C4 3.045701 47.124393 60.064964 + C5 4.095158 46.223427 59.850408 + C6 4.013062 45.287478 58.812549 + H11 2.817959 44.530405 57.189021 + H21 0.958057 46.126082 57.569244 + H31 1.103704 47.784121 59.407329 + H41 3.108576 47.845966 60.865716 + H51 4.968477 46.250289 60.485493 + H61 4.823507 44.592766 58.646882 + C1 35.418299 18.237704 7.652086 + C2 36.592245 17.475415 7.676932 + C3 37.740133 17.978209 8.300985 + C4 37.714075 19.243292 8.900192 + C5 36.540553 20.005735 8.874454 + C6 35.392665 19.502940 8.250401 + H11 34.533133 17.850025 7.170423 + H21 36.612322 16.499116 7.215218 + H31 38.645377 17.389589 8.320934 + H41 38.599666 19.631124 9.380963 + H51 36.520476 20.982033 9.336168 + H61 34.486998 20.091407 8.231344 + C1 71.465473 35.354920 44.926839 + C2 72.771636 34.954695 44.620883 + C3 73.802774 35.900846 44.582876 + C4 73.527749 37.247222 44.850824 + C5 72.221609 37.647389 45.155782 + C6 71.190471 36.701238 45.193790 + H11 70.670177 34.625206 44.955752 + H21 72.984085 33.915892 44.414741 + H31 74.810519 35.591757 44.347821 + H41 74.323068 37.976878 44.820914 + H51 72.009160 38.686192 45.361925 + H61 70.182703 37.010386 45.429843 + C1 53.780925 67.036331 35.759522 + C2 55.179663 67.048007 35.816499 + C3 55.905478 65.916213 35.426465 + C4 55.232556 64.772744 34.979455 + C5 53.834037 64.760874 34.923434 + C6 53.108221 65.892668 35.313468 + H11 53.221182 67.909131 36.060724 + H21 55.698990 67.930345 36.160766 + H31 56.984548 65.925751 35.469531 + H41 55.792518 63.899749 34.679209 + H51 53.314710 63.878536 34.579167 + H61 52.028932 65.883324 35.269446 + C1 51.517009 40.744155 13.821994 + C2 51.725955 39.744231 14.779252 + C3 50.690035 39.378717 15.647100 + C4 49.445168 40.013127 15.557689 + C5 49.236686 41.013513 14.601186 + C6 50.272606 41.379027 13.733339 + H11 52.316132 41.026285 13.152950 + H21 52.686137 39.254258 14.847945 + H31 50.851093 38.606614 16.384836 + H41 48.646509 39.731459 16.227488 + H51 48.276504 41.503486 14.532493 + H61 50.111084 42.150668 12.994846 + C1 40.958733 34.812440 57.382882 + C2 39.975947 35.809371 57.393490 + C3 40.215169 37.020988 58.052768 + C4 41.437177 37.235674 58.701437 + C5 42.419333 36.238476 58.691559 + C6 42.180111 35.026859 58.032282 + H11 40.774017 33.877844 56.874724 + H21 39.033346 35.644121 56.892556 + H31 39.457284 37.790335 58.059991 + H41 41.621264 38.170003 59.210325 + H51 43.361935 36.403725 59.192494 + H61 42.938626 34.257779 58.024328 + C1 10.339182 16.367123 26.016480 + C2 11.442499 15.566676 25.697373 + C3 11.487196 14.893194 24.470867 + C4 10.428577 15.020159 23.563469 + C5 9.325091 15.819737 23.883042 + C6 9.280394 16.493219 25.109548 + H11 10.304594 16.886211 26.962612 + H21 12.259589 15.469116 26.397077 + H31 12.338874 14.276546 24.224440 + H41 10.462995 14.500203 22.617803 + H51 8.508001 15.917297 23.183337 + H61 8.428886 17.110736 25.355510 + C1 6.626795 4.500477 18.398518 + C2 7.203743 5.259391 17.373319 + C3 7.132221 4.814342 16.047910 + C4 6.483751 3.610380 15.747701 + C5 5.907775 2.851230 16.772921 + C6 5.979297 3.296278 18.098329 + H11 6.682334 4.843586 19.420773 + H21 7.703540 6.188586 17.604705 + H31 7.576479 5.400429 15.257042 + H41 6.429185 3.267035 14.725467 + H51 5.407979 1.922034 16.541535 + H61 5.534067 2.710428 18.889177 + C1 1.571241 25.371628 35.268130 + C2 2.737145 26.038428 35.662968 + C3 3.988440 25.562076 35.254017 + C4 4.073831 24.418924 34.450229 + C5 2.908110 23.751794 34.056317 + C6 1.656815 24.228146 34.465268 + H11 0.606223 25.738844 35.583894 + H21 2.671392 26.920748 36.282587 + H31 4.887704 26.077180 35.557872 + H41 5.039032 24.051378 34.135391 + H51 2.973863 22.869474 33.436698 + H61 0.757368 23.713371 34.160487 + C1 54.780664 51.926807 53.255057 + C2 53.805104 50.945652 53.041821 + C3 53.005114 50.511317 54.105428 + C4 53.180685 51.058136 55.382271 + C5 54.156743 52.038423 55.595534 + C6 54.956733 52.472759 54.531927 + H11 55.397892 52.261464 52.434784 + H21 53.669117 50.524127 52.056648 + H31 52.251900 49.755134 53.940529 + H41 52.563955 50.722611 56.202571 + H51 54.292730 52.459948 56.580707 + H61 55.709450 53.229808 54.696799 + C1 37.895452 23.160450 37.916403 + C2 39.103349 23.749758 37.524544 + C3 40.226614 22.949726 37.283472 + C4 40.141982 21.560386 37.434259 + C5 38.934503 20.971399 37.826968 + C6 37.811238 21.771431 38.068040 + H11 37.029271 23.777572 38.102694 + H21 39.168628 24.821578 37.407572 + H31 41.158074 23.404424 36.980209 + H41 41.008580 20.943585 37.248818 + H51 38.869223 19.899579 37.943940 + H61 36.879360 21.316413 38.370452 + C1 57.132566 37.840406 74.581207 + C2 58.086804 38.665019 73.973510 + C3 57.817397 39.248336 72.729705 + C4 56.593752 39.007041 72.093596 + C5 55.640155 38.181798 72.700853 + C6 55.909562 37.598481 73.944659 + H11 57.340568 37.390236 75.540319 + H21 59.030656 38.851767 74.464438 + H31 58.553246 39.885255 72.261521 + H41 56.386390 39.456581 71.134045 + H51 54.696303 37.995049 72.209926 + H61 55.173072 36.962191 74.413283 + C1 20.234252 42.049114 47.812115 + C2 21.333568 41.293286 48.236473 + C3 21.614482 40.064053 47.628227 + C4 20.796081 39.590648 46.595623 + C5 19.696446 40.345993 46.172080 + C6 19.415531 41.575227 46.780326 + H11 20.017423 42.996977 48.281536 + H21 21.965421 41.658681 49.032707 + H31 22.463165 39.481586 47.955039 + H41 21.012590 38.642303 46.127017 + H51 19.064592 39.980598 45.375847 + H61 18.567168 42.158176 46.452699 + C1 42.996351 30.022517 65.508670 + C2 42.311445 28.802117 65.471546 + C3 42.991131 27.609465 65.746318 + C4 44.355724 27.637214 66.058215 + C5 45.040599 28.857367 66.094370 + C6 44.360913 30.050018 65.819598 + H11 42.472167 30.942282 65.296356 + H21 41.258509 28.780610 65.231534 + H31 42.462380 26.668194 65.718620 + H41 44.879877 26.717202 66.269560 + H51 46.093535 28.878873 66.334382 + H61 44.889695 30.991537 65.848265 + C1 77.587848 21.877382 68.893964 + C2 78.676493 22.181176 69.720046 + C3 78.498314 22.278251 71.105224 + C4 77.231491 22.071533 71.664321 + C5 76.142938 21.768734 70.838186 + C6 76.321116 21.671658 69.453007 + H11 77.725259 21.802912 67.825607 + H21 79.654043 22.340080 69.288901 + H31 79.338454 22.511625 71.742437 + H41 77.094172 22.146997 72.732625 + H51 75.165387 21.609829 71.269330 + H61 75.480885 21.437290 68.815848 + C1 20.549664 28.033434 43.912514 + C2 21.539780 28.989398 44.168744 + C3 22.852589 28.583042 44.435763 + C4 23.175282 27.220721 44.446550 + C5 22.185049 26.264996 44.191283 + C6 20.872240 26.671352 43.924265 + H11 19.537088 28.346890 43.706967 + H21 21.291102 30.040503 44.159848 + H31 23.616487 29.320690 44.632413 + H41 24.187741 26.907504 44.653060 + H51 22.433727 25.213891 44.200179 + H61 20.108459 25.933465 43.726651 + C1 49.994096 56.057151 13.332737 + C2 49.365404 56.721238 14.392731 + C3 48.815972 57.993470 14.194138 + C4 48.895232 58.601617 12.935552 + C5 49.524670 57.937940 11.876083 + C6 50.074102 56.665708 12.074675 + H11 50.418173 55.076100 13.486072 + H21 49.303635 56.251914 15.363638 + H31 48.330126 58.505198 15.011711 + H41 48.471902 59.583078 12.782742 + H51 49.586440 58.407264 10.905175 + H61 50.559203 56.153570 11.256578 + C1 54.650385 20.566400 37.777243 + C2 54.655128 19.734232 36.651487 + C3 53.558568 19.727921 35.781194 + C4 52.457267 20.553776 36.036658 + C5 52.452251 21.385045 37.162758 + C6 53.548810 21.391357 38.033050 + H11 55.495979 20.570930 38.448633 + H21 55.504983 19.097477 36.453929 + H31 53.562830 19.086634 34.912246 + H41 51.611399 20.548348 35.365611 + H51 51.602395 22.021801 37.360315 + H61 53.544822 22.033542 38.901654 + C1 79.906262 32.191730 74.243867 + C2 79.898860 31.412527 73.080837 + C3 79.899297 32.030250 71.824529 + C4 79.907135 33.427175 71.731251 + C5 79.913579 34.206123 72.894149 + C6 79.913142 33.588401 74.150457 + H11 79.905530 31.715246 75.212771 + H21 79.893435 30.334772 73.152642 + H31 79.894604 31.428979 70.927429 + H41 79.906910 33.903404 70.762214 + H51 79.919004 35.283878 72.822344 + H61 79.918793 34.189927 75.047688 + C1 60.122357 41.681859 50.981130 + C2 61.003454 42.119889 51.976946 + C3 62.385217 42.081137 51.755315 + C4 62.885883 41.604355 50.537868 + C5 62.004870 41.165550 49.542679 + C6 60.623107 41.204303 49.764310 + H11 59.056689 41.711408 51.152278 + H21 60.617313 42.488333 52.916033 + H31 63.064744 42.420032 52.523254 + H41 63.951635 41.574032 50.367346 + H51 62.391011 40.797107 48.603592 + H61 59.943496 40.866182 48.995744 + C1 29.472355 75.406739 69.300511 + C2 29.015180 74.095224 69.125095 + C3 27.790681 73.860143 68.488519 + C4 27.023356 74.936576 68.027359 + C5 27.480117 76.247844 68.203651 + C6 28.704617 76.482926 68.840228 + H11 30.416582 75.587994 69.791832 + H21 29.607359 73.264617 69.480281 + H31 27.438632 72.848280 68.352385 + H41 26.078715 74.755074 67.536915 + H51 26.887939 77.078451 67.848465 + H61 29.057079 77.495035 68.975486 + C1 47.452041 49.527847 26.886852 + C2 47.124116 50.887636 26.944212 + C3 48.118452 51.855746 26.759957 + C4 49.440713 51.464068 26.518342 + C5 49.768615 50.104496 26.461958 + C6 48.774279 49.136386 26.646213 + H11 46.685177 48.781238 27.029358 + H21 46.103912 51.189971 27.130000 + H31 47.865112 52.904690 26.803239 + H41 50.207554 52.210894 26.376813 + H51 50.788819 49.802161 26.276170 + H61 49.027642 48.087225 26.601955 + C1 56.823756 14.963628 26.252281 + C2 58.032970 14.397801 25.830981 + C3 59.231546 14.762459 26.455745 + C4 59.220909 15.692944 27.501808 + C5 58.011960 16.259301 27.922302 + C6 56.813384 15.894644 27.297538 + H11 55.899429 14.682634 25.770124 + H21 58.041260 13.679448 25.024358 + H31 60.164164 14.325101 26.131278 + H41 60.145501 15.974469 27.983160 + H51 58.003669 16.977654 28.728926 + H61 55.880501 16.331471 27.622811 + C1 69.885667 50.356980 8.091714 + C2 70.036774 51.672972 7.638745 + C3 69.491070 52.056491 6.407887 + C4 68.794259 51.124017 5.629998 + C5 68.644068 49.808053 6.082565 + C6 69.189772 49.424535 7.313423 + H11 70.306906 50.061154 9.040850 + H21 70.573814 52.392655 8.239067 + H31 69.606870 53.071999 6.059073 + H41 68.373935 51.419872 4.680460 + H51 68.107028 49.088371 5.482243 + H61 69.073056 48.408998 7.662639 + C1 33.051002 32.908351 6.315088 + C2 32.457033 31.727693 6.776714 + C3 33.257944 30.663271 7.207340 + C4 34.652824 30.779507 7.176338 + C5 35.246566 31.959651 6.713884 + C6 34.445655 33.024073 6.283259 + H11 32.433240 33.729109 5.982612 + H21 31.380877 31.638099 6.801269 + H31 32.799550 29.752919 7.564370 + H41 35.270358 29.958235 7.507986 + H51 36.322722 32.049245 6.689329 + H61 34.904277 33.934939 5.927056 + C1 35.791037 65.158216 15.749496 + C2 35.853228 64.607398 14.463968 + C3 36.759162 65.118142 13.526784 + C4 37.602906 66.179706 13.875128 + C5 37.539963 66.730955 15.160156 + C6 36.634029 66.220210 16.097340 + H11 35.092033 64.764512 16.472133 + H21 35.202765 63.787984 14.195267 + H31 36.807704 64.692433 12.535446 + H41 38.301158 66.573840 13.151991 + H51 38.190426 67.550369 15.428858 + H61 36.586239 66.645489 17.089179 + C1 26.942378 10.783186 72.709441 + C2 27.506670 11.990430 73.138379 + C3 28.092187 12.858505 72.209128 + C4 28.113411 12.519336 70.850939 + C5 27.550029 11.311845 70.422336 + C6 26.964512 10.443770 71.351587 + H11 26.491159 10.113543 73.426234 + H21 27.489823 12.252522 74.186122 + H31 28.526558 13.790240 72.540077 + H41 28.565540 13.188732 70.134480 + H51 27.566876 11.049753 69.374593 + H61 26.529231 9.512281 71.020302 + C1 57.913277 77.660462 56.724257 + C2 57.808717 76.743956 57.777316 + C3 56.550965 76.274542 58.174308 + C4 55.397775 76.721633 57.518241 + C5 55.502384 77.638695 56.466011 + C6 56.760136 78.108110 56.069019 + H11 58.883326 78.022759 56.418381 + H21 58.698372 76.398460 58.283168 + H31 56.470572 75.566748 58.986036 + H41 54.427775 76.359892 57.824946 + H51 54.612729 77.984192 55.960159 + H61 56.840480 78.815347 55.256461 + C1 54.057542 9.323766 34.264385 + C2 53.504787 10.122975 33.256626 + C3 54.338995 10.893275 32.437709 + C4 55.725958 10.864367 32.626551 + C5 56.278413 10.065990 33.634778 + C6 55.444205 9.295689 34.453695 + H11 53.414069 8.729992 34.896199 + H21 52.434796 10.144906 33.110413 + H31 53.912477 11.508980 31.659682 + H41 56.369132 11.458972 31.995205 + H51 57.348405 10.044058 33.780992 + H61 55.871024 8.679153 35.231255 + C1 20.022918 77.298950 36.776102 + C2 21.418726 77.212743 36.711769 + C3 22.040658 76.801317 35.526939 + C4 21.266782 76.476099 34.406443 + C5 19.871196 76.561425 34.471192 + C6 19.249264 76.972850 35.656022 + H11 19.543295 77.615895 37.690061 + H21 22.015939 77.464210 37.575969 + H31 23.117493 76.735840 35.477180 + H41 21.746627 76.158272 33.492900 + H51 19.273983 76.309957 33.606992 + H61 18.172207 77.039209 35.705364 + C1 15.233187 45.033339 43.875657 + C2 15.496136 44.390628 45.091235 + C3 16.716887 44.599872 45.743827 + C4 17.674688 45.451827 45.180839 + C5 17.412038 46.093618 43.965005 + C6 16.191287 45.884374 43.312414 + H11 14.291812 44.871608 43.372198 + H21 14.757035 43.733790 45.526015 + H31 16.919160 44.104764 46.682065 + H41 18.616363 45.612638 45.684042 + H51 18.151140 46.750456 43.530226 + H61 15.988714 46.380401 42.374431 + C1 66.778740 11.801111 67.494966 + C2 66.711108 13.166922 67.794696 + C3 67.874742 13.867461 68.133946 + C4 69.106008 13.202189 68.173467 + C5 69.173344 11.836417 67.874692 + C6 68.009710 11.135878 67.535441 + H11 65.881182 11.260789 67.233706 + H21 65.761340 13.680456 67.763647 + H31 67.822532 14.921318 68.364158 + H41 70.003270 13.742550 68.435682 + H51 70.123112 11.322883 67.905741 + H61 68.062216 10.081983 67.304276 + C1 72.786348 67.558598 61.587857 + C2 73.699820 66.661091 62.153455 + C3 75.066729 66.787515 61.878741 + C4 75.520166 67.811447 61.038428 + C5 74.606655 68.708145 60.472244 + C6 73.239746 68.581720 60.746958 + H11 71.732084 67.460797 61.799461 + H21 73.350204 65.871444 62.802274 + H31 75.771377 66.095669 62.315956 + H41 76.574392 67.908438 60.826238 + H51 74.956272 69.497792 59.823424 + H61 72.535137 69.274375 60.310329 + C1 37.159105 15.175545 60.732042 + C2 36.957607 14.682450 62.026688 + C3 37.953511 14.838892 62.998075 + C4 39.150912 15.488429 62.674817 + C5 39.352628 15.980550 61.380112 + C6 38.356724 15.824108 60.408724 + H11 36.391126 15.054508 59.982794 + H21 36.033604 14.181848 62.276401 + H31 37.797486 14.459327 63.997036 + H41 39.919109 15.608492 63.424005 + H51 40.276631 16.481152 61.130398 + H61 38.512531 16.204647 59.409823 + C1 24.542236 64.499765 62.145147 + C2 25.330588 63.497777 62.723396 + C3 24.794669 62.673364 63.719902 + C4 23.470399 62.850939 64.138160 + C5 22.682595 63.853399 63.560602 + C6 23.218513 64.677812 62.564096 + H11 24.955750 65.135819 61.376866 + H21 26.352099 63.360254 62.400374 + H31 25.402667 61.899787 64.165162 + H41 23.057432 62.215356 64.907132 + H51 21.661083 63.990921 63.883624 + H61 22.609968 65.450917 62.118145 + C1 68.185137 74.891025 25.613490 + C2 67.547775 75.960966 26.252900 + C3 68.243436 77.153987 26.482353 + C4 69.576459 77.277066 26.072396 + C5 70.213877 76.206910 25.433961 + C6 69.518216 75.013890 25.204508 + H11 67.648667 73.970790 25.436904 + H21 66.519149 75.866375 26.568690 + H31 67.751281 77.979630 26.974729 + H41 70.112985 78.197086 26.249957 + H51 71.242502 76.301502 25.118171 + H61 70.010315 74.188461 24.711157 + C1 33.434384 26.659359 5.335937 + C2 32.470872 25.703880 4.991620 + C3 32.803213 24.343940 4.989849 + C4 34.099067 23.939479 5.332395 + C5 35.062570 24.894952 5.675712 + C6 34.730229 26.254892 5.677483 + H11 33.178106 27.708232 5.336903 + H21 31.470896 26.015731 4.727917 + H31 32.059516 23.606918 4.725180 + H41 34.355336 22.890600 5.330429 + H51 36.062546 24.583101 5.939415 + H61 35.473935 26.991920 5.943152 + C1 75.439101 58.855608 3.681973 + C2 76.479726 59.520869 3.022899 + C3 77.132143 58.907191 1.946961 + C4 76.743936 57.628253 1.530098 + C5 75.704118 56.962836 2.189744 + C6 75.051700 57.576514 3.265681 + H11 74.936223 59.328808 4.512040 + H21 76.778931 60.507838 3.344005 + H31 77.934227 59.420961 1.438001 + H41 77.247620 57.154898 0.700603 + H51 75.404912 55.975867 1.868637 + H61 74.248810 57.062900 3.774070 + C1 24.241260 77.660641 65.860020 + C2 23.181723 78.467570 65.428627 + C3 22.437481 78.101599 64.300771 + C4 22.752776 76.928700 63.604307 + C5 23.812745 76.122502 64.035172 + C6 24.556987 76.488472 65.163028 + H11 24.815469 77.943160 66.729664 + H21 22.937961 79.372180 65.966216 + H31 21.619510 78.723691 63.968715 + H41 22.178999 76.646912 62.734135 + H51 24.056507 75.217892 63.497583 + H61 25.374526 75.865650 65.495612 + C1 67.881675 60.322936 60.276791 + C2 67.441663 60.403624 58.950244 + C3 66.534022 59.459645 58.455287 + C4 66.066394 58.434977 59.286878 + C5 66.507135 58.353864 60.612888 + C6 67.414775 59.297843 61.107845 + H11 68.582001 61.050789 60.658353 + H21 67.801880 61.194470 58.308723 + H31 66.193914 59.522637 57.432206 + H41 65.366797 57.706699 58.904779 + H51 66.146918 57.563018 61.254409 + H61 67.754155 59.235276 62.131464 + C1 44.062085 78.639301 44.504656 + C2 45.019869 78.404954 45.498428 + C3 45.153814 77.126899 46.053878 + C4 44.329976 76.083190 45.615555 + C5 43.371766 76.317854 44.622630 + C6 43.237820 77.595910 44.067180 + H11 43.958565 79.625125 44.076582 + H21 45.655957 79.209940 45.836262 + H31 45.893422 76.946060 46.819786 + H41 44.433069 75.097683 46.044476 + H51 42.735678 75.512869 44.284796 + H61 42.498639 77.776431 43.300426 + C1 9.256028 52.257765 0.338357 + C2 9.857280 53.479306 0.664215 + C3 11.234999 53.538903 0.905525 + C4 12.011465 52.376958 0.820976 + C5 11.410041 51.155534 0.496097 + C6 10.032322 51.095937 0.254787 + H11 8.193384 52.211800 0.152642 + H21 9.258460 54.375952 0.728878 + H31 11.698822 54.481514 1.155903 + H41 13.073937 52.423040 1.007670 + H51 12.008861 50.258888 0.431434 + H61 9.568670 50.153209 0.003430 + C1 66.932796 21.257229 38.653554 + C2 65.671701 21.354775 39.253533 + C3 65.292769 22.538601 39.897627 + C4 66.174933 23.624881 39.941743 + C5 67.436132 23.526891 39.342653 + C6 67.815064 22.343065 38.698559 + H11 67.225137 20.344031 38.157148 + H21 64.990759 20.516998 39.219045 + H31 64.319486 22.614023 40.359546 + H41 65.882696 24.537635 40.439038 + H51 68.117074 24.364668 39.377141 + H61 68.788243 22.268088 38.235751 + C1 56.996012 45.094167 30.891291 + C2 55.694758 44.696120 31.220152 + C3 55.457409 43.399022 31.690357 + C4 56.521314 42.499971 31.831703 + C5 57.822146 42.897773 31.501969 + C6 58.059495 44.194871 31.031764 + H11 57.178943 46.094452 30.528277 + H21 54.873933 45.389830 31.111739 + H31 54.453653 43.092447 31.944959 + H41 56.337961 41.499441 32.193844 + H51 58.642971 42.204063 31.610382 + H61 59.063673 44.501691 30.778035 + C1 30.163329 42.787509 40.137740 + C2 29.029731 41.971827 40.235045 + C3 28.507030 41.360380 39.089267 + C4 29.117928 41.564615 37.846184 + C5 30.250754 42.380931 37.748886 + C6 30.773454 42.992379 38.894664 + H11 30.566183 43.259376 41.021405 + H21 28.558674 41.813670 41.194124 + H31 27.633120 40.730356 39.164680 + H41 28.714302 41.093382 36.962526 + H51 30.721811 42.539088 36.789807 + H61 31.648137 43.621768 38.819243 + C1 60.038843 37.153238 37.547719 + C2 61.411651 36.930816 37.387166 + C3 62.111247 36.165009 38.327377 + C4 61.438034 35.621624 39.428141 + C5 60.065663 35.844872 39.589050 + C6 59.366068 36.610679 38.648839 + H11 59.499413 37.744207 36.822747 + H21 61.931055 37.349463 36.537640 + H31 63.170080 35.992687 38.202823 + H41 61.977901 35.031481 40.153469 + H51 59.546260 35.426225 40.438576 + H61 58.306797 36.782175 38.773038 + C1 16.113322 66.338301 69.374060 + C2 15.794153 65.481714 70.434362 + C3 16.162212 64.132140 70.378938 + C4 16.849439 63.639152 69.263211 + C5 17.167655 64.495481 68.202752 + C6 16.799596 65.845055 68.258176 + H11 15.829080 67.379072 69.416696 + H21 15.264496 65.862051 71.295494 + H31 15.916796 63.471706 71.197433 + H41 17.132728 62.598123 69.220418 + H51 17.697312 64.115144 67.341620 + H61 17.045965 66.505748 67.439837 + C1 59.655522 24.584875 62.095327 + C2 58.355286 25.085386 61.958489 + C3 57.413236 24.872785 62.972015 + C4 57.771423 24.159672 64.122378 + C5 59.071186 23.658492 64.258643 + C6 60.013235 23.871093 63.245117 + H11 60.381923 24.748543 61.313427 + H21 58.078970 25.636109 61.071305 + H31 56.410519 25.259839 62.866730 + H41 57.044548 23.995335 64.903705 + H51 59.347501 23.107769 65.145827 + H61 61.016426 23.484708 63.350975 + C1 71.212557 32.005289 0.620171 + C2 70.396530 32.816293 1.417807 + C3 70.967442 33.818470 2.211275 + C4 72.354381 34.009644 2.207107 + C5 73.170231 33.198097 1.410292 + C6 72.599319 32.195920 0.616824 + H11 70.772209 31.232115 0.008526 + H21 69.326421 32.669325 1.420658 + H31 70.337681 34.444676 2.825771 + H41 72.794552 34.782275 2.819573 + H51 74.240340 33.345065 1.407442 + H61 73.229257 31.570257 0.001507 + C1 8.624146 73.812144 10.554632 + C2 8.080690 74.279667 11.757100 + C3 7.545376 73.375003 12.681716 + C4 7.553518 72.002817 12.403863 + C5 8.096049 71.535592 11.201160 + C6 8.631363 72.440256 10.276544 + H11 9.036640 74.509958 9.841387 + H21 8.074895 75.338240 11.971877 + H31 7.127087 73.735762 13.609737 + H41 7.140099 71.305301 13.116872 + H51 8.101844 70.477019 10.986383 + H61 9.050576 72.079198 9.348758 + C1 36.806818 31.727776 9.493526 + C2 37.795638 30.773030 9.227924 + C3 39.147463 31.134056 9.273983 + C4 39.510467 32.449830 9.585644 + C5 38.521698 33.404531 9.850248 + C6 37.169873 33.043504 9.804189 + H11 35.764221 31.449360 9.457603 + H21 37.515749 29.757711 8.988065 + H31 39.910170 30.397155 9.070048 + H41 40.553115 32.728201 9.620569 + H51 38.801586 34.419849 10.090107 + H61 36.407114 33.780451 10.009122 + C1 63.520468 49.012220 6.218200 + C2 64.612494 49.704778 5.681830 + C3 65.233204 50.716104 6.424683 + C4 64.761888 51.034870 7.703907 + C5 63.669458 50.343005 8.239680 + C6 63.048748 49.331680 7.496827 + H11 63.041541 48.232507 5.645059 + H21 64.976618 49.458539 4.695158 + H31 66.076255 51.249577 6.011153 + H41 65.240411 51.815277 8.276451 + H51 63.305334 50.589245 9.226352 + H61 62.206101 48.797513 7.910954 + C1 47.823860 21.905371 53.771242 + C2 46.892511 21.209225 54.550870 + C3 47.307968 20.130754 55.340927 + C4 48.654773 19.748431 55.351355 + C5 49.585684 20.443939 54.571093 + C6 49.170227 21.522409 53.781037 + H11 47.503302 22.736892 53.161627 + H21 45.853512 21.504463 54.543402 + H31 46.589526 19.594472 55.943073 + H41 48.974893 18.916271 55.960336 + H51 50.624683 20.148700 54.578561 + H61 49.889107 22.059330 53.179523 + C1 17.235036 72.436523 15.575068 + C2 17.581447 73.738120 15.956768 + C3 16.580409 74.686906 16.196808 + C4 15.232959 74.334095 16.055147 + C5 14.886777 73.032963 15.672591 + C6 15.887815 72.084177 15.432552 + H11 18.007154 71.704923 15.389571 + H21 18.620955 74.010294 16.066700 + H31 16.847799 75.690680 16.492236 + H41 14.461070 75.066160 16.239788 + H51 13.847269 72.760789 15.562660 + H61 15.620196 71.079938 15.137979 + C1 24.880710 61.374869 50.969120 + C2 25.787292 62.186963 51.660832 + C3 26.027592 61.965682 53.022148 + C4 25.361311 60.932307 53.691753 + C5 24.454211 60.121037 53.000271 + C6 24.213911 60.342318 51.638955 + H11 24.695130 61.545837 49.919290 + H21 26.301870 62.983868 51.144216 + H31 26.727750 62.591620 53.555363 + H41 25.546373 60.762164 54.741814 + H51 23.939633 59.324132 53.516888 + H61 23.514271 59.715557 51.105511 + C1 46.278175 63.259182 9.530068 + C2 46.578877 61.913026 9.769433 + C3 45.859811 61.195906 10.733059 + C4 44.840044 61.824941 11.457319 + C5 44.540133 63.171115 11.218566 + C6 45.259199 63.888235 10.254940 + H11 46.833060 63.812315 8.787128 + H21 47.365197 61.427416 9.210305 + H31 46.091246 60.157162 10.916870 + H41 44.285950 61.271826 12.200871 + H51 43.753813 63.656725 11.777694 + H61 45.026973 64.926960 10.070517 + C1 20.921143 60.305485 45.129755 + C2 20.784913 61.282945 46.122661 + C3 21.915176 61.752406 46.802368 + C4 23.181670 61.244405 46.489170 + C5 23.317623 60.266441 45.497082 + C6 22.187359 59.796981 44.817375 + H11 20.049333 59.943171 44.605837 + H21 19.807939 61.675413 46.363977 + H31 21.810013 62.507186 47.567603 + H41 24.053203 61.606216 47.013906 + H51 24.294596 59.873974 45.255766 + H61 22.292799 59.042703 44.051321 + C1 71.580467 26.488640 15.594849 + C2 72.407909 25.474092 16.090715 + C3 73.756825 25.738287 16.356267 + C4 74.278299 27.017030 16.125954 + C5 73.451125 28.031049 15.629283 + C6 72.102209 27.766854 15.363730 + H11 70.540210 26.284707 15.389692 + H21 72.005583 24.487646 16.269035 + H31 74.394756 24.955775 16.739745 + H41 75.318824 27.220435 16.330306 + H51 73.853451 29.017496 15.450962 + H61 71.464011 28.549896 14.981058 + C1 19.039140 31.035984 3.557097 + C2 17.939580 30.324050 4.051027 + C3 16.641714 30.802153 3.834570 + C4 16.443410 31.992191 3.124183 + C5 17.542903 32.704392 2.631214 + C6 18.840769 32.226288 2.847671 + H11 20.040120 30.667392 3.724414 + H21 18.092386 29.405588 4.598584 + H31 15.793542 30.252283 4.214810 + H41 15.442363 32.361049 2.957827 + H51 17.390097 33.622854 2.083657 + H61 19.689009 32.775892 2.466470 + C1 51.314302 58.008105 52.781792 + C2 52.658611 58.135407 53.151225 + C3 53.327614 57.056209 53.740850 + C4 52.652308 55.849709 53.961042 + C5 51.307980 55.722871 53.592495 + C6 50.638977 56.802070 53.002870 + H11 50.798279 58.840609 52.327403 + H21 53.179920 59.065970 52.980844 + H31 54.364947 57.154267 54.024858 + H41 53.168312 55.017669 54.416317 + H51 50.786670 54.792308 53.762876 + H61 49.601664 56.703546 52.717976 + C1 40.219865 49.776697 54.622184 + C2 41.093198 48.778491 54.174160 + C3 40.843267 47.437306 54.488245 + C4 39.720005 47.094328 55.250354 + C5 38.847428 48.092541 55.699034 + C6 39.097358 49.433726 55.384949 + H11 40.412897 50.811113 54.380240 + H21 41.959510 49.042889 53.585656 + H31 41.516548 46.667289 54.141685 + H41 39.527728 46.059920 55.492954 + H51 37.981115 47.828143 56.287538 + H61 38.423322 50.203736 55.730853 + C1 60.916098 56.467350 21.750696 + C2 60.257349 55.258508 21.496529 + C3 60.987740 54.066897 21.416011 + C4 62.376881 54.084129 21.589662 + C5 63.035501 55.292953 21.842838 + C6 62.305110 56.484563 21.923355 + H11 60.352767 57.386407 21.812395 + H21 59.185543 55.244969 21.363146 + H31 60.479266 53.134302 21.220930 + H41 62.940084 53.165054 21.526972 + H51 64.107307 55.306492 21.976221 + H61 62.813713 57.417177 22.119428 + C1 70.916535 4.466493 43.021271 + C2 70.479201 3.242111 43.540383 + C3 69.158094 2.826792 43.335256 + C4 68.274321 3.635857 42.611016 + C5 68.711441 4.860428 42.092862 + C6 70.032548 5.275747 42.297989 + H11 71.935352 4.786931 43.179847 + H21 71.161097 2.617519 44.098635 + H31 68.821173 1.881763 43.734931 + H41 67.255290 3.315608 42.453397 + H51 68.029545 5.485020 41.534610 + H61 70.369683 6.220587 41.897356 + C1 11.773565 28.153065 55.259044 + C2 10.524010 28.379085 54.669654 + C3 9.455619 28.838975 55.448713 + C4 9.636782 29.072846 56.817160 + C5 10.885908 28.845924 57.406503 + C6 11.954300 28.386033 56.627445 + H11 12.597422 27.797998 54.658210 + H21 10.384254 28.199284 53.613775 + H31 8.492005 29.014242 54.993667 + H41 8.812497 29.427011 57.417947 + H51 11.025665 29.025724 58.462382 + H61 12.918342 28.211669 57.082537 + C1 10.597526 38.286228 43.875867 + C2 10.788329 39.663163 44.041678 + C3 11.877356 40.134369 44.784562 + C4 12.775579 39.228639 45.361635 + C5 12.584161 37.851959 45.196570 + C6 11.495135 37.380754 44.453686 + H11 9.757366 37.922866 43.303229 + H21 10.095773 40.362077 43.596004 + H31 12.024959 41.196645 44.911526 + H41 13.615125 39.592257 45.935020 + H51 13.276718 37.153045 45.642244 + H61 11.348146 36.318222 44.325976 + C1 53.454123 48.616581 60.007947 + C2 52.325376 48.994272 59.270971 + C3 51.231211 48.126507 59.172595 + C4 51.265793 46.881052 59.811195 + C5 52.394775 46.503163 60.547219 + C6 53.488940 47.370928 60.645595 + H11 54.298128 49.285736 60.083455 + H21 52.298303 49.955374 58.778742 + H31 50.360133 48.418455 58.604858 + H41 50.422024 46.211698 59.734735 + H51 52.421849 45.542060 61.039449 + H61 54.359782 47.079178 61.214284 + C1 9.690336 53.313935 5.186417 + C2 8.908390 52.174901 5.412277 + C3 9.327412 50.930676 4.926256 + C4 10.528380 50.825486 4.214376 + C5 11.309618 51.964551 3.987810 + C6 10.890596 53.208776 4.473831 + H11 9.366909 54.273587 5.560953 + H21 7.982114 52.255796 5.962014 + H31 8.724563 50.051919 5.101457 + H41 10.851098 49.865865 3.839134 + H51 12.235893 51.883656 3.438073 + H61 11.494153 54.087502 4.299335 + C1 66.918703 24.841404 22.095118 + C2 68.210298 24.321345 21.949610 + C3 68.438491 22.952476 22.134044 + C4 67.375089 22.103665 22.463985 + C5 66.083946 22.623912 22.610365 + C6 65.855753 23.992781 22.425931 + H11 66.742845 25.897226 21.953243 + H21 69.030713 24.975987 21.694456 + H31 69.434763 22.551296 22.020765 + H41 67.551398 21.048031 22.606733 + H51 65.263530 21.969270 22.865520 + H61 64.859028 24.393774 22.538339 + C1 24.687387 3.999210 33.351374 + C2 25.679135 3.054676 33.641447 + C3 25.351833 1.695341 33.711954 + C4 24.032782 1.280539 33.492388 + C5 23.041128 2.225097 33.203311 + C6 23.368430 3.584432 33.132804 + H11 24.939813 5.047629 33.297396 + H21 26.696959 3.374488 33.810259 + H31 26.117231 0.966734 33.934744 + H41 23.780451 0.232144 33.547362 + H51 22.023305 1.905285 33.034499 + H61 22.602939 4.313015 32.909018 + C1 12.646554 54.969645 39.444305 + C2 12.383384 54.088858 38.388461 + C3 11.079683 53.956637 37.895741 + C4 10.039153 54.705203 38.458864 + C5 10.302246 55.585090 39.515138 + C6 11.605947 55.717312 40.007858 + H11 13.651995 55.071284 39.824530 + H21 13.186168 53.511723 37.953496 + H31 10.877026 53.277864 37.080551 + H41 9.033635 54.602665 38.079069 + H51 9.499462 56.162225 39.950103 + H61 11.808680 56.396984 40.822618 + C1 41.011583 51.293190 13.956194 + C2 41.427210 52.578750 13.589530 + C3 42.790323 52.897717 13.580829 + C4 43.737808 51.931126 13.938791 + C5 43.322061 50.646119 14.306279 + C6 41.958949 50.327151 14.314980 + H11 39.960234 51.047366 13.963261 + H21 40.696373 53.324407 13.312741 + H31 43.110834 53.889199 13.296973 + H41 44.789038 52.177503 13.932548 + H51 44.052899 49.900462 14.583068 + H61 41.638557 49.335117 14.598012 + C1 38.844262 51.681866 6.069330 + C2 37.453212 51.559017 5.970638 + C3 36.845142 50.313008 6.164557 + C4 37.628121 49.189849 6.457169 + C5 39.018988 49.312630 6.554881 + C6 39.627058 50.558638 6.360961 + H11 39.313210 52.642810 5.919370 + H21 36.848952 52.425575 5.745499 + H31 35.771933 50.218623 6.089379 + H41 37.158990 48.228836 6.606148 + H51 39.623248 48.446071 6.780019 + H61 40.700449 50.653093 6.437121 + C1 60.144991 4.762001 68.688396 + C2 61.030161 3.975674 69.435399 + C3 62.261355 4.502835 69.843020 + C4 62.607379 5.816323 69.503636 + C5 61.722681 6.602083 68.755957 + C6 60.491487 6.074922 68.348337 + H11 59.195608 4.355234 68.373714 + H21 60.763077 2.962494 69.697839 + H31 62.943655 3.896423 70.420141 + H41 63.557235 6.222523 69.817643 + H51 61.989765 7.615263 68.493518 + H61 59.808716 6.681901 67.771891 + C1 67.720680 57.652624 75.985954 + C2 66.551046 56.928643 76.246067 + C3 65.315953 57.586320 76.289617 + C4 65.250494 58.967978 76.073053 + C5 66.420104 59.691859 75.813935 + C6 67.655197 59.034182 75.770386 + H11 68.673268 57.145388 75.952768 + H21 66.601317 55.862578 76.412557 + H31 64.413635 57.027491 76.489294 + H41 64.297882 59.475115 76.107235 + H51 66.369833 60.757924 75.647445 + H61 68.557538 59.593111 75.569714 + C1 30.565599 21.955565 43.172259 + C2 31.728426 22.199158 43.912763 + C3 31.712790 23.137168 44.951889 + C4 30.534327 23.831584 45.250512 + C5 29.372032 23.588626 44.509448 + C6 29.387668 22.650616 43.470322 + H11 30.577830 21.232390 42.370584 + H21 32.637534 21.663040 43.682890 + H31 32.609667 23.324225 45.523692 + H41 30.522628 24.555395 46.051627 + H51 28.462924 24.124744 44.739321 + H61 28.490259 22.462924 42.899079 + C1 70.849628 9.943158 71.703177 + C2 69.472444 10.185485 71.770203 + C3 68.999477 11.490560 71.951783 + C4 69.903693 12.553309 72.066336 + C5 71.280624 12.310764 72.000253 + C6 71.753592 11.005689 71.818673 + H11 71.214351 8.936536 71.563523 + H21 68.774696 9.365746 71.681223 + H31 67.937006 11.677444 72.002456 + H41 69.538718 13.559713 72.206933 + H51 71.978372 13.130502 72.089233 + H61 72.816315 10.819022 71.767057 + C1 33.310724 7.105224 60.668848 + C2 33.237237 5.962928 59.862865 + C3 32.835607 6.074041 58.526363 + C4 32.507465 7.327451 57.995844 + C5 32.580071 8.469331 58.802052 + C6 32.981701 8.358218 60.138554 + H11 33.620115 7.019404 61.699735 + H21 33.490963 4.995926 60.271853 + H31 32.779943 5.192859 57.904465 + H41 32.197193 7.412854 56.965182 + H51 32.326345 9.436333 58.393063 + H61 33.038246 9.239816 60.760227 + C1 39.202136 56.013163 37.501632 + C2 39.760222 55.912961 36.221652 + C3 41.149533 55.834762 36.068057 + C4 41.980758 55.856765 37.194443 + C5 41.422691 55.957906 38.474078 + C6 40.033380 56.036105 38.627673 + H11 38.130633 56.073865 37.620000 + H21 39.119021 55.895353 35.352576 + H31 41.579835 55.756452 35.080613 + H41 43.052280 55.797001 37.075729 + H51 42.063892 55.975513 39.343154 + H61 39.603059 56.113476 39.615462 + C1 23.950648 52.847805 57.211048 + C2 25.019617 53.648837 57.629980 + C3 26.280374 53.497865 57.040412 + C4 26.472162 52.545861 56.031913 + C5 25.403533 51.744388 55.613812 + C6 24.142776 51.895360 56.203380 + H11 22.978402 52.964025 57.666071 + H21 24.871654 54.383783 58.407605 + H31 27.104656 54.116592 57.363014 + H41 27.444748 52.429200 55.577720 + H51 25.551496 51.009441 54.836186 + H61 23.318153 51.277074 55.879947 + C1 5.476256 78.998547 55.689914 + C2 4.173748 79.037640 55.178253 + C3 3.409783 77.866022 55.118602 + C4 3.948326 76.655310 55.570612 + C5 5.250947 76.616187 56.081279 + C6 6.014912 77.787806 56.140930 + H11 6.065555 79.902129 55.735529 + H21 3.757902 79.971756 54.830057 + H31 2.404638 77.896555 54.724790 + H41 3.359140 75.751698 55.524003 + H51 5.666793 75.682071 56.429475 + H61 7.019944 77.757301 56.535735 + C1 59.602767 40.143603 28.911443 + C2 60.052988 39.016109 28.214371 + C3 61.374128 38.958779 27.754814 + C4 62.245047 40.028943 27.992329 + C5 61.794511 41.156573 28.688462 + C6 60.473370 41.213903 29.148019 + H11 58.583706 40.187921 29.265511 + H21 59.381357 38.190129 28.031588 + H31 61.721559 38.088481 27.217962 + H41 63.263793 39.984761 27.637321 + H51 62.466141 41.982553 28.871245 + H61 60.126255 42.084065 29.685810 + C1 51.373050 52.562388 35.774344 + C2 50.354835 53.510625 35.929058 + C3 49.224785 53.465079 35.103950 + C4 49.112950 52.471296 34.124128 + C5 50.131487 51.523865 33.968918 + C6 51.261537 51.569411 34.794026 + H11 52.244762 52.597809 36.410487 + H21 50.440692 54.277024 36.685366 + H31 48.438930 54.196057 35.224115 + H41 48.241561 52.436681 33.487489 + H51 50.045630 50.757466 33.212610 + H61 52.047069 50.837627 34.674356 + C1 68.196005 39.525804 19.218613 + C2 68.638679 38.208864 19.046685 + C3 67.711250 37.178875 18.849485 + C4 66.341146 37.465825 18.824213 + C5 65.898641 38.782429 18.997069 + C6 66.826070 39.812418 19.194269 + H11 68.911325 40.320085 19.371092 + H21 69.695725 37.987415 19.065542 + H31 68.052976 36.163145 18.715864 + H41 65.625996 36.671208 18.672662 + H51 64.841595 39.003877 18.978211 + H61 66.484175 40.828484 19.326963 + C1 5.451105 13.202297 22.159646 + C2 4.500080 14.223633 22.048856 + C3 4.522765 15.084333 20.944967 + C4 5.496476 14.923697 19.951868 + C5 6.447851 13.903100 20.063234 + C6 6.425165 13.042400 21.167123 + H11 5.433793 12.538756 23.011249 + H21 3.748414 14.347302 22.814653 + H31 3.788412 15.871543 20.859161 + H41 5.514138 15.587977 19.100841 + H51 7.199517 13.779431 19.297437 + H61 7.159170 12.254451 21.252352 + C1 14.790888 71.751187 48.536374 + C2 13.891702 72.806735 48.729074 + C3 14.332730 74.130817 48.618661 + C4 15.672945 74.399351 48.315548 + C5 16.572072 73.343911 48.123841 + C6 16.131043 72.019829 48.234254 + H11 14.450763 70.730007 48.621931 + H21 12.857548 72.599709 48.962327 + H31 13.638701 74.944971 48.766357 + H41 16.013010 75.420640 48.230984 + H51 17.606226 73.550938 47.890588 + H61 16.825132 71.205567 48.085566 + C1 46.152357 28.115253 21.675058 + C2 46.223848 28.576305 22.994971 + C3 45.501860 29.712408 23.379543 + C4 44.708382 30.387458 22.444202 + C5 44.637738 29.926936 21.124329 + C6 45.359726 28.790834 20.739757 + H11 46.709528 27.239249 21.378424 + H21 46.835496 28.055243 23.716858 + H31 45.556338 30.067349 24.398064 + H41 44.152058 31.263992 22.740877 + H51 44.026089 30.447998 20.402442 + H61 45.304401 28.435361 19.721195 + C1 48.095759 29.013510 71.194289 + C2 46.765521 28.828261 70.799319 + C3 46.147562 27.585537 70.982767 + C4 46.859841 26.528061 71.561185 + C5 48.190125 26.713135 71.955171 + C6 48.808084 27.955860 71.771723 + H11 48.572426 29.971880 71.052417 + H21 46.215672 29.644199 70.353615 + H31 45.121045 27.443104 70.678935 + H41 46.383220 25.569516 71.702074 + H51 48.739974 25.897197 72.400876 + H61 49.834554 28.098467 72.076539 + C1 70.028489 21.531330 25.105786 + C2 70.489360 22.807327 24.760413 + C3 71.231217 22.989706 23.587265 + C4 71.512204 21.896089 22.759489 + C5 71.052165 20.620219 23.105402 + C6 70.310308 20.437840 24.278551 + H11 69.456667 21.390672 26.010799 + H21 70.272129 23.651262 25.398633 + H31 71.585808 23.974299 23.320472 + H41 72.084858 22.036873 21.855016 + H51 71.269396 19.776284 22.467182 + H61 69.954885 19.453120 24.544803 + C1 5.413008 26.087021 70.106312 + C2 5.139400 27.332533 69.528654 + C3 4.217057 28.196142 70.131443 + C4 3.568321 27.814238 71.311890 + C5 3.841267 26.568533 71.888824 + C6 4.763610 25.704924 71.286035 + H11 6.124091 25.420843 69.641143 + H21 5.640286 27.627569 68.618265 + H31 4.006860 29.157356 69.686222 + H41 2.856577 28.480223 71.776334 + H51 3.340382 26.273496 72.799213 + H61 4.974469 24.743903 71.731980 + C1 29.724857 76.927574 76.791810 + C2 30.857152 77.368786 76.096762 + C3 32.079333 77.506428 76.765507 + C4 32.169219 77.202858 78.129300 + C5 31.036834 76.762642 78.824317 + C6 29.814653 76.625000 78.155572 + H11 28.782182 76.821813 76.276066 + H21 30.788101 77.602441 75.044442 + H31 32.952957 77.845844 76.228931 + H41 33.111804 77.309615 78.645014 + H51 31.105885 76.528987 79.876637 + H61 28.941118 76.284589 78.692179 + C1 77.982605 41.849060 64.494783 + C2 77.055397 42.890307 64.368522 + C3 76.456807 43.436673 65.510040 + C4 76.785424 42.941792 66.777821 + C5 77.711770 41.900094 66.903852 + C6 78.310360 41.353728 65.762333 + H11 78.443942 41.427454 63.614312 + H21 76.802227 43.272632 63.390527 + H31 75.742301 44.240605 65.412517 + H41 76.323225 43.362948 67.658062 + H51 77.964940 41.517769 67.881847 + H61 79.025729 40.550247 65.860087 + C1 71.774785 45.180997 58.369056 + C2 71.803605 45.880803 57.156913 + C3 72.999165 46.454646 56.708325 + C4 74.165905 46.328682 57.471879 + C5 74.136736 45.629786 58.684244 + C6 72.941176 45.055944 59.132832 + H11 70.852579 44.738776 58.715165 + H21 70.903675 45.977542 56.567414 + H31 73.021441 46.993606 55.772716 + H41 75.087762 46.771814 57.125991 + H51 75.036666 45.533047 59.273743 + H61 72.919248 44.516073 60.068219 + C1 27.304060 68.165394 31.744005 + C2 27.951729 67.348336 30.809772 + C3 27.670581 67.486454 29.445305 + C4 26.741765 68.441631 29.015071 + C5 26.093585 69.257830 29.949317 + C6 26.374733 69.119712 31.313785 + H11 27.520654 68.058551 32.796377 + H21 28.668799 66.611784 31.141500 + H31 28.171058 66.856746 28.724661 + H41 26.524660 68.547615 27.962713 + H51 25.376515 69.994381 29.617590 + H61 25.874767 69.750279 32.034415 + C1 33.206213 41.080710 58.354796 + C2 33.967933 42.208486 58.683059 + C3 34.598931 42.288068 59.930215 + C4 34.468209 41.239875 60.849109 + C5 33.705822 40.112781 60.521147 + C6 33.074824 40.033199 59.273991 + H11 32.719257 41.019569 57.393054 + H21 34.069384 43.016983 57.973988 + H31 35.187338 43.157707 60.182887 + H41 34.954499 41.301698 61.811152 + H51 33.604371 39.304284 61.230218 + H61 32.487084 39.162879 59.021019 + C1 56.551491 54.162130 64.972376 + C2 56.324388 55.490218 64.592300 + C3 55.316701 56.234488 65.217216 + C4 54.536117 55.650670 66.222209 + C5 54.762656 54.322520 66.601461 + C6 55.770343 53.578250 65.976544 + H11 57.328432 53.588041 64.490093 + H21 56.926943 55.940966 63.817385 + H31 55.142315 57.259326 64.924584 + H41 53.758612 56.224698 66.703668 + H51 54.160101 53.871772 67.376376 + H61 55.945293 52.553474 66.270000 + C1 5.704075 11.655231 53.032838 + C2 5.200345 12.950577 52.864953 + C3 5.675023 13.995469 53.666684 + C4 6.653431 13.745015 54.636300 + C5 7.156300 12.449676 54.804693 + C6 6.681621 11.404784 54.002962 + H11 5.337650 10.849321 52.414730 + H21 4.445938 13.144077 52.116509 + H31 5.287041 14.994878 53.536347 + H41 7.018995 14.550932 55.254916 + H51 7.910707 12.256176 55.553137 + H61 7.070465 10.405367 54.132790 + C1 65.712730 19.873042 17.722943 + C2 65.850013 18.549110 17.289114 + C3 67.090350 18.087116 16.833026 + C4 68.193404 18.949056 16.810766 + C5 68.055782 20.272990 17.243654 + C6 66.815445 20.734983 17.699743 + H11 64.755990 20.229403 18.074325 + H21 64.999234 17.883824 17.306809 + H31 67.196312 17.065470 16.499339 + H41 69.149805 18.592696 16.458444 + H51 68.906560 20.938275 17.225960 + H61 66.709822 21.756628 18.034371 + C1 74.903687 60.737457 7.817129 + C2 75.759724 61.799952 8.130427 + C3 75.330399 63.120510 7.952389 + C4 74.045037 63.378573 7.461053 + C5 73.189596 62.316170 7.146958 + C6 73.618921 60.995612 7.324996 + H11 75.235009 59.718988 7.954096 + H21 76.751199 61.601016 8.510088 + H31 75.990552 63.940043 8.195083 + H41 73.714311 64.397134 7.323289 + H51 72.198121 62.515106 6.767298 + H61 72.958171 60.175987 7.083100 + C1 78.292946 51.499946 29.356971 + C2 77.083814 52.090102 28.970231 + C3 75.966279 51.288746 28.707865 + C4 76.057877 49.897234 28.832239 + C5 77.267109 49.307250 29.217998 + C6 78.384643 50.108606 29.480364 + H11 79.154921 52.118029 29.558928 + H21 77.012823 53.163694 28.874831 + H31 75.033313 51.744256 28.410508 + H41 75.196002 49.279324 28.629301 + H51 77.338100 48.233658 29.313399 + H61 79.317509 49.652925 29.778702 + C1 11.056140 41.581516 19.811073 + C2 11.654407 42.639187 20.506243 + C3 13.029575 42.869818 20.381292 + C4 13.806476 42.042780 19.561173 + C5 13.208357 40.984758 18.866927 + C6 11.833189 40.754126 18.991877 + H11 9.995596 41.403456 19.907793 + H21 11.055043 43.277716 21.138527 + H31 13.490756 43.686409 20.916857 + H41 14.867168 42.220489 19.465377 + H51 13.807721 40.346228 18.234643 + H61 11.371860 39.937887 18.455389 + C1 12.902255 29.081108 73.842898 + C2 13.907721 28.275198 74.390073 + C3 13.627495 26.949948 74.743734 + C4 12.341804 26.430607 74.550221 + C5 11.336367 27.236764 74.004015 + C6 11.616592 28.562014 73.650353 + H11 13.118345 30.103325 73.570519 + H21 14.899852 28.675548 74.538857 + H31 14.403536 26.328081 75.164898 + H41 12.125742 25.408637 74.823569 + H51 10.344235 26.836414 73.855231 + H61 10.840523 29.183634 73.228221 + C1 10.051219 66.221031 78.241910 + C2 8.866628 65.896353 78.913610 + C3 8.079727 66.909459 79.474228 + C4 8.477416 68.247244 79.363147 + C5 9.662298 68.571649 78.692364 + C6 10.449200 67.558542 78.131746 + H11 10.658276 65.439586 77.809892 + H21 8.559362 64.864335 78.998857 + H31 7.165404 66.658886 79.991493 + H41 7.870651 69.028415 79.796082 + H51 9.969564 69.603667 78.607117 + H61 11.363231 67.809389 77.613564 + C1 28.473744 73.698924 64.142937 + C2 28.764124 74.142752 65.438524 + C3 29.182323 75.462096 65.649078 + C4 29.310142 76.337612 64.564044 + C5 29.020693 75.893465 63.268634 + C6 28.602494 74.574121 63.058080 + H11 28.151587 72.681248 63.980570 + H21 28.664965 73.467576 66.275809 + H31 29.405321 75.804596 66.648729 + H41 29.633231 77.354970 64.726588 + H51 29.119853 76.568642 62.431349 + H61 28.378565 74.231939 62.058252 + C1 5.867596 69.153092 37.428669 + C2 7.094524 69.086131 38.099501 + C3 7.174399 69.446455 39.449937 + C4 6.027347 69.873740 40.129541 + C5 4.800894 69.941546 39.458462 + C6 4.721018 69.581222 38.108026 + H11 5.806138 68.875549 36.387033 + H21 7.979448 68.755907 37.575476 + H31 8.120782 69.393775 39.967549 + H41 6.089279 70.152128 41.170930 + H51 3.915969 70.271769 39.982486 + H61 3.774161 69.633057 37.590662 + C1 46.904425 66.806742 35.648845 + C2 48.187212 67.248017 35.303034 + C3 48.534079 68.593577 35.473449 + C4 47.598160 69.497862 35.989673 + C5 46.315339 69.056727 36.334494 + C6 45.968471 67.711166 36.164080 + H11 46.636840 65.769035 35.517021 + H21 48.909587 66.550346 34.905328 + H31 49.524039 68.933613 35.207566 + H41 47.865710 70.535709 36.120508 + H51 45.592964 69.754398 36.732201 + H61 44.978546 67.370991 36.430952 + C1 61.912769 62.277308 26.345194 + C2 62.918880 61.336815 26.596318 + C3 62.872486 60.080780 25.979783 + C4 61.819982 59.765239 25.112123 + C5 60.813616 60.705310 24.861868 + C6 60.860009 61.961345 25.478403 + H11 61.948402 63.245873 26.821037 + H21 63.731287 61.580337 27.265221 + H31 63.649261 59.355738 26.172842 + H41 61.784094 58.796252 24.637149 + H51 60.001208 60.461788 24.192965 + H61 60.083490 62.686810 25.284474 + C1 26.833024 62.362063 37.465391 + C2 25.964750 61.309971 37.150663 + C3 25.149337 60.754526 38.143877 + C4 25.202198 61.251173 39.451819 + C5 26.071044 62.302446 39.766566 + C6 26.886457 62.857891 38.773352 + H11 27.462173 62.790148 36.699409 + H21 25.923410 60.927109 36.141481 + H31 24.478848 59.943579 37.900677 + H41 24.573621 60.822269 40.217820 + H51 26.112384 62.685308 40.775748 + H61 27.556374 63.669657 39.016533 + C1 18.099966 43.917223 15.683530 + C2 19.041514 43.082154 15.070345 + C3 18.661435 41.813460 14.616641 + C4 17.339807 41.379836 14.776121 + C5 16.398756 42.214481 15.390063 + C6 16.778835 43.483174 15.843767 + H11 18.393264 44.895545 16.033782 + H21 20.061053 43.416803 14.946680 + H31 19.387675 41.169787 14.142724 + H41 17.047006 40.401089 14.426626 + H51 15.379218 41.879832 15.513728 + H61 16.052098 44.127272 16.316928 + C1 71.064430 61.181145 65.793477 + C2 70.618434 62.048074 66.798152 + C3 71.175563 63.326870 66.917237 + C4 72.178687 63.738736 66.031646 + C5 72.625176 62.871521 65.027793 + C6 72.068047 61.592726 64.908708 + H11 70.634974 60.194737 65.701933 + H21 69.844088 61.730681 67.481080 + H31 70.830673 63.995884 67.691709 + H41 72.608636 64.724858 66.124012 + H51 73.399522 63.188914 64.344865 + H61 72.412444 60.923996 64.133414 + C1 49.657084 34.131784 37.753645 + C2 48.507813 33.356872 37.557326 + C3 48.535288 31.983410 37.827023 + C4 49.712033 31.384859 38.293040 + C5 50.861292 32.159572 38.488379 + C6 50.833817 33.533035 38.218682 + H11 49.635937 35.190999 37.545247 + H21 47.599695 33.818631 37.198381 + H31 47.648317 31.385953 37.676476 + H41 49.733168 30.325445 38.500458 + H51 51.769410 31.697813 38.847324 + H61 51.720800 34.130689 38.370209 + C1 33.132563 36.949848 68.635132 + C2 34.107766 37.638699 67.904163 + C3 34.331049 38.999725 68.144256 + C4 33.579130 39.671900 69.115318 + C5 32.603483 38.983280 69.845421 + C6 32.380200 37.622254 69.605328 + H11 32.960135 35.900242 68.449635 + H21 34.688382 37.120099 67.155377 + H31 35.084094 39.530730 67.580968 + H41 33.751114 40.721737 69.299949 + H51 32.022867 39.501880 70.594206 + H61 31.627599 37.091018 70.169482 + C1 70.691734 22.141298 2.920700 + C2 71.706663 22.580827 3.778944 + C3 71.378965 23.193985 4.994075 + C4 70.036338 23.367613 5.350962 + C5 69.021687 22.928971 4.492351 + C6 69.349385 22.315814 3.277220 + H11 70.944540 21.668757 1.983359 + H21 72.742560 22.446385 3.504020 + H31 72.162056 23.532083 5.656492 + H41 69.783810 23.841041 6.287936 + H51 67.985790 23.063414 4.767275 + H61 68.566015 21.976828 2.615170 + C1 10.560593 41.198222 39.085513 + C2 10.379742 39.902416 38.587486 + C3 9.108152 39.479420 38.182489 + C4 8.017412 40.352229 38.275520 + C5 8.198191 41.647456 38.774359 + C6 9.469782 42.070452 39.179356 + H11 11.541269 41.524267 39.398218 + H21 11.221278 39.229129 38.515077 + H31 8.969012 38.480088 37.797375 + H41 7.036665 40.025605 37.963627 + H51 7.356656 42.320743 38.846769 + H61 9.608993 43.070364 39.563658 + C1 72.964218 26.210510 36.263389 + C2 73.653236 25.031941 36.573356 + C3 73.367863 23.850881 35.877978 + C4 72.393471 23.848391 34.872633 + C5 71.703985 25.026593 34.563471 + C6 71.989358 26.207653 35.258849 + H11 73.184086 27.121284 36.800010 + H21 74.405450 25.033852 37.348541 + H31 73.900208 22.942018 36.116542 + H41 72.173135 22.937250 34.336816 + H51 70.951771 25.024683 33.788285 + H61 71.457481 27.116883 35.019480 + C1 64.689684 27.179347 73.964368 + C2 64.232768 26.112896 74.747797 + C3 63.699997 24.972389 74.135186 + C4 63.624143 24.898334 72.739147 + C5 64.080140 25.965053 71.956006 + C6 64.612910 27.105560 72.568616 + H11 65.100215 28.059102 74.436922 + H21 64.291792 26.169630 75.824847 + H31 63.348491 24.149368 74.739683 + H41 63.212692 24.018846 72.266880 + H51 64.021115 25.908319 70.878955 + H61 64.965336 27.928313 71.963832 + C1 16.098409 78.126963 4.353269 + C2 14.791467 77.711362 4.072147 + C3 14.293634 77.802305 2.766857 + C4 15.102743 78.308850 1.742689 + C5 16.409107 78.725222 2.024080 + C6 16.906940 78.634279 3.329370 + H11 16.482172 78.057160 5.360080 + H21 14.167323 77.319963 4.862078 + H31 13.285728 77.480709 2.549977 + H41 14.718403 78.379424 0.736147 + H51 17.033252 79.116622 1.234149 + H61 17.915425 78.955105 3.545981 + C1 35.880346 72.337949 59.110120 + C2 36.945107 71.442510 59.266082 + C3 37.969250 71.400033 58.312553 + C4 37.928632 72.252995 57.203062 + C5 36.863524 73.147561 57.046759 + C6 35.839381 73.190038 58.000288 + H11 35.090301 72.370384 59.845370 + H21 36.976896 70.784811 60.122331 + H31 38.791084 70.709899 58.433553 + H41 38.718329 72.219686 56.467471 + H51 36.831734 73.805260 56.190510 + H61 35.017894 73.881045 57.879630 + C1 37.157976 36.121675 39.559525 + C2 37.257214 37.491123 39.286367 + C3 38.483656 38.148416 39.440302 + C4 39.610861 37.436261 39.867395 + C5 39.511284 36.067264 40.141378 + C6 38.284841 35.409972 39.987443 + H11 36.211954 35.614877 39.441157 + H21 36.387795 38.040562 38.956261 + H31 38.560260 39.204653 39.228564 + H41 40.556544 37.943511 39.986588 + H51 40.380702 35.517826 40.471484 + H61 38.208577 34.353284 40.198356 + C1 69.819782 20.545611 68.281871 + C2 68.565738 20.042021 68.647413 + C3 67.447287 20.884010 68.650748 + C4 67.582880 22.229590 68.288542 + C5 68.836926 22.733188 67.924000 + C6 69.955378 21.891198 67.920664 + H11 70.682426 19.896261 68.279697 + H21 68.460858 19.003768 68.926289 + H31 66.479763 20.495107 68.931798 + H41 66.720239 22.878947 68.291716 + H51 68.941807 23.771441 67.645124 + H61 70.922899 22.280094 67.638614 + C1 51.397624 5.495732 64.781657 + C2 50.051775 5.186211 64.552012 + C3 49.102767 6.211735 64.464966 + C4 49.499610 7.546780 64.607566 + C5 50.845097 7.856050 64.838108 + C6 51.794104 6.830526 64.925153 + H11 52.129439 4.704719 64.849170 + H21 49.745553 4.156296 64.441361 + H31 48.064731 5.972833 64.286802 + H41 48.767432 8.337542 64.540950 + H51 51.151319 8.885965 64.948759 + H61 52.832503 7.069680 65.102420 + C1 38.299410 38.673992 61.327110 + C2 39.398513 37.906890 61.731311 + C3 39.330901 36.509272 61.686746 + C4 38.164186 35.878757 61.237979 + C5 37.065020 36.645826 60.834775 + C6 37.132631 38.043443 60.879341 + H11 38.351483 39.751903 61.361877 + H21 40.298931 38.393204 62.076980 + H31 40.179246 35.917675 61.997648 + H41 38.112049 34.800812 61.204210 + H51 36.164602 36.159511 60.489107 + H61 36.284350 38.635074 60.567441 + C1 63.267884 54.470577 59.640670 + C2 64.610448 54.451659 60.036921 + C3 65.029228 55.223116 61.127502 + C4 64.105445 56.013491 61.821833 + C5 62.763340 56.033046 61.424962 + C6 62.344560 55.261589 60.334380 + H11 62.945039 53.875865 58.799300 + H21 65.323151 53.841451 59.501719 + H31 66.064776 55.207620 61.433670 + H41 64.428748 56.608840 62.662582 + H51 62.050637 56.643254 61.960164 + H61 61.308553 55.276449 60.028833 + C1 64.286764 25.673678 10.015094 + C2 63.090309 26.390091 9.892222 + C3 61.863491 25.717645 9.943447 + C4 61.833128 24.328785 10.117544 + C5 63.029464 23.612504 10.239433 + C6 64.256282 24.284950 10.188208 + H11 65.232932 26.192319 9.975186 + H21 63.113559 27.461690 9.758517 + H31 60.940574 26.270602 9.849650 + H41 60.886841 23.810277 10.156469 + H51 63.006214 22.540905 10.373138 + H61 65.179319 23.731860 10.282989 + C1 39.769083 42.590974 68.610707 + C2 40.208900 43.683183 67.853416 + C3 40.134654 44.977117 68.382675 + C4 39.620592 45.178840 69.669225 + C5 39.180012 44.086842 70.425905 + C6 39.254258 42.792909 69.896646 + H11 39.826011 41.593087 68.202302 + H21 40.606100 43.527643 66.861055 + H31 40.474926 45.819464 67.798719 + H41 39.562901 46.176939 70.077019 + H51 38.782813 44.242382 71.418266 + H61 38.914749 41.950350 70.481213 + C1 66.966311 27.148334 44.417979 + C2 66.565872 27.868050 45.550017 + C3 66.613168 29.267193 45.542722 + C4 67.060902 29.946620 44.403391 + C5 67.462134 29.226885 43.271963 + C6 67.414839 27.827743 43.279257 + H11 66.930180 26.069226 44.423810 + H21 66.219835 27.344023 46.428877 + H31 66.303262 29.822274 46.415752 + H41 67.097826 31.025710 44.398169 + H51 67.808171 29.750912 42.393102 + H61 67.723951 27.272680 42.405618 + C1 38.237498 65.368405 36.308645 + C2 39.324526 64.690668 35.743938 + C3 40.631987 65.077640 36.061254 + C4 40.852420 66.142351 36.943277 + C5 39.765500 66.820489 37.507074 + C6 38.458039 66.433516 37.189758 + H11 37.229136 65.070151 36.063566 + H21 39.154617 63.868818 35.063912 + H31 41.470441 64.554044 35.626307 + H41 41.860890 66.441005 37.187446 + H51 39.935408 67.642339 38.187100 + H61 37.619478 66.956712 37.625615 + C1 7.318099 53.114999 27.391999 + C2 6.367327 52.861650 26.396158 + C3 5.156669 53.564609 26.389305 + C4 4.896783 54.520918 27.378293 + C5 5.847071 54.773448 28.374443 + C6 7.057729 54.070489 28.381296 + H11 8.251642 52.572523 27.397453 + H21 6.567948 52.124318 25.632722 + H31 4.423746 53.369754 25.620415 + H41 3.962756 55.062575 27.373148 + H51 5.646451 55.510780 29.137879 + H61 7.791135 54.266163 29.149877 + C1 5.462864 73.462177 21.913126 + C2 5.560445 74.751154 21.375662 + C3 4.486882 75.641866 21.493919 + C4 3.315737 75.243601 22.149639 + C5 3.217950 73.954512 22.686130 + C6 4.291513 73.063800 22.567873 + H11 6.290747 72.775128 21.821542 + H21 6.464161 75.058770 20.870280 + H31 4.562715 76.636530 21.080121 + H41 2.487648 75.930539 22.240251 + H51 2.314234 73.646897 23.191512 + H61 4.215886 72.069247 22.982644 + C1 45.851183 3.623096 46.192765 + C2 45.433219 4.266369 45.021716 + C3 45.484493 5.662620 44.933719 + C4 45.953732 6.415599 46.016771 + C5 46.370700 5.772372 47.187895 + C6 46.319426 4.376120 47.275892 + H11 45.811244 2.546247 46.260711 + H21 45.071752 3.685537 44.185823 + H31 45.162966 6.158637 44.029880 + H41 45.992675 7.492493 45.948900 + H51 46.732167 6.353204 48.023788 + H61 46.641949 3.880058 48.179656 + C1 73.527891 11.179236 52.962937 + C2 74.618123 10.772023 52.184848 + C3 75.357591 11.718915 51.466186 + C4 75.006826 13.073019 51.525613 + C5 73.916191 13.479904 52.302848 + C6 73.176723 12.533012 53.021510 + H11 72.957374 10.448839 53.516875 + H21 74.889238 9.727432 52.139390 + H31 76.199222 11.404720 50.866791 + H41 75.576940 13.803088 50.970821 + H51 73.645076 14.524495 52.348305 + H61 72.335494 12.847534 53.621760 + C1 37.323830 38.883603 13.693313 + C2 38.658498 38.860702 14.115201 + C3 39.424819 37.700763 13.950326 + C4 38.856473 36.563725 13.363564 + C5 37.521761 36.586450 12.942660 + C6 36.755439 37.746389 13.107535 + H11 36.732741 39.778119 13.820860 + H21 39.097301 39.738060 14.567348 + H31 40.454711 37.683604 14.274927 + H41 39.447517 35.669033 13.237000 + H51 37.082958 35.709092 12.490512 + H61 35.725592 37.763723 12.781950 + C1 23.555555 26.479036 40.921627 + C2 24.710725 26.568723 41.707367 + C3 25.730109 27.460780 41.353842 + C4 25.594324 28.263150 40.214575 + C5 24.439726 28.172699 39.428537 + C6 23.420341 27.280642 39.782063 + H11 22.769556 25.790729 41.194123 + H21 24.815358 25.950195 42.586694 + H31 26.620741 27.530559 41.960672 + H41 26.380894 28.950693 39.941781 + H51 24.335092 28.791227 38.549210 + H61 22.529137 27.211627 39.175530 + C1 49.407398 24.202634 19.834982 + C2 50.007977 23.471334 18.803306 + C3 51.126792 22.673379 19.070534 + C4 51.645029 22.606724 20.369439 + C5 51.045037 23.338682 21.400643 + C6 49.926221 24.136637 21.133415 + H11 48.544744 24.818348 19.628733 + H21 49.607892 23.522176 17.801264 + H31 51.589361 22.108507 18.274741 + H41 52.508270 21.991667 20.575216 + H51 51.445122 23.287839 22.402685 + H61 49.463065 24.700851 21.929680 + C1 61.659015 3.679677 1.538924 + C2 60.363337 3.876064 1.046478 + C3 59.260263 3.416784 1.775984 + C4 59.452866 2.761117 2.997937 + C5 60.748406 2.563993 3.489722 + C6 61.851480 3.023273 2.760215 + H11 62.509743 4.033578 0.976049 + H21 60.214555 4.382446 0.104043 + H31 58.260752 3.569265 1.396426 + H41 58.602000 2.406479 3.560151 + H51 60.897188 2.057612 4.432156 + H61 62.851128 2.871530 3.140436 + C1 27.051196 41.953004 4.053285 + C2 28.421824 41.678786 4.130974 + C3 28.879439 40.360676 4.016662 + C4 27.966427 39.316785 3.824661 + C5 26.596002 39.590984 3.747951 + C6 26.138386 40.909093 3.862263 + H11 26.698294 42.969582 4.141848 + H21 29.126390 42.484123 4.278485 + H31 29.936907 40.149436 4.075610 + H41 28.319532 38.300188 3.737077 + H51 25.891436 38.785646 3.600440 + H61 25.080716 41.120353 3.802335 + C1 5.679458 38.899321 47.232556 + C2 7.009196 39.043048 47.646065 + C3 7.451606 40.264262 48.168368 + C4 6.564279 41.341748 48.277162 + C5 5.235052 41.198201 47.862813 + C6 4.792642 39.976987 47.340510 + H11 5.338411 37.957544 46.829372 + H21 7.693736 38.211659 47.562762 + H31 8.477193 40.374650 48.488249 + H41 6.905837 42.283705 48.679506 + H51 4.550513 42.029589 47.946115 + H61 3.766544 39.866419 47.021468 + C1 48.492489 27.048823 27.426323 + C2 49.468124 26.370240 26.686382 + C3 49.901581 25.103491 27.095470 + C4 49.359404 24.515326 28.244500 + C5 48.384638 25.194299 28.984744 + C6 47.951181 26.461048 28.575656 + H11 48.158510 28.025976 27.110975 + H21 49.886065 26.823624 25.799528 + H31 50.653502 24.579722 26.523965 + H41 49.694252 23.538563 28.560152 + H51 47.966697 24.740915 29.871598 + H61 47.198391 26.984427 29.146858 + C1 71.266222 63.327385 72.634331 + C2 71.610829 62.156917 71.947962 + C3 72.855530 62.057501 71.314931 + C4 73.755624 63.128552 71.368270 + C5 73.410575 64.299107 72.053747 + C6 72.165874 64.398523 72.686777 + H11 70.306066 63.404142 73.122207 + H21 70.916750 61.330276 71.907245 + H31 73.121607 61.154102 70.786339 + H41 74.715338 63.051882 70.879502 + H51 74.104654 65.125749 72.094463 + H61 71.900239 65.301836 73.216262 + C1 7.433405 58.058348 40.714332 + C2 7.915685 57.705530 39.448324 + C3 8.848991 58.524503 38.801706 + C4 9.300017 59.696294 39.421097 + C5 8.817032 60.049421 40.686467 + C6 7.883726 59.230447 41.333085 + H11 6.713294 57.426867 41.212816 + H21 7.568271 56.801194 38.970599 + H31 9.221688 58.251648 37.825498 + H41 10.019423 60.328083 38.921975 + H51 9.164446 60.953757 41.164192 + H61 7.511734 59.502994 42.309932 + C1 71.405937 43.215796 30.744180 + C2 70.462199 43.679734 29.820075 + C3 70.227679 45.053684 29.689098 + C4 70.936898 45.963695 30.482227 + C5 71.879755 45.499655 31.406792 + C6 72.114275 44.125705 31.537769 + H11 71.586482 42.156094 30.845422 + H21 69.915396 42.977807 29.207665 + H31 69.500332 45.411458 28.975446 + H41 70.755472 47.023295 30.381445 + H51 72.426557 46.201582 32.019203 + H61 72.842503 43.768032 32.250961 + C1 35.009200 22.800117 46.784026 + C2 34.606749 21.459798 46.821803 + C3 35.245826 20.514047 46.011230 + C4 36.287354 20.908617 45.162880 + C5 36.689001 22.248894 45.124510 + C6 36.049924 23.194644 45.935083 + H11 34.516004 23.529552 47.408923 + H21 33.803627 21.155123 47.476716 + H31 34.935900 19.479938 46.041246 + H41 36.779746 20.179139 44.537391 + H51 37.492122 22.553568 44.469598 + H61 36.360654 24.228796 45.905660 + C1 20.081384 41.352379 26.137276 + C2 20.190521 40.514037 27.253127 + C3 19.318094 40.673508 28.336331 + C4 18.336529 41.671320 28.303684 + C5 18.228132 42.510055 27.188378 + C6 19.100560 42.350585 26.105174 + H11 20.754534 41.229587 25.302048 + H21 20.947359 39.743771 27.278196 + H31 19.401781 40.026034 29.196628 + H41 17.664119 41.794505 29.139456 + H51 17.471295 43.280321 27.163308 + H61 19.016132 42.997665 25.244332 + C1 54.371889 31.183187 51.268942 + C2 53.967791 31.972778 50.185843 + C3 54.837177 32.934933 49.658286 + C4 56.110660 33.107497 50.213827 + C5 56.514206 32.318635 51.297332 + C6 55.644820 31.356480 51.824889 + H11 53.701175 30.441406 51.676026 + H21 52.985548 31.839334 49.756738 + H31 54.525647 33.543270 48.822097 + H41 56.780822 33.850007 49.807149 + H51 57.496449 32.452079 51.726436 + H61 55.956902 30.747414 52.660672 + C1 23.896703 39.251324 44.229888 + C2 23.687467 39.563787 42.881394 + C3 24.058890 40.820301 42.388333 + C4 24.639549 41.764351 43.243767 + C5 24.847823 41.452157 44.592207 + C6 24.476400 40.195643 45.085268 + H11 23.609859 38.282352 44.610188 + H21 23.240059 38.835324 42.221159 + H31 23.898326 41.060810 41.347799 + H41 24.925431 42.733592 42.863413 + H51 25.295231 42.180619 45.252441 + H61 24.637926 39.954865 46.125856 + C1 79.056517 27.511768 44.552530 + C2 77.873312 26.782374 44.719441 + C3 76.701254 27.192409 44.072878 + C4 76.712403 28.331838 43.259403 + C5 77.895233 29.061549 43.093363 + C6 79.067290 28.651514 43.739927 + H11 79.960344 27.195696 45.051537 + H21 77.864704 25.902921 45.346521 + H31 75.788820 26.629028 44.200951 + H41 75.808200 28.648227 42.761267 + H51 77.903840 29.941002 42.466283 + H61 79.980100 29.214578 43.610983 + C1 17.043808 42.625124 62.067772 + C2 18.230564 41.883083 62.096679 + C3 18.585283 41.174964 63.251076 + C4 17.753247 41.208887 64.376566 + C5 16.567207 41.951598 64.347856 + C6 16.212488 42.659717 63.193459 + H11 16.770483 43.171559 61.177538 + H21 18.872282 41.856317 61.228219 + H31 19.500326 40.601763 63.272850 + H41 18.027288 40.663121 65.266996 + H51 15.925489 41.978364 65.216316 + H61 15.296728 43.232248 63.171488 + C1 75.514566 74.849132 44.100891 + C2 76.595478 75.551862 43.555317 + C3 77.538242 74.882919 42.765633 + C4 77.400094 73.511246 42.521521 + C5 76.319851 72.808572 43.067836 + C6 75.377087 73.477515 43.857521 + H11 74.787703 75.365040 44.710254 + H21 76.701855 76.610248 43.743056 + H31 78.371482 75.425396 42.344008 + H41 78.127626 72.995395 41.912899 + H51 76.213474 71.750187 42.880097 + H61 74.543178 72.934981 44.278404 + C1 34.328678 33.555695 71.668889 + C2 34.337273 32.417744 72.484269 + C3 33.144287 31.731561 72.740838 + C4 31.942705 32.183329 72.182027 + C5 31.934101 33.321635 71.367582 + C6 33.127087 34.007817 71.111012 + H11 35.248749 34.085097 71.471366 + H21 35.264325 32.068724 72.914967 + H31 33.151267 30.853138 73.369059 + H41 31.022625 31.654281 72.380484 + H51 31.007049 33.670655 70.936884 + H61 33.120115 34.885886 70.481857 + C1 7.626629 39.337758 63.587717 + C2 7.228440 38.072126 63.141093 + C3 8.144071 37.013152 63.131886 + C4 9.457891 37.219809 63.569303 + C5 9.856136 38.485491 64.014930 + C6 8.940505 39.544466 64.024137 + H11 6.920500 40.154551 63.594424 + H21 6.214681 37.912384 62.804172 + H31 7.836441 36.036617 62.788258 + H41 10.164076 36.403067 63.561599 + H51 10.869895 38.645233 64.351852 + H61 9.248079 40.520950 64.368763 + C1 17.112913 47.134257 70.144882 + C2 17.183235 48.295142 70.924146 + C3 16.079659 49.152903 71.003236 + C4 14.905760 48.849780 70.303064 + C5 14.835909 47.689562 69.523223 + C6 15.939486 46.831801 69.444133 + H11 17.964224 46.472948 70.083614 + H21 18.088629 48.528819 71.464883 + H31 16.133742 50.047890 71.605242 + H41 14.054921 49.511756 70.363755 + H51 13.930515 47.455885 68.982486 + H61 15.884931 45.936147 68.842703 + C1 13.416602 27.204287 52.299202 + C2 13.048021 28.539052 52.093288 + C3 14.032987 29.516551 51.908276 + C4 15.386533 29.159285 51.929179 + C5 15.754935 27.824881 52.136009 + C6 14.769970 26.847381 52.321021 + H11 12.656902 26.450497 52.442277 + H21 12.003772 28.814738 52.076521 + H31 13.748438 30.546027 51.748435 + H41 16.146055 29.913436 51.787020 + H51 16.799185 27.549195 52.152776 + H61 15.054698 25.817545 52.479947 + C1 33.690191 44.225294 46.311882 + C2 34.056261 42.875579 46.376012 + C3 35.339785 42.518196 46.805819 + C4 36.257238 43.510527 47.171498 + C5 35.891420 44.860000 47.106431 + C6 34.607896 45.217384 46.676624 + H11 32.700379 44.500877 45.980009 + H21 33.348341 42.109847 46.094507 + H31 35.621677 41.476881 46.856188 + H41 37.247302 43.234702 47.502434 + H51 36.599340 45.625732 47.387936 + H61 34.325752 46.258941 46.627192 + C1 43.389548 76.918996 60.870578 + C2 44.062829 75.744298 61.226429 + C3 43.366128 74.532010 61.296101 + C4 41.996145 74.494418 61.009923 + C5 41.322912 75.669140 60.655070 + C6 42.019613 76.881428 60.585398 + H11 43.926862 77.854016 60.817242 + H21 45.119910 75.773036 61.446647 + H31 43.885895 73.625727 61.569655 + H41 41.458879 73.559422 61.064257 + H51 40.265831 75.640402 60.434852 + H61 41.499799 77.787687 60.310846 + C1 59.306718 35.894985 72.140055 + C2 59.722014 34.962090 71.182408 + C3 59.865009 33.614563 71.533996 + C4 59.592709 33.199931 72.843231 + C5 59.178408 34.132917 73.800845 + C6 59.035413 35.480444 73.449257 + H11 59.196829 36.934324 71.868923 + H21 59.931539 35.281730 70.172125 + H31 60.184423 32.894863 70.794845 + H41 59.703593 32.160683 73.114330 + H51 58.968883 33.813278 74.811128 + H61 58.715004 36.200052 74.188441 + C1 55.185160 74.126793 42.521939 + C2 55.777331 72.890759 42.236625 + C3 57.168589 72.792544 42.115606 + C4 57.967676 73.930363 42.279900 + C5 57.375416 75.166293 42.564223 + C6 55.984158 75.264508 42.685243 + H11 54.112109 74.202548 42.614876 + H21 55.161003 72.012715 42.110453 + H31 57.625312 71.838745 41.896497 + H41 59.040638 73.854503 42.185973 + H51 57.991744 76.044337 42.690395 + H61 55.527524 76.218411 42.905342 + C1 74.984872 49.494297 24.669348 + C2 75.734250 50.561681 24.160451 + C3 75.088061 51.721126 23.715459 + C4 73.692495 51.813188 23.779364 + C5 72.943309 50.745553 24.287311 + C6 73.589498 49.586108 24.732304 + H11 75.483285 48.599942 25.012171 + H21 76.810990 50.491044 24.111658 + H31 75.666389 52.544844 23.323842 + H41 73.194274 52.707292 23.435592 + H51 71.866569 50.816190 24.336105 + H61 73.010978 48.762641 25.124869 + C1 72.873477 22.488039 13.493099 + C2 72.198615 21.321748 13.113391 + C3 72.345826 20.151134 13.866970 + C4 73.167900 20.146810 15.000258 + C5 73.843328 21.312701 15.379244 + C6 73.696116 22.483315 14.625664 + H11 72.760204 23.390743 12.911628 + H21 71.563858 21.325097 12.239427 + H31 71.824343 19.251779 13.574477 + H41 73.281739 19.243706 15.581007 + H51 74.478085 21.309352 16.253208 + H61 74.217035 23.383070 14.918879 + C1 8.765960 63.370544 25.863927 + C2 7.727392 63.551546 24.942805 + C3 7.981702 64.173350 23.714564 + C4 9.274581 64.614152 23.407445 + C5 10.312670 64.433971 24.328878 + C6 10.058360 63.812167 25.557119 + H11 8.569671 62.891318 26.811359 + H21 6.730001 63.210962 25.179356 + H31 7.180601 64.311992 23.003683 + H41 9.470391 65.094199 22.460324 + H51 11.310061 64.774555 24.092327 + H61 10.859940 63.672704 26.267689 + C1 60.276635 55.977928 56.556839 + C2 59.136701 56.186793 55.771488 + C3 58.702942 57.489896 55.500068 + C4 59.409118 58.584133 56.014000 + C5 60.548282 58.375147 56.799979 + C6 60.982041 57.072045 57.071398 + H11 60.610894 54.972869 56.766460 + H21 58.592131 55.342690 55.374404 + H31 57.824113 57.650852 54.893364 + H41 59.074089 59.589072 55.805007 + H51 61.092852 59.219250 57.197062 + H61 61.861639 56.911209 57.677475 + C1 3.671452 29.179967 13.954912 + C2 2.390966 29.133810 13.390930 + C3 2.134606 29.791379 12.181892 + C4 3.158733 30.495106 11.536836 + C5 4.438699 30.541966 12.101305 + C6 4.695059 29.884396 13.310343 + H11 3.869004 28.673118 14.887591 + H21 1.600899 28.590403 13.888167 + H31 1.146988 29.754822 11.746450 + H41 2.960661 31.002658 10.604643 + H51 5.228766 31.085372 11.604067 + H61 5.683197 29.920251 13.745298 + C1 52.117348 53.328068 48.301526 + C2 53.456738 53.564633 47.969982 + C3 54.347711 54.028482 48.945123 + C4 53.899295 54.255766 50.251810 + C5 52.559907 54.020105 50.582928 + C6 51.668934 53.556256 49.607786 + H11 51.430142 52.970695 47.549298 + H21 53.802982 53.388740 46.962054 + H31 55.381162 54.209962 48.689424 + H41 54.586503 54.614044 51.003612 + H51 52.213663 54.195998 51.590855 + H61 50.635481 53.373871 49.863912 + C1 22.935443 14.823465 38.852005 + C2 21.909098 15.272393 39.691607 + C3 21.585508 14.552559 40.847902 + C4 22.288262 13.383797 41.164596 + C5 23.313763 12.934546 40.324563 + C6 23.637354 13.654380 39.168268 + H11 23.184702 15.378475 37.960014 + H21 21.367241 16.174422 39.447729 + H31 20.794392 14.899577 41.496015 + H41 22.038160 12.828464 42.056156 + H51 23.855620 12.032517 40.568441 + H61 24.429313 13.307684 38.520585 + C1 56.826285 57.861019 51.199287 + C2 56.125181 59.066071 51.072190 + C3 56.585652 60.215868 51.724743 + C4 57.747227 60.160613 52.504393 + C5 58.447583 58.955492 52.632149 + C6 57.987112 57.805696 51.979597 + H11 56.470873 56.974175 50.696292 + H21 55.229342 59.109001 50.470218 + H31 56.045226 61.145642 51.625766 + H41 58.101891 61.047388 53.008047 + H51 59.343422 58.912562 53.234121 + H61 58.528287 56.875990 52.077914 + C1 21.581643 72.615201 64.678678 + C2 22.305461 71.451879 64.966116 + C3 21.670740 70.204729 64.925667 + C4 20.312202 70.120900 64.597781 + C5 19.588405 71.284173 64.311342 + C6 20.223126 72.531324 64.351790 + H11 22.071142 73.577078 64.710274 + H21 23.353740 71.516340 65.218498 + H31 22.229521 69.307313 65.146453 + H41 19.822724 69.158975 64.567183 + H51 18.540126 71.219713 64.058960 + H61 19.664324 73.428789 64.130006 + C1 65.155266 75.432847 30.522010 + C2 63.826655 75.026676 30.349763 + C3 63.426454 73.749456 30.760176 + C4 64.354864 72.878406 31.342835 + C5 65.683418 73.284283 31.514128 + C6 66.083619 74.561503 31.103716 + H11 65.463947 76.417781 30.205098 + H21 63.110124 75.698813 29.900814 + H31 62.401241 73.436658 30.628140 + H41 64.046126 71.893177 31.658794 + H51 66.399950 72.612145 31.963077 + H61 67.108889 74.874594 31.236706 + C1 55.984562 51.276022 4.708160 + C2 55.660427 50.270576 5.626780 + C3 54.390064 49.682830 5.601821 + C4 53.443836 50.100530 4.658242 + C5 53.767724 51.106465 3.740458 + C6 55.038087 51.694211 3.765417 + H11 56.964225 51.729557 4.727717 + H21 56.390553 49.947781 6.354420 + H31 54.140528 48.906500 6.309904 + H41 52.463926 49.647483 4.639522 + H51 53.037598 51.429260 3.012818 + H61 55.287870 52.470053 3.056497 + C1 10.296562 30.314499 35.211973 + C2 9.140980 31.069149 35.446462 + C3 8.012603 30.463793 36.012325 + C4 8.039808 29.103787 36.343699 + C5 9.194922 28.349172 36.108327 + C6 10.323299 28.954528 35.542464 + H11 11.166662 30.781355 34.775184 + H21 9.120050 32.118558 35.191426 + H31 7.121573 31.046346 36.194078 + H41 7.169240 28.636966 36.779605 + H51 9.215852 27.299763 36.363364 + H61 11.214797 28.371940 35.361595 + C1 45.117477 39.658047 76.319698 + C2 43.908931 40.065850 76.896729 + C3 43.622869 41.429602 77.031780 + C4 44.545353 42.385552 76.589799 + C5 45.754053 41.977689 76.013754 + C6 46.040114 40.613936 75.878704 + H11 45.338211 38.606229 76.215926 + H21 43.196860 39.328441 77.237206 + H31 42.690063 41.744012 77.476028 + H41 44.324772 43.437310 76.694557 + H51 46.466124 42.715097 75.673277 + H61 46.972767 40.299587 75.433469 + C1 39.963799 51.541199 31.322601 + C2 40.349847 52.873667 31.510611 + C3 39.609215 53.906416 30.923428 + C4 38.482534 53.606698 30.148235 + C5 38.097216 52.274382 29.959559 + C6 38.837849 51.241633 30.546742 + H11 40.535288 50.744712 31.775174 + H21 41.218710 53.105089 32.109161 + H31 39.906588 54.934325 31.069404 + H41 37.911775 54.403336 29.694995 + H51 37.228354 52.042960 29.361009 + H61 38.539745 50.213572 30.401431 + C1 43.534580 70.667586 11.483116 + C2 42.975412 71.108369 12.688476 + C3 41.585296 71.114874 12.854081 + C4 40.754347 70.680596 11.814325 + C5 41.313507 70.240811 10.608894 + C6 42.703623 70.234305 10.443290 + H11 44.606709 70.662963 11.355317 + H21 43.616393 71.442866 13.490970 + H31 41.154147 71.453994 13.784374 + H41 39.682210 70.686216 11.942053 + H51 40.672526 69.906313 9.806400 + H61 43.134780 69.894187 9.513068 + C1 58.592924 60.580112 67.040904 + C2 58.684167 61.879185 66.527157 + C3 57.709397 62.830197 66.851645 + C4 56.643386 62.482136 67.689879 + C5 56.551767 61.183000 68.202701 + C6 57.526536 60.231988 67.878213 + H11 59.344543 59.846577 66.790286 + H21 59.506880 62.148037 65.880936 + H31 57.780492 63.832584 66.456041 + H41 55.891391 63.215608 67.939572 + H51 55.729054 60.914148 68.848922 + H61 57.455818 59.229664 68.274741 + C1 53.182985 2.454441 51.343689 + C2 52.422358 2.069483 50.233236 + C3 52.568529 2.745912 49.016285 + C4 53.475326 3.807298 48.909786 + C5 54.235065 4.192696 50.020371 + C6 54.088895 3.516268 51.237322 + H11 53.069918 1.932953 52.282347 + H21 51.723163 1.250234 50.315080 + H31 51.982401 2.448151 48.159471 + H41 53.587505 4.329227 47.971261 + H51 54.934260 5.011945 49.938527 + H61 54.675910 3.813588 52.094004 + C1 3.518979 21.966275 71.227745 + C2 2.335427 21.270144 71.500616 + C3 2.030111 20.103216 70.790015 + C4 2.908347 19.632419 69.806544 + C5 4.091190 20.329039 69.533164 + C6 4.396506 21.495967 70.243765 + H11 3.754206 22.866484 71.775564 + H21 1.658061 21.632908 72.259772 + H31 1.117518 19.565771 71.001353 + H41 2.672412 18.732699 69.258216 + H51 4.768556 19.966275 68.774008 + H61 5.309808 22.032923 70.032936 + C1 62.145134 3.247417 26.873133 + C2 61.349722 4.363647 27.158091 + C3 61.907125 5.647395 27.123686 + C4 63.259940 5.814914 26.804324 + C5 64.055322 4.698729 26.520366 + C6 63.497919 3.414981 26.554770 + H11 61.715265 2.257316 26.900069 + H21 60.305849 4.234611 27.403895 + H31 61.293121 6.508460 27.342555 + H41 63.689779 6.805060 26.778388 + H51 65.099195 4.827765 26.274561 + H61 64.111953 2.553870 26.334902 + C1 49.983759 12.940995 75.889237 + C2 48.977954 13.759544 76.416670 + C3 48.541440 13.571652 77.733500 + C4 49.110730 12.565211 78.522898 + C5 50.115680 11.746266 77.995131 + C6 50.552195 11.934158 76.678301 + H11 50.320104 13.085707 74.873489 + H21 48.539079 14.536465 75.807963 + H31 47.766220 14.203862 78.140542 + H41 48.773530 12.420104 79.538312 + H51 50.554555 10.969345 78.603838 + H61 51.328269 11.302345 76.271594 + C1 70.351832 66.093737 52.522323 + C2 69.026204 66.540922 52.471447 + C3 68.136221 65.988050 51.542925 + C4 68.571866 64.987993 50.665278 + C5 69.897527 64.541649 50.715613 + C6 70.787510 65.094522 51.644136 + H11 71.038288 66.520462 53.238212 + H21 68.689792 67.312033 53.148911 + H31 67.113353 66.332436 51.504499 + H41 67.885443 64.562109 49.948848 + H51 70.233939 63.770539 50.038150 + H61 71.810344 64.749295 51.683102 + C1 54.138628 4.659273 74.520466 + C2 55.520840 4.457795 74.614000 + C3 56.387917 5.145051 73.756242 + C4 55.872782 6.033783 72.804951 + C5 54.490742 6.234418 72.710907 + C6 53.623665 5.547162 73.568665 + H11 53.469920 4.128896 75.181786 + H21 55.918458 3.772627 75.348292 + H31 57.454243 4.990259 73.829214 + H41 56.541662 6.563317 72.143121 + H51 54.093124 6.919586 71.976615 + H61 52.557167 5.702797 73.496203 + C1 56.534195 23.817034 73.062111 + C2 57.520639 23.203453 73.843326 + C3 57.561618 21.808154 73.949873 + C4 56.616153 21.026436 73.275205 + C5 55.629365 21.640074 72.494927 + C6 55.588387 23.035373 72.388380 + H11 56.502408 24.893189 72.980293 + H21 58.250517 23.806396 74.363401 + H31 58.323283 21.334942 74.551766 + H41 56.647596 19.950337 73.357960 + H51 54.899488 21.037130 71.974852 + H61 54.827065 23.508528 71.785550 + C1 41.610132 28.580710 16.064269 + C2 42.109452 28.258162 14.796794 + C3 41.923708 29.140671 13.726015 + C4 41.238643 30.345727 13.922710 + C5 40.738641 30.667660 15.189790 + C6 40.924385 29.785151 16.260569 + H11 41.753082 27.899846 16.889983 + H21 42.638543 27.328770 14.645029 + H31 42.309849 28.892142 12.748535 + H41 41.095011 31.025976 13.096601 + H51 40.209550 31.597053 15.341556 + H61 40.538926 30.034295 17.238444 + C1 16.795976 43.987244 49.696822 + C2 16.915044 45.357079 49.433719 + C3 15.766676 46.147048 49.302990 + C4 14.499239 45.567182 49.435365 + C5 14.380318 44.197405 49.697481 + C6 15.528687 43.407436 49.828210 + H11 17.681696 43.377958 49.797248 + H21 17.892826 45.804710 49.332176 + H31 15.858737 47.203964 49.101022 + H41 13.613666 46.176526 49.333952 + H51 13.402537 43.749775 49.799023 + H61 15.436478 42.350461 50.031165 + C1 58.338681 72.086677 7.271152 + C2 59.069924 73.162959 7.787633 + C3 58.440257 74.108509 8.605768 + C4 57.079347 73.977778 8.907423 + C5 56.348133 72.902166 8.390200 + C6 56.977800 71.956616 7.572065 + H11 58.824285 71.357666 6.639848 + H21 60.120029 73.263612 7.555493 + H31 59.004758 74.938174 9.004933 + H41 56.593772 74.707458 9.537985 + H51 55.298028 72.801512 8.622340 + H61 56.413269 71.126281 7.173643 + C1 43.045756 68.319042 22.269155 + C2 41.907367 67.512822 22.387178 + C3 41.558511 66.972133 23.630499 + C4 42.348044 67.237665 24.755796 + C5 43.486727 68.042980 24.637467 + C6 43.835583 68.583669 23.394146 + H11 43.314975 68.735700 21.310128 + H21 41.297793 67.308377 21.519213 + H31 40.679718 66.351031 23.721560 + H41 42.079119 66.820102 25.714517 + H51 44.096301 68.247425 25.505432 + H61 44.714082 69.205677 23.303391 + C1 21.213559 33.883823 61.501741 + C2 20.275195 32.849207 61.407442 + C3 18.910673 33.126554 61.552524 + C4 18.484515 34.438519 61.791906 + C5 19.422882 35.472703 61.887107 + C6 20.787404 35.195355 61.742025 + H11 22.265969 33.669787 61.390225 + H21 20.603783 31.837062 61.222146 + H31 18.186851 32.328447 61.478745 + H41 17.432108 34.652123 61.904324 + H51 19.094294 36.484848 62.072403 + H61 21.511222 35.993895 61.814902 + C1 65.264675 37.288792 36.083919 + C2 64.770985 37.130963 34.783453 + C3 65.297241 36.135981 33.951014 + C4 66.317187 35.298827 34.419040 + C5 66.811350 35.457352 35.718966 + C6 66.285094 36.452335 36.551405 + H11 64.859022 38.056454 36.725757 + H21 63.983664 37.776357 34.422437 + H31 64.915572 36.013713 32.948160 + H41 66.723313 34.531862 33.776662 + H51 67.598672 34.811958 36.079982 + H61 66.666290 36.573907 37.554799 + C1 54.507362 10.074095 72.273031 + C2 53.150855 9.941015 72.592450 + C3 52.406443 11.065889 72.967151 + C4 53.018538 12.323842 73.022434 + C5 54.375036 12.456606 72.703964 + C6 55.119447 11.331732 72.329263 + H11 55.081532 9.206426 71.984427 + H21 52.678330 8.970657 72.549248 + H31 51.359748 10.963200 73.212554 + H41 52.444358 13.191195 73.311988 + H51 54.847560 13.426964 72.747166 + H61 56.166152 11.434737 72.082912 + C1 29.793443 57.227241 19.838026 + C2 30.107213 57.044695 21.190090 + C3 30.092773 58.137030 22.065582 + C4 29.764563 59.411911 21.589010 + C5 29.451792 59.594450 20.236979 + C6 29.466233 58.502115 19.361487 + H11 29.804981 56.384796 19.162772 + H21 30.359850 56.061065 21.558040 + H31 30.333872 57.995844 23.108786 + H41 29.754025 60.254349 22.264297 + H51 29.199156 60.578081 19.869029 + H61 29.224134 58.643308 18.318250 + C1 37.762172 41.730901 21.220463 + C2 36.729165 40.797386 21.366395 + C3 35.396681 41.198258 21.212516 + C4 35.097204 42.532647 20.912706 + C5 36.130070 43.466088 20.767762 + C6 37.462554 43.065216 20.921641 + H11 38.789817 41.421742 21.339542 + H21 36.960090 39.767729 21.597092 + H31 34.599961 40.477761 21.324134 + H41 34.069418 42.841733 20.794615 + H51 35.899144 44.495745 20.537065 + H61 38.259415 43.785787 20.809035 + C1 26.521756 47.088030 36.367133 + C2 26.993868 47.491802 37.621697 + C3 27.939722 46.711917 38.297738 + C4 28.413464 45.528260 37.719215 + C5 27.940651 45.124188 36.465298 + C6 26.994797 45.904073 35.789257 + H11 25.791969 47.689365 35.845961 + H21 26.628923 48.405297 38.067884 + H31 28.304564 47.024077 39.265097 + H41 29.142549 44.926625 38.241034 + H51 28.305596 44.210693 36.019111 + H61 26.630657 45.592213 34.821252 + C1 3.663369 21.089868 24.012437 + C2 2.369602 20.917828 24.518817 + C3 1.780846 19.647688 24.517951 + C4 2.485857 18.549587 24.010705 + C5 3.779018 18.721903 23.503580 + C6 4.367774 19.992044 23.504446 + H11 4.117242 22.069569 24.012776 + H21 1.825792 21.764819 24.910760 + H31 0.783163 19.514977 24.909556 + H41 2.031378 17.570163 24.009621 + H51 4.322828 17.874913 23.111637 + H61 5.366063 20.124478 23.113587 + C1 70.094324 70.656792 57.622892 + C2 71.396103 70.593928 58.134040 + C3 72.012423 71.751656 58.623637 + C4 71.326965 72.972249 58.602087 + C5 70.025779 73.035144 58.090134 + C6 69.409459 71.877416 57.600537 + H11 69.619187 69.763925 57.244943 + H21 71.924837 69.652183 58.151298 + H31 73.016295 71.702779 59.018845 + H41 71.802695 73.865147 58.979231 + H51 69.497045 73.976889 58.072876 + H61 68.404994 71.926262 57.206134 + C1 34.335726 62.826794 41.019752 + C2 35.433813 63.109271 41.840887 + C3 36.396583 62.122903 42.085925 + C4 36.261266 60.854059 41.509828 + C5 35.162836 60.571473 40.689627 + C6 34.200066 61.557840 40.444589 + H11 33.593015 63.587461 40.831122 + H21 35.538669 64.088341 42.284923 + H31 37.244150 62.341307 42.718591 + H41 37.003634 60.093283 41.699392 + H51 35.057980 59.592403 40.245591 + H61 33.352841 61.339546 39.810989 + C1 30.259121 64.050060 70.477872 + C2 30.286607 64.683049 71.726239 + C3 31.493476 65.180114 72.232484 + C4 32.672859 65.044190 71.490363 + C5 32.645407 64.410455 70.242661 + C6 31.438538 63.913389 69.736415 + H11 29.328352 63.666370 70.087660 + H21 29.376673 64.788537 72.298632 + H31 31.514311 65.669292 73.195089 + H41 33.603662 65.427134 71.881239 + H51 33.555341 64.304967 69.670268 + H61 31.417669 63.424958 68.773146 + C1 61.521735 55.010091 47.119708 + C2 62.759080 55.334009 46.550581 + C3 63.435394 54.393719 45.764232 + C4 62.874363 53.129511 45.547010 + C5 61.637683 52.805450 46.116870 + C6 60.961368 53.745740 46.903219 + H11 61.000360 55.735205 47.726496 + H21 63.191756 56.309533 46.717574 + H31 64.389445 54.644128 45.324437 + H41 63.396403 52.404254 44.940955 + H51 61.205007 51.829926 45.949877 + H61 60.006653 53.495473 47.342280 + C1 50.469199 44.047652 22.609309 + C2 49.926061 42.937325 21.952022 + C3 48.765534 42.330022 22.446240 + C4 48.148146 42.833045 23.597745 + C5 48.691823 43.942593 24.255355 + C6 49.852349 44.549897 23.761137 + H11 51.364485 44.515751 22.228311 + H21 50.401922 42.549504 21.063264 + H31 48.346109 41.474101 21.938480 + H41 47.253398 42.364168 23.979066 + H51 48.215961 44.330415 25.144113 + H61 50.271236 45.406595 24.268574 + C1 30.257340 16.416614 14.689523 + C2 29.094136 17.183039 14.550239 + C3 29.126382 18.557935 14.811984 + C4 30.321832 19.166407 15.213014 + C5 31.484530 18.399837 15.353149 + C6 31.452285 17.024941 15.091404 + H11 30.232310 15.356151 14.488013 + H21 28.171905 16.713847 14.240253 + H31 28.229182 19.149206 14.703509 + H41 30.346357 20.226725 15.415375 + H51 32.406761 18.869029 15.663135 + H61 32.349991 16.433814 15.199029 + C1 14.457869 48.395322 22.298637 + C2 14.553331 47.546101 23.407493 + C3 13.402939 46.939210 23.925345 + C4 12.157084 47.181539 23.334342 + C5 12.061648 48.031373 22.226277 + C6 13.212040 48.638264 21.708424 + H11 15.345101 48.863668 21.899531 + H21 15.514536 47.358560 23.863184 + H31 13.476912 46.283323 24.780143 + H41 11.269878 46.713806 23.734238 + H51 11.100443 48.218914 21.770585 + H61 13.138041 49.293539 20.852837 + C1 38.174289 56.463321 43.601197 + C2 39.067526 57.452714 43.173319 + C3 38.849699 58.790762 43.522705 + C4 37.738634 59.139417 44.299969 + C5 36.845121 58.150229 44.726907 + C6 37.062948 56.812182 44.377521 + H11 38.342134 55.431414 43.331366 + H21 39.925104 57.183796 42.574166 + H31 39.539431 59.553752 43.193382 + H41 37.570513 60.171530 44.568860 + H51 35.987543 58.419147 45.326060 + H61 36.373492 56.048986 44.707783 + C1 13.169277 41.853304 26.248255 + C2 13.606472 43.117342 25.834833 + C3 14.885614 43.270875 25.287007 + C4 15.727561 42.160368 25.152602 + C5 15.290676 40.896780 25.566861 + C6 14.011534 40.743248 26.114687 + H11 12.182865 41.735028 26.671122 + H21 12.956784 43.974095 25.937897 + H31 15.222338 44.245903 24.967203 + H41 16.714283 42.279095 24.730572 + H51 15.940364 40.040028 25.463797 + H61 13.674500 39.767769 26.433654 + C1 42.900912 16.236991 40.244785 + C2 44.273213 16.024123 40.421780 + C3 44.721248 14.917136 41.152351 + C4 43.796982 14.023017 41.705929 + C5 42.424937 14.236484 41.529693 + C6 41.976902 15.343471 40.799121 + H11 42.555420 17.090997 39.681647 + H21 44.986427 16.713518 39.994227 + H31 45.779954 14.752525 41.287937 + H41 44.142730 13.169610 42.269825 + H51 41.711724 13.547088 41.957245 + H61 40.917940 15.507482 40.662777 + C1 44.128554 39.642266 39.156689 + C2 43.374796 40.552777 39.906802 + C3 44.000197 41.652060 40.507087 + C4 45.379357 41.840832 40.357259 + C5 46.133016 40.929893 39.608045 + C6 45.507615 39.830610 39.007760 + H11 43.646212 38.794244 38.694068 + H21 42.310652 40.407608 40.021971 + H31 43.418395 42.354912 41.084878 + H41 45.861600 42.688426 40.820779 + H51 47.197160 41.075063 39.492876 + H61 46.089516 39.128186 38.429071 + C1 12.198502 50.519004 66.525659 + C2 12.772554 51.199415 65.445216 + C3 14.164851 51.306515 65.345566 + C4 14.983096 50.733203 66.326359 + C5 14.408992 50.053759 67.407050 + C6 13.016695 49.946659 67.506700 + H11 11.124666 50.436776 66.602660 + H21 12.141417 51.641251 64.688124 + H31 14.607550 51.830578 64.511473 + H41 16.056880 50.816398 66.249607 + H51 15.040129 49.611924 68.164143 + H61 12.574048 49.421629 68.340545 + C1 41.976441 43.629626 38.246569 + C2 43.349383 43.762171 38.007171 + C3 44.173068 44.359295 38.968877 + C4 43.623811 44.823873 40.169980 + C5 42.250951 44.692144 40.408806 + C6 41.427266 44.095020 39.447100 + H11 41.341162 43.169434 37.504640 + H21 43.773383 43.403237 37.080818 + H31 45.232347 44.460552 38.784452 + H41 44.259173 45.284881 40.911338 + H51 41.826951 45.051078 41.335159 + H61 40.367904 43.992946 39.632096 + C1 33.399640 53.402375 14.325407 + C2 32.095265 52.901287 14.411247 + C3 31.622685 52.009869 13.440715 + C4 32.454480 51.619538 12.384342 + C5 33.758278 52.121345 12.298115 + C6 34.230858 53.012763 13.268647 + H11 33.763926 54.090187 15.073753 + H21 31.453618 53.201860 15.226530 + H31 30.616752 51.622629 13.507651 + H41 32.089616 50.932445 11.635609 + H51 34.399924 51.820772 11.482832 + H61 35.237368 53.399284 13.202098 + C1 31.604879 60.065236 53.043048 + C2 30.497332 59.371372 53.544789 + C3 29.621929 60.001810 54.437038 + C4 29.854073 61.326113 54.827546 + C5 30.961981 62.019426 54.326556 + C6 31.837384 61.388988 53.434307 + H11 32.280217 59.578820 52.355202 + H21 30.317759 58.349858 53.243121 + H31 28.767018 59.466712 54.823216 + H41 29.179096 61.811978 55.516143 + H51 31.141554 63.040940 54.628224 + H61 32.691934 61.924636 53.047377 + C1 21.557257 19.182298 43.906479 + C2 20.906102 20.305437 44.430319 + C3 19.695596 20.735513 43.873901 + C4 19.136245 20.042451 42.793644 + C5 19.787864 18.920095 42.269388 + C6 20.998370 18.490019 42.825806 + H11 22.491062 18.850885 44.335416 + H21 21.337212 20.839876 45.264141 + H31 19.192900 21.601366 44.278787 + H41 18.202903 20.374647 42.364292 + H51 19.356753 18.385655 41.435566 + H61 21.500601 17.623383 42.421336 + C1 47.281679 17.985834 63.256937 + C2 48.596896 18.312349 63.608282 + C3 49.587380 17.322989 63.608649 + C4 49.262647 16.007114 63.257671 + C5 47.947436 15.680598 62.907326 + C6 46.956952 16.669958 62.906960 + H11 46.517729 18.748851 63.257053 + H21 48.847709 19.327642 63.878492 + H31 50.602142 17.575266 63.878743 + H41 50.026602 15.244097 63.258555 + H51 47.696623 14.665305 62.637117 + H61 45.942183 16.417682 62.635866 + C1 39.540343 48.434226 41.302974 + C2 40.287495 49.212786 40.411089 + C3 41.686059 49.154203 40.432999 + C4 42.337469 48.317060 41.346792 + C5 41.590353 47.539406 42.239096 + C6 40.191790 47.597989 42.217187 + H11 38.461704 48.479750 41.286287 + H21 39.785054 49.858234 39.705617 + H31 42.262256 49.754127 39.744213 + H41 43.416145 48.272443 41.363899 + H51 42.092795 46.893959 42.944568 + H61 39.615556 46.997159 42.905553 + C1 56.163218 27.753557 53.631537 + C2 56.685938 28.860115 54.311348 + C3 58.059617 28.937792 54.569928 + C4 58.910576 27.908910 54.148697 + C5 58.387689 26.802160 53.469854 + C6 57.014010 26.724483 53.211274 + H11 55.103695 27.693525 53.432483 + H21 56.029626 29.654278 54.635850 + H31 58.462827 29.791986 55.093484 + H41 59.969932 27.968751 54.348719 + H51 59.044002 26.007998 53.145352 + H61 56.610967 25.870481 52.686750 + C1 4.836105 75.922636 71.000881 + C2 4.859251 77.135022 71.700478 + C3 4.543973 78.329359 71.041654 + C4 4.205550 78.311310 69.683233 + C5 4.183367 77.099193 68.983651 + C6 4.498645 75.904856 69.642476 + H11 5.079657 75.001580 71.508968 + H21 5.119729 77.149029 72.748665 + H31 4.560900 79.264422 71.581754 + H41 3.962961 79.232635 69.175161 + H51 3.922889 77.085186 67.935464 + H61 4.480755 74.969524 69.102360 + C1 33.924233 24.241700 62.107512 + C2 34.342948 25.402466 62.768687 + C3 35.022642 26.402927 62.063716 + C4 35.283622 26.242622 60.697569 + C5 34.865762 25.081600 60.036846 + C6 34.186068 24.081139 60.741817 + H11 33.400364 23.469954 62.651372 + H21 34.141129 25.526557 63.822543 + H31 35.344692 27.298764 62.573712 + H41 35.808346 27.014112 60.154161 + H51 35.067581 24.957509 58.982990 + H61 33.863163 23.185558 60.231370 + C1 16.890544 65.991037 20.983917 + C2 17.087044 64.947744 20.071350 + C3 17.702061 65.201817 18.839648 + C4 18.120580 66.499183 18.520512 + C5 17.923201 67.542374 19.432614 + C6 17.308184 67.288301 20.664316 + H11 16.415848 65.795087 21.933697 + H21 16.764763 63.946645 20.317679 + H31 17.854476 64.396669 18.136197 + H41 18.594397 66.695031 17.570267 + H51 18.245483 68.543472 19.186285 + H61 17.156648 68.093551 21.368233 + C1 45.344571 46.394896 60.820699 + C2 44.367407 47.292617 61.266904 + C3 44.742853 48.549051 61.757114 + C4 46.095463 48.907763 61.801119 + C5 47.072414 48.009748 61.355845 + C6 46.696968 46.753315 60.865635 + H11 45.054966 45.425730 60.442997 + H21 43.323773 47.016245 61.232442 + H31 43.988825 49.241846 62.100353 + H41 46.384856 49.876636 62.179752 + H51 48.116048 48.286120 61.390308 + H61 47.451209 46.060814 60.521464 + C1 70.490598 60.900385 16.952376 + C2 71.683631 61.291560 16.333098 + C3 71.757441 61.360661 14.936793 + C4 70.638217 61.038587 14.159766 + C5 69.445747 60.646587 14.779028 + C6 69.371937 60.577486 16.175333 + H11 70.433857 60.846734 18.029277 + H21 72.547020 61.540666 16.932469 + H31 72.677571 61.663418 14.459263 + H41 70.695521 61.091412 13.082849 + H51 68.582358 60.397480 14.179657 + H61 68.451244 60.275554 16.652879 + C1 30.918878 44.032873 64.181918 + C2 30.040047 43.302916 63.372801 + C3 28.829801 43.873800 62.961356 + C4 28.498386 45.174640 63.359029 + C5 29.376717 45.904005 64.168779 + C6 30.586963 45.333121 64.580223 + H11 31.852095 43.592372 64.499534 + H21 30.295880 42.299523 63.065405 + H31 28.152417 43.310907 62.336344 + H41 27.564669 45.614549 63.042045 + H51 29.120884 46.907398 64.476174 + H61 31.264847 45.896605 65.204603 + C1 21.021822 50.162047 5.303626 + C2 20.405023 51.379978 5.613551 + C3 21.128920 52.574658 5.520787 + C4 22.469616 52.551406 5.118097 + C5 23.086452 51.333535 4.809169 + C6 22.362556 50.138855 4.901934 + H11 20.463567 49.240641 5.375569 + H21 19.370495 51.398137 5.923651 + H31 20.652647 53.514223 5.758943 + H41 23.027909 53.472872 5.047151 + H51 24.120981 51.315376 4.499070 + H61 22.838791 49.199230 4.662780 + C1 28.399572 27.457107 24.347976 + C2 27.977747 28.179488 23.225443 + C3 27.724725 29.552331 23.331148 + C4 27.893528 30.202792 24.559386 + C5 28.314369 29.480240 25.681859 + C6 28.567392 28.107397 25.576154 + H11 28.594323 26.398219 24.266473 + H21 27.848064 27.677909 22.277634 + H31 27.400290 30.109639 22.464842 + H41 27.697794 31.261509 24.640828 + H51 28.444053 29.981819 26.629668 + H61 28.892810 27.550260 26.442520 + C1 2.534110 6.580821 55.321587 + C2 3.871401 6.560078 55.735197 + C3 4.893177 6.817045 54.813333 + C4 4.577661 7.094755 53.477859 + C5 3.240623 7.114531 53.064252 + C6 2.218847 6.857563 53.986116 + H11 1.746128 6.382239 56.032547 + H21 4.114947 6.346445 56.765628 + H31 5.924704 6.801994 55.132804 + H41 5.365896 7.292370 52.766902 + H51 2.997077 7.328164 52.033821 + H61 1.187067 6.873582 53.666642 + C1 3.802660 8.599062 58.517529 + C2 5.056441 8.667233 59.136589 + C3 6.115022 9.328497 58.502533 + C4 5.919822 9.921591 57.249417 + C5 4.666474 9.852542 56.630154 + C6 3.607894 9.191278 57.264210 + H11 2.986371 8.088705 59.006427 + H21 5.207026 8.210235 60.103656 + H31 7.081896 9.381857 58.980702 + H41 6.736545 10.431071 56.760317 + H51 4.515890 10.309540 55.663087 + H61 2.640586 9.138796 56.786243 + C1 58.216416 73.808730 68.566555 + C2 58.650855 72.893950 69.533143 + C3 57.738845 72.359804 70.451193 + C4 56.392395 72.740438 70.402655 + C5 55.958350 73.655780 69.436795 + C6 56.870361 74.189927 68.518745 + H11 58.919937 74.220954 67.858782 + H21 59.689503 72.599724 69.570322 + H31 58.073971 71.653354 71.196146 + H41 55.689268 72.328776 71.111156 + H51 54.919702 73.950007 69.399615 + H61 56.534840 74.895815 67.773065 + C1 49.579213 74.198356 75.612850 + C2 49.670263 74.538754 74.257974 + C3 50.905191 74.474566 73.601679 + C4 52.049070 74.069980 74.300261 + C5 51.958071 73.730580 75.655127 + C6 50.723143 73.794768 76.311421 + H11 48.626808 74.248259 76.119061 + H21 48.787723 74.850322 73.718724 + H31 50.975057 74.736231 72.556219 + H41 53.001526 74.021075 73.794040 + H51 52.840611 73.419012 76.194377 + H61 50.653225 73.532104 77.356892 + C1 35.774794 37.238951 6.309901 + C2 37.096493 36.941091 5.957421 + C3 38.118277 37.856877 6.235240 + C4 37.818362 39.070524 6.865540 + C5 36.496728 39.368614 7.217049 + C6 35.474944 38.452828 6.939229 + H11 34.986729 36.532770 6.095249 + H21 37.328122 36.004526 5.471690 + H31 39.137971 37.626493 5.964161 + H41 38.606492 39.776935 7.079221 + H51 36.265099 40.305179 7.702780 + H61 34.455185 38.682982 7.211279 + C1 53.363427 63.852088 26.607486 + C2 52.858849 62.921812 27.523913 + C3 53.736762 62.177700 28.321069 + C4 55.119253 62.363865 28.201798 + C5 55.623639 63.293325 27.284828 + C6 54.745726 64.037436 26.487672 + H11 52.686290 64.425675 25.992428 + H21 51.792248 62.778517 27.616480 + H31 53.347298 61.460818 29.028695 + H41 55.796199 61.789461 28.816313 + H51 56.690241 63.436620 27.192261 + H61 55.135382 64.755136 25.780589 + C1 39.272952 57.007287 77.920404 + C2 40.634983 57.194215 78.184566 + C3 41.340371 56.242230 78.930251 + C4 40.683727 55.103319 79.411773 + C5 39.321723 54.917015 79.148392 + C6 38.616336 55.869000 78.402707 + H11 38.728886 57.741743 77.345617 + H21 41.141868 58.072541 77.812610 + H31 42.391322 56.386101 79.133082 + H41 41.227820 54.369487 79.987341 + H51 38.814839 54.038689 79.520348 + H61 37.565358 55.724505 78.199095 + C1 22.767189 68.938635 36.216157 + C2 22.244204 69.253675 34.956360 + C3 20.911521 69.664824 34.834684 + C4 20.101824 69.760931 35.972803 + C5 20.624568 69.445009 37.232194 + C6 21.957251 69.033861 37.353871 + H11 23.794925 68.621164 36.309882 + H21 22.868947 69.180168 34.078275 + H31 20.508528 69.908786 33.862873 + H41 19.073847 70.077520 35.878672 + H51 19.999825 69.518517 38.110279 + H61 22.360484 68.790780 38.326087 + C1 47.939961 58.668974 22.283362 + C2 48.851264 59.321315 21.444418 + C3 50.203800 59.389997 21.799132 + C4 50.645031 58.806337 22.992790 + C5 49.733627 58.154967 23.831952 + C6 48.381091 58.086285 23.477238 + H11 46.896756 58.616379 22.009918 + H21 48.511104 59.771126 20.523167 + H31 50.906844 59.892403 21.151325 + H41 51.688135 58.859903 23.266451 + H51 50.073787 57.705156 24.753202 + H61 47.678148 57.582908 24.124827 + C1 7.514701 67.860694 75.334604 + C2 6.598187 67.610485 76.362829 + C3 5.642099 66.598271 76.217195 + C4 5.602526 65.836266 75.043335 + C5 6.518324 66.087162 74.014988 + C6 7.474412 67.099376 74.160622 + H11 8.251813 68.641646 75.446829 + H21 6.628990 68.197887 77.268782 + H31 4.935790 66.404721 77.010923 + H41 4.864698 65.056001 74.930988 + H51 6.487521 65.499760 73.109035 + H61 8.181437 67.292239 73.367016 + C1 69.731390 58.191733 10.643892 + C2 69.602137 56.847823 10.273691 + C3 70.724974 56.011690 10.270367 + C4 71.977063 56.519468 10.637244 + C5 72.106324 57.863386 11.006446 + C6 70.983487 58.699518 11.009770 + H11 68.865425 58.836648 10.646058 + H21 68.636093 56.455772 9.991210 + H31 70.624893 54.974724 9.985721 + H41 72.843036 55.874560 10.634079 + H51 73.072368 58.255436 11.288926 + H61 71.083559 59.736477 11.295416 + C1 12.640894 53.229744 18.969565 + C2 12.937187 52.153887 19.814902 + C3 13.881674 52.306354 20.836953 + C4 14.529868 53.534678 21.013668 + C5 14.234229 54.609978 20.167818 + C6 13.289741 54.457511 19.145767 + H11 11.912728 53.111970 18.181074 + H21 12.436730 51.206346 19.679076 + H31 14.109382 51.476587 21.489619 + H41 15.258687 53.651896 21.801646 + H51 14.734686 55.557520 20.303644 + H61 13.061380 55.287835 18.493615 + C1 69.115319 47.330280 11.470295 + C2 69.757526 46.307938 12.178983 + C3 70.933427 46.579943 12.888321 + C4 71.467121 47.874291 12.888972 + C5 70.825447 48.896141 12.179598 + C6 69.649547 48.624135 11.470259 + H11 68.208615 47.120338 10.922914 + H21 69.345560 45.309427 12.179078 + H31 71.428164 45.791374 13.435798 + H41 72.374359 48.083741 13.435667 + H51 71.237414 49.894652 12.179502 + H61 69.154275 49.413196 10.923470 + C1 48.159230 19.424629 37.180055 + C2 47.499103 19.084035 38.366680 + C3 47.745988 17.847447 38.974783 + C4 48.652999 16.951453 38.396261 + C5 49.312228 17.291718 37.209344 + C6 49.065343 18.528307 36.601241 + H11 47.968479 20.378210 36.710895 + H21 46.799771 19.775454 38.813463 + H31 47.237406 17.585285 39.890727 + H41 48.842852 15.997544 38.865130 + H51 50.011561 16.600300 36.762561 + H61 49.574824 18.790797 35.685589 + C1 55.722026 52.518840 76.408589 + C2 55.919722 52.462272 75.023827 + C3 56.133735 51.228801 74.397218 + C4 56.150053 50.051898 75.155372 + C5 55.953322 50.108694 76.540004 + C6 55.739309 51.342165 77.166612 + H11 55.557361 53.470235 76.891856 + H21 55.906546 53.370115 74.438687 + H31 56.285224 51.185249 73.328812 + H41 56.315682 49.100731 74.671975 + H51 55.966498 49.200851 77.125143 + H61 55.586855 51.385489 78.235149 + C1 48.846132 30.008624 17.283436 + C2 48.080387 31.122731 16.919771 + C3 46.685084 31.024304 16.862021 + C4 46.055527 29.811769 17.167935 + C5 46.821308 28.697683 17.530600 + C6 48.216610 28.796110 17.588350 + H11 49.922286 30.084497 17.327577 + H21 48.565917 32.058448 16.684326 + H31 46.094460 31.884148 16.582435 + H41 44.979408 29.735916 17.122794 + H51 46.335777 27.761966 17.766044 + H61 48.807199 27.936246 17.868935 + C1 47.761644 67.871490 16.066984 + C2 47.079300 66.718706 16.473611 + C3 45.679582 66.705119 16.495837 + C4 44.962207 67.844318 16.111436 + C5 45.644561 68.997137 15.705808 + C6 47.044280 69.010724 15.683583 + H11 48.841192 67.882030 16.050240 + H21 47.632618 65.839524 16.769620 + H31 45.153352 65.815398 16.808590 + H41 43.882670 67.833813 16.129180 + H51 45.091244 69.876319 15.409800 + H61 47.570500 69.900410 15.369830 + C1 34.802252 68.284974 48.575480 + C2 33.545950 68.294501 47.957853 + C3 32.840484 67.097274 47.787981 + C4 33.391321 65.890519 48.235737 + C5 34.647820 65.881009 48.852384 + C6 35.353285 67.078236 49.022256 + H11 35.346466 69.208326 48.706112 + H21 33.120574 69.225527 47.612907 + H31 31.870894 67.104947 47.312404 + H41 32.847303 64.967184 48.104125 + H51 35.073196 64.949983 49.197330 + H61 36.322679 67.070546 49.498813 + C1 16.191619 25.092838 34.494567 + C2 15.675703 24.155041 33.592225 + C3 14.297273 24.097265 33.354563 + C4 13.434758 24.977285 34.019242 + C5 13.950615 25.914230 34.922104 + C6 15.329045 25.972006 35.159767 + H11 17.254712 25.137084 34.678113 + H21 16.341079 23.476444 33.078882 + H31 13.899556 23.374422 32.657672 + H41 12.371606 24.932188 33.836216 + H51 13.285239 26.592827 35.435448 + H61 15.726821 26.695701 35.856136 + C1 8.334510 22.371804 54.889749 + C2 7.871848 21.051743 54.946628 + C3 8.712517 20.035059 55.415158 + C4 10.015847 20.338435 55.826809 + C5 10.478614 21.658147 55.768998 + C6 9.637946 22.674831 55.300468 + H11 7.686218 23.155818 54.528014 + H21 6.866136 20.817630 54.629650 + H31 8.355097 19.016931 55.459915 + H41 10.664245 19.554071 56.187612 + H51 11.484326 21.892260 56.085976 + H61 9.995260 23.693308 55.256643 + C1 3.244292 9.640680 47.988626 + C2 2.990775 10.973556 48.333621 + C3 4.051286 11.823296 48.669996 + C4 5.365314 11.340160 48.661376 + C5 5.618558 10.007253 48.317343 + C6 4.558046 9.157512 47.980968 + H11 2.426284 8.985261 47.729584 + H21 1.977101 11.346608 48.339718 + H31 3.855620 12.851768 48.935135 + H41 6.183049 11.995548 48.921379 + H51 6.632232 9.634201 48.311246 + H61 4.753986 8.129073 47.714868 + C1 9.299047 4.083580 41.555745 + C2 10.201745 3.737336 42.568218 + C3 10.813492 2.478135 42.559896 + C4 10.522540 1.565177 41.539103 + C5 9.619268 1.911133 40.527396 + C6 9.007521 3.170334 40.535718 + H11 8.826971 5.054618 41.562437 + H21 10.426785 4.441815 43.355496 + H31 11.510607 2.211576 43.340482 + H41 10.994042 0.593851 41.533177 + H51 9.394228 1.206653 39.740118 + H61 8.310979 3.437181 39.754365 + C1 19.477278 61.759726 54.629163 + C2 18.342017 61.349386 55.338145 + C3 17.067542 61.723686 54.895986 + C4 16.928328 62.508327 53.744847 + C5 18.063511 62.919315 53.036622 + C6 19.337986 62.545015 53.478781 + H11 20.460215 61.471337 54.970456 + H21 18.449233 60.743511 56.225929 + H31 16.191821 61.406200 55.442478 + H41 15.945313 62.797364 53.404311 + H51 17.956294 63.525190 52.148838 + H61 20.213784 62.861853 52.931532 + C1 77.288769 64.094196 31.040583 + C2 76.169647 63.962655 31.871315 + C3 75.457192 65.099566 32.270980 + C4 75.863858 66.368017 31.839914 + C5 76.983354 66.499474 31.010106 + C6 77.695810 65.362564 30.610441 + H11 77.838442 63.217340 30.732694 + H21 75.855415 62.984047 32.203465 + H31 74.593287 64.997814 32.911020 + H41 75.314559 67.244790 32.148727 + H51 77.297586 67.478083 30.677956 + H61 78.559340 65.464400 29.969477 + C1 9.923175 23.295118 3.589397 + C2 9.347323 24.458532 3.065268 + C3 8.102483 24.895519 3.533572 + C4 7.433497 24.169092 4.526006 + C5 8.008921 23.005388 5.049279 + C6 9.253760 22.568401 4.580975 + H11 10.883088 22.957930 3.227891 + H21 9.863616 25.019420 2.300032 + H31 7.658865 25.793596 3.129842 + H41 6.473156 24.505990 4.886656 + H51 7.492627 22.444500 5.814515 + H61 9.697808 21.670614 4.985561 + C1 75.910475 17.106200 76.986813 + C2 75.193619 16.870332 75.807688 + C3 75.036362 15.562368 75.333988 + C4 75.595960 14.490272 76.039413 + C5 76.313466 14.726324 77.217802 + C6 76.470724 16.034287 77.691501 + H11 76.032056 18.115036 77.351892 + H21 74.761302 17.697306 75.263668 + H31 74.482464 15.380506 74.424890 + H41 75.475029 13.481620 75.673598 + H51 76.745783 13.899350 77.761821 + H61 77.023971 16.215966 78.601337 + C1 33.974128 71.593254 62.756540 + C2 32.833281 72.128303 63.366491 + C3 32.661440 72.014557 64.751201 + C4 33.630448 71.365761 65.525961 + C5 34.770584 70.830024 64.915870 + C6 34.942424 70.943771 63.531160 + H11 34.106410 71.680673 61.688517 + H21 32.085894 72.629423 62.768968 + H31 31.781772 72.428258 65.221702 + H41 33.497454 71.277654 66.593844 + H51 35.517971 70.328904 65.513393 + H61 35.822805 70.530758 63.060799 + C1 18.876598 51.646165 26.656781 + C2 18.325631 51.501319 25.377990 + C3 17.067426 50.907851 25.221124 + C4 16.360188 50.459229 26.343050 + C5 16.911584 50.603252 27.621468 + C6 18.169789 51.196720 27.778334 + H11 19.847172 52.103535 26.777660 + H21 18.870883 51.847945 24.512373 + H31 16.642103 50.797106 24.234629 + H41 15.390042 50.001036 26.221798 + H51 16.366332 50.256626 28.487085 + H61 18.594682 51.308288 28.765202 + C1 2.257962 31.783602 75.287983 + C2 3.614807 31.811041 75.631599 + C3 4.430131 30.707982 75.351601 + C4 3.888610 29.577484 74.727988 + C5 2.531790 29.549810 74.385343 + C6 1.716466 30.652869 74.665341 + H11 1.629108 32.634224 75.504315 + H21 4.032873 32.683402 76.112170 + H31 5.477051 30.729722 75.615840 + H41 4.517488 28.726627 74.512627 + H51 2.113723 28.677449 73.904772 + H61 0.669522 30.631365 74.400130 + C1 38.195204 27.389115 73.245481 + C2 36.809311 27.517224 73.396273 + C3 36.044609 26.416553 73.800803 + C4 36.665801 25.187772 74.054540 + C5 38.051326 25.059572 73.902822 + C6 38.816028 26.160243 73.498292 + H11 38.784875 28.237951 72.933103 + H21 36.329995 28.465339 73.201145 + H31 34.975622 26.515832 73.918052 + H41 36.075761 24.338845 74.365992 + H51 38.530642 24.111457 74.097951 + H61 39.885383 26.061055 73.381969 + C1 39.816510 65.282451 61.990685 + C2 41.159660 65.212124 62.379082 + C3 41.822033 63.978804 62.387799 + C4 41.141256 62.815813 62.008119 + C5 39.798083 62.886130 61.620723 + C6 39.135710 64.119449 61.612005 + H11 39.305598 66.233631 61.984359 + H21 41.685192 66.109387 62.671443 + H31 42.858477 63.924888 62.686486 + H41 41.652145 61.864622 62.015445 + H51 39.272551 61.988866 61.328361 + H61 38.099288 64.173376 61.312318 + C1 53.852729 74.558168 79.814099 + C2 52.597125 75.133422 79.585207 + C3 51.484531 74.315944 79.353356 + C4 51.627541 72.923212 79.350396 + C5 52.883152 72.348213 79.578321 + C6 53.995747 73.165691 79.810173 + H11 54.710858 75.188719 79.992521 + H21 52.486519 76.207898 79.588072 + H31 50.515796 74.759870 79.177798 + H41 50.769420 72.292917 79.171007 + H51 52.993758 71.273737 79.575457 + H61 54.964474 72.721510 79.986698 + C1 20.528451 50.668154 36.476923 + C2 20.633319 50.540741 37.867110 + C3 21.634471 49.735083 38.422538 + C4 22.530755 49.056837 37.587780 + C5 22.425203 49.183562 36.197840 + C6 21.424052 49.989220 35.642411 + H11 19.756039 51.289228 36.048601 + H21 19.942285 51.064442 38.511277 + H31 21.715849 49.637709 39.495028 + H41 23.302484 48.435075 38.016349 + H51 23.116237 48.659861 35.553673 + H61 21.343356 50.087282 34.569676 + C1 39.884594 46.779280 45.707693 + C2 39.855486 45.513086 45.111240 + C3 38.660554 45.019893 44.573849 + C4 37.494730 45.792893 44.632911 + C5 37.523754 47.058446 45.230128 + C6 38.718686 47.551639 45.767519 + H11 40.806137 47.159435 46.122489 + H21 40.754991 44.916849 45.065049 + H31 38.638517 44.043500 44.112862 + H41 36.573104 45.412097 44.218878 + H51 36.624249 47.654683 45.276319 + H61 38.740808 48.528673 46.227742 + C1 14.347531 78.137420 72.241668 + C2 15.106784 78.946979 71.388438 + C3 16.403010 78.560781 71.027135 + C4 16.939984 77.365025 71.519061 + C5 16.181113 76.556177 72.372884 + C6 14.884887 76.942374 72.734187 + H11 13.347960 78.435530 72.520599 + H21 14.692411 79.869238 71.008341 + H31 16.988208 79.184931 70.368107 + H41 17.939937 77.067625 71.240723 + H51 16.595486 75.633918 72.752981 + H61 14.299307 76.317515 73.392623 + C1 8.826853 32.351552 77.329061 + C2 7.764466 32.780102 76.524367 + C3 7.380214 34.126281 76.531004 + C4 8.058348 35.043909 77.342334 + C5 9.119910 34.615127 78.147544 + C6 9.504163 33.268948 78.140908 + H11 9.122906 31.313215 77.324189 + H21 7.241584 32.072375 75.897903 + H31 6.561278 34.456891 75.909411 + H41 7.761471 36.082013 77.347722 + H51 9.642793 35.322854 78.774009 + H61 10.323922 32.938571 78.761984 + C1 7.627575 68.568432 4.676913 + C2 8.982856 68.525894 4.328698 + C3 9.543463 69.560644 3.570474 + C4 8.748789 70.637932 3.160466 + C5 7.393548 70.679869 3.507882 + C6 6.832941 69.645119 4.266105 + H11 7.195175 67.770148 5.261367 + H21 9.596224 67.695127 4.645474 + H31 10.589231 69.528161 3.302796 + H41 9.181230 71.435615 2.575213 + H51 6.780180 71.510636 3.191106 + H61 5.787132 69.678203 4.534582 + C1 24.159422 73.785873 60.328352 + C2 22.771092 73.665581 60.194482 + C3 21.972462 74.813388 60.126510 + C4 22.562162 76.081487 60.192410 + C5 23.950159 76.201608 60.327207 + C6 24.748789 75.053801 60.395179 + H11 24.775275 72.900576 60.381163 + H21 22.316050 72.687303 60.143007 + H31 20.901567 74.720407 60.022225 + H41 21.945977 76.966613 60.140526 + H51 24.405201 77.179886 60.378682 + H61 25.820017 75.146953 60.498537 + C1 50.190881 17.690601 70.635851 + C2 49.580104 16.599663 70.006045 + C3 48.728603 15.758839 70.732579 + C4 48.487878 16.008953 72.088919 + C5 49.099352 17.099175 72.718722 + C6 49.950853 17.939999 71.992188 + H11 50.847903 18.338824 70.075546 + H21 49.765245 16.406930 68.959471 + H31 48.256721 14.917883 70.246310 + H41 47.831552 15.360013 72.649221 + H51 48.914211 17.291907 73.765296 + H61 50.422038 18.781672 72.478460 + C1 45.454972 39.774691 62.686602 + C2 45.538201 38.442484 62.264528 + C3 46.196398 37.496366 63.059217 + C4 46.771366 37.882457 64.275979 + C5 46.688900 39.214648 64.697408 + C6 46.030703 40.160765 63.902719 + H11 44.947659 40.504420 62.073459 + H21 45.094123 38.144336 61.326102 + H31 46.259633 36.468490 62.733934 + H41 47.279443 37.152711 64.888477 + H51 47.132979 39.512795 65.635834 + H61 45.966705 41.188658 64.228647 + C1 32.932766 75.947525 73.322448 + C2 34.322763 76.020059 73.172448 + C3 34.873833 76.490387 71.974531 + C4 34.034907 76.888181 70.926615 + C5 32.645191 76.814718 71.076375 + C6 32.094121 76.344389 72.274291 + H11 32.507819 75.584403 74.246232 + H21 34.970123 75.713773 73.981061 + H31 35.946140 76.547223 71.859360 + H41 34.460135 77.250373 70.002590 + H51 31.997831 77.121003 70.267762 + H61 31.021533 76.288483 72.389704 + C1 32.341923 39.248954 46.154709 + C2 32.272056 37.871150 46.392672 + C3 31.072835 37.182946 46.173280 + C4 29.943479 37.872545 45.715924 + C5 30.013207 39.250266 45.478948 + C6 31.212429 39.938470 45.698340 + H11 33.266753 39.779745 46.324310 + H21 33.143452 37.338873 46.744938 + H31 31.019400 36.119877 46.355944 + H41 29.018511 37.341670 45.547310 + H51 29.141812 39.782543 45.126682 + H61 31.266002 41.001622 45.514689 + C1 62.484066 4.307450 30.925730 + C2 61.408771 4.191100 30.036880 + C3 60.293306 5.025737 30.174761 + C4 60.253136 5.976723 31.201491 + C5 61.327893 6.092305 32.090688 + C6 62.443358 5.257669 31.952808 + H11 63.344175 3.663435 30.819572 + H21 61.439885 3.457871 29.244323 + H31 59.464310 4.936522 29.488361 + H41 59.392488 6.619970 31.307996 + H51 61.296779 6.825535 32.883245 + H61 63.272892 5.347651 32.638859 + C1 53.847601 2.540910 26.160109 + C2 55.019480 2.716150 25.414560 + C3 55.530031 4.002789 25.205299 + C4 54.868704 5.114187 25.741588 + C5 53.696529 4.938914 26.486182 + C6 53.185978 3.652275 26.695442 + H11 53.453675 1.548586 26.321134 + H21 55.530148 1.858743 25.001266 + H31 56.434626 4.137705 24.630980 + H41 55.262334 6.106478 25.579607 + H51 53.185861 5.796321 26.899475 + H61 52.281679 3.517391 27.270716 + C1 20.777886 46.462688 40.527701 + C2 21.616092 45.360180 40.731997 + C3 21.109405 44.061817 40.600042 + C4 19.764511 43.865962 40.263790 + C5 18.926335 44.968352 40.060487 + C6 19.433022 46.266715 40.192442 + H11 21.168640 47.464031 40.629872 + H21 22.653862 45.511130 40.990819 + H31 21.756421 43.211424 40.756693 + H41 19.373788 42.864502 40.162612 + H51 17.888565 44.817402 39.801665 + H61 18.785976 47.117226 40.034799 + C1 12.936730 51.983868 41.562177 + C2 13.814800 53.052006 41.781089 + C3 15.196111 52.858343 41.661227 + C4 15.699350 51.596540 41.322452 + C5 14.821378 50.528453 41.104534 + C6 13.440068 50.722117 41.224396 + H11 11.871417 52.133205 41.655022 + H21 13.426663 54.025705 42.041860 + H31 15.873286 53.682703 41.829153 + H41 16.764762 51.447254 41.230601 + H51 15.209516 49.554754 40.843763 + H61 12.762794 49.897704 41.055476 + C1 17.002868 61.136811 9.593658 + C2 18.368066 61.424895 9.708085 + C3 19.237665 60.482127 10.269224 + C4 18.742066 59.251276 10.715937 + C5 17.376945 58.963749 10.602337 + C6 16.507346 59.906516 10.041198 + H11 16.332176 61.864127 9.161224 + H21 18.750670 62.374220 9.362923 + H31 20.290961 60.704137 10.356496 + H41 19.412834 58.524517 11.149199 + H51 16.994341 58.014423 10.947499 + H61 15.453973 59.683950 9.953098 + C1 66.980413 37.286297 30.107572 + C2 65.893880 38.002666 30.623434 + C3 65.715585 39.347871 30.279161 + C4 66.623822 39.976708 29.419025 + C5 67.710643 39.260618 28.904079 + C6 67.888938 37.915412 29.248352 + H11 67.118084 36.248910 30.373445 + H21 65.192739 37.517477 31.286558 + H31 64.876772 39.900069 30.676411 + H41 66.486438 41.014373 29.154068 + H51 68.411784 39.745807 28.240955 + H61 68.727463 37.362937 28.850186 + C1 43.851099 53.377295 65.404455 + C2 43.812985 52.042297 64.984719 + C3 44.955770 51.241154 65.094735 + C4 46.136670 51.775010 65.624487 + C5 46.174913 53.110047 66.043233 + C6 45.032128 53.911189 65.933217 + H11 42.969796 53.995236 65.319215 + H21 42.901806 51.630108 64.576560 + H31 44.925894 50.211024 64.771817 + H41 47.018103 51.157107 65.708737 + H51 47.086093 53.522235 66.451392 + H61 45.061875 54.941281 66.257126 + C1 3.701299 37.918010 8.634022 + C2 2.431770 37.516330 8.201817 + C3 1.768421 36.470786 8.855038 + C4 2.374601 35.826922 9.940464 + C5 3.644303 36.227998 10.371889 + C6 4.307652 37.273542 9.718668 + H11 4.213022 38.724139 8.129930 + H21 1.963707 38.013392 7.364806 + H31 0.788636 36.161719 8.522119 + H41 1.863051 35.020190 10.443777 + H51 4.112365 35.730937 11.208901 + H61 5.287264 37.583213 10.052367 + C1 10.774699 19.157968 48.376860 + C2 10.384435 18.567819 47.168858 + C3 10.854420 17.293831 46.828326 + C4 11.714668 16.609994 47.695796 + C5 12.105535 17.200545 48.903110 + C6 11.635550 18.474532 49.243642 + H11 10.412495 20.140705 48.639256 + H21 9.720261 19.095026 46.499780 + H31 10.552449 16.838303 45.896852 + H41 12.077475 15.627659 47.432711 + H51 12.769709 16.673337 49.572188 + H61 11.936917 18.929660 50.175804 + C1 75.265676 76.881054 52.842322 + C2 74.628463 77.751224 53.734855 + C3 73.735628 77.246184 54.687574 + C4 73.480007 75.870975 54.747759 + C5 74.116450 75.001182 53.854711 + C6 75.009284 75.506222 52.901992 + H11 75.953971 77.270679 52.107300 + H21 74.826046 78.812164 53.688945 + H31 73.244917 77.917499 55.376685 + H41 72.790942 75.481727 55.482265 + H51 73.918866 73.940242 53.900620 + H61 75.500766 74.834530 52.213395 + C1 11.851791 49.614216 51.783968 + C2 11.926956 50.893060 52.348555 + C3 10.962581 51.306789 53.275216 + C4 9.923042 50.441674 53.637290 + C5 9.847472 49.163436 53.072019 + C6 10.811847 48.749707 52.145357 + H11 12.595382 49.295330 51.068986 + H21 12.729261 51.560390 52.069773 + H31 11.021295 52.293004 53.711415 + H41 9.179047 50.761166 54.351587 + H51 9.045168 48.496107 53.350801 + H61 10.753538 47.762886 51.709842 + C1 35.596455 33.430015 53.846758 + C2 35.327719 33.994804 52.594302 + C3 34.108681 34.644374 52.366494 + C4 33.158379 34.729156 53.391142 + C5 33.426808 34.163602 54.643032 + C6 34.645846 33.514032 54.870840 + H11 36.536506 32.928703 54.022270 + H21 36.061039 33.930011 51.803869 + H31 33.901950 35.080894 51.400549 + H41 32.218021 35.229703 53.215064 + H51 32.693488 34.228394 55.433465 + H61 34.852884 33.078277 55.837351 + C1 29.905010 55.748659 1.505518 + C2 29.093569 54.619062 1.346066 + C3 29.109442 53.604178 2.310249 + C4 29.936756 53.718891 3.433885 + C5 30.748703 54.847895 3.592712 + C6 30.732830 55.862779 2.628528 + H11 29.893011 56.531177 0.761653 + H21 28.454778 54.530706 0.479533 + H31 28.482650 52.733304 2.187582 + H41 29.949261 52.935780 4.177125 + H51 31.387494 54.936252 4.459245 + H61 31.359115 56.734246 2.751822 + C1 58.730976 18.735286 12.503408 + C2 58.547090 20.122121 12.451181 + C3 57.994659 20.712322 11.308214 + C4 57.626113 19.915688 10.217474 + C5 57.810894 18.529222 10.269453 + C6 58.363325 17.939021 11.412419 + H11 59.157409 18.280197 13.384805 + H21 58.830809 20.736793 13.292859 + H31 57.851944 21.782084 11.268495 + H41 57.200575 20.371146 9.335828 + H51 57.527175 17.914550 9.427774 + H61 58.505145 16.868891 11.452388 + C1 39.350750 30.539015 36.571059 + C2 40.668757 30.068364 36.536464 + C3 41.315134 29.709319 37.725234 + C4 40.643504 29.820926 38.948599 + C5 39.326063 30.292401 38.983141 + C6 38.679686 30.651445 37.794371 + H11 38.852419 30.816284 35.654215 + H21 41.186844 29.981621 35.592641 + H31 42.331552 29.345308 37.698255 + H41 41.142400 29.544481 39.865390 + H51 38.807976 30.379143 39.926965 + H61 37.662703 31.014633 37.821404 + C1 51.286373 68.307449 39.090517 + C2 50.967874 69.610912 38.691276 + C3 51.987098 70.504062 38.340053 + C4 53.324821 70.093748 38.388071 + C5 53.643180 68.790788 38.788166 + C6 52.623956 67.897638 39.139389 + H11 50.500265 67.618773 39.361763 + H21 49.935819 69.927426 38.653588 + H31 51.741150 71.509252 38.031120 + H41 54.110789 70.782926 38.117679 + H51 54.675235 68.474273 38.825853 + H61 52.870043 66.891946 39.447469 + C1 45.166475 41.009232 72.151657 + C2 46.344637 41.580709 72.646834 + C3 47.474937 40.782099 72.857867 + C4 47.427076 39.412014 72.573723 + C5 46.248776 38.840594 72.079534 + C6 45.118475 39.639203 71.868501 + H11 44.294639 41.625149 71.989289 + H21 46.381902 42.637841 72.865518 + H31 48.384038 41.223315 73.238920 + H41 48.298773 38.796153 72.737079 + H51 46.211510 37.783461 71.860850 + H61 44.209513 39.197931 71.486460 + C1 59.975724 46.805462 40.158970 + C2 58.659000 46.334348 40.223335 + C3 57.737786 46.946578 41.081491 + C4 58.133296 48.029922 41.875281 + C5 59.450059 48.500247 41.811529 + C6 60.371272 47.888017 40.953374 + H11 60.686268 46.332981 39.497380 + H21 58.353552 45.498941 39.610525 + H31 56.721793 46.583652 41.130270 + H41 57.422790 48.501614 42.537484 + H51 59.755507 49.335654 42.424339 + H61 61.387226 48.251732 40.903981 + C1 78.415534 40.128607 77.310164 + C2 77.065905 39.987826 77.654448 + C3 76.218085 41.101647 77.632233 + C4 76.719895 42.356251 77.265734 + C5 78.069512 42.497049 76.922449 + C6 78.917331 41.383227 76.944664 + H11 79.069455 39.269599 77.327696 + H21 76.678471 39.019834 77.936631 + H31 75.176730 40.992663 77.896884 + H41 76.065961 43.215275 77.249201 + H51 78.456946 43.465041 76.640266 + H61 79.958699 41.492194 76.679014 + C1 67.854150 23.856106 77.997120 + C2 67.116434 25.029543 77.800466 + C3 67.766375 26.209022 77.417978 + C4 69.154033 26.215064 77.232145 + C5 69.891617 25.042004 77.429716 + C6 69.241675 23.862525 77.812203 + H11 67.352867 22.946556 78.292495 + H21 66.045759 25.024885 77.943201 + H31 67.196983 27.113914 77.265338 + H41 69.655184 27.124991 76.937686 + H51 70.962292 25.046662 77.286981 + H61 69.811200 22.957256 77.963927 + C1 57.566273 45.221994 67.701897 + C2 57.677832 44.097410 66.875630 + C3 56.860420 42.982590 67.096781 + C4 55.931451 42.992355 68.144199 + C5 55.820674 44.116431 68.970828 + C6 56.638085 45.231251 68.749676 + H11 58.197010 46.081620 67.531521 + H21 58.394065 44.089968 66.067116 + H31 56.945917 42.115522 66.458643 + H41 55.301496 42.132221 68.314937 + H51 55.104441 44.123873 69.779342 + H61 56.551806 46.098826 69.387453 + C1 56.122027 11.238654 49.191552 + C2 56.872432 12.394781 49.436733 + C3 56.224189 13.613011 49.672502 + C4 54.825540 13.675114 49.663090 + C5 54.075407 12.519313 49.417004 + C6 54.723650 11.301083 49.181235 + H11 56.622058 10.299197 49.009334 + H21 57.951499 12.346900 49.444636 + H31 56.803225 14.504587 49.862623 + H41 54.325781 14.614897 49.844402 + H51 52.996340 12.567194 49.409101 + H61 54.144342 10.409181 48.992019 + C1 66.572646 30.834141 20.526408 + C2 65.174829 30.789781 20.463235 + C3 64.432378 31.973436 20.550515 + C4 65.087745 33.201452 20.700968 + C5 66.485271 33.245568 20.765065 + C6 67.227721 32.061912 20.677785 + H11 67.145188 29.921163 20.459479 + H21 64.669093 29.842492 20.346543 + H31 63.354100 31.939126 20.500751 + H41 64.514911 34.114186 20.768821 + H51 66.991006 34.192856 20.881758 + H61 68.306290 32.096467 20.726624 + C1 68.201610 58.855535 52.010869 + C2 68.520495 60.139486 51.553013 + C3 67.545915 61.144515 51.552662 + C4 66.252448 60.865593 52.010167 + C5 65.933495 59.581583 52.467027 + C6 66.908076 58.576554 52.467378 + H11 68.953202 58.080342 52.010747 + H21 69.518542 60.354991 51.200590 + H31 67.792369 62.135212 51.200361 + H41 65.500789 61.640727 52.009293 + H51 64.935449 59.366078 52.819450 + H61 66.661689 57.585915 52.820675 + C1 11.678710 20.699025 71.435605 + C2 12.010628 19.349924 71.263534 + C3 11.080397 18.353952 71.583849 + C4 9.818248 18.707081 72.076235 + C5 9.486860 20.055943 72.249120 + C6 10.417091 21.051914 71.928805 + H11 12.396344 21.467111 71.188910 + H21 12.984126 19.077348 70.883082 + H31 11.336262 17.313289 71.450091 + H41 9.101144 17.938755 72.323744 + H51 8.513361 20.328519 72.629572 + H61 10.160697 22.092817 72.061748 + C1 72.301584 4.851604 21.435050 + C2 72.403280 4.600250 20.061613 + C3 71.244910 4.469353 19.286412 + C4 69.984844 4.589809 19.884649 + C5 69.883299 4.840177 21.258017 + C6 71.041669 4.971075 22.033217 + H11 73.195020 4.952160 22.032941 + H21 73.375368 4.507905 19.599815 + H31 71.323562 4.276451 18.226724 + H41 69.091559 4.488268 19.286688 + H51 68.911211 4.932523 21.719814 + H61 70.962865 5.164963 23.092975 + C1 68.766933 5.347804 3.141368 + C2 68.481768 4.959358 1.826971 + C3 67.611994 5.727050 1.043367 + C4 67.027386 6.883187 1.574161 + C5 67.311844 7.270931 2.888647 + C6 68.181617 6.503240 3.672250 + H11 69.437454 4.755458 3.745803 + H21 68.933205 4.067750 1.417117 + H31 67.392910 5.427788 0.029078 + H41 66.356158 7.474832 0.969814 + H51 66.860407 8.162540 3.298501 + H61 68.401408 6.803204 4.686451 + C1 67.125489 62.477693 64.884730 + C2 66.211355 61.913568 65.782490 + C3 64.913140 61.605711 65.358520 + C4 64.529057 61.861980 64.036789 + C5 65.442831 62.426880 63.139550 + C6 66.741047 62.734737 63.563520 + H11 68.126610 62.715468 65.211889 + H21 66.507723 61.715227 66.802082 + H31 64.208386 61.169596 66.050952 + H41 63.527577 61.624980 63.710151 + H51 65.146464 62.625220 62.119958 + H61 67.446160 63.170077 62.870567 + C1 62.742745 36.731337 70.462036 + C2 63.146542 37.223480 71.708870 + C3 62.492296 38.325927 72.271422 + C4 61.434254 38.936230 71.587140 + C5 61.031250 38.444663 70.340110 + C6 61.685496 37.342217 69.777558 + H11 63.247635 35.881307 70.028043 + H21 63.962412 36.752348 72.237199 + H31 62.803277 38.704825 73.233744 + H41 60.930157 39.786837 72.020937 + H51 60.215380 38.915796 69.811781 + H61 61.373723 36.962742 68.815432 + C1 58.352128 63.526848 42.012852 + C2 58.894938 64.469492 42.894119 + C3 60.223837 64.347966 43.317379 + C4 61.009926 63.283795 42.859373 + C5 60.466806 62.340863 41.979013 + C6 59.137907 62.462389 41.555753 + H11 57.327081 63.620415 41.686756 + H21 58.288771 65.290908 43.247076 + H31 60.642717 65.075814 43.996432 + H41 62.034663 63.189940 43.186375 + H51 61.072973 61.519447 41.626056 + H61 58.719337 61.734829 40.875793 + C1 53.168794 64.326337 9.981384 + C2 52.598650 65.586334 9.764141 + C3 51.588837 65.742000 8.807095 + C4 51.149168 64.637670 8.067292 + C5 51.719953 63.378143 8.283928 + C6 52.729765 63.222476 9.240974 + H11 53.947887 64.206424 10.719251 + H21 52.937325 66.438308 10.335263 + H31 51.148419 66.713887 8.640350 + H41 50.370715 64.758053 7.328818 + H51 51.381277 62.526169 7.712806 + H61 53.169543 62.250119 9.408326 + C1 39.493785 34.563114 19.728196 + C2 40.317522 35.547551 20.286939 + C3 39.886946 36.878973 20.329478 + C4 38.632634 37.225959 19.813275 + C5 37.809542 36.241759 19.253806 + C6 38.240118 34.910337 19.211267 + H11 39.826093 33.536329 19.695065 + H21 41.285003 35.279899 20.685791 + H31 40.522119 37.638106 20.761461 + H41 38.300971 38.252981 19.845679 + H51 36.842061 36.509412 18.854954 + H61 37.604300 34.150967 18.780010 + C1 3.174496 30.752925 42.901568 + C2 1.912062 30.148338 42.925817 + C3 0.977939 30.517397 43.901062 + C4 1.306250 31.491042 44.852057 + C5 2.568824 32.094758 44.828279 + C6 3.502947 31.725700 43.853035 + H11 3.895036 30.467959 42.149618 + H21 1.658405 29.397590 42.191804 + H31 0.003741 30.051615 43.918998 + H41 0.585850 31.775138 45.604479 + H51 2.822482 32.845507 45.562293 + H61 4.477004 32.192352 43.834626 + C1 20.146883 10.181185 20.496316 + C2 20.519196 11.112343 19.519495 + C3 19.548734 11.924517 18.920774 + C4 18.205958 11.805533 19.298874 + C5 17.833715 10.873846 20.274849 + C6 18.804178 10.061672 20.873571 + H11 20.895354 9.554550 20.957763 + H21 21.555207 11.204684 19.228127 + H31 19.836274 12.643494 18.167959 + H41 17.457558 12.431639 18.836582 + H51 16.797704 10.781505 20.566218 + H61 18.516567 9.343225 21.627231 + C1 24.912711 48.641116 60.711033 + C2 24.082343 49.148621 61.717402 + C3 23.300957 48.277338 62.485641 + C4 23.349940 46.898549 62.247512 + C5 24.179486 46.391352 61.240666 + C6 24.960872 47.262636 60.472427 + H11 25.515039 49.313189 60.118300 + H21 24.044911 50.212291 61.901647 + H31 22.661197 48.668935 63.262620 + H41 22.746789 46.226784 62.839768 + H51 24.216918 45.327682 61.056421 + H61 25.601454 46.870730 59.695925 + C1 60.944536 42.839509 74.678331 + C2 60.232489 43.693759 75.528683 + C3 60.363371 45.081314 75.396576 + C4 61.206298 45.614619 74.414118 + C5 61.918885 44.760403 73.564607 + C6 61.788003 43.372848 73.696714 + H11 60.843848 41.769354 74.780529 + H21 59.581651 43.282463 76.286301 + H31 59.813220 45.740173 76.051997 + H41 61.307526 46.684808 74.312761 + H51 62.569723 45.171699 72.806988 + H61 62.337614 42.713955 73.040452 + C1 22.921892 7.029901 13.070638 + C2 23.003542 5.632906 13.110496 + C3 21.862223 4.858042 12.872027 + C4 20.639254 5.480173 12.593700 + C5 20.557554 6.876936 12.554813 + C6 21.698873 7.651800 12.793282 + H11 23.802095 7.627467 13.254954 + H21 23.947136 5.152775 13.324607 + H31 21.925615 3.780345 12.901822 + H41 19.759000 4.882375 12.410355 + H51 19.613959 7.357067 12.340702 + H61 21.635532 8.729729 12.762516 + C1 16.188788 19.895434 75.407860 + C2 16.107239 20.078032 74.022270 + C3 14.948861 19.699211 73.333397 + C4 13.872033 19.137792 74.030113 + C5 13.954065 18.954410 75.415312 + C6 15.112442 19.333231 76.104185 + H11 17.082375 20.187263 75.939040 + H21 16.937702 20.511727 73.484701 + H31 14.885737 19.841077 72.264647 + H41 12.978929 18.845179 73.498542 + H51 13.123602 18.520715 75.952882 + H61 15.175084 19.192149 77.173326 + C1 44.184038 44.751574 28.937039 + C2 42.968410 45.222739 29.447042 + C3 41.958407 45.642335 28.573129 + C4 42.164032 45.590766 27.189213 + C5 43.379837 45.120554 26.679456 + C6 44.389840 44.700958 27.553369 + H11 44.963113 44.428341 29.611114 + H21 42.809393 45.262005 30.514709 + H31 41.020315 46.004835 28.966721 + H41 41.385134 45.914953 26.515383 + H51 43.538854 45.081288 25.611789 + H61 45.327755 44.337506 27.159531 + C1 42.780196 29.389619 45.814511 + C2 43.635334 30.485731 45.649800 + C3 43.103410 31.771746 45.497771 + C4 41.716348 31.961650 45.510455 + C5 40.861454 30.865530 45.674197 + C6 41.393379 29.579514 45.826225 + H11 43.190501 28.397748 45.931367 + H21 44.705502 30.339455 45.640610 + H31 43.763273 32.617341 45.371727 + H41 41.306287 32.953513 45.392630 + H51 39.791286 31.011806 45.683386 + H61 40.733272 28.733928 45.953240 + C1 15.092446 17.581072 10.479527 + C2 14.902390 18.899258 10.910938 + C3 15.345731 19.965502 10.119442 + C4 15.979128 19.713559 8.896537 + C5 16.169932 18.395544 8.465767 + C6 15.726592 17.329300 9.257263 + H11 14.750843 16.758762 11.090205 + H21 14.413184 19.093805 11.854108 + H31 15.198128 20.982359 10.451935 + H41 16.321480 20.536040 8.286500 + H51 16.659138 18.200997 7.522597 + H61 15.873446 16.312272 8.924129 + C1 30.125131 44.068367 15.540116 + C2 29.165011 43.070412 15.334918 + C3 29.079984 41.988560 16.219372 + C4 29.955076 41.904664 17.309023 + C5 30.915596 42.902016 17.513529 + C6 31.000623 43.983868 16.629076 + H11 30.190913 44.902524 14.857715 + H21 28.489396 43.135321 14.494637 + H31 28.338587 41.219313 16.061491 + H41 29.889694 41.069905 17.990732 + H51 31.591211 42.837108 18.353811 + H61 31.741620 44.753718 16.787648 + C1 79.127367 32.467222 48.065859 + C2 78.705011 33.801338 48.105892 + C3 77.586558 34.203859 47.366344 + C4 76.890461 33.272266 46.586764 + C5 77.313411 31.938627 46.546082 + C6 78.431864 31.536105 47.285630 + H11 79.990222 32.156925 48.635956 + H21 79.241587 34.520053 48.707785 + H31 77.260279 35.232873 47.398140 + H41 76.028200 33.583040 46.016018 + H51 76.776835 31.219911 45.944190 + H61 78.757549 30.506615 47.254483 + C1 58.949325 45.893095 53.907888 + C2 59.570172 45.672074 55.143020 + C3 59.671897 44.372096 55.652529 + C4 59.152775 43.293139 54.926908 + C5 58.531226 43.514365 53.692457 + C6 58.429501 44.814343 53.182947 + H11 58.870555 46.895780 53.515165 + H21 59.971273 46.504330 55.702670 + H31 60.151769 44.201667 56.604902 + H41 59.230842 42.290660 55.320311 + H51 58.130124 42.682109 53.132807 + H61 57.950331 44.984566 52.229893 + C1 50.865020 58.288178 28.566798 + C2 50.020513 59.337004 28.183884 + C3 48.747526 59.059223 27.671796 + C4 48.319047 57.732617 27.542622 + C5 49.163862 56.684047 27.924619 + C6 50.436849 56.961827 28.436708 + H11 51.846956 58.502475 28.961376 + H21 50.350713 60.360563 28.284060 + H31 48.095791 59.868485 27.377393 + H41 47.337418 57.518575 27.147127 + H51 48.833662 55.660487 27.824443 + H61 51.088277 56.152310 28.732026 + C1 38.260028 22.995914 1.403308 + C2 37.440599 22.072326 0.743480 + C3 37.886896 20.761165 0.539601 + C4 39.152622 20.373592 0.995550 + C5 39.972181 21.297370 1.654405 + C6 39.525885 22.608531 1.858284 + H11 37.915916 24.007247 1.560172 + H21 36.463808 22.371027 0.392200 + H31 37.254217 20.048533 0.031458 + H41 39.496865 19.362449 0.837713 + H51 40.948973 20.998669 2.005685 + H61 40.158433 23.320973 2.367401 + C1 30.906254 56.619399 67.794873 + C2 31.176744 57.618681 66.852471 + C3 30.315494 57.806634 65.764899 + C4 29.183754 56.995305 65.619730 + C5 28.913943 55.995620 66.561518 + C6 29.775193 55.807667 67.649090 + H11 31.570752 56.474234 68.633434 + H21 32.049520 58.245111 66.964672 + H31 30.523772 58.578229 65.038539 + H41 28.519935 57.140067 64.780555 + H51 28.041167 55.369190 66.449318 + H61 29.566236 55.036475 68.376064 + C1 67.198694 58.909230 8.795679 + C2 66.598884 57.838319 9.468902 + C3 66.171624 57.994996 10.792832 + C4 66.344175 59.222582 11.443540 + C5 66.944748 60.292930 10.770636 + C6 67.372008 60.136254 9.446705 + H11 67.528553 58.788207 7.774718 + H21 66.465133 56.891351 8.966803 + H31 65.708015 57.169050 11.311695 + H41 66.015079 59.343043 12.464819 + H51 67.078498 61.239899 11.272734 + H61 67.834854 60.962762 8.927525 + C1 69.291281 48.872254 22.068552 + C2 70.405638 48.179927 22.557167 + C3 70.387124 46.781656 22.623392 + C4 69.254254 46.075711 22.201003 + C5 68.139810 46.768082 21.713384 + C6 68.158324 48.166353 21.647158 + H11 69.305477 49.950699 22.017868 + H21 71.279962 48.724402 22.882504 + H31 71.247253 46.247686 22.999414 + H41 69.239971 44.997310 22.252683 + H51 67.265486 46.223607 21.388047 + H61 67.298283 48.700279 21.270142 + C1 74.697220 37.114282 78.284834 + C2 74.035080 38.215449 77.729089 + C3 72.643900 38.325093 77.840836 + C4 71.914860 37.333570 78.508329 + C5 72.576900 36.232179 79.063104 + C6 73.968080 36.122535 78.951357 + H11 75.770135 37.029583 78.198272 + H21 74.597474 38.980808 77.214618 + H31 72.133378 39.175151 77.412928 + H41 70.841844 37.418045 78.593921 + H51 72.014506 35.466820 79.577574 + H61 74.478702 35.272700 79.380235 + C1 54.868107 38.653568 48.597497 + C2 55.294183 39.808421 49.264299 + C3 55.714134 39.732054 50.597604 + C4 55.708008 38.500835 51.264106 + C5 55.281090 37.346432 50.597600 + C6 54.861140 37.422799 49.264296 + H11 54.543860 38.712603 47.569299 + H21 55.299547 40.758282 48.750028 + H31 56.043745 40.622881 51.111531 + H41 56.031414 38.442250 52.292601 + H51 55.275726 36.396571 51.111872 + H61 54.532370 36.531522 48.750072 + C1 67.763621 2.479212 71.819703 + C2 68.191231 2.990033 73.050988 + C3 67.286805 3.661539 73.882242 + C4 65.954770 3.822226 73.482211 + C5 65.527596 3.312277 72.250704 + C6 66.432022 2.640771 71.419450 + H11 68.461311 1.961661 71.178466 + H21 69.218730 2.865601 73.360025 + H31 67.616615 4.054658 74.832516 + H41 65.257516 4.340649 74.123226 + H51 64.500097 3.436710 71.941667 + H61 66.101776 2.246780 70.469398 + C1 22.241493 66.794740 54.856384 + C2 21.046016 67.454082 54.546615 + C3 20.944250 68.839002 54.724187 + C4 22.037959 69.564580 55.211527 + C5 23.232850 68.905098 55.522094 + C6 23.334617 67.520178 55.344522 + H11 22.319786 65.726554 54.719777 + H21 20.202325 66.894515 54.170037 + H31 20.022265 69.347622 54.484215 + H41 21.959081 70.632626 55.348932 + H51 24.076542 69.464665 55.898672 + H61 24.257187 67.011699 55.583695 + C1 7.935514 4.738571 32.735389 + C2 7.650495 3.891006 33.812537 + C3 7.172533 4.424430 35.015409 + C4 6.979589 5.805419 35.141133 + C5 7.265493 6.652813 34.064418 + C6 7.743455 6.119389 32.861545 + H11 8.304514 4.327139 31.807824 + H21 7.798719 2.825477 33.715485 + H31 6.951756 3.770333 35.845922 + H41 6.611474 6.216680 36.069131 + H51 7.117270 7.718342 34.161470 + H61 7.963347 6.773657 32.030599 + C1 51.708834 28.866050 5.359652 + C2 50.960928 27.757401 5.773641 + C3 49.571419 27.861538 5.908955 + C4 48.929815 29.074324 5.630279 + C5 49.677811 30.182959 5.217286 + C6 51.067321 30.078822 5.081973 + H11 52.780543 28.785775 5.255688 + H21 51.455720 26.821487 5.988084 + H31 48.994501 27.005898 6.227362 + H41 47.858196 29.154584 5.735239 + H51 49.183019 31.118873 5.002843 + H61 51.644147 30.934475 4.762570 + C1 71.792832 54.213394 66.093174 + C2 72.203399 52.920322 66.438503 + C3 71.448131 51.814083 66.031445 + C4 70.282295 52.000915 65.279060 + C5 69.871404 53.293856 64.934668 + C6 70.626672 54.400096 65.341725 + H11 72.375172 55.066566 66.407485 + H21 73.103162 52.775988 67.018446 + H31 71.765554 50.816577 66.297078 + H41 69.699631 51.147613 64.965686 + H51 68.971640 53.438190 64.354724 + H61 70.309572 55.397732 65.075155 + C1 13.763145 70.551672 5.512055 + C2 12.644901 69.782075 5.854259 + C3 12.662878 68.998684 7.014374 + C4 13.799099 68.984888 7.832283 + C5 14.917422 69.753656 7.489524 + C6 14.899445 70.537048 6.329410 + H11 13.749359 71.155542 4.617088 + H21 11.767996 69.793095 5.223659 + H31 11.799759 68.405834 7.278740 + H41 13.812964 68.380190 8.726695 + H51 15.794328 69.742636 8.120124 + H61 15.762486 71.130726 6.065598 + C1 55.204930 25.324298 28.688362 + C2 54.578315 26.576141 28.698012 + C3 54.800907 27.462060 29.758904 + C4 55.650115 27.096135 30.810146 + C5 56.275808 25.844115 30.800844 + C6 56.053216 24.958196 29.739952 + H11 55.032903 24.640920 27.870307 + H21 53.923601 26.858840 27.886734 + H31 54.318220 28.428136 29.765681 + H41 55.821220 27.779336 31.628550 + H51 56.930522 25.561416 31.612123 + H61 56.536824 23.992296 29.732827 + C1 29.378247 23.811382 9.330534 + C2 30.570979 23.249257 9.800912 + C3 30.722139 21.857974 9.837949 + C4 29.680565 21.028815 9.404608 + C5 28.487746 21.590952 8.935227 + C6 28.336587 22.982235 8.898190 + H11 29.261582 24.884420 9.302363 + H21 31.374883 23.888843 10.134694 + H31 31.642707 21.424522 10.199903 + H41 29.797144 19.955789 9.433776 + H51 27.683843 20.951366 8.601445 + H61 27.416105 23.415675 8.535240 + C1 78.967029 11.686827 26.682102 + C2 78.730548 12.911713 27.317383 + C3 77.435027 13.440791 27.357306 + C4 76.375988 12.744983 26.761948 + C5 76.612726 11.520789 26.125993 + C6 77.908247 10.991712 26.086070 + H11 79.966299 11.279019 26.651007 + H21 79.547400 13.448352 27.777288 + H31 77.252610 14.385239 27.848305 + H41 75.376975 13.153484 26.792369 + H51 75.795874 10.984151 25.666088 + H61 78.090407 10.046572 25.595745 + C1 5.222112 44.633218 38.718534 + C2 6.019760 44.350319 37.603377 + C3 5.768427 43.207423 36.834929 + C4 4.719445 42.347427 37.181638 + C5 3.922614 42.629889 38.297169 + C6 4.173947 43.772784 39.065617 + H11 5.416255 45.514492 39.311391 + H21 6.828708 45.014048 37.335404 + H31 6.383231 42.989878 35.974099 + H41 4.526120 41.465716 36.589155 + H51 3.113667 41.966160 38.565141 + H61 3.558325 43.990766 39.926072 + C1 36.720489 49.806267 16.448096 + C2 36.179413 49.498471 15.194162 + C3 36.978552 48.894359 14.216247 + C4 38.318766 48.598042 14.492267 + C5 38.859874 48.906697 15.745689 + C6 38.060735 49.510809 16.723604 + H11 36.104199 50.272548 17.202141 + H21 35.145275 49.726461 14.981275 + H31 36.560703 48.656067 13.249316 + H41 38.935088 48.132620 13.737711 + H51 39.894012 48.678707 15.958576 + H61 38.478551 49.748242 17.691047 + C1 55.041644 44.996472 34.017970 + C2 55.814140 43.891420 34.394745 + C3 55.241376 42.614321 34.423902 + C4 53.896115 42.442274 34.076284 + C5 53.123621 43.547343 33.700508 + C6 53.696385 44.824442 33.671351 + H11 55.483350 45.981471 33.995881 + H21 56.852198 44.023912 34.662369 + H31 55.837728 41.761814 34.713615 + H41 53.454411 41.457292 34.099373 + H51 52.085563 43.414851 33.432884 + H61 53.100031 45.676932 33.380638 + C1 7.907062 43.732061 33.766385 + C2 7.823911 43.336073 32.426187 + C3 7.581114 44.288084 31.428883 + C4 7.421468 45.636083 31.771777 + C5 7.503687 46.031727 33.111866 + C6 7.746484 45.079716 34.109171 + H11 8.093934 42.997709 34.535554 + H21 7.947670 42.296205 32.161425 + H31 7.518001 43.982568 30.394952 + H41 7.233663 46.370091 31.002500 + H51 7.379927 47.071595 33.376629 + H61 7.810529 45.385576 35.143210 + C1 13.834675 62.995255 31.630445 + C2 15.112219 62.518007 31.314268 + C3 15.357198 61.139950 31.285353 + C4 14.324634 60.239142 31.572614 + C5 13.047608 60.716459 31.889643 + C6 12.802628 62.094515 31.918558 + H11 13.645899 64.058111 31.653111 + H21 15.908796 63.212853 31.092019 + H31 16.342551 60.771939 31.040437 + H41 14.513927 59.176354 31.550800 + H51 12.251030 60.021613 32.111892 + H61 11.816757 62.462457 32.162621 + C1 71.467076 24.321086 20.188365 + C2 70.683358 23.318198 19.605398 + C3 71.295432 22.206393 19.014513 + C4 72.691225 22.097476 19.006593 + C5 73.474714 23.100715 19.588652 + C6 72.862640 24.212520 20.179537 + H11 70.994959 25.178737 20.643726 + H21 69.606459 23.401788 19.611976 + H31 70.690650 21.432332 18.565729 + H41 73.163112 21.240175 18.550324 + H51 74.551612 23.017124 19.582074 + H61 73.467651 24.986230 20.629229 + C1 74.854391 15.783596 15.518567 + C2 76.031800 15.585025 14.787725 + C3 76.082888 15.937131 13.433730 + C4 74.956568 16.487808 12.810577 + C5 73.779141 16.685413 13.541161 + C6 73.728053 16.333307 14.895156 + H11 74.814934 15.511647 16.562741 + H21 76.901040 15.160753 15.268513 + H31 76.991585 15.784808 12.870343 + H41 74.996007 16.758791 11.766145 + H51 72.909902 17.109685 13.060373 + H61 72.819374 16.486596 15.458800 + C1 73.122618 7.854637 19.294659 + C2 72.297384 7.250458 18.338725 + C3 72.567047 7.417799 16.975212 + C4 73.661943 8.189320 16.567631 + C5 74.486391 8.794112 17.523479 + C6 74.216728 8.626771 18.886993 + H11 72.914353 7.725855 20.346255 + H21 71.452986 6.654687 18.653035 + H31 71.930913 6.950810 16.237924 + H41 73.869422 8.318714 15.515949 + H51 75.330789 9.389883 17.209169 + H61 74.853647 9.093147 19.624365 + C1 2.985176 15.612917 64.586507 + C2 2.282687 15.000754 63.541702 + C3 2.901074 14.809130 62.300425 + C4 4.221948 15.229669 62.103952 + C5 4.923879 15.842561 63.148361 + C6 4.305493 16.034185 64.389639 + H11 2.508052 15.761032 65.543706 + H21 1.263821 14.675696 63.693321 + H31 2.359330 14.335957 61.494845 + H41 4.698514 15.082283 61.146358 + H51 5.942746 16.167619 62.996743 + H61 4.847794 16.506628 65.195615 + C1 5.006051 77.680375 26.601879 + C2 6.131870 78.057097 27.343809 + C3 7.213237 77.177030 27.470379 + C4 7.168783 75.920241 26.855018 + C5 6.042714 75.543342 26.114039 + C6 4.961348 76.423409 25.987469 + H11 4.171911 78.359027 26.504626 + H21 6.166568 79.026930 27.818110 + H31 8.082074 77.468211 28.041932 + H41 8.002673 75.241412 26.953222 + H51 6.008016 74.573509 25.639738 + H61 4.092760 76.132405 25.414964 + C1 74.943486 27.716123 28.576874 + C2 74.440202 26.443085 28.283738 + C3 73.178649 26.063187 28.757083 + C4 72.420381 26.956329 29.523563 + C5 72.924094 28.228762 29.817369 + C6 74.185646 28.608659 29.344025 + H11 75.916639 28.008916 28.212103 + H21 75.024835 25.754133 27.691885 + H31 72.790129 25.081442 28.530001 + H41 71.447656 26.662930 29.889005 + H51 72.339460 28.917713 30.409223 + H61 74.573738 29.591009 29.570436 + C1 23.719511 40.242223 11.064073 + C2 24.323332 39.218357 10.324513 + C3 25.335655 39.521658 9.406308 + C4 25.744157 40.848827 9.227662 + C5 25.139708 41.872519 9.966464 + C6 24.127385 41.569218 10.884669 + H11 22.938485 40.008276 11.771944 + H21 24.008701 38.194316 10.462678 + H31 25.802050 38.731565 8.836602 + H41 26.524555 41.082600 8.519033 + H51 25.454339 42.896560 9.828299 + H61 23.661618 42.359485 11.455133 + C1 75.550908 48.414066 3.044270 + C2 76.727555 47.725722 3.362917 + C3 77.624638 48.265909 4.292074 + C4 77.345073 49.494439 4.902584 + C5 76.169063 50.183007 4.583199 + C6 75.271980 49.642821 3.654042 + H11 74.859260 47.997575 2.327352 + H21 76.943080 46.777595 2.892445 + H31 78.531811 47.734271 4.538520 + H41 78.037358 49.911154 5.618765 + H51 75.953538 51.131135 5.053671 + H61 74.364171 50.174233 3.408334 + C1 2.118900 68.274556 65.655093 + C2 3.301933 67.768490 65.103566 + C3 3.293418 66.535948 64.439745 + C4 2.101870 65.809472 64.327451 + C5 0.919318 66.315115 64.879746 + C6 0.927833 67.547657 65.543567 + H11 2.125618 69.224984 66.167397 + H21 4.221174 68.329149 65.189587 + H31 4.205941 66.146179 64.013461 + H41 2.095633 64.858621 63.815915 + H51 0.000077 65.754457 64.793726 + H61 0.014829 67.937850 65.969083 + C1 75.899323 69.201341 7.124091 + C2 75.601985 69.394991 8.478322 + C3 75.378498 68.291644 9.310529 + C4 75.452350 66.994647 8.788506 + C5 75.748711 66.801204 7.434296 + C6 75.972197 67.904552 6.602089 + H11 76.071293 70.052361 6.482214 + H21 75.545580 70.395556 8.881346 + H31 75.150124 68.441189 10.355430 + H41 75.279403 66.143834 9.430403 + H51 75.805115 65.800639 7.031271 + H61 76.201549 67.754799 5.557167 + C1 51.945333 67.492308 17.935227 + C2 51.765445 67.428284 19.322091 + C3 51.774692 68.602730 20.083986 + C4 51.963825 69.841199 19.459016 + C5 52.144613 69.904985 18.072516 + C6 52.135366 68.730539 17.310622 + H11 51.938581 66.586436 17.347719 + H21 51.618901 66.472922 19.804324 + H31 51.634899 68.553239 21.153726 + H41 51.971477 70.746833 20.046888 + H51 52.291157 70.860347 17.590283 + H61 52.274259 68.780267 16.240516 + C1 63.199160 29.800629 49.859610 + C2 63.888360 29.106168 50.860900 + C3 65.287511 29.136626 50.897500 + C4 65.997463 29.861545 49.932810 + C5 65.308297 30.555058 48.931199 + C6 63.909146 30.524600 48.894600 + H11 62.120069 29.776776 49.831209 + H21 63.340742 28.547349 51.605598 + H31 65.818984 28.601660 51.670600 + H41 67.076588 29.884451 49.960890 + H51 65.855915 31.113878 48.186501 + H61 63.377639 31.060513 48.121821 + C1 36.483801 75.804887 14.595253 + C2 35.278751 76.374641 14.167369 + C3 34.928335 76.335689 12.812532 + C4 35.782970 75.726983 11.885579 + C5 36.988214 75.158206 12.313380 + C6 37.338630 75.197158 13.668217 + H11 36.754185 75.835308 15.640136 + H21 34.619002 76.843754 14.882494 + H31 33.998203 76.774380 12.482774 + H41 35.512780 75.697539 10.840613 + H51 37.647963 74.689093 11.598254 + H61 38.268569 74.757489 13.998058 + C1 70.698397 43.827631 66.227920 + C2 71.014925 45.120813 66.660752 + C3 72.331057 45.436591 67.018481 + C4 73.330662 44.459189 66.943379 + C5 73.013872 43.166027 66.511512 + C6 71.697739 42.850248 66.153783 + H11 69.683226 43.584045 65.952407 + H21 70.243948 45.875160 66.718158 + H31 72.575252 46.434525 67.351400 + H41 74.345571 44.702794 67.219857 + H51 73.784849 42.411679 66.454106 + H61 71.453807 41.852296 65.819899 + C1 57.208831 27.297751 7.825242 + C2 57.530329 25.950944 8.031642 + C3 56.546531 24.965961 7.883850 + C4 55.241236 25.327786 7.529658 + C5 54.919705 26.674470 7.324250 + C6 55.903502 27.659453 7.472042 + H11 57.967545 28.057411 7.939627 + H21 58.537480 25.671584 8.304306 + H31 56.794968 23.926941 8.042129 + H41 54.482489 24.568003 7.416265 + H51 53.912554 26.953831 7.051586 + H61 55.655099 28.698596 7.312771 + C1 44.040163 74.312204 76.314010 + C2 42.819789 74.390229 76.995516 + C3 42.452239 75.577945 77.639045 + C4 43.305064 76.687635 77.601067 + C5 44.525613 76.609188 76.920451 + C6 44.893163 75.421472 76.276922 + H11 44.323754 73.396016 75.818036 + H21 42.161445 73.534372 77.024381 + H31 41.510305 75.638276 78.163884 + H41 43.021648 77.603401 78.097931 + H51 45.183957 77.465045 76.891586 + H61 45.834922 75.361563 75.751194 + C1 21.348389 54.169732 52.154683 + C2 21.701005 52.880255 52.570331 + C3 23.050659 52.525957 52.683456 + C4 24.047697 53.461135 52.380933 + C5 23.695007 54.750048 51.964462 + C6 22.345353 55.104346 51.851337 + H11 20.307440 54.442800 52.067079 + H21 20.931893 52.158840 52.804358 + H31 23.322495 51.531474 53.005087 + H41 25.088572 53.187503 52.467714 + H51 24.464119 55.471463 51.730435 + H61 22.073591 56.099393 51.530529 + C1 26.197950 69.277423 8.235662 + C2 27.259753 69.918617 7.586590 + C3 28.327724 69.167228 7.081869 + C4 28.333892 67.774644 7.226220 + C5 27.272677 67.133782 7.876030 + C6 26.204706 67.885171 8.380751 + H11 25.374490 69.857033 8.625253 + H21 27.254836 70.992943 7.474602 + H31 29.146266 69.661944 6.580290 + H41 29.157939 67.195366 6.837367 + H51 27.277594 66.059456 7.988018 + H61 25.385575 67.390124 8.881593 + C1 67.455021 39.524735 72.123171 + C2 68.519078 40.144181 71.456897 + C3 69.110328 39.521178 70.351374 + C4 68.637522 38.278730 69.912124 + C5 67.574272 37.659067 70.578947 + C6 66.983022 38.282069 71.684470 + H11 66.999317 40.005102 72.976046 + H21 68.883558 41.103027 71.795289 + H31 69.930512 39.999658 69.836890 + H41 69.094033 37.798145 69.059798 + H51 67.209793 36.700220 70.240555 + H61 66.162031 37.803807 72.198405 + C1 4.772877 61.080316 30.441400 + C2 5.330659 61.713812 29.324524 + C3 5.046592 63.060692 29.069354 + C4 4.204744 63.774076 29.931060 + C5 3.646374 63.140317 31.047172 + C6 3.930440 61.793437 31.302342 + H11 4.991693 60.041417 30.637927 + H21 5.980663 61.163728 28.659961 + H31 5.477780 63.549507 28.208264 + H41 3.985340 64.812711 29.733769 + H51 2.996370 63.690401 31.711735 + H61 3.499841 61.304886 32.164196 + C1 76.374200 27.099629 38.604675 + C2 77.400333 26.149561 38.670050 + C3 77.533476 25.340145 39.804514 + C4 76.640487 25.480795 40.873603 + C5 75.615163 26.431378 40.808507 + C6 75.482020 27.240795 39.674043 + H11 76.271807 27.724133 37.729847 + H21 78.088983 26.040509 37.845059 + H31 78.324519 24.606588 39.854351 + H41 76.743689 24.856807 41.748710 + H51 74.926514 26.540431 41.633498 + H61 74.690168 27.973836 39.623927 + C1 47.762159 7.110335 60.494537 + C2 48.347009 5.929705 60.967733 + C3 48.816273 4.969746 60.063212 + C4 48.700688 5.190416 58.685493 + C5 48.115067 6.370450 58.212521 + C6 47.645802 7.330409 59.117043 + H11 47.399902 7.850494 61.192211 + H21 48.436811 5.759592 62.030625 + H31 49.268333 4.059474 60.428429 + H41 49.062174 4.449662 57.988044 + H51 48.025265 6.540563 57.149630 + H61 47.194514 8.241277 58.751601 + C1 23.350138 77.181586 56.994509 + C2 23.602396 78.262954 57.847071 + C3 24.637143 79.159069 57.553528 + C4 25.419632 78.973817 56.407423 + C5 25.167923 77.892067 55.555604 + C6 24.133176 76.995952 55.849147 + H11 22.552320 76.490266 57.221172 + H21 22.998387 78.406357 58.731010 + H31 24.830952 79.993792 58.210804 + H41 26.217999 79.664755 56.181503 + H51 25.771932 77.748664 54.671665 + H61 23.938818 76.161611 55.191128 + C1 61.748925 34.659583 28.793291 + C2 62.183774 34.457279 30.108521 + C3 61.303398 34.666471 31.176729 + C4 59.988173 35.077966 30.929707 + C5 59.553810 35.281110 29.614718 + C6 60.434185 35.071918 28.546510 + H11 62.428086 34.498602 27.969495 + H21 63.198272 34.139213 30.299225 + H31 61.638735 34.509385 32.191229 + H41 59.309497 35.239787 31.753744 + H51 58.539311 35.599177 29.424014 + H61 60.098363 35.228164 27.531769 + C1 20.424924 22.860619 14.405888 + C2 19.964320 21.541982 14.311586 + C3 20.787183 20.482828 14.712808 + C4 22.070651 20.742310 15.208332 + C5 22.531401 22.060691 15.301678 + C6 21.708538 23.119845 14.900456 + H11 19.790381 23.677427 14.096059 + H21 18.973906 21.341673 13.929881 + H31 20.431312 19.465711 14.640932 + H41 22.705340 19.925247 15.517205 + H51 23.521815 22.261000 15.683383 + H61 22.064263 24.137217 14.973288 diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/run.in.npt b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/run.in.npt index 527599ba88..1066f810d7 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/run.in.npt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/ethylene+benzene_PACKMOL/run.in.npt @@ -53,6 +53,6 @@ fix fxnpt all npt temp 300.0 300.0 100.0 iso 50.0 50.0 1000.0 drag 1 thermo 100 #thermo_modify flush yes -run 100000 +run 200000 write_data system_after_npt.data diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_setup.sh index b3180b7e0e..2e4ecb9acc 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/README_setup.sh @@ -10,7 +10,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/README.TXT index a3e8a6a84c..5b6e32d845 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -15,7 +15,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index ea7a9ade76..1260acdbd3 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -9,9 +9,14 @@ # # When building your own molecules, you should download this file, and delete # only the lines from the "atoms" section which you don't need. (But leave the -# rest of that file alone.) Rename the resulting file "oplsaa_subset.prm" +# rest of that file alone. I deleted other sections of this file here in order +# to reduce the file size, but this is not necessary.) +# +# Rename the resulting file "oplsaa_subset.prm" +# # Then you can create an oplsaa.lt file (which moltemplate.sh needs) this way: -# python oplsaa_moltemplate.py oplsaa_subset.prm +# oplsaa_moltemplate.py oplsaa_subset.prm +# # Then copy the newly created "oplsa.lt" file to the directory where you # plan to run moltemplate, and run moltemplate: # moltemplate system.lt diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.npt b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.npt index 4b79b54478..1b1a28fabc 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.npt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.npt @@ -16,6 +16,7 @@ read_data system.data # ------------------------------- Settings Section -------------------------- include system.in.settings +include system.in.charges # ------------------------------- Run Section ------------------------------- diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.nvt b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.nvt index 0bb7699896..38815745c5 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.nvt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/hexadecane/run.in.nvt @@ -26,6 +26,7 @@ read_data system_after_eq3_npt.data # ------------------------------- Settings Section -------------------------- include system.in.settings +include system.in.charges # ------------------------------- Run Section ------------------------------- diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_setup.sh index d80df900ef..2c3c217135 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/README_setup.sh @@ -10,7 +10,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/README.TXT index 00fd871b00..3336341da8 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -16,7 +16,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index 074940eb2b..5f982059b3 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -2,6 +2,8 @@ # http://dasher.wustl.edu/tinker/distribution/params/oplsaa.prm # In this version, all of the lines beginning with "atom" have been deleted # except for the atom types we will be using in this simulation +# (I also deleted some other lines from that file data to reduce the file size, +# but doing that is not necessary.) # # If you use this file, please also cite the software this file comes from: # @@ -71,14 +73,6 @@ explicit hydrogen atoms. atom 83 13 CT "Methane CH4" 6 12.011 4 atom 85 46 HC "Alkane H-C" 1 1.008 1 -# NOTE: You can use the OPLSAA force field to look up water parameters as well. -# In that case, you could do this by uncommenting these next two lines: -# atom 76 42 OW "SPC Water O" 8 15.999 2 -# atom 77 43 HW "SPC Water H" 1 1.008 1 -# (...You will have to modify the "spce.lt" file accordingly.) - - - ################################ ## ## ## Van der Waals Parameters ## @@ -86,912 +80,8 @@ atom 85 46 HC "Alkane H-C" 1 1.008 1 ################################ -vdw 1 2.9400 0.0610 -vdw 2 3.9050 0.1180 -vdw 3 3.7500 0.1050 -vdw 4 2.9600 0.2100 -vdw 5 3.0000 0.1700 -vdw 6 3.9100 0.1600 -vdw 7 0.0000 0.0000 -vdw 8 3.7300 0.2940 -vdw 9 3.7750 0.2070 -vdw 10 3.9050 0.1750 -vdw 11 3.9100 0.1600 -vdw 12 3.9600 0.1450 -vdw 13 3.9050 0.1180 -vdw 14 3.8500 0.1400 -vdw 15 3.8500 0.0800 -vdw 16 3.8000 0.1150 -vdw 17 3.7500 0.1100 -vdw 18 3.8000 0.0500 -vdw 19 3.7500 0.1050 -vdw 20 3.0700 0.1700 -vdw 21 0.0000 0.0000 -vdw 22 3.7750 0.2070 -vdw 23 3.9050 0.1180 -vdw 24 3.7000 0.2500 -vdw 25 3.5500 0.2500 -vdw 26 3.5500 0.2500 -vdw 27 3.5500 0.2500 -vdw 28 0.0000 0.0000 -vdw 29 0.0000 0.0000 -vdw 30 3.7750 0.2070 -vdw 31 3.9050 0.1180 -vdw 32 3.8000 0.1700 -vdw 33 3.8000 0.1180 -vdw 34 3.8000 0.1700 -vdw 35 3.8000 0.1180 -vdw 36 3.2000 0.1700 -vdw 37 3.6500 0.1500 -vdw 38 3.7750 0.2070 -vdw 39 3.8500 0.0800 -vdw 40 3.8000 0.0500 -vdw 41 3.0000 0.1700 -vdw 42 3.8000 0.1700 -vdw 43 3.8000 0.1180 -vdw 44 3.8000 0.1180 -vdw 45 3.4000 0.3000 -vdw 46 3.8000 0.0800 -vdw 47 3.4700 0.3000 -vdw 48 3.8000 0.0500 -vdw 49 3.4700 0.2660 -vdw 50 3.5600 0.3950 -vdw 51 2.9300 0.2800 -vdw 52 3.8100 0.1600 -vdw 53 2.9600 0.2100 -vdw 54 3.2500 0.1700 -vdw 55 3.8000 0.1150 -vdw 56 3.8000 0.1700 -vdw 57 0.0000 0.0000 -vdw 58 2.5560 0.0200 -vdw 59 2.7800 0.0690 -vdw 60 3.4010 0.2339 -vdw 61 3.6240 0.3170 -vdw 62 3.9350 0.4330 -vdw 63 3.15061 0.1521 -vdw 64 0.0000 0.0000 -vdw 65 3.15365 0.1550 -vdw 66 0.0000 0.0000 -vdw 67 0.0000 0.0000 -vdw 68 3.1760 0.1500 -vdw 69 0.0000 0.0000 -vdw 70 3.2700 0.1000 -vdw 71 0.0000 0.0000 -vdw 72 0.0000 0.0000 -vdw 73 3.1200 0.1600 -vdw 74 0.0000 0.0000 -vdw 75 0.0000 0.0000 -vdw 76 3.16557 0.1554 -vdw 77 0.0000 0.0000 -vdw 78 3.4200 0.1700 -vdw 79 0.0000 0.0000 -vdw 80 3.5000 0.0660 -vdw 81 3.5000 0.0660 -vdw 82 3.5000 0.0660 vdw 83 3.5000 0.0660 -vdw 84 3.5000 0.0660 vdw 85 2.5000 0.0300 -vdw 86 3.5500 0.0760 -vdw 87 3.5500 0.0760 -vdw 88 3.5500 0.0760 -vdw 89 2.4200 0.0300 -vdw 90 3.5500 0.0700 -vdw 91 2.4200 0.0300 -vdw 92 3.5500 0.0700 -vdw 93 3.5000 0.0660 -vdw 94 3.5000 0.0660 -vdw 95 3.5500 0.0760 -vdw 96 3.1200 0.1700 -vdw 97 0.0000 0.0000 -vdw 98 2.5000 0.0300 -vdw 99 3.5000 0.0660 -vdw 100 3.5000 0.0660 -vdw 101 3.5000 0.0660 -vdw 102 3.5000 0.0660 -vdw 103 3.2500 0.0620 -vdw 104 3.0700 0.1700 -vdw 105 0.0000 0.0000 -vdw 106 2.9400 0.0610 -vdw 107 2.5000 0.0300 -vdw 108 3.5500 0.0700 -vdw 109 3.0700 0.1700 -vdw 110 0.0000 0.0000 -vdw 111 3.0700 0.1700 -vdw 112 0.0000 0.0000 -vdw 113 3.0700 0.1700 -vdw 114 0.0000 0.0000 -vdw 115 3.5000 0.0660 -vdw 116 3.5000 0.0660 -vdw 117 3.5000 0.0660 -vdw 118 2.5000 0.0300 -vdw 119 2.9000 0.1400 -vdw 120 3.5500 0.0760 -vdw 121 2.9000 0.1400 -vdw 122 2.9000 0.1400 -vdw 123 3.5000 0.0660 -vdw 124 3.5000 0.0660 -vdw 125 3.5000 0.0660 -vdw 126 3.5000 0.0660 -vdw 127 2.5000 0.0300 -vdw 128 2.9000 0.1400 -vdw 129 3.0700 0.1700 -vdw 130 0.0000 0.0000 -vdw 131 3.5000 0.0660 -vdw 132 2.5000 0.0300 -vdw 133 3.5000 0.0660 -vdw 134 2.5000 0.0300 -vdw 135 3.5000 0.0660 -vdw 136 2.5000 0.0300 -vdw 137 3.5000 0.0660 -vdw 138 2.5000 0.0300 -vdw 139 3.5000 0.0660 -vdw 140 3.5000 0.0660 -vdw 141 3.5500 0.0700 -vdw 142 3.5500 0.2500 -vdw 143 3.7000 0.2500 -vdw 144 3.5500 0.2500 -vdw 145 3.5500 0.2500 -vdw 146 0.0000 0.0000 -vdw 147 0.0000 0.0000 -vdw 148 3.5000 0.0660 -vdw 149 3.5000 0.0660 -vdw 150 3.5000 0.0660 -vdw 151 3.5000 0.0660 -vdw 152 3.5000 0.0660 -vdw 153 3.5000 0.0660 -vdw 154 3.5000 0.0660 -vdw 155 3.5000 0.0660 -vdw 156 3.5000 0.0660 -vdw 157 3.5000 0.0660 -vdw 158 3.5000 0.0660 -vdw 159 3.5000 0.0660 -vdw 160 3.5000 0.0660 -vdw 161 3.5000 0.0660 -vdw 162 3.5000 0.0660 -vdw 163 3.5500 0.0700 -vdw 164 3.5500 0.2500 -vdw 165 3.5000 0.0660 -vdw 166 3.5000 0.0660 -vdw 167 3.5000 0.0660 -vdw 168 3.4000 0.3000 -vdw 169 3.5500 0.0760 -vdw 170 3.5500 0.0700 -vdw 171 3.5000 0.0660 -vdw 172 3.5000 0.0660 -vdw 173 3.7500 0.1050 -vdw 174 3.7500 0.1050 -vdw 175 3.7500 0.1050 -vdw 176 3.7500 0.1050 -vdw 177 3.7500 0.1050 -vdw 178 2.9600 0.2100 -vdw 179 3.2500 0.1700 -vdw 180 3.2500 0.1700 -vdw 181 3.2500 0.1700 -vdw 182 0.0000 0.0000 -vdw 183 0.0000 0.0000 -vdw 184 3.5000 0.0660 -vdw 185 3.5000 0.0660 -vdw 186 3.5000 0.0660 -vdw 187 3.5000 0.0660 -vdw 188 3.5000 0.0660 -vdw 189 3.7500 0.1050 -vdw 190 2.9600 0.2100 -vdw 191 3.2500 0.1700 -vdw 192 0.0000 0.0000 -vdw 193 3.2500 0.1700 -vdw 194 3.7500 0.1050 -vdw 195 2.9600 0.2100 -vdw 196 0.0000 0.0000 -vdw 197 2.5000 0.0200 -vdw 198 3.5000 0.0660 -vdw 199 3.5000 0.0660 -vdw 200 3.5000 0.0660 -vdw 201 3.5000 0.0660 -vdw 202 3.5500 0.0700 -vdw 203 3.6500 0.1500 -vdw 204 3.2000 0.1700 -vdw 205 3.5500 0.0700 -vdw 206 3.4000 0.3000 -vdw 207 3.2500 0.1700 -vdw 208 3.5500 0.0700 -vdw 209 3.7500 0.1050 -vdw 210 2.9600 0.2100 -vdw 211 3.0000 0.1700 -vdw 212 0.0000 0.0000 -vdw 213 3.7500 0.1050 -vdw 214 2.9600 0.2100 -vdw 215 3.5000 0.0660 -vdw 216 3.5000 0.0660 -vdw 217 3.5000 0.0660 -vdw 218 3.5000 0.0660 -vdw 219 3.7500 0.1050 -vdw 220 2.9600 0.2100 -vdw 221 2.4200 0.0150 -vdw 222 3.7500 0.1050 -vdw 223 2.9600 0.2100 -vdw 224 2.4200 0.0150 -vdw 225 3.5000 0.0660 -vdw 226 3.5000 0.0660 -vdw 227 3.5000 0.0660 -vdw 228 3.5000 0.0660 -vdw 229 3.2500 0.1700 -vdw 230 3.2500 0.1700 -vdw 231 3.2500 0.1700 -vdw 232 0.0000 0.0000 -vdw 233 0.0000 0.0000 -vdw 234 3.5000 0.0660 -vdw 235 3.5000 0.0660 -vdw 236 3.5000 0.0660 -vdw 237 3.5000 0.0660 -vdw 238 3.5000 0.0660 -vdw 239 3.5000 0.0660 -vdw 240 3.5000 0.0660 -vdw 241 3.5000 0.0660 -vdw 242 3.5000 0.0660 -vdw 243 3.2500 0.1700 -vdw 244 0.0000 0.0000 -vdw 245 3.5500 0.0500 -vdw 246 3.2500 0.1700 -vdw 247 0.0000 0.0000 -vdw 248 3.5000 0.0660 -vdw 249 3.5000 0.0660 -vdw 250 3.5000 0.0660 -vdw 251 3.5000 0.0660 -vdw 252 3.2500 0.1700 -vdw 253 0.0000 0.0000 -vdw 254 3.2500 0.1700 -vdw 255 3.5000 0.0800 -vdw 256 3.2500 0.1700 -vdw 257 0.0000 0.0000 -vdw 258 3.5000 0.0800 -vdw 259 2.5000 0.0500 -vdw 260 3.5000 0.0800 -vdw 261 2.5000 0.0500 -vdw 262 3.2500 0.1700 -vdw 263 3.7500 0.1050 -vdw 264 3.2500 0.1700 -vdw 265 3.7500 0.1050 -vdw 266 3.5000 0.0800 -vdw 267 3.5000 0.0800 -vdw 268 0.0000 0.0000 -vdw 269 2.9600 0.2100 -vdw 270 0.0000 0.0000 -vdw 271 2.9600 0.2100 -vdw 272 2.5000 0.0500 -vdw 273 2.5000 0.0500 -vdw 274 3.5000 0.0800 -vdw 275 2.5000 0.0500 -vdw 276 3.2500 0.1700 -vdw 277 3.7500 0.1050 -vdw 278 3.2500 0.1700 -vdw 279 3.5000 0.0800 -vdw 280 3.5000 0.0800 -vdw 281 3.5000 0.0800 -vdw 282 0.0000 0.0000 -vdw 283 2.9600 0.2100 -vdw 284 3.2500 0.1700 -vdw 285 0.0000 0.0000 -vdw 286 0.0000 0.0000 -vdw 287 2.5000 0.0500 -vdw 288 2.5000 0.0500 -vdw 289 3.2500 0.1700 -vdw 290 3.5000 0.0800 -vdw 291 3.2500 0.1700 -vdw 292 3.5000 0.0800 -vdw 293 3.5000 0.0800 -vdw 294 3.5000 0.0800 -vdw 295 3.2500 0.1700 -vdw 296 3.5000 0.0800 -vdw 297 3.2500 0.1700 -vdw 298 2.5000 0.0500 -vdw 299 3.2500 0.1700 -vdw 300 0.0000 0.0000 -vdw 301 0.0000 0.0000 -vdw 302 2.5000 0.0500 -vdw 303 0.0000 0.0000 -vdw 304 3.2500 0.1700 -vdw 305 3.5000 0.0800 -vdw 306 3.2500 0.1700 -vdw 307 3.5000 0.0800 -vdw 308 3.5000 0.0800 -vdw 309 3.7500 0.1050 -vdw 310 0.0000 0.0000 -vdw 311 3.2500 0.1700 -vdw 312 0.0000 0.0000 -vdw 313 2.9600 0.2100 -vdw 314 3.5000 0.0800 -vdw 315 2.5000 0.0500 -vdw 316 3.5000 0.0800 -vdw 317 2.5000 0.0500 -vdw 318 3.5000 0.0800 -vdw 319 2.5000 0.0500 -vdw 320 3.2500 0.1700 -vdw 321 3.7500 0.1050 -vdw 322 3.2500 0.1700 -vdw 323 3.5000 0.0800 -vdw 324 3.5000 0.0800 -vdw 325 3.5000 0.0800 -vdw 326 0.0000 0.0000 -vdw 327 2.9600 0.2100 -vdw 328 0.0000 0.0000 -vdw 329 3.2500 0.1700 -vdw 330 0.0000 0.0000 -vdw 331 0.0000 0.0000 -vdw 332 2.5000 0.0500 -vdw 333 2.5000 0.0500 -vdw 334 3.5000 0.0800 -vdw 335 2.5000 0.0500 -vdw 336 3.7400 0.2000 -vdw 337 2.9600 0.2100 -vdw 338 3.0000 0.1700 -vdw 339 3.5500 0.0660 -vdw 340 3.5000 0.0800 -vdw 341 3.4000 0.3000 -vdw 342 3.5500 0.0760 -vdw 343 3.0500 0.7100 -vdw 344 4.0200 0.7100 -vdw 345 4.2800 0.7100 -vdw 346 4.8100 0.7100 -vdw 347 5.3400 0.0005 -vdw 348 2.8700 0.0005 -vdw 349 4.0700 0.0005 -vdw 350 5.1700 0.0005 -vdw 351 5.6000 0.0005 -vdw 352 6.2000 0.0005 -vdw 353 1.644471 0.875044 -vdw 354 2.412031 0.449657 -vdw 355 3.102688 0.118226 -vdw 356 3.816610 0.047096 -vdw 357 4.2000 0.3000 -vdw 358 2.5000 0.0500 -vdw 359 4.2500 0.5000 -vdw 360 4.2000 0.3000 -vdw 361 2.5000 0.0500 -vdw 362 3.1500 0.2500 -vdw 363 4.2000 0.3000 -vdw 364 2.5000 0.0500 -vdw 365 3.6500 0.1500 -vdw 366 3.4000 0.2500 -vdw 367 4.2000 0.3000 -vdw 368 2.5000 0.0500 -vdw 369 3.4000 0.2500 -vdw 370 2.5000 0.0500 -vdw 371 4.2000 0.3000 -vdw 372 2.5000 0.0500 -vdw 373 4.2000 0.3000 -vdw 374 2.5000 0.0500 -vdw 375 0.0000 0.0000 -vdw 376 3.2000 0.2500 -vdw 377 0.0000 0.0000 -vdw 378 2.81524 0.4000 -vdw 379 3.11815 0.2000 -vdw 380 2.9000 0.1400 -vdw 381 3.7400 0.2000 -vdw 382 3.1500 0.2000 -vdw 383 2.9000 0.1400 -vdw 384 3.5000 0.0660 -vdw 385 2.5000 0.0300 -vdw 386 3.7400 0.2000 -vdw 387 3.1500 0.2000 -vdw 388 2.9000 0.1400 -vdw 389 3.5000 0.0660 -vdw 390 2.5000 0.0300 -vdw 391 3.7400 0.2000 -vdw 392 3.1500 0.2000 -vdw 393 2.9000 0.1400 -vdw 394 3.5000 0.0660 -vdw 395 2.5000 0.0300 -vdw 396 3.5000 0.0660 -vdw 397 2.5000 0.0300 -vdw 398 3.5500 0.0700 -vdw 399 3.5000 0.0660 -vdw 400 2.5000 0.0300 -vdw 401 3.5500 0.0700 -vdw 402 3.5000 0.0660 -vdw 403 2.5000 0.0300 -vdw 404 3.5500 0.0700 -vdw 405 3.5000 0.0660 -vdw 406 3.7500 0.1050 -vdw 407 2.9600 0.2100 -vdw 408 3.0000 0.1700 -vdw 409 3.5000 0.0660 -vdw 410 2.4200 0.0150 -vdw 411 3.7500 0.1050 -vdw 412 3.7500 0.1050 -vdw 413 3.5500 0.0700 -vdw 414 3.0000 0.1700 -vdw 415 3.5500 0.2500 -vdw 416 2.9600 0.1700 -vdw 417 3.5000 0.0660 -vdw 418 2.5000 0.0300 -vdw 419 3.2500 0.1700 -vdw 420 0.0000 0.0000 -vdw 421 3.2500 0.1700 -vdw 422 0.0000 0.0000 -vdw 423 3.5000 0.0660 -vdw 424 2.5000 0.0300 -vdw 425 3.5000 0.0660 -vdw 426 2.5000 0.0300 -vdw 427 3.5000 0.0660 -vdw 428 2.5000 0.0300 -vdw 429 3.5500 0.0700 -vdw 430 3.5500 0.0700 -vdw 431 3.5000 0.0660 -vdw 432 3.5000 0.0660 -vdw 433 3.5000 0.0660 -vdw 434 3.5500 0.2500 -vdw 435 2.9600 0.1700 -vdw 436 3.5600 0.3950 -vdw 437 3.5600 0.3950 -vdw 438 2.9300 0.2800 -vdw 439 3.5000 0.0660 -vdw 440 3.5000 0.0660 -vdw 441 3.5500 0.0700 -vdw 442 3.5500 0.0700 -vdw 443 3.5500 0.0700 -vdw 444 3.2500 0.1700 -vdw 445 0.0000 0.0000 -vdw 446 3.5000 0.0660 -vdw 447 3.5500 0.0700 -vdw 448 3.5500 0.0700 -vdw 449 3.5500 0.0700 -vdw 450 3.5500 0.0700 -vdw 451 3.5500 0.0700 -vdw 452 3.2500 0.1700 -vdw 453 3.2500 0.1700 -vdw 454 0.0000 0.0000 -vdw 455 3.5500 0.0700 -vdw 456 3.5000 0.0660 -vdw 457 3.5000 0.0660 -vdw 458 3.5500 0.0760 -vdw 459 3.5500 0.0760 -vdw 460 3.5500 0.0700 -vdw 461 3.2500 0.1700 -vdw 462 3.5500 0.0700 -vdw 463 3.5500 0.0700 -vdw 464 3.5500 0.0700 -vdw 465 2.4200 0.0300 -vdw 466 2.4200 0.0300 -vdw 467 2.4200 0.0300 -vdw 468 3.2500 0.1700 -vdw 469 3.5500 0.0700 -vdw 470 2.4200 0.0300 -vdw 471 3.2500 0.1700 -vdw 472 3.5500 0.0700 -vdw 473 3.5500 0.0700 -vdw 474 3.5500 0.0700 -vdw 475 2.4200 0.0300 -vdw 476 2.4200 0.0300 -vdw 477 2.4200 0.0300 -vdw 478 3.2500 0.1700 -vdw 479 3.5500 0.0700 -vdw 480 3.5500 0.0700 -vdw 481 2.4200 0.0300 -vdw 482 2.4200 0.0300 -vdw 483 3.2500 0.1700 -vdw 484 3.5500 0.0700 -vdw 485 3.5500 0.0700 -vdw 486 0.0000 0.0000 -vdw 487 2.4200 0.0300 -vdw 488 2.4200 0.0300 -vdw 489 3.2500 0.1700 -vdw 490 3.2500 0.1700 -vdw 491 3.5500 0.0700 -vdw 492 3.5500 0.0700 -vdw 493 3.5500 0.0700 -vdw 494 0.0000 0.0000 -vdw 495 2.4200 0.0300 -vdw 496 2.4200 0.0300 -vdw 497 2.4200 0.0300 -vdw 498 3.2500 0.1700 -vdw 499 3.5500 0.0700 -vdw 500 3.2500 0.1700 -vdw 501 3.5500 0.0700 -vdw 502 3.5500 0.0700 -vdw 503 0.0000 0.0000 -vdw 504 2.4200 0.0300 -vdw 505 2.4200 0.0300 -vdw 506 2.4200 0.0300 -vdw 507 2.9000 0.1400 -vdw 508 3.5500 0.0700 -vdw 509 3.5500 0.0760 -vdw 510 2.4200 0.0300 -vdw 511 2.4200 0.0300 -vdw 512 2.9000 0.1400 -vdw 513 3.5500 0.0700 -vdw 514 3.2500 0.1700 -vdw 515 3.5500 0.0700 -vdw 516 3.5500 0.0700 -vdw 517 2.4200 0.0300 -vdw 518 2.4200 0.0300 -vdw 519 2.4200 0.0300 -vdw 520 2.9000 0.1400 -vdw 521 3.2500 0.1700 -vdw 522 3.5500 0.0700 -vdw 523 3.5500 0.0700 -vdw 524 3.5500 0.0700 -vdw 525 2.4200 0.0300 -vdw 526 2.4200 0.0300 -vdw 527 2.4200 0.0300 -vdw 528 3.2500 0.1700 -vdw 529 3.5500 0.0700 -vdw 530 3.5500 0.0700 -vdw 531 3.5500 0.0700 -vdw 532 3.5500 0.0700 -vdw 533 3.5500 0.0700 -vdw 534 3.5500 0.0700 -vdw 535 3.5500 0.0700 -vdw 536 3.5500 0.0700 -vdw 537 0.0000 0.0000 -vdw 538 2.4200 0.0300 -vdw 539 2.4200 0.0300 -vdw 540 2.4200 0.0300 -vdw 541 2.4200 0.0300 -vdw 542 2.4200 0.0300 -vdw 543 2.4200 0.0300 -vdw 544 3.2500 0.1700 -vdw 545 3.5500 0.0700 -vdw 546 3.5500 0.0700 -vdw 547 3.5500 0.0700 -vdw 548 3.5500 0.0700 -vdw 549 3.5500 0.0700 -vdw 550 3.5500 0.0700 -vdw 551 3.5500 0.0700 -vdw 552 3.5500 0.0700 -vdw 553 3.5500 0.0700 -vdw 554 2.4200 0.0300 -vdw 555 2.4200 0.0300 -vdw 556 2.4200 0.0300 -vdw 557 2.4200 0.0300 -vdw 558 2.4200 0.0300 -vdw 559 2.4200 0.0300 -vdw 560 2.4200 0.0300 -vdw 561 3.2500 0.1700 -vdw 562 3.5500 0.0700 -vdw 563 3.2500 0.1700 -vdw 564 3.5500 0.0700 -vdw 565 3.5500 0.0700 -vdw 566 3.5500 0.0700 -vdw 567 3.2500 0.1700 -vdw 568 3.5500 0.0700 -vdw 569 3.2500 0.1700 -vdw 570 2.4200 0.0300 -vdw 571 2.4200 0.0300 -vdw 572 2.4200 0.0300 -vdw 573 0.0000 0.0000 -vdw 574 3.5500 0.2500 -vdw 575 3.5500 0.0700 -vdw 576 3.2500 0.1700 -vdw 577 3.5500 0.0700 -vdw 578 3.5500 0.0700 -vdw 579 2.4200 0.0300 -vdw 580 2.4200 0.0300 -vdw 581 2.4200 0.0300 -vdw 582 3.2500 0.1700 -vdw 583 3.5500 0.0700 -vdw 584 2.4200 0.0300 -vdw 585 3.5500 0.0700 -vdw 586 3.5000 0.0660 -vdw 587 3.2500 0.1700 -vdw 588 3.5500 0.0700 -vdw 589 3.5500 0.0700 -vdw 590 3.5500 0.0700 -vdw 591 3.5500 0.0700 -vdw 592 3.5500 0.0700 -vdw 593 3.5500 0.0700 -vdw 594 2.4200 0.0300 -vdw 595 2.4200 0.0300 -vdw 596 2.4200 0.0300 -vdw 597 2.4200 0.0300 -vdw 598 3.2500 0.1700 -vdw 599 3.5500 0.0700 -vdw 600 3.2500 0.1700 -vdw 601 3.5500 0.0700 -vdw 602 3.5500 0.0700 -vdw 603 3.5000 0.0660 -vdw 604 2.4200 0.0300 -vdw 605 2.4200 0.0300 -vdw 606 2.4200 0.0300 -vdw 607 2.5000 0.0300 -vdw 608 3.5000 0.0660 -vdw 609 3.5000 0.0660 -vdw 610 3.5000 0.0660 -vdw 611 3.5000 0.0660 -vdw 612 3.5000 0.0660 -vdw 613 3.5000 0.0660 -vdw 614 3.5000 0.0660 -vdw 615 3.5000 0.0660 -vdw 616 3.5000 0.0660 -vdw 617 3.5000 0.0660 -vdw 618 3.5000 0.0660 -vdw 619 3.5000 0.0660 -vdw 620 3.5000 0.0660 -vdw 621 3.5000 0.0660 -vdw 622 3.5000 0.0660 -vdw 623 3.5500 0.2500 -vdw 624 0.0000 0.0000 -vdw 625 3.5500 0.0700 -vdw 626 3.7500 0.1050 -vdw 627 3.2500 0.1700 -vdw 628 3.5000 0.0660 -vdw 629 3.5000 0.0660 -vdw 630 3.5000 0.0660 -vdw 631 3.5500 0.0700 -vdw 632 3.5500 0.0700 -vdw 633 3.5500 0.0700 -vdw 634 3.5500 0.0700 -vdw 635 3.5500 0.0700 -vdw 636 3.5500 0.0700 -vdw 637 3.5500 0.2500 -vdw 638 3.4730 0.0540 -vdw 639 3.3000 0.0500 -vdw 640 3.3000 0.0500 -vdw 641 3.5500 0.0760 -vdw 642 3.5000 0.0660 -vdw 643 2.5000 0.0300 -vdw 644 3.7500 0.0600 -vdw 645 3.4730 0.0540 -vdw 646 3.3000 0.0500 -vdw 647 3.3000 0.0500 -vdw 648 2.9500 0.0400 -vdw 649 3.5500 0.0760 -vdw 650 3.4000 0.3000 -vdw 651 2.4200 0.0300 -vdw 652 3.5000 0.0660 -vdw 653 3.5000 0.0660 -vdw 654 3.5000 0.0660 -vdw 655 3.5500 0.0700 -vdw 656 2.4200 0.0300 -vdw 657 3.5500 0.0700 -vdw 658 2.4200 0.0300 -vdw 659 3.5500 0.0700 -vdw 660 2.8500 0.0610 -vdw 661 3.5500 0.0700 -vdw 662 2.8500 0.0610 -vdw 663 3.4700 0.4700 -vdw 664 3.9050 0.1180 -vdw 665 3.5500 0.0700 -vdw 666 3.2500 0.0620 -vdw 667 2.9400 0.0610 -vdw 668 3.5500 0.0700 -vdw 669 2.8500 0.0610 -vdw 670 3.5500 0.0700 -vdw 671 3.4700 0.4700 -vdw 672 3.5500 0.0700 -vdw 673 3.7500 0.6000 -vdw 674 3.5000 0.0660 -vdw 675 3.5500 0.2500 -vdw 676 3.5500 0.0700 -vdw 677 3.5500 0.0700 -vdw 678 3.5500 0.0700 -vdw 679 3.5500 0.0700 -vdw 680 3.5500 0.0700 -vdw 681 2.4200 0.0300 -vdw 682 2.4200 0.0300 -vdw 683 3.5500 0.0500 -vdw 684 3.2500 0.1700 -vdw 685 0.0000 0.0000 -vdw 686 0.0000 0.0000 -vdw 687 2.4200 0.0300 -vdw 688 3.5000 0.0660 -vdw 689 3.5000 0.0660 -vdw 690 3.2500 0.1700 -vdw 691 3.2500 0.1700 -vdw 692 3.2500 0.1700 -vdw 693 3.5500 0.0500 -vdw 694 3.2000 0.1700 -vdw 695 3.3000 0.0660 -vdw 696 3.3000 0.0660 -vdw 697 3.3000 0.0660 -vdw 698 3.3000 0.0660 -vdw 699 3.3000 0.0660 -vdw 700 2.5000 0.0150 -vdw 701 3.2500 0.1200 -vdw 702 2.9600 0.1700 -vdw 703 3.5000 0.0660 -vdw 704 2.5000 0.0150 -vdw 705 3.5000 0.0660 -vdw 706 3.5000 0.0660 -vdw 707 3.5000 0.0660 -vdw 708 3.2500 0.1200 -vdw 709 3.5500 0.0700 -vdw 710 3.3000 0.0660 -vdw 711 3.2500 0.1700 -vdw 712 2.9600 0.2100 -vdw 713 3.7500 0.1050 -vdw 714 3.0000 0.1700 -vdw 715 3.5000 0.0660 -vdw 716 3.5000 0.0660 -vdw 717 3.5000 0.0660 -vdw 718 2.4200 0.0150 -vdw 719 2.4200 0.0150 -vdw 720 2.4200 0.0150 -vdw 721 2.9000 0.1400 -vdw 722 3.7400 0.2000 -vdw 723 3.5000 0.0660 -vdw 724 3.5000 0.0660 -vdw 725 2.5000 0.0300 -vdw 726 3.7400 0.2000 -vdw 727 3.1181 0.0610 -vdw 728 3.1500 0.1700 -vdw 729 2.8600 0.2100 -vdw 730 3.3000 0.1700 -vdw 731 3.3000 0.1700 -vdw 732 3.3000 0.1700 -vdw 733 3.5000 0.0660 -vdw 734 3.5000 0.0660 -vdw 735 3.5000 0.0660 -vdw 736 3.5000 0.0660 -vdw 737 3.5000 0.0660 -vdw 738 3.5000 0.0660 -vdw 739 0.0000 0.0000 -vdw 740 0.0000 0.0000 -vdw 741 2.5000 0.0150 -vdw 742 3.5000 0.0660 -vdw 743 3.5000 0.0660 -vdw 744 3.5000 0.0660 -vdw 745 3.5000 0.0660 -vdw 746 3.5500 0.0700 -vdw 747 3.5500 0.0700 -vdw 748 3.5500 0.0700 -vdw 749 3.5000 0.0660 -vdw 750 3.5000 0.0660 -vdw 751 3.5000 0.0660 -vdw 752 3.5000 0.0660 -vdw 753 3.5000 0.0660 -vdw 754 3.5000 0.0660 -vdw 755 3.3000 0.0860 -vdw 756 2.4200 0.0150 -vdw 757 3.3000 0.2100 -vdw 758 3.3000 0.1350 -vdw 759 3.3000 0.1000 -vdw 760 2.5000 0.0150 -vdw 761 3.5000 0.0660 -vdw 762 3.5000 0.0660 -vdw 763 3.5000 0.0660 -vdw 764 3.1200 0.1700 -vdw 765 0.0000 0.0000 -vdw 766 3.2500 0.1700 -vdw 767 3.2500 0.1700 -vdw 768 3.2500 0.1700 -vdw 769 3.3000 0.2100 -vdw 770 3.2500 0.1700 -vdw 771 0.0000 0.0000 -vdw 772 3.5000 0.0660 -vdw 773 3.5000 0.0660 -vdw 774 3.5000 0.0660 -vdw 775 3.5000 0.0660 -vdw 776 3.5500 0.0700 -vdw 777 3.5500 0.0760 -vdw 778 3.5500 0.0700 -vdw 779 3.5500 0.0700 -vdw 780 2.5000 0.0300 -vdw 781 3.5000 0.0660 -vdw 782 3.7500 0.1050 -vdw 783 3.2500 0.1700 -vdw 784 2.9600 0.2100 -vdw 785 0.0000 0.0000 -vdw 786 2.9400 0.0610 -vdw 787 3.5000 0.0660 -vdw 788 2.5000 0.0300 -vdw 789 3.5000 0.0660 -vdw 790 3.5000 0.0660 -vdw 791 3.5000 0.0660 -vdw 792 3.5000 0.0660 -vdw 793 3.5000 0.0660 -vdw 794 3.5000 0.0970 -vdw 795 2.9500 0.0530 -vdw 796 3.2500 0.0620 -vdw 797 2.5000 0.0300 -vdw 798 3.5000 0.0660 -vdw 799 3.5000 0.0660 -vdw 800 3.4000 0.3000 -vdw 801 3.5000 0.0660 -vdw 802 2.5000 0.0300 -vdw 803 3.5000 0.0660 -vdw 804 3.5000 0.0660 -vdw 805 3.4700 0.4700 -vdw 806 3.5000 0.0660 -vdw 807 2.5000 0.0300 -vdw 808 3.5000 0.0660 -vdw 809 3.5000 0.0660 -vdw 810 2.9400 0.0610 -vdw 811 3.4000 0.3000 -vdw 812 3.4700 0.4700 -vdw 813 3.5500 0.0700 -vdw 814 2.9000 0.1400 -vdw 815 3.5000 0.0660 -vdw 816 2.9000 0.0600 -vdw 817 3.2500 0.1700 -vdw 818 3.5500 0.0700 -vdw 819 3.5000 0.0660 -vdw 820 3.7500 0.1050 -vdw 821 3.7500 0.1050 -vdw 822 2.9600 0.2100 -vdw 823 3.2500 0.1700 -vdw 824 0.0000 0.0000 -vdw 825 3.1200 0.1700 -vdw 826 0.0000 0.0000 -vdw 827 3.5000 0.0660 -vdw 828 3.5000 0.0660 -vdw 829 3.5500 0.0700 -vdw 830 3.5500 0.0700 -vdw 831 3.5500 0.0700 -vdw 832 3.5500 0.0700 -vdw 833 3.5500 0.0700 -vdw 834 1.9600 0.0125 -vdw 835 3.5000 0.0660 -vdw 836 3.5000 0.0660 -vdw 837 3.5000 0.0660 -vdw 838 3.7500 0.6000 -vdw 839 2.5000 0.0300 -vdw 840 3.2500 0.1700 -vdw 841 3.5500 0.0700 -vdw 842 3.5500 0.0700 -vdw 843 3.2500 0.1700 -vdw 844 3.5500 0.0700 -vdw 845 3.7500 0.1050 -vdw 846 2.9600 0.2100 -vdw 847 3.2500 0.1700 -vdw 848 3.5000 0.0660 -vdw 849 3.5000 0.0660 -vdw 850 3.5000 0.0660 -vdw 851 3.5000 0.0660 -vdw 852 2.4200 0.0150 -vdw 853 3.7500 0.1050 -vdw 854 2.9600 0.2100 -vdw 855 2.4200 0.0150 -vdw 856 3.5000 0.0660 -vdw 857 3.5000 0.0660 -vdw 858 3.5000 0.0660 -vdw 859 3.5000 0.0660 -vdw 860 3.5000 0.0660 -vdw 861 3.5000 0.0660 -vdw 862 3.5000 0.0660 -vdw 863 3.5000 0.0660 -vdw 864 3.5000 0.0660 -vdw 865 3.5000 0.0660 -vdw 866 4.0000 0.1000 -vdw 867 4.0000 0.1000 -vdw 868 4.0000 0.1000 -vdw 869 4.0000 0.1000 -vdw 870 2.5000 0.0300 -vdw 871 3.5000 0.0660 -vdw 872 3.5000 0.0660 -vdw 873 3.5000 0.0660 -vdw 874 3.5000 0.0660 -vdw 875 3.0800 0.7200 -vdw 876 4.1800 0.11779 -vdw 877 4.5100 0.0900 -vdw 878 5.1500 0.0700 -vdw 879 2.7000 0.018279 -vdw 880 3.3500 0.002772 -vdw 881 4.0600 0.000328 -vdw 882 4.3200 0.000171 -vdw 883 4.8200 0.000081 -vdw 884 2.9100 0.875044 -vdw 885 3.4700 0.449657 -vdw 886 3.8200 0.118226 -vdw 887 4.1800 0.047096 -vdw 888 3.5000 0.0660 -vdw 889 3.5000 0.0660 -vdw 890 3.5000 0.0660 -vdw 891 3.5000 0.0660 -vdw 892 2.5000 0.0300 -vdw 893 3.2500 0.1700 -vdw 894 3.5500 0.0700 -vdw 895 3.2500 0.1700 -vdw 896 3.5500 0.0700 -vdw 897 3.5500 0.0760 -vdw 898 3.5500 0.0760 -vdw 899 2.4200 0.0300 -vdw 900 3.3000 0.0860 -vdw 901 3.3000 0.0860 -vdw 902 3.3000 0.0860 -vdw 903 3.3000 0.0860 -vdw 904 3.3000 0.0860 -vdw 905 2.9600 0.2100 -vdw 906 3.5000 0.0660 ################################## @@ -1001,385 +91,7 @@ vdw 906 3.5000 0.0660 ################################## -bond 1 2 367.00 1.3800 -bond 1 3 420.00 1.3570 -bond 1 13 367.00 1.3600 -bond 1 19 450.00 1.2790 -bond 1 25 300.00 0.3000 -bond 1 47 420.00 1.3400 -bond 1 48 420.00 1.3540 -bond 1 82 420.00 1.3540 -bond 1 83 420.00 1.3540 -bond 1 84 420.00 1.3540 -bond 1 87 420.00 1.3540 -bond 1 88 420.00 1.3540 -bond 1 108 461.00 1.5700 -bond 2 2 260.00 1.5260 -bond 2 3 317.00 1.5220 -bond 2 5 386.00 1.4250 -bond 2 6 260.00 1.5260 -bond 2 10 260.00 1.5260 -bond 2 11 317.00 1.5000 -bond 2 12 317.00 1.5100 -bond 2 13 260.00 1.5260 -bond 2 14 317.00 1.5000 -bond 2 15 222.00 1.8100 -bond 2 16 222.00 1.8100 -bond 2 20 320.00 1.4250 -bond 2 24 337.00 1.4490 -bond 2 44 382.00 1.4480 -bond 2 48 317.00 1.5100 -bond 2 51 260.00 1.5260 -bond 2 53 367.00 1.4710 -bond 2 55 337.00 1.4630 -bond 2 80 317.00 1.4950 -bond 3 3 350.00 1.5100 -bond 3 4 570.00 1.2290 -bond 3 5 450.00 1.3640 -bond 3 6 317.00 1.5220 -bond 3 10 317.00 1.5220 -bond 3 12 469.00 1.4000 -bond 3 13 317.00 1.5220 -bond 3 19 400.00 1.4440 -bond 3 20 214.00 1.3270 -bond 3 21 300.00 1.7900 -bond 3 24 490.00 1.3350 -bond 3 44 317.00 1.5220 -bond 3 46 340.00 1.0900 -bond 3 47 410.00 1.4440 -bond 3 48 400.00 1.4900 -bond 3 50 385.00 1.4600 -bond 3 52 656.00 1.2500 -bond 3 56 457.00 1.3580 -bond 3 57 418.00 1.3880 -bond 3 60 447.00 1.4190 -bond 3 65 300.00 1.9800 -bond 3 84 400.00 1.4900 -bond 3 86 385.00 1.4600 -bond 3 105 424.00 1.3830 -bond 3 107 490.00 1.3350 -bond 4 25 553.00 0.3000 -bond 4 64 525.00 1.4800 -bond 4 89 570.00 1.2290 -bond 4 110 700.00 1.1710 -bond 5 6 386.00 1.4250 -bond 5 7 553.00 0.9450 -bond 5 10 386.00 1.4250 -bond 5 13 320.00 1.4100 -bond 5 20 250.00 1.4700 -bond 5 24 400.00 1.3800 -bond 5 25 340.00 0.3000 -bond 5 44 320.00 1.4500 -bond 5 47 450.00 1.3700 -bond 5 48 450.00 1.3640 -bond 5 51 320.00 1.3800 -bond 5 64 230.00 1.6100 -bond 5 79 450.00 1.6700 -bond 5 106 94.00 1.8000 -bond 5 108 374.00 1.6400 -bond 6 6 260.00 1.5260 -bond 6 10 260.00 1.5260 -bond 6 11 317.00 1.5000 -bond 6 13 260.00 1.5260 -bond 6 14 317.00 1.5000 -bond 6 15 222.00 1.8100 -bond 6 16 222.00 1.8100 -bond 6 20 320.00 1.4250 -bond 6 24 337.00 1.4490 -bond 6 44 382.00 1.4480 -bond 6 47 317.00 1.5100 -bond 6 51 260.00 1.5260 -bond 6 53 367.00 1.4710 -bond 6 55 337.00 1.4630 -bond 6 79 222.00 1.8100 -bond 6 105 337.00 1.4750 -bond 7 20 553.00 0.9450 -bond 7 25 340.00 0.1000 -bond 9 9 530.00 1.3400 -bond 9 11 530.00 1.3400 -bond 9 14 530.00 1.3400 -bond 10 10 260.00 1.5260 -bond 10 11 317.00 1.5000 -bond 10 14 317.00 1.5000 -bond 10 20 320.00 1.4250 -bond 10 24 337.00 1.4490 -bond 10 44 382.00 1.4480 -bond 10 105 337.00 1.4750 -bond 11 11 530.00 1.3400 -bond 11 13 317.00 1.5000 -bond 11 14 530.00 1.3400 -bond 11 79 222.00 1.7600 -bond 12 12 469.00 1.4000 -bond 12 48 469.00 1.4000 -bond 12 60 469.00 1.4000 -bond 12 81 469.00 1.4000 -bond 13 13 268.00 1.5290 -bond 13 14 317.00 1.5000 -bond 13 15 222.00 1.8100 -bond 13 16 222.00 1.8100 -bond 13 18 390.00 1.4300 -bond 13 19 390.00 1.4700 -bond 13 20 320.00 1.4100 -bond 13 21 245.00 1.7810 -bond 13 22 340.00 1.7900 -bond 13 24 337.00 1.4490 -bond 13 25 340.00 0.3000 -bond 13 44 382.00 1.4480 bond 13 46 340.00 1.0900 -bond 13 47 317.00 1.5100 -bond 13 48 317.00 1.5100 -bond 13 50 317.00 1.5100 -bond 13 51 268.00 1.5290 -bond 13 53 367.00 1.4710 -bond 13 55 337.00 1.4630 -bond 13 56 337.00 1.4490 -bond 13 57 337.00 1.4750 -bond 13 60 317.00 1.5100 -bond 13 64 212.00 1.8430 -bond 13 65 245.00 1.9450 -bond 13 66 200.00 2.1900 -bond 13 79 340.00 1.7700 -bond 13 80 317.00 1.4950 -bond 13 83 317.00 1.5040 -bond 13 84 317.00 1.5040 -bond 13 85 317.00 1.5040 -bond 13 87 317.00 1.4950 -bond 13 90 337.00 1.4490 -bond 13 91 280.00 1.5100 -bond 13 95 532.80 1.4600 -bond 13 101 382.00 1.4480 -bond 13 102 375.00 1.4900 -bond 13 104 212.00 1.8200 -bond 13 105 337.00 1.4750 -bond 13 107 337.00 1.4490 -bond 13 108 187.00 1.8600 -bond 13 109 317.00 1.5100 -bond 14 14 530.00 1.3400 -bond 15 17 274.00 1.3360 -bond 15 48 250.00 1.7400 -bond 16 16 166.00 2.0380 -bond 16 19 300.00 1.6850 -bond 16 24 250.00 1.7300 -bond 16 25 340.00 0.5000 -bond 16 47 250.00 1.7600 -bond 16 48 250.00 1.7600 -bond 16 61 250.00 1.7300 -bond 16 82 250.00 1.7600 -bond 16 84 250.00 1.7400 -bond 16 91 222.00 1.8100 -bond 16 108 144.00 2.1500 -bond 17 25 340.00 0.1000 -bond 18 18 550.00 1.1200 -bond 18 19 650.00 1.1570 -bond 18 48 400.00 1.4100 -bond 18 56 550.00 1.2400 -bond 19 19 1150.00 1.2100 -bond 19 21 330.00 1.6370 -bond 19 46 420.00 1.0800 -bond 19 47 400.00 1.4260 -bond 19 48 400.00 1.4510 -bond 19 50 400.00 1.4260 -bond 19 65 330.00 1.7840 -bond 19 88 400.00 1.4510 -bond 19 91 400.00 1.4510 -bond 20 20 250.00 1.4700 -bond 20 21 200.00 1.6900 -bond 20 24 320.00 1.4500 -bond 20 25 340.00 0.3000 -bond 20 44 320.00 1.4500 -bond 20 47 450.00 1.3700 -bond 20 48 450.00 1.3640 -bond 20 51 320.00 1.3800 -bond 20 60 340.00 1.3600 -bond 20 61 462.00 1.3990 -bond 20 64 230.00 1.6100 -bond 20 82 462.00 1.3570 -bond 20 84 340.00 1.3600 -bond 20 108 374.00 1.6400 -bond 21 25 300.00 0.3000 -bond 21 47 300.00 1.7250 -bond 21 48 300.00 1.7250 -bond 21 82 300.00 1.7250 -bond 21 83 300.00 1.7250 -bond 21 84 300.00 1.7250 -bond 21 87 300.00 1.7250 -bond 21 88 300.00 1.7250 -bond 21 108 223.00 2.0200 -bond 22 23 700.00 1.5300 -bond 22 25 340.00 0.5000 -bond 23 25 340.00 0.3000 -bond 23 79 700.00 1.4400 -bond 24 25 367.00 0.3000 -bond 24 45 434.00 1.0100 -bond 24 48 427.00 1.3810 -bond 24 59 427.00 1.3810 -bond 24 79 434.00 1.6700 -bond 24 84 427.00 1.3810 -bond 24 88 427.00 1.3810 -bond 24 91 337.00 1.4490 -bond 24 103 500.00 1.2700 -bond 24 106 40.00 2.0500 -bond 25 25 340.00 0.3000 -bond 25 44 340.00 0.3000 -bond 25 45 340.00 0.1000 -bond 25 46 340.00 0.3000 -bond 25 47 340.00 0.3000 -bond 25 48 367.00 0.3000 -bond 25 49 340.00 0.3000 -bond 25 53 340.00 0.3000 -bond 25 56 367.00 0.3000 -bond 25 61 367.00 0.3000 -bond 25 65 300.00 0.3000 -bond 25 103 340.00 0.1000 -bond 31 32 600.00 0.9572 -bond 31 33 900.00 0.1500 -bond 31 106 40.00 2.0500 -bond 34 35 529.60 0.9572 -bond 36 37 600.00 0.9572 -bond 36 38 900.00 0.1750 -bond 39 40 600.00 0.9572 -bond 39 41 900.00 0.7000 -bond 42 43 600.00 1.0000 -bond 44 44 350.00 1.4450 -bond 44 45 434.00 1.0100 -bond 44 48 481.00 1.3400 -bond 44 79 340.00 1.7700 -bond 44 91 382.00 1.4480 -bond 44 108 266.00 1.7400 -bond 45 53 434.00 1.0100 -bond 45 55 434.00 1.0100 -bond 45 56 434.00 1.0100 -bond 45 57 434.00 1.0100 -bond 45 101 434.00 1.0100 -bond 45 105 434.00 1.0100 -bond 45 108 166.00 1.4800 -bond 46 47 340.00 1.0800 -bond 46 50 340.00 1.0800 -bond 46 51 340.00 1.0900 -bond 46 80 340.00 1.0800 -bond 46 91 340.00 1.0880 -bond 46 95 532.80 1.0840 -bond 46 108 166.00 1.4800 -bond 46 109 340.00 1.0800 -bond 47 47 549.00 1.3400 -bond 47 48 427.00 1.4330 -bond 47 50 549.00 1.3400 -bond 47 57 448.00 1.3650 -bond 47 58 367.00 1.0800 -bond 47 65 300.00 1.9000 -bond 47 66 250.00 2.0800 -bond 47 86 385.00 1.4600 -bond 47 91 317.00 1.5100 -bond 47 105 448.00 1.3650 -bond 47 110 700.00 1.3050 -bond 48 48 469.00 1.4000 -bond 48 49 367.00 1.0800 -bond 48 50 427.00 1.4330 -bond 48 53 400.00 1.4500 -bond 48 55 481.00 1.3400 -bond 48 56 483.00 1.3390 -bond 48 57 427.00 1.3810 -bond 48 60 469.00 1.4040 -bond 48 61 414.00 1.3910 -bond 48 64 220.00 1.7800 -bond 48 65 300.00 1.8700 -bond 48 66 250.00 2.0800 -bond 48 79 340.00 1.7700 -bond 48 81 469.00 1.4000 -bond 48 84 546.00 1.3670 -bond 48 86 469.00 1.4000 -bond 48 88 469.00 1.4210 -bond 48 91 317.00 1.4900 -bond 48 101 382.00 1.3850 -bond 48 102 400.00 1.4600 -bond 48 109 427.00 1.4330 -bond 49 59 367.00 1.0800 -bond 49 62 340.00 1.0800 -bond 49 82 367.00 1.0800 -bond 49 83 367.00 1.0800 -bond 49 84 367.00 1.0800 -bond 49 85 367.00 1.0800 -bond 49 87 367.00 1.0800 -bond 49 88 367.00 1.0800 -bond 50 50 385.00 1.4600 -bond 50 56 457.00 1.2900 -bond 50 84 549.00 1.3650 -bond 50 109 385.00 1.4600 -bond 51 105 337.00 1.4750 -bond 52 64 525.00 1.4800 -bond 53 54 434.00 1.0100 -bond 54 55 434.00 1.0100 -bond 55 59 481.00 1.3400 -bond 55 82 481.00 1.3400 -bond 56 56 500.00 1.3200 -bond 56 59 502.00 1.3240 -bond 56 60 461.00 1.3540 -bond 56 82 461.00 1.3540 -bond 56 86 483.00 1.3390 -bond 56 103 550.00 1.2100 -bond 56 109 457.00 1.2900 -bond 57 60 436.00 1.3740 -bond 57 61 400.00 1.3490 -bond 57 62 440.00 1.3710 -bond 57 81 428.00 1.3800 -bond 57 82 477.00 1.3430 -bond 57 84 427.00 1.3810 -bond 57 85 427.00 1.3810 -bond 57 86 385.00 1.4400 -bond 58 83 367.00 1.0800 -bond 58 84 367.00 1.0800 -bond 59 63 367.00 1.0800 -bond 60 60 520.00 1.3700 -bond 60 61 414.00 1.3910 -bond 60 80 388.00 1.4590 -bond 60 81 447.00 1.4190 -bond 60 87 469.00 1.4240 -bond 60 105 436.00 1.3740 -bond 61 61 400.00 1.2800 -bond 61 62 529.00 1.3040 -bond 61 82 488.00 1.3350 -bond 61 83 410.00 1.3940 -bond 61 84 410.00 1.3940 -bond 61 88 410.00 1.3200 -bond 62 63 367.00 1.0800 -bond 62 105 440.00 1.3710 -bond 63 82 367.00 1.0800 -bond 64 108 108.00 2.2500 -bond 65 82 300.00 1.8700 -bond 65 83 300.00 1.8700 -bond 65 84 300.00 1.8700 -bond 65 87 300.00 1.8700 -bond 65 88 300.00 1.8700 -bond 65 108 151.00 2.1900 -bond 66 82 250.00 2.0800 -bond 66 83 250.00 2.0800 -bond 66 84 250.00 2.0800 -bond 66 87 250.00 2.0800 -bond 66 88 250.00 2.0800 -bond 66 108 108.00 2.4400 -bond 77 78 500.00 1.8000 -bond 80 84 546.00 1.3520 -bond 82 86 385.00 1.4600 -bond 82 87 520.00 1.3700 -bond 83 84 520.00 1.3700 -bond 83 86 385.00 1.4600 -bond 84 84 512.00 1.3750 -bond 84 86 385.00 1.4600 -bond 84 87 546.00 1.3670 -bond 84 88 520.00 1.3700 -bond 85 85 520.00 1.3700 -bond 86 86 385.00 1.4600 -bond 86 87 385.00 1.4600 -bond 86 88 385.00 1.4600 -bond 87 87 469.00 1.4240 -bond 87 88 469.00 1.4240 -bond 89 90 490.00 1.3350 -bond 89 91 317.00 1.5220 -bond 90 91 337.00 1.4490 -bond 91 91 260.00 1.5200 -bond 102 103 550.00 1.2250 -bond 108 108 94.00 2.3200 -bond 109 109 549.00 1.3450 ################################ @@ -1389,2040 +101,7 @@ bond 109 109 549.00 1.3450 ################################ -angle 25 1 25 33.00 109.47 -angle 1 2 2 50.00 109.50 -angle 2 2 2 63.00 112.40 -angle 2 2 3 63.00 112.40 -angle 2 2 5 80.00 109.50 -angle 2 2 6 63.00 112.40 -angle 6 2 6 63.00 112.40 -angle 5 2 6 80.00 109.50 -angle 2 2 10 63.00 112.40 -angle 3 2 10 63.00 112.40 -angle 6 2 10 63.00 112.40 -angle 10 2 10 63.00 112.40 -angle 5 2 10 80.00 109.50 -angle 10 2 12 63.00 114.00 -angle 6 2 13 63.00 112.40 -angle 10 2 15 50.00 108.60 -angle 2 2 16 50.00 114.70 -angle 10 2 16 50.00 114.70 -angle 2 2 20 80.00 109.50 -angle 6 2 20 80.00 109.50 -angle 10 2 20 80.00 109.50 -angle 3 2 24 80.00 110.30 -angle 2 2 24 80.00 111.20 -angle 2 2 44 56.20 109.47 -angle 6 2 44 56.20 109.47 -angle 10 2 44 56.20 109.47 -angle 13 2 44 56.20 109.47 -angle 3 2 44 80.00 111.20 -angle 2 2 48 63.00 112.40 -angle 10 2 48 63.00 114.00 -angle 2 2 51 63.00 112.40 -angle 6 2 51 63.00 112.40 -angle 2 2 53 80.00 111.20 -angle 2 2 55 80.00 111.20 -angle 10 2 80 63.00 115.60 -angle 2 3 4 80.00 120.40 -angle 1 3 4 80.00 121.00 -angle 3 3 4 80.00 121.40 -angle 4 3 4 80.00 126.00 -angle 4 3 5 80.00 121.00 -angle 4 3 6 80.00 120.40 -angle 5 3 10 70.00 115.00 -angle 4 3 10 80.00 120.40 -angle 5 3 12 70.00 120.00 -angle 12 3 12 85.00 120.00 -angle 5 3 13 70.00 108.00 -angle 13 3 13 70.00 116.00 -angle 1 3 13 80.00 111.00 -angle 3 3 13 80.00 117.20 -angle 4 3 13 80.00 120.40 -angle 10 3 20 81.00 111.40 -angle 13 3 20 81.00 111.40 -angle 4 3 20 83.00 123.40 -angle 13 3 21 75.00 109.00 -angle 4 3 21 75.00 119.00 -angle 24 3 24 70.00 114.20 -angle 2 3 24 70.00 116.60 -angle 3 3 24 70.00 116.60 -angle 6 3 24 70.00 116.60 -angle 10 3 24 70.00 116.60 -angle 13 3 24 70.00 116.60 -angle 4 3 24 80.00 122.90 -angle 20 3 24 81.00 111.40 -angle 13 3 44 70.00 116.00 -angle 4 3 44 80.00 120.40 -angle 13 3 46 35.00 115.00 -angle 46 3 46 35.00 115.00 -angle 4 3 46 35.00 123.00 -angle 24 3 46 40.00 114.00 -angle 5 3 46 40.00 115.00 -angle 20 3 46 40.00 115.00 -angle 24 3 47 70.00 115.50 -angle 4 3 47 80.00 125.30 -angle 46 3 48 35.00 115.00 -angle 24 3 48 70.00 115.50 -angle 13 3 48 70.00 116.00 -angle 5 3 48 70.00 120.00 -angle 4 3 48 80.00 120.40 -angle 20 3 48 81.00 111.40 -angle 48 3 48 85.00 120.00 -angle 13 3 50 70.00 116.00 -angle 46 3 50 80.00 116.00 -angle 4 3 50 80.00 124.00 -angle 10 3 52 65.00 117.00 -angle 2 3 52 70.00 117.00 -angle 6 3 52 70.00 117.00 -angle 13 3 52 70.00 117.00 -angle 48 3 52 70.00 117.00 -angle 4 3 52 80.00 126.00 -angle 52 3 52 80.00 126.00 -angle 46 3 56 35.00 116.00 -angle 46 3 56 35.00 122.00 -angle 4 3 56 80.00 122.50 -angle 47 3 57 70.00 114.10 -angle 56 3 57 70.00 118.60 -angle 57 3 57 70.00 118.60 -angle 4 3 57 80.00 120.60 -angle 24 3 60 70.00 111.30 -angle 57 3 60 70.00 111.30 -angle 4 3 60 80.00 128.80 -angle 13 3 65 75.00 109.00 -angle 4 3 65 75.00 119.00 -angle 44 3 84 70.00 116.00 -angle 4 3 84 80.00 120.40 -angle 4 3 87 80.00 128.20 -angle 57 3 105 70.00 115.40 -angle 56 3 105 70.00 118.60 -angle 4 3 105 80.00 120.90 -angle 13 3 107 70.00 116.60 -angle 4 3 107 80.00 122.90 -angle 25 4 25 10.00 117.00 -angle 3 4 25 35.00 113.00 -angle 3 5 7 35.00 113.00 -angle 2 5 7 55.00 108.50 -angle 6 5 7 55.00 108.50 -angle 7 5 10 55.00 108.50 -angle 7 5 13 55.00 108.50 -angle 7 5 24 49.00 105.40 -angle 25 5 25 5.00 109.47 -angle 7 5 25 10.00 109.47 -angle 13 5 25 10.00 109.47 -angle 7 5 47 35.00 109.00 -angle 25 5 48 10.00 109.47 -angle 7 5 48 35.00 113.00 -angle 7 5 51 55.00 108.50 -angle 7 5 64 55.00 108.50 -angle 13 5 64 100.00 120.50 -angle 7 5 79 74.00 110.00 -angle 7 5 106 100.00 126.00 -angle 5 7 25 10.00 109.47 -angle 25 7 25 33.00 109.47 -angle 2 10 2 63.00 112.40 -angle 2 10 3 63.00 111.10 -angle 2 10 5 80.00 109.50 -angle 3 10 6 63.00 111.10 -angle 6 10 6 63.00 111.50 -angle 2 10 6 63.00 112.40 -angle 5 10 6 80.00 109.50 -angle 3 10 10 63.00 111.10 -angle 2 10 10 63.00 111.50 -angle 6 10 10 63.00 111.50 -angle 10 10 10 63.00 111.50 -angle 5 10 10 80.00 109.50 -angle 2 10 20 80.00 109.50 -angle 6 10 20 80.00 109.50 -angle 10 10 20 80.00 109.50 -angle 3 10 24 63.00 110.10 -angle 6 10 24 80.00 109.50 -angle 2 10 24 80.00 109.70 -angle 10 10 24 80.00 109.70 -angle 2 10 44 56.20 109.47 -angle 6 10 44 56.20 109.47 -angle 10 10 44 56.20 109.47 -angle 13 10 44 56.20 109.47 -angle 3 10 44 80.00 109.70 -angle 2 10 48 63.00 112.40 -angle 20 10 48 80.00 109.50 -angle 2 10 105 80.00 109.50 -angle 10 10 105 80.00 109.50 -angle 20 10 105 80.00 109.50 -angle 2 11 2 70.00 124.00 -angle 2 11 6 70.00 124.00 -angle 6 11 6 70.00 124.00 -angle 2 11 9 70.00 118.00 -angle 6 11 9 70.00 118.00 -angle 9 11 10 70.00 118.00 -angle 2 11 10 70.00 124.00 -angle 6 11 10 70.00 124.00 -angle 10 11 10 70.00 124.00 -angle 2 11 11 70.00 118.00 -angle 6 11 11 70.00 118.00 -angle 9 11 11 70.00 118.00 -angle 10 11 11 70.00 118.00 -angle 11 11 11 70.00 118.00 -angle 9 11 13 70.00 118.00 -angle 11 11 13 70.00 118.00 -angle 2 11 13 70.00 124.00 -angle 6 11 13 70.00 124.00 -angle 10 11 13 70.00 124.00 -angle 13 11 13 70.00 124.00 -angle 9 11 14 70.00 118.00 -angle 11 11 14 70.00 118.00 -angle 9 11 79 70.00 118.00 -angle 2 12 12 70.00 120.00 -angle 3 12 12 85.00 120.00 -angle 12 12 12 85.00 120.00 -angle 12 12 48 85.00 120.00 -angle 12 12 60 85.00 120.00 -angle 12 12 81 85.00 120.00 -angle 1 13 1 77.00 109.10 -angle 2 13 2 40.00 109.50 -angle 1 13 3 50.00 109.50 -angle 2 13 3 63.00 111.10 -angle 3 13 3 63.00 111.10 -angle 2 13 6 40.00 109.50 -angle 6 13 6 40.00 109.50 -angle 3 13 6 63.00 109.50 -angle 1 13 13 50.00 109.50 -angle 5 13 13 50.00 109.50 -angle 13 13 13 58.35 112.70 -angle 3 13 13 63.00 111.10 -angle 13 13 15 50.00 108.60 -angle 13 13 16 50.00 114.70 -angle 13 13 19 58.35 112.70 -angle 3 13 20 50.00 109.50 -angle 13 13 20 50.00 109.50 -angle 3 13 21 69.00 109.80 -angle 13 13 21 69.00 109.80 -angle 21 13 21 78.00 111.70 -angle 13 13 22 50.00 108.60 -angle 20 13 24 50.00 109.50 -angle 3 13 24 63.00 110.10 -angle 2 13 24 80.00 109.70 -angle 13 13 24 80.00 109.70 -angle 16 13 44 50.00 114.70 -angle 2 13 44 56.20 109.47 -angle 6 13 44 56.20 109.47 -angle 10 13 44 56.20 109.47 -angle 13 13 44 56.20 109.47 -angle 3 13 44 80.00 111.20 angle 46 13 46 33.00 107.80 -angle 18 13 46 35.00 108.50 -angle 19 13 46 35.00 108.50 -angle 2 13 46 35.00 109.50 -angle 3 13 46 35.00 109.50 -angle 5 13 46 35.00 109.50 -angle 15 13 46 35.00 109.50 -angle 16 13 46 35.00 109.50 -angle 20 13 46 35.00 109.50 -angle 22 13 46 35.00 109.50 -angle 24 13 46 35.00 109.50 -angle 44 13 46 35.00 109.50 -angle 13 13 46 37.50 110.70 -angle 1 13 46 40.00 107.00 -angle 21 13 46 51.00 107.60 -angle 46 13 47 35.00 109.50 -angle 1 13 47 50.00 109.50 -angle 13 13 47 63.00 111.10 -angle 47 13 47 63.00 112.40 -angle 46 13 48 35.00 109.50 -angle 47 13 48 40.00 109.50 -angle 48 13 48 40.00 109.50 -angle 1 13 48 50.00 109.50 -angle 5 13 48 50.00 109.50 -angle 20 13 48 50.00 109.50 -angle 16 13 48 50.00 114.70 -angle 3 13 48 63.00 112.00 -angle 2 13 48 63.00 114.00 -angle 13 13 48 63.00 114.00 -angle 44 13 48 80.00 111.20 -angle 46 13 50 35.00 109.50 -angle 46 13 51 37.50 110.70 -angle 5 13 51 50.00 109.50 -angle 13 13 51 58.35 112.70 -angle 46 13 53 35.00 109.50 -angle 3 13 53 80.00 111.20 -angle 13 13 53 80.00 111.20 -angle 46 13 55 35.00 109.50 -angle 13 13 55 80.00 111.20 -angle 46 13 56 35.00 109.50 -angle 3 13 56 63.00 110.10 -angle 13 13 56 65.00 109.00 -angle 46 13 57 35.00 109.50 -angle 48 13 57 80.00 111.20 -angle 46 13 60 35.00 109.50 -angle 13 13 60 63.00 114.00 -angle 46 13 64 41.00 109.50 -angle 13 13 64 43.00 109.50 -angle 48 13 64 43.00 109.50 -angle 46 13 65 51.00 107.60 -angle 3 13 65 69.00 109.80 -angle 13 13 65 69.00 110.00 -angle 48 13 65 69.00 110.00 -angle 65 13 65 78.00 111.70 -angle 46 13 66 75.00 111.00 -angle 13 13 66 75.00 112.00 -angle 46 13 79 35.00 109.50 -angle 13 13 79 50.00 108.60 -angle 1 13 79 50.00 109.50 -angle 46 13 80 35.00 109.50 -angle 13 13 80 63.00 115.60 -angle 46 13 83 35.00 109.50 -angle 13 13 83 63.00 114.00 -angle 46 13 84 35.00 109.50 -angle 16 13 84 50.00 114.70 -angle 13 13 84 63.00 114.00 -angle 46 13 85 35.00 109.50 -angle 13 13 85 63.00 114.00 -angle 46 13 87 35.00 109.50 -angle 13 13 87 63.00 115.60 -angle 46 13 90 35.00 109.50 -angle 13 13 90 80.00 110.00 -angle 3 13 90 80.00 113.00 -angle 46 13 91 37.50 110.70 -angle 46 13 95 35.00 105.00 -angle 13 13 95 63.00 105.00 -angle 46 13 101 35.00 109.50 -angle 13 13 101 80.00 111.20 -angle 46 13 102 35.00 105.00 -angle 13 13 102 63.00 111.10 -angle 46 13 104 41.00 109.50 -angle 13 13 104 43.00 109.50 -angle 46 13 105 35.00 109.50 -angle 13 13 105 50.00 109.50 -angle 20 13 105 50.00 109.50 -angle 46 13 107 35.00 109.50 -angle 13 13 107 80.00 109.70 -angle 46 13 108 35.00 109.50 -angle 13 13 108 60.00 112.00 -angle 2 14 2 70.00 124.00 -angle 2 14 6 70.00 124.00 -angle 6 14 6 70.00 124.00 -angle 2 14 9 70.00 118.00 -angle 6 14 9 70.00 118.00 -angle 9 14 10 70.00 118.00 -angle 2 14 10 70.00 124.00 -angle 6 14 10 70.00 124.00 -angle 10 14 10 70.00 124.00 -angle 2 14 11 70.00 118.00 -angle 6 14 11 70.00 118.00 -angle 9 14 11 70.00 118.00 -angle 10 14 11 70.00 118.00 -angle 11 14 11 70.00 118.00 -angle 9 14 13 70.00 118.00 -angle 11 14 13 70.00 118.00 -angle 2 14 13 70.00 124.00 -angle 6 14 13 70.00 124.00 -angle 10 14 13 70.00 124.00 -angle 13 14 13 70.00 124.00 -angle 2 14 14 70.00 118.00 -angle 6 14 14 70.00 118.00 -angle 9 14 14 70.00 118.00 -angle 10 14 14 70.00 118.00 -angle 11 14 14 70.00 118.00 -angle 13 14 14 70.00 118.00 -angle 14 14 14 70.00 118.00 -angle 17 15 17 35.00 92.07 -angle 2 15 17 44.00 96.00 -angle 6 15 17 44.00 96.00 -angle 13 15 17 44.00 96.00 -angle 25 15 25 5.00 109.47 -angle 13 15 25 10.00 109.47 -angle 33 15 33 10.00 160.00 -angle 2 15 33 150.00 96.70 -angle 6 15 33 150.00 96.70 -angle 13 15 33 150.00 96.70 -angle 17 15 33 150.00 96.70 -angle 17 15 48 50.00 96.00 -angle 2 16 6 62.00 98.90 -angle 13 16 13 62.00 98.90 -angle 2 16 16 68.00 103.70 -angle 6 16 16 68.00 103.70 -angle 13 16 16 68.00 103.70 -angle 13 16 19 65.00 100.00 -angle 25 16 25 5.00 109.47 -angle 13 16 25 10.00 109.47 -angle 33 16 33 10.00 160.00 -angle 2 16 33 150.00 96.70 -angle 6 16 33 150.00 96.70 -angle 13 16 33 150.00 96.70 -angle 16 16 33 150.00 96.70 -angle 13 16 48 62.00 104.20 -angle 47 16 48 62.00 104.20 -angle 24 16 60 74.00 92.40 -angle 25 16 61 10.00 130.00 -angle 25 16 82 10.00 130.00 -angle 60 16 82 74.00 97.00 -angle 25 16 84 10.00 130.00 -angle 82 16 84 74.00 90.00 -angle 60 16 84 74.00 97.00 -angle 84 16 84 74.00 97.00 -angle 13 16 91 62.00 94.00 -angle 15 17 25 10.00 109.47 -angle 25 17 25 33.00 109.47 -angle 13 18 19 150.00 180.00 -angle 19 18 48 170.00 180.00 -angle 18 18 56 100.00 180.00 -angle 13 19 18 150.00 180.00 -angle 16 19 19 140.00 180.00 -angle 13 19 19 150.00 180.00 -angle 18 19 25 10.00 90.00 -angle 19 19 46 112.00 180.00 -angle 18 19 47 150.00 180.00 -angle 19 19 47 160.00 180.00 -angle 18 19 48 150.00 180.00 -angle 19 19 48 160.00 180.00 -angle 19 19 50 160.00 180.00 -angle 18 19 55 150.00 180.00 -angle 18 19 88 150.00 180.00 -angle 2 20 2 100.00 111.80 -angle 2 20 3 83.00 116.90 -angle 3 20 6 83.00 116.90 -angle 2 20 6 100.00 111.80 -angle 2 20 7 55.00 108.50 -angle 7 20 10 55.00 108.50 -angle 3 20 10 83.00 116.90 -angle 10 20 10 100.00 111.80 -angle 13 20 13 60.00 109.50 -angle 3 20 13 83.00 116.90 -angle 25 20 25 5.00 109.47 -angle 13 20 25 10.00 109.47 -angle 13 20 47 75.00 111.00 -angle 25 20 48 10.00 109.47 -angle 13 20 48 75.00 111.00 -angle 47 20 48 75.00 111.00 -angle 48 20 48 75.00 111.00 -angle 3 20 48 83.00 116.90 -angle 2 20 48 100.00 111.80 -angle 13 20 51 60.00 109.50 -angle 2 20 51 100.00 113.00 -angle 6 20 51 100.00 113.00 -angle 10 20 51 100.00 113.00 -angle 24 20 60 70.00 104.50 -angle 25 20 61 10.00 125.00 -angle 2 20 64 100.00 120.50 -angle 6 20 64 100.00 120.50 -angle 10 20 64 100.00 120.50 -angle 13 20 64 100.00 120.50 -angle 48 20 64 100.00 120.50 -angle 64 20 64 100.00 120.50 -angle 25 20 82 10.00 125.00 -angle 60 20 82 70.00 106.50 -angle 82 20 82 70.00 107.00 -angle 25 20 84 10.00 125.00 -angle 82 20 84 70.00 104.00 -angle 60 20 84 70.00 106.50 -angle 84 20 84 70.00 106.50 -angle 61 20 84 70.00 108.90 -angle 108 20 108 20.00 145.00 -angle 13 20 108 40.00 130.00 -angle 25 21 25 33.00 109.47 -angle 13 22 13 62.00 96.00 -angle 13 22 23 74.00 107.00 -angle 23 22 25 10.00 90.00 -angle 2 24 3 50.00 121.90 -angle 3 24 3 70.00 126.40 -angle 3 24 5 46.00 115.70 -angle 2 24 6 50.00 121.90 -angle 3 24 6 50.00 121.90 -angle 2 24 10 50.00 118.00 -angle 3 24 10 50.00 121.90 -angle 13 24 13 50.00 118.00 -angle 3 24 13 50.00 121.90 -angle 3 24 16 70.00 112.00 -angle 3 24 20 70.00 108.60 -angle 3 24 25 10.00 109.50 -angle 25 24 45 10.00 100.00 -angle 5 24 45 35.00 110.20 -angle 3 24 45 35.00 119.80 -angle 45 24 45 35.00 120.00 -angle 2 24 45 38.00 118.40 -angle 6 24 45 38.00 118.40 -angle 10 24 45 38.00 118.40 -angle 13 24 45 38.00 118.40 -angle 45 24 48 35.00 119.80 -angle 13 24 48 50.00 118.00 -angle 3 24 48 50.00 121.90 -angle 48 24 48 70.00 118.00 -angle 54 24 54 35.00 120.00 -angle 45 24 59 35.00 118.00 -angle 3 24 59 70.00 125.20 -angle 13 24 79 50.00 120.00 -angle 45 24 79 100.00 111.00 -angle 45 24 84 35.00 119.80 -angle 48 24 84 70.00 118.00 -angle 16 24 86 70.00 117.00 -angle 45 24 87 35.00 119.80 -angle 48 24 87 70.00 118.00 -angle 45 24 88 35.00 119.80 -angle 48 24 88 70.00 118.00 -angle 45 24 91 40.00 113.00 -angle 3 24 91 55.00 128.00 -angle 48 24 103 70.00 121.00 -angle 3 24 106 20.00 126.00 -angle 25 25 25 33.00 109.47 -angle 32 31 32 75.00 104.52 -angle 32 31 33 50.00 52.26 -angle 35 34 35 34.05 104.52 -angle 37 36 37 75.00 109.50 -angle 37 36 38 50.00 54.75 -angle 40 39 40 75.00 104.52 -angle 41 39 41 50.00 109.47 -angle 40 39 41 50.00 110.6948 -angle 43 42 43 75.00 109.47 -angle 2 44 2 51.80 107.20 -angle 2 44 6 51.80 107.20 -angle 6 44 6 51.80 107.20 -angle 2 44 10 51.80 107.20 -angle 6 44 10 51.80 107.20 -angle 10 44 10 51.80 107.20 -angle 2 44 13 51.80 107.20 -angle 6 44 13 51.80 107.20 -angle 10 44 13 51.80 107.20 -angle 13 44 13 51.80 107.20 -angle 3 44 13 63.00 111.10 -angle 25 44 45 10.00 100.00 -angle 13 44 45 35.00 109.50 -angle 2 44 45 43.20 108.10 -angle 6 44 45 43.20 108.10 -angle 10 44 45 43.20 108.10 -angle 45 44 45 43.60 106.40 -angle 25 44 48 10.00 109.50 -angle 45 44 48 35.00 116.00 -angle 13 44 48 50.00 116.00 -angle 48 44 48 50.00 116.00 -angle 3 44 48 63.00 112.00 -angle 45 44 79 35.00 115.00 -angle 13 44 79 50.00 108.60 -angle 48 44 79 50.00 108.60 -angle 48 44 91 50.00 109.50 -angle 25 45 25 33.00 109.47 -angle 25 45 44 10.00 109.50 -angle 25 46 25 33.00 109.47 -angle 13 46 25 37.50 109.47 -angle 1 47 1 80.00 108.00 -angle 1 47 3 80.00 121.50 -angle 3 47 6 85.00 119.70 -angle 3 47 13 70.00 119.70 -angle 13 47 13 70.00 130.00 -angle 25 47 46 10.00 90.00 -angle 20 47 46 35.00 114.50 -angle 13 47 46 35.00 117.00 -angle 46 47 46 35.00 117.00 -angle 3 47 46 35.00 119.70 -angle 19 47 46 35.00 120.00 -angle 1 47 46 50.00 112.00 -angle 21 47 46 60.00 114.00 -angle 25 47 47 2.00 90.00 -angle 46 47 47 35.00 120.00 -angle 5 47 47 70.00 123.00 -angle 20 47 47 70.00 123.00 -angle 13 47 47 70.00 124.00 -angle 19 47 47 70.00 124.00 -angle 21 47 47 75.00 121.50 -angle 1 47 47 80.00 121.50 -angle 16 47 47 85.00 119.40 -angle 3 47 47 85.00 120.70 -angle 46 47 48 35.00 123.30 -angle 47 47 48 85.00 117.00 -angle 13 47 48 85.00 119.70 -angle 25 47 50 2.00 90.00 -angle 46 47 50 35.00 120.00 -angle 5 47 50 70.00 123.00 -angle 20 47 50 70.00 123.00 -angle 13 47 50 70.00 124.00 -angle 46 47 57 35.00 119.10 -angle 13 47 57 70.00 120.00 -angle 20 47 57 70.00 120.00 -angle 47 47 57 70.00 121.20 -angle 16 47 57 85.00 119.40 -angle 57 47 58 35.00 119.10 -angle 47 47 58 35.00 119.70 -angle 46 47 65 60.00 114.00 -angle 47 47 65 75.00 120.00 -angle 46 47 91 35.00 135.00 -angle 3 47 91 70.00 119.70 -angle 47 47 91 70.00 124.00 -angle 46 47 105 35.00 119.10 -angle 58 47 105 35.00 119.10 -angle 13 47 105 70.00 120.00 -angle 20 47 105 70.00 120.00 -angle 47 47 105 70.00 121.20 -angle 16 47 105 85.00 119.40 -angle 46 47 110 40.00 121.00 -angle 13 47 110 80.00 122.00 -angle 48 47 110 80.00 122.00 -angle 1 47 110 80.00 125.00 -angle 2 48 12 70.00 120.00 -angle 12 48 12 85.00 120.00 -angle 3 48 13 70.00 119.70 -angle 25 48 48 10.00 90.00 -angle 48 48 48 63.00 120.00 -angle 2 48 48 70.00 120.00 -angle 5 48 48 70.00 120.00 -angle 10 48 48 70.00 120.00 -angle 13 48 48 70.00 120.00 -angle 15 48 48 70.00 120.00 -angle 19 48 48 70.00 120.00 -angle 20 48 48 70.00 120.00 -angle 24 48 48 70.00 120.00 -angle 44 48 48 70.00 120.00 -angle 47 48 48 70.00 124.00 -angle 21 48 48 75.00 120.00 -angle 1 48 48 80.00 120.00 -angle 18 48 48 80.00 120.00 -angle 16 48 48 85.00 119.40 -angle 3 48 48 85.00 120.00 -angle 25 48 49 2.00 90.00 -angle 24 48 49 35.00 119.10 -angle 3 48 49 35.00 120.00 -angle 48 48 49 35.00 120.00 -angle 48 48 50 70.00 124.00 -angle 48 48 53 70.00 120.00 -angle 55 48 55 70.00 120.00 -angle 47 48 55 70.00 120.10 -angle 48 48 55 70.00 120.10 -angle 49 48 56 35.00 116.00 -angle 13 48 56 70.00 116.00 -angle 44 48 56 70.00 116.00 -angle 55 48 56 70.00 119.30 -angle 5 48 56 70.00 120.00 -angle 47 48 56 70.00 121.50 -angle 50 48 56 70.00 121.50 -angle 48 48 56 70.00 124.00 -angle 21 48 56 75.00 120.00 -angle 49 48 57 35.00 120.00 -angle 48 48 57 70.00 108.70 -angle 55 48 57 70.00 116.00 -angle 13 48 57 70.00 120.00 -angle 47 48 57 70.00 121.50 -angle 56 48 57 70.00 123.30 -angle 49 48 60 35.00 120.00 -angle 48 48 60 63.00 120.00 -angle 57 48 60 70.00 108.70 -angle 56 48 60 70.00 117.30 -angle 55 48 60 70.00 123.50 -angle 2 48 60 70.00 128.60 -angle 13 48 60 70.00 128.60 -angle 49 48 61 35.00 119.10 -angle 48 48 61 70.00 108.70 -angle 57 48 61 70.00 123.30 -angle 48 48 64 85.00 119.40 -angle 48 48 65 75.00 120.00 -angle 48 48 66 75.00 120.00 -angle 48 48 79 85.00 119.40 -angle 49 48 81 35.00 120.00 -angle 48 48 81 85.00 120.00 -angle 49 48 84 35.00 126.90 -angle 60 48 84 63.00 106.40 -angle 48 48 84 70.00 107.40 -angle 49 48 86 35.00 120.00 -angle 48 48 86 63.00 120.00 -angle 56 48 86 70.00 124.00 -angle 49 48 88 35.00 128.20 -angle 101 48 101 70.00 111.80 -angle 56 48 101 70.00 124.10 -angle 48 48 102 85.00 120.00 -angle 48 48 109 70.00 124.00 -angle 25 50 46 10.00 90.00 -angle 19 50 46 35.00 120.00 -angle 25 50 47 2.00 90.00 -angle 46 50 47 35.00 120.00 -angle 3 50 47 70.00 118.70 -angle 13 50 47 70.00 124.00 -angle 46 50 48 35.00 123.30 -angle 47 50 48 85.00 117.00 -angle 25 50 50 2.00 90.00 -angle 46 50 50 35.00 120.00 -angle 13 50 50 70.00 124.00 -angle 47 50 50 70.00 124.00 -angle 50 50 84 35.00 106.00 -angle 46 50 84 35.00 122.00 -angle 46 50 109 35.00 120.00 -angle 13 50 109 70.00 124.00 -angle 47 50 109 70.00 124.00 -angle 6 51 6 40.00 109.50 -angle 5 51 13 50.00 109.50 -angle 13 51 20 50.00 109.50 -angle 2 51 20 80.00 109.50 -angle 6 51 20 80.00 109.50 -angle 5 51 20 92.60 111.55 -angle 20 51 20 92.60 111.55 -angle 46 51 46 33.00 109.50 -angle 5 51 46 35.00 109.50 -angle 20 51 46 35.00 109.50 -angle 13 51 46 37.50 110.70 -angle 46 51 105 35.00 109.50 -angle 13 51 105 50.00 109.50 -angle 20 51 105 50.00 109.50 -angle 13 53 13 50.00 113.00 -angle 13 53 25 10.00 100.00 -angle 45 53 45 43.60 109.50 -angle 25 53 48 10.00 100.00 -angle 13 53 48 55.00 114.00 -angle 2 53 54 35.00 109.50 -angle 6 53 54 35.00 109.50 -angle 13 53 54 35.00 109.50 -angle 48 53 54 35.00 109.50 -angle 54 53 54 35.00 109.50 -angle 25 53 82 10.00 100.00 -angle 13 55 13 50.00 118.00 -angle 45 55 45 35.00 113.00 -angle 13 55 45 35.00 118.40 -angle 45 55 48 35.00 120.00 -angle 2 55 48 50.00 123.20 -angle 6 55 48 50.00 123.20 -angle 13 55 48 50.00 123.20 -angle 2 55 54 35.00 118.40 -angle 13 55 54 35.00 118.40 -angle 48 55 54 35.00 120.00 -angle 54 55 54 35.00 120.00 -angle 45 55 59 35.00 120.00 -angle 3 56 13 70.00 120.50 -angle 13 56 18 70.00 120.00 -angle 25 56 48 5.00 120.00 -angle 45 56 48 35.00 113.00 -angle 13 56 48 50.00 118.00 -angle 48 56 48 70.00 117.00 -angle 3 56 48 70.00 120.50 -angle 13 56 56 70.00 117.00 -angle 48 56 56 70.00 117.00 -angle 25 56 59 5.00 119.80 -angle 48 56 59 70.00 118.60 -angle 59 56 59 70.00 118.60 -angle 59 56 60 70.00 111.00 -angle 48 56 60 70.00 112.20 -angle 59 56 82 70.00 111.00 -angle 48 56 86 70.00 117.00 -angle 13 56 103 70.00 114.00 -angle 3 57 3 70.00 126.40 -angle 3 57 45 35.00 116.80 -angle 45 57 47 35.00 119.20 -angle 3 57 47 70.00 121.60 -angle 45 57 48 35.00 118.00 -angle 3 57 48 70.00 125.20 -angle 48 57 48 70.00 125.20 -angle 45 57 60 30.00 125.80 -angle 13 57 60 70.00 125.80 -angle 60 57 61 56.00 113.10 -angle 45 57 61 56.00 118.40 -angle 13 57 61 70.00 118.40 -angle 48 57 61 70.00 118.40 -angle 45 57 62 30.00 128.80 -angle 60 57 62 70.00 105.40 -angle 48 57 62 70.00 109.80 -angle 13 57 62 70.00 128.80 -angle 45 57 81 35.00 123.10 -angle 45 57 82 35.00 120.00 -angle 61 57 82 56.00 113.10 -angle 60 57 82 70.00 109.80 -angle 45 57 84 35.00 120.00 -angle 61 57 84 56.00 113.10 -angle 60 57 84 70.00 109.80 -angle 82 57 84 70.00 109.80 -angle 84 57 84 70.00 109.80 -angle 81 57 84 70.00 111.60 -angle 45 57 85 35.00 120.00 -angle 82 57 85 70.00 109.80 -angle 24 59 55 70.00 116.00 -angle 49 59 56 35.00 115.45 -angle 13 59 56 70.00 115.50 -angle 55 59 56 70.00 119.30 -angle 24 59 56 70.00 123.30 -angle 56 59 56 70.00 129.10 -angle 56 59 63 35.00 115.45 -angle 13 60 48 70.00 120.00 -angle 48 60 48 85.00 134.90 -angle 56 60 57 70.00 126.20 -angle 57 60 60 70.00 106.20 -angle 20 60 60 70.00 110.60 -angle 16 60 60 70.00 111.00 -angle 13 60 60 70.00 120.00 -angle 24 60 60 70.00 127.70 -angle 56 60 60 70.00 127.70 -angle 48 60 60 85.00 117.30 -angle 3 60 60 85.00 119.20 -angle 60 60 61 70.00 111.00 -angle 24 60 61 70.00 126.20 -angle 3 60 61 70.00 130.00 -angle 48 60 61 70.00 132.40 -angle 12 60 80 85.00 134.90 -angle 48 60 80 85.00 134.90 -angle 80 60 81 85.00 108.80 -angle 12 60 81 85.00 116.20 -angle 48 60 81 85.00 116.20 -angle 3 60 84 70.00 130.00 -angle 60 60 87 70.00 107.30 -angle 57 60 87 70.00 107.70 -angle 81 60 87 85.00 108.80 -angle 12 60 87 85.00 134.90 -angle 48 60 87 85.00 134.90 -angle 60 60 105 70.00 106.20 -angle 56 60 105 70.00 126.20 -angle 48 61 48 70.00 125.20 -angle 25 61 57 10.00 125.00 -angle 25 61 61 10.00 125.00 -angle 60 61 62 70.00 103.80 -angle 25 61 82 10.00 125.00 -angle 61 61 82 70.00 109.00 -angle 60 61 82 70.00 110.00 -angle 82 61 83 70.00 110.00 -angle 57 61 84 70.00 104.10 -angle 82 61 84 70.00 110.00 -angle 57 61 88 70.00 104.10 -angle 20 61 88 70.00 105.30 -angle 49 62 57 35.00 120.00 -angle 49 62 61 35.00 120.00 -angle 57 62 61 70.00 113.90 -angle 57 62 63 35.00 123.05 -angle 61 62 63 35.00 123.05 -angle 49 62 105 35.00 120.00 -angle 63 62 105 35.00 123.05 -angle 61 62 105 70.00 113.90 -angle 5 64 5 45.00 102.60 -angle 4 64 5 100.00 108.23 -angle 4 64 13 45.00 109.50 -angle 5 64 20 45.00 102.60 -angle 20 64 20 45.00 102.60 -angle 13 64 20 45.00 109.50 -angle 4 64 20 100.00 108.23 -angle 4 64 48 45.00 109.50 -angle 5 64 48 45.00 109.50 -angle 20 64 48 45.00 109.50 -angle 5 64 52 45.00 108.23 -angle 13 64 52 45.00 109.50 -angle 20 64 52 100.00 108.23 -angle 52 64 52 140.00 119.90 -angle 25 65 25 33.00 109.47 -angle 25 66 25 33.00 109.47 -angle 78 77 78 150.00 180.00 -angle 6 79 11 62.00 98.90 -angle 13 79 13 62.00 102.00 -angle 5 79 13 75.00 96.40 -angle 5 79 23 74.00 108.70 -angle 13 79 23 74.00 108.90 -angle 23 79 23 104.00 119.00 -angle 13 79 24 100.00 103.00 -angle 23 79 24 120.00 107.00 -angle 13 79 44 62.00 102.00 -angle 23 79 44 74.00 108.90 -angle 13 79 48 62.00 102.00 -angle 23 79 48 74.00 107.20 -angle 5 79 48 75.00 96.40 -angle 24 79 48 100.00 103.00 -angle 13 79 82 62.00 102.00 -angle 46 80 60 35.00 126.80 -angle 2 80 60 70.00 128.60 -angle 13 80 60 70.00 128.60 -angle 46 80 84 35.00 126.80 -angle 2 80 84 70.00 125.00 -angle 13 80 84 70.00 125.00 -angle 60 80 84 85.00 106.40 -angle 12 81 57 70.00 132.80 -angle 48 81 57 70.00 132.80 -angle 57 81 60 70.00 104.40 -angle 12 81 60 85.00 122.70 -angle 48 81 60 85.00 122.70 -angle 13 82 16 70.00 125.00 -angle 16 82 24 70.00 125.00 -angle 16 82 44 70.00 120.20 -angle 20 82 49 35.00 117.00 -angle 16 82 49 35.00 125.00 -angle 49 82 57 35.00 120.00 -angle 57 82 57 70.00 120.00 -angle 13 82 57 70.00 125.00 -angle 48 82 57 70.00 125.00 -angle 56 82 57 70.00 126.20 -angle 49 82 61 35.00 120.00 -angle 16 82 61 70.00 113.60 -angle 16 82 61 70.00 115.00 -angle 20 82 61 70.00 115.00 -angle 57 82 61 70.00 120.00 -angle 13 82 61 70.00 125.00 -angle 44 82 61 70.00 126.10 -angle 24 82 61 70.00 126.20 -angle 57 82 79 70.00 120.00 -angle 61 82 79 70.00 120.00 -angle 20 82 86 70.00 122.00 -angle 61 82 86 70.00 130.00 -angle 57 82 87 70.00 106.20 -angle 56 82 87 70.00 127.70 -angle 49 83 61 35.00 120.00 -angle 48 83 61 70.00 111.00 -angle 13 83 61 70.00 124.50 -angle 49 83 84 35.00 128.20 -angle 61 83 84 70.00 111.00 -angle 13 83 84 70.00 130.70 -angle 13 84 16 70.00 125.00 -angle 13 84 20 70.00 121.60 -angle 16 84 24 70.00 125.00 -angle 20 84 49 35.00 113.40 -angle 16 84 49 35.00 125.00 -angle 48 84 49 35.00 130.70 -angle 49 84 50 35.00 130.70 -angle 20 84 50 70.00 110.00 -angle 49 84 57 35.00 121.60 -angle 13 84 57 70.00 121.60 -angle 48 84 57 70.00 121.60 -angle 3 84 57 85.00 120.00 -angle 57 84 58 35.00 120.00 -angle 13 84 61 70.00 118.90 -angle 49 84 80 35.00 120.00 -angle 57 84 80 70.00 108.70 -angle 49 84 83 35.00 130.70 -angle 57 84 83 70.00 106.30 -angle 20 84 83 70.00 108.00 -angle 16 84 83 70.00 111.00 -angle 13 84 83 70.00 130.70 -angle 13 84 84 70.00 120.00 -angle 57 84 84 70.00 120.00 -angle 61 84 84 70.00 120.00 -angle 20 84 86 70.00 121.60 -angle 57 84 86 70.00 121.60 -angle 49 84 87 35.00 132.10 -angle 57 84 87 70.00 107.70 -angle 20 84 87 70.00 110.60 -angle 16 84 87 70.00 111.00 -angle 61 84 87 70.00 111.90 -angle 13 84 87 70.00 132.10 -angle 48 84 87 70.00 132.10 -angle 86 84 87 70.00 132.10 -angle 3 84 87 85.00 120.00 -angle 49 85 57 35.00 120.00 -angle 13 85 57 70.00 121.60 -angle 49 85 85 35.00 130.70 -angle 57 85 85 70.00 106.30 -angle 13 85 85 70.00 130.70 -angle 48 86 48 63.00 120.00 -angle 48 86 56 70.00 124.00 -angle 48 86 82 63.00 120.00 -angle 48 86 83 63.00 120.00 -angle 48 86 84 63.00 120.00 -angle 48 86 86 63.00 120.00 -angle 56 86 86 70.00 124.00 -angle 48 86 87 63.00 120.00 -angle 48 86 88 63.00 120.00 -angle 49 87 60 35.00 120.00 -angle 46 87 60 35.00 126.80 -angle 13 87 60 70.00 128.60 -angle 49 87 84 35.00 125.70 -angle 46 87 84 35.00 126.80 -angle 84 87 84 70.00 103.80 -angle 82 87 84 70.00 110.40 -angle 2 87 84 70.00 125.00 -angle 13 87 84 70.00 125.00 -angle 3 87 84 70.00 130.00 -angle 60 87 84 85.00 106.40 -angle 84 87 86 70.00 125.70 -angle 49 87 87 35.00 127.50 -angle 60 87 87 70.00 107.30 -angle 84 87 87 70.00 107.30 -angle 86 87 87 70.00 127.50 -angle 84 87 88 70.00 103.80 -angle 48 88 49 35.00 128.60 -angle 49 88 61 35.00 118.90 -angle 13 88 61 70.00 118.90 -angle 19 88 61 70.00 118.90 -angle 61 88 87 70.00 111.90 -angle 4 89 90 80.00 134.00 -angle 90 89 91 70.00 91.00 -angle 4 89 91 80.00 134.00 -angle 13 90 89 55.00 127.00 -angle 89 90 91 50.00 94.00 -angle 13 90 91 50.00 126.00 -angle 24 91 46 35.00 108.00 -angle 13 91 46 35.00 114.30 -angle 44 91 46 35.00 114.30 -angle 46 91 46 35.00 114.30 -angle 16 91 46 37.50 108.00 -angle 46 91 47 35.00 109.50 -angle 46 91 89 37.50 110.00 -angle 24 91 89 70.00 117.00 -angle 46 91 90 35.00 111.00 -angle 16 91 90 55.00 109.00 -angle 91 91 91 30.00 79.20 -angle 13 91 91 37.50 117.20 -angle 44 91 91 37.50 117.20 -angle 46 91 91 37.50 117.20 -angle 24 91 91 37.50 126.00 -angle 16 91 91 55.00 128.00 -angle 89 91 91 63.00 85.00 -angle 47 91 91 63.00 114.00 -angle 90 91 91 80.00 89.00 -angle 13 95 13 172.80 120.00 -angle 13 95 46 144.00 120.00 -angle 13 101 45 35.00 109.50 -angle 45 101 45 43.60 106.40 -angle 45 101 48 50.00 112.50 -angle 13 101 48 50.00 120.50 -angle 13 102 103 80.00 117.50 -angle 48 102 103 80.00 117.50 -angle 103 102 103 80.00 125.00 -angle 25 103 25 10.00 109.50 -angle 25 103 102 10.00 109.50 -angle 13 104 13 45.00 109.50 -angle 3 105 10 70.00 117.60 -angle 3 105 13 70.00 117.60 -angle 3 105 45 35.00 119.20 -angle 45 105 47 35.00 119.20 -angle 13 105 47 70.00 121.20 -angle 3 105 47 70.00 121.60 -angle 3 105 51 70.00 117.60 -angle 47 105 51 70.00 121.20 -angle 45 105 60 30.00 125.80 -angle 6 105 60 70.00 125.80 -angle 10 105 60 70.00 125.80 -angle 13 105 60 70.00 125.80 -angle 51 105 60 70.00 125.80 -angle 45 105 62 30.00 128.80 -angle 60 105 62 70.00 105.40 -angle 6 105 62 70.00 128.80 -angle 10 105 62 70.00 128.80 -angle 13 105 62 70.00 128.80 -angle 51 105 62 70.00 128.80 -angle 4 106 24 20.00 109.50 -angle 24 106 24 20.00 109.50 -angle 13 107 13 50.00 118.00 -angle 3 107 13 50.00 121.90 -angle 1 108 13 35.00 110.50 -angle 13 108 13 60.00 110.00 -angle 13 108 20 60.00 100.00 -angle 20 108 20 60.00 110.00 -angle 13 108 21 35.00 110.50 -angle 45 108 45 35.00 109.50 -angle 13 108 45 35.00 110.50 -angle 46 108 46 35.00 109.50 -angle 13 108 46 35.00 110.50 -angle 13 108 65 35.00 110.50 -angle 13 108 66 35.00 110.50 -angle 13 108 108 50.00 112.00 -angle 46 109 48 35.00 123.30 -angle 46 109 50 35.00 120.00 -angle 13 109 50 70.00 124.00 -angle 46 109 109 35.00 120.00 -angle 13 109 109 70.00 124.00 -angle 50 109 109 70.00 124.00 -angle 48 109 109 85.00 117.00 -angle 4 110 47 160.00 180.00 -angle 47 110 47 160.00 180.00 - - - ################################ - ## ## - ## Urey-Bradley Parameters ## - ## ## - ################################ - - -ureybrad 35 34 35 38.25 1.5537 - - - ##################################### - ## ## - ## Improper Torsional Parameters ## - ## ## - ##################################### - - -imptors 0 0 3 4 21.000 180.0 2 -imptors 0 0 3 52 21.000 180.0 2 -imptors 0 0 24 0 5.000 180.0 2 -imptors 0 0 47 0 30.000 180.0 2 -imptors 0 0 48 0 5.000 180.0 2 - - - ############################ - ## ## - ## Torsional Parameters ## - ## ## - ############################ - - - ################################################################### - ## ## - ## Alternative Torsional Parameter Values for Use with OPLS-AA ## - ## ## - ## For some torsions, OPLS-AA has multiple possible parameter ## - ## values; the list below shows functional groups for which ## - ## these alternate (commented) values should be preferred; the ## - ## values are in the same order as in the full parameter list ## - ## ## - ## 4 3 3 36 generic (default) ## - ## 4 3 3 36 dicarbonyls ## - ## 36 3 3 36 hydrocarbon (default) ## - ## 36 3 3 36 dicarbonyls ## - ## 13 3 5 7 carboxylic acid (default) ## - ## 13 3 5 7 1,2-diacid monoanion ## - ## 4 3 13 13 peptide (default) ## - ## 4 3 13 13 propanamide ## - ## 4 3 13 13 carboxylic acid ## - ## 4 3 13 13 dicarboxylic acid ## - ## 4 3 13 13 aldyhyde, ketone, acyl halide ## - ## 4 3 13 13 1,2-diacid monoanion ## - ## 5 3 13 13 carboxylic acid (default) ## - ## 5 3 13 13 dicarboxylic acid ## - ## 35 3 13 13 peptide psi' (default) ## - ## 35 3 13 13 propanamide ## - ## 35 3 13 13 beta-3-peptide, last psi ## - ## 4 3 29 13 esters (default) ## - ## 4 3 29 13 benzoic esters ## - ## 7 5 13 13 alcohols (default) ## - ## 7 5 13 13 trifluoroethanol ## - ## 7 5 13 13 hexopyranoses ## - ## 7 5 13 36 alcohols (default) ## - ## 7 5 13 36 axial cyclohexanol ## - ## 7 5 13 36 trifluoroethanol ## - ## 0 13 13 13 alcohols, ethers (default) ## - ## 0 13 13 13 hexopyranoses ## - ## 3 13 13 3 dicarboxylic acid (default) ## - ## 3 13 13 3 1,2-diacid monoanion ## - ## 3 13 13 13 butanamide (default) ## - ## 3 13 13 13 carboxylate ion ## - ## 3 13 13 13 aldyhyde, ketone, acyl halide ## - ## 3 13 13 36 all carbonyls (default) ## - ## 3 13 13 36 dicarboxylic acid ## - ## 3 13 13 36 aldehyde, ketone, acyl halide ## - ## 5 13 13 5 diols only (default) ## - ## 5 13 13 5 triols only ## - ## 5 13 13 5 hexopyranoses ## - ## 13 13 13 13 hydrocarbon (default) ## - ## 13 13 13 13 perfluoroalkane ## - ## 13 13 13 35 peptide chi-1 (default) ## - ## 13 13 13 35 N-propylformamide ## - ## 36 13 13 69 generic (default) ## - ## 36 13 13 69 sulfone ## - ## 13 13 33 13 amine (default) ## - ## 13 13 33 13 exocyclic amine ## - ## 13 13 33 13 exocyclic 1,4-diamine ## - ## 13 13 33 34 amine (default) ## - ## 13 13 33 34 azetidine, 4-ring ## - ## 13 13 33 34 pyrrolidine, 5-ring ## - ## 13 13 33 34 cyclic amine ## - ## 13 13 33 34 cyclic 1,4-diamine ## - ## 13 13 35 3 peptide phi' (default) ## - ## 13 13 35 3 N-ethylformamide ## - ## 13 13 35 3 beta-3-peptide, first theta tors ## - ## 13 13 35 13 proline, CD-N-CA-CB (default) ## - ## 13 13 35 13 proline, CG-CD-N-CA ## - ## 36 13 35 3 peptide phi'' (default) ## - ## 36 13 35 3 N-methylformamide ## - ## 13 13 47 0 imidazole, indole, purine (default) ## - ## 13 13 47 0 nucleoside chi ## - ## 13 13 47 52 nucleoside (default) ## - ## 13 13 47 52 imidazole, indole, purine ## - ## 29 13 47 0 imidazole, indole, purine (default) ## - ## 29 13 47 0 nucleoside chi ## - ## 29 13 95 52 nucleoside (default) ## - ## 29 13 95 52 imidazole, indole, purine ## - ## 13 13 97 13 generic (default) ## - ## 13 13 97 13 generic ## - ## 17 15 38 0 aromatic thiol (default) ## - ## 17 15 38 0 aromatic thiol, N-C-S-H ## - ## 13 29 54 42 phosphonates (default) ## - ## 13 29 54 42 dimethyl phosphate ## - ## 34 35 72 16 diaryl amine (default) ## - ## 34 35 72 16 aniline-like ## - ## 34 35 72 29 diaryl amine (default) ## - ## 34 35 72 29 aniline-like ## - ## 13 40 40 37 diene (default) ## - ## 13 40 40 37 2-methyl-1,3-butadiene ## - ## 0 46 72 0 generic (default) ## - ## 0 46 72 0 generic ## - ## 0 47 72 0 generic (default) ## - ## 0 47 72 0 generic ## - ## 0 47 74 0 generic (default) ## - ## 0 47 74 0 generic ## - ## 0 47 74 0 generic ## - ## 0 51 72 0 generic (default) ## - ## 0 51 72 0 HA-CR-NB-?? or N?-CR-NB-?? ## - ## 0 72 77 0 generic (default) ## - ## 0 72 77 0 biphenyl-like, N-C-C-C ## - ## ## - ################################################################### - - -torsion 0 2 2 2 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 0 2 2 6 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 1 2 2 2 -2.000 0.0 1 0.700 180.0 2 3.000 0.0 3 -torsion 1 2 2 6 -2.000 0.0 1 0.700 180.0 2 3.000 0.0 3 -torsion 2 2 2 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 6 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 10 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 13 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 65 -2.000 0.0 1 0.500 180.0 2 3.250 0.0 3 -torsion 6 2 2 6 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 6 2 2 65 -2.000 0.0 1 0.500 180.0 2 3.250 0.0 3 -torsion 10 2 2 10 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 6 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 10 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 0 2 10 2 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 10 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 13 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 6 2 20 2 -7.400 0.0 1 3.000 180.0 2 1.800 0.0 3 -torsion 6 2 20 6 -8.400 0.0 1 3.000 180.0 2 1.800 0.0 3 -torsion 4 3 3 4 1.600 0.0 1 3.200 180.0 2 0.000 0.0 3 -torsion 4 3 3 13 0.000 0.0 1 0.500 180.0 2 0.000 0.0 3 -torsion 4 3 3 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 3 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 4 3 3 36 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 13 3 3 13 0.700 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 13 3 3 24 -0.500 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 13 3 3 46 0.800 0.0 1 -0.760 180.0 2 0.000 0.0 3 -torsion 24 3 3 46 -0.900 0.0 1 0.300 180.0 2 0.000 0.0 3 -torsion 46 3 3 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -#torsion 36 3 3 36 0.800 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 3 5 7 3.000 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 4 3 5 7 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 13 3 5 7 1.500 0.0 1 5.500 180.0 2 0.000 0.0 3 -#torsion 13 3 5 7 3.200 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 24 3 5 7 -2.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 46 3 5 7 1.500 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 48 3 5 7 4.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 1 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 3 3 13 46 0.000 0.0 1 0.000 180.0 2 0.085 0.0 3 -torsion 4 3 13 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 0.000 0.0 1 1.166 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 0.000 0.0 1 0.546 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 -0.750 0.0 1 -0.550 180.0 2 -0.250 0.0 3 -#torsion 4 3 13 13 -0.277 0.0 1 1.228 180.0 2 -0.694 0.0 3 -#torsion 4 3 13 13 -1.000 0.0 1 -1.900 180.0 2 -0.900 0.0 3 -torsion 4 3 13 21 -0.650 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 44 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 4 3 13 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 48 0.000 0.0 1 0.546 180.0 2 0.000 0.0 3 -torsion 5 3 13 13 0.000 0.0 1 1.412 180.0 2 0.000 0.0 3 -#torsion 5 3 13 13 1.000 0.0 1 0.546 180.0 2 0.450 0.0 3 -torsion 5 3 13 44 5.260 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 5 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 3 13 13 1.454 0.0 1 -0.144 180.0 2 -0.775 0.0 3 -torsion 13 3 13 46 0.000 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 20 3 13 13 0.000 0.0 1 0.000 180.0 2 -0.553 0.0 3 -torsion 20 3 13 46 0.000 0.0 1 0.000 180.0 2 0.132 0.0 3 -torsion 21 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 24 3 13 13 1.173 0.0 1 0.189 180.0 2 -1.200 0.0 3 -#torsion 35 3 13 13 3.250 0.0 1 -0.402 180.0 2 -0.136 0.0 3 -#torsion 35 3 13 13 3.260 0.0 1 0.440 180.0 2 0.600 0.0 3 -torsion 24 3 13 21 0.650 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 13 24 1.816 0.0 1 1.222 180.0 2 1.581 0.0 3 -torsion 24 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 48 3 13 46 0.000 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 52 3 13 13 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 52 3 13 44 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 52 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 107 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 20 13 0.000 0.0 1 5.124 180.0 2 0.000 0.0 3 -#torsion 4 3 29 13 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 4 3 20 48 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 13 3 20 13 4.669 0.0 1 5.124 180.0 2 0.000 0.0 3 -torsion 13 3 20 48 1.500 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 24 3 20 13 -2.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 46 3 20 13 4.669 0.0 1 5.124 180.0 2 0.000 0.0 3 -torsion 48 3 20 13 4.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 3 3 24 13 0.400 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 3 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 24 5 0.000 0.0 1 6.603 180.0 2 0.000 0.0 3 -torsion 4 3 24 13 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 24 47 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 48 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 91 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 5 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 5 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 24 5 4.542 0.0 1 6.603 180.0 2 1.045 0.0 3 -torsion 13 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 13 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 20 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 20 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 24 3 24 3 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 24 3 24 13 4.600 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 46 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 46 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 47 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 48 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 48 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 48 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 48 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 87 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 0 3 47 13 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 4 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 47 47 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 47 47 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 24 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 47 47 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 107 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 107 3 47 47 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 5 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 13 3 48 48 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 20 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 24 3 48 48 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 46 3 48 48 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 0 3 50 13 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 4 3 50 47 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 50 47 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 13 3 50 47 0.800 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 13 3 56 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 3 56 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 3 56 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 3 56 45 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 3 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 4 3 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 57 2.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 61 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 82 3 82 57 -2.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 82 3 82 61 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 4 3 84 20 -0.750 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 4 3 84 87 0.750 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 84 3 84 20 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 84 3 84 87 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 48 3 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 3 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 4 3 87 84 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 4 3 87 87 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 24 3 87 84 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 24 3 87 87 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 4 3 107 13 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 107 13 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 109 109 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 109 109 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 0 4 106 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 10 2 0.300 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 7 5 10 6 0.300 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 7 5 13 2 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 7 5 13 6 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 7 5 13 13 -0.356 0.0 1 -0.174 180.0 2 0.492 0.0 3 -#torsion 7 5 13 13 4.478 0.0 1 -2.175 180.0 2 0.000 0.0 3 -#torsion 7 5 13 13 2.674 0.0 1 -2.883 180.0 2 1.026 0.0 3 -torsion 7 5 13 46 0.000 0.0 1 0.000 180.0 2 0.352 0.0 3 -#torsion 7 5 13 36 -2.589 0.0 1 -1.123 180.0 2 0.270 0.0 3 -#torsion 7 5 13 36 0.000 0.0 1 0.000 180.0 2 0.476 0.0 3 -torsion 7 5 13 47 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 13 48 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 13 50 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 7 5 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 7 5 24 3 5.519 0.0 1 -6.700 180.0 2 0.581 0.0 3 -torsion 7 5 24 45 2.722 0.0 1 -5.154 180.0 2 0.000 0.0 3 -torsion 7 5 47 47 0.000 0.0 1 1.682 180.0 2 0.000 0.0 3 -torsion 7 5 48 48 0.000 0.0 1 1.682 180.0 2 0.000 0.0 3 -torsion 7 5 51 20 -1.257 0.0 1 -1.806 180.0 2 0.003 0.0 3 -torsion 7 5 56 3 3.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 7 5 64 4 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 64 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 13 -0.750 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 23 0.750 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 48 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 13 3 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 0 13 13 13 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -#torsion 0 13 13 13 -1.336 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 13 24 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 1 13 13 1 -2.500 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 1 13 13 5 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 1 13 13 13 0.300 0.0 1 -0.400 180.0 2 0.400 0.0 3 -torsion 1 13 13 46 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 3 13 13 3 -0.550 0.0 1 0.000 180.0 2 1.000 0.0 3 -#torsion 3 13 13 3 0.800 0.0 1 0.000 180.0 2 0.900 0.0 3 -torsion 3 13 13 5 -6.180 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 13 13 -2.060 0.0 1 -0.313 180.0 2 0.315 0.0 3 -#torsion 3 13 13 13 -3.185 0.0 1 -0.825 180.0 2 0.493 0.0 3 -#torsion 3 13 13 13 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 15 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 3 13 13 16 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 3 13 13 24 -9.000 0.0 1 2.000 180.0 2 0.800 0.0 3 -torsion 3 13 13 46 0.000 0.0 1 0.000 180.0 2 -0.100 0.0 3 -#torsion 3 13 13 36 0.000 0.0 1 0.000 180.0 2 0.074 0.0 3 -#torsion 3 13 13 36 0.000 0.0 1 0.000 180.0 2 -0.076 0.0 3 -torsion 3 13 13 48 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 80 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 5 13 13 5 9.508 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 5 13 13 5 12.234 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 5 13 13 5 9.066 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 13 -1.552 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 20 4.319 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 44 8.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 24 6.280 0.0 1 -1.467 180.0 2 2.030 0.0 3 -torsion 5 13 13 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 13 13 13 13 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -#torsion 13 13 13 13 6.622 0. 1 0.948 180. 2 -1.388 0. 3 -2.118 180. 4 -torsion 13 13 13 15 1.262 0.0 1 -0.198 180.0 2 0.465 0.0 3 -torsion 13 13 13 16 2.619 0.0 1 -0.620 180.0 2 0.258 0.0 3 -torsion 13 13 13 19 0.000 0.0 1 -0.650 180.0 2 0.000 0.0 3 -torsion 13 13 13 21 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 44 2.392 0.0 1 -0.674 180.0 2 0.550 0.0 3 -torsion 13 13 13 24 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -#torsion 13 13 13 35 1.964 0.0 1 0.000 180.0 2 0.659 0.0 3 -torsion 13 13 13 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 13 51 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -torsion 13 13 13 53 2.732 0.0 1 -0.229 180.0 2 0.485 0.0 3 -torsion 13 13 13 65 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 66 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 79 1.262 0.0 1 -0.198 180.0 2 0.465 0.0 3 -torsion 13 13 13 107 1.964 0.0 1 0.000 180.0 2 0.659 0.0 3 -torsion 13 13 13 108 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 13 13 46 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -torsion 16 13 13 46 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -torsion 19 13 13 46 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 20 13 13 20 -0.550 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 13 13 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 21 13 13 21 -0.250 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 13 44 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 13 46 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 44 13 13 44 11.035 0.0 1 -0.968 180.0 2 0.270 0.0 3 -torsion 44 13 13 46 -1.013 0.0 1 -0.709 180.0 2 0.473 0.0 3 -torsion 44 13 13 48 -0.800 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 46 0.000 0.0 1 0.000 180.0 2 0.464 0.0 3 -torsion 24 13 13 48 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 24 13 13 80 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 46 13 13 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 47 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 46 13 13 48 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 51 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 53 0.000 0.0 1 0.000 180.0 2 0.384 0.0 3 -torsion 46 13 13 55 0.000 0.0 1 0.000 180.0 2 -0.582 0.0 3 -torsion 46 13 13 59 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 62 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 65 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 13 66 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 13 79 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -#torsion 36 13 13 69 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 13 80 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 82 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 83 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 84 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 87 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 88 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 102 0.000 0.0 1 0.000 180.0 2 -0.225 0.0 3 -torsion 46 13 13 104 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 107 0.000 0.0 1 0.000 180.0 2 0.464 0.0 3 -torsion 46 13 13 108 0.000 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 46 13 13 109 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 48 13 13 53 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 108 13 13 108 5.200 0.0 1 -0.500 180.0 2 0.000 0.0 3 -torsion 13 13 15 17 -0.759 0.0 1 -0.282 180.0 2 0.680 0.0 3 -torsion 46 13 15 17 0.000 0.0 1 0.000 180.0 2 0.480 0.0 3 -torsion 13 13 16 13 0.925 0.0 1 -0.576 180.0 2 0.677 0.0 3 -torsion 13 13 16 16 1.941 0.0 1 -0.836 180.0 2 0.935 0.0 3 -torsion 46 13 16 13 0.000 0.0 1 0.000 180.0 2 0.647 0.0 3 -torsion 46 13 16 16 0.000 0.0 1 0.000 180.0 2 0.558 0.0 3 -torsion 46 13 16 48 0.000 0.0 1 0.000 180.0 2 0.647 0.0 3 -torsion 0 13 18 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 18 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 19 18 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 20 13 -0.521 0.0 1 -2.018 180.0 2 1.996 0.0 3 -torsion 56 13 20 13 -0.500 0.0 1 -1.500 180.0 2 1.000 0.0 3 -torsion 57 13 20 13 -0.500 0.0 1 -1.500 180.0 2 1.000 0.0 3 -torsion 13 13 20 3 -1.220 0.0 1 -0.126 180.0 2 0.422 0.0 3 -torsion 13 13 20 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 13 20 64 -1.420 0.0 1 -0.620 180.0 2 0.100 0.0 3 -torsion 46 13 20 0 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 3 0.000 0.0 1 0.000 180.0 2 0.198 0.0 3 -torsion 46 13 20 47 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 48 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 51 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 64 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 44 13 0.416 0.0 1 -0.128 180.0 2 0.695 0.0 3 -#torsion 13 13 33 13 1.536 0.0 1 -0.128 180.0 2 0.695 0.0 3 -#torsion 13 13 33 13 1.464 0.0 1 -0.128 180.0 2 0.695 0.0 3 -torsion 13 13 44 45 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 0.000 0.0 1 4.000 180.0 2 0.000 0.0 3 -#torsion 13 13 33 34 0.200 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 0.819 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 1.522 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 46 13 44 13 0.000 0.0 1 0.000 180.0 2 0.560 0.0 3 -torsion 46 13 44 45 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 44 48 0.000 0.0 1 0.000 180.0 2 0.560 0.0 3 -torsion 0 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 24 3 -2.365 0.0 1 0.912 180.0 2 -0.850 0.0 3 -torsion 3 13 24 13 -1.737 0.0 1 1.251 180.0 2 -3.501 0.0 3 -torsion 3 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 3 0.000 0.0 1 0.462 180.0 2 0.000 0.0 3 -#torsion 13 13 35 3 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -#torsion 13 13 35 3 1.130 0.0 1 -1.420 180.0 2 0.440 0.0 3 -torsion 13 13 24 13 4.753 0.0 1 -0.734 180.0 2 0.000 0.0 3 -#torsion 13 13 35 13 2.859 0.0 1 2.058 180.0 2 -11.266 0.0 3 -torsion 13 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 59 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 79 2.929 0.0 1 -2.533 180.0 2 0.497 0.0 3 -torsion 13 13 24 91 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 46 13 24 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 36 13 35 3 0.000 0.0 1 0.000 180.0 2 -0.139 0.0 3 -torsion 46 13 24 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 79 1.362 0.0 1 -1.457 180.0 2 0.149 0.0 3 -torsion 48 13 24 59 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 47 13 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -torsion 0 13 47 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 0 13 47 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 47 50 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 47 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 47 13 2.817 0.0 1 -0.169 180.0 2 0.543 0.0 3 -torsion 13 13 47 47 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 13 13 47 50 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 47 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 47 46 0.000 0.0 1 0.000 180.0 2 0.318 0.0 3 -torsion 46 13 47 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 47 50 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 47 110 0.000 0.0 1 0.000 180.0 2 -0.250 0.0 3 -torsion 47 13 47 13 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 47 13 47 46 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 0 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 48 48 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 48 56 -0.500 0.0 1 0.500 180.0 2 -0.500 0.0 3 -torsion 21 13 48 48 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 64 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 13 48 48 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 0 13 50 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 50 50 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 50 50 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 50 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 13 13 51 0 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -torsion 13 13 51 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 51 20 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 13 13 53 13 1.438 0.0 1 -0.124 180.0 2 0.264 0.0 3 -torsion 13 13 53 45 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 46 13 53 13 0.000 0.0 1 0.000 180.0 2 0.302 0.0 3 -torsion 46 13 53 45 0.000 0.0 1 0.000 180.0 2 0.261 0.0 3 -torsion 46 13 53 48 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 53 54 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 55 45 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 13 13 55 48 1.829 0.0 1 0.243 180.0 2 -0.498 0.0 3 -torsion 13 13 55 54 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 46 13 55 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 55 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 55 48 0.000 0.0 1 0.000 180.0 2 0.177 0.0 3 -torsion 13 13 56 18 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 57 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 57 0 1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -#torsion 13 13 47 0 0.000 0.0 1 -0.576 180.0 2 0.000 0.0 3 -torsion 13 13 57 62 2.756 0.0 1 -0.872 180.0 2 -3.680 0.0 3 -#torsion 13 13 47 52 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 57 82 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 20 13 57 0 1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -#torsion 29 13 47 0 0.000 0.0 1 -1.876 180.0 2 0.000 0.0 3 -torsion 20 13 57 62 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 57 82 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 13 13 59 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 59 56 0.000 0.0 1 0.500 180.0 2 -0.500 0.0 3 -torsion 46 13 59 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 62 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 62 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 64 20 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 46 13 64 52 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 48 13 64 20 2.250 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 13 64 52 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 79 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 79 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 79 5 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 13 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 23 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 48 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 13 13 80 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 80 60 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 80 84 -0.714 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 60 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 84 0.000 0.0 1 0.000 180.0 2 -0.480 0.0 3 -torsion 13 13 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 83 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 83 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 84 0 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 84 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 84 57 1.700 0.0 1 -0.600 180.0 2 0.000 0.0 3 -torsion 21 13 84 0 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 84 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 87 0 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 87 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 87 0 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 87 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 88 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 88 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 90 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 90 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 91 91 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 95 13 0.000 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 13 13 95 46 0.000 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 13 13 102 103 0.000 0.0 1 0.400 180.0 2 0.000 0.0 3 -torsion 46 13 102 103 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 104 13 1.000 0.0 1 -0.500 180.0 2 0.500 0.0 3 -torsion 46 13 104 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 0 13 105 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 105 0 1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 105 62 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 105 82 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 20 13 105 0 1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 105 62 3.132 0.0 1 -1.491 180.0 2 2.744 0.0 3 -#torsion 29 13 95 52 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 105 82 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 3 13 107 13 -1.737 0.0 1 1.251 180.0 2 -3.501 0.0 3 -torsion 13 13 107 3 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 13 13 107 13 4.753 0.0 1 -0.734 180.0 2 0.000 0.0 3 -#torsion 13 13 97 13 2.859 0.0 1 2.058 180.0 2 -11.266 0.0 3 -torsion 46 13 107 3 0.000 0.0 1 0.000 180.0 2 -0.139 0.0 3 -torsion 46 13 107 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 107 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 108 13 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 108 45 0.000 0.0 1 0.000 180.0 2 0.260 0.0 3 -torsion 46 13 108 13 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 46 13 108 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 108 45 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 13 13 109 109 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 109 46 0.000 0.0 1 0.000 180.0 2 0.318 0.0 3 -torsion 46 13 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 17 15 48 0 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -#torsion 17 15 38 0 -3.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 17 15 48 48 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 13 16 16 13 0.000 0.0 1 -7.414 180.0 2 1.705 0.0 3 -torsion 13 16 48 48 0.000 0.0 1 0.600 180.0 2 0.000 0.0 3 -torsion 13 16 48 56 1.600 0.0 1 5.100 180.0 2 0.000 0.0 3 -torsion 13 16 59 56 0.000 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 84 16 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 16 82 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 83 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 88 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 16 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 18 48 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 18 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 18 18 56 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 18 18 56 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 19 19 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 109 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 19 19 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 19 19 109 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 20 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 20 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 20 47 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 20 47 46 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 13 20 47 47 -3.500 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 47 50 -3.500 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 3 20 48 48 0.000 0.0 1 2.500 180.0 2 0.000 0.0 3 -torsion 13 20 48 48 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 48 56 0.400 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 64 20 48 48 0.000 0.0 1 2.990 180.0 2 0.000 0.0 3 -torsion 13 20 51 5 -0.375 0.0 1 -1.358 180.0 2 0.004 0.0 3 -torsion 13 20 51 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 20 51 20 -0.375 0.0 1 -1.358 180.0 2 0.004 0.0 3 -torsion 13 20 51 46 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 13 20 56 3 3.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 59 56 0.000 0.0 1 5.200 180.0 2 0.000 0.0 3 -torsion 0 20 64 52 0.000 0.0 1 0.000 180.0 2 0.562 0.0 3 -torsion 13 20 64 13 3.500 0.0 1 -3.300 180.0 2 1.500 0.0 3 -torsion 13 20 64 52 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 13 29 54 42 0.900 0.0 1 -2.930 180.0 2 2.640 0.0 3 -torsion 48 20 64 4 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 84 20 82 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 20 84 88 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 20 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 20 84 87 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 108 20 108 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 108 20 108 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 44 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 44 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 45 44 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 44 48 48 -7.582 0.0 1 3.431 180.0 2 3.198 0.0 3 -torsion 45 44 48 48 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 59 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 82 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 84 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 44 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 44 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 44 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 44 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 3 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 13 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 59 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 82 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 84 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 59 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 45 24 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 24 79 48 2.074 0.0 1 -2.966 180.0 2 2.473 0.0 3 -torsion 45 24 79 48 1.671 0.0 1 -4.901 180.0 2 0.669 0.0 3 -torsion 13 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -#torsion 34 35 72 16 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 45 24 82 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -#torsion 34 35 72 29 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 45 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 84 84 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 45 24 84 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 84 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 84 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 84 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 3 24 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 47 24 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 47 24 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 24 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 24 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 24 91 89 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 3 24 91 91 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 45 24 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 45 24 91 89 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 45 24 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 24 106 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 47 46 47 13 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 47 46 47 46 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 0 47 47 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 47 47 19 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 3 47 47 24 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 3 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 5 47 47 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 5 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 19 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 20 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 19 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 20 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 21 47 47 21 -1.600 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 21 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 47 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 48 48 0.205 0.0 1 -0.531 180.0 2 0.000 0.0 3 -torsion 46 47 48 48 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 47 48 56 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 47 48 48 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 13 47 50 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 24 47 50 3 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 47 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 47 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 47 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 47 86 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 47 86 24 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 47 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 47 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 13 47 110 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 47 110 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 48 48 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 1 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 1 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 21 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 21 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 44 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 47 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 55 0.0 0. 1 1.62 180. 2 0.0 0. 3 -0.44 180. 4 -torsion 48 48 48 60 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 65 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 66 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 109 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 60 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 65 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 66 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 109 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 50 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 48 48 50 47 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 56 48 50 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 56 48 50 47 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 48 48 53 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 48 53 54 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 48 55 45 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 48 48 55 45 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 55 48 55 13 0.000 0.0 1 7.936 180.0 2 0.000 0.0 3 -torsion 55 48 55 45 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 60 48 55 45 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 0 48 56 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 0 48 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 48 79 13 0.000 0.0 1 -0.900 180.0 2 0.000 0.0 3 -torsion 48 48 79 24 1.656 0.0 1 -0.768 180.0 2 -0.117 0.0 3 -torsion 48 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 86 56 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 56 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 88 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 101 13 0.000 0.0 1 3.651 180.0 2 0.000 0.0 3 -torsion 48 48 102 103 0.000 0.0 1 1.150 180.0 2 0.000 0.0 3 -torsion 48 48 109 13 0.205 0.0 1 -0.531 180.0 2 0.000 0.0 3 -torsion 48 48 109 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 48 48 109 109 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 0 50 50 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 3 50 50 3 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 50 50 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 50 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -#torsion 13 40 40 37 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 46 50 50 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 50 47 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 -torsion 13 50 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 50 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 109 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 13 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 109 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 -torsion 13 53 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 53 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 55 59 0 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 13 56 56 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 56 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 56 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 59 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 56 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 46 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 48 56 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 56 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 57 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 45 57 60 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 57 61 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 81 0 0.000 0.0 1 3.050 180.0 2 0.000 0.0 3 -torsion 0 57 82 0 0.000 0.0 1 4.650 180.0 2 0.000 0.0 3 -#torsion 0 47 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 82 49 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 45 57 82 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 57 84 0 0.000 0.0 1 2.800 180.0 2 0.000 0.0 3 -#torsion 0 47 74 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -#torsion 0 47 74 0 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 45 57 84 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 61 57 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 84 57 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 60 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 60 61 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 60 80 0 0.000 0.0 1 3.350 180.0 2 0.000 0.0 3 -torsion 0 60 81 0 0.000 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 0 60 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 60 87 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 60 60 87 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 61 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 51 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 82 49 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 83 61 82 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 88 61 82 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 88 61 82 20 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 83 0 0.000 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 82 61 83 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 61 83 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 84 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 88 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 61 88 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 80 84 0 0.000 0.0 1 13.050 180.0 2 0.000 0.0 3 -torsion 0 82 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 16 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 20 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 57 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 82 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 72 77 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 83 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 83 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 16 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 61 83 84 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 61 83 84 20 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 61 83 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 83 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 83 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 83 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 84 83 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 84 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 16 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 16 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 20 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 57 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 84 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 84 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 84 88 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 16 84 88 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 16 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 20 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 88 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 86 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 88 61 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 56 86 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 20 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 57 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 87 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 49 87 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 4 89 90 13 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 89 90 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 89 90 48 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 89 90 91 0.000 0.0 1 20.000 180.0 2 0.000 0.0 3 -torsion 91 89 90 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 91 89 90 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 91 89 90 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 91 89 90 91 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 0 89 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 89 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 89 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 90 89 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 90 89 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 91 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 91 91 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 91 91 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 91 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 91 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 91 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 91 91 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 109 109 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 50 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 50 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 109 109 109 109 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 - - - ################################################################ - ## ## - ## Additional Torsional Parameter Values Used with OPLS-AA ## - ## ## - ## The torsions listed below were added to official OPLS-AA ## - ## to complete the set needed for proteins; the values were ## - ## obtained by analogy from the closest OPLS-AA torsions; ## - ## most of the added values are for HIP or N-terminal AAs; ## - ## ## - ################################################################ - - -torsion 24 3 13 53 1.816 0.0 1 1.222 180.0 2 1.581 0.0 3 -torsion 52 3 13 24 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 3 13 13 53 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 13 83 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 84 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 85 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 5 13 13 53 6.280 0.0 1 -1.467 180.0 2 2.030 0.0 3 -torsion 15 13 13 53 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 16 13 13 53 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 13 13 13 55 2.732 0.0 1 -0.229 180.0 2 0.485 0.0 3 -torsion 24 13 13 83 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 53 13 13 83 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 84 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 53 13 13 84 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 85 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 46 13 13 85 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 53 13 13 85 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 53 13 1.438 0.0 1 -0.124 180.0 2 0.264 0.0 3 -torsion 3 13 53 54 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 13 13 53 54 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 46 13 55 54 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 85 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 85 57 1.700 0.0 1 -0.600 180.0 2 0.000 0.0 3 -torsion 46 13 85 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 55 48 55 54 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 0 48 81 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 57 85 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 85 85 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 - - - ################################################################ - ## ## - ## Additional Torsional Parameter Values Used with OPLS-AA ## - ## ## - ## The torsions listed below were added to official OPLS-AA ## - ## to complete the values needed for selected organics ## - ## ## - ################################################################ - - -torsion 13 13 13 20 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -torsion 13 13 13 47 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 ######################################## @@ -3432,1705 +111,5 @@ torsion 13 13 13 47 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 ######################################## -charge 1 -0.2200 -charge 2 0.2200 -charge 3 0.5500 -charge 4 -0.5000 -charge 5 -0.5800 -charge 6 0.0800 -charge 7 0.4500 -charge 8 0.0000 -charge 9 0.0000 -charge 10 0.0000 -charge 11 0.0000 -charge 12 0.0000 -charge 13 0.0000 -charge 14 0.0000 -charge 15 0.0000 -charge 16 0.0000 -charge 17 0.0000 -charge 18 0.0000 -charge 19 0.0000 -charge 20 -0.7000 -charge 21 0.4350 -charge 22 0.2650 -charge 23 0.2650 -charge 24 -0.4700 -charge 25 -0.4500 -charge 26 -0.4700 -charge 27 -0.3000 -charge 28 0.2350 -charge 29 0.2700 -charge 30 0.1800 -charge 31 0.1800 -charge 32 0.2350 -charge 33 0.2350 -charge 34 0.3000 -charge 35 0.3000 -charge 36 -0.4300 -charge 37 0.2800 -charge 38 0.1500 -charge 39 0.2650 -charge 40 0.2650 -charge 41 -0.5000 -charge 42 0.2500 -charge 43 0.2500 -charge 44 0.5000 -charge 45 -0.2500 -charge 46 0.4200 -charge 47 -0.1400 -charge 48 0.2480 -charge 49 -0.0620 -charge 50 0.1390 -charge 51 -0.4590 -charge 52 0.1600 -charge 53 -0.5000 -charge 54 -0.5700 -charge 55 0.5000 -charge 56 0.2850 -charge 57 0.0000 -charge 58 0.0000 -charge 59 0.0000 -charge 60 0.0000 -charge 61 0.0000 -charge 62 0.0000 -charge 63 -0.8340 -charge 64 0.4170 -charge 65 0.0000 -charge 66 0.5200 -charge 67 -1.0400 -charge 68 -0.8220 -charge 69 0.4110 -charge 70 0.0000 -charge 71 0.5110 -charge 72 -1.0220 -charge 73 0.0000 -charge 74 0.2410 -charge 75 -0.2410 -charge 76 -0.8200 -charge 77 0.4100 -charge 78 -1.0200 -charge 79 0.3400 -charge 80 -0.1800 -charge 81 -0.1200 -charge 82 -0.0600 charge 83 -0.2400 -charge 84 0.0000 charge 85 0.0600 -charge 86 0.0000 -charge 87 -0.1150 -charge 88 -0.2300 -charge 89 0.1150 -charge 90 -0.1150 -charge 91 0.1150 -charge 92 0.0000 -charge 93 -0.0650 -charge 94 -0.0050 -charge 95 -0.1150 -charge 96 -0.6830 -charge 97 0.4180 -charge 98 0.0400 -charge 99 0.1450 -charge 100 0.2050 -charge 101 0.2650 -charge 102 0.1263 -charge 103 0.5323 -charge 104 -0.6351 -charge 105 0.4286 -charge 106 -0.2057 -charge 107 0.0825 -charge 108 0.1500 -charge 109 -0.5850 -charge 110 0.4350 -charge 111 -0.7000 -charge 112 0.4350 -charge 113 -0.7300 -charge 114 0.4650 -charge 115 0.1450 -charge 116 0.2050 -charge 117 0.2650 -charge 118 0.0600 -charge 119 -0.1700 -charge 120 0.0000 -charge 121 -0.2850 -charge 122 -0.4000 -charge 123 0.1100 -charge 124 0.1400 -charge 125 0.1700 -charge 126 0.2000 -charge 127 0.0300 -charge 128 -0.4000 -charge 129 -0.7000 -charge 130 0.4350 -charge 131 0.2000 -charge 132 0.1000 -charge 133 0.2650 -charge 134 0.1000 -charge 135 0.3000 -charge 136 0.1000 -charge 137 0.3650 -charge 138 0.1000 -charge 139 0.4000 -charge 140 0.4650 -charge 141 0.0850 -charge 142 -0.3350 -charge 143 -0.4700 -charge 144 -0.4350 -charge 145 -0.2175 -charge 146 0.1550 -charge 147 0.2350 -charge 148 0.0600 -charge 149 0.1200 -charge 150 0.1800 -charge 151 0.0375 -charge 152 0.0975 -charge 153 0.1575 -charge 154 0.2175 -charge 155 0.0375 -charge 156 0.0975 -charge 157 0.1575 -charge 158 0.2175 -charge 159 0.0000 -charge 160 0.2000 -charge 161 0.2600 -charge 162 0.3200 -charge 163 -0.0550 -charge 164 -0.3200 -charge 165 0.0800 -charge 166 0.1400 -charge 167 0.2000 -charge 168 -0.1200 -charge 169 0.0050 -charge 170 0.1025 -charge 171 0.1400 -charge 172 0.2000 -charge 173 0.7000 -charge 174 0.5650 -charge 175 0.5850 -charge 176 0.6150 -charge 177 0.5000 -charge 178 -0.5000 -charge 179 -0.7600 -charge 180 -0.5000 -charge 181 -0.1400 -charge 182 0.3800 -charge 183 0.3000 -charge 184 0.0200 -charge 185 -0.1100 -charge 186 0.0800 -charge 187 -0.0500 -charge 188 0.0100 -charge 189 0.1420 -charge 190 -0.3900 -charge 191 -0.5420 -charge 192 0.3330 -charge 193 -0.4900 -charge 194 0.4200 -charge 195 -0.4200 -charge 196 0.3700 -charge 197 0.0600 -charge 198 -0.1200 -charge 199 -0.0600 -charge 200 0.0000 -charge 201 0.0600 -charge 202 0.0350 -charge 203 0.3950 -charge 204 -0.4300 -charge 205 0.1800 -charge 206 -0.1800 -charge 207 -0.3850 -charge 208 0.0850 -charge 209 0.5200 -charge 210 -0.4400 -charge 211 -0.5300 -charge 212 0.4500 -charge 213 0.7000 -charge 214 -0.8000 -charge 215 -0.2800 -charge 216 -0.2200 -charge 217 -0.1600 -charge 218 -0.1000 -charge 219 0.4500 -charge 220 -0.4500 -charge 221 0.0000 -charge 222 0.4700 -charge 223 -0.4700 -charge 224 0.0600 -charge 225 0.0400 -charge 226 -0.0200 -charge 227 0.1000 -charge 228 -0.0900 -charge 229 -0.4000 -charge 230 -0.3000 -charge 231 0.0000 -charge 232 0.3500 -charge 233 0.3300 -charge 234 0.1300 -charge 235 0.1900 -charge 236 0.2500 -charge 237 0.3100 -charge 238 0.2300 -charge 239 0.1700 -charge 240 0.1100 -charge 241 0.0900 -charge 242 0.1500 -charge 243 -0.8000 -charge 244 0.4600 -charge 245 0.6400 -charge 246 -0.7000 -charge 247 0.4400 -charge 248 0.2000 -charge 249 -0.1100 -charge 250 0.1900 -charge 251 -0.0500 -charge 252 -0.2000 -charge 253 0.3100 -charge 254 -0.4600 -charge 255 0.3600 -charge 256 -0.8500 -charge 257 0.3700 -charge 258 -0.1500 -charge 259 0.1000 -charge 260 -0.0400 -charge 261 0.1000 -charge 262 -0.6000 -charge 263 0.5000 -charge 264 -0.5100 -charge 265 0.4500 -charge 266 -0.0700 -charge 267 0.0800 -charge 268 0.4100 -charge 269 -0.4000 -charge 270 0.3600 -charge 271 -0.4200 -charge 272 0.1000 -charge 273 0.1000 -charge 274 -0.1400 -charge 275 0.0800 -charge 276 -0.5600 -charge 277 0.5500 -charge 278 -0.5400 -charge 279 0.4600 -charge 280 -0.0600 -charge 281 0.1000 -charge 282 0.3800 -charge 283 -0.4800 -charge 284 -0.7900 -charge 285 0.3850 -charge 286 0.3550 -charge 287 0.1000 -charge 288 0.1000 -charge 289 -0.5300 -charge 290 0.2200 -charge 291 -0.5500 -charge 292 0.3800 -charge 293 0.1500 -charge 294 0.4400 -charge 295 -0.4900 -charge 296 0.2000 -charge 297 -0.5000 -charge 298 0.2000 -charge 299 -0.8100 -charge 300 0.3850 -charge 301 0.3550 -charge 302 0.2000 -charge 303 0.3500 -charge 304 -0.5600 -charge 305 0.4600 -charge 306 -0.5100 -charge 307 0.3400 -charge 308 0.1200 -charge 309 0.5200 -charge 310 0.3800 -charge 311 -0.8000 -charge 312 0.4000 -charge 313 -0.5100 -charge 314 -0.0100 -charge 315 0.1200 -charge 316 -0.0100 -charge 317 0.1400 -charge 318 -0.0100 -charge 319 0.1300 -charge 320 -0.6400 -charge 321 0.6500 -charge 322 -0.7400 -charge 323 0.6600 -charge 324 -0.0600 -charge 325 0.1000 -charge 326 0.4900 -charge 327 -0.3000 -charge 328 0.4800 -charge 329 -0.8100 -charge 330 0.4600 -charge 331 0.4300 -charge 332 0.1400 -charge 333 0.1400 -charge 334 0.0100 -charge 335 0.1600 -charge 336 0.7800 -charge 337 -0.6600 -charge 338 -0.4300 -charge 339 0.2000 -charge 340 0.1800 -charge 341 -0.0600 -charge 342 0.1200 -charge 343 -1.0000 -charge 344 -1.0000 -charge 345 -1.0000 -charge 346 -1.0000 -charge 347 1.0000 -charge 348 1.0000 -charge 349 1.0000 -charge 350 1.0000 -charge 351 1.0000 -charge 352 1.0000 -charge 353 2.0000 -charge 354 2.0000 -charge 355 2.0000 -charge 356 2.0000 -charge 357 -0.4000 -charge 358 0.1000 -charge 359 -0.9000 -charge 360 -0.2000 -charge 361 0.0600 -charge 362 -0.9800 -charge 363 -1.0700 -charge 364 0.1900 -charge 365 0.5100 -charge 366 -0.8200 -charge 367 -0.3000 -charge 368 0.0700 -charge 369 -1.3100 -charge 370 0.4000 -charge 371 -0.4000 -charge 372 0.0800 -charge 373 0.0000 -charge 374 0.0700 -charge 375 -0.9800 -charge 376 -1.3000 -charge 377 0.3000 -charge 378 2.5000 -charge 379 -0.2500 -charge 380 -0.8650 -charge 381 1.6200 -charge 382 -0.9200 -charge 383 -0.6000 -charge 384 0.3000 -charge 385 -0.0300 -charge 386 1.9200 -charge 387 -1.1200 -charge 388 -0.7000 -charge 389 0.4400 -charge 390 -0.1000 -charge 391 1.6200 -charge 392 -0.9700 -charge 393 -0.6300 -charge 394 0.2800 -charge 395 -0.0200 -charge 396 -0.5100 -charge 397 0.0800 -charge 398 -0.1400 -charge 399 0.3200 -charge 400 0.0200 -charge 401 -0.0400 -charge 402 -0.4700 -charge 403 0.1200 -charge 404 0.1400 -charge 405 0.2400 -charge 406 0.5100 -charge 407 -0.4300 -charge 408 -0.3300 -charge 409 0.1600 -charge 410 0.0300 -charge 411 0.6350 -charge 412 0.6250 -charge 413 0.1350 -charge 414 -0.2150 -charge 415 1.4800 -charge 416 -0.6800 -charge 417 -0.5400 -charge 418 0.1800 -charge 419 -1.0000 -charge 420 0.4400 -charge 421 -0.8000 -charge 422 0.4100 -charge 423 0.1800 -charge 424 0.0300 -charge 425 0.3900 -charge 426 -0.0600 -charge 427 -0.1800 -charge 428 0.0600 -charge 429 0.0000 -charge 430 0.0300 -charge 431 0.1900 -charge 432 0.2200 -charge 433 0.2500 -charge 434 1.3740 -charge 435 -0.6870 -charge 436 0.2450 -charge 437 0.1300 -charge 438 -0.4200 -charge 439 -0.0350 -charge 440 0.0250 -charge 441 0.0750 -charge 442 -0.0550 -charge 443 0.1300 -charge 444 -0.5700 -charge 445 0.4200 -charge 446 -0.0050 -charge 447 0.2950 -charge 448 -0.0150 -charge 449 0.0150 -charge 450 0.3850 -charge 451 0.2150 -charge 452 -0.4900 -charge 453 -0.5400 -charge 454 0.4600 -charge 455 -0.1150 -charge 456 0.0550 -charge 457 0.1150 -charge 458 -0.0300 -charge 459 0.0850 -charge 460 0.0000 -charge 461 -0.6780 -charge 462 0.4730 -charge 463 -0.4470 -charge 464 0.2270 -charge 465 0.0120 -charge 466 0.1550 -charge 467 0.0650 -charge 468 -0.4680 -charge 469 0.1920 -charge 470 0.0420 -charge 471 -0.8390 -charge 472 0.8740 -charge 473 0.6530 -charge 474 -0.6890 -charge 475 -0.0320 -charge 476 0.0110 -charge 477 0.1970 -charge 478 -0.3310 -charge 479 0.3780 -charge 480 -0.1600 -charge 481 -0.0090 -charge 482 0.1220 -charge 483 -0.2390 -charge 484 -0.1630 -charge 485 -0.1490 -charge 486 0.3170 -charge 487 0.1550 -charge 488 0.1180 -charge 489 -0.0590 -charge 490 -0.4910 -charge 491 0.2460 -charge 492 -0.3200 -charge 493 -0.0340 -charge 494 0.3010 -charge 495 0.0720 -charge 496 0.1500 -charge 497 0.1350 -charge 498 -0.2570 -charge 499 0.2750 -charge 500 -0.5630 -charge 501 0.1850 -charge 502 -0.2860 -charge 503 0.3060 -charge 504 0.0780 -charge 505 0.0750 -charge 506 0.1870 -charge 507 -0.1900 -charge 508 -0.0190 -charge 509 -0.1540 -charge 510 0.1420 -charge 511 0.1260 -charge 512 -0.2570 -charge 513 0.5110 -charge 514 -0.5900 -charge 515 0.1690 -charge 516 -0.1480 -charge 517 0.0430 -charge 518 0.0910 -charge 519 0.1810 -charge 520 -0.1220 -charge 521 -0.4130 -charge 522 0.4050 -charge 523 -0.4550 -charge 524 0.2500 -charge 525 0.0530 -charge 526 0.1840 -charge 527 0.0980 -charge 528 -0.5000 -charge 529 0.0010 -charge 530 -0.3900 -charge 531 -0.2700 -charge 532 -0.1270 -charge 533 -0.1080 -charge 534 -0.2580 -charge 535 0.2200 -charge 536 0.2250 -charge 537 0.3760 -charge 538 0.1470 -charge 539 0.1720 -charge 540 0.1550 -charge 541 0.1070 -charge 542 0.1100 -charge 543 0.1400 -charge 544 -0.6940 -charge 545 0.4250 -charge 546 -0.3590 -charge 547 -0.0080 -charge 548 -0.1970 -charge 549 -0.1120 -charge 550 -0.0700 -charge 551 -0.3070 -charge 552 0.5630 -charge 553 -0.0510 -charge 554 0.0280 -charge 555 0.1460 -charge 556 0.1190 -charge 557 0.1330 -charge 558 0.1130 -charge 559 0.1140 -charge 560 0.1570 -charge 561 -0.7600 -charge 562 0.6790 -charge 563 -0.7880 -charge 564 0.7360 -charge 565 0.0380 -charge 566 0.3430 -charge 567 -0.6420 -charge 568 0.4520 -charge 569 -0.6820 -charge 570 0.0240 -charge 571 0.1010 -charge 572 0.0860 -charge 573 0.4130 -charge 574 -0.0300 -charge 575 0.2420 -charge 576 -0.5150 -charge 577 0.2280 -charge 578 -0.2990 -charge 579 0.1010 -charge 580 0.0680 -charge 581 0.2050 -charge 582 -0.9510 -charge 583 0.9650 -charge 584 -0.0140 -charge 585 0.1300 -charge 586 0.0520 -charge 587 -0.5990 -charge 588 0.3920 -charge 589 -0.3480 -charge 590 0.0200 -charge 591 -0.0420 -charge 592 0.3470 -charge 593 -0.1960 -charge 594 0.0320 -charge 595 0.1460 -charge 596 0.1080 -charge 597 0.1400 -charge 598 0.1220 -charge 599 0.1660 -charge 600 -0.5800 -charge 601 0.1730 -charge 602 -0.3950 -charge 603 -0.1990 -charge 604 0.1180 -charge 605 0.0930 -charge 606 0.2080 -charge 607 0.0980 -charge 608 -0.1390 -charge 609 -0.0790 -charge 610 0.0990 -charge 611 -0.1680 -charge 612 -0.1080 -charge 613 -0.1890 -charge 614 -0.1290 -charge 615 -0.1690 -charge 616 -0.1090 -charge 617 -0.1380 -charge 618 -0.0780 -charge 619 -0.0250 -charge 620 0.0350 -charge 621 -0.0380 -charge 622 0.0220 -charge 623 -0.3340 -charge 624 0.2550 -charge 625 0.5230 -charge 626 0.5000 -charge 627 -0.1400 -charge 628 0.2275 -charge 629 0.1400 -charge 630 -0.0080 -charge 631 0.5880 -charge 632 -0.1030 -charge 633 -0.3320 -charge 634 0.0400 -charge 635 0.3420 -charge 636 -0.0500 -charge 637 -0.2050 -charge 638 3.0000 -charge 639 4.0000 -charge 640 3.0000 -charge 641 0.6190 -charge 642 -0.3950 -charge 643 0.1740 -charge 644 3.0000 -charge 645 3.0000 -charge 646 3.0000 -charge 647 3.0000 -charge 648 3.0000 -charge 649 -0.3440 -charge 650 -0.6280 -charge 651 0.2000 -charge 652 -0.1200 -charge 653 -0.0600 -charge 654 0.0000 -charge 655 -0.2300 -charge 656 0.0300 -charge 657 -0.0990 -charge 658 0.0990 -charge 659 0.2200 -charge 660 -0.2200 -charge 661 0.1300 -charge 662 -0.1300 -charge 663 -0.2200 -charge 664 0.2200 -charge 665 0.1500 -charge 666 0.4500 -charge 667 -0.2000 -charge 668 0.2000 -charge 669 -0.2000 -charge 670 0.2000 -charge 671 -0.2000 -charge 672 0.1000 -charge 673 -0.1000 -charge 674 0.0550 -charge 675 -0.2200 -charge 676 0.0650 -charge 677 0.0130 -charge 678 -0.1060 -charge 679 -0.0900 -charge 680 -0.1190 -charge 681 0.1410 -charge 682 0.1290 -charge 683 0.8270 -charge 684 -0.8850 -charge 685 0.4260 -charge 686 0.4650 -charge 687 0.1190 -charge 688 -0.0200 -charge 689 0.0400 -charge 690 -0.6200 -charge 691 -0.7850 -charge 692 -0.7850 -charge 693 0.5500 -charge 694 -0.5600 -charge 695 0.4600 -charge 696 -0.0800 -charge 697 -0.0200 -charge 698 0.0400 -charge 699 0.1000 -charge 700 0.0600 -charge 701 0.5400 -charge 702 -0.3700 -charge 703 0.0200 -charge 704 0.0600 -charge 705 0.0800 -charge 706 0.1400 -charge 707 0.2000 -charge 708 0.6500 -charge 709 0.0900 -charge 710 0.0350 -charge 711 -0.9000 -charge 712 -0.5000 -charge 713 0.8600 -charge 714 -0.4500 -charge 715 0.2100 -charge 716 0.1600 -charge 717 -0.1000 -charge 718 0.0300 -charge 719 0.0300 -charge 720 0.0600 -charge 721 -0.7800 -charge 722 0.9684 -charge 723 -0.5081 -charge 724 -0.0080 -charge 725 0.1720 -charge 726 1.3400 -charge 727 -0.3900 -charge 728 0.7940 -charge 729 -0.5980 -charge 730 -0.9000 -charge 731 -0.7800 -charge 732 -0.6300 -charge 733 0.0000 -charge 734 0.0200 -charge 735 0.0300 -charge 736 0.0600 -charge 737 0.0800 -charge 738 0.0900 -charge 739 0.3600 -charge 740 0.3800 -charge 741 0.0600 -charge 742 0.1200 -charge 743 0.1800 -charge 744 0.1400 -charge 745 0.1500 -charge 746 0.1800 -charge 747 0.2000 -charge 748 0.2100 -charge 749 0.1150 -charge 750 0.1750 -charge 751 0.2350 -charge 752 0.1950 -charge 753 0.1525 -charge 754 0.1350 -charge 755 -0.2100 -charge 756 0.2000 -charge 757 0.0100 -charge 758 0.0100 -charge 759 0.0100 -charge 760 0.0600 -charge 761 0.4500 -charge 762 0.4800 -charge 763 0.5100 -charge 764 -0.6550 -charge 765 0.3900 -charge 766 -0.5000 -charge 767 -0.5600 -charge 768 -0.6000 -charge 769 0.0000 -charge 770 -0.1000 -charge 771 0.2900 -charge 772 0.0900 -charge 773 0.1500 -charge 774 0.2100 -charge 775 0.2700 -charge 776 0.0960 -charge 777 -0.0390 -charge 778 0.0270 -charge 779 0.0110 -charge 780 0.0740 -charge 781 -0.0290 -charge 782 0.7000 -charge 783 -0.3520 -charge 784 -0.7090 -charge 785 0.3170 -charge 786 -0.2200 -charge 787 0.0200 -charge 788 0.1000 -charge 789 0.1200 -charge 790 0.2200 -charge 791 0.3600 -charge 792 0.2400 -charge 793 0.1200 -charge 794 0.4800 -charge 795 -0.1200 -charge 796 0.2500 -charge 797 0.1500 -charge 798 -0.0800 -charge 799 -0.1060 -charge 800 -0.2000 -charge 801 -0.0060 -charge 802 0.1030 -charge 803 0.0970 -charge 804 0.2000 -charge 805 -0.2000 -charge 806 -0.0060 -charge 807 0.1030 -charge 808 0.0970 -charge 809 0.2000 -charge 810 -0.0800 -charge 811 -0.0800 -charge 812 -0.0800 -charge 813 0.1000 -charge 814 -0.2500 -charge 815 0.6000 -charge 816 -0.1500 -charge 817 -0.0250 -charge 818 -0.0450 -charge 819 0.1450 -charge 820 0.8880 -charge 821 1.0030 -charge 822 -0.6580 -charge 823 -0.6340 -charge 824 0.4110 -charge 825 -0.4420 -charge 826 0.4350 -charge 827 0.2250 -charge 828 0.2550 -charge 829 -0.0340 -charge 830 0.0030 -charge 831 0.3000 -charge 832 -0.0400 -charge 833 -0.0575 -charge 834 2.0000 -charge 835 -0.0700 -charge 836 0.0300 -charge 837 0.1300 -charge 838 -0.1300 -charge 839 0.1000 -charge 840 -0.6850 -charge 841 0.1550 -charge 842 -0.1000 -charge 843 -0.4270 -charge 844 0.2180 -charge 845 0.6000 -charge 846 -0.6000 -charge 847 -0.3600 -charge 848 0.0000 -charge 849 0.0600 -charge 850 0.1200 -charge 851 0.1800 -charge 852 0.0600 -charge 853 0.5700 -charge 854 -0.5700 -charge 855 0.0000 -charge 856 0.0200 -charge 857 -0.0400 -charge 858 0.0000 -charge 859 0.0600 -charge 860 -0.0700 -charge 861 -0.1400 -charge 862 0.1700 -charge 863 0.1100 -charge 864 0.1500 -charge 865 0.1700 -charge 866 1.0000 -charge 867 0.8500 -charge 868 0.7000 -charge 869 0.5500 -charge 870 -0.1000 -charge 871 -0.4300 -charge 872 -0.3700 -charge 873 -0.3100 -charge 874 -0.2500 -charge 875 -1.0000 -charge 876 -1.0000 -charge 877 -1.0000 -charge 878 -1.0000 -charge 879 1.0000 -charge 880 1.0000 -charge 881 1.0000 -charge 882 1.0000 -charge 883 1.0000 -charge 884 2.0000 -charge 885 2.0000 -charge 886 2.0000 -charge 887 2.0000 -charge 888 -0.0500 -charge 889 0.0500 -charge 890 0.1500 -charge 891 0.2500 -charge 892 0.1000 -charge 893 0.1150 -charge 894 0.1350 -charge 895 0.0150 -charge 896 0.1550 -charge 897 0.0000 -charge 898 -0.1150 -charge 899 0.1500 -charge 900 -0.2500 -charge 901 -0.1000 -charge 902 0.0500 -charge 903 -0.1000 -charge 904 0.2000 -charge 905 -0.2500 -charge 906 0.0880 - - - ######################################## - ## ## - ## Biopolymer Atom Type Conversions ## - ## ## - ######################################## - - -biotype 1 N "Glycine" 180 -biotype 2 CA "Glycine" 165 -biotype 3 C "Glycine" 177 -biotype 4 HN "Glycine" 183 -biotype 5 O "Glycine" 178 -biotype 6 HA "Glycine" 85 -biotype 7 N "Alanine" 180 -biotype 8 CA "Alanine" 166 -biotype 9 C "Alanine" 177 -biotype 10 HN "Alanine" 183 -biotype 11 O "Alanine" 178 -biotype 12 HA "Alanine" 85 -biotype 13 CB "Alanine" 80 -biotype 14 HB "Alanine" 85 -biotype 15 N "Valine" 180 -biotype 16 CA "Valine" 166 -biotype 17 C "Valine" 177 -biotype 18 HN "Valine" 183 -biotype 19 O "Valine" 178 -biotype 20 HA "Valine" 85 -biotype 21 CB "Valine" 82 -biotype 22 HB "Valine" 85 -biotype 23 CG1 "Valine" 80 -biotype 24 HG1 "Valine" 85 -biotype 25 CG2 "Valine" 80 -biotype 26 HG2 "Valine" 85 -biotype 27 N "Leucine" 180 -biotype 28 CA "Leucine" 166 -biotype 29 C "Leucine" 177 -biotype 30 HN "Leucine" 183 -biotype 31 O "Leucine" 178 -biotype 32 HA "Leucine" 85 -biotype 33 CB "Leucine" 81 -biotype 34 HB "Leucine" 85 -biotype 35 CG "Leucine" 82 -biotype 36 HG "Leucine" 85 -biotype 37 CD1 "Leucine" 80 -biotype 38 HD1 "Leucine" 85 -biotype 39 CD2 "Leucine" 80 -biotype 40 HD2 "Leucine" 85 -biotype 41 N "Isoleucine" 180 -biotype 42 CA "Isoleucine" 166 -biotype 43 C "Isoleucine" 177 -biotype 44 HN "Isoleucine" 183 -biotype 45 O "Isoleucine" 178 -biotype 46 HA "Isoleucine" 85 -biotype 47 CB "Isoleucine" 82 -biotype 48 HB "Isoleucine" 85 -biotype 49 CG1 "Isoleucine" 80 -biotype 50 HG1 "Isoleucine" 85 -biotype 51 CG2 "Isoleucine" 81 -biotype 52 HG2 "Isoleucine" 85 -biotype 53 CD "Isoleucine" 80 -biotype 54 HD "Isoleucine" 85 -biotype 55 N "Serine" 180 -biotype 56 CA "Serine" 166 -biotype 57 C "Serine" 177 -biotype 58 HN "Serine" 183 -biotype 59 O "Serine" 178 -biotype 60 HA "Serine" 85 -biotype 61 CB "Serine" 99 -biotype 62 HB "Serine" 85 -biotype 63 OG "Serine" 96 -biotype 64 HG "Serine" 97 -biotype 65 N "Threonine" 180 -biotype 66 CA "Threonine" 166 -biotype 67 C "Threonine" 177 -biotype 68 HN "Threonine" 183 -biotype 69 O "Threonine" 178 -biotype 70 HA "Threonine" 85 -biotype 71 CB "Threonine" 100 -biotype 72 HB "Threonine" 85 -biotype 73 OG1 "Threonine" 96 -biotype 74 HG1 "Threonine" 97 -biotype 75 CG2 "Threonine" 80 -biotype 76 HG2 "Threonine" 85 -biotype 77 N "Cysteine (SH)" 180 -biotype 78 CA "Cysteine (SH)" 166 -biotype 79 C "Cysteine (SH)" 177 -biotype 80 HN "Cysteine (SH)" 183 -biotype 81 O "Cysteine (SH)" 178 -biotype 82 HA "Cysteine (SH)" 85 -biotype 83 CB "Cysteine (SH)" 148 -biotype 84 HB "Cysteine (SH)" 85 -biotype 85 SG "Cysteine (SH)" 142 -biotype 86 HG "Cysteine (SH)" 146 -biotype 87 N "Cystine (SS)" 180 -biotype 88 CA "Cystine (SS)" 166 -biotype 89 C "Cystine (SS)" 177 -biotype 90 HN "Cystine (SS)" 183 -biotype 91 O "Cystine (SS)" 178 -biotype 92 HA "Cystine (SS)" 85 -biotype 93 CB "Cystine (SS)" 156 -biotype 94 HB "Cystine (SS)" 85 -biotype 95 SG "Cystine (SS)" 145 -biotype 96 N "Cysteine (S-)" -1 -biotype 97 CA "Cysteine (S-)" -1 -biotype 98 C "Cysteine (S-)" -1 -biotype 99 HN "Cysteine (S-)" -1 -biotype 100 O "Cysteine (S-)" -1 -biotype 101 HA "Cysteine (S-)" -1 -biotype 102 CB "Cysteine (S-)" -1 -biotype 103 HB "Cysteine (S-)" -1 -biotype 104 SG "Cysteine (S-)" -1 -biotype 105 N "Proline" 181 -biotype 106 CA "Proline" 188 -biotype 107 C "Proline" 177 -biotype 108 O "Proline" 178 -biotype 109 HA "Proline" 85 -biotype 110 CB "Proline" 81 -biotype 111 HB "Proline" 85 -biotype 112 CG "Proline" 81 -biotype 113 HG "Proline" 85 -biotype 114 CD "Proline" 187 -biotype 115 HD "Proline" 85 -biotype 116 N "Phenylalanine" 180 -biotype 117 CA "Phenylalanine" 166 -biotype 118 C "Phenylalanine" 177 -biotype 119 HN "Phenylalanine" 183 -biotype 120 O "Phenylalanine" 178 -biotype 121 HA "Phenylalanine" 85 -biotype 122 CB "Phenylalanine" 94 -biotype 123 HB "Phenylalanine" 85 -biotype 124 CG "Phenylalanine" 90 -biotype 125 CD "Phenylalanine" 90 -biotype 126 HD "Phenylalanine" 91 -biotype 127 CE "Phenylalanine" 90 -biotype 128 HE "Phenylalanine" 91 -biotype 129 CZ "Phenylalanine" 90 -biotype 130 HZ "Phenylalanine" 91 -biotype 131 N "Tyrosine" 180 -biotype 132 CA "Tyrosine" 166 -biotype 133 C "Tyrosine" 177 -biotype 134 HN "Tyrosine" 183 -biotype 135 O "Tyrosine" 178 -biotype 136 HA "Tyrosine" 85 -biotype 137 CB "Tyrosine" 94 -biotype 138 HB "Tyrosine" 85 -biotype 139 CG "Tyrosine" 90 -biotype 140 CD "Tyrosine" 90 -biotype 141 HD "Tyrosine" 91 -biotype 142 CE "Tyrosine" 90 -biotype 143 HE "Tyrosine" 91 -biotype 144 CZ "Tyrosine" 108 -biotype 145 OH "Tyrosine" 109 -biotype 146 HH "Tyrosine" 110 -biotype 147 N "Tyrosine (O-)" -1 -biotype 148 CA "Tyrosine (O-)" -1 -biotype 149 C "Tyrosine (O-)" -1 -biotype 150 HN "Tyrosine (O-)" -1 -biotype 151 O "Tyrosine (O-)" -1 -biotype 152 HA "Tyrosine (O-)" -1 -biotype 153 CB "Tyrosine (O-)" -1 -biotype 154 HB "Tyrosine (O-)" -1 -biotype 155 CG "Tyrosine (O-)" -1 -biotype 156 CD "Tyrosine (O-)" -1 -biotype 157 HD "Tyrosine (O-)" -1 -biotype 158 CE "Tyrosine (O-)" -1 -biotype 159 HE "Tyrosine (O-)" -1 -biotype 160 CZ "Tyrosine (O-)" -1 -biotype 161 OH "Tyrosine (O-)" -1 -biotype 162 N "Tryptophan" 180 -biotype 163 CA "Tryptophan" 166 -biotype 164 C "Tryptophan" 177 -biotype 165 HN "Tryptophan" 183 -biotype 166 O "Tryptophan" 178 -biotype 167 HA "Tryptophan" 85 -biotype 168 CB "Tryptophan" 81 -biotype 169 HB "Tryptophan" 85 -biotype 170 CG "Tryptophan" 441 -biotype 171 CD1 "Tryptophan" 455 -biotype 172 HD1 "Tryptophan" 91 -biotype 173 CD2 "Tryptophan" 442 -biotype 174 NE1 "Tryptophan" 444 -biotype 175 HE1 "Tryptophan" 445 -biotype 176 CE2 "Tryptophan" 443 -biotype 177 CE3 "Tryptophan" 90 -biotype 178 HE3 "Tryptophan" 91 -biotype 179 CZ2 "Tryptophan" 90 -biotype 180 HZ2 "Tryptophan" 91 -biotype 181 CZ3 "Tryptophan" 90 -biotype 182 HZ3 "Tryptophan" 91 -biotype 183 CH2 "Tryptophan" 90 -biotype 184 HH2 "Tryptophan" 91 -biotype 185 N "Histidine (+)" 180 -biotype 186 CA "Histidine (+)" 166 -biotype 187 C "Histidine (+)" 177 -biotype 188 HN "Histidine (+)" 183 -biotype 189 O "Histidine (+)" 178 -biotype 190 HA "Histidine (+)" 85 -biotype 191 CB "Histidine (+)" 446 -biotype 192 HB "Histidine (+)" 85 -biotype 193 CG "Histidine (+)" 451 -biotype 194 ND1 "Histidine (+)" 453 -biotype 195 HD1 "Histidine (+)" 454 -biotype 196 CD2 "Histidine (+)" 451 -biotype 197 HD2 "Histidine (+)" 91 -biotype 198 CE1 "Histidine (+)" 450 -biotype 199 HE1 "Histidine (+)" 91 -biotype 200 NE2 "Histidine (+)" 453 -biotype 201 HE2 "Histidine (+)" 454 -biotype 202 N "Histidine (HD)" 180 -biotype 203 CA "Histidine (HD)" 166 -biotype 204 C "Histidine (HD)" 177 -biotype 205 HN "Histidine (HD)" 183 -biotype 206 O "Histidine (HD)" 178 -biotype 207 HA "Histidine (HD)" 85 -biotype 208 CB "Histidine (HD)" 446 -biotype 209 HB "Histidine (HD)" 85 -biotype 210 CG "Histidine (HD)" 449 -biotype 211 ND1 "Histidine (HD)" 444 -biotype 212 HD1 "Histidine (HD)" 445 -biotype 213 CD2 "Histidine (HD)" 448 -biotype 214 HD2 "Histidine (HD)" 91 -biotype 215 CE1 "Histidine (HD)" 447 -biotype 216 HE1 "Histidine (HD)" 91 -biotype 217 NE2 "Histidine (HD)" 452 -biotype 218 N "Histidine (HE)" 180 -biotype 219 CA "Histidine (HE)" 166 -biotype 220 C "Histidine (HE)" 177 -biotype 221 HN "Histidine (HE)" 183 -biotype 222 O "Histidine (HE)" 178 -biotype 223 HA "Histidine (HE)" 85 -biotype 224 CB "Histidine (HE)" 446 -biotype 225 HB "Histidine (HE)" 85 -biotype 226 CG "Histidine (HE)" 448 -biotype 227 ND1 "Histidine (HE)" 452 -biotype 228 CD2 "Histidine (HE)" 449 -biotype 229 HD2 "Histidine (HE)" 91 -biotype 230 CE1 "Histidine (HE)" 447 -biotype 231 HE1 "Histidine (HE)" 91 -biotype 232 NE2 "Histidine (HE)" 444 -biotype 233 HE2 "Histidine (HE)" 445 -biotype 234 N "Aspartic Acid" 180 -biotype 235 CA "Aspartic Acid" 166 -biotype 236 C "Aspartic Acid" 177 -biotype 237 HN "Aspartic Acid" 183 -biotype 238 O "Aspartic Acid" 178 -biotype 239 HA "Aspartic Acid" 85 -biotype 240 CB "Aspartic Acid" 216 -biotype 241 HB "Aspartic Acid" 85 -biotype 242 CG "Aspartic Acid" 213 -biotype 243 OD "Aspartic Acid" 214 -biotype 244 N "Aspartic Acid (COOH)" -1 -biotype 245 CA "Aspartic Acid (COOH)" -1 -biotype 246 C "Aspartic Acid (COOH)" -1 -biotype 247 HN "Aspartic Acid (COOH)" -1 -biotype 248 O "Aspartic Acid (COOH)" -1 -biotype 249 HA "Aspartic Acid (COOH)" -1 -biotype 250 CB "Aspartic Acid (COOH)" -1 -biotype 251 HB "Aspartic Acid (COOH)" -1 -biotype 252 CG "Aspartic Acid (COOH)" -1 -biotype 253 OD1 "Aspartic Acid (COOH)" -1 -biotype 254 OD2 "Aspartic Acid (COOH)" -1 -biotype 255 HD2 "Aspartic Acid (COOH)" -1 -biotype 256 N "Asparagine" 180 -biotype 257 CA "Asparagine" 166 -biotype 258 C "Asparagine" 177 -biotype 259 HN "Asparagine" 183 -biotype 260 O "Asparagine" 178 -biotype 261 HA "Asparagine" 85 -biotype 262 CB "Asparagine" 81 -biotype 263 HB "Asparagine" 85 -biotype 264 CG "Asparagine" 177 -biotype 265 OD1 "Asparagine" 178 -biotype 266 ND2 "Asparagine" 179 -biotype 267 HD2 "Asparagine" 182 -biotype 268 N "Glutamic Acid" 180 -biotype 269 CA "Glutamic Acid" 166 -biotype 270 C "Glutamic Acid" 177 -biotype 271 HN "Glutamic Acid" 183 -biotype 272 O "Glutamic Acid" 178 -biotype 273 HA "Glutamic Acid" 85 -biotype 274 CB "Glutamic Acid" 81 -biotype 275 HB "Glutamic Acid" 85 -biotype 276 CG "Glutamic Acid" 216 -biotype 277 HG "Glutamic Acid" 85 -biotype 278 CD "Glutamic Acid" 213 -biotype 279 OE "Glutamic Acid" 214 -biotype 280 N "Glutamic Acid (COOH)" -1 -biotype 281 CA "Glutamic Acid (COOH)" -1 -biotype 282 C "Glutamic Acid (COOH)" -1 -biotype 283 HN "Glutamic Acid (COOH)" -1 -biotype 284 O "Glutamic Acid (COOH)" -1 -biotype 285 HA "Glutamic Acid (COOH)" -1 -biotype 286 CB "Glutamic Acid (COOH)" -1 -biotype 287 HB "Glutamic Acid (COOH)" -1 -biotype 288 CG "Glutamic Acid (COOH)" -1 -biotype 289 HG "Glutamic Acid (COOH)" -1 -biotype 290 CD "Glutamic Acid (COOH)" -1 -biotype 291 OE1 "Glutamic Acid (COOH)" -1 -biotype 292 OE2 "Glutamic Acid (COOH)" -1 -biotype 293 HE2 "Glutamic Acid (COOH)" -1 -biotype 294 N "Glutamine" 180 -biotype 295 CA "Glutamine" 166 -biotype 296 C "Glutamine" 177 -biotype 297 HN "Glutamine" 183 -biotype 298 O "Glutamine" 178 -biotype 299 HA "Glutamine" 85 -biotype 300 CB "Glutamine" 81 -biotype 301 HB "Glutamine" 85 -biotype 302 CG "Glutamine" 81 -biotype 303 HG "Glutamine" 85 -biotype 304 CD "Glutamine" 177 -biotype 305 OE1 "Glutamine" 178 -biotype 306 NE2 "Glutamine" 179 -biotype 307 HE2 "Glutamine" 182 -biotype 308 N "Methionine" 180 -biotype 309 CA "Methionine" 166 -biotype 310 C "Methionine" 177 -biotype 311 HN "Methionine" 183 -biotype 312 O "Methionine" 178 -biotype 313 HA "Methionine" 85 -biotype 314 CB "Methionine" 81 -biotype 315 HB "Methionine" 85 -biotype 316 CG "Methionine" 152 -biotype 317 HG "Methionine" 85 -biotype 318 SD "Methionine" 144 -biotype 319 CE "Methionine" 151 -biotype 320 HE "Methionine" 85 -biotype 321 N "Lysine" 180 -biotype 322 CA "Lysine" 166 -biotype 323 C "Lysine" 177 -biotype 324 HN "Lysine" 183 -biotype 325 O "Lysine" 178 -biotype 326 HA "Lysine" 85 -biotype 327 CB "Lysine" 81 -biotype 328 HB "Lysine" 85 -biotype 329 CG "Lysine" 81 -biotype 330 HG "Lysine" 85 -biotype 331 CD "Lysine" 81 -biotype 332 HD "Lysine" 85 -biotype 333 CE "Lysine" 235 -biotype 334 HE "Lysine" 85 -biotype 335 NZ "Lysine" 230 -biotype 336 HZ "Lysine" 233 -biotype 337 N "Lysine (NH2)" -1 -biotype 338 CA "Lysine (NH2)" -1 -biotype 339 C "Lysine (NH2)" -1 -biotype 340 HN "Lysine (NH2)" -1 -biotype 341 O "Lysine (NH2)" -1 -biotype 342 HA "Lysine (NH2)" -1 -biotype 343 CB "Lysine (NH2)" -1 -biotype 344 HB "Lysine (NH2)" -1 -biotype 345 CG "Lysine (NH2)" -1 -biotype 346 HG "Lysine (NH2)" -1 -biotype 347 CD "Lysine (NH2)" -1 -biotype 348 HD "Lysine (NH2)" -1 -biotype 349 CE "Lysine (NH2)" -1 -biotype 350 HE "Lysine (NH2)" -1 -biotype 351 NZ "Lysine (NH2)" -1 -biotype 352 HZ "Lysine (NH2)" -1 -biotype 353 N "Arginine" 180 -biotype 354 CA "Arginine" 166 -biotype 355 C "Arginine" 177 -biotype 356 HN "Arginine" 183 -biotype 357 O "Arginine" 178 -biotype 358 HA "Arginine" 85 -biotype 359 CB "Arginine" 81 -biotype 360 HB "Arginine" 85 -biotype 361 CG "Arginine" 251 -biotype 362 HG "Arginine" 85 -biotype 363 CD "Arginine" 250 -biotype 364 HD "Arginine" 85 -biotype 365 NE "Arginine" 246 -biotype 366 HE "Arginine" 247 -biotype 367 CZ "Arginine" 245 -biotype 368 NH "Arginine" 243 -biotype 369 HH "Arginine" 244 -biotype 370 N "Ornithine" 180 -biotype 371 CA "Ornithine" 166 -biotype 372 C "Ornithine" 177 -biotype 373 HN "Ornithine" 183 -biotype 374 O "Ornithine" 178 -biotype 375 HA "Ornithine" 85 -biotype 376 CB "Ornithine" 81 -biotype 377 HB "Ornithine" 85 -biotype 378 CG "Ornithine" 81 -biotype 379 HG "Ornithine" 85 -biotype 380 CD "Ornithine" 235 -biotype 381 HD "Ornithine" 85 -biotype 382 NE "Ornithine" 230 -biotype 383 HE "Ornithine" 233 -biotype 384 N "MethylAlanine (AIB)" 180 -biotype 385 CA "MethylAlanine (AIB)" 167 -biotype 386 C "MethylAlanine (AIB)" 177 -biotype 387 HN "MethylAlanine (AIB)" 183 -biotype 388 O "MethylAlanine (AIB)" 178 -biotype 389 CB "MethylAlanine (AIB)" 80 -biotype 390 HB "MethylAlanine (AIB)" 85 -biotype 391 N "Pyroglutamic Acid" 180 -biotype 392 CA "Pyroglutamic Acid" 166 -biotype 393 C "Pyroglutamic Acid" 177 -biotype 394 HN "Pyroglutamic Acid" 183 -biotype 395 O "Pyroglutamic Acid" 178 -biotype 396 HA "Pyroglutamic Acid" 85 -biotype 397 CB "Pyroglutamic Acid" 81 -biotype 398 HB "Pyroglutamic Acid" 85 -biotype 399 CG "Pyroglutamic Acid" 216 -biotype 400 HG "Pyroglutamic Acid" 85 -biotype 401 CD "Pyroglutamic Acid" 177 -biotype 402 OE "Pyroglutamic Acid" 178 -biotype 403 N "N-Terminal GLY" 230 -biotype 404 CA "N-Terminal GLY" 235 -biotype 405 C "N-Terminal GLY" 177 -biotype 406 HN "N-Terminal GLY" 233 -biotype 407 O "N-Terminal GLY" 178 -biotype 408 HA "N-Terminal GLY" 85 -biotype 409 N "N-Terminal ALA" 230 -biotype 410 CA "N-Terminal ALA" 236 -biotype 411 C "N-Terminal ALA" 177 -biotype 412 HN "N-Terminal ALA" 233 -biotype 413 O "N-Terminal ALA" 178 -biotype 414 HA "N-Terminal ALA" 85 -biotype 415 N "N-Terminal VAL" 230 -biotype 416 CA "N-Terminal VAL" 236 -biotype 417 C "N-Terminal VAL" 177 -biotype 418 HN "N-Terminal VAL" 233 -biotype 419 O "N-Terminal VAL" 178 -biotype 420 HA "N-Terminal VAL" 85 -biotype 421 N "N-Terminal LEU" 230 -biotype 422 CA "N-Terminal LEU" 236 -biotype 423 C "N-Terminal LEU" 177 -biotype 424 HN "N-Terminal LEU" 233 -biotype 425 O "N-Terminal LEU" 178 -biotype 426 HA "N-Terminal LEU" 85 -biotype 427 N "N-Terminal ILE" 230 -biotype 428 CA "N-Terminal ILE" 236 -biotype 429 C "N-Terminal ILE" 177 -biotype 430 HN "N-Terminal ILE" 233 -biotype 431 O "N-Terminal ILE" 178 -biotype 432 HA "N-Terminal ILE" 85 -biotype 433 N "N-Terminal SER" 230 -biotype 434 CA "N-Terminal SER" 236 -biotype 435 C "N-Terminal SER" 177 -biotype 436 HN "N-Terminal SER" 233 -biotype 437 O "N-Terminal SER" 178 -biotype 438 HA "N-Terminal SER" 85 -biotype 439 N "N-Terminal THR" 230 -biotype 440 CA "N-Terminal THR" 236 -biotype 441 C "N-Terminal THR" 177 -biotype 442 HN "N-Terminal THR" 233 -biotype 443 O "N-Terminal THR" 178 -biotype 444 HA "N-Terminal THR" 85 -biotype 445 N "N-Terminal CYS (SH)" 230 -biotype 446 CA "N-Terminal CYS (SH)" 236 -biotype 447 C "N-Terminal CYS (SH)" 177 -biotype 448 HN "N-Terminal CYS (SH)" 233 -biotype 449 O "N-Terminal CYS (SH)" 178 -biotype 450 HA "N-Terminal CYS (SH)" 85 -biotype 451 N "N-Terminal CYX (SS)" 230 -biotype 452 CA "N-Terminal CYX (SS)" 236 -biotype 453 C "N-Terminal CYX (SS)" 177 -biotype 454 HN "N-Terminal CYX (SS)" 233 -biotype 455 O "N-Terminal CYX (SS)" 178 -biotype 456 HA "N-Terminal CYX (SS)" 85 -biotype 457 N "N-Terminal CYD (S-)" -1 -biotype 458 CA "N-Terminal CYD (S-)" -1 -biotype 459 C "N-Terminal CYD (S-)" -1 -biotype 460 HN "N-Terminal CYD (S-)" -1 -biotype 461 O "N-Terminal CYD (S-)" -1 -biotype 462 HA "N-Terminal CYD (S-)" -1 -biotype 463 N "N-Terminal PRO" 252 -biotype 464 CA "N-Terminal PRO" 238 -biotype 465 C "N-Terminal PRO" 177 -biotype 466 HN "N-Terminal PRO" 253 -biotype 467 O "N-Terminal PRO" 178 -biotype 468 HA "N-Terminal PRO" 85 -biotype 469 CD "N-Terminal PRO" 239 -biotype 470 HD "N-Terminal PRO" 85 -biotype 471 N "N-Terminal PHE" 230 -biotype 472 CA "N-Terminal PHE" 236 -biotype 473 C "N-Terminal PHE" 177 -biotype 474 HN "N-Terminal PHE" 233 -biotype 475 O "N-Terminal PHE" 178 -biotype 476 HA "N-Terminal PHE" 85 -biotype 477 N "N-Terminal TYR" 230 -biotype 478 CA "N-Terminal TYR" 236 -biotype 479 C "N-Terminal TYR" 177 -biotype 480 HN "N-Terminal TYR" 233 -biotype 481 O "N-Terminal TYR" 178 -biotype 482 HA "N-Terminal TYR" 85 -biotype 483 N "N-Terminal TYD (O-)" -1 -biotype 484 CA "N-Terminal TYD (O-)" -1 -biotype 485 C "N-Terminal TYD (O-)" -1 -biotype 486 HN "N-Terminal TYD (O-)" -1 -biotype 487 O "N-Terminal TYD (O-)" -1 -biotype 488 HA "N-Terminal TYD (O-)" -1 -biotype 489 N "N-Terminal TRP" 230 -biotype 490 CA "N-Terminal TRP" 236 -biotype 491 C "N-Terminal TRP" 177 -biotype 492 HN "N-Terminal TRP" 233 -biotype 493 O "N-Terminal TRP" 178 -biotype 494 HA "N-Terminal TRP" 85 -biotype 495 N "N-Terminal HIS (+)" 230 -biotype 496 CA "N-Terminal HIS (+)" 236 -biotype 497 C "N-Terminal HIS (+)" 177 -biotype 498 HN "N-Terminal HIS (+)" 233 -biotype 499 O "N-Terminal HIS (+)" 178 -biotype 500 HA "N-Terminal HIS (+)" 85 -biotype 501 N "N-Terminal HIS (HD)" 230 -biotype 502 CA "N-Terminal HIS (HD)" 236 -biotype 503 C "N-Terminal HIS (HD)" 177 -biotype 504 HN "N-Terminal HIS (HD)" 233 -biotype 505 O "N-Terminal HIS (HD)" 178 -biotype 506 HA "N-Terminal HIS (HD)" 85 -biotype 507 N "N-Terminal HIS (HE)" 230 -biotype 508 CA "N-Terminal HIS (HE)" 236 -biotype 509 C "N-Terminal HIS (HE)" 177 -biotype 510 HN "N-Terminal HIS (HE)" 233 -biotype 511 O "N-Terminal HIS (HE)" 178 -biotype 512 HA "N-Terminal HIS (HE)" 85 -biotype 513 N "N-Terminal ASP" 230 -biotype 514 CA "N-Terminal ASP" 236 -biotype 515 C "N-Terminal ASP" 177 -biotype 516 HN "N-Terminal ASP" 233 -biotype 517 O "N-Terminal ASP" 178 -biotype 518 HA "N-Terminal ASP" 85 -biotype 519 N "N-Terminal ASH (COOH)" -1 -biotype 520 CA "N-Terminal ASH (COOH)" -1 -biotype 521 C "N-Terminal ASH (COOH)" -1 -biotype 522 HN "N-Terminal ASH (COOH)" -1 -biotype 523 O "N-Terminal ASH (COOH)" -1 -biotype 524 HA "N-Terminal ASH (COOH)" -1 -biotype 525 N "N-Terminal ASN" 230 -biotype 526 CA "N-Terminal ASN" 236 -biotype 527 C "N-Terminal ASN" 177 -biotype 528 HN "N-Terminal ASN" 233 -biotype 529 O "N-Terminal ASN" 178 -biotype 530 HA "N-Terminal ASN" 85 -biotype 531 N "N-Terminal GLU" 230 -biotype 532 CA "N-Terminal GLU" 236 -biotype 533 C "N-Terminal GLU" 177 -biotype 534 HN "N-Terminal GLU" 233 -biotype 535 O "N-Terminal GLU" 178 -biotype 536 HA "N-Terminal GLU" 85 -biotype 537 N "N-Terminal GLH (COOH)" -1 -biotype 538 CA "N-Terminal GLH (COOH)" -1 -biotype 539 C "N-Terminal GLH (COOH)" -1 -biotype 540 HN "N-Terminal GLH (COOH)" -1 -biotype 541 O "N-Terminal GLH (COOH)" -1 -biotype 542 HA "N-Terminal GLH (COOH)" -1 -biotype 543 N "N-Terminal GLN" 230 -biotype 544 CA "N-Terminal GLN" 236 -biotype 545 C "N-Terminal GLN" 177 -biotype 546 HN "N-Terminal GLN" 233 -biotype 547 O "N-Terminal GLN" 178 -biotype 548 HA "N-Terminal GLN" 85 -biotype 549 N "N-Terminal MET" 230 -biotype 550 CA "N-Terminal MET" 236 -biotype 551 C "N-Terminal MET" 177 -biotype 552 HN "N-Terminal MET" 233 -biotype 553 O "N-Terminal MET" 178 -biotype 554 HA "N-Terminal MET" 85 -biotype 555 N "N-Terminal LYS" 230 -biotype 556 CA "N-Terminal LYS" 236 -biotype 557 C "N-Terminal LYS" 177 -biotype 558 HN "N-Terminal LYS" 233 -biotype 559 O "N-Terminal LYS" 178 -biotype 560 HA "N-Terminal LYS" 85 -biotype 561 N "N-Terminal LYD (NH2)" -1 -biotype 562 CA "N-Terminal LYD (NH2)" -1 -biotype 563 C "N-Terminal LYD (NH2)" -1 -biotype 564 HN "N-Terminal LYD (NH2)" -1 -biotype 565 O "N-Terminal LYD (NH2)" -1 -biotype 566 HA "N-Terminal LYD (NH2)" -1 -biotype 567 N "N-Terminal ARG" 230 -biotype 568 CA "N-Terminal ARG" 236 -biotype 569 C "N-Terminal ARG" 177 -biotype 570 HN "N-Terminal ARG" 233 -biotype 571 O "N-Terminal ARG" 178 -biotype 572 HA "N-Terminal ARG" 85 -biotype 573 N "N-Terminal ORN" 230 -biotype 574 CA "N-Terminal ORN" 236 -biotype 575 C "N-Terminal ORN" 177 -biotype 576 HN "N-Terminal ORN" 233 -biotype 577 O "N-Terminal ORN" 178 -biotype 578 HA "N-Terminal ORN" 85 -biotype 579 N "N-Terminal AIB" 230 -biotype 580 CA "N-Terminal AIB" 237 -biotype 581 C "N-Terminal AIB" 177 -biotype 582 HN "N-Terminal AIB" 233 -biotype 583 O "N-Terminal AIB" 178 -biotype 584 N "C-Terminal GLY" 180 -biotype 585 CA "C-Terminal GLY" 226 -biotype 586 C "C-Terminal GLY" 213 -biotype 587 HN "C-Terminal GLY" 183 -biotype 588 OXT "C-Terminal GLY" 214 -biotype 589 HA "C-Terminal GLY" 85 -biotype 590 N "C-Terminal ALA" 180 -biotype 591 CA "C-Terminal ALA" 225 -biotype 592 C "C-Terminal ALA" 213 -biotype 593 HN "C-Terminal ALA" 183 -biotype 594 OXT "C-Terminal ALA" 214 -biotype 595 HA "C-Terminal ALA" 85 -biotype 596 N "C-Terminal VAL" 180 -biotype 597 CA "C-Terminal VAL" 225 -biotype 598 C "C-Terminal VAL" 213 -biotype 599 HN "C-Terminal VAL" 183 -biotype 600 OXT "C-Terminal VAL" 214 -biotype 601 HA "C-Terminal VAL" 85 -biotype 602 N "C-Terminal LEU" 180 -biotype 603 CA "C-Terminal LEU" 225 -biotype 604 C "C-Terminal LEU" 213 -biotype 605 HN "C-Terminal LEU" 183 -biotype 606 OXT "C-Terminal LEU" 214 -biotype 607 HA "C-Terminal LEU" 85 -biotype 608 N "C-Terminal ILE" 180 -biotype 609 CA "C-Terminal ILE" 225 -biotype 610 C "C-Terminal ILE" 213 -biotype 611 HN "C-Terminal ILE" 183 -biotype 612 OXT "C-Terminal ILE" 214 -biotype 613 HA "C-Terminal ILE" 85 -biotype 614 N "C-Terminal SER" 180 -biotype 615 CA "C-Terminal SER" 225 -biotype 616 C "C-Terminal SER" 213 -biotype 617 HN "C-Terminal SER" 183 -biotype 618 OXT "C-Terminal SER" 214 -biotype 619 HA "C-Terminal SER" 85 -biotype 620 N "C-Terminal THR" 180 -biotype 621 CA "C-Terminal THR" 225 -biotype 622 C "C-Terminal THR" 213 -biotype 623 HN "C-Terminal THR" 183 -biotype 624 OXT "C-Terminal THR" 214 -biotype 625 HA "C-Terminal THR" 85 -biotype 626 N "C-Terminal CYS (SH)" 180 -biotype 627 CA "C-Terminal CYS (SH)" 225 -biotype 628 C "C-Terminal CYS (SH)" 213 -biotype 629 HN "C-Terminal CYS (SH)" 183 -biotype 630 OXT "C-Terminal CYS (SH)" 214 -biotype 631 HA "C-Terminal CYS (SH)" 85 -biotype 632 N "C-Terminal CYX (SS)" 180 -biotype 633 CA "C-Terminal CYX (SS)" 225 -biotype 634 C "C-Terminal CYX (SS)" 213 -biotype 635 HN "C-Terminal CYX (SS)" 183 -biotype 636 OXT "C-Terminal CYX (SS)" 214 -biotype 637 HA "C-Terminal CYX (SS)" 85 -biotype 638 N "C-Terminal CYD (S-)" -1 -biotype 639 CA "C-Terminal CYD (S-)" -1 -biotype 640 C "C-Terminal CYD (S-)" -1 -biotype 641 HN "C-Terminal CYD (S-)" -1 -biotype 642 OXT "C-Terminal CYD (S-)" -1 -biotype 643 HA "C-Terminal CYD (S-)" -1 -biotype 644 N "C-Terminal PRO" 181 -biotype 645 CA "C-Terminal PRO" 228 -biotype 646 C "C-Terminal PRO" 213 -biotype 647 OXT "C-Terminal PRO" 214 -biotype 648 HA "C-Terminal PRO" 85 -biotype 649 N "C-Terminal PHE" 180 -biotype 650 CA "C-Terminal PHE" 225 -biotype 651 C "C-Terminal PHE" 213 -biotype 652 HN "C-Terminal PHE" 183 -biotype 653 OXT "C-Terminal PHE" 214 -biotype 654 HA "C-Terminal PHE" 85 -biotype 655 N "C-Terminal TYR" 180 -biotype 656 CA "C-Terminal TYR" 225 -biotype 657 C "C-Terminal TYR" 213 -biotype 658 HN "C-Terminal TYR" 183 -biotype 659 OXT "C-Terminal TYR" 214 -biotype 660 HA "C-Terminal TYR" 85 -biotype 661 N "C-Terminal TYD (O-)" -1 -biotype 662 CA "C-Terminal TYD (O-)" -1 -biotype 663 C "C-Terminal TYD (O-)" -1 -biotype 664 HN "C-Terminal TYD (O-)" -1 -biotype 665 OXT "C-Terminal TYD (O-)" -1 -biotype 666 HA "C-Terminal TYD (O-)" -1 -biotype 667 N "C-Terminal TRP" 180 -biotype 668 CA "C-Terminal TRP" 225 -biotype 669 C "C-Terminal TRP" 213 -biotype 670 HN "C-Terminal TRP" 183 -biotype 671 OXT "C-Terminal TRP" 214 -biotype 672 HA "C-Terminal TRP" 85 -biotype 673 N "C-Terminal HIS (+)" 180 -biotype 674 CA "C-Terminal HIS (+)" 225 -biotype 675 C "C-Terminal HIS (+)" 213 -biotype 676 HN "C-Terminal HIS (+)" 183 -biotype 677 OXT "C-Terminal HIS (+)" 214 -biotype 678 HA "C-Terminal HIS (+)" 85 -biotype 679 N "C-Terminal HIS (HD)" 180 -biotype 680 CA "C-Terminal HIS (HD)" 225 -biotype 681 C "C-Terminal HIS (HD)" 213 -biotype 682 HN "C-Terminal HIS (HD)" 183 -biotype 683 OXT "C-Terminal HIS (HD)" 214 -biotype 684 HA "C-Terminal HIS (HD)" 85 -biotype 685 N "C-Terminal HIS (HE)" 180 -biotype 686 CA "C-Terminal HIS (HE)" 225 -biotype 687 C "C-Terminal HIS (HE)" 213 -biotype 688 HN "C-Terminal HIS (HE)" 183 -biotype 689 OXT "C-Terminal HIS (HE)" 214 -biotype 690 HA "C-Terminal HIS (HE)" 85 -biotype 691 N "C-Terminal ASP" 180 -biotype 692 CA "C-Terminal ASP" 225 -biotype 693 C "C-Terminal ASP" 213 -biotype 694 HN "C-Terminal ASP" 183 -biotype 695 OXT "C-Terminal ASP" 214 -biotype 696 HA "C-Terminal ASP" 85 -biotype 697 N "C-Terminal ASH (COOH)" -1 -biotype 698 CA "C-Terminal ASH (COOH)" -1 -biotype 699 C "C-Terminal ASH (COOH)" -1 -biotype 700 HN "C-Terminal ASH (COOH)" -1 -biotype 701 OXT "C-Terminal ASH (COOH)" -1 -biotype 702 HA "C-Terminal ASH (COOH)" -1 -biotype 703 N "C-Terminal ASN" 180 -biotype 704 CA "C-Terminal ASN" 225 -biotype 705 C "C-Terminal ASN" 213 -biotype 706 HN "C-Terminal ASN" 183 -biotype 707 OXT "C-Terminal ASN" 214 -biotype 708 HA "C-Terminal ASN" 85 -biotype 709 N "C-Terminal GLU" 180 -biotype 710 CA "C-Terminal GLU" 225 -biotype 711 C "C-Terminal GLU" 213 -biotype 712 HN "C-Terminal GLU" 183 -biotype 713 OXT "C-Terminal GLU" 214 -biotype 714 HA "C-Terminal GLU" 85 -biotype 715 N "C-Terminal GLH (COOH)" -1 -biotype 716 CA "C-Terminal GLH (COOH)" -1 -biotype 717 C "C-Terminal GLH (COOH)" -1 -biotype 718 HN "C-Terminal GLH (COOH)" -1 -biotype 719 OXT "C-Terminal GLH (COOH)" -1 -biotype 720 HA "C-Terminal GLH (COOH)" -1 -biotype 721 N "C-Terminal GLN" 180 -biotype 722 CA "C-Terminal GLN" 225 -biotype 723 C "C-Terminal GLN" 213 -biotype 724 HN "C-Terminal GLN" 183 -biotype 725 OXT "C-Terminal GLN" 214 -biotype 726 HA "C-Terminal GLN" 85 -biotype 727 N "C-Terminal MET" 180 -biotype 728 CA "C-Terminal MET" 225 -biotype 729 C "C-Terminal MET" 213 -biotype 730 HN "C-Terminal MET" 183 -biotype 731 OXT "C-Terminal MET" 214 -biotype 732 HA "C-Terminal MET" 85 -biotype 733 N "C-Terminal LYS" 180 -biotype 734 CA "C-Terminal LYS" 225 -biotype 735 C "C-Terminal LYS" 213 -biotype 736 HN "C-Terminal LYS" 183 -biotype 737 OXT "C-Terminal LYS" 214 -biotype 738 HA "C-Terminal LYS" 85 -biotype 739 N "C-Terminal LYD (NH2)" -1 -biotype 740 CA "C-Terminal LYD (NH2)" -1 -biotype 741 C "C-Terminal LYD (NH2)" -1 -biotype 742 HN "C-Terminal LYD (NH2)" -1 -biotype 743 OXT "C-Terminal LYD (NH2)" -1 -biotype 744 HA "C-Terminal LYD (NH2)" -1 -biotype 745 N "C-Terminal ARG" 180 -biotype 746 CA "C-Terminal ARG" 225 -biotype 747 C "C-Terminal ARG" 213 -biotype 748 HN "C-Terminal ARG" 183 -biotype 749 OXT "C-Terminal ARG" 214 -biotype 750 HA "C-Terminal ARG" 85 -biotype 751 N "C-Terminal ORN" 180 -biotype 752 CA "C-Terminal ORN" 225 -biotype 753 C "C-Terminal ORN" 213 -biotype 754 HN "C-Terminal ORN" 183 -biotype 755 OXT "C-Terminal ORN" 214 -biotype 756 HA "C-Terminal ORN" 85 -biotype 757 N "C-Terminal AIB" 180 -biotype 758 CA "C-Terminal AIB" 227 -biotype 759 C "C-Terminal AIB" 213 -biotype 760 HN "C-Terminal AIB" 183 -biotype 761 OXT "C-Terminal AIB" 214 -biotype 762 N "Deprotonated N-Terminus" -1 -biotype 763 H "Deprotonated N-Terminus" -1 -biotype 764 C "Formyl N-Terminus" 177 -biotype 765 H "Formyl N-Terminus" 221 -biotype 766 O "Formyl N-Terminus" 178 -biotype 767 CH3 "Acetyl N-Terminus" 80 -biotype 768 H "Acetyl N-Terminus" 85 -biotype 769 C "Acetyl N-Terminus" 177 -biotype 770 O "Acetyl N-Terminus" 178 -biotype 771 C "Protonated C-Terminus" -1 -biotype 772 O "Protonated C-Terminus" -1 -biotype 773 OH "Protonated C-Terminus" -1 -biotype 774 HO "Protonated C-Terminus" -1 -biotype 775 N "Amide C-Terminus" 179 -biotype 776 HN "Amide C-Terminus" 182 -biotype 777 N "N-MeAmide C-Terminus" 180 -biotype 778 HN "N-MeAmide C-Terminus" 183 -biotype 779 CH3 "N-MeAmide C-Terminus" 184 -biotype 780 H "N-MeAmide C-Terminus" 85 -biotype 2001 O "Water" 63 -biotype 2002 H "Water" 64 -biotype 2003 NA "Sodium Ion" -1 -biotype 2004 K "Potassium Ion" -1 -biotype 2005 MG "Magnesium Ion" -1 -biotype 2006 CA "Calcium Ion" -1 -biotype 2007 CL "Chloride Ion" -1 diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_run.sh index 8b01ab92d7..9f923a6c7e 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_run.sh @@ -12,12 +12,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -34,6 +34,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_setup.sh index d80df900ef..2c3c217135 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/README_setup.sh @@ -10,7 +10,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/README.TXT index c49ef8a6ad..0bc46d88c8 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -19,7 +19,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index 074940eb2b..fee34956bc 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -1,7 +1,9 @@ # This is a modified version of the file "oplsaa.prm" distributed with TINKER # http://dasher.wustl.edu/tinker/distribution/params/oplsaa.prm # In this version, all of the lines beginning with "atom" have been deleted -# except for the atom types we will be using in this simulation +# except for the atom types we will be using in this simulation. +# (I also deleted some other lines from that file data to reduce the file size, +# but doing that is not necessary.) # # If you use this file, please also cite the software this file comes from: # @@ -71,11 +73,10 @@ explicit hydrogen atoms. atom 83 13 CT "Methane CH4" 6 12.011 4 atom 85 46 HC "Alkane H-C" 1 1.008 1 -# NOTE: You can use the OPLSAA force field to look up water parameters as well. +# NOTE: You can use the OPLSAA force field to look up SPC water parameters as # In that case, you could do this by uncommenting these next two lines: # atom 76 42 OW "SPC Water O" 8 15.999 2 # atom 77 43 HW "SPC Water H" 1 1.008 1 -# (...You will have to modify the "spce.lt" file accordingly.) @@ -86,912 +87,8 @@ atom 85 46 HC "Alkane H-C" 1 1.008 1 ################################ -vdw 1 2.9400 0.0610 -vdw 2 3.9050 0.1180 -vdw 3 3.7500 0.1050 -vdw 4 2.9600 0.2100 -vdw 5 3.0000 0.1700 -vdw 6 3.9100 0.1600 -vdw 7 0.0000 0.0000 -vdw 8 3.7300 0.2940 -vdw 9 3.7750 0.2070 -vdw 10 3.9050 0.1750 -vdw 11 3.9100 0.1600 -vdw 12 3.9600 0.1450 -vdw 13 3.9050 0.1180 -vdw 14 3.8500 0.1400 -vdw 15 3.8500 0.0800 -vdw 16 3.8000 0.1150 -vdw 17 3.7500 0.1100 -vdw 18 3.8000 0.0500 -vdw 19 3.7500 0.1050 -vdw 20 3.0700 0.1700 -vdw 21 0.0000 0.0000 -vdw 22 3.7750 0.2070 -vdw 23 3.9050 0.1180 -vdw 24 3.7000 0.2500 -vdw 25 3.5500 0.2500 -vdw 26 3.5500 0.2500 -vdw 27 3.5500 0.2500 -vdw 28 0.0000 0.0000 -vdw 29 0.0000 0.0000 -vdw 30 3.7750 0.2070 -vdw 31 3.9050 0.1180 -vdw 32 3.8000 0.1700 -vdw 33 3.8000 0.1180 -vdw 34 3.8000 0.1700 -vdw 35 3.8000 0.1180 -vdw 36 3.2000 0.1700 -vdw 37 3.6500 0.1500 -vdw 38 3.7750 0.2070 -vdw 39 3.8500 0.0800 -vdw 40 3.8000 0.0500 -vdw 41 3.0000 0.1700 -vdw 42 3.8000 0.1700 -vdw 43 3.8000 0.1180 -vdw 44 3.8000 0.1180 -vdw 45 3.4000 0.3000 -vdw 46 3.8000 0.0800 -vdw 47 3.4700 0.3000 -vdw 48 3.8000 0.0500 -vdw 49 3.4700 0.2660 -vdw 50 3.5600 0.3950 -vdw 51 2.9300 0.2800 -vdw 52 3.8100 0.1600 -vdw 53 2.9600 0.2100 -vdw 54 3.2500 0.1700 -vdw 55 3.8000 0.1150 -vdw 56 3.8000 0.1700 -vdw 57 0.0000 0.0000 -vdw 58 2.5560 0.0200 -vdw 59 2.7800 0.0690 -vdw 60 3.4010 0.2339 -vdw 61 3.6240 0.3170 -vdw 62 3.9350 0.4330 -vdw 63 3.15061 0.1521 -vdw 64 0.0000 0.0000 -vdw 65 3.15365 0.1550 -vdw 66 0.0000 0.0000 -vdw 67 0.0000 0.0000 -vdw 68 3.1760 0.1500 -vdw 69 0.0000 0.0000 -vdw 70 3.2700 0.1000 -vdw 71 0.0000 0.0000 -vdw 72 0.0000 0.0000 -vdw 73 3.1200 0.1600 -vdw 74 0.0000 0.0000 -vdw 75 0.0000 0.0000 -vdw 76 3.16557 0.1554 -vdw 77 0.0000 0.0000 -vdw 78 3.4200 0.1700 -vdw 79 0.0000 0.0000 -vdw 80 3.5000 0.0660 -vdw 81 3.5000 0.0660 -vdw 82 3.5000 0.0660 vdw 83 3.5000 0.0660 -vdw 84 3.5000 0.0660 vdw 85 2.5000 0.0300 -vdw 86 3.5500 0.0760 -vdw 87 3.5500 0.0760 -vdw 88 3.5500 0.0760 -vdw 89 2.4200 0.0300 -vdw 90 3.5500 0.0700 -vdw 91 2.4200 0.0300 -vdw 92 3.5500 0.0700 -vdw 93 3.5000 0.0660 -vdw 94 3.5000 0.0660 -vdw 95 3.5500 0.0760 -vdw 96 3.1200 0.1700 -vdw 97 0.0000 0.0000 -vdw 98 2.5000 0.0300 -vdw 99 3.5000 0.0660 -vdw 100 3.5000 0.0660 -vdw 101 3.5000 0.0660 -vdw 102 3.5000 0.0660 -vdw 103 3.2500 0.0620 -vdw 104 3.0700 0.1700 -vdw 105 0.0000 0.0000 -vdw 106 2.9400 0.0610 -vdw 107 2.5000 0.0300 -vdw 108 3.5500 0.0700 -vdw 109 3.0700 0.1700 -vdw 110 0.0000 0.0000 -vdw 111 3.0700 0.1700 -vdw 112 0.0000 0.0000 -vdw 113 3.0700 0.1700 -vdw 114 0.0000 0.0000 -vdw 115 3.5000 0.0660 -vdw 116 3.5000 0.0660 -vdw 117 3.5000 0.0660 -vdw 118 2.5000 0.0300 -vdw 119 2.9000 0.1400 -vdw 120 3.5500 0.0760 -vdw 121 2.9000 0.1400 -vdw 122 2.9000 0.1400 -vdw 123 3.5000 0.0660 -vdw 124 3.5000 0.0660 -vdw 125 3.5000 0.0660 -vdw 126 3.5000 0.0660 -vdw 127 2.5000 0.0300 -vdw 128 2.9000 0.1400 -vdw 129 3.0700 0.1700 -vdw 130 0.0000 0.0000 -vdw 131 3.5000 0.0660 -vdw 132 2.5000 0.0300 -vdw 133 3.5000 0.0660 -vdw 134 2.5000 0.0300 -vdw 135 3.5000 0.0660 -vdw 136 2.5000 0.0300 -vdw 137 3.5000 0.0660 -vdw 138 2.5000 0.0300 -vdw 139 3.5000 0.0660 -vdw 140 3.5000 0.0660 -vdw 141 3.5500 0.0700 -vdw 142 3.5500 0.2500 -vdw 143 3.7000 0.2500 -vdw 144 3.5500 0.2500 -vdw 145 3.5500 0.2500 -vdw 146 0.0000 0.0000 -vdw 147 0.0000 0.0000 -vdw 148 3.5000 0.0660 -vdw 149 3.5000 0.0660 -vdw 150 3.5000 0.0660 -vdw 151 3.5000 0.0660 -vdw 152 3.5000 0.0660 -vdw 153 3.5000 0.0660 -vdw 154 3.5000 0.0660 -vdw 155 3.5000 0.0660 -vdw 156 3.5000 0.0660 -vdw 157 3.5000 0.0660 -vdw 158 3.5000 0.0660 -vdw 159 3.5000 0.0660 -vdw 160 3.5000 0.0660 -vdw 161 3.5000 0.0660 -vdw 162 3.5000 0.0660 -vdw 163 3.5500 0.0700 -vdw 164 3.5500 0.2500 -vdw 165 3.5000 0.0660 -vdw 166 3.5000 0.0660 -vdw 167 3.5000 0.0660 -vdw 168 3.4000 0.3000 -vdw 169 3.5500 0.0760 -vdw 170 3.5500 0.0700 -vdw 171 3.5000 0.0660 -vdw 172 3.5000 0.0660 -vdw 173 3.7500 0.1050 -vdw 174 3.7500 0.1050 -vdw 175 3.7500 0.1050 -vdw 176 3.7500 0.1050 -vdw 177 3.7500 0.1050 -vdw 178 2.9600 0.2100 -vdw 179 3.2500 0.1700 -vdw 180 3.2500 0.1700 -vdw 181 3.2500 0.1700 -vdw 182 0.0000 0.0000 -vdw 183 0.0000 0.0000 -vdw 184 3.5000 0.0660 -vdw 185 3.5000 0.0660 -vdw 186 3.5000 0.0660 -vdw 187 3.5000 0.0660 -vdw 188 3.5000 0.0660 -vdw 189 3.7500 0.1050 -vdw 190 2.9600 0.2100 -vdw 191 3.2500 0.1700 -vdw 192 0.0000 0.0000 -vdw 193 3.2500 0.1700 -vdw 194 3.7500 0.1050 -vdw 195 2.9600 0.2100 -vdw 196 0.0000 0.0000 -vdw 197 2.5000 0.0200 -vdw 198 3.5000 0.0660 -vdw 199 3.5000 0.0660 -vdw 200 3.5000 0.0660 -vdw 201 3.5000 0.0660 -vdw 202 3.5500 0.0700 -vdw 203 3.6500 0.1500 -vdw 204 3.2000 0.1700 -vdw 205 3.5500 0.0700 -vdw 206 3.4000 0.3000 -vdw 207 3.2500 0.1700 -vdw 208 3.5500 0.0700 -vdw 209 3.7500 0.1050 -vdw 210 2.9600 0.2100 -vdw 211 3.0000 0.1700 -vdw 212 0.0000 0.0000 -vdw 213 3.7500 0.1050 -vdw 214 2.9600 0.2100 -vdw 215 3.5000 0.0660 -vdw 216 3.5000 0.0660 -vdw 217 3.5000 0.0660 -vdw 218 3.5000 0.0660 -vdw 219 3.7500 0.1050 -vdw 220 2.9600 0.2100 -vdw 221 2.4200 0.0150 -vdw 222 3.7500 0.1050 -vdw 223 2.9600 0.2100 -vdw 224 2.4200 0.0150 -vdw 225 3.5000 0.0660 -vdw 226 3.5000 0.0660 -vdw 227 3.5000 0.0660 -vdw 228 3.5000 0.0660 -vdw 229 3.2500 0.1700 -vdw 230 3.2500 0.1700 -vdw 231 3.2500 0.1700 -vdw 232 0.0000 0.0000 -vdw 233 0.0000 0.0000 -vdw 234 3.5000 0.0660 -vdw 235 3.5000 0.0660 -vdw 236 3.5000 0.0660 -vdw 237 3.5000 0.0660 -vdw 238 3.5000 0.0660 -vdw 239 3.5000 0.0660 -vdw 240 3.5000 0.0660 -vdw 241 3.5000 0.0660 -vdw 242 3.5000 0.0660 -vdw 243 3.2500 0.1700 -vdw 244 0.0000 0.0000 -vdw 245 3.5500 0.0500 -vdw 246 3.2500 0.1700 -vdw 247 0.0000 0.0000 -vdw 248 3.5000 0.0660 -vdw 249 3.5000 0.0660 -vdw 250 3.5000 0.0660 -vdw 251 3.5000 0.0660 -vdw 252 3.2500 0.1700 -vdw 253 0.0000 0.0000 -vdw 254 3.2500 0.1700 -vdw 255 3.5000 0.0800 -vdw 256 3.2500 0.1700 -vdw 257 0.0000 0.0000 -vdw 258 3.5000 0.0800 -vdw 259 2.5000 0.0500 -vdw 260 3.5000 0.0800 -vdw 261 2.5000 0.0500 -vdw 262 3.2500 0.1700 -vdw 263 3.7500 0.1050 -vdw 264 3.2500 0.1700 -vdw 265 3.7500 0.1050 -vdw 266 3.5000 0.0800 -vdw 267 3.5000 0.0800 -vdw 268 0.0000 0.0000 -vdw 269 2.9600 0.2100 -vdw 270 0.0000 0.0000 -vdw 271 2.9600 0.2100 -vdw 272 2.5000 0.0500 -vdw 273 2.5000 0.0500 -vdw 274 3.5000 0.0800 -vdw 275 2.5000 0.0500 -vdw 276 3.2500 0.1700 -vdw 277 3.7500 0.1050 -vdw 278 3.2500 0.1700 -vdw 279 3.5000 0.0800 -vdw 280 3.5000 0.0800 -vdw 281 3.5000 0.0800 -vdw 282 0.0000 0.0000 -vdw 283 2.9600 0.2100 -vdw 284 3.2500 0.1700 -vdw 285 0.0000 0.0000 -vdw 286 0.0000 0.0000 -vdw 287 2.5000 0.0500 -vdw 288 2.5000 0.0500 -vdw 289 3.2500 0.1700 -vdw 290 3.5000 0.0800 -vdw 291 3.2500 0.1700 -vdw 292 3.5000 0.0800 -vdw 293 3.5000 0.0800 -vdw 294 3.5000 0.0800 -vdw 295 3.2500 0.1700 -vdw 296 3.5000 0.0800 -vdw 297 3.2500 0.1700 -vdw 298 2.5000 0.0500 -vdw 299 3.2500 0.1700 -vdw 300 0.0000 0.0000 -vdw 301 0.0000 0.0000 -vdw 302 2.5000 0.0500 -vdw 303 0.0000 0.0000 -vdw 304 3.2500 0.1700 -vdw 305 3.5000 0.0800 -vdw 306 3.2500 0.1700 -vdw 307 3.5000 0.0800 -vdw 308 3.5000 0.0800 -vdw 309 3.7500 0.1050 -vdw 310 0.0000 0.0000 -vdw 311 3.2500 0.1700 -vdw 312 0.0000 0.0000 -vdw 313 2.9600 0.2100 -vdw 314 3.5000 0.0800 -vdw 315 2.5000 0.0500 -vdw 316 3.5000 0.0800 -vdw 317 2.5000 0.0500 -vdw 318 3.5000 0.0800 -vdw 319 2.5000 0.0500 -vdw 320 3.2500 0.1700 -vdw 321 3.7500 0.1050 -vdw 322 3.2500 0.1700 -vdw 323 3.5000 0.0800 -vdw 324 3.5000 0.0800 -vdw 325 3.5000 0.0800 -vdw 326 0.0000 0.0000 -vdw 327 2.9600 0.2100 -vdw 328 0.0000 0.0000 -vdw 329 3.2500 0.1700 -vdw 330 0.0000 0.0000 -vdw 331 0.0000 0.0000 -vdw 332 2.5000 0.0500 -vdw 333 2.5000 0.0500 -vdw 334 3.5000 0.0800 -vdw 335 2.5000 0.0500 -vdw 336 3.7400 0.2000 -vdw 337 2.9600 0.2100 -vdw 338 3.0000 0.1700 -vdw 339 3.5500 0.0660 -vdw 340 3.5000 0.0800 -vdw 341 3.4000 0.3000 -vdw 342 3.5500 0.0760 -vdw 343 3.0500 0.7100 -vdw 344 4.0200 0.7100 -vdw 345 4.2800 0.7100 -vdw 346 4.8100 0.7100 -vdw 347 5.3400 0.0005 -vdw 348 2.8700 0.0005 -vdw 349 4.0700 0.0005 -vdw 350 5.1700 0.0005 -vdw 351 5.6000 0.0005 -vdw 352 6.2000 0.0005 -vdw 353 1.644471 0.875044 -vdw 354 2.412031 0.449657 -vdw 355 3.102688 0.118226 -vdw 356 3.816610 0.047096 -vdw 357 4.2000 0.3000 -vdw 358 2.5000 0.0500 -vdw 359 4.2500 0.5000 -vdw 360 4.2000 0.3000 -vdw 361 2.5000 0.0500 -vdw 362 3.1500 0.2500 -vdw 363 4.2000 0.3000 -vdw 364 2.5000 0.0500 -vdw 365 3.6500 0.1500 -vdw 366 3.4000 0.2500 -vdw 367 4.2000 0.3000 -vdw 368 2.5000 0.0500 -vdw 369 3.4000 0.2500 -vdw 370 2.5000 0.0500 -vdw 371 4.2000 0.3000 -vdw 372 2.5000 0.0500 -vdw 373 4.2000 0.3000 -vdw 374 2.5000 0.0500 -vdw 375 0.0000 0.0000 -vdw 376 3.2000 0.2500 -vdw 377 0.0000 0.0000 -vdw 378 2.81524 0.4000 -vdw 379 3.11815 0.2000 -vdw 380 2.9000 0.1400 -vdw 381 3.7400 0.2000 -vdw 382 3.1500 0.2000 -vdw 383 2.9000 0.1400 -vdw 384 3.5000 0.0660 -vdw 385 2.5000 0.0300 -vdw 386 3.7400 0.2000 -vdw 387 3.1500 0.2000 -vdw 388 2.9000 0.1400 -vdw 389 3.5000 0.0660 -vdw 390 2.5000 0.0300 -vdw 391 3.7400 0.2000 -vdw 392 3.1500 0.2000 -vdw 393 2.9000 0.1400 -vdw 394 3.5000 0.0660 -vdw 395 2.5000 0.0300 -vdw 396 3.5000 0.0660 -vdw 397 2.5000 0.0300 -vdw 398 3.5500 0.0700 -vdw 399 3.5000 0.0660 -vdw 400 2.5000 0.0300 -vdw 401 3.5500 0.0700 -vdw 402 3.5000 0.0660 -vdw 403 2.5000 0.0300 -vdw 404 3.5500 0.0700 -vdw 405 3.5000 0.0660 -vdw 406 3.7500 0.1050 -vdw 407 2.9600 0.2100 -vdw 408 3.0000 0.1700 -vdw 409 3.5000 0.0660 -vdw 410 2.4200 0.0150 -vdw 411 3.7500 0.1050 -vdw 412 3.7500 0.1050 -vdw 413 3.5500 0.0700 -vdw 414 3.0000 0.1700 -vdw 415 3.5500 0.2500 -vdw 416 2.9600 0.1700 -vdw 417 3.5000 0.0660 -vdw 418 2.5000 0.0300 -vdw 419 3.2500 0.1700 -vdw 420 0.0000 0.0000 -vdw 421 3.2500 0.1700 -vdw 422 0.0000 0.0000 -vdw 423 3.5000 0.0660 -vdw 424 2.5000 0.0300 -vdw 425 3.5000 0.0660 -vdw 426 2.5000 0.0300 -vdw 427 3.5000 0.0660 -vdw 428 2.5000 0.0300 -vdw 429 3.5500 0.0700 -vdw 430 3.5500 0.0700 -vdw 431 3.5000 0.0660 -vdw 432 3.5000 0.0660 -vdw 433 3.5000 0.0660 -vdw 434 3.5500 0.2500 -vdw 435 2.9600 0.1700 -vdw 436 3.5600 0.3950 -vdw 437 3.5600 0.3950 -vdw 438 2.9300 0.2800 -vdw 439 3.5000 0.0660 -vdw 440 3.5000 0.0660 -vdw 441 3.5500 0.0700 -vdw 442 3.5500 0.0700 -vdw 443 3.5500 0.0700 -vdw 444 3.2500 0.1700 -vdw 445 0.0000 0.0000 -vdw 446 3.5000 0.0660 -vdw 447 3.5500 0.0700 -vdw 448 3.5500 0.0700 -vdw 449 3.5500 0.0700 -vdw 450 3.5500 0.0700 -vdw 451 3.5500 0.0700 -vdw 452 3.2500 0.1700 -vdw 453 3.2500 0.1700 -vdw 454 0.0000 0.0000 -vdw 455 3.5500 0.0700 -vdw 456 3.5000 0.0660 -vdw 457 3.5000 0.0660 -vdw 458 3.5500 0.0760 -vdw 459 3.5500 0.0760 -vdw 460 3.5500 0.0700 -vdw 461 3.2500 0.1700 -vdw 462 3.5500 0.0700 -vdw 463 3.5500 0.0700 -vdw 464 3.5500 0.0700 -vdw 465 2.4200 0.0300 -vdw 466 2.4200 0.0300 -vdw 467 2.4200 0.0300 -vdw 468 3.2500 0.1700 -vdw 469 3.5500 0.0700 -vdw 470 2.4200 0.0300 -vdw 471 3.2500 0.1700 -vdw 472 3.5500 0.0700 -vdw 473 3.5500 0.0700 -vdw 474 3.5500 0.0700 -vdw 475 2.4200 0.0300 -vdw 476 2.4200 0.0300 -vdw 477 2.4200 0.0300 -vdw 478 3.2500 0.1700 -vdw 479 3.5500 0.0700 -vdw 480 3.5500 0.0700 -vdw 481 2.4200 0.0300 -vdw 482 2.4200 0.0300 -vdw 483 3.2500 0.1700 -vdw 484 3.5500 0.0700 -vdw 485 3.5500 0.0700 -vdw 486 0.0000 0.0000 -vdw 487 2.4200 0.0300 -vdw 488 2.4200 0.0300 -vdw 489 3.2500 0.1700 -vdw 490 3.2500 0.1700 -vdw 491 3.5500 0.0700 -vdw 492 3.5500 0.0700 -vdw 493 3.5500 0.0700 -vdw 494 0.0000 0.0000 -vdw 495 2.4200 0.0300 -vdw 496 2.4200 0.0300 -vdw 497 2.4200 0.0300 -vdw 498 3.2500 0.1700 -vdw 499 3.5500 0.0700 -vdw 500 3.2500 0.1700 -vdw 501 3.5500 0.0700 -vdw 502 3.5500 0.0700 -vdw 503 0.0000 0.0000 -vdw 504 2.4200 0.0300 -vdw 505 2.4200 0.0300 -vdw 506 2.4200 0.0300 -vdw 507 2.9000 0.1400 -vdw 508 3.5500 0.0700 -vdw 509 3.5500 0.0760 -vdw 510 2.4200 0.0300 -vdw 511 2.4200 0.0300 -vdw 512 2.9000 0.1400 -vdw 513 3.5500 0.0700 -vdw 514 3.2500 0.1700 -vdw 515 3.5500 0.0700 -vdw 516 3.5500 0.0700 -vdw 517 2.4200 0.0300 -vdw 518 2.4200 0.0300 -vdw 519 2.4200 0.0300 -vdw 520 2.9000 0.1400 -vdw 521 3.2500 0.1700 -vdw 522 3.5500 0.0700 -vdw 523 3.5500 0.0700 -vdw 524 3.5500 0.0700 -vdw 525 2.4200 0.0300 -vdw 526 2.4200 0.0300 -vdw 527 2.4200 0.0300 -vdw 528 3.2500 0.1700 -vdw 529 3.5500 0.0700 -vdw 530 3.5500 0.0700 -vdw 531 3.5500 0.0700 -vdw 532 3.5500 0.0700 -vdw 533 3.5500 0.0700 -vdw 534 3.5500 0.0700 -vdw 535 3.5500 0.0700 -vdw 536 3.5500 0.0700 -vdw 537 0.0000 0.0000 -vdw 538 2.4200 0.0300 -vdw 539 2.4200 0.0300 -vdw 540 2.4200 0.0300 -vdw 541 2.4200 0.0300 -vdw 542 2.4200 0.0300 -vdw 543 2.4200 0.0300 -vdw 544 3.2500 0.1700 -vdw 545 3.5500 0.0700 -vdw 546 3.5500 0.0700 -vdw 547 3.5500 0.0700 -vdw 548 3.5500 0.0700 -vdw 549 3.5500 0.0700 -vdw 550 3.5500 0.0700 -vdw 551 3.5500 0.0700 -vdw 552 3.5500 0.0700 -vdw 553 3.5500 0.0700 -vdw 554 2.4200 0.0300 -vdw 555 2.4200 0.0300 -vdw 556 2.4200 0.0300 -vdw 557 2.4200 0.0300 -vdw 558 2.4200 0.0300 -vdw 559 2.4200 0.0300 -vdw 560 2.4200 0.0300 -vdw 561 3.2500 0.1700 -vdw 562 3.5500 0.0700 -vdw 563 3.2500 0.1700 -vdw 564 3.5500 0.0700 -vdw 565 3.5500 0.0700 -vdw 566 3.5500 0.0700 -vdw 567 3.2500 0.1700 -vdw 568 3.5500 0.0700 -vdw 569 3.2500 0.1700 -vdw 570 2.4200 0.0300 -vdw 571 2.4200 0.0300 -vdw 572 2.4200 0.0300 -vdw 573 0.0000 0.0000 -vdw 574 3.5500 0.2500 -vdw 575 3.5500 0.0700 -vdw 576 3.2500 0.1700 -vdw 577 3.5500 0.0700 -vdw 578 3.5500 0.0700 -vdw 579 2.4200 0.0300 -vdw 580 2.4200 0.0300 -vdw 581 2.4200 0.0300 -vdw 582 3.2500 0.1700 -vdw 583 3.5500 0.0700 -vdw 584 2.4200 0.0300 -vdw 585 3.5500 0.0700 -vdw 586 3.5000 0.0660 -vdw 587 3.2500 0.1700 -vdw 588 3.5500 0.0700 -vdw 589 3.5500 0.0700 -vdw 590 3.5500 0.0700 -vdw 591 3.5500 0.0700 -vdw 592 3.5500 0.0700 -vdw 593 3.5500 0.0700 -vdw 594 2.4200 0.0300 -vdw 595 2.4200 0.0300 -vdw 596 2.4200 0.0300 -vdw 597 2.4200 0.0300 -vdw 598 3.2500 0.1700 -vdw 599 3.5500 0.0700 -vdw 600 3.2500 0.1700 -vdw 601 3.5500 0.0700 -vdw 602 3.5500 0.0700 -vdw 603 3.5000 0.0660 -vdw 604 2.4200 0.0300 -vdw 605 2.4200 0.0300 -vdw 606 2.4200 0.0300 -vdw 607 2.5000 0.0300 -vdw 608 3.5000 0.0660 -vdw 609 3.5000 0.0660 -vdw 610 3.5000 0.0660 -vdw 611 3.5000 0.0660 -vdw 612 3.5000 0.0660 -vdw 613 3.5000 0.0660 -vdw 614 3.5000 0.0660 -vdw 615 3.5000 0.0660 -vdw 616 3.5000 0.0660 -vdw 617 3.5000 0.0660 -vdw 618 3.5000 0.0660 -vdw 619 3.5000 0.0660 -vdw 620 3.5000 0.0660 -vdw 621 3.5000 0.0660 -vdw 622 3.5000 0.0660 -vdw 623 3.5500 0.2500 -vdw 624 0.0000 0.0000 -vdw 625 3.5500 0.0700 -vdw 626 3.7500 0.1050 -vdw 627 3.2500 0.1700 -vdw 628 3.5000 0.0660 -vdw 629 3.5000 0.0660 -vdw 630 3.5000 0.0660 -vdw 631 3.5500 0.0700 -vdw 632 3.5500 0.0700 -vdw 633 3.5500 0.0700 -vdw 634 3.5500 0.0700 -vdw 635 3.5500 0.0700 -vdw 636 3.5500 0.0700 -vdw 637 3.5500 0.2500 -vdw 638 3.4730 0.0540 -vdw 639 3.3000 0.0500 -vdw 640 3.3000 0.0500 -vdw 641 3.5500 0.0760 -vdw 642 3.5000 0.0660 -vdw 643 2.5000 0.0300 -vdw 644 3.7500 0.0600 -vdw 645 3.4730 0.0540 -vdw 646 3.3000 0.0500 -vdw 647 3.3000 0.0500 -vdw 648 2.9500 0.0400 -vdw 649 3.5500 0.0760 -vdw 650 3.4000 0.3000 -vdw 651 2.4200 0.0300 -vdw 652 3.5000 0.0660 -vdw 653 3.5000 0.0660 -vdw 654 3.5000 0.0660 -vdw 655 3.5500 0.0700 -vdw 656 2.4200 0.0300 -vdw 657 3.5500 0.0700 -vdw 658 2.4200 0.0300 -vdw 659 3.5500 0.0700 -vdw 660 2.8500 0.0610 -vdw 661 3.5500 0.0700 -vdw 662 2.8500 0.0610 -vdw 663 3.4700 0.4700 -vdw 664 3.9050 0.1180 -vdw 665 3.5500 0.0700 -vdw 666 3.2500 0.0620 -vdw 667 2.9400 0.0610 -vdw 668 3.5500 0.0700 -vdw 669 2.8500 0.0610 -vdw 670 3.5500 0.0700 -vdw 671 3.4700 0.4700 -vdw 672 3.5500 0.0700 -vdw 673 3.7500 0.6000 -vdw 674 3.5000 0.0660 -vdw 675 3.5500 0.2500 -vdw 676 3.5500 0.0700 -vdw 677 3.5500 0.0700 -vdw 678 3.5500 0.0700 -vdw 679 3.5500 0.0700 -vdw 680 3.5500 0.0700 -vdw 681 2.4200 0.0300 -vdw 682 2.4200 0.0300 -vdw 683 3.5500 0.0500 -vdw 684 3.2500 0.1700 -vdw 685 0.0000 0.0000 -vdw 686 0.0000 0.0000 -vdw 687 2.4200 0.0300 -vdw 688 3.5000 0.0660 -vdw 689 3.5000 0.0660 -vdw 690 3.2500 0.1700 -vdw 691 3.2500 0.1700 -vdw 692 3.2500 0.1700 -vdw 693 3.5500 0.0500 -vdw 694 3.2000 0.1700 -vdw 695 3.3000 0.0660 -vdw 696 3.3000 0.0660 -vdw 697 3.3000 0.0660 -vdw 698 3.3000 0.0660 -vdw 699 3.3000 0.0660 -vdw 700 2.5000 0.0150 -vdw 701 3.2500 0.1200 -vdw 702 2.9600 0.1700 -vdw 703 3.5000 0.0660 -vdw 704 2.5000 0.0150 -vdw 705 3.5000 0.0660 -vdw 706 3.5000 0.0660 -vdw 707 3.5000 0.0660 -vdw 708 3.2500 0.1200 -vdw 709 3.5500 0.0700 -vdw 710 3.3000 0.0660 -vdw 711 3.2500 0.1700 -vdw 712 2.9600 0.2100 -vdw 713 3.7500 0.1050 -vdw 714 3.0000 0.1700 -vdw 715 3.5000 0.0660 -vdw 716 3.5000 0.0660 -vdw 717 3.5000 0.0660 -vdw 718 2.4200 0.0150 -vdw 719 2.4200 0.0150 -vdw 720 2.4200 0.0150 -vdw 721 2.9000 0.1400 -vdw 722 3.7400 0.2000 -vdw 723 3.5000 0.0660 -vdw 724 3.5000 0.0660 -vdw 725 2.5000 0.0300 -vdw 726 3.7400 0.2000 -vdw 727 3.1181 0.0610 -vdw 728 3.1500 0.1700 -vdw 729 2.8600 0.2100 -vdw 730 3.3000 0.1700 -vdw 731 3.3000 0.1700 -vdw 732 3.3000 0.1700 -vdw 733 3.5000 0.0660 -vdw 734 3.5000 0.0660 -vdw 735 3.5000 0.0660 -vdw 736 3.5000 0.0660 -vdw 737 3.5000 0.0660 -vdw 738 3.5000 0.0660 -vdw 739 0.0000 0.0000 -vdw 740 0.0000 0.0000 -vdw 741 2.5000 0.0150 -vdw 742 3.5000 0.0660 -vdw 743 3.5000 0.0660 -vdw 744 3.5000 0.0660 -vdw 745 3.5000 0.0660 -vdw 746 3.5500 0.0700 -vdw 747 3.5500 0.0700 -vdw 748 3.5500 0.0700 -vdw 749 3.5000 0.0660 -vdw 750 3.5000 0.0660 -vdw 751 3.5000 0.0660 -vdw 752 3.5000 0.0660 -vdw 753 3.5000 0.0660 -vdw 754 3.5000 0.0660 -vdw 755 3.3000 0.0860 -vdw 756 2.4200 0.0150 -vdw 757 3.3000 0.2100 -vdw 758 3.3000 0.1350 -vdw 759 3.3000 0.1000 -vdw 760 2.5000 0.0150 -vdw 761 3.5000 0.0660 -vdw 762 3.5000 0.0660 -vdw 763 3.5000 0.0660 -vdw 764 3.1200 0.1700 -vdw 765 0.0000 0.0000 -vdw 766 3.2500 0.1700 -vdw 767 3.2500 0.1700 -vdw 768 3.2500 0.1700 -vdw 769 3.3000 0.2100 -vdw 770 3.2500 0.1700 -vdw 771 0.0000 0.0000 -vdw 772 3.5000 0.0660 -vdw 773 3.5000 0.0660 -vdw 774 3.5000 0.0660 -vdw 775 3.5000 0.0660 -vdw 776 3.5500 0.0700 -vdw 777 3.5500 0.0760 -vdw 778 3.5500 0.0700 -vdw 779 3.5500 0.0700 -vdw 780 2.5000 0.0300 -vdw 781 3.5000 0.0660 -vdw 782 3.7500 0.1050 -vdw 783 3.2500 0.1700 -vdw 784 2.9600 0.2100 -vdw 785 0.0000 0.0000 -vdw 786 2.9400 0.0610 -vdw 787 3.5000 0.0660 -vdw 788 2.5000 0.0300 -vdw 789 3.5000 0.0660 -vdw 790 3.5000 0.0660 -vdw 791 3.5000 0.0660 -vdw 792 3.5000 0.0660 -vdw 793 3.5000 0.0660 -vdw 794 3.5000 0.0970 -vdw 795 2.9500 0.0530 -vdw 796 3.2500 0.0620 -vdw 797 2.5000 0.0300 -vdw 798 3.5000 0.0660 -vdw 799 3.5000 0.0660 -vdw 800 3.4000 0.3000 -vdw 801 3.5000 0.0660 -vdw 802 2.5000 0.0300 -vdw 803 3.5000 0.0660 -vdw 804 3.5000 0.0660 -vdw 805 3.4700 0.4700 -vdw 806 3.5000 0.0660 -vdw 807 2.5000 0.0300 -vdw 808 3.5000 0.0660 -vdw 809 3.5000 0.0660 -vdw 810 2.9400 0.0610 -vdw 811 3.4000 0.3000 -vdw 812 3.4700 0.4700 -vdw 813 3.5500 0.0700 -vdw 814 2.9000 0.1400 -vdw 815 3.5000 0.0660 -vdw 816 2.9000 0.0600 -vdw 817 3.2500 0.1700 -vdw 818 3.5500 0.0700 -vdw 819 3.5000 0.0660 -vdw 820 3.7500 0.1050 -vdw 821 3.7500 0.1050 -vdw 822 2.9600 0.2100 -vdw 823 3.2500 0.1700 -vdw 824 0.0000 0.0000 -vdw 825 3.1200 0.1700 -vdw 826 0.0000 0.0000 -vdw 827 3.5000 0.0660 -vdw 828 3.5000 0.0660 -vdw 829 3.5500 0.0700 -vdw 830 3.5500 0.0700 -vdw 831 3.5500 0.0700 -vdw 832 3.5500 0.0700 -vdw 833 3.5500 0.0700 -vdw 834 1.9600 0.0125 -vdw 835 3.5000 0.0660 -vdw 836 3.5000 0.0660 -vdw 837 3.5000 0.0660 -vdw 838 3.7500 0.6000 -vdw 839 2.5000 0.0300 -vdw 840 3.2500 0.1700 -vdw 841 3.5500 0.0700 -vdw 842 3.5500 0.0700 -vdw 843 3.2500 0.1700 -vdw 844 3.5500 0.0700 -vdw 845 3.7500 0.1050 -vdw 846 2.9600 0.2100 -vdw 847 3.2500 0.1700 -vdw 848 3.5000 0.0660 -vdw 849 3.5000 0.0660 -vdw 850 3.5000 0.0660 -vdw 851 3.5000 0.0660 -vdw 852 2.4200 0.0150 -vdw 853 3.7500 0.1050 -vdw 854 2.9600 0.2100 -vdw 855 2.4200 0.0150 -vdw 856 3.5000 0.0660 -vdw 857 3.5000 0.0660 -vdw 858 3.5000 0.0660 -vdw 859 3.5000 0.0660 -vdw 860 3.5000 0.0660 -vdw 861 3.5000 0.0660 -vdw 862 3.5000 0.0660 -vdw 863 3.5000 0.0660 -vdw 864 3.5000 0.0660 -vdw 865 3.5000 0.0660 -vdw 866 4.0000 0.1000 -vdw 867 4.0000 0.1000 -vdw 868 4.0000 0.1000 -vdw 869 4.0000 0.1000 -vdw 870 2.5000 0.0300 -vdw 871 3.5000 0.0660 -vdw 872 3.5000 0.0660 -vdw 873 3.5000 0.0660 -vdw 874 3.5000 0.0660 -vdw 875 3.0800 0.7200 -vdw 876 4.1800 0.11779 -vdw 877 4.5100 0.0900 -vdw 878 5.1500 0.0700 -vdw 879 2.7000 0.018279 -vdw 880 3.3500 0.002772 -vdw 881 4.0600 0.000328 -vdw 882 4.3200 0.000171 -vdw 883 4.8200 0.000081 -vdw 884 2.9100 0.875044 -vdw 885 3.4700 0.449657 -vdw 886 3.8200 0.118226 -vdw 887 4.1800 0.047096 -vdw 888 3.5000 0.0660 -vdw 889 3.5000 0.0660 -vdw 890 3.5000 0.0660 -vdw 891 3.5000 0.0660 -vdw 892 2.5000 0.0300 -vdw 893 3.2500 0.1700 -vdw 894 3.5500 0.0700 -vdw 895 3.2500 0.1700 -vdw 896 3.5500 0.0700 -vdw 897 3.5500 0.0760 -vdw 898 3.5500 0.0760 -vdw 899 2.4200 0.0300 -vdw 900 3.3000 0.0860 -vdw 901 3.3000 0.0860 -vdw 902 3.3000 0.0860 -vdw 903 3.3000 0.0860 -vdw 904 3.3000 0.0860 -vdw 905 2.9600 0.2100 -vdw 906 3.5000 0.0660 ################################## @@ -1001,385 +98,8 @@ vdw 906 3.5000 0.0660 ################################## -bond 1 2 367.00 1.3800 -bond 1 3 420.00 1.3570 -bond 1 13 367.00 1.3600 -bond 1 19 450.00 1.2790 -bond 1 25 300.00 0.3000 -bond 1 47 420.00 1.3400 -bond 1 48 420.00 1.3540 -bond 1 82 420.00 1.3540 -bond 1 83 420.00 1.3540 -bond 1 84 420.00 1.3540 -bond 1 87 420.00 1.3540 -bond 1 88 420.00 1.3540 -bond 1 108 461.00 1.5700 -bond 2 2 260.00 1.5260 -bond 2 3 317.00 1.5220 -bond 2 5 386.00 1.4250 -bond 2 6 260.00 1.5260 -bond 2 10 260.00 1.5260 -bond 2 11 317.00 1.5000 -bond 2 12 317.00 1.5100 -bond 2 13 260.00 1.5260 -bond 2 14 317.00 1.5000 -bond 2 15 222.00 1.8100 -bond 2 16 222.00 1.8100 -bond 2 20 320.00 1.4250 -bond 2 24 337.00 1.4490 -bond 2 44 382.00 1.4480 -bond 2 48 317.00 1.5100 -bond 2 51 260.00 1.5260 -bond 2 53 367.00 1.4710 -bond 2 55 337.00 1.4630 -bond 2 80 317.00 1.4950 -bond 3 3 350.00 1.5100 -bond 3 4 570.00 1.2290 -bond 3 5 450.00 1.3640 -bond 3 6 317.00 1.5220 -bond 3 10 317.00 1.5220 -bond 3 12 469.00 1.4000 -bond 3 13 317.00 1.5220 -bond 3 19 400.00 1.4440 -bond 3 20 214.00 1.3270 -bond 3 21 300.00 1.7900 -bond 3 24 490.00 1.3350 -bond 3 44 317.00 1.5220 -bond 3 46 340.00 1.0900 -bond 3 47 410.00 1.4440 -bond 3 48 400.00 1.4900 -bond 3 50 385.00 1.4600 -bond 3 52 656.00 1.2500 -bond 3 56 457.00 1.3580 -bond 3 57 418.00 1.3880 -bond 3 60 447.00 1.4190 -bond 3 65 300.00 1.9800 -bond 3 84 400.00 1.4900 -bond 3 86 385.00 1.4600 -bond 3 105 424.00 1.3830 -bond 3 107 490.00 1.3350 -bond 4 25 553.00 0.3000 -bond 4 64 525.00 1.4800 -bond 4 89 570.00 1.2290 -bond 4 110 700.00 1.1710 -bond 5 6 386.00 1.4250 -bond 5 7 553.00 0.9450 -bond 5 10 386.00 1.4250 -bond 5 13 320.00 1.4100 -bond 5 20 250.00 1.4700 -bond 5 24 400.00 1.3800 -bond 5 25 340.00 0.3000 -bond 5 44 320.00 1.4500 -bond 5 47 450.00 1.3700 -bond 5 48 450.00 1.3640 -bond 5 51 320.00 1.3800 -bond 5 64 230.00 1.6100 -bond 5 79 450.00 1.6700 -bond 5 106 94.00 1.8000 -bond 5 108 374.00 1.6400 -bond 6 6 260.00 1.5260 -bond 6 10 260.00 1.5260 -bond 6 11 317.00 1.5000 -bond 6 13 260.00 1.5260 -bond 6 14 317.00 1.5000 -bond 6 15 222.00 1.8100 -bond 6 16 222.00 1.8100 -bond 6 20 320.00 1.4250 -bond 6 24 337.00 1.4490 -bond 6 44 382.00 1.4480 -bond 6 47 317.00 1.5100 -bond 6 51 260.00 1.5260 -bond 6 53 367.00 1.4710 -bond 6 55 337.00 1.4630 -bond 6 79 222.00 1.8100 -bond 6 105 337.00 1.4750 -bond 7 20 553.00 0.9450 -bond 7 25 340.00 0.1000 -bond 9 9 530.00 1.3400 -bond 9 11 530.00 1.3400 -bond 9 14 530.00 1.3400 -bond 10 10 260.00 1.5260 -bond 10 11 317.00 1.5000 -bond 10 14 317.00 1.5000 -bond 10 20 320.00 1.4250 -bond 10 24 337.00 1.4490 -bond 10 44 382.00 1.4480 -bond 10 105 337.00 1.4750 -bond 11 11 530.00 1.3400 -bond 11 13 317.00 1.5000 -bond 11 14 530.00 1.3400 -bond 11 79 222.00 1.7600 -bond 12 12 469.00 1.4000 -bond 12 48 469.00 1.4000 -bond 12 60 469.00 1.4000 -bond 12 81 469.00 1.4000 -bond 13 13 268.00 1.5290 -bond 13 14 317.00 1.5000 -bond 13 15 222.00 1.8100 -bond 13 16 222.00 1.8100 -bond 13 18 390.00 1.4300 -bond 13 19 390.00 1.4700 -bond 13 20 320.00 1.4100 -bond 13 21 245.00 1.7810 -bond 13 22 340.00 1.7900 -bond 13 24 337.00 1.4490 -bond 13 25 340.00 0.3000 -bond 13 44 382.00 1.4480 bond 13 46 340.00 1.0900 -bond 13 47 317.00 1.5100 -bond 13 48 317.00 1.5100 -bond 13 50 317.00 1.5100 -bond 13 51 268.00 1.5290 -bond 13 53 367.00 1.4710 -bond 13 55 337.00 1.4630 -bond 13 56 337.00 1.4490 -bond 13 57 337.00 1.4750 -bond 13 60 317.00 1.5100 -bond 13 64 212.00 1.8430 -bond 13 65 245.00 1.9450 -bond 13 66 200.00 2.1900 -bond 13 79 340.00 1.7700 -bond 13 80 317.00 1.4950 -bond 13 83 317.00 1.5040 -bond 13 84 317.00 1.5040 -bond 13 85 317.00 1.5040 -bond 13 87 317.00 1.4950 -bond 13 90 337.00 1.4490 -bond 13 91 280.00 1.5100 -bond 13 95 532.80 1.4600 -bond 13 101 382.00 1.4480 -bond 13 102 375.00 1.4900 -bond 13 104 212.00 1.8200 -bond 13 105 337.00 1.4750 -bond 13 107 337.00 1.4490 -bond 13 108 187.00 1.8600 -bond 13 109 317.00 1.5100 -bond 14 14 530.00 1.3400 -bond 15 17 274.00 1.3360 -bond 15 48 250.00 1.7400 -bond 16 16 166.00 2.0380 -bond 16 19 300.00 1.6850 -bond 16 24 250.00 1.7300 -bond 16 25 340.00 0.5000 -bond 16 47 250.00 1.7600 -bond 16 48 250.00 1.7600 -bond 16 61 250.00 1.7300 -bond 16 82 250.00 1.7600 -bond 16 84 250.00 1.7400 -bond 16 91 222.00 1.8100 -bond 16 108 144.00 2.1500 -bond 17 25 340.00 0.1000 -bond 18 18 550.00 1.1200 -bond 18 19 650.00 1.1570 -bond 18 48 400.00 1.4100 -bond 18 56 550.00 1.2400 -bond 19 19 1150.00 1.2100 -bond 19 21 330.00 1.6370 -bond 19 46 420.00 1.0800 -bond 19 47 400.00 1.4260 -bond 19 48 400.00 1.4510 -bond 19 50 400.00 1.4260 -bond 19 65 330.00 1.7840 -bond 19 88 400.00 1.4510 -bond 19 91 400.00 1.4510 -bond 20 20 250.00 1.4700 -bond 20 21 200.00 1.6900 -bond 20 24 320.00 1.4500 -bond 20 25 340.00 0.3000 -bond 20 44 320.00 1.4500 -bond 20 47 450.00 1.3700 -bond 20 48 450.00 1.3640 -bond 20 51 320.00 1.3800 -bond 20 60 340.00 1.3600 -bond 20 61 462.00 1.3990 -bond 20 64 230.00 1.6100 -bond 20 82 462.00 1.3570 -bond 20 84 340.00 1.3600 -bond 20 108 374.00 1.6400 -bond 21 25 300.00 0.3000 -bond 21 47 300.00 1.7250 -bond 21 48 300.00 1.7250 -bond 21 82 300.00 1.7250 -bond 21 83 300.00 1.7250 -bond 21 84 300.00 1.7250 -bond 21 87 300.00 1.7250 -bond 21 88 300.00 1.7250 -bond 21 108 223.00 2.0200 -bond 22 23 700.00 1.5300 -bond 22 25 340.00 0.5000 -bond 23 25 340.00 0.3000 -bond 23 79 700.00 1.4400 -bond 24 25 367.00 0.3000 -bond 24 45 434.00 1.0100 -bond 24 48 427.00 1.3810 -bond 24 59 427.00 1.3810 -bond 24 79 434.00 1.6700 -bond 24 84 427.00 1.3810 -bond 24 88 427.00 1.3810 -bond 24 91 337.00 1.4490 -bond 24 103 500.00 1.2700 -bond 24 106 40.00 2.0500 -bond 25 25 340.00 0.3000 -bond 25 44 340.00 0.3000 -bond 25 45 340.00 0.1000 -bond 25 46 340.00 0.3000 -bond 25 47 340.00 0.3000 -bond 25 48 367.00 0.3000 -bond 25 49 340.00 0.3000 -bond 25 53 340.00 0.3000 -bond 25 56 367.00 0.3000 -bond 25 61 367.00 0.3000 -bond 25 65 300.00 0.3000 -bond 25 103 340.00 0.1000 -bond 31 32 600.00 0.9572 -bond 31 33 900.00 0.1500 -bond 31 106 40.00 2.0500 -bond 34 35 529.60 0.9572 -bond 36 37 600.00 0.9572 -bond 36 38 900.00 0.1750 -bond 39 40 600.00 0.9572 -bond 39 41 900.00 0.7000 bond 42 43 600.00 1.0000 -bond 44 44 350.00 1.4450 -bond 44 45 434.00 1.0100 -bond 44 48 481.00 1.3400 -bond 44 79 340.00 1.7700 -bond 44 91 382.00 1.4480 -bond 44 108 266.00 1.7400 -bond 45 53 434.00 1.0100 -bond 45 55 434.00 1.0100 -bond 45 56 434.00 1.0100 -bond 45 57 434.00 1.0100 -bond 45 101 434.00 1.0100 -bond 45 105 434.00 1.0100 -bond 45 108 166.00 1.4800 -bond 46 47 340.00 1.0800 -bond 46 50 340.00 1.0800 -bond 46 51 340.00 1.0900 -bond 46 80 340.00 1.0800 -bond 46 91 340.00 1.0880 -bond 46 95 532.80 1.0840 -bond 46 108 166.00 1.4800 -bond 46 109 340.00 1.0800 -bond 47 47 549.00 1.3400 -bond 47 48 427.00 1.4330 -bond 47 50 549.00 1.3400 -bond 47 57 448.00 1.3650 -bond 47 58 367.00 1.0800 -bond 47 65 300.00 1.9000 -bond 47 66 250.00 2.0800 -bond 47 86 385.00 1.4600 -bond 47 91 317.00 1.5100 -bond 47 105 448.00 1.3650 -bond 47 110 700.00 1.3050 -bond 48 48 469.00 1.4000 -bond 48 49 367.00 1.0800 -bond 48 50 427.00 1.4330 -bond 48 53 400.00 1.4500 -bond 48 55 481.00 1.3400 -bond 48 56 483.00 1.3390 -bond 48 57 427.00 1.3810 -bond 48 60 469.00 1.4040 -bond 48 61 414.00 1.3910 -bond 48 64 220.00 1.7800 -bond 48 65 300.00 1.8700 -bond 48 66 250.00 2.0800 -bond 48 79 340.00 1.7700 -bond 48 81 469.00 1.4000 -bond 48 84 546.00 1.3670 -bond 48 86 469.00 1.4000 -bond 48 88 469.00 1.4210 -bond 48 91 317.00 1.4900 -bond 48 101 382.00 1.3850 -bond 48 102 400.00 1.4600 -bond 48 109 427.00 1.4330 -bond 49 59 367.00 1.0800 -bond 49 62 340.00 1.0800 -bond 49 82 367.00 1.0800 -bond 49 83 367.00 1.0800 -bond 49 84 367.00 1.0800 -bond 49 85 367.00 1.0800 -bond 49 87 367.00 1.0800 -bond 49 88 367.00 1.0800 -bond 50 50 385.00 1.4600 -bond 50 56 457.00 1.2900 -bond 50 84 549.00 1.3650 -bond 50 109 385.00 1.4600 -bond 51 105 337.00 1.4750 -bond 52 64 525.00 1.4800 -bond 53 54 434.00 1.0100 -bond 54 55 434.00 1.0100 -bond 55 59 481.00 1.3400 -bond 55 82 481.00 1.3400 -bond 56 56 500.00 1.3200 -bond 56 59 502.00 1.3240 -bond 56 60 461.00 1.3540 -bond 56 82 461.00 1.3540 -bond 56 86 483.00 1.3390 -bond 56 103 550.00 1.2100 -bond 56 109 457.00 1.2900 -bond 57 60 436.00 1.3740 -bond 57 61 400.00 1.3490 -bond 57 62 440.00 1.3710 -bond 57 81 428.00 1.3800 -bond 57 82 477.00 1.3430 -bond 57 84 427.00 1.3810 -bond 57 85 427.00 1.3810 -bond 57 86 385.00 1.4400 -bond 58 83 367.00 1.0800 -bond 58 84 367.00 1.0800 -bond 59 63 367.00 1.0800 -bond 60 60 520.00 1.3700 -bond 60 61 414.00 1.3910 -bond 60 80 388.00 1.4590 -bond 60 81 447.00 1.4190 -bond 60 87 469.00 1.4240 -bond 60 105 436.00 1.3740 -bond 61 61 400.00 1.2800 -bond 61 62 529.00 1.3040 -bond 61 82 488.00 1.3350 -bond 61 83 410.00 1.3940 -bond 61 84 410.00 1.3940 -bond 61 88 410.00 1.3200 -bond 62 63 367.00 1.0800 -bond 62 105 440.00 1.3710 -bond 63 82 367.00 1.0800 -bond 64 108 108.00 2.2500 -bond 65 82 300.00 1.8700 -bond 65 83 300.00 1.8700 -bond 65 84 300.00 1.8700 -bond 65 87 300.00 1.8700 -bond 65 88 300.00 1.8700 -bond 65 108 151.00 2.1900 -bond 66 82 250.00 2.0800 -bond 66 83 250.00 2.0800 -bond 66 84 250.00 2.0800 -bond 66 87 250.00 2.0800 -bond 66 88 250.00 2.0800 -bond 66 108 108.00 2.4400 -bond 77 78 500.00 1.8000 -bond 80 84 546.00 1.3520 -bond 82 86 385.00 1.4600 -bond 82 87 520.00 1.3700 -bond 83 84 520.00 1.3700 -bond 83 86 385.00 1.4600 -bond 84 84 512.00 1.3750 -bond 84 86 385.00 1.4600 -bond 84 87 546.00 1.3670 -bond 84 88 520.00 1.3700 -bond 85 85 520.00 1.3700 -bond 86 86 385.00 1.4600 -bond 86 87 385.00 1.4600 -bond 86 88 385.00 1.4600 -bond 87 87 469.00 1.4240 -bond 87 88 469.00 1.4240 -bond 89 90 490.00 1.3350 -bond 89 91 317.00 1.5220 -bond 90 91 337.00 1.4490 -bond 91 91 260.00 1.5200 -bond 102 103 550.00 1.2250 -bond 108 108 94.00 2.3200 -bond 109 109 549.00 1.3450 ################################ @@ -1389,2040 +109,8 @@ bond 109 109 549.00 1.3450 ################################ -angle 25 1 25 33.00 109.47 -angle 1 2 2 50.00 109.50 -angle 2 2 2 63.00 112.40 -angle 2 2 3 63.00 112.40 -angle 2 2 5 80.00 109.50 -angle 2 2 6 63.00 112.40 -angle 6 2 6 63.00 112.40 -angle 5 2 6 80.00 109.50 -angle 2 2 10 63.00 112.40 -angle 3 2 10 63.00 112.40 -angle 6 2 10 63.00 112.40 -angle 10 2 10 63.00 112.40 -angle 5 2 10 80.00 109.50 -angle 10 2 12 63.00 114.00 -angle 6 2 13 63.00 112.40 -angle 10 2 15 50.00 108.60 -angle 2 2 16 50.00 114.70 -angle 10 2 16 50.00 114.70 -angle 2 2 20 80.00 109.50 -angle 6 2 20 80.00 109.50 -angle 10 2 20 80.00 109.50 -angle 3 2 24 80.00 110.30 -angle 2 2 24 80.00 111.20 -angle 2 2 44 56.20 109.47 -angle 6 2 44 56.20 109.47 -angle 10 2 44 56.20 109.47 -angle 13 2 44 56.20 109.47 -angle 3 2 44 80.00 111.20 -angle 2 2 48 63.00 112.40 -angle 10 2 48 63.00 114.00 -angle 2 2 51 63.00 112.40 -angle 6 2 51 63.00 112.40 -angle 2 2 53 80.00 111.20 -angle 2 2 55 80.00 111.20 -angle 10 2 80 63.00 115.60 -angle 2 3 4 80.00 120.40 -angle 1 3 4 80.00 121.00 -angle 3 3 4 80.00 121.40 -angle 4 3 4 80.00 126.00 -angle 4 3 5 80.00 121.00 -angle 4 3 6 80.00 120.40 -angle 5 3 10 70.00 115.00 -angle 4 3 10 80.00 120.40 -angle 5 3 12 70.00 120.00 -angle 12 3 12 85.00 120.00 -angle 5 3 13 70.00 108.00 -angle 13 3 13 70.00 116.00 -angle 1 3 13 80.00 111.00 -angle 3 3 13 80.00 117.20 -angle 4 3 13 80.00 120.40 -angle 10 3 20 81.00 111.40 -angle 13 3 20 81.00 111.40 -angle 4 3 20 83.00 123.40 -angle 13 3 21 75.00 109.00 -angle 4 3 21 75.00 119.00 -angle 24 3 24 70.00 114.20 -angle 2 3 24 70.00 116.60 -angle 3 3 24 70.00 116.60 -angle 6 3 24 70.00 116.60 -angle 10 3 24 70.00 116.60 -angle 13 3 24 70.00 116.60 -angle 4 3 24 80.00 122.90 -angle 20 3 24 81.00 111.40 -angle 13 3 44 70.00 116.00 -angle 4 3 44 80.00 120.40 -angle 13 3 46 35.00 115.00 -angle 46 3 46 35.00 115.00 -angle 4 3 46 35.00 123.00 -angle 24 3 46 40.00 114.00 -angle 5 3 46 40.00 115.00 -angle 20 3 46 40.00 115.00 -angle 24 3 47 70.00 115.50 -angle 4 3 47 80.00 125.30 -angle 46 3 48 35.00 115.00 -angle 24 3 48 70.00 115.50 -angle 13 3 48 70.00 116.00 -angle 5 3 48 70.00 120.00 -angle 4 3 48 80.00 120.40 -angle 20 3 48 81.00 111.40 -angle 48 3 48 85.00 120.00 -angle 13 3 50 70.00 116.00 -angle 46 3 50 80.00 116.00 -angle 4 3 50 80.00 124.00 -angle 10 3 52 65.00 117.00 -angle 2 3 52 70.00 117.00 -angle 6 3 52 70.00 117.00 -angle 13 3 52 70.00 117.00 -angle 48 3 52 70.00 117.00 -angle 4 3 52 80.00 126.00 -angle 52 3 52 80.00 126.00 -angle 46 3 56 35.00 116.00 -angle 46 3 56 35.00 122.00 -angle 4 3 56 80.00 122.50 -angle 47 3 57 70.00 114.10 -angle 56 3 57 70.00 118.60 -angle 57 3 57 70.00 118.60 -angle 4 3 57 80.00 120.60 -angle 24 3 60 70.00 111.30 -angle 57 3 60 70.00 111.30 -angle 4 3 60 80.00 128.80 -angle 13 3 65 75.00 109.00 -angle 4 3 65 75.00 119.00 -angle 44 3 84 70.00 116.00 -angle 4 3 84 80.00 120.40 -angle 4 3 87 80.00 128.20 -angle 57 3 105 70.00 115.40 -angle 56 3 105 70.00 118.60 -angle 4 3 105 80.00 120.90 -angle 13 3 107 70.00 116.60 -angle 4 3 107 80.00 122.90 -angle 25 4 25 10.00 117.00 -angle 3 4 25 35.00 113.00 -angle 3 5 7 35.00 113.00 -angle 2 5 7 55.00 108.50 -angle 6 5 7 55.00 108.50 -angle 7 5 10 55.00 108.50 -angle 7 5 13 55.00 108.50 -angle 7 5 24 49.00 105.40 -angle 25 5 25 5.00 109.47 -angle 7 5 25 10.00 109.47 -angle 13 5 25 10.00 109.47 -angle 7 5 47 35.00 109.00 -angle 25 5 48 10.00 109.47 -angle 7 5 48 35.00 113.00 -angle 7 5 51 55.00 108.50 -angle 7 5 64 55.00 108.50 -angle 13 5 64 100.00 120.50 -angle 7 5 79 74.00 110.00 -angle 7 5 106 100.00 126.00 -angle 5 7 25 10.00 109.47 -angle 25 7 25 33.00 109.47 -angle 2 10 2 63.00 112.40 -angle 2 10 3 63.00 111.10 -angle 2 10 5 80.00 109.50 -angle 3 10 6 63.00 111.10 -angle 6 10 6 63.00 111.50 -angle 2 10 6 63.00 112.40 -angle 5 10 6 80.00 109.50 -angle 3 10 10 63.00 111.10 -angle 2 10 10 63.00 111.50 -angle 6 10 10 63.00 111.50 -angle 10 10 10 63.00 111.50 -angle 5 10 10 80.00 109.50 -angle 2 10 20 80.00 109.50 -angle 6 10 20 80.00 109.50 -angle 10 10 20 80.00 109.50 -angle 3 10 24 63.00 110.10 -angle 6 10 24 80.00 109.50 -angle 2 10 24 80.00 109.70 -angle 10 10 24 80.00 109.70 -angle 2 10 44 56.20 109.47 -angle 6 10 44 56.20 109.47 -angle 10 10 44 56.20 109.47 -angle 13 10 44 56.20 109.47 -angle 3 10 44 80.00 109.70 -angle 2 10 48 63.00 112.40 -angle 20 10 48 80.00 109.50 -angle 2 10 105 80.00 109.50 -angle 10 10 105 80.00 109.50 -angle 20 10 105 80.00 109.50 -angle 2 11 2 70.00 124.00 -angle 2 11 6 70.00 124.00 -angle 6 11 6 70.00 124.00 -angle 2 11 9 70.00 118.00 -angle 6 11 9 70.00 118.00 -angle 9 11 10 70.00 118.00 -angle 2 11 10 70.00 124.00 -angle 6 11 10 70.00 124.00 -angle 10 11 10 70.00 124.00 -angle 2 11 11 70.00 118.00 -angle 6 11 11 70.00 118.00 -angle 9 11 11 70.00 118.00 -angle 10 11 11 70.00 118.00 -angle 11 11 11 70.00 118.00 -angle 9 11 13 70.00 118.00 -angle 11 11 13 70.00 118.00 -angle 2 11 13 70.00 124.00 -angle 6 11 13 70.00 124.00 -angle 10 11 13 70.00 124.00 -angle 13 11 13 70.00 124.00 -angle 9 11 14 70.00 118.00 -angle 11 11 14 70.00 118.00 -angle 9 11 79 70.00 118.00 -angle 2 12 12 70.00 120.00 -angle 3 12 12 85.00 120.00 -angle 12 12 12 85.00 120.00 -angle 12 12 48 85.00 120.00 -angle 12 12 60 85.00 120.00 -angle 12 12 81 85.00 120.00 -angle 1 13 1 77.00 109.10 -angle 2 13 2 40.00 109.50 -angle 1 13 3 50.00 109.50 -angle 2 13 3 63.00 111.10 -angle 3 13 3 63.00 111.10 -angle 2 13 6 40.00 109.50 -angle 6 13 6 40.00 109.50 -angle 3 13 6 63.00 109.50 -angle 1 13 13 50.00 109.50 -angle 5 13 13 50.00 109.50 -angle 13 13 13 58.35 112.70 -angle 3 13 13 63.00 111.10 -angle 13 13 15 50.00 108.60 -angle 13 13 16 50.00 114.70 -angle 13 13 19 58.35 112.70 -angle 3 13 20 50.00 109.50 -angle 13 13 20 50.00 109.50 -angle 3 13 21 69.00 109.80 -angle 13 13 21 69.00 109.80 -angle 21 13 21 78.00 111.70 -angle 13 13 22 50.00 108.60 -angle 20 13 24 50.00 109.50 -angle 3 13 24 63.00 110.10 -angle 2 13 24 80.00 109.70 -angle 13 13 24 80.00 109.70 -angle 16 13 44 50.00 114.70 -angle 2 13 44 56.20 109.47 -angle 6 13 44 56.20 109.47 -angle 10 13 44 56.20 109.47 -angle 13 13 44 56.20 109.47 -angle 3 13 44 80.00 111.20 angle 46 13 46 33.00 107.80 -angle 18 13 46 35.00 108.50 -angle 19 13 46 35.00 108.50 -angle 2 13 46 35.00 109.50 -angle 3 13 46 35.00 109.50 -angle 5 13 46 35.00 109.50 -angle 15 13 46 35.00 109.50 -angle 16 13 46 35.00 109.50 -angle 20 13 46 35.00 109.50 -angle 22 13 46 35.00 109.50 -angle 24 13 46 35.00 109.50 -angle 44 13 46 35.00 109.50 -angle 13 13 46 37.50 110.70 -angle 1 13 46 40.00 107.00 -angle 21 13 46 51.00 107.60 -angle 46 13 47 35.00 109.50 -angle 1 13 47 50.00 109.50 -angle 13 13 47 63.00 111.10 -angle 47 13 47 63.00 112.40 -angle 46 13 48 35.00 109.50 -angle 47 13 48 40.00 109.50 -angle 48 13 48 40.00 109.50 -angle 1 13 48 50.00 109.50 -angle 5 13 48 50.00 109.50 -angle 20 13 48 50.00 109.50 -angle 16 13 48 50.00 114.70 -angle 3 13 48 63.00 112.00 -angle 2 13 48 63.00 114.00 -angle 13 13 48 63.00 114.00 -angle 44 13 48 80.00 111.20 -angle 46 13 50 35.00 109.50 -angle 46 13 51 37.50 110.70 -angle 5 13 51 50.00 109.50 -angle 13 13 51 58.35 112.70 -angle 46 13 53 35.00 109.50 -angle 3 13 53 80.00 111.20 -angle 13 13 53 80.00 111.20 -angle 46 13 55 35.00 109.50 -angle 13 13 55 80.00 111.20 -angle 46 13 56 35.00 109.50 -angle 3 13 56 63.00 110.10 -angle 13 13 56 65.00 109.00 -angle 46 13 57 35.00 109.50 -angle 48 13 57 80.00 111.20 -angle 46 13 60 35.00 109.50 -angle 13 13 60 63.00 114.00 -angle 46 13 64 41.00 109.50 -angle 13 13 64 43.00 109.50 -angle 48 13 64 43.00 109.50 -angle 46 13 65 51.00 107.60 -angle 3 13 65 69.00 109.80 -angle 13 13 65 69.00 110.00 -angle 48 13 65 69.00 110.00 -angle 65 13 65 78.00 111.70 -angle 46 13 66 75.00 111.00 -angle 13 13 66 75.00 112.00 -angle 46 13 79 35.00 109.50 -angle 13 13 79 50.00 108.60 -angle 1 13 79 50.00 109.50 -angle 46 13 80 35.00 109.50 -angle 13 13 80 63.00 115.60 -angle 46 13 83 35.00 109.50 -angle 13 13 83 63.00 114.00 -angle 46 13 84 35.00 109.50 -angle 16 13 84 50.00 114.70 -angle 13 13 84 63.00 114.00 -angle 46 13 85 35.00 109.50 -angle 13 13 85 63.00 114.00 -angle 46 13 87 35.00 109.50 -angle 13 13 87 63.00 115.60 -angle 46 13 90 35.00 109.50 -angle 13 13 90 80.00 110.00 -angle 3 13 90 80.00 113.00 -angle 46 13 91 37.50 110.70 -angle 46 13 95 35.00 105.00 -angle 13 13 95 63.00 105.00 -angle 46 13 101 35.00 109.50 -angle 13 13 101 80.00 111.20 -angle 46 13 102 35.00 105.00 -angle 13 13 102 63.00 111.10 -angle 46 13 104 41.00 109.50 -angle 13 13 104 43.00 109.50 -angle 46 13 105 35.00 109.50 -angle 13 13 105 50.00 109.50 -angle 20 13 105 50.00 109.50 -angle 46 13 107 35.00 109.50 -angle 13 13 107 80.00 109.70 -angle 46 13 108 35.00 109.50 -angle 13 13 108 60.00 112.00 -angle 2 14 2 70.00 124.00 -angle 2 14 6 70.00 124.00 -angle 6 14 6 70.00 124.00 -angle 2 14 9 70.00 118.00 -angle 6 14 9 70.00 118.00 -angle 9 14 10 70.00 118.00 -angle 2 14 10 70.00 124.00 -angle 6 14 10 70.00 124.00 -angle 10 14 10 70.00 124.00 -angle 2 14 11 70.00 118.00 -angle 6 14 11 70.00 118.00 -angle 9 14 11 70.00 118.00 -angle 10 14 11 70.00 118.00 -angle 11 14 11 70.00 118.00 -angle 9 14 13 70.00 118.00 -angle 11 14 13 70.00 118.00 -angle 2 14 13 70.00 124.00 -angle 6 14 13 70.00 124.00 -angle 10 14 13 70.00 124.00 -angle 13 14 13 70.00 124.00 -angle 2 14 14 70.00 118.00 -angle 6 14 14 70.00 118.00 -angle 9 14 14 70.00 118.00 -angle 10 14 14 70.00 118.00 -angle 11 14 14 70.00 118.00 -angle 13 14 14 70.00 118.00 -angle 14 14 14 70.00 118.00 -angle 17 15 17 35.00 92.07 -angle 2 15 17 44.00 96.00 -angle 6 15 17 44.00 96.00 -angle 13 15 17 44.00 96.00 -angle 25 15 25 5.00 109.47 -angle 13 15 25 10.00 109.47 -angle 33 15 33 10.00 160.00 -angle 2 15 33 150.00 96.70 -angle 6 15 33 150.00 96.70 -angle 13 15 33 150.00 96.70 -angle 17 15 33 150.00 96.70 -angle 17 15 48 50.00 96.00 -angle 2 16 6 62.00 98.90 -angle 13 16 13 62.00 98.90 -angle 2 16 16 68.00 103.70 -angle 6 16 16 68.00 103.70 -angle 13 16 16 68.00 103.70 -angle 13 16 19 65.00 100.00 -angle 25 16 25 5.00 109.47 -angle 13 16 25 10.00 109.47 -angle 33 16 33 10.00 160.00 -angle 2 16 33 150.00 96.70 -angle 6 16 33 150.00 96.70 -angle 13 16 33 150.00 96.70 -angle 16 16 33 150.00 96.70 -angle 13 16 48 62.00 104.20 -angle 47 16 48 62.00 104.20 -angle 24 16 60 74.00 92.40 -angle 25 16 61 10.00 130.00 -angle 25 16 82 10.00 130.00 -angle 60 16 82 74.00 97.00 -angle 25 16 84 10.00 130.00 -angle 82 16 84 74.00 90.00 -angle 60 16 84 74.00 97.00 -angle 84 16 84 74.00 97.00 -angle 13 16 91 62.00 94.00 -angle 15 17 25 10.00 109.47 -angle 25 17 25 33.00 109.47 -angle 13 18 19 150.00 180.00 -angle 19 18 48 170.00 180.00 -angle 18 18 56 100.00 180.00 -angle 13 19 18 150.00 180.00 -angle 16 19 19 140.00 180.00 -angle 13 19 19 150.00 180.00 -angle 18 19 25 10.00 90.00 -angle 19 19 46 112.00 180.00 -angle 18 19 47 150.00 180.00 -angle 19 19 47 160.00 180.00 -angle 18 19 48 150.00 180.00 -angle 19 19 48 160.00 180.00 -angle 19 19 50 160.00 180.00 -angle 18 19 55 150.00 180.00 -angle 18 19 88 150.00 180.00 -angle 2 20 2 100.00 111.80 -angle 2 20 3 83.00 116.90 -angle 3 20 6 83.00 116.90 -angle 2 20 6 100.00 111.80 -angle 2 20 7 55.00 108.50 -angle 7 20 10 55.00 108.50 -angle 3 20 10 83.00 116.90 -angle 10 20 10 100.00 111.80 -angle 13 20 13 60.00 109.50 -angle 3 20 13 83.00 116.90 -angle 25 20 25 5.00 109.47 -angle 13 20 25 10.00 109.47 -angle 13 20 47 75.00 111.00 -angle 25 20 48 10.00 109.47 -angle 13 20 48 75.00 111.00 -angle 47 20 48 75.00 111.00 -angle 48 20 48 75.00 111.00 -angle 3 20 48 83.00 116.90 -angle 2 20 48 100.00 111.80 -angle 13 20 51 60.00 109.50 -angle 2 20 51 100.00 113.00 -angle 6 20 51 100.00 113.00 -angle 10 20 51 100.00 113.00 -angle 24 20 60 70.00 104.50 -angle 25 20 61 10.00 125.00 -angle 2 20 64 100.00 120.50 -angle 6 20 64 100.00 120.50 -angle 10 20 64 100.00 120.50 -angle 13 20 64 100.00 120.50 -angle 48 20 64 100.00 120.50 -angle 64 20 64 100.00 120.50 -angle 25 20 82 10.00 125.00 -angle 60 20 82 70.00 106.50 -angle 82 20 82 70.00 107.00 -angle 25 20 84 10.00 125.00 -angle 82 20 84 70.00 104.00 -angle 60 20 84 70.00 106.50 -angle 84 20 84 70.00 106.50 -angle 61 20 84 70.00 108.90 -angle 108 20 108 20.00 145.00 -angle 13 20 108 40.00 130.00 -angle 25 21 25 33.00 109.47 -angle 13 22 13 62.00 96.00 -angle 13 22 23 74.00 107.00 -angle 23 22 25 10.00 90.00 -angle 2 24 3 50.00 121.90 -angle 3 24 3 70.00 126.40 -angle 3 24 5 46.00 115.70 -angle 2 24 6 50.00 121.90 -angle 3 24 6 50.00 121.90 -angle 2 24 10 50.00 118.00 -angle 3 24 10 50.00 121.90 -angle 13 24 13 50.00 118.00 -angle 3 24 13 50.00 121.90 -angle 3 24 16 70.00 112.00 -angle 3 24 20 70.00 108.60 -angle 3 24 25 10.00 109.50 -angle 25 24 45 10.00 100.00 -angle 5 24 45 35.00 110.20 -angle 3 24 45 35.00 119.80 -angle 45 24 45 35.00 120.00 -angle 2 24 45 38.00 118.40 -angle 6 24 45 38.00 118.40 -angle 10 24 45 38.00 118.40 -angle 13 24 45 38.00 118.40 -angle 45 24 48 35.00 119.80 -angle 13 24 48 50.00 118.00 -angle 3 24 48 50.00 121.90 -angle 48 24 48 70.00 118.00 -angle 54 24 54 35.00 120.00 -angle 45 24 59 35.00 118.00 -angle 3 24 59 70.00 125.20 -angle 13 24 79 50.00 120.00 -angle 45 24 79 100.00 111.00 -angle 45 24 84 35.00 119.80 -angle 48 24 84 70.00 118.00 -angle 16 24 86 70.00 117.00 -angle 45 24 87 35.00 119.80 -angle 48 24 87 70.00 118.00 -angle 45 24 88 35.00 119.80 -angle 48 24 88 70.00 118.00 -angle 45 24 91 40.00 113.00 -angle 3 24 91 55.00 128.00 -angle 48 24 103 70.00 121.00 -angle 3 24 106 20.00 126.00 -angle 25 25 25 33.00 109.47 -angle 32 31 32 75.00 104.52 -angle 32 31 33 50.00 52.26 -angle 35 34 35 34.05 104.52 -angle 37 36 37 75.00 109.50 -angle 37 36 38 50.00 54.75 -angle 40 39 40 75.00 104.52 -angle 41 39 41 50.00 109.47 -angle 40 39 41 50.00 110.6948 angle 43 42 43 75.00 109.47 -angle 2 44 2 51.80 107.20 -angle 2 44 6 51.80 107.20 -angle 6 44 6 51.80 107.20 -angle 2 44 10 51.80 107.20 -angle 6 44 10 51.80 107.20 -angle 10 44 10 51.80 107.20 -angle 2 44 13 51.80 107.20 -angle 6 44 13 51.80 107.20 -angle 10 44 13 51.80 107.20 -angle 13 44 13 51.80 107.20 -angle 3 44 13 63.00 111.10 -angle 25 44 45 10.00 100.00 -angle 13 44 45 35.00 109.50 -angle 2 44 45 43.20 108.10 -angle 6 44 45 43.20 108.10 -angle 10 44 45 43.20 108.10 -angle 45 44 45 43.60 106.40 -angle 25 44 48 10.00 109.50 -angle 45 44 48 35.00 116.00 -angle 13 44 48 50.00 116.00 -angle 48 44 48 50.00 116.00 -angle 3 44 48 63.00 112.00 -angle 45 44 79 35.00 115.00 -angle 13 44 79 50.00 108.60 -angle 48 44 79 50.00 108.60 -angle 48 44 91 50.00 109.50 -angle 25 45 25 33.00 109.47 -angle 25 45 44 10.00 109.50 -angle 25 46 25 33.00 109.47 -angle 13 46 25 37.50 109.47 -angle 1 47 1 80.00 108.00 -angle 1 47 3 80.00 121.50 -angle 3 47 6 85.00 119.70 -angle 3 47 13 70.00 119.70 -angle 13 47 13 70.00 130.00 -angle 25 47 46 10.00 90.00 -angle 20 47 46 35.00 114.50 -angle 13 47 46 35.00 117.00 -angle 46 47 46 35.00 117.00 -angle 3 47 46 35.00 119.70 -angle 19 47 46 35.00 120.00 -angle 1 47 46 50.00 112.00 -angle 21 47 46 60.00 114.00 -angle 25 47 47 2.00 90.00 -angle 46 47 47 35.00 120.00 -angle 5 47 47 70.00 123.00 -angle 20 47 47 70.00 123.00 -angle 13 47 47 70.00 124.00 -angle 19 47 47 70.00 124.00 -angle 21 47 47 75.00 121.50 -angle 1 47 47 80.00 121.50 -angle 16 47 47 85.00 119.40 -angle 3 47 47 85.00 120.70 -angle 46 47 48 35.00 123.30 -angle 47 47 48 85.00 117.00 -angle 13 47 48 85.00 119.70 -angle 25 47 50 2.00 90.00 -angle 46 47 50 35.00 120.00 -angle 5 47 50 70.00 123.00 -angle 20 47 50 70.00 123.00 -angle 13 47 50 70.00 124.00 -angle 46 47 57 35.00 119.10 -angle 13 47 57 70.00 120.00 -angle 20 47 57 70.00 120.00 -angle 47 47 57 70.00 121.20 -angle 16 47 57 85.00 119.40 -angle 57 47 58 35.00 119.10 -angle 47 47 58 35.00 119.70 -angle 46 47 65 60.00 114.00 -angle 47 47 65 75.00 120.00 -angle 46 47 91 35.00 135.00 -angle 3 47 91 70.00 119.70 -angle 47 47 91 70.00 124.00 -angle 46 47 105 35.00 119.10 -angle 58 47 105 35.00 119.10 -angle 13 47 105 70.00 120.00 -angle 20 47 105 70.00 120.00 -angle 47 47 105 70.00 121.20 -angle 16 47 105 85.00 119.40 -angle 46 47 110 40.00 121.00 -angle 13 47 110 80.00 122.00 -angle 48 47 110 80.00 122.00 -angle 1 47 110 80.00 125.00 -angle 2 48 12 70.00 120.00 -angle 12 48 12 85.00 120.00 -angle 3 48 13 70.00 119.70 -angle 25 48 48 10.00 90.00 -angle 48 48 48 63.00 120.00 -angle 2 48 48 70.00 120.00 -angle 5 48 48 70.00 120.00 -angle 10 48 48 70.00 120.00 -angle 13 48 48 70.00 120.00 -angle 15 48 48 70.00 120.00 -angle 19 48 48 70.00 120.00 -angle 20 48 48 70.00 120.00 -angle 24 48 48 70.00 120.00 -angle 44 48 48 70.00 120.00 -angle 47 48 48 70.00 124.00 -angle 21 48 48 75.00 120.00 -angle 1 48 48 80.00 120.00 -angle 18 48 48 80.00 120.00 -angle 16 48 48 85.00 119.40 -angle 3 48 48 85.00 120.00 -angle 25 48 49 2.00 90.00 -angle 24 48 49 35.00 119.10 -angle 3 48 49 35.00 120.00 -angle 48 48 49 35.00 120.00 -angle 48 48 50 70.00 124.00 -angle 48 48 53 70.00 120.00 -angle 55 48 55 70.00 120.00 -angle 47 48 55 70.00 120.10 -angle 48 48 55 70.00 120.10 -angle 49 48 56 35.00 116.00 -angle 13 48 56 70.00 116.00 -angle 44 48 56 70.00 116.00 -angle 55 48 56 70.00 119.30 -angle 5 48 56 70.00 120.00 -angle 47 48 56 70.00 121.50 -angle 50 48 56 70.00 121.50 -angle 48 48 56 70.00 124.00 -angle 21 48 56 75.00 120.00 -angle 49 48 57 35.00 120.00 -angle 48 48 57 70.00 108.70 -angle 55 48 57 70.00 116.00 -angle 13 48 57 70.00 120.00 -angle 47 48 57 70.00 121.50 -angle 56 48 57 70.00 123.30 -angle 49 48 60 35.00 120.00 -angle 48 48 60 63.00 120.00 -angle 57 48 60 70.00 108.70 -angle 56 48 60 70.00 117.30 -angle 55 48 60 70.00 123.50 -angle 2 48 60 70.00 128.60 -angle 13 48 60 70.00 128.60 -angle 49 48 61 35.00 119.10 -angle 48 48 61 70.00 108.70 -angle 57 48 61 70.00 123.30 -angle 48 48 64 85.00 119.40 -angle 48 48 65 75.00 120.00 -angle 48 48 66 75.00 120.00 -angle 48 48 79 85.00 119.40 -angle 49 48 81 35.00 120.00 -angle 48 48 81 85.00 120.00 -angle 49 48 84 35.00 126.90 -angle 60 48 84 63.00 106.40 -angle 48 48 84 70.00 107.40 -angle 49 48 86 35.00 120.00 -angle 48 48 86 63.00 120.00 -angle 56 48 86 70.00 124.00 -angle 49 48 88 35.00 128.20 -angle 101 48 101 70.00 111.80 -angle 56 48 101 70.00 124.10 -angle 48 48 102 85.00 120.00 -angle 48 48 109 70.00 124.00 -angle 25 50 46 10.00 90.00 -angle 19 50 46 35.00 120.00 -angle 25 50 47 2.00 90.00 -angle 46 50 47 35.00 120.00 -angle 3 50 47 70.00 118.70 -angle 13 50 47 70.00 124.00 -angle 46 50 48 35.00 123.30 -angle 47 50 48 85.00 117.00 -angle 25 50 50 2.00 90.00 -angle 46 50 50 35.00 120.00 -angle 13 50 50 70.00 124.00 -angle 47 50 50 70.00 124.00 -angle 50 50 84 35.00 106.00 -angle 46 50 84 35.00 122.00 -angle 46 50 109 35.00 120.00 -angle 13 50 109 70.00 124.00 -angle 47 50 109 70.00 124.00 -angle 6 51 6 40.00 109.50 -angle 5 51 13 50.00 109.50 -angle 13 51 20 50.00 109.50 -angle 2 51 20 80.00 109.50 -angle 6 51 20 80.00 109.50 -angle 5 51 20 92.60 111.55 -angle 20 51 20 92.60 111.55 -angle 46 51 46 33.00 109.50 -angle 5 51 46 35.00 109.50 -angle 20 51 46 35.00 109.50 -angle 13 51 46 37.50 110.70 -angle 46 51 105 35.00 109.50 -angle 13 51 105 50.00 109.50 -angle 20 51 105 50.00 109.50 -angle 13 53 13 50.00 113.00 -angle 13 53 25 10.00 100.00 -angle 45 53 45 43.60 109.50 -angle 25 53 48 10.00 100.00 -angle 13 53 48 55.00 114.00 -angle 2 53 54 35.00 109.50 -angle 6 53 54 35.00 109.50 -angle 13 53 54 35.00 109.50 -angle 48 53 54 35.00 109.50 -angle 54 53 54 35.00 109.50 -angle 25 53 82 10.00 100.00 -angle 13 55 13 50.00 118.00 -angle 45 55 45 35.00 113.00 -angle 13 55 45 35.00 118.40 -angle 45 55 48 35.00 120.00 -angle 2 55 48 50.00 123.20 -angle 6 55 48 50.00 123.20 -angle 13 55 48 50.00 123.20 -angle 2 55 54 35.00 118.40 -angle 13 55 54 35.00 118.40 -angle 48 55 54 35.00 120.00 -angle 54 55 54 35.00 120.00 -angle 45 55 59 35.00 120.00 -angle 3 56 13 70.00 120.50 -angle 13 56 18 70.00 120.00 -angle 25 56 48 5.00 120.00 -angle 45 56 48 35.00 113.00 -angle 13 56 48 50.00 118.00 -angle 48 56 48 70.00 117.00 -angle 3 56 48 70.00 120.50 -angle 13 56 56 70.00 117.00 -angle 48 56 56 70.00 117.00 -angle 25 56 59 5.00 119.80 -angle 48 56 59 70.00 118.60 -angle 59 56 59 70.00 118.60 -angle 59 56 60 70.00 111.00 -angle 48 56 60 70.00 112.20 -angle 59 56 82 70.00 111.00 -angle 48 56 86 70.00 117.00 -angle 13 56 103 70.00 114.00 -angle 3 57 3 70.00 126.40 -angle 3 57 45 35.00 116.80 -angle 45 57 47 35.00 119.20 -angle 3 57 47 70.00 121.60 -angle 45 57 48 35.00 118.00 -angle 3 57 48 70.00 125.20 -angle 48 57 48 70.00 125.20 -angle 45 57 60 30.00 125.80 -angle 13 57 60 70.00 125.80 -angle 60 57 61 56.00 113.10 -angle 45 57 61 56.00 118.40 -angle 13 57 61 70.00 118.40 -angle 48 57 61 70.00 118.40 -angle 45 57 62 30.00 128.80 -angle 60 57 62 70.00 105.40 -angle 48 57 62 70.00 109.80 -angle 13 57 62 70.00 128.80 -angle 45 57 81 35.00 123.10 -angle 45 57 82 35.00 120.00 -angle 61 57 82 56.00 113.10 -angle 60 57 82 70.00 109.80 -angle 45 57 84 35.00 120.00 -angle 61 57 84 56.00 113.10 -angle 60 57 84 70.00 109.80 -angle 82 57 84 70.00 109.80 -angle 84 57 84 70.00 109.80 -angle 81 57 84 70.00 111.60 -angle 45 57 85 35.00 120.00 -angle 82 57 85 70.00 109.80 -angle 24 59 55 70.00 116.00 -angle 49 59 56 35.00 115.45 -angle 13 59 56 70.00 115.50 -angle 55 59 56 70.00 119.30 -angle 24 59 56 70.00 123.30 -angle 56 59 56 70.00 129.10 -angle 56 59 63 35.00 115.45 -angle 13 60 48 70.00 120.00 -angle 48 60 48 85.00 134.90 -angle 56 60 57 70.00 126.20 -angle 57 60 60 70.00 106.20 -angle 20 60 60 70.00 110.60 -angle 16 60 60 70.00 111.00 -angle 13 60 60 70.00 120.00 -angle 24 60 60 70.00 127.70 -angle 56 60 60 70.00 127.70 -angle 48 60 60 85.00 117.30 -angle 3 60 60 85.00 119.20 -angle 60 60 61 70.00 111.00 -angle 24 60 61 70.00 126.20 -angle 3 60 61 70.00 130.00 -angle 48 60 61 70.00 132.40 -angle 12 60 80 85.00 134.90 -angle 48 60 80 85.00 134.90 -angle 80 60 81 85.00 108.80 -angle 12 60 81 85.00 116.20 -angle 48 60 81 85.00 116.20 -angle 3 60 84 70.00 130.00 -angle 60 60 87 70.00 107.30 -angle 57 60 87 70.00 107.70 -angle 81 60 87 85.00 108.80 -angle 12 60 87 85.00 134.90 -angle 48 60 87 85.00 134.90 -angle 60 60 105 70.00 106.20 -angle 56 60 105 70.00 126.20 -angle 48 61 48 70.00 125.20 -angle 25 61 57 10.00 125.00 -angle 25 61 61 10.00 125.00 -angle 60 61 62 70.00 103.80 -angle 25 61 82 10.00 125.00 -angle 61 61 82 70.00 109.00 -angle 60 61 82 70.00 110.00 -angle 82 61 83 70.00 110.00 -angle 57 61 84 70.00 104.10 -angle 82 61 84 70.00 110.00 -angle 57 61 88 70.00 104.10 -angle 20 61 88 70.00 105.30 -angle 49 62 57 35.00 120.00 -angle 49 62 61 35.00 120.00 -angle 57 62 61 70.00 113.90 -angle 57 62 63 35.00 123.05 -angle 61 62 63 35.00 123.05 -angle 49 62 105 35.00 120.00 -angle 63 62 105 35.00 123.05 -angle 61 62 105 70.00 113.90 -angle 5 64 5 45.00 102.60 -angle 4 64 5 100.00 108.23 -angle 4 64 13 45.00 109.50 -angle 5 64 20 45.00 102.60 -angle 20 64 20 45.00 102.60 -angle 13 64 20 45.00 109.50 -angle 4 64 20 100.00 108.23 -angle 4 64 48 45.00 109.50 -angle 5 64 48 45.00 109.50 -angle 20 64 48 45.00 109.50 -angle 5 64 52 45.00 108.23 -angle 13 64 52 45.00 109.50 -angle 20 64 52 100.00 108.23 -angle 52 64 52 140.00 119.90 -angle 25 65 25 33.00 109.47 -angle 25 66 25 33.00 109.47 -angle 78 77 78 150.00 180.00 -angle 6 79 11 62.00 98.90 -angle 13 79 13 62.00 102.00 -angle 5 79 13 75.00 96.40 -angle 5 79 23 74.00 108.70 -angle 13 79 23 74.00 108.90 -angle 23 79 23 104.00 119.00 -angle 13 79 24 100.00 103.00 -angle 23 79 24 120.00 107.00 -angle 13 79 44 62.00 102.00 -angle 23 79 44 74.00 108.90 -angle 13 79 48 62.00 102.00 -angle 23 79 48 74.00 107.20 -angle 5 79 48 75.00 96.40 -angle 24 79 48 100.00 103.00 -angle 13 79 82 62.00 102.00 -angle 46 80 60 35.00 126.80 -angle 2 80 60 70.00 128.60 -angle 13 80 60 70.00 128.60 -angle 46 80 84 35.00 126.80 -angle 2 80 84 70.00 125.00 -angle 13 80 84 70.00 125.00 -angle 60 80 84 85.00 106.40 -angle 12 81 57 70.00 132.80 -angle 48 81 57 70.00 132.80 -angle 57 81 60 70.00 104.40 -angle 12 81 60 85.00 122.70 -angle 48 81 60 85.00 122.70 -angle 13 82 16 70.00 125.00 -angle 16 82 24 70.00 125.00 -angle 16 82 44 70.00 120.20 -angle 20 82 49 35.00 117.00 -angle 16 82 49 35.00 125.00 -angle 49 82 57 35.00 120.00 -angle 57 82 57 70.00 120.00 -angle 13 82 57 70.00 125.00 -angle 48 82 57 70.00 125.00 -angle 56 82 57 70.00 126.20 -angle 49 82 61 35.00 120.00 -angle 16 82 61 70.00 113.60 -angle 16 82 61 70.00 115.00 -angle 20 82 61 70.00 115.00 -angle 57 82 61 70.00 120.00 -angle 13 82 61 70.00 125.00 -angle 44 82 61 70.00 126.10 -angle 24 82 61 70.00 126.20 -angle 57 82 79 70.00 120.00 -angle 61 82 79 70.00 120.00 -angle 20 82 86 70.00 122.00 -angle 61 82 86 70.00 130.00 -angle 57 82 87 70.00 106.20 -angle 56 82 87 70.00 127.70 -angle 49 83 61 35.00 120.00 -angle 48 83 61 70.00 111.00 -angle 13 83 61 70.00 124.50 -angle 49 83 84 35.00 128.20 -angle 61 83 84 70.00 111.00 -angle 13 83 84 70.00 130.70 -angle 13 84 16 70.00 125.00 -angle 13 84 20 70.00 121.60 -angle 16 84 24 70.00 125.00 -angle 20 84 49 35.00 113.40 -angle 16 84 49 35.00 125.00 -angle 48 84 49 35.00 130.70 -angle 49 84 50 35.00 130.70 -angle 20 84 50 70.00 110.00 -angle 49 84 57 35.00 121.60 -angle 13 84 57 70.00 121.60 -angle 48 84 57 70.00 121.60 -angle 3 84 57 85.00 120.00 -angle 57 84 58 35.00 120.00 -angle 13 84 61 70.00 118.90 -angle 49 84 80 35.00 120.00 -angle 57 84 80 70.00 108.70 -angle 49 84 83 35.00 130.70 -angle 57 84 83 70.00 106.30 -angle 20 84 83 70.00 108.00 -angle 16 84 83 70.00 111.00 -angle 13 84 83 70.00 130.70 -angle 13 84 84 70.00 120.00 -angle 57 84 84 70.00 120.00 -angle 61 84 84 70.00 120.00 -angle 20 84 86 70.00 121.60 -angle 57 84 86 70.00 121.60 -angle 49 84 87 35.00 132.10 -angle 57 84 87 70.00 107.70 -angle 20 84 87 70.00 110.60 -angle 16 84 87 70.00 111.00 -angle 61 84 87 70.00 111.90 -angle 13 84 87 70.00 132.10 -angle 48 84 87 70.00 132.10 -angle 86 84 87 70.00 132.10 -angle 3 84 87 85.00 120.00 -angle 49 85 57 35.00 120.00 -angle 13 85 57 70.00 121.60 -angle 49 85 85 35.00 130.70 -angle 57 85 85 70.00 106.30 -angle 13 85 85 70.00 130.70 -angle 48 86 48 63.00 120.00 -angle 48 86 56 70.00 124.00 -angle 48 86 82 63.00 120.00 -angle 48 86 83 63.00 120.00 -angle 48 86 84 63.00 120.00 -angle 48 86 86 63.00 120.00 -angle 56 86 86 70.00 124.00 -angle 48 86 87 63.00 120.00 -angle 48 86 88 63.00 120.00 -angle 49 87 60 35.00 120.00 -angle 46 87 60 35.00 126.80 -angle 13 87 60 70.00 128.60 -angle 49 87 84 35.00 125.70 -angle 46 87 84 35.00 126.80 -angle 84 87 84 70.00 103.80 -angle 82 87 84 70.00 110.40 -angle 2 87 84 70.00 125.00 -angle 13 87 84 70.00 125.00 -angle 3 87 84 70.00 130.00 -angle 60 87 84 85.00 106.40 -angle 84 87 86 70.00 125.70 -angle 49 87 87 35.00 127.50 -angle 60 87 87 70.00 107.30 -angle 84 87 87 70.00 107.30 -angle 86 87 87 70.00 127.50 -angle 84 87 88 70.00 103.80 -angle 48 88 49 35.00 128.60 -angle 49 88 61 35.00 118.90 -angle 13 88 61 70.00 118.90 -angle 19 88 61 70.00 118.90 -angle 61 88 87 70.00 111.90 -angle 4 89 90 80.00 134.00 -angle 90 89 91 70.00 91.00 -angle 4 89 91 80.00 134.00 -angle 13 90 89 55.00 127.00 -angle 89 90 91 50.00 94.00 -angle 13 90 91 50.00 126.00 -angle 24 91 46 35.00 108.00 -angle 13 91 46 35.00 114.30 -angle 44 91 46 35.00 114.30 -angle 46 91 46 35.00 114.30 -angle 16 91 46 37.50 108.00 -angle 46 91 47 35.00 109.50 -angle 46 91 89 37.50 110.00 -angle 24 91 89 70.00 117.00 -angle 46 91 90 35.00 111.00 -angle 16 91 90 55.00 109.00 -angle 91 91 91 30.00 79.20 -angle 13 91 91 37.50 117.20 -angle 44 91 91 37.50 117.20 -angle 46 91 91 37.50 117.20 -angle 24 91 91 37.50 126.00 -angle 16 91 91 55.00 128.00 -angle 89 91 91 63.00 85.00 -angle 47 91 91 63.00 114.00 -angle 90 91 91 80.00 89.00 -angle 13 95 13 172.80 120.00 -angle 13 95 46 144.00 120.00 -angle 13 101 45 35.00 109.50 -angle 45 101 45 43.60 106.40 -angle 45 101 48 50.00 112.50 -angle 13 101 48 50.00 120.50 -angle 13 102 103 80.00 117.50 -angle 48 102 103 80.00 117.50 -angle 103 102 103 80.00 125.00 -angle 25 103 25 10.00 109.50 -angle 25 103 102 10.00 109.50 -angle 13 104 13 45.00 109.50 -angle 3 105 10 70.00 117.60 -angle 3 105 13 70.00 117.60 -angle 3 105 45 35.00 119.20 -angle 45 105 47 35.00 119.20 -angle 13 105 47 70.00 121.20 -angle 3 105 47 70.00 121.60 -angle 3 105 51 70.00 117.60 -angle 47 105 51 70.00 121.20 -angle 45 105 60 30.00 125.80 -angle 6 105 60 70.00 125.80 -angle 10 105 60 70.00 125.80 -angle 13 105 60 70.00 125.80 -angle 51 105 60 70.00 125.80 -angle 45 105 62 30.00 128.80 -angle 60 105 62 70.00 105.40 -angle 6 105 62 70.00 128.80 -angle 10 105 62 70.00 128.80 -angle 13 105 62 70.00 128.80 -angle 51 105 62 70.00 128.80 -angle 4 106 24 20.00 109.50 -angle 24 106 24 20.00 109.50 -angle 13 107 13 50.00 118.00 -angle 3 107 13 50.00 121.90 -angle 1 108 13 35.00 110.50 -angle 13 108 13 60.00 110.00 -angle 13 108 20 60.00 100.00 -angle 20 108 20 60.00 110.00 -angle 13 108 21 35.00 110.50 -angle 45 108 45 35.00 109.50 -angle 13 108 45 35.00 110.50 -angle 46 108 46 35.00 109.50 -angle 13 108 46 35.00 110.50 -angle 13 108 65 35.00 110.50 -angle 13 108 66 35.00 110.50 -angle 13 108 108 50.00 112.00 -angle 46 109 48 35.00 123.30 -angle 46 109 50 35.00 120.00 -angle 13 109 50 70.00 124.00 -angle 46 109 109 35.00 120.00 -angle 13 109 109 70.00 124.00 -angle 50 109 109 70.00 124.00 -angle 48 109 109 85.00 117.00 -angle 4 110 47 160.00 180.00 -angle 47 110 47 160.00 180.00 - - - ################################ - ## ## - ## Urey-Bradley Parameters ## - ## ## - ################################ - - -ureybrad 35 34 35 38.25 1.5537 - - - ##################################### - ## ## - ## Improper Torsional Parameters ## - ## ## - ##################################### - - -imptors 0 0 3 4 21.000 180.0 2 -imptors 0 0 3 52 21.000 180.0 2 -imptors 0 0 24 0 5.000 180.0 2 -imptors 0 0 47 0 30.000 180.0 2 -imptors 0 0 48 0 5.000 180.0 2 - - - ############################ - ## ## - ## Torsional Parameters ## - ## ## - ############################ - - - ################################################################### - ## ## - ## Alternative Torsional Parameter Values for Use with OPLS-AA ## - ## ## - ## For some torsions, OPLS-AA has multiple possible parameter ## - ## values; the list below shows functional groups for which ## - ## these alternate (commented) values should be preferred; the ## - ## values are in the same order as in the full parameter list ## - ## ## - ## 4 3 3 36 generic (default) ## - ## 4 3 3 36 dicarbonyls ## - ## 36 3 3 36 hydrocarbon (default) ## - ## 36 3 3 36 dicarbonyls ## - ## 13 3 5 7 carboxylic acid (default) ## - ## 13 3 5 7 1,2-diacid monoanion ## - ## 4 3 13 13 peptide (default) ## - ## 4 3 13 13 propanamide ## - ## 4 3 13 13 carboxylic acid ## - ## 4 3 13 13 dicarboxylic acid ## - ## 4 3 13 13 aldyhyde, ketone, acyl halide ## - ## 4 3 13 13 1,2-diacid monoanion ## - ## 5 3 13 13 carboxylic acid (default) ## - ## 5 3 13 13 dicarboxylic acid ## - ## 35 3 13 13 peptide psi' (default) ## - ## 35 3 13 13 propanamide ## - ## 35 3 13 13 beta-3-peptide, last psi ## - ## 4 3 29 13 esters (default) ## - ## 4 3 29 13 benzoic esters ## - ## 7 5 13 13 alcohols (default) ## - ## 7 5 13 13 trifluoroethanol ## - ## 7 5 13 13 hexopyranoses ## - ## 7 5 13 36 alcohols (default) ## - ## 7 5 13 36 axial cyclohexanol ## - ## 7 5 13 36 trifluoroethanol ## - ## 0 13 13 13 alcohols, ethers (default) ## - ## 0 13 13 13 hexopyranoses ## - ## 3 13 13 3 dicarboxylic acid (default) ## - ## 3 13 13 3 1,2-diacid monoanion ## - ## 3 13 13 13 butanamide (default) ## - ## 3 13 13 13 carboxylate ion ## - ## 3 13 13 13 aldyhyde, ketone, acyl halide ## - ## 3 13 13 36 all carbonyls (default) ## - ## 3 13 13 36 dicarboxylic acid ## - ## 3 13 13 36 aldehyde, ketone, acyl halide ## - ## 5 13 13 5 diols only (default) ## - ## 5 13 13 5 triols only ## - ## 5 13 13 5 hexopyranoses ## - ## 13 13 13 13 hydrocarbon (default) ## - ## 13 13 13 13 perfluoroalkane ## - ## 13 13 13 35 peptide chi-1 (default) ## - ## 13 13 13 35 N-propylformamide ## - ## 36 13 13 69 generic (default) ## - ## 36 13 13 69 sulfone ## - ## 13 13 33 13 amine (default) ## - ## 13 13 33 13 exocyclic amine ## - ## 13 13 33 13 exocyclic 1,4-diamine ## - ## 13 13 33 34 amine (default) ## - ## 13 13 33 34 azetidine, 4-ring ## - ## 13 13 33 34 pyrrolidine, 5-ring ## - ## 13 13 33 34 cyclic amine ## - ## 13 13 33 34 cyclic 1,4-diamine ## - ## 13 13 35 3 peptide phi' (default) ## - ## 13 13 35 3 N-ethylformamide ## - ## 13 13 35 3 beta-3-peptide, first theta tors ## - ## 13 13 35 13 proline, CD-N-CA-CB (default) ## - ## 13 13 35 13 proline, CG-CD-N-CA ## - ## 36 13 35 3 peptide phi'' (default) ## - ## 36 13 35 3 N-methylformamide ## - ## 13 13 47 0 imidazole, indole, purine (default) ## - ## 13 13 47 0 nucleoside chi ## - ## 13 13 47 52 nucleoside (default) ## - ## 13 13 47 52 imidazole, indole, purine ## - ## 29 13 47 0 imidazole, indole, purine (default) ## - ## 29 13 47 0 nucleoside chi ## - ## 29 13 95 52 nucleoside (default) ## - ## 29 13 95 52 imidazole, indole, purine ## - ## 13 13 97 13 generic (default) ## - ## 13 13 97 13 generic ## - ## 17 15 38 0 aromatic thiol (default) ## - ## 17 15 38 0 aromatic thiol, N-C-S-H ## - ## 13 29 54 42 phosphonates (default) ## - ## 13 29 54 42 dimethyl phosphate ## - ## 34 35 72 16 diaryl amine (default) ## - ## 34 35 72 16 aniline-like ## - ## 34 35 72 29 diaryl amine (default) ## - ## 34 35 72 29 aniline-like ## - ## 13 40 40 37 diene (default) ## - ## 13 40 40 37 2-methyl-1,3-butadiene ## - ## 0 46 72 0 generic (default) ## - ## 0 46 72 0 generic ## - ## 0 47 72 0 generic (default) ## - ## 0 47 72 0 generic ## - ## 0 47 74 0 generic (default) ## - ## 0 47 74 0 generic ## - ## 0 47 74 0 generic ## - ## 0 51 72 0 generic (default) ## - ## 0 51 72 0 HA-CR-NB-?? or N?-CR-NB-?? ## - ## 0 72 77 0 generic (default) ## - ## 0 72 77 0 biphenyl-like, N-C-C-C ## - ## ## - ################################################################### - - -torsion 0 2 2 2 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 0 2 2 6 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 1 2 2 2 -2.000 0.0 1 0.700 180.0 2 3.000 0.0 3 -torsion 1 2 2 6 -2.000 0.0 1 0.700 180.0 2 3.000 0.0 3 -torsion 2 2 2 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 6 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 10 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 13 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 65 -2.000 0.0 1 0.500 180.0 2 3.250 0.0 3 -torsion 6 2 2 6 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 6 2 2 65 -2.000 0.0 1 0.500 180.0 2 3.250 0.0 3 -torsion 10 2 2 10 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 6 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 10 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 0 2 10 2 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 10 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 13 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 6 2 20 2 -7.400 0.0 1 3.000 180.0 2 1.800 0.0 3 -torsion 6 2 20 6 -8.400 0.0 1 3.000 180.0 2 1.800 0.0 3 -torsion 4 3 3 4 1.600 0.0 1 3.200 180.0 2 0.000 0.0 3 -torsion 4 3 3 13 0.000 0.0 1 0.500 180.0 2 0.000 0.0 3 -torsion 4 3 3 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 3 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 4 3 3 36 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 13 3 3 13 0.700 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 13 3 3 24 -0.500 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 13 3 3 46 0.800 0.0 1 -0.760 180.0 2 0.000 0.0 3 -torsion 24 3 3 46 -0.900 0.0 1 0.300 180.0 2 0.000 0.0 3 -torsion 46 3 3 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -#torsion 36 3 3 36 0.800 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 3 5 7 3.000 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 4 3 5 7 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 13 3 5 7 1.500 0.0 1 5.500 180.0 2 0.000 0.0 3 -#torsion 13 3 5 7 3.200 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 24 3 5 7 -2.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 46 3 5 7 1.500 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 48 3 5 7 4.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 1 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 3 3 13 46 0.000 0.0 1 0.000 180.0 2 0.085 0.0 3 -torsion 4 3 13 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 0.000 0.0 1 1.166 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 0.000 0.0 1 0.546 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 -0.750 0.0 1 -0.550 180.0 2 -0.250 0.0 3 -#torsion 4 3 13 13 -0.277 0.0 1 1.228 180.0 2 -0.694 0.0 3 -#torsion 4 3 13 13 -1.000 0.0 1 -1.900 180.0 2 -0.900 0.0 3 -torsion 4 3 13 21 -0.650 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 44 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 4 3 13 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 48 0.000 0.0 1 0.546 180.0 2 0.000 0.0 3 -torsion 5 3 13 13 0.000 0.0 1 1.412 180.0 2 0.000 0.0 3 -#torsion 5 3 13 13 1.000 0.0 1 0.546 180.0 2 0.450 0.0 3 -torsion 5 3 13 44 5.260 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 5 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 3 13 13 1.454 0.0 1 -0.144 180.0 2 -0.775 0.0 3 -torsion 13 3 13 46 0.000 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 20 3 13 13 0.000 0.0 1 0.000 180.0 2 -0.553 0.0 3 -torsion 20 3 13 46 0.000 0.0 1 0.000 180.0 2 0.132 0.0 3 -torsion 21 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 24 3 13 13 1.173 0.0 1 0.189 180.0 2 -1.200 0.0 3 -#torsion 35 3 13 13 3.250 0.0 1 -0.402 180.0 2 -0.136 0.0 3 -#torsion 35 3 13 13 3.260 0.0 1 0.440 180.0 2 0.600 0.0 3 -torsion 24 3 13 21 0.650 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 13 24 1.816 0.0 1 1.222 180.0 2 1.581 0.0 3 -torsion 24 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 48 3 13 46 0.000 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 52 3 13 13 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 52 3 13 44 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 52 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 107 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 20 13 0.000 0.0 1 5.124 180.0 2 0.000 0.0 3 -#torsion 4 3 29 13 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 4 3 20 48 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 13 3 20 13 4.669 0.0 1 5.124 180.0 2 0.000 0.0 3 -torsion 13 3 20 48 1.500 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 24 3 20 13 -2.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 46 3 20 13 4.669 0.0 1 5.124 180.0 2 0.000 0.0 3 -torsion 48 3 20 13 4.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 3 3 24 13 0.400 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 3 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 24 5 0.000 0.0 1 6.603 180.0 2 0.000 0.0 3 -torsion 4 3 24 13 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 24 47 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 48 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 91 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 5 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 5 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 24 5 4.542 0.0 1 6.603 180.0 2 1.045 0.0 3 -torsion 13 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 13 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 20 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 20 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 24 3 24 3 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 24 3 24 13 4.600 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 46 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 46 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 47 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 48 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 48 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 48 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 48 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 87 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 0 3 47 13 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 4 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 47 47 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 47 47 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 24 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 47 47 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 107 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 107 3 47 47 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 5 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 13 3 48 48 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 20 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 24 3 48 48 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 46 3 48 48 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 0 3 50 13 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 4 3 50 47 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 50 47 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 13 3 50 47 0.800 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 13 3 56 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 3 56 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 3 56 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 3 56 45 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 3 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 4 3 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 57 2.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 61 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 82 3 82 57 -2.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 82 3 82 61 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 4 3 84 20 -0.750 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 4 3 84 87 0.750 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 84 3 84 20 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 84 3 84 87 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 48 3 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 3 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 4 3 87 84 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 4 3 87 87 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 24 3 87 84 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 24 3 87 87 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 4 3 107 13 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 107 13 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 109 109 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 109 109 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 0 4 106 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 10 2 0.300 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 7 5 10 6 0.300 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 7 5 13 2 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 7 5 13 6 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 7 5 13 13 -0.356 0.0 1 -0.174 180.0 2 0.492 0.0 3 -#torsion 7 5 13 13 4.478 0.0 1 -2.175 180.0 2 0.000 0.0 3 -#torsion 7 5 13 13 2.674 0.0 1 -2.883 180.0 2 1.026 0.0 3 -torsion 7 5 13 46 0.000 0.0 1 0.000 180.0 2 0.352 0.0 3 -#torsion 7 5 13 36 -2.589 0.0 1 -1.123 180.0 2 0.270 0.0 3 -#torsion 7 5 13 36 0.000 0.0 1 0.000 180.0 2 0.476 0.0 3 -torsion 7 5 13 47 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 13 48 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 13 50 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 7 5 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 7 5 24 3 5.519 0.0 1 -6.700 180.0 2 0.581 0.0 3 -torsion 7 5 24 45 2.722 0.0 1 -5.154 180.0 2 0.000 0.0 3 -torsion 7 5 47 47 0.000 0.0 1 1.682 180.0 2 0.000 0.0 3 -torsion 7 5 48 48 0.000 0.0 1 1.682 180.0 2 0.000 0.0 3 -torsion 7 5 51 20 -1.257 0.0 1 -1.806 180.0 2 0.003 0.0 3 -torsion 7 5 56 3 3.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 7 5 64 4 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 64 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 13 -0.750 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 23 0.750 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 48 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 13 3 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 0 13 13 13 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -#torsion 0 13 13 13 -1.336 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 13 24 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 1 13 13 1 -2.500 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 1 13 13 5 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 1 13 13 13 0.300 0.0 1 -0.400 180.0 2 0.400 0.0 3 -torsion 1 13 13 46 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 3 13 13 3 -0.550 0.0 1 0.000 180.0 2 1.000 0.0 3 -#torsion 3 13 13 3 0.800 0.0 1 0.000 180.0 2 0.900 0.0 3 -torsion 3 13 13 5 -6.180 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 13 13 -2.060 0.0 1 -0.313 180.0 2 0.315 0.0 3 -#torsion 3 13 13 13 -3.185 0.0 1 -0.825 180.0 2 0.493 0.0 3 -#torsion 3 13 13 13 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 15 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 3 13 13 16 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 3 13 13 24 -9.000 0.0 1 2.000 180.0 2 0.800 0.0 3 -torsion 3 13 13 46 0.000 0.0 1 0.000 180.0 2 -0.100 0.0 3 -#torsion 3 13 13 36 0.000 0.0 1 0.000 180.0 2 0.074 0.0 3 -#torsion 3 13 13 36 0.000 0.0 1 0.000 180.0 2 -0.076 0.0 3 -torsion 3 13 13 48 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 80 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 5 13 13 5 9.508 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 5 13 13 5 12.234 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 5 13 13 5 9.066 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 13 -1.552 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 20 4.319 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 44 8.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 24 6.280 0.0 1 -1.467 180.0 2 2.030 0.0 3 -torsion 5 13 13 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 13 13 13 13 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -#torsion 13 13 13 13 6.622 0. 1 0.948 180. 2 -1.388 0. 3 -2.118 180. 4 -torsion 13 13 13 15 1.262 0.0 1 -0.198 180.0 2 0.465 0.0 3 -torsion 13 13 13 16 2.619 0.0 1 -0.620 180.0 2 0.258 0.0 3 -torsion 13 13 13 19 0.000 0.0 1 -0.650 180.0 2 0.000 0.0 3 -torsion 13 13 13 21 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 44 2.392 0.0 1 -0.674 180.0 2 0.550 0.0 3 -torsion 13 13 13 24 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -#torsion 13 13 13 35 1.964 0.0 1 0.000 180.0 2 0.659 0.0 3 -torsion 13 13 13 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 13 51 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -torsion 13 13 13 53 2.732 0.0 1 -0.229 180.0 2 0.485 0.0 3 -torsion 13 13 13 65 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 66 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 79 1.262 0.0 1 -0.198 180.0 2 0.465 0.0 3 -torsion 13 13 13 107 1.964 0.0 1 0.000 180.0 2 0.659 0.0 3 -torsion 13 13 13 108 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 13 13 46 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -torsion 16 13 13 46 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -torsion 19 13 13 46 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 20 13 13 20 -0.550 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 13 13 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 21 13 13 21 -0.250 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 13 44 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 13 46 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 44 13 13 44 11.035 0.0 1 -0.968 180.0 2 0.270 0.0 3 -torsion 44 13 13 46 -1.013 0.0 1 -0.709 180.0 2 0.473 0.0 3 -torsion 44 13 13 48 -0.800 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 46 0.000 0.0 1 0.000 180.0 2 0.464 0.0 3 -torsion 24 13 13 48 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 24 13 13 80 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 46 13 13 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 47 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 46 13 13 48 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 51 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 53 0.000 0.0 1 0.000 180.0 2 0.384 0.0 3 -torsion 46 13 13 55 0.000 0.0 1 0.000 180.0 2 -0.582 0.0 3 -torsion 46 13 13 59 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 62 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 65 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 13 66 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 13 79 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -#torsion 36 13 13 69 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 13 80 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 82 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 83 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 84 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 87 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 88 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 102 0.000 0.0 1 0.000 180.0 2 -0.225 0.0 3 -torsion 46 13 13 104 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 107 0.000 0.0 1 0.000 180.0 2 0.464 0.0 3 -torsion 46 13 13 108 0.000 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 46 13 13 109 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 48 13 13 53 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 108 13 13 108 5.200 0.0 1 -0.500 180.0 2 0.000 0.0 3 -torsion 13 13 15 17 -0.759 0.0 1 -0.282 180.0 2 0.680 0.0 3 -torsion 46 13 15 17 0.000 0.0 1 0.000 180.0 2 0.480 0.0 3 -torsion 13 13 16 13 0.925 0.0 1 -0.576 180.0 2 0.677 0.0 3 -torsion 13 13 16 16 1.941 0.0 1 -0.836 180.0 2 0.935 0.0 3 -torsion 46 13 16 13 0.000 0.0 1 0.000 180.0 2 0.647 0.0 3 -torsion 46 13 16 16 0.000 0.0 1 0.000 180.0 2 0.558 0.0 3 -torsion 46 13 16 48 0.000 0.0 1 0.000 180.0 2 0.647 0.0 3 -torsion 0 13 18 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 18 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 19 18 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 20 13 -0.521 0.0 1 -2.018 180.0 2 1.996 0.0 3 -torsion 56 13 20 13 -0.500 0.0 1 -1.500 180.0 2 1.000 0.0 3 -torsion 57 13 20 13 -0.500 0.0 1 -1.500 180.0 2 1.000 0.0 3 -torsion 13 13 20 3 -1.220 0.0 1 -0.126 180.0 2 0.422 0.0 3 -torsion 13 13 20 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 13 20 64 -1.420 0.0 1 -0.620 180.0 2 0.100 0.0 3 -torsion 46 13 20 0 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 3 0.000 0.0 1 0.000 180.0 2 0.198 0.0 3 -torsion 46 13 20 47 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 48 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 51 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 64 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 44 13 0.416 0.0 1 -0.128 180.0 2 0.695 0.0 3 -#torsion 13 13 33 13 1.536 0.0 1 -0.128 180.0 2 0.695 0.0 3 -#torsion 13 13 33 13 1.464 0.0 1 -0.128 180.0 2 0.695 0.0 3 -torsion 13 13 44 45 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 0.000 0.0 1 4.000 180.0 2 0.000 0.0 3 -#torsion 13 13 33 34 0.200 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 0.819 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 1.522 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 46 13 44 13 0.000 0.0 1 0.000 180.0 2 0.560 0.0 3 -torsion 46 13 44 45 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 44 48 0.000 0.0 1 0.000 180.0 2 0.560 0.0 3 -torsion 0 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 24 3 -2.365 0.0 1 0.912 180.0 2 -0.850 0.0 3 -torsion 3 13 24 13 -1.737 0.0 1 1.251 180.0 2 -3.501 0.0 3 -torsion 3 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 3 0.000 0.0 1 0.462 180.0 2 0.000 0.0 3 -#torsion 13 13 35 3 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -#torsion 13 13 35 3 1.130 0.0 1 -1.420 180.0 2 0.440 0.0 3 -torsion 13 13 24 13 4.753 0.0 1 -0.734 180.0 2 0.000 0.0 3 -#torsion 13 13 35 13 2.859 0.0 1 2.058 180.0 2 -11.266 0.0 3 -torsion 13 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 59 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 79 2.929 0.0 1 -2.533 180.0 2 0.497 0.0 3 -torsion 13 13 24 91 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 46 13 24 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 36 13 35 3 0.000 0.0 1 0.000 180.0 2 -0.139 0.0 3 -torsion 46 13 24 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 79 1.362 0.0 1 -1.457 180.0 2 0.149 0.0 3 -torsion 48 13 24 59 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 47 13 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -torsion 0 13 47 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 0 13 47 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 47 50 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 47 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 47 13 2.817 0.0 1 -0.169 180.0 2 0.543 0.0 3 -torsion 13 13 47 47 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 13 13 47 50 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 47 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 47 46 0.000 0.0 1 0.000 180.0 2 0.318 0.0 3 -torsion 46 13 47 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 47 50 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 47 110 0.000 0.0 1 0.000 180.0 2 -0.250 0.0 3 -torsion 47 13 47 13 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 47 13 47 46 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 0 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 48 48 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 48 56 -0.500 0.0 1 0.500 180.0 2 -0.500 0.0 3 -torsion 21 13 48 48 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 64 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 13 48 48 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 0 13 50 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 50 50 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 50 50 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 50 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 13 13 51 0 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -torsion 13 13 51 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 51 20 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 13 13 53 13 1.438 0.0 1 -0.124 180.0 2 0.264 0.0 3 -torsion 13 13 53 45 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 46 13 53 13 0.000 0.0 1 0.000 180.0 2 0.302 0.0 3 -torsion 46 13 53 45 0.000 0.0 1 0.000 180.0 2 0.261 0.0 3 -torsion 46 13 53 48 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 53 54 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 55 45 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 13 13 55 48 1.829 0.0 1 0.243 180.0 2 -0.498 0.0 3 -torsion 13 13 55 54 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 46 13 55 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 55 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 55 48 0.000 0.0 1 0.000 180.0 2 0.177 0.0 3 -torsion 13 13 56 18 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 57 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 57 0 1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -#torsion 13 13 47 0 0.000 0.0 1 -0.576 180.0 2 0.000 0.0 3 -torsion 13 13 57 62 2.756 0.0 1 -0.872 180.0 2 -3.680 0.0 3 -#torsion 13 13 47 52 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 57 82 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 20 13 57 0 1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -#torsion 29 13 47 0 0.000 0.0 1 -1.876 180.0 2 0.000 0.0 3 -torsion 20 13 57 62 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 57 82 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 13 13 59 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 59 56 0.000 0.0 1 0.500 180.0 2 -0.500 0.0 3 -torsion 46 13 59 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 62 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 62 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 64 20 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 46 13 64 52 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 48 13 64 20 2.250 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 13 64 52 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 79 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 79 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 79 5 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 13 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 23 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 48 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 13 13 80 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 80 60 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 80 84 -0.714 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 60 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 84 0.000 0.0 1 0.000 180.0 2 -0.480 0.0 3 -torsion 13 13 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 83 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 83 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 84 0 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 84 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 84 57 1.700 0.0 1 -0.600 180.0 2 0.000 0.0 3 -torsion 21 13 84 0 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 84 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 87 0 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 87 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 87 0 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 87 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 88 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 88 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 90 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 90 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 91 91 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 95 13 0.000 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 13 13 95 46 0.000 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 13 13 102 103 0.000 0.0 1 0.400 180.0 2 0.000 0.0 3 -torsion 46 13 102 103 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 104 13 1.000 0.0 1 -0.500 180.0 2 0.500 0.0 3 -torsion 46 13 104 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 0 13 105 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 105 0 1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 105 62 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 105 82 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 20 13 105 0 1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 105 62 3.132 0.0 1 -1.491 180.0 2 2.744 0.0 3 -#torsion 29 13 95 52 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 105 82 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 3 13 107 13 -1.737 0.0 1 1.251 180.0 2 -3.501 0.0 3 -torsion 13 13 107 3 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 13 13 107 13 4.753 0.0 1 -0.734 180.0 2 0.000 0.0 3 -#torsion 13 13 97 13 2.859 0.0 1 2.058 180.0 2 -11.266 0.0 3 -torsion 46 13 107 3 0.000 0.0 1 0.000 180.0 2 -0.139 0.0 3 -torsion 46 13 107 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 107 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 108 13 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 108 45 0.000 0.0 1 0.000 180.0 2 0.260 0.0 3 -torsion 46 13 108 13 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 46 13 108 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 108 45 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 13 13 109 109 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 109 46 0.000 0.0 1 0.000 180.0 2 0.318 0.0 3 -torsion 46 13 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 17 15 48 0 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -#torsion 17 15 38 0 -3.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 17 15 48 48 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 13 16 16 13 0.000 0.0 1 -7.414 180.0 2 1.705 0.0 3 -torsion 13 16 48 48 0.000 0.0 1 0.600 180.0 2 0.000 0.0 3 -torsion 13 16 48 56 1.600 0.0 1 5.100 180.0 2 0.000 0.0 3 -torsion 13 16 59 56 0.000 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 84 16 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 16 82 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 83 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 88 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 16 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 18 48 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 18 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 18 18 56 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 18 18 56 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 19 19 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 109 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 19 19 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 19 19 109 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 20 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 20 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 20 47 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 20 47 46 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 13 20 47 47 -3.500 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 47 50 -3.500 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 3 20 48 48 0.000 0.0 1 2.500 180.0 2 0.000 0.0 3 -torsion 13 20 48 48 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 48 56 0.400 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 64 20 48 48 0.000 0.0 1 2.990 180.0 2 0.000 0.0 3 -torsion 13 20 51 5 -0.375 0.0 1 -1.358 180.0 2 0.004 0.0 3 -torsion 13 20 51 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 20 51 20 -0.375 0.0 1 -1.358 180.0 2 0.004 0.0 3 -torsion 13 20 51 46 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 13 20 56 3 3.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 59 56 0.000 0.0 1 5.200 180.0 2 0.000 0.0 3 -torsion 0 20 64 52 0.000 0.0 1 0.000 180.0 2 0.562 0.0 3 -torsion 13 20 64 13 3.500 0.0 1 -3.300 180.0 2 1.500 0.0 3 -torsion 13 20 64 52 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 13 29 54 42 0.900 0.0 1 -2.930 180.0 2 2.640 0.0 3 -torsion 48 20 64 4 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 84 20 82 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 20 84 88 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 20 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 20 84 87 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 108 20 108 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 108 20 108 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 44 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 44 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 45 44 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 44 48 48 -7.582 0.0 1 3.431 180.0 2 3.198 0.0 3 -torsion 45 44 48 48 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 59 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 82 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 84 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 44 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 44 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 44 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 44 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 3 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 13 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 59 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 82 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 84 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 59 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 45 24 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 24 79 48 2.074 0.0 1 -2.966 180.0 2 2.473 0.0 3 -torsion 45 24 79 48 1.671 0.0 1 -4.901 180.0 2 0.669 0.0 3 -torsion 13 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -#torsion 34 35 72 16 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 45 24 82 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -#torsion 34 35 72 29 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 45 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 84 84 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 45 24 84 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 84 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 84 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 84 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 3 24 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 47 24 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 47 24 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 24 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 24 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 24 91 89 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 3 24 91 91 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 45 24 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 45 24 91 89 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 45 24 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 24 106 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 47 46 47 13 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 47 46 47 46 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 0 47 47 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 47 47 19 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 3 47 47 24 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 3 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 5 47 47 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 5 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 19 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 20 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 19 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 20 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 21 47 47 21 -1.600 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 21 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 47 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 48 48 0.205 0.0 1 -0.531 180.0 2 0.000 0.0 3 -torsion 46 47 48 48 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 47 48 56 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 47 48 48 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 13 47 50 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 24 47 50 3 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 47 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 47 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 47 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 47 86 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 47 86 24 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 47 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 47 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 13 47 110 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 47 110 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 48 48 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 1 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 1 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 21 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 21 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 44 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 47 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 55 0.0 0. 1 1.62 180. 2 0.0 0. 3 -0.44 180. 4 -torsion 48 48 48 60 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 65 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 66 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 109 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 60 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 65 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 66 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 109 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 50 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 48 48 50 47 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 56 48 50 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 56 48 50 47 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 48 48 53 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 48 53 54 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 48 55 45 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 48 48 55 45 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 55 48 55 13 0.000 0.0 1 7.936 180.0 2 0.000 0.0 3 -torsion 55 48 55 45 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 60 48 55 45 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 0 48 56 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 0 48 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 48 79 13 0.000 0.0 1 -0.900 180.0 2 0.000 0.0 3 -torsion 48 48 79 24 1.656 0.0 1 -0.768 180.0 2 -0.117 0.0 3 -torsion 48 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 86 56 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 56 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 88 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 101 13 0.000 0.0 1 3.651 180.0 2 0.000 0.0 3 -torsion 48 48 102 103 0.000 0.0 1 1.150 180.0 2 0.000 0.0 3 -torsion 48 48 109 13 0.205 0.0 1 -0.531 180.0 2 0.000 0.0 3 -torsion 48 48 109 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 48 48 109 109 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 0 50 50 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 3 50 50 3 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 50 50 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 50 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -#torsion 13 40 40 37 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 46 50 50 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 50 47 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 -torsion 13 50 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 50 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 109 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 13 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 109 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 -torsion 13 53 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 53 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 55 59 0 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 13 56 56 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 56 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 56 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 59 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 56 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 46 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 48 56 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 56 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 57 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 45 57 60 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 57 61 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 81 0 0.000 0.0 1 3.050 180.0 2 0.000 0.0 3 -torsion 0 57 82 0 0.000 0.0 1 4.650 180.0 2 0.000 0.0 3 -#torsion 0 47 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 82 49 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 45 57 82 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 57 84 0 0.000 0.0 1 2.800 180.0 2 0.000 0.0 3 -#torsion 0 47 74 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -#torsion 0 47 74 0 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 45 57 84 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 61 57 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 84 57 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 60 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 60 61 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 60 80 0 0.000 0.0 1 3.350 180.0 2 0.000 0.0 3 -torsion 0 60 81 0 0.000 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 0 60 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 60 87 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 60 60 87 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 61 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 51 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 82 49 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 83 61 82 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 88 61 82 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 88 61 82 20 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 83 0 0.000 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 82 61 83 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 61 83 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 84 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 88 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 61 88 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 80 84 0 0.000 0.0 1 13.050 180.0 2 0.000 0.0 3 -torsion 0 82 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 16 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 20 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 57 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 82 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 72 77 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 83 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 83 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 16 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 61 83 84 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 61 83 84 20 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 61 83 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 83 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 83 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 83 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 84 83 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 84 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 16 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 16 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 20 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 57 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 84 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 84 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 84 88 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 16 84 88 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 16 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 20 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 88 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 86 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 88 61 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 56 86 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 20 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 57 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 87 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 49 87 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 4 89 90 13 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 89 90 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 89 90 48 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 89 90 91 0.000 0.0 1 20.000 180.0 2 0.000 0.0 3 -torsion 91 89 90 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 91 89 90 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 91 89 90 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 91 89 90 91 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 0 89 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 89 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 89 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 90 89 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 90 89 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 91 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 91 91 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 91 91 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 91 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 91 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 91 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 91 91 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 109 109 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 50 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 50 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 109 109 109 109 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 - - - ################################################################ - ## ## - ## Additional Torsional Parameter Values Used with OPLS-AA ## - ## ## - ## The torsions listed below were added to official OPLS-AA ## - ## to complete the set needed for proteins; the values were ## - ## obtained by analogy from the closest OPLS-AA torsions; ## - ## most of the added values are for HIP or N-terminal AAs; ## - ## ## - ################################################################ - - -torsion 24 3 13 53 1.816 0.0 1 1.222 180.0 2 1.581 0.0 3 -torsion 52 3 13 24 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 3 13 13 53 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 13 83 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 84 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 85 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 5 13 13 53 6.280 0.0 1 -1.467 180.0 2 2.030 0.0 3 -torsion 15 13 13 53 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 16 13 13 53 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 13 13 13 55 2.732 0.0 1 -0.229 180.0 2 0.485 0.0 3 -torsion 24 13 13 83 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 53 13 13 83 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 84 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 53 13 13 84 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 85 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 46 13 13 85 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 53 13 13 85 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 53 13 1.438 0.0 1 -0.124 180.0 2 0.264 0.0 3 -torsion 3 13 53 54 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 13 13 53 54 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 46 13 55 54 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 85 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 85 57 1.700 0.0 1 -0.600 180.0 2 0.000 0.0 3 -torsion 46 13 85 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 55 48 55 54 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 0 48 81 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 57 85 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 85 85 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 - - - ################################################################ - ## ## - ## Additional Torsional Parameter Values Used with OPLS-AA ## - ## ## - ## The torsions listed below were added to official OPLS-AA ## - ## to complete the values needed for selected organics ## - ## ## - ################################################################ - - -torsion 13 13 13 20 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -torsion 13 13 13 47 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 ######################################## @@ -3432,1705 +120,7 @@ torsion 13 13 13 47 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 ######################################## -charge 1 -0.2200 -charge 2 0.2200 -charge 3 0.5500 -charge 4 -0.5000 -charge 5 -0.5800 -charge 6 0.0800 -charge 7 0.4500 -charge 8 0.0000 -charge 9 0.0000 -charge 10 0.0000 -charge 11 0.0000 -charge 12 0.0000 -charge 13 0.0000 -charge 14 0.0000 -charge 15 0.0000 -charge 16 0.0000 -charge 17 0.0000 -charge 18 0.0000 -charge 19 0.0000 -charge 20 -0.7000 -charge 21 0.4350 -charge 22 0.2650 -charge 23 0.2650 -charge 24 -0.4700 -charge 25 -0.4500 -charge 26 -0.4700 -charge 27 -0.3000 -charge 28 0.2350 -charge 29 0.2700 -charge 30 0.1800 -charge 31 0.1800 -charge 32 0.2350 -charge 33 0.2350 -charge 34 0.3000 -charge 35 0.3000 -charge 36 -0.4300 -charge 37 0.2800 -charge 38 0.1500 -charge 39 0.2650 -charge 40 0.2650 -charge 41 -0.5000 -charge 42 0.2500 -charge 43 0.2500 -charge 44 0.5000 -charge 45 -0.2500 -charge 46 0.4200 -charge 47 -0.1400 -charge 48 0.2480 -charge 49 -0.0620 -charge 50 0.1390 -charge 51 -0.4590 -charge 52 0.1600 -charge 53 -0.5000 -charge 54 -0.5700 -charge 55 0.5000 -charge 56 0.2850 -charge 57 0.0000 -charge 58 0.0000 -charge 59 0.0000 -charge 60 0.0000 -charge 61 0.0000 -charge 62 0.0000 -charge 63 -0.8340 -charge 64 0.4170 -charge 65 0.0000 -charge 66 0.5200 -charge 67 -1.0400 -charge 68 -0.8220 -charge 69 0.4110 -charge 70 0.0000 -charge 71 0.5110 -charge 72 -1.0220 -charge 73 0.0000 -charge 74 0.2410 -charge 75 -0.2410 charge 76 -0.8200 charge 77 0.4100 -charge 78 -1.0200 -charge 79 0.3400 -charge 80 -0.1800 -charge 81 -0.1200 -charge 82 -0.0600 charge 83 -0.2400 -charge 84 0.0000 charge 85 0.0600 -charge 86 0.0000 -charge 87 -0.1150 -charge 88 -0.2300 -charge 89 0.1150 -charge 90 -0.1150 -charge 91 0.1150 -charge 92 0.0000 -charge 93 -0.0650 -charge 94 -0.0050 -charge 95 -0.1150 -charge 96 -0.6830 -charge 97 0.4180 -charge 98 0.0400 -charge 99 0.1450 -charge 100 0.2050 -charge 101 0.2650 -charge 102 0.1263 -charge 103 0.5323 -charge 104 -0.6351 -charge 105 0.4286 -charge 106 -0.2057 -charge 107 0.0825 -charge 108 0.1500 -charge 109 -0.5850 -charge 110 0.4350 -charge 111 -0.7000 -charge 112 0.4350 -charge 113 -0.7300 -charge 114 0.4650 -charge 115 0.1450 -charge 116 0.2050 -charge 117 0.2650 -charge 118 0.0600 -charge 119 -0.1700 -charge 120 0.0000 -charge 121 -0.2850 -charge 122 -0.4000 -charge 123 0.1100 -charge 124 0.1400 -charge 125 0.1700 -charge 126 0.2000 -charge 127 0.0300 -charge 128 -0.4000 -charge 129 -0.7000 -charge 130 0.4350 -charge 131 0.2000 -charge 132 0.1000 -charge 133 0.2650 -charge 134 0.1000 -charge 135 0.3000 -charge 136 0.1000 -charge 137 0.3650 -charge 138 0.1000 -charge 139 0.4000 -charge 140 0.4650 -charge 141 0.0850 -charge 142 -0.3350 -charge 143 -0.4700 -charge 144 -0.4350 -charge 145 -0.2175 -charge 146 0.1550 -charge 147 0.2350 -charge 148 0.0600 -charge 149 0.1200 -charge 150 0.1800 -charge 151 0.0375 -charge 152 0.0975 -charge 153 0.1575 -charge 154 0.2175 -charge 155 0.0375 -charge 156 0.0975 -charge 157 0.1575 -charge 158 0.2175 -charge 159 0.0000 -charge 160 0.2000 -charge 161 0.2600 -charge 162 0.3200 -charge 163 -0.0550 -charge 164 -0.3200 -charge 165 0.0800 -charge 166 0.1400 -charge 167 0.2000 -charge 168 -0.1200 -charge 169 0.0050 -charge 170 0.1025 -charge 171 0.1400 -charge 172 0.2000 -charge 173 0.7000 -charge 174 0.5650 -charge 175 0.5850 -charge 176 0.6150 -charge 177 0.5000 -charge 178 -0.5000 -charge 179 -0.7600 -charge 180 -0.5000 -charge 181 -0.1400 -charge 182 0.3800 -charge 183 0.3000 -charge 184 0.0200 -charge 185 -0.1100 -charge 186 0.0800 -charge 187 -0.0500 -charge 188 0.0100 -charge 189 0.1420 -charge 190 -0.3900 -charge 191 -0.5420 -charge 192 0.3330 -charge 193 -0.4900 -charge 194 0.4200 -charge 195 -0.4200 -charge 196 0.3700 -charge 197 0.0600 -charge 198 -0.1200 -charge 199 -0.0600 -charge 200 0.0000 -charge 201 0.0600 -charge 202 0.0350 -charge 203 0.3950 -charge 204 -0.4300 -charge 205 0.1800 -charge 206 -0.1800 -charge 207 -0.3850 -charge 208 0.0850 -charge 209 0.5200 -charge 210 -0.4400 -charge 211 -0.5300 -charge 212 0.4500 -charge 213 0.7000 -charge 214 -0.8000 -charge 215 -0.2800 -charge 216 -0.2200 -charge 217 -0.1600 -charge 218 -0.1000 -charge 219 0.4500 -charge 220 -0.4500 -charge 221 0.0000 -charge 222 0.4700 -charge 223 -0.4700 -charge 224 0.0600 -charge 225 0.0400 -charge 226 -0.0200 -charge 227 0.1000 -charge 228 -0.0900 -charge 229 -0.4000 -charge 230 -0.3000 -charge 231 0.0000 -charge 232 0.3500 -charge 233 0.3300 -charge 234 0.1300 -charge 235 0.1900 -charge 236 0.2500 -charge 237 0.3100 -charge 238 0.2300 -charge 239 0.1700 -charge 240 0.1100 -charge 241 0.0900 -charge 242 0.1500 -charge 243 -0.8000 -charge 244 0.4600 -charge 245 0.6400 -charge 246 -0.7000 -charge 247 0.4400 -charge 248 0.2000 -charge 249 -0.1100 -charge 250 0.1900 -charge 251 -0.0500 -charge 252 -0.2000 -charge 253 0.3100 -charge 254 -0.4600 -charge 255 0.3600 -charge 256 -0.8500 -charge 257 0.3700 -charge 258 -0.1500 -charge 259 0.1000 -charge 260 -0.0400 -charge 261 0.1000 -charge 262 -0.6000 -charge 263 0.5000 -charge 264 -0.5100 -charge 265 0.4500 -charge 266 -0.0700 -charge 267 0.0800 -charge 268 0.4100 -charge 269 -0.4000 -charge 270 0.3600 -charge 271 -0.4200 -charge 272 0.1000 -charge 273 0.1000 -charge 274 -0.1400 -charge 275 0.0800 -charge 276 -0.5600 -charge 277 0.5500 -charge 278 -0.5400 -charge 279 0.4600 -charge 280 -0.0600 -charge 281 0.1000 -charge 282 0.3800 -charge 283 -0.4800 -charge 284 -0.7900 -charge 285 0.3850 -charge 286 0.3550 -charge 287 0.1000 -charge 288 0.1000 -charge 289 -0.5300 -charge 290 0.2200 -charge 291 -0.5500 -charge 292 0.3800 -charge 293 0.1500 -charge 294 0.4400 -charge 295 -0.4900 -charge 296 0.2000 -charge 297 -0.5000 -charge 298 0.2000 -charge 299 -0.8100 -charge 300 0.3850 -charge 301 0.3550 -charge 302 0.2000 -charge 303 0.3500 -charge 304 -0.5600 -charge 305 0.4600 -charge 306 -0.5100 -charge 307 0.3400 -charge 308 0.1200 -charge 309 0.5200 -charge 310 0.3800 -charge 311 -0.8000 -charge 312 0.4000 -charge 313 -0.5100 -charge 314 -0.0100 -charge 315 0.1200 -charge 316 -0.0100 -charge 317 0.1400 -charge 318 -0.0100 -charge 319 0.1300 -charge 320 -0.6400 -charge 321 0.6500 -charge 322 -0.7400 -charge 323 0.6600 -charge 324 -0.0600 -charge 325 0.1000 -charge 326 0.4900 -charge 327 -0.3000 -charge 328 0.4800 -charge 329 -0.8100 -charge 330 0.4600 -charge 331 0.4300 -charge 332 0.1400 -charge 333 0.1400 -charge 334 0.0100 -charge 335 0.1600 -charge 336 0.7800 -charge 337 -0.6600 -charge 338 -0.4300 -charge 339 0.2000 -charge 340 0.1800 -charge 341 -0.0600 -charge 342 0.1200 -charge 343 -1.0000 -charge 344 -1.0000 -charge 345 -1.0000 -charge 346 -1.0000 -charge 347 1.0000 -charge 348 1.0000 -charge 349 1.0000 -charge 350 1.0000 -charge 351 1.0000 -charge 352 1.0000 -charge 353 2.0000 -charge 354 2.0000 -charge 355 2.0000 -charge 356 2.0000 -charge 357 -0.4000 -charge 358 0.1000 -charge 359 -0.9000 -charge 360 -0.2000 -charge 361 0.0600 -charge 362 -0.9800 -charge 363 -1.0700 -charge 364 0.1900 -charge 365 0.5100 -charge 366 -0.8200 -charge 367 -0.3000 -charge 368 0.0700 -charge 369 -1.3100 -charge 370 0.4000 -charge 371 -0.4000 -charge 372 0.0800 -charge 373 0.0000 -charge 374 0.0700 -charge 375 -0.9800 -charge 376 -1.3000 -charge 377 0.3000 -charge 378 2.5000 -charge 379 -0.2500 -charge 380 -0.8650 -charge 381 1.6200 -charge 382 -0.9200 -charge 383 -0.6000 -charge 384 0.3000 -charge 385 -0.0300 -charge 386 1.9200 -charge 387 -1.1200 -charge 388 -0.7000 -charge 389 0.4400 -charge 390 -0.1000 -charge 391 1.6200 -charge 392 -0.9700 -charge 393 -0.6300 -charge 394 0.2800 -charge 395 -0.0200 -charge 396 -0.5100 -charge 397 0.0800 -charge 398 -0.1400 -charge 399 0.3200 -charge 400 0.0200 -charge 401 -0.0400 -charge 402 -0.4700 -charge 403 0.1200 -charge 404 0.1400 -charge 405 0.2400 -charge 406 0.5100 -charge 407 -0.4300 -charge 408 -0.3300 -charge 409 0.1600 -charge 410 0.0300 -charge 411 0.6350 -charge 412 0.6250 -charge 413 0.1350 -charge 414 -0.2150 -charge 415 1.4800 -charge 416 -0.6800 -charge 417 -0.5400 -charge 418 0.1800 -charge 419 -1.0000 -charge 420 0.4400 -charge 421 -0.8000 -charge 422 0.4100 -charge 423 0.1800 -charge 424 0.0300 -charge 425 0.3900 -charge 426 -0.0600 -charge 427 -0.1800 -charge 428 0.0600 -charge 429 0.0000 -charge 430 0.0300 -charge 431 0.1900 -charge 432 0.2200 -charge 433 0.2500 -charge 434 1.3740 -charge 435 -0.6870 -charge 436 0.2450 -charge 437 0.1300 -charge 438 -0.4200 -charge 439 -0.0350 -charge 440 0.0250 -charge 441 0.0750 -charge 442 -0.0550 -charge 443 0.1300 -charge 444 -0.5700 -charge 445 0.4200 -charge 446 -0.0050 -charge 447 0.2950 -charge 448 -0.0150 -charge 449 0.0150 -charge 450 0.3850 -charge 451 0.2150 -charge 452 -0.4900 -charge 453 -0.5400 -charge 454 0.4600 -charge 455 -0.1150 -charge 456 0.0550 -charge 457 0.1150 -charge 458 -0.0300 -charge 459 0.0850 -charge 460 0.0000 -charge 461 -0.6780 -charge 462 0.4730 -charge 463 -0.4470 -charge 464 0.2270 -charge 465 0.0120 -charge 466 0.1550 -charge 467 0.0650 -charge 468 -0.4680 -charge 469 0.1920 -charge 470 0.0420 -charge 471 -0.8390 -charge 472 0.8740 -charge 473 0.6530 -charge 474 -0.6890 -charge 475 -0.0320 -charge 476 0.0110 -charge 477 0.1970 -charge 478 -0.3310 -charge 479 0.3780 -charge 480 -0.1600 -charge 481 -0.0090 -charge 482 0.1220 -charge 483 -0.2390 -charge 484 -0.1630 -charge 485 -0.1490 -charge 486 0.3170 -charge 487 0.1550 -charge 488 0.1180 -charge 489 -0.0590 -charge 490 -0.4910 -charge 491 0.2460 -charge 492 -0.3200 -charge 493 -0.0340 -charge 494 0.3010 -charge 495 0.0720 -charge 496 0.1500 -charge 497 0.1350 -charge 498 -0.2570 -charge 499 0.2750 -charge 500 -0.5630 -charge 501 0.1850 -charge 502 -0.2860 -charge 503 0.3060 -charge 504 0.0780 -charge 505 0.0750 -charge 506 0.1870 -charge 507 -0.1900 -charge 508 -0.0190 -charge 509 -0.1540 -charge 510 0.1420 -charge 511 0.1260 -charge 512 -0.2570 -charge 513 0.5110 -charge 514 -0.5900 -charge 515 0.1690 -charge 516 -0.1480 -charge 517 0.0430 -charge 518 0.0910 -charge 519 0.1810 -charge 520 -0.1220 -charge 521 -0.4130 -charge 522 0.4050 -charge 523 -0.4550 -charge 524 0.2500 -charge 525 0.0530 -charge 526 0.1840 -charge 527 0.0980 -charge 528 -0.5000 -charge 529 0.0010 -charge 530 -0.3900 -charge 531 -0.2700 -charge 532 -0.1270 -charge 533 -0.1080 -charge 534 -0.2580 -charge 535 0.2200 -charge 536 0.2250 -charge 537 0.3760 -charge 538 0.1470 -charge 539 0.1720 -charge 540 0.1550 -charge 541 0.1070 -charge 542 0.1100 -charge 543 0.1400 -charge 544 -0.6940 -charge 545 0.4250 -charge 546 -0.3590 -charge 547 -0.0080 -charge 548 -0.1970 -charge 549 -0.1120 -charge 550 -0.0700 -charge 551 -0.3070 -charge 552 0.5630 -charge 553 -0.0510 -charge 554 0.0280 -charge 555 0.1460 -charge 556 0.1190 -charge 557 0.1330 -charge 558 0.1130 -charge 559 0.1140 -charge 560 0.1570 -charge 561 -0.7600 -charge 562 0.6790 -charge 563 -0.7880 -charge 564 0.7360 -charge 565 0.0380 -charge 566 0.3430 -charge 567 -0.6420 -charge 568 0.4520 -charge 569 -0.6820 -charge 570 0.0240 -charge 571 0.1010 -charge 572 0.0860 -charge 573 0.4130 -charge 574 -0.0300 -charge 575 0.2420 -charge 576 -0.5150 -charge 577 0.2280 -charge 578 -0.2990 -charge 579 0.1010 -charge 580 0.0680 -charge 581 0.2050 -charge 582 -0.9510 -charge 583 0.9650 -charge 584 -0.0140 -charge 585 0.1300 -charge 586 0.0520 -charge 587 -0.5990 -charge 588 0.3920 -charge 589 -0.3480 -charge 590 0.0200 -charge 591 -0.0420 -charge 592 0.3470 -charge 593 -0.1960 -charge 594 0.0320 -charge 595 0.1460 -charge 596 0.1080 -charge 597 0.1400 -charge 598 0.1220 -charge 599 0.1660 -charge 600 -0.5800 -charge 601 0.1730 -charge 602 -0.3950 -charge 603 -0.1990 -charge 604 0.1180 -charge 605 0.0930 -charge 606 0.2080 -charge 607 0.0980 -charge 608 -0.1390 -charge 609 -0.0790 -charge 610 0.0990 -charge 611 -0.1680 -charge 612 -0.1080 -charge 613 -0.1890 -charge 614 -0.1290 -charge 615 -0.1690 -charge 616 -0.1090 -charge 617 -0.1380 -charge 618 -0.0780 -charge 619 -0.0250 -charge 620 0.0350 -charge 621 -0.0380 -charge 622 0.0220 -charge 623 -0.3340 -charge 624 0.2550 -charge 625 0.5230 -charge 626 0.5000 -charge 627 -0.1400 -charge 628 0.2275 -charge 629 0.1400 -charge 630 -0.0080 -charge 631 0.5880 -charge 632 -0.1030 -charge 633 -0.3320 -charge 634 0.0400 -charge 635 0.3420 -charge 636 -0.0500 -charge 637 -0.2050 -charge 638 3.0000 -charge 639 4.0000 -charge 640 3.0000 -charge 641 0.6190 -charge 642 -0.3950 -charge 643 0.1740 -charge 644 3.0000 -charge 645 3.0000 -charge 646 3.0000 -charge 647 3.0000 -charge 648 3.0000 -charge 649 -0.3440 -charge 650 -0.6280 -charge 651 0.2000 -charge 652 -0.1200 -charge 653 -0.0600 -charge 654 0.0000 -charge 655 -0.2300 -charge 656 0.0300 -charge 657 -0.0990 -charge 658 0.0990 -charge 659 0.2200 -charge 660 -0.2200 -charge 661 0.1300 -charge 662 -0.1300 -charge 663 -0.2200 -charge 664 0.2200 -charge 665 0.1500 -charge 666 0.4500 -charge 667 -0.2000 -charge 668 0.2000 -charge 669 -0.2000 -charge 670 0.2000 -charge 671 -0.2000 -charge 672 0.1000 -charge 673 -0.1000 -charge 674 0.0550 -charge 675 -0.2200 -charge 676 0.0650 -charge 677 0.0130 -charge 678 -0.1060 -charge 679 -0.0900 -charge 680 -0.1190 -charge 681 0.1410 -charge 682 0.1290 -charge 683 0.8270 -charge 684 -0.8850 -charge 685 0.4260 -charge 686 0.4650 -charge 687 0.1190 -charge 688 -0.0200 -charge 689 0.0400 -charge 690 -0.6200 -charge 691 -0.7850 -charge 692 -0.7850 -charge 693 0.5500 -charge 694 -0.5600 -charge 695 0.4600 -charge 696 -0.0800 -charge 697 -0.0200 -charge 698 0.0400 -charge 699 0.1000 -charge 700 0.0600 -charge 701 0.5400 -charge 702 -0.3700 -charge 703 0.0200 -charge 704 0.0600 -charge 705 0.0800 -charge 706 0.1400 -charge 707 0.2000 -charge 708 0.6500 -charge 709 0.0900 -charge 710 0.0350 -charge 711 -0.9000 -charge 712 -0.5000 -charge 713 0.8600 -charge 714 -0.4500 -charge 715 0.2100 -charge 716 0.1600 -charge 717 -0.1000 -charge 718 0.0300 -charge 719 0.0300 -charge 720 0.0600 -charge 721 -0.7800 -charge 722 0.9684 -charge 723 -0.5081 -charge 724 -0.0080 -charge 725 0.1720 -charge 726 1.3400 -charge 727 -0.3900 -charge 728 0.7940 -charge 729 -0.5980 -charge 730 -0.9000 -charge 731 -0.7800 -charge 732 -0.6300 -charge 733 0.0000 -charge 734 0.0200 -charge 735 0.0300 -charge 736 0.0600 -charge 737 0.0800 -charge 738 0.0900 -charge 739 0.3600 -charge 740 0.3800 -charge 741 0.0600 -charge 742 0.1200 -charge 743 0.1800 -charge 744 0.1400 -charge 745 0.1500 -charge 746 0.1800 -charge 747 0.2000 -charge 748 0.2100 -charge 749 0.1150 -charge 750 0.1750 -charge 751 0.2350 -charge 752 0.1950 -charge 753 0.1525 -charge 754 0.1350 -charge 755 -0.2100 -charge 756 0.2000 -charge 757 0.0100 -charge 758 0.0100 -charge 759 0.0100 -charge 760 0.0600 -charge 761 0.4500 -charge 762 0.4800 -charge 763 0.5100 -charge 764 -0.6550 -charge 765 0.3900 -charge 766 -0.5000 -charge 767 -0.5600 -charge 768 -0.6000 -charge 769 0.0000 -charge 770 -0.1000 -charge 771 0.2900 -charge 772 0.0900 -charge 773 0.1500 -charge 774 0.2100 -charge 775 0.2700 -charge 776 0.0960 -charge 777 -0.0390 -charge 778 0.0270 -charge 779 0.0110 -charge 780 0.0740 -charge 781 -0.0290 -charge 782 0.7000 -charge 783 -0.3520 -charge 784 -0.7090 -charge 785 0.3170 -charge 786 -0.2200 -charge 787 0.0200 -charge 788 0.1000 -charge 789 0.1200 -charge 790 0.2200 -charge 791 0.3600 -charge 792 0.2400 -charge 793 0.1200 -charge 794 0.4800 -charge 795 -0.1200 -charge 796 0.2500 -charge 797 0.1500 -charge 798 -0.0800 -charge 799 -0.1060 -charge 800 -0.2000 -charge 801 -0.0060 -charge 802 0.1030 -charge 803 0.0970 -charge 804 0.2000 -charge 805 -0.2000 -charge 806 -0.0060 -charge 807 0.1030 -charge 808 0.0970 -charge 809 0.2000 -charge 810 -0.0800 -charge 811 -0.0800 -charge 812 -0.0800 -charge 813 0.1000 -charge 814 -0.2500 -charge 815 0.6000 -charge 816 -0.1500 -charge 817 -0.0250 -charge 818 -0.0450 -charge 819 0.1450 -charge 820 0.8880 -charge 821 1.0030 -charge 822 -0.6580 -charge 823 -0.6340 -charge 824 0.4110 -charge 825 -0.4420 -charge 826 0.4350 -charge 827 0.2250 -charge 828 0.2550 -charge 829 -0.0340 -charge 830 0.0030 -charge 831 0.3000 -charge 832 -0.0400 -charge 833 -0.0575 -charge 834 2.0000 -charge 835 -0.0700 -charge 836 0.0300 -charge 837 0.1300 -charge 838 -0.1300 -charge 839 0.1000 -charge 840 -0.6850 -charge 841 0.1550 -charge 842 -0.1000 -charge 843 -0.4270 -charge 844 0.2180 -charge 845 0.6000 -charge 846 -0.6000 -charge 847 -0.3600 -charge 848 0.0000 -charge 849 0.0600 -charge 850 0.1200 -charge 851 0.1800 -charge 852 0.0600 -charge 853 0.5700 -charge 854 -0.5700 -charge 855 0.0000 -charge 856 0.0200 -charge 857 -0.0400 -charge 858 0.0000 -charge 859 0.0600 -charge 860 -0.0700 -charge 861 -0.1400 -charge 862 0.1700 -charge 863 0.1100 -charge 864 0.1500 -charge 865 0.1700 -charge 866 1.0000 -charge 867 0.8500 -charge 868 0.7000 -charge 869 0.5500 -charge 870 -0.1000 -charge 871 -0.4300 -charge 872 -0.3700 -charge 873 -0.3100 -charge 874 -0.2500 -charge 875 -1.0000 -charge 876 -1.0000 -charge 877 -1.0000 -charge 878 -1.0000 -charge 879 1.0000 -charge 880 1.0000 -charge 881 1.0000 -charge 882 1.0000 -charge 883 1.0000 -charge 884 2.0000 -charge 885 2.0000 -charge 886 2.0000 -charge 887 2.0000 -charge 888 -0.0500 -charge 889 0.0500 -charge 890 0.1500 -charge 891 0.2500 -charge 892 0.1000 -charge 893 0.1150 -charge 894 0.1350 -charge 895 0.0150 -charge 896 0.1550 -charge 897 0.0000 -charge 898 -0.1150 -charge 899 0.1500 -charge 900 -0.2500 -charge 901 -0.1000 -charge 902 0.0500 -charge 903 -0.1000 -charge 904 0.2000 -charge 905 -0.2500 -charge 906 0.0880 - - - ######################################## - ## ## - ## Biopolymer Atom Type Conversions ## - ## ## - ######################################## - - -biotype 1 N "Glycine" 180 -biotype 2 CA "Glycine" 165 -biotype 3 C "Glycine" 177 -biotype 4 HN "Glycine" 183 -biotype 5 O "Glycine" 178 -biotype 6 HA "Glycine" 85 -biotype 7 N "Alanine" 180 -biotype 8 CA "Alanine" 166 -biotype 9 C "Alanine" 177 -biotype 10 HN "Alanine" 183 -biotype 11 O "Alanine" 178 -biotype 12 HA "Alanine" 85 -biotype 13 CB "Alanine" 80 -biotype 14 HB "Alanine" 85 -biotype 15 N "Valine" 180 -biotype 16 CA "Valine" 166 -biotype 17 C "Valine" 177 -biotype 18 HN "Valine" 183 -biotype 19 O "Valine" 178 -biotype 20 HA "Valine" 85 -biotype 21 CB "Valine" 82 -biotype 22 HB "Valine" 85 -biotype 23 CG1 "Valine" 80 -biotype 24 HG1 "Valine" 85 -biotype 25 CG2 "Valine" 80 -biotype 26 HG2 "Valine" 85 -biotype 27 N "Leucine" 180 -biotype 28 CA "Leucine" 166 -biotype 29 C "Leucine" 177 -biotype 30 HN "Leucine" 183 -biotype 31 O "Leucine" 178 -biotype 32 HA "Leucine" 85 -biotype 33 CB "Leucine" 81 -biotype 34 HB "Leucine" 85 -biotype 35 CG "Leucine" 82 -biotype 36 HG "Leucine" 85 -biotype 37 CD1 "Leucine" 80 -biotype 38 HD1 "Leucine" 85 -biotype 39 CD2 "Leucine" 80 -biotype 40 HD2 "Leucine" 85 -biotype 41 N "Isoleucine" 180 -biotype 42 CA "Isoleucine" 166 -biotype 43 C "Isoleucine" 177 -biotype 44 HN "Isoleucine" 183 -biotype 45 O "Isoleucine" 178 -biotype 46 HA "Isoleucine" 85 -biotype 47 CB "Isoleucine" 82 -biotype 48 HB "Isoleucine" 85 -biotype 49 CG1 "Isoleucine" 80 -biotype 50 HG1 "Isoleucine" 85 -biotype 51 CG2 "Isoleucine" 81 -biotype 52 HG2 "Isoleucine" 85 -biotype 53 CD "Isoleucine" 80 -biotype 54 HD "Isoleucine" 85 -biotype 55 N "Serine" 180 -biotype 56 CA "Serine" 166 -biotype 57 C "Serine" 177 -biotype 58 HN "Serine" 183 -biotype 59 O "Serine" 178 -biotype 60 HA "Serine" 85 -biotype 61 CB "Serine" 99 -biotype 62 HB "Serine" 85 -biotype 63 OG "Serine" 96 -biotype 64 HG "Serine" 97 -biotype 65 N "Threonine" 180 -biotype 66 CA "Threonine" 166 -biotype 67 C "Threonine" 177 -biotype 68 HN "Threonine" 183 -biotype 69 O "Threonine" 178 -biotype 70 HA "Threonine" 85 -biotype 71 CB "Threonine" 100 -biotype 72 HB "Threonine" 85 -biotype 73 OG1 "Threonine" 96 -biotype 74 HG1 "Threonine" 97 -biotype 75 CG2 "Threonine" 80 -biotype 76 HG2 "Threonine" 85 -biotype 77 N "Cysteine (SH)" 180 -biotype 78 CA "Cysteine (SH)" 166 -biotype 79 C "Cysteine (SH)" 177 -biotype 80 HN "Cysteine (SH)" 183 -biotype 81 O "Cysteine (SH)" 178 -biotype 82 HA "Cysteine (SH)" 85 -biotype 83 CB "Cysteine (SH)" 148 -biotype 84 HB "Cysteine (SH)" 85 -biotype 85 SG "Cysteine (SH)" 142 -biotype 86 HG "Cysteine (SH)" 146 -biotype 87 N "Cystine (SS)" 180 -biotype 88 CA "Cystine (SS)" 166 -biotype 89 C "Cystine (SS)" 177 -biotype 90 HN "Cystine (SS)" 183 -biotype 91 O "Cystine (SS)" 178 -biotype 92 HA "Cystine (SS)" 85 -biotype 93 CB "Cystine (SS)" 156 -biotype 94 HB "Cystine (SS)" 85 -biotype 95 SG "Cystine (SS)" 145 -biotype 96 N "Cysteine (S-)" -1 -biotype 97 CA "Cysteine (S-)" -1 -biotype 98 C "Cysteine (S-)" -1 -biotype 99 HN "Cysteine (S-)" -1 -biotype 100 O "Cysteine (S-)" -1 -biotype 101 HA "Cysteine (S-)" -1 -biotype 102 CB "Cysteine (S-)" -1 -biotype 103 HB "Cysteine (S-)" -1 -biotype 104 SG "Cysteine (S-)" -1 -biotype 105 N "Proline" 181 -biotype 106 CA "Proline" 188 -biotype 107 C "Proline" 177 -biotype 108 O "Proline" 178 -biotype 109 HA "Proline" 85 -biotype 110 CB "Proline" 81 -biotype 111 HB "Proline" 85 -biotype 112 CG "Proline" 81 -biotype 113 HG "Proline" 85 -biotype 114 CD "Proline" 187 -biotype 115 HD "Proline" 85 -biotype 116 N "Phenylalanine" 180 -biotype 117 CA "Phenylalanine" 166 -biotype 118 C "Phenylalanine" 177 -biotype 119 HN "Phenylalanine" 183 -biotype 120 O "Phenylalanine" 178 -biotype 121 HA "Phenylalanine" 85 -biotype 122 CB "Phenylalanine" 94 -biotype 123 HB "Phenylalanine" 85 -biotype 124 CG "Phenylalanine" 90 -biotype 125 CD "Phenylalanine" 90 -biotype 126 HD "Phenylalanine" 91 -biotype 127 CE "Phenylalanine" 90 -biotype 128 HE "Phenylalanine" 91 -biotype 129 CZ "Phenylalanine" 90 -biotype 130 HZ "Phenylalanine" 91 -biotype 131 N "Tyrosine" 180 -biotype 132 CA "Tyrosine" 166 -biotype 133 C "Tyrosine" 177 -biotype 134 HN "Tyrosine" 183 -biotype 135 O "Tyrosine" 178 -biotype 136 HA "Tyrosine" 85 -biotype 137 CB "Tyrosine" 94 -biotype 138 HB "Tyrosine" 85 -biotype 139 CG "Tyrosine" 90 -biotype 140 CD "Tyrosine" 90 -biotype 141 HD "Tyrosine" 91 -biotype 142 CE "Tyrosine" 90 -biotype 143 HE "Tyrosine" 91 -biotype 144 CZ "Tyrosine" 108 -biotype 145 OH "Tyrosine" 109 -biotype 146 HH "Tyrosine" 110 -biotype 147 N "Tyrosine (O-)" -1 -biotype 148 CA "Tyrosine (O-)" -1 -biotype 149 C "Tyrosine (O-)" -1 -biotype 150 HN "Tyrosine (O-)" -1 -biotype 151 O "Tyrosine (O-)" -1 -biotype 152 HA "Tyrosine (O-)" -1 -biotype 153 CB "Tyrosine (O-)" -1 -biotype 154 HB "Tyrosine (O-)" -1 -biotype 155 CG "Tyrosine (O-)" -1 -biotype 156 CD "Tyrosine (O-)" -1 -biotype 157 HD "Tyrosine (O-)" -1 -biotype 158 CE "Tyrosine (O-)" -1 -biotype 159 HE "Tyrosine (O-)" -1 -biotype 160 CZ "Tyrosine (O-)" -1 -biotype 161 OH "Tyrosine (O-)" -1 -biotype 162 N "Tryptophan" 180 -biotype 163 CA "Tryptophan" 166 -biotype 164 C "Tryptophan" 177 -biotype 165 HN "Tryptophan" 183 -biotype 166 O "Tryptophan" 178 -biotype 167 HA "Tryptophan" 85 -biotype 168 CB "Tryptophan" 81 -biotype 169 HB "Tryptophan" 85 -biotype 170 CG "Tryptophan" 441 -biotype 171 CD1 "Tryptophan" 455 -biotype 172 HD1 "Tryptophan" 91 -biotype 173 CD2 "Tryptophan" 442 -biotype 174 NE1 "Tryptophan" 444 -biotype 175 HE1 "Tryptophan" 445 -biotype 176 CE2 "Tryptophan" 443 -biotype 177 CE3 "Tryptophan" 90 -biotype 178 HE3 "Tryptophan" 91 -biotype 179 CZ2 "Tryptophan" 90 -biotype 180 HZ2 "Tryptophan" 91 -biotype 181 CZ3 "Tryptophan" 90 -biotype 182 HZ3 "Tryptophan" 91 -biotype 183 CH2 "Tryptophan" 90 -biotype 184 HH2 "Tryptophan" 91 -biotype 185 N "Histidine (+)" 180 -biotype 186 CA "Histidine (+)" 166 -biotype 187 C "Histidine (+)" 177 -biotype 188 HN "Histidine (+)" 183 -biotype 189 O "Histidine (+)" 178 -biotype 190 HA "Histidine (+)" 85 -biotype 191 CB "Histidine (+)" 446 -biotype 192 HB "Histidine (+)" 85 -biotype 193 CG "Histidine (+)" 451 -biotype 194 ND1 "Histidine (+)" 453 -biotype 195 HD1 "Histidine (+)" 454 -biotype 196 CD2 "Histidine (+)" 451 -biotype 197 HD2 "Histidine (+)" 91 -biotype 198 CE1 "Histidine (+)" 450 -biotype 199 HE1 "Histidine (+)" 91 -biotype 200 NE2 "Histidine (+)" 453 -biotype 201 HE2 "Histidine (+)" 454 -biotype 202 N "Histidine (HD)" 180 -biotype 203 CA "Histidine (HD)" 166 -biotype 204 C "Histidine (HD)" 177 -biotype 205 HN "Histidine (HD)" 183 -biotype 206 O "Histidine (HD)" 178 -biotype 207 HA "Histidine (HD)" 85 -biotype 208 CB "Histidine (HD)" 446 -biotype 209 HB "Histidine (HD)" 85 -biotype 210 CG "Histidine (HD)" 449 -biotype 211 ND1 "Histidine (HD)" 444 -biotype 212 HD1 "Histidine (HD)" 445 -biotype 213 CD2 "Histidine (HD)" 448 -biotype 214 HD2 "Histidine (HD)" 91 -biotype 215 CE1 "Histidine (HD)" 447 -biotype 216 HE1 "Histidine (HD)" 91 -biotype 217 NE2 "Histidine (HD)" 452 -biotype 218 N "Histidine (HE)" 180 -biotype 219 CA "Histidine (HE)" 166 -biotype 220 C "Histidine (HE)" 177 -biotype 221 HN "Histidine (HE)" 183 -biotype 222 O "Histidine (HE)" 178 -biotype 223 HA "Histidine (HE)" 85 -biotype 224 CB "Histidine (HE)" 446 -biotype 225 HB "Histidine (HE)" 85 -biotype 226 CG "Histidine (HE)" 448 -biotype 227 ND1 "Histidine (HE)" 452 -biotype 228 CD2 "Histidine (HE)" 449 -biotype 229 HD2 "Histidine (HE)" 91 -biotype 230 CE1 "Histidine (HE)" 447 -biotype 231 HE1 "Histidine (HE)" 91 -biotype 232 NE2 "Histidine (HE)" 444 -biotype 233 HE2 "Histidine (HE)" 445 -biotype 234 N "Aspartic Acid" 180 -biotype 235 CA "Aspartic Acid" 166 -biotype 236 C "Aspartic Acid" 177 -biotype 237 HN "Aspartic Acid" 183 -biotype 238 O "Aspartic Acid" 178 -biotype 239 HA "Aspartic Acid" 85 -biotype 240 CB "Aspartic Acid" 216 -biotype 241 HB "Aspartic Acid" 85 -biotype 242 CG "Aspartic Acid" 213 -biotype 243 OD "Aspartic Acid" 214 -biotype 244 N "Aspartic Acid (COOH)" -1 -biotype 245 CA "Aspartic Acid (COOH)" -1 -biotype 246 C "Aspartic Acid (COOH)" -1 -biotype 247 HN "Aspartic Acid (COOH)" -1 -biotype 248 O "Aspartic Acid (COOH)" -1 -biotype 249 HA "Aspartic Acid (COOH)" -1 -biotype 250 CB "Aspartic Acid (COOH)" -1 -biotype 251 HB "Aspartic Acid (COOH)" -1 -biotype 252 CG "Aspartic Acid (COOH)" -1 -biotype 253 OD1 "Aspartic Acid (COOH)" -1 -biotype 254 OD2 "Aspartic Acid (COOH)" -1 -biotype 255 HD2 "Aspartic Acid (COOH)" -1 -biotype 256 N "Asparagine" 180 -biotype 257 CA "Asparagine" 166 -biotype 258 C "Asparagine" 177 -biotype 259 HN "Asparagine" 183 -biotype 260 O "Asparagine" 178 -biotype 261 HA "Asparagine" 85 -biotype 262 CB "Asparagine" 81 -biotype 263 HB "Asparagine" 85 -biotype 264 CG "Asparagine" 177 -biotype 265 OD1 "Asparagine" 178 -biotype 266 ND2 "Asparagine" 179 -biotype 267 HD2 "Asparagine" 182 -biotype 268 N "Glutamic Acid" 180 -biotype 269 CA "Glutamic Acid" 166 -biotype 270 C "Glutamic Acid" 177 -biotype 271 HN "Glutamic Acid" 183 -biotype 272 O "Glutamic Acid" 178 -biotype 273 HA "Glutamic Acid" 85 -biotype 274 CB "Glutamic Acid" 81 -biotype 275 HB "Glutamic Acid" 85 -biotype 276 CG "Glutamic Acid" 216 -biotype 277 HG "Glutamic Acid" 85 -biotype 278 CD "Glutamic Acid" 213 -biotype 279 OE "Glutamic Acid" 214 -biotype 280 N "Glutamic Acid (COOH)" -1 -biotype 281 CA "Glutamic Acid (COOH)" -1 -biotype 282 C "Glutamic Acid (COOH)" -1 -biotype 283 HN "Glutamic Acid (COOH)" -1 -biotype 284 O "Glutamic Acid (COOH)" -1 -biotype 285 HA "Glutamic Acid (COOH)" -1 -biotype 286 CB "Glutamic Acid (COOH)" -1 -biotype 287 HB "Glutamic Acid (COOH)" -1 -biotype 288 CG "Glutamic Acid (COOH)" -1 -biotype 289 HG "Glutamic Acid (COOH)" -1 -biotype 290 CD "Glutamic Acid (COOH)" -1 -biotype 291 OE1 "Glutamic Acid (COOH)" -1 -biotype 292 OE2 "Glutamic Acid (COOH)" -1 -biotype 293 HE2 "Glutamic Acid (COOH)" -1 -biotype 294 N "Glutamine" 180 -biotype 295 CA "Glutamine" 166 -biotype 296 C "Glutamine" 177 -biotype 297 HN "Glutamine" 183 -biotype 298 O "Glutamine" 178 -biotype 299 HA "Glutamine" 85 -biotype 300 CB "Glutamine" 81 -biotype 301 HB "Glutamine" 85 -biotype 302 CG "Glutamine" 81 -biotype 303 HG "Glutamine" 85 -biotype 304 CD "Glutamine" 177 -biotype 305 OE1 "Glutamine" 178 -biotype 306 NE2 "Glutamine" 179 -biotype 307 HE2 "Glutamine" 182 -biotype 308 N "Methionine" 180 -biotype 309 CA "Methionine" 166 -biotype 310 C "Methionine" 177 -biotype 311 HN "Methionine" 183 -biotype 312 O "Methionine" 178 -biotype 313 HA "Methionine" 85 -biotype 314 CB "Methionine" 81 -biotype 315 HB "Methionine" 85 -biotype 316 CG "Methionine" 152 -biotype 317 HG "Methionine" 85 -biotype 318 SD "Methionine" 144 -biotype 319 CE "Methionine" 151 -biotype 320 HE "Methionine" 85 -biotype 321 N "Lysine" 180 -biotype 322 CA "Lysine" 166 -biotype 323 C "Lysine" 177 -biotype 324 HN "Lysine" 183 -biotype 325 O "Lysine" 178 -biotype 326 HA "Lysine" 85 -biotype 327 CB "Lysine" 81 -biotype 328 HB "Lysine" 85 -biotype 329 CG "Lysine" 81 -biotype 330 HG "Lysine" 85 -biotype 331 CD "Lysine" 81 -biotype 332 HD "Lysine" 85 -biotype 333 CE "Lysine" 235 -biotype 334 HE "Lysine" 85 -biotype 335 NZ "Lysine" 230 -biotype 336 HZ "Lysine" 233 -biotype 337 N "Lysine (NH2)" -1 -biotype 338 CA "Lysine (NH2)" -1 -biotype 339 C "Lysine (NH2)" -1 -biotype 340 HN "Lysine (NH2)" -1 -biotype 341 O "Lysine (NH2)" -1 -biotype 342 HA "Lysine (NH2)" -1 -biotype 343 CB "Lysine (NH2)" -1 -biotype 344 HB "Lysine (NH2)" -1 -biotype 345 CG "Lysine (NH2)" -1 -biotype 346 HG "Lysine (NH2)" -1 -biotype 347 CD "Lysine (NH2)" -1 -biotype 348 HD "Lysine (NH2)" -1 -biotype 349 CE "Lysine (NH2)" -1 -biotype 350 HE "Lysine (NH2)" -1 -biotype 351 NZ "Lysine (NH2)" -1 -biotype 352 HZ "Lysine (NH2)" -1 -biotype 353 N "Arginine" 180 -biotype 354 CA "Arginine" 166 -biotype 355 C "Arginine" 177 -biotype 356 HN "Arginine" 183 -biotype 357 O "Arginine" 178 -biotype 358 HA "Arginine" 85 -biotype 359 CB "Arginine" 81 -biotype 360 HB "Arginine" 85 -biotype 361 CG "Arginine" 251 -biotype 362 HG "Arginine" 85 -biotype 363 CD "Arginine" 250 -biotype 364 HD "Arginine" 85 -biotype 365 NE "Arginine" 246 -biotype 366 HE "Arginine" 247 -biotype 367 CZ "Arginine" 245 -biotype 368 NH "Arginine" 243 -biotype 369 HH "Arginine" 244 -biotype 370 N "Ornithine" 180 -biotype 371 CA "Ornithine" 166 -biotype 372 C "Ornithine" 177 -biotype 373 HN "Ornithine" 183 -biotype 374 O "Ornithine" 178 -biotype 375 HA "Ornithine" 85 -biotype 376 CB "Ornithine" 81 -biotype 377 HB "Ornithine" 85 -biotype 378 CG "Ornithine" 81 -biotype 379 HG "Ornithine" 85 -biotype 380 CD "Ornithine" 235 -biotype 381 HD "Ornithine" 85 -biotype 382 NE "Ornithine" 230 -biotype 383 HE "Ornithine" 233 -biotype 384 N "MethylAlanine (AIB)" 180 -biotype 385 CA "MethylAlanine (AIB)" 167 -biotype 386 C "MethylAlanine (AIB)" 177 -biotype 387 HN "MethylAlanine (AIB)" 183 -biotype 388 O "MethylAlanine (AIB)" 178 -biotype 389 CB "MethylAlanine (AIB)" 80 -biotype 390 HB "MethylAlanine (AIB)" 85 -biotype 391 N "Pyroglutamic Acid" 180 -biotype 392 CA "Pyroglutamic Acid" 166 -biotype 393 C "Pyroglutamic Acid" 177 -biotype 394 HN "Pyroglutamic Acid" 183 -biotype 395 O "Pyroglutamic Acid" 178 -biotype 396 HA "Pyroglutamic Acid" 85 -biotype 397 CB "Pyroglutamic Acid" 81 -biotype 398 HB "Pyroglutamic Acid" 85 -biotype 399 CG "Pyroglutamic Acid" 216 -biotype 400 HG "Pyroglutamic Acid" 85 -biotype 401 CD "Pyroglutamic Acid" 177 -biotype 402 OE "Pyroglutamic Acid" 178 -biotype 403 N "N-Terminal GLY" 230 -biotype 404 CA "N-Terminal GLY" 235 -biotype 405 C "N-Terminal GLY" 177 -biotype 406 HN "N-Terminal GLY" 233 -biotype 407 O "N-Terminal GLY" 178 -biotype 408 HA "N-Terminal GLY" 85 -biotype 409 N "N-Terminal ALA" 230 -biotype 410 CA "N-Terminal ALA" 236 -biotype 411 C "N-Terminal ALA" 177 -biotype 412 HN "N-Terminal ALA" 233 -biotype 413 O "N-Terminal ALA" 178 -biotype 414 HA "N-Terminal ALA" 85 -biotype 415 N "N-Terminal VAL" 230 -biotype 416 CA "N-Terminal VAL" 236 -biotype 417 C "N-Terminal VAL" 177 -biotype 418 HN "N-Terminal VAL" 233 -biotype 419 O "N-Terminal VAL" 178 -biotype 420 HA "N-Terminal VAL" 85 -biotype 421 N "N-Terminal LEU" 230 -biotype 422 CA "N-Terminal LEU" 236 -biotype 423 C "N-Terminal LEU" 177 -biotype 424 HN "N-Terminal LEU" 233 -biotype 425 O "N-Terminal LEU" 178 -biotype 426 HA "N-Terminal LEU" 85 -biotype 427 N "N-Terminal ILE" 230 -biotype 428 CA "N-Terminal ILE" 236 -biotype 429 C "N-Terminal ILE" 177 -biotype 430 HN "N-Terminal ILE" 233 -biotype 431 O "N-Terminal ILE" 178 -biotype 432 HA "N-Terminal ILE" 85 -biotype 433 N "N-Terminal SER" 230 -biotype 434 CA "N-Terminal SER" 236 -biotype 435 C "N-Terminal SER" 177 -biotype 436 HN "N-Terminal SER" 233 -biotype 437 O "N-Terminal SER" 178 -biotype 438 HA "N-Terminal SER" 85 -biotype 439 N "N-Terminal THR" 230 -biotype 440 CA "N-Terminal THR" 236 -biotype 441 C "N-Terminal THR" 177 -biotype 442 HN "N-Terminal THR" 233 -biotype 443 O "N-Terminal THR" 178 -biotype 444 HA "N-Terminal THR" 85 -biotype 445 N "N-Terminal CYS (SH)" 230 -biotype 446 CA "N-Terminal CYS (SH)" 236 -biotype 447 C "N-Terminal CYS (SH)" 177 -biotype 448 HN "N-Terminal CYS (SH)" 233 -biotype 449 O "N-Terminal CYS (SH)" 178 -biotype 450 HA "N-Terminal CYS (SH)" 85 -biotype 451 N "N-Terminal CYX (SS)" 230 -biotype 452 CA "N-Terminal CYX (SS)" 236 -biotype 453 C "N-Terminal CYX (SS)" 177 -biotype 454 HN "N-Terminal CYX (SS)" 233 -biotype 455 O "N-Terminal CYX (SS)" 178 -biotype 456 HA "N-Terminal CYX (SS)" 85 -biotype 457 N "N-Terminal CYD (S-)" -1 -biotype 458 CA "N-Terminal CYD (S-)" -1 -biotype 459 C "N-Terminal CYD (S-)" -1 -biotype 460 HN "N-Terminal CYD (S-)" -1 -biotype 461 O "N-Terminal CYD (S-)" -1 -biotype 462 HA "N-Terminal CYD (S-)" -1 -biotype 463 N "N-Terminal PRO" 252 -biotype 464 CA "N-Terminal PRO" 238 -biotype 465 C "N-Terminal PRO" 177 -biotype 466 HN "N-Terminal PRO" 253 -biotype 467 O "N-Terminal PRO" 178 -biotype 468 HA "N-Terminal PRO" 85 -biotype 469 CD "N-Terminal PRO" 239 -biotype 470 HD "N-Terminal PRO" 85 -biotype 471 N "N-Terminal PHE" 230 -biotype 472 CA "N-Terminal PHE" 236 -biotype 473 C "N-Terminal PHE" 177 -biotype 474 HN "N-Terminal PHE" 233 -biotype 475 O "N-Terminal PHE" 178 -biotype 476 HA "N-Terminal PHE" 85 -biotype 477 N "N-Terminal TYR" 230 -biotype 478 CA "N-Terminal TYR" 236 -biotype 479 C "N-Terminal TYR" 177 -biotype 480 HN "N-Terminal TYR" 233 -biotype 481 O "N-Terminal TYR" 178 -biotype 482 HA "N-Terminal TYR" 85 -biotype 483 N "N-Terminal TYD (O-)" -1 -biotype 484 CA "N-Terminal TYD (O-)" -1 -biotype 485 C "N-Terminal TYD (O-)" -1 -biotype 486 HN "N-Terminal TYD (O-)" -1 -biotype 487 O "N-Terminal TYD (O-)" -1 -biotype 488 HA "N-Terminal TYD (O-)" -1 -biotype 489 N "N-Terminal TRP" 230 -biotype 490 CA "N-Terminal TRP" 236 -biotype 491 C "N-Terminal TRP" 177 -biotype 492 HN "N-Terminal TRP" 233 -biotype 493 O "N-Terminal TRP" 178 -biotype 494 HA "N-Terminal TRP" 85 -biotype 495 N "N-Terminal HIS (+)" 230 -biotype 496 CA "N-Terminal HIS (+)" 236 -biotype 497 C "N-Terminal HIS (+)" 177 -biotype 498 HN "N-Terminal HIS (+)" 233 -biotype 499 O "N-Terminal HIS (+)" 178 -biotype 500 HA "N-Terminal HIS (+)" 85 -biotype 501 N "N-Terminal HIS (HD)" 230 -biotype 502 CA "N-Terminal HIS (HD)" 236 -biotype 503 C "N-Terminal HIS (HD)" 177 -biotype 504 HN "N-Terminal HIS (HD)" 233 -biotype 505 O "N-Terminal HIS (HD)" 178 -biotype 506 HA "N-Terminal HIS (HD)" 85 -biotype 507 N "N-Terminal HIS (HE)" 230 -biotype 508 CA "N-Terminal HIS (HE)" 236 -biotype 509 C "N-Terminal HIS (HE)" 177 -biotype 510 HN "N-Terminal HIS (HE)" 233 -biotype 511 O "N-Terminal HIS (HE)" 178 -biotype 512 HA "N-Terminal HIS (HE)" 85 -biotype 513 N "N-Terminal ASP" 230 -biotype 514 CA "N-Terminal ASP" 236 -biotype 515 C "N-Terminal ASP" 177 -biotype 516 HN "N-Terminal ASP" 233 -biotype 517 O "N-Terminal ASP" 178 -biotype 518 HA "N-Terminal ASP" 85 -biotype 519 N "N-Terminal ASH (COOH)" -1 -biotype 520 CA "N-Terminal ASH (COOH)" -1 -biotype 521 C "N-Terminal ASH (COOH)" -1 -biotype 522 HN "N-Terminal ASH (COOH)" -1 -biotype 523 O "N-Terminal ASH (COOH)" -1 -biotype 524 HA "N-Terminal ASH (COOH)" -1 -biotype 525 N "N-Terminal ASN" 230 -biotype 526 CA "N-Terminal ASN" 236 -biotype 527 C "N-Terminal ASN" 177 -biotype 528 HN "N-Terminal ASN" 233 -biotype 529 O "N-Terminal ASN" 178 -biotype 530 HA "N-Terminal ASN" 85 -biotype 531 N "N-Terminal GLU" 230 -biotype 532 CA "N-Terminal GLU" 236 -biotype 533 C "N-Terminal GLU" 177 -biotype 534 HN "N-Terminal GLU" 233 -biotype 535 O "N-Terminal GLU" 178 -biotype 536 HA "N-Terminal GLU" 85 -biotype 537 N "N-Terminal GLH (COOH)" -1 -biotype 538 CA "N-Terminal GLH (COOH)" -1 -biotype 539 C "N-Terminal GLH (COOH)" -1 -biotype 540 HN "N-Terminal GLH (COOH)" -1 -biotype 541 O "N-Terminal GLH (COOH)" -1 -biotype 542 HA "N-Terminal GLH (COOH)" -1 -biotype 543 N "N-Terminal GLN" 230 -biotype 544 CA "N-Terminal GLN" 236 -biotype 545 C "N-Terminal GLN" 177 -biotype 546 HN "N-Terminal GLN" 233 -biotype 547 O "N-Terminal GLN" 178 -biotype 548 HA "N-Terminal GLN" 85 -biotype 549 N "N-Terminal MET" 230 -biotype 550 CA "N-Terminal MET" 236 -biotype 551 C "N-Terminal MET" 177 -biotype 552 HN "N-Terminal MET" 233 -biotype 553 O "N-Terminal MET" 178 -biotype 554 HA "N-Terminal MET" 85 -biotype 555 N "N-Terminal LYS" 230 -biotype 556 CA "N-Terminal LYS" 236 -biotype 557 C "N-Terminal LYS" 177 -biotype 558 HN "N-Terminal LYS" 233 -biotype 559 O "N-Terminal LYS" 178 -biotype 560 HA "N-Terminal LYS" 85 -biotype 561 N "N-Terminal LYD (NH2)" -1 -biotype 562 CA "N-Terminal LYD (NH2)" -1 -biotype 563 C "N-Terminal LYD (NH2)" -1 -biotype 564 HN "N-Terminal LYD (NH2)" -1 -biotype 565 O "N-Terminal LYD (NH2)" -1 -biotype 566 HA "N-Terminal LYD (NH2)" -1 -biotype 567 N "N-Terminal ARG" 230 -biotype 568 CA "N-Terminal ARG" 236 -biotype 569 C "N-Terminal ARG" 177 -biotype 570 HN "N-Terminal ARG" 233 -biotype 571 O "N-Terminal ARG" 178 -biotype 572 HA "N-Terminal ARG" 85 -biotype 573 N "N-Terminal ORN" 230 -biotype 574 CA "N-Terminal ORN" 236 -biotype 575 C "N-Terminal ORN" 177 -biotype 576 HN "N-Terminal ORN" 233 -biotype 577 O "N-Terminal ORN" 178 -biotype 578 HA "N-Terminal ORN" 85 -biotype 579 N "N-Terminal AIB" 230 -biotype 580 CA "N-Terminal AIB" 237 -biotype 581 C "N-Terminal AIB" 177 -biotype 582 HN "N-Terminal AIB" 233 -biotype 583 O "N-Terminal AIB" 178 -biotype 584 N "C-Terminal GLY" 180 -biotype 585 CA "C-Terminal GLY" 226 -biotype 586 C "C-Terminal GLY" 213 -biotype 587 HN "C-Terminal GLY" 183 -biotype 588 OXT "C-Terminal GLY" 214 -biotype 589 HA "C-Terminal GLY" 85 -biotype 590 N "C-Terminal ALA" 180 -biotype 591 CA "C-Terminal ALA" 225 -biotype 592 C "C-Terminal ALA" 213 -biotype 593 HN "C-Terminal ALA" 183 -biotype 594 OXT "C-Terminal ALA" 214 -biotype 595 HA "C-Terminal ALA" 85 -biotype 596 N "C-Terminal VAL" 180 -biotype 597 CA "C-Terminal VAL" 225 -biotype 598 C "C-Terminal VAL" 213 -biotype 599 HN "C-Terminal VAL" 183 -biotype 600 OXT "C-Terminal VAL" 214 -biotype 601 HA "C-Terminal VAL" 85 -biotype 602 N "C-Terminal LEU" 180 -biotype 603 CA "C-Terminal LEU" 225 -biotype 604 C "C-Terminal LEU" 213 -biotype 605 HN "C-Terminal LEU" 183 -biotype 606 OXT "C-Terminal LEU" 214 -biotype 607 HA "C-Terminal LEU" 85 -biotype 608 N "C-Terminal ILE" 180 -biotype 609 CA "C-Terminal ILE" 225 -biotype 610 C "C-Terminal ILE" 213 -biotype 611 HN "C-Terminal ILE" 183 -biotype 612 OXT "C-Terminal ILE" 214 -biotype 613 HA "C-Terminal ILE" 85 -biotype 614 N "C-Terminal SER" 180 -biotype 615 CA "C-Terminal SER" 225 -biotype 616 C "C-Terminal SER" 213 -biotype 617 HN "C-Terminal SER" 183 -biotype 618 OXT "C-Terminal SER" 214 -biotype 619 HA "C-Terminal SER" 85 -biotype 620 N "C-Terminal THR" 180 -biotype 621 CA "C-Terminal THR" 225 -biotype 622 C "C-Terminal THR" 213 -biotype 623 HN "C-Terminal THR" 183 -biotype 624 OXT "C-Terminal THR" 214 -biotype 625 HA "C-Terminal THR" 85 -biotype 626 N "C-Terminal CYS (SH)" 180 -biotype 627 CA "C-Terminal CYS (SH)" 225 -biotype 628 C "C-Terminal CYS (SH)" 213 -biotype 629 HN "C-Terminal CYS (SH)" 183 -biotype 630 OXT "C-Terminal CYS (SH)" 214 -biotype 631 HA "C-Terminal CYS (SH)" 85 -biotype 632 N "C-Terminal CYX (SS)" 180 -biotype 633 CA "C-Terminal CYX (SS)" 225 -biotype 634 C "C-Terminal CYX (SS)" 213 -biotype 635 HN "C-Terminal CYX (SS)" 183 -biotype 636 OXT "C-Terminal CYX (SS)" 214 -biotype 637 HA "C-Terminal CYX (SS)" 85 -biotype 638 N "C-Terminal CYD (S-)" -1 -biotype 639 CA "C-Terminal CYD (S-)" -1 -biotype 640 C "C-Terminal CYD (S-)" -1 -biotype 641 HN "C-Terminal CYD (S-)" -1 -biotype 642 OXT "C-Terminal CYD (S-)" -1 -biotype 643 HA "C-Terminal CYD (S-)" -1 -biotype 644 N "C-Terminal PRO" 181 -biotype 645 CA "C-Terminal PRO" 228 -biotype 646 C "C-Terminal PRO" 213 -biotype 647 OXT "C-Terminal PRO" 214 -biotype 648 HA "C-Terminal PRO" 85 -biotype 649 N "C-Terminal PHE" 180 -biotype 650 CA "C-Terminal PHE" 225 -biotype 651 C "C-Terminal PHE" 213 -biotype 652 HN "C-Terminal PHE" 183 -biotype 653 OXT "C-Terminal PHE" 214 -biotype 654 HA "C-Terminal PHE" 85 -biotype 655 N "C-Terminal TYR" 180 -biotype 656 CA "C-Terminal TYR" 225 -biotype 657 C "C-Terminal TYR" 213 -biotype 658 HN "C-Terminal TYR" 183 -biotype 659 OXT "C-Terminal TYR" 214 -biotype 660 HA "C-Terminal TYR" 85 -biotype 661 N "C-Terminal TYD (O-)" -1 -biotype 662 CA "C-Terminal TYD (O-)" -1 -biotype 663 C "C-Terminal TYD (O-)" -1 -biotype 664 HN "C-Terminal TYD (O-)" -1 -biotype 665 OXT "C-Terminal TYD (O-)" -1 -biotype 666 HA "C-Terminal TYD (O-)" -1 -biotype 667 N "C-Terminal TRP" 180 -biotype 668 CA "C-Terminal TRP" 225 -biotype 669 C "C-Terminal TRP" 213 -biotype 670 HN "C-Terminal TRP" 183 -biotype 671 OXT "C-Terminal TRP" 214 -biotype 672 HA "C-Terminal TRP" 85 -biotype 673 N "C-Terminal HIS (+)" 180 -biotype 674 CA "C-Terminal HIS (+)" 225 -biotype 675 C "C-Terminal HIS (+)" 213 -biotype 676 HN "C-Terminal HIS (+)" 183 -biotype 677 OXT "C-Terminal HIS (+)" 214 -biotype 678 HA "C-Terminal HIS (+)" 85 -biotype 679 N "C-Terminal HIS (HD)" 180 -biotype 680 CA "C-Terminal HIS (HD)" 225 -biotype 681 C "C-Terminal HIS (HD)" 213 -biotype 682 HN "C-Terminal HIS (HD)" 183 -biotype 683 OXT "C-Terminal HIS (HD)" 214 -biotype 684 HA "C-Terminal HIS (HD)" 85 -biotype 685 N "C-Terminal HIS (HE)" 180 -biotype 686 CA "C-Terminal HIS (HE)" 225 -biotype 687 C "C-Terminal HIS (HE)" 213 -biotype 688 HN "C-Terminal HIS (HE)" 183 -biotype 689 OXT "C-Terminal HIS (HE)" 214 -biotype 690 HA "C-Terminal HIS (HE)" 85 -biotype 691 N "C-Terminal ASP" 180 -biotype 692 CA "C-Terminal ASP" 225 -biotype 693 C "C-Terminal ASP" 213 -biotype 694 HN "C-Terminal ASP" 183 -biotype 695 OXT "C-Terminal ASP" 214 -biotype 696 HA "C-Terminal ASP" 85 -biotype 697 N "C-Terminal ASH (COOH)" -1 -biotype 698 CA "C-Terminal ASH (COOH)" -1 -biotype 699 C "C-Terminal ASH (COOH)" -1 -biotype 700 HN "C-Terminal ASH (COOH)" -1 -biotype 701 OXT "C-Terminal ASH (COOH)" -1 -biotype 702 HA "C-Terminal ASH (COOH)" -1 -biotype 703 N "C-Terminal ASN" 180 -biotype 704 CA "C-Terminal ASN" 225 -biotype 705 C "C-Terminal ASN" 213 -biotype 706 HN "C-Terminal ASN" 183 -biotype 707 OXT "C-Terminal ASN" 214 -biotype 708 HA "C-Terminal ASN" 85 -biotype 709 N "C-Terminal GLU" 180 -biotype 710 CA "C-Terminal GLU" 225 -biotype 711 C "C-Terminal GLU" 213 -biotype 712 HN "C-Terminal GLU" 183 -biotype 713 OXT "C-Terminal GLU" 214 -biotype 714 HA "C-Terminal GLU" 85 -biotype 715 N "C-Terminal GLH (COOH)" -1 -biotype 716 CA "C-Terminal GLH (COOH)" -1 -biotype 717 C "C-Terminal GLH (COOH)" -1 -biotype 718 HN "C-Terminal GLH (COOH)" -1 -biotype 719 OXT "C-Terminal GLH (COOH)" -1 -biotype 720 HA "C-Terminal GLH (COOH)" -1 -biotype 721 N "C-Terminal GLN" 180 -biotype 722 CA "C-Terminal GLN" 225 -biotype 723 C "C-Terminal GLN" 213 -biotype 724 HN "C-Terminal GLN" 183 -biotype 725 OXT "C-Terminal GLN" 214 -biotype 726 HA "C-Terminal GLN" 85 -biotype 727 N "C-Terminal MET" 180 -biotype 728 CA "C-Terminal MET" 225 -biotype 729 C "C-Terminal MET" 213 -biotype 730 HN "C-Terminal MET" 183 -biotype 731 OXT "C-Terminal MET" 214 -biotype 732 HA "C-Terminal MET" 85 -biotype 733 N "C-Terminal LYS" 180 -biotype 734 CA "C-Terminal LYS" 225 -biotype 735 C "C-Terminal LYS" 213 -biotype 736 HN "C-Terminal LYS" 183 -biotype 737 OXT "C-Terminal LYS" 214 -biotype 738 HA "C-Terminal LYS" 85 -biotype 739 N "C-Terminal LYD (NH2)" -1 -biotype 740 CA "C-Terminal LYD (NH2)" -1 -biotype 741 C "C-Terminal LYD (NH2)" -1 -biotype 742 HN "C-Terminal LYD (NH2)" -1 -biotype 743 OXT "C-Terminal LYD (NH2)" -1 -biotype 744 HA "C-Terminal LYD (NH2)" -1 -biotype 745 N "C-Terminal ARG" 180 -biotype 746 CA "C-Terminal ARG" 225 -biotype 747 C "C-Terminal ARG" 213 -biotype 748 HN "C-Terminal ARG" 183 -biotype 749 OXT "C-Terminal ARG" 214 -biotype 750 HA "C-Terminal ARG" 85 -biotype 751 N "C-Terminal ORN" 180 -biotype 752 CA "C-Terminal ORN" 225 -biotype 753 C "C-Terminal ORN" 213 -biotype 754 HN "C-Terminal ORN" 183 -biotype 755 OXT "C-Terminal ORN" 214 -biotype 756 HA "C-Terminal ORN" 85 -biotype 757 N "C-Terminal AIB" 180 -biotype 758 CA "C-Terminal AIB" 227 -biotype 759 C "C-Terminal AIB" 213 -biotype 760 HN "C-Terminal AIB" 183 -biotype 761 OXT "C-Terminal AIB" 214 -biotype 762 N "Deprotonated N-Terminus" -1 -biotype 763 H "Deprotonated N-Terminus" -1 -biotype 764 C "Formyl N-Terminus" 177 -biotype 765 H "Formyl N-Terminus" 221 -biotype 766 O "Formyl N-Terminus" 178 -biotype 767 CH3 "Acetyl N-Terminus" 80 -biotype 768 H "Acetyl N-Terminus" 85 -biotype 769 C "Acetyl N-Terminus" 177 -biotype 770 O "Acetyl N-Terminus" 178 -biotype 771 C "Protonated C-Terminus" -1 -biotype 772 O "Protonated C-Terminus" -1 -biotype 773 OH "Protonated C-Terminus" -1 -biotype 774 HO "Protonated C-Terminus" -1 -biotype 775 N "Amide C-Terminus" 179 -biotype 776 HN "Amide C-Terminus" 182 -biotype 777 N "N-MeAmide C-Terminus" 180 -biotype 778 HN "N-MeAmide C-Terminus" 183 -biotype 779 CH3 "N-MeAmide C-Terminus" 184 -biotype 780 H "N-MeAmide C-Terminus" 85 -biotype 2001 O "Water" 63 -biotype 2002 H "Water" 64 -biotype 2003 NA "Sodium Ion" -1 -biotype 2004 K "Potassium Ion" -1 -biotype 2005 MG "Magnesium Ion" -1 -biotype 2006 CA "Calcium Ion" -1 -biotype 2007 CL "Chloride Ion" -1 diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/spce.lt b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/spce.lt index 38596e7de3..fdf6172a4b 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/spce.lt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPCE+methane/moltemplate_files/spce.lt @@ -1,14 +1,3 @@ -# NOTE: THIS IS A SLIGHTLY ALTERED VERSION OF THE "spce.lt" FILE. -# This version uses "pair_style hybrid lj/cut/coul/long" to make it -# easier to combine with molecules using the OPLSAA force field. -# Otherwise, it is the same as the "common/spce.lt" file. -# -# (Note: Alternately, you can add this at the end of your "system.lt" file: -# write("In Init") { -# pair_style hybrid lj/cut/coul/long 10 lj/charmm/coul/long 9 10 10" -# } # ...but I decided it was simpler to use only one pair_style.) -# -# # file "spce.lt" # # H1 H2 @@ -38,10 +27,10 @@ SPCE { } write_once("In Settings") { - bond_coeff @bond:OH harmonic 1000.0 1.0 - angle_coeff @angle:HOH harmonic 1000.0 109.47 - pair_coeff @atom:O @atom:O lj/cut/coul/long 0.1553 3.166 - pair_coeff @atom:H @atom:H lj/cut/coul/long 0.0 2.058 + bond_coeff @bond:OH harmonic 600.0 1.0 + angle_coeff @angle:HOH harmonic 75.0 109.47 + pair_coeff @atom:O @atom:O lj/cut/coul/long 0.1553 3.166 + pair_coeff @atom:H @atom:H lj/cut/coul/long 0.0 0.0 group spce type @atom:O @atom:H fix fShakeSPCE spce shake 0.0001 10 100 b @bond:OH a @angle:HOH # (Remember to "unfix" fShakeSPCE during minimization.) @@ -52,11 +41,11 @@ SPCE { units real atom_style full # (Hybrid force fields were not necessary but are used for portability.) - pair_style hybrid lj/cut/coul/long 10.0 + pair_style hybrid lj/cut/coul/long 10.0 10.0 bond_style hybrid harmonic angle_style hybrid harmonic kspace_style pppm 0.0001 - pair_modify shift yes + #pair_modify mix arithmetic # LEAVE THIS UNSPECIFIED! } } # end of definition of "SPCE" water molecule type diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_run.sh index 2fc88303d5..bf0ed33712 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_run.sh @@ -12,15 +12,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_setup.sh b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_setup.sh index d80df900ef..2c3c217135 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_setup.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/README_setup.sh @@ -10,7 +10,7 @@ cd moltemplate_files # Create the "oplsaa.lt" file which moltemplate will need cd oplsaa_lt_generator/ - ./oplsaa_moltemplate.py oplsaa_subset.prm + oplsaa_moltemplate.py oplsaa_subset.prm mv -f oplsaa.lt .. cd .. diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/README.TXT index c49ef8a6ad..8ae373d713 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/README.TXT @@ -19,7 +19,7 @@ so that it only contains atom types you plan to have in your simulation (see below for details). Then run the opls_moltemplate.py script this way: -python oplsaa_moltemplate.py oplsaa_subset.prm +oplsaa_moltemplate.py oplsaa_subset.prm This will create a file named "oplsaa.lt" @@ -39,10 +39,12 @@ other lines (beginning with the word "atom") must be deleted or commented out. (Leave the rest of the file alone.) For example: -If you were working with methane, you would delete every line +If you were working with methane and SPC water, you would delete every line beginning with the word "atom", except for these two lines: +atom 76 42 OW "SPC Water O" 8 15.999 2 +atom 77 43 HW "SPC Water H" 1 1.008 1 atom 83 13 CT "Methane CH4" 6 12.011 4 atom 85 46 HC "Alkane H-C" 1 1.008 1 @@ -78,8 +80,10 @@ By default, the OPLSAA force-field assigns atom charge according to atom type. When you run moltemplate, it will create a file named "system.in.charges", containing commands like: -set type 2 charge -0.42 -set type 3 charge 0.21 +set type 1 charge -0.82 +set type 2 charge 0.41 +set type 3 charge -0.42 +set type 4 charge 0.21 (This assumes your main moltemplate file is named "system.lt". If it was named something else, eg "polymer.lt", then the file created by moltemplate diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py deleted file mode 100755 index 32980aab1f..0000000000 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_moltemplate.py +++ /dev/null @@ -1,408 +0,0 @@ -#! /usr/bin/env python -# -# The purpose of this script is to create a moltemplate lt file for the oplsaa. -# forcefield. This will assist researchers in building complex simulations using -# this OPLS-UA and the OPLS-AA forcefields. - -__author__="Jason Lambert" -# (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" - -import sys -import os -from operator import itemgetter - -g_program_name = __file__.split('/')[-1] - -# To do that, first make a copy of the \"oplsaa.prm\" file -# (which can be downloaded from the TINKER web site). -# The lines in this file beginning with the word \"atoms\" should -# define the atoms which you plan to put in your simulation. All other -# lines beginning with the word \"atoms\" should be deleted. -# (Leave the other sections of this file alone.) -#""") - - - -#input data from file containing opls aa force field parameters. -try: - f=open(sys.argv[1],"r") -except: - sys.stderr.write("Error: \n" - " You need to specify a file name as an input argument:\n" - " python oplsaa_moltemplate.py \n" - " (or the file name is specified incorrectly)\n") - sys.exit() - - -sys.stderr.write(g_program_name+", version "+__version__+"\n" - "Reading parameter file...\n") - - -#output lt file -g=open("oplsaa.lt","w") - - - -lines = f.readlines() - - - -# Ignore/Comment out lines before the "## Atom Type Definitions ##" section. - -for i in range(0, len(lines)): - if (lines[i].find("## Atom Type Definitions ##") != -1): - break - else: - lines[i] = '# ' + lines[i] - - -# As of late 2014, there appear to be 906 atom types, but we don't assume this. -# First try to infer out how many atom types there were in the original -# oplsaa.prm file, or at least find an upper bound on the atom-type numbers. -# (Keep track of the maximum value of the first column in the "atom" section.) -max_atomType = 0 -num_atomTypes = 0 -for line in lines: - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - # now look for lines beginning with the word "atom" - tokens = line.split() - if ((len(tokens)>2) and (tokens[0] == "atom")): - num_atomTypes += 1 - if (int(tokens[1]) > max_atomType): - max_atomType = int(tokens[1]) - -if num_atomTypes > 25: - sys.stderr.write("\n" - "(Note: If your computer freezes while running "+g_program_name+",\n" - " it could be because you forgot to edit the .prm file.\n" - " The original \"oplsaa.prm\" file distributed with TINKER has over 900 atom\n" - " types. If you run "+g_program_name+" on this file, it may freeze or\n" - " crash. Instead, run "+g_program_name+" on a SUBSET of the OPLS atoms\n" - " relevant to your problem. To do that, delete the lines from the .prm\n" - " file beginning with \"atom\" which you do not need.)\n\n") - -#temporary storage file -h=open("temp.txt","w+") -atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key -#atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms -atom=[[-10000,-10000] for i in range(0,max_atomType+1)] -#charge_by_type={} # lookup charge by atom type -#vdw_by_type={} # lookup epsilon & sigma paramters by atom type -charge_by_type=[0.0 for i in range(0,max_atomType+1)] # lookup charge by atom -vdw_by_type=[(0.0,0.0) for i in range(0,max_atomType+1)] # lookup epsilon & sigma - - - -#atom is declared this way so for sorting purposes. -#atom contains the following data upon allocation -#atom[][0]=atom_id( Important for partial charges and non_bonded interactions) -#atom[][1]=atom_ffid( Important for stretches, bending, torsions and impropers) -#atom[][2]=atom_mass -#atom[][3]=partial charge -#atom[][4]=non_bonding sigma -#atom[][5]=non_bonding epsilon -#atom[][6]=atom comment -bond=[] -#bond contains the following data -#bond[0]=atom 1 ffid -#bond[1]=atom 2 ffid -#bond[2]=bond spring constant(OPLS-aa compatible) -#bond[3]=equilibrium bond distance(Angstrom) -angle=[] -#angle contains the following data -#angle[0]=atom 1 ffid -#angle[1]=atom 2 ffid -#angle[2]=atom 3 ffid -#angle[3]=spring constant -#angle[4]=equilibrium angle (degrees) -dihedral=[] -#dihedral contains the following data -#dihedral[0]=atom 1 ffid -#dihedral[1]=atom 2 ffid -#dihedral[2]=atom 3 ffid -#dihedral[3]=atom 4 ffid -#dihedral[4]=v1 -#dihedral[5]=v2 -#dihedral[6]=v3 -#dihedral[7]=v4 -improper=[] -#improper[0]=atom 1 ffid -#improper[1]=atom 2 ffid(central atom) -#improper[2]=atom 3 ffid -#improper[3]=atom 4 ffid -#improper[4]=spring coefficient -#improper[5]=equilibrium angle - - -#This section gets all the parameters from the force field file -for line in lines: - - # skip over text after a # comment character - ic = line.find('#') - if ic != -1: - line = (line[:ic]).strip() - else: - line = line.strip() - - if line.find("atom") == 0: - line=line.split() - atom[int(line[1])-1]=[int(line[1]),int(line[2]),float(line[-2]), - 0.0,0.0,0.0," ".join(line[3:-2])] - elif line.find("vdw") == 0: - line=line.split() - #vdw_temp.append([float(line[1]),float(line[2]),float(line[3])]) - if (int(line[1]) <= max_atomType): - vdw_by_type[int(line[1])] = (float(line[2]),float(line[3])) - elif line.find("bond") == 0: - line=line.split() - bond.append([int(line[1]),int(line[2]),float(line[3]),float(line[4])]) - elif line.find("angle") == 0: - line=line.split() - angle.append([int(line[1]),int(line[2]),int(line[3]), - float(line[4]),float(line[5])]) - elif line.find("torsion") == 0: - line=line.split() - dihedral.append([int(line[1]),int(line[2]),int(line[3]),int(line[4]), - float(line[5]),float(line[8]), float(line[11]), 0.0]) - elif line.find("charge") == 0: - line=line.split() - #charge_temp.append([int(line[1]),float(line[2])]) - if (int(line[1]) <= max_atomType): - charge_by_type[int(line[1])] = float(line[2]) - elif line.find("imptors") == 0: - line=line.split() - improper.append([int(line[1]), int(line[2]), - int(line[3]), int(line[4]), float(line[5]), float(line[6])]) - -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) - -#adding the charge and Lennard Jones parameters to -#to each atom type. -#----------------------------------------------# -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #q = charge_by_type.get(atomTypeNum) - #if q: - # atom[i][3] = q - if atom_type_num != -10000: - q = charge_by_type[atom_type_num] - atom[i][3] = q - -for i in range(0,len(atom)): - atom_type_num = atom[i][0] - #vdw_params = vdw_by_type.get(atomTypeNum) - #if vdw_params: - # atom[i][4] = vdw_params[0] - # atom[i][5] = vdw_params[1] - if atom_type_num != -10000: - vdw_params = vdw_by_type[atom_type_num] - atom[i][4] = vdw_params[0] - atom[i][5] = vdw_params[1] - -del(charge_by_type) -del(vdw_by_type) - -#----------------------------------------------------------# -#begin writing content to lt file -g.write("OPLSAA {\n\n" ) - -#write out the atom masses -#----------------------------------------------------------# -g.write(" write_once(\"Data Masses\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" @atom:{} {} #{} partial charge={}\n".format( - x[0],x[2],x[6],x[3])) -g.write(" } #(end of atom masses)\n\n") -#----------------------------------------------------------# - - -#write out the pair coefficients -#----------------------------------------------------------# -g.write(" write_once(\"In Settings\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" pair_coeff @atom:{0} @atom:{0} lj/cut/coul/long {1} {2}\n".format(x[0],x[5],x[4])) -g.write(" } #(end of pair coeffs)\n\n") - -g.write(" write_once(\"In Charges\"){\n")#checked with gaff -for i,x in enumerate(atom): - if x[0] != -10000: - g.write(" set type @atom:{0} charge {1}\n".format(x[0],x[3])) -g.write(" } #(end of atom charges)\n\n") - -#-----------------------------------------------------------# - -# This part of the code creates a lookup dictionary -# that allows you to find every type of atom by its -# force field id. force field id is the id number -# relevant to bonds, angles, dihedrals, and impropers. -# This greatly increases the speed of angle, bond, dihedral -# and improper assignment. -#------------------------------------------------------------# -atom=sorted(atom,key=itemgetter(1)) -atom_ffid=0 -for x in atom: - if x[1]==atom_ffid: - atom_lookup[x[1]].append(x[0]) - elif x[1]>atom_ffid: - atom_lookup[x[1]]=[x[0]] - atom_ffid=x[1] -atom_lookup[0]=["*"] -#-------------------------------------------------------------# - - -#writing out the bond coefficients and bond parameters# -#-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 -for x in bond: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") - -#writing out angle coefficients and angles by type.---------# -#-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") -for x in angle: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) - - -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() -#----------------------------------------------------------# - -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) -for x in dihedral: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) - -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() -#-----------------------------------------------------------------------# - -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") -for x in improper: - for y in atom_lookup.get(x[0],[]): - for z in atom_lookup.get(x[1],[]): - for u in atom_lookup.get(x[2],[]): - for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - - -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") -#-----------------------------------------------------------------------# - -#This section writes out the input parameters required for an opls-aa simulation -# lammps. -g.write(" write_once(\"In Init\") {\n") -g.write(" units real\n") -g.write(" atom_style full\n") -g.write(" bond_style hybrid harmonic\n") -g.write(" angle_style hybrid harmonic\n") -g.write(" dihedral_style hybrid opls\n") -g.write(" improper_style hybrid harmonic\n") -#g.write(" pair_style hybrid lj/cut/coul/cut 10.0 10.0\n") -g.write(" pair_style hybrid lj/cut/coul/long 10.0 10.0\n") -g.write(" pair_modify mix geometric\n") -g.write(" special_bonds lj/coul 0.0 0.0 0.5\n") -g.write(" kspace_style pppm 0.0001\n") -g.write(" } #end of init parameters\n\n") -g.write("} # OPLSAA\n") -f.close() -g.close() -h.close() -os.remove("temp.txt") - - -sys.stderr.write("...finished.\n") - - - - diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm index 923aacac00..60bf1d855e 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm +++ b/tools/moltemplate/examples/all_atom_examples/force_field_OPLSAA/waterSPC_using_OPLSAA/moltemplate_files/oplsaa_lt_generator/oplsaa_subset.prm @@ -1,7 +1,9 @@ # This is a modified version of the file "oplsaa.prm" distributed with TINKER # http://dasher.wustl.edu/tinker/distribution/params/oplsaa.prm # In this version, all of the lines beginning with "atom" have been deleted -# except for the atom types we will be using in this simulation +# except for the atom types we will be using in this simulation. +# (That's all you need to do, but in this version, I also deleted +# everything else we don't need to reduce the file size.) # # If you use this file, please also cite the software this file comes from: # @@ -75,912 +77,8 @@ atom 77 43 HW "SPC Water H" 1 1.008 1 ################################ -vdw 1 2.9400 0.0610 -vdw 2 3.9050 0.1180 -vdw 3 3.7500 0.1050 -vdw 4 2.9600 0.2100 -vdw 5 3.0000 0.1700 -vdw 6 3.9100 0.1600 -vdw 7 0.0000 0.0000 -vdw 8 3.7300 0.2940 -vdw 9 3.7750 0.2070 -vdw 10 3.9050 0.1750 -vdw 11 3.9100 0.1600 -vdw 12 3.9600 0.1450 -vdw 13 3.9050 0.1180 -vdw 14 3.8500 0.1400 -vdw 15 3.8500 0.0800 -vdw 16 3.8000 0.1150 -vdw 17 3.7500 0.1100 -vdw 18 3.8000 0.0500 -vdw 19 3.7500 0.1050 -vdw 20 3.0700 0.1700 -vdw 21 0.0000 0.0000 -vdw 22 3.7750 0.2070 -vdw 23 3.9050 0.1180 -vdw 24 3.7000 0.2500 -vdw 25 3.5500 0.2500 -vdw 26 3.5500 0.2500 -vdw 27 3.5500 0.2500 -vdw 28 0.0000 0.0000 -vdw 29 0.0000 0.0000 -vdw 30 3.7750 0.2070 -vdw 31 3.9050 0.1180 -vdw 32 3.8000 0.1700 -vdw 33 3.8000 0.1180 -vdw 34 3.8000 0.1700 -vdw 35 3.8000 0.1180 -vdw 36 3.2000 0.1700 -vdw 37 3.6500 0.1500 -vdw 38 3.7750 0.2070 -vdw 39 3.8500 0.0800 -vdw 40 3.8000 0.0500 -vdw 41 3.0000 0.1700 -vdw 42 3.8000 0.1700 -vdw 43 3.8000 0.1180 -vdw 44 3.8000 0.1180 -vdw 45 3.4000 0.3000 -vdw 46 3.8000 0.0800 -vdw 47 3.4700 0.3000 -vdw 48 3.8000 0.0500 -vdw 49 3.4700 0.2660 -vdw 50 3.5600 0.3950 -vdw 51 2.9300 0.2800 -vdw 52 3.8100 0.1600 -vdw 53 2.9600 0.2100 -vdw 54 3.2500 0.1700 -vdw 55 3.8000 0.1150 -vdw 56 3.8000 0.1700 -vdw 57 0.0000 0.0000 -vdw 58 2.5560 0.0200 -vdw 59 2.7800 0.0690 -vdw 60 3.4010 0.2339 -vdw 61 3.6240 0.3170 -vdw 62 3.9350 0.4330 -vdw 63 3.15061 0.1521 -vdw 64 0.0000 0.0000 -vdw 65 3.15365 0.1550 -vdw 66 0.0000 0.0000 -vdw 67 0.0000 0.0000 -vdw 68 3.1760 0.1500 -vdw 69 0.0000 0.0000 -vdw 70 3.2700 0.1000 -vdw 71 0.0000 0.0000 -vdw 72 0.0000 0.0000 -vdw 73 3.1200 0.1600 -vdw 74 0.0000 0.0000 -vdw 75 0.0000 0.0000 vdw 76 3.16557 0.1554 vdw 77 0.0000 0.0000 -vdw 78 3.4200 0.1700 -vdw 79 0.0000 0.0000 -vdw 80 3.5000 0.0660 -vdw 81 3.5000 0.0660 -vdw 82 3.5000 0.0660 -vdw 83 3.5000 0.0660 -vdw 84 3.5000 0.0660 -vdw 85 2.5000 0.0300 -vdw 86 3.5500 0.0760 -vdw 87 3.5500 0.0760 -vdw 88 3.5500 0.0760 -vdw 89 2.4200 0.0300 -vdw 90 3.5500 0.0700 -vdw 91 2.4200 0.0300 -vdw 92 3.5500 0.0700 -vdw 93 3.5000 0.0660 -vdw 94 3.5000 0.0660 -vdw 95 3.5500 0.0760 -vdw 96 3.1200 0.1700 -vdw 97 0.0000 0.0000 -vdw 98 2.5000 0.0300 -vdw 99 3.5000 0.0660 -vdw 100 3.5000 0.0660 -vdw 101 3.5000 0.0660 -vdw 102 3.5000 0.0660 -vdw 103 3.2500 0.0620 -vdw 104 3.0700 0.1700 -vdw 105 0.0000 0.0000 -vdw 106 2.9400 0.0610 -vdw 107 2.5000 0.0300 -vdw 108 3.5500 0.0700 -vdw 109 3.0700 0.1700 -vdw 110 0.0000 0.0000 -vdw 111 3.0700 0.1700 -vdw 112 0.0000 0.0000 -vdw 113 3.0700 0.1700 -vdw 114 0.0000 0.0000 -vdw 115 3.5000 0.0660 -vdw 116 3.5000 0.0660 -vdw 117 3.5000 0.0660 -vdw 118 2.5000 0.0300 -vdw 119 2.9000 0.1400 -vdw 120 3.5500 0.0760 -vdw 121 2.9000 0.1400 -vdw 122 2.9000 0.1400 -vdw 123 3.5000 0.0660 -vdw 124 3.5000 0.0660 -vdw 125 3.5000 0.0660 -vdw 126 3.5000 0.0660 -vdw 127 2.5000 0.0300 -vdw 128 2.9000 0.1400 -vdw 129 3.0700 0.1700 -vdw 130 0.0000 0.0000 -vdw 131 3.5000 0.0660 -vdw 132 2.5000 0.0300 -vdw 133 3.5000 0.0660 -vdw 134 2.5000 0.0300 -vdw 135 3.5000 0.0660 -vdw 136 2.5000 0.0300 -vdw 137 3.5000 0.0660 -vdw 138 2.5000 0.0300 -vdw 139 3.5000 0.0660 -vdw 140 3.5000 0.0660 -vdw 141 3.5500 0.0700 -vdw 142 3.5500 0.2500 -vdw 143 3.7000 0.2500 -vdw 144 3.5500 0.2500 -vdw 145 3.5500 0.2500 -vdw 146 0.0000 0.0000 -vdw 147 0.0000 0.0000 -vdw 148 3.5000 0.0660 -vdw 149 3.5000 0.0660 -vdw 150 3.5000 0.0660 -vdw 151 3.5000 0.0660 -vdw 152 3.5000 0.0660 -vdw 153 3.5000 0.0660 -vdw 154 3.5000 0.0660 -vdw 155 3.5000 0.0660 -vdw 156 3.5000 0.0660 -vdw 157 3.5000 0.0660 -vdw 158 3.5000 0.0660 -vdw 159 3.5000 0.0660 -vdw 160 3.5000 0.0660 -vdw 161 3.5000 0.0660 -vdw 162 3.5000 0.0660 -vdw 163 3.5500 0.0700 -vdw 164 3.5500 0.2500 -vdw 165 3.5000 0.0660 -vdw 166 3.5000 0.0660 -vdw 167 3.5000 0.0660 -vdw 168 3.4000 0.3000 -vdw 169 3.5500 0.0760 -vdw 170 3.5500 0.0700 -vdw 171 3.5000 0.0660 -vdw 172 3.5000 0.0660 -vdw 173 3.7500 0.1050 -vdw 174 3.7500 0.1050 -vdw 175 3.7500 0.1050 -vdw 176 3.7500 0.1050 -vdw 177 3.7500 0.1050 -vdw 178 2.9600 0.2100 -vdw 179 3.2500 0.1700 -vdw 180 3.2500 0.1700 -vdw 181 3.2500 0.1700 -vdw 182 0.0000 0.0000 -vdw 183 0.0000 0.0000 -vdw 184 3.5000 0.0660 -vdw 185 3.5000 0.0660 -vdw 186 3.5000 0.0660 -vdw 187 3.5000 0.0660 -vdw 188 3.5000 0.0660 -vdw 189 3.7500 0.1050 -vdw 190 2.9600 0.2100 -vdw 191 3.2500 0.1700 -vdw 192 0.0000 0.0000 -vdw 193 3.2500 0.1700 -vdw 194 3.7500 0.1050 -vdw 195 2.9600 0.2100 -vdw 196 0.0000 0.0000 -vdw 197 2.5000 0.0200 -vdw 198 3.5000 0.0660 -vdw 199 3.5000 0.0660 -vdw 200 3.5000 0.0660 -vdw 201 3.5000 0.0660 -vdw 202 3.5500 0.0700 -vdw 203 3.6500 0.1500 -vdw 204 3.2000 0.1700 -vdw 205 3.5500 0.0700 -vdw 206 3.4000 0.3000 -vdw 207 3.2500 0.1700 -vdw 208 3.5500 0.0700 -vdw 209 3.7500 0.1050 -vdw 210 2.9600 0.2100 -vdw 211 3.0000 0.1700 -vdw 212 0.0000 0.0000 -vdw 213 3.7500 0.1050 -vdw 214 2.9600 0.2100 -vdw 215 3.5000 0.0660 -vdw 216 3.5000 0.0660 -vdw 217 3.5000 0.0660 -vdw 218 3.5000 0.0660 -vdw 219 3.7500 0.1050 -vdw 220 2.9600 0.2100 -vdw 221 2.4200 0.0150 -vdw 222 3.7500 0.1050 -vdw 223 2.9600 0.2100 -vdw 224 2.4200 0.0150 -vdw 225 3.5000 0.0660 -vdw 226 3.5000 0.0660 -vdw 227 3.5000 0.0660 -vdw 228 3.5000 0.0660 -vdw 229 3.2500 0.1700 -vdw 230 3.2500 0.1700 -vdw 231 3.2500 0.1700 -vdw 232 0.0000 0.0000 -vdw 233 0.0000 0.0000 -vdw 234 3.5000 0.0660 -vdw 235 3.5000 0.0660 -vdw 236 3.5000 0.0660 -vdw 237 3.5000 0.0660 -vdw 238 3.5000 0.0660 -vdw 239 3.5000 0.0660 -vdw 240 3.5000 0.0660 -vdw 241 3.5000 0.0660 -vdw 242 3.5000 0.0660 -vdw 243 3.2500 0.1700 -vdw 244 0.0000 0.0000 -vdw 245 3.5500 0.0500 -vdw 246 3.2500 0.1700 -vdw 247 0.0000 0.0000 -vdw 248 3.5000 0.0660 -vdw 249 3.5000 0.0660 -vdw 250 3.5000 0.0660 -vdw 251 3.5000 0.0660 -vdw 252 3.2500 0.1700 -vdw 253 0.0000 0.0000 -vdw 254 3.2500 0.1700 -vdw 255 3.5000 0.0800 -vdw 256 3.2500 0.1700 -vdw 257 0.0000 0.0000 -vdw 258 3.5000 0.0800 -vdw 259 2.5000 0.0500 -vdw 260 3.5000 0.0800 -vdw 261 2.5000 0.0500 -vdw 262 3.2500 0.1700 -vdw 263 3.7500 0.1050 -vdw 264 3.2500 0.1700 -vdw 265 3.7500 0.1050 -vdw 266 3.5000 0.0800 -vdw 267 3.5000 0.0800 -vdw 268 0.0000 0.0000 -vdw 269 2.9600 0.2100 -vdw 270 0.0000 0.0000 -vdw 271 2.9600 0.2100 -vdw 272 2.5000 0.0500 -vdw 273 2.5000 0.0500 -vdw 274 3.5000 0.0800 -vdw 275 2.5000 0.0500 -vdw 276 3.2500 0.1700 -vdw 277 3.7500 0.1050 -vdw 278 3.2500 0.1700 -vdw 279 3.5000 0.0800 -vdw 280 3.5000 0.0800 -vdw 281 3.5000 0.0800 -vdw 282 0.0000 0.0000 -vdw 283 2.9600 0.2100 -vdw 284 3.2500 0.1700 -vdw 285 0.0000 0.0000 -vdw 286 0.0000 0.0000 -vdw 287 2.5000 0.0500 -vdw 288 2.5000 0.0500 -vdw 289 3.2500 0.1700 -vdw 290 3.5000 0.0800 -vdw 291 3.2500 0.1700 -vdw 292 3.5000 0.0800 -vdw 293 3.5000 0.0800 -vdw 294 3.5000 0.0800 -vdw 295 3.2500 0.1700 -vdw 296 3.5000 0.0800 -vdw 297 3.2500 0.1700 -vdw 298 2.5000 0.0500 -vdw 299 3.2500 0.1700 -vdw 300 0.0000 0.0000 -vdw 301 0.0000 0.0000 -vdw 302 2.5000 0.0500 -vdw 303 0.0000 0.0000 -vdw 304 3.2500 0.1700 -vdw 305 3.5000 0.0800 -vdw 306 3.2500 0.1700 -vdw 307 3.5000 0.0800 -vdw 308 3.5000 0.0800 -vdw 309 3.7500 0.1050 -vdw 310 0.0000 0.0000 -vdw 311 3.2500 0.1700 -vdw 312 0.0000 0.0000 -vdw 313 2.9600 0.2100 -vdw 314 3.5000 0.0800 -vdw 315 2.5000 0.0500 -vdw 316 3.5000 0.0800 -vdw 317 2.5000 0.0500 -vdw 318 3.5000 0.0800 -vdw 319 2.5000 0.0500 -vdw 320 3.2500 0.1700 -vdw 321 3.7500 0.1050 -vdw 322 3.2500 0.1700 -vdw 323 3.5000 0.0800 -vdw 324 3.5000 0.0800 -vdw 325 3.5000 0.0800 -vdw 326 0.0000 0.0000 -vdw 327 2.9600 0.2100 -vdw 328 0.0000 0.0000 -vdw 329 3.2500 0.1700 -vdw 330 0.0000 0.0000 -vdw 331 0.0000 0.0000 -vdw 332 2.5000 0.0500 -vdw 333 2.5000 0.0500 -vdw 334 3.5000 0.0800 -vdw 335 2.5000 0.0500 -vdw 336 3.7400 0.2000 -vdw 337 2.9600 0.2100 -vdw 338 3.0000 0.1700 -vdw 339 3.5500 0.0660 -vdw 340 3.5000 0.0800 -vdw 341 3.4000 0.3000 -vdw 342 3.5500 0.0760 -vdw 343 3.0500 0.7100 -vdw 344 4.0200 0.7100 -vdw 345 4.2800 0.7100 -vdw 346 4.8100 0.7100 -vdw 347 5.3400 0.0005 -vdw 348 2.8700 0.0005 -vdw 349 4.0700 0.0005 -vdw 350 5.1700 0.0005 -vdw 351 5.6000 0.0005 -vdw 352 6.2000 0.0005 -vdw 353 1.644471 0.875044 -vdw 354 2.412031 0.449657 -vdw 355 3.102688 0.118226 -vdw 356 3.816610 0.047096 -vdw 357 4.2000 0.3000 -vdw 358 2.5000 0.0500 -vdw 359 4.2500 0.5000 -vdw 360 4.2000 0.3000 -vdw 361 2.5000 0.0500 -vdw 362 3.1500 0.2500 -vdw 363 4.2000 0.3000 -vdw 364 2.5000 0.0500 -vdw 365 3.6500 0.1500 -vdw 366 3.4000 0.2500 -vdw 367 4.2000 0.3000 -vdw 368 2.5000 0.0500 -vdw 369 3.4000 0.2500 -vdw 370 2.5000 0.0500 -vdw 371 4.2000 0.3000 -vdw 372 2.5000 0.0500 -vdw 373 4.2000 0.3000 -vdw 374 2.5000 0.0500 -vdw 375 0.0000 0.0000 -vdw 376 3.2000 0.2500 -vdw 377 0.0000 0.0000 -vdw 378 2.81524 0.4000 -vdw 379 3.11815 0.2000 -vdw 380 2.9000 0.1400 -vdw 381 3.7400 0.2000 -vdw 382 3.1500 0.2000 -vdw 383 2.9000 0.1400 -vdw 384 3.5000 0.0660 -vdw 385 2.5000 0.0300 -vdw 386 3.7400 0.2000 -vdw 387 3.1500 0.2000 -vdw 388 2.9000 0.1400 -vdw 389 3.5000 0.0660 -vdw 390 2.5000 0.0300 -vdw 391 3.7400 0.2000 -vdw 392 3.1500 0.2000 -vdw 393 2.9000 0.1400 -vdw 394 3.5000 0.0660 -vdw 395 2.5000 0.0300 -vdw 396 3.5000 0.0660 -vdw 397 2.5000 0.0300 -vdw 398 3.5500 0.0700 -vdw 399 3.5000 0.0660 -vdw 400 2.5000 0.0300 -vdw 401 3.5500 0.0700 -vdw 402 3.5000 0.0660 -vdw 403 2.5000 0.0300 -vdw 404 3.5500 0.0700 -vdw 405 3.5000 0.0660 -vdw 406 3.7500 0.1050 -vdw 407 2.9600 0.2100 -vdw 408 3.0000 0.1700 -vdw 409 3.5000 0.0660 -vdw 410 2.4200 0.0150 -vdw 411 3.7500 0.1050 -vdw 412 3.7500 0.1050 -vdw 413 3.5500 0.0700 -vdw 414 3.0000 0.1700 -vdw 415 3.5500 0.2500 -vdw 416 2.9600 0.1700 -vdw 417 3.5000 0.0660 -vdw 418 2.5000 0.0300 -vdw 419 3.2500 0.1700 -vdw 420 0.0000 0.0000 -vdw 421 3.2500 0.1700 -vdw 422 0.0000 0.0000 -vdw 423 3.5000 0.0660 -vdw 424 2.5000 0.0300 -vdw 425 3.5000 0.0660 -vdw 426 2.5000 0.0300 -vdw 427 3.5000 0.0660 -vdw 428 2.5000 0.0300 -vdw 429 3.5500 0.0700 -vdw 430 3.5500 0.0700 -vdw 431 3.5000 0.0660 -vdw 432 3.5000 0.0660 -vdw 433 3.5000 0.0660 -vdw 434 3.5500 0.2500 -vdw 435 2.9600 0.1700 -vdw 436 3.5600 0.3950 -vdw 437 3.5600 0.3950 -vdw 438 2.9300 0.2800 -vdw 439 3.5000 0.0660 -vdw 440 3.5000 0.0660 -vdw 441 3.5500 0.0700 -vdw 442 3.5500 0.0700 -vdw 443 3.5500 0.0700 -vdw 444 3.2500 0.1700 -vdw 445 0.0000 0.0000 -vdw 446 3.5000 0.0660 -vdw 447 3.5500 0.0700 -vdw 448 3.5500 0.0700 -vdw 449 3.5500 0.0700 -vdw 450 3.5500 0.0700 -vdw 451 3.5500 0.0700 -vdw 452 3.2500 0.1700 -vdw 453 3.2500 0.1700 -vdw 454 0.0000 0.0000 -vdw 455 3.5500 0.0700 -vdw 456 3.5000 0.0660 -vdw 457 3.5000 0.0660 -vdw 458 3.5500 0.0760 -vdw 459 3.5500 0.0760 -vdw 460 3.5500 0.0700 -vdw 461 3.2500 0.1700 -vdw 462 3.5500 0.0700 -vdw 463 3.5500 0.0700 -vdw 464 3.5500 0.0700 -vdw 465 2.4200 0.0300 -vdw 466 2.4200 0.0300 -vdw 467 2.4200 0.0300 -vdw 468 3.2500 0.1700 -vdw 469 3.5500 0.0700 -vdw 470 2.4200 0.0300 -vdw 471 3.2500 0.1700 -vdw 472 3.5500 0.0700 -vdw 473 3.5500 0.0700 -vdw 474 3.5500 0.0700 -vdw 475 2.4200 0.0300 -vdw 476 2.4200 0.0300 -vdw 477 2.4200 0.0300 -vdw 478 3.2500 0.1700 -vdw 479 3.5500 0.0700 -vdw 480 3.5500 0.0700 -vdw 481 2.4200 0.0300 -vdw 482 2.4200 0.0300 -vdw 483 3.2500 0.1700 -vdw 484 3.5500 0.0700 -vdw 485 3.5500 0.0700 -vdw 486 0.0000 0.0000 -vdw 487 2.4200 0.0300 -vdw 488 2.4200 0.0300 -vdw 489 3.2500 0.1700 -vdw 490 3.2500 0.1700 -vdw 491 3.5500 0.0700 -vdw 492 3.5500 0.0700 -vdw 493 3.5500 0.0700 -vdw 494 0.0000 0.0000 -vdw 495 2.4200 0.0300 -vdw 496 2.4200 0.0300 -vdw 497 2.4200 0.0300 -vdw 498 3.2500 0.1700 -vdw 499 3.5500 0.0700 -vdw 500 3.2500 0.1700 -vdw 501 3.5500 0.0700 -vdw 502 3.5500 0.0700 -vdw 503 0.0000 0.0000 -vdw 504 2.4200 0.0300 -vdw 505 2.4200 0.0300 -vdw 506 2.4200 0.0300 -vdw 507 2.9000 0.1400 -vdw 508 3.5500 0.0700 -vdw 509 3.5500 0.0760 -vdw 510 2.4200 0.0300 -vdw 511 2.4200 0.0300 -vdw 512 2.9000 0.1400 -vdw 513 3.5500 0.0700 -vdw 514 3.2500 0.1700 -vdw 515 3.5500 0.0700 -vdw 516 3.5500 0.0700 -vdw 517 2.4200 0.0300 -vdw 518 2.4200 0.0300 -vdw 519 2.4200 0.0300 -vdw 520 2.9000 0.1400 -vdw 521 3.2500 0.1700 -vdw 522 3.5500 0.0700 -vdw 523 3.5500 0.0700 -vdw 524 3.5500 0.0700 -vdw 525 2.4200 0.0300 -vdw 526 2.4200 0.0300 -vdw 527 2.4200 0.0300 -vdw 528 3.2500 0.1700 -vdw 529 3.5500 0.0700 -vdw 530 3.5500 0.0700 -vdw 531 3.5500 0.0700 -vdw 532 3.5500 0.0700 -vdw 533 3.5500 0.0700 -vdw 534 3.5500 0.0700 -vdw 535 3.5500 0.0700 -vdw 536 3.5500 0.0700 -vdw 537 0.0000 0.0000 -vdw 538 2.4200 0.0300 -vdw 539 2.4200 0.0300 -vdw 540 2.4200 0.0300 -vdw 541 2.4200 0.0300 -vdw 542 2.4200 0.0300 -vdw 543 2.4200 0.0300 -vdw 544 3.2500 0.1700 -vdw 545 3.5500 0.0700 -vdw 546 3.5500 0.0700 -vdw 547 3.5500 0.0700 -vdw 548 3.5500 0.0700 -vdw 549 3.5500 0.0700 -vdw 550 3.5500 0.0700 -vdw 551 3.5500 0.0700 -vdw 552 3.5500 0.0700 -vdw 553 3.5500 0.0700 -vdw 554 2.4200 0.0300 -vdw 555 2.4200 0.0300 -vdw 556 2.4200 0.0300 -vdw 557 2.4200 0.0300 -vdw 558 2.4200 0.0300 -vdw 559 2.4200 0.0300 -vdw 560 2.4200 0.0300 -vdw 561 3.2500 0.1700 -vdw 562 3.5500 0.0700 -vdw 563 3.2500 0.1700 -vdw 564 3.5500 0.0700 -vdw 565 3.5500 0.0700 -vdw 566 3.5500 0.0700 -vdw 567 3.2500 0.1700 -vdw 568 3.5500 0.0700 -vdw 569 3.2500 0.1700 -vdw 570 2.4200 0.0300 -vdw 571 2.4200 0.0300 -vdw 572 2.4200 0.0300 -vdw 573 0.0000 0.0000 -vdw 574 3.5500 0.2500 -vdw 575 3.5500 0.0700 -vdw 576 3.2500 0.1700 -vdw 577 3.5500 0.0700 -vdw 578 3.5500 0.0700 -vdw 579 2.4200 0.0300 -vdw 580 2.4200 0.0300 -vdw 581 2.4200 0.0300 -vdw 582 3.2500 0.1700 -vdw 583 3.5500 0.0700 -vdw 584 2.4200 0.0300 -vdw 585 3.5500 0.0700 -vdw 586 3.5000 0.0660 -vdw 587 3.2500 0.1700 -vdw 588 3.5500 0.0700 -vdw 589 3.5500 0.0700 -vdw 590 3.5500 0.0700 -vdw 591 3.5500 0.0700 -vdw 592 3.5500 0.0700 -vdw 593 3.5500 0.0700 -vdw 594 2.4200 0.0300 -vdw 595 2.4200 0.0300 -vdw 596 2.4200 0.0300 -vdw 597 2.4200 0.0300 -vdw 598 3.2500 0.1700 -vdw 599 3.5500 0.0700 -vdw 600 3.2500 0.1700 -vdw 601 3.5500 0.0700 -vdw 602 3.5500 0.0700 -vdw 603 3.5000 0.0660 -vdw 604 2.4200 0.0300 -vdw 605 2.4200 0.0300 -vdw 606 2.4200 0.0300 -vdw 607 2.5000 0.0300 -vdw 608 3.5000 0.0660 -vdw 609 3.5000 0.0660 -vdw 610 3.5000 0.0660 -vdw 611 3.5000 0.0660 -vdw 612 3.5000 0.0660 -vdw 613 3.5000 0.0660 -vdw 614 3.5000 0.0660 -vdw 615 3.5000 0.0660 -vdw 616 3.5000 0.0660 -vdw 617 3.5000 0.0660 -vdw 618 3.5000 0.0660 -vdw 619 3.5000 0.0660 -vdw 620 3.5000 0.0660 -vdw 621 3.5000 0.0660 -vdw 622 3.5000 0.0660 -vdw 623 3.5500 0.2500 -vdw 624 0.0000 0.0000 -vdw 625 3.5500 0.0700 -vdw 626 3.7500 0.1050 -vdw 627 3.2500 0.1700 -vdw 628 3.5000 0.0660 -vdw 629 3.5000 0.0660 -vdw 630 3.5000 0.0660 -vdw 631 3.5500 0.0700 -vdw 632 3.5500 0.0700 -vdw 633 3.5500 0.0700 -vdw 634 3.5500 0.0700 -vdw 635 3.5500 0.0700 -vdw 636 3.5500 0.0700 -vdw 637 3.5500 0.2500 -vdw 638 3.4730 0.0540 -vdw 639 3.3000 0.0500 -vdw 640 3.3000 0.0500 -vdw 641 3.5500 0.0760 -vdw 642 3.5000 0.0660 -vdw 643 2.5000 0.0300 -vdw 644 3.7500 0.0600 -vdw 645 3.4730 0.0540 -vdw 646 3.3000 0.0500 -vdw 647 3.3000 0.0500 -vdw 648 2.9500 0.0400 -vdw 649 3.5500 0.0760 -vdw 650 3.4000 0.3000 -vdw 651 2.4200 0.0300 -vdw 652 3.5000 0.0660 -vdw 653 3.5000 0.0660 -vdw 654 3.5000 0.0660 -vdw 655 3.5500 0.0700 -vdw 656 2.4200 0.0300 -vdw 657 3.5500 0.0700 -vdw 658 2.4200 0.0300 -vdw 659 3.5500 0.0700 -vdw 660 2.8500 0.0610 -vdw 661 3.5500 0.0700 -vdw 662 2.8500 0.0610 -vdw 663 3.4700 0.4700 -vdw 664 3.9050 0.1180 -vdw 665 3.5500 0.0700 -vdw 666 3.2500 0.0620 -vdw 667 2.9400 0.0610 -vdw 668 3.5500 0.0700 -vdw 669 2.8500 0.0610 -vdw 670 3.5500 0.0700 -vdw 671 3.4700 0.4700 -vdw 672 3.5500 0.0700 -vdw 673 3.7500 0.6000 -vdw 674 3.5000 0.0660 -vdw 675 3.5500 0.2500 -vdw 676 3.5500 0.0700 -vdw 677 3.5500 0.0700 -vdw 678 3.5500 0.0700 -vdw 679 3.5500 0.0700 -vdw 680 3.5500 0.0700 -vdw 681 2.4200 0.0300 -vdw 682 2.4200 0.0300 -vdw 683 3.5500 0.0500 -vdw 684 3.2500 0.1700 -vdw 685 0.0000 0.0000 -vdw 686 0.0000 0.0000 -vdw 687 2.4200 0.0300 -vdw 688 3.5000 0.0660 -vdw 689 3.5000 0.0660 -vdw 690 3.2500 0.1700 -vdw 691 3.2500 0.1700 -vdw 692 3.2500 0.1700 -vdw 693 3.5500 0.0500 -vdw 694 3.2000 0.1700 -vdw 695 3.3000 0.0660 -vdw 696 3.3000 0.0660 -vdw 697 3.3000 0.0660 -vdw 698 3.3000 0.0660 -vdw 699 3.3000 0.0660 -vdw 700 2.5000 0.0150 -vdw 701 3.2500 0.1200 -vdw 702 2.9600 0.1700 -vdw 703 3.5000 0.0660 -vdw 704 2.5000 0.0150 -vdw 705 3.5000 0.0660 -vdw 706 3.5000 0.0660 -vdw 707 3.5000 0.0660 -vdw 708 3.2500 0.1200 -vdw 709 3.5500 0.0700 -vdw 710 3.3000 0.0660 -vdw 711 3.2500 0.1700 -vdw 712 2.9600 0.2100 -vdw 713 3.7500 0.1050 -vdw 714 3.0000 0.1700 -vdw 715 3.5000 0.0660 -vdw 716 3.5000 0.0660 -vdw 717 3.5000 0.0660 -vdw 718 2.4200 0.0150 -vdw 719 2.4200 0.0150 -vdw 720 2.4200 0.0150 -vdw 721 2.9000 0.1400 -vdw 722 3.7400 0.2000 -vdw 723 3.5000 0.0660 -vdw 724 3.5000 0.0660 -vdw 725 2.5000 0.0300 -vdw 726 3.7400 0.2000 -vdw 727 3.1181 0.0610 -vdw 728 3.1500 0.1700 -vdw 729 2.8600 0.2100 -vdw 730 3.3000 0.1700 -vdw 731 3.3000 0.1700 -vdw 732 3.3000 0.1700 -vdw 733 3.5000 0.0660 -vdw 734 3.5000 0.0660 -vdw 735 3.5000 0.0660 -vdw 736 3.5000 0.0660 -vdw 737 3.5000 0.0660 -vdw 738 3.5000 0.0660 -vdw 739 0.0000 0.0000 -vdw 740 0.0000 0.0000 -vdw 741 2.5000 0.0150 -vdw 742 3.5000 0.0660 -vdw 743 3.5000 0.0660 -vdw 744 3.5000 0.0660 -vdw 745 3.5000 0.0660 -vdw 746 3.5500 0.0700 -vdw 747 3.5500 0.0700 -vdw 748 3.5500 0.0700 -vdw 749 3.5000 0.0660 -vdw 750 3.5000 0.0660 -vdw 751 3.5000 0.0660 -vdw 752 3.5000 0.0660 -vdw 753 3.5000 0.0660 -vdw 754 3.5000 0.0660 -vdw 755 3.3000 0.0860 -vdw 756 2.4200 0.0150 -vdw 757 3.3000 0.2100 -vdw 758 3.3000 0.1350 -vdw 759 3.3000 0.1000 -vdw 760 2.5000 0.0150 -vdw 761 3.5000 0.0660 -vdw 762 3.5000 0.0660 -vdw 763 3.5000 0.0660 -vdw 764 3.1200 0.1700 -vdw 765 0.0000 0.0000 -vdw 766 3.2500 0.1700 -vdw 767 3.2500 0.1700 -vdw 768 3.2500 0.1700 -vdw 769 3.3000 0.2100 -vdw 770 3.2500 0.1700 -vdw 771 0.0000 0.0000 -vdw 772 3.5000 0.0660 -vdw 773 3.5000 0.0660 -vdw 774 3.5000 0.0660 -vdw 775 3.5000 0.0660 -vdw 776 3.5500 0.0700 -vdw 777 3.5500 0.0760 -vdw 778 3.5500 0.0700 -vdw 779 3.5500 0.0700 -vdw 780 2.5000 0.0300 -vdw 781 3.5000 0.0660 -vdw 782 3.7500 0.1050 -vdw 783 3.2500 0.1700 -vdw 784 2.9600 0.2100 -vdw 785 0.0000 0.0000 -vdw 786 2.9400 0.0610 -vdw 787 3.5000 0.0660 -vdw 788 2.5000 0.0300 -vdw 789 3.5000 0.0660 -vdw 790 3.5000 0.0660 -vdw 791 3.5000 0.0660 -vdw 792 3.5000 0.0660 -vdw 793 3.5000 0.0660 -vdw 794 3.5000 0.0970 -vdw 795 2.9500 0.0530 -vdw 796 3.2500 0.0620 -vdw 797 2.5000 0.0300 -vdw 798 3.5000 0.0660 -vdw 799 3.5000 0.0660 -vdw 800 3.4000 0.3000 -vdw 801 3.5000 0.0660 -vdw 802 2.5000 0.0300 -vdw 803 3.5000 0.0660 -vdw 804 3.5000 0.0660 -vdw 805 3.4700 0.4700 -vdw 806 3.5000 0.0660 -vdw 807 2.5000 0.0300 -vdw 808 3.5000 0.0660 -vdw 809 3.5000 0.0660 -vdw 810 2.9400 0.0610 -vdw 811 3.4000 0.3000 -vdw 812 3.4700 0.4700 -vdw 813 3.5500 0.0700 -vdw 814 2.9000 0.1400 -vdw 815 3.5000 0.0660 -vdw 816 2.9000 0.0600 -vdw 817 3.2500 0.1700 -vdw 818 3.5500 0.0700 -vdw 819 3.5000 0.0660 -vdw 820 3.7500 0.1050 -vdw 821 3.7500 0.1050 -vdw 822 2.9600 0.2100 -vdw 823 3.2500 0.1700 -vdw 824 0.0000 0.0000 -vdw 825 3.1200 0.1700 -vdw 826 0.0000 0.0000 -vdw 827 3.5000 0.0660 -vdw 828 3.5000 0.0660 -vdw 829 3.5500 0.0700 -vdw 830 3.5500 0.0700 -vdw 831 3.5500 0.0700 -vdw 832 3.5500 0.0700 -vdw 833 3.5500 0.0700 -vdw 834 1.9600 0.0125 -vdw 835 3.5000 0.0660 -vdw 836 3.5000 0.0660 -vdw 837 3.5000 0.0660 -vdw 838 3.7500 0.6000 -vdw 839 2.5000 0.0300 -vdw 840 3.2500 0.1700 -vdw 841 3.5500 0.0700 -vdw 842 3.5500 0.0700 -vdw 843 3.2500 0.1700 -vdw 844 3.5500 0.0700 -vdw 845 3.7500 0.1050 -vdw 846 2.9600 0.2100 -vdw 847 3.2500 0.1700 -vdw 848 3.5000 0.0660 -vdw 849 3.5000 0.0660 -vdw 850 3.5000 0.0660 -vdw 851 3.5000 0.0660 -vdw 852 2.4200 0.0150 -vdw 853 3.7500 0.1050 -vdw 854 2.9600 0.2100 -vdw 855 2.4200 0.0150 -vdw 856 3.5000 0.0660 -vdw 857 3.5000 0.0660 -vdw 858 3.5000 0.0660 -vdw 859 3.5000 0.0660 -vdw 860 3.5000 0.0660 -vdw 861 3.5000 0.0660 -vdw 862 3.5000 0.0660 -vdw 863 3.5000 0.0660 -vdw 864 3.5000 0.0660 -vdw 865 3.5000 0.0660 -vdw 866 4.0000 0.1000 -vdw 867 4.0000 0.1000 -vdw 868 4.0000 0.1000 -vdw 869 4.0000 0.1000 -vdw 870 2.5000 0.0300 -vdw 871 3.5000 0.0660 -vdw 872 3.5000 0.0660 -vdw 873 3.5000 0.0660 -vdw 874 3.5000 0.0660 -vdw 875 3.0800 0.7200 -vdw 876 4.1800 0.11779 -vdw 877 4.5100 0.0900 -vdw 878 5.1500 0.0700 -vdw 879 2.7000 0.018279 -vdw 880 3.3500 0.002772 -vdw 881 4.0600 0.000328 -vdw 882 4.3200 0.000171 -vdw 883 4.8200 0.000081 -vdw 884 2.9100 0.875044 -vdw 885 3.4700 0.449657 -vdw 886 3.8200 0.118226 -vdw 887 4.1800 0.047096 -vdw 888 3.5000 0.0660 -vdw 889 3.5000 0.0660 -vdw 890 3.5000 0.0660 -vdw 891 3.5000 0.0660 -vdw 892 2.5000 0.0300 -vdw 893 3.2500 0.1700 -vdw 894 3.5500 0.0700 -vdw 895 3.2500 0.1700 -vdw 896 3.5500 0.0700 -vdw 897 3.5500 0.0760 -vdw 898 3.5500 0.0760 -vdw 899 2.4200 0.0300 -vdw 900 3.3000 0.0860 -vdw 901 3.3000 0.0860 -vdw 902 3.3000 0.0860 -vdw 903 3.3000 0.0860 -vdw 904 3.3000 0.0860 -vdw 905 2.9600 0.2100 -vdw 906 3.5000 0.0660 ################################## @@ -990,385 +88,7 @@ vdw 906 3.5000 0.0660 ################################## -bond 1 2 367.00 1.3800 -bond 1 3 420.00 1.3570 -bond 1 13 367.00 1.3600 -bond 1 19 450.00 1.2790 -bond 1 25 300.00 0.3000 -bond 1 47 420.00 1.3400 -bond 1 48 420.00 1.3540 -bond 1 82 420.00 1.3540 -bond 1 83 420.00 1.3540 -bond 1 84 420.00 1.3540 -bond 1 87 420.00 1.3540 -bond 1 88 420.00 1.3540 -bond 1 108 461.00 1.5700 -bond 2 2 260.00 1.5260 -bond 2 3 317.00 1.5220 -bond 2 5 386.00 1.4250 -bond 2 6 260.00 1.5260 -bond 2 10 260.00 1.5260 -bond 2 11 317.00 1.5000 -bond 2 12 317.00 1.5100 -bond 2 13 260.00 1.5260 -bond 2 14 317.00 1.5000 -bond 2 15 222.00 1.8100 -bond 2 16 222.00 1.8100 -bond 2 20 320.00 1.4250 -bond 2 24 337.00 1.4490 -bond 2 44 382.00 1.4480 -bond 2 48 317.00 1.5100 -bond 2 51 260.00 1.5260 -bond 2 53 367.00 1.4710 -bond 2 55 337.00 1.4630 -bond 2 80 317.00 1.4950 -bond 3 3 350.00 1.5100 -bond 3 4 570.00 1.2290 -bond 3 5 450.00 1.3640 -bond 3 6 317.00 1.5220 -bond 3 10 317.00 1.5220 -bond 3 12 469.00 1.4000 -bond 3 13 317.00 1.5220 -bond 3 19 400.00 1.4440 -bond 3 20 214.00 1.3270 -bond 3 21 300.00 1.7900 -bond 3 24 490.00 1.3350 -bond 3 44 317.00 1.5220 -bond 3 46 340.00 1.0900 -bond 3 47 410.00 1.4440 -bond 3 48 400.00 1.4900 -bond 3 50 385.00 1.4600 -bond 3 52 656.00 1.2500 -bond 3 56 457.00 1.3580 -bond 3 57 418.00 1.3880 -bond 3 60 447.00 1.4190 -bond 3 65 300.00 1.9800 -bond 3 84 400.00 1.4900 -bond 3 86 385.00 1.4600 -bond 3 105 424.00 1.3830 -bond 3 107 490.00 1.3350 -bond 4 25 553.00 0.3000 -bond 4 64 525.00 1.4800 -bond 4 89 570.00 1.2290 -bond 4 110 700.00 1.1710 -bond 5 6 386.00 1.4250 -bond 5 7 553.00 0.9450 -bond 5 10 386.00 1.4250 -bond 5 13 320.00 1.4100 -bond 5 20 250.00 1.4700 -bond 5 24 400.00 1.3800 -bond 5 25 340.00 0.3000 -bond 5 44 320.00 1.4500 -bond 5 47 450.00 1.3700 -bond 5 48 450.00 1.3640 -bond 5 51 320.00 1.3800 -bond 5 64 230.00 1.6100 -bond 5 79 450.00 1.6700 -bond 5 106 94.00 1.8000 -bond 5 108 374.00 1.6400 -bond 6 6 260.00 1.5260 -bond 6 10 260.00 1.5260 -bond 6 11 317.00 1.5000 -bond 6 13 260.00 1.5260 -bond 6 14 317.00 1.5000 -bond 6 15 222.00 1.8100 -bond 6 16 222.00 1.8100 -bond 6 20 320.00 1.4250 -bond 6 24 337.00 1.4490 -bond 6 44 382.00 1.4480 -bond 6 47 317.00 1.5100 -bond 6 51 260.00 1.5260 -bond 6 53 367.00 1.4710 -bond 6 55 337.00 1.4630 -bond 6 79 222.00 1.8100 -bond 6 105 337.00 1.4750 -bond 7 20 553.00 0.9450 -bond 7 25 340.00 0.1000 -bond 9 9 530.00 1.3400 -bond 9 11 530.00 1.3400 -bond 9 14 530.00 1.3400 -bond 10 10 260.00 1.5260 -bond 10 11 317.00 1.5000 -bond 10 14 317.00 1.5000 -bond 10 20 320.00 1.4250 -bond 10 24 337.00 1.4490 -bond 10 44 382.00 1.4480 -bond 10 105 337.00 1.4750 -bond 11 11 530.00 1.3400 -bond 11 13 317.00 1.5000 -bond 11 14 530.00 1.3400 -bond 11 79 222.00 1.7600 -bond 12 12 469.00 1.4000 -bond 12 48 469.00 1.4000 -bond 12 60 469.00 1.4000 -bond 12 81 469.00 1.4000 -bond 13 13 268.00 1.5290 -bond 13 14 317.00 1.5000 -bond 13 15 222.00 1.8100 -bond 13 16 222.00 1.8100 -bond 13 18 390.00 1.4300 -bond 13 19 390.00 1.4700 -bond 13 20 320.00 1.4100 -bond 13 21 245.00 1.7810 -bond 13 22 340.00 1.7900 -bond 13 24 337.00 1.4490 -bond 13 25 340.00 0.3000 -bond 13 44 382.00 1.4480 -bond 13 46 340.00 1.0900 -bond 13 47 317.00 1.5100 -bond 13 48 317.00 1.5100 -bond 13 50 317.00 1.5100 -bond 13 51 268.00 1.5290 -bond 13 53 367.00 1.4710 -bond 13 55 337.00 1.4630 -bond 13 56 337.00 1.4490 -bond 13 57 337.00 1.4750 -bond 13 60 317.00 1.5100 -bond 13 64 212.00 1.8430 -bond 13 65 245.00 1.9450 -bond 13 66 200.00 2.1900 -bond 13 79 340.00 1.7700 -bond 13 80 317.00 1.4950 -bond 13 83 317.00 1.5040 -bond 13 84 317.00 1.5040 -bond 13 85 317.00 1.5040 -bond 13 87 317.00 1.4950 -bond 13 90 337.00 1.4490 -bond 13 91 280.00 1.5100 -bond 13 95 532.80 1.4600 -bond 13 101 382.00 1.4480 -bond 13 102 375.00 1.4900 -bond 13 104 212.00 1.8200 -bond 13 105 337.00 1.4750 -bond 13 107 337.00 1.4490 -bond 13 108 187.00 1.8600 -bond 13 109 317.00 1.5100 -bond 14 14 530.00 1.3400 -bond 15 17 274.00 1.3360 -bond 15 48 250.00 1.7400 -bond 16 16 166.00 2.0380 -bond 16 19 300.00 1.6850 -bond 16 24 250.00 1.7300 -bond 16 25 340.00 0.5000 -bond 16 47 250.00 1.7600 -bond 16 48 250.00 1.7600 -bond 16 61 250.00 1.7300 -bond 16 82 250.00 1.7600 -bond 16 84 250.00 1.7400 -bond 16 91 222.00 1.8100 -bond 16 108 144.00 2.1500 -bond 17 25 340.00 0.1000 -bond 18 18 550.00 1.1200 -bond 18 19 650.00 1.1570 -bond 18 48 400.00 1.4100 -bond 18 56 550.00 1.2400 -bond 19 19 1150.00 1.2100 -bond 19 21 330.00 1.6370 -bond 19 46 420.00 1.0800 -bond 19 47 400.00 1.4260 -bond 19 48 400.00 1.4510 -bond 19 50 400.00 1.4260 -bond 19 65 330.00 1.7840 -bond 19 88 400.00 1.4510 -bond 19 91 400.00 1.4510 -bond 20 20 250.00 1.4700 -bond 20 21 200.00 1.6900 -bond 20 24 320.00 1.4500 -bond 20 25 340.00 0.3000 -bond 20 44 320.00 1.4500 -bond 20 47 450.00 1.3700 -bond 20 48 450.00 1.3640 -bond 20 51 320.00 1.3800 -bond 20 60 340.00 1.3600 -bond 20 61 462.00 1.3990 -bond 20 64 230.00 1.6100 -bond 20 82 462.00 1.3570 -bond 20 84 340.00 1.3600 -bond 20 108 374.00 1.6400 -bond 21 25 300.00 0.3000 -bond 21 47 300.00 1.7250 -bond 21 48 300.00 1.7250 -bond 21 82 300.00 1.7250 -bond 21 83 300.00 1.7250 -bond 21 84 300.00 1.7250 -bond 21 87 300.00 1.7250 -bond 21 88 300.00 1.7250 -bond 21 108 223.00 2.0200 -bond 22 23 700.00 1.5300 -bond 22 25 340.00 0.5000 -bond 23 25 340.00 0.3000 -bond 23 79 700.00 1.4400 -bond 24 25 367.00 0.3000 -bond 24 45 434.00 1.0100 -bond 24 48 427.00 1.3810 -bond 24 59 427.00 1.3810 -bond 24 79 434.00 1.6700 -bond 24 84 427.00 1.3810 -bond 24 88 427.00 1.3810 -bond 24 91 337.00 1.4490 -bond 24 103 500.00 1.2700 -bond 24 106 40.00 2.0500 -bond 25 25 340.00 0.3000 -bond 25 44 340.00 0.3000 -bond 25 45 340.00 0.1000 -bond 25 46 340.00 0.3000 -bond 25 47 340.00 0.3000 -bond 25 48 367.00 0.3000 -bond 25 49 340.00 0.3000 -bond 25 53 340.00 0.3000 -bond 25 56 367.00 0.3000 -bond 25 61 367.00 0.3000 -bond 25 65 300.00 0.3000 -bond 25 103 340.00 0.1000 -bond 31 32 600.00 0.9572 -bond 31 33 900.00 0.1500 -bond 31 106 40.00 2.0500 -bond 34 35 529.60 0.9572 -bond 36 37 600.00 0.9572 -bond 36 38 900.00 0.1750 -bond 39 40 600.00 0.9572 -bond 39 41 900.00 0.7000 bond 42 43 600.00 1.0000 -bond 44 44 350.00 1.4450 -bond 44 45 434.00 1.0100 -bond 44 48 481.00 1.3400 -bond 44 79 340.00 1.7700 -bond 44 91 382.00 1.4480 -bond 44 108 266.00 1.7400 -bond 45 53 434.00 1.0100 -bond 45 55 434.00 1.0100 -bond 45 56 434.00 1.0100 -bond 45 57 434.00 1.0100 -bond 45 101 434.00 1.0100 -bond 45 105 434.00 1.0100 -bond 45 108 166.00 1.4800 -bond 46 47 340.00 1.0800 -bond 46 50 340.00 1.0800 -bond 46 51 340.00 1.0900 -bond 46 80 340.00 1.0800 -bond 46 91 340.00 1.0880 -bond 46 95 532.80 1.0840 -bond 46 108 166.00 1.4800 -bond 46 109 340.00 1.0800 -bond 47 47 549.00 1.3400 -bond 47 48 427.00 1.4330 -bond 47 50 549.00 1.3400 -bond 47 57 448.00 1.3650 -bond 47 58 367.00 1.0800 -bond 47 65 300.00 1.9000 -bond 47 66 250.00 2.0800 -bond 47 86 385.00 1.4600 -bond 47 91 317.00 1.5100 -bond 47 105 448.00 1.3650 -bond 47 110 700.00 1.3050 -bond 48 48 469.00 1.4000 -bond 48 49 367.00 1.0800 -bond 48 50 427.00 1.4330 -bond 48 53 400.00 1.4500 -bond 48 55 481.00 1.3400 -bond 48 56 483.00 1.3390 -bond 48 57 427.00 1.3810 -bond 48 60 469.00 1.4040 -bond 48 61 414.00 1.3910 -bond 48 64 220.00 1.7800 -bond 48 65 300.00 1.8700 -bond 48 66 250.00 2.0800 -bond 48 79 340.00 1.7700 -bond 48 81 469.00 1.4000 -bond 48 84 546.00 1.3670 -bond 48 86 469.00 1.4000 -bond 48 88 469.00 1.4210 -bond 48 91 317.00 1.4900 -bond 48 101 382.00 1.3850 -bond 48 102 400.00 1.4600 -bond 48 109 427.00 1.4330 -bond 49 59 367.00 1.0800 -bond 49 62 340.00 1.0800 -bond 49 82 367.00 1.0800 -bond 49 83 367.00 1.0800 -bond 49 84 367.00 1.0800 -bond 49 85 367.00 1.0800 -bond 49 87 367.00 1.0800 -bond 49 88 367.00 1.0800 -bond 50 50 385.00 1.4600 -bond 50 56 457.00 1.2900 -bond 50 84 549.00 1.3650 -bond 50 109 385.00 1.4600 -bond 51 105 337.00 1.4750 -bond 52 64 525.00 1.4800 -bond 53 54 434.00 1.0100 -bond 54 55 434.00 1.0100 -bond 55 59 481.00 1.3400 -bond 55 82 481.00 1.3400 -bond 56 56 500.00 1.3200 -bond 56 59 502.00 1.3240 -bond 56 60 461.00 1.3540 -bond 56 82 461.00 1.3540 -bond 56 86 483.00 1.3390 -bond 56 103 550.00 1.2100 -bond 56 109 457.00 1.2900 -bond 57 60 436.00 1.3740 -bond 57 61 400.00 1.3490 -bond 57 62 440.00 1.3710 -bond 57 81 428.00 1.3800 -bond 57 82 477.00 1.3430 -bond 57 84 427.00 1.3810 -bond 57 85 427.00 1.3810 -bond 57 86 385.00 1.4400 -bond 58 83 367.00 1.0800 -bond 58 84 367.00 1.0800 -bond 59 63 367.00 1.0800 -bond 60 60 520.00 1.3700 -bond 60 61 414.00 1.3910 -bond 60 80 388.00 1.4590 -bond 60 81 447.00 1.4190 -bond 60 87 469.00 1.4240 -bond 60 105 436.00 1.3740 -bond 61 61 400.00 1.2800 -bond 61 62 529.00 1.3040 -bond 61 82 488.00 1.3350 -bond 61 83 410.00 1.3940 -bond 61 84 410.00 1.3940 -bond 61 88 410.00 1.3200 -bond 62 63 367.00 1.0800 -bond 62 105 440.00 1.3710 -bond 63 82 367.00 1.0800 -bond 64 108 108.00 2.2500 -bond 65 82 300.00 1.8700 -bond 65 83 300.00 1.8700 -bond 65 84 300.00 1.8700 -bond 65 87 300.00 1.8700 -bond 65 88 300.00 1.8700 -bond 65 108 151.00 2.1900 -bond 66 82 250.00 2.0800 -bond 66 83 250.00 2.0800 -bond 66 84 250.00 2.0800 -bond 66 87 250.00 2.0800 -bond 66 88 250.00 2.0800 -bond 66 108 108.00 2.4400 -bond 77 78 500.00 1.8000 -bond 80 84 546.00 1.3520 -bond 82 86 385.00 1.4600 -bond 82 87 520.00 1.3700 -bond 83 84 520.00 1.3700 -bond 83 86 385.00 1.4600 -bond 84 84 512.00 1.3750 -bond 84 86 385.00 1.4600 -bond 84 87 546.00 1.3670 -bond 84 88 520.00 1.3700 -bond 85 85 520.00 1.3700 -bond 86 86 385.00 1.4600 -bond 86 87 385.00 1.4600 -bond 86 88 385.00 1.4600 -bond 87 87 469.00 1.4240 -bond 87 88 469.00 1.4240 -bond 89 90 490.00 1.3350 -bond 89 91 317.00 1.5220 -bond 90 91 337.00 1.4490 -bond 91 91 260.00 1.5200 -bond 102 103 550.00 1.2250 -bond 108 108 94.00 2.3200 -bond 109 109 549.00 1.3450 ################################ @@ -1378,2040 +98,7 @@ bond 109 109 549.00 1.3450 ################################ -angle 25 1 25 33.00 109.47 -angle 1 2 2 50.00 109.50 -angle 2 2 2 63.00 112.40 -angle 2 2 3 63.00 112.40 -angle 2 2 5 80.00 109.50 -angle 2 2 6 63.00 112.40 -angle 6 2 6 63.00 112.40 -angle 5 2 6 80.00 109.50 -angle 2 2 10 63.00 112.40 -angle 3 2 10 63.00 112.40 -angle 6 2 10 63.00 112.40 -angle 10 2 10 63.00 112.40 -angle 5 2 10 80.00 109.50 -angle 10 2 12 63.00 114.00 -angle 6 2 13 63.00 112.40 -angle 10 2 15 50.00 108.60 -angle 2 2 16 50.00 114.70 -angle 10 2 16 50.00 114.70 -angle 2 2 20 80.00 109.50 -angle 6 2 20 80.00 109.50 -angle 10 2 20 80.00 109.50 -angle 3 2 24 80.00 110.30 -angle 2 2 24 80.00 111.20 -angle 2 2 44 56.20 109.47 -angle 6 2 44 56.20 109.47 -angle 10 2 44 56.20 109.47 -angle 13 2 44 56.20 109.47 -angle 3 2 44 80.00 111.20 -angle 2 2 48 63.00 112.40 -angle 10 2 48 63.00 114.00 -angle 2 2 51 63.00 112.40 -angle 6 2 51 63.00 112.40 -angle 2 2 53 80.00 111.20 -angle 2 2 55 80.00 111.20 -angle 10 2 80 63.00 115.60 -angle 2 3 4 80.00 120.40 -angle 1 3 4 80.00 121.00 -angle 3 3 4 80.00 121.40 -angle 4 3 4 80.00 126.00 -angle 4 3 5 80.00 121.00 -angle 4 3 6 80.00 120.40 -angle 5 3 10 70.00 115.00 -angle 4 3 10 80.00 120.40 -angle 5 3 12 70.00 120.00 -angle 12 3 12 85.00 120.00 -angle 5 3 13 70.00 108.00 -angle 13 3 13 70.00 116.00 -angle 1 3 13 80.00 111.00 -angle 3 3 13 80.00 117.20 -angle 4 3 13 80.00 120.40 -angle 10 3 20 81.00 111.40 -angle 13 3 20 81.00 111.40 -angle 4 3 20 83.00 123.40 -angle 13 3 21 75.00 109.00 -angle 4 3 21 75.00 119.00 -angle 24 3 24 70.00 114.20 -angle 2 3 24 70.00 116.60 -angle 3 3 24 70.00 116.60 -angle 6 3 24 70.00 116.60 -angle 10 3 24 70.00 116.60 -angle 13 3 24 70.00 116.60 -angle 4 3 24 80.00 122.90 -angle 20 3 24 81.00 111.40 -angle 13 3 44 70.00 116.00 -angle 4 3 44 80.00 120.40 -angle 13 3 46 35.00 115.00 -angle 46 3 46 35.00 115.00 -angle 4 3 46 35.00 123.00 -angle 24 3 46 40.00 114.00 -angle 5 3 46 40.00 115.00 -angle 20 3 46 40.00 115.00 -angle 24 3 47 70.00 115.50 -angle 4 3 47 80.00 125.30 -angle 46 3 48 35.00 115.00 -angle 24 3 48 70.00 115.50 -angle 13 3 48 70.00 116.00 -angle 5 3 48 70.00 120.00 -angle 4 3 48 80.00 120.40 -angle 20 3 48 81.00 111.40 -angle 48 3 48 85.00 120.00 -angle 13 3 50 70.00 116.00 -angle 46 3 50 80.00 116.00 -angle 4 3 50 80.00 124.00 -angle 10 3 52 65.00 117.00 -angle 2 3 52 70.00 117.00 -angle 6 3 52 70.00 117.00 -angle 13 3 52 70.00 117.00 -angle 48 3 52 70.00 117.00 -angle 4 3 52 80.00 126.00 -angle 52 3 52 80.00 126.00 -angle 46 3 56 35.00 116.00 -angle 46 3 56 35.00 122.00 -angle 4 3 56 80.00 122.50 -angle 47 3 57 70.00 114.10 -angle 56 3 57 70.00 118.60 -angle 57 3 57 70.00 118.60 -angle 4 3 57 80.00 120.60 -angle 24 3 60 70.00 111.30 -angle 57 3 60 70.00 111.30 -angle 4 3 60 80.00 128.80 -angle 13 3 65 75.00 109.00 -angle 4 3 65 75.00 119.00 -angle 44 3 84 70.00 116.00 -angle 4 3 84 80.00 120.40 -angle 4 3 87 80.00 128.20 -angle 57 3 105 70.00 115.40 -angle 56 3 105 70.00 118.60 -angle 4 3 105 80.00 120.90 -angle 13 3 107 70.00 116.60 -angle 4 3 107 80.00 122.90 -angle 25 4 25 10.00 117.00 -angle 3 4 25 35.00 113.00 -angle 3 5 7 35.00 113.00 -angle 2 5 7 55.00 108.50 -angle 6 5 7 55.00 108.50 -angle 7 5 10 55.00 108.50 -angle 7 5 13 55.00 108.50 -angle 7 5 24 49.00 105.40 -angle 25 5 25 5.00 109.47 -angle 7 5 25 10.00 109.47 -angle 13 5 25 10.00 109.47 -angle 7 5 47 35.00 109.00 -angle 25 5 48 10.00 109.47 -angle 7 5 48 35.00 113.00 -angle 7 5 51 55.00 108.50 -angle 7 5 64 55.00 108.50 -angle 13 5 64 100.00 120.50 -angle 7 5 79 74.00 110.00 -angle 7 5 106 100.00 126.00 -angle 5 7 25 10.00 109.47 -angle 25 7 25 33.00 109.47 -angle 2 10 2 63.00 112.40 -angle 2 10 3 63.00 111.10 -angle 2 10 5 80.00 109.50 -angle 3 10 6 63.00 111.10 -angle 6 10 6 63.00 111.50 -angle 2 10 6 63.00 112.40 -angle 5 10 6 80.00 109.50 -angle 3 10 10 63.00 111.10 -angle 2 10 10 63.00 111.50 -angle 6 10 10 63.00 111.50 -angle 10 10 10 63.00 111.50 -angle 5 10 10 80.00 109.50 -angle 2 10 20 80.00 109.50 -angle 6 10 20 80.00 109.50 -angle 10 10 20 80.00 109.50 -angle 3 10 24 63.00 110.10 -angle 6 10 24 80.00 109.50 -angle 2 10 24 80.00 109.70 -angle 10 10 24 80.00 109.70 -angle 2 10 44 56.20 109.47 -angle 6 10 44 56.20 109.47 -angle 10 10 44 56.20 109.47 -angle 13 10 44 56.20 109.47 -angle 3 10 44 80.00 109.70 -angle 2 10 48 63.00 112.40 -angle 20 10 48 80.00 109.50 -angle 2 10 105 80.00 109.50 -angle 10 10 105 80.00 109.50 -angle 20 10 105 80.00 109.50 -angle 2 11 2 70.00 124.00 -angle 2 11 6 70.00 124.00 -angle 6 11 6 70.00 124.00 -angle 2 11 9 70.00 118.00 -angle 6 11 9 70.00 118.00 -angle 9 11 10 70.00 118.00 -angle 2 11 10 70.00 124.00 -angle 6 11 10 70.00 124.00 -angle 10 11 10 70.00 124.00 -angle 2 11 11 70.00 118.00 -angle 6 11 11 70.00 118.00 -angle 9 11 11 70.00 118.00 -angle 10 11 11 70.00 118.00 -angle 11 11 11 70.00 118.00 -angle 9 11 13 70.00 118.00 -angle 11 11 13 70.00 118.00 -angle 2 11 13 70.00 124.00 -angle 6 11 13 70.00 124.00 -angle 10 11 13 70.00 124.00 -angle 13 11 13 70.00 124.00 -angle 9 11 14 70.00 118.00 -angle 11 11 14 70.00 118.00 -angle 9 11 79 70.00 118.00 -angle 2 12 12 70.00 120.00 -angle 3 12 12 85.00 120.00 -angle 12 12 12 85.00 120.00 -angle 12 12 48 85.00 120.00 -angle 12 12 60 85.00 120.00 -angle 12 12 81 85.00 120.00 -angle 1 13 1 77.00 109.10 -angle 2 13 2 40.00 109.50 -angle 1 13 3 50.00 109.50 -angle 2 13 3 63.00 111.10 -angle 3 13 3 63.00 111.10 -angle 2 13 6 40.00 109.50 -angle 6 13 6 40.00 109.50 -angle 3 13 6 63.00 109.50 -angle 1 13 13 50.00 109.50 -angle 5 13 13 50.00 109.50 -angle 13 13 13 58.35 112.70 -angle 3 13 13 63.00 111.10 -angle 13 13 15 50.00 108.60 -angle 13 13 16 50.00 114.70 -angle 13 13 19 58.35 112.70 -angle 3 13 20 50.00 109.50 -angle 13 13 20 50.00 109.50 -angle 3 13 21 69.00 109.80 -angle 13 13 21 69.00 109.80 -angle 21 13 21 78.00 111.70 -angle 13 13 22 50.00 108.60 -angle 20 13 24 50.00 109.50 -angle 3 13 24 63.00 110.10 -angle 2 13 24 80.00 109.70 -angle 13 13 24 80.00 109.70 -angle 16 13 44 50.00 114.70 -angle 2 13 44 56.20 109.47 -angle 6 13 44 56.20 109.47 -angle 10 13 44 56.20 109.47 -angle 13 13 44 56.20 109.47 -angle 3 13 44 80.00 111.20 -angle 46 13 46 33.00 107.80 -angle 18 13 46 35.00 108.50 -angle 19 13 46 35.00 108.50 -angle 2 13 46 35.00 109.50 -angle 3 13 46 35.00 109.50 -angle 5 13 46 35.00 109.50 -angle 15 13 46 35.00 109.50 -angle 16 13 46 35.00 109.50 -angle 20 13 46 35.00 109.50 -angle 22 13 46 35.00 109.50 -angle 24 13 46 35.00 109.50 -angle 44 13 46 35.00 109.50 -angle 13 13 46 37.50 110.70 -angle 1 13 46 40.00 107.00 -angle 21 13 46 51.00 107.60 -angle 46 13 47 35.00 109.50 -angle 1 13 47 50.00 109.50 -angle 13 13 47 63.00 111.10 -angle 47 13 47 63.00 112.40 -angle 46 13 48 35.00 109.50 -angle 47 13 48 40.00 109.50 -angle 48 13 48 40.00 109.50 -angle 1 13 48 50.00 109.50 -angle 5 13 48 50.00 109.50 -angle 20 13 48 50.00 109.50 -angle 16 13 48 50.00 114.70 -angle 3 13 48 63.00 112.00 -angle 2 13 48 63.00 114.00 -angle 13 13 48 63.00 114.00 -angle 44 13 48 80.00 111.20 -angle 46 13 50 35.00 109.50 -angle 46 13 51 37.50 110.70 -angle 5 13 51 50.00 109.50 -angle 13 13 51 58.35 112.70 -angle 46 13 53 35.00 109.50 -angle 3 13 53 80.00 111.20 -angle 13 13 53 80.00 111.20 -angle 46 13 55 35.00 109.50 -angle 13 13 55 80.00 111.20 -angle 46 13 56 35.00 109.50 -angle 3 13 56 63.00 110.10 -angle 13 13 56 65.00 109.00 -angle 46 13 57 35.00 109.50 -angle 48 13 57 80.00 111.20 -angle 46 13 60 35.00 109.50 -angle 13 13 60 63.00 114.00 -angle 46 13 64 41.00 109.50 -angle 13 13 64 43.00 109.50 -angle 48 13 64 43.00 109.50 -angle 46 13 65 51.00 107.60 -angle 3 13 65 69.00 109.80 -angle 13 13 65 69.00 110.00 -angle 48 13 65 69.00 110.00 -angle 65 13 65 78.00 111.70 -angle 46 13 66 75.00 111.00 -angle 13 13 66 75.00 112.00 -angle 46 13 79 35.00 109.50 -angle 13 13 79 50.00 108.60 -angle 1 13 79 50.00 109.50 -angle 46 13 80 35.00 109.50 -angle 13 13 80 63.00 115.60 -angle 46 13 83 35.00 109.50 -angle 13 13 83 63.00 114.00 -angle 46 13 84 35.00 109.50 -angle 16 13 84 50.00 114.70 -angle 13 13 84 63.00 114.00 -angle 46 13 85 35.00 109.50 -angle 13 13 85 63.00 114.00 -angle 46 13 87 35.00 109.50 -angle 13 13 87 63.00 115.60 -angle 46 13 90 35.00 109.50 -angle 13 13 90 80.00 110.00 -angle 3 13 90 80.00 113.00 -angle 46 13 91 37.50 110.70 -angle 46 13 95 35.00 105.00 -angle 13 13 95 63.00 105.00 -angle 46 13 101 35.00 109.50 -angle 13 13 101 80.00 111.20 -angle 46 13 102 35.00 105.00 -angle 13 13 102 63.00 111.10 -angle 46 13 104 41.00 109.50 -angle 13 13 104 43.00 109.50 -angle 46 13 105 35.00 109.50 -angle 13 13 105 50.00 109.50 -angle 20 13 105 50.00 109.50 -angle 46 13 107 35.00 109.50 -angle 13 13 107 80.00 109.70 -angle 46 13 108 35.00 109.50 -angle 13 13 108 60.00 112.00 -angle 2 14 2 70.00 124.00 -angle 2 14 6 70.00 124.00 -angle 6 14 6 70.00 124.00 -angle 2 14 9 70.00 118.00 -angle 6 14 9 70.00 118.00 -angle 9 14 10 70.00 118.00 -angle 2 14 10 70.00 124.00 -angle 6 14 10 70.00 124.00 -angle 10 14 10 70.00 124.00 -angle 2 14 11 70.00 118.00 -angle 6 14 11 70.00 118.00 -angle 9 14 11 70.00 118.00 -angle 10 14 11 70.00 118.00 -angle 11 14 11 70.00 118.00 -angle 9 14 13 70.00 118.00 -angle 11 14 13 70.00 118.00 -angle 2 14 13 70.00 124.00 -angle 6 14 13 70.00 124.00 -angle 10 14 13 70.00 124.00 -angle 13 14 13 70.00 124.00 -angle 2 14 14 70.00 118.00 -angle 6 14 14 70.00 118.00 -angle 9 14 14 70.00 118.00 -angle 10 14 14 70.00 118.00 -angle 11 14 14 70.00 118.00 -angle 13 14 14 70.00 118.00 -angle 14 14 14 70.00 118.00 -angle 17 15 17 35.00 92.07 -angle 2 15 17 44.00 96.00 -angle 6 15 17 44.00 96.00 -angle 13 15 17 44.00 96.00 -angle 25 15 25 5.00 109.47 -angle 13 15 25 10.00 109.47 -angle 33 15 33 10.00 160.00 -angle 2 15 33 150.00 96.70 -angle 6 15 33 150.00 96.70 -angle 13 15 33 150.00 96.70 -angle 17 15 33 150.00 96.70 -angle 17 15 48 50.00 96.00 -angle 2 16 6 62.00 98.90 -angle 13 16 13 62.00 98.90 -angle 2 16 16 68.00 103.70 -angle 6 16 16 68.00 103.70 -angle 13 16 16 68.00 103.70 -angle 13 16 19 65.00 100.00 -angle 25 16 25 5.00 109.47 -angle 13 16 25 10.00 109.47 -angle 33 16 33 10.00 160.00 -angle 2 16 33 150.00 96.70 -angle 6 16 33 150.00 96.70 -angle 13 16 33 150.00 96.70 -angle 16 16 33 150.00 96.70 -angle 13 16 48 62.00 104.20 -angle 47 16 48 62.00 104.20 -angle 24 16 60 74.00 92.40 -angle 25 16 61 10.00 130.00 -angle 25 16 82 10.00 130.00 -angle 60 16 82 74.00 97.00 -angle 25 16 84 10.00 130.00 -angle 82 16 84 74.00 90.00 -angle 60 16 84 74.00 97.00 -angle 84 16 84 74.00 97.00 -angle 13 16 91 62.00 94.00 -angle 15 17 25 10.00 109.47 -angle 25 17 25 33.00 109.47 -angle 13 18 19 150.00 180.00 -angle 19 18 48 170.00 180.00 -angle 18 18 56 100.00 180.00 -angle 13 19 18 150.00 180.00 -angle 16 19 19 140.00 180.00 -angle 13 19 19 150.00 180.00 -angle 18 19 25 10.00 90.00 -angle 19 19 46 112.00 180.00 -angle 18 19 47 150.00 180.00 -angle 19 19 47 160.00 180.00 -angle 18 19 48 150.00 180.00 -angle 19 19 48 160.00 180.00 -angle 19 19 50 160.00 180.00 -angle 18 19 55 150.00 180.00 -angle 18 19 88 150.00 180.00 -angle 2 20 2 100.00 111.80 -angle 2 20 3 83.00 116.90 -angle 3 20 6 83.00 116.90 -angle 2 20 6 100.00 111.80 -angle 2 20 7 55.00 108.50 -angle 7 20 10 55.00 108.50 -angle 3 20 10 83.00 116.90 -angle 10 20 10 100.00 111.80 -angle 13 20 13 60.00 109.50 -angle 3 20 13 83.00 116.90 -angle 25 20 25 5.00 109.47 -angle 13 20 25 10.00 109.47 -angle 13 20 47 75.00 111.00 -angle 25 20 48 10.00 109.47 -angle 13 20 48 75.00 111.00 -angle 47 20 48 75.00 111.00 -angle 48 20 48 75.00 111.00 -angle 3 20 48 83.00 116.90 -angle 2 20 48 100.00 111.80 -angle 13 20 51 60.00 109.50 -angle 2 20 51 100.00 113.00 -angle 6 20 51 100.00 113.00 -angle 10 20 51 100.00 113.00 -angle 24 20 60 70.00 104.50 -angle 25 20 61 10.00 125.00 -angle 2 20 64 100.00 120.50 -angle 6 20 64 100.00 120.50 -angle 10 20 64 100.00 120.50 -angle 13 20 64 100.00 120.50 -angle 48 20 64 100.00 120.50 -angle 64 20 64 100.00 120.50 -angle 25 20 82 10.00 125.00 -angle 60 20 82 70.00 106.50 -angle 82 20 82 70.00 107.00 -angle 25 20 84 10.00 125.00 -angle 82 20 84 70.00 104.00 -angle 60 20 84 70.00 106.50 -angle 84 20 84 70.00 106.50 -angle 61 20 84 70.00 108.90 -angle 108 20 108 20.00 145.00 -angle 13 20 108 40.00 130.00 -angle 25 21 25 33.00 109.47 -angle 13 22 13 62.00 96.00 -angle 13 22 23 74.00 107.00 -angle 23 22 25 10.00 90.00 -angle 2 24 3 50.00 121.90 -angle 3 24 3 70.00 126.40 -angle 3 24 5 46.00 115.70 -angle 2 24 6 50.00 121.90 -angle 3 24 6 50.00 121.90 -angle 2 24 10 50.00 118.00 -angle 3 24 10 50.00 121.90 -angle 13 24 13 50.00 118.00 -angle 3 24 13 50.00 121.90 -angle 3 24 16 70.00 112.00 -angle 3 24 20 70.00 108.60 -angle 3 24 25 10.00 109.50 -angle 25 24 45 10.00 100.00 -angle 5 24 45 35.00 110.20 -angle 3 24 45 35.00 119.80 -angle 45 24 45 35.00 120.00 -angle 2 24 45 38.00 118.40 -angle 6 24 45 38.00 118.40 -angle 10 24 45 38.00 118.40 -angle 13 24 45 38.00 118.40 -angle 45 24 48 35.00 119.80 -angle 13 24 48 50.00 118.00 -angle 3 24 48 50.00 121.90 -angle 48 24 48 70.00 118.00 -angle 54 24 54 35.00 120.00 -angle 45 24 59 35.00 118.00 -angle 3 24 59 70.00 125.20 -angle 13 24 79 50.00 120.00 -angle 45 24 79 100.00 111.00 -angle 45 24 84 35.00 119.80 -angle 48 24 84 70.00 118.00 -angle 16 24 86 70.00 117.00 -angle 45 24 87 35.00 119.80 -angle 48 24 87 70.00 118.00 -angle 45 24 88 35.00 119.80 -angle 48 24 88 70.00 118.00 -angle 45 24 91 40.00 113.00 -angle 3 24 91 55.00 128.00 -angle 48 24 103 70.00 121.00 -angle 3 24 106 20.00 126.00 -angle 25 25 25 33.00 109.47 -angle 32 31 32 75.00 104.52 -angle 32 31 33 50.00 52.26 -angle 35 34 35 34.05 104.52 -angle 37 36 37 75.00 109.50 -angle 37 36 38 50.00 54.75 -angle 40 39 40 75.00 104.52 -angle 41 39 41 50.00 109.47 -angle 40 39 41 50.00 110.6948 angle 43 42 43 75.00 109.47 -angle 2 44 2 51.80 107.20 -angle 2 44 6 51.80 107.20 -angle 6 44 6 51.80 107.20 -angle 2 44 10 51.80 107.20 -angle 6 44 10 51.80 107.20 -angle 10 44 10 51.80 107.20 -angle 2 44 13 51.80 107.20 -angle 6 44 13 51.80 107.20 -angle 10 44 13 51.80 107.20 -angle 13 44 13 51.80 107.20 -angle 3 44 13 63.00 111.10 -angle 25 44 45 10.00 100.00 -angle 13 44 45 35.00 109.50 -angle 2 44 45 43.20 108.10 -angle 6 44 45 43.20 108.10 -angle 10 44 45 43.20 108.10 -angle 45 44 45 43.60 106.40 -angle 25 44 48 10.00 109.50 -angle 45 44 48 35.00 116.00 -angle 13 44 48 50.00 116.00 -angle 48 44 48 50.00 116.00 -angle 3 44 48 63.00 112.00 -angle 45 44 79 35.00 115.00 -angle 13 44 79 50.00 108.60 -angle 48 44 79 50.00 108.60 -angle 48 44 91 50.00 109.50 -angle 25 45 25 33.00 109.47 -angle 25 45 44 10.00 109.50 -angle 25 46 25 33.00 109.47 -angle 13 46 25 37.50 109.47 -angle 1 47 1 80.00 108.00 -angle 1 47 3 80.00 121.50 -angle 3 47 6 85.00 119.70 -angle 3 47 13 70.00 119.70 -angle 13 47 13 70.00 130.00 -angle 25 47 46 10.00 90.00 -angle 20 47 46 35.00 114.50 -angle 13 47 46 35.00 117.00 -angle 46 47 46 35.00 117.00 -angle 3 47 46 35.00 119.70 -angle 19 47 46 35.00 120.00 -angle 1 47 46 50.00 112.00 -angle 21 47 46 60.00 114.00 -angle 25 47 47 2.00 90.00 -angle 46 47 47 35.00 120.00 -angle 5 47 47 70.00 123.00 -angle 20 47 47 70.00 123.00 -angle 13 47 47 70.00 124.00 -angle 19 47 47 70.00 124.00 -angle 21 47 47 75.00 121.50 -angle 1 47 47 80.00 121.50 -angle 16 47 47 85.00 119.40 -angle 3 47 47 85.00 120.70 -angle 46 47 48 35.00 123.30 -angle 47 47 48 85.00 117.00 -angle 13 47 48 85.00 119.70 -angle 25 47 50 2.00 90.00 -angle 46 47 50 35.00 120.00 -angle 5 47 50 70.00 123.00 -angle 20 47 50 70.00 123.00 -angle 13 47 50 70.00 124.00 -angle 46 47 57 35.00 119.10 -angle 13 47 57 70.00 120.00 -angle 20 47 57 70.00 120.00 -angle 47 47 57 70.00 121.20 -angle 16 47 57 85.00 119.40 -angle 57 47 58 35.00 119.10 -angle 47 47 58 35.00 119.70 -angle 46 47 65 60.00 114.00 -angle 47 47 65 75.00 120.00 -angle 46 47 91 35.00 135.00 -angle 3 47 91 70.00 119.70 -angle 47 47 91 70.00 124.00 -angle 46 47 105 35.00 119.10 -angle 58 47 105 35.00 119.10 -angle 13 47 105 70.00 120.00 -angle 20 47 105 70.00 120.00 -angle 47 47 105 70.00 121.20 -angle 16 47 105 85.00 119.40 -angle 46 47 110 40.00 121.00 -angle 13 47 110 80.00 122.00 -angle 48 47 110 80.00 122.00 -angle 1 47 110 80.00 125.00 -angle 2 48 12 70.00 120.00 -angle 12 48 12 85.00 120.00 -angle 3 48 13 70.00 119.70 -angle 25 48 48 10.00 90.00 -angle 48 48 48 63.00 120.00 -angle 2 48 48 70.00 120.00 -angle 5 48 48 70.00 120.00 -angle 10 48 48 70.00 120.00 -angle 13 48 48 70.00 120.00 -angle 15 48 48 70.00 120.00 -angle 19 48 48 70.00 120.00 -angle 20 48 48 70.00 120.00 -angle 24 48 48 70.00 120.00 -angle 44 48 48 70.00 120.00 -angle 47 48 48 70.00 124.00 -angle 21 48 48 75.00 120.00 -angle 1 48 48 80.00 120.00 -angle 18 48 48 80.00 120.00 -angle 16 48 48 85.00 119.40 -angle 3 48 48 85.00 120.00 -angle 25 48 49 2.00 90.00 -angle 24 48 49 35.00 119.10 -angle 3 48 49 35.00 120.00 -angle 48 48 49 35.00 120.00 -angle 48 48 50 70.00 124.00 -angle 48 48 53 70.00 120.00 -angle 55 48 55 70.00 120.00 -angle 47 48 55 70.00 120.10 -angle 48 48 55 70.00 120.10 -angle 49 48 56 35.00 116.00 -angle 13 48 56 70.00 116.00 -angle 44 48 56 70.00 116.00 -angle 55 48 56 70.00 119.30 -angle 5 48 56 70.00 120.00 -angle 47 48 56 70.00 121.50 -angle 50 48 56 70.00 121.50 -angle 48 48 56 70.00 124.00 -angle 21 48 56 75.00 120.00 -angle 49 48 57 35.00 120.00 -angle 48 48 57 70.00 108.70 -angle 55 48 57 70.00 116.00 -angle 13 48 57 70.00 120.00 -angle 47 48 57 70.00 121.50 -angle 56 48 57 70.00 123.30 -angle 49 48 60 35.00 120.00 -angle 48 48 60 63.00 120.00 -angle 57 48 60 70.00 108.70 -angle 56 48 60 70.00 117.30 -angle 55 48 60 70.00 123.50 -angle 2 48 60 70.00 128.60 -angle 13 48 60 70.00 128.60 -angle 49 48 61 35.00 119.10 -angle 48 48 61 70.00 108.70 -angle 57 48 61 70.00 123.30 -angle 48 48 64 85.00 119.40 -angle 48 48 65 75.00 120.00 -angle 48 48 66 75.00 120.00 -angle 48 48 79 85.00 119.40 -angle 49 48 81 35.00 120.00 -angle 48 48 81 85.00 120.00 -angle 49 48 84 35.00 126.90 -angle 60 48 84 63.00 106.40 -angle 48 48 84 70.00 107.40 -angle 49 48 86 35.00 120.00 -angle 48 48 86 63.00 120.00 -angle 56 48 86 70.00 124.00 -angle 49 48 88 35.00 128.20 -angle 101 48 101 70.00 111.80 -angle 56 48 101 70.00 124.10 -angle 48 48 102 85.00 120.00 -angle 48 48 109 70.00 124.00 -angle 25 50 46 10.00 90.00 -angle 19 50 46 35.00 120.00 -angle 25 50 47 2.00 90.00 -angle 46 50 47 35.00 120.00 -angle 3 50 47 70.00 118.70 -angle 13 50 47 70.00 124.00 -angle 46 50 48 35.00 123.30 -angle 47 50 48 85.00 117.00 -angle 25 50 50 2.00 90.00 -angle 46 50 50 35.00 120.00 -angle 13 50 50 70.00 124.00 -angle 47 50 50 70.00 124.00 -angle 50 50 84 35.00 106.00 -angle 46 50 84 35.00 122.00 -angle 46 50 109 35.00 120.00 -angle 13 50 109 70.00 124.00 -angle 47 50 109 70.00 124.00 -angle 6 51 6 40.00 109.50 -angle 5 51 13 50.00 109.50 -angle 13 51 20 50.00 109.50 -angle 2 51 20 80.00 109.50 -angle 6 51 20 80.00 109.50 -angle 5 51 20 92.60 111.55 -angle 20 51 20 92.60 111.55 -angle 46 51 46 33.00 109.50 -angle 5 51 46 35.00 109.50 -angle 20 51 46 35.00 109.50 -angle 13 51 46 37.50 110.70 -angle 46 51 105 35.00 109.50 -angle 13 51 105 50.00 109.50 -angle 20 51 105 50.00 109.50 -angle 13 53 13 50.00 113.00 -angle 13 53 25 10.00 100.00 -angle 45 53 45 43.60 109.50 -angle 25 53 48 10.00 100.00 -angle 13 53 48 55.00 114.00 -angle 2 53 54 35.00 109.50 -angle 6 53 54 35.00 109.50 -angle 13 53 54 35.00 109.50 -angle 48 53 54 35.00 109.50 -angle 54 53 54 35.00 109.50 -angle 25 53 82 10.00 100.00 -angle 13 55 13 50.00 118.00 -angle 45 55 45 35.00 113.00 -angle 13 55 45 35.00 118.40 -angle 45 55 48 35.00 120.00 -angle 2 55 48 50.00 123.20 -angle 6 55 48 50.00 123.20 -angle 13 55 48 50.00 123.20 -angle 2 55 54 35.00 118.40 -angle 13 55 54 35.00 118.40 -angle 48 55 54 35.00 120.00 -angle 54 55 54 35.00 120.00 -angle 45 55 59 35.00 120.00 -angle 3 56 13 70.00 120.50 -angle 13 56 18 70.00 120.00 -angle 25 56 48 5.00 120.00 -angle 45 56 48 35.00 113.00 -angle 13 56 48 50.00 118.00 -angle 48 56 48 70.00 117.00 -angle 3 56 48 70.00 120.50 -angle 13 56 56 70.00 117.00 -angle 48 56 56 70.00 117.00 -angle 25 56 59 5.00 119.80 -angle 48 56 59 70.00 118.60 -angle 59 56 59 70.00 118.60 -angle 59 56 60 70.00 111.00 -angle 48 56 60 70.00 112.20 -angle 59 56 82 70.00 111.00 -angle 48 56 86 70.00 117.00 -angle 13 56 103 70.00 114.00 -angle 3 57 3 70.00 126.40 -angle 3 57 45 35.00 116.80 -angle 45 57 47 35.00 119.20 -angle 3 57 47 70.00 121.60 -angle 45 57 48 35.00 118.00 -angle 3 57 48 70.00 125.20 -angle 48 57 48 70.00 125.20 -angle 45 57 60 30.00 125.80 -angle 13 57 60 70.00 125.80 -angle 60 57 61 56.00 113.10 -angle 45 57 61 56.00 118.40 -angle 13 57 61 70.00 118.40 -angle 48 57 61 70.00 118.40 -angle 45 57 62 30.00 128.80 -angle 60 57 62 70.00 105.40 -angle 48 57 62 70.00 109.80 -angle 13 57 62 70.00 128.80 -angle 45 57 81 35.00 123.10 -angle 45 57 82 35.00 120.00 -angle 61 57 82 56.00 113.10 -angle 60 57 82 70.00 109.80 -angle 45 57 84 35.00 120.00 -angle 61 57 84 56.00 113.10 -angle 60 57 84 70.00 109.80 -angle 82 57 84 70.00 109.80 -angle 84 57 84 70.00 109.80 -angle 81 57 84 70.00 111.60 -angle 45 57 85 35.00 120.00 -angle 82 57 85 70.00 109.80 -angle 24 59 55 70.00 116.00 -angle 49 59 56 35.00 115.45 -angle 13 59 56 70.00 115.50 -angle 55 59 56 70.00 119.30 -angle 24 59 56 70.00 123.30 -angle 56 59 56 70.00 129.10 -angle 56 59 63 35.00 115.45 -angle 13 60 48 70.00 120.00 -angle 48 60 48 85.00 134.90 -angle 56 60 57 70.00 126.20 -angle 57 60 60 70.00 106.20 -angle 20 60 60 70.00 110.60 -angle 16 60 60 70.00 111.00 -angle 13 60 60 70.00 120.00 -angle 24 60 60 70.00 127.70 -angle 56 60 60 70.00 127.70 -angle 48 60 60 85.00 117.30 -angle 3 60 60 85.00 119.20 -angle 60 60 61 70.00 111.00 -angle 24 60 61 70.00 126.20 -angle 3 60 61 70.00 130.00 -angle 48 60 61 70.00 132.40 -angle 12 60 80 85.00 134.90 -angle 48 60 80 85.00 134.90 -angle 80 60 81 85.00 108.80 -angle 12 60 81 85.00 116.20 -angle 48 60 81 85.00 116.20 -angle 3 60 84 70.00 130.00 -angle 60 60 87 70.00 107.30 -angle 57 60 87 70.00 107.70 -angle 81 60 87 85.00 108.80 -angle 12 60 87 85.00 134.90 -angle 48 60 87 85.00 134.90 -angle 60 60 105 70.00 106.20 -angle 56 60 105 70.00 126.20 -angle 48 61 48 70.00 125.20 -angle 25 61 57 10.00 125.00 -angle 25 61 61 10.00 125.00 -angle 60 61 62 70.00 103.80 -angle 25 61 82 10.00 125.00 -angle 61 61 82 70.00 109.00 -angle 60 61 82 70.00 110.00 -angle 82 61 83 70.00 110.00 -angle 57 61 84 70.00 104.10 -angle 82 61 84 70.00 110.00 -angle 57 61 88 70.00 104.10 -angle 20 61 88 70.00 105.30 -angle 49 62 57 35.00 120.00 -angle 49 62 61 35.00 120.00 -angle 57 62 61 70.00 113.90 -angle 57 62 63 35.00 123.05 -angle 61 62 63 35.00 123.05 -angle 49 62 105 35.00 120.00 -angle 63 62 105 35.00 123.05 -angle 61 62 105 70.00 113.90 -angle 5 64 5 45.00 102.60 -angle 4 64 5 100.00 108.23 -angle 4 64 13 45.00 109.50 -angle 5 64 20 45.00 102.60 -angle 20 64 20 45.00 102.60 -angle 13 64 20 45.00 109.50 -angle 4 64 20 100.00 108.23 -angle 4 64 48 45.00 109.50 -angle 5 64 48 45.00 109.50 -angle 20 64 48 45.00 109.50 -angle 5 64 52 45.00 108.23 -angle 13 64 52 45.00 109.50 -angle 20 64 52 100.00 108.23 -angle 52 64 52 140.00 119.90 -angle 25 65 25 33.00 109.47 -angle 25 66 25 33.00 109.47 -angle 78 77 78 150.00 180.00 -angle 6 79 11 62.00 98.90 -angle 13 79 13 62.00 102.00 -angle 5 79 13 75.00 96.40 -angle 5 79 23 74.00 108.70 -angle 13 79 23 74.00 108.90 -angle 23 79 23 104.00 119.00 -angle 13 79 24 100.00 103.00 -angle 23 79 24 120.00 107.00 -angle 13 79 44 62.00 102.00 -angle 23 79 44 74.00 108.90 -angle 13 79 48 62.00 102.00 -angle 23 79 48 74.00 107.20 -angle 5 79 48 75.00 96.40 -angle 24 79 48 100.00 103.00 -angle 13 79 82 62.00 102.00 -angle 46 80 60 35.00 126.80 -angle 2 80 60 70.00 128.60 -angle 13 80 60 70.00 128.60 -angle 46 80 84 35.00 126.80 -angle 2 80 84 70.00 125.00 -angle 13 80 84 70.00 125.00 -angle 60 80 84 85.00 106.40 -angle 12 81 57 70.00 132.80 -angle 48 81 57 70.00 132.80 -angle 57 81 60 70.00 104.40 -angle 12 81 60 85.00 122.70 -angle 48 81 60 85.00 122.70 -angle 13 82 16 70.00 125.00 -angle 16 82 24 70.00 125.00 -angle 16 82 44 70.00 120.20 -angle 20 82 49 35.00 117.00 -angle 16 82 49 35.00 125.00 -angle 49 82 57 35.00 120.00 -angle 57 82 57 70.00 120.00 -angle 13 82 57 70.00 125.00 -angle 48 82 57 70.00 125.00 -angle 56 82 57 70.00 126.20 -angle 49 82 61 35.00 120.00 -angle 16 82 61 70.00 113.60 -angle 16 82 61 70.00 115.00 -angle 20 82 61 70.00 115.00 -angle 57 82 61 70.00 120.00 -angle 13 82 61 70.00 125.00 -angle 44 82 61 70.00 126.10 -angle 24 82 61 70.00 126.20 -angle 57 82 79 70.00 120.00 -angle 61 82 79 70.00 120.00 -angle 20 82 86 70.00 122.00 -angle 61 82 86 70.00 130.00 -angle 57 82 87 70.00 106.20 -angle 56 82 87 70.00 127.70 -angle 49 83 61 35.00 120.00 -angle 48 83 61 70.00 111.00 -angle 13 83 61 70.00 124.50 -angle 49 83 84 35.00 128.20 -angle 61 83 84 70.00 111.00 -angle 13 83 84 70.00 130.70 -angle 13 84 16 70.00 125.00 -angle 13 84 20 70.00 121.60 -angle 16 84 24 70.00 125.00 -angle 20 84 49 35.00 113.40 -angle 16 84 49 35.00 125.00 -angle 48 84 49 35.00 130.70 -angle 49 84 50 35.00 130.70 -angle 20 84 50 70.00 110.00 -angle 49 84 57 35.00 121.60 -angle 13 84 57 70.00 121.60 -angle 48 84 57 70.00 121.60 -angle 3 84 57 85.00 120.00 -angle 57 84 58 35.00 120.00 -angle 13 84 61 70.00 118.90 -angle 49 84 80 35.00 120.00 -angle 57 84 80 70.00 108.70 -angle 49 84 83 35.00 130.70 -angle 57 84 83 70.00 106.30 -angle 20 84 83 70.00 108.00 -angle 16 84 83 70.00 111.00 -angle 13 84 83 70.00 130.70 -angle 13 84 84 70.00 120.00 -angle 57 84 84 70.00 120.00 -angle 61 84 84 70.00 120.00 -angle 20 84 86 70.00 121.60 -angle 57 84 86 70.00 121.60 -angle 49 84 87 35.00 132.10 -angle 57 84 87 70.00 107.70 -angle 20 84 87 70.00 110.60 -angle 16 84 87 70.00 111.00 -angle 61 84 87 70.00 111.90 -angle 13 84 87 70.00 132.10 -angle 48 84 87 70.00 132.10 -angle 86 84 87 70.00 132.10 -angle 3 84 87 85.00 120.00 -angle 49 85 57 35.00 120.00 -angle 13 85 57 70.00 121.60 -angle 49 85 85 35.00 130.70 -angle 57 85 85 70.00 106.30 -angle 13 85 85 70.00 130.70 -angle 48 86 48 63.00 120.00 -angle 48 86 56 70.00 124.00 -angle 48 86 82 63.00 120.00 -angle 48 86 83 63.00 120.00 -angle 48 86 84 63.00 120.00 -angle 48 86 86 63.00 120.00 -angle 56 86 86 70.00 124.00 -angle 48 86 87 63.00 120.00 -angle 48 86 88 63.00 120.00 -angle 49 87 60 35.00 120.00 -angle 46 87 60 35.00 126.80 -angle 13 87 60 70.00 128.60 -angle 49 87 84 35.00 125.70 -angle 46 87 84 35.00 126.80 -angle 84 87 84 70.00 103.80 -angle 82 87 84 70.00 110.40 -angle 2 87 84 70.00 125.00 -angle 13 87 84 70.00 125.00 -angle 3 87 84 70.00 130.00 -angle 60 87 84 85.00 106.40 -angle 84 87 86 70.00 125.70 -angle 49 87 87 35.00 127.50 -angle 60 87 87 70.00 107.30 -angle 84 87 87 70.00 107.30 -angle 86 87 87 70.00 127.50 -angle 84 87 88 70.00 103.80 -angle 48 88 49 35.00 128.60 -angle 49 88 61 35.00 118.90 -angle 13 88 61 70.00 118.90 -angle 19 88 61 70.00 118.90 -angle 61 88 87 70.00 111.90 -angle 4 89 90 80.00 134.00 -angle 90 89 91 70.00 91.00 -angle 4 89 91 80.00 134.00 -angle 13 90 89 55.00 127.00 -angle 89 90 91 50.00 94.00 -angle 13 90 91 50.00 126.00 -angle 24 91 46 35.00 108.00 -angle 13 91 46 35.00 114.30 -angle 44 91 46 35.00 114.30 -angle 46 91 46 35.00 114.30 -angle 16 91 46 37.50 108.00 -angle 46 91 47 35.00 109.50 -angle 46 91 89 37.50 110.00 -angle 24 91 89 70.00 117.00 -angle 46 91 90 35.00 111.00 -angle 16 91 90 55.00 109.00 -angle 91 91 91 30.00 79.20 -angle 13 91 91 37.50 117.20 -angle 44 91 91 37.50 117.20 -angle 46 91 91 37.50 117.20 -angle 24 91 91 37.50 126.00 -angle 16 91 91 55.00 128.00 -angle 89 91 91 63.00 85.00 -angle 47 91 91 63.00 114.00 -angle 90 91 91 80.00 89.00 -angle 13 95 13 172.80 120.00 -angle 13 95 46 144.00 120.00 -angle 13 101 45 35.00 109.50 -angle 45 101 45 43.60 106.40 -angle 45 101 48 50.00 112.50 -angle 13 101 48 50.00 120.50 -angle 13 102 103 80.00 117.50 -angle 48 102 103 80.00 117.50 -angle 103 102 103 80.00 125.00 -angle 25 103 25 10.00 109.50 -angle 25 103 102 10.00 109.50 -angle 13 104 13 45.00 109.50 -angle 3 105 10 70.00 117.60 -angle 3 105 13 70.00 117.60 -angle 3 105 45 35.00 119.20 -angle 45 105 47 35.00 119.20 -angle 13 105 47 70.00 121.20 -angle 3 105 47 70.00 121.60 -angle 3 105 51 70.00 117.60 -angle 47 105 51 70.00 121.20 -angle 45 105 60 30.00 125.80 -angle 6 105 60 70.00 125.80 -angle 10 105 60 70.00 125.80 -angle 13 105 60 70.00 125.80 -angle 51 105 60 70.00 125.80 -angle 45 105 62 30.00 128.80 -angle 60 105 62 70.00 105.40 -angle 6 105 62 70.00 128.80 -angle 10 105 62 70.00 128.80 -angle 13 105 62 70.00 128.80 -angle 51 105 62 70.00 128.80 -angle 4 106 24 20.00 109.50 -angle 24 106 24 20.00 109.50 -angle 13 107 13 50.00 118.00 -angle 3 107 13 50.00 121.90 -angle 1 108 13 35.00 110.50 -angle 13 108 13 60.00 110.00 -angle 13 108 20 60.00 100.00 -angle 20 108 20 60.00 110.00 -angle 13 108 21 35.00 110.50 -angle 45 108 45 35.00 109.50 -angle 13 108 45 35.00 110.50 -angle 46 108 46 35.00 109.50 -angle 13 108 46 35.00 110.50 -angle 13 108 65 35.00 110.50 -angle 13 108 66 35.00 110.50 -angle 13 108 108 50.00 112.00 -angle 46 109 48 35.00 123.30 -angle 46 109 50 35.00 120.00 -angle 13 109 50 70.00 124.00 -angle 46 109 109 35.00 120.00 -angle 13 109 109 70.00 124.00 -angle 50 109 109 70.00 124.00 -angle 48 109 109 85.00 117.00 -angle 4 110 47 160.00 180.00 -angle 47 110 47 160.00 180.00 - - - ################################ - ## ## - ## Urey-Bradley Parameters ## - ## ## - ################################ - - -ureybrad 35 34 35 38.25 1.5537 - - - ##################################### - ## ## - ## Improper Torsional Parameters ## - ## ## - ##################################### - - -imptors 0 0 3 4 21.000 180.0 2 -imptors 0 0 3 52 21.000 180.0 2 -imptors 0 0 24 0 5.000 180.0 2 -imptors 0 0 47 0 30.000 180.0 2 -imptors 0 0 48 0 5.000 180.0 2 - - - ############################ - ## ## - ## Torsional Parameters ## - ## ## - ############################ - - - ################################################################### - ## ## - ## Alternative Torsional Parameter Values for Use with OPLS-AA ## - ## ## - ## For some torsions, OPLS-AA has multiple possible parameter ## - ## values; the list below shows functional groups for which ## - ## these alternate (commented) values should be preferred; the ## - ## values are in the same order as in the full parameter list ## - ## ## - ## 4 3 3 36 generic (default) ## - ## 4 3 3 36 dicarbonyls ## - ## 36 3 3 36 hydrocarbon (default) ## - ## 36 3 3 36 dicarbonyls ## - ## 13 3 5 7 carboxylic acid (default) ## - ## 13 3 5 7 1,2-diacid monoanion ## - ## 4 3 13 13 peptide (default) ## - ## 4 3 13 13 propanamide ## - ## 4 3 13 13 carboxylic acid ## - ## 4 3 13 13 dicarboxylic acid ## - ## 4 3 13 13 aldyhyde, ketone, acyl halide ## - ## 4 3 13 13 1,2-diacid monoanion ## - ## 5 3 13 13 carboxylic acid (default) ## - ## 5 3 13 13 dicarboxylic acid ## - ## 35 3 13 13 peptide psi' (default) ## - ## 35 3 13 13 propanamide ## - ## 35 3 13 13 beta-3-peptide, last psi ## - ## 4 3 29 13 esters (default) ## - ## 4 3 29 13 benzoic esters ## - ## 7 5 13 13 alcohols (default) ## - ## 7 5 13 13 trifluoroethanol ## - ## 7 5 13 13 hexopyranoses ## - ## 7 5 13 36 alcohols (default) ## - ## 7 5 13 36 axial cyclohexanol ## - ## 7 5 13 36 trifluoroethanol ## - ## 0 13 13 13 alcohols, ethers (default) ## - ## 0 13 13 13 hexopyranoses ## - ## 3 13 13 3 dicarboxylic acid (default) ## - ## 3 13 13 3 1,2-diacid monoanion ## - ## 3 13 13 13 butanamide (default) ## - ## 3 13 13 13 carboxylate ion ## - ## 3 13 13 13 aldyhyde, ketone, acyl halide ## - ## 3 13 13 36 all carbonyls (default) ## - ## 3 13 13 36 dicarboxylic acid ## - ## 3 13 13 36 aldehyde, ketone, acyl halide ## - ## 5 13 13 5 diols only (default) ## - ## 5 13 13 5 triols only ## - ## 5 13 13 5 hexopyranoses ## - ## 13 13 13 13 hydrocarbon (default) ## - ## 13 13 13 13 perfluoroalkane ## - ## 13 13 13 35 peptide chi-1 (default) ## - ## 13 13 13 35 N-propylformamide ## - ## 36 13 13 69 generic (default) ## - ## 36 13 13 69 sulfone ## - ## 13 13 33 13 amine (default) ## - ## 13 13 33 13 exocyclic amine ## - ## 13 13 33 13 exocyclic 1,4-diamine ## - ## 13 13 33 34 amine (default) ## - ## 13 13 33 34 azetidine, 4-ring ## - ## 13 13 33 34 pyrrolidine, 5-ring ## - ## 13 13 33 34 cyclic amine ## - ## 13 13 33 34 cyclic 1,4-diamine ## - ## 13 13 35 3 peptide phi' (default) ## - ## 13 13 35 3 N-ethylformamide ## - ## 13 13 35 3 beta-3-peptide, first theta tors ## - ## 13 13 35 13 proline, CD-N-CA-CB (default) ## - ## 13 13 35 13 proline, CG-CD-N-CA ## - ## 36 13 35 3 peptide phi'' (default) ## - ## 36 13 35 3 N-methylformamide ## - ## 13 13 47 0 imidazole, indole, purine (default) ## - ## 13 13 47 0 nucleoside chi ## - ## 13 13 47 52 nucleoside (default) ## - ## 13 13 47 52 imidazole, indole, purine ## - ## 29 13 47 0 imidazole, indole, purine (default) ## - ## 29 13 47 0 nucleoside chi ## - ## 29 13 95 52 nucleoside (default) ## - ## 29 13 95 52 imidazole, indole, purine ## - ## 13 13 97 13 generic (default) ## - ## 13 13 97 13 generic ## - ## 17 15 38 0 aromatic thiol (default) ## - ## 17 15 38 0 aromatic thiol, N-C-S-H ## - ## 13 29 54 42 phosphonates (default) ## - ## 13 29 54 42 dimethyl phosphate ## - ## 34 35 72 16 diaryl amine (default) ## - ## 34 35 72 16 aniline-like ## - ## 34 35 72 29 diaryl amine (default) ## - ## 34 35 72 29 aniline-like ## - ## 13 40 40 37 diene (default) ## - ## 13 40 40 37 2-methyl-1,3-butadiene ## - ## 0 46 72 0 generic (default) ## - ## 0 46 72 0 generic ## - ## 0 47 72 0 generic (default) ## - ## 0 47 72 0 generic ## - ## 0 47 74 0 generic (default) ## - ## 0 47 74 0 generic ## - ## 0 47 74 0 generic ## - ## 0 51 72 0 generic (default) ## - ## 0 51 72 0 HA-CR-NB-?? or N?-CR-NB-?? ## - ## 0 72 77 0 generic (default) ## - ## 0 72 77 0 biphenyl-like, N-C-C-C ## - ## ## - ################################################################### - - -torsion 0 2 2 2 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 0 2 2 6 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 1 2 2 2 -2.000 0.0 1 0.700 180.0 2 3.000 0.0 3 -torsion 1 2 2 6 -2.000 0.0 1 0.700 180.0 2 3.000 0.0 3 -torsion 2 2 2 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 6 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 10 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 13 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 2 65 -2.000 0.0 1 0.500 180.0 2 3.250 0.0 3 -torsion 6 2 2 6 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 6 2 2 65 -2.000 0.0 1 0.500 180.0 2 3.250 0.0 3 -torsion 10 2 2 10 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 6 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 10 2 5 7 0.300 0.0 1 0.000 180.0 2 1.300 0.0 3 -torsion 0 2 10 2 -2.500 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 10 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 2 2 13 2 -3.400 0.0 1 1.250 180.0 2 3.100 0.0 3 -torsion 6 2 20 2 -7.400 0.0 1 3.000 180.0 2 1.800 0.0 3 -torsion 6 2 20 6 -8.400 0.0 1 3.000 180.0 2 1.800 0.0 3 -torsion 4 3 3 4 1.600 0.0 1 3.200 180.0 2 0.000 0.0 3 -torsion 4 3 3 13 0.000 0.0 1 0.500 180.0 2 0.000 0.0 3 -torsion 4 3 3 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 3 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 4 3 3 36 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 13 3 3 13 0.700 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 13 3 3 24 -0.500 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 13 3 3 46 0.800 0.0 1 -0.760 180.0 2 0.000 0.0 3 -torsion 24 3 3 46 -0.900 0.0 1 0.300 180.0 2 0.000 0.0 3 -torsion 46 3 3 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -#torsion 36 3 3 36 0.800 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 3 5 7 3.000 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 4 3 5 7 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 13 3 5 7 1.500 0.0 1 5.500 180.0 2 0.000 0.0 3 -#torsion 13 3 5 7 3.200 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 24 3 5 7 -2.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 46 3 5 7 1.500 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 48 3 5 7 4.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 1 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 3 3 13 46 0.000 0.0 1 0.000 180.0 2 0.085 0.0 3 -torsion 4 3 13 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 0.000 0.0 1 1.166 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 0.000 0.0 1 0.546 180.0 2 0.000 0.0 3 -#torsion 4 3 13 13 -0.750 0.0 1 -0.550 180.0 2 -0.250 0.0 3 -#torsion 4 3 13 13 -0.277 0.0 1 1.228 180.0 2 -0.694 0.0 3 -#torsion 4 3 13 13 -1.000 0.0 1 -1.900 180.0 2 -0.900 0.0 3 -torsion 4 3 13 21 -0.650 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 44 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 4 3 13 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 13 48 0.000 0.0 1 0.546 180.0 2 0.000 0.0 3 -torsion 5 3 13 13 0.000 0.0 1 1.412 180.0 2 0.000 0.0 3 -#torsion 5 3 13 13 1.000 0.0 1 0.546 180.0 2 0.450 0.0 3 -torsion 5 3 13 44 5.260 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 5 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 3 13 13 1.454 0.0 1 -0.144 180.0 2 -0.775 0.0 3 -torsion 13 3 13 46 0.000 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 20 3 13 13 0.000 0.0 1 0.000 180.0 2 -0.553 0.0 3 -torsion 20 3 13 46 0.000 0.0 1 0.000 180.0 2 0.132 0.0 3 -torsion 21 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 24 3 13 13 1.173 0.0 1 0.189 180.0 2 -1.200 0.0 3 -#torsion 35 3 13 13 3.250 0.0 1 -0.402 180.0 2 -0.136 0.0 3 -#torsion 35 3 13 13 3.260 0.0 1 0.440 180.0 2 0.600 0.0 3 -torsion 24 3 13 21 0.650 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 13 24 1.816 0.0 1 1.222 180.0 2 1.581 0.0 3 -torsion 24 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 48 3 13 46 0.000 0.0 1 0.000 180.0 2 0.275 0.0 3 -torsion 52 3 13 13 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 52 3 13 44 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 52 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 3 13 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 3 13 46 0.000 0.0 1 0.000 180.0 2 0.360 0.0 3 -torsion 107 3 13 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 20 13 0.000 0.0 1 5.124 180.0 2 0.000 0.0 3 -#torsion 4 3 29 13 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 4 3 20 48 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 13 3 20 13 4.669 0.0 1 5.124 180.0 2 0.000 0.0 3 -torsion 13 3 20 48 1.500 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 24 3 20 13 -2.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 46 3 20 13 4.669 0.0 1 5.124 180.0 2 0.000 0.0 3 -torsion 48 3 20 13 4.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 3 3 24 13 0.400 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 3 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 24 5 0.000 0.0 1 6.603 180.0 2 0.000 0.0 3 -torsion 4 3 24 13 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 24 47 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 48 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 3 24 91 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 5 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 5 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 24 5 4.542 0.0 1 6.603 180.0 2 1.045 0.0 3 -torsion 13 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 13 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 20 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 20 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 24 3 24 3 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 24 3 24 13 4.600 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 46 3 24 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 46 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 47 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 48 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 48 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 48 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 48 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 84 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 87 3 24 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 84 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 87 3 24 87 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 0 3 47 13 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 4 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 47 47 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 47 47 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 24 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 3 47 47 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 107 3 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 107 3 47 47 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 5 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 13 3 48 48 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 20 3 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 24 3 48 48 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 46 3 48 48 0.000 0.0 1 0.200 180.0 2 0.000 0.0 3 -torsion 0 3 50 13 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 4 3 50 47 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 50 47 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 13 3 50 47 0.800 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 13 3 56 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 3 56 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 3 56 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 3 56 45 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 3 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 4 3 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 57 2.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 4 3 82 61 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 82 3 82 57 -2.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 82 3 82 61 0.000 0.0 1 1.000 180.0 2 0.000 0.0 3 -torsion 4 3 84 20 -0.750 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 4 3 84 87 0.750 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 84 3 84 20 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 84 3 84 87 0.000 0.0 1 1.500 180.0 2 0.000 0.0 3 -torsion 48 3 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 3 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 4 3 87 84 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 4 3 87 87 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 24 3 87 84 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 24 3 87 87 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 4 3 107 13 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 13 3 107 13 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 3 109 109 2.500 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 5 3 109 109 3.200 0.0 1 -3.000 180.0 2 0.000 0.0 3 -torsion 0 4 106 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 10 2 0.300 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 7 5 10 6 0.300 0.0 1 0.000 180.0 2 0.500 0.0 3 -torsion 7 5 13 2 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 7 5 13 6 0.000 0.0 1 0.000 180.0 2 0.200 0.0 3 -torsion 7 5 13 13 -0.356 0.0 1 -0.174 180.0 2 0.492 0.0 3 -#torsion 7 5 13 13 4.478 0.0 1 -2.175 180.0 2 0.000 0.0 3 -#torsion 7 5 13 13 2.674 0.0 1 -2.883 180.0 2 1.026 0.0 3 -torsion 7 5 13 46 0.000 0.0 1 0.000 180.0 2 0.352 0.0 3 -#torsion 7 5 13 36 -2.589 0.0 1 -1.123 180.0 2 0.270 0.0 3 -#torsion 7 5 13 36 0.000 0.0 1 0.000 180.0 2 0.476 0.0 3 -torsion 7 5 13 47 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 13 48 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 13 50 -0.900 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 7 5 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 7 5 24 3 5.519 0.0 1 -6.700 180.0 2 0.581 0.0 3 -torsion 7 5 24 45 2.722 0.0 1 -5.154 180.0 2 0.000 0.0 3 -torsion 7 5 47 47 0.000 0.0 1 1.682 180.0 2 0.000 0.0 3 -torsion 7 5 48 48 0.000 0.0 1 1.682 180.0 2 0.000 0.0 3 -torsion 7 5 51 20 -1.257 0.0 1 -1.806 180.0 2 0.003 0.0 3 -torsion 7 5 56 3 3.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 7 5 64 4 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 64 5 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 13 -0.750 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 23 0.750 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 7 5 79 48 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 13 3 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 0 13 13 13 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -#torsion 0 13 13 13 -1.336 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 13 24 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 1 13 13 1 -2.500 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 1 13 13 5 0.000 0.0 1 0.000 180.0 2 0.540 0.0 3 -torsion 1 13 13 13 0.300 0.0 1 -0.400 180.0 2 0.400 0.0 3 -torsion 1 13 13 46 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 3 13 13 3 -0.550 0.0 1 0.000 180.0 2 1.000 0.0 3 -#torsion 3 13 13 3 0.800 0.0 1 0.000 180.0 2 0.900 0.0 3 -torsion 3 13 13 5 -6.180 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 13 13 -2.060 0.0 1 -0.313 180.0 2 0.315 0.0 3 -#torsion 3 13 13 13 -3.185 0.0 1 -0.825 180.0 2 0.493 0.0 3 -#torsion 3 13 13 13 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 15 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 3 13 13 16 -4.344 0.0 1 -1.714 180.0 2 0.000 0.0 3 -torsion 3 13 13 24 -9.000 0.0 1 2.000 180.0 2 0.800 0.0 3 -torsion 3 13 13 46 0.000 0.0 1 0.000 180.0 2 -0.100 0.0 3 -#torsion 3 13 13 36 0.000 0.0 1 0.000 180.0 2 0.074 0.0 3 -#torsion 3 13 13 36 0.000 0.0 1 0.000 180.0 2 -0.076 0.0 3 -torsion 3 13 13 48 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 80 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 5 13 13 5 9.508 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 5 13 13 5 12.234 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 5 13 13 5 9.066 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 13 -1.552 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 20 4.319 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 44 8.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 5 13 13 24 6.280 0.0 1 -1.467 180.0 2 2.030 0.0 3 -torsion 5 13 13 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 13 13 13 13 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -#torsion 13 13 13 13 6.622 0. 1 0.948 180. 2 -1.388 0. 3 -2.118 180. 4 -torsion 13 13 13 15 1.262 0.0 1 -0.198 180.0 2 0.465 0.0 3 -torsion 13 13 13 16 2.619 0.0 1 -0.620 180.0 2 0.258 0.0 3 -torsion 13 13 13 19 0.000 0.0 1 -0.650 180.0 2 0.000 0.0 3 -torsion 13 13 13 21 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 44 2.392 0.0 1 -0.674 180.0 2 0.550 0.0 3 -torsion 13 13 13 24 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -#torsion 13 13 13 35 1.964 0.0 1 0.000 180.0 2 0.659 0.0 3 -torsion 13 13 13 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 13 51 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -torsion 13 13 13 53 2.732 0.0 1 -0.229 180.0 2 0.485 0.0 3 -torsion 13 13 13 65 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 66 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 13 13 13 79 1.262 0.0 1 -0.198 180.0 2 0.465 0.0 3 -torsion 13 13 13 107 1.964 0.0 1 0.000 180.0 2 0.659 0.0 3 -torsion 13 13 13 108 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 15 13 13 46 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -torsion 16 13 13 46 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -torsion 19 13 13 46 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 20 13 13 20 -0.550 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 20 13 13 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 21 13 13 21 -0.250 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 13 44 2.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 13 46 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 44 13 13 44 11.035 0.0 1 -0.968 180.0 2 0.270 0.0 3 -torsion 44 13 13 46 -1.013 0.0 1 -0.709 180.0 2 0.473 0.0 3 -torsion 44 13 13 48 -0.800 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 46 0.000 0.0 1 0.000 180.0 2 0.464 0.0 3 -torsion 24 13 13 48 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 24 13 13 80 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 46 13 13 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 47 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 46 13 13 48 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 51 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 53 0.000 0.0 1 0.000 180.0 2 0.384 0.0 3 -torsion 46 13 13 55 0.000 0.0 1 0.000 180.0 2 -0.582 0.0 3 -torsion 46 13 13 59 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 62 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 65 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 13 66 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 13 79 0.000 0.0 1 0.000 180.0 2 0.452 0.0 3 -#torsion 36 13 13 69 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 13 80 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 82 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 83 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 84 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 87 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 88 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 13 102 0.000 0.0 1 0.000 180.0 2 -0.225 0.0 3 -torsion 46 13 13 104 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 13 107 0.000 0.0 1 0.000 180.0 2 0.464 0.0 3 -torsion 46 13 13 108 0.000 0.0 1 0.000 180.0 2 0.450 0.0 3 -torsion 46 13 13 109 0.000 0.0 1 0.000 180.0 2 0.366 0.0 3 -torsion 48 13 13 53 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 108 13 13 108 5.200 0.0 1 -0.500 180.0 2 0.000 0.0 3 -torsion 13 13 15 17 -0.759 0.0 1 -0.282 180.0 2 0.680 0.0 3 -torsion 46 13 15 17 0.000 0.0 1 0.000 180.0 2 0.480 0.0 3 -torsion 13 13 16 13 0.925 0.0 1 -0.576 180.0 2 0.677 0.0 3 -torsion 13 13 16 16 1.941 0.0 1 -0.836 180.0 2 0.935 0.0 3 -torsion 46 13 16 13 0.000 0.0 1 0.000 180.0 2 0.647 0.0 3 -torsion 46 13 16 16 0.000 0.0 1 0.000 180.0 2 0.558 0.0 3 -torsion 46 13 16 48 0.000 0.0 1 0.000 180.0 2 0.647 0.0 3 -torsion 0 13 18 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 18 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 19 18 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 19 19 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 20 13 -0.521 0.0 1 -2.018 180.0 2 1.996 0.0 3 -torsion 56 13 20 13 -0.500 0.0 1 -1.500 180.0 2 1.000 0.0 3 -torsion 57 13 20 13 -0.500 0.0 1 -1.500 180.0 2 1.000 0.0 3 -torsion 13 13 20 3 -1.220 0.0 1 -0.126 180.0 2 0.422 0.0 3 -torsion 13 13 20 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 13 20 64 -1.420 0.0 1 -0.620 180.0 2 0.100 0.0 3 -torsion 46 13 20 0 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 3 0.000 0.0 1 0.000 180.0 2 0.198 0.0 3 -torsion 46 13 20 47 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 48 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 51 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 46 13 20 64 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 44 13 0.416 0.0 1 -0.128 180.0 2 0.695 0.0 3 -#torsion 13 13 33 13 1.536 0.0 1 -0.128 180.0 2 0.695 0.0 3 -#torsion 13 13 33 13 1.464 0.0 1 -0.128 180.0 2 0.695 0.0 3 -torsion 13 13 44 45 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 0.000 0.0 1 4.000 180.0 2 0.000 0.0 3 -#torsion 13 13 33 34 0.200 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 0.819 0.0 1 -0.417 180.0 2 0.418 0.0 3 -#torsion 13 13 33 34 1.522 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 46 13 44 13 0.000 0.0 1 0.000 180.0 2 0.560 0.0 3 -torsion 46 13 44 45 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 46 13 44 48 0.000 0.0 1 0.000 180.0 2 0.560 0.0 3 -torsion 0 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 24 3 -2.365 0.0 1 0.912 180.0 2 -0.850 0.0 3 -torsion 3 13 24 13 -1.737 0.0 1 1.251 180.0 2 -3.501 0.0 3 -torsion 3 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 3 0.000 0.0 1 0.462 180.0 2 0.000 0.0 3 -#torsion 13 13 35 3 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -#torsion 13 13 35 3 1.130 0.0 1 -1.420 180.0 2 0.440 0.0 3 -torsion 13 13 24 13 4.753 0.0 1 -0.734 180.0 2 0.000 0.0 3 -#torsion 13 13 35 13 2.859 0.0 1 2.058 180.0 2 -11.266 0.0 3 -torsion 13 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 59 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 24 79 2.929 0.0 1 -2.533 180.0 2 0.497 0.0 3 -torsion 13 13 24 91 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 46 13 24 3 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 36 13 35 3 0.000 0.0 1 0.000 180.0 2 -0.139 0.0 3 -torsion 46 13 24 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 24 79 1.362 0.0 1 -1.457 180.0 2 0.149 0.0 3 -torsion 48 13 24 59 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 47 13 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -torsion 0 13 47 46 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 0 13 47 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 47 50 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 47 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 47 13 2.817 0.0 1 -0.169 180.0 2 0.543 0.0 3 -torsion 13 13 47 47 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 13 13 47 50 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 47 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 47 46 0.000 0.0 1 0.000 180.0 2 0.318 0.0 3 -torsion 46 13 47 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 47 50 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 47 110 0.000 0.0 1 0.000 180.0 2 -0.250 0.0 3 -torsion 47 13 47 13 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 47 13 47 46 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 0 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 48 48 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 48 56 -0.500 0.0 1 0.500 180.0 2 -0.500 0.0 3 -torsion 21 13 48 48 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 64 13 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 65 13 48 48 0.000 0.0 1 0.000 180.0 2 0.400 0.0 3 -torsion 0 13 50 47 0.500 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 50 50 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 50 50 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 13 50 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 13 13 51 0 1.711 0.0 1 -0.500 180.0 2 0.663 0.0 3 -torsion 13 13 51 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 51 20 0.000 0.0 1 0.000 180.0 2 0.468 0.0 3 -torsion 13 13 53 13 1.438 0.0 1 -0.124 180.0 2 0.264 0.0 3 -torsion 13 13 53 45 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 46 13 53 13 0.000 0.0 1 0.000 180.0 2 0.302 0.0 3 -torsion 46 13 53 45 0.000 0.0 1 0.000 180.0 2 0.261 0.0 3 -torsion 46 13 53 48 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 46 13 53 54 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 55 45 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 13 13 55 48 1.829 0.0 1 0.243 180.0 2 -0.498 0.0 3 -torsion 13 13 55 54 -0.190 0.0 1 -0.417 180.0 2 0.418 0.0 3 -torsion 46 13 55 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 55 45 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 55 48 0.000 0.0 1 0.000 180.0 2 0.177 0.0 3 -torsion 13 13 56 18 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 57 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 57 0 1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -#torsion 13 13 47 0 0.000 0.0 1 -0.576 180.0 2 0.000 0.0 3 -torsion 13 13 57 62 2.756 0.0 1 -0.872 180.0 2 -3.680 0.0 3 -#torsion 13 13 47 52 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 57 82 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 20 13 57 0 1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -#torsion 29 13 47 0 0.000 0.0 1 -1.876 180.0 2 0.000 0.0 3 -torsion 20 13 57 62 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 57 82 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 13 13 59 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 59 56 0.000 0.0 1 0.500 180.0 2 -0.500 0.0 3 -torsion 46 13 59 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 62 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 62 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 64 20 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 46 13 64 52 0.000 0.0 1 0.000 180.0 2 0.250 0.0 3 -torsion 48 13 64 20 2.250 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 13 64 52 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 79 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 79 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 79 5 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 13 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 23 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 46 13 79 48 0.000 0.0 1 0.000 180.0 2 0.350 0.0 3 -torsion 13 13 80 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 80 60 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 80 84 -0.714 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 60 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 80 84 0.000 0.0 1 0.000 180.0 2 -0.480 0.0 3 -torsion 13 13 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 82 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 83 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 83 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 84 0 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 84 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 84 57 1.700 0.0 1 -0.600 180.0 2 0.000 0.0 3 -torsion 21 13 84 0 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 84 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 1 13 87 0 0.000 0.0 1 0.450 180.0 2 0.000 0.0 3 -torsion 13 13 87 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 21 13 87 0 0.000 0.0 1 -0.400 180.0 2 0.000 0.0 3 -torsion 46 13 87 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 88 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 88 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 13 90 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 90 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 91 91 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 13 95 13 0.000 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 13 13 95 46 0.000 0.0 1 -1.000 180.0 2 0.000 0.0 3 -torsion 13 13 102 103 0.000 0.0 1 0.400 180.0 2 0.000 0.0 3 -torsion 46 13 102 103 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 104 13 1.000 0.0 1 -0.500 180.0 2 0.500 0.0 3 -torsion 46 13 104 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 0 13 105 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 105 0 1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 105 62 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 13 13 105 82 -1.000 0.0 1 -0.350 180.0 2 0.000 0.0 3 -torsion 20 13 105 0 1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 105 62 3.132 0.0 1 -1.491 180.0 2 2.744 0.0 3 -#torsion 29 13 95 52 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 20 13 105 82 -1.500 0.0 1 -1.500 180.0 2 0.000 0.0 3 -torsion 3 13 107 13 -1.737 0.0 1 1.251 180.0 2 -3.501 0.0 3 -torsion 13 13 107 3 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 13 13 107 13 4.753 0.0 1 -0.734 180.0 2 0.000 0.0 3 -#torsion 13 13 97 13 2.859 0.0 1 2.058 180.0 2 -11.266 0.0 3 -torsion 46 13 107 3 0.000 0.0 1 0.000 180.0 2 -0.139 0.0 3 -torsion 46 13 107 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 107 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 108 13 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 108 45 0.000 0.0 1 0.000 180.0 2 0.260 0.0 3 -torsion 46 13 108 13 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 46 13 108 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 13 108 45 0.000 0.0 1 0.000 180.0 2 0.180 0.0 3 -torsion 13 13 109 109 0.346 0.0 1 0.405 180.0 2 -0.904 0.0 3 -torsion 46 13 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 13 109 46 0.000 0.0 1 0.000 180.0 2 0.318 0.0 3 -torsion 46 13 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 17 15 48 0 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -#torsion 17 15 38 0 -3.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 17 15 48 48 0.000 0.0 1 1.100 180.0 2 0.000 0.0 3 -torsion 13 16 16 13 0.000 0.0 1 -7.414 180.0 2 1.705 0.0 3 -torsion 13 16 48 48 0.000 0.0 1 0.600 180.0 2 0.000 0.0 3 -torsion 13 16 48 56 1.600 0.0 1 5.100 180.0 2 0.000 0.0 3 -torsion 13 16 59 56 0.000 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 84 16 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 16 82 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 83 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 16 84 88 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 16 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 18 48 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 18 48 48 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 18 18 56 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 18 18 56 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 19 19 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 19 19 109 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 19 19 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 19 19 109 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 19 19 47 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 20 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 20 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 20 47 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 20 47 46 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 13 20 47 47 -3.500 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 47 50 -3.500 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 3 20 48 48 0.000 0.0 1 2.500 180.0 2 0.000 0.0 3 -torsion 13 20 48 48 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 48 56 0.400 0.0 1 5.500 180.0 2 0.000 0.0 3 -torsion 64 20 48 48 0.000 0.0 1 2.990 180.0 2 0.000 0.0 3 -torsion 13 20 51 5 -0.375 0.0 1 -1.358 180.0 2 0.004 0.0 3 -torsion 13 20 51 13 0.650 0.0 1 -0.250 180.0 2 0.670 0.0 3 -torsion 13 20 51 20 -0.375 0.0 1 -1.358 180.0 2 0.004 0.0 3 -torsion 13 20 51 46 0.000 0.0 1 0.000 180.0 2 0.760 0.0 3 -torsion 13 20 56 3 3.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 13 20 59 56 0.000 0.0 1 5.200 180.0 2 0.000 0.0 3 -torsion 0 20 64 52 0.000 0.0 1 0.000 180.0 2 0.562 0.0 3 -torsion 13 20 64 13 3.500 0.0 1 -3.300 180.0 2 1.500 0.0 3 -torsion 13 20 64 52 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -#torsion 13 29 54 42 0.900 0.0 1 -2.930 180.0 2 2.640 0.0 3 -torsion 48 20 64 4 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 84 20 82 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 20 84 88 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 20 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 84 20 84 87 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 108 20 108 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 108 20 108 20 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 44 44 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 44 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 45 44 44 45 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 44 48 48 -7.582 0.0 1 3.431 180.0 2 3.198 0.0 3 -torsion 45 44 48 48 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 59 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 82 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 84 44 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 44 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 44 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 44 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 44 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 3 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 13 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 59 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 82 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 84 24 48 48 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 59 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 45 24 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 24 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 24 79 48 2.074 0.0 1 -2.966 180.0 2 2.473 0.0 3 -torsion 45 24 79 48 1.671 0.0 1 -4.901 180.0 2 0.669 0.0 3 -torsion 13 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -#torsion 34 35 72 16 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 45 24 82 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -#torsion 34 35 72 29 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 45 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 0 24 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 84 84 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 45 24 84 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 24 84 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 84 16 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 24 84 20 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 3 24 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 47 24 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 47 24 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 24 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 24 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 24 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 24 91 89 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 3 24 91 91 -1.396 0.0 1 -0.427 180.0 2 0.000 0.0 3 -torsion 45 24 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 45 24 91 89 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 45 24 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 24 106 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 47 46 47 13 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 47 46 47 46 0.000 0.0 1 -8.000 180.0 2 0.000 0.0 3 -torsion 0 47 47 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 47 47 19 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 3 47 47 24 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 3 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 5 47 47 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 5 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 19 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 20 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 19 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 20 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 21 47 47 21 -1.600 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 21 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 47 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 47 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 48 48 0.205 0.0 1 -0.531 180.0 2 0.000 0.0 3 -torsion 46 47 48 48 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 47 48 56 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 47 48 48 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 13 47 50 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 47 50 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 24 47 50 3 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 47 50 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 0 47 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 47 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 3 47 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 47 86 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 47 86 24 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 47 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 47 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 13 47 110 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 47 110 47 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 48 48 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 1 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 1 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 21 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 21 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 44 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 47 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 55 0.0 0. 1 1.62 180. 2 0.0 0. 3 -0.44 180. 4 -torsion 48 48 48 60 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 65 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 66 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 48 109 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 50 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 60 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 65 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 66 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 48 109 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 48 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 50 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 48 48 50 47 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 56 48 50 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 56 48 50 47 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 48 48 53 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 48 53 54 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 48 55 45 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 48 48 55 45 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 55 48 55 13 0.000 0.0 1 7.936 180.0 2 0.000 0.0 3 -torsion 55 48 55 45 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 60 48 55 45 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 0 48 56 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 48 60 0 0.000 0.0 1 7.000 180.0 2 0.000 0.0 3 -torsion 0 48 79 23 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 48 48 79 13 0.000 0.0 1 -0.900 180.0 2 0.000 0.0 3 -torsion 48 48 79 24 1.656 0.0 1 -0.768 180.0 2 -0.117 0.0 3 -torsion 48 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 86 56 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 56 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 48 88 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 56 48 101 13 0.000 0.0 1 3.651 180.0 2 0.000 0.0 3 -torsion 48 48 102 103 0.000 0.0 1 1.150 180.0 2 0.000 0.0 3 -torsion 48 48 109 13 0.205 0.0 1 -0.531 180.0 2 0.000 0.0 3 -torsion 48 48 109 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 48 48 109 109 1.241 0.0 1 3.353 180.0 2 -0.286 0.0 3 -torsion 0 50 50 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 3 50 50 3 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 50 50 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 50 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -#torsion 13 40 40 37 0.900 0.0 1 0.230 180.0 2 -0.505 0.0 3 -torsion 46 50 50 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 50 47 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 50 47 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 -torsion 13 50 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 13 50 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 46 50 109 13 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 109 46 0.000 0.0 1 0.000 180.0 2 0.300 0.0 3 -torsion 46 50 109 109 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 13 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 46 0.000 0.0 1 0.000 180.0 2 -0.372 0.0 3 -torsion 47 50 109 109 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 -torsion 13 53 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 48 53 82 61 0.000 0.0 1 2.100 180.0 2 0.000 0.0 3 -torsion 45 55 59 0 0.000 0.0 1 2.030 180.0 2 0.000 0.0 3 -torsion 13 56 56 13 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 13 56 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 56 56 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 59 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 59 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 56 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 56 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 46 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 48 56 86 48 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 56 86 86 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 57 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 45 57 60 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 57 61 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 81 0 0.000 0.0 1 3.050 180.0 2 0.000 0.0 3 -torsion 0 57 82 0 0.000 0.0 1 4.650 180.0 2 0.000 0.0 3 -#torsion 0 47 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 57 82 49 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 45 57 82 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 57 84 0 0.000 0.0 1 2.800 180.0 2 0.000 0.0 3 -#torsion 0 47 74 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -#torsion 0 47 74 0 0.000 0.0 1 3.000 180.0 2 0.000 0.0 3 -torsion 45 57 84 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 61 57 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 84 57 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 60 60 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 60 61 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 60 80 0 0.000 0.0 1 3.350 180.0 2 0.000 0.0 3 -torsion 0 60 81 0 0.000 0.0 1 6.000 180.0 2 0.000 0.0 3 -torsion 0 60 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 60 87 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 60 60 87 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 61 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 62 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 82 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 51 72 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 82 49 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 83 61 82 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 88 61 82 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 88 61 82 20 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 83 0 0.000 0.0 1 4.800 180.0 2 0.000 0.0 3 -torsion 82 61 83 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 61 83 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 61 84 0 0.000 0.0 1 10.000 180.0 2 0.000 0.0 3 -torsion 0 61 88 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 82 61 88 84 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 80 84 0 0.000 0.0 1 13.050 180.0 2 0.000 0.0 3 -torsion 0 82 84 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 16 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 20 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 57 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 82 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 82 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -#torsion 0 72 77 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 83 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 83 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 16 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 83 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 61 83 84 16 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 61 83 84 20 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 61 83 84 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 83 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 83 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 61 83 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 84 83 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 84 84 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 16 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 49 84 84 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 0 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 16 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 20 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 57 84 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 84 87 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 84 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 84 88 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 16 84 88 49 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 -torsion 16 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 20 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 88 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 49 84 88 61 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 48 86 86 48 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 86 56 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 87 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 48 86 88 61 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 56 86 88 0 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 20 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 57 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 0 87 87 87 0.000 0.0 1 2.170 180.0 2 0.000 0.0 3 -torsion 49 87 87 49 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 4 89 90 13 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 89 90 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 4 89 90 48 0.000 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 4 89 90 91 0.000 0.0 1 20.000 180.0 2 0.000 0.0 3 -torsion 91 89 90 13 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 91 89 90 45 0.000 0.0 1 4.900 180.0 2 0.000 0.0 3 -torsion 91 89 90 48 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 91 89 90 91 2.300 0.0 1 6.089 180.0 2 0.000 0.0 3 -torsion 0 89 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 89 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 4 89 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 90 89 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 90 89 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 90 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 91 91 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 91 91 24 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 91 91 13 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 91 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 91 91 46 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 46 91 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 91 91 91 91 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 0 109 109 0 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 13 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 13 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 46 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 46 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 48 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 48 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 50 109 109 50 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 50 109 109 109 0.000 0.0 1 14.000 180.0 2 0.000 0.0 3 -torsion 109 109 109 109 1.423 0.0 1 4.055 180.0 2 0.858 0.0 3 - - - ################################################################ - ## ## - ## Additional Torsional Parameter Values Used with OPLS-AA ## - ## ## - ## The torsions listed below were added to official OPLS-AA ## - ## to complete the set needed for proteins; the values were ## - ## obtained by analogy from the closest OPLS-AA torsions; ## - ## most of the added values are for HIP or N-terminal AAs; ## - ## ## - ################################################################ - - -torsion 24 3 13 53 1.816 0.0 1 1.222 180.0 2 1.581 0.0 3 -torsion 52 3 13 24 0.000 0.0 1 0.820 180.0 2 0.000 0.0 3 -torsion 3 13 13 53 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 13 83 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 84 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 3 13 13 85 -1.697 0.0 1 -0.456 180.0 2 0.585 0.0 3 -torsion 5 13 13 53 6.280 0.0 1 -1.467 180.0 2 2.030 0.0 3 -torsion 15 13 13 53 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 16 13 13 53 1.428 0.0 1 0.086 180.0 2 0.029 0.0 3 -torsion 13 13 13 55 2.732 0.0 1 -0.229 180.0 2 0.485 0.0 3 -torsion 24 13 13 83 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 53 13 13 83 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 84 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 53 13 13 84 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 24 13 13 85 0.845 0.0 1 -0.962 180.0 2 0.713 0.0 3 -torsion 46 13 13 85 0.000 0.0 1 0.000 180.0 2 0.462 0.0 3 -torsion 53 13 13 85 1.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 3 13 53 13 1.438 0.0 1 -0.124 180.0 2 0.264 0.0 3 -torsion 3 13 53 54 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 13 13 53 54 0.000 0.0 1 0.000 180.0 2 0.347 0.0 3 -torsion 46 13 55 54 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 85 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 13 13 85 57 1.700 0.0 1 -0.600 180.0 2 0.000 0.0 3 -torsion 46 13 85 0 0.000 0.0 1 0.000 180.0 2 0.000 0.0 3 -torsion 55 48 55 54 0.000 0.0 1 3.900 180.0 2 0.000 0.0 3 -torsion 0 48 81 0 0.000 0.0 1 7.250 180.0 2 0.000 0.0 3 -torsion 0 57 85 0 0.000 0.0 1 5.000 180.0 2 0.000 0.0 3 -torsion 0 85 85 0 0.000 0.0 1 10.750 180.0 2 0.000 0.0 3 - - - ################################################################ - ## ## - ## Additional Torsional Parameter Values Used with OPLS-AA ## - ## ## - ## The torsions listed below were added to official OPLS-AA ## - ## to complete the values needed for selected organics ## - ## ## - ################################################################ - - -torsion 13 13 13 20 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 -torsion 13 13 13 47 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 ######################################## @@ -3421,1705 +108,5 @@ torsion 13 13 13 47 1.300 0.0 1 -0.050 180.0 2 0.200 0.0 3 ######################################## -charge 1 -0.2200 -charge 2 0.2200 -charge 3 0.5500 -charge 4 -0.5000 -charge 5 -0.5800 -charge 6 0.0800 -charge 7 0.4500 -charge 8 0.0000 -charge 9 0.0000 -charge 10 0.0000 -charge 11 0.0000 -charge 12 0.0000 -charge 13 0.0000 -charge 14 0.0000 -charge 15 0.0000 -charge 16 0.0000 -charge 17 0.0000 -charge 18 0.0000 -charge 19 0.0000 -charge 20 -0.7000 -charge 21 0.4350 -charge 22 0.2650 -charge 23 0.2650 -charge 24 -0.4700 -charge 25 -0.4500 -charge 26 -0.4700 -charge 27 -0.3000 -charge 28 0.2350 -charge 29 0.2700 -charge 30 0.1800 -charge 31 0.1800 -charge 32 0.2350 -charge 33 0.2350 -charge 34 0.3000 -charge 35 0.3000 -charge 36 -0.4300 -charge 37 0.2800 -charge 38 0.1500 -charge 39 0.2650 -charge 40 0.2650 -charge 41 -0.5000 -charge 42 0.2500 -charge 43 0.2500 -charge 44 0.5000 -charge 45 -0.2500 -charge 46 0.4200 -charge 47 -0.1400 -charge 48 0.2480 -charge 49 -0.0620 -charge 50 0.1390 -charge 51 -0.4590 -charge 52 0.1600 -charge 53 -0.5000 -charge 54 -0.5700 -charge 55 0.5000 -charge 56 0.2850 -charge 57 0.0000 -charge 58 0.0000 -charge 59 0.0000 -charge 60 0.0000 -charge 61 0.0000 -charge 62 0.0000 -charge 63 -0.8340 -charge 64 0.4170 -charge 65 0.0000 -charge 66 0.5200 -charge 67 -1.0400 -charge 68 -0.8220 -charge 69 0.4110 -charge 70 0.0000 -charge 71 0.5110 -charge 72 -1.0220 -charge 73 0.0000 -charge 74 0.2410 -charge 75 -0.2410 charge 76 -0.8200 charge 77 0.4100 -charge 78 -1.0200 -charge 79 0.3400 -charge 80 -0.1800 -charge 81 -0.1200 -charge 82 -0.0600 -charge 83 -0.2400 -charge 84 0.0000 -charge 85 0.0600 -charge 86 0.0000 -charge 87 -0.1150 -charge 88 -0.2300 -charge 89 0.1150 -charge 90 -0.1150 -charge 91 0.1150 -charge 92 0.0000 -charge 93 -0.0650 -charge 94 -0.0050 -charge 95 -0.1150 -charge 96 -0.6830 -charge 97 0.4180 -charge 98 0.0400 -charge 99 0.1450 -charge 100 0.2050 -charge 101 0.2650 -charge 102 0.1263 -charge 103 0.5323 -charge 104 -0.6351 -charge 105 0.4286 -charge 106 -0.2057 -charge 107 0.0825 -charge 108 0.1500 -charge 109 -0.5850 -charge 110 0.4350 -charge 111 -0.7000 -charge 112 0.4350 -charge 113 -0.7300 -charge 114 0.4650 -charge 115 0.1450 -charge 116 0.2050 -charge 117 0.2650 -charge 118 0.0600 -charge 119 -0.1700 -charge 120 0.0000 -charge 121 -0.2850 -charge 122 -0.4000 -charge 123 0.1100 -charge 124 0.1400 -charge 125 0.1700 -charge 126 0.2000 -charge 127 0.0300 -charge 128 -0.4000 -charge 129 -0.7000 -charge 130 0.4350 -charge 131 0.2000 -charge 132 0.1000 -charge 133 0.2650 -charge 134 0.1000 -charge 135 0.3000 -charge 136 0.1000 -charge 137 0.3650 -charge 138 0.1000 -charge 139 0.4000 -charge 140 0.4650 -charge 141 0.0850 -charge 142 -0.3350 -charge 143 -0.4700 -charge 144 -0.4350 -charge 145 -0.2175 -charge 146 0.1550 -charge 147 0.2350 -charge 148 0.0600 -charge 149 0.1200 -charge 150 0.1800 -charge 151 0.0375 -charge 152 0.0975 -charge 153 0.1575 -charge 154 0.2175 -charge 155 0.0375 -charge 156 0.0975 -charge 157 0.1575 -charge 158 0.2175 -charge 159 0.0000 -charge 160 0.2000 -charge 161 0.2600 -charge 162 0.3200 -charge 163 -0.0550 -charge 164 -0.3200 -charge 165 0.0800 -charge 166 0.1400 -charge 167 0.2000 -charge 168 -0.1200 -charge 169 0.0050 -charge 170 0.1025 -charge 171 0.1400 -charge 172 0.2000 -charge 173 0.7000 -charge 174 0.5650 -charge 175 0.5850 -charge 176 0.6150 -charge 177 0.5000 -charge 178 -0.5000 -charge 179 -0.7600 -charge 180 -0.5000 -charge 181 -0.1400 -charge 182 0.3800 -charge 183 0.3000 -charge 184 0.0200 -charge 185 -0.1100 -charge 186 0.0800 -charge 187 -0.0500 -charge 188 0.0100 -charge 189 0.1420 -charge 190 -0.3900 -charge 191 -0.5420 -charge 192 0.3330 -charge 193 -0.4900 -charge 194 0.4200 -charge 195 -0.4200 -charge 196 0.3700 -charge 197 0.0600 -charge 198 -0.1200 -charge 199 -0.0600 -charge 200 0.0000 -charge 201 0.0600 -charge 202 0.0350 -charge 203 0.3950 -charge 204 -0.4300 -charge 205 0.1800 -charge 206 -0.1800 -charge 207 -0.3850 -charge 208 0.0850 -charge 209 0.5200 -charge 210 -0.4400 -charge 211 -0.5300 -charge 212 0.4500 -charge 213 0.7000 -charge 214 -0.8000 -charge 215 -0.2800 -charge 216 -0.2200 -charge 217 -0.1600 -charge 218 -0.1000 -charge 219 0.4500 -charge 220 -0.4500 -charge 221 0.0000 -charge 222 0.4700 -charge 223 -0.4700 -charge 224 0.0600 -charge 225 0.0400 -charge 226 -0.0200 -charge 227 0.1000 -charge 228 -0.0900 -charge 229 -0.4000 -charge 230 -0.3000 -charge 231 0.0000 -charge 232 0.3500 -charge 233 0.3300 -charge 234 0.1300 -charge 235 0.1900 -charge 236 0.2500 -charge 237 0.3100 -charge 238 0.2300 -charge 239 0.1700 -charge 240 0.1100 -charge 241 0.0900 -charge 242 0.1500 -charge 243 -0.8000 -charge 244 0.4600 -charge 245 0.6400 -charge 246 -0.7000 -charge 247 0.4400 -charge 248 0.2000 -charge 249 -0.1100 -charge 250 0.1900 -charge 251 -0.0500 -charge 252 -0.2000 -charge 253 0.3100 -charge 254 -0.4600 -charge 255 0.3600 -charge 256 -0.8500 -charge 257 0.3700 -charge 258 -0.1500 -charge 259 0.1000 -charge 260 -0.0400 -charge 261 0.1000 -charge 262 -0.6000 -charge 263 0.5000 -charge 264 -0.5100 -charge 265 0.4500 -charge 266 -0.0700 -charge 267 0.0800 -charge 268 0.4100 -charge 269 -0.4000 -charge 270 0.3600 -charge 271 -0.4200 -charge 272 0.1000 -charge 273 0.1000 -charge 274 -0.1400 -charge 275 0.0800 -charge 276 -0.5600 -charge 277 0.5500 -charge 278 -0.5400 -charge 279 0.4600 -charge 280 -0.0600 -charge 281 0.1000 -charge 282 0.3800 -charge 283 -0.4800 -charge 284 -0.7900 -charge 285 0.3850 -charge 286 0.3550 -charge 287 0.1000 -charge 288 0.1000 -charge 289 -0.5300 -charge 290 0.2200 -charge 291 -0.5500 -charge 292 0.3800 -charge 293 0.1500 -charge 294 0.4400 -charge 295 -0.4900 -charge 296 0.2000 -charge 297 -0.5000 -charge 298 0.2000 -charge 299 -0.8100 -charge 300 0.3850 -charge 301 0.3550 -charge 302 0.2000 -charge 303 0.3500 -charge 304 -0.5600 -charge 305 0.4600 -charge 306 -0.5100 -charge 307 0.3400 -charge 308 0.1200 -charge 309 0.5200 -charge 310 0.3800 -charge 311 -0.8000 -charge 312 0.4000 -charge 313 -0.5100 -charge 314 -0.0100 -charge 315 0.1200 -charge 316 -0.0100 -charge 317 0.1400 -charge 318 -0.0100 -charge 319 0.1300 -charge 320 -0.6400 -charge 321 0.6500 -charge 322 -0.7400 -charge 323 0.6600 -charge 324 -0.0600 -charge 325 0.1000 -charge 326 0.4900 -charge 327 -0.3000 -charge 328 0.4800 -charge 329 -0.8100 -charge 330 0.4600 -charge 331 0.4300 -charge 332 0.1400 -charge 333 0.1400 -charge 334 0.0100 -charge 335 0.1600 -charge 336 0.7800 -charge 337 -0.6600 -charge 338 -0.4300 -charge 339 0.2000 -charge 340 0.1800 -charge 341 -0.0600 -charge 342 0.1200 -charge 343 -1.0000 -charge 344 -1.0000 -charge 345 -1.0000 -charge 346 -1.0000 -charge 347 1.0000 -charge 348 1.0000 -charge 349 1.0000 -charge 350 1.0000 -charge 351 1.0000 -charge 352 1.0000 -charge 353 2.0000 -charge 354 2.0000 -charge 355 2.0000 -charge 356 2.0000 -charge 357 -0.4000 -charge 358 0.1000 -charge 359 -0.9000 -charge 360 -0.2000 -charge 361 0.0600 -charge 362 -0.9800 -charge 363 -1.0700 -charge 364 0.1900 -charge 365 0.5100 -charge 366 -0.8200 -charge 367 -0.3000 -charge 368 0.0700 -charge 369 -1.3100 -charge 370 0.4000 -charge 371 -0.4000 -charge 372 0.0800 -charge 373 0.0000 -charge 374 0.0700 -charge 375 -0.9800 -charge 376 -1.3000 -charge 377 0.3000 -charge 378 2.5000 -charge 379 -0.2500 -charge 380 -0.8650 -charge 381 1.6200 -charge 382 -0.9200 -charge 383 -0.6000 -charge 384 0.3000 -charge 385 -0.0300 -charge 386 1.9200 -charge 387 -1.1200 -charge 388 -0.7000 -charge 389 0.4400 -charge 390 -0.1000 -charge 391 1.6200 -charge 392 -0.9700 -charge 393 -0.6300 -charge 394 0.2800 -charge 395 -0.0200 -charge 396 -0.5100 -charge 397 0.0800 -charge 398 -0.1400 -charge 399 0.3200 -charge 400 0.0200 -charge 401 -0.0400 -charge 402 -0.4700 -charge 403 0.1200 -charge 404 0.1400 -charge 405 0.2400 -charge 406 0.5100 -charge 407 -0.4300 -charge 408 -0.3300 -charge 409 0.1600 -charge 410 0.0300 -charge 411 0.6350 -charge 412 0.6250 -charge 413 0.1350 -charge 414 -0.2150 -charge 415 1.4800 -charge 416 -0.6800 -charge 417 -0.5400 -charge 418 0.1800 -charge 419 -1.0000 -charge 420 0.4400 -charge 421 -0.8000 -charge 422 0.4100 -charge 423 0.1800 -charge 424 0.0300 -charge 425 0.3900 -charge 426 -0.0600 -charge 427 -0.1800 -charge 428 0.0600 -charge 429 0.0000 -charge 430 0.0300 -charge 431 0.1900 -charge 432 0.2200 -charge 433 0.2500 -charge 434 1.3740 -charge 435 -0.6870 -charge 436 0.2450 -charge 437 0.1300 -charge 438 -0.4200 -charge 439 -0.0350 -charge 440 0.0250 -charge 441 0.0750 -charge 442 -0.0550 -charge 443 0.1300 -charge 444 -0.5700 -charge 445 0.4200 -charge 446 -0.0050 -charge 447 0.2950 -charge 448 -0.0150 -charge 449 0.0150 -charge 450 0.3850 -charge 451 0.2150 -charge 452 -0.4900 -charge 453 -0.5400 -charge 454 0.4600 -charge 455 -0.1150 -charge 456 0.0550 -charge 457 0.1150 -charge 458 -0.0300 -charge 459 0.0850 -charge 460 0.0000 -charge 461 -0.6780 -charge 462 0.4730 -charge 463 -0.4470 -charge 464 0.2270 -charge 465 0.0120 -charge 466 0.1550 -charge 467 0.0650 -charge 468 -0.4680 -charge 469 0.1920 -charge 470 0.0420 -charge 471 -0.8390 -charge 472 0.8740 -charge 473 0.6530 -charge 474 -0.6890 -charge 475 -0.0320 -charge 476 0.0110 -charge 477 0.1970 -charge 478 -0.3310 -charge 479 0.3780 -charge 480 -0.1600 -charge 481 -0.0090 -charge 482 0.1220 -charge 483 -0.2390 -charge 484 -0.1630 -charge 485 -0.1490 -charge 486 0.3170 -charge 487 0.1550 -charge 488 0.1180 -charge 489 -0.0590 -charge 490 -0.4910 -charge 491 0.2460 -charge 492 -0.3200 -charge 493 -0.0340 -charge 494 0.3010 -charge 495 0.0720 -charge 496 0.1500 -charge 497 0.1350 -charge 498 -0.2570 -charge 499 0.2750 -charge 500 -0.5630 -charge 501 0.1850 -charge 502 -0.2860 -charge 503 0.3060 -charge 504 0.0780 -charge 505 0.0750 -charge 506 0.1870 -charge 507 -0.1900 -charge 508 -0.0190 -charge 509 -0.1540 -charge 510 0.1420 -charge 511 0.1260 -charge 512 -0.2570 -charge 513 0.5110 -charge 514 -0.5900 -charge 515 0.1690 -charge 516 -0.1480 -charge 517 0.0430 -charge 518 0.0910 -charge 519 0.1810 -charge 520 -0.1220 -charge 521 -0.4130 -charge 522 0.4050 -charge 523 -0.4550 -charge 524 0.2500 -charge 525 0.0530 -charge 526 0.1840 -charge 527 0.0980 -charge 528 -0.5000 -charge 529 0.0010 -charge 530 -0.3900 -charge 531 -0.2700 -charge 532 -0.1270 -charge 533 -0.1080 -charge 534 -0.2580 -charge 535 0.2200 -charge 536 0.2250 -charge 537 0.3760 -charge 538 0.1470 -charge 539 0.1720 -charge 540 0.1550 -charge 541 0.1070 -charge 542 0.1100 -charge 543 0.1400 -charge 544 -0.6940 -charge 545 0.4250 -charge 546 -0.3590 -charge 547 -0.0080 -charge 548 -0.1970 -charge 549 -0.1120 -charge 550 -0.0700 -charge 551 -0.3070 -charge 552 0.5630 -charge 553 -0.0510 -charge 554 0.0280 -charge 555 0.1460 -charge 556 0.1190 -charge 557 0.1330 -charge 558 0.1130 -charge 559 0.1140 -charge 560 0.1570 -charge 561 -0.7600 -charge 562 0.6790 -charge 563 -0.7880 -charge 564 0.7360 -charge 565 0.0380 -charge 566 0.3430 -charge 567 -0.6420 -charge 568 0.4520 -charge 569 -0.6820 -charge 570 0.0240 -charge 571 0.1010 -charge 572 0.0860 -charge 573 0.4130 -charge 574 -0.0300 -charge 575 0.2420 -charge 576 -0.5150 -charge 577 0.2280 -charge 578 -0.2990 -charge 579 0.1010 -charge 580 0.0680 -charge 581 0.2050 -charge 582 -0.9510 -charge 583 0.9650 -charge 584 -0.0140 -charge 585 0.1300 -charge 586 0.0520 -charge 587 -0.5990 -charge 588 0.3920 -charge 589 -0.3480 -charge 590 0.0200 -charge 591 -0.0420 -charge 592 0.3470 -charge 593 -0.1960 -charge 594 0.0320 -charge 595 0.1460 -charge 596 0.1080 -charge 597 0.1400 -charge 598 0.1220 -charge 599 0.1660 -charge 600 -0.5800 -charge 601 0.1730 -charge 602 -0.3950 -charge 603 -0.1990 -charge 604 0.1180 -charge 605 0.0930 -charge 606 0.2080 -charge 607 0.0980 -charge 608 -0.1390 -charge 609 -0.0790 -charge 610 0.0990 -charge 611 -0.1680 -charge 612 -0.1080 -charge 613 -0.1890 -charge 614 -0.1290 -charge 615 -0.1690 -charge 616 -0.1090 -charge 617 -0.1380 -charge 618 -0.0780 -charge 619 -0.0250 -charge 620 0.0350 -charge 621 -0.0380 -charge 622 0.0220 -charge 623 -0.3340 -charge 624 0.2550 -charge 625 0.5230 -charge 626 0.5000 -charge 627 -0.1400 -charge 628 0.2275 -charge 629 0.1400 -charge 630 -0.0080 -charge 631 0.5880 -charge 632 -0.1030 -charge 633 -0.3320 -charge 634 0.0400 -charge 635 0.3420 -charge 636 -0.0500 -charge 637 -0.2050 -charge 638 3.0000 -charge 639 4.0000 -charge 640 3.0000 -charge 641 0.6190 -charge 642 -0.3950 -charge 643 0.1740 -charge 644 3.0000 -charge 645 3.0000 -charge 646 3.0000 -charge 647 3.0000 -charge 648 3.0000 -charge 649 -0.3440 -charge 650 -0.6280 -charge 651 0.2000 -charge 652 -0.1200 -charge 653 -0.0600 -charge 654 0.0000 -charge 655 -0.2300 -charge 656 0.0300 -charge 657 -0.0990 -charge 658 0.0990 -charge 659 0.2200 -charge 660 -0.2200 -charge 661 0.1300 -charge 662 -0.1300 -charge 663 -0.2200 -charge 664 0.2200 -charge 665 0.1500 -charge 666 0.4500 -charge 667 -0.2000 -charge 668 0.2000 -charge 669 -0.2000 -charge 670 0.2000 -charge 671 -0.2000 -charge 672 0.1000 -charge 673 -0.1000 -charge 674 0.0550 -charge 675 -0.2200 -charge 676 0.0650 -charge 677 0.0130 -charge 678 -0.1060 -charge 679 -0.0900 -charge 680 -0.1190 -charge 681 0.1410 -charge 682 0.1290 -charge 683 0.8270 -charge 684 -0.8850 -charge 685 0.4260 -charge 686 0.4650 -charge 687 0.1190 -charge 688 -0.0200 -charge 689 0.0400 -charge 690 -0.6200 -charge 691 -0.7850 -charge 692 -0.7850 -charge 693 0.5500 -charge 694 -0.5600 -charge 695 0.4600 -charge 696 -0.0800 -charge 697 -0.0200 -charge 698 0.0400 -charge 699 0.1000 -charge 700 0.0600 -charge 701 0.5400 -charge 702 -0.3700 -charge 703 0.0200 -charge 704 0.0600 -charge 705 0.0800 -charge 706 0.1400 -charge 707 0.2000 -charge 708 0.6500 -charge 709 0.0900 -charge 710 0.0350 -charge 711 -0.9000 -charge 712 -0.5000 -charge 713 0.8600 -charge 714 -0.4500 -charge 715 0.2100 -charge 716 0.1600 -charge 717 -0.1000 -charge 718 0.0300 -charge 719 0.0300 -charge 720 0.0600 -charge 721 -0.7800 -charge 722 0.9684 -charge 723 -0.5081 -charge 724 -0.0080 -charge 725 0.1720 -charge 726 1.3400 -charge 727 -0.3900 -charge 728 0.7940 -charge 729 -0.5980 -charge 730 -0.9000 -charge 731 -0.7800 -charge 732 -0.6300 -charge 733 0.0000 -charge 734 0.0200 -charge 735 0.0300 -charge 736 0.0600 -charge 737 0.0800 -charge 738 0.0900 -charge 739 0.3600 -charge 740 0.3800 -charge 741 0.0600 -charge 742 0.1200 -charge 743 0.1800 -charge 744 0.1400 -charge 745 0.1500 -charge 746 0.1800 -charge 747 0.2000 -charge 748 0.2100 -charge 749 0.1150 -charge 750 0.1750 -charge 751 0.2350 -charge 752 0.1950 -charge 753 0.1525 -charge 754 0.1350 -charge 755 -0.2100 -charge 756 0.2000 -charge 757 0.0100 -charge 758 0.0100 -charge 759 0.0100 -charge 760 0.0600 -charge 761 0.4500 -charge 762 0.4800 -charge 763 0.5100 -charge 764 -0.6550 -charge 765 0.3900 -charge 766 -0.5000 -charge 767 -0.5600 -charge 768 -0.6000 -charge 769 0.0000 -charge 770 -0.1000 -charge 771 0.2900 -charge 772 0.0900 -charge 773 0.1500 -charge 774 0.2100 -charge 775 0.2700 -charge 776 0.0960 -charge 777 -0.0390 -charge 778 0.0270 -charge 779 0.0110 -charge 780 0.0740 -charge 781 -0.0290 -charge 782 0.7000 -charge 783 -0.3520 -charge 784 -0.7090 -charge 785 0.3170 -charge 786 -0.2200 -charge 787 0.0200 -charge 788 0.1000 -charge 789 0.1200 -charge 790 0.2200 -charge 791 0.3600 -charge 792 0.2400 -charge 793 0.1200 -charge 794 0.4800 -charge 795 -0.1200 -charge 796 0.2500 -charge 797 0.1500 -charge 798 -0.0800 -charge 799 -0.1060 -charge 800 -0.2000 -charge 801 -0.0060 -charge 802 0.1030 -charge 803 0.0970 -charge 804 0.2000 -charge 805 -0.2000 -charge 806 -0.0060 -charge 807 0.1030 -charge 808 0.0970 -charge 809 0.2000 -charge 810 -0.0800 -charge 811 -0.0800 -charge 812 -0.0800 -charge 813 0.1000 -charge 814 -0.2500 -charge 815 0.6000 -charge 816 -0.1500 -charge 817 -0.0250 -charge 818 -0.0450 -charge 819 0.1450 -charge 820 0.8880 -charge 821 1.0030 -charge 822 -0.6580 -charge 823 -0.6340 -charge 824 0.4110 -charge 825 -0.4420 -charge 826 0.4350 -charge 827 0.2250 -charge 828 0.2550 -charge 829 -0.0340 -charge 830 0.0030 -charge 831 0.3000 -charge 832 -0.0400 -charge 833 -0.0575 -charge 834 2.0000 -charge 835 -0.0700 -charge 836 0.0300 -charge 837 0.1300 -charge 838 -0.1300 -charge 839 0.1000 -charge 840 -0.6850 -charge 841 0.1550 -charge 842 -0.1000 -charge 843 -0.4270 -charge 844 0.2180 -charge 845 0.6000 -charge 846 -0.6000 -charge 847 -0.3600 -charge 848 0.0000 -charge 849 0.0600 -charge 850 0.1200 -charge 851 0.1800 -charge 852 0.0600 -charge 853 0.5700 -charge 854 -0.5700 -charge 855 0.0000 -charge 856 0.0200 -charge 857 -0.0400 -charge 858 0.0000 -charge 859 0.0600 -charge 860 -0.0700 -charge 861 -0.1400 -charge 862 0.1700 -charge 863 0.1100 -charge 864 0.1500 -charge 865 0.1700 -charge 866 1.0000 -charge 867 0.8500 -charge 868 0.7000 -charge 869 0.5500 -charge 870 -0.1000 -charge 871 -0.4300 -charge 872 -0.3700 -charge 873 -0.3100 -charge 874 -0.2500 -charge 875 -1.0000 -charge 876 -1.0000 -charge 877 -1.0000 -charge 878 -1.0000 -charge 879 1.0000 -charge 880 1.0000 -charge 881 1.0000 -charge 882 1.0000 -charge 883 1.0000 -charge 884 2.0000 -charge 885 2.0000 -charge 886 2.0000 -charge 887 2.0000 -charge 888 -0.0500 -charge 889 0.0500 -charge 890 0.1500 -charge 891 0.2500 -charge 892 0.1000 -charge 893 0.1150 -charge 894 0.1350 -charge 895 0.0150 -charge 896 0.1550 -charge 897 0.0000 -charge 898 -0.1150 -charge 899 0.1500 -charge 900 -0.2500 -charge 901 -0.1000 -charge 902 0.0500 -charge 903 -0.1000 -charge 904 0.2000 -charge 905 -0.2500 -charge 906 0.0880 - - - ######################################## - ## ## - ## Biopolymer Atom Type Conversions ## - ## ## - ######################################## - - -biotype 1 N "Glycine" 180 -biotype 2 CA "Glycine" 165 -biotype 3 C "Glycine" 177 -biotype 4 HN "Glycine" 183 -biotype 5 O "Glycine" 178 -biotype 6 HA "Glycine" 85 -biotype 7 N "Alanine" 180 -biotype 8 CA "Alanine" 166 -biotype 9 C "Alanine" 177 -biotype 10 HN "Alanine" 183 -biotype 11 O "Alanine" 178 -biotype 12 HA "Alanine" 85 -biotype 13 CB "Alanine" 80 -biotype 14 HB "Alanine" 85 -biotype 15 N "Valine" 180 -biotype 16 CA "Valine" 166 -biotype 17 C "Valine" 177 -biotype 18 HN "Valine" 183 -biotype 19 O "Valine" 178 -biotype 20 HA "Valine" 85 -biotype 21 CB "Valine" 82 -biotype 22 HB "Valine" 85 -biotype 23 CG1 "Valine" 80 -biotype 24 HG1 "Valine" 85 -biotype 25 CG2 "Valine" 80 -biotype 26 HG2 "Valine" 85 -biotype 27 N "Leucine" 180 -biotype 28 CA "Leucine" 166 -biotype 29 C "Leucine" 177 -biotype 30 HN "Leucine" 183 -biotype 31 O "Leucine" 178 -biotype 32 HA "Leucine" 85 -biotype 33 CB "Leucine" 81 -biotype 34 HB "Leucine" 85 -biotype 35 CG "Leucine" 82 -biotype 36 HG "Leucine" 85 -biotype 37 CD1 "Leucine" 80 -biotype 38 HD1 "Leucine" 85 -biotype 39 CD2 "Leucine" 80 -biotype 40 HD2 "Leucine" 85 -biotype 41 N "Isoleucine" 180 -biotype 42 CA "Isoleucine" 166 -biotype 43 C "Isoleucine" 177 -biotype 44 HN "Isoleucine" 183 -biotype 45 O "Isoleucine" 178 -biotype 46 HA "Isoleucine" 85 -biotype 47 CB "Isoleucine" 82 -biotype 48 HB "Isoleucine" 85 -biotype 49 CG1 "Isoleucine" 80 -biotype 50 HG1 "Isoleucine" 85 -biotype 51 CG2 "Isoleucine" 81 -biotype 52 HG2 "Isoleucine" 85 -biotype 53 CD "Isoleucine" 80 -biotype 54 HD "Isoleucine" 85 -biotype 55 N "Serine" 180 -biotype 56 CA "Serine" 166 -biotype 57 C "Serine" 177 -biotype 58 HN "Serine" 183 -biotype 59 O "Serine" 178 -biotype 60 HA "Serine" 85 -biotype 61 CB "Serine" 99 -biotype 62 HB "Serine" 85 -biotype 63 OG "Serine" 96 -biotype 64 HG "Serine" 97 -biotype 65 N "Threonine" 180 -biotype 66 CA "Threonine" 166 -biotype 67 C "Threonine" 177 -biotype 68 HN "Threonine" 183 -biotype 69 O "Threonine" 178 -biotype 70 HA "Threonine" 85 -biotype 71 CB "Threonine" 100 -biotype 72 HB "Threonine" 85 -biotype 73 OG1 "Threonine" 96 -biotype 74 HG1 "Threonine" 97 -biotype 75 CG2 "Threonine" 80 -biotype 76 HG2 "Threonine" 85 -biotype 77 N "Cysteine (SH)" 180 -biotype 78 CA "Cysteine (SH)" 166 -biotype 79 C "Cysteine (SH)" 177 -biotype 80 HN "Cysteine (SH)" 183 -biotype 81 O "Cysteine (SH)" 178 -biotype 82 HA "Cysteine (SH)" 85 -biotype 83 CB "Cysteine (SH)" 148 -biotype 84 HB "Cysteine (SH)" 85 -biotype 85 SG "Cysteine (SH)" 142 -biotype 86 HG "Cysteine (SH)" 146 -biotype 87 N "Cystine (SS)" 180 -biotype 88 CA "Cystine (SS)" 166 -biotype 89 C "Cystine (SS)" 177 -biotype 90 HN "Cystine (SS)" 183 -biotype 91 O "Cystine (SS)" 178 -biotype 92 HA "Cystine (SS)" 85 -biotype 93 CB "Cystine (SS)" 156 -biotype 94 HB "Cystine (SS)" 85 -biotype 95 SG "Cystine (SS)" 145 -biotype 96 N "Cysteine (S-)" -1 -biotype 97 CA "Cysteine (S-)" -1 -biotype 98 C "Cysteine (S-)" -1 -biotype 99 HN "Cysteine (S-)" -1 -biotype 100 O "Cysteine (S-)" -1 -biotype 101 HA "Cysteine (S-)" -1 -biotype 102 CB "Cysteine (S-)" -1 -biotype 103 HB "Cysteine (S-)" -1 -biotype 104 SG "Cysteine (S-)" -1 -biotype 105 N "Proline" 181 -biotype 106 CA "Proline" 188 -biotype 107 C "Proline" 177 -biotype 108 O "Proline" 178 -biotype 109 HA "Proline" 85 -biotype 110 CB "Proline" 81 -biotype 111 HB "Proline" 85 -biotype 112 CG "Proline" 81 -biotype 113 HG "Proline" 85 -biotype 114 CD "Proline" 187 -biotype 115 HD "Proline" 85 -biotype 116 N "Phenylalanine" 180 -biotype 117 CA "Phenylalanine" 166 -biotype 118 C "Phenylalanine" 177 -biotype 119 HN "Phenylalanine" 183 -biotype 120 O "Phenylalanine" 178 -biotype 121 HA "Phenylalanine" 85 -biotype 122 CB "Phenylalanine" 94 -biotype 123 HB "Phenylalanine" 85 -biotype 124 CG "Phenylalanine" 90 -biotype 125 CD "Phenylalanine" 90 -biotype 126 HD "Phenylalanine" 91 -biotype 127 CE "Phenylalanine" 90 -biotype 128 HE "Phenylalanine" 91 -biotype 129 CZ "Phenylalanine" 90 -biotype 130 HZ "Phenylalanine" 91 -biotype 131 N "Tyrosine" 180 -biotype 132 CA "Tyrosine" 166 -biotype 133 C "Tyrosine" 177 -biotype 134 HN "Tyrosine" 183 -biotype 135 O "Tyrosine" 178 -biotype 136 HA "Tyrosine" 85 -biotype 137 CB "Tyrosine" 94 -biotype 138 HB "Tyrosine" 85 -biotype 139 CG "Tyrosine" 90 -biotype 140 CD "Tyrosine" 90 -biotype 141 HD "Tyrosine" 91 -biotype 142 CE "Tyrosine" 90 -biotype 143 HE "Tyrosine" 91 -biotype 144 CZ "Tyrosine" 108 -biotype 145 OH "Tyrosine" 109 -biotype 146 HH "Tyrosine" 110 -biotype 147 N "Tyrosine (O-)" -1 -biotype 148 CA "Tyrosine (O-)" -1 -biotype 149 C "Tyrosine (O-)" -1 -biotype 150 HN "Tyrosine (O-)" -1 -biotype 151 O "Tyrosine (O-)" -1 -biotype 152 HA "Tyrosine (O-)" -1 -biotype 153 CB "Tyrosine (O-)" -1 -biotype 154 HB "Tyrosine (O-)" -1 -biotype 155 CG "Tyrosine (O-)" -1 -biotype 156 CD "Tyrosine (O-)" -1 -biotype 157 HD "Tyrosine (O-)" -1 -biotype 158 CE "Tyrosine (O-)" -1 -biotype 159 HE "Tyrosine (O-)" -1 -biotype 160 CZ "Tyrosine (O-)" -1 -biotype 161 OH "Tyrosine (O-)" -1 -biotype 162 N "Tryptophan" 180 -biotype 163 CA "Tryptophan" 166 -biotype 164 C "Tryptophan" 177 -biotype 165 HN "Tryptophan" 183 -biotype 166 O "Tryptophan" 178 -biotype 167 HA "Tryptophan" 85 -biotype 168 CB "Tryptophan" 81 -biotype 169 HB "Tryptophan" 85 -biotype 170 CG "Tryptophan" 441 -biotype 171 CD1 "Tryptophan" 455 -biotype 172 HD1 "Tryptophan" 91 -biotype 173 CD2 "Tryptophan" 442 -biotype 174 NE1 "Tryptophan" 444 -biotype 175 HE1 "Tryptophan" 445 -biotype 176 CE2 "Tryptophan" 443 -biotype 177 CE3 "Tryptophan" 90 -biotype 178 HE3 "Tryptophan" 91 -biotype 179 CZ2 "Tryptophan" 90 -biotype 180 HZ2 "Tryptophan" 91 -biotype 181 CZ3 "Tryptophan" 90 -biotype 182 HZ3 "Tryptophan" 91 -biotype 183 CH2 "Tryptophan" 90 -biotype 184 HH2 "Tryptophan" 91 -biotype 185 N "Histidine (+)" 180 -biotype 186 CA "Histidine (+)" 166 -biotype 187 C "Histidine (+)" 177 -biotype 188 HN "Histidine (+)" 183 -biotype 189 O "Histidine (+)" 178 -biotype 190 HA "Histidine (+)" 85 -biotype 191 CB "Histidine (+)" 446 -biotype 192 HB "Histidine (+)" 85 -biotype 193 CG "Histidine (+)" 451 -biotype 194 ND1 "Histidine (+)" 453 -biotype 195 HD1 "Histidine (+)" 454 -biotype 196 CD2 "Histidine (+)" 451 -biotype 197 HD2 "Histidine (+)" 91 -biotype 198 CE1 "Histidine (+)" 450 -biotype 199 HE1 "Histidine (+)" 91 -biotype 200 NE2 "Histidine (+)" 453 -biotype 201 HE2 "Histidine (+)" 454 -biotype 202 N "Histidine (HD)" 180 -biotype 203 CA "Histidine (HD)" 166 -biotype 204 C "Histidine (HD)" 177 -biotype 205 HN "Histidine (HD)" 183 -biotype 206 O "Histidine (HD)" 178 -biotype 207 HA "Histidine (HD)" 85 -biotype 208 CB "Histidine (HD)" 446 -biotype 209 HB "Histidine (HD)" 85 -biotype 210 CG "Histidine (HD)" 449 -biotype 211 ND1 "Histidine (HD)" 444 -biotype 212 HD1 "Histidine (HD)" 445 -biotype 213 CD2 "Histidine (HD)" 448 -biotype 214 HD2 "Histidine (HD)" 91 -biotype 215 CE1 "Histidine (HD)" 447 -biotype 216 HE1 "Histidine (HD)" 91 -biotype 217 NE2 "Histidine (HD)" 452 -biotype 218 N "Histidine (HE)" 180 -biotype 219 CA "Histidine (HE)" 166 -biotype 220 C "Histidine (HE)" 177 -biotype 221 HN "Histidine (HE)" 183 -biotype 222 O "Histidine (HE)" 178 -biotype 223 HA "Histidine (HE)" 85 -biotype 224 CB "Histidine (HE)" 446 -biotype 225 HB "Histidine (HE)" 85 -biotype 226 CG "Histidine (HE)" 448 -biotype 227 ND1 "Histidine (HE)" 452 -biotype 228 CD2 "Histidine (HE)" 449 -biotype 229 HD2 "Histidine (HE)" 91 -biotype 230 CE1 "Histidine (HE)" 447 -biotype 231 HE1 "Histidine (HE)" 91 -biotype 232 NE2 "Histidine (HE)" 444 -biotype 233 HE2 "Histidine (HE)" 445 -biotype 234 N "Aspartic Acid" 180 -biotype 235 CA "Aspartic Acid" 166 -biotype 236 C "Aspartic Acid" 177 -biotype 237 HN "Aspartic Acid" 183 -biotype 238 O "Aspartic Acid" 178 -biotype 239 HA "Aspartic Acid" 85 -biotype 240 CB "Aspartic Acid" 216 -biotype 241 HB "Aspartic Acid" 85 -biotype 242 CG "Aspartic Acid" 213 -biotype 243 OD "Aspartic Acid" 214 -biotype 244 N "Aspartic Acid (COOH)" -1 -biotype 245 CA "Aspartic Acid (COOH)" -1 -biotype 246 C "Aspartic Acid (COOH)" -1 -biotype 247 HN "Aspartic Acid (COOH)" -1 -biotype 248 O "Aspartic Acid (COOH)" -1 -biotype 249 HA "Aspartic Acid (COOH)" -1 -biotype 250 CB "Aspartic Acid (COOH)" -1 -biotype 251 HB "Aspartic Acid (COOH)" -1 -biotype 252 CG "Aspartic Acid (COOH)" -1 -biotype 253 OD1 "Aspartic Acid (COOH)" -1 -biotype 254 OD2 "Aspartic Acid (COOH)" -1 -biotype 255 HD2 "Aspartic Acid (COOH)" -1 -biotype 256 N "Asparagine" 180 -biotype 257 CA "Asparagine" 166 -biotype 258 C "Asparagine" 177 -biotype 259 HN "Asparagine" 183 -biotype 260 O "Asparagine" 178 -biotype 261 HA "Asparagine" 85 -biotype 262 CB "Asparagine" 81 -biotype 263 HB "Asparagine" 85 -biotype 264 CG "Asparagine" 177 -biotype 265 OD1 "Asparagine" 178 -biotype 266 ND2 "Asparagine" 179 -biotype 267 HD2 "Asparagine" 182 -biotype 268 N "Glutamic Acid" 180 -biotype 269 CA "Glutamic Acid" 166 -biotype 270 C "Glutamic Acid" 177 -biotype 271 HN "Glutamic Acid" 183 -biotype 272 O "Glutamic Acid" 178 -biotype 273 HA "Glutamic Acid" 85 -biotype 274 CB "Glutamic Acid" 81 -biotype 275 HB "Glutamic Acid" 85 -biotype 276 CG "Glutamic Acid" 216 -biotype 277 HG "Glutamic Acid" 85 -biotype 278 CD "Glutamic Acid" 213 -biotype 279 OE "Glutamic Acid" 214 -biotype 280 N "Glutamic Acid (COOH)" -1 -biotype 281 CA "Glutamic Acid (COOH)" -1 -biotype 282 C "Glutamic Acid (COOH)" -1 -biotype 283 HN "Glutamic Acid (COOH)" -1 -biotype 284 O "Glutamic Acid (COOH)" -1 -biotype 285 HA "Glutamic Acid (COOH)" -1 -biotype 286 CB "Glutamic Acid (COOH)" -1 -biotype 287 HB "Glutamic Acid (COOH)" -1 -biotype 288 CG "Glutamic Acid (COOH)" -1 -biotype 289 HG "Glutamic Acid (COOH)" -1 -biotype 290 CD "Glutamic Acid (COOH)" -1 -biotype 291 OE1 "Glutamic Acid (COOH)" -1 -biotype 292 OE2 "Glutamic Acid (COOH)" -1 -biotype 293 HE2 "Glutamic Acid (COOH)" -1 -biotype 294 N "Glutamine" 180 -biotype 295 CA "Glutamine" 166 -biotype 296 C "Glutamine" 177 -biotype 297 HN "Glutamine" 183 -biotype 298 O "Glutamine" 178 -biotype 299 HA "Glutamine" 85 -biotype 300 CB "Glutamine" 81 -biotype 301 HB "Glutamine" 85 -biotype 302 CG "Glutamine" 81 -biotype 303 HG "Glutamine" 85 -biotype 304 CD "Glutamine" 177 -biotype 305 OE1 "Glutamine" 178 -biotype 306 NE2 "Glutamine" 179 -biotype 307 HE2 "Glutamine" 182 -biotype 308 N "Methionine" 180 -biotype 309 CA "Methionine" 166 -biotype 310 C "Methionine" 177 -biotype 311 HN "Methionine" 183 -biotype 312 O "Methionine" 178 -biotype 313 HA "Methionine" 85 -biotype 314 CB "Methionine" 81 -biotype 315 HB "Methionine" 85 -biotype 316 CG "Methionine" 152 -biotype 317 HG "Methionine" 85 -biotype 318 SD "Methionine" 144 -biotype 319 CE "Methionine" 151 -biotype 320 HE "Methionine" 85 -biotype 321 N "Lysine" 180 -biotype 322 CA "Lysine" 166 -biotype 323 C "Lysine" 177 -biotype 324 HN "Lysine" 183 -biotype 325 O "Lysine" 178 -biotype 326 HA "Lysine" 85 -biotype 327 CB "Lysine" 81 -biotype 328 HB "Lysine" 85 -biotype 329 CG "Lysine" 81 -biotype 330 HG "Lysine" 85 -biotype 331 CD "Lysine" 81 -biotype 332 HD "Lysine" 85 -biotype 333 CE "Lysine" 235 -biotype 334 HE "Lysine" 85 -biotype 335 NZ "Lysine" 230 -biotype 336 HZ "Lysine" 233 -biotype 337 N "Lysine (NH2)" -1 -biotype 338 CA "Lysine (NH2)" -1 -biotype 339 C "Lysine (NH2)" -1 -biotype 340 HN "Lysine (NH2)" -1 -biotype 341 O "Lysine (NH2)" -1 -biotype 342 HA "Lysine (NH2)" -1 -biotype 343 CB "Lysine (NH2)" -1 -biotype 344 HB "Lysine (NH2)" -1 -biotype 345 CG "Lysine (NH2)" -1 -biotype 346 HG "Lysine (NH2)" -1 -biotype 347 CD "Lysine (NH2)" -1 -biotype 348 HD "Lysine (NH2)" -1 -biotype 349 CE "Lysine (NH2)" -1 -biotype 350 HE "Lysine (NH2)" -1 -biotype 351 NZ "Lysine (NH2)" -1 -biotype 352 HZ "Lysine (NH2)" -1 -biotype 353 N "Arginine" 180 -biotype 354 CA "Arginine" 166 -biotype 355 C "Arginine" 177 -biotype 356 HN "Arginine" 183 -biotype 357 O "Arginine" 178 -biotype 358 HA "Arginine" 85 -biotype 359 CB "Arginine" 81 -biotype 360 HB "Arginine" 85 -biotype 361 CG "Arginine" 251 -biotype 362 HG "Arginine" 85 -biotype 363 CD "Arginine" 250 -biotype 364 HD "Arginine" 85 -biotype 365 NE "Arginine" 246 -biotype 366 HE "Arginine" 247 -biotype 367 CZ "Arginine" 245 -biotype 368 NH "Arginine" 243 -biotype 369 HH "Arginine" 244 -biotype 370 N "Ornithine" 180 -biotype 371 CA "Ornithine" 166 -biotype 372 C "Ornithine" 177 -biotype 373 HN "Ornithine" 183 -biotype 374 O "Ornithine" 178 -biotype 375 HA "Ornithine" 85 -biotype 376 CB "Ornithine" 81 -biotype 377 HB "Ornithine" 85 -biotype 378 CG "Ornithine" 81 -biotype 379 HG "Ornithine" 85 -biotype 380 CD "Ornithine" 235 -biotype 381 HD "Ornithine" 85 -biotype 382 NE "Ornithine" 230 -biotype 383 HE "Ornithine" 233 -biotype 384 N "MethylAlanine (AIB)" 180 -biotype 385 CA "MethylAlanine (AIB)" 167 -biotype 386 C "MethylAlanine (AIB)" 177 -biotype 387 HN "MethylAlanine (AIB)" 183 -biotype 388 O "MethylAlanine (AIB)" 178 -biotype 389 CB "MethylAlanine (AIB)" 80 -biotype 390 HB "MethylAlanine (AIB)" 85 -biotype 391 N "Pyroglutamic Acid" 180 -biotype 392 CA "Pyroglutamic Acid" 166 -biotype 393 C "Pyroglutamic Acid" 177 -biotype 394 HN "Pyroglutamic Acid" 183 -biotype 395 O "Pyroglutamic Acid" 178 -biotype 396 HA "Pyroglutamic Acid" 85 -biotype 397 CB "Pyroglutamic Acid" 81 -biotype 398 HB "Pyroglutamic Acid" 85 -biotype 399 CG "Pyroglutamic Acid" 216 -biotype 400 HG "Pyroglutamic Acid" 85 -biotype 401 CD "Pyroglutamic Acid" 177 -biotype 402 OE "Pyroglutamic Acid" 178 -biotype 403 N "N-Terminal GLY" 230 -biotype 404 CA "N-Terminal GLY" 235 -biotype 405 C "N-Terminal GLY" 177 -biotype 406 HN "N-Terminal GLY" 233 -biotype 407 O "N-Terminal GLY" 178 -biotype 408 HA "N-Terminal GLY" 85 -biotype 409 N "N-Terminal ALA" 230 -biotype 410 CA "N-Terminal ALA" 236 -biotype 411 C "N-Terminal ALA" 177 -biotype 412 HN "N-Terminal ALA" 233 -biotype 413 O "N-Terminal ALA" 178 -biotype 414 HA "N-Terminal ALA" 85 -biotype 415 N "N-Terminal VAL" 230 -biotype 416 CA "N-Terminal VAL" 236 -biotype 417 C "N-Terminal VAL" 177 -biotype 418 HN "N-Terminal VAL" 233 -biotype 419 O "N-Terminal VAL" 178 -biotype 420 HA "N-Terminal VAL" 85 -biotype 421 N "N-Terminal LEU" 230 -biotype 422 CA "N-Terminal LEU" 236 -biotype 423 C "N-Terminal LEU" 177 -biotype 424 HN "N-Terminal LEU" 233 -biotype 425 O "N-Terminal LEU" 178 -biotype 426 HA "N-Terminal LEU" 85 -biotype 427 N "N-Terminal ILE" 230 -biotype 428 CA "N-Terminal ILE" 236 -biotype 429 C "N-Terminal ILE" 177 -biotype 430 HN "N-Terminal ILE" 233 -biotype 431 O "N-Terminal ILE" 178 -biotype 432 HA "N-Terminal ILE" 85 -biotype 433 N "N-Terminal SER" 230 -biotype 434 CA "N-Terminal SER" 236 -biotype 435 C "N-Terminal SER" 177 -biotype 436 HN "N-Terminal SER" 233 -biotype 437 O "N-Terminal SER" 178 -biotype 438 HA "N-Terminal SER" 85 -biotype 439 N "N-Terminal THR" 230 -biotype 440 CA "N-Terminal THR" 236 -biotype 441 C "N-Terminal THR" 177 -biotype 442 HN "N-Terminal THR" 233 -biotype 443 O "N-Terminal THR" 178 -biotype 444 HA "N-Terminal THR" 85 -biotype 445 N "N-Terminal CYS (SH)" 230 -biotype 446 CA "N-Terminal CYS (SH)" 236 -biotype 447 C "N-Terminal CYS (SH)" 177 -biotype 448 HN "N-Terminal CYS (SH)" 233 -biotype 449 O "N-Terminal CYS (SH)" 178 -biotype 450 HA "N-Terminal CYS (SH)" 85 -biotype 451 N "N-Terminal CYX (SS)" 230 -biotype 452 CA "N-Terminal CYX (SS)" 236 -biotype 453 C "N-Terminal CYX (SS)" 177 -biotype 454 HN "N-Terminal CYX (SS)" 233 -biotype 455 O "N-Terminal CYX (SS)" 178 -biotype 456 HA "N-Terminal CYX (SS)" 85 -biotype 457 N "N-Terminal CYD (S-)" -1 -biotype 458 CA "N-Terminal CYD (S-)" -1 -biotype 459 C "N-Terminal CYD (S-)" -1 -biotype 460 HN "N-Terminal CYD (S-)" -1 -biotype 461 O "N-Terminal CYD (S-)" -1 -biotype 462 HA "N-Terminal CYD (S-)" -1 -biotype 463 N "N-Terminal PRO" 252 -biotype 464 CA "N-Terminal PRO" 238 -biotype 465 C "N-Terminal PRO" 177 -biotype 466 HN "N-Terminal PRO" 253 -biotype 467 O "N-Terminal PRO" 178 -biotype 468 HA "N-Terminal PRO" 85 -biotype 469 CD "N-Terminal PRO" 239 -biotype 470 HD "N-Terminal PRO" 85 -biotype 471 N "N-Terminal PHE" 230 -biotype 472 CA "N-Terminal PHE" 236 -biotype 473 C "N-Terminal PHE" 177 -biotype 474 HN "N-Terminal PHE" 233 -biotype 475 O "N-Terminal PHE" 178 -biotype 476 HA "N-Terminal PHE" 85 -biotype 477 N "N-Terminal TYR" 230 -biotype 478 CA "N-Terminal TYR" 236 -biotype 479 C "N-Terminal TYR" 177 -biotype 480 HN "N-Terminal TYR" 233 -biotype 481 O "N-Terminal TYR" 178 -biotype 482 HA "N-Terminal TYR" 85 -biotype 483 N "N-Terminal TYD (O-)" -1 -biotype 484 CA "N-Terminal TYD (O-)" -1 -biotype 485 C "N-Terminal TYD (O-)" -1 -biotype 486 HN "N-Terminal TYD (O-)" -1 -biotype 487 O "N-Terminal TYD (O-)" -1 -biotype 488 HA "N-Terminal TYD (O-)" -1 -biotype 489 N "N-Terminal TRP" 230 -biotype 490 CA "N-Terminal TRP" 236 -biotype 491 C "N-Terminal TRP" 177 -biotype 492 HN "N-Terminal TRP" 233 -biotype 493 O "N-Terminal TRP" 178 -biotype 494 HA "N-Terminal TRP" 85 -biotype 495 N "N-Terminal HIS (+)" 230 -biotype 496 CA "N-Terminal HIS (+)" 236 -biotype 497 C "N-Terminal HIS (+)" 177 -biotype 498 HN "N-Terminal HIS (+)" 233 -biotype 499 O "N-Terminal HIS (+)" 178 -biotype 500 HA "N-Terminal HIS (+)" 85 -biotype 501 N "N-Terminal HIS (HD)" 230 -biotype 502 CA "N-Terminal HIS (HD)" 236 -biotype 503 C "N-Terminal HIS (HD)" 177 -biotype 504 HN "N-Terminal HIS (HD)" 233 -biotype 505 O "N-Terminal HIS (HD)" 178 -biotype 506 HA "N-Terminal HIS (HD)" 85 -biotype 507 N "N-Terminal HIS (HE)" 230 -biotype 508 CA "N-Terminal HIS (HE)" 236 -biotype 509 C "N-Terminal HIS (HE)" 177 -biotype 510 HN "N-Terminal HIS (HE)" 233 -biotype 511 O "N-Terminal HIS (HE)" 178 -biotype 512 HA "N-Terminal HIS (HE)" 85 -biotype 513 N "N-Terminal ASP" 230 -biotype 514 CA "N-Terminal ASP" 236 -biotype 515 C "N-Terminal ASP" 177 -biotype 516 HN "N-Terminal ASP" 233 -biotype 517 O "N-Terminal ASP" 178 -biotype 518 HA "N-Terminal ASP" 85 -biotype 519 N "N-Terminal ASH (COOH)" -1 -biotype 520 CA "N-Terminal ASH (COOH)" -1 -biotype 521 C "N-Terminal ASH (COOH)" -1 -biotype 522 HN "N-Terminal ASH (COOH)" -1 -biotype 523 O "N-Terminal ASH (COOH)" -1 -biotype 524 HA "N-Terminal ASH (COOH)" -1 -biotype 525 N "N-Terminal ASN" 230 -biotype 526 CA "N-Terminal ASN" 236 -biotype 527 C "N-Terminal ASN" 177 -biotype 528 HN "N-Terminal ASN" 233 -biotype 529 O "N-Terminal ASN" 178 -biotype 530 HA "N-Terminal ASN" 85 -biotype 531 N "N-Terminal GLU" 230 -biotype 532 CA "N-Terminal GLU" 236 -biotype 533 C "N-Terminal GLU" 177 -biotype 534 HN "N-Terminal GLU" 233 -biotype 535 O "N-Terminal GLU" 178 -biotype 536 HA "N-Terminal GLU" 85 -biotype 537 N "N-Terminal GLH (COOH)" -1 -biotype 538 CA "N-Terminal GLH (COOH)" -1 -biotype 539 C "N-Terminal GLH (COOH)" -1 -biotype 540 HN "N-Terminal GLH (COOH)" -1 -biotype 541 O "N-Terminal GLH (COOH)" -1 -biotype 542 HA "N-Terminal GLH (COOH)" -1 -biotype 543 N "N-Terminal GLN" 230 -biotype 544 CA "N-Terminal GLN" 236 -biotype 545 C "N-Terminal GLN" 177 -biotype 546 HN "N-Terminal GLN" 233 -biotype 547 O "N-Terminal GLN" 178 -biotype 548 HA "N-Terminal GLN" 85 -biotype 549 N "N-Terminal MET" 230 -biotype 550 CA "N-Terminal MET" 236 -biotype 551 C "N-Terminal MET" 177 -biotype 552 HN "N-Terminal MET" 233 -biotype 553 O "N-Terminal MET" 178 -biotype 554 HA "N-Terminal MET" 85 -biotype 555 N "N-Terminal LYS" 230 -biotype 556 CA "N-Terminal LYS" 236 -biotype 557 C "N-Terminal LYS" 177 -biotype 558 HN "N-Terminal LYS" 233 -biotype 559 O "N-Terminal LYS" 178 -biotype 560 HA "N-Terminal LYS" 85 -biotype 561 N "N-Terminal LYD (NH2)" -1 -biotype 562 CA "N-Terminal LYD (NH2)" -1 -biotype 563 C "N-Terminal LYD (NH2)" -1 -biotype 564 HN "N-Terminal LYD (NH2)" -1 -biotype 565 O "N-Terminal LYD (NH2)" -1 -biotype 566 HA "N-Terminal LYD (NH2)" -1 -biotype 567 N "N-Terminal ARG" 230 -biotype 568 CA "N-Terminal ARG" 236 -biotype 569 C "N-Terminal ARG" 177 -biotype 570 HN "N-Terminal ARG" 233 -biotype 571 O "N-Terminal ARG" 178 -biotype 572 HA "N-Terminal ARG" 85 -biotype 573 N "N-Terminal ORN" 230 -biotype 574 CA "N-Terminal ORN" 236 -biotype 575 C "N-Terminal ORN" 177 -biotype 576 HN "N-Terminal ORN" 233 -biotype 577 O "N-Terminal ORN" 178 -biotype 578 HA "N-Terminal ORN" 85 -biotype 579 N "N-Terminal AIB" 230 -biotype 580 CA "N-Terminal AIB" 237 -biotype 581 C "N-Terminal AIB" 177 -biotype 582 HN "N-Terminal AIB" 233 -biotype 583 O "N-Terminal AIB" 178 -biotype 584 N "C-Terminal GLY" 180 -biotype 585 CA "C-Terminal GLY" 226 -biotype 586 C "C-Terminal GLY" 213 -biotype 587 HN "C-Terminal GLY" 183 -biotype 588 OXT "C-Terminal GLY" 214 -biotype 589 HA "C-Terminal GLY" 85 -biotype 590 N "C-Terminal ALA" 180 -biotype 591 CA "C-Terminal ALA" 225 -biotype 592 C "C-Terminal ALA" 213 -biotype 593 HN "C-Terminal ALA" 183 -biotype 594 OXT "C-Terminal ALA" 214 -biotype 595 HA "C-Terminal ALA" 85 -biotype 596 N "C-Terminal VAL" 180 -biotype 597 CA "C-Terminal VAL" 225 -biotype 598 C "C-Terminal VAL" 213 -biotype 599 HN "C-Terminal VAL" 183 -biotype 600 OXT "C-Terminal VAL" 214 -biotype 601 HA "C-Terminal VAL" 85 -biotype 602 N "C-Terminal LEU" 180 -biotype 603 CA "C-Terminal LEU" 225 -biotype 604 C "C-Terminal LEU" 213 -biotype 605 HN "C-Terminal LEU" 183 -biotype 606 OXT "C-Terminal LEU" 214 -biotype 607 HA "C-Terminal LEU" 85 -biotype 608 N "C-Terminal ILE" 180 -biotype 609 CA "C-Terminal ILE" 225 -biotype 610 C "C-Terminal ILE" 213 -biotype 611 HN "C-Terminal ILE" 183 -biotype 612 OXT "C-Terminal ILE" 214 -biotype 613 HA "C-Terminal ILE" 85 -biotype 614 N "C-Terminal SER" 180 -biotype 615 CA "C-Terminal SER" 225 -biotype 616 C "C-Terminal SER" 213 -biotype 617 HN "C-Terminal SER" 183 -biotype 618 OXT "C-Terminal SER" 214 -biotype 619 HA "C-Terminal SER" 85 -biotype 620 N "C-Terminal THR" 180 -biotype 621 CA "C-Terminal THR" 225 -biotype 622 C "C-Terminal THR" 213 -biotype 623 HN "C-Terminal THR" 183 -biotype 624 OXT "C-Terminal THR" 214 -biotype 625 HA "C-Terminal THR" 85 -biotype 626 N "C-Terminal CYS (SH)" 180 -biotype 627 CA "C-Terminal CYS (SH)" 225 -biotype 628 C "C-Terminal CYS (SH)" 213 -biotype 629 HN "C-Terminal CYS (SH)" 183 -biotype 630 OXT "C-Terminal CYS (SH)" 214 -biotype 631 HA "C-Terminal CYS (SH)" 85 -biotype 632 N "C-Terminal CYX (SS)" 180 -biotype 633 CA "C-Terminal CYX (SS)" 225 -biotype 634 C "C-Terminal CYX (SS)" 213 -biotype 635 HN "C-Terminal CYX (SS)" 183 -biotype 636 OXT "C-Terminal CYX (SS)" 214 -biotype 637 HA "C-Terminal CYX (SS)" 85 -biotype 638 N "C-Terminal CYD (S-)" -1 -biotype 639 CA "C-Terminal CYD (S-)" -1 -biotype 640 C "C-Terminal CYD (S-)" -1 -biotype 641 HN "C-Terminal CYD (S-)" -1 -biotype 642 OXT "C-Terminal CYD (S-)" -1 -biotype 643 HA "C-Terminal CYD (S-)" -1 -biotype 644 N "C-Terminal PRO" 181 -biotype 645 CA "C-Terminal PRO" 228 -biotype 646 C "C-Terminal PRO" 213 -biotype 647 OXT "C-Terminal PRO" 214 -biotype 648 HA "C-Terminal PRO" 85 -biotype 649 N "C-Terminal PHE" 180 -biotype 650 CA "C-Terminal PHE" 225 -biotype 651 C "C-Terminal PHE" 213 -biotype 652 HN "C-Terminal PHE" 183 -biotype 653 OXT "C-Terminal PHE" 214 -biotype 654 HA "C-Terminal PHE" 85 -biotype 655 N "C-Terminal TYR" 180 -biotype 656 CA "C-Terminal TYR" 225 -biotype 657 C "C-Terminal TYR" 213 -biotype 658 HN "C-Terminal TYR" 183 -biotype 659 OXT "C-Terminal TYR" 214 -biotype 660 HA "C-Terminal TYR" 85 -biotype 661 N "C-Terminal TYD (O-)" -1 -biotype 662 CA "C-Terminal TYD (O-)" -1 -biotype 663 C "C-Terminal TYD (O-)" -1 -biotype 664 HN "C-Terminal TYD (O-)" -1 -biotype 665 OXT "C-Terminal TYD (O-)" -1 -biotype 666 HA "C-Terminal TYD (O-)" -1 -biotype 667 N "C-Terminal TRP" 180 -biotype 668 CA "C-Terminal TRP" 225 -biotype 669 C "C-Terminal TRP" 213 -biotype 670 HN "C-Terminal TRP" 183 -biotype 671 OXT "C-Terminal TRP" 214 -biotype 672 HA "C-Terminal TRP" 85 -biotype 673 N "C-Terminal HIS (+)" 180 -biotype 674 CA "C-Terminal HIS (+)" 225 -biotype 675 C "C-Terminal HIS (+)" 213 -biotype 676 HN "C-Terminal HIS (+)" 183 -biotype 677 OXT "C-Terminal HIS (+)" 214 -biotype 678 HA "C-Terminal HIS (+)" 85 -biotype 679 N "C-Terminal HIS (HD)" 180 -biotype 680 CA "C-Terminal HIS (HD)" 225 -biotype 681 C "C-Terminal HIS (HD)" 213 -biotype 682 HN "C-Terminal HIS (HD)" 183 -biotype 683 OXT "C-Terminal HIS (HD)" 214 -biotype 684 HA "C-Terminal HIS (HD)" 85 -biotype 685 N "C-Terminal HIS (HE)" 180 -biotype 686 CA "C-Terminal HIS (HE)" 225 -biotype 687 C "C-Terminal HIS (HE)" 213 -biotype 688 HN "C-Terminal HIS (HE)" 183 -biotype 689 OXT "C-Terminal HIS (HE)" 214 -biotype 690 HA "C-Terminal HIS (HE)" 85 -biotype 691 N "C-Terminal ASP" 180 -biotype 692 CA "C-Terminal ASP" 225 -biotype 693 C "C-Terminal ASP" 213 -biotype 694 HN "C-Terminal ASP" 183 -biotype 695 OXT "C-Terminal ASP" 214 -biotype 696 HA "C-Terminal ASP" 85 -biotype 697 N "C-Terminal ASH (COOH)" -1 -biotype 698 CA "C-Terminal ASH (COOH)" -1 -biotype 699 C "C-Terminal ASH (COOH)" -1 -biotype 700 HN "C-Terminal ASH (COOH)" -1 -biotype 701 OXT "C-Terminal ASH (COOH)" -1 -biotype 702 HA "C-Terminal ASH (COOH)" -1 -biotype 703 N "C-Terminal ASN" 180 -biotype 704 CA "C-Terminal ASN" 225 -biotype 705 C "C-Terminal ASN" 213 -biotype 706 HN "C-Terminal ASN" 183 -biotype 707 OXT "C-Terminal ASN" 214 -biotype 708 HA "C-Terminal ASN" 85 -biotype 709 N "C-Terminal GLU" 180 -biotype 710 CA "C-Terminal GLU" 225 -biotype 711 C "C-Terminal GLU" 213 -biotype 712 HN "C-Terminal GLU" 183 -biotype 713 OXT "C-Terminal GLU" 214 -biotype 714 HA "C-Terminal GLU" 85 -biotype 715 N "C-Terminal GLH (COOH)" -1 -biotype 716 CA "C-Terminal GLH (COOH)" -1 -biotype 717 C "C-Terminal GLH (COOH)" -1 -biotype 718 HN "C-Terminal GLH (COOH)" -1 -biotype 719 OXT "C-Terminal GLH (COOH)" -1 -biotype 720 HA "C-Terminal GLH (COOH)" -1 -biotype 721 N "C-Terminal GLN" 180 -biotype 722 CA "C-Terminal GLN" 225 -biotype 723 C "C-Terminal GLN" 213 -biotype 724 HN "C-Terminal GLN" 183 -biotype 725 OXT "C-Terminal GLN" 214 -biotype 726 HA "C-Terminal GLN" 85 -biotype 727 N "C-Terminal MET" 180 -biotype 728 CA "C-Terminal MET" 225 -biotype 729 C "C-Terminal MET" 213 -biotype 730 HN "C-Terminal MET" 183 -biotype 731 OXT "C-Terminal MET" 214 -biotype 732 HA "C-Terminal MET" 85 -biotype 733 N "C-Terminal LYS" 180 -biotype 734 CA "C-Terminal LYS" 225 -biotype 735 C "C-Terminal LYS" 213 -biotype 736 HN "C-Terminal LYS" 183 -biotype 737 OXT "C-Terminal LYS" 214 -biotype 738 HA "C-Terminal LYS" 85 -biotype 739 N "C-Terminal LYD (NH2)" -1 -biotype 740 CA "C-Terminal LYD (NH2)" -1 -biotype 741 C "C-Terminal LYD (NH2)" -1 -biotype 742 HN "C-Terminal LYD (NH2)" -1 -biotype 743 OXT "C-Terminal LYD (NH2)" -1 -biotype 744 HA "C-Terminal LYD (NH2)" -1 -biotype 745 N "C-Terminal ARG" 180 -biotype 746 CA "C-Terminal ARG" 225 -biotype 747 C "C-Terminal ARG" 213 -biotype 748 HN "C-Terminal ARG" 183 -biotype 749 OXT "C-Terminal ARG" 214 -biotype 750 HA "C-Terminal ARG" 85 -biotype 751 N "C-Terminal ORN" 180 -biotype 752 CA "C-Terminal ORN" 225 -biotype 753 C "C-Terminal ORN" 213 -biotype 754 HN "C-Terminal ORN" 183 -biotype 755 OXT "C-Terminal ORN" 214 -biotype 756 HA "C-Terminal ORN" 85 -biotype 757 N "C-Terminal AIB" 180 -biotype 758 CA "C-Terminal AIB" 227 -biotype 759 C "C-Terminal AIB" 213 -biotype 760 HN "C-Terminal AIB" 183 -biotype 761 OXT "C-Terminal AIB" 214 -biotype 762 N "Deprotonated N-Terminus" -1 -biotype 763 H "Deprotonated N-Terminus" -1 -biotype 764 C "Formyl N-Terminus" 177 -biotype 765 H "Formyl N-Terminus" 221 -biotype 766 O "Formyl N-Terminus" 178 -biotype 767 CH3 "Acetyl N-Terminus" 80 -biotype 768 H "Acetyl N-Terminus" 85 -biotype 769 C "Acetyl N-Terminus" 177 -biotype 770 O "Acetyl N-Terminus" 178 -biotype 771 C "Protonated C-Terminus" -1 -biotype 772 O "Protonated C-Terminus" -1 -biotype 773 OH "Protonated C-Terminus" -1 -biotype 774 HO "Protonated C-Terminus" -1 -biotype 775 N "Amide C-Terminus" 179 -biotype 776 HN "Amide C-Terminus" 182 -biotype 777 N "N-MeAmide C-Terminus" 180 -biotype 778 HN "N-MeAmide C-Terminus" 183 -biotype 779 CH3 "N-MeAmide C-Terminus" 184 -biotype 780 H "N-MeAmide C-Terminus" 85 -biotype 2001 O "Water" 63 -biotype 2002 H "Water" 64 -biotype 2003 NA "Sodium Ion" -1 -biotype 2004 K "Potassium Ion" -1 -biotype 2005 MG "Magnesium Ion" -1 -biotype 2006 CA "Calcium Ion" -1 -biotype 2007 CL "Chloride Ion" -1 diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/aluminum_crystal_strain/README.TXT b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/aluminum_crystal_strain/README.TXT index 355fe42831..115c1fab35 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/aluminum_crystal_strain/README.TXT +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/aluminum_crystal_strain/README.TXT @@ -27,11 +27,11 @@ system.data, system.in.init, system.in.settings. --- To run LAMMPS, try a command like: --- -lmp_linux -i run.in +lmp_mpi -i run.in or (if you have mpi installed) -mpirun -np 4 lmp_linux -i run.in +mpirun -np 4 lmp_mpi -i run.in This will create an ordinary LAMMPS dump file you can visualize with VMD traj.lammpstrj (See README_visualize.txt) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/ice_crystal/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/ice_crystal/README_run.sh index 56b784d5ab..4a1e130642 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/ice_crystal/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/ice_crystal/README_run.sh @@ -7,15 +7,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure # to be followed by -lmp_linux -i run.in.nvt # simulation at constant volume +lmp_mpi -i run.in.nvt # simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -27,7 +27,7 @@ lmp_linux -i run.in.nvt # simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.npt # or -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/README_run.sh index 8a470b9551..ee5e5665aa 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/README_run.sh @@ -7,18 +7,18 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.nvt # minimization and simulation at constant volume -lmp_linux -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure # (WARNING: The "run.in.npt" example has not been # rigorously tested and may fail.) # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/graphene.lt b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/graphene.lt index 1410cac9bb..c54a380f62 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/graphene.lt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/graphene.lt @@ -25,6 +25,9 @@ Graphene { group Cgraphene type @atom:C } write_once("In Init") { + # -- Default styles (used in this file for graphene carbon) -- + units real + atom_style full #(full enables you to to add other molecules later) pair_style hybrid lj/cut/coul/long 10.0 } } # Graphene diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/spce.lt b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/spce.lt index f0f141d655..e1bf2390a0 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/spce.lt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/spce.lt @@ -27,10 +27,10 @@ SPCE { } write_once("In Settings") { - bond_coeff @bond:OH harmonic 1000.0 1.0 - angle_coeff @angle:HOH harmonic 1000.0 109.47 - pair_coeff @atom:O @atom:O lj/cut/coul/long 0.1553 3.166 - pair_coeff @atom:H @atom:H lj/cut/coul/long 0.0 2.058 + bond_coeff @bond:OH harmonic 600.0 1.0 + angle_coeff @angle:HOH harmonic 75.0 109.47 + pair_coeff @atom:O @atom:O lj/cut/coul/long 0.1553 3.166 + pair_coeff @atom:H @atom:H lj/cut/coul/long 0.0 2.058 group spce type @atom:O @atom:H fix fShakeSPCE spce shake 0.0001 10 100 b @bond:OH a @angle:HOH # (Remember to "unfix" fShakeSPCE during minimization.) @@ -41,12 +41,11 @@ SPCE { units real atom_style full # (Hybrid force fields were not necessary but are used for portability.) - pair_style hybrid lj/cut/coul/long 10.0 + pair_style hybrid lj/cut/coul/long 9.0 bond_style hybrid harmonic angle_style hybrid harmonic kspace_style pppm 0.0001 - pair_modify mix arithmetic - pair_modify shift yes + #pair_modify mix arithmetic # LEAVE THIS UNSPECIFIED! } } # end of definition of "SPCE" water molecule type diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/watmw.lt b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/watmw.lt new file mode 100644 index 0000000000..c7aaecebbc --- /dev/null +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/moltemplate_files/watmw.lt @@ -0,0 +1,54 @@ +# This file stores LAMMPS data for the "mW" water model. +# (Molinero, V. and Moore, E.B., J. Phys. Chem. B 2009, 113, 4008-4016) +# +# In this model, each water molecule is represented by a single "mW" particle. +# These particles interact with their neighbors via 3-body Stillinger-Weber +# forces whose parameters are tuned to mimic directional hydrogen-bonding +# in liquid water (as well as hexagonal ice, type II ice, and +# low-density super-cooled liquid/amorphous water phases). + +WatMW { + write("Data Atoms") { + $atom:mW $mol:. @atom:mW 0.0 0.0 0.0 0.0 + } + + write_once("Data Masses") { + @atom:mW 18.02 + } + + write_once("system.in.sw") { + mW mW mW 6.189 2.3925 1.8 23.15 1.2 -0.333333333 7.049556277 0.602224558 4 0 0 + } + + write_once("In Init") { + # -- Default styles for "WatMW" -- + units real + pair_style sw + } + + write_once("In Settings") { + # --Now indicate which atom type(s) are simulated using the "sw" pair style + # -- In this case only one of the atom types is used (the mW water "atom"). + + pair_coeff * * sw system.in.sw mW NULL NULL NULL + + # -- Unfortunately LAMMPS itself does not understand molemlate syntax, so + # -- the atoms are identified by order in the list, not by name. (The "mW" + # -- refers to to an identifier in the system.in.sw file, not watmw.lt.) + # -- This command says that the first atom type corresponds to the "mW" + # -- atom in system.in.sw, and to ignore the remaining three atom types + # -- (correspond to the CH2, CH3, CH4 atom types defined in trappe1998.lt. + # -- We don't want to use the "sw" force field for interactions involving + # -- these atom types, so we put "NULL" there.) + # -- Note: For this to work, you should probably run moltemplate this way: + # -- moltemplate.sh -a "@atom:WatMW/mW 1" system.lt + # -- This assigns the atom type named @atom:WatMW/mW to 1 (the first atom) + } + + # -- optional -- + + write_once("In Settings") { + group WatMW type @atom:mW #(Atoms of this type belong to the "WatMW" group) + } + +} # WatMW diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.npt b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.npt index 6bd4fd8a18..ab6c4bbf9c 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.npt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.npt @@ -25,6 +25,8 @@ include system.in.settings # Only the Cgraphene atoms are immobile. group mobile subtract all Cgraphene +# (Note: The "Cgraphene" group was defined in system.in.settings.) + # Unfortunately you can not use the LAMMPS "minimize" command on this system # because there is no way to immobilize the carbon graphene & nanotube atoms diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.nvt b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.nvt index f457702a03..a86e9227a2 100644 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.nvt +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/nanotube+water/run.in.nvt @@ -24,13 +24,11 @@ include system.in.settings -# Optional: Improve efficiency by omitting the calcuation of interactions -# between immobile atoms. (Note: This is not optional under NPT conditions.) -neigh_modify exclude group Cgraphene Cgraphene - # Only the Cgraphene atoms are immobile. group mobile subtract all Cgraphene +# (Note: The "Cgraphene" group was defined in system.in.settings.) + # -- minimization protocol -- diff --git a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/waterSPCE+Na+Cl/README_run.sh b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/waterSPCE+Na+Cl/README_run.sh index cf51fa8705..70c34bd6f4 100755 --- a/tools/moltemplate/examples/all_atom_examples/force_field_explicit/waterSPCE+Na+Cl/README_run.sh +++ b/tools/moltemplate/examples/all_atom_examples/force_field_explicit/waterSPCE+Na+Cl/README_run.sh @@ -7,15 +7,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure # or -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -27,7 +27,7 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.npt # or -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/3bodyWater+hydrocarbons_MW+TraPPE/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/3bodyWater+hydrocarbons_MW+TraPPE/README_run.sh index 8220a755c4..68acee49b9 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/3bodyWater+hydrocarbons_MW+TraPPE/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/3bodyWater+hydrocarbons_MW+TraPPE/README_run.sh @@ -7,12 +7,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -26,6 +26,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/README_run.sh index edb6b2698b..9d2b0fbc5a 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/README_run.sh @@ -7,15 +7,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.min # minimization -lmp_linux -i run.in.npt # simulation at constant pressure -lmp_linux -i run.in.nvt # simulation at constant volume +lmp_mpi -i run.in.min # minimization +lmp_mpi -i run.in.npt # simulation at constant pressure +lmp_mpi -i run.in.nvt # simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/moltemplate_files/lipid.lt b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/moltemplate_files/lipid.lt index 3507a6035e..3fe1b55305 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/moltemplate_files/lipid.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_formation_PACKMOL/moltemplate_files/lipid.lt @@ -7,7 +7,6 @@ DPPC { angle_style hybrid cosine/squared dihedral_style none improper_style none - #pair_style hybrid lj/gromacs/coul/gromacs 9 12 0.000001 12 pair_style hybrid lj/gromacs/coul/gromacs 9 12 0.000001 12 special_bonds lj/coul 0 1 1 dielectric 15 diff --git a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/README_run.sh index e163a10696..8cc857a5b4 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/README_run.sh @@ -7,15 +7,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.min # minimization -lmp_linux -i run.in.npt # simulation at constant pressure -lmp_linux -i run.in.nvt # simulation at constant volume +lmp_mpi -i run.in.min # minimization +lmp_mpi -i run.in.npt # simulation at constant pressure +lmp_mpi -i run.in.nvt # simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/moltemplate_files/lipid.lt b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/moltemplate_files/lipid.lt index 0d045eaf8c..df92940b18 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/moltemplate_files/lipid.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/MARTINI_examples/DPPC_bilayer_preformed/moltemplate_files/lipid.lt @@ -7,7 +7,6 @@ DPPC { angle_style hybrid cosine/squared dihedral_style none improper_style none - #pair_style hybrid lj/charmm/coul/charmm 9 12 0.000001 12 pair_style hybrid lj/gromacs/coul/gromacs 9 12 0.000001 12 special_bonds lj/coul 0 1 1 dielectric 15 diff --git a/tools/moltemplate/examples/coarse_grained_examples/abstract_2bead_heteropolymer/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/abstract_2bead_heteropolymer/README_run.sh index 1347aebbb4..8bf8e27648 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/abstract_2bead_heteropolymer/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/abstract_2bead_heteropolymer/README_run.sh @@ -7,14 +7,14 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.nvt +lmp_mpi -i run.in.nvt # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/abstract_random_heteropolymer/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/abstract_random_heteropolymer/README_run.sh index ac21c4c45e..9343d763f7 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/abstract_random_heteropolymer/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/abstract_random_heteropolymer/README_run.sh @@ -7,8 +7,8 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.nvt +lmp_mpi -i run.in.nvt diff --git a/tools/moltemplate/examples/coarse_grained_examples/abstract_translocation/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/abstract_translocation/README_run.sh index 7078918d5a..0828a7f098 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/abstract_translocation/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/abstract_translocation/README_run.sh @@ -7,22 +7,22 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.nvt # Run a simulation at constant volume +lmp_mpi -i run.in.nvt # Run a simulation at constant volume #or -lmp_linux -i run.in.npt # Run a simulation at constant pressure +lmp_mpi -i run.in.npt # Run a simulation at constant pressure # (Note: Constant pressure conditions have not been # well tested. The "run.in.npt" script may fail.) # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt #or -#mpirun -np 4 lmp_linux -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.npt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/chromosome_metaphase_Naumova2013/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/chromosome_metaphase_Naumova2013/README_run.sh index 2ed2e747d2..19674c88bd 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/chromosome_metaphase_Naumova2013/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/chromosome_metaphase_Naumova2013/README_run.sh @@ -1,7 +1,7 @@ # Run lammps using the following 3 commands: -# (assuming "lmp_linux" is the name of your LAMMPS binary) +# (assuming "lmp_mpi" is the name of your LAMMPS binary) -lmp_linux -i run.in.min -lmp_linux -i run.in.stage1 -lmp_linux -i run.in.stage2 +lmp_mpi -i run.in.min +lmp_mpi -i run.in.stage1 +lmp_mpi -i run.in.stage2 diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README.TXT b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README.TXT similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README.TXT rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README.TXT diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_WARNING.TXT b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_WARNING.TXT new file mode 100644 index 0000000000..f60da6c3f8 --- /dev/null +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_WARNING.TXT @@ -0,0 +1,12 @@ +WARNING: + This is not a realistic simulation of a protein in a lipid membrane. + + When I released this example in 2013, the simulations ran without crashing and produced no obvious visual flaws. However recently (2015) I've noticed that there are some serious problems: Currently, the protein no-longer remains perpendicular to the membrane during the simulations. (In some cases, it also unfolds.) The original version of this example did not behave this way. I'm not sure what changed since then. + + This example was created to demonstrate how to combine totally different kinds of coarse-grained molecules (with different kinds of force-fields) together in the same simulation in LAMMPS. Tuning the force-field parameters to get realistic results was not the goal. + + One day I might tinker with the shape of the protein and the force-field parameters to try and avoid this unsightly outcome. (Probably shortening the length of the helices would help.) Either way, I doubt it would make the simulations any more accurate. + + I apologize that the simulations no longer produce the same pretty images shown on the web page. + +Andrew 2015-8-02 diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_run.sh similarity index 75% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_run.sh rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_run.sh index 9598e3b08d..d7ea305695 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_run.sh @@ -7,15 +7,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # Run a simulation at constant pressure (tension) +lmp_mpi -i run.in.npt # Run a simulation at constant pressure (tension) #or -lmp_linux -i run.in.nvt # Run a simulation at constant volume +lmp_mpi -i run.in.nvt # Run a simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -27,7 +27,7 @@ lmp_linux -i run.in.nvt # Run a simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.npt #or -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_setup.sh b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_setup.sh similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_setup.sh rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_setup.sh diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_visualize.txt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_visualize.txt similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/README_visualize.txt rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/README_visualize.txt diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/4HelixOrig+Lipid2005_t=1290ps_LR.jpg b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/4HelixOrig+Lipid2005_t=1290ps_LR.jpg similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/4HelixOrig+Lipid2005_t=1290ps_LR.jpg rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/4HelixOrig+Lipid2005_t=1290ps_LR.jpg diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=0ps_LR.jpg b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=0ps_LR.jpg similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=0ps_LR.jpg rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=0ps_LR.jpg diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=0ps_no_pbc_LR.jpg b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=0ps_no_pbc_LR.jpg similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=0ps_no_pbc_LR.jpg rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=0ps_no_pbc_LR.jpg diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=0ps_top_LR.jpg b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=0ps_top_LR.jpg similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=0ps_top_LR.jpg rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=0ps_top_LR.jpg diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=5000ps_LR.jpg b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=5000ps_LR.jpg similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/images/membrane+protein_t=5000ps_LR.jpg rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/images/membrane+protein_t=5000ps_LR.jpg diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/1beadProtSci2010.lt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/1beadProtSci2010.lt similarity index 90% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/1beadProtSci2010.lt rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/1beadProtSci2010.lt index a5df81056d..d2aa805a5b 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/1beadProtSci2010.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/1beadProtSci2010.lt @@ -187,10 +187,6 @@ } - - # We use the same bond-angle forces whenever - # there are 3 consecutively-bonded atoms: - # # angleType atomtypes1 2 3 bondtypes1 2 write_once("Data Angles By Type") { @@ -203,18 +199,13 @@ } - - - # Dihedral interactions are also determined by atom-type name in this case. - # I chose atoms whose type-names begin with "t" to be "turn" atoms. - # Atoms whose type-names begin with "s" could be either helices or sheets. - # (In this case, helices. In this example, we use the @dihedral:delta65_0 - # parameters. This corresponds to the "AUF2" model from the - # Bellesia et. al 2010 paper.) - # dihedralType atomtypes1 2 3 4 bondtypes1 2 3 write_once("Data Dihedrals By Type") { + # For a chain of sH and sL atoms, use the @dihedral:delta65_0 + # parameters. (This corresponds to the "AUF2" model from the + # Bellesia et. al 2010 paper.) + @dihedral:delta65_0 @atom:s* @atom:s* @atom:s* @atom:s* * * * # If "tN" (turn) atoms are present, use the @dihedral:turn parameters @@ -222,20 +213,8 @@ @dihedral:turn @atom:tN @atom:* @atom:* @atom:* * * * } - - # From the Bellesia et al 2010 paper: - # for helices: U_{dih}(\phi) = 1.2*(cos(3\phi) + cos(\phi+\delta)) - # for turns: U_{dih}(\phi) = 0.2*cos(3\phi) - # - # General formula used for "dihedral_style fourier": - # U_{dih}(\phi) = \Sum_{i=1}^m K_i [ 1.0 + cos(n_i \phi - d_i) ] - # - # Syntax: - # dihedralType dihedralstyle m K_1 n_1 d_1 K2 n_2 d_2 ... - write_once("In Settings") { dihedral_coeff @dihedral:delta60_0 fourier 2 2.167862 3 0 2.167862 1 -60.0 - dihedral_coeff @dihedral:delta62_5 fourier 2 2.167862 3 0 2.167862 1 -62.5 dihedral_coeff @dihedral:delta65_0 fourier 2 2.167862 3 0 2.167862 1 -65.0 dihedral_coeff @dihedral:turn fourier 1 0.361310 3 0 # Note: 2.167862=1.2*epsilon and 0.361310=0.2*epsilon. diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/1beadProtSci2010_variations.lt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/1beadProtSci2010_variations.lt similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/1beadProtSci2010_variations.lt rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/1beadProtSci2010_variations.lt diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/CGLipidBr2005.lt similarity index 89% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/CGLipidBr2005.lt index ed8fe89dfe..24be50aced 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/CGLipidBr2005.lt @@ -46,13 +46,12 @@ CGLipidBr2005 { dihedral_style none improper_style none + pair_style hybrid table linear 1130 & lj/charmm/coul/charmm/inter es4k4l 14.5 15 + pair_modify mix arithmetic special_bonds lj 0.0 0.0 1.0 # turn off pairs if "less than 3 bonds" - - neighbor 2.0 multi # <- perhaps unnecessary - comm_modify mode multi # <- perhaps unnecessary } @@ -81,8 +80,9 @@ CGLipidBr2005 { @atom:head 200.0 } write_once("In Settings") { - pair_coeff @atom:head @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + pair_coeff @atom:head @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 pair_coeff @atom:../int @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + pair_coeff @atom:../tail @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 } } #DPPC @@ -109,8 +109,9 @@ CGLipidBr2005 { @atom:head 200.0 } write_once("In Settings") { - pair_coeff @atom:head @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + pair_coeff @atom:head @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 pair_coeff @atom:../int @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + pair_coeff @atom:../tail @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 } } #DLPC @@ -120,7 +121,6 @@ CGLipidBr2005 { write_once("Data Masses") { @atom:int 200.0 @atom:tail 200.0 - @atom:head 200.0 #<- Default head type. We may override it later. } write_once("In Settings") { @@ -153,23 +153,21 @@ CGLipidBr2005 { # Unfortunately, mixing lj/charmm and "table" pair styles in the same # simulation is very inneficient. - pair_coeff @atom:int @atom:int table table_int.dat INT + pair_coeff @atom:int @atom:int table table_int.dat INT # The interaction of tail beads with eachother is given by the formula below # and with other atoms ...using Lorenz-Berthelot and "repulsive wins" rules: # epsilon*(0.4*(sigma/r)^12 - 1.0*(sigma/r)^6), - pair_coeff @atom:tail @atom:tail lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 -1 - pair_coeff @atom:int @atom:tail lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 -1 - - # The interaction of head beads which all other beads is given by: - # epsilon*(0.4*(sigma/r)^12 - 0.0*(sigma/r)^6), - - pair_coeff @atom:head @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - pair_coeff @atom:int @atom:head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + pair_coeff @atom:tail @atom:tail lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 -1 + pair_coeff @atom:int @atom:tail lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 -1 + # The interaction between head beads from different types of lipids + # is (currently) repulsive: + pair_coeff @atom:DPPC/head @atom:DLPC/head lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 } # write_once("In Settings") + # Note: I divided epsilon by 4 to get "0.1643" because we are using the # "es4k4l" coeffstyle, corresponding to U(r)=eps(4*K*(s/r)^12 + 4*L*(s/r)^6) # (The "es4k4l" coeffstyle is the default.) Using this convention makes it diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/calc_table/calc_CGLipidTableINTvsINT.py b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/calc_table/calc_CGLipidTableINTvsINT.py similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/calc_table/calc_CGLipidTableINTvsINT.py rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/calc_table/calc_CGLipidTableINTvsINT.py diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/calc_table/version_charmm_cutoff/calc_table.py b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/calc_table/version_charmm_cutoff/calc_table.py similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/calc_table/version_charmm_cutoff/calc_table.py rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/calc_table/version_charmm_cutoff/calc_table.py diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/system.lt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/system.lt new file mode 100644 index 0000000000..6ffe9a58b2 --- /dev/null +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/system.lt @@ -0,0 +1,178 @@ +# Description: + +# This example shows how to put a protein (inclusion) in a +# lipid bilayer mixture composed of two different lipids (DPPC and DLPC). +# The DPPC lipid model is described here: +# G. Brannigan, P.F. Philips, and F.L.H. Brown, +# Physical Review E, Vol 72, 011915 (2005) +# The protein model is described here: +# G. Bellesia, AI Jewett, and J-E Shea, +# Protein Science, Vol19 141-154 (2010) +# The new DLPC model is a truncated version of DPPC, +# (Its behaviour has not been rigorously tested.) +# Note that 50%/50% mixtures of DPPC & DLPC are commonly used to +# build liposomes http://www.ncbi.nlm.nih.gov/pubmed/10620293 + +# Note: +# This example may require additional features to be added to LAMMPS. +# If LAMMPS complains about an "Invalid pair_style", then copy the code +# in the "additional_lammps_code" directory into your LAMMPS "src" directory +# and recompile LAMMPS. + + + +import "CGLipidBr2005.lt" + +using namespace CGLipidBr2005 + +# The "= new random" syntax chooses one of several molecules at random + +lipids = new random([DPPC, DLPC], [0.5,0.5], 1234) #"1234"=random_seed + [13].move(7.5, 0, 0) + [15].move(3.75, 6.49519, 0) # <-- hexagonal lattice + [2].rot(180, 1, 0, 0) # <-- 2 monolayers + +# Move all the lipds up to the center of the box + +lipids[*][*][*].move(0,0,75.0) + + + + +# Although this patch of lipids is not square or rectangular, (it looks +# like a parallelogram), this is no longer the case after rectangular +# periodic boundary conditions are applied. (Check by visualising in VMD.) + + +write_once("Data Boundary") { + 0 97.5 xlo xhi + 0 97.42785792 ylo yhi + 0 150.0 zlo zhi +} + + +# A note on geometry: +# We want to create a bilayer arranged in a hexagonal lattice consisting of +# 15 rows (each row is aligned with the x-axis) +# 13 columns (aligned at a 60 degree angle from the x axis) +# The lattice spacing is 7.5 Angstroms. +# When wrapped onto a rectangular box, the dimensions of the system are: +# 13 * 7.5 Angstroms in the X direction +# 15 * 7.5*sqrt(3)/2 Angstroms in the Y direction + + + + + + + +# ------------------- protein inclusion --------------------- + +import "1beadProtSci2010.lt" + +using namespace 1beadProtSci2010 + +protein = new 4HelixInsideOut + +protein.move(45.0, 25.98076211, 75.0) + + +# Delete a hole in the membrane to create space for the protein. +# (In the future moltemplate will be able to avoid occlusion automatically.) + + +delete lipids[4][2][*] +delete lipids[6][2][*] +delete lipids[3-6][3][*] +delete lipids[3-5][4][*] +delete lipids[2-5][5][*] +delete lipids[2][6][*] +delete lipids[4][6][*] + + +# -------- interactions between protein and lipids ---------- + +# Note: All atom types must include the full path (the name of +# the namespace which defined them as well as the atom type name). +# (This is because we are no longer inside that namespace.) + + +write_once("In Settings") { + + # Interactions between the protein and lipid atoms are usually + # determined by mixing rules. (However this is not possible some + # for atoms, such as the "int" atoms in the lipid model which + # interact using -1/r^2 attraction.) Mixing rules do not make + # sense for these atoms so we must explicitly define their + # interaction with all other atoms. + + # i j pairstylename eps sig K L + + pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 1.8065518 6.0 1 -1 + pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + + # We want the interactions between hydrophobic residues and atoms in + # the interior of the lipd to be energetically similar to the attractive + # interactions between hydrophobic residues. (See 1beadProtSci2010.) + + pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 1.8065518 6.0 1 -1 + + # We also add an artificial attractive interaction between the + # turn residues of the protein and the lipid head groups in + # order to keep the protein upright. Probably not necessary. + + pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 1.8065518 6.0 1 -1 + pair_coeff @atom:CGLipidBr2005/DLPC/head @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 1.8065518 6.0 1 -1 + + # All other interactions between proteins and lipids are steric. + pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + pair_coeff @atom:CGLipidBr2005/DLPC/head @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + pair_coeff @atom:CGLipidBr2005/DLPC/head @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 1.8065518 6.0 1 0 + + + # Add a weak attractive interaction between hydrophilic "sL" beads + # (Whose strength mimics the strength of interaction between tail beads + # in the lipid. This was absent from the original protein model. + # However without some kind of weak attraction between residues, + # the negative pressure in the interior of the bilayer membrane + # allways pulls the protein apart. Recall that in the membrane, + # the hydrophobic beads in the protein will face outwards towards the lipid + # tails leaving the hydrophilic amino acids of the protein in the interior. + # In reality, these polar groups form hydrogen bonds with each other.) + + pair_coeff @atom:1beadProtSci2010/sL @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.3286 7.5 0.4 -1 + + # However these hydrophilic amino acids are not attrected to + # the bilayer interior. + + pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 + +} + + + + +# Finally, we must combine the two force-field styles which were used for +# the coarse-grained lipid and protein. To do that, we write one last time +# to the "In Init" section. When reading the "Init" section LAMMPS will +# read these commands last and this will override any earlier settings. + +write_once("In Init") { + # -- These styles override earlier settings -- + units real + atom_style full + # (Hybrid force field styles were used for portability.) + bond_style hybrid harmonic + angle_style hybrid cosine/delta harmonic + dihedral_style hybrid fourier + improper_style none + pair_style hybrid table linear 1001 lj/charmm/coul/charmm/inter es4k4l 14.5 15 + pair_modify mix arithmetic + special_bonds lj 0.0 0.0 1.0 # turn off pairs if "less than 3 bonds" +} + diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/table_int.dat b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/table_int.dat similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/table_int.dat rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/moltemplate_files/table_int.dat diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.min b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.min similarity index 100% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.min rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.min diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.npt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.npt similarity index 96% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.npt rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.npt index dab8a4469e..2dc4bbe035 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.npt +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.npt @@ -2,7 +2,7 @@ # # You must use moltemplate.sh to create 3 files: # system.data system.in.init system.in.settings -# (See README_setup.sh for details.) +# (Follow the instructions in README_setup.sh, or run it using ./README_sh.) # # -------- REQUIREMENTS: --------- # 1) This example requires the "USER-MISC" package. (Use "make yes-USER-MISC") diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.nvt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.nvt similarity index 96% rename from tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.nvt rename to tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.nvt index a16b16430c..c9195b4e62 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/run.in.nvt +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein/run.in.nvt @@ -2,7 +2,7 @@ # # 1) You must use moltemplate.sh to create 3 files: # system.data system.in.init system.in.settings -# (See README_setup.sh for details.) +# (Follow the instructions in README_setup.sh, or run it using ./README_sh.) # 2) You must equilibrate the system beforehand using "run.in.npt". # This will create the file "system_after_npt.data" which this file reads. # (Note: I have not verified that this equilibration protocol works well.) diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/system.lt b/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/system.lt deleted file mode 100644 index 9072293c7b..0000000000 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane+protein_Brannigan2005+Bellesia2010/moltemplate_files/system.lt +++ /dev/null @@ -1,219 +0,0 @@ -# Description: - -# This example shows how to put a protein (inclusion) in a -# lipid bilayer mixture composed of two different lipids (DPPC and DLPC). -# The DPPC lipid model is described here: -# G. Brannigan, P.F. Philips, and F.L.H. Brown, -# Physical Review E, Vol 72, 011915 (2005) -# The protein model is described here: -# G. Bellesia, AI Jewett, and J-E Shea, -# Protein Science, Vol19 141-154 (2010) -# The new DLPC model is a truncated version of DPPC, -# (Its behaviour has not been rigorously tested.) -# Note that 50%/50% mixtures of DPPC & DLPC are commonly used to -# build liposomes http://www.ncbi.nlm.nih.gov/pubmed/10620293 - -# Note: -# This example may require additional features to be added to LAMMPS. -# If LAMMPS complains about an "Invalid pair_style", then copy the code -# in the "additional_lammps_code" directory into your LAMMPS "src" directory -# and recompile LAMMPS. - - - -import "CGLipidBr2005.lt" - -using namespace CGLipidBr2005 - -# The "= new random" syntax chooses one of several molecules at random - -lipids = new random([DPPC, DLPC], [195,195], 1234) #"1234"=random_seed - [13].move(7.5, 0, 0) - [15].move(3.75, 6.49519, 0) # <-- hexagonal lattice - [2].rot(180, 1, 0, 0) # <-- 2 monolayers - - -# Note 195 + 195 must equal the number of lipids created (13x15x2) -# -# ALTERNATE METHOD: Choose each lipid independently (50%,50% probability): -# lipids = new random([DPPC, DLPC], [0.5,0.5], 1234) -# [13].move(7.5, 0, 0) -# [15].move(3.75, 6.49519, 0) -# [2].rot(180, 1, 0, 0) - - - - -# Now move all the lipds up to the center of the box - -lipids[*][*][*].move(0,0,75.0) - - - - -# Although this patch of lipids is not square or rectangular, (it looks -# like a parallelogram), this is no longer the case after rectangular -# periodic boundary conditions are applied. (Check by visualising in VMD.) - - -write_once("Data Boundary") { - 0 97.5 xlo xhi - 0 97.42785792 ylo yhi - 0 150.0 zlo zhi -} - - -# A note on geometry: -# We want to create a bilayer arranged in a hexagonal lattice consisting of -# 13 rows (each row is aligned with the x-axis) -# 15 columns (aligned at a 60 degree angle from the x axis) -# The lattice spacing is 7.5 Angstroms. -# When wrapped onto a rectangular box, the dimensions of the system are: -# 13 * 7.5 Angstroms in the X direction -# 15 * 7.5*sqrt(3)/2 Angstroms in the Y direction - - - - - - - -# ------------------- protein inclusion --------------------- - -import "1beadProtSci2010.lt" - -using namespace 1beadProtSci2010 - -protein = new 4HelixInsideOut - -protein.move(45.0, 25.98076211, 75.0) - - -# Delete a hole in the membrane to create space for the protein. - -delete lipids[4][2][*] -delete lipids[6][2][*] -delete lipids[3-6][3][*] -delete lipids[3-5][4][*] -delete lipids[2-5][5][*] -delete lipids[2][6][*] -delete lipids[4][6][*] - -# Note: All atom types must include the full path (the name of -# the namespace which defined them as well as the atom type name). -# (This is because we are no longer inside that namespace.) - - -write_once("In Settings") { - - # ----------------------------------------------------------- - # -------- interactions between protein and lipids ---------- - # ----------------------------------------------------------- - - # Interactions between the protein and lipid atoms are usually - # determined by mixing rules. (However this is not possible some - # for atoms, such as the "int" atoms in the lipid model which - # interact using -1/r^2 attraction.) Mixing rules do not make - # sense for these atoms so we must explicitly define their - # interaction with all other atoms. - - # We want the hydrophobic interactions between hydrophobic residues in - # the protein and beads the interior of the lipid to be energetically - # similar to the attractive interactions between the lipid tails. - # - # Note: I made the width of the outward-facing protein beads slightly larger - # ("12.5") whenever they interact with the "tail" beads in each lipid - # (in order to make the protein wider there). - # This hopefully relieves some of the internal negative pressure in the center - # of the bilayer which can otherwise rip apart the protein or suck it into - # the bilaer. (This is a hack, and I'm not sure if it is necessary. - # For different protein or lipid models, you probably don't need this.) - # - # i j pairstylename eps sig K L - - pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 0.1643 12.5 0.4 -1 - pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 -1 - - # To help keep the protein from tilting 90 degrees and burying itself - # within the lipid bilayer, we make the turn regions at either - # end of the protein (strongly) attracted to the head groups - # of the lipid. (In reality, they would probably be attracted - # to the water as well.) - - pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 1.8065518 5.5 1 -1 - pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 1.8065518 5.5 1 -1 - - # All other interactions between proteins and lipids are steric. - - pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - pair_coeff @atom:CGLipidBr2005/tail @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - - pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - pair_coeff @atom:CGLipidBr2005/int @atom:1beadProtSci2010/tN lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - - pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - pair_coeff @atom:CGLipidBr2005/DPPC/head @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - - pair_coeff @atom:CGLipidBr2005/DLPC/head @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - pair_coeff @atom:CGLipidBr2005/DLPC/head @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 0.1643 7.5 0.4 0 - - - # ----------------------------------------------------------- - # -------- Modifications to the protein model: -------------- - # ----------------------------------------------------------- - # - # Turn off attraction between the hydrophobic "@atom:sH" beads: - # (These beads are located in the outside of a trans-membrane protein.) - - pair_coeff @atom:1beadProtSci2010/sH @atom:1beadProtSci2010/sH lj/charmm/coul/charmm/inter 1.8065518 5.5 1 0 - - # (Why: These beads are only attracted to - # each other in an aqueous environment) - - # ... and - # Turn ON attraction between the hydrophilic "@atom:sL" beads. - # (These beads are located in the interior of a trans-membrane protein.) - - pair_coeff @atom:1beadProtSci2010/sL @atom:1beadProtSci2010/sL lj/charmm/coul/charmm/inter 1.8065518 5.5 1 -1 - - # Why? - # In reality, polar groups in the interior of trans-membrane - # proteins do form hydrogen bonds with each other. This was - # absent from the original protein model because, in an aqueous - # environment, these groups preferentially interact with the water. - # - # Why is this necessary? - # Shouldn't attraction between lipid tails and the protein create - # an effective force which brings the hydrophilic beads together? - # (similar to the hydrophobic effect, but in reverse?). - # Answer: - # Unlike an aqueous environment (~zero pressure, or +1atm), there is - # a large negative pressure in the interior of some bilayer membrane - # models (such as this one). Without some kind of direct attraction - # between interior residues, the protein will get pulled apart. - # (Perhaps the attractive force I am using is too strong?) - -} - - - - -# Finally, we must combine the two force-field styles which were used for -# the coarse-grained lipid and protein. To do that, we write one last time -# to the "In Init" section. When reading the "Init" section LAMMPS will -# read these commands last and this will override any earlier settings. - -write_once("In Init") { - # -- These styles override earlier settings -- - units real - atom_style full - # (Hybrid force field styles were used for portability.) - bond_style hybrid harmonic - angle_style hybrid cosine/delta harmonic - dihedral_style hybrid fourier - improper_style none - pair_style hybrid table linear 1130 lj/charmm/coul/charmm/inter es4k4l 14.5 15 - pair_modify mix arithmetic - special_bonds lj 0.0 0.0 1.0 # turn off pairs if "less than 3 bonds" -} - diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/README_run.sh index 9598e3b08d..d7ea305695 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/README_run.sh @@ -7,15 +7,15 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # Run a simulation at constant pressure (tension) +lmp_mpi -i run.in.npt # Run a simulation at constant pressure (tension) #or -lmp_linux -i run.in.nvt # Run a simulation at constant volume +lmp_mpi -i run.in.nvt # Run a simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -27,7 +27,7 @@ lmp_linux -i run.in.nvt # Run a simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.npt #or -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/moltemplate_files/CGLipidBr2005Orig.lt b/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/moltemplate_files/CGLipidBr2005Orig.lt index c994f7d1c2..a12eb0681c 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/moltemplate_files/CGLipidBr2005Orig.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/membrane_BranniganPRE2005/moltemplate_files/CGLipidBr2005Orig.lt @@ -51,9 +51,6 @@ CGLipidBr2005 { lj/charmm/coul/charmm/inter es4k4l 14.5 15 pair_modify mix arithmetic special_bonds lj 0.0 0.0 1.0 # turn off pairs if "less than 3 bonds" - - neighbor 2.0 multi # <- perhaps unnecessary - comm_modify mode multi # <- perhaps unnecessary } diff --git a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+chaperonin/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+chaperonin/README_run.sh index 45bd2d451d..d5ae1fe5a3 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+chaperonin/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+chaperonin/README_run.sh @@ -13,10 +13,10 @@ -LAMMPS_COMMAND="lmp_ubuntu" +LAMMPS_COMMAND="lmp_mpi" # Here "$LAMMPS_BINARY" is the name of the command you use to invoke lammps -# (such as lmp_linux, lmp_g++, lmp_mac, lmp_cygwin, etc...) Change if necessary. +# (such as lmp_ubuntu, lmp_mac_mpi, lmp_cygwin etc...). Change if necessary. # Run lammps using the following 3 commands: diff --git a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+minichaperone/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+minichaperone/README_run.sh index 45bd2d451d..d5ae1fe5a3 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+minichaperone/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated+minichaperone/README_run.sh @@ -13,10 +13,10 @@ -LAMMPS_COMMAND="lmp_ubuntu" +LAMMPS_COMMAND="lmp_mpi" # Here "$LAMMPS_BINARY" is the name of the command you use to invoke lammps -# (such as lmp_linux, lmp_g++, lmp_mac, lmp_cygwin, etc...) Change if necessary. +# (such as lmp_ubuntu, lmp_mac_mpi, lmp_cygwin etc...). Change if necessary. # Run lammps using the following 3 commands: diff --git a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated/README_run.sh index 99338c7708..6c5417239b 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/frustrated/README_run.sh @@ -9,10 +9,10 @@ # ----------------------------------- -LAMMPS_COMMAND="lmp_ubuntu" +LAMMPS_COMMAND="lmp_mpi" # Here "$LAMMPS_BINARY" is the name of the command you use to invoke lammps -# (such as lmp_linux, lmp_g++, lmp_mac, lmp_cygwin, etc...) Change if necessary. +# (such as lmp_ubuntu, lmp_mac_mpi, lmp_cygwin etc...). Change if necessary. # Run lammps using the following 3 commands: diff --git a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/unfrustrated/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/unfrustrated/README_run.sh index 45bd2d451d..d5ae1fe5a3 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/unfrustrated/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1bead+chaperone/unfrustrated/README_run.sh @@ -13,10 +13,10 @@ -LAMMPS_COMMAND="lmp_ubuntu" +LAMMPS_COMMAND="lmp_mpi" # Here "$LAMMPS_BINARY" is the name of the command you use to invoke lammps -# (such as lmp_linux, lmp_g++, lmp_mac, lmp_cygwin, etc...) Change if necessary. +# (such as lmp_ubuntu, lmp_mac_mpi, lmp_cygwin etc...). Change if necessary. # Run lammps using the following 3 commands: diff --git a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1beadProtSci2010/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1beadProtSci2010/README_run.sh index 45bd2d451d..4b0229453e 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1beadProtSci2010/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/protein_folding_examples/1beadProtSci2010/README_run.sh @@ -13,10 +13,10 @@ -LAMMPS_COMMAND="lmp_ubuntu" +LAMMPS_COMMAND="lmp_mpi" # Here "$LAMMPS_BINARY" is the name of the command you use to invoke lammps -# (such as lmp_linux, lmp_g++, lmp_mac, lmp_cygwin, etc...) Change if necessary. +# (such as lmp_ubuntu, lmp_mac_mpi, lmp_cygwin etc...) Change if necessary. # Run lammps using the following 3 commands: diff --git a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_WARNING.TXT b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_WARNING.TXT new file mode 100644 index 0000000000..1a4ecd094a --- /dev/null +++ b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_WARNING.TXT @@ -0,0 +1,14 @@ +WARNING: + This is not a realistic simulation of proteins in a lipid membrane. + + When I released this example in 2013, the simulations ran without crashing and produced no obvious visual flaws. However recently (2015) I've noticed that there are some serious problems: Currently, the protein no-longer remains perpendicular to the membrane during the simulations. (In some cases, it also unfolds.) The original version of this example did not behave this way. I'm not sure what changed since then. + + In addition, I have also noticed that newer versions of PACKMOL do not always succeed at generating a spherical vesicle in a reasonable amount of time. (You will probably have to play with the .inp files in the packmol_files directory to get PACKMOL to produce any files at all.) + + This example was created to demonstrate how to combine totally different kinds of coarse-grained molecules (with different kinds of force-fields) together in the same simulation in LAMMPS. Tuning the force-field parameters to get realistic results was not the goal. + + One day I might tinker with the shape of the protein and the force-field parameters to try and avoid this unsightly outcome. (Probably shortening the length of the helices would help.) Either way, I doubt it would make the simulations any more accurate. + + I apologize that the simulations no longer produce the same pretty images shown on the web page. + +Andrew 2015-8-02 diff --git a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_run.sh b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_run.sh index 99f39891e4..ab62f6fb59 100755 --- a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_run.sh +++ b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/README_run.sh @@ -8,17 +8,17 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.min # Minimize the system (important, and very slow) +lmp_mpi -i run.in.min # Minimize the system (important, and very slow) -lmp_linux -i run.in.nvt # Run a simulation at constant volume +lmp_mpi -i run.in.nvt # Run a simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.min +#mpirun -np 4 lmp_mpi -i run.in.min #or -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt index ed8fe89dfe..2388f3afd9 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/CGLipidBr2005.lt @@ -50,9 +50,6 @@ CGLipidBr2005 { lj/charmm/coul/charmm/inter es4k4l 14.5 15 pair_modify mix arithmetic special_bonds lj 0.0 0.0 1.0 # turn off pairs if "less than 3 bonds" - - neighbor 2.0 multi # <- perhaps unnecessary - comm_modify mode multi # <- perhaps unnecessary } diff --git a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/system.lt b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/system.lt index 98213116d8..a470e1bf89 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/system.lt +++ b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/moltemplate_files/system.lt @@ -45,8 +45,8 @@ using namespace 1beadProtSci2010 # b) then we add 9500 DLPC lipids to the inner monolayer # # step3) Keeping the coordinates from steps 1 and 2 fixed, -# a) first we add 12500 DPPC lipids to the outer monolayer -# b) then we add 12500 DLPC lipids to the outer monolayer +# a) first we add 12700 DPPC lipids to the outer monolayer +# b) then we add 12700 DLPC lipids to the outer monolayer # # The order that molecules are created in moltemplate should match the order # they appear in the final XYZ file created by PACKMOL. (See above.) @@ -63,9 +63,9 @@ dppc_in = new DPPC [9500] dlpc_in = new DLPC [9500] # Step 3a) ---- outer monolayer ---- -dppc_out = new DPPC [12500] +dppc_out = new DPPC [12700] # Step 3b) -dlpc_out = new DLPC [12500] +dlpc_out = new DLPC [12700] @@ -187,6 +187,5 @@ write_once("In Init") { pair_style hybrid table linear 1130 lj/charmm/coul/charmm/inter es4k4l 14.5 15 pair_modify mix arithmetic special_bonds lj 0.0 0.0 1.0 # turn off pairs if "less than 3 bonds" - communicate multi } diff --git a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/run.in.min b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/run.in.min index 9cb2d93003..25ed25ad77 100644 --- a/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/run.in.min +++ b/tools/moltemplate/examples/coarse_grained_examples/vesicle_Brannigan2005+Bellesia2010/run.in.min @@ -28,10 +28,14 @@ include system.in.settings # -- Run section -- -dump 1 all custom 50 traj_min.lammpstrj id mol type x y z ix iy iz +dump 1 all custom 250 traj_min.lammpstrj id mol type x y z ix iy iz # minimize +#balance 1.3 rcb + +min_style quickmin +min_modify dmax 0.1 minimize 1.0e-5 1.0e-7 5000 20000 # If minimization crashes, then instead try Langevin dynamics diff --git a/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/README_step3_run_lammps.sh b/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/README_step3_run_lammps.sh index 813c406c0e..ab9a7dc6e8 100755 --- a/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/README_step3_run_lammps.sh +++ b/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/README_step3_run_lammps.sh @@ -7,10 +7,10 @@ # If not, carry out the instructions in "README_run_moltemplate.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps this way: -lmp_linux -i run.in.nvt +lmp_mpi -i run.in.nvt # NOTE: BECAUSE ALL OF THE ORIGINAL FORCE FIELD PARAMETERS WERE INTENTIONALLY # REMOVED, THE SYSTEM WILL MOVE IN A VERY UNREALISTIC WAY. diff --git a/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/junk.in b/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/junk.in deleted file mode 100644 index 22bfd7170d..0000000000 --- a/tools/moltemplate/examples/file_conversion_examples/convert_LAMMPS_to_LT_examples/cnad-cnt/junk.in +++ /dev/null @@ -1 +0,0 @@ -atom_style full diff --git a/tools/moltemplate/examples/file_conversion_examples/read_PDB_file_examples/waterSPCE_from_PDBfile/README_run.sh b/tools/moltemplate/examples/file_conversion_examples/read_PDB_file_examples/waterSPCE_from_PDBfile/README_run.sh index 022c53ce3b..2944f68403 100755 --- a/tools/moltemplate/examples/file_conversion_examples/read_PDB_file_examples/waterSPCE_from_PDBfile/README_run.sh +++ b/tools/moltemplate/examples/file_conversion_examples/read_PDB_file_examples/waterSPCE_from_PDBfile/README_run.sh @@ -7,12 +7,12 @@ # If not, carry out the instructions in "README_setup.sh". # # -- Instructions: -- -# If "lmp_linux" is the name of the command you use to invoke lammps, +# If "lmp_mpi" is the name of the command you use to invoke lammps, # then you would run lammps on these files this way: -lmp_linux -i run.in.npt # minimization and simulation at constant pressure -lmp_linux -i run.in.nvt # minimization and simulation at constant volume +lmp_mpi -i run.in.npt # minimization and simulation at constant pressure +lmp_mpi -i run.in.nvt # minimization and simulation at constant volume #(Note: The constant volume simulation lacks pressure equilibration. These are # completely separate simulations. The results of the constant pressure @@ -26,6 +26,6 @@ lmp_linux -i run.in.nvt # minimization and simulation at constant volume # If you have compiled the MPI version of lammps, you can run lammps in parallel -#mpirun -np 4 lmp_linux -i run.in.npt -#mpirun -np 4 lmp_linux -i run.in.nvt +#mpirun -np 4 lmp_mpi -i run.in.npt +#mpirun -np 4 lmp_mpi -i run.in.nvt # (assuming you have 4 processors available) diff --git a/tools/moltemplate/examples/misc_examples/menger_sponge/README.TXT b/tools/moltemplate/examples/misc_examples/menger_sponge/README.TXT index 6bc152b186..4d3a9d2f85 100644 --- a/tools/moltemplate/examples/misc_examples/menger_sponge/README.TXT +++ b/tools/moltemplate/examples/misc_examples/menger_sponge/README.TXT @@ -35,11 +35,11 @@ system.data, system.in.init, system.in.settings. --- To run LAMMPS, try a command like: --- -lmp_linux -i run.in +lmp_mpi -i run.in or (if you have mpi installed) -mpirun -np 4 lmp_linux -i run.in +mpirun -np 4 lmp_mpi -i run.in This will create an ordinary LAMMPS dump file you can visualize with VMD traj.lammpstrj (See README_visualize.txt) diff --git a/tools/moltemplate/examples/misc_examples/pyramids_vs_gravity/README.TXT b/tools/moltemplate/examples/misc_examples/pyramids_vs_gravity/README.TXT index 76caac02cc..3e985be859 100644 --- a/tools/moltemplate/examples/misc_examples/pyramids_vs_gravity/README.TXT +++ b/tools/moltemplate/examples/misc_examples/pyramids_vs_gravity/README.TXT @@ -17,6 +17,7 @@ to bounce off of. So I added a graphene surface at the bottom as scenery. (It does not exert any force on the atoms.) (Random comment: This could be a fun example to illustrate the Boltzmann - distribution. Because there is no damping, in a small region, the particle - heights should eventually approach the Boltzmann distribution for some - suitable temperature.) + distribution. Because there is no damping, in a small region, I'm guessing + the particle heights should eventually approach the Boltzmann distribution + for some temperature consistent with the initial potential energy of the + system.) diff --git a/tools/moltemplate/moltemplate_manual.pdf b/tools/moltemplate/moltemplate_manual.pdf index 4ead6c064b..6c23a2986c 100644 Binary files a/tools/moltemplate/moltemplate_manual.pdf and b/tools/moltemplate/moltemplate_manual.pdf differ diff --git a/tools/moltemplate/src/dump2data.py b/tools/moltemplate/src/dump2data.py index fb5fb74014..553a164c38 100755 --- a/tools/moltemplate/src/dump2data.py +++ b/tools/moltemplate/src/dump2data.py @@ -949,7 +949,7 @@ if __name__ == "__main__": if (is_triclinic and (len(tokens) > 2)): frame_xy_str = tokens[2] bvec[0] = float(frame_xy_str) - #See http://lammps.sandia.gov/doc/Section_howto.html#howto_12 + #See http://lammps.sandia.gov/doc/Section_howto.html#howto-12 #sys.stderr.write('avec='+str(avec)+'\n') elif not frame_ylo_str: @@ -960,7 +960,7 @@ if __name__ == "__main__": if (is_triclinic and (len(tokens) > 2)): frame_xz_str = tokens[2] cvec[0] = float(frame_xz_str) - #See http://lammps.sandia.gov/doc/Section_howto.html#howto_12 + #See http://lammps.sandia.gov/doc/Section_howto.html#howto-12 #sys.stderr.write('bvec='+str(bvec)+'\n') elif not frame_zlo_str: @@ -971,7 +971,7 @@ if __name__ == "__main__": if (is_triclinic and (len(tokens) > 2)): frame_yz_str = tokens[2] cvec[1] = float(frame_yz_str) - #See http://lammps.sandia.gov/doc/Section_howto.html#howto_12 + #See http://lammps.sandia.gov/doc/Section_howto.html#howto-12 #sys.stderr.write('cvec='+str(cvec)+'\n') elif (section.find('ITEM: ATOMS') == 0): @@ -1002,9 +1002,6 @@ if __name__ == "__main__": y = float(ylo_str) + xs*avec[1] + ys*bvec[1] + zs*cvec[1] z = float(zlo_str) + xs*avec[2] + ys*bvec[2] + zs*cvec[2] - # avec, bvec, cvec described here: - #http://lammps.sandia.gov/doc/Section_howto.html#howto_12 - elif ((i_xsu != -1) and (i_ysu != -1) and (i_zsu != -1)): xsu = float(tokens[i_xsu]) #i_xs determined above ysu = float(tokens[i_ysu]) diff --git a/tools/moltemplate/src/ltemplify.py b/tools/moltemplate/src/ltemplify.py index d765573c35..97ee00e9f7 100755 --- a/tools/moltemplate/src/ltemplify.py +++ b/tools/moltemplate/src/ltemplify.py @@ -44,6 +44,13 @@ def Intify(s): return s +def IsNumber(s): + try: + float(s) + return True + except ValueError, TypeError: + return False + def StringToInterval(sel_str, slice_delim='*'): # Split a string into 1-3 tokens using the slice_delim and convert to int. # What a mess. I should rewrite this function @@ -210,8 +217,8 @@ def BelongsToSel(i, sel): try: g_program_name = __file__.split('/')[-1] # = 'ltemplify.py' - g_version_str = '0.45' - g_date_str = '2014-12-17' + g_version_str = '0.48' + g_date_str = '2015-8-02' sys.stderr.write(g_program_name+' v'+g_version_str+' '+g_date_str+'\n') non_empty_output = False @@ -288,6 +295,9 @@ try: i_atomid = None i_atomtype = None i_molid = None + i_x = None + i_y = None + i_z = None l_in_init = [] l_in_settings = [] @@ -309,6 +319,7 @@ try: l_data_dihedral_coeffs = [] l_data_improper_coeffs = [] l_data_pair_coeffs = [] + l_data_pairij_coeffs = [] l_data_atoms = [] l_data_velocities = [] l_data_bonds = [] @@ -317,6 +328,14 @@ try: l_data_impropers = [] # class2 force fields + #l_in_bondbond_coeffs = [] <--not needed, included in l_in_angle_coeff + #l_in_bondangle_coeffs = [] <--not needed, included in l_in_angle_coeff + #l_in_middlebondtorsion_coeffs = [] not needed, included in l_in_dihedral_coeff + #l_in_endbondtorsion_coeffs = [] <--not needed, included in l_in_dihedral_coeff + #l_in_angletorsion_coeffs = [] <--not needed, included in l_in_dihedral_coeff + #l_in_angleangletorsion_coeffs = [] not needed, included in l_in_dihedral_coeff + #l_in_bondbond13_coeffs = [] <--not needed, included in l_in_dihedral_coeff + #l_in_angleangle_coeffs = [] <--not needed, included in l_in_improper_coeff l_data_bondbond_coeffs = [] l_data_bondangle_coeffs = [] l_data_middlebondtorsion_coeffs = [] @@ -340,7 +359,7 @@ try: some_pair_coeffs_read = False complained_atom_style_mismatch = False infer_types_from_comments = False - + remove_coeffs_from_data_file = True argv = sys.argv @@ -403,6 +422,13 @@ try: sys.stderr.write('\n \"Atoms\" column format:\n') sys.stderr.write(' '+(' '.join(column_names))+'\n') i_atomid, i_atomtype, i_molid = ColNames2AidAtypeMolid(column_names) + # Which columns contain the coordinates? + ii_coords = ColNames2Coords(column_names) + assert(len(ii_coords) == 1) + i_x = ii_coords[0][0] + i_y = ii_coords[0][1] + i_z = ii_coords[0][2] + if i_molid: sys.stderr.write(' (i_atomid='+str(i_atomid+1)+', i_atomtype='+str(i_atomtype+1)+', i_molid='+str(i_molid+1)+')\n\n') else: @@ -467,6 +493,17 @@ try: else: i += 1 + # We might need to parse the simulation boundary-box. + # If so, use these variables. (None means uninitialized.) + boundary_xlo = None + boundary_xhi = None + boundary_ylo = None + boundary_yhi = None + boundary_zlo = None + boundary_zhi = None + boundary_xy = None + boundary_yz = None + boundary_xz = None # atom type names atomtypes_name2int = {} @@ -480,6 +517,12 @@ try: # The default atom_style is "full" column_names = AtomStyle2ColNames('full') i_atomid, i_atomtype, i_molid = ColNames2AidAtypeMolid(column_names) + # Which columns contain the coordinates? + ii_coords = ColNames2Coords(column_names) + assert(len(ii_coords) == 1) + i_x = ii_coords[0][0] + i_y = ii_coords[0][1] + i_z = ii_coords[0][2] #--------------------------------------------------------- #-- The remaining arguments are files that the user wants @@ -565,6 +608,12 @@ try: column_names = AtomStyle2ColNames(line.split()[1]) i_atomid, i_atomtype, i_molid = ColNames2AidAtypeMolid(column_names) + # Which columns contain the coordinates? + ii_coords = ColNames2Coords(column_names) + assert(len(ii_coords) == 1) + i_x = ii_coords[0][0] + i_y = ii_coords[0][1] + i_z = ii_coords[0][2] sys.stderr.write('\n \"Atoms\" column format:\n') sys.stderr.write(' '+(' '.join(column_names))+'\n') @@ -599,6 +648,53 @@ try: elif (line.strip() == 'Atoms'): sys.stderr.write(' reading \"'+line.strip()+'\"\n') atoms_already_read = True + + # Before attempting to read atomic coordinates, first find + # the lattice vectors of the simulation's boundary box: + # Why do we care about the Simulation Boundary? + # Some LAMMPS data files store atomic coordinates in a + # complex format with 6 numbers, 3 floats, and 3 integers. + # The 3 floats are x,y,z coordinates. Any additional numbers + # following these are integers which tell LAMMPS which cell + # the particle belongs to, (in case it has wandered out of + # the original periodic boundary box). In order to find + # the true location of the particle, we need to offset that + # particle's position with the unit-cell lattice vectors: + # avec, bvec, cvec (or multiples thereof) + # avec, bvec, cvec are the axis of the parallelepiped which + # define the simulation's boundary. They are described here: + #http://lammps.sandia.gov/doc/Section_howto.html#howto-12 + if ((not boundary_xlo) or (not boundary_xhi) or + (not boundary_ylo) or (not boundary_yhi) or + (not boundary_zlo) or (not boundary_zhi)): + raise InputError('Error: The DATA file lacks a boundary-box header. You must specify:\n' + ' xlo xhi ylo yhi zlo zhi (and xy xz yz if triclinic)\n' + ' These numbers should appear before the \"Atoms\" section.\n' + ' Use this format (example):\n' + ' -100.0 100.0 xhi xlo\n' + ' 0.0 200.0 yhi ylo\n' + ' -25.0 50.0 zhi zlo\n' + '\n' + 'For details, see http://lammps.sandia.gov/doc/read_data.html\n' + '\n' + ' (NOTE: If the atom coordinates are NOT followed by integers, then\n' + ' these numbers are all ignored, however you must still specify\n' + ' xlo, xhi, ylo, yhi, zlo, zhi. You can set them all to 0.0.)\n') + + if not (boundary_xy and boundary_yz and boundary_xz): + # Then use a simple rectangular boundary box: + avec = (boundary_xhi-boundary_xlo, 0.0, 0.0) + bvec = (0.0, boundary_yhi-boundary_ylo, 0.0) + cvec = (0.0, 0.0, boundary_zhi-boundary_zlo) + else: + # Triclinic geometry in LAMMPS is explained here: + # http://lammps.sandia.gov/doc/Section_howto.html#howto-12 + # http://lammps.sandia.gov/doc/read_data.html + avec = (boundary_xhi-boundary_xlo, 0.0, 0.0) + bvec = (boundary_xy, boundary_yhi-boundary_ylo, 0.0) + cvec = (boundary_xz, boundary_yz, boundary_zhi-boundary_zlo) + + while lex: line = lex.ReadLine() if line.strip() in data_file_header_names: @@ -613,7 +709,8 @@ try: raise InputError('Error: The number of columns in the \"Atoms\" section does\n' ' not match the atom_style (see column name list above).\n') elif ((len(tokens) != len(column_names)) and - (not complained_atom_style_mismatch)): + (len(tokens) != len(column_names)+3) and + (not complained_atom_style_mismatch)): complained_atom_style_mismatch = True sys.stderr.write('Warning: The number of columns in the \"Atoms\" section does\n' ' not match the atom_style (see column name list above).\n') @@ -645,7 +742,38 @@ try: atomtypes_int2name[atomtype] = atomtype_name tokens[i_atomtype] = '@atom:'+atomtype_name - # I can't use atomids_int2names or atomtypes_int2names yet + # Interpreting unit-cell counters + # If present, then unit-cell "flags" must be + # added to the x,y,z coordinates. + # + # For more details on unit-cell "flags", see: + # http://lammps.sandia.gov/doc/read_data.html + # "In the data file, atom lines (all lines or + # none of them) can optionally list 3 trailing + # integer values (nx,ny,nz), which are used to + # initialize the atom’s image flags. + # If nx,ny,nz values are not listed in the + # data file, LAMMPS initializes them to 0. + # Note that the image flags are immediately + # updated if an atom’s coordinates need to + # wrapped back into the simulation box." + + if (len(tokens) == len(column_names)+3): + nx = int(tokens[-3]) + ny = int(tokens[-2]) + nz = int(tokens[-1]) + x = float(tokens[i_x]) + nx*avec[0]+ny*bvec[0]+nz*cvec[0] + y = float(tokens[i_y]) + nx*avec[1]+ny*bvec[1]+nz*cvec[1] + z = float(tokens[i_z]) + nx*avec[2]+ny*bvec[2]+nz*cvec[2] + tokens[i_x] = str(x) + tokens[i_y] = str(y) + tokens[i_z] = str(z) + # Now get rid of them: + del tokens[-3:] + + + + # I can't use atomids_int2name or atomtypes_int2name yet # because they probably have not been defined yet. # (Instead assign these names in a later pass.) @@ -747,8 +875,11 @@ try: if (BelongsToSel(atomid, atomid_selection) and BelongsToSel(atomtype, atomtype_selection) and BelongsToSel(molid, molid_selection)): - #tokens[0] = '$atom:id'+tokens[0] - tokens[0] = '$atom:'+atomids_int2name[atomid] + tokens[0] = '$atom:id'+tokens[0] + #tokens[0] = '$atom:'+atomids_int2name[atomid] + #NOTE:I can't use "atomids_int2name" yet because + # they probably have not been defined yet. + # (Instead assign these names in a later pass.) l_data_velocities.append((' '*indent)+(' '.join(tokens)+'\n')) # non-point-like-particles: @@ -771,8 +902,11 @@ try: if (BelongsToSel(atomid, atomid_selection) and BelongsToSel(atomtype, atomtype_selection) and BelongsToSel(molid, molid_selection)): - #tokens[0] = '$atom:id'+tokens[0] - tokens[0] = '$atom:'+atomids_int2name[atomid] + tokens[0] = '$atom:id'+tokens[0] + #tokens[0] = '$atom:'+atomids_int2name[atomid] + #NOTE:I can't use "atomids_int2name" yet because + # they probably have not been defined yet. + # (Instead assign these names in a later pass.) l_data_ellipsoids.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'Lines'): sys.stderr.write(' reading \"'+line.strip()+'\"\n') @@ -793,8 +927,11 @@ try: if (BelongsToSel(atomid, atomid_selection) and BelongsToSel(atomtype, atomtype_selection) and BelongsToSel(molid, molid_selection)): - #tokens[0] = '$atom:id'+tokens[0] - tokens[0] = '$atom:'+atomids_int2name[atomid] + tokens[0] = '$atom:id'+tokens[0] + #tokens[0] = '$atom:'+atomids_int2name[atomid] + #NOTE:I can't use "atomids_int2name" yet because + # they probably have not been defined yet. + # (Instead assign these names in a later pass.) l_data_lines.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'Triangles'): sys.stderr.write(' reading \"'+line.strip()+'\"\n') @@ -815,8 +952,11 @@ try: if (BelongsToSel(atomid, atomid_selection) and BelongsToSel(atomtype, atomtype_selection) and BelongsToSel(molid, molid_selection)): - #tokens[0] = '$atom:id'+tokens[0] - tokens[0] = '$atom:'+atomids_int2name[atomid] + tokens[0] = '$atom:id'+tokens[0] + #tokens[0] = '$atom:'+atomids_int2name[atomid] + #NOTE:I can't use "atomids_int2name" yet because + # they probably have not been defined yet. + # (Instead assign these names in a later pass.) l_data_triangles.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'Bonds'): @@ -1083,7 +1223,7 @@ try: atomtype_i_str = tokens[0] if '*' in atomtype_i_str: raise InputError('PROBLEM near or before '+ErrorLeader(infile, lineno)+'\n' - ' As of 2012-7, moltemplate forbids use of the "\*\" wildcard\n' + ' As of 2015-8, moltemplate forbids use of the "\*\" wildcard\n' ' character in the \"Pair Coeffs\" section.\n') else: i = int(atomtype_i_str) @@ -1093,6 +1233,37 @@ try: tokens[0] = i_str l_data_pair_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) + elif (line.strip() == 'PairIJ Coeffs'): + sys.stderr.write(' reading \"'+line.strip()+'\"\n') + some_pair_coeffs_read = True + while lex: + line = lex.ReadLine() + if line.strip() in data_file_header_names: + lex.push_raw_text(line) # <- Save line for later + break + tokens = line.strip().split() + if len(tokens) > 0: + if (len(tokens) < 2): + raise InputError('Error: near or before '+ErrorLeader(infile, lineno)+'\n' + ' Nonsensical line in Pair Coeffs section:\n' + ' \"'+line.strip()+'\"\n') + atomtype_i_str = tokens[0] + atomtype_j_str = tokens[1] + if (('*' in atomtype_i_str) or ('*' in atomtype_j_str)): + raise InputError('PROBLEM near or before '+ErrorLeader(infile, lineno)+'\n' + ' As of 2015-8, moltemplate forbids use of the "\*\" wildcard\n' + ' character in the \"PairIJ Coeffs\" section.\n') + else: + i = int(atomtype_i_str) + j = int(atomtype_j_str) + if (((not i) or BelongsToSel(i, atomtype_selection)) and + ((not j) or BelongsToSel(j, atomtype_selection))): + i_str = '@atom:type'+str(i) + j_str = '@atom:type'+str(j) + tokens[0] = i_str + tokens[1] = j_str + l_data_pair_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) + elif (tokens[0] == 'pair_coeff'): some_pair_coeffs_read = True if (len(tokens) < 3): @@ -1151,7 +1322,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@angle:type'+tokens[0] + #tokens[0] = '@angle:type'+tokens[0] l_data_bondbond_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'BondAngle Coeffs'): @@ -1163,7 +1334,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@angle:type'+tokens[0] + #tokens[0] = '@angle:type'+tokens[0] l_data_bondangle_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'MiddleBondTorsion Coeffs'): @@ -1175,7 +1346,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@dihedral:type'+tokens[0] + #tokens[0] = '@dihedral:type'+tokens[0] l_data_middlebondtorsion_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'EndBondTorsion Coeffs'): @@ -1187,7 +1358,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@dihedral:type'+tokens[0] + #tokens[0] = '@dihedral:type'+tokens[0] l_data_endbondtorsion_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'AngleTorsion Coeffs'): @@ -1199,7 +1370,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@dihedral:type'+tokens[0] + #tokens[0] = '@dihedral:type'+tokens[0] l_data_angletorsion_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'AngleAngleTorsion Coeffs'): @@ -1211,7 +1382,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@dihedral:type'+tokens[0] + #tokens[0] = '@dihedral:type'+tokens[0] l_data_angleangletorsion_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'BondBond13 Coeffs'): @@ -1223,7 +1394,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@dihedral:type'+tokens[0] + #tokens[0] = '@dihedral:type'+tokens[0] l_data_bondbond13_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'AngleAngle Coeffs'): @@ -1235,7 +1406,7 @@ try: break tokens = line.strip().split() if len(tokens) > 0: - tokens[0] = '@improper:type'+tokens[0] + #tokens[0] = '@improper:type'+tokens[0] l_data_angleangle_coeffs.append((' '*indent)+(' '.join(tokens)+'\n')) elif (line.strip() == 'Angles By Type'): @@ -1274,6 +1445,43 @@ try: tokens[0] = '@improper:type'+tokens[0] l_data_impropers_by_type.append((' '*indent)+(' '.join(tokens)+'\n')) + + # Figure out the size of the simulation box boundary: + elif ((len(tokens)==4) and + (tokens[2] == 'xlo') and + (tokens[3] == 'xhi') and + IsNumber(tokens[0]) and + IsNumber(tokens[1])): + boundary_xlo = float(tokens[0]) + boundary_xhi = float(tokens[1]) + + elif ((len(tokens)==4) and + (tokens[2] == 'ylo') and + (tokens[3] == 'yhi') and + IsNumber(tokens[0]) and + IsNumber(tokens[1])): + boundary_ylo = float(tokens[0]) + boundary_yhi = float(tokens[1]) + + elif ((len(tokens)==4) and + (tokens[2] == 'zlo') and + (tokens[3] == 'zhi') and + IsNumber(tokens[0]) and + IsNumber(tokens[1])): + boundary_zlo = float(tokens[0]) + boundary_zhi = float(tokens[1]) + + elif ((len(tokens)==6) and + (tokens[3] == 'xy') and + (tokens[4] == 'xz') and + (tokens[5] == 'yz') and + IsNumber(tokens[0]) and + IsNumber(tokens[1]) and + IsNumber(tokens[2])): + boundary_xy = float(tokens[0]) + boundary_xz = float(tokens[1]) + boundary_yz = float(tokens[2]) + elif (tokens[0] == 'group'): if (len(tokens) < 3): raise InputError('Error: near or before '+ErrorLeader(infile, lineno)+'\n' @@ -1457,6 +1665,29 @@ try: else: i_line += 1 + # delete data_pairij_coeffs for atom types we don't care about anymore: + i_line = 0 + while i_line < len(l_data_pairij_coeffs): + line = l_data_pairij_coeffs[i_line] + tokens = line.strip().split() + assert(len(tokens) > 0) + split_colon_I = tokens[0].split(':') + assert(len(split_colon_I) == 2) + atomtype_I = Intify(split_colon_I[1]) + split_colon_J = tokens[1].split(':') + assert(len(split_colon_J) == 2) + atomtype_J = Intify(split_colon_J[1]) + if (((not (atomtype_I in needed_atomtypes)) and + (not ((len(atomtype_selection) > 0) and + BelongsToSel(atomtype_I, atomtype_selection)))) + or + ((not (atomtype_J in needed_atomtypes)) and + (not ((len(atomtype_selection) > 0) and + BelongsToSel(atomtype_J, atomtype_selection))))): + del l_data_pairij_coeffs[i_line] + else: + i_line += 1 + # delete in_pair_coeffs for atom we don't care about anymore: i_line = 0 while i_line < len(l_in_pair_coeffs): @@ -1838,6 +2069,39 @@ try: l_data_angle_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') i_line += 1 + # --- class2specific ---- + # Do the same for BondBond and BondAngle Coeffs: + # NOTE: LAMMPS INPUT SCRIPTS, ALL CLASS2 COEFFS are represented by: + # angle_coeff, dihedral_coeff, and improper_coeff commands. + # THERE ARE NO bondbond_coeff commands, or bondangle_coeff commands, + # etc..., so we dont have to worry about l_in_bondbond_coeffs,... + # delete data_bondbond_coeffs for angletypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_bondbond_coeffs): + line = l_data_bondbond_coeffs[i_line] + tokens = line.strip().split() + angletype = Intify(tokens[0]) + if (not (angletype in needed_angletypes)): + del l_data_bondbond_coeffs[i_line] + else: + tokens[0] = '@angle:type'+str(angletype) + l_data_bondbond_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # delete data_bondangle_coeffs for angletypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_bondangle_coeffs): + line = l_data_bondangle_coeffs[i_line] + tokens = line.strip().split() + angletype = Intify(tokens[0]) + if (not (angletype in needed_angletypes)): + del l_data_bondangle_coeffs[i_line] + else: + tokens[0] = '@angle:type'+str(angletype) + l_data_bondangle_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # --- end of class2specific ---- + + # delete in_angle_coeffs for angletypes we don't care about anymore: for angletype in needed_angletypes: assert(type(angletype) is int) @@ -1910,6 +2174,7 @@ try: + # --- DIHEDRALS AND DIHEDRAL COEFFS --- # delete lines from data_dihedrals if they involve atoms we don't care about @@ -1958,6 +2223,76 @@ try: l_data_dihedral_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') i_line += 1 + # --- class2specific ---- + # Do the same for MiddleBondTorsion, EndBondTorsion, AngleTorsion, + # AngleAngleTorsion, and BondBond13 Coeffs + # NOTE: LAMMPS INPUT SCRIPTS, ALL CLASS2 COEFFS are represented by: + # angle_coeff, dihedral_coeff, and improper_coeff commands. + # THERE ARE NO "middlebondtorsion_coeff" commands, etc...so we don't + # have to worry about dealing with "l_in_middlebondtorsion_coeffs",... + # delete data_middlebondtorsion_coeffs for dihedraltypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_middlebondtorsion_coeffs): + line = l_data_middlebondtorsion_coeffs[i_line] + tokens = line.strip().split() + dihedraltype = Intify(tokens[0]) + if (not (dihedraltype in needed_dihedraltypes)): + del l_data_middlebondtorsion_coeffs[i_line] + else: + tokens[0] = '@dihedral:type'+str(dihedraltype) + l_data_middlebondtorsion_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # delete data_endbondtorsion_coeffs for dihedraltypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_endbondtorsion_coeffs): + line = l_data_endbondtorsion_coeffs[i_line] + tokens = line.strip().split() + dihedraltype = Intify(tokens[0]) + if (not (dihedraltype in needed_dihedraltypes)): + del l_data_endbondtorsion_coeffs[i_line] + else: + tokens[0] = '@dihedral:type'+str(dihedraltype) + l_data_endbondtorsion_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # delete data_angletorsion_coeffs for dihedraltypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_angletorsion_coeffs): + line = l_data_angletorsion_coeffs[i_line] + tokens = line.strip().split() + dihedraltype = Intify(tokens[0]) + if (not (dihedraltype in needed_dihedraltypes)): + del l_data_angletorsion_coeffs[i_line] + else: + tokens[0] = '@dihedral:type'+str(dihedraltype) + l_data_angletorsion_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # delete data_angleangletorsion_coeffs for dihedraltypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_angleangletorsion_coeffs): + line = l_data_angleangletorsion_coeffs[i_line] + tokens = line.strip().split() + dihedraltype = Intify(tokens[0]) + if (not (dihedraltype in needed_dihedraltypes)): + del l_data_angleangletorsion_coeffs[i_line] + else: + tokens[0] = '@dihedral:type'+str(dihedraltype) + l_data_angleangletorsion_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # delete data_bondbond13_coeffs for dihedraltypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_bondbond13_coeffs): + line = l_data_bondbond13_coeffs[i_line] + tokens = line.strip().split() + dihedraltype = Intify(tokens[0]) + if (not (dihedraltype in needed_dihedraltypes)): + del l_data_bondbond13_coeffs[i_line] + else: + tokens[0] = '@dihedral:type'+str(dihedraltype) + l_data_bondbond13_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # --- end of class2specific ---- + + # delete in_dihedral_coeffs for dihedraltypes we don't care about anymore: for dihedraltype in needed_dihedraltypes: assert(type(dihedraltype) is int) @@ -2078,6 +2413,28 @@ try: l_data_improper_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') i_line += 1 + # --- class2specific ---- + # Do the same for AngleAngle Coeffs + # NOTE: LAMMPS INPUT SCRIPTS, ALL CLASS2 COEFFS are represented by: + # angle_coeff, dihedral_coeff, and improper_coeff commands. + # THERE ARE NO "angleangle_coeff" commands, etc...so we don't + # have to worry about dealing with "l_in_angleangle_coeffs",... + # delete data_middlebondtorsion_coeffs for dihedraltypes we don't care about anymore: + # delete data_angleangle_coeffs for impropertypes we don't care about anymore: + i_line = 0 + while i_line < len(l_data_angleangle_coeffs): + line = l_data_angleangle_coeffs[i_line] + tokens = line.strip().split() + impropertype = Intify(tokens[0]) + if (not (impropertype in needed_impropertypes)): + del l_data_angleangle_coeffs[i_line] + else: + tokens[0] = '@improper:type'+str(impropertype) + l_data_angleangle_coeffs[i_line] = (' '*indent)+(' '.join(tokens)+'\n') + i_line += 1 + # --- end of class2specific ---- + + # delete in_improper_coeffs for impropertypes we don't care about anymore: for impropertype in needed_impropertypes: assert(type(impropertype) is int) @@ -2155,12 +2512,12 @@ try: # If so, then save the group and write it out. # (I hate trying to parse this kind of text.) - if len(l_in_group) > 0: - sys.stderr.write('\n' - ' --groups-- Attempting to parse \"group\" commands.\n' - ' This may cause '+g_program_name+' to crash.\n' - ' If so, comment out all group commands in your input script(s), and\n' - ' try again. (And please report the error. -Andrew 2014-10-30)\n') + #if len(l_in_group) > 0: + # sys.stderr.write('\n' + # ' --groups-- Attempting to parse \"group\" commands.\n' + # ' This may cause '+g_program_name+' to crash.\n' + # ' If so, comment out all group commands in your input script(s), and\n' + # ' try again. (And please report the error. -Andrew 2014-10-30)\n') i_line = 0 groups_needed = set(['all']) @@ -2610,30 +2967,104 @@ try: sys.stdout.write('\n') sys.stdout.write(''.join(l_in_masses)) non_empty_output = True + + + if remove_coeffs_from_data_file: + if len(l_data_pair_coeffs) > 0: + for line in l_data_pair_coeffs: + tokens = line.strip().split() + atomtype_str = tokens[0] + l_in_pair_coeffs.append((' '*cindent)+' pair_coeff '+atomtype_str+' '+atomtype_str+' '+' '.join(tokens[1:])+'\n') + l_data_pair_coeffs = [] + if len(l_data_pairij_coeffs) > 0: + for line in l_data_pairij_coeffs: + l_in_pair_coeffs.append((' '*cindent)+' pair_coeff '+line.strip()+'\n') + l_data_pairij_coeffs = [] if len(l_in_pair_coeffs) > 0: l_in_pair_coeffs.insert(0, (' '*cindent)+'write_once(\"'+in_settings+'\") {\n') l_in_pair_coeffs.append((' '*cindent)+'}\n') sys.stdout.write('\n') sys.stdout.write(''.join(l_in_pair_coeffs)) non_empty_output = True + + + if (remove_coeffs_from_data_file and (len(l_data_bond_coeffs) > 0)): + for line in l_data_bond_coeffs: + l_in_bond_coeffs.append((' '*cindent)+' bond_coeff '+line.strip()+'\n') + l_data_bond_coeffs = [] if len(l_in_bond_coeffs) > 0: l_in_bond_coeffs.insert(0, (' '*cindent)+'write_once(\"'+in_settings+'\") {\n') l_in_bond_coeffs.append((' '*cindent)+'}\n') sys.stdout.write('\n') sys.stdout.write(''.join(l_in_bond_coeffs)) non_empty_output = True + + if (remove_coeffs_from_data_file and (len(l_data_angle_coeffs) > 0)): + for line in l_data_angle_coeffs: + l_in_angle_coeffs.append((' '*cindent)+' angle_coeff '+line.strip()+'\n') + l_data_angle_coeffs = [] + for line in l_data_bondbond_coeffs: + tokens = line.strip().split() + l_in_angle_coeffs.append((' '*cindent)+' angle_coeff '+tokens[0]+' bb '+' '.join(tokens[1:])+'\n') + l_data_bondbond_coeffs = [] + for line in l_data_bondangle_coeffs: + tokens = line.strip().split() + l_in_angle_coeffs.append((' '*cindent)+' angle_coeff '+tokens[0]+' ba '+' '.join(tokens[1:])+'\n') + l_data_bondangle_coeffs = [] if len(l_in_angle_coeffs) > 0: l_in_angle_coeffs.insert(0, (' '*cindent)+'write_once(\"'+in_settings+'\") {\n') l_in_angle_coeffs.append((' '*cindent)+'}\n') sys.stdout.write('\n') sys.stdout.write(''.join(l_in_angle_coeffs)) non_empty_output = True + + if (remove_coeffs_from_data_file and (len(l_data_dihedral_coeffs) > 0)): + for line in l_data_dihedral_coeffs: + l_in_dihedral_coeffs.append((' '*cindent)+' dihedral_coeff '+line.strip()+'\n') + l_data_dihedral_coeffs = [] + + for line in l_data_middlebondtorsion_coeffs: + tokens = line.strip().split() + l_in_dihedral_coeffs.append((' '*cindent)+' dihedral_coeff '+tokens[0]+' mbt '+' '.join(tokens[1:])+'\n') + l_data_middlebondtorsion_coeffs = [] + + for line in l_data_endbondtorsion_coeffs: + tokens = line.strip().split() + l_in_dihedral_coeffs.append((' '*cindent)+' dihedral_coeff '+tokens[0]+' ebt '+' '.join(tokens[1:])+'\n') + l_data_endbondtorsion_coeffs = [] + + for line in l_data_angletorsion_coeffs: + tokens = line.strip().split() + l_in_dihedral_coeffs.append((' '*cindent)+' dihedral_coeff '+tokens[0]+' at '+' '.join(tokens[1:])+'\n') + l_data_angletorsion_coeffs = [] + + for line in l_data_angleangletorsion_coeffs: + tokens = line.strip().split() + l_in_dihedral_coeffs.append((' '*cindent)+' dihedral_coeff '+tokens[0]+' aat '+' '.join(tokens[1:])+'\n') + l_data_angleangletorsion_coeffs = [] + + for line in l_data_bondbond13_coeffs: + tokens = line.strip().split() + l_in_dihedral_coeffs.append((' '*cindent)+' dihedral_coeff '+tokens[0]+' bb13 '+' '.join(tokens[1:])+'\n') + l_data_bondbond13_coeffs = [] + if len(l_in_dihedral_coeffs) > 0: l_in_dihedral_coeffs.insert(0, (' '*cindent)+'write_once(\"'+in_settings+'\") {\n') l_in_dihedral_coeffs.append((' '*cindent)+'}\n') sys.stdout.write('\n') sys.stdout.write(''.join(l_in_dihedral_coeffs)) non_empty_output = True + + if (remove_coeffs_from_data_file and (len(l_data_improper_coeffs) > 0)): + for line in l_data_improper_coeffs: + l_in_improper_coeffs.append((' '*cindent)+' improper_coeff '+line.strip()+'\n') + l_data_improper_coeffs = [] + + for line in l_data_angleangle_coeffs: + tokens = line.strip().split() + l_in_improper_coeffs.append((' '*cindent)+' improper_coeff '+tokens[0]+' aa '+' '.join(tokens[1:])+'\n') + l_data_angleangle_coeffs = [] + if len(l_in_improper_coeffs) > 0: l_in_improper_coeffs.insert(0, (' '*cindent)+'write_once(\"'+in_settings+'\") {\n') l_in_improper_coeffs.append((' '*cindent)+'}\n') @@ -2680,6 +3111,12 @@ try: sys.stdout.write('\n') sys.stdout.write(''.join(l_data_pair_coeffs)) non_empty_output = True + if len(l_data_pairij_coeffs) > 0: + l_data_pairij_coeffs.insert(0, (' '*cindent)+'write_once(\"'+data_pairij_coeffs+'\") {\n') + l_data_pairij_coeffs.append((' '*cindent)+'}\n') + sys.stdout.write('\n') + sys.stdout.write(''.join(l_data_pairij_coeffs)) + non_empty_output = True # class2 force fields: if len(l_data_bondbond_coeffs) > 0: @@ -2779,11 +3216,17 @@ try: sys.stdout.write('\n') sys.stdout.write(''.join(l_data_triangles)) - if len(l_data_velocities) > 0: - l_data_velocities.insert(0, (' '*cindent)+'write(\"'+data_velocities+'\") {\n') - l_data_velocities.append((' '*cindent)+'}\n') - sys.stdout.write('\n') - sys.stdout.write(''.join(l_data_velocities)) + # DO NOT WRITE OUT VELOCITY DATA + # (Why: because it makes it difficult to combine this molecular template + # with molecule templates from other sources which lack velocity data. + # LAMMPS (and topotools) will crash if the number of entries in the + # Velocities section of a data file does not match the number of atoms.) + # COMMENTING OUT: + #if len(l_data_velocities) > 0: + # l_data_velocities.insert(0, (' '*cindent)+'write(\"'+data_velocities+'\") {\n') + # l_data_velocities.append((' '*cindent)+'}\n') + # sys.stdout.write('\n') + # sys.stdout.write(''.join(l_data_velocities)) if len(l_data_bonds) > 0: l_data_bonds.insert(0, (' '*cindent)+'write(\"'+data_bonds+'\") {\n') l_data_bonds.append((' '*cindent)+'}\n') @@ -2815,11 +3258,11 @@ try: l_in_group.append((' '*cindent)+'}\n') sys.stdout.write('\n') sys.stdout.write(''.join(l_in_group)) - sys.stderr.write('######################################################\n' - 'WARNING: One or more \"group\" commands appear to refer to relevant atoms.\n' - ' Please check to make sure that the group(s) generated by\n' - ' '+g_program_name+' contain the correct atoms. (-Andrew 2014-10-30)\n' - '######################################################\n') + #sys.stderr.write('######################################################\n' + # 'WARNING: One or more \"group\" commands appear to refer to relevant atoms.\n' + # ' Please check to make sure that the group(s) generated by\n' + # ' '+g_program_name+' contain the correct atoms. (-Andrew 2014-10-30)\n' + # '######################################################\n') assert(non_empty_output) if len(l_in_fix_rigid) > 0: @@ -2890,12 +3333,12 @@ try: if non_empty_output: sys.stderr.write('WARNING: The '+g_program_name+' script has not been rigorously tested.\n' ' Exotic (many-body) pair-styles and pair-styles with\n' - ' unusual syntax (such as hbond/dreiding) are not understood\n' + ' unusual syntax (such hbond/dreiding) are not understood\n' ' by '+g_program_name+' (...although they are supported by moltemplate).\n' ' Please look over the resulting LT file and check for errors.\n' ' Convert any remaining atom, bond, angle, dihedral, or improper id\n' ' or type numbers to the corresponding $ or @-style counter variables.\n' - ' Feel free to report any bugs you find. (-Andrew Jewett 2014-10-30)\n') + ' Feel free to report any bugs you find. (-Andrew Jewett 2015-8-02)\n') diff --git a/tools/moltemplate/src/moltemplate.sh b/tools/moltemplate/src/moltemplate.sh index d7b280d4e1..2e04cb17e9 100755 --- a/tools/moltemplate/src/moltemplate.sh +++ b/tools/moltemplate/src/moltemplate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# (note: Classic Bourne shell (#!/bin/sh) also seems to work.) +# (note: Classic Bourne shell (#!/bin/sh) also worked at some point.) # Author: Andrew Jewett (jewett.aij at g mail) @@ -9,8 +9,8 @@ # All rights reserved. G_PROGRAM_NAME="moltemplate.sh" -G_VERSION="1.29" -G_DATE="2014-12-19" +G_VERSION="1.31" +G_DATE="2015-8-02" echo "${G_PROGRAM_NAME} v${G_VERSION} ${G_DATE}" >&2 echo "" >&2 @@ -138,6 +138,7 @@ data_angle_coeffs="Data Angle Coeffs" data_dihedral_coeffs="Data Dihedral Coeffs" data_improper_coeffs="Data Improper Coeffs" data_pair_coeffs="Data Pair Coeffs" +data_pairij_coeffs="Data PairIJ Coeffs" # interactions-by-type (not id. This is not part of the LAMMPS standard.) data_bonds_by_type="Data Bonds By Type" @@ -193,6 +194,7 @@ ttree_assignments.txt $tmp_atom_coords $data_masses $data_pair_coeffs +$data_pairij_coeffs $data_bond_coeffs $data_angle_coeffs $data_dihedral_coeffs @@ -367,6 +369,7 @@ done TTREE_ARGS="" ATOM_STYLE="" +ATOM_STYLE_ARG="" i=0 while [ "$i" -lt "$ARGC" ]; do @@ -533,13 +536,14 @@ while [ "$i" -lt "$ARGC" ]; do #echo " (atom_style=\"$A\")" >&2 #echo "" >&2 - ATOM_STYLE="-atomstyle \"$A\"" + ATOM_STYLE="$A" + ATOM_STYLE_ARG="-atomstyle \"$A\"" - # (minor detail: $ATOM_STYLE should also be appended to TTREE_ARGS) + # (minor detail: $ATOM_STYLE_ARG should also be appended to TTREE_ARGS) if [ -z "$TTREE_ARGS" ]; then - TTREE_ARGS="$ATOM_STYLE" + TTREE_ARGS="$ATOM_STYLE_ARG" else - TTREE_ARGS="${TTREE_ARGS} $ATOM_STYLE" + TTREE_ARGS="${TTREE_ARGS} $ATOM_STYLE_ARG" fi @@ -646,6 +650,28 @@ fi echo "" >&2 + + + +# Attempt to remove any the DOS return-cairrage characters +# from inside the standard LAMMPS files generated by the user: +# (Users are free to put whatever weird characters they want in other +# (custom) auxilliary files. But not in the standard LAMMPS files.) +OIFS=$IFS +#IFS=$'\n' +IFS=" +" +for file in $MOLTEMPLATE_TEMP_FILES; do + if [ -e "$file" ]; then + #dos2unix < "$file" > "$file.dos2unix" + tr -d '\r' < "$file" > "$file.dos2unix" + rm -f "$file" >/dev/null 2>&1 || true + mv -f "$file.dos2unix" "$file" + fi +done +IFS=$OIFS + + if [ -s "${data_atoms}" ]; then if ! $PYTHON_COMMAND "${SCRIPT_DIR}/remove_duplicate_atoms.py" \ < "${data_atoms}" \ @@ -1480,13 +1506,21 @@ else echo "WARNING: missing file \"$data_masses\"" >&2 fi - if [ -s "$data_pair_coeffs" ]; then echo "Pair Coeffs" >> "$OUT_FILE_DATA" echo "" >> "$OUT_FILE_DATA" cat "$data_pair_coeffs" >> "$OUT_FILE_DATA" echo "" >> "$OUT_FILE_DATA" -else + PAIR_COEFFS_IN_DATA="true" +fi +if [ -s "$data_pairij_coeffs" ]; then + echo "PairIJ Coeffs" >> "$OUT_FILE_DATA" + echo "" >> "$OUT_FILE_DATA" + cat "$data_pairij_coeffs" >> "$OUT_FILE_DATA" + echo "" >> "$OUT_FILE_DATA" + PAIR_COEFFS_IN_DATA="true" +fi +if [ -n "$PAIR_COEFFS_IN_DATA" ]; then if [ ! -s "$in_settings" ] || (! grep -q pair_coeff "$in_settings"); then echo "WARNING: no pair coeffs have been set!" >&2 fi @@ -1598,9 +1632,12 @@ if [ -s "$data_angleangle_coeffs" ]; then fi - if [ -s "$data_atoms" ]; then - echo "Atoms" >> "$OUT_FILE_DATA" + if [ -n "$ATOM_STYLE" ]; then + echo "Atoms # $ATOM_STYLE" >> "$OUT_FILE_DATA" + else + echo "Atoms # full" >> "$OUT_FILE_DATA" + fi if [ -s "$tmp_atom_coords" ]; then echo "# (Note: x,y,z coordinates may overlap and can be modified later.)" >> "$OUT_FILE_DATA" else @@ -1735,7 +1772,7 @@ if [ -s "$tmp_atom_coords" ]; then # Copy the coordinates in $tmp_atom_coords into $OUT_FILE_DATA rm -f "$OUT_FILE_COORDS" - if ! eval $PYTHON_COMMAND "${SCRIPT_DIR}/raw2data.py" $ATOM_STYLE "$OUT_FILE_DATA" < "$tmp_atom_coords" > "$OUT_FILE_COORDS"; then + if ! eval $PYTHON_COMMAND "${SCRIPT_DIR}/raw2data.py" $ATOM_STYLE_ARG "$OUT_FILE_DATA" < "$tmp_atom_coords" > "$OUT_FILE_COORDS"; then ERR_INTERNAL fi mv -f "$OUT_FILE_COORDS" "$OUT_FILE_DATA" @@ -1790,10 +1827,7 @@ for file in $MOLTEMPLATE_TEMP_FILES; do if [ -e "$file" ]; then rm -f "output_ttree/$file" >/dev/null 2>&1 || true #echo "file=\"$file\"" - #mv "$file" output_ttree/ >/dev/null 2>&1 || true - #dos2unix < "$file" > "output_ttree/$file" - tr -d '\r' < "$file" > "output_ttree/$file" - rm -f "$file" >/dev/null 2>&1 || true + mv "$file" output_ttree/ >/dev/null 2>&1 || true fi done IFS=$OIFS @@ -1805,17 +1839,19 @@ IFS=$OIFS # ############## DEAL WITH CUSTOM NON-STANDARD SECTIONS ################ -N_data_prefix=`expr length "$data_prefix"` +# N_data_prefix=`expr length "$data_prefix"` <-- not posix compliant. AVOID +N_data_prefix=${#data_prefix} #<-- works even if $data_prefix contains spaces ls "${data_prefix}"* 2> /dev/null | while read file_name; do #If using bash: - #section_name="${file_name:$N_data_prefix}" + #SECTION_NAME="${file_name:$N_data_prefix}" #If using sh: - section_name=`expr substr "$file_name" $(($N_data_prefix+1)) 1000000` + #SECTION_NAME=`expr substr "$file_name" $(($N_data_prefix+1)) 1000000` <-- not posix compliant. AVOID + SECTION_NAME=`echo "" | awk "END{print substr(\"$file_name\",$((N_data_prefix+1)),1000000)}"` # Create a new section in the data file # matching the portion of the name of # the file after the data_prefix. echo "" >> "$OUT_FILE_DATA" - echo "$section_name" >> "$OUT_FILE_DATA" + echo "$SECTION_NAME" >> "$OUT_FILE_DATA" echo "" >> "$OUT_FILE_DATA" cat "$file_name" >> "$OUT_FILE_DATA" echo "" >> "$OUT_FILE_DATA" @@ -1840,13 +1876,14 @@ if [ -e "$OUT_FILE_DATA" ]; then fi - -N_in_prefix=`expr length "$in_prefix"` +#N_in_prefix=`expr length "$in_prefix"` <-- not posix compliant. AVOID. +N_in_prefix=${#in_prefix} #<-- works even if $in_prefix contains spaces ls "${in_prefix}"* 2> /dev/null | while read file_name; do #If using bash: - #section_name="${file_name:$N_in_prefix}" + #SECTION_NAME="${file_name:$N_in_prefix}" #If using sh: - SECTION_NAME=`expr substr "$file_name" $(($N_in_prefix+1)) 1000000` + #SECTION_NAME=`expr substr "$file_name" $(($N_in_prefix+1)) 1000000` <-- not posix compliant. AVOID + SECTION_NAME=`echo "" | awk "END{print substr(\"$file_name\",$((N_in_prefix+1)),1000000)}"` FILE_SUFFIX=`echo "$SECTION_NAME" | awk '{print tolower($0)}'` # Create a new section in the lammps input script # matching the portion of the name of @@ -1954,7 +1991,8 @@ echo "# -- ALTERNATELY, run at constant volume (Nose-Hoover) --" >> $OUT_FILE_I echo "# fix fxnvt all nvt temp 300.0 300.0 500.0 tchain 1" >> $OUT_FILE_INPUT_SCRIPT echo "# -- ALTERNATELY, run at constant volume using Langevin dynamics. --" >> $OUT_FILE_INPUT_SCRIPT echo "# -- (This is good for sparse CG polymers in implicit solvent.) --" >> $OUT_FILE_INPUT_SCRIPT -echo "# fix fxlan all langevin 300.0 300.0 5000 48279" >> $OUT_FILE_INPUT_SCRIPT +echo "# fix fxLAN all langevin 300.0 300.0 5000 48279" >> $OUT_FILE_INPUT_SCRIPT +echo "# fix fxNVE all nve #(<--needed by fix langevin)" >> $OUT_FILE_INPUT_SCRIPT echo "# -- Now, finally run the simulation --" >> $OUT_FILE_INPUT_SCRIPT echo "# run 50000" >> $OUT_FILE_INPUT_SCRIPT #echo "# write_restart system_after_nvt.rst" >> $OUT_FILE_INPUT_SCRIPT diff --git a/tools/moltemplate/src/oplsaa_moltemplate.py b/tools/moltemplate/src/oplsaa_moltemplate.py index e8884c9502..fd590a3fda 100755 --- a/tools/moltemplate/src/oplsaa_moltemplate.py +++ b/tools/moltemplate/src/oplsaa_moltemplate.py @@ -6,7 +6,9 @@ __author__="Jason Lambert" # (some additional corrections by Miguel Gonzalez and Andrew Jewett) -__version__="0.18" +__version__="0.20" + + import sys import os @@ -14,7 +16,7 @@ from operator import itemgetter g_program_name = __file__.split('/')[-1] -# To do that, first make a copy of the \"oplsaa.prm\" file +# First make a copy of the \"oplsaa.prm\" file # (which can be downloaded from the TINKER web site). # The lines in this file beginning with the word \"atoms\" should # define the atoms which you plan to put in your simulation. All other @@ -23,8 +25,23 @@ g_program_name = __file__.split('/')[-1] #""") +if sys.version > '3': + import io +else: + import cStringIO -#input data from file containing opls aa force field parameters. +try: + if sys.version < '2.7': + raise Exception('Error: Using python '+sys.version+'\n'+ + ' Alas, your version of python is too old.\n' + ' You must upgrade to a newer version of python (2.7 or later).') +except Exception as err: + sys.stderr.write('\n\n'+str(err)+'\n') + sys.exit(-1) + + + +#input data from file containing oplsaa force field parameters. try: f=open(sys.argv[1],"r") except: @@ -88,7 +105,6 @@ if num_atomTypes > 25: " file beginning with \"atom\" which you do not need.)\n\n") #temporary storage file -h=open("temp.txt","w+") atom_lookup={} #this dictionary contains all the atom ffid's as a key and the number of atoms with that key #atom=[[10000,10000] for i in range(906)] <- don't assume there are 906 atoms atom=[[-10000,-10000] for i in range(0,max_atomType+1)] @@ -180,15 +196,18 @@ for line in lines: improper.append([int(line[1]), int(line[2]), int(line[3]), int(line[4]), float(line[5]), float(line[6])]) -if len(atom) > 600: - sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" - " (You were supposed to edit out the atoms you don't need.\n" - " Not doing this may crash your computer.)\n" - "\n" - " Proceed? (Y/N): ") - reply = sys.stdin.readline() - if find(reply.strip().lower(), 'y') != 0: - exit(0) + +#if len(atom) > 600: +# sys.stderr.write("WARNING: The number of atom types in your file exceeds 600\n" +# " (You were supposed to edit out the atoms you don't need.\n" +# " Not doing this may crash your computer.)\n" +# "\n" +# " Proceed? (Y/N): ") +# reply = sys.stdin.readline() +# if find(reply.strip().lower(), 'y') != 0: +# exit(0) + + #adding the charge and Lennard Jones parameters to #to each atom type. @@ -266,120 +285,160 @@ for x in atom: atom_lookup[x[1]]=[x[0]] atom_ffid=x[1] atom_lookup[0]=["*"] + #-------------------------------------------------------------# - - #writing out the bond coefficients and bond parameters# #-------------------------------------------------------------# -g.write(" write_once(\"In Settings\") {\n") -index1=0 + +# First check if the atoms in system can potentially form bonds +might_have_bonds = False for x in bond: for y in atom_lookup.get(x[0],[]): for z in atom_lookup.get(x[1],[]): - #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) - # Miguel Gonzales corrected this line to: - g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) - h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) -g.write(" } #(end of bond_coeffs)\n\n") -h.seek(0,0) -g.write(" write_once(\"Data Bonds By Type\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of bonds by type)\n\n") -del(bond) -h.close() -#-----------------------------------------------------------# -h=open("temp.txt","w+") + might_have_bonds = True +if might_have_bonds: + h=open("temp.txt","w+") + g.write(" write_once(\"In Settings\") {\n") + index1=0 + for x in bond: + for y in atom_lookup.get(x[0],[]): + for z in atom_lookup.get(x[1],[]): + #g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2]/2,x[3])) + # Miguel Gonzales corrected this line to: + g.write(" bond_coeff @bond:{}-{} harmonic {} {}\n".format(y,z,x[2],x[3])) + h.write(" @bond:{0}-{1} @atom:{0} @atom:{1}\n".format(y,z)) + g.write(" } #(end of bond_coeffs)\n\n") + h.seek(0,0) + g.write(" write_once(\"Data Bonds By Type\") {\n") + for line in h.readlines(): + g.write(line) + g.write(" } #(end of bonds by type)\n\n") + del(bond) + h.close() + + +#-----------------------------------------------------------# #writing out angle coefficients and angles by type.---------# #-----------------------------------------------------------# -g.write(" write_once(\"Data Angles By Type\"){\n") + +# First check if the atoms in system can potentially form angle interactions +might_have_angles = False for x in angle: for y in atom_lookup.get(x[0],[]): for z in atom_lookup.get(x[1],[]): for u in atom_lookup.get(x[2],[]): - #print(y,z,u,x) - #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) - # Miguel Gonzales corrected this line: - h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) - g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) + might_have_angles = True +if might_have_angles: + h=open("temp.txt","w+") + g.write(" write_once(\"Data Angles By Type\"){\n") + for x in angle: + for y in atom_lookup.get(x[0],[]): + for z in atom_lookup.get(x[1],[]): + for u in atom_lookup.get(x[2],[]): + #print(y,z,u,x) + #h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3]/2.0,x[4])) + # Miguel Gonzales corrected this line: + h.write(" angle_coeff @angle:{}-{}-{} harmonic {} {}\n".format(y,z,u,x[3],x[4])) + g.write(" @angle:{0}-{1}-{2} @atom:{0} @atom:{1} @atom:{2}\n".format(y,z,u)) -g.write(" } #(end of angles by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\" ){\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of angle_coeffs)\n\n") -del(angle) -h.close() + g.write(" } #(end of angles by type)\n\n") + h.seek(0,0) + g.write(" write_once(\"In Settings\" ){\n") + for line in h.readlines(): + g.write(line) + g.write(" } #(end of angle_coeffs)\n\n") + del(angle) + h.close() + +#----------------------------------------------------------# +#writing dihedrals by type and dihedral coefficients-------# #----------------------------------------------------------# -#writing dihedrals by type and dihedral coefficients-------# -h=h=open("temp.txt","w+") -g.write(" write_once(\"Data Dihedrals By Type\") {\n") -#print(atom_lookup) +# First check if the atoms in system can potentially form dihedral interactions +might_have_dihedrals = False for x in dihedral: for y in atom_lookup.get(x[0],[]): for z in atom_lookup.get(x[1],[]): for u in atom_lookup.get(x[2],[]): for v in atom_lookup.get(x[3],[]): - if x[0]!=0 and x[3]!=0: - g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format( - y,z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]!=0: - g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format( - z,u,v,x[4],x[5],x[6],x[7])) - elif x[0]==0 and x[3]==0: - g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( - y,z,u,v)) - #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format( - h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format( - z,u,x[4],x[5],x[6],x[7])) + might_have_dihedrals = True + +if might_have_dihedrals: + h=open("temp.txt","w+") + g.write(" write_once(\"Data Dihedrals By Type\") {\n") + #print(atom_lookup) + for x in dihedral: + for y in atom_lookup.get(x[0],[]): + for z in atom_lookup.get(x[1],[]): + for u in atom_lookup.get(x[2],[]): + for v in atom_lookup.get(x[3],[]): + if x[0]!=0 and x[3]!=0: + g.write(" @dihedral:{0}-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) + h.write(" dihedral_coeff @dihedral:{}-{}-{}-{} opls {} {} {} {}\n".format(y,z,u,v,x[4],x[5],x[6],x[7])) + elif x[0]==0 and x[3]!=0: + g.write(" @dihedral:0-{1}-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format( + y,z,u,v)) + h.write(" dihedral_coeff @dihedral:0-{}-{}-{} opls {} {} {} {}\n".format(z,u,v,x[4],x[5],x[6],x[7])) + elif x[0]==0 and x[3]==0: + g.write(" @dihedral:0-{1}-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) + #h.write(" dihedral_coeff @dihedral:0-{}-{}-0 harmonic {} {} {} {}\n".format(z,u,x[4],x[5],x[6],x[7])) + h.write(" dihedral_coeff @dihedral:0-{}-{}-0 opls {} {} {} {}\n".format(z,u,x[4],x[5],x[6],x[7])) -del(dihedral) -g.write(" } #(end of Dihedrals by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of dihedral_coeffs)\n\n") -h.close() + del(dihedral) + g.write(" } #(end of Dihedrals by type)\n\n") + h.seek(0,0) + g.write(" write_once(\"In Settings\") {\n") + for line in h.readlines(): + g.write(line) + g.write(" } #(end of dihedral_coeffs)\n\n") + h.close() + +#-----------------------------------------------------------------------# +#----writing out improper coefficients and impropers by type------------# #-----------------------------------------------------------------------# -#----writing out improper coefficients and impropers by type------------# -h=open("temp.txt","w+") -g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") +# First check if the atoms in system can potentially form improper interactions +might_have_impropers = False for x in improper: for y in atom_lookup.get(x[0],[]): for z in atom_lookup.get(x[1],[]): for u in atom_lookup.get(x[2],[]): for v in atom_lookup.get(x[3],[]): - # Notation: let I,J,K,L denote the atom types ("biotypes") - # listed in the order they appear in the "oplsaa.prm" file. - # (I think J and L are represented by "u" and "v" in the code here.) - # It looks like the "oplsaa.prm" file distributed with tinker - # treats the third atom ("K") as the central atom. - # After checking the code, it appears that the improper angle is - # calculated as the angle between the I,J,K and the J,K,L planes - if x[0]==0 and x[1]==0 and x[3]==0: - g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) - else: - g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) - h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) + might_have_impropers = True + +if might_have_impropers: + h=open("temp.txt","w+") + g.write(" write_once(\"Data Impropers By Type (opls_imp.py)\") {\n") + for x in improper: + for y in atom_lookup.get(x[0],[]): + for z in atom_lookup.get(x[1],[]): + for u in atom_lookup.get(x[2],[]): + for v in atom_lookup.get(x[3],[]): + # Notation: let I,J,K,L denote the atom types ("biotypes") + # listed in the order they appear in the "oplsaa.prm" file. + # (I think J and L are represented by "u" and "v" in the code here.) + # It looks like the "oplsaa.prm" file distributed with tinker + # treats the third atom ("K") as the central atom. + # After checking the code, it appears that the improper angle is + # calculated as the angle between the I,J,K and the J,K,L planes + if x[0]==0 and x[1]==0 and x[3]==0: + g.write(" @improper:0-0-{2}-0 @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) + h.write(" improper_coeff @improper:0-0-{2}-0 harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) + else: + g.write(" @improper:0-0-{2}-{3} @atom:{0} @atom:{1} @atom:{2} @atom:{3}\n".format(y,z,u,v)) + h.write(" improper_coeff @improper:0-0-{2}-{3} harmonic {4} {5} \n".format(y,z,u,v,x[4]/2,180)) -g.write(" } #(end of impropers by type)\n\n") -h.seek(0,0) -g.write(" write_once(\"In Settings\") {\n") -for line in h.readlines(): - g.write(line) -g.write(" } #(end of improp_coeffs)\n\n") + g.write(" } #(end of impropers by type)\n\n") + h.seek(0,0) + g.write(" write_once(\"In Settings\") {\n") + for line in h.readlines(): + g.write(line) + g.write(" } #(end of improp_coeffs)\n\n") + h.close() + #-----------------------------------------------------------------------# #This section writes out the input parameters required for an opls-aa simulation @@ -400,12 +459,8 @@ g.write(" } #end of init parameters\n\n") g.write("} # OPLSAA\n") f.close() g.close() -h.close() os.remove("temp.txt") sys.stderr.write("...finished.\n") - - - diff --git a/tools/smd/Makefile b/tools/smd/Makefile new file mode 100644 index 0000000000..618bd0ab39 --- /dev/null +++ b/tools/smd/Makefile @@ -0,0 +1,7 @@ +all: + clang++ -o dump2vtk_tris dump2vtk_tris.cpp -I/usr/include/vtk-5.8/ -lvtkCommon -lvtkIO -lvtkFiltering -lvtkRendering + + +clean: + rm -f *.o + diff --git a/tools/smd/dump2vtk_tris.cpp b/tools/smd/dump2vtk_tris.cpp new file mode 100644 index 0000000000..2486f8c4e3 --- /dev/null +++ b/tools/smd/dump2vtk_tris.cpp @@ -0,0 +1,235 @@ +/* + * convert a LAMMPS / Smooth-Mach Dynamics triangle output file into a VTK unstructured grid file. + * LAMMPS output file contains STL triangle vertices + * + * ASSUMPTIONS: + * + * A compute exists for and STL triangulated surface, which computes the triangl vertices with a command like this: + * compute F tri_group smd/triangle_vertices + * c_F[1-9] now hold the triangle vertices. + * + * LAMMPS dump file has the following entries per atom line: + * id type mol x y z c_F[1] c_F[2] c_F[3] c_F[4] c_F[5] c_F[6] c_F[7] c_F[8] c_F[9] + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include + +using namespace std; + +#define RENDER 0 // switch on / off rendering of snapshots + +void WriteVTU(std::string filename, int ntime, vtkSmartPointer unstructuredGrid) { + vtkSmartPointer writer = vtkSmartPointer::New(); + // create filename with the current timestep + std::ostringstream oss; + oss << ntime; + filename += "." + oss.str() + ".vtu"; + + writer->SetFileName(filename.c_str()); + #if VTK_MAJOR_VERSION <= 5 + writer->SetInput(unstructuredGrid); + #else + writer->SetInputData(unstructuredGrid); + #endif + writer->Write(); +} + +void WriteVTK(std::string filename, int ntime, vtkSmartPointer unstructuredGrid) { + vtkSmartPointer writer = vtkSmartPointer::New(); + // create filename with the current timestep + std::ostringstream oss; + oss << ntime; + filename += "_" + oss.str() + ".vtk"; + + writer->SetFileName(filename.c_str()); + #if VTK_MAJOR_VERSION <= 5 + writer->SetInput(unstructuredGrid); + #else + writer->SetInputData(unstructuredGrid); + #endif + writer->Write(); +} + +int main(int argc, char *argv[]) { + + string line; + vtkSmartPointer points; + vtkSmartPointer vertices; + vtkSmartPointer cellArray; + vtkIdType id_v1, id_v2, id_v3; + vtkSmartPointer tri = vtkSmartPointer::New(); // create an empty tri; + vtkSmartPointer unstructuredGrid; + + + unstructuredGrid = vtkSmartPointer::New(); + + // Parse command line arguments + if (argc != 3) { + std::cout << "Required arguments: InputFilename OutputFile_Basename" + << std::endl; + return EXIT_FAILURE; + } + + std::string lammps_dump = argv[1]; + std::string filename = argv[2]; + + ifstream myfile(lammps_dump.c_str()); + + int nlines_read = 0; + int count = -1; + int ntime; + int N; // number of atoms in this timestep + int id, type, mol; + double x, y, z, v1x, v1y, v1z, v2x, v2y, v2z, v3x, v3y, v3z; + if (myfile.is_open()) { + + while (getline(myfile, line)) { + std::size_t found = line.find("TIMESTEP"); + if (found != std::string::npos) { + cout << line << endl; + count = 0; + nlines_read = 0; + + // reinitialize VTK arrays so they are empty + points = vtkSmartPointer::New(); + vertices = vtkSmartPointer::New(); + cellArray = vtkSmartPointer::New(); + } + if (count >= 0) + count++; + + if (count == 2) { + istringstream convert(line); + convert >> ntime; + cout << "timestep is: " << ntime << endl; + } + + if (count == 4) { + istringstream convert(line); + convert >> N; + cout << "number of particles is: " << N << endl; + } + + if (count > 9) { + //cout << line << endl; + //const vector words = split(line, " "); + + std::istringstream is(line); + std::istream_iterator eos; + std::vector out(std::istream_iterator(is), eos); + + /* + * we expect the following entries in a data line: + * id type mol x y z v1x v1y v1z v2x v2y v2z v3x v3y v3z + */ + + id = out[0]; + type = out[1]; + mol = out[2]; + x = out[3]; // triangle center + y = out[4]; + z = out[5]; + v1x = out[6]; // triangle vertex 1 + v1y = out[7]; + v1z = out[8]; + v2x = out[9]; // triangle vertex 2 + v2y = out[10]; + v2z = out[11]; + v3x = out[12]; // triangle vertex 3 + v3y = out[13]; + v3z = out[14]; + + id_v1 = points->InsertNextPoint(v1x, v1y, v1z); // store tri vertices in points array and retain indices + id_v2 = points->InsertNextPoint(v2x, v2y, v2z); + id_v3 = points->InsertNextPoint(v3x, v3y, v3z); + + + + tri->GetPointIds()->SetId(0, id_v1); // fill triangle with retained indices + tri->GetPointIds()->SetId(1, id_v2); + tri->GetPointIds()->SetId(2, id_v3); + + cellArray->InsertNextCell(tri); // insert tri into array of cells + + nlines_read += 1; + + } + + if (count % (9 + N) == 0) { // we have reached the end of this snapshot + printf( + "----------------------------------------------------\n"); + printf("number of lines read from lammps dump file: %d\n", + nlines_read); + + + unstructuredGrid->SetPoints(points); + unstructuredGrid->SetCells(VTK_TRIANGLE, cellArray); + + WriteVTK(filename, ntime, unstructuredGrid); + + +// if (ntime > 100) { +// return 0; +// } + +#if RENDER == 1 + // Read and display file for verification that it was written correclty + vtkSmartPointer reader = + vtkSmartPointer::New(); + reader->SetFileName(filename.c_str()); + reader->Update(); + + vtkSmartPointer mapper = vtkSmartPointer< + vtkDataSetMapper>::New(); + mapper->SetInputConnection(reader->GetOutputPort()); + + vtkSmartPointer actor = + vtkSmartPointer::New(); + actor->SetMapper(mapper); + + vtkSmartPointer renderer = vtkSmartPointer< + vtkRenderer>::New(); + vtkSmartPointer renderWindow = vtkSmartPointer< + vtkRenderWindow>::New(); + renderWindow->AddRenderer(renderer); + vtkSmartPointer renderWindowInteractor = + vtkSmartPointer::New(); + renderWindowInteractor->SetRenderWindow(renderWindow); + + renderer->AddActor(actor); + renderer->SetBackground(.3, .6, .3); // Background color green + + renderWindow->Render(); + renderWindowInteractor->Start(); +#endif + } + + } + myfile.close(); + } else { + cout << "Unable to open file"; + } + + return EXIT_SUCCESS; +}

    angle
    peri atom-ID atom-type volume density x y z
    sphere
    smdatom-ID atom-type molecule volume mass kernel_radius contact_radius x y z
    sphere atom-ID atom-type diameter density x y z
    template
    template atom-ID molecule-ID template-index template-atom atom-type x y z
    tri
    tri atom-ID molecule-ID atom-type triangleflag density x y z
    wavepacket
    wavepacket atom-ID atom-type charge spin eradius etag cs_re cs_im x y z
    hybrid
    hybrid atom-ID atom-type x y z sub-style1 sub-style2 ...