Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's OpenFOAM page.

 

 

 

 

 

(OpenFOAM) OpenFoamExample20

 

./ToolOpenFoamExample20/About.txt

 

Create mesh with hexSnappyMesh

 

 

 

 

 

./ToolOpenFoamExample20/case.foam

 

 

 

 

 

 

./ToolOpenFoamExample20/Clean.bat

 

del /q /s 1
del /q /s 2
del /q /s constant\polyMesh

rmdir 1\polyMesh
rmdir 2\polyMesh
rmdir 1
rmdir 2
rmdir constant\polyMesh

 

 

 

 

 

./ToolOpenFoamExample20/Licence.txt

 

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
[...]
  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

 

 

 

 

 

./ToolOpenFoamExample20/ToolOpenFoamExample20.bat

 

xcopy /y constant\polyMeshCube\*.* constant\polyMesh\*.*
blockMesh
//surfaceFeatureExtract -includedAngle 150 constant/triSurface/mymesh.stl mymeshfeatures
snappyHexMesh
xcopy /y 1\polyMesh\*.* constant\polyMesh\*.*
parafoam

 

 

 

 

 

./ToolOpenFoamExample20/ToolOpenFoamExample20.blend

 

BLENDER_v269RENDH"SceneTEST(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      000@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@000      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GLOB("   0ื C:\Users\rbilderbeek\Desktop\2.blendWM WMWinMan@@@@`@RQC h] {0}{h|0}ӞӞӞDATA@}ืscreen0ĕ蘝||hxiSN(SR3D View FullȌ h  _xd DATAȌDATAXȌ8DATAX8DATA荴XDATA荴 DATA 荴DATAh  XDATA  h ȌDATA @ Ȍ荴DATA@  荴DATA Ў @ X DATAЎ   DATA Ў 荴 DATA`_xdȌ荴 y y XW x\ DATA XW X lDA DADADA??
DATA X Y XW Ch@h?@
2DATAVIEW3D_PT_tools_objectmodeVIEW3D_PT_tools_objectmodeObject Tools DATAVIEW3D_PT_tools_brushVIEW3D_PT_tools_brushBrush+DATA VIEW3D_PT_tools_brush_toolVIEW3D_PT_tools_brush_toolToolJ=DATA HVIEW3D_PT_tools_brush_strokeVIEW3D_PT_tools_brush_strokeStrokeDATAHp VIEW3D_PT_tools_brush_curveVIEW3D_PT_tools_brush_curveCurveDATApHVIEW3D_PT_tools_brush_appearanceVIEW3D_PT_tools_brush_appearanceAppearanceu DATApVIEW3D_PT_tools_vertexpaintVIEW3D_PT_tools_vertexpaintOptions DATAVIEW3D_PT_tools_brush_textureVIEW3D_PT_tools_brush_textureTexture]DATAVIEW3D_PT_sculpt_optionsVIEW3D_PT_sculpt_optionsOptionsDATA8VIEW3D_PT_sculpt_symmetryVIEW3D_PT_sculpt_symmetrySymmetryDATA8`VIEW3D_PT_tools_mesheditVIEW3D_PT_tools_mesheditMesh ToolsDDATA`8VIEW3D_PT_tools_meshedit_optionsVIEW3D_PT_tools_meshedit_optionsMesh OptionsDATA`VIEW3D_PT_tools_weightpaintVIEW3D_PT_tools_weightpaintWeight Tools
DATAVIEW3D_PT_tools_weightpaint_optionsVIEW3D_PT_tools_weightpaint_optionsOptions DATA Y 0[ X CZ?A@Z?@
"  DATA VIEW3D_PT_last_operatorVIEW3D_PT_last_operatorNew ScreenapodeDATA 0[ x\ Y C@@`yy?@
zz"@+DATA"(#VIEW3D_PT_objectVIEW3D_PT_objectTransform|lDATA(#P$"VIEW3D_PT_gpencilVIEW3D_PT_gpencilGrease PencilUDATAP$x%(#VIEW3D_PT_view3d_propertiesVIEW3D_PT_view3d_propertiesView DATAx%&P$VIEW3D_PT_view3d_cursorVIEW3D_PT_view3d_cursor3D Cursor`DATA&'x%VIEW3D_PT_view3d_nameVIEW3D_PT_view3d_nameItemY$DATA'(&VIEW3D_PT_view3d_displayVIEW3D_PT_view3d_displayDisplayUDATA(*'VIEW3D_PT_view3d_motion_trackingVIEW3D_PT_view3d_motion_trackingMotion TrackingDATA*@+(VIEW3D_PT_background_imageVIEW3D_PT_background_imageBackground ImagesDATA@+*VIEW3D_PT_transform_orientationsVIEW3D_PT_transform_orientationsTransform OrientationsDATA x\ 0[ ͺ DATA\ͺ ?Sg? LD>3;Q?Fwi?JF>#,TY!e?*=>!o?D>Fwi?TY4;JF>!e?Q?#,+=>>_DA3xs@?>6MtQQuZ?M>5>#,>m?H*=!lA!oAd>ntU?@FR,N=>P3pu²Aܞ6rB:B@D>3;Q?Fwi?JF>#,TY!e?*=>!o?>6MtQQuZ?M>5>#,>m?H*=!lA!oA.?.?.??\>7?8˔!oAy:? ! BUBq~BDATA,y 333?? AL> ?? B?=zD
DATA`xd_荴X 800] _ DATA ] _ DA DADADA??
7DATA _ ] D0AD@@po??
p88SN(SRAnimation.001` ( p P ei DATA`  DATA  ` 8DATA 8 8DATA8  DATA Ȑ 8 DATAȐ  DATA X Ȑ DDATAX   DDATA 葺 X DDATA葺 0 DATA0 x 葺 DATAx  0 DDATA  x DATA P DATAP   DATA  P DATA ( DLDATA(  LDATAp  DATA  p DATA H Ȑ DATAH  Ȑ DATA ؕ H `  DATAؕ  8  DATA h ؕ Ȑ X DATAh   DATA  h 8 葺 DATA @ 葺 DATA@  ` 0 DATA З @ X x DATAЗ   x DATA ` З 0 x DATA`   0 DATA  ` x DATA 8  DATA8  X  DATA ș 8  DATAș  0 P DATA X ș DATAX   P DATA 蚺 X DATA蚺 0 X DATA0 x 蚺 Ȑ ( DATAx  0 葺 ( DATA  x ( DATA P P DATAP   DATA`ee Ȑ 8P` a DATA P` a DA DADADA?? 
7DATA a P` DBD@Aoon??
o88DATA`e(fe 葺 8 E<pXpXb (d DATA b (d CACA;CACA?? 
<<E<<DATA (d b CBC+<**?@<+E<<h,@ܺ DATAh,к BUTTONS_PT_contextBUTTONS_PT_contextContext+$DATAк Ѻ h,RENDER_PT_renderRENDER_PT_renderRender+=DATAѺ Ӻ к RENDER_PT_layersRENDER_PT_layersLayerso+DATAӺ (Ժ Ѻ RENDER_PT_dimensionsRENDER_PT_dimensionsDimensions+DATA(Ժ Pպ Ӻ RENDER_PT_antialiasingRENDER_PT_antialiasingAnti-Aliasing:+:DATAPպ xֺ (Ժ RENDER_PT_motion_blurRENDER_PT_motion_blurSampled Motion Blur"+DATAxֺ ׺ Pպ RENDER_PT_shadingRENDER_PT_shadingShading
+DATA׺ غ xֺ RENDER_PT_performanceRENDER_PT_performancePerformance+DATAغ ٺ ׺ RENDER_PT_post_processingRENDER_PT_post_processingPost Processing+DATAٺ ۺ غ RENDER_PT_stampRENDER_PT_stampStamp+ DATAۺ @ܺ ٺ RENDER_PT_outputRENDER_PT_outputOutput+
DATA@ܺ ۺ RENDER_PT_bakeRENDER_PT_bakeBake+ DATApX DATA`(ffe` 0 x  CD  pe f DATA pe f `DADAC`DA`DA?? 
DDCDDDATA f pe @~CHBpF}CHBCCq?HB|HHB= AHDrCDrDrDATA DATA`fHg(f ( 葺 EK<s h Hi DATA h Hi CACA;CACA?? 
<<E2K<<DATA Hi h CC.?X-;X?? <Y<YE1<Y<YDATA R DATA R 8f DATA8f     4  2    DATA`Hggf  X x C{ { j DATA j k lDAdDAdDAdDA?? 
CDATA k  m j C@FCF++?@
,vDATA  m hn k CfCww?@
xf"DATA hn  m #C`#C`?@
CCDATA  hn Cvv1 DATA\1 ?? JLD>3;Q?Fwi?JF>#,TY!e?*=>o?E>Fwi?TY5;JF>!e?Q?#,+=>`DAoy@?>V0QQuZ?_>?>#,>m_h?T*= lAoAc>ntU?PFR/>J?`Clu·Ah>rB;B7@D>3;Q?Fwi?JF>#,TY!e?*=>o?>V0QQuZ?_>?>#,>m_h?T*= lAoA@@@?\>7?8˔oA=;?! BVBt~BDATA,{ 333?? AL> ?? B?=C
DATA`ghHg0 P ss( DATA ( p @YDA,DA+DA+DA?? 
DATA p  ( YCYC]??DATA   p DATA   C@zC Ao:o:|HPCGiDATAshhDATA`hh6 DATA`higP   H H H DATA H  ^DA,DA+DA+DA?? 
DATA   H 7CHC}??~l~~DATA   hD hD}}|H@F
#<HBJ~~~DATA(H 7 DATA`ih X Ȑ ( EM<| | h DATA  h fDAC@AICACA??
JJEMMDATA h  EM<<X5 DATA\X5 : @W@AHMݕ/?U~'?3F:?>T8165e?2>Z& 4?ߕ/?7F:?81W~>85e?'?T2>ne@>M@?2?''?І??T?ļ#&A@l2㾀@11A 4AG>>@2-ٽ=>3x¶BF֟'BeA(@ݕ/?U~'?3F:?>T8165e?2>Z& 4?2?''?І??T?ļ#&A@l2㾀@11A 4A@@@?H?N,Z# A:;A??ABdZBvBDATA,| 333?? AL> ?? B?
#<C
SNืSRCompositingg.001 @ p jl DATA  DATA ( DATA( p DATAp  ( DATA  p }DATA H }DATAH  _DATA ؞ H _DATA؞  }DATA h ؞ pDATAh  pDATA  h pDATA @ DATA@  DATA Р ( DATAР  DATA ` Р ( DATA`   DATA  ` p DATA 8 H DATA8  ؞ DATA Ȣ 8 ؞ DATAȢ  H ؞ DATA X Ȣ DATAX   DATA 裺 X ؞ h DATA裺 0 h DATA0 x 裺 DATAx  0 h DATA  x DATA P @ DATAP   p @ DATA ॺ P H @ DATAॺ ( DATA( p ॺ h @ DATAp ( DATA`jj ( ~ DATA   DA DADADA?? 
~DATA   mED@oon??
oDATA`j8kj@ H p ^)_@  DATA @  tDACA(CACA?? 
))))DATA  @ @~CHB23JуCHB((D?HB|HHB= AH)E^)E)EDATADATA`8kkjH ؞ `|)XWXW  DATA   CACA(CACA?? 
))c|))DATA   C<C@>OK(?@))`b))hݺ DATAhݺ ޺ BUTTONS_PT_contextBUTTONS_PT_contextContext($DATA޺ ߺ hݺ RENDER_PT_renderRENDER_PT_renderRender(=DATAߺ  ޺ RENDER_PT_layersRENDER_PT_layersLayersoKDATA  ߺ RENDER_PT_dimensionsRENDER_PT_dimensionsDimensions(DATA 0 RENDER_PT_antialiasingRENDER_PT_antialiasingAnti-AliasingR(:DATA0 X  RENDER_PT_motion_blurRENDER_PT_motion_blurSampled Motion Blur:(DATAX  0 RENDER_PT_shadingRENDER_PT_shadingShading"(DATA  X RENDER_PT_performanceRENDER_PT_performancePerformance
(DATA  RENDER_PT_post_processingRENDER_PT_post_processingPost Processing(DATA  RENDER_PT_stampRENDER_PT_stampStamp( DATA  RENDER_PT_outputRENDER_PT_outputOutput((
DATA  RENDER_PT_bakeRENDER_PT_bakeBake( DATAXW-DATA`kXl8k h @ op} } ` DATA `  hDA84DAIDAIDA?? 
DATA   ` C@FCF++?@
,oVDATA  8
 CfCww?@
xf"DATA 8
  #Cl#C?@
poDATA  8
oVV Q DATA\ Q ^e?Ws@AHMݕ/?U~'?3F:?>T8165e?2>Z& 4?ߕ/?7F:?81W~>85e?'?T2>ne@>M@?+?u''Ԥ?K1??T?( Z@l2py11A 4A>>ĻδϪ,='p>xB֟&BĭeA(@9?9?9??H?N,Z#oAo:A\>7?8˔?ABdZBvBDATA,} 333?? AL> ?? B?=C
DATA`Xllk ؞ h q| 8 8  DATA   @iDADA`DA`DA?? 
qDATA  X DATA X   3C*3CQ?@|H p DATAH p NODE_PT_propertiesNODE_PT_propertiesBackdropVDATAp H NODE_PT_backdropNODE_PT_backdropBackdropVDATA  X D DUÁcDD??FFQ=
@
|DATAP8 
@ a??`6oົBCompositorNodeTreeDATA`lXl opT T   DATA  0 CA.DABDABDA?? 
DATA 0 x  CKC?@
o DATA IMAGE_PT_gpencilIMAGE_PT_gpencilGrease PencilUDATA x  0 CKC?@
o DATA IMAGE_PT_scope_sampleIMAGE_PT_scope_sampleScope Samples$DATA  x CC]?,?VoVVDATA$)T @dA>d>ddd?SNืSRDefault ` p xmo IpQdDATA  DATA H DATAH  DATA ا H DATAا  DATA h ا DATAh  DATA  h DATA @ DATA@  DATA Щ @ YDATAЩ  YDATA ` Щ kDATA`  kDATA  H DATA 8 ا DATA8  H DATA ȫ 8 ا DATAȫ  h DATA X ȫ h DATAX   ا DATA 謺 X DATA謺 0 h DATA0 x 謺 DATAx  0 @ DATA  x @ DATA P @ DATAP   DATA ஺ P h Щ DATA஺ ( Щ DATA( p ஺ ا DATAp ( Щ DATA`xmnا H jP P )(DATA  P `DA DADADA??
Gj_g^gDATA P  DBDBBon??
oH`j]g\gDATA `fe@UDA DADADA??
(jDATA ec`fqCqCf?@Xj DATA cbe DHB DHB1DDBDDB??
22e22jDATA bc\CS DTdd??eSdeejDATA<P`fbP6P|DATAPSave As Blender FileC:\Users\rbilderbeek\Desktop\3.blend.stlDATA`nnxmh @  j@V@V  DATA   CA]CACACA?? 
 Jj0UgWgDATA   KCBKCBy?@@K0j ~ ȱ ȹZg8\gDATA ~ H  kBUTTONS_PT_contextBUTTONS_PT_contextContext$&DATAH p ~ خRENDER_PT_renderRENDER_PT_renderRender=DATAp  H RENDER_PT_layersRENDER_PT_layersLayerso"DATA  p @RENDER_PT_dimensionsRENDER_PT_dimensionsDimensionsDATA 胻 RENDER_PT_antialiasingRENDER_PT_antialiasingAnti-AliasingR: DATA胻  RENDER_PT_motion_blurRENDER_PT_motion_blurSampled Motion Blur:
DATA 8 胻 RENDER_PT_shadingRENDER_PT_shadingShading" DATA8 `  RENDER_PT_performanceRENDER_PT_performancePerformanceL DATA`  8 XRENDER_PT_post_processingRENDER_PT_post_processingPost Processingh DATA  ` RENDER_PT_stampRENDER_PT_stampStampDATA ؊ (RENDER_PT_outputRENDER_PT_outputOutputDATA؊  RENDER_PT_bakeRENDER_PT_bakeBakeUDATA ( ؊ SCENE_PT_sceneSCENE_PT_sceneScene)=DATA( P SCENE_PT_unitSCENE_PT_unitUnits)SDATAP x ( SCENE_PT_keying_setsSCENE_PT_keying_setsKeying Sets)EDATAx  P SCENE_PT_physicsSCENE_PT_physicsGravity)$DATA ȑ x SCENE_PT_simplifySCENE_PT_simplifySimplify)PDATAȑ  SCENE_PT_custom_propsSCENE_PT_custom_propsCustom Properties)$ DATA  ȑ TEXTURE_PT_context_textureTEXTURE_PT_context_textureDATA @ TEXTURE_PT_mappingTEXTURE_PT_mappingMappingMDATA@ h  TEXTURE_PT_influenceTEXTURE_PT_influenceInfluenceVDATAh  @ OBJECT_PT_constraintsOBJECT_PT_constraintsObject Constraints$DATA  h DATA_PT_context_meshDATA_PT_context_mesh$DATA  DATA_PT_normalsDATA_PT_normalsNormalsf:DATA  DATA_PT_texture_spaceDATA_PT_texture_spaceTexture SpaceNDATA 0 DATA_PT_vertex_groupsDATA_PT_vertex_groupsVertex GroupsLDATA0   DATA_PT_shape_keysDATA_PT_shape_keysShape KeysLDATA H 0 DATA_PT_uv_textureDATA_PT_uv_textureUV Maps)EDATAH p DATA_PT_vertex_colorsDATA_PT_vertex_colorsVertex ColorsEDATAp  H DATA_PT_custom_props_meshDATA_PT_custom_props_meshCustom PropertiesDATA  p DATA_PT_modifiersDATA_PT_modifiersModifiers$ DATA 裻 DATA_PT_customdataDATA_PT_customdataGeometry DatahLDATA裻  DATA_PT_context_lampDATA_PT_context_lamp$DATA 8 裻 DATA_PT_previewDATA_PT_previewPreviewDATA8 `  DATA_PT_lampDATA_PT_lampLampU DATA`  8 DATA_PT_shadowDATA_PT_shadowShadow
DATA  ` DATA_PT_custom_props_lampDATA_PT_custom_props_lampCustom Propertiest DATA ت DATA_PT_areaDATA_PT_areaArea Shapef: DATAت  HRENDER_PT_freestyleRENDER_PT_freestyleFreestyleDATA ( ت RENDERLAYER_PT_layersRENDERLAYER_PT_layersLayers~^DATA( P RENDERLAYER_PT_layer_optionsRENDERLAYER_PT_layer_optionsLayerfDATAP x ( RENDERLAYER_PT_layer_passesRENDERLAYER_PT_layer_passesRender PassesNDATAx  P RENDERLAYER_PT_freestyleRENDERLAYER_PT_freestyleFreestyleDATA ȱ x RENDERLAYER_PT_freestyle_linesetRENDERLAYER_PT_freestyle_linesetFreestyle Line SetDATAȱ  RENDERLAYER_PT_freestyle_linestyleRENDERLAYER_PT_freestyle_linestyleFreestyle Line Style|DATAȹRENDERLAYER_UL_renderlayers_DATAȹRENDERLAYER_UL_linesets_DATA@Vxx -DATA`n(on Щ h XYjP ( H! DATA ( p @]DA`DA@DA@DA??
LxjUgXgDATA p  ( X?HjDATA   p "jDATA  H!  XjDATA H!  X?M?j8 7 DATA\ ?jAuף??? ???? A??jAA Aj?#={GbCGBZ;?EF?=abߴ>t?t2?&>>R@Λ2?L?A=<=<oA0ttC?!?>1A$+?@2@????? A8:? BH>B7@DATA,P 333?L>  B?
#<zD
DATA " # DA`DA`DA`DA?? 
DATA # " @~CHBXg(CHB>?HB|HHB= AH?X??DATAP " # DATA`(oon @ Ƚj % h& @DATA  % h& CA]CA7CA7CA?? 
NPj7p2DATA h&  % C7KC?? tOj54DATA Z se Sculpt DATA Z (
(
DATAy (
    4  2                
                           ! " # $ % & ' ( ) * + , - . / 0             
                           ! " # $ % & ' ( 0    P   p 8    X   ^ f n Pv ~   p 8  Ȭ  X   0 0 0 0 0 0 0 0 0  0 
0  0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 !0 "0 #0 $0 %0 &0 '0 (0 )0 *0 +0 ,0 -0 .0 /0 00 10 20 30 40 50 60 70 80 90 :0 ;0 <0 =0 >0 ?0 @0 A0 B0 C0 D0 E0  2   ืhP8 4            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E P P P P P P P P P  P 
P  P  P  P P P P P P P P P P P P P P P P P P P  P !P "P #P $P %P &P 'P (P )P *P +P ,P -P .P /P 0P 1P 2P 3P 4P 5P 6P 7P 8P 9P :P ;P <P =P >P ?P @P AP BP CP DP EP            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E p p p p p p p p p  p 
p  p  p  p p p p p p p p p p p p p p p p p p p  p !p "p #p $p %p &p 'p (p )p *p +p ,p -p .p /p 0p 1p 2p 3p 4p 5p 6p 7p 8p 9p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep 8 8 8 8 8 8 8 8 8  8 
8  8  8  8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 !8 "8 #8 $8 %8 &8 '8 (8 )8 *8 +8 ,8 -8 .8 /8 08 18 28 38 48 58 68 78 88 98 :8 ;8 <8 =8 >8 ?8 @8 A8 B8 C8 D8 E8            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E X X X X X X X X X  X 
X  X  X  X X X X X X X X X X X X X X X X X X X  X !X "X #X $X %X &X 'X (X )X *X +X ,X -X .X /X 0X 1X 2X 3X 4X 5X 6X 7X 8X 9X :X ;X <X =X >X ?X @X AX BX CX DX EX            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ 
^  ^  ^  ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ !^ "^ #^ $^ %^ &^ '^ (^ )^ *^ +^ ,^ -^ .^ /^ 0^ 1^ 2^ 3^ 4^ 5^ 6^ 7^ 8^ 9^ :^ ;^ <^ =^ >^ ?^ @^ A^ B^ C^ D^ E^ f f f f f f f f f  f 
f  f  f  f f f f f f f f f f f f f f f f f f f  f !f "f #f $f %f &f 'f (f )f *f +f ,f -f .f /f 0f 1f 2f 3f 4f 5f 6f 7f 8f 9f :f ;f <f =f >f ?f @f Af Bf Cf Df Ef n n n n n n n n n  n 
n  n  n  n n n n n n n n n n n n n n n n n n n  n !n "n #n $n %n &n 'n (n )n *n +n ,n -n .n /n 0n 1n 2n 3n 4n 5n 6n 7n 8n 9n :n ;n <n =n >n ?n @n An Bn Cn Dn En Pv Pv Pv Pv Pv Pv Pv Pv Pv  Pv 
Pv  Pv  Pv  Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv Pv  Pv !Pv "Pv #Pv $Pv %Pv &Pv 'Pv (Pv )Pv *Pv +Pv ,Pv -Pv .Pv /Pv 0Pv 1Pv 2Pv 3Pv 4Pv 5Pv 6Pv 7Pv 8Pv 9Pv :Pv ;Pv <Pv =Pv >Pv ?Pv @Pv APv BPv CPv DPv EPv ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ 
~  ~  ~  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ !~ "~ #~ $~ %~ &~ '~ (~ )~ *~ +~ ,~ -~ .~ /~ 0~ 1~ 2~ 3~ 4~ 5~ 6~ 7~ 8~ 9~ :~ ;~ <~ =~ >~ ?~ @~ A~ B~ C~ D~ E~            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E p p p p p p p p p  p 
p  p  p  p p p p p p p p p p p p p p p p p p p  p !p "p #p $p %p &p 'p (p )p *p +p ,p -p .p /p 0p 1p 2p 3p 4p 5p 6p 7p 8p 9p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep 8 8 8 8 8 8 8 8 8  8 
8  8  8  8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 !8 "8 #8 $8 %8 &8 '8 (8 )8 *8 +8 ,8 -8 .8 /8 08 18 28 38 48 58 68 78 88 98 :8 ;8 <8 =8 >8 ?8 @8 A8 B8 C8 D8 E8            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ  Ȭ 
Ȭ  Ȭ  Ȭ  Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ Ȭ  Ȭ !Ȭ "Ȭ #Ȭ $Ȭ %Ȭ &Ȭ 'Ȭ (Ȭ )Ȭ *Ȭ +Ȭ ,Ȭ -Ȭ .Ȭ /Ȭ 0Ȭ 1Ȭ 2Ȭ 3Ȭ 4Ȭ 5Ȭ 6Ȭ 7Ȭ 8Ȭ 9Ȭ :Ȭ ;Ȭ <Ȭ =Ȭ >Ȭ ?Ȭ @Ȭ AȬ BȬ CȬ DȬ EȬ            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E X X X X X X X X X  X 
X  X  X  X X X X X X X X X X X X X X X X X X X  X !X "X #X $X %X &X 'X (X )X *X +X ,X -X .X /X 0X 1X 2X 3X 4X 5X 6X 7X 8X 9X :X ;X <X =X >X ?X @X AX BX CX DX EX            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E            
                   2 2 2 2 2 2 2 2 2  2 
2  2  2  2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ `            
                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ `   ืืืืืืืืื ื hhhhhhhhh hPPPPPPPPP P888888888 8           
 4 4 4 4 4 4 4 4 4  4 
[...]
        I ~                 ; 5 / -* -  5 . . 3     f   Q                   
z+   G \  
        9         9-I -9!    R     f! " # $  % & ' ( ) * + , - . / 
H $K0 1 9
2 n3 4 5 6 D7 8 9 : ; < = > ? @ A   B C 78D E F G H I J K L M N O P Q R    S T U V W X   Y Z [ \    ] ^ _ ` a b c d e ff g h i j k l m n o p q r RPQs t u v w x y z { | } ~         .? ?   !P;  H4  j
o p      %
#                      
& )
   S             Z                Z  ? 
    
R
         y                                 0 0       +          "    
  
           
     
  
       5IH   ! 
{ 
" # $ I% & ' ( 

#$6) 

* + , - &y!. "f/ 0 #1 zS
T
$~2 3 4 5 %%%$6 7 =&8 9 : =
'; (((
&> 2'< 6== 2 >  )? @ ***EA +++B *C D 
E  

 
F G D H ,,,B - --~I 5 J 2 = K .
..L
M N K O ///2 = $ P *C Q +R S T U V W 0 $K11121X -Y Z [ 
31X Y \ 41X -?] #(
Y ^ 51X _ 961X (
` a g b I777c d e  f g [ 
sY h i j h a k  l m n o p q r s t u v w {>zx 81 y ?z ? ?{ 9| } ~                        Z                     |zx "7/          ;     Z}zx " : $KEf     '
   sh 
x+ ;F G i   $K# +<)
= ; S
 - ~    > 3 3    x?>  @x AA     D    >    x???       >           B xC CC?  B   D              PE ? 
 ~F   @G
GGF  HI II?JJJS
T
K~
= DAFE?C !"HK#L2LLM?$%[ &'()*+Z,-S
T
.//01 23456789:;<=>?@ABCD"EFZGD"7>ZHIJKL1M1NO PQRST   $KUVW{NX~YZ[\O]7P ^_O`N Q QQabcPR
N PdRRRe\vSSSfgQhPijv?k?lmnop q r s5tuvwxyz{D|}p~ TTTZD?UVVV&yHIZWWW
ZXW1YW5 ZZW5 Z[W1\W5 Z]W5 Z^WE1_WE5 Z` WE5 ZaW1ZbW5 ZcW5 ZdWeW fW% / gW% ZhW% DiW% DjWkWlW mWznWZoW p WqWU$ $K ENDB

 

 

 

 

 

./ToolOpenFoamExample20/system/controlDict

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     rhoSimplecFoam;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         10.0;

deltaT          1.0;

writeControl    timeStep;

writeInterval   1;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression off;

timeFormat      general;

timePrecision   6;

graphFormat     raw;

runTimeModifiable true;


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample20/system/decomposeParDict

 

FoamFile
{
    version         2.0;
    format          ascii;

    root            "";
    case            "";
    instance        "";
    local           "";

    class           dictionary;
    object          decomposeParDict;
}

numberOfSubdomains 4;

method          simple;

simpleCoeffs
{
    n               (1 4 1);
    delta           0.001;
}

hierarchicalCoeffs
{
    n               (1 1 1);
    delta           0.001;
    order           xyz;
}

metisCoeffs
{
    processorWeights
    (
        1
        1
        1
    );
}

manualCoeffs
{
    dataFile        "";
}

distributed     no;

roots          
(

);

 

 

 

 

 

./ToolOpenFoamExample20/system/fvSchemes

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
    default             steadyState;
}

gradSchemes
{
    default             Gauss linear;
}

divSchemes
{
    default             none;

    div(phi,U)          Gauss upwind;
    div((muEff*dev2(T(grad(U)))))      Gauss linear;
    div(phi,h)          Gauss upwind;
    div(phi,epsilon)    Gauss upwind;
    div(phi,k)          Gauss upwind;

    div(phid,p)         Gauss upwind;
    div(phi,K)          Gauss upwind;

    //div((phi|interpolate(rho)),p)          Gauss upwind; //NEW
}

laplacianSchemes
{
    default         Gauss linear corrected;
}

interpolationSchemes
{
    default         linear;
    UD              upwind phid;
}

snGradSchemes
{
    default         corrected;
}

fluxRequired
{
    default         no;
    p;
    pCorr;
}

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample20/system/fvSolution

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
    p
    {
        solver          GAMG;
        tolerance       1e-08;
        relTol          0.1;
        smoother        GaussSeidel;
        nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 20;
        agglomerator    faceAreaPair;
        mergeLevels     1;
    }

    "(U|h|k|epsilon)"
    {
        solver          GAMG;
        tolerance       1e-08;
        relTol          0.1;
        smoother        GaussSeidel;
        nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 20;
        agglomerator    faceAreaPair;
        mergeLevels     1;
    }
}

SIMPLE
{
    nNonOrthogonalCorrectors 0;
    rhoMin          rhoMin [1 -3 0 0 0] 0.1;
    rhoMax          rhoMax [1 -3 0 0 0] 1.0;
    transonic       yes;
    convergence     0.01;
}

relaxationFactors
{
    fields
    {
        p               1;
        rho             1;
    }
    equations
    {
        U               0.9;
        h               0.8;
        k               0.9;
        epsilon         0.9;
pEqn 0.3;
    }
}

// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample20/system/snappyHexMeshDict

 

FoamFile
{
  version 2.0;
  format ascii;
  class dictionary;
  object autoHexMeshDict;
}

castellatedMesh true;
snap true;
addLayers false;
mergeTolerance 1e-06;

geometry
{
  mymesh.stl
  {
    type triSurfaceMesh;
    name mymeshname;
    //regions
    //{
    //  secondSolid           // Named region in the STL file
    //  {
    //    name mySecondPatch; // User-defined patch name
    //  }                     // otherwise given sphere.stl_secondSolid
    //}
  }
}

castellatedMeshControls
{
  maxLocalCells 10000000;
  maxGlobalCells 2000000;
  minRefinementCells 0;
  nCellsBetweenLevels 1;
  refinementSurfaces
  {
    mymeshname
    {
      level (4 5);
    }
  }
  resolveFeatureAngle 30;
  features
  (
    {
      file "mymesh.eMesh"; // file containing edge mesh
      level 2;              // level of refinement
    }
  );
  refinementRegions
  {
    mymeshname
    {
      mode distance;
      levels ((0.1 5) (0.4 4) (1 2));
    }
  }
  locationInMesh (0.5 0.5 0.5);

  // Whether any faceZones (as specified in the refinementSurfaces)
  // are only on the boundary of corresponding cellZones or also allow
  // free-standing zone faces. Not used if there are no faceZones.
  allowFreeStandingZoneFaces true;
}

meshQualityControls
{
  maxNonOrtho 65;
  maxBoundarySkewness 20;
  maxInternalSkewness 4;
  maxConcave 80;
  minFlatness 0.5;
  minVol 1e-13;
  minArea -1;
  minTwist 0.05;
  minDeterminant 0.001;
  minFaceWeight 0.025;
  minVolRatio 0.01;
  minTriangleTwist 0.05;
  nSmoothScale 4;
  errorReduction 0.75;
  
  minTetQuality 1e-6;
}

snapControls
{
  nSmoothPatch    3;
  tolerance       4.0;
  nSolveIter      30;
  nRelaxIter      5;
}

addLayersControls
{

}

 

 

 

 

 

./ToolOpenFoamExample20/constant/triSurface/mymesh.eMesh

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       featureEdgeMesh;
    location    "constant/triSurface";
    object      mymesh.eMesh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


// points:

66
(
(0.341593 0.331631 0.217527)
(0.341593 0.331631 0.122848)
(0.376685 0.302831 0.122848)
(0.376685 0.302831 0.217527)
(0.273765 0.495381 0.217527)
(0.273765 0.495381 0.122848)
(0.278215 0.450202 0.122848)
(0.278215 0.450202 0.217527)
(0.341592 0.659131 0.217527)
(0.341592 0.659131 0.122848)
(0.312793 0.624039 0.122848)
(0.312793 0.624039 0.217527)
(0.505343 0.726959 0.217527)
(0.505343 0.726959 0.122848)
(0.460164 0.722509 0.122848)
(0.460164 0.722509 0.217527)
(0.669093 0.331631 0.217527)
(0.669093 0.331631 0.122848)
(0.697892 0.366723 0.122848)
(0.697892 0.366723 0.217527)
(0.505343 0.263804 0.217527)
(0.505343 0.263804 0.122848)
(0.550521 0.268253 0.122848)
(0.550521 0.268253 0.217527)
(0.669093 0.659131 0.217527)
(0.669093 0.659131 0.122848)
(0.634 0.687931 0.122848)
(0.634 0.687931 0.217527)
(0.73692 0.495381 0.217527)
(0.73692 0.495381 0.122848)
(0.732471 0.54056 0.122848)
(0.732471 0.54056 0.217527)
(0.416722 0.281431 0.122848)
(0.416722 0.281431 0.217527)
(0.291393 0.40676 0.122848)
(0.291393 0.40676 0.217527)
(0.291393 0.584002 0.122848)
(0.291393 0.584002 0.217527)
(0.416722 0.709331 0.122848)
(0.416722 0.709331 0.217527)
(0.719292 0.584002 0.122848)
(0.719292 0.584002 0.217527)
(0.719292 0.40676 0.122848)
(0.719292 0.40676 0.217527)
(0.593964 0.281431 0.122848)
(0.593964 0.281431 0.217527)
(0.593964 0.709331 0.122848)
(0.593964 0.709331 0.217527)
(0.460164 0.268253 0.122848)
(0.460164 0.268253 0.217527)
(0.312793 0.366723 0.122848)
(0.312793 0.366723 0.217527)
(0.278215 0.540559 0.122848)
(0.278215 0.540559 0.217527)
(0.376685 0.687931 0.122848)
(0.376685 0.687931 0.217527)
(0.550521 0.722509 0.122848)
(0.550521 0.722509 0.217527)
(0.697892 0.624039 0.122848)
(0.697892 0.624039 0.217527)
(0.732471 0.450203 0.122848)
(0.732471 0.450203 0.217527)
(0.634 0.302831 0.122848)
(0.634 0.302831 0.217527)
(0.505343 0.495381 0.269107)
(0.505343 0.495381 0.055883)
)


// edges:

192
(
(2 0)
(0 1)
[...]
(64 33)
(3 64)
(64 31)
(28 64)
(64 61)
(64 11)
(8 64)
(39 64)
(64 55)
(37 64)
(64 53)
(64 20)
(1 65)
(65 50)
(65 46)
(26 65)
(65 38)
(54 65)
(10 65)
(65 9)
(60 65)
(65 29)
(65 40)
(30 65)
(65 2)
(32 65)
(65 48)
(56 65)
(14 65)
(65 13)
(62 65)
(65 17)
(65 42)
(18 65)
(5 65)
(65 6)
(34 65)
(58 65)
(65 25)
(22 65)
(65 44)
(36 65)
(65 52)
(21 65)
)

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


// ************************************************************************* //

 

 

 

 

 

./ToolOpenFoamExample20/constant/triSurface/mymesh.stl

 

Exported from Blender-2.69 (sub 0)A>˩>\^>@>˩>=> >=> >=> >\^>A>˩>\^>*>>\^>*>>=-r>>=-r>>=.r>>\^>*>>\^>6>м(?\^>6>м(?=c&>?=c&>?=c&>?\^>6>м(?\^>"^?:?\^>"^?:?=>X8?=>X8?=>X8?\^>"^?:?\^>I+?˩>\^>I+?˩>=2?.û>=2?.û>=2?.û>\^>I+?˩>\^>#^?B>\^>#^?B>= ?|X>= ?|X>= ?|X>\^>#^?B>\^>I+?Ҽ(?\^>I+?Ҽ(?=M"?<0?=M"?<0?=M"?<0?\^>I+?Ҽ(?\^>Φ<?>\^>Φ<?>=0;?b
?=0;?b
?=1;?b
?\^>Φ<?>\^>> >\^>> >=\>>=\>>=\>>\^>> >\^>.r>>\^>-r>>=v1>B>=v1>B>=w1>B>\^>.r>>\^>c&>?\^>c&>?=p1>%?=p1>%?=p1>%?\^>c&>?\^>>X8?\^>>X8?=\>5?=\>5?=\>5?\^>>X8?\^>1;?b
?\^>0;?b
?=#8?'?=#8?'?=#8?'?\^>1;?b
?\^>2?.û>\^>2?.û>=#8?B>=#8?B>=#8?B>\^>2?.û>\^> ?|X>\^> ?|X>= ?>= ?>= ?>\^> ?|X>\^>M"?<0?\^>M"?<0?= ?5?= ?5?= ?5?\^>M"?<0?\^>\>>\^>\>>=>zX>=>zX>=>zX>\^>\>>\^>w1>B>\^>v1>B>=k&>%û>=k&>%û>=l&>%û>\^>w1>B>\^>p1>%?\^>p1>%?=*r>b
?=*r>b
?=*r>b
?\^>p1>%?\^>\>5?\^>\>5?=>:0?=>:0?=>:0?\^>\>5?\^> ?5?\^> ?5?= ?Y8?= ?Y8?= ?Y8?\^> ?5?\^>#8?'?\^>#8?'?=2??=2??=2??\^>#8?'?\^>#8?B>\^>#8?B>=0;?>=0;?>=0;?>\^>#8?B>\^> ?>\^> ?>=M"? >=M"? >=M"? >\^> ?>\^>#^?B>=#^?B>\^>>zX>\^>>zX>\^>>zX>=#^?B>=I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>*r>b
?\^>*r>b
?=*>>=*>>=*>>\^>*r>b
?\^>>:0?\^>>:0?=6>м(?=6>м(?=6>м(?\^>>:0?\^> ?Y8?\^> ?Y8?="^?:?="^?:?="^?:?\^> ?Y8?\^>0;?>\^>0;?>=Φ<?>=Φ<?>=Φ<?>\^>0;?>\^>M"? >\^>M"? >=I+?˩>=I+?˩>=I+?˩>\^>M"? >\^>l&>%û>\^>k&>%û>=@>˩>=@>˩>=A>˩>\^>l&>%û>\^>2??\^>2??=I+?Ҽ(?=I+?Ҽ(?=I+?Ҽ(?\^>2??\^>6>м(?\^>6>м(?\^>#^?>Xȉ> ?|X>\^> ?>\^>#^?>Xȉ> ?|X>\^> ?|X>\^>#^?>Xȉ>k&>%û>=k&>%û>=l&>%û>\^>l&>%û>\^>l&>%û>\^>k&>%û>=I+?˩>=I+?˩>=I+?˩>\^>I+?˩>\^>I+?˩>\^>I+?˩>=I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>l&>%û>\^>A>˩>\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>p1>%?=p1>%?=p1>%?=p1>%?\^>A>˩>\^>A>˩>\^>#^?>Xȉ>M"?<0?\^>I+?Ҽ(?\^>#^?>Xȉ>2??\^>#8?'?\^>#^?>Xȉ>w1>B>\^>l&>%û>\^>#^?>Xȉ>.r>>\^>.r>>\^>#^?>Xȉ>>zX>\^>>zX>\^>#^?>Xȉ>w1>B>\^>w1>B>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#8?B>=#8?B>=#8?B>=#8?B>\^>6>м(?=6>м(?=6>м(?\^>6>м(?\^>6>м(?\^>6>м(?=*>>\^>.r>>\^>#^?>Xȉ>*r>b
?\^>*r>b
?\^>#^?>Xȉ>*>>\^>*>>\^>#^?>Xȉ>\>5?\^>\>5?\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>2?.û>\^>#8?B>\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>"^?:?\^>"^?:?\^>#^?>Xȉ>#8?'?\^>#8?'?\^>#^?>Xȉ>2?.û>\^>2?.û>\^>#^?>Xȉ>2??=2??=2??\^>2??\^>2??\^>2??=I+?Ҽ(?\^>I+?Ҽ(?\^>I+?Ҽ(?=I+?Ҽ(?=I+?Ҽ(?=I+?Ҽ(?\^>M"? >\^>I+?˩>\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>A>˩>\^>A>˩>\^>@>˩>=@>˩>=@>˩>=A>˩>\^> ?>\^> ?>\^>#^?>Xȉ>Φ<?>\^>Φ<?>\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>M"? >\^>M"? >\^>#^?>Xȉ>>X8?\^>"^?:?\^>#^?>Xȉ>#^?B>\^>#^?B>\^>#^?>Xȉ> ?Y8?\^> ?5?\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>I+?˩>\^>I+?˩>=I+?˩>=I+?˩>=I+?˩>\^>I+?˩>\^>\>>\^>>zX>\^>#^?>Xȉ>> >\^>> >\^>#^?>Xȉ>\>>\^>\>>\^>#^?>Xȉ>A>˩>\^>> >\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>1;?b
?\^>#8?'?\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>p1>%?=p1>%?\^>p1>%?\^>p1>%?\^>p1>%?=p1>%?=6>м(?\^>6>м(?\^>#^?>Xȉ> ?5?\^> ?5?\^>#^?>Xȉ>1;?b
?\^>1;?b
?\^>#^?>Xȉ>0;?>\^>Φ<?>\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>0;?>\^>0;?>\^>#^?>Xȉ> ?|X>\^> ?|X>\^>#^?>Xȉ>#8?B>=#8?B>\^>#8?B>\^>#8?B>\^>#8?B>=#8?B>=c&>?\^>6>м(?\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>>:0?\^>\>5?\^>#^?>Xȉ>>zX>\^>>zX>\^>#^?>Xȉ>w1>B>\^>w1>B>\^>#^?>Xȉ>M"?<0?\^> ?5?\^>#^?>Xȉ>6>м(?\^>6>м(?=6>м(?=6>м(?=6>м(?\^>6>м(?\^>\>5?\^>\>5?\^>#^?>Xȉ>M"?<0?\^>M"?<0?\^>#^?>Xȉ>*>>\^>*>>\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>#8?'?\^>#8?'?\^>#^?>Xȉ>"^?:?\^>"^?:?\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>2?.û>\^>2?.û>\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>.r>>\^>*>>\^>#^?>Xȉ>Φ<?>\^>Φ<?>\^>#^?>Xȉ>M"? >\^>M"? >\^>#^?>Xȉ>I+?˩>\^>I+?˩>=I+?˩>=I+?˩>=I+?˩>\^>I+?˩>\^>#8?B>\^>#8?B>\^>#^?>Xȉ>*r>b
?\^>p1>%?\^>#^?>Xȉ>I+?˩>\^>M"? >\^>#^?>Xȉ> ?>\^> ?|X>\^>#^?>Xȉ>\>>\^>\>>\^>#^?>Xȉ>6>м(?\^>6>м(?=6>м(?=6>м(?=6>м(?\^>6>м(?\^>>X8?\^>\>5?\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>A>˩>\^>l&>%û>\^>#^?>Xȉ>>X8?\^>>X8?\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ> ?Y8?\^>"^?:?\^>#^?>Xȉ> ?5?\^> ?5?\^>#^?>Xȉ>#8?B>=#8?B>\^>#8?B>\^>#8?B>\^>#8?B>=#8?B>= ?Y8?\^> ?Y8?\^>#^?>Xȉ>p1>%?=p1>%?\^>p1>%?\^>p1>%?\^>p1>%?=p1>%?=1;?b
?\^>1;?b
?\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>> >\^>A>˩>\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>0;?>\^>0;?>\^>#^?>Xȉ> ?|X>\^> ?|X>\^>#^?>Xȉ>l&>%û>\^>w1>B>\^>#^?>Xȉ>A>˩>\^>> >\^>> >=> >=@>˩>=A>˩>\^>*>>\^>.r>>\^>-r>>=-r>>=*>>=*>>\^>6>м(?\^>c&>?\^>c&>?=c&>?=6>м(?=6>м(?\^>"^?:?\^>>X8?\^>>X8?=>X8?="^?:?="^?:?\^>I+?˩>\^>2?.û>\^>2?.û>=2?.û>=I+?˩>=I+?˩>\^>#^?B>\^> ?|X>\^> ?|X>= ?|X>=#^?B>=#^?B>\^>I+?Ҽ(?\^>M"?<0?\^>M"?<0?=M"?<0?=I+?Ҽ(?=I+?Ҽ(?\^>Φ<?>\^>1;?b
?\^>0;?b
?=0;?b
?=Φ<?>=Φ<?>\^>> >\^>\>>\^>\>>=\>>=> >=> >\^>.r>>\^>w1>B>\^>v1>B>=v1>B>=-r>>=.r>>\^>c&>?\^>p1>%?\^>p1>%?=p1>%?=c&>?=c&>?\^>>X8?\^>\>5?\^>\>5?=\>5?=>X8?=>X8?\^>1;?b
?\^>#8?'?\^>#8?'?=#8?'?=0;?b
?=1;?b
?\^>2?.û>\^>#8?B>\^>#8?B>=#8?B>=2?.û>=2?.û>\^> ?|X>\^> ?>\^> ?>= ?>= ?|X>= ?|X>\^>M"?<0?\^> ?5?\^> ?5?= ?5?=M"?<0?=M"?<0?\^>\>>\^>>zX>\^>>zX>=>zX>=\>>=\>>\^>w1>B>\^>l&>%û>\^>k&>%û>=k&>%û>=v1>B>=w1>B>\^>p1>%?\^>*r>b
?\^>*r>b
?=*r>b
?=p1>%?=p1>%?\^>\>5?\^>>:0?\^>>:0?=>:0?=\>5?=\>5?\^> ?5?\^> ?Y8?\^> ?Y8?= ?Y8?= ?5?= ?5?\^>#8?'?\^>2??\^>2??=2??=#8?'?=#8?'?\^>#8?B>\^>0;?>\^>0;?>=0;?>=#8?B>=#8?B>\^> ?>\^>M"? >\^>M"? >=M"? >= ?>= ?>\^>>zX>\^>#^?B>\^>#^?B>=#^?B>=>zX>=>zX>\^>Φ<?>\^>0;?>\^>#^?>Xȉ>*r>b
?\^>*>>\^>*>>=*>>=*r>b
?=*r>b
?\^>>:0?\^>6>м(?\^>6>м(?=6>м(?=>:0?=>:0?\^> ?Y8?\^>"^?:?\^>"^?:?="^?:?= ?Y8?= ?Y8?\^>0;?>\^>Φ<?>\^>Φ<?>=Φ<?>=0;?>=0;?>\^>M"? >\^>I+?˩>\^>I+?˩>=I+?˩>=M"? >=M"? >\^>l&>%û>\^>A>˩>\^>@>˩>=@>˩>=k&>%û>=l&>%û>\^>2??\^>I+?Ҽ(?\^>I+?Ҽ(?=I+?Ҽ(?=2??=2??\^>6>м(?\^>6>м(?\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>#8?B>\^>2?.û>\^>#^?>Xȉ>k&>%û>=l&>%û>\^>l&>%û>\^>l&>%û>\^>k&>%û>=k&>%û>=I+?˩>=I+?˩>\^>I+?˩>\^>I+?˩>\^>I+?˩>=I+?˩>=I+?˩>\^>I+?˩>\^>#^?>Xȉ>c&>?\^>p1>%?\^>#^?>Xȉ>c&>?\^>c&>?\^>#^?>Xȉ>w1>B>\^>w1>B>\^>#^?>Xȉ>p1>%?\^>p1>%?=p1>%?=p1>%?=p1>%?\^>p1>%?\^>l&>%û>\^>l&>%û>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>>:0?\^>6>м(?\^>#^?>Xȉ>\>5?\^>\>5?\^>#^?>Xȉ>>:0?\^>>:0?\^>#^?>Xȉ>M"?<0?\^>M"?<0?\^>#^?>Xȉ>*>>\^>*>>\^>#^?>Xȉ>#8?B>\^>#8?B>=#8?B>=#8?B>=#8?B>\^>#8?B>\^>6>м(?=6>м(?\^>6>м(?\^>6>м(?\^>6>м(?=6>м(?=2??\^>2??\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>"^?:?\^>"^?:?\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>2?.û>\^>2?.û>\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>>zX>\^>\>>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>M"? >\^>M"? >\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>2??=2??\^>2??\^>2??\^>2??=2??=I+?Ҽ(?\^>I+?Ҽ(?=I+?Ҽ(?=I+?Ҽ(?=I+?Ҽ(?\^>I+?Ҽ(?\^>#8?'?\^>1;?b
?\^>#^?>Xȉ>.r>>\^>w1>B>\^>#^?>Xȉ>A>˩>\^>@>˩>=@>˩>=@>˩>=A>˩>\^>A>˩>\^>.r>>\^>.r>>\^>#^?>Xȉ>\>>\^>\>>\^>#^?>Xȉ>*r>b
?\^>*>>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>>X8?\^>>X8?\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>*r>b
?\^>*r>b
?\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>1;?b
?\^>1;?b
?\^>#^?>Xȉ> ?Y8?\^> ?Y8?\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ> ?>\^>M"? >\^>#^?>Xȉ> ?|X>\^> ?|X>\^>#^?>Xȉ>0;?>\^>0;?>\^>#^?>Xȉ> ?>\^> ?>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>#^?B>\^> ?|X>\^>#^?>Xȉ>"^?:?\^> ?Y8?\^>#^?>Xȉ>#^?B>\^>#^?B>\^>#^?>Xȉ> ?5?\^>M"?<0?\^>#^?>Xȉ>2??\^>I+?Ҽ(?\^>#^?>Xȉ>> >\^>\>>\^>#^?>Xȉ>> >\^>> >\^>#^?>Xȉ>w1>B>\^>w1>B>\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>c&>?\^>c&>?\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>*>>\^>*>>\^>#^?>Xȉ>M"?<0?\^>M"?<0?\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>>:0?\^>>:0?\^>#^?>Xȉ>#8?B>\^>0;?>\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>2?.û>\^>2?.û>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>I+?˩>\^>2?.û>\^>#^?>Xȉ>6>м(?\^>>:0?\^>#^?>Xȉ>M"? >\^>M"? >\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>\>5?\^>>X8?\^>#^?>Xȉ>>zX>\^>#^?B>\^>#^?>Xȉ>\>>\^>\>>\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>>zX>\^>>zX>\^>#^?>Xȉ>.r>>\^>.r>>\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>*r>b
?\^>*r>b
?\^>#^?>Xȉ>>X8?\^>>X8?\^>#^?>Xȉ>#8?'?\^>2??\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>1;?b
?\^>1;?b
?\^>#^?>Xȉ>#8?'?\^>#8?'?\^>#^?>Xȉ> ?Y8?\^> ?Y8?\^>#^?>Xȉ>Φ<?>\^>1;?b
?\^>#^?>Xȉ>*>>\^>*r>b
?\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>0;?>\^>0;?>\^>#^?>Xȉ> ?>\^> ?>\^>#^?>Xȉ>Φ<?>\^>Φ<?>\^>#^?>Xȉ>p1>%?\^>c&>?\^>#^?>Xȉ>#^?B>\^>#^?B>\^>#^?>Xȉ>> >\^>> >\^>#^?>Xȉ> ?|X>\^>#^?B>\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>c&>?\^>c&>?\^>#^?>Xȉ>I+?Ҽ(?\^>2??\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ> ?5?\^> ?Y8?\^>#^?>Xȉ>M"?<0?\^>M"?<0?\^>#^?>Xȉ>>:0?\^>>:0?\^>#^?>Xȉ> ?5?\^> ?5?\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>I+?Ҽ(?\^>M"?<0?\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>w1>B>\^>.r>>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>2?.û>\^>I+?˩>\^>#^?>Xȉ>>zX>\^>>zX>\^>#^?>Xȉ>M"? >\^> ?>\^>#^?>Xȉ>.r>>\^>.r>>\^>#^?>Xȉ>\>5?\^>>:0?\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>>X8?\^>>X8?\^>#^?>Xȉ>*r>b
?\^>*r>b
?\^>#^?>Xȉ>k&>%û>=@>˩>=#^?>ed=\>5?=\>5?=#^?>ed= ?5?=M"?<0?=#^?>ed=v1>B>=v1>B>=#^?>ed=>zX>=>zX>=#^?>ed=\>5?=>:0?=#^?>ed=0;?>=0;?>=#^?>ed= ?|X>= ?|X>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=I+?˩>=I+?˩>=#^?>ed=6>м(?=c&>?=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=6>м(?=6>м(?=#^?>ed= ?5?= ?5?=#^?>ed= ?|X>= ?|X>=#^?>ed=2??=2??=#^?>ed=0;?>=0;?>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=#8?B>=#8?B>=#^?>ed=Φ<?>=0;?>=#^?>ed=>X8?=>X8?=#^?>ed=@>˩>=@>˩>=#^?>ed=p1>%?=p1>%?=#^?>ed=6>м(?=6>м(?=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?5?= ?5?=#^?>ed=#8?'?=0;?b
?=#^?>ed=\>>=\>>=#^?>ed=@>˩>=@>˩>=#^?>ed=p1>%?=p1>%?=#^?>ed=k&>%û>=k&>%û>=#^?>ed=> >=@>˩>=#^?>ed=2??=2??=#^?>ed=\>>=\>>=#^?>ed=> >=> >=#^?>ed=>zX>=\>>=#^?>ed= ?5?= ?Y8?=#^?>ed=M"? >=M"? >=#^?>ed=Φ<?>=Φ<?>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=#^?B>=#^?B>=#^?>ed="^?:?=>X8?=#^?>ed=2?.û>=2?.û>=#^?>ed=2??=2??=#^?>ed="^?:?="^?:?=#^?>ed=#8?'?=#8?'?=#^?>ed=M"? >=M"? >=#^?>ed=Φ<?>=Φ<?>=#^?>ed= ?>= ?>=#^?>ed=I+?˩>=M"? >=#^?>ed=M"?<0?=M"?<0?=#^?>ed=*>>=*>>=#^?>ed=\>5?=\>5?=#^?>ed="^?:?="^?:?=#^?>ed=2?.û>=2?.û>=#^?>ed=#8?'?=#8?'?=#^?>ed=#8?B>=2?.û>=#^?>ed=v1>B>=v1>B>=#^?>ed=>zX>=>zX>=#^?>ed=*>>=*>>=#^?>ed=\>5?=\>5?=#^?>ed=*r>b
?=*r>b
?=#^?>ed=-r>>=*>>=#^?>ed=v1>B>=v1>B>=#^?>ed=>zX>=>zX>=#^?>ed=-r>>=-r>>=#^?>ed=k&>%û>=v1>B>=#^?>ed=#8?'?=2??=#^?>ed=I+?˩>=I+?˩>=#^?>ed=I+?Ҽ(?=M"?<0?=#^?>ed= ?|X>= ?|X>=#^?>ed=0;?>=0;?>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=#8?B>=#8?B>=#^?>ed=I+?˩>=I+?˩>=#^?>ed=k&>%û>=k&>%û>=#^?>ed=0;?b
?=0;?b
?=#^?>ed=6>м(?=6>м(?=#^?>ed= ?5?= ?5?=#^?>ed= ?|X>= ?|X>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=#8?B>=#8?B>=#^?>ed=p1>%?=p1>%?=#^?>ed= ?>= ?|X>=#^?>ed=@>˩>=@>˩>=#^?>ed=k&>%û>=k&>%û>=#^?>ed= ?5?= ?5?=#^?>ed=6>м(?=6>м(?=#^?>ed=>:0?=>:0?=#^?>ed=c&>?=6>м(?=#^?>ed=\>>=\>>=#^?>ed=> >=> >=#^?>ed=p1>%?=p1>%?=#^?>ed=k&>%û>=k&>%û>=#^?>ed=c&>?=c&>?=#^?>ed=*r>b
?=p1>%?=#^?>ed=#8?B>=0;?>=#^?>ed=> >=> >=#^?>ed=#^?B>=#^?B>=#^?>ed=M"? >=M"? >=#^?>ed=Φ<?>=0;?b
?=#^?>ed=Φ<?>=Φ<?>=#^?>ed= ?>= ?>=#^?>ed=#^?B>=#^?B>=#^?>ed=2?.û>=2?.û>=#^?>ed=@>˩>=k&>%û>=#^?>ed="^?:?="^?:?=#^?>ed=#8?'?=#8?'?=#^?>ed=2??=I+?Ҽ(?=#^?>ed=Φ<?>=Φ<?>=#^?>ed= ?>= ?>=#^?>ed=> >=\>>=#^?>ed=\>5?=\>5?=#^?>ed=*>>=*>>=#^?>ed=*r>b
?=*r>b
?=#^?>ed=#8?'?=#8?'?=#^?>ed="^?:?="^?:?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=>zX>=#^?B>=#^?>ed=>X8?="^?:?=#^?>ed=v1>B>=v1>B>=#^?>ed=>zX>=>zX>=#^?>ed=-r>>=-r>>=#^?>ed=\>5?=\>5?=#^?>ed=*r>b
?=*r>b
?=#^?>ed=>X8?=>X8?=#^?>ed=M"?<0?=M"?<0?=#^?>ed=*>>=*>>=#^?>ed=v1>B>=v1>B>=#^?>ed=c&>?=c&>?=#^?>ed=#8?'?=#8?'?=#^?>ed="^?:?="^?:?=#^?>ed=2??=2??=#^?>ed=2?.û>=2?.û>=#^?>ed=\>5?=\>5?=#^?>ed=*>>=*>>=#^?>ed=>:0?=>:0?=#^?>ed=@>˩>=@>˩>=#^?>ed=M"?<0?=M"?<0?=#^?>ed=*>>=-r>>=#^?>ed=Φ<?>=Φ<?>=#^?>ed=M"? >=M"? >=#^?>ed="^?:?="^?:?=#^?>ed=2?.û>=2?.û>=#^?>ed=2??=2??=#^?>ed=p1>%?=*r>b
?=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=M"? >=M"? >=#^?>ed=M"? >=I+?˩>=#^?>ed=\>>=\>>=#^?>ed= ?|X>= ?>=#^?>ed=\>5?=>X8?=#^?>ed=p1>%?=p1>%?=#^?>ed=>X8?=>X8?=#^?>ed=@>˩>=@>˩>=#^?>ed=\>>=\>>=#^?>ed=-r>>=-r>>=#^?>ed="^?:?= ?Y8?=#^?>ed= ?5?= ?5?=#^?>ed=6>м(?=6>м(?=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=p1>%?=p1>%?=#^?>ed=@>˩>=@>˩>=#^?>ed=>X8?=>X8?=#^?>ed=@>˩>=> >=#^?>ed=*r>b
?=*r>b
?=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed= ?|X>= ?|X>=#^?>ed=0;?>=0;?>=#^?>ed=6>м(?=6>м(?=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=v1>B>=k&>%û>=#^?>ed= ?|X>= ?|X>=#^?>ed=0;?>=0;?>=#^?>ed= ?>= ?>=#^?>ed=0;?>=Φ<?>=#^?>ed=#^?B>=#^?B>=#^?>ed=2?.û>=#8?B>=#^?>ed=p1>%?=c&>?=#^?>ed=v1>B>=v1>B>=#^?>ed=@>˩>=@>˩>=#^?>ed=k&>%û>=k&>%û>=#^?>ed=c&>?=c&>?=#^?>ed=6>м(?=>:0?=#^?>ed=> >=> >=#^?>ed=\>5?=\>5?=#^?>ed=*>>=*>>=#^?>ed=M"?<0?=M"?<0?=#^?>ed=>:0?=>:0?=#^?>ed=v1>B>=v1>B>=#^?>ed=c&>?=c&>?=#^?>ed=k&>%û>=k&>%û>=#^?>ed="^?:?="^?:?=#^?>ed=2?.û>=2?.û>=#^?>ed=2??=2??=#^?>ed=*>>=*>>=#^?>ed=M"?<0?=M"?<0?=#^?>ed=@>˩>=@>˩>=#^?>ed=>:0?=>:0?=#^?>ed=\>>=>zX>=#^?>ed=M"? >=M"? >=#^?>ed=2?.û>=2?.û>=#^?>ed=2??=2??=#^?>ed=#8?B>=#8?B>=#^?>ed=M"? >=M"? >=#^?>ed=I+?˩>=I+?˩>=#^?>ed=0;?b
?=#8?'?=#^?>ed=v1>B>=-r>>=#^?>ed=\>>=\>>=#^?>ed=-r>>=-r>>=#^?>ed=*>>=*r>b
?=#^?>ed=p1>%?=p1>%?=#^?>ed=@>˩>=@>˩>=#^?>ed=*r>b
?=*r>b
?=#^?>ed=>X8?=>X8?=#^?>ed=\>>=\>>=#^?>ed=>zX>=>zX>=#^?>ed=-r>>=-r>>=#^?>ed=6>м(?=6>м(?=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=@>˩>=@>˩>=#^?>ed=>X8?=>X8?=#^?>ed=M"? >= ?>=#^?>ed=*r>b
?=*r>b
?=#^?>ed= ?|X>= ?|X>=#^?>ed=0;?>=0;?>=#^?>ed= ?>= ?>=#^?>ed=2??=2??=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=#8?'?=#8?'?=#^?>ed= ?|X>=#^?B>=#^?>ed= ?Y8?="^?:?=#^?>ed=#^?B>=#^?B>=#^?>ed=0;?>=0;?>=#^?>ed= ?>= ?>=#^?>ed=M"?<0?= ?5?=#^?>ed=Φ<?>=Φ<?>=#^?>ed=\>>=> >=#^?>ed=#^?B>=#^?B>=#^?>ed=I+?Ҽ(?=2??=#^?>ed=> >=> >=#^?>ed=v1>B>=v1>B>=#^?>ed=k&>%û>=k&>%û>=#^?>ed=c&>?=c&>?=#^?>ed=> >=> >=#^?>ed=*>>=*>>=#^?>ed=M"?<0?=M"?<0?=#^?>ed=>:0?=>:0?=#^?>ed=c&>?=c&>?=#^?>ed=k&>%û>=k&>%û>=#^?>ed=0;?>=#8?B>=#^?>ed=2?.û>=2?.û>=#^?>ed=2??=2??=#^?>ed=#8?B>=#8?B>=#^?>ed=M"?<0?=M"?<0?=#^?>ed=>:0?=>:0?=#^?>ed=2?.û>=I+?˩>=#^?>ed=>:0?=6>м(?=#^?>ed= ?5?= ?5?=#^?>ed=M"? >=M"? >=#^?>ed=I+?˩>=I+?˩>=#^?>ed=2??=2??=#^?>ed=#8?B>=#8?B>=#^?>ed=>X8?=\>5?=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=I+?˩>=I+?˩>=#^?>ed=#^?B>=>zX>=#^?>ed=\>>=\>>=#^?>ed=>zX>=>zX>=#^?>ed=-r>>=-r>>=#^?>ed=@>˩>=@>˩>=#^?>ed=>X8?=>X8?=#^?>ed=*r>b
?=*r>b
?=#^?>ed=-r>>=-r>>=#^?>ed=>zX>=>zX>=#^?>ed=2??=#8?'?=#^?>ed=0;?b
?=0;?b
?=#^?>ed= ?Y8?= ?Y8?=#^?>ed=#8?'?=#8?'?=#^?>ed=>X8?=>X8?=#^?>ed=*r>b
?=*r>b
?=#^?>ed=0;?b
?=Φ<?>=#^?>ed=*r>b
?=*>>=#^?>ed=\>5?=\>5?=#^?>ed=0;?>=0;?>=#^?>ed=Φ<?>=Φ<?>=#^?>ed= ?>= ?>=#^?>ed= ?Y8?= ?Y8?=#^?>ed="^?:?="^?:?=#^?>ed=#8?'?=#8?'?=#^?>ed=c&>?=p1>%?=#^?>ed=#^?B>=#^?B>=#^?>ed= ?>= ?>=#^?>ed=2??=2??=#^?>ed=Φ<?>=Φ<?>=#^?>ed=#^?B>=#^?B>=#^?>ed=> >=> >=#^?>ed=#^?B>= ?|X>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=c&>?=c&>?=#^?>ed=k&>%û>=k&>%û>=#^?>ed=> >=> >=#^?>ed= ?Y8?= ?5?=#^?>ed=M"?<0?=M"?<0?=#^?>ed=>:0?=>:0?=#^?>ed= ?5?= ?5?=#^?>ed=c&>?=c&>?=#^?>ed=k&>%û>=k&>%û>=#^?>ed=p1>%?=p1>%?=#^?>ed=M"?<0?=I+?Ҽ(?=#^?>ed=2??=2??=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=#8?B>=#8?B>=#^?>ed=>:0?=>:0?=#^?>ed=6>м(?=6>м(?=#^?>ed= ?5?= ?5?=#^?>ed=-r>>=v1>B>=#^?>ed=k&>%û>=k&>%û>=#^?>ed=I+?˩>=I+?˩>=#^?>ed=#8?B>=#8?B>=#^?>ed= ?|X>= ?|X>=#^?>ed=I+?Ҽ(?=I+?Ҽ(?=#^?>ed=I+?˩>=I+?˩>=#^?>ed=I+?˩>=2?.û>=#^?>ed=@>˩>=@>˩>=#^?>ed=k&>%û>=k&>%û>=#^?>ed=-r>>=-r>>=#^?>ed=>zX>=>zX>=#^?>ed= ?>=M"? >=#^?>ed=>:0?=\>5?=#^?>ed= ?5?\^> ?5?\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ>>:0?\^>>:0?\^>#^?>Xȉ>6>м(?\^>c&>?\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>l&>%û>\^>l&>%û>\^>#^?>Xȉ>c&>?\^>c&>?\^>#^?>Xȉ>p1>%?\^>*r>b
?\^>#^?>Xȉ>> >\^>> >\^>#^?>Xȉ>0;?>\^>#8?B>\^>#^?>Xȉ>I+?Ҽ(?\^>I+?Ҽ(?\^>#^?>Xȉ>1;?b
?\^>Φ<?>\^>#^?>Xȉ>#^?B>\^>#^?B>\^>#^?>Xȉ>6>м(?\^>6>м(?\^>#^?>Xȉ> ?>\^> ?>\^>#^?>Xȉ>Φ<?>\^>Φ<?>\^>#^?>Xȉ>p1>%?\^>p1>%?\^>#^?>Xȉ>\>>\^>> >\^>#^?>Xȉ>I+?˩>\^>I+?˩>\^>#^?>Xȉ>#8?'?\^>#8?'?\^>#^?>Xȉ>"^?:?\^>"^?:?\^>#^?>Xȉ> ?Y8?\^> ?Y8?\^>#^?>Xȉ>2??\^>2??\^>#^?>Xȉ>#^?B>\^>>zX>\^>#^?>Xȉ>"^?:?\^>>X8?\^>#^?>Xȉ>A>˩>\^>A>˩>\^>#^?>Xȉ>#8?B>\^>#8?B>\^>#^?>Xȉ>\>5?\^>\>5?\^>#^?>Xȉ>

 

 

 

 

 

./ToolOpenFoamExample20/constant/polyMeshCube/blockMeshDict

 

FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}

//The unit of the vertices is 1.0 meter
convertToMeters 1.0;

//A cube with the following vertex indices:
//
//   7-----6
//  /|    /|
// 4-----5 |
// | |   | |
// | 3---|-2
// |/    |/
// 0-----1
//
//Each vertex is of the form (x y z)
//
//The local coordinate system is defined by the order in which the vertices are presented in the block definition according to:
//- the axis origin is the first entry in the block definition, vertex 0 in our example;
//- the x direction is described by moving from vertex 0 to vertex 1;
//- the y direction is described by moving from vertex 1 to vertex 2;
//- vertices 0, 1, 2, 3 define the plane z
//- vertex 4 is found by moving from vertex 0 in the z direction;
//- vertices 5,6 and 7 are similarly found by moving in the z direction from vertices 1,2 and 3
vertices
(
    (0 0 0)
    (1 0 0)
    (1 1 0)
    (0 1 0)
    (0 0 1)
    (1 0 1)
    (1 1 1)
    (0 1 1)
);

//Ordered list of vertex labels and mesh size
blocks
(
  hex                   //The shape is always hex, as blocks are always hexahedra
  (0 1 2 3 4 5 6 7)     // vertex numbers
  (4 4 4)               // numbers of cells in each direction
  simpleGrading (1 1 1) // cell expansion ratios
);

//Used to describe arc or spline edges
//Keyword selection | Description    | Additional entries
//- arc             | Circular arc   | Single interpolation point
//- simpleSpline    | Spline curve   | List of interpolation points
//- polyLine        | Set of lines   | List of interpolation points
//- polySpline      | Set of splines | List of interpolation points
//- line            | Straight line  |
edges
(
);

//List of patches
//Do not uncomment this 'patches' part:
//it will result in a 'undefined faces' warning
//patches
//(
  //Possible values are:
  //- symmetryPlane
  //- patch
//);

boundary
(
  //There are multiple boundary types:
  //- movingWall:
  //- fixedWalls:
  //- frontAndBack: for two dimensional meshes
  //- inlet
  //- outlet
  //- walls

  my_cube_faces
  {
   //There are multiple types:
   //- wall:
   //- patch
    //- cyclic
   type patch;

   //The vertices that make up the six faces of the cube
   //
   //Each block face is defined by a list of 4 vertex numbers.
   //The order in which the vertices are given must be such that,
    //looking from inside the block and starting with any vertex,
   //the face must be traversed in a clockwise direction to define the other vertices.
   faces
   (
      //bottom
      (0 3 2 1)
      //left
      (0 4 7 3)
      //front
      (1 5 4 0)
      //right
      (2 6 5 1)
      //back
      (3 7 6 2)
      //top
      (4 5 6 7)
    );
  }
);

//List of patches to be merged
//mergePatchPairs
//(
//
//);

 

 

 

 

 

./ToolOpenFoamExample20/constant/extendedFeatureEdgeMesh/mymesh.extendedFeatureEdgeMesh

 

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       extendedFeatureEdgeMesh;
    location    "constant/extendedFeatureEdgeMesh";
    object      mymesh.extendedFeatureEdgeMesh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// points, edges, concaveStart, mixedStart, nonFeatureStart,
// internalStart, flatStart, openStart, multipleStart,
// normals, edgeNormals, featurePointNormals, regionEdges


66
(
(0.341593 0.331631 0.217527)
(0.341593 0.331631 0.122848)
(0.376685 0.302831 0.122848)
(0.376685 0.302831 0.217527)
(0.273765 0.495381 0.217527)
(0.273765 0.495381 0.122848)
(0.278215 0.450202 0.122848)
(0.278215 0.450202 0.217527)
(0.341592 0.659131 0.217527)
(0.341592 0.659131 0.122848)
(0.312793 0.624039 0.122848)
(0.312793 0.624039 0.217527)
(0.505343 0.726959 0.217527)
(0.505343 0.726959 0.122848)
(0.460164 0.722509 0.122848)
(0.460164 0.722509 0.217527)
(0.669093 0.331631 0.217527)
(0.669093 0.331631 0.122848)
(0.697892 0.366723 0.122848)
(0.697892 0.366723 0.217527)
(0.505343 0.263804 0.217527)
(0.505343 0.263804 0.122848)
(0.550521 0.268253 0.122848)
(0.550521 0.268253 0.217527)
(0.669093 0.659131 0.217527)
(0.669093 0.659131 0.122848)
(0.634 0.687931 0.122848)
(0.634 0.687931 0.217527)
(0.73692 0.495381 0.217527)
(0.73692 0.495381 0.122848)
(0.732471 0.54056 0.122848)
(0.732471 0.54056 0.217527)
(0.416722 0.281431 0.122848)
(0.416722 0.281431 0.217527)
(0.291393 0.40676 0.122848)
(0.291393 0.40676 0.217527)
(0.291393 0.584002 0.122848)
(0.291393 0.584002 0.217527)
(0.416722 0.709331 0.122848)
(0.416722 0.709331 0.217527)
(0.719292 0.584002 0.122848)
(0.719292 0.584002 0.217527)
(0.719292 0.40676 0.122848)
(0.719292 0.40676 0.217527)
(0.593964 0.281431 0.122848)
(0.593964 0.281431 0.217527)
(0.593964 0.709331 0.122848)
(0.593964 0.709331 0.217527)
(0.460164 0.268253 0.122848)
(0.460164 0.268253 0.217527)
(0.312793 0.366723 0.122848)
(0.312793 0.366723 0.217527)
(0.278215 0.540559 0.122848)
(0.278215 0.540559 0.217527)
(0.376685 0.687931 0.122848)
(0.376685 0.687931 0.217527)
(0.550521 0.722509 0.122848)
(0.550521 0.722509 0.217527)
(0.697892 0.624039 0.122848)
(0.697892 0.624039 0.217527)
(0.732471 0.450203 0.122848)
(0.732471 0.450203 0.217527)
(0.634 0.302831 0.122848)
(0.634 0.302831 0.217527)
(0.505343 0.495381 0.269107)
(0.505343 0.495381 0.055883)
)


192
(
(2 0)
(0 1)
[...]
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
)



// ************************************************************************* //

 

 

 

 

 

Go back to Richel Bilderbeek's OpenFOAM page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict

This page has been created by the tool CodeToHtml